/*****  Fonts  *****/
/*
font-family: 'Open Sans', sans-serif;
*/
/*****  Global Style  *****/

* {
  margin: 0;
  padding: 0;
  outline: none !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #333;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: normal;
}

h1,
.h1 {
  font-size: 40px;
  font-weight: 600;
  color: #121212;
}

h2,
.h2 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

h3,
.h3 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

h4,
.h4 {
  font-size: 24px;
  font-weight: 600;
  color: #121212;
}

h5,
.h5 {
  font-size: 18px;
  font-weight: 600;
  color: #121212;
}

h6,
.h6 {
  font-size: 14px;
  font-weight: 600;
  color: #121212;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a,
i.icons,
button,
input[type="submit"],
.overlay {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a {
  color: #121212;
}

a:hover,
a:focus {
  color: #fa9049;
  text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button[disabled],
html input[disabled] {
  opacity: 0.5;
}

/*****  Main CSS  *****/

.main {
  width: 100%;
  overflow: hidden;
}

/*****  Header  *****/

header.header {
  background-color: #fff;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  z-index: 99 !important;
  left: 0;
  top: 0;
}

.logo {
  display: inline-block;
  vertical-align: top;
}

.lang {
  display: inline-block;
  vertical-align: top;
  padding: 5px 20px 5px 0;
  font-size: 14px;
  color: #898989;
  text-transform: uppercase;
  border-right: 1px solid #ccc;
}

.lang i {
  margin-right: 8px;
  font-size: 20px;
  vertical-align: top;
  color: #fa9049;
}

.lang a {
  color: #898989;
}

.lang a:hover,
.lang a:focus {
  color: #fa9049;
}

.lang-mobile {
  display: none;
}

.icon-contact {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  font-size: 42px;
  line-height: 42px;
  color: #fa9049;
}

.icon-contact i {
  font-size: 38px;
  line-height: 1;
  color: #fa9049;
  vertical-align: top;
}

.icon-contact .fa-mobile {
  font-size: 42px;
  line-height: 40px;
}

.text-contant {
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
}

.text-contant span {
  text-decoration: none;
  color: #898989;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover .text-contant span,
a:focus .text-contant span {
  color: #fa9049;
}

/*****  Banner  *****/

.banner {
  background-color: #000;
  margin-top: 75px;
}

.carousel-item {
  padding: 40px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yono-logo {
  margin: 0 0 30px;
}

.banner-text p {
  color: #fff;
  line-height: 24px;
  text-align: justify;
}

.banner-text p span {
  font-weight: 700;
}

.farming-solutions-boxs {
  max-width: 320px;
  display: inline-block;
  margin-right: 60px;
}

.farming-solutions-box {
  position: relative;
  padding: 16px 0;
  right: -60px;
}

.farming-solutions-box.qus {
  right: 60px;
}

.farming-solutions-box figure {
  width: 56px;
  height: 56px;
  background-color: #fff;
  float: left;
  border-radius: 100px;
  overflow: hidden;
}

.expert-icon {
  position: absolute;
  right: 0;
  top: 14px;
  background-color: #fe7301;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
}

.farming-solutions-text {
  margin-left: 66px;
  background-color: #fff;
  border-radius: 8px;
  padding: 6px 10px;
  position: relative;
  min-height: 56px;
  text-align: left;
}

.farming-solutions-text:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: auto;
  top: auto;
  bottom: -15px;
  border: 16px solid;
  border-color: transparent transparent transparent #fff;
}

.farming-solutions-text p {
  font-size: 13px;
  color: #000;
  margin: 0 0 4px;
  line-height: 1.5;
}

.farming-solutions-text-meta {
  position: absolute;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  left: 0;
  top: -19px;
  right: 0;
  text-align: right;
}

.farming-solutions-text-meta span {
  color: #f2c641;
  margin: 0 5px;
}

.farming-solutions-box.ans figure {
  float: right;
}

.farming-solutions-box.ans .farming-solutions-text {
  background-color: #fad462;
  margin: 0 66px 0 0;
}

.farming-solutions-box.ans .farming-solutions-text::after {
  left: auto;
  right: 0;
  border-color: transparent #fad462 transparent transparent;
}

.farming-solutions-box.ans .farming-solutions-text-meta {
  text-align: left;
}

.farming-solutions-box:nth-child(1) {
  animation-delay: 1s;
}

.farming-solutions-box:nth-child(2) {
  animation-delay: 2.5s;
}

.farming-solutions-box:nth-child(3) {
  animation-delay: 4s;
}

.farming-solutions-box:nth-child(4) {
  animation-delay: 5.5s;
}

.farming-solutions-box:nth-child(5) {
  animation-delay: 7s;
}

.farming-solutions-box:nth-child(6) {
  animation-delay: 8.5s;
}

/*****  About Section  *****/

.about-section {
  padding: 50px 0;
  text-align: center;
}

.about-section h1,
.about-section .h1 {
  margin-bottom: 1.3rem;
}

.about-section p {
  font-size: 17px;
  color: #454545;
}

.btn-green {
  background: #75dd65;
  background: -moz-linear-gradient(left, #75dd65 0%, #0da74b 100%);
  background: -webkit-linear-gradient(left, #75dd65 0%, #0da74b 100%);
  background: linear-gradient(to right, #75dd65 0%, #0da74b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75dd65', endColorstr='#0da74b', GradientType=1);
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 1000px;
  font-size: 28px;
  padding: 8px 30px;
  text-transform: uppercase;
  border: none;
  color: #fff;
  font-weight: 700;
  min-width: 360px;
  text-decoration: none;
}

.btn-green:hover,
.btn-green:focus {
  background: #0da74b;
  background: -moz-linear-gradient(left, #0da74b 0%, #75dd65 100%);
  background: -webkit-linear-gradient(left, #0da74b 0%, #75dd65 100%);
  background: linear-gradient(to right, #0da74b 0%, #75dd65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0da74b', endColorstr='#75dd65', GradientType=1);
  color: #fff;
}

.btn-green:after,
.btn-orange:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: none;
  transition: none;
}

.btn-green:hover:after,
.btn-orange:hover:after {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.website-link {
  font-size: 14px;
  color: #6c6c6c;
  text-transform: uppercase;
  text-decoration: none;
}

/*****  Services Section  *****/

.services-section {
  padding: 80px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.services-box {
  background: #08bce4;
  background: -moz-linear-gradient(left, #08bce4 0%, #236ed1 100%);
  background: -webkit-linear-gradient(left, #08bce4 0%, #236ed1 100%);
  background: linear-gradient(to right, #08bce4 0%, #236ed1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08bce4', endColorstr='#236ed1', GradientType=1);
  padding: 10px 15px;
  margin: 15px 0;
  text-align: left;
}

.services-box2 {
  background: #f5a905;
  background: -moz-linear-gradient(left, #f5a905 0%, #ff6d00 100%);
  background: -webkit-linear-gradient(left, #f5a905 0%, #ff6d00 100%);
  background: linear-gradient(to right, #f5a905 0%, #ff6d00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5a905', endColorstr='#ff6d00', GradientType=1);
}

.services-box3 {
  background: #d38328;
  background: -moz-linear-gradient(left, #d38328 0%, #b16309 100%);
  background: -webkit-linear-gradient(left, #d38328 0%, #b16309 100%);
  background: linear-gradient(to right, #d38328 0%, #b16309 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d38328', endColorstr='#b16309', GradientType=1);
}

.services-box4 {
  background: #acd13d;
  background: -moz-linear-gradient(left, #acd13d 0%, #66830d 100%);
  background: -webkit-linear-gradient(left, #acd13d 0%, #66830d 100%);
  background: linear-gradient(to right, #acd13d 0%, #66830d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acd13d', endColorstr='#66830d', GradientType=1);
}

.services-box .form-row {
  min-height: 164px;
}

.services-box figure {
  text-align: center;
}

.services-box h3,
.services-box .h3 {
  text-transform: uppercase;
  line-height: 1.2;
}

.services-box h3 a,
.services-box .h3 a {
  color: #fff;
}

.services-box h3 a:hover,
.services-box h3 a:focus,
.services-box .h3 a:hover,
.services-box .h3 a:focus {
  color: #191919;
}

.services-box p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-weight: 300;
  text-align: justify;
  margin: 0;
}

/*****  Additional Services Section  *****/

.add-services-section {
  padding: 50px 0;
  text-align: center;
}

.add-services-section h2,
.add-services-section .h2 {
  color: #121212;
}

.add-services-box figure {
  background: #f6a806;
  background: -moz-linear-gradient(45deg, #f6a806 0%, #fb9606 100%);
  background: -webkit-linear-gradient(45deg, #f6a806 0%, #fb9606 100%);
  background: linear-gradient(45deg, #f6a806 0%, #fb9606 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6a806', endColorstr='#fb9606', GradientType=1);
  width: 170px;
  height: 170px;
  border: 5px solid #ffd390;
  border-radius: 1000px;
  margin: 0 auto 0.9rem;
  overflow: hidden;
  padding: 44px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.add-services-box:hover figure {
  border-color: #894d07;
}

.add-services-box h5,
.add-services-box .h5 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.add-services-box h5 a,
.add-services-box .h5 a {
  color: #121212;
}

.add-services-box h5 a:hover,
.add-services-box h5 a:focus,
.add-services-box .h5 a:hover,
.add-services-box .h5 a:focus {
  color: #fa9049;
}

/*****  Footer  *****/

.footer {
  background-color: #1a1a1a;
  padding: 40px 0 20px;
}

.footer-top h6,
.footer-top .h6 {
  color: #fff;
  text-transform: uppercase;
}

.widget ul,
.footer-bottom ul {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget li,
.footer-bottom li {
  margin: 8px 0;
}

.widget li a,
.footer-bottom li a {
  display: inline-block;
  font-size: 13px;
  color: #959393;
  line-height: 1.2;
  text-decoration: none;
  padding: 1px 0;
  vertical-align: top;
}

.widget li a:hover,
.widget li a:focus,
.footer-bottom li a:hover,
.footer-bottom li a:focus {
  color: #fff;
}

.address-widget a {
  font-size: 18px;
  color: #fff;
  margin: 15px 0 25px;
  font-weight: 600;
  display: block;
}

.address-widget a:hover,
.address-widget a:focus {
  color: #959393;
}

.address-widget .mobile-no {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}

.address-widget p {
  font-size: 14px;
  color: #fff;
  line-height: 2;
}

.footer-bottom-row {
  border-top: 1px solid #262626;
  position: relative;
  padding-top: 25px;
  margin-top: 25px;
}

.footer-bottom li {
  margin: 0 6px;
  display: inline-block;
  vertical-align: top;
}

.footer-bottom li:first-child {
  margin-left: 0 !important;
}

.footer-bottom li:last-child {
  margin-right: 0 !important;
}

.footer-bottom li a {
  color: #fff;
}

.footer-bottom li a:hover,
.footer-bottom li a:focus {
  color: #959393;
}

.footer-bottom-text p {
  font-size: 13px;
  color: #959393;
}

.footer-bottom-text p:last-child {
  margin: 0;
}

ul.social {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-top: 20px;
}

ul.social li {
  float: left;
}

ul.social li {
  margin: 0 10px;
}

ul.social li:first-child {
  margin-left: 0;
}

ul.social li:last-child {
  margin-right: 0;
}

ul.social li a {
  background-color: #222;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

ul.social li.twitter-li a {
  background-color: #55acee;
}

ul.social li.facebook-li a {
  background-color: #3b5998;
}

ul.social li.youtube-li a {
  background-color: #e52d27;
}

ul.social li.instagram-li a {
  background-color: #094977;
}

ul.social li a:hover,
ul.social li a:focus {
  background-color: #fa9049;
  color: #fff;
}

/*****  404 Page  *****/

.page-404 {
  margin-top: 70px;
  padding: 120px 0;
  text-align: center;
}

.page-404-title {
  font-size: 150px;
  line-height: 1;
}

.page-404-sub-title {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}

/**********  Responsive  **********/

@media (max-width: 1199.5px) {

  h1,
  .h1 {
    font-size: 36px;
  }

  h2,
  .h2 {
    font-size: 36px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 14px;
  }

  /*****  Footer  *****/

  .address-widget .mobile-no {
    font-size: 24px;
  }

  /*****  404 Page  *****/

  .page-404 {
    padding: 100px 0;
  }

  .page-404-title {
    font-size: 140px;
  }

  .page-404-sub-title {
    font-size: 30px;
  }
}

@media (max-width: 991.5px) {

  h1,
  .h1 {
    font-size: 36px;
  }

  h2,
  .h2 {
    font-size: 36px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 14px;
  }

  /*****  Banner  *****/

  .yono-logo img {
    max-height: 100px;
  }

  .banner-text p {
    text-align: center;
    margin-bottom: 2rem;
  }

  .farming-solutions-boxs {
    display: block;
    margin: 0 auto;
    max-width: 440px;
  }

  /*****  Services Section  *****/

  .services-section {
    padding: 60px 0;
  }

  .services-box {
    padding: 15px;
  }

  .services-box .form-row {
    min-height: 10px;
  }

  /*****  Additional Services Section  *****/

  .add-services-box {
    margin: 15px 0;
  }

  /*****  Footer  *****/

  .footer {
    padding: 20px 0 20px;
  }

  .widget {
    margin: 15px 0;
  }

  .address-widget .mobile-no {
    font-size: 24px;
  }

  /*****  404 Page  *****/

  .page-404 {
    padding: 80px 0;
  }

  .page-404-title {
    font-size: 120px;
  }

  .page-404-sub-title {
    font-size: 25px;
  }
}

@media (max-width: 767.5px) {

  h1,
  .h1 {
    font-size: 36px;
  }

  h2,
  .h2 {
    font-size: 36px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 14px;
  }

  /*****  Header  *****/

  header.header {
    position: relative;
  }

  .logo {
    margin: 0 auto 20px !important;
    text-align: center;
  }

  .lang-mobile {
    display: inline-block;
    float: right;
    border: none;
    padding: 15px 0px 0 0;
  }

  .lang-desktop {
    display: none;
  }

  .top-contact {
    max-width: 400px;
    margin: 0 auto;
  }

  /*****  Banner  *****/

  .banner {
    margin-top: 0;
  }

  /*****  About Section  *****/

  .btn-green {
    font-size: 22px;
    min-width: 10px;
  }

  /*****  Footer  *****/

  .address-widget .mobile-no {
    font-size: 24px;
  }

  /*****  404 Page  *****/

  .page-404 {
    margin-top: 0;
    padding: 70px 0;
  }

  .page-404-title {
    font-size: 100px;
  }

  .page-404-sub-title {
    font-size: 22px;
  }
}

@media (max-width: 575.5px) {

  h1,
  .h1 {
    font-size: 34px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 14px;
  }

  /*****  Header  *****/

  .icon-contact {
    display: none;
  }

  /*****  Banner  *****/

  .farming-solutions-box {
    right: 0 !important;
    padding: 20px 0;
  }

  .farming-solutions-box figure {
    width: 45px;
    height: 45px;
  }

  .farming-solutions-text {
    margin-left: 50px;
  }

  .farming-solutions-box.ans .farming-solutions-text {
    margin-right: 50px;
  }

  .farming-solutions-box.ans .farming-solutions-text-meta {
    font-size: 10px;
  }

  /*****  Services Section  *****/

  .services-box {
    text-align: center;
  }

  .services-box p {
    text-align: center;
  }

  /*****  Footer  *****/

  .address-widget .mobile-no {
    font-size: 24px;
  }
}