.ddd {
  background-color: #dda1df;
}

.bg2 {
  background-color: #93C463;
}

.bg1 {
  background-color: #0b3a30;
}

body {
  font-family: "museo", serif;
  font-weight: 500;
}

a {
  color: #fff;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

h1 {
  font-size: 56px;
  color: #fff;
  padding-top: Max(7vw, 55px);
}

h2 {
  font-size: 44px;
  line-height: 60px;
  color: #fff;
  max-width: 875px;
  margin: 0 auto;
  text-align: center;
}

h3 {
  font-size: 30px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
}

h4 {
  font-family: "Proxima Nova";
  font-size: 28px;
  font-weight: 400;
}

h5 {
  font-size: 32px;
  color: #93c463;
  margin: 0;
  margin-bottom: 28px;
}

h6 {
  color: #0b3a30;
  font-size: 24px;
  line-height: 34px;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

header nav {
  height: 180px;
  background-color: #0b3a30;
}

.menu-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.class-contents {
  display: contents;
}

.nav-logo-wrap {
  height: 100%;
  width: 200px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 23px;
}

.nav-logo-wrap img {
  max-width: 100%;
  max-height: 100%;
}

.home-class .nav-logo-wrap {
  background-color: #0b3a30;
  padding: 33px;
  width: 300px;
  height: 300px;
  z-index: 50;
}

nav .newul {
  margin-top: auto;
}

nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: auto;
  width: 100%;
}

nav ul li {
  margin-right: 70px;
}

nav ul li:last-child {
  margin-right: 0px;
}

nav ul li:nth-child(3) {
  margin-left: auto;
}

nav .container-fluid {
  height: 100%;
}

nav li a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}

.container-fluid {
  max-width: 1470px;
}

.tel {
  padding-top: 20px;
}

.tel {
  color: #fff;
  font-size: 17px;
}

#toggle-checkbox {
  display: none;
}

.top-banner {
  position: relative;
}

.top-banner img {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
  z-index: -10;
}

.top-banner-overlay {
  background-color: rgba(0, 0, 0, 0.35);
}

.top-banner-content {
  padding: 0 15px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
}

.top-banner-content h2 {
  margin-top: 5.5vw;
}

.top-banner-content a {
  font-size: 27px;
  color: #fff;
  background-color: #93C463;
  display: inline-block;
  width: 260px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 30px;
  margin-top: Max(3%, 30px);
}

.fom {
  font-size: 27px;
  color: #fff;
  background-color: #93C463;
  display: inline-block;
  width: 260px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 30px;
  margin-top: Max(3%, 30px);
}

.section2 h2 {
  padding-top: Max(3vw, 35px);
  padding-bottom: Max(2vw, 15px);
  color: #0b3a30;
}

.section2 h3 {
  color: #fff;
  padding-bottom: Max(3.7vw, 40px);
  max-width: 920px;
}

.circles-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1185px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding-top: 6vw;
  padding-bottom: 5.2vw;
}

.circle {
  width: 330px;
  height: 330px;
  border: 5px solid #93C463;
  border-radius: 50%;
  padding: 40px;
  text-align: center;
}

.section3 span {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.section-slider h2 {
  color: #0b3a30;
  max-width: 1200px;
  padding-top: Max(5vw, 50px);
  padding-bottom: Max(3vw, 20px);
}

.slider-circle {
  position: relative;
  width: 24.4%;
  min-width: 50px;
  height: 0;
  padding-bottom: Max(24.4%, 50px);
}

.circle-abs {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #93c463;
}

.step {
  color: #93c463;
  font-size: 20px;
  text-align: center;
  padding-top: 7px;
}

.number {
  color: #93C463;
  font-size: 53px;
  text-align: center;
  line-height: 55px;
}

.main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 454px;
  margin: 0 70px;
  position: relative;
}

.left-line {
  width: 37.8%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#93C463), to(#93C463));
  background: linear-gradient(to right, #93C463, #93C463);
}

.right-line {
  width: 37.8%;
  height: 5px;
  background: -webkit-gradient(linear, right top, left top, from(#93C463), to(#93C463));
  background: linear-gradient(to left, #93C463, #93C463);
}

.left-arrow {
  width: 31px;
  height: 31px;
  border-top: 5px solid #93C463;
  border-left: 5px solid #93C463;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  cursor: pointer;
}

.right-arrow {
  width: 31px;
  height: 31px;
  border-top: 5px solid #93C463;
  border-right: 5px solid #93C463;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
  cursor: pointer;
}

.prev-step,
.next-step {
  color: #efefef;
  font-size: 20px;
  padding-top: 12px;
}

.prev-number,
.next-number {
  font-size: 53px;
  color: #efefef;
  line-height: 55px;
  text-align: center;
}

.all-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 25%;
  padding-left: 25%;
  padding-bottom: 50px;
}

.slider-w img {
  margin: 0 auto;
  display: block;
}

.slider-title {
  color: #93c463;
  font-size: 36px;
  padding-top: 33px;
  padding-bottom: 20px;
}

.slider-text {
  color: #0b3a30;
}

.slider-title,
.slider-text {
  text-align: center;
}

.bottom-banner {
  margin-top: 4vw;
}

.bot-ban-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.subtitle-line {
  max-width: 455px;
  border-top: 5px solid #93C463;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bottom-banner-text {
  color: #fff;
  padding-top: Max(2.3vw, 20px);
}

.bot-ban-wrap {
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.bot-ban-wrap h2 {
  padding-top: 8vw;
  padding-bottom: 20px;
}

.bot-ban-wrap a {
  margin-bottom: 8vw;
  margin-top: Max(6.5%, 30px);
}

.bot-ban-wrap h4 {
  max-width: 900px;
}

.bot-ban-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.get-in-touch {
  font-size: 36px;
  color: #93C463;
  padding-top: Max(4vw, 30px);
}

.get-text {
  max-width: 635px;
  font-size: 20px;
  color: #fff;
}

.footer-tel {
  padding-top: 20px;
  padding-bottom: 35px;
}

.footer-tel a {
  color: #93C463;
  font-size: 22px;
  margin-right: 10px;
}

.mail {
  background-color: #93C463;
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 8px;
  width: 161px;
  font-size: 24px;
  border-radius: 40px;
  text-align: center;
}

.social {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}

.social li {
  margin-left: 20px;
}

.mail-social {
  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;
  max-width: 635px;
  margin-bottom: 5%;
}

.right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wheat-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 3vw;
  margin-bottom: -1px;
}

.wheat-img-wrap img {
  width: 100%;
}

.foot-logo-wrap {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 2vw;
}

.foot-logo-wrap img {
  max-width: 115px;
  margin-bottom: 1vw;
}

.footer-line {
  border-top: 3px solid #93C463;
}

.bottom-footer {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 30px;
}

.bottom-footer li:nth-child(2) a {
  margin: 0 30px;
}

.not-home img {
  min-height: 250px;
}

.not-home h2 {
  margin-top: 1.4vw;
}

.not-home .top-banner-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-section {
  padding-top: Max(5vw, 50px);
  padding-bottom: Max(5vw, 50px);
}

.main-section img {
    /*////////////////////////////////                           ///////////////////*/
  max-width: 100%;
  width: 100%;
  display: block;
}

.main-section .text-wrap {
  max-width: 440px;
}

.main-section .row .order-left,
.main-section .row .order-right {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .row:last-child .arrow {
  display: none;
}

.main-section .row:nth-child(odd) .top-part {
  width: 100%;
  height: 60px;
  border-bottom: 3px solid #93C463;
  border-right: 3px solid #93C463;
}

.main-section .row:nth-child(odd) .bot-part {
  position: relative;
  width: 100%;
  height: 70px;
  border-left: 3px solid #93C463;
}

.main-section .row:nth-child(odd) .triangle {
  bottom: -25px;
  left: -33px;
  position: absolute;
  border-top: 32px solid #93C463;
  border-left: 31.5px solid transparent;
  border-right: 31.5px solid transparent;
}

.main-section .row:nth-child(even) .order-right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.main-section .row:nth-child(even) .order-left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.main-section .row:nth-child(even) .top-part {
  width: 100%;
  height: 60px;
  border-bottom: 3px solid #93C463;
  border-left: 3px solid #93C463;
}

.main-section .row:nth-child(even) .bot-part {
  position: relative;
  width: 100%;
  height: 70px;
  border-right: 3px solid #93C463;
}

.main-section .row:nth-child(even) .triangle {
  bottom: -25px;
  right: -33px;
  position: absolute;
  border-top: 32px solid #93C463;
  border-left: 31.5px solid transparent;
  border-right: 31.5px solid transparent;
}

.arrow {
  width: 50%;
  margin: 50px auto 40px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.progress-result {
  padding-top: Max(3vw, 35px);
  padding-bottom: Max(3.5vw, 40px);
  text-align: center;
}

.progress-result h5 {
  color: #0b3a30;
}

.progress-result h6 {
  color: #fff;
  max-width: 660px;
  margin: 0 auto;
}

.slider-title {
  text-transform: uppercase;
}

.slider-w img {
  max-width: 400px;
}

.slider-w h4 {
  max-width: 850px;
  margin: auto;
}

.about-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.team img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #93c463;
  border-radius: 50%;
}

.team-img-wrap {
  max-width: 330px;
  margin: 20px;
}

.team p {
  color: #ffffff;
  font-family: "Proxima Nova";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
  max-width: 370px;
  margin-bottom: 25px;
  margin-top: 20px;
  text-align: center;
}

.team .row-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 0.5vw;
  padding-bottom: 5vw;
}

.team .row-no > div {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team h5 {
  text-align: center;
  padding-top: Max(4vw, 40px);
}

.about-cont-left p {
  color: #0b3a30;
  font-size: 24px;
  line-height: 34px;
}

.about-cont-left p:last-child {
  margin: 0;
}

.quot h5 {
  padding-top: Max(7vw, 40px);
  text-align: center;
}

.quot h6 {
  padding-bottom: Max(8.5vw, 20px);
  text-align: center;
  max-width: 1010px;
  margin: auto;
}

.quot.contact-quot h6 {
  padding-bottom: Max(5vw, 20px);
}

.slider-who h2 {
  color: #0b3a30;
  padding-top: 80px;
  padding-bottom: 50px;
}

.sliderwrap h4 {
  margin: 80px auto;
  max-width: 820px;
  text-align: center;
}

.whoimgwrap {
  max-width: 330px;
  margin: auto;
  background-color:#0b3a30;
  border-radius:50%;
  
}

.whoimgwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #0b3a30;
  border-radius: 50%;
}

.custom-left {
  position: absolute;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-left: 3px solid #0b3a30;
  border-bottom: 3px solid #0b3a30;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 20px;
}

.custom-right {
  position: absolute;
  z-index: 10;
  right: 20px;
  width: 80px;
  height: 80px;
  border-right: 3px solid #0b3a30;
  border-bottom: 3px solid #0b3a30;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.owl-nav {
  position: absolute;
  width: 790px;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.prev-text {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 150px;
  left: 0px;
}

.next-text {
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: 0px;
  top: 150px;
}

.contact span {
  display: block;
}

.contact p:nth-child(3) {
  max-width: 340px;
}

.contact p:last-child {
  max-width: 230px;
}

.maxclass {
  margin: auto;
  max-width: 1230px;
}

.form-section {
  padding-bottom: 3%;
}

.form-section h5 {
  padding-top: Max(2.8vw, 40px);
}

.form-section h6 {
  color: #fff;
  max-width: 1000px;
  padding-bottom: 3%;
}

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

.form-section input {
  width: 100%;
  height: 60px;
  background-color: #0b3a30;
  color: #fff;
  outline: none;
  border: 1px solid #93c463;
  margin-top: 20px;
  padding-left: 20px;
  font-size: 20px;
}

textarea {
  width: 100%;
  margin-top: 20px;
  height: 140px;
  background-color: #0b3a30;
  border: 1px solid #93c463;
  padding-left: 20px;
  color: #fff;
  padding-top: 15px;
  resize: none;
  font-size: 20px;
}

textarea:focus {
  outline: none;
}

input[type=submit] {
  background-color: #93C463;
  width: 183px;
  height: 60px;
  margin-left: auto;
  display: block;
  padding-left: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

::placeholder {
  color: #fff;
  opacity: 1;
}

.newul li {
  position: relative;
}

.newul li.current-menu-item a:after {
  content: "";
  width: Min(calc(100% + 30px), 140px);
  height: 10px;
  background-color: #93C463;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
}

/* ********************** */
.contact-tel {
  list-style: none;
}

.contact-tel li a {
  color: #0b3a30;
  font-size: 24px;
}

.contact p:nth-of-type(2) {
  max-width: 340px;
}

.form-section {
  padding-bottom: Max(3%, 30px);
}

.newul li.current-menu-item a:after {
  bottom: -14px;
}

/* ********************** */
@media only screen and (min-width: 576px) {
  .team .row-no > div {
    margin: auto 20px;
  }
}

@media only screen and (min-width: 767.8px) {
  .pad2 {
    padding-left: 2%;
    padding-right: 2%;
  }
  .about-wrap:nth-child(odd) .about-cont-right {
    margin-left: auto;
  }
  .about-wrap:nth-child(odd) .left-bg {
    min-width: 335px;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background-color: #fff;
  }
  .about-wrap:nth-child(odd) .about-cont-left {
    max-width: 44%;
    min-width: 400px;
    min-height: 80%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    padding: 1% 4% 1% 0;
    background-color: #fff;
    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;
  }
  .about-wrap:nth-child(even) .left-bg {
    min-width: 335px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    background-color: #fff;
  }
  .about-wrap:nth-child(even) .about-cont-left {
    max-width: 44%;
    min-width: 400px;
    min-height: 80%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    padding: 1% 0% 1% 4%;
    background-color: #fff;
    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;
  }
  .about-cont-right {
    max-width: 63%;
  }
  .about-cont-right img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 992px) {
  .main-section .row {
    margin: 0 auto;
  }
  .team .row-no {
    padding-right: 7vw;
    padding-left: 7vw;
  }
  input[type=submit]:hover,
  a.mail:hover, a.fom:hover {
    color: #0b3a30;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  a.mail, a.fom {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

@media only screen and (max-width: 1550px) {
  nav ul {
    max-width: Max(calc(875px + (100) * ((100vw - 1290px) / (1550 - 1290))), 875px);
  }
  header nav {
    height: Max(calc(71px + (109) * ((100vw - 1200px) / (1550 - 1200))), 100px);
  }
  .home-class .nav-logo-wrap {
    padding: Max(calc(15px + (18) * ((100vw - 1200px) / (1550 - 1200))), 20px);
    width: Max(calc(165px + (135) * ((100vw - 1290px) / (1550 - 1290))), 165px);
    height: Max(calc(165px + (135) * ((100vw - 1290px) / (1550 - 1290))), 165px);
  }
  h1 {
    font-size: calc(36px + 20 * ((100vw - 1200px) / (1550 - 1200)));
  }
  h2 {
    font-size: calc(30px + 14 * ((100vw - 1200px) / (1550 - 1200)));
    max-width: calc(600px + (275) * ((100vw - 1200px) / (1550 - 1200)));
    line-height: normal;
  }
  h3 {
    font-size: Max(calc(20px + (10) * ((100vw - 1200px) / (1550 - 1200))), 20px);
    line-height: Max(calc(30px + (10) * ((100vw - 1200px) / (1550 - 1200))), 26px);
  }
  h4 {
    font-size: calc(22px + 6 * ((100vw - 1200px) / (1550 - 1200)));
  }
  .top-banner-content a {
    font-size: 22px;
    width: 210px;
    padding-top: 7px;
    padding-bottom: 8px;
  }
  .fom {
    font-size: 22px;
    width: 210px;
    padding-top: 7px;
    padding-bottom: 8px;
  }
  .circles-wrap {
    max-width: Max(76vw, 700px);
  }
  .circle {
    width: 21vw;
    height: 21vw;
    padding: 2.3vw;
  }
  .section3 span {
    font-size: 1.5vw;
    line-height: Max(calc(30px + (10) * ((100vw - 1200px) / (1550 - 1200))), 26px);
  }
  .section2 h3 {
    max-width: Max(calc(620px + (300) * ((100vw - 1200px) / (1550 - 1200))), 620px);
  }
  .subtitle-line {
    max-width: Max(calc(290px + (165) * ((100vw - 1200px) / (1550 - 1200))), 280px);
  }
  .bot-ban-wrap h2 {
    padding-bottom: Max(calc(5px + (25) * ((100vw - 320px) / (1550 - 320))), 5px);
  }
  .mail {
    width: 140px;
    font-size: 22px;
  }
  .get-in-touch, .slider-title {
    font-size: Max(calc(16px + (20) * ((100vw - 320px) / (1550 - 320))), 16px);
  }
  .get-text {
    font-size: Max(calc(14px + (6) * ((100vw - 320px) / (1550 - 320))), 14px);
    max-width: Max(calc(590px + (80) * ((100vw - 1200px) / (1550 - 1200))), 560px);
  }
  .mail-social {
    max-width: Max(calc(590px + (80) * ((100vw - 1200px) / (1550 - 1200))), 560px);
  }
  .mail-social img {
    width: 90%;
  }
  .footer-tel a {
    font-size: Max(calc(13px + (9) * ((100vw - 320px) / (1550 - 320))), 13px);
  }
  .wheat-img-wrap {
    width: 9.5vw;
  }
  .foot-logo-wrap {
    width: 8vw;
  }
  .main-wrap {
    margin: 0 Max(4.5vw, 30px);
  }
  .prev-number,
  .next-number,
  .number {
    font-size: Max(calc(33px + 20 * ((100vw - 900px) / (1550 - 900))), 18px);
    line-height: normal;
  }
  .about-cont-left h5 {
    font-size: Max(calc(22px + (10) * ((100vw - 320px) / (1550 - 320))), 22px);
    margin-bottom: 5%;
  }
  .about-cont-left p {
    font-size: Max(calc(20px + (4) * ((100vw - 1100px) / (1550 - 1100))), 15px);
    line-height: Max(calc(24px + (10) * ((100vw - 1200px) / (1550 - 1200))), 20px);
  }
  .about-cont-left h6 {
    font-size: Max(calc(20px + (4) * ((100vw - 1100px) / (1550 - 1100))), 15px);
    line-height: Max(calc(24px + (10) * ((100vw - 1200px) / (1550 - 1200))), 20px);
  }
  .about-wrap {
    margin-top: 6.5vw;
    margin-bottom: 6.5vw;
  }
  .newul li.current-menu-item a:after {
    height: 8px;
  }
  /* *************************************** */
  .contact-tel li a {
    font-size: Max(calc(20px + (4) * ((100vw - 1100px) / (1550 - 1100))), 15px);
    line-height: Max(calc(24px + (10) * ((100vw - 1200px) / (1550 - 1200))), 20px);
  }
  /* ****************************************** */
}

@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
    max-width: 600px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  h6 {
    font-size: 20px;
  }
  .main-section .row:nth-child(even) .triangle {
    bottom: -15px;
    right: -23px;
    position: absolute;
    border-top: 22px solid #93C463;
    border-left: 21.5px solid transparent;
    border-right: 21.5px solid transparent;
  }
  .main-section .row:nth-child(even) .top-part {
    height: 40px;
  }
  .main-section .row:nth-child(even) .bot-part {
    height: 45px;
  }
  .main-section .row:nth-child(odd) .triangle {
    bottom: -15px;
    left: -23px;
    position: absolute;
    border-top: 22px solid #93C463;
    border-left: 21.5px solid transparent;
    border-right: 21.5px solid transparent;
  }
  .main-section .row:nth-child(odd) .top-part {
    height: 40px;
  }
  .main-section .row:nth-child(odd) .bot-part {
    height: 45px;
  }
  .arrow {
    width: 50%;
    margin: 40px auto 30px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .prev-step, .next-step, .step {
    font-size: 16px;
  }
  .prev-step, .next-step {
    padding-top: 9px;
  }
  .step {
    padding-top: 4px;
  }
  .form-section h5 {
    font-size: 24px;
  }
  .form-section h6 {
    font-size: 18px;
  }
  .form-section input {
    font-size: 18px;
  }
  textarea {
    font-size: 18px;
  }
  .newul li.current-menu-item a:after {
    height: 6px;
  }
  /* ************************ */
  .contact p:nth-of-type(2) {
    max-width: 300px;
  }
  input[type=submit] {
    width: 170px;
  }
  /* *************************** */
}

@media only screen and (max-width: 992px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  header nav {
    height: Max(calc(71px + (29) * ((100vw - 767px) / (992 - 767))), 71px);
  }
  .home-class .nav-logo-wrap {
    padding: Max(calc(15px + (5) * ((100vw - 767px) / (992 - 767))), 15px);
    width: Max(calc(115px + (50) * ((100vw - 767px) / (992 - 767))), 115px);
    height: Max(calc(115px + (50) * ((100vw - 767px) / (992 - 767))), 115px);
  }
  .nav-logo-wrap {
    padding: 5px;
    width: 150px;
  }
  .tel {
    display: none;
  }
  nav ul li {
    margin-right: 40px;
  }
  nav ul li:last-child {
    margin-right: 0px;
  }
  nav li a {
    font-size: 18px;
  }
  .section3 span {
    font-size: 15px;
  }
  .circle {
    width: 210px;
    height: 210px;
    padding: 22px;
  }
  .bottom-footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bottom-footer li:first-child {
    width: 210px;
  }
  .bottom-footer a {
    margin: 0;
  }
  .main-wrap {
    width: 295px;
  }
  .all-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .circle-abs {
    border: 3px solid #93c463;
    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;
  }
  .prev, .next {
    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;
  }
  .prev-step, .next-step, .step {
    padding-top: 0;
  }
  .right-line,
  .left-line {
    height: 3px;
  }
  .left-arrow {
    width: 21px;
    height: 21px;
    border-top: 3px solid #93C463;
    border-left: 3px solid #93C463;
    left: 2px;
  }
  .right-arrow {
    width: 21px;
    height: 21px;
    border-top: 3px solid #93C463;
    border-right: 3px solid #93C463;
    right: 2px;
  }
  .all-wrap {
    padding-bottom: Max(5%, 20px);
  }
  .owl-nav{
    width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  header nav {
    height: 71px;
  }
  .home-class .nav-logo-wrap {
    width: 115px;
    height: 115px;
    padding: 15px;
  }
  .menu-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #toggle-checkbox:checked ~ .newul {
    visibility: visible;
  }
  .noscroll {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #toggle-checkbox:checked ~ .newul > div {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition-duration: 0.75s;
            transition-duration: 0.75s;
  }
  #toggle-checkbox:checked ~ .newul > div > div {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease 0.4s;
    transition: opacity 0.4s ease 0.4s;
  }
  nav .newul {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
  }
  .newul > div {
    background: #0b3a30;
    border-radius: 50%;
    width: 250vw;
    height: 250vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .newul > div > div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .newul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newul > div > div > ul > li {
    margin: 0;
    font-size: 1.5rem;
    padding: 1rem;
  }
  .newul > div > div > ul > li > a {
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  .label-checkbox {
    z-index: 20;
  }
  .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
  }
  .menu-icon svg {
    height: 29px;
  }
  nav label {
    margin: 0;
  }
  .fa-phone-square {
    color: #fff;
    font-size: 36px;
    background-color: #0b3a30;
  }
  #toggle-checkbox:not(:checked) ~ label svg .top,
  #toggle-checkbox:not(:checked) ~ label svg .mid,
  #toggle-checkbox:not(:checked) ~ label svg .bot {
    -webkit-transition: opacity .3s, -webkit-transform 0.3s;
    transition: opacity .3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity .3s;
    transition: transform 0.3s, opacity .3s, -webkit-transform 0.3s;
  }
  #toggle-checkbox:checked ~ label svg .top {
    -webkit-transform: translateX(5px) translateY(5px) rotate(45deg);
            transform: translateX(5px) translateY(5px) rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #toggle-checkbox:checked ~ label svg .bot {
    -webkit-transform: translateX(-19px) translateY(11px) rotate(-45deg);
            transform: translateX(-19px) translateY(11px) rotate(-45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #toggle-checkbox:checked ~ label svg .mid {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .circle {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .circles-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .footer-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-section .row .top-part {
    display: none;
  }
  .main-section .row:nth-child(odd) .bot-part,
  .main-section .row:nth-child(even) .bot-part {
    width: 0;
  }
  .arrow {
    width: 3px;
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .main-section .row:nth-child(odd) .order-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main-section .row:nth-child(odd) .order-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main-section img {
    max-width: 70%;
    margin: 20px auto;
  }
  .main-section .text-wrap {
    text-align: center;
  }
  .team .row-no {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-wrap:nth-child(odd) .left-bg,
  .about-wrap:nth-child(even) .left-bg {
    display: none;
  }
  .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-cont-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about-cont-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about-cont-right img {
    width: 100%;
    margin-bottom: 10%;
    margin-top: 5%;
  }
  .about-cont-left p,
  .about-cont-left h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .owl-nav {
    width: 95%;
  }
  /* ******************************************************** */
  .newul > div > div > ul > li {
    margin-bottom: 15px;
    padding: 0;
  }
  .newul li.current-menu-item a:after {
    bottom: -5px;
    width: 100%;
  }
  /* ********************************************************** */
  .team p {
    margin-top: 5px;
  }
  .tel {
    border: 1px solid transparent;
  }
}

@media only screen and (max-width: 576px) {
  h1 {
    font-size: 28;
  }
  .section3 span {
    line-height: 26px;
  }
  .top-banner-content a {
    font-size: 18px;
    width: 180px;
    padding-top: 6px;
    padding-bottom: 7px;
  }
  .fom {
    font-size: 18px;
    width: 180px;
    padding-top: 6px;
    padding-bottom: 7px;
  }
  .subtitle-line {
    border-top: 3px solid #93C463;
  }
  .mail {
    width: 110px;
    font-size: 16px;
  }
  .mail-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mail-social ul {
    margin-top: 30px;
  }
  .mail-social ul li {
    margin-left: 0;
    margin-right: 15px;
  }
  .wheat-img-wrap {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 70px;
  }
  .bottom-footer {
    -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;
  }
  .bottom-footer li:first-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    text-align: center;
  }
  .bottom-footer li:nth-child(3) {
    margin: 20px auto;
  }
  .get-text {
    text-align: justify;
  }
  .slider-w img {
    max-width: 70%;
  }
  .prev-step, .next-step, .step {
    font-size: 14px;
  }
  .slider-title {
    font-size: 18px;
  }
  .team-img-wrap {
    max-width: Min(80%, 330px);
  }
  .team p {
    font-size: 18px;
    line-height: 28px;
  }
  .quot h5 {
    font-size: 22px;
  }
  .quot h6 {
    line-height: 30px;
    font-size: 18px;
  }
  .whoimgwrap {
    width: 200px;
    margin-top: 5%;
  }
  .owl-nav {
    top: 80px;
  }
  .prev-text {
    display: none;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 150px;
    left: 0;
  }
  .next-text {
    display: none;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 150px;
  }
  .custom-left {
    position: absolute;
    z-index: 10;
    left: 0;
    width: 40px;
    height: 40px;
    border-left: 3px solid #0b3a30;
    border-bottom: 3px solid #0b3a30;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .custom-right {
    position: absolute;
    z-index: 10;
    right: 0;
    width: 40px;
    height: 40px;
    border-right: 3px solid #0b3a30;
    border-bottom: 3px solid #0b3a30;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .sliderwrap h4 {
    margin: 30px auto;
  }
  .slider-who h2 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  /* ************************ */
  .form-section input {
    font-size: 16px;
    height: 50px;
  }
  textarea {
    font-size: 16px;
    height: 120px;
  }
  input[type=submit] {
    width: 150px;
  }
  /* *************************** */
}

.contentnew{
    color:#0b3a30;
    padding-top:30px;
    padding-bottom:30px;
}
.contentnew ul{
    padding-left:40px;
    list-style:initial;
    /*padding-bottom:20px;*/
}
.contentnew ul li{
    padding-bottom:16px;
}
.privacy-class h1{
    color: #93c463;
}
@media (max-width:992px){
    .contentnew{
        padding-top:0;
    }
    .contentnew ul{
        padding-left:20px;
    }
}

.owl-carousel .owl-dots{
    
    text-align:center;
    margin-top: 40px;
}



.owl-carousel .owl-dots button.owl-dot{
    width: 15px;
    height: 15px;
    border:2px solid #93c463;
    border-radius: 50%;
    margin-left:5px;
    margin-right:5px;
    outline: none;
}
.owl-carousel .owl-dots button.owl-dot.active{
    background-color: #93c463;
}

@media (max-width:575px){
    .owl-carousel .owl-dots{
        margin-top: 20px;
        padding-bottom:30px;
    }
    .owl-carousel .owl-dots button.owl-dot{
    width: 12px;
    height: 12px;
    margin-left:5px;
    margin-right:5px;
  
}
    
}