/*
Template Name: Dustrian 
Template URI: http://capricorn-theme.net/html/dustrian
Description: Industrial & Factory HTML Template 
Author: Mihir Kanti Ghosh
Author URI: mihir@capricorn-theme.net
Version: 1.0
 */

/* CSS Index
============

## Google Font Import 
## Common CSS
## Bacground Color & Overlay  
## Pre-loader
## Scroll Top 
## Sticky 
## Header Top Area
## Header Area 
## Main Menu 
## Hero Slider Area 
## Promo Section 
## About Section 
## Service Section  

## Choose Us Section 
## Achievement Section 
## Project Section 
## Process Section 
## Contact Section 
## Blog Section 
## CTA Section 
## Footer Area
## Footer Bottom Area

## About Section # 02
## Service Section # 02
## CTA Section # 02
## Choose Us Section # 02
## Testimonial Section 
## Client Section 
## Map Section 

## Featured Area 
## Service Section # 03
## About Section # 03
## Achievement Section # 02
## Team Section 
## Price Section 

## Breadcroumb Area
## FAQ Section 
## Contact Page 
## Single Service Page 
## Single Project Page 
## Single Blog Page 

/* Google Font Import 
======================= */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

/*	Theme Primary Color Code: #71b548
	Theme Secondary Color Code : #71b548  */

/* Common CSS 
============== */

html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #fff;
  color: #6a778c;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  margin: 0;
  color: #000;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 20px;
}

a {
  text-decoration: none;
  cursor: pointer;
  font-family: "Roboto Condensed", sans-serif;
  color: #092755;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  position: relative;
  color: #6a778c;
}

.txt-wht {
  color: #fff;
}

p.highlight {
  color: #898a9c;
  font-size: 18px;
  line-height: 28px;
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

li {
  display: inline-block;
}

table,
th,
tr,
td {
  border: 1px solid #191919;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 2px solid #eee;
  margin: 30px 0 10px;
}

.fix {
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}

blockquote {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #b1b5bb;
  font-style: italic;
}

/*Section Padding CSS*/

.section-padding {
  padding: 100px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 80px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding: 50px 35px;
  }
}

@media (max-width: 575px) {
  .section-padding {
    padding: 50px 20px;
  }
}

/*Margin & Padding */

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-30 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.spacer {
  margin-top: 100px;
}

/*Section Title */

.section-title {
  position: relative;
  margin-bottom: 30px;
}

.section-title h2 {
  font-size: 60px;
  line-height: 75px;
  margin: 20px 0;
  color: #392212;
}

.section-title h2.txt-wht {
  color: #fff;
}

.section-title h6 {
  color: #e64e1d;
  /* background-color: ; */
  padding: 8px;
  line-height: 1;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  /* padding-left: 0px; */
  display: inline-block;
}

.section-title h6:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 100%;
  background: transparent;
  left: 0px;
  top: 0;
}

/*Button Style */

.main-btn {
  display: inline-block;
  background: #392212;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-transform: capitalize;
  padding: 18px 35px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
  overflow: hidden;
}

.main-btn.v2 {
  background: #71b548;
}

.choose-us-content .main-btn:hover::after {
  background-color: #e64e1d !important;
}

.main-btn:hover {
  color: #ffff;
}

.main-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: -2px;
  bottom: 0;
  background-color: #e64e1d;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: -1;
}

.main-btn:hover:after {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-btn.transparent {
  background: transparent;
  color: #fff;
  margin-right: 20px;
}

.main-btn.btn-white {
  background: #e64e1d;
  /* color: inherit; */
}

.main-btn.btn-white:hover {
  background: #fff;
  border-color: #fff;
  color: #fff;
}

.main-btn:hover {
  background-color: #71b548;
  color: #fff;
  border-color: #71b548;
}

/*Form Style CSS */

input[type="submit"],
button[type="submit"] {
  font-size: 17px;
  font-weight: 500;
  border: none;
  border-radius: 0;
  display: inline-block;
  background: #71b548;
  color: #fff;
  padding: 15px 30px;
  margin: 27px 0;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

/*Bootstrap Customize CSS*/

.container-fluid {
  padding: 0;
}

/* Bacground Color & Overlay CSS 
============== */

.gray-bg {
  background: #eef3f7;
}

.white-bg {
  background: #fff;
}

.light-bg {
  background: #71b548;
}

.dark-bg {
  background: #71b548;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 60%);
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-2 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 80%);
  top: 0;
  left: 0;
  z-index: -1;
}
.overlay-3 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 72%);
  top: 0;
  left: 0;
  /*z-index: -1;*/
}

/* Pre-Loader CSS 
==============*/

#loader {
  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;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #71b548;
  z-index: 999999;
}

#loader .loading,
#loader .loading > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#loader .loading {
  display: block;
  font-size: 0;
  color: #71b548;
  width: 40px;
  height: 40px;
}

#loader .loading > div {
  display: inline-block;
  float: none;
  border: 3px solid;
  width: 40px;
  height: 40px;
  background: transparent;
  border-bottom-color: transparent;
  border-radius: 100%;
  -webkit-animation: loading 0.75s linear infinite;
  -moz-animation: loading 0.75s linear infinite;
  -o-animation: loading 0.75s linear infinite;
  animation: loading 0.75s linear infinite;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-ripple {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 90px;
}

.loader-ripple div {
  position: absolute;
  border: 6px solid #ffffff;
  opacity: 1;
  border-radius: 50%;
  animation: loader-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loader-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes loader-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/* Scroll Top 
============== */
.go-top {
  background-color: #392212;
  color: #fff;
  width: 50px;
  height: 50px;
  bottom: 6em;
  right: 2em;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
  display: none;
  position: fixed;
  z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .go-top {
    width: 35px;
    height: 35px;
    bottom: 5em;
    right: 2em;
    font-size: 15px;
    line-height: 33px;
  }
}

@media (max-width: 575px) {
  .go-top i:before {
    font-size: 14px;
  }

  .go-top {
    right: 1em;
    bottom: 6em;
    z-index: 1;
  }
}

.go-top:hover {
  background-color: #fff;
  color: #020e28;
}

/* Sticky CSS 
============== */

.header-area .is-sticky .sticky-area {
  background: #fff;
  z-index: 999 !important;
  -webkit-animation: slideInDown 0.6s forwards;
  animation: slideInDown 0.6s forwards;
  margin-top: 0;
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
}

#header-1.header-area .is-sticky .sticky-area {
  animation: none;
}

#header-2.header-area .is-sticky .sticky-area .navigation {
  /* background: #71b548; */
  /*box-shadow: 0 3px 16px -2px #4c4a4ade;*/
}

#header-2.header-area .is-sticky .main-menu .navbar-nav .nav-link {
  color: #000;
}

#header-3.header-area .is-sticky .sticky-area {
  box-shadow: 0 3px 16px -2px #4c4a4ade;
}

.header-area.absolute-header .is-sticky .sticky-area {
  background: #10102d;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
}

.header-area .is-sticky .navigation {
  margin-top: 0;
}

/* Header Top Area
============== */

.header-top {
  font-size: 15px;
  font-weight: 500;
  padding: 20px 0;
}

.contact-info i {
  color: #71b548;
  font-size: 20px;
  margin-right: 2px;
}

.site-info .social-area {
  display: inline-block;
  margin-left: 10px;
}

.site-info .social-area i {
  font-size: 17px;
  color: #8d9cc5;
  padding-left: 10px;
}

/* Header # 01 
============== */

.logo img {
  /*max-width: 210px;*/
  margin-top: 5px;
}

/* #header-2 .navbar-brand {
  margin: 7px 0;
} */

.sticky-wrapper {
  height: initial !important;
}

#header-2 .logo img {
  max-width: 300px;
  /*max-width: 215px;*/
  margin-top: 0;
}

.header-area .navigation {
  padding: 0 30px;
  /* height: 90px; */
  position: relative;
  z-index: 9;
}

.is-sticky .navigation {
  height: 100px;
}

.is-sticky .navigation .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-40%) translateX(-50%);
  width: 60%;
}

#header-1 .container-fluid {
  padding: 0;
}

#header-1 .navigation {
  background: #1f2839;
}

.header-button-list .btn {
  width: 60px;
  height: 60px;
  line-height: 55px;
  color: #004976;
  border-radius: 50%;
}

.header-button-list .btn {
  background: none;
}

.header-button-list .btn:hover {
  color: #71b548;
}

.header-button-list .btn i:before {
  font-size: 24px;
}

.header-button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-button-list {
  margin-top: 10px;
}

.header-button-list .btn:not(:last-child) {
  margin-right: 15px;
}

/* Header # 02 */

#header-aside .aside-content {
  float: right;
  color: #585252;
  margin-top: 15px;
}

#header-aside .aside-content .info-wrap {
  display: table;
  overflow: hidden;
  width: 100%;
}

#header-aside .aside-content .info-i,
#header-aside .aside-content .info-c {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

#header-aside .aside-content .info-c span {
  /*opacity: .5;*/
}

#header-aside .aside-content .info-i {
  width: 45px;
}

#header-aside .aside-content .info-i span {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #71b548;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}

#header-aside .aside-content .info-i span i::before {
  font-size: 36px;
}

#header-aside .aside-content .info-i span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px dashed transparent;
  background-color: transparent;
}

#header-aside .aside-content .inner > div {
  float: left;
  display: block;
  width: 200px;
  position: relative;
  color: #777;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-left: 25px;
  border-right: 2px solid #eee;
}

#header-aside .aside-content .inner > div:last-child {
  border: 0;
}

.responsive-logo {
  display: none;
}

#header-2 .navigation {
  /* height: 100px; */
  /*border-top: 1px solid #eee;*/
  padding: 5px 30px;
}

#header-2 .aside-content {
  padding: 50px 0;
}

#header-2 .main-menu .navbar-nav .nav-link {
  padding: 35px 0;
  color: #000;
}

#header-2.header-area .main-menu .navbar-nav .nav-link.active {
  color: #e64e1d;
}

/* Header # 03 */

.header-area.absolute-header {
  position: absolute;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 0;
}

#header-3 .main-menu .navbar-nav .nav-link {
  padding: 30px 0;
  color: #d7d7d7;
}

/*-- Search Form --*/

.search-box button {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
  border: none;
  background: none;
  position: absolute;
  top: 35px;
  right: 10px;
  font-size: 20px;
  color: #fff;
}

.search-box button:hover {
  cursor: pointer;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .search-inner {
  position: relative;
  background: #ffffff;
  padding: 25px 0 30px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-popup .upper-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.search-popup .upper-text .text {
  font-size: 18px;
  letter-spacing: 1px;
}

.search-popup .close-search {
  position: absolute;
  right: 0;
  top: 0;
  color: #4c4c4d;
  font-size: 18px;
  line-height: 27px;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  background: none;
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 25px;
  color: #333333;
  padding: 10px 14px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 5px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 14px;
  top: -15px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  color: #333333;
  padding: 0;
  background: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* Main Menu 
============== */

.main-menu .navbar {
  padding: 0;
}

.main-menu li.nav-item {
  position: relative;
  margin-right: 30px;
}
.header-right-content a {
    margin-right: 15px;
}
.main-menu li.nav-item:last-child {
  margin-right: 0;
}

.main-menu .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 35px 0;
  position: relative;
}

.main-menu .navbar-nav .nav-link {
  padding: 35px 0;
}

/* .header-right-content .main-btn {
  margin-top: 18px;
} */

.main-menu .navbar-nav .nav-link.active {
  color: #71b548;
}

.main-menu li.nav-item:hover > a {
  color: #fff;
}

.main-menu .navbar-nav .nav-link::before {
  content: "";
  height: 2px;
  width: 12px;
  border-radius: 0px;
  background-color: #71b548;
  position: absolute;
  bottom: 44px;
  left: -22px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}

.main-menu li.nav-item:hover > .nav-link::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

/*Dropdown Menu */

.sub-menu {
  list-style: none;
  margin: 0;
  padding: 5px 15px;
  position: absolute;
  left: 0;
  top: 100px;
  min-width: 250px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 99;
  -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%),
    -2px 0px 5px 1px rgb(0 0 0 / 5%);
  box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
}

.sub-menu::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: #71b548;
  visibility: hidden;
  opacity: 0;
}

.main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 90px;
}

#header-2 .main-menu li:hover .sub-menu {
  top: 90px;
}

.header-area.absolute-header .main-menu li:hover .sub-menu {
  top: 90px;
}

.main-menu li:hover .sub-menu::after {
  opacity: 1;
  visibility: visible;
}

.main-menu .sub-menu li {
  display: block;
}

.main-menu .sub-menu li a {
  font-size: 17px;
  font-weight: 400;
  display: block;
  padding: 12px;
  color: #2f3140;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-menu .sub-menu li:hover > a {
  color: #71b548;
}

.dropdown-toggle::after {
  display: none !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
  display: none;
}

/* Hero Area Slider 
==================*/

.homepage-slides {
  position: relative;
  overflow: hidden;
}

.homepage-slides .single-slide-item {
  background-color: #ddd;
  width: 100%;
  height: 850px;
  display: table;
  align-items: center;
  position: relative;
  z-index: 1;
}

.homepage-slides .single-slide-item .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1);
  transition: transform 7000ms ease;
}

.homepage-slides .active .single-slide-item .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.hero-area-content {
  display: table-cell;
  vertical-align: middle;
}

.single-slide-item h1 {
  color: #fff;
  font-size: 90px;
  line-height: 100px;
  margin: 30px 0;
  position: relative;
}

.single-slide-item p {
  color: #fff;
  font-size: 18px;
  line-height: 35px;
}

.single-slide-item a.main-btn {
  margin-top: 40px;
  padding: 20px 40px;
  font-size: 18px;
}

#home-1.homepage-slides .owl-nav button.owl-prev,
#home-1.homepage-slides .owl-nav button.owl-next {
  width: 70px;
  height: 70px;
  font-size: 20px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  background: transparent;
  border: 2px solid;
  color: #c89d668c;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

#home-1.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

#home-1.homepage-slides:hover .owl-nav button.owl-prev,
#home-1.homepage-slides:hover .owl-nav button.owl-next {
  visibility: visible;
  opacity: 0.3;
}

#home-1.homepage-slides .owl-nav button.owl-prev:hover,
#home-1.homepage-slides .owl-nav button.owl-next:hover {
  background: #71b548;
  color: #fff;
  border-color: #71b548;
  opacity: 1;
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  border-left: none;
  font-size: 30px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  right: 80px;
  bottom: 0;
  margin-top: -25px;
  background: #fff;
  color: #71b548;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 0px;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
  background: #71b548;
  color: #fff;
  border-color: #71b548;
}

.hero-area-content h6 {
  font-size: 16px;
  color: #fff;
}

#home-3 .single-slide-item {
  height: 850px;
}

#home-3 .single-slide-item .section-title {
  margin-top: 150px;
}

/* Promo Section
============== */

.single-promo-item {
  padding: 50px;
  position: relative;
  z-index: 1;
  background: #fff;
  height: 250px;
  margin-top: -60px;
  transition: 0.5s;
  box-shadow: 0 3px 9px -2px #d0cece;
}

.single-promo-item h5 {
  font-size: 22px;
  font-weight: 500;
  margin: 15px 0 20px;
  position: relative;
  padding-left: 40px;
}

.single-promo-item h5:before {
  position: absolute;
  content: " ";
  top: 50%;
  left: 0;
  background: #71b548;
  height: 3px;
  width: 25px;
  margin-top: -1px;
}

.single-promo-item p {
  font-weight: 400;
  line-height: 1.5;
}

.single-promo-item i {
  position: relative;
}

.promo-icon i:before {
  font-size: 50px;
  font-weight: 400;
  color: #71b548;
}

.single-promo-item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #71b548;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.single-promo-item:hover:before {
  transform: scaleY(1);
}

.single-promo-item:hover h5 {
  color: #fff;
}

.single-promo-item:hover p {
  color: #fff;
}

.single-promo-item:hover .promo-icon {
  color: #fff;
}

.single-promo-item:hover .promo-icon i:before {
  color: #fff;
}

.single-promo-item:hover h5:before {
  background: #fff;
}

/* About Section
============== */

.about-key {
  overflow: hidden;
}

.about-key li {
  margin-bottom: 16px;
  float: left;
  width: 100%;
}

.about-key li i {
  position: relative;
}

.about-key li i:before {
  font-size: 30px;
  color: #71b548;
  margin-right: 10px;
  position: absolute;
  top: -20px;
}

.about-key li p {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #262b3e;
  position: relative;
  padding-left: 35px;
  margin: 0;
}

.about-content-area .main-btn {
  margin: 35px 0;
}

.call-us .icon i {
  font-size: 25px;
  margin-top: 0;
  margin-right: 24px;
  margin-left: -12px;
  display: inline-block;
  color: #fff;
  background: #10102d;
  padding: 16px;
  border-radius: 50%;
}

.mobile-number p {
  color: #232323;
  font-size: 18px;
  font-weight: 500;
}

.mobile-number h5 {
  color: #898989;
  font-size: 18px;
  margin-bottom: 3px;
}

.founded-year {
  background: #71b548;
  color: #fff;
  width: 220px;
  height: 100px;
  text-align: center;
  text-transform: lowercase;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  padding: 6px;
}
.founded-year p {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-weight: 500;
}

.founded-year i:before {
  font-size: 45px;
  line-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.founded-year {
  position: absolute;
  bottom: 33px;
  right: 54px;
}

/*Service Section */

.single-service-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service-img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.service-img img {
  width: 100%;
  height: 300px;
  transition: transform ease-in-out 0.7s;
  transition-property: all;
}

.service-icon {
  background: #71b548;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  z-index: 2;
}

.service-icon i:before {
  font-size: 45px;
  line-height: 45px;
  color: #fff;
}

.single-service-area:hover h5 {
  color: #71b548;
}

.single-service-area:hover .service-icon {
  background: #71b548;
}

.service-icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: #fff;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.single-service-area:hover .service-icon span {
  transform: rotateY(360deg);
}

.single-service-area:hover .service-img img {
  transform: scale(1.1) rotate(2deg);
  transition: all 2s ease-out;
}

.service-content {
  padding: 35px 40px 15px;
  box-shadow: 0 3px 9px -2px #d0cece;
}

.service-content h5 {
  font-size: 22px;
  font-weight: 500;
  margin: 15px 0 25px;
  height: 53px;
}

.service-content p {
  height: 103px;
}

.single-service-area a {
  text-transform: uppercase;
  font-size: 18px;
  color: #71b548;
  margin: 15px 0;
}

.single-service-area .read-more i:before {
  font-size: 26px;
  transition: all 500ms linear;
}

.single-service-area:hover .read-more i:before {
  padding-left: 5px;
  color: #092755;
}

.service-slider .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #b1adad;
  margin-right: 10px;
  margin-top: 20px;
}

.service-slider .owl-dots button.owl-dot.active span {
  width: 35px;
  height: 10px;
  background: #71b548;
}

.service-slider .owl-dots {
  text-align: center;
  margin-top: 0px;
}

/*Choose Us Section */

.choose-us-img img {
  width: 100%;
}

.choose-us-content {
  background: #71b548;
  padding: 85px 65px;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.choose-us-content hr {
  border-color: #323f50;
}

.choose-us-content h3 {
  font-size: 52px;
  line-height: 64px;
  color: #fff;
  margin: 80px 0;
}

.choose-us-content h6 {
  color: #fff;
}

.choose-us-content .main-btn:hover::before {
  background: #fff;
}

/*Pop up Video */

.pop-up-video a.video-play-btn {
  font-size: 25px;
  color: #fff;
  border: 2px solid #71b548;
  padding: 15px;
  width: 80px;
  height: 80px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  background: #71b548;
  cursor: pointer;
  z-index: 9;
}

.pop-up-video a.video-play-btn_ {
  font-size: 25px;
  color: #fff;
  border: 2px solid #71b548;
  padding: 15px;
  width: 80px;
  height: 80px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  background: #71b548;
  cursor: pointer;
  z-index: 9;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }

  100% {
    opacity: 0;
  }
}

.pop-up-video a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fcd1c1;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both
    infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

/* Achievement Section 
============== */

.achievement-area {
  background-image: url(../images/home/banner_counter_masis.webp);
  height: 400px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: -1;
  margin-top: -130px;
}

.achievement-area.home2 {
  background-color: #020e28;
}

.fact-icon i:before {
  font-size: 40px;
  line-height: 35px;
  color: #fff;
  margin: 20px 0;
  display: inline-block;
  background: #392212;
  padding: 25px;
  border-radius: 5px;
}
img.logo-reviews {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
}
.single-counter-box {
  text-align: center;
}

.single-counter-box .counter-number span {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  margin: 30px 0 10px;
}

.single-counter-box p.counter-number {
  font-size: 40px;
  color: #fff;
}

.single-counter-box h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

/* Project Section 
============== */

.project-bg {
  background-image: url(../img/project/project-1-1.jpg);
}

.project-bg-2 {
  background-image: url(../img/project/project-1-2.jpg);
}

.project-bg-3 {
  background-image: url(../img/project/project-1-3.jpg);
}

.project-bg-4 {
  background-image: url(../img/project/project-1-4.jpg);
}

.project-bg-5 {
  background-image: url(../img/project/project-1-5.jpg);
}

.project-bg-6 {
  background-image: url(../img/project/project-1-6.jpg);
}

.single-project-item.bg-cover {
  height: 500px;
}

.single-project-item {
  position: relative;
  z-index: 1;
  border-bottom: 4px solid #020e28;
  overflow: hidden;
}

.single-project-item:hover {
  border-bottom: 4px solid #71b548;
}

.project-inner .hover-info {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(50px);
  width: 100%;
  z-index: 2;
  padding: 35px 40px 35px 38px;
  max-width: 500px;
  transition: all ease 0.3s;
  transition-delay: 0.07s;
}

.single-project-item:hover .hover-info {
  opacity: 1;
  transform: translateY(0);
}

.project-inner:after {
  content: " ";
  width: 100%;
  height: 100%;
  background-color: rgb(3 15 39 / 87%);
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0px;
  transition: all ease 0.3s;
}

.single-project-item:hover .project-inner:after {
  opacity: 1;
}

.hover-info h4 {
  color: #fff;
  margin-bottom: 15px;
}

.project-inner h6 {
  color: #71b548;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
}

.hover-info p {
  color: #eee;
}

.hover-info a {
  color: #71b548;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0;
}

.project-inner .project-icon {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  transition: all ease 0.3s;
  font-size: 30px;
  cursor: pointer;
  background: #71b548;
  color: #fff;
  padding: 25px;
  transform: translate3d(0, -100%, 0);
  transition: 0.3s;
}

.single-project-item:hover .project-icon {
  opacity: 1;
  transform: translate(0, 0);
}

.project-area.home3 .section-title {
  margin-bottom: 50px;
}

.home3 .single-project-item:hover {
  border-bottom: 4px solid #71b548;
  overflow: hidden;
}

#project-page .single-project-item {
  margin-bottom: 50px;
}

.project-slider .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #b1adad;
  margin-right: 10px;
  margin-top: 20px;
}

.project-slider .owl-dots button.owl-dot.active span {
  width: 40px;
  height: 10px;
  background: #71b548;
}

.project-slider .owl-dots {
  text-align: center;
  position: absolute;
  top: -100px;
  right: 0;
}

/* Process Section 
============== */

.process-item-wrap {
  margin-top: 50px;
}

.single-process-item {
  text-align: center;
}

.process-num {
  position: absolute;
  right: 70px;
  top: 0;
  z-index: 9;
  background: #71b548e0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 7px;
  transition: 0.3s;
}

.process-num p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
}

.process-icon {
  border: 10px solid #ddd;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  padding: 35px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: 0.3s;
}

.single-process-item h5 {
  font-size: 22px;
  margin: 25px 25px;
  line-height: 28px;
}

.single-process-item:hover .process-icon {
  border-color: #71b548;
  opacity: 0.8;
}

/* Contact Section 
============== */

.contact-section {
  background: #eef3f7;
  /*background-image: url(../images/banner_internos/banner_contact_page.webp);*/
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-section {
  position: relative;
}

.contact-section h2 {
  color: #392212;
}
.contact-section p {
  color: #898a9c;
}
.contact-section h6 {
  color: #fff;
}

.contact-section .contact-info i {
  font-size: 30px;
  margin-left: 0;
  background: #71b548;
  color: #fff;
  padding: 10px;
  border-radius: 0;
  float: left;
}

.contact-content {
  margin-top: 50px;
}

.contact-info span {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-top: 10px;
}

.contact-inner {
  margin-bottom: 30px;
}

.contact-inner h6 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  padding-left: 100px;
  line-height: 20px;
}

.contact-inner p {
  font-size: 16px;
  padding-left: 100px;
}

.contact-form {
  background: #f6f6f6;
  padding: 50px;
}

.contact-form input,
.contact-form textarea {
  background: #fff;
  padding: 15px 25px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #bfbfbf;
}

.contact-form h4 {
  font-size: 40px;
  font-weight: 600;
  margin: 20px 0;
}

.contact-form p {
  margin-bottom: 30px;
}

.contact-form button.main-btn {
  margin-top: 12px;
  border: none;
}

/*Newsletter Section */

.newsletter-wrapper {
  text-align: center;
  padding: 70px 35px;
}

.newsletter-icon img {
  background: #71b548;
  padding: 25px;
  margin: 24px 0;
}

.newsletter-wrapper p {
  margin-bottom: 35px;
  color: #fff;
}

.newsletter-wrapper input {
  background: #fff;
  border: none;
}

.newsletter-wrapper .main-btn {
  width: 100%;
  margin: 30px 0;
}

/* Blog Section 
============== */

.single-blog-item {
  background: #fff;
  border: 1px solid #eee;
}

p.blog-meta {
  font-size: 14px;
  margin: 7px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

p.blog-meta i:before {
  padding-right: 7px;
}

.blog-meta i {
  font-size: 18px;
}

i.las.la-comments {
  margin-left: 13px;
}

.blog-content {
  padding: 10px 20px 0;
}

.blog-content p {
  line-height: 28px;
}

.blog-content p:not(.blog-meta) {
  height: 112px;
}

#blog-2 .blog-content {
  padding: 30px;
}

.blog-content h5 a {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.blog-content h5 a:hover {
  color: #092755;
}

.blog-area a.read-more {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 0;
  color: #71b548;
}

.blog-area a.read-more:hover {
  color: #71b548;
}

.blog-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}

.blog-bg img {
  width: 100%;
  height: 300px;
  transition: transform ease 0.3s;
}

.blog-bg span {
  background: #71b548;
  color: #fff;
  padding: 20px;
  display: block;
  width: 80px;
  height: auto;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  line-height: 20px;
}

.blog-bg img:hover {
  transform: scale(1.07);
}

.pagination-block {
  display: block;
  margin: 45px auto;
}

.pagination-block .page-numbers {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: #656c76;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #e9eef6;
  margin: 0 3px;
  padding: 0;
  transition: all 0.3s ease 0s;
}

.page-numbers.current {
  background: #71b548;
  color: #fff;
  border-color: #71b548;
}

.pagination-block .page-numbers:hover {
  background: #71b548;
  color: #fff;
  border-color: #71b548;
}

/* CTA Section 
============== */

.cta-area {
  background-image: url(../images/home/banner_counter_masis.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /*	background-color: #051330 !important;*/
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.cta-area h2 {
  font-size: 55px;
  line-height: 70px;
  color: #fff;
}

.cta-area h6 {
  color: #71b548;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}

.cta-area p {
  color: #cacaca;
}

.cta-area .contact-info {
  margin-top: 60px;
}

.cta-area .contact-info i {
  color: #e64e1d;
  font-size: 50px;
  float: left;
  padding-right: 10px;
}

.contact-info h5 {
  font-size: 22px;
  color: #fff;
}

.contact-info p {
  color: #fff;
}

/* Footer Area
======================== */

.footer-area {
  background-image: url(../images/home/banner_footer_masis.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}
footer.footer-area:before {
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 77%);
  position: absolute;
}
.footer-area h5 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin: 20px 0;
}

.footer-area p {
  margin-top: 16px;
  color: #ffffff;
}

.contact-info p {
  margin-bottom: 10px;
}

.footer-area ul li a {
  font-size: 18px;
  display: block;
  color: #ffffff;
  padding: 10px 0;
  position: relative;
}

.footer-up ul li a span {
  color: #71b548;
  font-size: 18px;
  font-weight: 600;
}

.footer-area ul li a:hover {
  color: #e64e1d;
}

.subscribe-form button {
  padding: 18px 40px;
  font-size: 17px;
  line-height: 13px;
  background: #71b548;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 0;
  cursor: pointer;
}

.subscribe-form {
  position: relative;
}

.subscribe-form input {
  border: 0;
  background: #fff;
}

.subscribe-form input::placeholder {
  color: #797a7e;
  font-size: 16px;
}

.footer-up {
  padding: 80px 0;
}

.footer-up .social-area i {
  color: #eee;
  font-size: 21px;
  margin-right: 10px;
  margin-top: 20px;
}

.footer-bottom {
  padding: 20px 0;
  background: #000;
}
.footer-bottom span {
  color: #fff;
}
.footer-bottom p {
  font-size: 16px;
  margin: 0;
}

p.privacy {
  text-align: right;
}

.footer-area ul li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 16px;
  height: 3px;
  background: #e64e1d;
  visibility: hidden;
  opacity: 0;
}

.footer-area ul li a:hover::before {
  visibility: visible;
  opacity: 1;
}

.footer-area ul li a:hover {
  padding-left: 25px;
}
img.logo_footer {
  max-width: 300px;
  width: 100%;
}

/* -------------------- Home # 02 ---------------------------
============================================================ */

/* About Section # 02
============== */

.info-content-area p.highlight {
  position: relative;
  padding-left: 25px;
  margin: 20px 0 0;
}

.info-content-area p.highlight:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 5px;
  left: 0;
  background: #71b548;
}

.info-content-area .main-btn {
  background: transparent;
  color: #71b548;
  border: 2px solid;
  margin: 40px 0;
}

.info-content-area a {
  font-size: 18px;
  text-transform: lowercase;
  color: #71b548;
  /*margin: 30px 0 40px;*/
}
.contact-section p {
  color: #898a9c;
}
.contact-section h6 {
  color: #000;
}

.featured-icon i:before {
  font-size: 40px;
  color: #71b548;
  margin-bottom: 13px;
  display: inline-block;
}

.featured-area {
  position: relative;
}

.col-lg-4:not(:last-child) .featured-area:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #f1f1f1;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(0) translateY(-50%);
}

.about-img {
  position: relative;
  z-index: 1;
}

.info-founder {
  background: #71b548;
  padding: 30px 40px 0px;
  position: absolute;
  left: 0px;
  bottom: -12px;
  border: 12px solid #fff;
  border-left: none;
}

.info-founder i:before {
  font-size: 45px;
  color: #fff;
}

.info-founder p {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  margin-top: 20px;
}

/* Service Section # 02 
============== */

.services-area-2 {
  background-image: url(../img/service/service-bg.jpg);
  position: relative;
  z-index: 1;
}

.serv-icon i:before {
  font-size: 55px;
  color: #71b548;
}

.services-area-2 .single-service-area {
  margin-bottom: 100px;
  text-align: center;
  padding: 50px 35px 20px;
  border: 1px solid #2b374a;
  transition: 0.3s;
}

.services-area-2 .single-service-area:hover {
  border-color: #6a778c;
}

.single-service-area h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  margin: 30px 0;
}

/* CTA Section 
============== */

.cta-area-2 {
  position: relative;
  z-index: 1;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 80px;
  margin: 0 auto;
}

.cta-content {
  background: #71b548;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 250px;
  padding: 45px;
  position: relative;
  margin-top: -100px;
}

.cta-content h2 {
  font-size: 55px;
  color: #fff;
}

/* Choose Us Section # 02
============== */

.why-choose-us {
  position: relative;
  z-index: 1;
}

.img-wrapper {
  position: absolute;
  width: 100%;
  height: 590px;
  top: 0;
  left: 0;
}

.img-wrapper {
  background-image: url(../img/choose-us-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.key-feature .about-icon i:before {
  font-size: 50px;
  color: #71b548;
  position: absolute;
  top: 35px;
  left: 30px;
}

.key-feature h6 {
  font-size: 24px;
  margin: 18px 0;
}

.feat-content {
  padding-left: 95px;
}

.why-choose-us .choose-us-content {
  margin-top: -60px;
}

/* Testimonial Section 
============== */

.single-testimonial-item img {
  max-width: 60px;
  height: auto;
  float: left;
}

.author-desc {
  margin-top: 35px;
}

.author-desc h5 {
  font-size: 20px;
  padding-left: 80px;
}

.author-desc span {
  font-size: 15px;
  color: #898a9c;
  padding-left: 10px;
}

.single-testimonial-item {
  background: #fff;
  padding: 65px 35px 70px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
  box-shadow: 0 3px 9px -2px #d0cece;
  border-bottom: 5px solid #fff;
  transition: 0.3s;
}

.single-testimonial-item:hover {
  border-bottom: 5px solid #71b548;
}

.single-testimonial-item p {
  margin-bottom: 25px;
}

.testimonial-icon i {
  font-size: 25px;
  background: #71b548;
  padding: 15px;
  position: absolute;
  top: -20px;
  color: #fff;
  z-index: 9;
}

.testimonial-area .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd;
  margin-right: 10px;
  margin-top: 20px;
}

.testimonial-area .owl-dots button.owl-dot.active span {
  width: 35px;
  height: 10px;
  background: #71b548;
}

.testimonial-area .testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}

/* Client Section
============== */

.single-client {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.single-client img {
  max-width: inherit;
}

/* Map Section
============== */

iframe {
  border: none !important;
}

iframe,
embed,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

iframe {
  display: block;
  margin: 0;
  max-width: 100%;
}

/* -------------------- Home # 03 ---------------------------
============================================================ */

/* Featured Area 
============== */

#home-3 .key-content h5 {
  font-size: 26px;
}

.single-key-feat {
  position: relative;
  z-index: 1;
  background: #f3f3f3;
  padding: 50px 70px 30px 50px;
  border-top: 1px solid #eee;
  transition: 0.3s;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #e5e5e5;
  transition: 0.3s;
}

.single-key-feat:hover {
  background: #fff;
}

.single-key-feat p {
  line-height: 28px;
}

.key-icon {
  position: absolute;
  top: 40px;
}

.key-icon i:before {
  font-size: 70px;
  color: #71b548;
}

.key-content h5 {
  font-size: 25px;
  margin: 20px 0;
}

/* Service Section # 03  
==================== */

.single-serv-wrapper {
  box-shadow: 0 3px 9px -2px #d0cece;
  margin-top: 40px;
}

/*.single-serv-bg {
	background-image: url(../img/service/01.jpg);
	height: 325px;
}*/

.serv-bg-2 {
  background-image: url(../img/service/02.jpg);
}

.serv-bg-3 {
  background-image: url(../img/service/03.jpg);
}

.serv-bg-4 {
  background-image: url(../img/service/04.jpg);
}

.single-serv-area {
  height: 325px;
  background: #fff;
  text-align: center;
  padding: 15px;
  position: relative;
  z-index: 1;
  border-bottom: 4px solid #fff;
  transition: 0.3s;
}

.single-serv-area h5 {
  font-size: 22px;
  margin: 20px 0;
}

.single-serv-area:hover {
  border-bottom: 4px solid #71b548;
}

.servic-icon i {
  background: #f3f3f3;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.servic-icon i:before {
  font-size: 50px;
  line-height: 35px;
  color: #71b548;
  margin: 25px 0;
  display: inline-block;
}

.servic-icon i:before {
  color: #002c42;
}

.single-serv-area a.read-more {
  margin: 12px 0 0;
  text-transform: uppercase;
  color: #71b548;
}

.single-serv-area:hover .servic-icon i:before {
  color: #71b548;
}

/* About Section # 03  
============== */

.single-bar-item h4 {
  color: #002c42;
  font-size: 18px;
  margin-bottom: 10px;
}

.progress-bar-area {
  margin-top: 15px;
}

.barfiller .fill {
  background: #71b548 !important;
}

#about-3 .choose-certify {
  text-align: center;
}

#about-3 .choose-certify i {
  position: relative;
}

#about-3 .choose-certify i:after {
  position: absolute;
  content: " ";
  width: 60px;
  height: 60px;
  top: -7px;
  left: -30px;
  border-radius: 50%;
  background: #71b548;
  z-index: 1;
  opacity: 0.4;
}

#about-3 .choose-certify h5 {
  font-size: 22px;
  margin: 20px 0;
  color: #002c42;
  padding-left: 0;
}

#about-3 .choose-certify p {
  padding-left: 0;
}

.choose-certify i {
  font-size: 45px;
  color: #71b548;
  position: absolute;
}

.choose-certify h5 {
  color: #fff;
  padding-left: 70px;
  margin-bottom: 15px;
}

.choose-certify p {
  padding-left: 70px;
}

/*Achievement Section # 02
==============*/

.skill-bg {
  background-image: url(../images/home/our_company_masis.webp);
}

.skill-bg {
  width: 50%;
  height: auto;
  position: relative;
  background-size: cover;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .skill-bg {
    display: none;
  }
}

@media (max-width: 767px) {
  .skill-bg {
    display: none;
  }
}

.skill-content {
  width: 50%;
  padding: 80px 100px 50px;
  padding-bottom: 60px;
  background: #000;
}

.skill-content p {
  font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skill-content {
    padding: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .skill-content {
    width: 100%;
    padding: 80px;
  }
}

@media (max-width: 767px) {
  .skill-content {
    width: 100%;
    padding: 50px;
  }
}

.skill-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.skill-area .section-title h2 {
  color: #fff;
}

.skill-area .single-counter-box {
  border-bottom: 1px solid #5a5a5a;
  border-right: 1px solid #5a5a5a;
  padding-bottom: 20px;
  border-left: 1px solid #5a5a5a;
  border-top: 1px solid #5a5a5a;
  padding: 15px;
}

.single-counter-box.one {
  border-top: none;
  border-left: none;
}

.single-counter-box.two {
  border-top: none;
  border-right: none;
  border-left: none;
}

.single-counter-box.three {
  border-top: none;
  border-left: none;
  border-bottom: none;
}

.single-counter-box.four {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
}

.skill-area .fact-icon i:before {
  font-size: 45px;
  line-height: 40px;
  margin: 10px 0;
}

.skill-area .single-counter-box .counter-number span {
  font-size: 50px;
  font-weight: 600;
  margin: 10px 0 5px;
}

.skill-area .fact-icon i:before {
  background: none;
  color: #71b548;
}

/* Team Section 
============== */

.team-area {
  border-top: 1px solid #eee;
}

.team-member-bg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
}

.team-member-bg {
  background-image: url(../img/team/1.jpg);
}

.team-bg-2 {
  background-image: url(../img/team/2.jpg);
}

.team-bg-3 {
  background-image: url(../img/team/3.jpg);
}

.team-bg-4 {
  background-image: url(../img/team/4.jpg);
}

.team-bg-5 {
  background-image: url(../img/team/5.jpg);
}

.team-bg-6 {
  background-image: url(../img/team/6.jpg);
}

.team-bg-7 {
  background-image: url(../img/team/7.jpg);
}

.team-bg-8 {
  background-image: url(../img/team/8.jpg);
}

.single-team-member {
  position: relative;
  margin-top: 25px;
}

.single-team-member .team-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.team-content .team-title {
  font-weight: 500;
  margin-bottom: -3px;
}

.team-content .team-title a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #191919;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 16px 0 5px;
}

.team-content .team-subtitle p {
  font-size: 16px;
  color: #7c7c7c;
  margin-bottom: 10px;
}

ul.team-social {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.team-social li {
  display: inline-block;
}

ul.team-social li a {
  font-size: 18px;
  padding: 10px;
  padding-top: 0;
  transition: all 0.3s ease-out;
}

.single-team-member:hover .team-social li a {
  color: #71b548;
}

/* Price Section 
============== */

.single-price-item {
  background: #f8f9fa;
  padding: 30px 50px;
  margin-top: 50px;
  transition: 0.3s;
}

.single-price-item h5 {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin: 20px 0;
}

.single-price-item h6 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  color: #777;
  margin-bottom: 40px;
}

.single-price-item h5:before {
  position: absolute;
  content: "";
  width: 54px;
  height: 2px;
  bottom: -10px;
  left: 0;
  right: 0;
  background: #71b548;
}

.single-price-item p b {
  font-size: 45px;
  color: #71b548;
  margin-right: 10px;
  margin-left: 3px;
}

.single-price-item p {
  font-size: 18px;
  margin: 40px 0px;
}

.price-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.price-list ul li {
  display: block;
  margin: 10px 0;
  font-size: 17px;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.3s;
}

.price-list ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  padding-right: 10px;
}

.single-price-item .main-btn {
  display: inline-block;
  margin: 30px 0 0;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 16px;
}

.single-price-item.active {
  background: #fff;
  box-shadow: 0 3px 9px -2px #d0cece;
  overflow: visible;
  padding-bottom: 75px;
}

/* Breadcroumb 
============== */

.breadcroumb-area {
  background-image: url(../images/banner_internos/banner_masis_general.webp);
}

.breadcroumb-area {
  height: 400px;
  background-size: cover;
  background-position: center bottom;
  background-color: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.breadcroumb-area .breadcroumb-title h1 {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 40px;
  position: relative;
  padding-left: 30px;
}

.breadcroumb-area .breadcroumb-title h1:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 5px solid #71b548;
}

.breadcroumb-area h6 a {
  color: #fff;
}

.breadcroumb-area h6 {
  color: #71b548;
  font-size: 18px;
  margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcroumb-area .breadcroumb-title h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcroumb-area .breadcroumb-title h1 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .breadcroumb-area .breadcroumb-title h1 {
    font-size: 35px;
  }
}

/* FAQ Section 
============== */

.faq-bg {
  background-image: url(../img/faq.png);
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: -60px;
}

.styled-faq {
  margin-top: 40px;
}

.styled-faq .panel-group .panel {
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  margin-bottom: 30px;
  border: 1px solid #f6f6f6;
}

.styled-faq .panel-default > .panel-heading {
  background: none;
  padding: 0;
  border: none;
}

.styled-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  padding: 10px;
  line-height: 1.5;
  color: #555;
}

.styled-faq .panel .panel-heading h6 {
  font-weight: 500;
}

.styled-faq .panel .panel-heading h6 a {
  display: block;
  text-decoration: none;
  padding: 12px;
  background: #f6f6f6;
  color: #444;
}

@media (max-width: 575px) {
  .styled-faq .panel .panel-heading h6 a {
    font-size: 14px;
  }
}

.styled-faq .panel .panel-heading h6 a i.fa {
  float: right;
  font-size: 150%;
  line-height: 15px;
  display: none;
  color: #ddd;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded="true"] i.fa.fa-angle-up {
  display: block;
  color: #71b548;
}

.styled-faq
  .panel
  .panel-heading
  h6
  a[aria-expanded="false"]
  i.fa.fa-angle-down {
  display: block;
  color: #71b548;
}

/* Contact Page  
============== */

.contact-us-wrapper {
  background: #fff;
  position: relative;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}

.contact-us-inner {
  text-align: center;
  padding: 40px 30px;
  border-right: 1px solid #eee;
}

.contact-us-inner:nth-last-child(4) {
  border-right: none;
}

.contact-us-inner h5 {
  font-size: 22px;
  margin: 40px 0 20px;
}

.contact-us-inner a {
  text-transform: uppercase;
  color: #71b548;
  font-size: 17px;
  font-weight: 500;
  margin: 20px 0 10px;
}

#contact-us .info-i {
  position: relative;
  z-index: 1;
}

#contact-us .info-i i:before {
  font-size: 50px;
  color: #71b548;
}

#contact-us .contact-form .main-btn {
  margin-top: 30px;
}

/* Single Service Page
============== */

.service-list {
  background: #f6f6f6;
  padding: 30px;
  margin-bottom: 30px;
}

.service-list h5 {
  font-size: 24px;
  margin: 30px 0;
}

.service-list a {
  display: block;
  color: #333;
  font-size: 17px;
  font-weight: 500;
  line-height: 17px;
  padding: 14px;
  margin-bottom: 20px;
  background: #fff;
}

.service-list a.active {
  background: #71b548;
  color: #fff;
}

.service-list a span {
  float: right;
}

.single-service h2 {
  margin: 30px 0;
}

.single-service h5 {
  margin: 30px 0 10px;
  font-size: 24px;
}

.single-service p {
  font-size: 17px;
  line-height: 30px;
}

.single-service-bg img {
  width: 100%;
}

.helpline-section {
  background: #020e28;
  color: #fff;
  padding: 20px;
  margin-top: 35px;
  height: 272px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.helpline-section h4 {
  font-size: 28px;
  line-height: 1.5;
  color: #fff;
  margin-top: 15px;
}

.helpline-section button {
  margin-top: 15px;
}

#service-page .key-feature .about-icon i:before {
  font-size: 50px;
  color: #71b548;
  position: absolute;
  top: 0;
  left: 28px;
}

/* Single Project Page 
============== */

.project-single-section h3 {
  font-size: 35px;
  margin: 30px 0;
}

.project-info {
  border: 1px solid #ddd;
  padding: 30px;
  margin-bottom: 50px;
}

.project-info h5 {
  font-size: 30px;
  margin-bottom: 40px;
}

.project-info p {
  margin: 25px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.project-info p b {
  color: #222;
}

.project-info span {
  float: right;
}

.project-info .main-btn {
  padding: 15px 18px;
  font-size: 17px;
  margin: 20px 0;
  width: 60%;
  margin-left: 20%;
  line-height: 17px;
}

.project-overview h4 {
  margin: 30px 0;
}

.project-overview p:last-child {
  margin-bottom: 40px;
}

/* Single Blog Page 
============== */

.single-blog-wrap .blog-meta {
  margin: 20px 0;
}

.single-blog-wrap .blog-meta span i {
  color: #71b548;
  font-size: 20px;
  margin-right: 10px;
}

.single-blog-wrap h3 {
  font-size: 28px;
  margin: 20px 0;
}

.single-blog-wrap h5 {
  font-size: 22px;
  margin: 20px 0;
}

/* Blog-Classic  
============== */

#blog-page .single-blog-item {
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 0 3px 9px -2px #d0cece;
}

#blog-page .blog-bg img {
  width: 100%;
  height: 100%;
}

#blog-page .blog-content p.blog-meta {
  font-size: 16px;
  color: #898a9c;
}

#blog-page .blog-content a {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 500;
  color: #00283f;
  margin-bottom: 20px;
}

#blog-page .blog-content a:hover {
  color: #c89d66;
}

#blog-page .blog-content a.read-more {
  text-transform: uppercase;
  font-size: 16px;
  color: #c89d66;
}

.blog-search input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  padding: 0;
  padding-bottom: 15px;
}

.blog-search button {
  background: none;
  margin: 0;
  padding: 0;
}

.blog-search button i {
  color: #191919;
  font-size: 20px;
  opacity: 0.5;
  position: absolute;
  top: 18px;
  right: 28px;
}

.blog-category h5,
.archive h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 25px 0;
}

.blog-category a,
.archive a {
  display: block;
  color: #191919;
  font-size: 18px;
  margin-bottom: 20px;
}

.blog-category a:hover,
.archive a:hover {
  color: #f35e27;
}

.blog-category a.active,
.archive a.active {
  color: #71b548;
}

.recent-post h5 {
  margin: 30px 0;
  margin-top: 50px;
  font-weight: 600;
}

.recent-post img {
  float: left;
  width: 70px;
  height: 70px;
}

.single-recent-post h6 {
  margin: 0;
  padding-left: 90px;
  font-size: 17px;
  line-height: 1.5;
}

p.blog-date {
  padding-left: 90px;
}

.single-recent-post {
  padding-bottom: 25px;
}

.single-recent-post .recent-post-content {
  display: block;
  padding-left: 110px;
}

.single-recent-post h6 a {
  color: #1d2143;
  line-height: 1.5;
}

.popular-tag h5 {
  margin: 30px 0;
  margin-top: 50px;
  font-weight: 600;
}

.popular-tag span {
  padding: 8px 15px;
  background: transparent;
  border: 1px solid #392212;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 15px;
}

.popular-tag a {
  font-size: 17px;
  color: #000;
  padding: 5px;
}

.popular-tag span.active {
  background: #71b548;
}

.popular-tag span:hover {
  background: #392212;
}

.popular-tag span:hover a {
  color: #fff;
}

.author-profile img {
  width: 90px;
  height: 90px;
  float: left;
}

.comments-section h5 {
  font-size: 22px;
  margin: 40px 0;
}

.comments-section img {
  width: 90px;
  height: 90px;
  float: left;
}

.single-comments-section p {
  padding-left: 120px;
}

.single-comments-section p b {
  color: #333;
}

a.reply-btn {
  text-transform: uppercase;
  font-size: 14px;
}

.comments-form h3 {
  margin: 40px 0 15px;
}

.author-info {
  padding-left: 120px;
}

.author-info h6 {
  font-size: 20px;
  margin: 10px 0;
}

.single-comments-section p span {
  font-size: 15px;
  display: block;
}

.blog-search {
  border: 1px solid #ddd;
  padding: 15px;
}

.blog-category,
.recent-post,
.archive,
.popular-tag {
  border: 1px solid #ddd;
  padding: 10px 30px 20px;
  margin: 20px 0;
}

.helpline-section {
  background-size: cover;
  background-position: center center;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.helpline-content h4 {
  color: #ffff;
}

.helpline-content p {
  color: #fff;
  margin-top: 20px;
}

.helpline-content button {
  z-index: 9;
  position: relative;
}

/*Estilos Añadidos*/
.process-area {
  background: #ffffff;
}
.contact-inner a {
  color: #fff;
}
.contact-section {
  border-bottom: 2px solid #fff;
}
img.logo_ssl {
  border-radius: 100%;
  width: 115px;
}
.ssl {
  margin-top: 25px;
}
a.img_ser {
  width: 100%;
}
.contact-info a {
  color: #898a9c;
  font-size: 20px;
}
p.website-name {
  margin-top: 15px;
  margin-bottom: 0px !important;
}
p.website-name i {
  color: #71b548;
  padding-right: 5px;
}
.single-service h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}
li.nav-item-mobile {
  display: none;
}
.info-two {
  width: 150px !important;
}
p.mobile_text {
  display: none;
}
ul.footer-link a {
  color: #ffffff;
}
.social-area i {
  background: #392212;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.social-area i:hover {
  background: #e64e1d;
}
.portfolio-2 {
  position: relative;
  z-index: 1;
}
.portfolio-2:after {
  background-image: url(../images/main-slider/bg-line-1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 600px;
  z-index: -1;
  pointer-events: none;
}
.resizemargin {
  /* margin-left: calc((100% - 1230px) / 2); */
  padding: 0 20px 0 30px;
}
/* @media only screen and (max-width: 1280px) {
  .resizemargin {
    margin-left: calc((100% - 1200px) / 2);
  }
}
@media only screen and (max-width: 1191px) {
  .resizemargin {
    margin-left: calc((100% - 960px) / 2);
  }
} */
@media only screen and (max-width: 991px) {
  .resizemargin {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content-inner-1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #232323 !important;
}
@media only screen and (max-width: 991px) {
  .content-inner-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

:root {
  --slide-active-scale: 1.2;
  --slide-normal-scale: 0.8;
  --slide-transition-duration: 0.5s;
}

/* Ajustes generales */
.swiper-portfolio-2 .swiper-slide {
  transition: transform var(--slide-transition-duration) ease,
    opacity var(--slide-transition-duration) ease;
  opacity: 0.7;
  transform: scale(var(--slide-normal-scale));
}

/* Slide activo centrado y visible */
.swiper-portfolio-2 .swiper-slide-active {
  opacity: 1;
  transform: scale(var(--slide-active-scale));
}

/* Centrados y superpuestos */
.swiper-portfolio-2 .swiper-wrapper {
  align-items: center;
}

/* Media queries: móviles y tablets */
@media (max-width: 768px) {
  :root {
    --slide-active-scale: 1.1;
    --slide-normal-scale: 0.9;
  }
}
.ic-box {
  position: relative;
}
.ic-box.style-2 .ic-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: rgba(33, 37, 41, 0.2);
  display: flex;
  flex-direction: column;
}
.swiper-portfolio-2 .swiper-wrapper {
  align-items: stretch;
}

.swiper-portfolio-2 .swiper-slide {
  transition: transform 0.3s ease;
  flex-shrink: 0;
  height: auto;
  transform: scale(0.9); /* Tamaño normal */
}

/* El PRIMER slide */
.swiper-portfolio-2 .swiper-slide:first-child {
  transform: scale(1.2); /* Más grande */
  z-index: 2;
}

/* Ajuste para evitar espacios entre slides */
.swiper-portfolio-2 .swiper-slide {
  /*margin: 0 !important;*/
  padding: 0 !important;
}

.ic-box {
  position: relative;
  overflow: hidden;
}

.ic-media {
  position: relative;
}

.ic-media img {
  display: block;
  width: 100%;
  height: auto;
}

/* Posicionamos .ic-info dentro de la imagen, parte inferior */
.ic-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5); /* fondo semitransparente */
  color: #fff;
  z-index: 2;
}

/* Opcional: mejorar legibilidad */
.ic-info h6,
.ic-info h4 {
  margin: 0;
  color: #fff;
}

.ic-info h4 a {
  color: #fff;
  text-decoration: none;
}

.ic-info h4 a:hover {
  text-decoration: underline;
}
.swiper-slide.swiper-slide-active a {
  position: relative;
  top: -32px;
}
.swiper-portfolio-2 .swiper-slide {
  transform: scale(1) !important;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  width: auto;
  height: auto;
  padding: 6px 12px;
  background: transparent;
  color: #000;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 4px;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #29e6aa; /* o el color que desees */
  color: #fff;
  border-color: transparent !important;
}
i.icon_reviews {
  float: left;
  width: 70px;
  height: 70px;
  background-color: #392212;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 25px;
}
img.logo-reviews {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}
.archive i {
  color: #71b548;
}
a.text_cta {
  color: #ffffff;
}
.row-inverse {
  display: flex;
  flex-flow: row wrap-reverse;
}
.content_logo_mobile {
  display: block;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.content_logo_mobile {
  display: none;
}
.contenedor_new {
  height: 200px;
  width: 100%;
  margin-top: 0px;
  overflow: auto;
  box-sizing: border-box;
  text-align: left;
  padding-right: 20px;
  margin-bottom: 25px;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.contenedor_new::-webkit-scrollbar {
  -webkit-appearance: none;
}

.contenedor_new::-webkit-scrollbar:vertical {
  width: 10px;
}

.contenedor_new::-webkit-scrollbar-button:increment,
.contenedor_new::-webkit-scrollbar-button {
  display: none;
}

.contenedor_new::-webkit-scrollbar:horizontal {
  height: 10px;
  scrollbar-height: 10px;
}

.contenedor_new::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
  height: 50px;
}

.contenedor_new::-webkit-scrollbar-track {
  border-radius: 10px;
}

.eulding-btn a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
img.logo_google_re {
  border-radius: 100%;
}
img.logo_google_reviews {
  border-radius: 100%;
}

strong.text-transform {
  font-style: italic;
  color: #000;
}
ul.list_details_ser li {
  margin-bottom: 10px;
  line-height: 30px;
  display: block;
}
ul.list_details_ser_two li {
  margin-bottom: 10px;
  line-height: 30px;
  display: inline-block;
  width: 45%;
  color: #6a778c;
}
ul.list_details_ser i,
ul.list_details_ser_two i {
  color: #392212;
  padding-right: 5px;
}
.blog-content h5 {
  height: 100px;
}
.founded-year p {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
.theme-btn {
  font-size: 14px;
  color: #ffffff;
  padding: 14px 20px;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  border-radius: 0px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #392212;
  box-shadow: var(--box-shadow);
  z-index: 1;
}
.theme-btn:hover,
.theme-btn.active {
  color: #ffffff;
}

.theme-btn i {
  margin-left: 5px;
  transition: all 0.5s;
}

.theme-btn span {
  margin-right: 5px;
}

.theme-btn::before {
  content: "";
  position: absolute;
  height: 95%;
  width: 0;
  background: #71b548;
  top: 0;
  left: 0;
  transition: var(--transition);
  z-index: -1;
}

.theme-btn:hover::before,
.theme-btn.active::before {
  width: 100%;
}

.theme-btn2 {
  background: #ffffff;
  color: #71b548;
}
.gap-3 {
  gap: 1rem !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.about-key li {
  margin-bottom: 16px;
  float: left;
  width: 45%;
}
.container-flex {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
}
h6.subtitle_slider {
  color: #e64e1d;
  /* background-color: ; */
  padding: 8px;
  line-height: 1;
  border-radius: 15px;
  font-size: 22px !important;
  color: #ffffff !important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  /* padding-left: 0px; */
  /* display: inline-block; */
  text-align: center !important;
  text-shadow: 4px 4px 4px #404040;
  /*text-shadow: 2px 2px 2px #ffffff99;*/
}
a.main-btn {
    padding: 18px 35px !important;
}
.tp-bannertimer {
  background: rgb(113 181 72) !important;
}

.section-title b,
.tp-caption.tp-title b {
  color: #71b548;
  /* text-shadow: 4px 4px 4px #404040; */
}
.tp-caption.tp-title {
  width: 70% !important;
  text-shadow: 4px 4px 4px #404040;
}
.tp-caption.tp-title {
  color: #fff !important;
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 90px !important;
  line-height: 100px !important;
  margin: 30px 0 !important;
  position: relative !important;
  letter-spacing: 3px !important;
  text-align: center !important;
  text-shadow: 4px 4px 4px #404040;
}
.tp-caption.tp-title b {
  color: #71b548;
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 90px !important;
  line-height: 100px !important;
  margin: 30px 0 !important;
  position: relative !important;
}
.tp-caption p {
  color: #fff !important;
  font-size: 18px !important;
  line-height: 35px !important;
  text-align: center !important;
  text-shadow: 4px 4px 4px #404040;
}
img.logo_google_slider {
  border-radius: 100%;
}
.tp-shape {
  width: 100% !important;
  height: 100% !important;
}
/* .container-fluid {
  background: #71b548;
} */
#header-2 .navigation {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
img.logo_services {
  width: 60px !important;
  height: auto;
  max-width: 60px !important;
}
.servic-icon img {
  background: #f3f3f3;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.info-c a {
  color: #777;
}

@media (max-width: 991px) {
  .content_logo_mobile {
    display: block;
  }
  .tp-caption.tp-title,
  .tp-caption.tp-title b {
    font-size: 35px !important;
    line-height: 40px !important;
    /*min-width: 100% !important;*/
  }
  .tp-caption p {
    margin-top: 35px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height: 15px !important;
  }
  .rev-btn {
    margin-top: 120px !important;
    position: relative;
  }
  /* br.salto_slider {
    display: none;
  } */
  li.nav-item-mobile {
    display: block;
  }
  .responsive-logo {
    display: none !important;
  }
  #header-2 .navbar-toggler {
    left: 0 !important;
    top: 10px !important;
  }
  #header-2 .navigation {
    height: 60px !important;
  }
  p.mobile_text {
    display: block;
    position: absolute;
    top: 15px;
    left: 20%;
    color: #ffffff;
  }
  .swiper-portfolio-2 {
    .swiper-pagination {
      position: absolute;
      right: 50px;
      bottom: 20px;
    }
  }
  #header-2 .navigation {
    background: #71b548 !important;
  }
  .navbar-toggler-icon {
    background-color: #ffffff !important;
  }
  #header-2.header-area .is-sticky .main-menu .navbar-nav .nav-link {
    color: #000 !important;
  }
  .breadcroumb-area {
    height: 215px;
  }
  .single-service-area {
    margin-bottom: 0px;
  }
  .cta-area-2 {
    margin-top: 25px;
  }
  .choose-us-content {
    padding: 25px !important;
  }
  .swiper-slide.swiper-slide-active .overlay {
    background-color: transparent;
  }
  .swiper-portfolio-2 img {
    height: 550px !important;
  }
  .swiper-portfolio-2 .swiper-pagination {
    position: absolute;
    right: 50px !important;
    bottom: 45px !important;
  }
  ul.footer-link.d-inline-block {
    text-align: center !important;
    display: block !important;
  }
  form#contact-form p {
    font-size: 14px;
  }
  #header-2 .main-menu .navbar .navbar-collapse {
    top: 50px;
    max-height: 370px !important;
  }
  .section-title h6 {
    font-size: 14px;
  }
  .service-content h5 {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0 15px;
  }
  .cta-content {
    padding: 10px;
    height: 100%;
  }
  ul.about-key.mt-30 {
    overflow: visible;
  }
  #service-page .key-feature .about-icon i:before {
    position: relative !important;
    left: 0px !important;
  }
  ul.list_details_ser_two li {
    width: 100%;
  }
  #header-2 .main-menu .navbar .navbar-collapse {
    max-height: 370px !important;
  }
  ul.list_link li {
    display: inline-block !important;
    position: relative;
    width: 100%;
  }
  .footer-area ul.list_link li a {
    display: inline-block;
    width: 45%;
  }
  ul.list_contact_footer li {
    display: block;
  }
}

/* Loader */
.opacity-0 {
  opacity: 0;
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.loader-top {
  width: 100%;
  height: 50%;
  background: #fff;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  transition: transform 1s ease-in-out;
}

.loader-bottom {
  width: 100%;
  height: 50%;
  background: #fff;
  display: flex;
  align-items: start;
  justify-content: center;
  position: relative;
  transition: transform 1s ease-in-out;
}

.loader-top.open {
  transform: translateY(-100%);
}

.loader-bottom.open {
  transform: translateY(100%);
}

.loader-image {
  max-width: 400px;
  animation: pulse 2s infinite;
  padding-bottom: 40px;
}

.loading-text {
  font-size: 3rem;
  font-weight: bold;
  color: #3b2115;
  letter-spacing: 8px;
  animation: glow 2s infinite alternate;
}

.progress-bar-container {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 8px;
  background-color: rgb(0 0 0 /0.3);
  overflow: hidden;
  z-index: 10000;
}

.progress-bar {
  height: 100%;
  background: #e9531f;
  width: 0%;
  animation: progressMove 2s ease-in-out;
}

@keyframes progressMove {
  0% {
    width: 0%;
  }
  50% {
    width: 100%;
    background-position: 200% 0;
  }
  100% {
    width: 100%;
    background-position: 0% 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes glow {
  0% {
    text-shadow: 0 0 10px #3b2115, 0 0 20px #3b2115, 0 0 30px #3b2115;
    opacity: 0.8;
  }
  100% {
    text-shadow: 0 0 20px #3b2115, 0 0 30px #3b2115, 0 0 40px #3b2115;
    opacity: 1;
  }
}

.content_logo_certi {
  margin-top: 5px;
}
img.logo_certi_anima {
  width: 300px !important;
  height: auto !important;
}

.logo_certi.shadow{
  max-width: 150px;
  margin: 0 auto;
}

/*reviews seccion*/
.testimonial-1 .testimonial-info .testimonial-text {
  font-size: 18px;
  margin-bottom: 20px;
}

.testimonial-1 .quote-icon {
  transform: rotate(180deg);
  display: inline-block;
  font-size: 100px;
  line-height: 1;
  color: #71b548;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .testimonial-1 .quote-icon {
    font-size: 70px;
  }
}

.testimonial-1 .testimonial-detail .testimonial-name {
  margin-bottom: 5px;
}

.testimonial-1 .testimonial-detail .testimonial-position {
  color: #e64e1d !important;
  font-size: 18px;
}
.client-area {
  width: 100%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

@media only screen and (max-width: 575px) {
  .client-area {
    margin-bottom: 0;
  }
}

.client-area ul {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.client-area ul li {
  position: absolute;
}

.client-area ul li a {
  width: 80px;
  height: 80px;
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
  transform: scale(0.85);
  -moz-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -os-transform: scale(0.85);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

@media only screen and (max-width: 767px) {
  .client-area ul li a {
    width: 40px;
    height: 40px;
  }
}

.client-area ul li a img {
  border-radius: 300px;
  width: 100%;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/*.client-area ul li a.icclient1 {
  animation: icMove1 9s linear infinite;
}

.client-area ul li a.icclient2 {
  animation: icMove1 8s linear infinite;
}

.client-area ul li a.icclient3 {
  animation: icMove1 10s linear infinite;
}

.client-area ul li a.icclient4 {
  animation: icMove1 7.5s linear infinite;
}

.client-area ul li a.icclient5 {
  animation: icMove1 6s linear infinite;
}

.client-area ul li a.icclient6 {
  animation: icMove1 7s linear infinite;
}*/

.client-area ul li:nth-child(1) {
  top: 35%;
}

.client-area ul li:nth-child(2) {
  left: 60%;
  transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  top: 5%;
}

.client-area ul li:nth-child(3) {
  top: 85%;
  left: 15%;
  transform: scale(0.85);
  -moz-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
}

.client-area ul li:nth-child(4) {
  left: 85%;
  transform: scale(0.75);
  -moz-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  top: 75%;
}

.client-area ul li:nth-child(5) {
  top: 60%;
  left: 30%;
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
}

.client-area ul li:nth-child(6) {
  left: 65%;
  top: 55%;
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}

.client-area ul li.active img {
  background: #fff;
  padding: 5px;
}

/**/
.client-area {
  position: relative;
}
.client-area ul {
  position: absolute;
  inset: 0;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.client-area ul li {
  position: absolute;
  width: 60px;
  height: 60px;
  transform-origin: 50% 50%;
  animation: orbit 16s linear infinite;
}
.client-area ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes float {
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(8px, -8px);
  }
  50% {
    transform: translate(0px, -12px);
  }
  75% {
    transform: translate(-8px, 6px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.client-area ul li a {
  animation: float 6s ease-in-out infinite;
}

.client-area ul li:nth-child(1) a {
  animation-delay: 0s;
}
.client-area ul li:nth-child(2) a {
  animation-delay: 1s;
}
.client-area ul li:nth-child(3) a {
  animation-delay: 2s;
}
.client-area ul li:nth-child(4) a {
  animation-delay: 0.5s;
}
.client-area ul li:nth-child(5) a {
  animation-delay: 1.5s;
}
.client-area ul li:nth-child(6) a {
  animation-delay: 2.5s;
}

/*.client-area ul li:nth-child(1) { animation-delay: 0s; }
.client-area ul li:nth-child(2) { animation-delay: 1s; }
.client-area ul li:nth-child(3) { animation-delay: 2s; }
.client-area ul li:nth-child(4) { animation-delay: 0.5s; }
.client-area ul li:nth-child(5) { animation-delay: 1.5s; }
.client-area ul li:nth-child(6) { animation-delay: 2.5s; }*/

/*.client-area ul li:nth-child(odd) {
  animation-duration: 18s;
}
.client-area ul li:nth-child(even) {
  animation-duration: 14s;
}

.client-area ul li:nth-child(1) { animation-delay: 0s; }
.client-area ul li:nth-child(2) { animation-delay: 2s; }
.client-area ul li:nth-child(3) { animation-delay: 4s; }
.client-area ul li:nth-child(4) { animation-delay: 6s; }
.client-area ul li:nth-child(5) { animation-delay: 8s; }
.client-area ul li:nth-child(6) { animation-delay: 10s; }*/

path {
  fill: rgba(255, 106, 0, 0.1);
}

@media (max-width: 992px) {
  img.logo_certi_anima {
    display: none;
  }
}

.logo-reviews {
  max-width: 100px;
}

/* New Reviews */
.testimonial-2 {
  display: flex;
  flex-direction: column;
  background-color: #f4f4f4;
  padding: 20px;
}

.testimonial-2 .testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-2 .testimonial-header .testimonial-name {
  font-size: 16px;
}

.testimonial-2 .testimonial-header img {
  width: 30px;
  border-radius: 50%;
}

.testimonial-2 .testimonial-body {
  max-height: 100px;
  overflow-y: auto;
  padding-right: 10px;
}

.testimonial-2 .testimonial-body p {
  line-height: 20px;
  font-size: 14px;
}
