/**
  * Name: GainGrower
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/

@import url("owl.carousel.css");
@import url("font-awesome.css");
@import url("ionicons.css");
@import url("shortcodes.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Sue+Ellen+Francisco&display=swap");
@import url("bootstrap.css");
@import url("animate.css");
@import url("responsive.css");
@import url("magnific-popup.css");

@import "../rev-slider/css/settings.css";
@import "../rev-slider/css/layers.css";
@import "../rev-slider/css/navigation.css";

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.otf");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.otf");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/**
* Reset
* Repeatable Patterns
* Header 
* Main Menu
* rev-slider
* testimonials home
* brand
* blog home
* instagram-home
* Footer
* Footer Bottom
* Mobile navigation
* GoTop
* Preloader
*/

/* Reset
------------------------------------------------------------- */

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

figure {
  margin: 0;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0)
  ); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1;
  cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
  border: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 16px/30px "Open Sans", sans-serif;
  background-color: #fff;
  color: #798883;
}

a {
  text-decoration: none;
  color: #435a52;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #e6d54f;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul,
ol {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

b,
strong {
  font-weight: 900;
}

button {
  border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  color: white;
  font-family: "Sue Ellen Francisco", sans-serif;
  font-weight: 400;
  position: relative;
  height: 64px;
  width: 160px;
  cursor: pointer;
  line-height: 65px;
  font-size: 18px;
  background-color: #3e483c;
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button.search-submit-form {
  position: absolute;
  right: 2px;
  top: 7px;
  padding: 0px 10px;
  color: #999999;
  background-color: transparent;
  display: inline-block;
  height: 29px;
  line-height: 31px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 5px 27px;
  color: #798883;
  font-size: 14px;
  background-color: #f7f0ea;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type="checkbox"] {
  display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
  color: #798883;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #798883;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #798883;
  opacity: 1;
}

/* bootstrap resetting elements */

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #798883;
}

.blog-single .entry p {
  margin-bottom: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sue Ellen Francisco", sans-serif;
  font-weight: 500;
  color: #435a52;
}

h1 {
  font-size: 72px;
  line-height: 86px;
}
h2 {
  font-size: 36px;
  line-height: 50px;
}
h3 {
  font-size: 32px;
  line-height: 38px;
}
h4 {
  font-size: 24px;
  line-height: 20px;
}
h5 {
  font-size: 100px;
  line-height: 70px;
}
h6 {
  font-size: 18px;
  line-height: 28px;
}

h3 {
  color: rgb(0, 0, 0);
}
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.error_texto {
  text-align: left;
  font-size: 10px;
  color: red;
}

.customOverlay {
  background: rgba(36, 123, 160, 0.7);
}
.customModal {
  background: #b2dbbf;
  max-width: 500px;
  width: 100%;
}

@keyframes customEnterOverlayAnimation {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes customLeaveOverlayAnimation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes customEnterModalAnimation {
  0% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes customLeaveModalAnimation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
  }
}

.button1 {
  background-color: #e6d54f;
  color: #4e6252;
}
.button3::before,
.button1::before {
  border: 0.1px solid #c4b94b !important;
}
.button2 {
  background-color: #297d53;
  color: white;
}
.button2::before {
  border: 0.1px solid #549775 !important;
}
.button:hover::before,
.button2:hover::before {
  border: 0.1px solid #c4b94b !important;
}
.button3 {
  background-color: #e6d54f;
  color: rgb(2, 2, 2);
}
.button2:hover,
.button:hover {
  background-color: #e6d54f;
  color: rgb(0, 0, 0);
}
.button1:hover {
  background-color: #297d53;
  color: white;
}
.button1:hover::before {
  border: 0.1px solid #fff !important;
  transition: 0.5s all;
}
.button3:hover {
  background-color: #2c332b;
  color: white;
}
.button3:hover::before {
  border: 1px solid #4e6252 !important;
}
.submit::before,
.button::before,
.button1::before,
.button2::before,
.button3::before {
  border: none;
  font-family: "Sue Ellen Francisco", sans-serif;
  font-size: 18px;
  cursor: pointer;
  height: 57px;
  width: 152px;
  border-radius: 3px 3px 3px 3px;
  text-transform: uppercase;
  border: 0.1px solid #565c55;
  content: "";
  position: absolute;
  top: 3.8px;
  left: 4px;
  right: 0;
  bottom: 0;
  transition: 0.5s all;
}
.submit::after,
.button::after,
.button1::after,
.button2::after,
.button3::after {
  content: "+";
}

/* Header 
---------------------------------------------------------------*/
#header {
  background: url("../images/background/sld-home.jpg") fixed no-repeat;
  background-size: cover;
  position: relative;
  height: 600px;
  width: 100%;
}

#headerPortafolio {
  background: url("../images/background/PortadaOfferingList2.png") fixed
    no-repeat;
  background-size: cover;
  position: relative;
  height: 600px;
  width: 100%;
}
#headerFarmer {
  /* background: url("../images/background/FotoHeaderPortafolio.png"); */
  background: url("../images/background/PortadaTestimonials.png");
  background-size: cover;
  position: relative;
  height: 600px;
  width: 100%;
}

#headerTestimoniales {
  /* background: url("../images/background/PortadaTestimonials.png"); */
  background: url("../images/background/WhatourClientsSay.png");
  background-size: cover;
  position: relative;
  height: 600px;
  width: 100%;
}

#headerOfferingList {
  /* background: url("../images/background/PortadaOfferingList21264.png"); */
  background: url("../images/background/FotoHeaderPortafolio.png");
  background-size: cover;
  position: relative;
  height: 600px;
  width: 100%;
}
#headerContactUs {
  /* background: url("../images/background/PortadaConctacUS2.png"); */
  background: url("../images/background/ContactUs2.png");
  background-size: cover;
  position: relative;
  height: 600px;
  width: 100%;
}
#headerTeam {
  background: url("../images/background/PortadaOurTeam2.png");
  background-size: cover;
  position: relative;
  height: 600px;
  width: 100%;
}
#headerTeamWhatsNews {
  background: url("../images/background/PortadaWhatsNews.png");
  background-size: cover;
  position: relative;
  height: 600px;
  width: 100%;
}
#headerAboutUS {
  background: url("../images/background/PortadaAboutUs2.png");
  background-size: cover;
  position: relative;
  height: 600px;
  width: 100%;
}
#headerPrivacy {
  background: url("../images/background/PortadaPrivacyPolicy.png");
  background-size: cover;
  position: relative;
  height: 600px;
  width: 100%;
}
#headerLogin {
  background: url("../images/background/FotoHeaderPortafolio.png") fixed
    no-repeat;
  background-size: cover;
  position: relative;
  height: 200px;
  width: 100%;
}

#header .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #5a6259;
  opacity: 0.7;
}

.btn-primary-outline {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.btn-primary-outline .fa {
  color: rgb(51, 47, 47);
  padding: 0px 26px 0 0px;
  font-size: 16px;
}

.header-wrap {
  padding-left: 9.3%;
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-wrap .col-md-6 {
  margin-left: -35px;
}
.header-wrap .col-md-3 {
  margin-left: -190px;
}
.list-social {
  display: flex;
  line-height: 120px;
  margin-right: 74px;
  z-index: 99;
}
.list-social-farmer {
  display: flex;
  line-height: 120px;
  margin-right: 74px;
  height: 120px;
  z-index: 99;
}
.header-right {
  float: right;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-right .fa {
  color: #fff;
  padding: 0px 26px 0 0px;
  font-size: 16px;
}
.list-social :hover {
  color: rgb(230, 255, 6);
}
#header .header-right .fa :hover {
  color: rgb(247, 10, 10);
  padding: 0px 30px 0 0px;
}
#header .icon-cart {
  font-size: 30px;
}
#header .header-title {
  text-align: center;
}
#header .title-two {
  padding: 15px 10px 0 0;
}
#header .heading-title-2-inner-page::after {
  content: "\f105";
  font-family: "FontAwesome";
}

.text-18-style {
  font-family: "Sue Ellen Francisco", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.title-32 {
  font-family: "Sue Ellen Francisco", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: rgb(0, 0, 0);
}
.title-24 {
  font-family: "Sue Ellen Francisco", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}
/* header-fixed */
.header-wrap.is-fixed {
  background-color: #2c332b;
  position: fixed;
  top: -151px;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-wrap.is-fixed.is-small {
  top: 0;
  height: 110px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-wrap.is-fixed.is-small #logo img,
.header-wrap.is-fixed.is-small .time {
  height: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-wrap.is-fixed.is-small .list-social,
.header-wrap.is-fixed.is-small #mainnav .menu > li > a {
  line-height: 110px;
}
.header-wrap.is-fixed.is-small .time .list-time-1 {
  padding: 20px 0 0 3px;
}
/* Main Menu
---------------------------------------------------------------*/
.nav-wrap {
  float: left;
  line-height: 60px;
  position: relative;
  z-index: 999;
}

#mainnav .menu > li {
  display: inline-block;
  position: relative;
}

#mainnav .menu > li > a {
  line-height: 120px;
  display: inline-block;
  padding: 0 18.5px 0 0;
  font-size: 42px;
}

#mainnav.tf-menu .menu > li > a {
  line-height: 138px;
}
#mainnav .menu li a {
  font-family: "Sue Ellen Francisco", sans-serif;
  color: #fff;
  font-weight: 400;
}

#mainnav .menu > li > a:hover,
#mainnav .menu .current-menu-item a,
#mainnav-mobi .menu .current-menu-item > a,
#mainnav-mobi .menu .current-item > a {
  color: #e6d54f;
}

#mainnav .menu > li > a:hover {
  color: #e6d54f;
}

#mainnav .menu > li:last-child a {
  padding-right: 0;
}

#mainnav .menu > li a i.fa {
  padding-left: 3px;
  font-size: 20px;
}

/* sub menu */
#mainnav .menu > li > .sub-menu {
  opacity: 0;
  font-size: 20px;
  position: absolute;
  width: 230px;
  color: #e6d54f;
  background-color: #297d53;
  left: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#mainnav .menu > li > .sub-menu:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 30px;
  border-bottom: 7px solid #297d53;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

#mainnav .menu > li:hover > .sub-menu {
  opacity: 1;
  z-index: 1;
  left: 10px;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mainnav .menu > li > .sub-menu > li > a {
  display: block;
  padding: 10px 10px 10px 15px;
  line-height: 55px;
  border-bottom: 1px solid #ffffff14;
  color: #fff;
}
#mainnav .menu > li > .sub-menu::before:hover {
  color: #fff;
  background-color: #fff;
}
#mainnav .menu > li > .sub-menu > li > a:hover,
#mainnav .menu > li > .sub-menu > li > .sub-item {
  color: #e6d54f;
}
.mainnav {
  margin: 2px 0 0 -14px;
}
.mainnav.home1 {
  margin: 2px 0 0 21px;
}
/* Time
---------------------------------------------------------------*/
.time {
  height: 60px;
  width: 185px;
  background-color: #297d53;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  font-family: "Sue Ellen Francisco", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  float: right;
  z-index: 999;
  margin: 1px;
}

.time .list-time-1 {
  color: #ffffff;
  text-align: center;
  padding: 10px 0 0 3px;
}

.time .list-time-2 {
  color: #e6d54f;
  padding: 5px 0px 0 68px;
}

/* rev-slider
-------------------------------------------------------------- */

.slider-home {
  position: absolute;
  width: 100%;
}
.slider-home .swiper-container {
  width: 100%;
  height: 100%;
}
.bg-slider-1 {
  background-color: #5a6259;
  opacity: 0.5;
  width: 100%;
  height: 850px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.button-slider,
.tp-img,
.title-55 {
  z-index: 30;
}

.slider-home .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  background-image: url("images/sld-home.png");
  height: 850px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}

.slider-home .swiper-slide .image-slider {
  margin: -100px 0px 0 22px;
  z-index: -1;
}
.title-55 {
  font-family: "Sue Ellen Francisco", sans-serif !important;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.slider-home .button-prev {
  cursor: pointer;
  position: absolute;
  top: 52.8%;
  left: 40px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 35px;
  z-index: 99;
  width: 70px;
  padding: 24px 0px 0 30px;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
}

.slider-home .button-next {
  cursor: pointer;
  position: absolute;
  top: 52.8%;
  right: 40px;
  height: 70px;
  width: 70px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 35px;
  z-index: 99;
  padding: 24px 0px 0 30px;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
}
.slider-home .fa {
  font-size: 20px;
  color: #fff;
  z-index: 999;
  position: absolute;
}

.slider-home .button-prev:hover,
.slider-home .button-next:hover {
  background-color: #297d53;
  color: rgb(255, 255, 255);
  opacity: 1;
}

.button-prev:hover,
.button-next:hover .fa {
  opacity: 1;
  color: rgb(255, 255, 255);
}

/*End rev-slider
-------------------------------------------------------------- */
.section-about {
  padding-top: 130px;
}
.tf-about .title-about {
  margin-bottom: 25px;
  /* font-family: "Montserrat-Medium"; */
}
.tf-about .img-about {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  margin-left: -60px;
}
.about-subtitle {
  /* font-family: "Montserrat-Light"; */
  font-size: 18px;
  color: #297d53;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;

  text-align: center;

  margin-bottom: 35px;
}
.ul {
  list-style-type: disc;
  list-style-position: inside;
}
.ul-about li {
  list-style-type: "◉ ";
}
li::marker {
  color: green;
}
.tf-about .inner-title-about {
  /* font-family: "Montserrat-Light"; */
  font-size: 18px;
  color: #297d53;
  font-weight: 700;
  letter-spacing: 9px;
  text-transform: uppercase;
  padding-left: 10px;
  margin-bottom: 35px;
}
.tf-about .text-about {
  margin-bottom: 60px;
  line-height: 28px;
  padding: 0 200px 0 200px;
  text-align: center;
}

.tf-about .img-video {
  position: relative;
}
.tf-about .img-video img {
  height: 100%;
}
.img-video .video-play {
  height: 100px;
  width: 100px;
  background-color: #e6d54f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  font-size: 20px;
}
.img-video .video-play::after {
  height: 90px;
  width: 90px;
  background-color: #e6d54f;
  position: absolute;
  border-radius: 5px;
  font-size: 20px;
  border: 0.1px solid #999595;
  content: "";
  top: 5px;
  left: 5px;
  right: 0;
  bottom: 0;
}
.img-video .video-play .bi {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  color: #222222;
  height: 52px;
  width: 52px;
  z-index: 99;
  opacity: 0.8;
}
.img-video .video-play:hover {
  opacity: 0.6;
}

/* counter home */
.section-counter {
  padding: 110px 0 115px 0;
}
.subtitle-history,
.subtitle-portfolio,
.subtitle-counter {
  font-size: 14px;
  color: #297d53;
  font-weight: 700;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.heading-counter .title-counter {
  padding-right: 100px;
  color: #3e483c;
}
.title-portfolio {
  color: #3e483c;
}
.tf-wrap {
  margin: 40px 0px 0 0;
}
.counter-style72 {
  color: #297d53;
  font-size: 72px;
  line-height: 60px;
  font-family: "Sue Ellen Francisco", sans-serif;
  font-weight: 500;
}
.sub-text-counter {
  margin: 18px 0 0px 0;
  font-size: 14px;
  font-weight: 700;
  padding-right: 52px;
  text-transform: uppercase;
  line-height: 24px;
}
.color-black {
  color: black;
}
/* service home */

.section-service {
  background-color: #f7f0ea;
  padding: 50px 0 80px 0;
}
.heading-service .title-service {
  margin-bottom: 12px;
}
.heading-service .img-service {
  margin-bottom: 71px;
}

.box-service {
  box-shadow: 0 20px 35px -5px rgba(101, 102, 99, 0.25);
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 91px;
  transition: 0.5s all;
}
.box-service img {
  width: 100%;
}
.box-service .inner-box-service {
  padding: 20px 30px 40px 30px;
}
.wrap-title {
  width: 105px;
  height: 30px;
  background-color: #297d53;
  color: white;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  transition: 0.5s all;
}
.box-service .inner-box-service .bottom20 {
  margin-bottom: 20px;
}

.box-service h3:hover {
  color: #e6d54f;
}
.box-service .wrap-title:hover {
  background-color: #e6d54f;
}

.box-service h3 {
  margin-bottom: 18px;
  transition: 0.5s all;
}
.box-service .subtext-service {
  line-height: 29px;
}

.box-service .icon-right {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 35px;
  border: #e6d54f solid 2px;
  position: absolute;
  bottom: -22px;
  right: 30px;
  line-height: 32px;
  font-size: 16px;
  color: #a2a8a3;
  transition: 0.5s all;
}

/* active service*/
.box-service:hover,
.box-service.active {
  background-color: #297d53;
  transition: 0.5s all;
}
.box-service:hover .wrap-title,
.box-service.active .wrap-title {
  color: rgb(0, 0, 0);
  background-color: #e6d54f;
  transition: 0.5s all;
}
.box-service:hover h3,
.box-service.active h3 {
  color: #ffffff;
}
.box-service:hover p,
.box-service.active p {
  color: #ffffff;
  transition: 0.5s all;
}
.box-service:hover h3:hover,
.box-service.active h3:hover {
  color: #e6d54f;
  transition: 0.5s all;
}
.box-service:hover .icon-right,
.box-service.active .icon-right {
  background-color: #e6d54f;
  border: #e6d54f solid 2px;
  transition: 0.5s all;
  color: #9b9445;
}

/* end color service*/

/* portfolio home */

.section-portfolio {
  padding: 40px 0 120px 0;
}
.button-portfolio {
  text-align: right;
  margin: 85px 0 68px 0;
}
.img-box {
  position: relative;
  transition: 0.5s ease;
}
.img-box .img-tf-1,
.img-tf-2,
.img-tf-3,
.img-tf-4,
.img-tf-5,
.img-tf-6 {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
}
.img-box .img-tf-4 {
  margin: -35% 0 0 0;
}
.img-box .img-tf-5 {
  margin: 6.3% 0 0px 0;
}
.img-box .img-tf-6 {
  margin: -33% 0 0 0;
}

.img-box .tf-cat-portfolio {
  width: 140px;
  height: 30px;
  background-color: #297d53;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  top: -15px;
  left: 20px;
  position: absolute;
  transition: 0.5s ease;
}
.img-box .tf-cat-portfolio:hover {
  opacity: 0.8;
  transition: 0.5s ease;
}
.img-box .tf-cat-portfolio a {
  color: #fff !important;
}
.img-box .tf-wrap-content-portfolio {
  left: 0;
  right: 0;
  width: 85%;
  background-color: #e6d54f;
  position: absolute;
  padding: 9% 40px 25px 30px;
  transition: 0.5s ease;
  bottom: -0.1%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.img-box.active .tf-wrap-content-portfolio,
.img-box:hover .tf-wrap-content-portfolio {
  bottom: 0;
  right: 0;
  left: 0;
  width: 85%;
  background-color: #e6d54f;
  position: absolute;
  padding: 9% 40px 25px 30px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.img-box .tf-readmore-portfolio {
  border-radius: 35px;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  text-align: center;
  opacity: 1;
  position: absolute;
  top: 25%;
  right: -9%;
  line-height: 70px;
  overflow: hidden;
  transition: 0.5s ease;
}
.img-box .tf-readmore-portfolio::before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 20px;
  color: #9da19d;
}

.img-box .tf-readmore-portfolio:hover {
  background-color: #297d53;
  opacity: 0.8;
}
.img-box .tf-readmore-portfolio:hover:before {
  color: #fff;
}
.img-box .tf-wrap-content-portfolio .tf-title-portfolio a {
  color: #49513d;
}
.img-box .tf-wrap-content-portfolio .tf-title-portfolio a:hover {
  color: #297d53;
}

/* banner home */

.section-banner {
  background: url("./assets/images/background/banner.jpg") no-repeat fixed
    center;
  width: 100%;
  height: auto;
  display: block;
  padding: 6.5% 0 6.2% 0;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}
.overlay-banner {
  background-image: url("../images/background/SpecialtyCoffees2.png");
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* background-color: #444644; */
  color: white;
  text-shadow: 2px 2px 4px #000000;
  opacity: 0.6;
  position: absolute;
}
.tf-banner img {
  margin-bottom: 22px;
}
.tf-banner .title-banner {
  margin-bottom: 42px;
  padding: 0 10px 0 10px;
  line-height: 120px;
  color: #ffffff;
  font-size: 70px;
  font-family: "Sue Ellen Francisco", sans-serif;
  font-weight: 500;
}

/* team home */

.section-team {
  padding: 40px 0 0 0;
}
.heading-team h1 {
  margin-bottom: 10px;
}
.heading-team img {
  margin-bottom: 70px;
}
.img-contenedor {
  width: 120px;
  height: 102px;
}
.team-box {
  background-color: #f7f0ea;
  border-radius: 3px;
}
.team-box-container {
  background-color: #fcfcfc;
  border-radius: 18px;
  height: 130px;
}
.team-box .list-team-box {
  padding: 20px 30px 20px;
}
.team-box .list-team-box h3 {
  color: #4a5348;
  font-size: 18px;
  margin-bottom: 3px;
  transition: 0.5s;
}
.team-box .list-team-box:hover .icon-team .fa:hover,
.team-box .list-team-box:hover .title-team-box:hover {
  color: #e6d54f;
  font-size: 18px;
  transition: 0.5s;
}
.team-box .icon-team .fa {
  padding: 0px 13px 0 0px;
  color: #3e483c;
  transition: 0.5s;
}

.tf-gallery .hover-gallery,
.team-box .hover-team {
  overflow: hidden;
}
.tf-gallery .hover-gallery .img-galery,
.team-box .hover-team .img-team-box {
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.tf-gallery .hover-gallery .img-galery:hover,
.team-box .hover-team .img-team-box:hover {
  transform: scale(1.2);
  transition: 0.5s;
}
.team-box .list-team-box:hover {
  background-color: #297d53;
  transition: 0.5s;
}
.team-box .list-team-box:hover .title-team-box,
.team-box .list-team-box:hover .icon-team .fa {
  color: #fff;
  font-size: 19.5px;
}
/* history home */

.section-history {
  padding: 36px 0 100px 0;
  position: relative;
  background-image: url("./assets/images/background/history.png");
  background-repeat: no-repeat;
  background-position: 950px;
}

.tf-img-history .img-1-history {
  float: right;
  border-radius: 50%;
}
.img-testimonial {
  border-radius: 50%;
}
.tf-img-history .img-2-history {
  float: left;
  margin: -362px 0px 0 0px;
}
.tf-img-history .img-3-history {
  float: right;
  margin: -370px 0 0px 0;
}
.tf-img-history .img-4-history {
  margin: -61% 0 0 18%;
}
.heading-history {
  margin: 162px 0 0 0;
}
.heading-history.tf-heading2 {
  margin: 114px 0 0 0;
}
.heading-history .subtitle-history {
  margin-bottom: 18px;
}
.heading-history .title-history {
  margin-bottom: 27px;
}
.heading-history .text-history {
  line-height: 29px;
  margin-bottom: 37px;
}
.history-box {
  margin-bottom: 22px;
  display: flex;
}
.history-box-special {
  margin-bottom: 22px;
  list-style-type: "> ";
  display: flex;
}
.history-box-special li {
  display: flex;
  width: 50%;
}
.history-box li {
  display: flex;
  width: 50%;
}
.history-box .icon-tf.icon-mon {
  margin-left: 30px;
}
.history-box-special .icon-tf-special {
  color: "#297d53";
  margin-left: 30px;
  list-style-type: "upper-roman";
}
.history-box .title-icon {
  font-family: "Sue Ellen Francisco", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 57px;
  margin: 0px 0 0 20px;
  color: #000;
}
.history-box-special .title-icon {
  font-family: "Sue Ellen Francisco", sans-serif;
  list-style-type: "> ";
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 57px;
  margin: 0px 0 0 20px;
  color: #000;
}
.button-history {
  margin: 67px 0 0px 0;
}

/* testimonials home */

.section-testimonials {
  background-image: url("../images/background/back_testimoniales.png");

  /* background-color: #000000; */
  width: 100%;
  height: 100%;
  padding-top: 110px;
  padding-bottom: 275px;
}
.heading-testimonials p {
  color: #e6d54f;
}
.heading-testimonials h3 {
  color: #ffff;
  padding: 0px 110px 0 0px;
}
.button-testimonials {
  float: right;
  margin: 84px 0 0 0;
}

.tf-testi {
  box-shadow: 0 20px 35px -5px rgba(101, 102, 99, 0.25);
  width: 100%;
  background-color: #ffff;
  margin-top: -213px;
  padding: 120px 0px 20px 0px;
}
.tf-testi .testi-box img {
  width: 200px !important;
  height: 200px !important;
  position: relative;
  background-repeat: no-repeat;
  margin-bottom: 45px;
}

.tf-testi .testi-box h3 {
  font-family: sans-serif;
  font-size: 16px;
  padding: 0px 20px 30px 20px;
  color: #798883;
  text-align: justify;
  margin: 0 auto;
  margin-bottom: 42px;
  height: 190px;
}

.tf-testi .design {
  display: flex;
}
.name-designName {
  font-family: sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
.work-designName {
  font-family: sans-serif;

  font-size: 14px;
}
.tf-testi .design .name-design {
  padding-left: 30.5%;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
.tf-testi .design .work-design {
  margin-left: 1%;
  font-size: 14px;
}

/* brand */

.section-brand {
  padding: 120px 0 120px 0;

  position: relative;
}

/* blog home */

.heading-our-news h1 {
  margin-bottom: 10px;
}
.heading-our-news img {
  margin-bottom: 70px;
}
.our-news-box {
  position: relative;
  margin-bottom: 80px;
}
.our-news-box.style-2 {
  position: relative;
  margin-bottom: 100px;
}

.our-news-box .img-news-box {
  position: relative;
}
.our-news-box .img-news-box img {
  width: 100%;
}
.our-news-box .img-news-box:hover .overlay-news {
  opacity: 0.5;
  background-color: #000000;
}
.our-news-box .overlay-news {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
}

.our-news-box .list-news {
  background-color: #f2f7f5;
  padding: 30px 45px 43px 30px;
}
.our-news-box .list-news .wrap-title-news {
  width: 105px;
  height: 30px;
  background-color: #297d53;
  position: absolute;
  color: white;
  left: 30px;
  top: 30px;
  text-align: center;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  border-radius: 5px;
}
.our-news-box .list-news h3 {
  color: #5a6f68;
  margin-bottom: 15px;
}
.our-news-box .list-news h3:hover {
  color: #297d53;
}
.our-news-box .list-news .subtext-blog {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}
.our-news-box .list-news .subtext-blog-date {
  font-size: 10px;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 15px;
}
.our-news-box .list-news .list-icon-news .fa {
  padding: 0 15px 0px 0;
}
.our-news-box .list-news .icon-right-box {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 35px;
  border: #e6d54f solid 2px;
  position: absolute;
  bottom: -30px;
  right: 30px;
  line-height: 55px;
}
.our-news-box .list-news .icon-right-box:hover {
  background-color: #e6d54f;
  border: #e6d54f solid 2px;
}
.our-news-box .list-news .icon-right-box:hover .fa {
  color: #fff;
}
.our-news-box .list-news .icon-right-box .fa {
  font-size: 20px;
  color: #afa648;
}

/* instagram-home */

.section-instagram {
  padding-top: 120px;
}
.box-instagram img {
  display: block;
  width: 100%;
  height: 200px;
}
.box-instagram:hover .overlay-instagram {
  height: 100%;
}
.box-instagram .overlay-instagram {
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  transition: 0.5s ease;
  background-color: #e6d54f;
  position: absolute;
  opacity: 0.9;
  z-index: 1;
}
.box-instagram .text-instagram {
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background-color: #3e483c;
  z-index: 9999;
  height: 40px;
  width: 130px;
  text-align: center;
  line-height: 40px;
}

/* end body home 01 */

/* Footer 
---------------------------------------------------------------*/
#footer {
  background-color: #2c332b;
  margin-top: 0;
  height: auto;
  padding: 117px 0 50px 0;
}
#footer .container-fluid {
  max-width: 1550px;
}
.tf-footer img {
  margin-bottom: 47px;
}

.copy-right,
.tf-footer ul li a {
  font-family: "Sue Ellen Francisco", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgb(255, 238, 0);
}

.tf-footer .copy-right {
  margin-bottom: 16px;
  text-decoration: none;
  list-style-type: none;
  color: white;
}

.tf-footer .icon-footer .fa {
  padding: 0 20px 0 0px;
  color: #4b5349;
  font-size: 15px;
}

.tf-footer .icon-footer .fa:hover {
  color: #e6d54f;
}

.link-footer a:hover {
  color: #e6d54f;
}

.link-footer .list-link-1 {
  margin-left: -13px;
}

.link-footer .list-link-2 {
  margin-left: 28px;
}

.link-footer .list-link-3 {
  margin-left: 71px;
}

.link-footer ul li a {
  font-size: 14px;
  font-weight: 550;
  color: #75837e;
  line-height: 48px;
  text-decoration: none;
}

.link-footer h6 {
  color: white;
  margin-bottom: 5px;
}
.payment {
  float: right;
  margin-right: 4px;
}
.payment .img-payment {
  margin-top: 50px;
}
/* Footer Bottom
---------------------------------------------------------------*/

.footer-bottom {
  width: 100%;
  height: auto;
  background-color: #252c24;
  padding: 80px 0 70px 0px;
}

.footer-bottom-about {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 80px 0 70px 0px;
}
.title-footer-bottom {
  padding: 0px 50px 0px 0;
}
.title-footer-bottom-about {
  padding: 0px 50px 0px 0;
  color: #297d53;
}

.title-footer-bottom i {
  font-family: "Sue Ellen Francisco", sans-serif;
  font-size: 60px;
  font-weight: 400;
  color: white;
  line-height: 70px;
  float: left;
}
.title-footer-bottom-about i {
  font-family: "Sue Ellen Francisco", sans-serif;
  font-size: 60px;
  font-weight: 400;
  color: #297d53;
  line-height: 70px;
  float: left;
}
.button-footer {
  float: right;
  line-height: 40px;
  margin-top: 30px;
}
/* End Footer Bottom */

/* fotter home 2 */
#footer.home2 {
  background-image: url("../images/background/footer-home2.jpg");
  margin-top: -5px;
  height: auto;
  padding: 121px 0 50px 0;
  position: relative;
  background-size: cover;
}
#footer.home2 .container-fluid {
  max-width: 1550px;
}
.footer-bottom.home2 {
  width: 100%;
  height: auto;
  background-image: url("../images/background/bottom-home2.jpg");
  padding: 80px 0 70px 0px;
}
.overlay-footer.home2 {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.9;
  position: absolute;
}
.tf-footer.home2 .copy-right {
  margin-bottom: 16px;
  text-decoration: none;
  list-style-type: none;
  color: rgb(0, 0, 0);
}
.copy-right.home2,
.tf-footer.home2 ul li a {
  font-family: "Sue Ellen Francisco", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #297d53;
}
.link-footer.home2 h6 {
  color: #297d53;
  margin-bottom: 5px;
}
.link-footer.home2 ul li a:hover {
  color: #297d53;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
  display: block;
  background-color: #252c24;
  z-index: 100000;
  position: absolute;
  width: 100%;
  top: 120px;
  left: 0;
  font-family: "Sue Ellen Francisco", sans-serif;
  font-weight: 500;
  font-size: 32px;
}

#mainnav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainnav-mobi ul li {
  margin: 0;
  position: relative;
  text-align: left;
  border-top: 1px solid #3e483c;
  cursor: pointer;
}

#mainnav-mobi ul > li > a {
  text-decoration: none;
  padding: 0 15px;
  color: #fff;
}

#mainnav-mobi ul li a {
  line-height: 60px;
}

#mainnav-mobi ul.sub-menu {
  top: 100%;
  left: 0;
  z-index: 2000;
  position: relative;
  background-color: #252c24;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
  border-top: 1px solid #3e483c;
  background-color: #252c24;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
  padding-left: 45px !important;
}

#mainnav-mobi ul.sub-menu > li > a {
  display: block;
  text-decoration: none;
  padding: 0 30px;
  border-top-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
  border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
  color: #fff;
}

.btn-menu {
  display: none;
  float: right;
  position: relative;
  background: transparent;
  cursor: pointer;
  top: 50px;
  right: 15px;
  width: 36px;
  height: 16px;
  z-index: 100;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
  background-color: #ffffff;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
}

.btn-menu:before,
.btn-menu:after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.btn-menu span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}

.btn-menu:before {
  -webkit-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
  -webkit-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
  opacity: 0;
}

.btn-menu.active:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
  position: absolute;
  right: 10px;
  top: 5px;
  font: 20px/50px "FontAwesome";
  text-align: center;
  cursor: pointer;
  width: 70px;
  height: 44px;
}

.btn-submenu:before {
  content: "\f107";
  color: #fff;
}

.btn-submenu.active:before {
  content: "\f106";
}

/* GoTop
-------------------------------------------------------------- */
.go-top {
  position: fixed !important;
  right: -35px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #e6d54f;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.go-top.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  right: 15px;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.go-top i {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
}

.go-top:hover {
  background-color: #297d53;
}

.go-top:hover i {
  color: #e6d54f;
}

/* Preloader
-------------------------------------------------------------- */
.preloader {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.clear-loading {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* navigation */
.language {
  margin-top: 0;
  margin-left: 10px;
}
.language ul {
  width: 80px;
}
.language {
  margin-top: 0;
  margin: 0 auto;
}
.language ul li {
  position: relative;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0;
}
.language ul li a {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 4.2em;
  color: rgb(0, 0, 0);
}
.language ul li img {
  width: 20px;
}
.language ul li ul {
  position: absolute;
  top: 35px;
  visibility: 0;
  opacity: 0;
}
.language ul li ul li {
  height: 30px;
}
.language ul li ul li a {
  line-height: 3em;
}
.language ul li:hover ul {
  visibility: visible;
  opacity: 1;
}

.loading-effect-2 {
  width: 100px;
  height: 100px;
}

.loading-effect-2 > span,
.loading-effect-2 > span:before,
.loading-effect-2 > span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #297d53;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loading-effect-2 > span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent;
  -webkit-animation: effect-2 2s infinite linear;
  -moz-animation: effect-2 2s infinite linear;
  -ms-animation: effect-2 2s infinite linear;
  -o-animation: effect-2 2s infinite linear;
  animation: effect-2 2s infinite linear;
}

.loading-effect-2 > span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent;
}

.loading-effect-2 > span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent;
}

@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
