body {
  padding: 0;
  margin: 0;
  color: #141b2a;
  font-family: "Cormorant Garamond", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
}

.container {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.col-2 {
  width: 16%;
}

.col-3 {
  width: 25%;
}

.col-6 {
  width: 50%;
}

.col-9 {
  width: 75%;
}

.col-12 {
  width: 100%;
}

.col-float-down {
  padding-top: 60px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-family: "Vollkorn", serif;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
  border: none;
}

.btn-md {
  min-height: 40px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 21px;
}

.btn-primary {
  background-color: #cc0;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #cc0;
  color: #fff;
}

.btn-secondary {
  background-color: #0c0;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #0c0;
  color: #fff;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  display: inline-block;
}

a,
button,
.btn {
  cursor: pointer;
  -webkit-transition: all .28s;
  -o-transition: all .28s;
  transition: all .28s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  margin: 0 0 15px 0;
}

h3 {
  font-size: 1.5rem;
}

.stripe {
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #141b2a;
  font-weight: 600;
  line-height: 1.625rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5.44px;
}

.stripe:after {
  display: block;
  content: '';
  width: 18px;
  height: 1px;
  background-color: #4f545f;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 15px 0;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  width: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: #6b7945;
  font-weight: 400;
  line-height: 2.625rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 4.76px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn-white:hover {
  background: #6b7945;
  color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  width: 100%;
  background-color: #6b7a45;
  border: 2px solid #6b7a45;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  line-height: 2.625rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 4.76px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: .9;
}

.btn-green:hover {
  background: #fff;
  color: #6b7a45;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn-transparent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  width: 100%;
  background-color: transparent;
  border: 2px solid #fff;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  line-height: 2.625rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 4.76px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: .9;
}

.btn-transparent:hover {
  background: #fff;
  color: #6b7a45;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn-help,
.btn-print,
.btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #141b2a;
  font-weight: 500;
  line-height: 26px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 5.44px;
}

.btn-help:before,
.btn-print:before,
.btn-back:before {
  display: block;
  content: '';
  width: auto;
  height: 2px;
  margin: auto;
  background: #141b2a;
  position: absolute;
  right: 35%;
  bottom: 2px;
  left: 65%;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.btn-help:hover:before,
.btn-print:hover:before,
.btn-back:hover:before {
  left: 38px;
  right: 2px;
}

.btn-help img,
.btn-print img,
.btn-back img {
  margin-right: 12px;
}

.btn-help {
  max-width: 100px;
}

.btn-print {
  max-width: 110px;
}

.btn-back:before {
  right: 50%;
  bottom: 2px;
  left: 50%;
}

.btn-back:hover:before {
  left: 25px;
  right: 3px;
}

.btn-edit,
.btn-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #f4f4f1;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 4.25px;
}

.btn-edit img,
.btn-delete img {
  margin-right: 7px;
}

.btn-edit {
  padding: 0 8px;
  background-color: #7a8757;
}

.btn-edit:hover {
  background-color: #ACC46F;
}

.btn-delete {
  padding: 0 9px;
  background-color: #d43e3e;
}

.btn-delete:hover {
  background-color: #de6b6b;
}

.btn-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  /*background: #141b2a;
  border: 2px solid #141b2a;*/
  background: #6b7a45;
  border: 2px solid #6b7a45;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #f4f4f1;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 4.25px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn-blue:hover {
  background: #fff;
  color: #141b2a;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

header {
  padding: 15px 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

header .container {
  display: block;
}

header.nav-open .logo {
  margin-bottom: 15px;
}

header.nav-open .logo-home {
  margin-bottom: 10px;
}

header .logo-home {
  display: inline-block;
  width: 100%;
  max-width: 200px;
}

header .logo {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

header .main-nav {
  display: none;
}

header .main-nav ul {
  list-style-type: none;
}

header .main-nav li {
  display: block;
  text-align: center;
  border-bottom: 1px solid #fff;
}

header .main-nav li:first-of-type {
  border-top: 1px solid #fff;
}

header .main-nav a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 500;
  line-height: 2.625rem;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  text-decoration: none;
}

header .mob-button {
  display: block;
  padding: .2em;
  position: absolute;
  top: 30px;
  right: 20px;
}

header .mob-button span {
  display: block;
  width: 29px;
  height: 3px;
  margin: 8px 0;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
}

header .mob-button span:before,
header .mob-button span:after {
  display: block;
  content: "";
  width: 29px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  border-radius: 3px;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  -o-transition-property: background-color, transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

header .mob-button span:before {
  top: -8px;
}

header .mob-button span:after {
  top: 8px;
}

header .mob-button.is-active span {
  background-color: transparent;
}

header .mob-button.is-active span:before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

header .mob-button.is-active span:after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.nav-open {
  background-color: #6b7945;
}

.nav-open .main-nav {
  display: block;
}

.section-hero .home-hero-slider .slide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-hero .home-hero-slider .slide-1 {
  background-image: url("../images/home.jpg");
}

.section-hero .home-hero-slider h2 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 2.5rem;
  margin-bottom: 20px;
}

.section-hero .home-hero-slider h3 {
  width: 100%;
  max-width: 540px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin: 0 auto 25px;
  color: #fff;
}

.section-hero .home-hero-slider .wrapper-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-hero .home-hero-slider .btn-green {
  max-width: 100%;
  margin-bottom: 20px;
}

.section-hero .home-hero-slider .btn-transparent {
  max-width: 100%;
}

.section-hero .home-hero-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

.section-hero .home-hero-slider .owl-dots.active {
  opacity: 1;
}

.section-hero .home-hero-slider .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin: 0;
  background: #fff;
  opacity: .2;
}

.section-hero .home-hero-slider .owl-dots .owl-dot:not(:first-of-type) {
  margin-left: 8px;
}

.section-hero .home-hero-slider .owl-dots .owl-dot.active {
  opacity: 1;
}

.section-hero .home-hero-slider .owl-dots .owl-dot:focus {
  outline: none;
}

.section-hero .home-hero-slider .owl-dots .owl-dot span {
  display: none;
}

.section-history {
  padding: 40px 0 75px;
  background-color: #f4f4f1;
  text-align: center;
}

.section-history h3 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #141b2a;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4.95px;
  margin-bottom: 10px;
}

.section-history h2 {
  max-width: 710px;
  margin: 0 auto 15px;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.section-about {
  padding: 0 0 55px;
  margin-top: -65px;
}

.section-about .inner-content {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}

.section-about .video-box {
  margin-bottom: 30px;
}

.section-about .stripe {
  margin-bottom: 25px;
}

.section-about .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.section-about .col-6 {
  width: 100%;
  text-align: justify;
}

.section-about .col-6 p {
  color: #141b2a;
  font-size: 21px;
  font-weight: 500;
  line-height: 34px;
}

.section-about .btn-green {
  max-width: 300px;
  margin: 0 auto;
}

.section-testimonials {
  background: url("../images/testimonials-bg.jpg") no-repeat;
  background-size: cover;
}

.section-testimonials .testimonials-slider .slide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 300px;
}

.section-testimonials .testimonials-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}

.section-testimonials .testimonials-slider .owl-dots.active {
  opacity: 1;
}

.section-testimonials .testimonials-slider .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin: 0;
  background: #fff;
  opacity: .2;
}

.section-testimonials .testimonials-slider .owl-dots .owl-dot:not(:first-of-type) {
  margin-left: 8px;
}

.section-testimonials .testimonials-slider .owl-dots .owl-dot.active {
  opacity: 1;
}

.section-testimonials .testimonials-slider .owl-dots .owl-dot:focus {
  outline: none;
}

.section-testimonials .testimonials-slider .owl-dots .owl-dot span {
  display: none;
}

.section-testimonials .testimonials-slider .wrapp-text {
  max-width: 720px;
  text-align: center;
}

.section-testimonials .testimonials-slider .wrapp-text h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.625rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5.44px;
  margin-bottom: 25px;
}

.section-testimonials .testimonials-slider .wrapp-text h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.875rem;
  font-style: italic;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
}

.section-process {
  padding: 74px 0 64px;
  background-color: #f4f4f1;
}

.section-process .container {
  text-align: center;
}

.section-process p {
  color: #141b2a;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 2.125rem;
  margin-bottom: 60px;
}

.section-process .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-process .card-process {
  margin-bottom: 15px;
  text-align: center;
}

.section-process .card-process .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  background-color: #6b7945;
  border-radius: 50%;
  font-family: Arial;
  font-family: "Time New Roman";
  color: #fff;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 2.125rem;
}

.section-process .card-process h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.3125rem;
  color: #6b7945;
  font-weight: 700;
  margin-bottom: 8px;
}

.section-process .card-process p {
  margin-bottom: 15px;
}

.section-qa {
  padding: 40px 0 75px;
}

.section-qa .col-12 p.question {
  color: #141b2a;
  font-size: 21px;
  font-weight: 800;
  line-height: 34px;
}

.section-qa .col-12 p.answer {
  color: #141b2a;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.green-block {
  padding: 62px 0;
  background-color: #6b7a45;
}

.green-block .btn-white {
  margin: 0 auto;
}

footer {
  padding: 55px 0;
  text-align: center;
  background: #fff;
}

footer form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}

footer input {
  height: 56px;
  width: 100%;
  border: none;
  max-width: 100%;
  margin-bottom: 20px;
}

footer input[type="text"] {
  display: inline-block;
  padding: 0 15px;
  background-color: #e7e8e9;
  color: #141b2a;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.125rem;
}

footer input[type="text"]:focus {
  outline: none;
}

footer input[type="submit"] {
  display: inline-block;
  padding: 0 10px;
  margin-left: -3px;
  background-color: #141b2a;
  border: 2px solid #141b2a;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  line-height: 2.625rem;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 4.76px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

footer input[type="submit"]:hover {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: #fff;
  color: #141b2a;
}

footer .social {
  list-style-type: none;
  margin-bottom: 5px;
}

footer .social li {
  display: inline-block;
}

footer .social li:not(:first-of-type) {
  margin-left: 30px;
}

footer .social li a {
  display: inline-block;
  width: 41px;
  height: 41px;
  background-color: #6b7a45;
  padding: 10px;
  border-radius: 50%;
  margin-bottom: 5px;
}

footer .social li a:hover {
  background-color: #ACC46F;
}

footer .copyright {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  color: #141b2a;
  font-weight: 500;
  line-height: 2.125rem;
  margin-bottom: 0;
}

.page-summary header {
  padding: 15px 0;
}

.page-summary header .mob-button {
  top: 35px;
}

.page-summary .content-header {
  min-height: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-banner .container {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-banner h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  margin-bottom: 25px;
}

.section-banner a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 5.44px;
  text-decoration: none;
  position: relative;
}

.section-banner a img {
  margin-right: 15px;
}

.section-banner a:before {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  margin: auto;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transition: all 0.28s;
  -o-transition: all 0.28s;
  transition: all 0.28s;
}

.section-banner a:hover:before {
  width: 100%;
  left: 0;
}

.content-header {
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-header .col-left,
.content-header .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-header .col-right {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-header .col-right .btn-print {
  margin-left: 40px;
}

.gray-area {
  padding: 20px 15px;
  margin-bottom: 20px;
  background-color: #f4f4f1;
  border-bottom: 5px solid #7a8757;
}

.gray-area .d-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
}

.gray-area .col-left,
.gray-area .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.gray-area .col-left {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gray-area .col-right {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gray-area .col-right .btn-delete {
  margin-left: 15px;
}

.gray-area h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #141b2a;
  font-weight: 600;
  line-height: 1.625rem;
  text-transform: uppercase;
  letter-spacing: 5.44px;
  margin-bottom: 10px;
}

.gray-area h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.gray-area h2 .circle-number {
  width: 31px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
  background-color: #141b2a;
  border-radius: 50%;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
}

.gray-area .answer-block {
  padding: 20px 29px 15px 30px;
  background: #fff;
  margin-bottom: 20px;
}

.gray-area .answer-block .d-flex {
  margin-bottom: 15px;
}

.gray-area .answer-block h4 {
  font-size: 21px;
  color: #7a8757;
  font-weight: 500;
  line-height: 31px;
  margin-bottom: 0;
}

.gray-area .answer-block .btn-edit-black {
  display: inline-block;
}

.gray-area .answer-block .btn-del-black {
  display: inline-block;
  margin-left: 14px;
}

.gray-area .answer-block p {
  font-size: 21px;
  font-weight: 500;
  line-height: 25px;
}

.gray-area .question {
  padding-bottom: 50px;
}

.gray-area .btn-blue {
  max-width: 100%;
}

.add-gray-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 48px 15px;
  margin-bottom: 20px;
  background-color: #f4f4f1;
  border: 1px dashed #c8c8c9;
}

.add-gray-area .btn-green {
  max-width: 100%;
}

.page-lessons .question {
  padding: 25px 20px;
}

.page-lessons .question h2 {
  margin-bottom: 15px;
}

.page-help header {
  position: static;
  background-color: #e8e8ea;
  padding: 15px 0;
}

.page-help header .main-nav li {
  border-bottom: 1px solid #141b2a;
}

.page-help header .main-nav li:first-of-type {
  border-top: 1px solid #141b2a;
}

.page-help header .main-nav a {
  color: #141b2a;
}

.page-help header .main-nav a:before {
  background-color: #141b2a;
}

.page-help header .mob-button {
  top: 37px;
}

.page-help header .mob-button span {
  background-color: #ffffff;
}

.page-help header .mob-button span:before,
.page-help header .mob-button span:after {
  background-color: #ffffff;
}

.page-help header .mob-button.is-active span {
  background-color: transparent;
}

.page-help .content-header {
  min-height: 110px;
  padding: 20px 0;
  border-bottom: 2px solid #d0d1d4;
  margin-bottom: 25px;
}

.page-help .gray-area h2 {
  margin-bottom: 15px;
}

.page-account header {
  position: static;
  /*background-color: #e8e8ea;*/
  background-image: linear-gradient(black, #7a8757);
  padding: 15px 0;
}

.page-account header .main-nav li {
  /*border-bottom: 1px solid #141b2a;*/
}

.page-account header .main-nav li:first-of-type {
  /*border-top: 1px solid #141b2a;*/
}

.page-account header .main-nav a {
  /*color: #141b2a;*/
}

.page-account header .main-nav a:before {
  /*background-color: #141b2a;*/
}

.page-account header .mob-button {
  top: 37px;
}

.page-account header .mob-button span {
  background-color: #ffffff;
}

.page-account header .mob-button span:before,
.page-account header .mob-button span:after {
  background-color: #ffffff;
}

.page-account header .mob-button.is-active span {
  background-color: transparent;
}

.page-account .content-header {
  min-height: 110px;
  padding: 15px 0 20px;
  border-bottom: 2px solid #d0d1d4;
  margin-bottom: 25px;
}

.page-account .content-header h2 {
  color: #7a8757;
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 0;
}

.page-account .content-header .btn-help {
  margin-left: 15px;
}

.account-form .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.account-form .col-6 {
  width: 100%;
}

.account-form .col-left {
  padding-right: 0;
}

.account-form .col-right {
  padding-left: 0;
}

.account-form .birth-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.account-form .col-3 {
  width: 100%;
}

.account-form .col-3-left {
  padding-right: 0;
}

.account-form .col-3-center {
  padding-right: 0;
  padding-left: 0;
}

.account-form .col-3-right {
  padding-left: 0;
}

.account-form hr {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #d0d1d4;
  border: none;
  margin: 25px 0;
}

.account-form label {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  color: #141b2a;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 5px;
  cursor: pointer;
}

.account-form input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 69px;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  color: #141b2a;
  font-weight: 500;
  line-height: 34px;
  background-color: #f4f4f1;
  border: 1px solid #a0a0a0;
}

.account-form input:focus {
  outline: none;
}

.account-form select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 69px;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  color: #141b2a;
  font-weight: 500;
  line-height: 34px;
  background-color: #f4f4f1;
  border: 1px solid #a0a0a0;
  cursor: pointer;
}

.account-form select:focus {
  outline: none;
}

.account-form #month,
.account-form #day,
.account-form #year {
  max-width: 100%;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.account-form #month,
.account-form #day {
  margin-right: 14px;
}

.account-form .save-chack .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.account-form .save-chack .col-left label {
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  color: #141b2a;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 0;
}

.account-form .save-chack .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 40px;
}

.account-form .save-chack .col-right .btn-green {
  max-width: 100%;
}

.account-form input[type="checkbox"] {
  width: 27px;
  height: 27px;
  margin: 0 15px 0 0;
  color: #141b2a;
}

@media (max-width: 575px) {
	.slide-text {padding-top: 100px;}
}

@media (min-width: 480px) {
  header .logo-home {
    width: 100%;
    max-width: 270px;
  }
  .page-summary header .mob-button {
    top: 35px;
  }
}

@media (min-width: 576px) {
  footer {
    padding: 69px 0;
  }
  footer form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 35px;
  }
  footer input {
    margin-bottom: 0;
  }
  footer input[type="text"] {
    max-width: 382px;
  }
  footer input[type="submit"] {
    max-width: 168px;
  }
  footer .social {
    margin-bottom: 13px;
  }
}

@media (min-width: 768px) {
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .main-nav {
    display: block;
  }
  header .main-nav li {
    display: inline-block;
    border-bottom: none;
  }
  header .main-nav li:not(:first-of-type) {
    margin-left: 40px;
  }
  header .main-nav li:first-of-type {
    border-top: none;
  }
  header .main-nav a:before {
    display: block;
    content: '';
    width: auto;
    height: 2px;
    margin: auto;
    background: #fff;
    position: absolute;
    right: 50%;
    bottom: 9px;
    left: 50%;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  header .main-nav a:hover:before {
    left: 0;
    right: 0;
  }
  header .mob-button {
    display: none;
  }
  .section-hero .home-hero-slider .slide-item {
    min-height: 900px;
  }
  .section-hero .home-hero-slider h2 {
    font-size: 4.25rem;
    line-height: 3.155rem;
    margin-bottom: 40px;
  }
  .section-hero .home-hero-slider h3 {
    font-size: 18px;
    line-height: 32px;
    margin: 0 auto 45px;
  }
  .section-hero .home-hero-slider .wrapper-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-hero .home-hero-slider .btn-green {
    max-width: 270px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .section-hero .home-hero-slider .btn-transparent {
    max-width: 212px;
  }
  .section-hero .home-hero-slider .owl-dots {
    bottom: 30px;
  }
  .section-history {
    padding: 67px 0 185px;
  }
  .section-history h3 {
    margin-bottom: 25px;
  }
  .section-history h2 {
    font-size: 2.5rem;
    line-height: 3.23rem;
  }
  .section-about {
    padding: 0 0 120px;
    margin-top: -135px;
  }
  .section-about .inner-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-about .video-box {
    margin-bottom: 65px;
  }
  .section-about .stripe {
    margin-bottom: 55px;
  }
  .section-about .d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 38px;
  }
  .section-about .col-6 {
    width: 50%;
    text-align: justify;
  }
  .section-about .col-left {
    padding-right: 15px;
  }
  .section-about .col-right {
    padding-left: 15px;
  }
  .section-testimonials .testimonials-slider .slide-item {
    min-height: 470px;
  }
  .section-testimonials .testimonials-slider .owl-dots {
    bottom: 30px;
  }
  .section-testimonials .testimonials-slider .wrapp-text h2 {
    font-size: 2.625rem;
    line-height: 50.92px;
  }
  .section-process .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-process .card-process {
    width: 50%;
    padding: 0 15px;
  }
  .page-summary .content-header {
    min-height: 140px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-summary .content-header .col-right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-lessons .question {
    padding: 34px 30px 0 42px;
  }
  .page-lessons .question h2 {
    margin-bottom: 29px;
  }
  .page-lessons .question .answer-block {
    margin-bottom: 30px;
  }
  .page-lessons .question .answer-block p {
    font-size: 21px;
    font-weight: 500;
    line-height: 32px;
  }
  .page-lessons .question .answer-block:last-of-type {
    margin-bottom: 38px;
  }
  .page-help header {
    position: static;
    background-color: #e8e8ea;
    padding: 25px 0;
  }
  .page-help header .main-nav li {
    border-bottom: none;
  }
  .page-help header .main-nav li:first-of-type {
    border-top: none;
  }
  .page-help .content-header {
    min-height: 100px;
    margin-bottom: 55px;
  }
  .page-help .gray-area .btn-blue {
    max-width: 85px;
  }
  .page-account header {
    padding: 25px 0;
  }
  .page-account header .main-nav li {
    border-bottom: none;
  }
  .page-account header .main-nav li:first-of-type {
    border-top: none;
  }
  .page-account .content-header {
    padding: 20px 0;
  }
  .page-account .content-header h2 {
    font-size: 68px;
    line-height: 50.48px;
  }
  .section-banner .container {
    min-height: 570px;
  }
  .section-banner h2 {
    font-size: 68px;
    /*line-height: 50.48px;*/
    line-height: 72px;
    margin-bottom: 55px;
  }
  .section-content {
    padding-bottom: 20px;
  }
  .content-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .content-header .col-left,
  .content-header .col-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .gray-area {
    padding: 34px 30px 0 42px;
    margin-bottom: 40px;
  }
  .gray-area .d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
  }
  .gray-area .col-left,
  .gray-area .col-right {
    width: auto;
  }
  .gray-area .col-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .gray-area .col-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .gray-area h3 {
    margin-bottom: 0;
  }
  .gray-area h2 {
    font-size: 35px;
    line-height: 51.68px;
    letter-spacing: 2px;
    margin-bottom: 29px;
  }
  .gray-area .btn-blue {
    max-width: 180px;
  }
  .gray-area.question {
    padding-bottom: 55px;
  }
  .gray-area.question .d-flex {
    margin-bottom: 25px;
  }
  .gray-area .answer-block .d-flex {
    margin-bottom: 10px;
  }
  .gray-area .answer-block p {
    font-size: 21px;
    font-weight: 500;
    line-height: 32px;
  }
  .add-gray-area {
    margin-bottom: 40px;
  }
  .add-gray-area .btn-green {
    max-width: 230px;
  }
  .green-block .btn-white {
    max-width: 300px;
  }
  .page-summary .green-block .btn-white,
  .page-lessons .green-block .btn-white,
  .page-help .green-block .btn-white,
  .page-account .green-block .btn-white {
    max-width: 350px;
  }
  .account-form .d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .account-form .col-6 {
    width: 50%;
  }
  .account-form .col-left {
    padding-right: 25px;
  }
  .account-form .col-right {
    padding-left: 25px;
  }
  .account-form .birth-date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .account-form .col-3 {
    width: calc(100% / 3);
  }
  .account-form .col-3-left {
    padding-right: 20px;
  }
  .account-form .col-3-center {
    padding-right: 20px;
    padding-left: 20px;
  }
  .account-form .col-3-right {
    padding-left: 20px;
  }
  .account-form hr {
    margin: 0 0 40px 0;
  }
  .account-form label {
    margin-bottom: 15px;
  }
  .account-form input {
    margin-bottom: 40px;
  }
  .account-form select {
    margin-bottom: 40px;
  }
  .account-form #month,
  .account-form #day,
  .account-form #year {
    max-width: 149px;
    padding: 10px 10px;
    margin-bottom: 0;
  }
  .account-form .save-chack .col-left {
    margin-bottom: 0;
  }
  .account-form .save-chack .col-right {
    margin-bottom: 0;
  }
  .account-form .save-chack .col-right .btn-green {
    max-width: 128px;
  }
}

@media (min-width: 992px) {
  header {
    padding: 40px 0 15px;
  }
  .section-process .d-flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .section-process .card-process {
    width: 100%;
    padding: 0 10px;
  }
  .page-summary header {
    padding: 40px 0 15px;
  }
  .page-help header {
    padding: 40px 0;
  }
  .page-account header {
    padding: 40px 0;
  }
  .page-account .content-header {
    min-height: 170px;
    margin-bottom: 40px;
  }
}

.tree-node {
	width: 240px;
	height: 60px;
	background-color: #6b7a45;
	border-radius: 15px;
	padding-left: 10px;
	margin-left: 10px;
	font-family: sans-serif;
	color: white;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

.blank-node {
	width: 240px;
	height: 60px;
}

.tab-active {
	width: 140px;
	height: 40px;
	padding-top: 8px;
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
	border-style: solid;
	border-color: black;
	bordert-width: 1px;
	border-bottom-style: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.tab-inactive {
	width: 140px;
	height: 40px;
	padding-top: 8px;
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
	border-style: solid;
	border-color: black;
	bordert-width: 1px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
	background-color: #eeeeee;
}

.tab-inactive a {
	text-decoration: none;
	color: black;
}

.tab-empty {
	width: 700px;
	height: 40px;
	padding-top: 8px;
	margin-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-color: black;
	bordert-bottom-width: 1px;
}

.green-separator {
  padding: 30px 0;
  background-color: #6b7a45;
}

.instructions {
	font-family: sans-serif;
	font-size: 16px;
}

.btn-move,
.btn-move-dud
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  width: 36px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #f4f4f1;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 4.25px;
  padding: 0 9px;
  margin-left: 7px;
  background-color: #7a8757;
}

.btn-move:hover {
  background-color: #ACC46F;
}

.btn-move-dud:hover {
  cursor: default;
}
