/* Template: Appino */
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body{
  overflow-x: hidden;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  color: #333333;
  margin-top: 0px;
  margin-bottom: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 54px;
  font-style: normal;
  line-height: 66px;
}

h2 {
  font-size: 36px;
  font-style: normal;
  line-height: 44px;
}

h3 {
  font-size: 32px;
  font-style: normal;
  line-height: 42px;
}

h4 {
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
}

h5 {
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
}

.lead {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

hr {
  margin: 0;
  padding: 0px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 0px;
}
p{
  color: #666666;
}
:root{
  --primary-color: #3fb578;
  --white-color: #fff;

}
a.navbar-brand img {
  height: 60px;
}
header{
  background-color: var(--primary-color);
}
.navbar-nav>li {
  margin: 0 30px 0 0;
}

.navbar-nav>li>a {
  color: var(--white-color);
  padding: 10px 0;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.navbar-nav>li>a:hover{
  color: var(--white-color);
}
.navbar-nav>li>a.active{
  color: var(--white-color) !important;
  position: relative;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.navbar-nav>li>a.active::after{
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  right: 0%;
  transform: translate(-50%, 0%);
  background-color: var(
  --white-color);
  height: 2px;
  width: 80%;
  margin: 0 auto;
}
.banner h1 small {
  font-size: 18px;
  font-weight: 500;
  display: block;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.banner h1{
  font-size: 100px;
  line-height: 120px;
  margin-bottom: 30px;
  text-shadow: 0px 20px 10px rgba(0, 0, 0, 0.1);
  /* margin-top: 15%; */
  letter-spacing: 2px;
  font-weight: 800;
}
.banner .link h5 {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  animation-delay: 1s;
}
.banner .link li {
  margin: 0 5px;
}
.banner .link li a {
  font-size: 40px;
  color: var(--white-color);
  text-shadow: 0px 2px 10px rgba(16, 163, 87, 0.1);
}
.banner .link li a {
  font-size: 40px;
  color: var(--white-color);
  text-shadow: 0px 2px 10px rgba(16, 163, 87, 0.1);
}
.banner .link h5:before {
  position: absolute;
  top: 20px;
  right: -40px;
  content: "";
  background: url(../images/arrow.png) no-repeat 0 0;
  width: 60px;
  height: 58px;
}
.banner-text {
  color: var(--white-color);
  font-family: 'Raleway', sans-serif;
}
.banner {
  padding: 80px 0px 70px 0px;
}
.banner .link h5 {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  animation-delay: 1s;
  color: var(--white-color);
}

.sticky{
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 999;
  box-shadow: 0px 0px 18px 0px #6f6e6e;
  background-color: var(--primary-color);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
@keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}
.carousel-indicators {
  position: absolute;
  right: -220px;
  top: -50px !important;
  /* left: 0; */
  z-index: 2;
  display: flex !important;
  justify-content: center !important;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  align-items: flex-end !important;
  flex-direction: column !important;
}
.carousel-indicators [data-bs-target]{
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.img-one {
  width: 80%;
  margin: 0 auto;
}
/* 
=============
Features
=============
*/
.features{
  padding: 100px 0px;
}
.heading-title {
  margin-bottom: 80px;
}
.heading-title h2{
  font-size: 36px;
  font-style: normal;
  line-height: 44px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  color: #333333;
  text-transform: capitalize;
}
.divider-line {
  border: 1px solid #3fb578;
  position: relative;
  display: inline-block;
  width: 70px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.divider {
  border: 2px solid #2b2f2c;
  position: relative;
  display: inline-block;
  width: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.divider:before {
  position: absolute;
  content: "";
  bottom: -8px;
  right: 0;
  width: 50px;
  height: 1px;
  background: #161616;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.divider:after {
  position: absolute;
  content: "";
  top: -8px;
  left: 0;
  width: 50px;
  height: 1px;
  background: #10b743;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.heading-title p {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
}
.feature-box {
  min-height: 380px;
  position: relative;
  padding: 40px 30px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.feature-box:before {
  position: absolute;
  content: "";
  left: -80px;
  top: 0;
  height: 2px;
  width: 70px;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  background: #10b743;
}
.feature-box:after {
  position: absolute;
  content: "";
  right: -80px;
  bottom: 0;
  height: 2px;
  width: 70px;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  background: #10b743;
}
.feature-box:hover:before {
  left: 0;
}
.feature-box:hover:after {
  right: 0;
}
.feature-box h4 {
  margin: 30px 0 15px;
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}
/* 
==============
About Us
==============
*/
.about-us{
  background-color: #f5f7fb;
}
.about-wrapper{
  position: relative;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.about-wrapper img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.button {
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}
.button.is-play {
  background-color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
.button.is-play .button-outer-circle {
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  position: absolute;
  top: -50%;
  left: -50%;
  transform: translate(-50%, -50%);
  right: 0;
  bottom: 0;
  height: 200px;
  width: 200px;
}
.button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.button.is-play .button-icon .triangle {
  animation: fadeIn 7s ease;
}
.button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  animation: triangleStroke 3s;
  animation-timing-function: ease;
}
.has-scale-animation {
  animation: smallScale 3s infinite;
}
.has-delay-short {
  animation-delay: 0.5s;
}
.about-content{
  padding: 50px 50px 50px 50px;
}
.bolder{
  font-weight: bolder !important;
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
/* 
==========
counter
==========
*/
.counter{
  background-color: var(--primary-color);
  padding: 70px 0px;
}
.state-box {
  padding: 30px 35px;
}
.state-box i {
  font-size: 40px;
  line-height: 45px;
  display: inline-block;
  font-size: 60px;
  color: var(--white-color);
  display: block;
}
.state-box h3 {
  display: inline-block;
  font-size: 36px;
  margin: 10px 0;
  margin-bottom: 5px;
  line-height: 40px;
  color: #2c3e50;
  font-weight: 600;
}
.state-box span{
  font-size: 36px;
  margin: 10px 0;
  margin-bottom: 5px;
  line-height: 40px;
  color: #2c3e50;
  font-weight: 600;
}
.state-box label {
  font-weight: 600;
  font-size: 15px;
  position: relative;
  margin: 10px 0;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--white-color);
}
/* 
===========
Contact Us
===========
*/
.contact-us{
  padding: 100px 0px 20px 0px;
}
.section-field input[type="text"],
[type="email"],
[type="tel"],
textarea
{
  border-radius: 30px;
}
.form-control{
  padding: 12px 15px;
}
.form-control:focus{
  box-shadow: none;
}
.iti{
  display: block;
}
/*========parsley=============*/
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
border: 1px solid #5fba7d !important;
font-weight: 300;
outline: none;
box-shadow: none;
margin: 0 0 10px;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
border: 1px solid #FF0101 !important;
box-shadow: rgba(255, 1, 1, 0.47) 0px 0px 5px !important;
font-weight: 300;
margin: 0 0 10px;
}
.parsley-errors-list {
margin: 2px 0 3px;
padding: 0;
list-style-type: none;
font-size: 0.9em;
line-height: 0.9em;
opacity: 0;
transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
display: none;
}
.parsley-errors-list.filled {
opacity: 1;
}
.iti{
  display: block !important;
  width: 100%;
}
div#auto-response {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  border-radius: 5px;
  display: none;
}

div#auto-response p{
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  color: #10b743 !important;
  line-height: 22px;
}

/*----------------------------------------------------------------------
                      Buttons
-----------------------------------------------------------------------*/
.button {
  color: #fff;
  padding: 12px 36px;
  font-weight: 600;
  border: none;
  position: relative;
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  margin: 2px;
  background: #10b743;
}

.button:hover,
.button:focus {
  color: #ffffff;
  background: #333;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

/* button White */
.button.bt-white {
  background: #fff;
  color: #666666;
  box-shadow: none;
}

.button.bt-white:hover,
.button.bt-white:focus {
  background: #333333;
  color: #fff;
}

/* button White Icon */
.button.button-icon {
  line-height: 34px;
  border: 2px solid #fff;
  background: transparent;
  padding: 8px 35px;
}

.button.button-icon:hover {
  color: #10b743;
  border: 2px solid #fff;
  background: #fff;
}

.button.button-icon i {
  font-size: 32px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.contact-wrapper {
  text-align: center;
  padding: 60px 75px;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.footer-logo{
  padding: 50px 0px;
  text-align: center;
}
.footer-logo img{
  height: 80px;
}
.copyright{
  background-color: var(--primary-color);
  padding: 25px 0px;
}
.copyright p {
  color: #fff;
  margin: 0;
}
.copyright p a{
  color: #fff;
  text-decoration: none;
}
.copyright p a:hover{
  text-decoration: underline;
  font-weight: 500;
}
.privacy-banner{
  padding: 140px 0px 20px 0px;
  text-align: center;
  background-color: #3fb578;
}
.privacy-wrapper h2 {
  color: #fff;
}

.privacy-wrapper .divider {
  border: 2px solid #ffffff;
  position: relative;
  display: inline-block;
  width: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.privacy-wrapper .divider:after {
  position: absolute;
  content: "";
  top: -8px;
  left: 0;
  width: 50px;
  height: 1px;
  background: #ffffff;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.privacy-wrapper .divider:before {
  position: absolute;
  content: "";
  bottom: -8px;
  right: 0;
  width: 50px;
  height: 1px;
  background: #ffffff;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.privacy-content{
  padding: 70px 0px 0 0;
}
.privacy-content h3{color: var(--primary-color);font-size: 20px;font-weight: 600;text-transform: uppercase !important;}


@media (max-width: 575.98px) {
  a.navbar-brand img {
    height: 50px;
  }
  .about-wrapper{
    -moz-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .carousel-indicators {
    right: -50px !important;
  }
}

@media (max-width: 767.98px) {
  .banner h1{
    text-align: center;
  }
  .link {
    text-align: center;
  }
  .link ul{
    justify-content: center;
  }
  .img-one {
    width: 100% !important;
    text-align: center;
    display: none;
  }
  .second-slide .img-one {
    width: 100% !important;
    display: none;
  }
  .feature-box{
    min-height: auto;
  }
  .contact-wrapper{
    padding: 40px 50px;
  }
  .carousel-indicators {
    right: -90px;
  }
  .features {
    padding: 70px 0px !important;
  }
  .counter{
    padding: 40px 0px !important;
  }
  .contact-us {
    padding: 70px 0px 20px 0px !important;
  }
  .banner h1 {
    font-size: 70px;
    line-height: 80px !important;
  }
}

@media (max-width: 991.98px) {
  .banner h1 small{
    line-height: 40px;
  }
  .banner h1{
    font-size: 70px;
    line-height: 100px;
  }
  .img-one {
    width: 80%;
  }
  .second-slide .img-one{
    width: 80%;
  }
  .carousel-indicators{
    right: -160px;
  }
  .navbar-nav > li > a.active::after {
    display: none;
  }
  .navbar-nav > li > a{
    font-size: 20px;
  }
  .feature-box{
    margin-bottom: 25px;
  }
  .state-box.text-center {
    padding: 30px 0px;
  }
  .contact-us .heading-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 1199.98px) {
  .banner {
    padding: 65px 0px 65px 0px;
  }
}

@media (max-width: 1399.98px) {

}