@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap");
h1,
h2,
h3,
h4,
h3,
h6 {
  font-family: 'Poppins', sans-serif;
  clear: both;
  color: #7DC52D;
  font-weight: 500;
  margin: 0 0 10px 0;
  line-height: 1.2em;
  padding: 0;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

p {
  margin-bottom: 12px;
}

body,
html {
  color: #666;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6em;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  body,
  html {
    font-size: 14px;
  }
}

header {
  z-index: 2;
}

ul {
  margin: 0 0 15px 0;
  padding-left: 15px;
  list-style: square outside none;
}

ol {
  padding-left: 15px;
  margin-bottom: 15px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 15px;
}

address {
  margin: 0 0 15px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.wf-header .wf-header-top-container {
  height: auto;
  visibility: visible;
  transition: all 0.35s ease-out;
}
.wf-header.wf-header-moved .wf-header-top-container {
  height: 0;
  padding: 0 !important;
  visibility: hidden;
  transition: all 0.35s ease-out;
}

.wf-header-top {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.wf-header-top a {
  color: rgba(255, 255, 255, 0.8);
}
.wf-header-top a:hover {
  color: #FFF;
}

.wf-navbar {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991px) {
  .wf-navbar .container {
    max-width: 920px;
  }
}
.wf-navbar a.active {
  color: #FF0000;
}

.navbar-brand .logo-mobile {
  display: none;
}
@media (max-width: 991px) {
  .navbar-brand .logo-mobile {
    display: block;
  }
  .navbar-brand .logo {
    display: none;
  }
}

@media (max-width: 991px) {
  .wf-navbar-right #mainMenu .navbar-nav {
    background-color: #FFF;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    display: none;
    max-height: calc(100vh - 80px);
    left: 0;
    overflow-y: hidden;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    width: 100vw;
  }
  .wf-navbar-right #mainMenu .navbar-nav a {
    display: block;
    padding: 8px 20px;
  }
  .wf-navbar-right .collapse:not(.show) {
    display: block;
  }
}

.wf-navbar-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 80px;
  justify-content: space-between;
}

.wf-mobile-toggle {
  display: none;
}
@media (max-width: 991px) {
  .wf-mobile-toggle {
    cursor: pointer;
    display: inline-block;
    height: 27px;
    margin: 15px 0px 15px 0px;
    position: relative;
    width: 28px;
  }
}
.wf-mobile-toggle span {
  margin: 0 auto;
  position: relative;
  top: 12px;
  transition-duration: 0s;
  transition-delay: 0.2s;
}
.wf-mobile-toggle span:before {
  content: '';
  margin-top: -8px;
  position: absolute;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}
.wf-mobile-toggle span:after {
  content: '';
  margin-top: 8px;
  position: absolute;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}
.wf-mobile-toggle span, .wf-mobile-toggle span:before, .wf-mobile-toggle span:after {
  background-color: #666;
  display: block;
  height: 2px;
  width: 100%;
}
.wf-mobile-toggle.active span {
  background-color: rgba(0, 0, 0, 0);
  transition-delay: 0.2s;
}
.wf-mobile-toggle.active span:before {
  margin-top: 0;
  transform: rotate(45deg);
  transition-delay: 0s, 0.2s;
}
.wf-mobile-toggle.active span:after {
  margin-top: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.2s;
}

.wf-slider-container {
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: cover;
  height: 100vh;
  margin-top: 39px;
}
@media (max-width: 991px) {
  .wf-slider-container {
    background-position-x: center;
    margin-top: 0;
  }
}

.wf-slider-main {
  align-items: center;
  display: flex;
  height: 820px;
  justify-content: center;
  position: absolute;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .wf-slider-main {
    height: 680px;
  }
}
.wf-slider-main h1 {
  animation: fadeIn 1s;
  color: #7DC52D;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 19px;
  text-shadow: 2px 2px 4px #FFF;
}
@media (max-width: 991px) {
  .wf-slider-main h1 {
    font-size: 38px;
  }
}
.wf-slider-main p {
  animation: fadeIn 1s;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 2px 4px #666;
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 42px;
  display: inline-block;
}
@media (max-width: 991px) {
  .wf-slider-main p {
    font-size: 16px;
  }
}

.wf-button a {
  background-color: #FF0000;
  border: none;
  border-radius: 4px;
  color: #FFF;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.6em;
  outline: none;
  padding: 0.8em 3.2em;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .wf-button a {
    padding: 0.62em 2.8em;
  }
}
.wf-button a:hover {
  box-shadow: 0px 5px 10px 0px rgba(68, 68, 68, 0.1);
  transform: translateY(-1px);
}

.slick-dots {
  bottom: 60px;
  left: 10%;
  padding-left: 15px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}
.slick-dots li {
  background-color: #666;
  border-radius: 6px;
  cursor: pointer;
  height: 12px;
  margin-right: 8px;
  transition: all 0.4s ease;
  width: 12px;
}
.slick-dots li button {
  display: none;
}
.slick-dots .slick-active {
  background-color: #7DC52D;
}

.wf-title-decoration {
  background-color: #FF0000;
  height: 1px;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 70px;
}

.wf-section h2 {
  font-size: 36px;
  margin-bottom: 0;
  margin-top: -8px;
}
.wf-section i {
  margin: auto;
}
.wf-section i:before {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 50px;
  margin: auto;
  width: 50px;
}

.wf-flaticon i:before {
  content: '';
}

.wf-card {
  transition: all 0.4s ease;
}
.wf-card:hover {
  transform: translateY(-8px);
}
.wf-card:hover .wf-flaticon {
  background-color: #FF0000;
}
.wf-card:hover .wf-flaticon-focus i:before {
  background-image: url(../images/protection_white.png);
}
.wf-card:hover .wf-flaticon-growth i:before {
  background-image: url(../images/security_white.png);
}
.wf-card:hover .wf-flaticon-goal i:before {
  background-image: url(../images/saving_white.png);
}

.wf-flaticon-focus i:before {
  background-image: url(../images/protection.png);
}

.wf-flaticon-growth i:before {
  background-image: url(../images/security.png);
}

.wf-flaticon-goal i:before {
  background-image: url(../images/saving.png);
}

.wf-player {
  color: #FFF;
  display: flex;
  font-size: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.wf-player .wf-flaticon-player:before {
  background-image: url(../images/player_white.png);
  background-repeat: no-repeat;
  height: 85px;
  width: 85px;
}

.wf-video-container-video {
  height: 450px;
  width: 100%;
}

.wf-flaticon {
  border-color: #FF0000 !important;
  height: 100px;
  width: 100px;
  transition: all 0.4s ease;
}

.wf-section-main p {
  font-size: 16px;
}

.wf-about-content h2 {
  font-size: 32px;
}
.wf-about-content h3 {
  color: #FF0000;
  font-size: 18px;
}
.wf-about-content h4 {
  font-size: 18px;
  line-height: 1.4em;
}
.wf-about-content li {
  font-size: 15px;
  line-height: 1.6em;
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.wf-about-content li:before {
  background: #FF0000;
  border-radius: 50%;
  content: '';
  height: 6px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 6px;
}

.wf-hover-zoom {
  overflow: hidden;
  position: relative;
}
.wf-hover-zoom:hover .wf-hover-zoom-in {
  transform: scale(1.07);
}
.wf-hover-zoom .wf-hover-zoom-in {
  transition: all 0.4s ease-in-out;
}

.wf-video-container-video {
  transition: all 0.4s ease-in-out;
}

.wf-player-animation, .wf-player-animation span {
  bottom: 0;
  box-shadow: 0 0 0 5px #FFF;
  border-radius: 50%;
  display: block;
  height: 71px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  animation: wf-player-animation 2s linear infinite;
  -webkit-animation: wf-player-animation 2s linear infinite;
  -webkit-box-shadow: 0 0 0 11px #fff;
}

@keyframes wf-player-animation {
  0% {
    transform: scale(1);
    opacity: 0.0;
  }
  25% {
    transform: scale(1);
    opacity: .75;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.wf-slider-carousel-container:focus {
  outline: none;
}
.wf-slider-carousel-container .card-title {
  font-family: 'Poppins', sans-serif;
  color: #7DC52D;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wf-slider-carousel-container .card-title:hover {
  color: #FF0000;
}

.wf-slider-carousel .slick-dots,
.wf-slider-team .slick-dots,
.wf-slider-clients .slick-dots {
  bottom: -40px;
  left: 50%;
}
.wf-slider-carousel:hover .slick-prev,
.wf-slider-carousel:hover .slick-next,
.wf-slider-team:hover .slick-prev,
.wf-slider-team:hover .slick-next,
.wf-slider-clients:hover .slick-prev,
.wf-slider-clients:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
.wf-slider-carousel:hover .slick-prev.slick-arrow,
.wf-slider-team:hover .slick-prev.slick-arrow,
.wf-slider-clients:hover .slick-prev.slick-arrow {
  left: -60px;
}
.wf-slider-carousel:hover .slick-next.slick-arrow,
.wf-slider-team:hover .slick-next.slick-arrow,
.wf-slider-clients:hover .slick-next.slick-arrow {
  right: -60px;
}
.wf-slider-carousel .slick-prev,
.wf-slider-carousel .slick-next,
.wf-slider-team .slick-prev,
.wf-slider-team .slick-next,
.wf-slider-clients .slick-prev,
.wf-slider-clients .slick-next {
  border-radius: 50%;
  box-shadow: 0px 5px 10px 0px #666;
  height: 50px;
  opacity: 0;
  transition: all 0.4s ease;
  visibility: hidden;
  width: 50px;
}
.wf-slider-carousel .slick-prev:before,
.wf-slider-carousel .slick-next:before,
.wf-slider-team .slick-prev:before,
.wf-slider-team .slick-next:before,
.wf-slider-clients .slick-prev:before,
.wf-slider-clients .slick-next:before {
  content: '';
}
.wf-slider-carousel .slick-prev,
.wf-slider-team .slick-prev,
.wf-slider-clients .slick-prev {
  left: 0;
}
.wf-slider-carousel .slick-next,
.wf-slider-team .slick-next,
.wf-slider-clients .slick-next {
  right: 0;
}
.wf-slider-carousel i,
.wf-slider-team i,
.wf-slider-clients i {
  font-size: 18px;
  color: #7DC52D;
}
.wf-slider-carousel i:before,
.wf-slider-team i:before,
.wf-slider-clients i:before {
  align-items: center;
  display: flex;
  justify-content: center;
}

.wf-item-link {
  display: inline-flex;
  font-weight: 500;
  position: relative;
  transition: all 0.4s ease;
}
.wf-item-link:focus {
  outline: none;
}
.wf-item-link:hover {
  box-shadow: initial;
  transform: initial;
}
.wf-item-link:hover:after {
  opacity: 1;
  transform-origin: left center;
  transform: scaleX(1);
}
.wf-item-link:before {
  background-color: #666;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.wf-item-link:after {
  background-color: #7DC52D;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  transform-origin: right center;
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(0);
  width: 100%;
}

.wf-counter-container .wf-counter {
  font-size: 60px;
  font-weight: 600;
}
.wf-counter-container .wf-counter-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
}
.wf-counter-container .wf-flaticon i:before {
  height: 70px;
  width: 70px;
}

.wf-flaticon-code:before {
  background-image: url(../images/build.png);
}

.wf-flaticon-expert:before {
  background-image: url(../images/expert.png);
}

.wf-flaticon-win:before {
  background-image: url(../images/win.png);
}

.wf-flaticon-rate:before {
  background-image: url(../images/rate.png);
}

.grid-sizer,
.grid-item {
  width: 33.36%;
}
@media (max-width: 991px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}

.grid-item a:before {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.4s ease;
  top: 0;
  width: 100%;
  z-index: 1;
}
.grid-item a:hover:before,
.grid-item a:hover .wf-hover-plus:before,
.grid-item a:hover .wf-hover-plus:after,
.grid-item a:hover .wf-hover-plus span:before,
.grid-item a:hover .wf-hover-plus span:after {
  opacity: 1;
}
.grid-item a:hover .wf-hover-plus:before {
  left: 0;
}
.grid-item a:hover .wf-hover-plus:after {
  right: 0;
}
.grid-item a:hover .wf-hover-plus span:before {
  margin-top: 0;
}
.grid-item a:hover .wf-hover-plus span:after {
  margin-bottom: 0;
}
.grid-item .wf-hover-plus {
  height: 52px;
  left: 50%;
  position: absolute;
  transition: all 0.4s ease;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 52px;
  z-index: 2;
}
.grid-item .wf-hover-plus:before, .grid-item .wf-hover-plus:after,
.grid-item .wf-hover-plus span:before,
.grid-item .wf-hover-plus span:after {
  background-color: #FFF;
  content: '';
  height: 2px;
  opacity: 0;
  position: absolute;
  transition: all 0.4s ease;
  width: 50%;
}
.grid-item .wf-hover-plus:before {
  left: -20px;
  top: 50%;
}
.grid-item .wf-hover-plus:after {
  right: -20px;
  top: 50%;
}
.grid-item .wf-hover-plus span {
  height: 100%;
  position: absolute;
  width: 100%;
}
.grid-item .wf-hover-plus span:before {
  left: 25%;
  margin-top: -20px;
  transform: rotate(90deg);
  top: 25%;
}
.grid-item .wf-hover-plus span:after {
  bottom: 25%;
  left: 25%;
  margin-bottom: -20px;
  transform: rotate(90deg);
}

#wf-skills .wf-slider-container {
  background-size: cover;
  height: 430px;
  margin-top: 0;
}
#wf-skills .slick-dots {
  bottom: 10px;
  display: flex;
  justify-content: flex-end;
  left: 0;
  transform: unset;
}
#wf-skills .wf-skill-heading h2 {
  line-height: 1.2em;
}
@media (max-width: 991px) {
  #wf-skills .wf-skill-heading h2 {
    font-size: 28px;
  }
}
#wf-skills .wf-progressbar-content h3 {
  font-size: 15px;
}
#wf-skills .wf-progressbar-content p {
  color: #FF0000;
}
#wf-skills .wf-progressbar-content-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3px;
  text-align: center;
}
#wf-skills .wf-progressbar {
  background-color: #eaeaea;
  height: 8px;
  padding: 2px;
  width: 100%;
}
#wf-skills .wf-progressbar-in {
  background-color: #FF0000;
  height: 4px;
}

#wf-team h3 {
  color: #FFF;
  font-size: 18px;
  margin-bottom: 5px;
  opacity: 1;
  position: relative;
  visibility: visible;
  transition: all 0.4s ease;
}
#wf-team .card {
  border: none;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
#wf-team .card:hover {
  transform: translateY(-5px);
}
#wf-team .card:hover .card-body {
  background-color: #FF0000;
}
#wf-team .card:hover .wf-member-social a {
  transform: scale(1);
  transition-delay: 0.2s;
}
#wf-team .card:hover h3,
#wf-team .card:hover p {
  opacity: 0;
  visibility: hidden;
}
#wf-team .card-body {
  align-items: center;
  background-color: rgba(130, 181, 65, 0.9);
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100px;
  justify-content: center;
  transition: all 0.4s ease;
  width: 100%;
}
#wf-team .card-body p {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  position: relative;
  visibility: visible;
  transition: all 0.4s ease;
}
#wf-team .wf-member-social {
  font-size: 22px;
  list-style: none;
}
#wf-team .wf-member-social a {
  color: #FFF;
  display: block;
  transform: scale(0);
}
#wf-team .wf-member-social i {
  color: #FFF;
}

#contact input,
#contact textarea {
  color: #666;
  border: 1px solid #eaeaea;
  padding: 10px 20px;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#contact input:focus, #contact input:valid,
#contact textarea:focus,
#contact textarea:valid {
  border-color: #FF0000;
  outline: none;
}
#contact input:focus ~ label, #contact input:valid ~ label,
#contact textarea:focus ~ label,
#contact textarea:valid ~ label {
  background-color: #FF0000;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  left: 0px;
  line-height: 20px;
  margin-left: 15px;
  padding: 0 8px;
  top: -20px;
}
#contact label {
  background: #FFF;
  color: #666;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  left: 20px;
  padding: 0 5px;
  pointer-events: none;
  top: 10px;
  transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
#contact #submit {
  background-color: #FF0000;
  border: none;
  border-radius: 4px;
  color: #FFF;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.6em;
  outline: none;
  padding: 0.7em 2.5em;
  transition: all 0.4s ease;
}
#contact #submit:hover {
  transform: translateY(-1px);
  box-shadow: 0px 1px 5px 0px #FF0000;
}
#contact .wf-contact-info h2 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: -3px;
}
#contact .wf-contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contact .wf-contact-info ul li {
  margin-bottom: 10px;
  position: relative;
}
#contact .wf-contact-info ul i {
  color: #FF0000;
}
#contact .wf-contact-info ul i:before {
  height: unset;
  padding-right: 15px;
  width: unset;
}

.wf-slider-clients-container {
  align-items: center;
  display: flex !important;
  height: 110px;
}

.wf-copyright {
  background-color: #7DC52D;
}
.wf-copyright .row {
  justify-content: space-between;
}

.wf-footer .wf-social {
  color: #7DC52D;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wf-footer .wf-social li {
  font-size: 20px;
  margin-right: 15px;
}

#wf-back-to-top {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  display: flex;
  font-size: 18px;
  height: 40px;
  justify-content: center;
  transition: all 0.3s ease;
  width: 40px;
}

#wf-error-message,
.wf-contact-error {
  color: #dc4545;
}

#wf-success-messages {
  color: #FF0000;
}

.wf-whatsapp-button {
  bottom: 10%;
  right: 50px;
  position: fixed;
  z-index: 50;
}
.wf-whatsapp-button .whatsapp-link {
  background: url(../images/whatsapp.png) no-repeat center;
  background-size: contain;
  display: block;
  height: 70px;
  text-indent: -9999px;
  width: 70px;
}
.wf-whatsapp-button .mobile--whatsapp-link {
  display: none;
}
.wf-whatsapp-button p {
  color: #FF0000;
}
@media (max-width: 991px) {
  .wf-whatsapp-button {
    right: 30px;
  }
  .wf-whatsapp-button .desktop--whatsapp-link {
    display: none;
  }
  .wf-whatsapp-button .mobile--whatsapp-link {
    display: block;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
