
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html,body {
  font-family: "Heebo", sans-serif;
  color: #444444;
  overflow-x: hidden;
  text-align: right;
}

a {
  color: #017143;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  
}
h6{
  color:#017143;
  font-weight:600;
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


#tu-hero {
  width: 100%;
  background-image: url("../img/tu.png");
  height: 87vh;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 100px 0;
  background-position: center left;
}
#tu-hero h1{
  font-size: 62px;
  font-weight: 300;
  color: #222;
  line-height: 62px;
}
#tu-hero h2 {
  color: #222;
  font-size: 32px;
}
#hero {
  background-image: url("../img/person1.png");
  margin-top: 100px;
  padding: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: right;
  background-position: left bottom;
}

.imgb{
  display: none;
}
.sale-img{
  width: 275px;
  margin: 10px auto;
  display: block;
}
.title1 img{
  width:400px;
}
#hero h1 {
  font-size: 62px;
  font-weight: 300;
  color: #222;
  line-height: 62px;
}
.s-green{
  color: #017143;
}
.l-green{
  color: #9ac83b;
}

#hero h2 {
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  padding: 25px 0 25px 50px;
}
.d-title{
  margin-top: 10px;
  text-align: center;
  color: #222;
  font-size: 32px;
  font-weight: 400;
}
.underline{
  width: 260px;
  height: 15px;
  margin: 0 auto;
  display: block;
  margin-top: -10px;
}
.f-title{
  text-align: center;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 32px;
}
.h-btn{
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  float: right;
  margin-bottom: -10px;
  color: #017143;
  margin-top: -5px;
}
.h-btn svg{
  margin-right: 5px;
}
.btn-1{
  margin-right: 50px;
}
.list-i{
  display: flex;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  /* color: #d0530f; */
  margin: 25px 0;
}
.list-i p{
  padding: 25px;
  margin: 5px;
  width: 25%;
  box-shadow: 2px 2px 5px #3333333d;
}
.list-i p:hover{
  box-shadow: 2px 2px 5px #33333382;
}

.sub-btn{
  font-weight: 600;
}
.form-floating>label {
  color: #017143;

    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    font-weight: 500;
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: 0;

}
button.btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: block;
  padding: 10px 5px;
  border-radius: 2px;
  transition: 0.5s;
  color: #fff;
  background: #017143;
  border: 1px solid #017143;
  border-radius: 2px;
  text-align: center;
  width: 100%;
  margin-top: 2px;
}
#hero .btn-get-started:hover, button.btn-get-started:hover {
  background: transparent;
  color: #017143;
}
.sub-btn{
  font-weight: 600;
}

button .btn-get-started:hover {
  background: #fff;
  color: #017143;
}
.btn{
  border-radius: 2px;
}
#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.sale-title{
    color: #017143;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.sale-underline{
  margin-bottom:10px;
}
.sale-underline.top{
  margin-bottom: 0px;
}
.list-i .d-icon{
  color: #9ac83b;
  transition: transform 0.2s;
  text-align: center;
  font-size: 38px;
}
.d-icon:hover{
  transform: scale(1.2);
}
#form{
  background: aliceblue;
  box-shadow: 0px 0px 5px #33333357;
}
.form-s{
  background: #FFE;
  /* padding: 80px; */
}
.form-box{
  padding: 75px;
  width: 75%;
  background: aliceblue;
  /* box-shadow: 10px 10px 30px #00000024; */
  border-radius: 2px;
  margin: 0 auto;
}

.form-box input ,.form-box textarea{
  background: transparent;
  border: none;
  border-radius: 0;
  border: 1px solid #222;
}
.form-box .form-floating>.form-control {
    padding: 1rem 0.75rem;
    background: transparent;
}
.form-box .form-floating>label{
  color: #222;
  text-indent: 10px;
  font-weight: 600;
  line-height: 16px;
}
.form-box .form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    border: 2px solid #333;
}
.form-box .form-floating>.form-control {
    padding: 1rem 0.75rem;
    background: white;
    color: #222;
    text-align: right;
    margin: 2px;
    height: 45px;
    font-weight: 600;
    font-size: 18px;
}
.logo{
    background: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 9;
}
.logo .container{
  padding: 15px;
  background: #f5f5f5;
}
#logo{
  width: 160px;
  text-align: left;
  /* float: left; */
  /* margin-left: 50px; */
}
#logo-footer{
  width: 160px;
  padding-top: 10px;
  float: none;
  margin: 0 auto;
  display: block;
}
footer ul{
  text-align: center;
}
footer ul li{
  font-size: 15px;
  list-style: circle;
  display: inline-flex;
  color: #017143;
  font-weight: 500;
  margin-left: 5px;
  margin-top: 15px;
}
.footer-btn{
  background: #f5f5f5;
  padding: 20px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.footer-btn a{
  color:#fff;
  margin-left: 5px;
}
.footer-btn a:hover{
  color:#f5f5f5;
  margin-left: 5px;
}
.footer-top{
  margin-bottom: 80px;
  background: #f0f0f0;
}
#tu.footer-top{
  margin-bottom: 0;
  background: #f0f0f0;
}
.f-btn-l{
  background: #017143;
}
.f-btn-r{
  background: #9ac83b;
  color: #017143;
}
.form-box svg{
  margin-top: -3px;
  margin-right: 3px;
}
.form-s {
  width: 100%;
  position: relative;
  background-image: url("../img/form-bg.jpg");
  padding: 50px;
  background-size: cover;
  box-shadow: 0px 0px 5px #33333352;
}
  .list-i svg{
    color: #017143;
    margin-left: 2px;
  }
    .form-active{
    background: #333;
    padding: 100px;
  }
  footer svg{
    color: #fff;
    margin: 5px;
  }

  
@media (max-width: 992px) { 
  #hero {
    background-image: url("../img/person2.png");
  }
  #hero h1 {
      font-size: 52px;
      font-weight: 300;
      color: #222;
      text-align: center;
  }
  #hero h2 {
      color: #222;
      font-size: 18px;
      font-weight: 500;
      margin-top: 0px;
      /* margin: 25px; */
      text-align: right;
      padding: 10px 0;
  }
  .title1 img {
    width: 300px;
}
  .list-i {
      margin: 10px 0;
      font-size: 18px;
      font-weight: 500;
      list-style: none;
      text-align: center;
      display: inline-block;
  }
    .list-i p{
  width:100%;
  margin: 20px 0;
  }
  .sub-btn {
      font-weight: 600;
      font-size: 20px;
      margin: 20px;
  }
  footer .container{
    text-align: center;
  }
  footer img{
    float: none;
  }
  button.btn-get-started {/* padding: 15px 30px; */width: 100%;}
}

@media (max-width: 768px) { 
  #hero {/*  background-image: url("../img/person3.png");*/background:#fff;background-position: top;margin: 50px 0 0 0;padding: 0;}
  #hero h2 {
    padding:50px;
    text-align: right;
}

.imgb{
  display: block;
  margin: 0;
  padding: 0;
}
.imgb img{
  width: 100%;
  height:auto
}

.title1 img{
  display: none;
}
  
  #logo{margin:0px;width: 140px;float: none;}
  .btn-1 {
    margin-right: 0px;
  }
    .h-btn {
      font-size: 14px;
      font-weight: 500;
      text-align: right;
      float: inherit;
      margin-bottom: -10px;
      color: #017143;
      margin-top: -5px;
  }
    .form-box {
      width:100%;
    }
}

@media (max-width: 576px) { 
  .top-c {
      padding: 25px 5px;
      border-radius: 0;
  }

  .form-s{
    padding: 50px 0px;
  }
    #hero h1 {
      font-size: 52px;
      font-weight: 300;
      color: black;
      line-height: 50px;
  }
  #hero h2 {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 50px 10px;
  }
    .list-i {
      margin: 20px 0;
      font-size: 18px;
      font-weight: 400;
      padding: 15px;
      list-style: none;
  }
  .sub-btn {
    font-weight: 600;
    font-size: 18px;
    margin: 10px;
  }
  .form-box {
      padding: 50px 25px;
      text-align: center;
      /* margin: 15px; */
      /* width: auto; */
  }
  button.btn-get-started {
    padding: 10px 35px;
  }
  .footer-btn {
      padding: 10px;

  }
  .footer-btn .col-6{
    padding: 5px;
  }
}