
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
/* 01. Common css   */
html {
  font-size: 15px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "DM Sans", sans-serif;
  color: #727272;
  background-color: #fff;
  font-size: 16px;
  font-size: calc-rem-value(16);
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  font-size: 16px;
  color: #727272;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #16171A;
  font-family: "Kanit";
  font-weight: 400;
}

ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.ptb-120 {
  padding: 120px 0px;
}
@media (max-width: 991px) {
  .ptb-120 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .ptb-120 {
    padding: 80px 0;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1290px;
  }
}

.hidden {
  display: none;
}

.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

#smooth-page-content {
  position: relative;
  z-index: 1;
}

/* 1.2 Global Elements */
.page-wrapper {
  position: relative;
  overflow: hidden;
}
.page-wrap {
  position: relative;
  overflow: hidden;
}
.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-bg {
  background: #F5F5F5 !important;
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding: 60px 0;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .pt-120 {
    padding-top: 80px;
  }
}
@media (max-width: 575px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

/*** contact form error handling ***/
.contact-activation .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}
.contact-activation label.error {
  color: red;
  font-size: 13px;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
  margin-bottom: 10px;
}
.contact-activation #c-loader,
.contact-activation #loader {
  display: none;
  margin-top: 10px;
}
.contact-activation #c-loader i,
.contact-activation #loader i {
  font-size: 30px;
  font-size: calc-rem-value(30);
  color: #1A9120;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}
.contact-activation #success,
.contact-activation #c-success,
.contact-activation #c-error,
.contact-activation #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .contact-activation #success,
  .contact-activation #c-success,
  .contact-activation #c-error,
  .contact-activation #error {
    font-size: 15px;
  }
}
.contact-activation #c-success,
.contact-activation #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}
.contact-activation #c-error,
.contact-activation #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

/*** back to top **/
.back-btn {
  background-color: #1A9120;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 4px solid #18881e;
  border-radius: 3px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .back-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.back-btn:hover {
  background-color: #1A9120;
}

.back-btn i {
  font-size: 22px;
  font-size: calc-rem-value(22);
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.ui-widget.ui-widget-content {
  box-shadow: 0px 1px 13.5px 1.5px rgba(46, 49, 108, 0.08);
  border: none;
  padding: 10px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #e3e3e3;
  background: #f9f9f9;
  font-weight: normal;
  color: #454545;
  text-align: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #e3d9d9;
  background: #7f91a6;
  color: #ffffff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #1A9120;
  background: #1A9120;
  font-weight: normal;
  color: #ffffff;
}

/*** mouse design***/
.mouse-circle-mover {
  position: fixed;
  background-color: #0f8915;
  width: 10px;
  height: 10px;
  left: -10px;
  top: -10px;
  border-radius: 100%;
  z-index: 1;
  z-index: 10000;
  transform: scale(1);
}
.mouse-circle-mover.active {
  opacity: 1;
  transform: scale(0);
}

.mouse-circle-mover-follow {
  position: fixed;
  border: 1px solid #0f8915;
  width: 40px;
  height: 40px;
  left: -25px;
  top: -25px;
  border-radius: 100%;
  z-index: 1;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: scale(1);
}
.mouse-circle-mover-follow.active {
  transform: scale(3);
}

body.dark-page .mouse-circle-mover {
  background-color: #fff;
}
body.dark-page .mouse-circle-mover-follow {
  border-color: #fff;
}

.sticky {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
  animation: smoothScroll 1s forwards;
  box-shadow: 0 -5px 15px rgba(8, 106, 216, 0.2901960784);
  z-index: 99;
}
@media (min-width: 991px) {
  .sticky {
    padding: 0 65px;
  }
}
@media (max-width: 991px) {
  .sticky {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .sticky {
    padding: 15px 0;
  }
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-142px);
  }
  100% {
    transform: translateY(0px);
  }
}
.left-to-right-shade {
  position: relative;
  overflow: hidden;
}
.left-to-right-shade:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  transition: all 0.3s ease;
}
.left-to-right-shade:hover:before {
  -webkit-animation: shadeLf 1s;
  animation: shadeLf 1s;
}

.middle-shade {
  position: relative;
  overflow: hidden;
}
.middle-shade::before {
  background: rgba(26, 145, 32, 0.2);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 0.4s linear;
  z-index: 1;
}
.middle-shade:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
}

.ch-top-title,
.ch-top-title-s2,
.ch-top-title-s3 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .ch-top-title,
  .ch-top-title-s2,
  .ch-top-title-s3 {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .ch-top-title,
  .ch-top-title-s2,
  .ch-top-title-s3 {
    margin-bottom: 20px;
    text-align: center;
  }
}
.ch-top-title span,
.ch-top-title-s2 span,
.ch-top-title-s3 span {
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #1A9120;
  position: relative;
  display: inline-block;
  padding-left: 35px;
}
.ch-top-title span::before,
.ch-top-title-s2 span::before,
.ch-top-title-s3 span::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  width: 26.667px;
  height: 26.667px;
  background: url(../images/icon/tea-leaf2.png);
  animation: bounceLeftToRight 4s infinite;
}
.ch-top-title h2,
.ch-top-title-s2 h2,
.ch-top-title-s3 h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
  color: #16171A;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .ch-top-title h2,
  .ch-top-title-s2 h2,
  .ch-top-title-s3 h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .ch-top-title h2,
  .ch-top-title-s2 h2,
  .ch-top-title-s3 h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.ch-top-title h2 small,
.ch-top-title-s2 h2 small,
.ch-top-title-s3 h2 small {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #1F212D;
}
.ch-top-title p,
.ch-top-title-s2 p,
.ch-top-title-s3 p {
  font-size: 18px;
}

.ch-top-title-s2 {
  text-align: center;
}
.ch-top-title-s2 h2 {
  color: #16171A;
}
.ch-top-title-s2.white h2 {
  color: #fff;
}

.ch-top-title-s3 h2 {
  color: #fff;
}

.ch-btn-style-1,
.ch-btn-style-2,
.ch-btn-style-3,
.ch-btn-style-4 {
  background: #1A9120;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 16px 35px 16px;
  border: 0;
  z-index: 11;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.ch-btn-style-1::before,
.ch-btn-style-2::before,
.ch-btn-style-3::before,
.ch-btn-style-4::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1A9120;
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
  z-index: -1;
}
.ch-btn-style-1:hover, .ch-btn-style-1:focus, .ch-btn-style-1:active,
.ch-btn-style-2:hover,
.ch-btn-style-2:focus,
.ch-btn-style-2:active,
.ch-btn-style-3:hover,
.ch-btn-style-3:focus,
.ch-btn-style-3:active,
.ch-btn-style-4:hover,
.ch-btn-style-4:focus,
.ch-btn-style-4:active {
  background-color: #033e07;
  color: #fff;
}
.ch-btn-style-1:hover:before, .ch-btn-style-1:focus:before, .ch-btn-style-1:active:before,
.ch-btn-style-2:hover:before,
.ch-btn-style-2:focus:before,
.ch-btn-style-2:active:before,
.ch-btn-style-3:hover:before,
.ch-btn-style-3:focus:before,
.ch-btn-style-3:active:before,
.ch-btn-style-4:hover:before,
.ch-btn-style-4:focus:before,
.ch-btn-style-4:active:before {
  transform: scaleX(0);
}
.ch-btn-style-1:hover:after, .ch-btn-style-1:focus:after, .ch-btn-style-1:active:after,
.ch-btn-style-2:hover:after,
.ch-btn-style-2:focus:after,
.ch-btn-style-2:active:after,
.ch-btn-style-3:hover:after,
.ch-btn-style-3:focus:after,
.ch-btn-style-3:active:after,
.ch-btn-style-4:hover:after,
.ch-btn-style-4:focus:after,
.ch-btn-style-4:active:after {
  right: 30px;
}
@media (max-width: 991px) {
  .ch-btn-style-1,
  .ch-btn-style-2,
  .ch-btn-style-3,
  .ch-btn-style-4 {
    font-size: 18px;
    font-size: calc-rem-value(18);
  }
}
@media (max-width: 767px) {
  .ch-btn-style-1,
  .ch-btn-style-2,
  .ch-btn-style-3,
  .ch-btn-style-4 {
    padding: 15px 22px;
    font-size: 14px;
  }
}

.ch-btn-style-1 {
  padding: 16px 55px 16px 35px;
}
@media (max-width: 767px) {
  .ch-btn-style-1 {
    padding: 15px 22px;
    font-size: 14px;
  }
}
.ch-btn-style-1:after {
  position: absolute;
  right: 35px;
  top: 50%;
  content: "\e933";
  font-family: "icomoon";
  transform: translateY(-50%);
  font-size: 12px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ch-btn-style-1:after {
    display: none;
  }
}

.ch-btn-style-2 {
  color: #fff;
  background-color: #1A9120;
}
.ch-btn-style-2::before {
  background: #4AAB3D;
}
.ch-btn-style-2:hover, .ch-btn-style-2:focus, .ch-btn-style-2:active {
  color: #fff;
}
.ch-btn-style-2:hover:before, .ch-btn-style-2:focus:before, .ch-btn-style-2:active:before {
  transform: scaleX(0);
  background: #4AAB3D;
}

.ch-btn-style-3 {
  background: #1A9120;
  color: #1A9120;
  border: 1px solid #1A9120;
}
.ch-btn-style-3::before {
  background: #fff;
}
.ch-btn-style-3:hover {
  border-color: #1A9120;
  background: #1A9120;
}
.ch-btn-style-3:hover:before {
  transform: scaleX(0);
  background: #1A9120;
}

.ch-btn-style-4 {
  background: #4AAB3D;
}
.ch-btn-style-4::before {
  background: #1A9120;
}
.ch-btn-style-4:hover, .ch-btn-style-4:focus, .ch-btn-style-4:active {
  background-color: #4AAB3D;
  color: #fff;
}
.ch-btn-style-4:hover:before, .ch-btn-style-4:focus:before, .ch-btn-style-4:active:before {
  transform: scaleX(0);
}

.ch-btn-animated span {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #1A9120;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.ch-btn-animated:hover span {
  width: 650px;
  height: 650px;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #595959;
  font-style: normal;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #1A9120;
  -webkit-box-shadow: 0 0 5px 0 #22bc2a;
  -moz-box-shadow: 0 0 5px 0 #22bc2a;
  -o-box-shadow: 0 0 5px 0 #22bc2a;
  -ms-box-shadow: 0 0 5px 0 #22bc2a;
  box-shadow: 0 0 5px 0 #22bc2a;
}
.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form select {
  font-style: normal;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.form ::-webkit-input-placeholder {
  /* Edge */
  font-style: normal;
}
.form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: normal;
}
.form ::placeholder {
  font-style: normal;
}

.contact-form-area.home {
  max-width: 514px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 11;
  padding: 80px 60px 50px;
}
@media (max-width: 991px) {
  .contact-form-area.home {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .contact-form-area.home {
    padding: 50px 30px 30px;
  }
}
.contact-form-area.home .shape {
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
}
.contact-form-area.home .form-field {
  margin-bottom: 21px;
}
.contact-form-area.home .contact-top-title {
  margin-bottom: 20px;
  position: relative;
}
.contact-form-area.home .contact-top-title h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
}
.contact-form-area.home form input,
.contact-form-area.home form select,
.contact-form-area.home form textarea {
  width: 100%;
  height: 55px;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: none !important;
  padding-left: 25px;
  background: #FCFCFC;
  border: 1px solid #E7E6E6;
  color: #8C8F94;
}
@media (max-width: 991px) {
  .contact-form-area.home form input,
  .contact-form-area.home form select,
  .contact-form-area.home form textarea {
    height: 45px;
  }
}
.contact-form-area.home form input:focus,
.contact-form-area.home form select:focus,
.contact-form-area.home form textarea:focus {
  border-color: #1A9120;
  background: #FCFCFC;
}
.contact-form-area.home form input::-webkit-input-placeholder,
.contact-form-area.home form select::-webkit-input-placeholder,
.contact-form-area.home form textarea::-webkit-input-placeholder {
  /* Edge */
  color: #8C8F94;
}
.contact-form-area.home form input:-ms-input-placeholder,
.contact-form-area.home form select:-ms-input-placeholder,
.contact-form-area.home form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8C8F94;
}
.contact-form-area.home form input::placeholder,
.contact-form-area.home form select::placeholder,
.contact-form-area.home form textarea::placeholder {
  color: #8C8F94;
}
.contact-form-area.home form textarea {
  height: 97px;
  padding-top: 15px;
}
.contact-form-area.home form {
  overflow: hidden;
}
.contact-form-area.home form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #636363;
}
.contact-form-area.home form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #636363;
}
.contact-form-area.home form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #636363;
}
.contact-form-area.home form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #636363;
}
.contact-form-area.home form select {
  display: inline-block;
  color: #8C8F94;
  cursor: pointer;
  opacity: 1;
  padding: 6px 25px;
  font-size: 15px;
  font-size: calc-rem-value(15);
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: #FCFCFC url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}
.contact-form-area.home form select:focus {
  background: #FCFCFC url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
}
.contact-form-area.home form .submit-area {
  margin-top: 10px;
  margin-left: 0;
}
.contact-form-area.home form .submit-area .ch-btn-style-1 {
  background: #4AAB3D;
}

.social-links {
  overflow: hidden;
}
.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}
.social-links li a {
  background-color: #22bc2a;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}
.social-links li a:hover {
  background-color: #1A9120;
}

.cp-header-search-form {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.cp-header-search-form .close-header-search {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 50px;
  height: 50px;
  background: #1A9120;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
}
.cp-header-search-form .close-header-search i {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 20px;
}
.cp-header-search-form form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.cp-header-search-form .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-radius: 40px;
}
.cp-header-search-form .form-group input[type=text],
.cp-header-search-form .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;

  border-radius: 40px;
  border: 0;
}
.cp-header-search-form .form-group input[type=text]:focus,
.cp-header-search-form .form-group input[type=search]:focus {
  outline: none;
  border-color: #1A9120;
}
.cp-header-search-form .form-group input[type=submit] {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.cp-header-search-form .form-group input[type=submit]:hover,
.cp-header-search-form .form-group button:hover {
  color: #000000;
}
.cp-header-search-form .form-group .search-btn {
  width: 60px;
  height: 70px;
  background: #1A9120;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
}
.cp-header-search-form input::placeholder,
.cp-header-search-form textarea::placeholder {
  color: #000000;
}
.cp-header-search-form.active {
  transform: translateY(0%);
  margin-top: 0;
}
.cp-header-search-form.active .close-header-search {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.cp-header-search-form.active form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.header-right-menu-wrapper .right-menu-toggle-btn {
  margin-right: 65px;
  position: relative;
  z-index: 11;
  cursor: pointer;
}
.header-right-menu-wrapper .right-menu-toggle-btn .right-menu-toggle-btn-wrap i {
  font-size: 25px;
  color: #1A9120;
}

.header-right-menu-wrap {
  background: #16171A;
  width: 420px;
  height: 100%;
  z-index: 100;
  position: fixed;
  right: -420px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  padding: 50px;
  padding-top: 100px;
}
.header-right-menu-wrap .header-right-sec {
  height: calc(100% - 30px);
  overflow-x: hidden;
  overflow-y: scroll;
}
.header-right-menu-wrap .header-right-sec::-webkit-scrollbar {
  width: 0;
}
@media (max-width: 575px) {
  .header-right-menu-wrap {
    width: 320px;
    right: -320px;
    padding: 20px;
  }
}
.header-right-menu-wrap .all-close {
  position: absolute;
  right: 100%;
  top: 0;
  width: 500%;
  height: 100%;
  z-index: -1111;
  opacity: 0.85;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.header-right-menu-wrap.right-menu-active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.header-right-menu-wrap .right-menu-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #333333;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 40px;
  border-radius: 3px;
  right: 10px;
  top: 20px;
  border: 0;
}
.header-right-menu-wrap .logo {
  margin-bottom: 40px;
}
.header-right-menu-wrap .widget {
  margin-bottom: 30px;
}
.header-right-menu-wrap .widget h3 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 25px;
}
.header-right-menu-wrap .project-widget ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -3px;
}
.header-right-menu-wrap .project-widget ul li {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}
.header-right-menu-wrap .project-widget ul li img {
  width: 100%;
  border-radius: 5px;
}
.header-right-menu-wrap .project-widget ul li a {
  position: relative;
  display: block;
}
.header-right-menu-wrap .project-widget ul li a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "\e73d";
  border-radius: 5px;
  background: rgba(38, 38, 38, 0.6);
  font-family: "themify";
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.header-right-menu-wrap .project-widget ul li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.header-right-menu-wrap .contact-widget ul {
  list-style: none;
}
.header-right-menu-wrap .contact-widget ul li {
  padding-bottom: 15px;
  position: relative;
  padding-left: 35px;
  color: #fff;
  font-size: 16px;
}
.header-right-menu-wrap .contact-widget ul li i {
  position: absolute;
  left: 0;
  top: 3px;
}
.header-right-menu-wrap .contact-widget ul li .fi:before {
  font-size: 20px;
  margin-right: 15px;
}
.header-right-menu-wrap .newsletter-widget form .input-1 {
  position: relative;
}
.header-right-menu-wrap .newsletter-widget form input {
  background-color: #fff;
  height: 50px;
  color: #666;
  padding: 6px 20px;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  position: relative;
}
.header-right-menu-wrap .newsletter-widget form .submit button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: #fff;
  background: #1A9120;
  width: 50px;
  height: 50px;
  line-height: 54px;
  top: 0px;
  right: 0px;
  position: absolute;
}

.page-title {
  background: url(../images/page-title.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 415px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  overflow: hidden;
}
.page-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(2, 30, 11, 0.98);
}
@media (max-width: 991px) {
  .page-title {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .page-title {
    min-height: 250px;
  }
}
.page-title .shape {
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
}
.page-title .shape img {
  width: 100%;
  min-height: 70px;
  object-fit: cover;
}
.page-title .breadcumb-wrap {
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 575px) {
  .page-title .breadcumb-wrap {
    text-align: center;
    padding-top: 10px;
  }
}
.page-title .breadcumb-wrap h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-title .breadcumb-wrap h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.page-title .breadcumb-wrap ol {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.page-title .breadcumb-wrap ol li {
  display: inline-block;
  padding: 0px 15px;
  color: #1A9120;
  position: relative;
  font-size: 16px;
}
.page-title .breadcumb-wrap ol li i {
  color: #5C5C5C;
  margin-right: 5px;
}
.page-title .breadcumb-wrap ol li:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .page-title .breadcumb-wrap ol li {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .page-title .breadcumb-wrap ol li {
    font-size: 16px;
    padding: 0 10px;
  }
  .page-title .breadcumb-wrap ol li:first-child {
    padding-left: 0;
  }
}
.page-title .breadcumb-wrap ol li:after {
  content: "/";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.page-title .breadcumb-wrap ol li:last-child span {
  color: #cbd4fd;
}
.page-title .breadcumb-wrap ol li:last-child:after {
  display: none;
}
.page-title .breadcumb-wrap ol li a {
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
}
.page-title .breadcumb-wrap ol li a:hover {
  color: #1A9120;
}

.preloader {
  position: fixed;
  background-color: #001e03;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.preloader .preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: left;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}
.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}
.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}
.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}
.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: calc-rem-value(16);
  font-weight: 600;
  color: #16171A;
  background: #f9f7f6;
  display: block;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: calc-rem-value(15);
  }
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #1A9120;
  border-color: #1A9120;
  color: #fff;
}
.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: calc-rem-value(15);
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/*--------------------------------------------------------------
02. header section
--------------------------------------------------------------*/
.cp-header-area {
  z-index: 99;
}
.cp-header-area .topbar {
  background: #202020;
  z-index: 111;
  position: relative;
  overflow: hidden;
}
.cp-header-area .topbar .left-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.cp-header-area .topbar .left-shape svg {
  height: 100%;
  width: 615px;
}
@media (max-width: 1199px) {
  .cp-header-area .topbar .left-shape {
    display: none;
  }
}
.cp-header-area .topbar .container-fluid {
  padding: 0 220px;
}
@media (max-width: 1800px) {
  .cp-header-area .topbar .container-fluid {
    padding: 0 120px;
  }
}
@media (max-width: 1600px) {
  .cp-header-area .topbar .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1440px) {
  .cp-header-area .topbar .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cp-header-area .topbar .container-fluid {
    padding: 15px 0;
  }
}
.cp-header-area .topbar span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: lowercase;
  padding: 7px 0;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cp-header-area .topbar span {
    padding: 5px 0;
    justify-content: center;
  }
}
.cp-header-area .topbar span i {
  margin-right: 10px;
}
.cp-header-area .topbar .topbar-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  .cp-header-area .topbar .topbar-right {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cp-header-area .topbar .topbar-right {
    display: block;
  }
}
.cp-header-area .topbar .topbar-right .message {
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
}
@media (max-width: 575px) {
  .cp-header-area .topbar .topbar-right .message {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.cp-header-area .topbar .topbar-right .message::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #727272;
  content: "";
}
@media (max-width: 575px) {
  .cp-header-area .topbar .topbar-right .message::before {
    display: none;
  }
}
.cp-header-area .topbar .topbar-right .message span i {
  color: #1A9120;
}
.cp-header-area .topbar .topbar-right .contact-info.social {
  padding-left: 0px;
  margin-right: 0px;
}
.cp-header-area .topbar .topbar-right .contact-info.social ul {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cp-header-area .topbar .topbar-right .contact-info.social li {
  color: #fff;
}
@media (max-width: 575px) {
  .cp-header-area .topbar .topbar-right .contact-info.social li {
    padding: 0;
  }
}
.cp-header-area .topbar .topbar-right .contact-info.social li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.cp-header-area .topbar .topbar-right .contact-info.social li + li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #727272;
  content: "";
  border-radius: 50%;
}
.cp-header-area .topbar .topbar-right .contact-info.social li a {
  color: #fff;
  display: block;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
}
.cp-header-area .topbar .topbar-right .contact-info.social li a:hover {
  color: #1A9120;
}
@media (max-width: 575px) {
  .cp-header-area .topbar .contact-intro {
    text-align: center;
  }
}
.cp-header-area .topbar .contact-intro ul {
  display: flex;
}
@media (max-width: 991px) {
  .cp-header-area .topbar .contact-intro ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cp-header-area .topbar .contact-intro ul li {
  padding: 10px 0;
  color: #fff;
}
@media (max-width: 1399px) {
  .cp-header-area .topbar .contact-intro ul li {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .cp-header-area .topbar .contact-intro ul li {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .cp-header-area .topbar .contact-intro ul li {
    font-size: 15px;
    padding: 5px 0;
  }
}
@media (max-width: 575px) {
  .cp-header-area .topbar .contact-intro ul li {
    padding-bottom: 0;
    font-size: 14px;
  }
}
.cp-header-area .topbar .contact-intro ul li + li {
  margin-left: 20px;
}
@media (max-width: 575px) {
  .cp-header-area .topbar .contact-intro ul li + li {
    margin-left: 0;
  }
}
.cp-header-area .topbar .contact-intro ul li a {
  color: #fff;
}
.cp-header-area .topbar .contact-intro ul li i {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .cp-header-area .topbar .contact-intro ul li i {
    margin-right: 5px;
  }
}
.cp-header-area .topbar .col:last-child {
  padding-right: 20px;
}
.cp-header-area .topbar .col:last-child .contact-intro ul {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cp-header-area .topbar .col:last-child .contact-intro ul {
    justify-content: center;
  }
}
.cp-header-area .topbar .col:last-child .contact-intro ul li + li {
  margin-left: 20px;
}
.cp-header-area .menu-area {
  padding: 0 220px;
}
@media (max-width: 1800px) {
  .cp-header-area .menu-area {
    padding: 0 120px;
  }
}
@media (max-width: 1600px) {
  .cp-header-area .menu-area {
    padding: 0 50px;
  }
}
@media (max-width: 1440px) {
  .cp-header-area .menu-area {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .cp-header-area .menu-area {
    padding: 20px 0px;
  }
}
@media (max-width: 575px) {
  .cp-header-area .menu-area {
    padding: 15px 0;
  }
}
.cp-header-area .main-menu {
  display: flex;
  justify-content: flex-end;
}
.cp-header-area .main-menu .row {
  width: 100%;
}
.cp-header-area ul.nav {
  list-style: none;
  justify-content: center;
}
.cp-header-area .main-menu > ul {
  display: flex;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .cp-header-area .main-menu #navbar li {
    position: relative;
  }
  .cp-header-area .main-menu ul li.has-submenu {
    position: relative;
  }
  .cp-header-area .main-menu ul > li > a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  
    padding: 40px 30px;
    display: block;
    position: relative;
    color: #202020;
  }
  .cp-header-area .main-menu ul > li > a:hover,
  .cp-header-area .main-menu ul > li > a .active {
    color: #1A9120;
  }
  .cp-header-area .main-menu ul > li > a:hover:before,
  .cp-header-area .main-menu ul > li > a.active:before {
    opacity: 1;
    visibility: visible;
  }
  .cp-header-area .main-menu ul > li.has-submenu > a:before {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: "\e903";
    font-family: "icomoon";
    font-size: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
  .cp-header-area .main-menu ul > li.has-submenu > a:before {
    right: 5px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cp-header-area .main-menu ul > li.has-submenu > a:before {
    right: 2px;
  }
}
@media screen and (min-width: 992px) {
  .cp-header-area .main-menu ul .sub-menu {
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 230px;
    position: absolute;
    padding: 20px 0;
    left: 0;
    top: 110%;
    z-index: 10;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
  }
  .cp-header-area .main-menu ul > li .sub-menu a {
    font-size: 16px;
    font-size: calc-rem-value(16);
    display: block;
    padding: 12px 20px;
    color: #16171A;
    position: relative;
    overflow: hidden;
  }
  .cp-header-area .main-menu ul > li .sub-menu a:hover,
  .cp-header-area .main-menu ul > li .sub-menu a .active {
    color: #4AAB3D;
  }
  .cp-header-area .main-menu ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .cp-header-area .main-menu ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .cp-header-area .main-menu ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cp-header-area .main-menu ul > li:hover > .sub-menu {
    opacity: 1;
    top: 100%;
    transform: scaleY(100%);
    -webkit-transform: scaleY(100%);
    -moz-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    -o-transform: scaleY(100%);
    visibility: visible;
  }
  .cp-header-area .main-menu #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
.cp-header-area .cp-header-area-right > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  .cp-header-area .cp-header-area-right > ul {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .cp-header-area .main-menu .navigation {
    padding: 20px 0;
  }
}
@media (max-width: 1399px) {
  .cp-header-area .main-menu ul > li > a {
    padding: 35px 25px;
  }
}
@media (max-width: 1300px) {
  .cp-header-area .main-menu ul > li > a {
    padding: 35px 20px;
  }
}
@media (max-width: 1199px) {
  .cp-header-area .main-menu ul > li > a {
    padding: 35px 15px;
    font-size: 15px;
  }
}
.cp-header-area .search-toggle-btn i {
  font-size: 18px;
  position: relative;
  top: 3px;
  color: #5C5C5C;
}
@media (max-width: 991px) {
  .cp-header-area .search-toggle-btn {
    padding: 0 !important;
    position: relative;
    right: -5px;
  }
}
.cp-header-area .cp-header-area-right {
  position: relative;
}
.cp-header-area .cp-header-area-right:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  opacity: 0.1;
  background: #131313;
  content: "";
}
@media (max-width: 1399px) {
  .cp-header-area .cp-header-area-right:before {
    display: none;
  }
}
.cp-header-area .cp-header-area-right .ch-btn-style-3 {
  position: relative;
  top: 4px;
}
@media (max-width: 1399px) {
  .cp-header-area .cp-header-area-right .ch-btn-style-3 {
    padding: 10px 20px;
  }
}
@media (max-width: 1199px) {
  .cp-header-area .cp-header-area-right .ch-btn-style-3 {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .cp-header-area .cp-header-area-right .ch-btn-style-3 {
    display: none;
  }
}
@media (max-width: 375px) {
  .cp-header-area .mean-container a.meanmenu-reveal {
    margin-top: -49px;
  }
}

.cp-header-style-2 {
  position: relative;
}
.cp-header-style-2 .topbar {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-left: 70px;
}
@media (max-width: 1800px) {
  .cp-header-style-2 .topbar {
    padding-left: 150px;
  }
}
@media (max-width: 1700px) {
  .cp-header-style-2 .topbar {
    padding-left: 180px;
  }
}
@media (max-width: 1600px) {
  .cp-header-style-2 .topbar {
    padding-left: 250px;
  }
}
@media (max-width: 1500px) {
  .cp-header-style-2 .topbar {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cp-header-style-2 .topbar {
    padding: 10px 0;
  }
}
.cp-header-style-2 .topbar:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
  height: 100%;
  content: "";
  background: #03260E;
  clip-path: polygon(0 0, 100% 0, 100% 99%, 0 100%, 1% 45%);
  z-index: -1;
}
@media (max-width: 1500px) {
  .cp-header-style-2 .topbar:before {
    width: 98%;
  }
}
@media (max-width: 991px) {
  .cp-header-style-2 .topbar:before {
    width: 100%;
    clip-path: unset;
  }
}
.cp-header-style-2 .topbar .contact-intro {
  display: flex;
}
@media (max-width: 991px) {
  .cp-header-style-2 .topbar .contact-intro {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.cp-header-style-2 .topbar .contact-intro span {
  display: block;
  margin: 0 15px;
}
@media (max-width: 991px) {
  .cp-header-style-2 .topbar .contact-intro span {
    margin: 0 5px;
  }
}
.cp-header-style-2 .topbar .contact-intro span:first-child {
  margin-left: 0;
}
.cp-header-style-2 .topbar .contact-intro span i {
  color: #1A9120;
}
.cp-header-style-2 .topbar .contact-info.social li + li::before {
  display: none;
}
.cp-header-style-2 .menu-area {
  padding: 0 52px;
}
@media (max-width: 1500px) {
  .cp-header-style-2 .menu-area {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cp-header-style-2 .menu-area {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .cp-header-style-2 .menu-area {
    padding: 10px 0;
  }
}
@media (max-width: 375px) {
  .cp-header-style-2 .menu-area {
    padding: 20px 0;
  }
}
.cp-header-style-2 .main-menu {
  justify-content: flex-start;
}
@media (max-width: 1500px) {
  .cp-header-style-2 .main-menu ul > li > a {
    padding: 40px 25px;
  }
}
@media (max-width: 1400px) {
  .cp-header-style-2 .main-menu ul > li > a {
    padding: 40px 22px;
  }
}
@media (max-width: 1300px) {
  .cp-header-style-2 .main-menu ul > li > a {
    padding: 40px 18px;
  }
}
@media (max-width: 1199px) {
  .cp-header-style-2 .main-menu ul > li > a {
    padding: 40px 14px;
  }
}
.cp-header-style-2 .mean-container a.meanmenu-reveal {
  margin-top: -60px;
}
@media (max-width: 992px) {
  .cp-header-style-2 .mean-container a.meanmenu-reveal {
    display: none;
  }
}
@media (max-width: 991px) {
  .cp-header-style-2 .mean-container a.meanmenu-reveal {
    display: flex;
  }
}
@media (max-width: 767px) {
  .cp-header-style-2 .mean-container a.meanmenu-reveal {
    margin-top: -55px;
  }
}
@media (max-width: 450px) {
  .cp-header-style-2 .mean-container a.meanmenu-reveal {
    margin-top: -57px;
  }
}
@media (max-width: 375px) {
  .cp-header-style-2 .mean-container a.meanmenu-reveal {
    margin-top: -44px;
  }
}
.cp-header-style-2 .cp-header-area-right {
  text-align: left;
}
@media (max-width: 800px) {
  .cp-header-style-2 .cp-header-area-right ul {
    justify-content: center;
  }
}
.cp-header-style-2 .cp-header-area-right:before {
  display: none;
}
@media (max-width: 575px) {
  .cp-header-style-2 .cp-header-area-right {
    padding-right: 20px;
  }
}
.cp-header-style-2 .cp-header-area-right .cp-header-area-search {
  padding-right: 30px;
}
.cp-header-style-2 .cp-header-area-right .cp-header-area-search i {
  font-size: 20px;
}
.cp-header-style-2 .cp-header-area-right .call-btn {
  display: flex;
  margin-right: 30px;
  align-items: center;
}
@media (max-width: 375px) {
  .cp-header-style-2 .cp-header-area-right .call-btn {
    display: none;
  }
}
.cp-header-style-2 .cp-header-area-right .call-btn i {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  border: 1px solid #E8E3E3;
  text-align: center;
  margin-right: 10px;
  font-size: 20px;
  color: #1A9120;
  transition: all 0.5s;
}
.cp-header-style-2 .cp-header-area-right .call-btn:hover i {
  background: #1A9120;
  border-color: #1A9120;
  color: #fff;
}
.cp-header-style-2 .cp-header-area-right .call-btn span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  color: #16171A;
}
.cp-header-style-2 .cp-header-area-right .call-btn strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #16171A;
  margin-top: 5px;
}
@media (max-width: 1600px) {
  .cp-header-style-2 .cp-header-area-right .call-btn strong {
    font-size: 13px;
  }
}
.cp-header-style-2 .cp-header-area-right .call-btn p {
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .cp-header-style-2 .cp-header-area-right .call-btn p {
    display: none;
  }
}
.cp-header-style-2 .cp-header-area-right .ch-btn-style-2 {
  margin-top: 5px;
}
@media (max-width: 1600px) {
  .cp-header-style-2 .cp-header-area-right .ch-btn-style-2 {
    padding: 16px 20px 16px;
  }
}
@media (max-width: 800px) {
  .cp-header-style-2 .cp-header-area-right .ch-btn-style-2 {
    display: none;
  }
}

.cp-header-style-3 .topbar {
  background: #fff;
}
@media (max-width: 991px) {
  .cp-header-style-3 .topbar {
    padding: 10px 0;
  }
}
.cp-header-style-3 .topbar span {
  color: #5C5C5C;
}
.cp-header-style-3 .topbar ul li {
  color: #5C5C5C;
}
.cp-header-style-3 .topbar .contact-intro {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cp-header-style-3 .topbar .contact-intro {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px;
  }
}
.cp-header-style-3 .topbar .contact-intro span {
  display: block;
  margin: 0 15px;
}
@media (max-width: 1199px) {
  .cp-header-style-3 .topbar .contact-intro span {
    margin: 0 5px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .cp-header-style-3 .topbar .contact-intro span {
    margin: 0 5px;
  }
}
.cp-header-style-3 .topbar .contact-intro span:first-child {
  margin-left: 0;
}
.cp-header-style-3 .topbar .contact-intro span i {
  color: #1A9120;
}
.cp-header-style-3 .topbar .contact-info.social li + li::before {
  display: none;
}
.cp-header-style-3 .topbar .topbar-right {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cp-header-style-3 .topbar .topbar-right {
    justify-content: center;
  }
}
.cp-header-style-3 .topbar .topbar-right .contact-info.social li {
  color: #5C5C5C;
}
.cp-header-style-3 .topbar .topbar-right .contact-info.social li + li {
  margin-left: 5px;
}
.cp-header-style-3 .topbar .topbar-right .contact-info.social li a {
  color: #5C5C5C;
}
.cp-header-style-3 .topbar .contact-help ul {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cp-header-style-3 .topbar .contact-help ul {
    justify-content: center;
  }
}
.cp-header-style-3 .topbar .contact-help ul li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #5C5C5C;
}
.cp-header-style-3 .menu-area {
  padding: 0;
  background: #000;
}
.cp-header-style-3 .menu-area .container-fluid {
  padding-left: 0;
}
.cp-header-style-3 .menu-area .logo {
  background: #0E0B09;
  text-align: center;
  padding: 25px 10px;
}
@media (max-width: 991px) {
  .cp-header-style-3 .menu-area .logo {
    padding: 20px 10px;
  }
}
.cp-header-style-3 .main-menu {
  justify-content: flex-start;
}
.cp-header-style-3 .main-menu ul > li > a {
  color: #fff;
}
.cp-header-style-3 .cp-header-area-right {
  padding-right: 40px;
}
@media (max-width: 1850px) {
  .cp-header-style-3 .cp-header-area-right {
    padding-right: 10px;
  }
}
.cp-header-style-3 .cp-header-area-right:before {
  display: none;
}
.cp-header-style-3 .cp-header-area-right .ch-btn-style-3::before {
  background: #000;
}
.cp-header-style-3 .cp-header-area-right .cp-header-area-search {
  padding-right: 60px;
  position: relative;
  margin-right: 60px;
}
@media (max-width: 1850px) {
  .cp-header-style-3 .cp-header-area-right .cp-header-area-search {
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .cp-header-style-3 .cp-header-area-right .cp-header-area-search {
    padding-right: 20px;
    margin-right: 10px;
  }
}
.cp-header-style-3 .cp-header-area-right .cp-header-area-search:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  opacity: 0.1;
  background: #fff;
  content: "";
}
@media (max-width: 1199px) {
  .cp-header-style-3 .cp-header-area-right .cp-header-area-search:before {
    display: none;
  }
}
.cp-header-style-3 .cp-header-area-right .cp-header-area-search ul {
  display: flex;
  align-items: center;
}
.cp-header-style-3 .cp-header-area-right .cp-header-area-search ul li + li {
  padding-left: 20px;
}
.cp-header-style-3 .cp-header-area-right .cp-header-area-search ul li a {
  color: #fff;
}
.cp-header-style-3 .cp-header-area-right .cp-header-area-search ul li a i {
  font-size: 25px;
  color: #fff;
}
.cp-header-style-3 .cp-header-area-right .cp-header-area-search ul li .cart-toggle-btn {
  position: relative;
}
.cp-header-style-3 .cp-header-area-right .cp-header-area-search ul li .cart-toggle-btn span {
  display: block;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 25px;
  height: 25px;
  background: #1A9120;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 400px) {
  .cp-header-style-3 .cp-header-area-right .cp-header-area-search ul li .cart-toggle-btn span {
    width: 20px;
    height: 20px;
    right: -10px;
  }
}
.cp-header-style-3 .cp-header-area-right .call-btn {
  display: flex;
  margin-right: 30px;
  align-items: center;
}
@media (max-width: 475px) {
  .cp-header-style-3 .cp-header-area-right .call-btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .cp-header-style-3 .cp-header-area-right .call-btn {
    margin-right: 5px;
  }
}
.cp-header-style-3 .cp-header-area-right .call-btn i {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #1A9120;
  text-align: center;
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
}
.cp-header-style-3 .cp-header-area-right .call-btn span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  color: #fff;
}
.cp-header-style-3 .cp-header-area-right .call-btn strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  margin-top: 5px;
}
@media (max-width: 1600px) {
  .cp-header-style-3 .cp-header-area-right .call-btn strong {
    font-size: 13px;
  }
}
.cp-header-style-3 .cp-header-area-right .call-btn p {
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .cp-header-style-3 .cp-header-area-right .call-btn p {
    display: none;
  }
}
.cp-header-style-3 .mean-container a.meanmenu-reveal {
  margin-top: -72px;
}
@media (max-width: 500px) {
  .cp-header-style-3 .mean-container a.meanmenu-reveal {
    margin-top: -65px;
  }
}
@media (max-width: 400px) {
  .cp-header-style-3 .mean-container a.meanmenu-reveal {
    margin-top: -60px;
  }
}

.cp-header-style-4 .contact-intro {
  display: flex;
}
@media (max-width: 991px) {
  .cp-header-style-4 .contact-intro {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px;
  }
}
.cp-header-style-4 .contact-intro span {
  display: flex;
  margin: 0 15px;
  align-items: center;
}
@media (max-width: 1199px) {
  .cp-header-style-4 .contact-intro span {
    margin: 0 5px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .cp-header-style-4 .contact-intro span {
    margin: 0 5px;
  }
}
.cp-header-style-4 .contact-intro span:first-child {
  margin-left: 0;
}
.cp-header-style-4 .contact-intro span i {
  color: #1A9120;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  display: block;
  text-align: center;
  border-radius: 50%;
}
.cp-header-style-4 .topbar .topbar-right .contact-info.social {
  margin-right: 20px;
}
.cp-header-style-4 .topbar .topbar-right .contact-info.social li + li {
  padding-left: 0;
}
.cp-header-style-4 .contact-info.social li + li::before {
  display: none;
}
.cp-header-style-4 .topbar {
  overflow: visible;
  background-color: #1C1C1C;
}
.cp-header-style-4 .topbar .col:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  .cp-header-style-4 .topbar .topbar-right {
    border-top: 1px solid #2a2828;
  }
}
@media (max-width: 575px) {
  .cp-header-style-4 .topbar .topbar-right {
    display: flex;
  }
}
.cp-header-style-4 .topbar .language .nice-select {
  background: #1A9120;
  border: 0;
  height: 55px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cp-header-style-4 .topbar .language .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.cp-header-style-4 .topbar .language .nice-select span {
  padding: 0;
  display: block;

}
.cp-header-style-4 .topbar .profile a {
  display: block;
  height: 55px;
  line-height: 55px;
  width: 60px;
  color: #1A9120;
  background: #fff;
  text-align: center;
  font-size: 20px;
}
.cp-header-style-4 .cp-header-area-right::before {
  display: none;
}
@media (max-width: 415px) {
  .cp-header-style-4 .cp-header-area-right > ul {
    justify-content: flex-end;
    padding-right: 70px;
  }
}
.cp-header-style-4 .cp-header-area-right .cp-header-area-search {
  position: relative;
}
.cp-header-style-4 .cp-header-area-right .cp-header-area-search:before {
  display: none;
}
.cp-header-style-4 .cp-header-area-right .cp-header-area-search ul {
  display: flex;
  align-items: center;
}
.cp-header-style-4 .cp-header-area-right .cp-header-area-search ul li + li {
  padding-left: 20px;
}
@media (max-width: 415px) {
  .cp-header-style-4 .cp-header-area-right .cp-header-area-search ul li:last-child {
    display: none;
  }
}
.cp-header-style-4 .cp-header-area-right .cp-header-area-search ul li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  background: #1A9120;
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 415px) {
  .cp-header-style-4 .cp-header-area-right .cp-header-area-search ul li a {
    position: relative;
    top: 3px;
  }
}
.cp-header-style-4 .cp-header-area-right .cp-header-area-search ul li a:hover {
  background: #033e07;
}
.cp-header-style-4 .cp-header-area-right .cp-header-area-search ul li a i {
  font-size: 20px;
  color: #fff;
}
.cp-header-style-4 .cp-header-area-right .cp-header-area-search ul li .cart-toggle-btn {
  position: relative;
}
.cp-header-style-4 .cp-header-area-right .cp-header-area-search ul li .cart-toggle-btn span {
  display: block;
  position: absolute;
  right: -10px;
  top: -3px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 400px) {
  .cp-header-style-4 .cp-header-area-right .cp-header-area-search ul li .cart-toggle-btn span {
    width: 20px;
    height: 20px;
    right: -10px;
  }
}
.cp-header-style-4 .menu-area {
  padding: 0;
}
@media (max-width: 991px) {
  .cp-header-style-4 .menu-area {
    padding: 20px 0px;
  }
}
.cp-header-style-4 .main-menu {
  justify-content: flex-start;
}

/*--------------------------------------------------------------
03. dc-hero-area Style
--------------------------------------------------------------*/
/*1.2.1 ch-main-dc-hero-area */
.dc-hero-area {
  position: relative;
  height: 100vh;
  /** slider controls **/
  /*** dc-hero-area slider animation ***/
}

@media (max-width: 767px) {
  .dc-hero-area {
    min-height: 420px;
  }
}
.dc-hero-area .slide {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 767px) {
  .dc-hero-area .slide {
    min-height: 420px;
  }
}
.dc-hero-area .slide .slider-bg {
  display: none;
}

.dc-hero-area .slide:focus {
  outline: none;
}

.dc-hero-area .slide .container {
  height: 100%;
  display: table;
}

.dc-hero-area .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.dc-hero-area .slick-prev,
.dc-hero-area .slick-next {
  background: rgba(255, 255, 255, 0.3);
  width: 55px;
  height: 55px;
  z-index: 10;
  top: 44%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.dc-hero-area .slick-prev:hover,
.dc-hero-area .slick-next:hover {
  background-color: #fff;
}
.dc-hero-area .slick-prev:hover:before,
.dc-hero-area .slick-next:hover:before {
  color: #5C5C5C;
}

@media (max-width: 991px) {
  .dc-hero-area .slick-prev,
  .dc-hero-area .slick-next {
    display: none !important;
  }
}
.dc-hero-area .slick-prev {
  left: 60px;
  top: 52%;
}
@media (max-width: 1700px) {
  .dc-hero-area .slick-prev {
    left: 30px;
  }
}

.dc-hero-area .slick-prev:before {
  font-family: "themify";
  content: "\e64a";
  opacity: 1;
  transition: all 0.3s;
}

.dc-hero-area .slick-next {
  left: 60px;
}
@media (max-width: 1700px) {
  .dc-hero-area .slick-next {
    left: 30px;
  }
}

.dc-hero-area .slick-next:before {
  font-family: "themify";
  content: "\e649";
  opacity: 1;
  transition: all 0.3s;
}

.dc-hero-area .slick-dots {
  bottom: 20px;
}

@media screen and (min-width: 992px) {
  .dc-hero-area .slick-dots {
    display: none !important;
  }
}
.dc-hero-area .slick-dots li {
  margin: 0;
}

.dc-hero-area .slick-dots button {
  background-color: #1A9120;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.dc-hero-area .slick-dots button:before,
.dc-hero-area .slick-dots button:before {
  display: none;
}

.dc-hero-area .slide-content > div {
  overflow: hidden;
}

.slide-content .btns .theme-btn {
  margin-right: 30px;
}

.slide-content .btns {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .slide-content .btns {
    margin-top: 10px;
  }
}

.dc-hero-area .slide-content > div.slide-top-title .slide-top-title-inner {
  display: flex;
  color: #fff;
  align-items: center;
}
.dc-hero-area .slide-content > div.slide-top-title .slide-top-title-inner i {
  margin-right: 10px;
}

.dc-hero-area .slide-content > div.slide-subtitle {
  max-width: 442px;
}

.dc-hero-area .slide-content > div * {
  -webkit-animation: fadeOutLeft 1.5s both;
  animation: fadeOutLeft 1.5s both;
}

.dc-hero-area .slide-content > .slider-pic * {
  -webkit-animation: fadeOutRight 1.5s both;
  animation: fadeOutRight 1.5s both;
}

.dc-hero-area .slide-content > div.slide-title * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.dc-hero-area .slide-content > div.slide-top-title * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.dc-hero-area .slide-content > div.slide-subtitle * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.dc-hero-area .slide-content > div.btns * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.dc-hero-area .dc-hero-area-slider .slick-current .slide-content > div * {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.dc-hero-area .dc-hero-area-slider .slick-current .slide-content > .slider-pic * {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.dc-hero-area .dc-hero-area-slider .slick-current .slide-content > div.slide-title * {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.dc-hero-area .dc-hero-area-slider .slick-current .slide-content > div.slide-top-title * {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.dc-hero-area .dc-hero-area-slider .slick-current .slide-content > div.slide-subtitle * {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.dc-hero-area .dc-hero-area-slider .slick-current .slide-content > div.btns * {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.dc-hero-area .dc-hero-area-slider .slick-current .slide-content > div.slider-pic * {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.dc-hero-area .right-shape-wrap * {
  -webkit-animation: fadeOutRight 1.5s both;
  animation: fadeOutRight 1.5s both;
}

.dc-hero-area .dc-hero-area-slider .slick-current .right-shape-wrap * {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/************************************************
 dc-hero-area-style-1
**************************************************/
.dc-hero-area-style-1,
.dc-hero-area-style-2 {
  height: 900px;
  position: relative;
  overflow: hidden;
}

.dc-hero-area-style-1 .slide:before,
.dc-hero-area-style-2 .slide:before {
  content: "";
  background: linear-gradient(92deg, #001F14 10.22%, rgba(11, 61, 44, 0.42) 106.96%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.dc-hero-area-style-1 .slide .round-shape-1 {
  width: 830.187px;
  height: 774.309px;
  position: absolute;
  left: 223px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  overflow: hidden;
  z-index: 11;
  mix-blend-mode: soft-light;
}
@media (max-width: 991px) {
  .dc-hero-area-style-1 .slide .round-shape-1 {
    display: none;
  }
}
.dc-hero-area-style-1 .slide .round-shape-1 svg {
  width: 728px;
  height: 775px;
}
@media (max-width: 1199px) {
  .dc-hero-area-style-1 .slide .round-shape-1 svg {
    width: 630px;
    height: 740px;
  }
}
@media (max-width: 1890px) {
  .dc-hero-area-style-1 .slide .round-shape-1 {
    left: 150px;
  }
}
@media (max-width: 1700px) {
  .dc-hero-area-style-1 .slide .round-shape-1 {
    left: 100px;
  }
}
.dc-hero-area-style-1 .slide .right-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: color-burn;
}
@media (max-width: 1399px) {
  .dc-hero-area-style-1 .slide .right-shape {
    max-width: 250px;
  }
}
@media (max-width: 1199px) {
  .dc-hero-area-style-1 .slide .right-shape {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .dc-hero-area-style-1 .slide .right-shape {
    max-width: 100px;
  }
}
.dc-hero-area-style-1 .slide .right-shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
@media (max-width: 1399px) {
  .dc-hero-area-style-1 .slide .right-shape-2 {
    max-width: 80px;
  }
}
@media (max-width: 1199px) {
  .dc-hero-area-style-1 .slide .right-shape-2 {
    max-width: 50px;
  }
}
@media (max-width: 991px) {
  .dc-hero-area-style-1 .slide .right-shape-2 {
    max-width: 30px;
  }
}
.dc-hero-area-style-1 .slide .slide-content {
  z-index: 99;
  position: relative;
}
@media (max-width: 1800px) {
  .dc-hero-area-style-1 .slide .slide-content {
    padding-left: 60px;
  }
}
@media (max-width: 1399px) {
  .dc-hero-area-style-1 .slide .slide-content {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .dc-hero-area-style-1 .slide .slide-content {
    padding-left: 100px;
  }
}
@media (max-width: 1100px) {
  .dc-hero-area-style-1 .slide .slide-content {
    padding-left: 150px;
  }
}
@media (max-width: 991px) {
  .dc-hero-area-style-1 .slide .slide-content {
    padding-left: 0;
  }
}

.dc-hero-area-style-1 .slide .slide-content h2 span {
  color: #f7c33f;
}

@media (max-width: 1199px) {
  .dc-hero-area-style-1,
  .dc-hero-area-style-2 {
    height: 750px;
  }
}
@media (max-width: 991px) {
  .dc-hero-area-style-1,
  .dc-hero-area-style-2 {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .dc-hero-area-style-1,
  .dc-hero-area-style-2 {
    height: 450px;
  }
}
.dc-hero-area-style-1 .slide,
.dc-hero-area-style-2 .slide {
  height: 900px;
}

@media (max-width: 1199px) {
  .dc-hero-area-style-1 .slide,
  .dc-hero-area-style-2 .slide {
    height: 750px;
  }
  .dc-hero-area-style-2 .slide {
    height: 650px;
  }
}
@media (max-width: 991px) {
  .dc-hero-area-style-1 .slide,
  .dc-hero-area-style-2 .slide {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .dc-hero-area-style-1 .slide,
  .dc-hero-area-style-2 .slide {
    height: 450px;
  }
  .dc-hero-area .slide .container {
    margin-left: 20px;
  }
  .dc-hero-area-style-1 .slide-content,
  .dc-hero-area-style-2 .slide-content {
    padding-top: 190px;
  }
  .dc-hero-area-style-2 .slide {
    height: 450px;
  }
}
.dc-hero-area-style-1 .slide .row,
.dc-hero-area-style-2 .slide .row {
  position: relative;
}

.dc-hero-area-style-1 .slide-content h2,
.dc-hero-area-style-2 .slide-content h2,
.dc-hero-area-style-3 .hero-content h2,
.dc-hero-area-style-4 .hero-content h2 {
  font-size: 76px;
  font-style: normal;
  font-weight: 700;
  line-height: 86px;
  color: #fff;

  margin: 0 0 0.45em;
}

@media (max-width: 1200px) {
  .dc-hero-area-style-1 .slide-content h2,
  .dc-hero-area-style-2 .slide-content h2,
  .dc-hero-area-style-3 .hero-content h2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 85px;
  }
}
@media (max-width: 991px) {
  .dc-hero-area-style-1 .slide-content h2,
  .dc-hero-area-style-2 .slide-content h2,
  .dc-hero-area-style-3 .hero-content h2 {
    font-size: 40px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .dc-hero-area-style-1 .slide-content h2,
  .dc-hero-area-style-2 .slide-content h2,
  .dc-hero-area-style-3 .hero-content h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 45px;
  }
}
.dc-hero-area-style-1 .slide-content p,
.dc-hero-area-style-3 .slide-content p,
.dc-hero-area-style-2 .slide-content p {
  color: #fff;
  margin: 0 0 2.8em;
}

.dc-hero-area-style-1 .slider-pic,
.dc-hero-area-style-2 .slider-pic {
  position: absolute;
  bottom: -33%;
  right: -113%;
  z-index: -1;
  max-width: 680px;
}

@media (max-width: 991px) {
  .dc-hero-area-style-1 .slider-pic,
  .dc-hero-area-style-2 .slider-pic {
    max-width: 350px;
    right: -60%;
    bottom: 8px;
  }
}
@media (max-width: 767px) {
  .dc-hero-area-style-1 .slider-pic,
  .dc-hero-area-style-2 .slider-pic {
    display: none;
  }
}
.slide-content .slide-subtitle p {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .dc-hero-area-style-1 .slide-content,
  .dc-hero-area-style-2 .slide-content {
    padding-top: 0px;
  }
}
@media (max-width: 590px) {
  .dc-hero-area .slide .container {
    margin-left: 0px;
  }
  .theme-btn {
    padding: 10px 18px;
  }
  .slide-content .btns .theme-btn {
    margin-right: 5px;
  }
  .wpo-site-header .cart-search-contact {
    right: 74px;
  }
}
.dc-hero-area-style-2 .slide:before {
  background: rgba(2, 30, 11, 0.99);
}
.dc-hero-area-style-2 .slide .row {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .dc-hero-area-style-2 .slide .row {
    display: block;
  }
}
.dc-hero-area-style-2 .slide .container {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.dc-hero-area-style-2 .top-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 575px) {
  .dc-hero-area-style-2 .top-shape {
    width: 130%;
  }
}
.dc-hero-area-style-2 .right-man {
  position: relative;
  z-index: 1;
  overflow: visible;
}
@media (max-width: 991px) {
  .dc-hero-area-style-2 .right-man {
    display: none;
  }
}
.dc-hero-area-style-2 .right-man img {
  max-width: 493px;
  border-bottom-left-radius: 258px;
  border-bottom-right-radius: 204px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .dc-hero-area-style-2 .right-man img {
    max-width: 350px;
  }
}
.dc-hero-area-style-2 .right-man .bottom-shape {
  position: absolute;
  left: 95px;
  bottom: 0;
  width: 580.855px;
  height: 580.855px;
  transform: rotate(359deg);
  background: transparent;
  border-radius: 50%;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 1399px) {
  .dc-hero-area-style-2 .right-man .bottom-shape {
    left: 30px;
  }
}
@media (max-width: 1199px) {
  .dc-hero-area-style-2 .right-man .bottom-shape {
    width: 500.855px;
    height: 500.855px;
    left: 57px;
    bottom: 6px;
  }
}
.dc-hero-area-style-2 .right-man .bottom-shape::before {
  position: absolute;
  left: -106px;
  bottom: 0;
  width: 110%;
  height: 50%;
  background: #1A9120;
  content: "";
  transform: rotate(22deg);
}
.dc-hero-area-style-2 .right-man .left-shape {
  position: absolute;
  left: -20px;
  bottom: 0;
  z-index: -11;
}
.dc-hero-area-style-2 .right-man .left-shape img {
  animation: leafAniamtion 8s ease-in infinite;
}
.dc-hero-area-style-2 .right-man .right-shape {
  position: absolute;
  right: -20px;
  top: 40%;
  transform: translateY(-50%);
  z-index: -11;
}
.dc-hero-area-style-2 .right-man .right-shape img {
  animation: leafAniamtion 9s ease-in infinite;
}
.dc-hero-area-style-2 .slide-content {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .dc-hero-area-style-2 .slide-content {
    margin-top: 0px;
  }
}
.dc-hero-area-style-2 .slide-content .slide-title h2 {

}
@media (max-width: 1199px) {
  .dc-hero-area-style-2 .slide-content .slide-title h2 {
    font-size: 60px;
    line-height: 75px;
  }
}
@media (max-width: 991px) {
  .dc-hero-area-style-2 .slide-content .slide-title h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .dc-hero-area-style-2 .slide-content .slide-title h2 {
    font-size: 40px;
    line-height: 65px;
  }
}
@media (max-width: 575px) {
  .dc-hero-area-style-2 .slide-content .slide-title h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 450px) {
  .dc-hero-area-style-2 .slide-content .slide-title h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
.dc-hero-area-style-2 .slide-content .slide-top-title-inner {

}
@media (max-width: 991px) {
  .dc-hero-area-style-2 .slide-content .slide-top-title-inner {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .dc-hero-area-style-2 .slide-content .slide-top-title-inner {
    font-size: 12px;
  }
}
.dc-hero-area-style-2 .slide-content .btns {
  margin-top: 0;
}
@media (max-width: 991px) {
  .dc-hero-area-style-2 .slide-content .btns {
    text-align: center;
  }
}
@media (max-width: 1399px) {
  .dc-hero-area-style-2 .slick-arrow {
    display: none !important;
  }
}

.dc-hero-area-style-3,
.dc-hero-area-style-4 {
  position: relative;
  height: 900px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .dc-hero-area-style-3,
  .dc-hero-area-style-4 {
    height: 700px;
  }
}
@media (max-width: 1199px) {
  .dc-hero-area-style-3,
  .dc-hero-area-style-4 {
    height: 600px;
  }
}
@media (max-width: 575px) {
  .dc-hero-area-style-3,
  .dc-hero-area-style-4 {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .dc-hero-area-style-3,
  .dc-hero-area-style-4 {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media (min-width: 1400px) {
  .dc-hero-area-style-3 .container,
  .dc-hero-area-style-4 .container {
    max-width: 1450px;
  }
}
.dc-hero-area-style-3::before,
.dc-hero-area-style-4::before {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.85);
  z-index: -1;
}
.dc-hero-area-style-3 .hero-content,
.dc-hero-area-style-4 .hero-content {
  padding-left: 50px;
  padding-bottom: 100px;
}
@media (max-width: 1399px) {
  .dc-hero-area-style-3 .hero-content,
  .dc-hero-area-style-4 .hero-content {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .dc-hero-area-style-3 .hero-content,
  .dc-hero-area-style-4 .hero-content {
    padding-bottom: 50px;
  }
}
.dc-hero-area-style-3 .hero-content .hero-top-title-inner,
.dc-hero-area-style-4 .hero-content .hero-top-title-inner {
  display: flex;
  color: #fff;
  align-items: center;

}
.dc-hero-area-style-3 .hero-content .hero-top-title-inner i,
.dc-hero-area-style-4 .hero-content .hero-top-title-inner i {
  margin-right: 10px;
}
.dc-hero-area-style-3 .hero-content .hero-title h2,
.dc-hero-area-style-4 .hero-content .hero-title h2 {

}
@media (max-width: 1199px) {
  .dc-hero-area-style-3 .hero-content .hero-title h2,
  .dc-hero-area-style-4 .hero-content .hero-title h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .dc-hero-area-style-3 .hero-content .hero-title h2,
  .dc-hero-area-style-4 .hero-content .hero-title h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
.dc-hero-area-style-3 .right-man,
.dc-hero-area-style-4 .right-man {
  position: relative;
  top: 70px;
  z-index: 11;
}
@media (max-width: 991px) {
  .dc-hero-area-style-3 .right-man,
  .dc-hero-area-style-4 .right-man {
    display: none;
  }
}
.dc-hero-area-style-3 .right-man img,
.dc-hero-area-style-4 .right-man img {
  border-bottom-left-radius: 325px;
  border-bottom-right-radius: 405px;
  margin-left: auto;
}
.dc-hero-area-style-3 .right-man .round-shape,
.dc-hero-area-style-4 .right-man .round-shape {
  position: absolute;
  left: -30px;
  bottom: 2px;
  width: 710.804px;
  height: 724.215px;
  background: transparent;
  border-radius: 50%;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 1399px) {
  .dc-hero-area-style-3 .right-man .round-shape,
  .dc-hero-area-style-4 .right-man .round-shape {
    width: 554.855px;
    height: 590.855px;
  }
}
@media (max-width: 1199px) {
  .dc-hero-area-style-3 .right-man .round-shape,
  .dc-hero-area-style-4 .right-man .round-shape {
    width: 500.855px;
    height: 500.855px;
    left: -42px;
    bottom: 6px;
  }
}
.dc-hero-area-style-3 .right-man .round-shape::before,
.dc-hero-area-style-4 .right-man .round-shape::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #1A9120;
  content: "";
}
.dc-hero-area-style-3 .bottom-shape,
.dc-hero-area-style-4 .bottom-shape {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
}

.dc-hero-area-style-4 {
  position: relative;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 140px 0;
}
@media (max-width: 991px) {
  .dc-hero-area-style-4 {
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .dc-hero-area-style-4 {
    padding: 80px 0;
  }
}
.dc-hero-area-style-4 .left-shape {
  position: absolute;
  left: 60px;
  bottom: 120px;
}
@media (max-width: 1600px) {
  .dc-hero-area-style-4 .left-shape {
    display: none;
  }
}
.dc-hero-area-style-4 .left-shape img {
  animation: bounceTopToBottom 8s infinite;
}
.dc-hero-area-style-4::before {
  background: rgba(0, 0, 0, 0.7);
}
@media (min-width: 1400px) {
  .dc-hero-area-style-4 .container {
    max-width: 1320px;
  }
}
.dc-hero-area-style-4 .hero-content {
  padding: 0;
}
.dc-hero-area-style-4 .hero-content .hero-top-title-inner {
  color: #1A9120;
}
.dc-hero-area-style-4 .hero-content .hero-title h2 {
  font-size: 72px;

}
@media (max-width: 1199px) {
  .dc-hero-area-style-4 .hero-content .hero-title h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .dc-hero-area-style-4 .hero-content .hero-title h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 450px) {
  .dc-hero-area-style-4 .hero-content .hero-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.dc-hero-area-style-4 .hero-content p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;

  max-width: 620px;
  margin-bottom: 30px;
}
.dc-hero-area-style-4 .contact-form-area {
  max-width: 459px;
  margin: 0;
  margin-left: auto;
  background: #F8F5F0;
  padding: 50px 50px 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .dc-hero-area-style-4 .contact-form-area {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .dc-hero-area-style-4 .contact-form-area {
    padding: 40px 20px 30px;
  }
}
.dc-hero-area-style-4 .contact-form-area .contact-top-title {
  text-align: center;
}
.dc-hero-area-style-4 .contact-form-area form textarea {
  height: 140px;
}
.dc-hero-area-style-4 .contact-form-area .ch-btn-style-2 {
  width: 100%;
  background: #1A9120;
}
.dc-hero-area-style-4 .contact-form-area .ch-btn-style-2:before {
  background: #16171A;
}
.dc-hero-area-style-4 .contact-form-area .shape {
  top: -5px;
}
.dc-hero-area-style-4 .contact-form-area .shape img {
  width: 100%;
}

/*--------------------------------------------------------------
04. footer Style
--------------------------------------------------------------*/
.footer-section {
  background: #01080D;
  position: relative;
  font-size: 15px;
  z-index: 1;
}
.footer-section .footer-right-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1600px) {
  .footer-section .footer-right-img {
    display: none;
  }
}
.footer-section ul {
  list-style: none;
}
.footer-section p {
  color: #8C8F94;
  margin-top: 30px;
}
.footer-section li {
  color: #8C8F94;
}
.footer-section .container {
  position: relative;
}
.footer-section .upper-footer {
  padding: 90px 0;
  background: #01080D;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer-section .upper-footer:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/footer-shape.png);
  opacity: 0.4;
}
@media (max-width: 991px) {
  .footer-section .upper-footer {
    padding: 80px 0 0px;
  }
}
@media (max-width: 767px) {
  .footer-section .upper-footer {
    padding: 60px 0 30px;
  }
}
@media (max-width: 991px) {
  .footer-section .upper-footer .col {
    min-height: 235px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .footer-section .upper-footer .col {
    min-height: auto;
  }
}
.footer-section .widget-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-section .widget-title {
    margin-bottom: 20px;
  }
}
.footer-section .widget-title h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  position: relative;
  color: #fff;
}
.footer-section .about-widget .logo {
  max-width: 180px;
  margin-bottom: 30px;
}
.footer-section .about-widget .widget-title {
  margin-bottom: 0;
}
.footer-section .about-widget p {
  line-height: 1.9em;
  max-width: 271px;
  margin-bottom: 30px;
}
.footer-section .about-widget p:last-child {
  margin-bottom: 0;
}
.footer-section .link-widget {
  overflow: hidden;
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .footer-section .link-widget {
    padding-left: 0;
  }
}
.footer-section .link-widget ul li {
  position: relative;
}
.footer-section .link-widget ul li a {
  color: #8C8F94;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  padding-left: 20px;

}
.footer-section .link-widget ul li a::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e649";
  font-family: "themify";
  font-size: 12px;
  color: #1A9120;
}
.footer-section .link-widget ul li a:hover {
  color: #fff;
}
.footer-section .link-widget ul li + li {
  margin-top: 5px;
}
.footer-section .social-widget {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .footer-section .social-widget {
    padding-left: 0;
  }
}
.footer-section .social-widget ul {
  display: flex;
}
.footer-section .social-widget ul li a {
  color: #8C8F94;
  display: block;
  text-align: center;
}
.footer-section .social-widget ul li a:hover {
  color: #1A9120;
}
.footer-section .social-widget ul li + li {
  margin-left: 20px;
}
.footer-section .contact-ft {
  margin-top: 20px;
}
.footer-section .contact-ft ul {
  margin-top: 20px;
}
.footer-section .contact-ft ul li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 35px;
  color: #fff;
  font-size: 16px;
}
.footer-section .contact-ft ul li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #1A9120;
}
.footer-section .contact-ft ul li .fi:before {
  font-size: 20px;
  margin-right: 15px;
}
.footer-section .subscribe .form-field {
  position: relative;
}
.footer-section .subscribe .form-field input {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(140, 143, 148, 0.7);
  padding: 15px;
  background: none;
  color: #fff;
}
.footer-section .subscribe .form-field input:focus {
  outline: none;
  border-color: #1A9120;
}
.footer-section .subscribe .form-field button {
  height: 60px;
  width: 100%;
  background: #1A9120;
  border: 0;
  color: #fff;
  margin-top: 20px;
}
.footer-section .lower-footer {
  text-align: center;
  position: relative;
  background: #01111A;
}
.footer-section .lower-footer .row {
  padding: 20px 0px;
}
.footer-section .lower-footer .lower-footer-link {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .footer-section .lower-footer .lower-footer-link {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer-section .lower-footer .lower-footer-link li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: #8C8F94;
}
.footer-section .lower-footer .lower-footer-link li a:hover {
  color: #fff;
}
.footer-section .lower-footer .lower-footer-link li + li {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}
.footer-section .lower-footer .lower-footer-link li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  content: "";
  background: #8C8F94;
}
.footer-section .lower-footer .copy-right {
  text-align: left;
}
@media (max-width: 991px) {
  .footer-section .lower-footer .copy-right {
    text-align: center;
    margin-top: 10px;
  }
}
.footer-section .lower-footer .copyright {
  display: inline-block;
  font-size: 14px;
  margin: 0;
}
.footer-section .lower-footer .copyright a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 991px) {
  .footer-section .lower-footer .copyright {
    float: none;
    display: block;
  }
}
.footer-section.style-2 {
  background: #FBF3F2;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

/*--------------------------------------------------------------
05. Home-style-1
--------------------------------------------------------------*/
/*===================================
 06. about-area 
 ====================================*/
.about-area {
  position: relative;
  z-index: 1;
}
.about-area .left-shape {
  position: absolute;
  left: -70px;
  bottom: 30px;
  z-index: -1;
}
@media (max-width: 991px) {
  .about-area .left-shape {
    display: none;
  }
}
.about-area .left-shape img {
  animation: bounceLeftToRight 8s infinite;
}
.about-area .about-left-item {
  padding-right: 40px;
}
@media (max-width: 575px) {
  .about-area .about-left-item {
    padding-right: 0;
  }
}
.about-area .about-left-item .left-img {
  position: relative;
}
@media (max-width: 1199px) {
  .about-area .about-left-item .left-img {
    margin-bottom: 50px;
  }
}
.about-area .about-left-item .left-img .man-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
@media (max-width: 1199px) {
  .about-area .about-left-item .left-img .man-img {
    max-width: 80%;
  }
}
.about-area .about-right-text span {
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #1A9120;
  position: relative;
  display: block;
  padding-left: 35px;
  margin-bottom: 10px;
}
.about-area .about-right-text span::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  width: 26.667px;
  height: 26.667px;
  background: url(../images/icon/tea-leaf2.png);
  animation: bounceLeftToRight 4s infinite;
}
.about-area .about-right-text h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .about-area .about-right-text h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.about-area .about-right-text p {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .about-area .about-right-text p {
    margin-bottom: 40px;
  }
}
.about-area .about-features-wrap ul li {
  color: #16171A;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .about-area .about-features-wrap ul li {
    font-size: 18px;
  }
}
.about-area .about-features-wrap ul li + li {
  margin-top: 25px;
}
.about-area .about-features-wrap ul li:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "\e930";
  font-family: "icomoon";
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #1A9120;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.about-area .about-features-wrap .about-features-right {
  position: relative;
}
@media (max-width: 575px) {
  .about-area .about-features-wrap .about-features-right {
    max-width: 300px;
    margin-top: 50px;
  }
}
.about-area .about-features-wrap .about-features-right .shape-1 {
  position: absolute;
  right: -80px;
  bottom: 0;
  z-index: -1;
}
.about-area .about-features-wrap .about-features-right .shape-1 img {
  animation: leafAniamtion 8s ease-in infinite;
}
.about-area .about-features-wrap .about-features-inner {
  padding: 35px 45px;
  border-radius: 0px 50px 50px 50px;
  border-top: 5px solid #1A9120;
  background: #F5F5F5;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-area .about-features-wrap .about-features-inner {
    padding: 35px 15px;
  }
}
.about-area .about-features-wrap .about-features-inner small {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
  color: #16171A;
}
.about-area .about-features-wrap .about-features-inner h3 {
  font-size: 65px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  color: #1A9120;
  margin-bottom: 0;
}
.about-area .about-features-wrap .about-features-inner p {
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
  color: #16171A;
}
.about-area .about-features-wrap .about-bottom {
  margin-top: 40px;
  display: flex;
}
@media (max-width: 450px) {
  .about-area .about-features-wrap .about-bottom {
    display: block;
  }
}
.about-area .about-features-wrap .about-bottom .author-wrap {
  display: flex;
  margin-left: 50px;
  align-items: center;
}
@media (max-width: 450px) {
  .about-area .about-features-wrap .about-bottom .author-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.about-area .about-features-wrap .about-bottom .author-wrap .author-img img {
  border-radius: 50%;
}
.about-area .about-features-wrap .about-bottom .author-wrap .author-text {
  margin-left: 15px;
}
.about-area .about-features-wrap .about-bottom .author-wrap .author-text h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 2px;
}
.about-area .about-features-wrap .about-bottom .author-wrap .author-text small {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

/*===================================
 07. service-area
 ====================================*/
.service-area {
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
  z-index: -1;
  background: linear-gradient(0deg, rgba(248, 245, 240, 0.9) 0%, rgba(248, 245, 240, 0.9) 100%), url(../images/service/bg.png) lightgray 50%/cover no-repeat;
}
@media (max-width: 991px) {
  .service-area {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .service-area {
    padding-bottom: 50px;
  }
}
.service-area .bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.1;
}
.service-area .service-item {
  transition: all 0.6s;
  margin-bottom: 30px;
  border-bottom: 2px solid #1A9120;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.service-area .service-item .service-img {
  overflow: hidden;
}
.service-area .service-item .service-img img {
  transform: scale(1);
  transition: all 0.3s;
  width: 100%;
}
.service-area .service-item .service-text {
  background: #fff;
  position: relative;
  padding: 30px;
}
@media (max-width: 1199px) {
  .service-area .service-item .service-text {
    padding-top: 50px;
  }
}
.service-area .service-item .service-text .icon {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  background: #FFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 20px;
  top: -45px;
  transition: all 0.3s;
}
.service-area .service-item .service-text .icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  content: "";
  background: rgba(26, 145, 32, 0.1);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s;
}
.service-area .service-item .service-text .icon i {
  font-size: 40px;
  color: #1A9120;
  transition: all 0.3s;
  transition: all 0.3s;
}
.service-area .service-item .service-text h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}
.service-area .service-item .service-text h3 a {
  color: #16171A;
}
.service-area .service-item .service-text h3 a:hover {
  color: #1A9120;
}
.service-area .service-item .service-text p {
  margin-bottom: 0;
}
.service-area .service-item:hover .service-img img {
  transform: scale(1.2);
}
.service-area .service-item:hover .service-text {
  background: #fff;
  position: relative;
  padding: 30px;
}
.service-area .service-item:hover .service-text .icon {
  background: #1A9120;
}
.service-area .service-item:hover .service-text .icon:before {
  background: #0f7214;
}
.service-area .service-item:hover .service-text .icon i {
  color: #fff;
}
.service-area .bg-service .service-item {
  background: #4AAB3D;
  padding: 70px 40px;
  position: relative;
  border: 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .service-area .bg-service .service-item {
    padding: 40px 40px;
  }
}
@media (max-width: 575px) {
  .service-area .bg-service .service-item {
    padding: 30px 20px;
  }
}
.service-area .bg-service .service-item .shape {
  position: absolute;
  right: 66px;
  bottom: 0;
  z-index: -1;
}
.service-area .bg-service .service-item .shape img {
  animation: leafAniamtion 8s ease-in infinite;
}
.service-area .bg-service .service-item .service-text {
  padding: 0;
  background: none;
  max-width: 443px;
  z-index: -1;
}
.service-area .bg-service .service-item .service-text small {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  position: relative;
  display: block;
  padding-left: 35px;
  margin-bottom: 10px;
}
.service-area .bg-service .service-item .service-text small::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  width: 26.667px;
  height: 26.667px;
  background: url(../images/icon/tea-leaf.png);
  animation: bounceLeftToRight 4s infinite;
}
.service-area .bg-service .service-item .service-text h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  color: #fff;
  margin-bottom: 35px;
}
.service-area .bg-service .service-item .service-text .author-wrap {
  display: flex;
  align-items: center;
}
.service-area .bg-service .service-item .service-text .author-wrap .author-left ul {
  display: flex;
}
.service-area .bg-service .service-item .service-text .author-wrap .author-left ul li + li {
  margin-left: -10px;
}
.service-area .bg-service .service-item .service-text .author-wrap .author-right {
  padding-left: 10px;
}
.service-area .bg-service .service-item .service-text .author-wrap .author-right ul {
  display: flex;
  margin-bottom: 5px;
}
.service-area .bg-service .service-item .service-text .author-wrap .author-right ul li {
  color: #FFC107;
}
.service-area .bg-service .service-item .service-text .author-wrap .author-right ul li + li {
  margin-left: 10px;
}
.service-area .bg-service .service-item .service-text .author-wrap .author-right span {
  color: #fff;
}

/*===================================
 08. work-area
 ====================================*/
.work-area {
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.work-area .shape-1 {
  position: absolute;
  left: 120px;
  top: 70px;
}
@media (max-width: 991px) {
  .work-area .shape-1 {
    left: 50px;
    top: 30px;
  }
}
@media (max-width: 767px) {
  .work-area .shape-1 {
    max-width: 30px;
    left: 20px;
    top: 20px;
  }
}
.work-area .shape-1 img {
  animation: bounceTopToBottom 6s infinite;
}
.work-area .shape-2 {
  position: absolute;
  right: 80px;
  bottom: 70px;
}
@media (max-width: 991px) {
  .work-area .shape-2 {
    right: 50px;
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .work-area .shape-2 {
    max-width: 30px;
    right: 20px;
    bottom: 20px;
  }
}
.work-area .shape-2 img {
  animation: bounceTopToBottom 6s infinite;
}
.work-area .work-wrap {
  position: relative;
  z-index: 1;
}
.work-area .work-wrap .icon {
  position: relative;
  z-index: 1;
  background: #FFF;
  border: 2px dashed #1A9120;
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.work-area .work-wrap .icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  content: "";
  background: rgba(26, 145, 32, 0.1);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s;
}
.work-area .work-wrap .icon i {
  font-size: 50px;
  color: #1A9120;
  transition: all 0.3s;
}
.work-area .work-wrap .icon .count {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #1A9120;
  transition: all 0.3s;
}
.work-area .work-wrap .icon .count span {
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  transition: all 0.3s;
}
.work-area .work-wrap .work-text {
  background: none;
  position: relative;
  padding: 40px 30px;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .work-area .work-wrap .work-text {
    padding-top: 50px;
  }
}
.work-area .work-wrap .work-text h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  position: relative;
  z-index: 11;
}
.work-area .work-wrap .work-text h3 a {
  color: #16171A;
}
.work-area .work-wrap .work-text h3 a:hover {
  color: #1A9120;
}
.work-area .work-wrap .work-text p {
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.work-area .work-wrap .work-text .shape {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
@media (max-width: 991px) {
  .work-area .work-wrap .work-text .shape {
    display: none;
  }
}
.work-area .work-wrap .work-item {
  padding-top: 30px;
}
.work-area .work-wrap .work-item:hover .work-text .shape, .work-area .work-wrap .work-item.active .work-text .shape {
  opacity: 1;
  visibility: visible;
}
.work-area .work-wrap .work-item:hover .icon, .work-area .work-wrap .work-item.active .icon {
  background: #1A9120;
}
.work-area .work-wrap .work-item:hover .icon i, .work-area .work-wrap .work-item.active .icon i {
  color: #fff;
}
.work-area .work-wrap .work-item:hover .icon .count, .work-area .work-wrap .work-item.active .icon .count {
  background-color: #FFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
.work-area .work-wrap .work-item:hover .icon .count span, .work-area .work-wrap .work-item.active .icon .count span {
  color: #1A9120;
}
@media (max-width: 991px) {
  .work-area .work-wrap .row {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .work-area .work-wrap .icon-main-wrap {
    max-width: 300px;
    margin: 0 auto;
  }
}
.work-area .work-wrap .col:nth-child(odd) {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .work-area .work-wrap .col:nth-child(odd) {
    margin-top: 0;
  }
}
.work-area .work-wrap .col:nth-child(odd) .work-text {
  padding-top: 10px;
}
.work-area .work-wrap .col:nth-child(odd) .work-text .shape {
  top: 43%;
  z-index: 1;
}
.work-area .work-wrap .col:nth-child(even) {
  position: relative;
}
.work-area .work-wrap .col:nth-child(even) .work-text {
  margin-top: 50px;
  z-index: 1;
}
@media (max-width: 991px) {
  .work-area .work-wrap .col:nth-child(even) .work-text {
    margin-top: 0;
    padding-top: 20px;
  }
}
.work-area .work-wrap .col:nth-child(even):before {
  position: absolute;
  left: -30px;
  top: 62%;
  content: "";
  background: url(../images/icon/right-arrow.png);
  width: 34px;
  height: 34px;
  animation: bounceLeftToRight 3s infinite;
}
@media (max-width: 1199px) {
  .work-area .work-wrap .col:nth-child(even):before {
    display: none;
  }
}
.work-area .work-wrap .col:nth-child(even):after {
  position: absolute;
  right: -30px;
  top: 62%;
  content: "";
  background: url(../images/icon/right-arrow.png);
  width: 34px;
  height: 34px;
  animation: bounceLeftToRight 3s infinite;
}
@media (max-width: 1199px) {
  .work-area .work-wrap .col:nth-child(even):after {
    display: none;
  }
}
.work-area .work-wrap .col:nth-child(1) .icon-main-wrap {
  position: relative;
}
.work-area .work-wrap .col:nth-child(1) .icon-main-wrap .shape {
  position: absolute;
  top: -30px;
  left: 50px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .work-area .work-wrap .col:nth-child(1) .icon-main-wrap .shape {
    top: -30px;
    left: 0px;
  }
}
.work-area .work-wrap .col:nth-child(2) .icon-main-wrap {
  position: relative;
}
.work-area .work-wrap .col:nth-child(2) .icon-main-wrap .shape {
  position: absolute;
  top: -30px;
  left: 30px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .work-area .work-wrap .col:nth-child(2) .icon-main-wrap .shape {
    top: -30px;
    left: 0px;
  }
}
.work-area .work-wrap .col:nth-child(3) .icon-main-wrap {
  position: relative;
}
.work-area .work-wrap .col:nth-child(3) .icon-main-wrap .shape {
  position: absolute;
  top: -95px;
  left: 40px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .work-area .work-wrap .col:nth-child(3) .icon-main-wrap .shape {
    top: -95px;
    left: 0px;
  }
}
.work-area .work-wrap .line-1 {
  position: absolute;
  left: 11%;
  top: 150px;
  width: 45%;
  height: 100%;
  border-top: 2px dashed #1A9120;
  transform: rotate(340deg);
  z-index: -1;
}
@media (max-width: 991px) {
  .work-area .work-wrap .line-1 {
    display: none;
  }
}
.work-area .work-wrap .line-2 {
  position: absolute;
  right: 11%;
  top: 150px;
  width: 45%;
  height: 100%;
  border-top: 2px dashed #1A9120;
  transform: rotate(-340deg);
  z-index: -1;
}
@media (max-width: 991px) {
  .work-area .work-wrap .line-2 {
    display: none;
  }
}
.work-area .work-wrap .line-2::before {
  position: absolute;
  right: -10px;
  top: -14px;
  content: "\e933";
  font-family: "icomoon";
  color: #1A9120;
}

/*===================================
 09. text-moving-sec 
 ====================================*/
.text-moving-sec {
  position: relative;
  z-index: 11;
  padding: 0 0 60px;
}
.text-moving-sec .text-moving {
  position: relative;
  left: -10%;
  width: 120%;
  z-index: -1;
}
.text-moving-sec .text-moving .track {
  animation: marquee 200s linear infinite;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.text-moving-sec .text-moving h1 {
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
  margin-bottom: 0;
}
.text-moving-sec .text-moving h1 span {
  font-size: 128px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  margin: 0 20px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #16171A;
  font-family: "DM Sans" sans-serif;
}
@media (max-width: 991px) {
  .text-moving-sec .text-moving h1 span {
    font-size: 70px;
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  .text-moving-sec .text-moving h1 span {
    font-size: 50px;
  }
}
.text-moving-sec .text-moving h1 span:nth-child(even) {
  background: -webkit-linear-gradient(transparent, transparent), url("../images/title-bg.jpg") no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0;
}

/*==============================
 10. ch-choose-area
 ===============================*/
.ch-choose-area {
  background: #181818;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ch-choose-area .pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ch-choose-area .ch-choose-img {
  margin-left: -70px;
}
@media (max-width: 991px) {
  .ch-choose-area .ch-choose-img {
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 1399px) {
  .ch-choose-area .ch-choose-text .ch-top-title-s3 h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .ch-choose-area .ch-choose-text .ch-top-title-s3 h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
.ch-choose-area .ch-choose-text p {
  margin-top: 30px;
  color: #fff;
}
.ch-choose-area .row {
  align-items: flex-end;
}
.ch-choose-area .funfact-area {
  padding-top: 40px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 917px;
}
.ch-choose-area .funfact-area .row {
  justify-content: space-between;
}
@media (max-width: 575px) {
  .ch-choose-area .funfact-area .row {
    justify-content: center;
  }
}
.ch-choose-area .funfact-area .info {
  position: relative;
}
@media (max-width: 991px) {
  .ch-choose-area .funfact-area .info {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .ch-choose-area .funfact-area .info {
    padding-bottom: 20px;
  }
}
.ch-choose-area .funfact-area .info p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  .ch-choose-area .funfact-area .info p {
    font-size: 14px;
  }
}
.ch-choose-area .funfact-area .info h3 {
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;

  margin-bottom: 0;
  color: #1A9120;
}
@media (max-width: 1199px) {
  .ch-choose-area .funfact-area .info h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .ch-choose-area .funfact-area .info h3 {
    font-size: 30px;
  }
}
.ch-choose-area .funfact-area .col + .col .info {
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .ch-choose-area .funfact-area .col + .col .info {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .ch-choose-area .funfact-area .col + .col .info {
    padding-left: 0;
  }
}
.ch-choose-area .funfact-area .col + .col .info:before {
  position: absolute;
  left: -20%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 57px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}
@media (max-width: 991px) {
  .ch-choose-area .funfact-area .col + .col .info:before {
    left: 0;
  }
}
@media (max-width: 575px) {
  .ch-choose-area .funfact-area .col + .col .info:before {
    left: -5%;
  }
}
.ch-choose-area .funfact-area .col + .col:last-child .info {
  padding-left: 120px;
}
@media (max-width: 1399px) {
  .ch-choose-area .funfact-area .col + .col:last-child .info {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .ch-choose-area .funfact-area .col + .col:last-child .info {
    padding: 0;
  }
}
.ch-choose-area .funfact-area .col + .col:last-child .info:before {
  left: -10%;
}
@media (max-width: 575px) {
  .ch-choose-area .funfact-area .col + .col:last-child .info:before {
    display: none;
  }
}

/*==============================
 11. ch-project-area
 ===============================*/
.ch-project-area {
  position: relative;
  margin-top: -120px;
}
.ch-project-area .container-fluid {
  padding: 0;
}
.ch-project-area .owl-dots {
  display: none;
}
.ch-project-area .project-item {
  position: relative;
}
.ch-project-area .project-item .project-text {
  width: 335px;
  padding: 12px 15px;
  position: absolute;
  left: -2px;
  bottom: 30px;
  background: #fff;
}
@media (max-width: 1600px) {
  .ch-project-area .project-item .project-text {
    width: 280px;
  }
}
.ch-project-area .project-item .project-text span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  color: #1A9120;
}
.ch-project-area .project-item .project-text h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .ch-project-area .project-item .project-text h2 {
    font-size: 22px;
  }
}
.ch-project-area .project-item .project-text h2 a {
  color: #16171A;
}
.ch-project-area .project-item .project-text a {
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background: #1A9120;
  text-align: center;
  color: #fff;
}
.ch-project-area .project-item .project-text a:hover {
  background-color: #105c14;
}
.ch-project-area .project-item .project-img {
  width: 100%;
  overflow: hidden;
}
.ch-project-area .project-item .project-img img {
  transform: scale(1);
  transition: all 0.3s;
}
.ch-project-area .project-item:hover .project-img img {
  transform: scale(1.2);
}
.ch-project-area .project-item:hover .middle-shade:before {
  left: 0;
  right: 0;
  opacity: 0;
}
.ch-project-area .owl-nav {
  display: none;
}

/*==============================
 12. pricing-section
 ===============================*/
.pricing-section {
  position: relative;
}
@media (max-width: 991px) {
  .pricing-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .pricing-section {
    padding-bottom: 50px;
  }
}
.pricing-section .p-shape {
  position: absolute;
  left: 20px;
  bottom: 30px;
}
.pricing-section .p-shape img {
  animation: bounceLeftToRight 8s infinite;
}
.pricing-section .ch-top-title ul {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .pricing-section .ch-top-title ul {
    justify-content: center;
  }
}
.pricing-section .ch-top-title ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;

}
@media (max-width: 1399px) {
  .pricing-section .ch-top-title h2 {
    font-size: 37px;
    line-height: 50px;
  }
}
.pricing-section .ch-top-title p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .pricing-section .ch-top-title p {
    font-size: 18px;
  }
}
.pricing-section .ch-top-title p small {
  color: #1A9120;
}
.pricing-section .tab-btn {
  height: 40px;
  margin: 0 30px;
}
.pricing-section .tab-btn input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.pricing-section .tab-btn label {
  cursor: pointer;
  text-indent: -9999px;
  width: 80px;
  height: 40px;
  background: #1A9120;
  border-radius: 100px;
  position: relative;
}
.pricing-section .tab-btn label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
  transition: 0.3s;
}
.pricing-section .tab-btn input:checked + label {
  background: #1A9120;
}
.pricing-section .tab-btn input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}
.pricing-section .tab-btn label:active:after {
  width: 60px;
}
.pricing-section .price-tab-content {
  display: none;
}
.pricing-section .price-tab-content.active {
  display: block;
}
.pricing-section .tab-wrap {
  position: relative;
}
.pricing-section .tab-wrap .shape {
  position: absolute;
  left: -250px;
  bottom: -50px;
  z-index: -1;
}
.pricing-section .tab-wrap .shape img {
  animation: bounceLeftToRight 7s infinite;
}
@media (max-width: 767px) {
  .pricing-section .pricing-item {
    margin-bottom: 30px;
  }
}
.pricing-section .pricing-item .pricing-item-inner {
  position: relative;
  z-index: 1;
  padding: 40px;
}
@media (max-width: 1399px) {
  .pricing-section .pricing-item .pricing-item-inner {
    padding: 40px 20px;
  }
}
.pricing-section .pricing-item .pricing-item-inner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #1A9120;
  z-index: -1;
  transition: all 0.3s;
}
.pricing-section .pricing-item .pricing-item-inner .badge {
  position: absolute;
  right: -30px;
  top: 50px;
  padding: 6px;
  background: #fff;
  color: #1A9120;
  padding-right: 10px;
  padding-left: 25px;
  transform: rotate(270deg);
  border-radius: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 14% 100%);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pricing-section .pricing-item:hover .pricing-item-inner::before {
  background: rgba(4, 55, 7, 0.9);
}
.pricing-section .pricing-item .price-plan {
  margin-bottom: 30px;
}
.pricing-section .pricing-item .price-plan span {
  font-family: "Kanit";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
}
.pricing-section .pricing-item .price-plan p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  margin-top: 5px;
}
.pricing-section .pricing-item .prices {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  margin-bottom: 30px;
}
.pricing-section .pricing-item .prices h3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
  color: #fff;
}
.pricing-section .pricing-item .prices h3 span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.68px;
}
.pricing-section .pricing-item ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
.pricing-section .pricing-item ul li + li {
  margin-top: 10px;
}
.pricing-section .pricing-item ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  content: "";
  background: url(../images/icon/pricing.png);
  background-repeat: no-repeat;
}
.pricing-section .pricing-item a {
  display: block;
  padding: 10px 20px;
  color: #1A9120;
  background: #fff;
  text-align: center;
  margin-top: 30px;
}
.pricing-section .pricing-item a:hover {
  color: #fff;
  background: #1A9120;
}

/*==============================
 13. video-area
 ===============================*/
.video-area {
  height: 570px;
  position: relative;
}
@media (max-width: 575px) {
  .video-area {
    height: 450px;
  }
}
.video-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}
.video-area .open-video {
  display: block;
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 150px;
  color: #fff;
  font-size: 50px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #fff;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .video-area .open-video {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
  }
}
.video-area .open-video:before, .video-area .open-video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: -1;
  border-radius: 50%;
  transition: all ease 5s;
  background: rgba(255, 255, 255, 0.1);
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}
.video-area .open-video:after {
  animation-delay: 2s;
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}

/*==============================
 14. testimonial-section
 ===============================*/
.testimonial-section {
  position: relative;
  z-index: 1;
}
.testimonial-section::before {
  display: none;
}
.testimonial-section .testimonial-items .owl-stage-outer {
  margin: -15px;
}
.testimonial-section .testimonial-items .owl-stage {
  margin: 15px;
}
.testimonial-section .testimonial-items .owl-nav {
  display: none;
}
.testimonial-section .testimonial-items .testimonial-item {
  position: relative;
  border-left: 5px solid var(--Green, #1A9120);
  background: #FFF;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 30px;
  overflow: hidden;
  transition: all 0.3s;
}
.testimonial-section .testimonial-items .testimonial-item .testimonial-item-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .testimonial-section .testimonial-items .testimonial-item .testimonial-item-inner {
    display: block;
    text-align: center;
  }
}
.testimonial-section .testimonial-items .testimonial-item .testimonial-text {
  max-width: 319px;
  flex-basis: 70%;
}
@media (max-width: 1199px) {
  .testimonial-section .testimonial-items .testimonial-item .testimonial-text {
    flex-basis: 60%;
  }
}
@media (max-width: 500px) {
  .testimonial-section .testimonial-items .testimonial-item .testimonial-text {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.testimonial-section .testimonial-items .testimonial-item .testimonial-text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.testimonial-section .testimonial-items .testimonial-item .testimonial-text .ratting {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .testimonial-section .testimonial-items .testimonial-item .testimonial-text .ratting {
    justify-content: center;
  }
}
.testimonial-section .testimonial-items .testimonial-item .testimonial-text .ratting li {
  color: #F1B51F;
}
.testimonial-section .testimonial-items .testimonial-item .testimonial-text .ratting li span {
  color: #CDCDCD;
}
.testimonial-section .testimonial-items .testimonial-item .testimonial-text .ratting li + li {
  margin-left: 6px;
}
.testimonial-section .testimonial-items .testimonial-item .testimonial-text .info-text-bio h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.testimonial-section .testimonial-items .testimonial-item .testimonial-text .info-text-bio span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #1A9120;
}
.testimonial-section .testimonial-items .testimonial-item .info-img {
  flex-basis: 30%;
  max-width: 168px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .testimonial-section .testimonial-items .testimonial-item .info-img {
    flex-basis: 40%;
  }
}
@media (max-width: 500px) {
  .testimonial-section .testimonial-items .testimonial-item .info-img {
    margin: 0 auto;
  }
}
.testimonial-section .testimonial-items .testimonial-item .info-img img {
  border-bottom-left-radius: 160px;
}
@media (max-width: 500px) {
  .testimonial-section .testimonial-items .testimonial-item .info-img img {
    border-radius: 50%;
  }
}
.testimonial-section .testimonial-items .testimonial-item .info-img .quote {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #FFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .testimonial-section .testimonial-items .testimonial-item .info-img .quote {
    left: 50px;
    bottom: 50px;
  }
}
.testimonial-section .testimonial-items .testimonial-item .info-img .quote i {
  font-size: 30px;
  color: #1A9120;
  transition: all 0.3s;
}
.testimonial-section .testimonial-items .testimonial-item .info-img .t-shape {
  position: absolute;
  left: -90px;
  bottom: -40px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .testimonial-section .testimonial-items .testimonial-item .info-img .t-shape {
    left: -70px;
    bottom: -30px;
  }
}
.testimonial-section .testimonial-items .testimonial-item .info-img .t-shape img {
  animation: leafAniamtion 8s ease-in infinite;
}
.testimonial-section .testimonial-items .testimonial-item:hover {
  border-color: #1A9120;
}
.testimonial-section .testimonial-items .testimonial-item:hover::before {
  opacity: 0.478;
}
.testimonial-section .testimonial-items .testimonial-item:hover::after {
  opacity: 0.478;
}
.testimonial-section .shape-1 {
  position: absolute;
  left: 70px;
  top: 50px;
  z-index: -1;
}
.testimonial-section .shape-1 img {
  animation: bounceLeftToRight 7s infinite;
}
.testimonial-section .shape-2 {
  position: absolute;
  right: 70px;
  bottom: 50px;
  z-index: -1;
}
.testimonial-section .shape-2 img {
  animation: bounceLeftToRight 6s infinite;
}

/*==============================
 15. brand-section
 ===============================*/
.brand-section {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 1px solid #F5F5F8;
}
@media (max-width: 991px) {
  .brand-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.brand-section .brand-slider .brand-item {
  display: flex;
  height: 130px;
  justify-content: center;
  flex-direction: column;
}
.brand-section .brand-slider .brand-item img {
  margin: 0 auto;
  transition: all 0.3s;
  transform: scale(1);
}
.brand-section .brand-slider .brand-item:hover img {
  transform: scale(1.1);
}
.brand-section .brand-slider .owl-item img {
  width: unset;
}
.brand-section .brand-slider .owl-nav {
  display: none;
}

/*==============================
 16. faq-section
 ===============================*/
.faq-section {
  position: relative;
  z-index: 1;
}
.faq-section .faq-top-bg {
  position: relative;
  top: 0;
  width: 100%;
  height: 270px;
  z-index: -1;
}
@media (max-width: 575px) {
  .faq-section .faq-top-bg {
    height: 180px;
  }
}
.faq-section .faq-top-bg::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(12, 59, 11, 0.9);
}
.faq-section .faq-section-left {
  max-width: 583px;
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .faq-section .faq-section-left {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .faq-section .faq-section-left {
    padding-top: 30px;
  }
}
.faq-section .faq-section-left .ch-top-title {
  margin-bottom: 30px;
  text-align: left;
}
.faq-section .faq-section-left .faq-item .accordion-item {
  border: 0;
  margin-bottom: 30px;
}
.faq-section .faq-section-left .faq-item .accordion-item .accordion-button {
  font-family: "Kanit";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #16171A;
  padding: 0;
  position: relative;
}
@media (max-width: 1199px) {
  .faq-section .faq-section-left .faq-item .accordion-item .accordion-button {
    font-size: 18px;
  }
}
.faq-section .faq-section-left .faq-item .accordion-item .accordion-button::after {
  background: none;
  content: "\e933";
  font-family: "icomoon";
  font-size: 12px;
  font-weight: 700;
  top: 10px;
  position: relative;
}
.faq-section .faq-section-left .faq-item .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(0);
  content: "\e903";
  font-family: "icomoon";
}
.faq-section .faq-section-left .faq-item .accordion-item .accordion-button:not(.collapsed), .faq-section .faq-section-left .faq-item .accordion-item .accordion-button:focus {
  background: none;
  box-shadow: none;
  color: #1A9120;
}
.faq-section .faq-section-left .faq-item .accordion-item .accordion-body {
  padding-left: 0;
  border-top: 1px solid #F5F5F8;
  border-bottom: 1px solid #F5F5F8;
  margin-top: 30px;
  padding: 20px 0;
}
.faq-section .faq-section-left .faq-item .accordion-item .accordion-body p {
  margin-bottom: 0;
}
.faq-section .contact-form-area {
  max-width: 514px;
  margin: 0 auto;
  margin-top: -110px;
  background: #043707;
  position: relative;
  z-index: 11;
  padding: 80px 60px 50px;
}
@media (max-width: 991px) {
  .faq-section .contact-form-area {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .faq-section .contact-form-area {
    padding: 50px 30px 30px;
  }
}
.faq-section .contact-form-area .shape {
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
}
.faq-section .contact-form-area .form-field {
  margin-bottom: 21px;
}
.faq-section .contact-form-area .contact-top-title {
  margin-bottom: 20px;
  position: relative;
}
.faq-section .contact-form-area .contact-top-title span {
  color: #1A9120;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.4px;
}
.faq-section .contact-form-area .contact-top-title h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
  color: #fff;
}
.faq-section .contact-form-area form input,
.faq-section .contact-form-area form select,
.faq-section .contact-form-area form textarea {
  width: 100%;
  height: 55px;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: none !important;
  padding-left: 25px;
  background: #FCFCFC;
  border: 1px solid #E7E6E6;
  color: #8C8F94;
}
@media (max-width: 991px) {
  .faq-section .contact-form-area form input,
  .faq-section .contact-form-area form select,
  .faq-section .contact-form-area form textarea {
    height: 45px;
  }
}
.faq-section .contact-form-area form input:focus,
.faq-section .contact-form-area form select:focus,
.faq-section .contact-form-area form textarea:focus {
  border-color: #1A9120;
  background: #FCFCFC;
}
.faq-section .contact-form-area form input::-webkit-input-placeholder,
.faq-section .contact-form-area form select::-webkit-input-placeholder,
.faq-section .contact-form-area form textarea::-webkit-input-placeholder {
  /* Edge */
  color: #8C8F94;
}
.faq-section .contact-form-area form input:-ms-input-placeholder,
.faq-section .contact-form-area form select:-ms-input-placeholder,
.faq-section .contact-form-area form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8C8F94;
}
.faq-section .contact-form-area form input::placeholder,
.faq-section .contact-form-area form select::placeholder,
.faq-section .contact-form-area form textarea::placeholder {
  color: #8C8F94;
}
.faq-section .contact-form-area form textarea {
  height: 97px;
  padding-top: 15px;
}
.faq-section .contact-form-area form {
  overflow: hidden;
}
.faq-section .contact-form-area form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #636363;
}
.faq-section .contact-form-area form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #636363;
}
.faq-section .contact-form-area form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #636363;
}
.faq-section .contact-form-area form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #636363;
}
.faq-section .contact-form-area form select {
  display: inline-block;
  color: #8C8F94;
  cursor: pointer;
  opacity: 1;
  padding: 6px 25px;
  font-size: 15px;
  font-size: calc-rem-value(15);
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: #FCFCFC url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}
.faq-section .contact-form-area form select:focus {
  background: #FCFCFC url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
}
.faq-section .contact-form-area form .submit-area {
  margin-top: 10px;
  margin-left: 0;
}
.faq-section .contact-form-area form .submit-area .ch-btn-style-1 {
  background: #4AAB3D;
}
.faq-section .left-man {
  position: absolute;
  left: 30px;
  top: 100px;
  z-index: -1;
}
@media (max-width: 1700px) {
  .faq-section .left-man {
    display: none;
  }
}
.faq-section .right-shape {
  position: absolute;
  right: 150px;
  bottom: 30px;
}
@media (max-width: 1700px) {
  .faq-section .right-shape {
    right: 100px;
  }
}
@media (max-width: 1600px) {
  .faq-section .right-shape {
    right: 30px;
  }
}
@media (max-width: 991px) {
  .faq-section .right-shape {
    display: none;
  }
}
.faq-section .right-shape img {
  animation: bounceLeftToRight 6s infinite;
}

/*=================================
 17. ch-blog-area 
 ==================================*/
.ch-blog-area {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .ch-blog-area {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .ch-blog-area {
    padding-bottom: 50px;
  }
}
.ch-blog-area .blog-items .blog-item {
  background: #fff;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.ch-blog-area .blog-items .blog-item .blog-img {
  overflow: hidden;
  overflow: hidden;
}
.ch-blog-area .blog-items .blog-item img {
  width: 100%;
  transform: scale(1);
  transition: all 0.6s;
}
@media (max-width: 575px) {
  .ch-blog-area .blog-items .blog-item img {
    width: 100%;
  }
}
.ch-blog-area .blog-items .blog-item:hover .blog-img img {
  transform: scale(1.2);
}
.ch-blog-area .blog-items .blog-item .blog-content {
  background: #FFF;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 40px;
  border-top: 0;
  border-bottom: 0;
  transition: all 0.3s;
  position: relative;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .ch-blog-area .blog-items .blog-item .blog-content {
    padding: 40px 15px 30px;
  }
}
.ch-blog-area .blog-items .blog-item .blog-content .blog-content-top {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEFF0;
}
.ch-blog-area .blog-items .blog-item .blog-content .date {
  position: absolute;
  right: 40px;
  top: -35px;
  width: 60px;
  background: #FFF;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  height: 70px;
  padding: 12px;
  text-align: center;
}
.ch-blog-area .blog-items .blog-item .blog-content .date span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  color: #1A9120;
}
.ch-blog-area .blog-items .blog-item .blog-content ul {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 11;
}
.ch-blog-area .blog-items .blog-item .blog-content ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.ch-blog-area .blog-items .blog-item .blog-content ul li + li {
  margin-left: 20px;
}
.ch-blog-area .blog-items .blog-item .blog-content ul li i {
  color: #1A9120;
  margin-right: 5px;
}
.ch-blog-area .blog-items .blog-item .blog-content ul li strong {
  color: #16171A;
  font-family: "Kanit";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.ch-blog-area .blog-items .blog-item .blog-content h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .ch-blog-area .blog-items .blog-item .blog-content h2 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .ch-blog-area .blog-items .blog-item .blog-content h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .ch-blog-area .blog-items .blog-item .blog-content h2 {
    margin-top: 10px;
  }
}
.ch-blog-area .blog-items .blog-item .blog-content h2 a {
  color: #16171A;
}
.ch-blog-area .blog-items .blog-item .blog-content h2 a:hover {
  color: #16171A;
}
.ch-blog-area .blog-items .blog-item .blog-content p {
  margin-bottom: 0;
}
.ch-blog-area .blog-items .blog-item:hover .middle-shade:before {
  left: 0;
  right: 0;
  opacity: 0;
}

/*=================================
 18. ch-cta-area
 ==================================*/
.ch-cta-area {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .ch-cta-area {
    padding-top: 0;
  }
}
.ch-cta-area .cta-items {
  background: #4AAB3D;
  display: flex;
  align-items: center;
  padding: 0 150px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .ch-cta-area .cta-items {
    padding: 0 80px;
  }
}
@media (max-width: 991px) {
  .ch-cta-area .cta-items {
    display: block;
    text-align: center;
    padding: 30px 20px;
  }
}
.ch-cta-area .cta-items .shape {
  position: absolute;
  left: -140px;
  bottom: -3px;
  z-index: -1;
}
@media (max-width: 575px) {
  .ch-cta-area .cta-items .shape {
    max-width: 150px;
    left: -80px;
  }
}
.ch-cta-area .cta-items .shape img {
  animation: leafAniamtion 10s ease-in infinite;
}
.ch-cta-area .cta-items .shape-2 {
  position: absolute;
  right: 50px;
  top: 0;
  z-index: -1;
}
.ch-cta-area .cta-items .cta-text {
  max-width: 404px;
  flex-basis: 30%;
}
@media (max-width: 991px) {
  .ch-cta-area .cta-items .cta-text {
    margin: 0 auto;
  }
}
.ch-cta-area .cta-items .cta-text h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .ch-cta-area .cta-items .cta-text h2 {
    font-size: 25px;
    line-height: 40px;
  }
}
.ch-cta-area .cta-items .cta-img {
  flex-basis: 40%;
  text-align: center;
  margin-top: -50px;
}
@media (max-width: 991px) {
  .ch-cta-area .cta-items .cta-img {
    display: none;
  }
}
.ch-cta-area .cta-items .cta-btn {
  flex-basis: 30%;
  margin-top: 20px;
}
.ch-cta-area .cta-items .cta-btn a {
  display: inline-block;
  padding: 15px 55px;
  background: #fff;
  color: #1A9120;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .ch-cta-area .cta-items .cta-btn a {
    padding: 15px 35px;
  }
}
.ch-cta-area .cta-items .cta-btn a:hover {
  background: #1A9120;
  color: #fff;
}

/*--------------------------------------------------------------
19. Home-style-2
--------------------------------------------------------------*/
/*===================================
 features-area
 ====================================*/
.features-area .features-wrap .features-item {
  position: relative;
}
.features-area .features-wrap .features-item .features-img {
  position: relative;
}
.features-area .features-wrap .features-item .features-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(18, 51, 0, 0.8);
  content: "";
  z-index: 1;
}
.features-area .features-wrap .features-item .features-img .features-icon {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  background: #FFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transition: all 0.3s;
  transform: translateX(-50%);
}
.features-area .features-wrap .features-item .features-img .features-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  content: "";
  background: rgba(26, 145, 32, 0.1);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s;
}
.features-area .features-wrap .features-item .features-img .features-icon i {
  font-size: 40px;
  color: #1A9120;
  transition: all 0.3s;
  transition: all 0.3s;
}
.features-area .features-wrap .features-item .features-img .shape {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 1;
}
.features-area .features-wrap .features-item .features-text {
  margin-top: -28px;
  position: relative;
  z-index: 11;
}
.features-area .features-wrap .features-item .features-text span {
  font-family: "Kanit";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 12px;
  max-width: 285px;
  margin: 0 auto;
  display: block;
  text-align: center;
  background: #1A9120;
  color: #fff;
  border-radius: 50px;
}
.features-area .features-wrap .features-item:hover .features-img .features-icon {
  background: #1A9120;
}
.features-area .features-wrap .features-item:hover .features-img .features-icon:before {
  background: #0f7214;
}
.features-area .features-wrap .features-item:hover .features-img .features-icon i {
  color: #fff;
}

.about-area.style-2 .about-left-item {
  padding-right: 60px;
  max-width: 554px;
}
@media (max-width: 991px) {
  .about-area.style-2 .about-left-item {
    max-width: 100%;
    padding-bottom: 50px;
    padding-right: 0;
  }
}
.about-area.style-2 .left-img {
  padding-right: 90px;
  padding-bottom: 30px;
  position: relative;
}
.about-area.style-2 .left-img:after {
  position: absolute;
  right: 50px;
  top: 0;
  width: 10px;
  height: 80px;
  content: "";
  background: #1A9120;
  animation: bounceTopToBottom 4s infinite;
}
@media (max-width: 991px) {
  .about-area.style-2 .left-img:after {
    right: 200px;
  }
}
@media (max-width: 767px) {
  .about-area.style-2 .left-img:after {
    right: 50px;
  }
}
@media (max-width: 400px) {
  .about-area.style-2 .left-img:after {
    height: 40px;
    width: 6px;
  }
}
.about-area.style-2 .left-img .inner-img {
  position: absolute;
  right: 0;
  bottom: -50px;
  padding: 5px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  max-width: 328px;
}
@media (max-width: 767px) {
  .about-area.style-2 .left-img .inner-img {
    max-width: 250px;
    right: 20px;
  }
}
@media (max-width: 575px) {
  .about-area.style-2 .left-img .inner-img {
    max-width: 250px;
    right: 50px;
  }
}
@media (max-width: 400px) {
  .about-area.style-2 .left-img .inner-img {
    max-width: 180px;
    right: 30px;
  }
}
.about-area.style-2 .left-img .inner-img .r-dots {
  position: absolute;
  right: -60px;
  top: -55px;
}
@media (max-width: 400px) {
  .about-area.style-2 .left-img .inner-img .r-dots {
    right: -30px;
    top: -40px;
  }
}
.about-area.style-2 .left-img .inner-img .r-dots img {
  animation: zoom-in-zoom-out 5s infinite;
}
@media (max-width: 400px) {
  .about-area.style-2 .left-img .inner-img .r-dots img {
    max-width: 40px;
  }
}
.about-area.style-2 .left-img .tool-img {
  position: absolute;
  left: -160px;
  bottom: -60px;
  z-index: -1;
}
@media (max-width: 575px) {
  .about-area.style-2 .left-img .tool-img {
    display: none;
  }
}
.about-area.style-2 .left-img .tool-img img {
  animation: bounceLeftToRight 8s infinite;
}
.about-area.style-2 .about-right-text p {
  max-width: 570px;
  margin-bottom: 35px;
}
.about-area.style-2 .about-right-item .about-features-wrap .about-features-items {
  border-radius: 5px;
  background: rgba(26, 145, 32, 0.1);
  padding: 20px;
}
.about-area.style-2 .about-right-item .about-features-wrap .about-features-items .about-features-img img {
  min-height: 140px;
  object-fit: cover;
}
@media (max-width: 575px) {
  .about-area.style-2 .about-right-item .about-features-wrap .about-features-items .about-features-img img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about-area.style-2 .about-right-item .about-features-wrap .about-features-items .about-features-item {
  padding-left: 10px;
}
@media (max-width: 1199px) {
  .about-area.style-2 .about-right-item .about-features-wrap .about-features-items .about-features-item {
    padding-left: 0;
  }
}
.about-area.style-2 .about-right-item .about-features-wrap .about-features-items .about-features-item ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 30px;
}
.about-area.style-2 .about-right-item .about-features-wrap .about-features-items .about-features-item ul li:before {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: none;
  border: 1px solid #1A9120;
  color: #1A9120;
  font-size: 8px;
  top: 2px;
}
.about-area.style-2 .about-right-item .about-features-wrap .about-features-items .about-features-item ul li + li {
  margin-top: 15px;
}
@media (max-width: 450px) {
  .about-area.style-2 .about-right-item .about-features-wrap .about-bottom {
    display: flex;
    align-items: center;
  }
}
.about-area.style-2 .about-right-item .about-features-wrap .about-bottom .author-wrap {
  margin-left: 20px;
}
@media (max-width: 450px) {
  .about-area.style-2 .about-right-item .about-features-wrap .about-bottom .author-wrap {
    margin-top: 0;
  }
}
.about-area.style-2 .about-right-item .about-features-wrap .about-bottom .call-btn {
  display: flex;
  margin-right: 30px;
  align-items: center;
}
.about-area.style-2 .about-right-item .about-features-wrap .about-bottom .call-btn i {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  border: 1px solid #E8E3E3;
  text-align: center;
  margin-right: 10px;
  font-size: 20px;
  color: #1A9120;
}
.about-area.style-2 .about-right-item .about-features-wrap .about-bottom .call-btn b {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  color: #16171A;
  margin-bottom: 3px;
}
.about-area.style-2 .about-right-item .about-features-wrap .about-bottom .call-btn strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #16171A;
  margin-top: 5px;
}
@media (max-width: 1600px) {
  .about-area.style-2 .about-right-item .about-features-wrap .about-bottom .call-btn strong {
    font-size: 13px;
  }
}
.about-area.style-2 .about-right-item .about-features-wrap .about-bottom .call-btn p {
  margin-bottom: 0;
}
@media (max-width: 375px) {
  .about-area.style-2 .about-right-item .about-features-wrap .about-bottom .call-btn p {
    display: none;
  }
}
.about-area.style-2 .right-shape {
  position: absolute;
  right: 93px;
  bottom: 120px;
  z-index: -1;
}
@media (max-width: 1700px) {
  .about-area.style-2 .right-shape {
    display: none;
  }
}
.about-area.style-2 .right-shape img {
  animation: bounceLeftToRight 8s infinite;
}

/*==============================
 10. ch-service-area 
 ===============================*/
.service-area-s2 {
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #F7F7F7;
}
.service-area-s2 .bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/service/bg2.png);
  z-index: -1;
}
@media (max-width: 991px) {
  .service-area-s2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .service-area-s2 {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .service-area-s2 .ch-top-des {
    text-align: center;
  }
}
.service-area-s2 .ch-service-wrap {
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.service-area-s2 .ch-service-right-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 430px;
}
@media (max-width: 1199px) {
  .service-area-s2 .ch-service-right-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .service-area-s2 .ch-service-right-wrapper {
    padding-right: 0px;
  }
}
.service-area-s2 .ch-service-right-wrapper .service-image-group {
  width: 100%;
  position: relative;
  height: 100%;
}
.service-area-s2 .ch-service-right-wrapper .service-image-group::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #1A9120;
  transition: all 0.6s;
  transform: rotate(-9.354deg);
}
@media (max-width: 575px) {
  .service-area-s2 .ch-service-right-wrapper .service-image-group::before {
    transform: rotate(-3.354deg);
  }
}
.service-area-s2 .ch-service-right-wrapper .service-image-group .service-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.8s;
  transform: scale(0);
  z-index: -1;
}
.service-area-s2 .ch-service-right-wrapper .service-image-group .service-image.active {
  position: relative;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1);
}
.service-area-s2 .ch-service-left-wrap {
  padding-right: 120px;
}
@media (max-width: 991px) {
  .service-area-s2 .ch-service-left-wrap {
    margin-bottom: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .service-area-s2 .ch-service-left-wrap {
    padding-right: 0;
  }
}
.service-area-s2 .ch-service-left-wrap .item {
  padding: 35px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
.service-area-s2 .ch-service-left-wrap .item:last-child {
  border: 0;
}
.service-area-s2 .ch-service-left-wrap .item h2 {
  margin-bottom: 0;
  transition: all 0.3s;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1399px) {
  .service-area-s2 .ch-service-left-wrap .item h2 {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .service-area-s2 .ch-service-left-wrap .item h2 {
    font-size: 22px;
    line-height: 25px;
    margin-top: 2px;
  }
}
.service-area-s2 .ch-service-left-wrap .item span {
  transition: all 0.3s;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #5C5C5C;
}
@media (max-width: 1199px) {
  .service-area-s2 .ch-service-left-wrap .item span {
    font-size: 16px;
  }
}
.service-area-s2 .ch-service-left-wrap .item i {
  display: block;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #1A9120;
  border: 1px solid #1A9120;
}
.service-area-s2 .ch-service-left-wrap .item.active h2 {
  color: #1A9120;
}
.service-area-s2 .ch-service-left-wrap .item.active span {
  color: #1A9120;
}
.service-area-s2 .ch-service-left-wrap .item.active i {
  color: #1A9120;
  background-color: #fff;
}

/*==============================
 ch-choose-area-s2
 ===============================*/
.ch-choose-area-s2 {
  overflow: hidden;
}
.ch-choose-area-s2 .ch-choose-items {
  max-width: 283px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .ch-choose-area-s2 .ch-choose-items {
    max-width: 100%;
  }
}
.ch-choose-area-s2 .ch-choose-items .ch-choose-item {
  margin-bottom: 40px;
}
.ch-choose-area-s2 .ch-choose-items .ch-choose-item .icon {
  margin-bottom: 30px;
  position: relative;
  max-width: 95px;
}
.ch-choose-area-s2 .ch-choose-items .ch-choose-item .icon i {
  font-size: 60px;
  color: #1A9120;
}
.ch-choose-area-s2 .ch-choose-items .ch-choose-item .icon::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: rgba(26, 145, 32, 0.1);
  content: "";
  border-radius: 50%;
}
.ch-choose-area-s2 .ch-choose-items .ch-choose-item h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.ch-choose-area-s2 .ch-choose-items .ch-choose-item p {
  margin-bottom: 0;
}
.ch-choose-area-s2 .ch-choose-middle {
  text-align: center;
}

/*==============================
 ch-banner-area
 ===============================*/
.ch-banner-area {
  background: #123300;
  padding: 90px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .ch-banner-area {
    padding: 60px 0;
  }
}
.ch-banner-area .pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ch-banner-area .banner-items {
  max-width: 1800px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.ch-banner-area .banner-items .banner-text {
  text-align: center;
  max-width: 721px;
}
.ch-banner-area .banner-items .banner-text h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 78px;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .ch-banner-area .banner-items .banner-text h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .ch-banner-area .banner-items .banner-text h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .ch-banner-area .banner-items .banner-img {
    display: none;
  }
}
.ch-banner-area .banner-items .banner-img img {
  animation: leafAniamtion 12s ease-in infinite;
}

/*==============================
ch-choose-area-s3
 ===============================*/
.ch-choose-area-s3 {
  position: relative;
  z-index: 1;
}
.ch-choose-area-s3 .shape-1 {
  position: absolute;
  left: 120px;
  top: 70px;
  z-index: -1;
}
@media (max-width: 991px) {
  .ch-choose-area-s3 .shape-1 {
    left: 50px;
    top: 30px;
  }
}
@media (max-width: 767px) {
  .ch-choose-area-s3 .shape-1 {
    max-width: 30px;
    left: 20px;
    top: 20px;
  }
}
.ch-choose-area-s3 .shape-1 img {
  animation: bounceTopToBottom 6s infinite;
}
.ch-choose-area-s3 .shape-2 {
  position: absolute;
  right: 80px;
  bottom: 70px;
  z-index: -1;
}
@media (max-width: 991px) {
  .ch-choose-area-s3 .shape-2 {
    right: 50px;
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .ch-choose-area-s3 .shape-2 {
    max-width: 30px;
    right: 20px;
    bottom: 20px;
  }
}
.ch-choose-area-s3 .shape-2 img {
  animation: bounceTopToBottom 6s infinite;
}
.ch-choose-area-s3 .ch-choose-img-wrap {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.ch-choose-area-s3 .ch-choose-img-wrap .choose-img-left {
  padding-bottom: 60px;
  position: relative;
}
.ch-choose-area-s3 .ch-choose-img-wrap .choose-img-left::before {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 196px;
  height: 5px;
  background: #1A9120;
  content: "";
  animation: bounceLeftToRight 8s infinite;
}
@media (max-width: 767px) {
  .ch-choose-area-s3 .ch-choose-img-wrap .choose-img-left::before {
    width: 90px;
  }
}
.ch-choose-area-s3 .ch-choose-img-wrap .choose-img-right {
  margin-left: -50px;
  position: relative;
  z-index: 1;
}
.ch-choose-area-s3 .ch-choose-img-wrap .choose-img-right:before {
  position: absolute;
  left: 60px;
  bottom: 0;
  width: 306px;
  height: 392px;
  content: "";
  background: #1A9120;
  z-index: -1;
}
@media (max-width: 1199px) {
  .ch-choose-area-s3 .ch-choose-img-wrap .choose-img-right:before {
    width: 245px;
  }
}
@media (max-width: 991px) {
  .ch-choose-area-s3 .ch-choose-img-wrap .choose-img-right:before {
    width: 306px;
  }
}
@media (max-width: 767px) {
  .ch-choose-area-s3 .ch-choose-img-wrap .choose-img-right:before {
    width: 245px;
    height: 280px;
  }
}
.ch-choose-area-s3 .ch-choose-img-wrap .choose-img-right .rotate-text-wrap {
  position: absolute;
  right: 0;
  top: 80px;
  background: #FFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  padding: 10px;
}
@media (max-width: 1199px) {
  .ch-choose-area-s3 .ch-choose-img-wrap .choose-img-right .rotate-text-wrap {
    top: 30px;
  }
}
@media (max-width: 450px) {
  .ch-choose-area-s3 .ch-choose-img-wrap .choose-img-right .rotate-text-wrap {
    top: -60px;
  }
}
.ch-choose-area-s3 .ch-choose-img-wrap .choose-img-right .rotate-text-wrap .rotate-text {
  position: relative;
  top: 0px;
  animation: circle 30s linear infinite;
  max-width: 200px;
}
.ch-choose-area-s3 .ch-choose-img-wrap .choose-img-right .rotate-text-wrap .rotate-text svg path {
  fill: transparent;
}
.ch-choose-area-s3 .ch-choose-img-wrap .choose-img-right .rotate-text-wrap .rotate-text text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #16171A;

  font-family: "Kanit";
  letter-spacing: 8px;
}
.ch-choose-area-s3 .ch-choose-img-wrap .choose-img-right .rotate-text-wrap .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ch-choose-area-s3 .ch-choose-img-wrap .choose-img-right .rotate-text-wrap .icon i {
  display: inline-block;
  font-size: 50px;
  color: #1A9120;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .ch-choose-area-s3 .choose-right-wrap {
    margin-top: 50px;
  }
}
.ch-choose-area-s3 .choose-right-wrap .ch-top-title {
  margin-bottom: 40px;
  text-align: left;
}
.ch-choose-area-s3 .choose-right-wrap .choose-bottom {
  display: flex;
  margin-top: 50px;
}
.ch-choose-area-s3 .choose-right-wrap .author-wrap {
  margin-left: 30px;
}
.ch-choose-area-s3 .choose-right-wrap .call-btn {
  display: flex;
  margin-right: 30px;
  align-items: center;
}
.ch-choose-area-s3 .choose-right-wrap .call-btn i {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  border: 1px solid #E8E3E3;
  text-align: center;
  margin-right: 10px;
  font-size: 20px;
  color: #1A9120;
}
.ch-choose-area-s3 .choose-right-wrap .call-btn b {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  color: #16171A;
  margin-bottom: 3px;
}
.ch-choose-area-s3 .choose-right-wrap .call-btn strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #16171A;
  margin-top: 5px;
}
@media (max-width: 1600px) {
  .ch-choose-area-s3 .choose-right-wrap .call-btn strong {
    font-size: 13px;
  }
}
.ch-choose-area-s3 .choose-right-wrap .call-btn p {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .ch-choose-area-s3 .choose-right-wrap .call-btn p {
    display: none;
  }
}
@media (max-width: 375px) {
  .ch-choose-area-s3 .choose-right-wrap .call-btn p {
    display: none;
  }
}

.team-area {
  background: #F8F5F0;
  position: relative;
  z-index: 1;
}
.team-area .bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.1;
}
.team-area .team-wrap {
  padding-bottom: 60px;
}
.team-area .team-item {
  position: relative;
  z-index: 1;
}
.team-area .team-item .team-img {
  position: relative;
  max-width: 290px;
  margin: 0 auto;
  padding: 20px;
  overflow: hidden;
}
.team-area .team-item .team-img img {
  border-radius: 50%;
}
.team-area .team-item .team-img .back-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: transparent;
  border-radius: 50%;
  overflow: hidden;
}
.team-area .team-item .team-img .back-shape::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background: rgba(26, 145, 32, 0.1);
  content: "";
  transition: all 0.3s;
}
.team-area .team-item .team-img .social {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.team-area .team-item .team-img .social ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.team-area .team-item .team-img .social ul li {
  transition: all 0.3s;
}
.team-area .team-item .team-img .social ul li:nth-child(1) {
  transition: all 0.6s;
  margin-left: -30px;
}
.team-area .team-item .team-img .social ul li:nth-child(2) {
  transition: all 0.5s;
  margin-left: -30px;
}
.team-area .team-item .team-img .social ul li:nth-child(3) {
  transition: all 0.5s;
  margin-right: -30px;
}
.team-area .team-item .team-img .social ul li:nth-child(4) {
  transition: all 0.7s;
}
.team-area .team-item .team-img .social ul li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 54px;
  background: #1A9120;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.team-area .team-item .team-img .social ul li a:hover {
  background: #15771a;
}
.team-area .team-item .team-img .social ul li.on {
  opacity: 0;
  visibility: hidden;
  top: -5px;
}
.team-area .team-item .team-img .social ul li:last-child a {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.team-area .team-item .team-img .social ul li.switch {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #1A9120;
  cursor: pointer;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s;
  z-index: 1;
  text-align: center;
}
.team-area .team-item .team-img .social ul li.switch:before {
  content: "\e61a";
  font-family: "themify";
}
.team-area .team-item .team-img .social.active ul li.on {
  opacity: 1;
  visibility: visible;
  top: 0px;
  margin: 0 3px;
}
.team-area .team-item .team-img .social.active ul li.switch::before {
  background-color: #1A9120;
  content: "\e622";
}
.team-area .team-item .team-text {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.team-area .team-item .team-text h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.team-area .team-item .team-text h3 a {
  color: #16171A;
}
.team-area .team-item .team-text h3 a:hover {
  color: #1A9120;
}
.team-area .team-item:hover .back-shape::before {
  opacity: 1;
  visibility: visible;
}
.team-area .team-item:hover .back-shape::after {
  opacity: 1;
  visibility: visible;
}
.team-area .team-item:hover .team-img .back-shape::before {
  background-color: #1A9120;
}
.team-area .owl-nav {
  display: none;
}
.team-area .owl-dots {
  text-align: center;
  bottom: 0px;
  position: absolute;
  width: 100%;
}
.team-area .owl-dots button {
  border: none;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #E2E9F0;
}
@media (max-width: 575px) {
  .team-area .owl-dots button {
    width: 8px;
    height: 12px;
  }
}
.team-area .owl-dots button.active {
  background: #1A9120;
}

.brand-section.style-2 .brand-item img {
  filter: grayscale(100%);
  transition: all 0.3s;
}
.brand-section.style-2 .brand-item:hover img {
  filter: grayscale(0);
}

.ch-blog-area.style-2 .blog-items .blog-item .blog-img {
  position: relative;
}
.ch-blog-area.style-2 .blog-items .blog-item .blog-img .date {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: inline-block;
  max-width: 163px;
  height: auto;
  right: 0;
  background: #1A9120;
  text-align: center;
  padding: 8px 10px;
  border-radius: 5px 0 0 0;
}
.ch-blog-area.style-2 .blog-items .blog-item .blog-img .date span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  display: flex;
  align-items: center;
}
.ch-blog-area.style-2 .blog-items .blog-item .blog-img .date span i {
  margin-right: 5px;
}
.ch-blog-area.style-2 .blog-items .blog-item .blog-img .thumb {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 10px 20px;
  background: #fff;
  color: #1A9120;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  z-index: 1;
}

.ch-cta-area-s2 {
  padding: 110px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .ch-cta-area-s2 {
    padding: 50px 0;
  }
}
.ch-cta-area-s2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #1A9120 28.47%, rgba(26, 145, 32, 0) 100%);
  z-index: -1;
}
.ch-cta-area-s2 .cta-items {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ch-cta-area-s2 .cta-items {
    display: block;
    text-align: center;
  }
}
.ch-cta-area-s2 .cta-items .cta-text {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .ch-cta-area-s2 .cta-items .cta-text {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.ch-cta-area-s2 .cta-items .cta-text h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  color: #fff;
  max-width: 442px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ch-cta-area-s2 .cta-items .cta-text h2 {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .ch-cta-area-s2 .cta-items .cta-text h2 {
    font-size: 26px;
    line-height: 46px;
  }
}
.ch-cta-area-s2 .cta-items .cta-btn .ch-btn-style-2 {
  color: #1A9120;
  background: #033e07;
}
.ch-cta-area-s2 .cta-items .cta-btn .ch-btn-style-2::before {
  background: #fff;
}
.ch-cta-area-s2 .cta-items .cta-btn .ch-btn-style-2:hover {
  color: #fff;
}

/*--------------------------------------------------------------
20. Home-style-3
--------------------------------------------------------------*/
.text-moving-sec-s2 {
  position: relative;
  z-index: 11;
  padding: 80px 0;
}
.text-moving-sec-s2 .text-moving {
  position: relative;
  left: -10%;
  width: 120%;
  z-index: -1;
}
.text-moving-sec-s2 .text-moving .track {
  animation: marquee 200s linear infinite;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.text-moving-sec-s2 .text-moving h1 {
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
  margin-bottom: 0;
}
.text-moving-sec-s2 .text-moving h1 span {
  font-size: 128px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  margin: 0 20px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(26, 145, 32, 0.3);
  font-family: "DM Sans" sans-serif;

}
@media (max-width: 991px) {
  .text-moving-sec-s2 .text-moving h1 span {
    font-size: 70px;
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  .text-moving-sec-s2 .text-moving h1 span {
    font-size: 50px;
  }
}

.service-area.style-3 {
  background: #fff;
}
.service-area.style-3 .service-wrap .service-item {
  box-shadow: none;
  background: none;
  border: 0;
}
.service-area.style-3 .service-wrap .service-item .service-text {
  padding: 40px;
  padding-top: 0;
  margin: 0 25px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  margin-top: -145px;
}
@media (max-width: 1399px) {
  .service-area.style-3 .service-wrap .service-item .service-text {
    padding: 30px;
    padding-top: 0;
    margin: 0 15px;
    margin-top: -145px;
  }
}
.service-area.style-3 .service-wrap .service-item .service-text .service-top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.service-area.style-3 .service-wrap .service-item .service-text .service-top .icon {
  position: relative;
  margin-bottom: 0;
  box-shadow: none;
  width: 90px;
  height: 99px;
  background: rgba(26, 145, 32, 0.1);
  top: 0;
  border-radius: 0;
  border-radius: 0 0 50px 50px;
}
.service-area.style-3 .service-wrap .service-item .service-text .service-top .icon::before {
  display: none;
}
.service-area.style-3 .service-wrap .service-item .service-text h3 {
  max-width: 120px;
  margin-bottom: 0;
}
.service-area.style-3 .service-wrap .service-item .service-text p {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
.service-area.style-3 .service-wrap .service-item .service-text a.more {
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;

  margin-top: 20px;
  padding-right: 30px;
  position: relative;
  color: #444;
}
.service-area.style-3 .service-wrap .service-item .service-text a.more:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "\e931";
  font-family: "icomoon";
  transform: rotate(314deg);
  transition: all 0.3s;
}
.service-area.style-3 .service-wrap .service-item .service-text a.more:hover {
  color: #1A9120;
}
.service-area.style-3 .service-wrap .service-item .service-text a.more:hover:before {
  transform: rotate(360deg);
}
.service-area.style-3 .service-wrap .service-item:hover .service-text .service-top .icon {
  background: #1A9120;
}

.about-area.style-3 .about-wrap .about-left-item .left-img {
  display: flex;
  align-items: center;
}
.about-area.style-3 .about-wrap .about-left-item .left-img img {
  width: 100%;
}
@media (max-width: 450px) {
  .about-area.style-3 .about-wrap .about-left-item .left-img {
    display: block;
  }
}
.about-area.style-3 .about-wrap .about-left-item .left-img .left-img-2 {
  padding-left: 20px;
}
@media (max-width: 450px) {
  .about-area.style-3 .about-wrap .about-left-item .left-img .left-img-2 {
    padding-left: 0;
    margin-top: 30px;
  }
}
.about-area.style-3 .about-wrap .about-left-item .exprience-wrap {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  background: #1A9120;
  max-width: 230px;
  margin: 0 auto;
  margin-top: -30px;
  position: relative;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .about-area.style-3 .about-wrap .about-left-item .exprience-wrap {
    padding: 15px 15px;
  }
}
.about-area.style-3 .about-wrap .about-left-item .exprience-wrap .icon i {
  font-size: 60px;
  color: #fff;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .about-area.style-3 .about-wrap .about-left-item .exprience-wrap .icon i {
    margin-right: 5px;
  }
}
.about-area.style-3 .about-wrap .about-left-item .exprience-wrap h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  color: #fff;
}
.about-area.style-3 .about-wrap .about-left-item .exprience-wrap small {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}
.about-area.style-3 .about-wrap .about-right-text p {
  margin-bottom: 20px;
}
.about-area.style-3 .about-wrap .about-right-text .about-features-items .about-features-list ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: lowercase;
  padding-left: 25px;
  position: relative;
}
.about-area.style-3 .about-wrap .about-right-text .about-features-items .about-features-list ul li + li {
  margin-top: 15px;
}
.about-area.style-3 .about-wrap .about-right-text .about-features-items .about-features-list ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e930";
  font-family: "icomoon";
  font-size: 12px;
  line-height: 30px;
  color: #1A9120;
  width: 15px;
  height: 15px;
}
.about-area.style-3 .about-wrap .about-right-text .about-features-items .about-bottom {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #D2D2D2;
}
@media (max-width: 450px) {
  .about-area.style-3 .about-wrap .about-right-text .about-features-items .about-bottom {
    display: flex;
    align-items: center;
  }
}
.about-area.style-3 .about-wrap .about-right-text .about-features-items .about-bottom .author-wrap {
  margin-bottom: 20px;
}
.about-area.style-3 .about-wrap .about-right-text .about-features-items .about-bottom .call-btn {
  display: flex;
  margin-right: 30px;
  align-items: center;
}
.about-area.style-3 .about-wrap .about-right-text .about-features-items .about-bottom .call-btn i {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 10px;
  font-size: 20px;
  color: #1A9120;
}
.about-area.style-3 .about-wrap .about-right-text .about-features-items .about-bottom .call-btn b {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  color: #16171A;
  margin-bottom: 3px;
}
.about-area.style-3 .about-wrap .about-right-text .about-features-items .about-bottom .call-btn strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #16171A;
  margin-top: 5px;
}
@media (max-width: 1600px) {
  .about-area.style-3 .about-wrap .about-right-text .about-features-items .about-bottom .call-btn strong {
    font-size: 13px;
  }
}
.about-area.style-3 .about-wrap .about-right-text .about-features-items .about-bottom .call-btn p {
  margin-bottom: 0;
}
@media (max-width: 375px) {
  .about-area.style-3 .about-wrap .about-right-text .about-features-items .about-bottom .call-btn p {
    display: none;
  }
}
.about-area.style-3 .about-wrap .about-right-text .about-features-items .right-exprience-wrap {
  max-width: 200px;
  background: #FFF;
  box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.05);
  margin-left: auto;
  padding: 25px;
}
@media (max-width: 575px) {
  .about-area.style-3 .about-wrap .about-right-text .about-features-items .right-exprience-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.about-area.style-3 .about-wrap .about-right-text .about-features-items .right-exprience-wrap h3 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px #1A9120;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;

}
.about-area.style-3 .about-wrap .about-right-text .about-features-items .right-exprience-wrap small {
  color: #202020;
  font-size: 16px;
  font-family: Kanit;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;

}
.about-area.style-3 .about-wrap .about-right-text .about-features-items .right-exprience-wrap .right-exprience-item:first-child {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #1A9120;
}

.ch-choose-area-s3.style-2 {
  position: relative;
  margin-bottom: -175px;
  z-index: 11;
}
.ch-choose-area-s3.style-2 .ch-choose-wrap {
  max-width: 1200px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}
.ch-choose-area-s3.style-2 .ch-choose-wrap .ch-choose-img-wrap {
  display: block;
  position: relative;
  overflow: visible;
}
.ch-choose-area-s3.style-2 .ch-choose-wrap .ch-choose-img-wrap .inner-img {
  position: absolute;
  right: 0;
  bottom: 111px;
  right: 100px;
  border: 5px solid #fff;
}
@media (max-width: 1399px) {
  .ch-choose-area-s3.style-2 .ch-choose-wrap .ch-choose-img-wrap .inner-img {
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .ch-choose-area-s3.style-2 .ch-choose-wrap .ch-choose-img-wrap .inner-img {
    right: -10px;
  }
}
@media (max-width: 991px) {
  .ch-choose-area-s3.style-2 .ch-choose-wrap .ch-choose-img-wrap .inner-img {
    right: 30px;
  }
}
@media (max-width: 575px) {
  .ch-choose-area-s3.style-2 .ch-choose-wrap .ch-choose-img-wrap .inner-img {
    display: none;
  }
}
.ch-choose-area-s3.style-2 .ch-choose-wrap .ch-choose-img-wrap .left-comment {
  position: absolute;
  left: -84px;
  top: 80px;
  width: 168px;
  height: 168px;
  background: #1A9120;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 10px;
  animation: bounceLeftToRight 3s infinite;
}
@media (max-width: 575px) {
  .ch-choose-area-s3.style-2 .ch-choose-wrap .ch-choose-img-wrap .left-comment {
    left: 20px;
    top: 30px;
  }
}
.ch-choose-area-s3.style-2 .ch-choose-wrap .ch-choose-img-wrap .left-comment i {
  font-size: 40px;
  color: #fff;
}
.ch-choose-area-s3.style-2 .ch-choose-wrap .ch-choose-img-wrap .left-comment span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}
.ch-choose-area-s3.style-2 .ch-choose-wrap .ch-choose-img-wrap .left-comment:before {
  position: absolute;
  right: 2px;
  bottom: 4px;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 35px solid #1A9120;
  transform: rotate(75deg);
}
.ch-choose-area-s3.style-2 .choose-img {
  position: relative;
  max-width: 490px;
}
.ch-choose-area-s3.style-2 .choose-img::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 216px;
  content: "";
  background: #1A9120;
  animation: bounceTopToBottom 4s infinite;
}
@media (max-width: 1199px) {
  .ch-choose-area-s3.style-2 .choose-img::before {
    width: 10px;
  }
}
.ch-choose-area-s3.style-2 .choose-right-wrap {
  padding-right: 77px;
}
@media (max-width: 1199px) {
  .ch-choose-area-s3.style-2 .choose-right-wrap {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .ch-choose-area-s3.style-2 .choose-right-wrap {
    padding: 30px;
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .ch-choose-area-s3.style-2 .choose-right-wrap {
    padding: 15px;
    padding-top: 0;
  }
}
.ch-choose-area-s3.style-2 .choose-right-wrap .choose-right-at-wrap {
  display: flex;
  margin-bottom: 50px;
  align-items: center;
}
@media (max-width: 575px) {
  .ch-choose-area-s3.style-2 .choose-right-wrap .choose-right-at-wrap {
    display: block;
  }
}
.ch-choose-area-s3.style-2 .choose-right-wrap .choose-right-at-wrap .left-author {
  padding: 20px 30px;
  background: rgba(26, 145, 32, 0.1);
  text-align: center;
}
.ch-choose-area-s3.style-2 .choose-right-wrap .choose-right-at-wrap .left-author h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.ch-choose-area-s3.style-2 .choose-right-wrap .choose-right-at-wrap .left-author small {
  display: block;
  margin-bottom: 5px;
}
.ch-choose-area-s3.style-2 .choose-right-wrap .choose-right-at-wrap .right-list {
  padding-left: 30px;
}
@media (max-width: 575px) {
  .ch-choose-area-s3.style-2 .choose-right-wrap .choose-right-at-wrap .right-list {
    padding-left: 0;
    padding-top: 30px;
  }
}
.ch-choose-area-s3.style-2 .choose-right-wrap .choose-right-at-wrap .right-list ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 30px;
  position: relative;
  color: #222;
}
.ch-choose-area-s3.style-2 .choose-right-wrap .choose-right-at-wrap .right-list ul li + li {
  margin-top: 20px;
}
.ch-choose-area-s3.style-2 .choose-right-wrap .choose-right-at-wrap .right-list ul li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "\e930";
  font-family: "icomoon";
  font-size: 6px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #1A9120;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.ch-choose-area.style-3 {
  padding-top: 275px;
}
@media (max-width: 991px) {
  .ch-choose-area.style-3 {
    padding-top: 220px;
  }
}
.ch-choose-area.style-3 .ch-choose-wrap .funfact-area {
  max-width: 100%;
  padding-top: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .ch-choose-area.style-3 .ch-choose-wrap .funfact-area {
    margin-bottom: 80px;
  }
}
.ch-choose-area.style-3 .ch-choose-wrap .funfact-area .info {
  display: flex;
}
@media (max-width: 991px) {
  .ch-choose-area.style-3 .ch-choose-wrap .funfact-area .info {
    display: block;
  }
}
.ch-choose-area.style-3 .ch-choose-wrap .funfact-area .info i {
  margin-right: 50px;
  font-size: 50px;
  color: #1A9120;
}
@media (max-width: 991px) {
  .ch-choose-area.style-3 .ch-choose-wrap .funfact-area .info i {
    margin-right: 0px;
  }
}
.ch-choose-area.style-3 .ch-choose-wrap .funfact-area .info h3 {
  color: #fff;
}

@media (max-width: 991px) {
  .ch-project-area.style-2 {
    margin-top: -85px;
  }
}
@media (max-width: 575px) {
  .ch-project-area.style-2 {
    margin-top: -60px;
  }
}
.ch-project-area.style-2 .project-active {
  padding-bottom: 50px;
}
.ch-project-area.style-2 .owl-dots {
  text-align: center;
  bottom: 0px;
  position: absolute;
  width: 100%;
  display: block;
}
.ch-project-area.style-2 .owl-dots button {
  border: none;
  margin: 0 5px;
  width: 12px;
  height: 14px;
  border-radius: 10px;
  background: none;
  border: 1px solid #9B9B9B;
}
@media (max-width: 575px) {
  .ch-project-area.style-2 .owl-dots button {
    width: 8px;
    height: 12px;
  }
}
.ch-project-area.style-2 .owl-dots button.active {
  background: #1A9120;
  border-color: #1A9120;
}

.video-area.style-2 {
  z-index: 11;
  position: relative;
  overflow: visible;
  height: auto;
  margin-bottom: 100px;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .video-area.style-2 {
    margin-bottom: 0;
    padding-bottom: 90px;
  }
}
.video-area.style-2:before {
  opacity: 0.9;
  background: linear-gradient(102deg, #1A9120 0%, #000 90.27%);
  mix-blend-mode: multiply;
  z-index: -1;
}
.video-area.style-2 .video-wrap .video-text .ch-top-title-s2 {
  text-align: left;
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 5px solid #fff;
  position: relative;
}
.video-area.style-2 .video-wrap .video-text .ch-top-title-s2 h2 {
  margin-top: 0;
}
.video-area.style-2 .video-wrap .video-text p {
  color: #fff;
  max-width: 470px;
}
.video-area.style-2 .video-wrap .video-text .video-text-bottom {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.video-area.style-2 .video-wrap .video-text .video-text-bottom .open-video {
  position: relative;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 30px;
  color: #1A9120;
  background: #fff;
  left: 0;
  top: 0;
  transform: unset;
}
@media (max-width: 575px) {
  .video-area.style-2 .video-wrap .video-text .video-text-bottom .open-video {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
}
.video-area.style-2 .video-wrap .video-text .video-text-bottom .open-video:before {
  border: 1px solid #fff;
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: animated-border 1500ms ease-out infinite;
}
@media (max-width: 575px) {
  .video-area.style-2 .video-wrap .video-text .video-text-bottom .open-video:before {
    width: 80px;
    height: 80px;
  }
}
.video-area.style-2 .video-wrap .video-text .video-text-bottom span {
  font-family: Kanit;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;

  max-width: 193px;
  display: block;
  margin-left: 45px;
  color: #fff;
}
@media (max-width: 991px) {
  .video-area.style-2 .video-wrap .video-text .video-text-bottom span {
    font-size: 18px;
    line-height: 25px;
    margin-left: 20px;
  }
}
.video-area.style-2 .video-wrap .contact-form-area {
  margin-bottom: -100px;
  padding-top: 40px;
  max-width: 450px;
  margin-left: auto;
  background: #FFF;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .video-area.style-2 .video-wrap .contact-form-area {
    margin-bottom: 0px;
    max-width: 100%;
    margin-top: 80px;
  }
}
.video-area.style-2 .video-wrap .contact-form-area .form-field {
  position: relative;
}
.video-area.style-2 .video-wrap .contact-form-area .form-field input {
  padding-left: 40px;
}
.video-area.style-2 .video-wrap .contact-form-area .form-field i {
  position: absolute;
  left: 25px;
  top: 15px;
}

.team-area-s2 {
  margin-right: -200px;
}
@media (max-width: 991px) {
  .team-area-s2 {
    margin-right: 0;
  }
}
.team-area-s2 .owl-nav {
  display: none;
}
.team-area-s2 .team-left {
  padding-left: 320px;
}
@media (max-width: 1800px) {
  .team-area-s2 .team-left {
    padding-left: 200px;
  }
}
@media (max-width: 1399px) {
  .team-area-s2 .team-left {
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .team-area-s2 .team-left {
    padding-left: 0;
  }
}
.team-area-s2 .team-left p {
  max-width: 300px;
}
@media (max-width: 991px) {
  .team-area-s2 .team-left p {
    margin: 0 auto;
    max-width: 100%;
  }
}
.team-area-s2 .team-left .btn-controler {
  margin-top: 30px;
}
.team-area-s2 .team-left .btn-controler button {
  width: 60px;
  height: 60px;
  border: 1px solid #ADADAD;
  color: #ADADAD;
  background: transparent;
  transition: all 0.3s;
}
.team-area-s2 .team-left .btn-controler button:last-child {
  margin-left: 5px;
}
.team-area-s2 .team-left .btn-controler button:hover {
  background: #1A9120;
  color: #fff;
  border-color: #1A9120;
}
.team-area-s2 .team-wrap .team-item .team-img {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  z-index: 1;
}
.team-area-s2 .team-wrap .team-item .team-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(133deg, rgba(26, 145, 32, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.team-area-s2 .team-wrap .team-item .team-img img {
  transform: scale(1);
  transition: all 0.3s;
}
.team-area-s2 .team-wrap .team-item .team-img img {
  border-radius: 40px;
}
.team-area-s2 .team-wrap .team-item .team-img .social {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px 15px;
  background: #1A9120;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: all 0.3s;
  z-index: 11;
}
.team-area-s2 .team-wrap .team-item .team-img .social ul li a {
  color: #fff;
  font-size: 20px;
}
.team-area-s2 .team-wrap .team-item .team-img .social ul li + li {
  margin-top: 25px;
}
.team-area-s2 .team-wrap .team-item .team-text {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.team-area-s2 .team-wrap .team-item .team-text h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.team-area-s2 .team-wrap .team-item .team-text h3 a {
  color: #16171A;
}
.team-area-s2 .team-wrap .team-item .team-text h3 a:hover {
  color: #1A9120;
}
.team-area-s2 .team-wrap .team-item:hover .team-img img {
  transform: scale(1.2);
}
.team-area-s2 .team-wrap .team-item:hover .team-img .social {
  left: 0;
}
.team-area-s2 .team-wrap .team-item:hover .team-img::before {
  opacity: 1;
  visibility: visible;
}

.testimonial-section-s2 {
  position: relative;
  z-index: 1;
}
.testimonial-section-s2 .testimonial-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #FCFDFA;
  z-index: -1;
  background: linear-gradient(0deg, rgba(248, 245, 240, 0.9) 0%, rgba(248, 245, 240, 0.9) 100%), url(../images/service/bg.png) lightgray 50%/cover no-repeat;
}
.testimonial-section-s2 .testimonial-wrap {
  background: #fff;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.06);
  padding: 60px;
}
@media (max-width: 991px) {
  .testimonial-section-s2 .testimonial-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-s2 .testimonial-wrap {
    padding: 30px 15px;
  }
}
.testimonial-section-s2 .testimonial-wrap .testimonial-right {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .testimonial-section-s2 .testimonial-wrap .testimonial-right {
    padding-left: 0;
    padding-top: 30px;
  }
  .testimonial-section-s2 .testimonial-wrap .testimonial-right img {
    width: 100%;
  }
}
.testimonial-section-s2 .testimonial-wrap .testimonial-left-side {
  max-width: 540px;
}
@media (max-width: 991px) {
  .testimonial-section-s2 .testimonial-wrap .testimonial-left-side {
    max-width: 100%;
  }
}
.testimonial-section-s2 .testimonial-wrap .testimonial-sider .testimonial-item {
  padding: 40px;
  background: #F6F7F9;
  position: relative;
}
@media (max-width: 575px) {
  .testimonial-section-s2 .testimonial-wrap .testimonial-sider .testimonial-item {
    padding: 15px;
  }
}
.testimonial-section-s2 .testimonial-wrap .testimonial-sider .testimonial-item .info-text-bio-wrap {
  display: flex;
  align-items: center;
}
.testimonial-section-s2 .testimonial-wrap .testimonial-sider .testimonial-item .info-text-bio-wrap .info-text-bio-img {
  margin-right: 10px;
}
.testimonial-section-s2 .testimonial-wrap .testimonial-sider .testimonial-item .info-text-bio-wrap .info-text-bio-img img {
  border-radius: 50%;
}
.testimonial-section-s2 .testimonial-wrap .testimonial-sider .testimonial-item .info-text-bio-wrap .info-text-bio-text {
  position: relative;
}
.testimonial-section-s2 .testimonial-wrap .testimonial-sider .testimonial-item .info-text-bio-wrap .info-text-bio-text h4 {
  font-family: Kanit;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;

  margin-bottom: 0;
}
.testimonial-section-s2 .testimonial-wrap .testimonial-sider .testimonial-item .info-text-bio-wrap .info-text-bio-text span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.testimonial-section-s2 .testimonial-wrap .testimonial-sider .testimonial-item:before {
  position: absolute;
  right: 40px;
  bottom: 30px;
  content: "\e916";
  font-family: "icomoon";
  font-size: 50px;
  color: #1A9120;
}
@media (max-width: 575px) {
  .testimonial-section-s2 .testimonial-wrap .testimonial-sider .testimonial-item:before {
    display: none;
  }
}
.testimonial-section-s2 .testimonial-wrap .testimonial-sider .owl-nav {
  display: none;
}

/*--------------------------------------------------------------
21. Home-style-4
--------------------------------------------------------------*/
.product-area {
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-area {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .product-area {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .product-wrap .product-item {
    margin-bottom: 30px;
  }
}
.product-wrap .product-item .product-img {
  position: relative;
  overflow: hidden;
}
.product-wrap .product-item .product-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(133deg, rgba(26, 145, 32, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.product-wrap .product-item .product-img img {
  transform: scale(1);
  transition: all 0.3s;
  width: 100%;
}
.product-wrap .product-item .product-img .product-cart {
  position: absolute;
  left: 50%;
  top: -15%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
  z-index: 11;
  min-width: 130px;
}
.product-wrap .product-item .product-img .product-cart .ch-btn-style-2 {
  padding: 10px 20px 10px;
}
.product-wrap .product-item:hover .product-img img {
  transform: scale(1.2);
}
.product-wrap .product-item:hover .product-img .product-cart {
  top: 50%;
}
.product-wrap .product-item:hover .product-img::before {
  opacity: 1;
  visibility: visible;
}
.product-wrap .product-item .product-text {
  text-align: center;
  padding-top: 30px;
}
.product-wrap .product-item .product-text ul {
  display: flex;
  justify-content: center;
}
.product-wrap .product-item .product-text ul li {
  color: #FFC107;
}
.product-wrap .product-item .product-text ul li + li {
  margin-left: 3px;
}
.product-wrap .product-item .product-text h3 {
  margin-top: 5px;
}
.product-wrap .product-item .product-text h3 a {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-wrap .product-item .product-text h3 a:hover {
  color: #1A9120;
}

.about-area.style-4 .about-wrap .about-left-item {
  position: relative;
  padding-right: 60px;
}
@media (max-width: 450px) {
  .about-area.style-4 .about-wrap .about-left-item {
    padding-right: 20px;
  }
}
.about-area.style-4 .about-wrap .about-left-item .left-img-wrap {
  position: relative;
  padding-bottom: 66px;
}
.about-area.style-4 .about-wrap .about-left-item .left-img-wrap .exprience-wrap {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  background: #1A9120;
  max-width: 230px;
  margin: 0 auto;
  position: absolute;
  border-radius: 5px;
  right: 0;
  top: 144px;
}
@media (max-width: 1199px) {
  .about-area.style-4 .about-wrap .about-left-item .left-img-wrap .exprience-wrap {
    padding: 15px 15px;
    right: -30px;
  }
}
@media (max-width: 450px) {
  .about-area.style-4 .about-wrap .about-left-item .left-img-wrap .exprience-wrap {
    top: 24px;
  }
}
.about-area.style-4 .about-wrap .about-left-item .left-img-wrap .exprience-wrap .icon i {
  font-size: 60px;
  color: #fff;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .about-area.style-4 .about-wrap .about-left-item .left-img-wrap .exprience-wrap .icon i {
    margin-right: 5px;
  }
}
.about-area.style-4 .about-wrap .about-left-item .left-img-wrap .exprience-wrap h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  color: #fff;
}
.about-area.style-4 .about-wrap .about-left-item .left-img-wrap .exprience-wrap small {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}
.about-area.style-4 .about-wrap .about-left-item .left-img-wrap .dots {
  position: absolute;
  right: -30px;
  top: 65px;
  z-index: -1;
}
@media (max-width: 450px) {
  .about-area.style-4 .about-wrap .about-left-item .left-img-wrap .dots {
    top: 20px;
  }
}
.about-area.style-4 .about-wrap .about-left-item .left-img-wrap .arrow {
  position: absolute;
  right: -30px;
  top: 0;
}
@media (max-width: 1199px) {
  .about-area.style-4 .about-wrap .about-left-item .left-img-wrap .arrow {
    right: -60px;
  }
}
@media (max-width: 450px) {
  .about-area.style-4 .about-wrap .about-left-item .left-img-wrap .arrow {
    display: none;
  }
}
.about-area.style-4 .about-wrap .about-left-item .left-img-wrap .arrow img {
  animation: bounceTopToBottom 6s infinite;
}
.about-area.style-4 .about-wrap .about-left-item .left-img-wrap .left-img-1 {
  border-bottom-left-radius: 200px;
}
@media (max-width: 1199px) {
  .about-area.style-4 .about-wrap .about-left-item .left-img-wrap .left-img-1 img {
    width: 90%;
  }
}
.about-area.style-4 .about-wrap .about-left-item .inner-img {
  position: absolute;
  bottom: 0;
  right: 0px;
  border: 10px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
  max-width: 363px;
}
@media (max-width: 1199px) {
  .about-area.style-4 .about-wrap .about-left-item .inner-img {
    max-width: 250px;
    right: -30px;
  }
}
@media (max-width: 450px) {
  .about-area.style-4 .about-wrap .about-left-item .inner-img {
    max-width: 180px;
    right: -30px;
  }
}
.about-area.style-4 .about-wrap .about-left-item .inner-img img {
  border-radius: 50%;
}

.ch-project-area.style-3 {
  margin-top: 0;
  margin-right: -200px;
}
@media (max-width: 991px) {
  .ch-project-area.style-3 {
    margin-right: 0;
  }
}
.ch-project-area.style-3 .project-wrap {
  padding-left: 312px;
}
@media (max-width: 1600px) {
  .ch-project-area.style-3 .project-wrap {
    padding-left: 150px;
  }
}
@media (max-width: 1199px) {
  .ch-project-area.style-3 .project-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .ch-project-area.style-3 .project-wrap {
    padding-left: 0;
  }
}
.ch-project-area.style-3 .ch-top-title {
  padding-left: 120px;
}
@media (max-width: 1199px) {
  .ch-project-area.style-3 .ch-top-title {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .ch-project-area.style-3 .ch-top-title {
    padding-left: 0;
  }
}
.ch-project-area.style-3 .owl-nav {
  display: block;
  text-align: center;
  bottom: auto;
  top: -130px;
  position: absolute;
  left: 65%;
}
@media (max-width: 991px) {
  .ch-project-area.style-3 .owl-nav {
    display: none;
  }
}
.ch-project-area.style-3 .owl-nav button {
  width: 60px;
  height: 60px;
  background: #FAFBFD;
  border: 0;
  border-radius: 50%;
  margin: 0 5px;
  color: #1A9120;
  transition: all 0.3s;
}
.ch-project-area.style-3 .owl-nav button:hover {
  background: #1A9120;
  color: #fff;
}
.ch-project-area.style-3 .left-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background: #0C0C0C;
}
@media (max-width: 1600px) {
  .ch-project-area.style-3 .left-bg {
    width: 16%;
  }
}
@media (max-width: 991px) {
  .ch-project-area.style-3 .left-bg {
    display: none;
  }
}
.ch-project-area.style-3 .left-bg:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/project/pattern.png);
}

.video-area.style-3 {
  position: relative;
  z-index: 1;
}
.video-area.style-3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(18, 51, 0, 0.7);
  z-index: -1;
}
.video-area.style-3 .open-video {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.faq-section.style-2 {
  padding-bottom: 105px;
}
.faq-section.style-2 .left-man {
  bottom: 0;
  top: auto;
  z-index: 1;
}
.faq-section.style-2 .faq-top-bg {
  height: 100%;
  top: 1px;
  left: 0;
  position: absolute;
  margin-left: 425px;
}
.faq-section.style-2 .faq-top-bg::before {
  display: none;
}
.faq-section.style-2 .faq-wrap {
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.faq-section.style-2 .faq-wrap .col {
  min-height: 100%;
}
.faq-section.style-2 .faq-wrap .col .faq-info {
  min-height: 100%;
  background: #1A9120;
  padding: 75px 50px;
}
@media (max-width: 1399px) {
  .faq-section.style-2 .faq-wrap .col .faq-info {
    padding: 65px 30px;
  }
}
@media (max-width: 575px) {
  .faq-section.style-2 .faq-wrap .col .faq-info {
    padding: 35px 15px;
  }
}
.faq-section.style-2 .faq-wrap .col .faq-info h3 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .faq-section.style-2 .faq-wrap .col .faq-info h3 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .faq-section.style-2 .faq-wrap .col .faq-info h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.faq-section.style-2 .faq-wrap .col .faq-info .faq-info-item {
  max-width: 383px;
  display: flex;
  margin-bottom: 25px;
  position: relative;
  z-index: 11;
}
.faq-section.style-2 .faq-wrap .col .faq-info .faq-info-item:last-child {
  margin-bottom: 0;
}
.faq-section.style-2 .faq-wrap .col .faq-info .faq-info-item .icon {
  margin-right: 38px;
}
@media (max-width: 1199px) {
  .faq-section.style-2 .faq-wrap .col .faq-info .faq-info-item .icon {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  .faq-section.style-2 .faq-wrap .col .faq-info .faq-info-item .icon {
    margin-right: 10px;
  }
}
.faq-section.style-2 .faq-wrap .col .faq-info .faq-info-item .icon i {
  font-size: 50px;
  color: #fff;
}
@media (max-width: 575px) {
  .faq-section.style-2 .faq-wrap .col .faq-info .faq-info-item .icon i {
    font-size: 35px;
  }
}
.faq-section.style-2 .faq-wrap .col .faq-info .faq-info-item h4 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1199px) {
  .faq-section.style-2 .faq-wrap .col .faq-info .faq-info-item h4 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .faq-section.style-2 .faq-wrap .col .faq-info .faq-info-item h4 {
    font-size: 18px;
  }
}
.faq-section.style-2 .faq-wrap .col .faq-info .faq-info-item p {
  color: #fff;
}
.faq-section.style-2 .faq-section-left {
  max-width: 600px;
  margin: 0;
  padding: 100px 0;
  padding-left: 70px;
  padding-bottom: 50px;
}
@media (max-width: 1399px) {
  .faq-section.style-2 .faq-section-left {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .faq-section.style-2 .faq-section-left {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .faq-section.style-2 .faq-section-left {
    padding: 30px 15px;
  }
}
@media (max-width: 991px) {
  .faq-section.style-2 .faq-section-left {
    max-width: 100%;
    padding-bottom: 20px;
  }
}
.faq-section.style-2 .faq-section-left .faq-item {
  padding: 20px 0;
}
.faq-section.style-2 .faq-section-left .faq-item .accordion-item .accordion-button {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.brand-section.style-3 {
  background: rgba(26, 145, 32, 0.1);
  border: 0;
}
.brand-section.style-3 .brand-item img {
  filter: grayscale(100%);
  transition: all 0.3s;
}
.brand-section.style-3 .brand-item:hover img {
  filter: grayscale(0);
}

/*--------------------------------------------------------------
22.	team single page
--------------------------------------------------------------*/
.team-area.style-3 {
  background: #fff;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .team-area.style-3 {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .team-area.style-3 {
    padding-bottom: 30px;
  }
}
.team-area.style-3 .team-wrap {
  padding-bottom: 0;
}
.team-area.style-3 .team-wrap .team-item {
  margin-bottom: 50px;
}

.team-single-section .single-img {
  margin-bottom: 30px;
}
.team-single-section .single-img img {
  width: 100%;
}
.team-single-section .single-info-items h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .team-single-section .single-info-items h3 {
    font-size: 32px;
    line-height: 48px;
  }
}
.team-single-section .single-info-items ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  align-items: flex-start;
}
.team-single-section .single-info-items ul li + li {
  margin-top: 30px;
}
.team-single-section .single-info-items ul li span {
  font-weight: 600;
  line-height: 30px;
  color: #16171A;
  margin-right: 20px;
  display: flex;
  align-items: center;
  flex-basis: 20%;
}
.team-single-section .single-info-items ul li span i {
  color: #1A9120;
  margin-right: 5px;
}
.team-single-section .single-content {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .team-single-section .single-content {
    padding-left: 0;
    margin-top: 30px;
  }
}
.team-single-section .single-content .content-top {
  margin-bottom: 30px;
}
.team-single-section .single-content .content-top h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
}
@media (max-width: 575px) {
  .team-single-section .single-content .content-top h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
.team-single-section .single-content .content-top span {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  color: #1A9120;
}
@media (max-width: 575px) {
  .team-single-section .single-content .content-top span {
    font-size: 18px;
  }
}
.team-single-section .progress-area {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .team-single-section .progress-area {
    margin-top: 40px;
  }
}
.team-single-section .progress-area h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .team-single-section .progress-area h3 {
    font-size: 32px;
    line-height: 48px;
  }
}
.team-single-section .progress-area .progress-wrap {
  padding: 40px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .team-single-section .progress-area .progress-wrap {
    padding: 20px;
  }
}
.team-single-section .progress-area .progress-single {
  margin-bottom: 20px;
  position: relative;
}
.team-single-section .progress-area .progress-single h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 10px;
}
.team-single-section .progress-area .progress-single .progress {
  background: #E3E3E3;
  height: 5px;
  position: relative;
}
.team-single-section .progress-area .progress-single .progress .progress-bar {
  background-color: #1A9120;
  height: 5px;
  position: relative;
  top: 0px;
  left: 0px;
  border-radius: 5px;
}
.team-single-section .progress-area .progress-number {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #16171A;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .team-single-section .progress-area .progress-number {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
23. Service Page
--------------------------------------------------------------*/
.service-page {
  z-index: 1;
  position: relative;
}
.service-page .service-area {
  background: none;
}

@media (max-width: 991px) {
  .service-single-page .service-sidebar {
    margin-top: 50px;
  }
}
.service-single-page .service-sidebar .widget {
  padding: 40px;
  border-radius: 5px;
  background: #F4F4F4;
}
@media (max-width: 575px) {
  .service-single-page .service-sidebar .widget {
    padding: 30px;
  }
}
.service-single-page .service-sidebar .widget h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #131514;
  margin-bottom: 20px;
}
.service-single-page .service-sidebar .category-widget {
  margin-bottom: 40px;
}
.service-single-page .service-sidebar .category-widget ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  display: block;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px 0;
  color: #16171A;
  position: relative;
}
.service-single-page .service-sidebar .category-widget ul li a::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\e933";
  font-family: "icomoon";
  font-size: 10px;
}
.service-single-page .service-sidebar .category-widget ul li a:hover {
  color: #1A9120;
}
.service-single-page .service-sidebar .category-widget ul li:last-child a {
  padding-bottom: 0;
  border: 0;
}
.service-single-page .service-sidebar .garden-widget .garden-widget-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-single-page .service-sidebar .garden-widget .garden-widget-item + .garden-widget-item {
  margin-top: 20px;
}
.service-single-page .service-sidebar .garden-widget .garden-widget-item .garden-widget-left {
  display: flex;
  align-items: center;
}
.service-single-page .service-sidebar .garden-widget .garden-widget-item .garden-widget-left i {
  margin-right: 20px;
}
.service-single-page .service-sidebar .garden-widget .garden-widget-item .garden-widget-left h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 0;
}
.service-single-page .service-sidebar .garden-widget .garden-widget-item .garden-widget-left h4 span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  font-family: "DM Sans";
  color: #5C5C5C;
}
.service-single-page .service-sidebar .garden-widget .garden-widget-item i {
  font-size: 30px;
  color: #727272;
  transition: all 0.3s;
}
.service-single-page .service-sidebar .garden-widget .garden-widget-item:hover i {
  color: #1A9120;
}
.service-single-page .service-details .details-img {
  margin-bottom: 30px;
}
.service-single-page .service-details h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .service-single-page .service-details h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.service-single-page .service-details .details-items {
  padding: 30px 0;
}
.service-single-page .service-details .details-items h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  color: #131514;
}
@media (max-width: 575px) {
  .service-single-page .service-details .details-items h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.service-single-page .service-details .details-items h3 i {
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #131514;
  border-radius: 50%;
  color: #fff;
  margin-right: 5px;
}
.service-single-page .service-details .process {
  margin-top: 40px;
}
.service-single-page .service-details .process h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .service-single-page .service-details .process h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.service-single-page .service-details .process ul li {
  padding-left: 35px;
  position: relative;
}
.service-single-page .service-details .process ul li + li {
  margin-top: 20px;
}
.service-single-page .service-details .process ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e930";
  font-family: "icomoon";
  font-size: 14px;
  color: #1A9120;
}

/*--------------------------------------------------------------
24. Project Single
--------------------------------------------------------------*/
.project-single .contact-form-area {
  max-width: 100%;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  padding-top: 40px;
}
@media (max-width: 991px) {
  .project-single .contact-form-area {
    margin-bottom: 0px;
    max-width: 100%;
    margin-top: 80px;
  }
}
.project-single .contact-form-area .contact-top-title h2 {
  line-height: 45px;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
25. Shop Page
--------------------------------------------------------------*/
.shop-page .product-item {
  margin-bottom: 30px;
}

.dc-product-details-section {
  padding-bottom: 80px;
  /*** product slider ***/
}
@media (max-width: 991px) {
  .dc-product-details-section {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .dc-product-details-section {
    padding-bottom: 60px;
  }
}
.dc-product-details-section .dc-product-single-slider .slider-for {
  text-align: center;
}
.dc-product-details-section .dc-product-single-slider .slider-for img {
  display: inline-block;
}
.dc-product-details-section .dc-product-single-slider .slider-nav {
  padding: 0;
  margin-top: 35px;
}
.dc-product-details-section .dc-product-single-slider .slider-nav .slick-track {
  width: 100% !important;
}
.dc-product-details-section .dc-product-single-slider .slider-nav > i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}
.dc-product-details-section .dc-product-single-slider .slider-nav > i:hover {
  cursor: pointer;
}
.dc-product-details-section .dc-product-single-slider .slider-nav .nav-btn-rt {
  left: auto;
  right: 0;
}
.dc-product-details-section .dc-product-single-slider .slider-nav .slick-slide {
  text-align: center;
}
.dc-product-details-section .dc-product-single-slider .slider-nav .slick-slide img {
  display: inline-block;
}
.dc-product-details-section .dc-product-single-slider .slider-nav .slick-slide {
  width: auto !important;
  margin-right: 15px;
}
.dc-product-details-section .dc-product-single-slider .slider-nav .slick-slide {
  border: 1px solid transparent;
}
.dc-product-details-section .dc-product-single-slider .slider-nav .slick-slide.slick-current.slick-active {
  border: 1px solid #000;
}
.dc-product-details-section .product-details {
  padding: 50px 30px 93px;
}
@media (max-width: 1199px) {
  .dc-product-details-section .product-details {
    padding: 40px 30px 85px;
  }
}
@media (max-width: 991px) {
  .dc-product-details-section .product-details {
    margin-top: 45px;
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .dc-product-details-section .product-details {
    padding: 0;
  }
}
.dc-product-details-section .product-details h2 {
  font-size: 42px;
  font-size: calc-rem-value(42);
  margin: 0 0 0.5em;
}
@media (max-width: 767px) {
  .dc-product-details-section .product-details h2 {
    font-size: 22px;
    font-size: calc-rem-value(22);
  }
}
.dc-product-details-section .product-details .price {
  font-family: "Kanit";
  font-size: 24px;
  margin: 0.4em 0 0.5em;
}
@media (max-width: 991px) {
  .dc-product-details-section .product-details .price {
    font-size: 20px;
  }
}
.dc-product-details-section .product-details .price .old {
  font-size: 20px;
  font-weight: normal;
  color: #8f8f8f;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .dc-product-details-section .product-details .price .old {
    font-size: 18px;
    font-size: calc-rem-value(18);
  }
}
.dc-product-details-section .product-details .rating {
  margin-bottom: 25px;
}
.dc-product-details-section .product-details .rating i {
  color: #c17c10;
}
.dc-product-details-section .product-details p {
  margin-bottom: 1.3em;
}
.dc-product-details-section .product-details p:last-child {
  margin: 0;
}
.dc-product-details-section .pro-single-btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dc-product-details-section .pro-single-btn .quantity {
  position: relative;
  width: 120px;
  margin: 0 20px;
}
@media (max-width: 450px) {
  .dc-product-details-section .pro-single-btn .quantity {
    margin-bottom: 10px;
  }
}
.dc-product-details-section .pro-single-btn .quantity input {
  height: 40px;
  width: 120px;
  text-align: center;
  border: 0;
}
.dc-product-details-section .pro-single-btn .quantity input:focus {
  outline: none;
}
@media (max-width: 768px) {
  .dc-product-details-section .pro-single-btn .quantity input {
    height: 40px;
    margin-top: 0;
  }
}
.dc-product-details-section .pro-single-btn .qtybutton {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e4ebf2;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.dc-product-details-section .pro-single-btn .qtybutton.inc {
  left: auto;
  right: 0;
}
.dc-product-details-section .pro-single-btn a .icon {
  font-size: 30px;
  color: #5C5C5C;
  margin: 0 15px;
}
.dc-product-details-section .pro-single-btn a:hover {
  color: #F9F9F9;
}
.dc-product-details-section .stock {
  margin-top: 40px;
}
.dc-product-details-section .stock ul {
  display: flex;
}
.dc-product-details-section .stock ul li {
  margin-right: 20px;
}
.dc-product-details-section .category ul {
  display: flex;
  margin-top: 20px;
}
.dc-product-details-section .category ul li {
  margin-right: 15px;
}
.dc-product-details-section .product-tab-area {
  padding-top: 100px;
  /*** comments area ***/
}
@media (max-width: 991px) {
  .dc-product-details-section .product-tab-area {
    padding-top: 60px;
  }
}
.dc-product-details-section .product-tab-area .tab-content {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .dc-product-details-section .product-tab-area .tab-content {
    padding-top: 40px;
  }
}
.dc-product-details-section .product-tab-area .main-tab {
  justify-content: flex-start;
  border-bottom: 1px solid #F5F5F8;
}
.dc-product-details-section .product-tab-area .main-tab button {
  color: rgba(93, 102, 111, 0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  padding: 10px 40px;
  background: transparent;
  border: none;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .dc-product-details-section .product-tab-area .main-tab button {
    padding: 10px 10px;
  }
}
.dc-product-details-section .product-tab-area .main-tab button.active {
  color: #16171A;
  background: #F3F3F3;
}
.dc-product-details-section .product-tab-area .Descriptions-item .Description-table {
  margin-top: 30px;
}
.dc-product-details-section .product-tab-area .Descriptions-item .Description-table h4 {
  margin-bottom: 20px;
}
.dc-product-details-section .product-tab-area .comments-area .comments .comment + .comment {
  margin-left: 30px;
}
.dc-product-details-section .product-tab-area .comments-area li > div {
  border-bottom: 1px solid #DDDDDD;
  padding: 35px;
}
@media (max-width: 991px) {
  .dc-product-details-section .product-tab-area .comments-area li > div {
    padding: 35px 25px;
  }
}
.dc-product-details-section .product-tab-area .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}
.dc-product-details-section .product-tab-area .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
}
.dc-product-details-section .product-tab-area .comments-area ol + li {
  margin-left: 30px;
}
.dc-product-details-section .product-tab-area .comments-area .comments-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;

  margin: 0 0 1.5em;
}
@media (max-width: 991px) {
  .dc-product-details-section .product-tab-area .comments-area .comments-title {
    font-size: 20px;
    font-size: calc-rem-value(20);
  }
}
.dc-product-details-section .product-tab-area .comments-area li > div {
  position: relative;
}
.dc-product-details-section .product-tab-area .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}
@media (max-width: 767px) {
  .dc-product-details-section .product-tab-area .comments-area .comment-theme {
    position: static;
  }
}
.dc-product-details-section .product-tab-area .comments-area .comment-theme img {
  border-radius: 50%;
}
.dc-product-details-section .product-tab-area .comments-area .comment-main-area {
  padding-left: 120px;
}
@media (max-width: 767px) {
  .dc-product-details-section .product-tab-area .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}
.dc-product-details-section .product-tab-area .comments-area .comment-main-area p {
  margin-bottom: 10px;
}
.dc-product-details-section .product-tab-area .comments-area .comments-meta h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  color: #16171A;
  margin: 0 0 1em;
}
.dc-product-details-section .product-tab-area .comments-area .comments-meta h4 span {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-size: calc-rem-value(13);
  color: #5C5C5C;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .dc-product-details-section .product-tab-area .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}
.dc-product-details-section .product-tab-area .comments-area .comment-reply-link {
  font-size: 13px;
  font-size: calc-rem-value(13);
  line-height: 25px;
  font-weight: 600;
  color: #16171A;
  text-align: center;
  display: inline-block;
}

/*--------------------------------------------------------------
26. Cart Page
--------------------------------------------------------------*/
.cart-section {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .cart-section .cart-area-wrap {
    overflow: scroll;
    overflow-y: hidden;
  }
  .cart-section .cart-table {
    width: 1022px;
  }
}
.cart-section .product-crt-card {
  padding: 30px 0;
  border-bottom: 1.5px solid #e4ebf2;
}
.cart-section .product-crt-card .product-crt-left {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .cart-section .product-crt-card .product-crt-left {
    flex-wrap: wrap;
  }
}
.cart-section .product-crt-card .product-crt-left .product-crt-img img {
  width: 100%;
  max-width: 120px;
}
.cart-section .product-crt-card .product-crt-left .product-crt-details {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .cart-section .product-crt-card .product-crt-left .product-crt-details {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .cart-section .product-crt-card .product-crt-left .product-crt-details {
    padding-left: 8px;
    padding-top: 20px;
  }
}
.cart-section .product-crt-card .product-crt-left .product-crt-details ul li {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cart-section .product-crt-card .product-crt-left .product-crt-details ul li {
    margin-bottom: 10px;
  }
}
.cart-section .product-crt-card .product-crt-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-section .product-crt-card .product-crt-right .product-crt-icon ul li a {
  font-size: 20px;
  color: #5C5C5C;
}
.cart-section .product-crt-card .product-crt-right .product-crt-icon ul li a:hover {
  color: #1A9120;
}
.cart-section .product-crt-card .product-crt-right .product-crt-icon ul li:first-child {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cart-section .product-crt-card .product-crt-right .product-crt-icon ul li:first-child {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .cart-section .product-crt-card .product-crt-right .product-crt-icon ul {
    display: flex;
  }
}
.cart-section .product-crt-card .product-crt-right .product-crt-blance {
  padding-right: 100px;
}
@media (max-width: 991px) {
  .cart-section .product-crt-card .product-crt-right .product-crt-blance {
    padding-right: 0;
  }
}
.cart-section .product-crt-card .product-crt-right .product-crt-blance span {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #16171A;
}
@media (max-width: 768px) {
  .cart-section .product-crt-card .product-crt-right {
    margin-top: 30px;
  }
}
.cart-section .quantity {
  position: relative;
  display: inline-block;
}
.cart-section .quantity input {
  width: 160px;
  background: transparent;
  padding: 0px 35px;
  text-align: center;
  height: 40px;
  border: none;
  position: relative;
  border: 1.5px solid #e4ebf2;
}
.cart-section .quantity .qtybutton {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  cursor: pointer;
  font-size: 25px;
}
.cart-section .quantity .qtybutton .qtybutton {
  top: 50%;
  left: 17px;
  transform: translateY(-51%);
  -webkit-transform: translateY(-51%);
  -moz-transform: translateY(-51%);
}
.cart-section .quantity .qtybutton.inc {
  right: 0px;
  left: auto;
}
.cart-section .col:first-child .product-crt-card {
  padding-top: 0;
}
.cart-section .col:last-child .product-crt-card {
  padding-bottom: 0;
  border-bottom: 0;
}
.cart-section .cart-main-wrapper {
  padding-top: 30px;
  border-top: 1px solid #e4ebf2;
  margin-top: 30px;
}
.cart-section .cart-main-wrapper p {
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  color: #16171A;
}
.cart-section .cart-main-wrapper .cupon-wrap {
  position: relative;
  margin-bottom: 60px;
}
.cart-section .cart-main-wrapper .cupon-wrap input {
  width: 100%;
  height: 45px;
  border: 1px solid #16171A;
  padding-left: 20px;
  background: transparent;
}
.cart-section .cart-main-wrapper .cupon-wrap button {
  width: 150px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  background: #16171A;
  color: #fff;

  border: none;
}
.cart-section .cart-main-right {
  padding-right: 100px;
}
@media (max-width: 767px) {
  .cart-section .cart-main-right {
    padding-right: 0;
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .cart-section .cart-main-right {
    padding-right: 0;
  }
}
.cart-section .cart-main-right ul li {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}
.cart-section .cart-main-right ul li + li {
  padding-top: 20px;
}
.cart-section .cart-main-right ul li:last-child {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e4ebf2;
}
.cart-section .cart-main-right .cart-s-btn {
  margin-top: 50px;
  text-align: right;
}

/* =============================
27. Checkout-page
 ===============================*/
/* checkout-area */
.checkout-area .ch-top-title {
  margin-bottom: 30px;
  text-align: left;
}
.checkout-area .caupon-area {
  margin-bottom: 80px;
}
.checkout-area .caupon-area .coupon-box {
  background: #f8f8f8;
  padding: 20px;
}
.checkout-area .caupon-area .coupon-box p {
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.checkout-area .caupon-area .coupon-box p i {
  color: #1A9120;
  margin-right: 10px;
}
.checkout-area .caupon-area .coupon-box p span {
  display: inline-block;
  color: #1A9120;
  margin-left: 10px;
  cursor: pointer;
}
.checkout-area .caupon-area .coupon-form p {
  margin-bottom: 15px;
  color: #7b7b7b;
}
.checkout-area .caupon-area .coupon-form {
  display: none;
  padding: 20px;
}
.checkout-area .caupon-area .coupon-form span {
  margin-bottom: 20px;
  display: block;
  color: #7b7b7b;
}
.checkout-area .caupon-area .input-wrap {
  position: relative;
}
.checkout-area .caupon-area .coupon-form input {
  width: 100%;
  height: 50px;
  border: 1px solid #ebebeb;
  padding-left: 20px;
  border-radius: 0;
}
.checkout-area .caupon-area .coupon-form input:focus {
  outline: none;
  box-shadow: none;
}
.checkout-area .caupon-area .coupon-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: #1A9120;
  color: #fff;
  width: 108px;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.checkout-area .biling-item {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
@media (max-width: 575px) {
  .checkout-area .biling-item {
    padding: 20px;
  }
}
.checkout-area .biling-item .billing-adress label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: #16171A;
  margin-bottom: 5px;
}
.checkout-area .biling-item .billing-adress .form-style input,
.checkout-area .biling-item .billing-adress .form-style select {
  width: 100%;
  margin-bottom: 25px;
  padding-left: 10px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  background: none;
}
.checkout-area .biling-item .billing-adress .form-style input:focus,
.checkout-area .biling-item .billing-adress .form-style select:focus {
  outline: none;
  box-shadow: none;
}
.checkout-area .biling-item .billing-adress .form-style select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}
.checkout-area .note-area label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: #16171A;
  margin-bottom: 5px;
}
.checkout-area .note-area textarea {
  width: 100%;
  border: 0;
  border: 1px solid #ebebeb;
  padding: 15px;
  height: 256px;
}
.checkout-area .checkout-order-area {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 30px;
  padding: 40px;
}
@media (max-width: 991px) {
  .checkout-area .checkout-order-area {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .checkout-area .checkout-order-area {
    padding: 20px;
  }
}
.checkout-area .checkout-order-area h3 {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .checkout-area .checkout-order-area h3 {
    font-size: 30px;
  }
}
.checkout-area .oreder-item .title {
  padding-bottom: 10px;
}
.checkout-area .oreder-item .title.bg-title {
  padding: 20px;
  background: #f8f8f8;
}
.checkout-area .oreder-item .title h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.checkout-area .oreder-item .title.s1 {
  border-bottom: 1px solid #F5F5F8;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-bottom: 20px;
}
.checkout-area .oreder-item .title.s1 h2 {
  margin-bottom: 0;
}
.checkout-area .oreder-item .oreder-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
}
.checkout-area .oreder-item .oreder-product .images img {
  width: 60px;
}
.checkout-area .oreder-item .oreder-product .product ul .first-cart {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #233D50;
}
.checkout-area .oreder-item .oreder-product span {
  font-weight: 500;
  font-size: 16px;
  color: #233D50;
}
.checkout-area .payment-option {
  margin-top: 30px;
}
.checkout-area .payment-option h3 {
  margin-bottom: 20px;
  padding-bottom: 0px;
}
.checkout-area .payment-option .payment-select ul li {
  margin-right: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  font-weight: 500;
  color: #5B5B5B;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.checkout-area .payment-option .payment-select ul li input {
  background: transparent;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  appearance: none;
  -webkit-appearance: none;
  border: 3px solid #FFF;
  box-shadow: 0 0 0 1px #5C5C5C;
  margin-right: 10px;
}
.checkout-area .payment-option .payment-select ul li input:checked {
  background: #5C5C5C;
}
.checkout-area .payment-option .payment-bottom {
  padding-top: 20px;
  border-top: 1px solid #D9D9D9;
  margin-top: 40px;
}
.checkout-area .payment-option .payment-btn {
  text-align: right;
  margin-top: 20px;
}
.checkout-area .payment-option .payment-btn .ch-btn-style-2 {
  width: 100%;
}

/* ===============================
28. Blog Page
 =================================*/
/* blog-page */
.blog-grid-page .blog-section-s2 .blog-item {
  margin-bottom: 30px;
}

/* blog-page-area */
.blog-page-area .blog-item {
  margin-bottom: 60px;
  position: relative;
}
.blog-page-area .blog-item:last-child {
  margin-bottom: 0;
}
.blog-page-area .blog-item .blog-img {
  position: relative;
}
.blog-page-area .blog-item .blog-img img {
  width: 100%;
}
.blog-page-area .blog-item .blog-content {
  padding-top: 30px;
}
.blog-page-area .blog-item .blog-content ul {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .blog-page-area .blog-item .blog-content ul {
    flex-wrap: wrap;
  }
}
.blog-page-area .blog-item .blog-content ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #5C5C5C;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-page-area .blog-item .blog-content ul li {
    padding-bottom: 10px;
  }
}
.blog-page-area .blog-item .blog-content ul li i {
  margin-right: 5px;
  color: #1A9120;
  font-size: 20px;
}
.blog-page-area .blog-item .blog-content ul li + li {
  margin-left: 20px;
}
.blog-page-area .blog-item .blog-content ul li strong {
  color: #16171A;
  font-family: "Kanit";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.blog-page-area .blog-item .blog-content h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .blog-page-area .blog-item .blog-content h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .blog-page-area .blog-item .blog-content h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.blog-page-area .blog-item .blog-content h2 a {
  color: #16171A;
}
.blog-page-area .blog-item .blog-content h2 a:hover {
  color: #131514;
}
.blog-page-area .blog-item .blog-content p {
  margin-bottom: 20px;
}

.blog-page-full .blog-img img {
  width: 100%;
}

/* blog-right-sidebar */
.blog-sidebar {
  /*** search-widget ***/
}
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 50px;
  }
}
.blog-sidebar .widget {
  margin-top: 50px;
  padding: 40px;
  border-radius: 5px;
  background: #F4F4F4;
}
@media (max-width: 1399px) {
  .blog-sidebar .widget {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .blog-sidebar .widget {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .blog-sidebar .widget {
    margin-top: 30px;
  }
}
.blog-sidebar .widget h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .blog-sidebar .widget h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .blog-sidebar .widget h3 {
    font-size: 22px;
    line-height: 27px;
  }
}
.blog-sidebar .search-widget {
  margin-top: 0;
}
.blog-sidebar .search-widget form div {
  position: relative;
}
.blog-sidebar .search-widget input {
  background: none;
  border: 1px solid rgba(31, 33, 45, 0.15);
  height: 55px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  padding: 6px 50px 6px 20px;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-sidebar .search-widget input:focus {
  background-color: #fff;
}
.blog-sidebar .search-widget form button {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 50px;
  font-size: 20px;
  font-size: calc-rem-value(20);
  color: #fff;
  border: 0;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  background: #1A9120;
  border-radius: 0px 5px 5px 0px;
}
.blog-sidebar .search-widget form button i {
  font-size: 14px;
}
.blog-sidebar .blog-right-info p {
  margin-bottom: 0;
}
.blog-sidebar .recent-post .post {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.blog-sidebar .recent-post .post:last-child {
  margin-bottom: 0;
}
.blog-sidebar .recent-post .post .post-img {
  flex-basis: 20%;
  margin-right: 10px;
}
.blog-sidebar .recent-post .post .post-content {
  flex-basis: 80%;
}
.blog-sidebar .recent-post .post .post-content span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog-sidebar .recent-post .post .post-content ul {
  display: flex;
  align-items: center;
}
.blog-sidebar .recent-post .post .post-content ul li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.blog-sidebar .recent-post .post .post-content h4 {
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.blog-sidebar .recent-post .post .post-content h4 a {
  color: #16171A;
  font-weight: 500;
}
.blog-sidebar .recent-post .post .post-content h4 a:hover {
  color: #131514;
}
.blog-sidebar .category-widget {
  margin-bottom: 40px;
}
.blog-sidebar .category-widget ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  display: block;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px 0;
  color: #16171A;
  position: relative;
}
.blog-sidebar .category-widget ul li a::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\e933";
  font-family: "icomoon";
  font-size: 10px;
}
.blog-sidebar .category-widget ul li a:hover {
  color: #1A9120;
}
.blog-sidebar .category-widget ul li:last-child a {
  padding-bottom: 0;
  border: 0;
}
.blog-sidebar .tag-widget ul {
  display: flex;
  flex-wrap: wrap;
}
.blog-sidebar .tag-widget ul li {
  margin-right: 10px;
  margin-bottom: 15px;
  display: block;
}
.blog-sidebar .tag-widget ul li a {
  color: #16171A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 10px 18px;
  position: relative;
  border-radius: 5px;
  background: #fff;
  display: block;
  border-radius: 40px;
}
.blog-sidebar .tag-widget ul li a:hover {
  color: #fff;
  background: #1A9120;
}
.blog-sidebar .update-widget .form-group {
  position: relative;
}
.blog-sidebar .update-widget .form-group input {
  width: 100%;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  height: 60px;
  padding: 15px;
  padding-left: 25px;
  padding-right: 150px;
}
.blog-sidebar .update-widget .form-group input:focus {
  outline: none;
}
.blog-sidebar .update-widget .form-group button {
  border-radius: 50px;
  background: #1A9120;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  height: 40px;
  border: 0;
  padding: 5px 25px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
}

/* =======================
29. Blog Single Page
 ========================*/
/* blog-single-page-area  */
.blog-single-page-area .blog-single-wrap {
  /*** more-posts ***/
  /*** tag-share ***/
  /*** comments area ***/
  /*** comment-respond ***/
}
.blog-single-page-area .blog-single-wrap h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;

  margin-bottom: 15px;
}
.blog-single-page-area .blog-single-wrap .blog-img {
  position: relative;
}
.blog-single-page-area .blog-single-wrap .blog-img img {
  width: 100%;
}
.blog-single-page-area .blog-single-wrap .blog-single-text-wrap {
  margin-top: 30px;
  margin-bottom: 40px;
}
.blog-single-page-area .blog-single-wrap .blog-single-text-wrap h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .blog-single-page-area .blog-single-wrap .blog-single-text-wrap h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.blog-single-page-area .blog-single-wrap .blog-single-text-wrap p {
  margin-bottom: 30px;
}
.blog-single-page-area .blog-single-wrap .blog-single-text-wrap ul {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .blog-single-page-area .blog-single-wrap .blog-single-text-wrap ul {
    flex-wrap: wrap;
  }
}
.blog-single-page-area .blog-single-wrap .blog-single-text-wrap ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #5C5C5C;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-single-page-area .blog-single-wrap .blog-single-text-wrap ul li {
    padding-bottom: 10px;
  }
}
.blog-single-page-area .blog-single-wrap .blog-single-text-wrap ul li i {
  margin-right: 5px;
  color: #1A9120;
  font-size: 20px;
}
.blog-single-page-area .blog-single-wrap .blog-single-text-wrap ul li + li {
  margin-left: 20px;
}
.blog-single-page-area .blog-single-wrap .blog-single-text-wrap ul li strong {
  color: #16171A;
  font-family: "Kanit";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.blog-single-page-area .blog-single-wrap blockquote {
  font-family: "Kanit";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  color: #131514;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .blog-single-page-area .blog-single-wrap blockquote {
    padding: 15px;
    font-size: 14px;
    line-height: 27px;
  }
}
.blog-single-page-area .blog-single-wrap blockquote span {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  font-family: "DM Sans", sans-serif;
  color: #131514;
  margin-top: 15px;
}
.blog-single-page-area .blog-single-wrap .detail-img {
  margin-top: 40px;
  margin-bottom: 30px;
}
.blog-single-page-area .blog-single-wrap .detail-img img {
  width: 100%;
}
.blog-single-page-area .blog-single-wrap .list {
  margin-top: 40px;
  margin-bottom: 20px;
}
.blog-single-page-area .blog-single-wrap .list ul {
  display: flex;
  flex-wrap: wrap;
}
.blog-single-page-area .blog-single-wrap .list ul li {
  flex-basis: 50%;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.blog-single-page-area .blog-single-wrap .list ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  content: "";
  background: #1A9120;
  border-radius: 50%;
}
.blog-single-page-area .blog-single-wrap .details-wrap {
  margin-top: 30px;
}
.blog-single-page-area .blog-single-wrap .gallery-wrap {
  margin-top: 30px;
}
.blog-single-page-area .blog-single-wrap .more-posts {
  overflow: hidden;
}
.blog-single-page-area .blog-single-wrap .more-posts > div {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .blog-single-page-area .blog-single-wrap .more-posts > div {
    width: 100%;
    float: none;
  }
}
.blog-single-page-area .blog-single-wrap .more-posts > div > a {
  display: inline-block;
}
.blog-single-page-area .blog-single-wrap .more-posts .previous-post,
.blog-single-page-area .blog-single-wrap .more-posts .next-post {
  padding: 0px 0;
  margin-top: 30px;
}
.blog-single-page-area .blog-single-wrap .more-posts .next-post {
  text-align: right;
  position: relative;
}
.blog-single-page-area .blog-single-wrap .more-posts .next-post a {
  padding-right: 70px;
}
.blog-single-page-area .blog-single-wrap .more-posts .next-post a:before {
  font-family: "themify";
  content: "\e628";
  position: absolute;
  right: 0;
  top: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #1A9120;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .blog-single-page-area .blog-single-wrap .more-posts .next-post a:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .blog-single-page-area .blog-single-wrap .more-posts .next-post a {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .blog-single-page-area .blog-single-wrap .more-posts .next-post {
    border-left: 0;
    text-align: left;
  }
}
.blog-single-page-area .blog-single-wrap .more-posts .next-post .post-control-link {
  position: relative;
}
.blog-single-page-area .blog-single-wrap .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .blog-single-page-area .blog-single-wrap .more-posts .previous-post {
    padding-left: 0;
  }
}
.blog-single-page-area .blog-single-wrap .more-posts .previous-post a {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .blog-single-page-area .blog-single-wrap .more-posts .previous-post a {
    padding-left: 0;
  }
}
.blog-single-page-area .blog-single-wrap .more-posts .previous-post a:before {
  font-family: "themify";
  content: "\e629";
  position: absolute;
  left: 0;
  top: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #1A9120;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .blog-single-page-area .blog-single-wrap .more-posts .previous-post a:before {
    display: none;
  }
}
.blog-single-page-area .blog-single-wrap .more-posts .previous-post .post-control-link {
  position: relative;
}
@media (max-width: 767px) {
  .blog-single-page-area .blog-single-wrap .more-posts .previous-post .post-control-link {
    padding-left: 0;
  }
}
.blog-single-page-area .blog-single-wrap .more-posts .previous-post > a > span,
.blog-single-page-area .blog-single-wrap .more-posts .next-post > a > span {
  display: block;
}
.blog-single-page-area .blog-single-wrap .more-posts .post-control-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #5C5C5C;
}
.blog-single-page-area .blog-single-wrap .more-posts .post-name {
  font-family: "Kanit";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  margin: 0;
  color: #16171A;
}
@media (max-width: 991px) {
  .blog-single-page-area .blog-single-wrap .more-posts .post-name {
    font-size: 16px;
  }
}
.blog-single-page-area .blog-single-wrap .more-posts a:hover .post-control-link {
  color: #16171A;
}
.blog-single-page-area .blog-single-wrap .tag-share {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  margin: 75px 0 0;
  padding: 30px 0;
  color: #16171A;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blog-single-page-area .blog-single-wrap .tag-share {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.blog-single-page-area .blog-single-wrap .tag-share .name {
  position: relative;
  top: 7px;
  flex-basis: 33.33%;
}
@media (max-width: 767px) {
  .blog-single-page-area .blog-single-wrap .tag-share .name {
    flex-basis: 50%;
  }
}
.blog-single-page-area .blog-single-wrap .tag-share ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}
.blog-single-page-area .blog-single-wrap .tag-share ul li {
  float: left;
}
@media (max-width: 767px) {
  .blog-single-page-area .blog-single-wrap .tag-share ul li {
    margin: 2px;
  }
}
.blog-single-page-area .blog-single-wrap .tag-share ul > li + li {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .blog-single-page-area .blog-single-wrap .tag-share ul > li + li {
    margin: 2px;
  }
}
.blog-single-page-area .blog-single-wrap .tag-share .tag {
  flex-basis: 33.33%;
}
@media (max-width: 767px) {
  .blog-single-page-area .blog-single-wrap .tag-share .tag {
    flex-basis: 50%;
  }
}
.blog-single-page-area .blog-single-wrap .tag-share .tag > span {
  color: #16171A;
  font-weight: bold;
  display: inline-block;
  padding-right: 8px;
}
.blog-single-page-area .blog-single-wrap .tag-share .tag ul {
  list-style: none;
  position: relative;
  top: 5px;
}
.blog-single-page-area .blog-single-wrap .tag-share .tag li {
  position: relative;
}
.blog-single-page-area .blog-single-wrap .tag-share .tag ul > li + li {
  margin-left: 10px;
}
.blog-single-page-area .blog-single-wrap .tag-share .tag a {
  font-size: 16px;
  font-size: calc-rem-value(16);
  color: #5C5C5C;
  display: inline-block;
}
@media (max-width: 767px) {
  .blog-single-page-area .blog-single-wrap .tag-share .tag a {
    font-size: 14px;
  }
}
.blog-single-page-area .blog-single-wrap .tag-share .tag a:hover {
  text-decoration: underline;
  color: #1A9120;
}
.blog-single-page-area .blog-single-wrap .tag-share .share {
  position: relative;
  top: -15px;
  flex-basis: 33.33%;
  text-align: right;
}
@media (max-width: 767px) {
  .blog-single-page-area .blog-single-wrap .tag-share .share {
    flex-basis: 50%;
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .blog-single-page-area .blog-single-wrap .tag-share .share {
    flex-basis: 100%;
    text-align: center;
  }
}
.blog-single-page-area .blog-single-wrap .tag-share .share > span {
  color: #16171A;
  font-weight: 600;
  display: inline-block;
  padding-right: 8px;
}
.blog-single-page-area .blog-single-wrap .tag-share .share ul {
  position: relative;
  top: 15px;
}
.blog-single-page-area .blog-single-wrap .tag-share .share ul > li + li {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .blog-single-page-area .blog-single-wrap .tag-share .share ul > li + li {
    margin-left: 8px;
  }
}
@media (max-width: 767px) {
  .blog-single-page-area .blog-single-wrap .tag-share .share ul > li {
    margin: 5px;
  }
}
.blog-single-page-area .blog-single-wrap .tag-share .share a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #eae6e6;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  font-size: calc-rem-value(14);
  color: #627381;
}
@media (max-width: 767px) {
  .blog-single-page-area .blog-single-wrap .tag-share .share a {
    font-size: 13px;
    font-size: calc-rem-value(13);
  }
}
.blog-single-page-area .blog-single-wrap .tag-share .share a:hover {
  background: #16171A;
  border-color: #16171A;
  color: #fff !important;
}
.blog-single-page-area .blog-single-wrap .tag-share .share ul > li:first-child a {
  color: #3c5ba4;
}
.blog-single-page-area .blog-single-wrap .tag-share .share ul > li:nth-child(2) a {
  color: #47a0d9;
}
.blog-single-page-area .blog-single-wrap .tag-share .share ul > li:nth-child(3) a {
  color: #0073b1;
}
.blog-single-page-area .blog-single-wrap .tag-share .share ul > li:nth-child(4) a {
  color: #933f94;
}
.blog-single-page-area .blog-single-wrap .comments-area {
  margin-top: 70px;
}
.blog-single-page-area .blog-single-wrap .comments-area .comments .comment + .comment {
  margin-left: 30px;
}
.blog-single-page-area .blog-single-wrap .comments-area li > div {
  border-bottom: 1px solid #DDDDDD;
  padding: 35px;
}
@media (max-width: 991px) {
  .blog-single-page-area .blog-single-wrap .comments-area li > div {
    padding: 35px 25px;
  }
}
.blog-single-page-area .blog-single-wrap .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}
.blog-single-page-area .blog-single-wrap .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
}
.blog-single-page-area .blog-single-wrap .comments-area ol + li {
  margin-left: 30px;
}
.blog-single-page-area .blog-single-wrap .comments-area .comments-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;

  margin: 0 0 1.5em;
}
@media (max-width: 991px) {
  .blog-single-page-area .blog-single-wrap .comments-area .comments-title {
    font-size: 20px;
    font-size: calc-rem-value(20);
  }
}
.blog-single-page-area .blog-single-wrap .comments-area li > div {
  position: relative;
}
.blog-single-page-area .blog-single-wrap .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}
@media (max-width: 767px) {
  .blog-single-page-area .blog-single-wrap .comments-area .comment-theme {
    position: static;
  }
}
.blog-single-page-area .blog-single-wrap .comments-area .comment-theme img {
  border-radius: 50%;
}
.blog-single-page-area .blog-single-wrap .comments-area .comment-main-area {
  padding-left: 120px;
}
@media (max-width: 767px) {
  .blog-single-page-area .blog-single-wrap .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}
.blog-single-page-area .blog-single-wrap .comments-area .comment-main-area p {
  margin-bottom: 10px;
}
.blog-single-page-area .blog-single-wrap .comments-area .comments-meta h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  color: #16171A;
  margin: 0 0 1em;
}
.blog-single-page-area .blog-single-wrap .comments-area .comments-meta h4 span {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-size: calc-rem-value(13);
  color: #5C5C5C;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .blog-single-page-area .blog-single-wrap .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}
.blog-single-page-area .blog-single-wrap .comments-area .comment-reply-link {
  font-size: 13px;
  font-size: calc-rem-value(13);
  line-height: 25px;
  font-weight: 600;
  color: #16171A;
  text-align: center;
  display: inline-block;
}
.blog-single-page-area .blog-single-wrap .comment-respond {
  margin-top: 70px;
}
.blog-single-page-area .blog-single-wrap .comment-respond .comment-reply-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;

}
.blog-single-page-area .blog-single-wrap .comment-respond p {
  margin-bottom: 50px;
}
.blog-single-page-area .blog-single-wrap .comment-respond form input,
.blog-single-page-area .blog-single-wrap .comment-respond form textarea {
  color: #A5A5A5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: none;
  width: 100%;
  height: 65px;
  border: 0;
  padding: 6px 0;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #16171A;
}
.blog-single-page-area .blog-single-wrap .comment-respond form input:focus,
.blog-single-page-area .blog-single-wrap .comment-respond form textarea:focus {
  box-shadow: none;
  border-color: #1A9120;
}
@media (max-width: 991px) {
  .blog-single-page-area .blog-single-wrap .comment-respond form input,
  .blog-single-page-area .blog-single-wrap .comment-respond form textarea {
    height: 50px;
  }
}
.blog-single-page-area .blog-single-wrap .comment-respond form textarea {
  height: 120px;
  padding: 15px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .blog-single-page-area .blog-single-wrap .comment-respond form textarea {
    height: 150px;
  }
}
.blog-single-page-area .blog-single-wrap .comment-respond .check-form {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.blog-single-page-area .blog-single-wrap .comment-respond .check-form input {
  width: auto;
  margin-bottom: 0;
  margin-right: 10px;
  width: 20px;
}
.blog-single-page-area .blog-single-wrap .comment-respond .form-submit input {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.28px;

  margin-bottom: 0;
  border: 0;
  outline: 0;
  background: #1A9120;
  border-radius: 0;
  margin-top: 30px;
  color: #fff;
}
.blog-single-page-area .blog-single-wrap .comment-respond .form-submit input:hover {
  background-color: #4AAB3D;
}
.blog-single-page-area.full-width .blog-img img {
  width: 100%;
}
.blog-single-page-area.full-width .detail-img img {
  width: 100%;
}

/*--------------------------------------------------------------
30. Contact Page
--------------------------------------------------------------*/
.faq-section.style-3 .faq-section-left {
  max-width: 100%;
}

.contact-page .contact-info .info-item {
  display: flex;
  align-items: center;
}
.contact-page .contact-info .info-item + .info-item {
  margin-top: 66px;
}
@media (max-width: 1199px) {
  .contact-page .contact-info .info-item + .info-item {
    margin-top: 46px;
  }
}
.contact-page .contact-info .info-item .info-icon i {
  font-size: 40px;
  color: #1A9120;
  width: 95px;
  height: 95px;
  line-height: 95px;
  background: rgba(26, 145, 32, 0.05);
  display: block;
  text-align: center;
  border-radius: 50%;
  margin-right: 30px;
}
@media (max-width: 1399px) {
  .contact-page .contact-info .info-item .info-icon i {
    width: 85px;
    height: 85px;
    line-height: 85px;
    margin-right: 10px;
    font-size: 30px;
  }
}
.contact-page .contact-info .info-item .info-text h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contact-page .contact-info .info-item .info-text p {
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .contact-page .contact-info .info-item .info-text p {
    font-size: 15px;
  }
}
.contact-page .contact-form-area {
  max-width: 100%;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
  .contact-page .contact-form-area {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .contact-page .contact-form-area {
    margin-top: 30px;
  }
}
.contact-page .col {
  min-height: 100%;
}
.contact-page .col .social {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 100%;
  margin-left: 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .contact-page .col .social {
    margin-left: 0;
  }
}
.contact-page .col .social::before {
  position: absolute;
  left: 20px;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: #E3E3E3;
  z-index: -1;
}
.contact-page .col .social ul {
  background: #fff;
}
@media (max-width: 991px) {
  .contact-page .col .social ul {
    display: flex;
    justify-content: center;
  }
}
.contact-page .col .social ul li {
  margin: 15px 0;
}
@media (max-width: 991px) {
  .contact-page .col .social ul li {
    margin: 0 15px;
  }
}
.contact-page .col .social ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background: #48BDE9;
  color: #fff;
  font-size: 12px;
}
.contact-page .col .social ul li:nth-child(2) a {
  background: #4F5FBF;
}
.contact-page .col .social ul li:nth-child(3) a {
  background: #8F00FF;
}

.map {
  position: relative;
}
@media (max-width: 767px) {
  .map {
    height: 400px;
  }
}
.map iframe {
  width: 100%;
  height: 576px;
}
@media (max-width: 767px) {
  .map iframe {
    height: 400px;
  }
}

/* =============================
31. 404 page
 ===============================*/
/* 404-section */
.opps-404-section {
  text-align: center;
  padding-top: 80px;
}
.opps-404-section .opps-message {
  margin-top: 70px;
  padding: 0 200px;
}
@media (max-width: 991px) {
  .opps-404-section .opps-message {
    margin-top: 50px;
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .opps-404-section .opps-message {
    padding: 0;
  }
}
.opps-404-section .opps-message h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 0.5em;
}
@media (max-width: 575px) {
  .opps-404-section .opps-message h3 {
    font-size: 25px;
  }
}
.opps-404-section .opps-message p {
  max-width: 549px;
  margin: 0 auto;
  margin-bottom: 1.8em;
}
.opps-404-section .opps-message .ch-btn-style-1 {
  border-radius: 40px;
}

/*--------------------------------------------------------------
24. preview-page
--------------------------------------------------------------*/
.preview-page .topbar .contact-intro {
  justify-content: center;
}
@media (max-width: 991px) {
  .preview-page .topbar .contact-intro {
    margin-bottom: 0;
  }
}
.preview-page .topbar .contact-intro span {

}
@media (max-width: 800px) {
  .preview-page .menu-area {
    padding: 20px 0;
  }
}
.preview-page .main-menu {
  justify-content: center;
}
@media (max-width: 450px) {
  .preview-page .cp-header-style-2 .mean-container a.meanmenu-reveal {
    margin-top: -49px;
  }
}
@media (max-width: 375px) {
  .preview-page .cp-header-style-2 .mean-container a.meanmenu-reveal {
    margin-top: -44px;
  }
}
.preview-page .preview-hero {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.preview-page .preview-hero:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(352deg, #03B162 -17.24%, #000 117.24%);
  opacity: 0.9;
  z-index: -1;
}
.preview-page .preview-hero .ch-main-hero-text {
  max-width: 870px;
  margin: 0 auto;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 575px) {
  .preview-page .preview-hero .ch-main-hero-text {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.preview-page .preview-hero .ch-main-hero-text p {
  margin: 0 auto;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.preview-page .preview-hero .ch-main-hero-text .top-text {
  justify-content: center;
  display: flex;
  color: #fff;
  align-items: center;

}
.preview-page .preview-hero .ch-main-hero-text .top-text i {
  margin-right: 10px;
}
.preview-page .preview-hero .ch-main-hero-text h2 {
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
  color: #fff;
  margin: 0 0 0.45em;
}
@media (max-width: 1200px) {
  .preview-page .preview-hero .ch-main-hero-text h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
  }
}
@media (max-width: 991px) {
  .preview-page .preview-hero .ch-main-hero-text h2 {
    font-size: 40px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .preview-page .preview-hero .ch-main-hero-text h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.preview-page .preview-hero .ch-main-hero-text .leaf-shape-1 {
  position: absolute;
  left: -220px;
  top: 95px;
  z-index: -1;
}
@media (max-width: 991px) {
  .preview-page .preview-hero .ch-main-hero-text .leaf-shape-1 {
    display: none;
  }
}
.preview-page .preview-hero .ch-main-hero-text .leaf-shape-1 img {
  animation: leafAniamtion 8s ease-in infinite;
}
.preview-page .preview-hero .ch-main-hero-text .leaf-shape-2 {
  position: absolute;
  right: -220px;
  top: 95px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: -1;
}
@media (max-width: 991px) {
  .preview-page .preview-hero .ch-main-hero-text .leaf-shape-2 {
    display: none;
  }
}
.preview-page .preview-hero .ch-main-hero-text .leaf-shape-2 img {
  animation: leafAniamtion 8s ease-in infinite;
}
.preview-page .preview-hero .preview-image-wrap {
  max-width: 1800px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.preview-page .preview-hero .preview-image-wrap .preview-image-item {
  margin: 10px;
  position: relative;
  max-height: 460px;
}
@media (max-width: 991px) {
  .preview-page .preview-hero .preview-image-wrap .preview-image-item {
    max-height: 300px;
  }
}
@media (max-width: 575px) {
  .preview-page .preview-hero .preview-image-wrap .preview-image-item {
    margin: 3px;
  }
}
.preview-page .preview-hero .preview-image-wrap .preview-image-item img {
  border-radius: 10px;
  border: 5px solid #fff;
  width: 100%;
}
.preview-page .preview-hero .rotate-text-wrap {
  position: relative;
  width: 140px;
  height: 140px;
  line-height: 140px;
  border-radius: 50%;
  z-index: 11;
  border: 2px solid rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  margin-top: 20px;
}
@media (max-width: 1500px) {
  .preview-page .preview-hero .rotate-text-wrap {
    right: 100px;
  }
}
@media (max-width: 1400px) {
  .preview-page .preview-hero .rotate-text-wrap {
    right: 40px;
  }
}
@media (max-width: 991px) {
  .preview-page .preview-hero .rotate-text-wrap {
    display: none;
  }
}
.preview-page .preview-hero .rotate-text-wrap .rotate-text {
  position: relative;
  top: 0px;
  animation: circle 30s linear infinite;
  max-width: 200px;
}
.preview-page .preview-hero .rotate-text-wrap .rotate-text svg path {
  fill: transparent;
}
.preview-page .preview-hero .rotate-text-wrap .rotate-text text {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #fff;

  font-family: "Kanit";
  letter-spacing: 15px;
}
.preview-page .preview-hero .rotate-text-wrap .icon {
  position: absolute;
  left: 9px;
  top: 9px;
}
.preview-page .preview-hero .rotate-text-wrap .icon i {
  display: inline-block;
  font-size: 40px;
  color: #fff;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
}
.preview-page .preview-hero .bottom-shape {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.preview-page .demo-section {
  padding-top: 20px;
}
.preview-page .demo-section,
.preview-page .demo-section-s2 {
  padding-left: 80px;
  padding-right: 80px;
  background: #f8f8f8;
  margin-top: -1px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1199px) {
  .preview-page .demo-section,
  .preview-page .demo-section-s2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .preview-page .demo-section,
  .preview-page .demo-section-s2 {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 60px;
  }
}
.preview-page .demo-section .demo-item,
.preview-page .demo-section-s2 .demo-item {
  padding: 20px;
  border: 1px solid #e3e3e3;
  max-height: 550px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .preview-page .demo-section .demo-item,
  .preview-page .demo-section-s2 .demo-item {
    margin-bottom: 30px;
  }
}
.preview-page .demo-section .demo-item a,
.preview-page .demo-section-s2 .demo-item a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.preview-page .demo-section .demo-item a img,
.preview-page .demo-section-s2 .demo-item a img {
  max-height: 550px;
  object-fit: cover;
  width: 100%;
  object-position: top;
}
.preview-page .demo-section .demo-item a span,
.preview-page .demo-section-s2 .demo-item a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 145, 32, 0.8);
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transform: scale(0);
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.preview-page .demo-section .demo-item a:hover span,
.preview-page .demo-section-s2 .demo-item a:hover span {
  transform: scale(1);
}
.preview-page .preview-features-area {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .preview-page .preview-features-area {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .preview-page .preview-features-area {
    padding-bottom: 50px;
  }
}
.preview-page .preview-features-area .features-wrap .features-item {
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  background: #fff;
}
.preview-page .preview-features-area .features-wrap .features-item .icon {
  width: 110px;
  height: 110px;
  line-height: 110px;
  border: 1px solid #4AAB3D;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.preview-page .preview-features-area .features-wrap .features-item .icon img {
  max-width: 50px;
}
.preview-page .preview-features-area .features-wrap .features-item h3 {
  color: #181B1D;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.preview-page .preview-features-area .features-wrap .features-item h3 a {
  color: #181B1D;
}
.preview-page .preview-features-area .features-wrap .features-item h3 a:hover {
  color: #4AAB3D;
}
.preview-page .demo-section-s2 {
  border-top: 1px solid #F9F9F9;
}
.preview-page .demo-section-s2 .owl-nav {
  display: none;
}
.preview-page .demo-section-s2 .owl-dots {
  text-align: center;
  bottom: 0px;
  position: absolute;
  width: 100%;
}
.preview-page .demo-section-s2 .owl-dots button {
  border: none;
  margin: 0 5px;
  width: 10px;
  height: 12px;
  border-radius: 10px;
  background: #E2E9F0;
}
@media (max-width: 575px) {
  .preview-page .demo-section-s2 .owl-dots button {
    width: 8px;
    height: 13px;
  }
}
.preview-page .demo-section-s2 .owl-dots button.active {
  background: #1A9120;
}
.preview-page .demo-section-s2 .inner-active {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .preview-page .demo-section-s2 .inner-active {
    padding-bottom: 30px;
  }
}
.preview-page .footer-section .footer-inner {
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
}
.preview-page .footer-section .footer-inner h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .preview-page .footer-section .footer-inner h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .preview-page .footer-section .footer-inner h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .preview-page .footer-section .footer-inner h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .preview-page .footer-section .footer-inner h2 {
    font-size: 22px;
    line-height: 35px;
  }
}
.preview-page .footer-section .footer-inner h2 span {
  color: #1A9120;
}/*# sourceMappingURL=style.css.map */
