/*
Theme Name: ARC
Description: This theme was coded for ARC
Author: ARC Media
Author https://arcmedia.pl/
*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf) format('truetype');
}
#wpadminbar {
  bottom: 0 !important;
  top: auto !important;
  position: fixed !important;
}
html {
  margin-top: 0 !important;
}
html,
body {
  min-height: 100%;
  width: 100%;
}
.stage {
  position: relative;
  overflow: hidden;
}
.container {
  max-width: 1300px;
  margin: 0px auto;
  position: relative;
}
.container.container--1100 {
  max-width: 1100px;
}
body {
  font-family: 'Open Sans';
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  line-height: 150%;
  background: #fff;
}
/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans';
  line-height: 110%;
  font-weight: 700;
  color: #000;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 16px;
  font-weight: 400;
}
h6 {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
}
/*
@media @s780 {
	h1 { font-size: 50px; }
	h2 { font-size: 40px; }
	h3 { font-size: 26px; }
	h4 { font-size: 22px; }
	h5 { font-size: 18px; }
	h6 { font-size: 16px; }
}
@media @s540 {
	h1 { font-size: 50px; }
	h2 { font-size: 30px; }
	h3 { font-size: 26px; }
	h4 { font-size: 22px; }
	h5 { font-size: 18px; }
	h6 { font-size: 16px; }
}
*/
.content,
.widget {
  line-height: 1.5;
}
.content img,
.widget img {
  max-width: 100%;
  height: auto !important;
  margin: 0 0 5px 0;
}
.content h1,
.widget h1,
.content h2,
.widget h2,
.content h3,
.widget h3,
.content h4,
.widget h4,
.content h5,
.widget h5,
.content h6,
.widget h6 {
  margin: 0 0 5px 0;
}
.content p,
.widget p {
  padding: 0 0 20px 0;
}
.content table,
.widget table {
  width: 100%;
}
.content ul,
.widget ul {
  margin: 0px 0 20px 20px;
  list-style-type: disc;
}
.content ul li,
.widget ul li {
  margin: 0 0 5px 0;
}
.content ol,
.widget ol {
  margin: 10px 0 10px 20px;
  list-style-type: decimal;
}
.content ol li,
.widget ol li {
  margin: 0 0 5px 0;
}
.content table,
.widget table {
  width: 100%;
  margin: 10px auto;
}
.content table thead,
.widget table thead,
.content table th,
.widget table th,
.content table th td,
.widget table th td,
.content table thead td,
.widget table thead td {
  background: #A3D400;
  color: #fff !important;
  border: 1px solid #A3D400;
  padding: 5px;
  font-weight: 700;
}
.content table td,
.widget table td {
  padding: 5px;
  border: 1px solid #A3D400;
}
.content table td p,
.widget table td p {
  padding: 0 !important;
}
.content hr,
.widget hr {
  width: 100%;
  height: 1px;
  background: #A3D400;
  margin: 0 0 20px 0;
}
.content .aligncenter,
.widget .aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.content .alignleft,
.widget .alignleft {
  display: block;
  float: left;
  margin-right: 10px;
}
.content .alignright,
.widget .alignright {
  display: block;
  float: right;
  margin-left: 10px;
}
.content.content--post p,
.widget.content--post p {
  padding: 0 0 15px 0;
}
.content.content--post h1,
.widget.content--post h1,
.content.content--post h2,
.widget.content--post h2,
.content.content--post h3,
.widget.content--post h3,
.content.content--post h4,
.widget.content--post h4,
.content.content--post h5,
.widget.content--post h5,
.content.content--post h6,
.widget.content--post h6 {
  margin: 0 0 15px 0;
}
.content.content--post ul,
.widget.content--post ul,
.content.content--post ol,
.widget.content--post ol {
  margin-bottom: 15px;
}
a {
  color: #A3D400;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #A3D400;
  text-decoration: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="email"] {
  font-family: 'Open Sans';
  font-size: 16px;
  color: #000;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  width: calc(100% - 30px);
  margin: 0 0 10px 0;
  padding: 0 15px;
  background: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 0px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: left;
}
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="date"]:hover,
input[type="email"]:hover {
  border: 1px solid #A3D400;
}
textarea:focus,
input:focus {
  outline: none;
  border: 1px solid #A3D400;
}
textarea {
  height: 170px;
}
input[type='submit'],
button,
.button,
a.button,
.woocommerce a.button {
  font-family: 'Open Sans';
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 7px 15px;
  line-height: 20px;
  background: #A3D400;
  border: 2px solid #A3D400;
  border-radius: 20px;
  display: inline-block;
  width: auto;
  margin: 0px auto;
  text-align: center;
  cursor: pointer;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
input[type='submit'] img,
button img,
.button img,
a.button img,
.woocommerce a.button img {
  display: inline-block;
  margin: 0 5px 0 0;
}
.button:hover,
button:hover,
a.button:hover,
a.button:visited:hover,
input[type='submit']:hover {
  color: #A3D400 !important;
  background: #fff;
  border: 2px solid #A3D400;
  text-decoration: none;
}
a.button,
a.button:visited {
  display: inline-block;
  color: #fff !important;
}
a.button-dark {
  background: #077654;
  border: 2px solid #077654;
}
a.button-dark:hover {
  color: #077654 !important;
}
input[type='submit'].alt,
a.button.alt,
button.alt,
a.button.alt:visited .button.alt {
  background: #A3D400 !important;
  color: #fff !important;
}
.button.alt:hover,
button.alt:hover,
a.button.alt:hover,
a.button.alt:visited:hover,
input[type='submit'].alt:hover {
  background: #fff !important;
  color: #A3D400 !important;
}
button#catapultCookie {
  border: 2px solid #A3D400;
}
a.button-white {
  background: #fff !important;
  color: #000 !important;
}
a.button-white:hover {
  background: #000 !important;
  color: #fff !important;
}
/* 
################################################################
################################################################
################################################################
################################################################
################################################################
################################################################
*/
.color-main {
  color: #A3D400;
}
.color-white,
.color-white * {
  color: #fff !important;
}
.color-second {
  color: #000;
}
.bg-white {
  background: #fff;
}
.bg-gray {
  background: #f8f8f8;
}
.bg-gray2 {
  background: #eee;
}
.bg-main {
  background: #A3D400;
}
.bg-gradient {
  background: #0001b4;
  background: -moz-linear-gradient(left, #0001b4 0%, #0068ff 100%);
  background: -webkit-linear-gradient(left, #0001b4 0%, #0068ff 100%);
  background: linear-gradient(to right, #0001b4 0%, #0068ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0001b4', endColorstr='#0068ff', GradientType=1);
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.hide {
  display: none !important;
}
::-moz-selection {
  background-color: #A3D400;
  color: #fff;
}
::selection {
  background-color: #A3D400;
  color: #fff;
}
::-webkit-input-placeholder {
  color: #aaaaaa;
}
:-moz-placeholder {
  color: #aaaaaa;
}
::-moz-placeholder {
  color: #aaaaaa;
}
:-ms-input-placeholder {
  color: #aaaaaa;
}
a,
abbr,
acronym,
address,
applet,
section,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
mainmenu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
}
section,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
mainmenu,
nav,
section {
  display: block;
}
b,
strong {
  font-weight: bold;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
li {
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  overflow: hidden;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
.clear {
  display: block;
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.gmnoprint img {
  max-width: none;
}
.no-format {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  height: auto !important;
  width: auto !important;
  line-height: inherit !important;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#catapultCookie {
  display: inline-block !important;
  color: #000 !important;
}
.scrolltop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 4;
  font-size: 22px;
  cursor: pointer;
}
.scrolltop:hover {
  color: #A3D400;
}
.zoom,
.gallery a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.zoom:after,
.gallery a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('images/ico-zoom.png') center -50px no-repeat #A3D400;
  opacity: 0;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  pointer-events: none;
}
.zoom:hover:after,
.gallery a:hover:after {
  opacity: 0.6;
  background-position: center center !important;
}
.zoom img,
.gallery a img {
  margin-bottom: 0 !important;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.zoom:hover img,
.gallery a:hover img {
  transform: scale(1.1);
}
.gallery dt {
  font-size: 0;
  padding: 3px 5px;
}
.gallery img {
  border: none !important;
  max-width: 100%;
}
section .row:after,
footer .row:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
section .row > .item,
footer .row > .item {
  padding: 0 0 40px 0;
}
section .row > .item img,
footer .row > .item img {
  max-width: 100%;
}
section .row-2-cols > .item,
footer .row-2-cols > .item {
  float: left;
  width: 48%;
}
section .row-2-cols > .item:nth-child(2n+2),
footer .row-2-cols > .item:nth-child(2n+2) {
  float: right;
}
section .row-2-cols > .item:nth-child(2n+1),
footer .row-2-cols > .item:nth-child(2n+1) {
  clear: both;
}
section .row-3-cols > .item,
footer .row-3-cols > .item {
  float: left;
  width: 30.66%;
}
section .row-3-cols > .item:nth-child(3n+2),
footer .row-3-cols > .item:nth-child(3n+2) {
  margin: 0 4%;
}
section .row-3-cols > .item:nth-child(3n+1),
footer .row-3-cols > .item:nth-child(3n+1) {
  clear: both;
}
section .row-4-cols > .item,
footer .row-4-cols > .item {
  float: left;
  width: 23%;
  margin: 0 1%;
}
section .row-4-cols > .item:nth-child(4n+1),
footer .row-4-cols > .item:nth-child(4n+1) {
  clear: both;
}
@media (min-width: 780px) and (max-width: 999px) {
  section .row-4-cols > .item,
  footer .row-4-cols > .item {
    width: 48% !important;
  }
  section .row-4-cols > .item:nth-child(2n+1),
  footer .row-4-cols > .item:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 779px) and (min-width: 540px) {
  section .row-3-cols > .item,
  footer .row-3-cols > .item {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  section .row-4-cols > .item,
  footer .row-4-cols > .item {
    width: 48% !important;
  }
  section .row-4-cols > .item:nth-child(2n+1),
  footer .row-4-cols > .item:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 539px) {
  section .row-2-cols > .item,
  footer .row-2-cols > .item {
    float: none !important;
    width: 100% !important;
  }
  section .row-3-cols > .item,
  footer .row-3-cols > .item {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  section .row-4-cols > .item,
  footer .row-4-cols > .item {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
}
/* 
################################################################
################################################################
################################################################
################################################################
################################################################
################################################################
*/
.trigger-mobile {
  display: none;
  position: absolute;
  z-index: 303;
  right: 10px;
  top: -5px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
nav.mobile {
  display: none;
}
nav.mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 202;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.97);
  padding: 15px 0 0 0;
}
nav.mobile .logo {
  padding: 30px 0 20px 0;
  text-align: center;
}
nav.mobile .logo img {
  max-width: 300px;
}
nav.mobile ul.menu {
  padding: 0 20px 0 20px;
  text-align: center;
}
nav.mobile ul.menu li {
  margin: 0 0 5px 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
}
nav.mobile ul.menu li a {
  color: #000 !important;
}
nav.mobile ul.menu li a:hover {
  color: #A3D400 !important;
}
nav.mobile ul.menu li ul {
  display: none;
  padding-left: 20px;
}
nav.mobile ul.menu li ul li {
  font-weight: 400;
  font-size: 16px;
}
.menu-btn {
  width: 50px;
  height: 50px;
  border: 0;
  background: transparent;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.menu-btn span {
  display: block;
  position: absolute;
  width: 60%;
  height: 4px;
  background: #A3D400;
  margin: 2px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  left: 50%;
}
.menu-btn:hover span {
  background: #A3D400 !important;
}
.menu-btn .line-1 {
  -webkit-transform: translate(-50%, -8px);
  -ms-transform: translate(-50%, -8px);
  transform: translate(-50%, -8px);
}
.menu-btn .line-2 {
  -webkit-transform: translate(-50%, -2px);
  -ms-transform: translate(-50%, -2px);
  transform: translate(-50%, -2px);
}
.menu-btn .line-3 {
  -webkit-transform: translate(-50%, 4px);
  -ms-transform: translate(-50%, 4px);
  transform: translate(-50%, 4px);
}
.menu-btn.active .line-3 {
  opacity: 0;
}
.menu-btn.active .line-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}
.menu-btn.active .line-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/* 
################################################################
################################################################
################################################################
################################################################
################################################################
################################################################
*/
@media (min-width: 1000px) and (max-width: 1299px) {
  .container {
    padding: 0 15px;
  }
}
@media (min-width: 780px) and (max-width: 999px) {
  .hide-780 {
    display: none !important;
  }
  .clear-790 {
    clear: both;
  }
  .container {
    padding: 0 20px;
  }
  .trigger-mobile {
    display: block !important;
  }
  nav.mobile.nav-show {
    display: block !important;
  }
}
@media (max-width: 779px) and (min-width: 540px) {
  .hide-540 {
    display: none !important;
  }
  .clear-540 {
    clear: both;
  }
  .container {
    padding: 0 20px;
  }
  .trigger-mobile {
    display: block !important;
  }
  nav.mobile.nav-show {
    display: block !important;
  }
}
@media (max-width: 539px) {
  .clear-0 {
    clear: both !important;
  }
  .hide-0 {
    display: none !important;
  }
  .container {
    padding: 0 20px;
  }
  .trigger-mobile {
    display: block !important;
  }
  nav.mobile.nav-show {
    display: block !important;
  }
}
.white-popup {
  padding: 30px 20px;
  background: #fff;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.hoverline {
  position: relative;
}
.hoverline:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0;
  height: 1px;
  background: #000;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hoverline:hover:after {
  width: 100%;
}
.hoverline.hoverline--white:after {
  background: #fff;
}
.wpb_button,
.wpb_content_element {
  margin: 0 !important;
}
.vc_message_box > p:last-child {
  padding: 0;
}
/* 
################################################################
################################################################
################################################################
################################################################
################################################################
################################################################
*/
header.header--desktop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  transition: all 0.2s linear;
}
header.header--desktop .header__bottom {
  padding: 10px 0;
}
@media (max-width : 539px) {
  header.header--desktop .header__bottom {
    float: none;
  }
}
header.header--desktop .header__bottom .logo {
  float: left;
  padding: 0px 0;
}
header.header--desktop .header__bottom .logo img {
  max-width: 100%;
}
@media (max-width : 539px) {
  header.header--desktop .header__bottom .logo {
    max-width: 280px !important;
  }
}
header.header--desktop .header__bottom .header-wrap {
  float: right;
  position: relative;
}
header.header--desktop .header__bottom .header-wrap nav {
  cursor: default;
}
@media (min-width : 780px) and (max-width : 999px) {
  header.header--desktop .header__bottom .header-wrap nav {
    display: none;
  }
}
header.header--desktop .header__bottom .header-wrap nav div > ul {
  text-align: right;
  padding: 10px 0 0 0;
}
header.header--desktop .header__bottom .header-wrap nav div > ul > li {
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0px 0 0px;
  letter-spacing: 0px;
  position: relative;
  /* >ul {
							display: none;
							position: absolute;
							top: 100%;
							left: -10px;
							width: 200px;
							background: #fff;
							text-align: left;
							box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5);
							padding: 0 0 5px 0;
							> li {
								margin: 0;
								padding: 0;
								> a {
									display: block;
									padding: 5px 10px;
									color: #5b5b5b !important;
									line-height: 20px;
									&:hover {
										color: @main !important;
									}
								}
							}
						}
						&:hover {
							>ul {
								display: block;
							}
						}
						*/
}
header.header--desktop .header__bottom .header-wrap nav div > ul > li > a {
  display: block;
  line-height: 30px;
  padding: 0 12px;
  color: #000 !important;
  position: relative;
}
header.header--desktop .header__bottom .header-wrap nav div > ul > li > a:after {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  content: "";
  background: #A3D400;
  height: 4px;
  opacity: 0;
}
header.header--desktop .header__bottom .header-wrap nav div > ul > li > a:hover {
  color: #A3D400 !important;
}
header.header--desktop .header__bottom .header-wrap nav div > ul > li > a:hover:after {
  bottom: -19px;
  opacity: 1;
}
header.header--desktop .header__bottom .header-wrap nav div > ul li:last-child {
  margin-right: 0;
}
header.header--desktop .header__bottom .header-wrap nav div > ul li.current-menu-item > a:after,
header.header--desktop .header__bottom .header-wrap nav div > ul li.current-post-ancestor > a:after,
header.header--desktop .header__bottom .header-wrap nav div > ul li.current-category-ancestor > a:after,
header.header--desktop .header__bottom .header-wrap nav div > ul li.current_page_parent > a:after,
header.header--desktop .header__bottom .header-wrap nav div > ul li.current-page-ancestor > a:after {
  bottom: -19px;
  opacity: 1;
}
header.header--desktop .header__bottom .header-wrap nav {
  float: right;
}
@media (min-width : 780px) and (max-width : 999px) {
}
@media (max-width : 779px) and (min-width : 540px)  {
  header.header--desktop .header-wrap nav {
    display: none;
  }
  header.header--desktop .slogan {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width : 539px) {
  header.header--desktop .logo {
    float: none;
    width: 100%;
    text-align: left;
    margin: 0 0 10px 0;
  }
  header.header--desktop .header-wrap nav {
    display: none;
  }
}
@keyframes kenburns {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.lead {
  padding: 30px 0 !important;
  position: relative;
  overflow: hidden;
}
@media (max-width : 779px) and (min-width : 540px)  {
  .lead {
    padding: 80px 0;
  }
}
@media (max-width : 539px) {
  .lead {
    padding: 50px 0;
  }
}
.lead .lead-wrap {
  max-width: 1180px;
  margin: 0 auto;
}
.lead .lead-image {
  float: right;
  width: 64%;
}
@media (min-width : 780px) and (max-width : 999px) {
  .lead .lead-image {
    float: none !important;
    width: 100% !important;
  }
}
@media (max-width : 779px) and (min-width : 540px)  {
  .lead .lead-image {
    float: none !important;
    width: 100% !important;
  }
}
@media (max-width : 539px) {
  .lead .lead-image {
    float: none !important;
    width: 100% !important;
  }
}
.lead .lead-image img {
  max-width: 100%;
}
.lead .lead-info {
  float: left;
  width: 30%;
  padding: 30px 0 30px 0;
}
@media (min-width : 780px) and (max-width : 999px) {
  .lead .lead-info {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
  }
  .lead .lead-info * {
    text-align: center !important;
  }
}
@media (max-width : 779px) and (min-width : 540px)  {
  .lead .lead-info {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
  }
  .lead .lead-info * {
    text-align: center !important;
  }
}
@media (max-width : 539px) {
  .lead .lead-info {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
  }
  .lead .lead-info * {
    text-align: center !important;
  }
}
.lead .lead-info .content {
  margin: 0 0 5px 0;
}
section.page {
  padding: 80px 0;
}
section.page .s-subtitle {
  font-size: 21px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
}
@media (max-width : 779px) and (min-width : 540px)  {
  section.page .s-subtitle {
    font-size: 19px;
    line-height: 24px;
    text-align: center !important;
  }
}
@media (max-width : 539px) {
  section.page .s-subtitle {
    font-size: 18px;
    line-height: 22px;
    text-align: center !important;
  }
}
section.page .s-title {
  font-size: 44px;
  line-height: 48px;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-align: center;
}
@media (max-width : 779px) and (min-width : 540px)  {
  section.page .s-title {
    font-size: 36px;
    line-height: 40px;
    text-align: center !important;
  }
}
@media (max-width : 539px) {
  section.page .s-title {
    font-size: 28px;
    line-height: 32px;
    text-align: center !important;
  }
}
section.page .section-title,
section.page .page-title {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #A3D400;
  margin: 0 0 30px 0;
}
section.page.page--blog {
  padding: 60px 0 60px 0;
}
section.page.page--blog h1.single-title {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 20px 0;
  color: #000;
  font-weight: 500;
}
section.page main {
  float: left;
  width: 66%;
}
@media (max-width : 779px) and (min-width : 540px)  {
  section.page main {
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
  }
}
@media (max-width : 539px) {
  section.page main {
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
  }
}
section.page aside {
  float: right;
  width: 30%;
}
@media (max-width : 779px) and (min-width : 540px)  {
  section.page aside {
    float: none;
    width: 100%;
  }
}
@media (max-width : 539px) {
  section.page aside {
    float: none;
    width: 100%;
  }
}
section.page aside .widget {
  margin: 0 0 40px 0;
}
.service {
  padding-top: 30px !important;
}
.service .service-image {
  margin: 0 0 20px 0;
}
.service .service-image img {
  max-width: 100%;
}
.service .blocks {
  padding: 60px 0 0 0;
}
.service .blocks .block {
  padding: 0 0 60px 0;
}
.service .blocks .block .image {
  float: right;
  width: 55%;
}
@media (max-width : 779px) and (min-width : 540px)  {
  .service .blocks .block .image {
    float: none;
    width: 100%;
  }
}
@media (max-width : 539px) {
  .service .blocks .block .image {
    float: none;
    width: 100%;
  }
}
.service .blocks .block .image img {
  max-width: 100%;
}
.service .blocks .block .info {
  float: left;
  width: 43%;
}
@media (max-width : 779px) and (min-width : 540px)  {
  .service .blocks .block .info {
    float: none;
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media (max-width : 539px) {
  .service .blocks .block .info {
    float: none;
    width: 100%;
    padding: 20px 0 0 0;
  }
}
.service .blocks .block.img-left .image {
  float: left;
}
.service .blocks .block.img-left .info {
  float: right;
}
.showreel {
  padding-bottom: 0 !important;
}
.showreel .container {
  overflow: hidden;
}
.showreel .carousel-wrap {
  padding: 20px 5px 80px 5px;
}
@media (min-width: 1000px) {
  .showreel .carousel-wrap {
    padding-top: 100px;
  }
}
.showreel .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}
.showreel .owl-carousel img {
  max-width: 100%;
}
.showreel .owl-carousel .owl-item {
  opacity: 0.7;
  transition: all 0.2s linear;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
}
.showreel .owl-carousel .center {
  z-index: 202;
  opacity: 1;
}
@media (min-width: 1000px) {
  .showreel .owl-carousel .center {
    transform: scale(1.5);
  }
}
.showreel .owl-nav {
  width: 100%;
  z-index: 204;
  display: block !important;
}
/* FRONT */
.offer .content {
  margin: 0 0 30px 0;
}
.offer .offer-wrap .item {
  float: left;
  width: 32.333%;
  margin: 0 0.5% 14px 0.5%;
}
.offer .offer-wrap .item:nth-child(3n+1) {
  clear: both;
}
@media (min-width : 780px) and (max-width : 999px) {
  .offer .offer-wrap .item {
    width: 48% !important;
    margin: 0 1% 14px 1% !important;
  }
  .offer .offer-wrap .item:nth-child(3n+1) {
    clear: none;
  }
  .offer .offer-wrap .item:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width : 779px) and (min-width : 540px)  {
  .offer .offer-wrap .item {
    width: 48% !important;
    margin: 0 1% 14px 1% !important;
  }
  .offer .offer-wrap .item:nth-child(3n+1) {
    clear: none;
  }
  .offer .offer-wrap .item:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width : 539px) {
  .offer .offer-wrap .item {
    float: none !important;
    width: 99% !important;
  }
}
.offer .offer-wrap .item a {
  display: block;
  transition: all 0.2s linear;
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  position: relative;
}
.offer .offer-wrap .item a .side-1 .inner {
  padding: 5% 5%;
  position: relative;
  overflow: hidden;
}
.offer .offer-wrap .item a .side-1 .inner .icon {
  transition: all 0.2s linear;
  margin: 0 0 7px 0;
}
.offer .offer-wrap .item a .side-1 .inner .icon img {
  max-width: 80px;
}
.offer .offer-wrap .item a .side-1 .inner .title {
  font-size: 23px;
  font-weight: 700;
  margin: 0 0 7px 0;
  color: #000;
}
.offer .offer-wrap .item a .side-1 .inner .exc {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 5px 0;
  color: #000;
}
.offer .offer-wrap .item a .side-1 .inner .more {
  text-align: right;
  font-weight: 600;
}
.offer .offer-wrap .item a .side-1 .inner .more span {
  color: #A3D400;
}
.offer .offer-wrap .item a .side-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #A3D400;
  border-radius: 20px;
  opacity: 0;
  transition: all 0.2s linear;
  overflow: hidden;
}
.offer .offer-wrap .item a .side-2 .inner {
  padding: 5% 5%;
  position: relative;
}
.offer .offer-wrap .item a .side-2 .title {
  font-size: 23px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #fff;
  position: relative;
  z-index: 5;
}
.offer .offer-wrap .item a .side-2 .icon-hov {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all 0.4s linear;
  opacity: 0;
}
.offer .offer-wrap .item a .side-2 .icon-hov img {
  max-width: 100%;
  height: 100%;
}
.offer .offer-wrap .item a .side-2 .img-hov {
  position: absolute;
  bottom: 0;
  right: -300px;
  height: 100%;
  z-index: 4;
  transition: all 0.2s linear;
}
.offer .offer-wrap .item a .side-2 .img-hov img {
  max-width: 100%;
  height: 100%;
}
.offer .offer-wrap .item a .side-2 .more {
  position: absolute;
  left: 5%;
  bottom: 7%;
  color: #fff;
  font-weight: 600;
}
.offer .offer-wrap .item a:hover .side-2 {
  opacity: 1;
}
.offer .offer-wrap .item a:hover .side-2 .icon-hov {
  opacity: 1;
}
.offer .offer-wrap .item a:hover .side-2 .img-hov {
  right: 0;
}
.cta-order {
  margin: 60px 0;
  padding: 0 !important;
  position: relative;
  background: #a1c939;
  background: -moz-linear-gradient(left, #a1c939 0%, #daed6a 100%);
  background: -webkit-linear-gradient(left, #a1c939 0%, #daed6a 100%);
  background: linear-gradient(to right, #a1c939 0%, #daed6a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1c939', endColorstr='#daed6a', GradientType=1);
}
@media (max-width : 779px) and (min-width : 540px)  {
  .cta-order {
    margin-top: 300px !important;
    text-align: center;
  }
}
@media (max-width : 539px) {
  .cta-order {
    margin-top: 300px !important;
    text-align: center;
  }
}
.cta-order .cta-image {
  float: left;
  width: 48%;
  text-align: center;
}
@media (max-width : 779px) and (min-width : 540px)  {
  .cta-order .cta-image {
    float: none;
    width: 100%;
    position: absolute;
    top: -214px;
  }
  .cta-order .cta-image img {
    margin-top: 0px !important;
    top: 0px !important;
    max-width: 400px !important;
  }
}
@media (max-width : 539px) {
  .cta-order .cta-image {
    float: none;
    width: 100%;
    position: absolute;
    top: -214px;
  }
  .cta-order .cta-image img {
    margin-top: 0px !important;
    top: 0px !important;
    max-width: 400px !important;
  }
}
.cta-order .cta-image img {
  max-width: 100%;
  margin-top: -200px;
  position: relative;
  top: 115px;
}
.cta-order .cta-info {
  float: right;
  width: 48%;
  padding: 40px 0 40px 0;
}
@media (max-width : 779px) and (min-width : 540px)  {
  .cta-order .cta-info {
    float: none;
    width: 100%;
    padding-top: 60px;
  }
}
@media (max-width : 539px) {
  .cta-order .cta-info {
    float: none;
    width: 100%;
    padding-top: 60px;
  }
}
@media (min-width: 1000px) {
  .cta-order .cta-info .s-title,
  .cta-order .cta-info .s-subtitle {
    text-align: left;
  }
}
.cta-schedule {
  margin: 60px 0;
  padding: 0 !important;
  position: relative;
  background: #a1c939;
  background: -moz-linear-gradient(left, #a1c939 0%, #daed6a 100%);
  background: -webkit-linear-gradient(left, #a1c939 0%, #daed6a 100%);
  background: linear-gradient(to right, #a1c939 0%, #daed6a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1c939', endColorstr='#daed6a', GradientType=1);
}
@media (max-width : 779px) and (min-width : 540px)  {
  .cta-schedule {
    margin-top: 300px !important;
    text-align: center !important;
  }
}
@media (max-width : 539px) {
  .cta-schedule {
    margin-top: 300px !important;
    text-align: center !important;
  }
}
.cta-schedule .cta-image {
  float: right;
  width: 48%;
  text-align: center;
}
@media (max-width : 779px) and (min-width : 540px)  {
  .cta-schedule .cta-image {
    float: none;
    width: 100%;
    position: absolute;
    top: -294px;
  }
  .cta-schedule .cta-image img {
    margin-top: 0px !important;
    top: 0px !important;
    max-width: 400px !important;
  }
}
@media (max-width : 539px) {
  .cta-schedule .cta-image {
    float: none;
    width: 100%;
    position: absolute;
    top: -294px;
  }
  .cta-schedule .cta-image img {
    margin-top: 0px !important;
    top: 0px !important;
    max-width: 400px !important;
  }
}
.cta-schedule .cta-image img {
  max-width: 100%;
  margin-top: -200px;
  position: relative;
  top: 115px;
}
.cta-schedule .cta-info {
  float: left;
  width: 48%;
  padding: 40px 0 40px 0;
}
@media (max-width : 779px) and (min-width : 540px)  {
  .cta-schedule .cta-info {
    float: none;
    width: 100%;
    padding-top: 60px;
  }
}
@media (max-width : 539px) {
  .cta-schedule .cta-info {
    float: none;
    width: 100%;
    padding-top: 60px;
  }
}
@media (min-width: 1000px) {
  .cta-schedule .cta-info .s-title,
  .cta-schedule .cta-info .s-subtitle {
    text-align: left;
  }
}
.cta-schedule .button {
  animation: pulse 1.2s infinite;
}
.cta-contact {
  margin: 60px 0;
  padding: 0 !important;
  background: #a1c939;
  background: -moz-linear-gradient(left, #a1c939 0%, #daed6a 100%);
  background: -webkit-linear-gradient(left, #a1c939 0%, #daed6a 100%);
  background: linear-gradient(to right, #a1c939 0%, #daed6a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1c939', endColorstr='#daed6a', GradientType=1);
}
.cta-contact .cta-image {
  float: right;
  width: 48%;
  text-align: center;
}
.cta-contact .cta-image img {
  max-width: 100%;
  margin-top: -200px;
  position: relative;
  top: 115px;
}
@media (max-width : 779px) and (min-width : 540px)  {
  .cta-contact .cta-image {
    float: none;
    width: 100%;
  }
  .cta-contact .cta-image img {
    margin-top: -100px !important;
    top: 20px !important;
    max-width: 400px !important;
  }
}
@media (max-width : 539px) {
  .cta-contact .cta-image {
    float: none;
    width: 100%;
  }
  .cta-contact .cta-image img {
    margin-top: -100px !important;
    top: 20px !important;
    max-width: 400px !important;
  }
}
.cta-contact .cta-info {
  float: left;
  width: 48%;
  padding: 40px 0 40px 0;
}
@media (max-width : 779px) and (min-width : 540px)  {
  .cta-contact .cta-info {
    float: none;
    width: 100%;
  }
}
@media (max-width : 539px) {
  .cta-contact .cta-info {
    float: none;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .cta-contact .cta-info .s-title,
  .cta-contact .cta-info .s-subtitle {
    text-align: left;
  }
}
.cta-cform {
  max-width: 1200px;
  margin: 0 auto;
}
.cta-cform .cta-wrap {
  background: #fafaf8;
  border-radius: 20px;
  overflow: hidden;
}
.cta-cform .cta-wrap .cta-image {
  float: left;
  width: 500px;
}
@media (max-width : 779px) and (min-width : 540px)  {
  .cta-cform .cta-wrap .cta-image {
    display: none !important;
  }
}
@media (max-width : 539px) {
  .cta-cform .cta-wrap .cta-image {
    display: none !important;
  }
}
.cta-cform .cta-wrap .cta-image img {
  max-width: 100%;
}
.cta-cform .cta-wrap .cta-info {
  float: right;
  width: calc(100% - 530px);
  padding: 30px 0 30px 0;
}
@media (max-width : 779px) and (min-width : 540px)  {
  .cta-cform .cta-wrap .cta-info {
    float: none !important;
    width: 100% !important;
  }
}
@media (max-width : 539px) {
  .cta-cform .cta-wrap .cta-info {
    float: none !important;
    width: 100% !important;
  }
}
.cta-cform .cta-wrap .cta-info .inner {
  max-width: 500px;
  padding: 0 20px 0 0;
}
.cta-cform .cta-wrap .cta-info .line-1 {
  font-size: 21px;
  line-height: 27px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.cta-cform .cta-wrap .cta-info .line-2 {
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
  font-style: italic;
  margin: 0 0 5px 0;
}
.cta-cform .cta-wrap .cta-info .line-3 {
  font-size: 21px;
  line-height: 27px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.cta-cform .cta-wrap .cta-info label {
  font-weight: 500;
}
.cta-cform .cta-wrap .cta-info .cf-rodo {
  margin: 0 0 10px 0;
}
.cta-cform .cta-wrap .cta-info .cf-sub {
  text-align: right;
}
.portfolio .content {
  margin: 0 0 30px 0;
}
.portfolio.showall .item {
  display: block !important;
}
.portfolio.showall .portfolioshow {
  display: none !important;
}
.portfolio .portfolio-wrap {
  margin: 0 0 20px 0;
}
.portfolio .portfolio-wrap .item {
  float: left;
  width: 31.333%;
  margin: 0 1% 2% 1%;
  position: relative;
  overflow: hidden;
}
.portfolio .portfolio-wrap .item.hidden {
  display: none;
}
.portfolio .portfolio-wrap .item:nth-child(2n+2) .overlay {
  background: rgba(0, 65, 13, 0.7) !important;
}
@media (min-width : 780px) and (max-width : 999px) {
  .portfolio .portfolio-wrap .item {
    width: 48% !important;
  }
  .portfolio .portfolio-wrap .item:nth-child(3n+1) {
    clear: none;
  }
  .portfolio .portfolio-wrap .item:nth-child(2n+1) {
    clear: both;
  }
  .portfolio .portfolio-wrap .item:nth-child(3) .overlay,
  .portfolio .portfolio-wrap .item:nth-child(6) .overlay,
  .portfolio .portfolio-wrap .item:nth-child(9) .overlay,
  .portfolio .portfolio-wrap .item:nth-child(12) .overlay {
    background: rgba(0, 65, 13, 0.7) !important;
  }
  .portfolio .portfolio-wrap .item:nth-child(4) .overlay,
  .portfolio .portfolio-wrap .item:nth-child(5) .overlay,
  .portfolio .portfolio-wrap .item:nth-child(10) .overlay,
  .portfolio .portfolio-wrap .item:nth-child(15) .overlay {
    background: rgba(111, 175, 0, 0.7) !important;
  }
}
@media (max-width : 779px) and (min-width : 540px)  {
  .portfolio .portfolio-wrap .item {
    width: 48% !important;
  }
  .portfolio .portfolio-wrap .item:nth-child(3n+1) {
    clear: none;
  }
  .portfolio .portfolio-wrap .item:nth-child(2n+1) {
    clear: both;
  }
  .portfolio .portfolio-wrap .item:nth-child(3) .overlay,
  .portfolio .portfolio-wrap .item:nth-child(6) .overlay,
  .portfolio .portfolio-wrap .item:nth-child(9) .overlay,
  .portfolio .portfolio-wrap .item:nth-child(12) .overlay {
    background: rgba(0, 65, 13, 0.7) !important;
  }
  .portfolio .portfolio-wrap .item:nth-child(4) .overlay,
  .portfolio .portfolio-wrap .item:nth-child(5) .overlay,
  .portfolio .portfolio-wrap .item:nth-child(10) .overlay,
  .portfolio .portfolio-wrap .item:nth-child(15) .overlay {
    background: rgba(111, 175, 0, 0.7) !important;
  }
}
@media (max-width : 539px) {
  .portfolio .portfolio-wrap .item {
    float: none !important;
    width: 98% !important;
  }
}
.portfolio .portfolio-wrap .item .bg img {
  max-width: 100%;
  transition: all 0.2s linear;
}
.portfolio .portfolio-wrap .item .overlay {
  background: rgba(111, 175, 0, 0.7) !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
}
.portfolio .portfolio-wrap .item .overlay .brand {
  padding: 0 20px;
}
.portfolio .portfolio-wrap .item .overlay .brand img {
  width: 100%;
  transition: all 0.2s linear;
}
.portfolio .portfolio-wrap .item a {
  display: block;
}
.portfolio .portfolio-wrap .item a:hover .bg img {
  transform: scale(1.1);
}
.portfolio .portfolio-wrap .item a:hover .overlay {
  opacity: 0.6;
}
.portfolio .portfolio-wrap .item a:hover .overlay img {
  transform: scale(0.9);
}
.portfolio-full .s-title {
  margin: 0 0 50px 0 !important;
}
.portfolio-full .portfolio-full-wrap .item {
  float: left;
  width: 32.333%;
  margin: 0 0.5% 14px 0.5%;
}
.portfolio-full .portfolio-full-wrap .item:nth-child(3n+1) {
  clear: both;
}
@media (min-width : 780px) and (max-width : 999px) {
  .portfolio-full .portfolio-full-wrap .item {
    width: 48% !important;
    margin: 0 1% 14px 1% !important;
  }
  .portfolio-full .portfolio-full-wrap .item:nth-child(3n+1) {
    clear: none;
  }
  .portfolio-full .portfolio-full-wrap .item:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width : 779px) and (min-width : 540px)  {
  .portfolio-full .portfolio-full-wrap .item {
    width: 48% !important;
    margin: 0 1% 14px 1% !important;
  }
  .portfolio-full .portfolio-full-wrap .item:nth-child(3n+1) {
    clear: none;
  }
  .portfolio-full .portfolio-full-wrap .item:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width : 539px) {
  .portfolio-full .portfolio-full-wrap .item {
    float: none !important;
    width: 99% !important;
  }
}
.portfolio-full .portfolio-full-wrap .item .image {
  overflow: hidden;
}
.portfolio-full .portfolio-full-wrap .item img {
  max-width: 100%;
  transition: all 0.2s linear;
}
.portfolio-full .portfolio-full-wrap .item .meta {
  padding: 15px 25px 20px 25px;
}
.portfolio-full .portfolio-full-wrap .item .location {
  color: #000;
  font-size: 16px;
  margin: 0 0 5px 0;
}
.portfolio-full .portfolio-full-wrap .item .name {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 3px 0;
}
.portfolio-full .portfolio-full-wrap .item .type {
  color: #A3D400;
  font-size: 20px;
  margin: 0 0 10px 0;
  font-weight: 500;
}
.portfolio-full .portfolio-full-wrap .item .exc {
  color: #000;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.portfolio-full .portfolio-full-wrap .item .more {
  text-align: right;
}
.portfolio-full .portfolio-full-wrap .item a {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  transition: all 0.2s linear;
}
.portfolio-full .portfolio-full-wrap .item a:hover {
  background: #f8f8f8;
}
.portfolio-full .portfolio-full-wrap .item a:hover .image img {
  transform: scale(1.05);
}
.portfolio-full .portfolio-full-wrap .item a:hover .name {
  color: #A3D400;
}
.trusted .content {
  margin: 0 0 30px 0;
}
.trusted .trusted-wrap {
  text-align: center;
}
.trusted .trusted-wrap .item {
  padding-bottom: 10px !important;
}
.trusted .trusted-wrap .item .inner {
  position: relative;
}
.trusted .trusted-wrap .item .inner .def {
  transition: all 0.2s linear;
}
.trusted .trusted-wrap .item .inner .hov {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s linear;
  opacity: 0;
}
.trusted .trusted-wrap .item .inner:hover .def {
  opacity: 0;
}
.trusted .trusted-wrap .item .inner:hover .hov {
  opacity: 1;
}
.news .content {
  margin: 0 0 20px 0;
}
.news .item a {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}
.news .item a .inner {
  padding: 30px 10px;
  background: rgba(0, 62, 43, 0.8);
  transition: all 0.2s linear;
}
.news .item a .title {
  color: #fff;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.news .item a .excerpt {
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  padding: 0 0 15px 0;
}
.news .item a .button {
  font-size: 16px;
  padding: 4px 10px;
}
.news .item a:hover .inner {
  background: rgba(0, 62, 43, 0.6);
}
.news .owl-nav {
  display: none !important;
}
.testimonials .content {
  margin: 0 0 30px 0;
}
.testimonials .testimonials-wrap {
  text-align: center;
  padding: 0 30px 0 30px;
}
.testimonials .testimonials-wrap .avatar {
  text-align: center;
  margin: 0 0 10px 0;
}
.testimonials .testimonials-wrap .avatar img {
  max-width: 100px;
  display: inline-block !important;
}
.testimonials .testimonials-wrap .name {
  font-size: 20px;
  font-weight: 700;
}
.testimonials .testimonials-wrap .position {
  font-size: 17px;
  color: #A3D400;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.testimonials .testimonials-wrap .cnt {
  font-size: 17px;
  font-style: italic;
}
.testimonials .testimonials-wrap .owl-nav {
  display: block !important;
}
.testimonials .testimonials-wrap .owl-prev {
  left: -40px !important;
}
.testimonials .testimonials-wrap .owl-next {
  right: -40px !important;
}
/* SINGLE - POST */
.blog-post .post-thumb {
  margin: 0 0 20px 0;
}
.blog-post .post-thumb img {
  max-width: 100%;
}
.navigation {
  text-align: center;
}
/* CONTACT */
.contact .company {
  font-size: 24px;
  margin: 0 0 20px 0;
}
.contact .links {
  margin: 0 0 20px 0;
}
.contact .links a {
  display: block;
  margin: 0 0 10px 0;
  color: #000;
  font-size: 26px;
  font-weight: 500;
}
.contact .links a i {
  color: #fff;
  display: inline-block;
  margin: 0 5px 0 0;
  background: #A3D400;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  top: -3px;
}
.contact .links a:hover {
  color: #A3D400;
}
.contact .address {
  padding: 0 0 20px 0;
}
.contact .socials {
  margin: 0 0 20px 0;
}
.contact .socials ul.psm_sm {
  margin: 0;
  list-style-type: none;
}
.contact .socials ul.psm_sm li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.contact .socials ul.psm_sm li a {
  display: block;
  font-size: 20px;
  line-height: 40px;
  position: relative;
  top: 5px;
  background: #A3D400;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
}
.contact .socials ul.psm_sm li a:hover {
  background: #077654;
}
.contact .c-brand {
  padding: 35px 0 0 0;
  margin: 0 0 10px 0;
}
.contact .c-st-alt {
  padding: 20px 0 0 0;
  font-style: italic;
  margin: 0 0 30px 0;
}
.contact .cf-rodo {
  padding: 0 0 10px 0;
}
.contact .cf-sub {
  text-align: right;
}
.contact label {
  font-weight: 500;
}
.project .project-head {
  text-align: center;
  margin: 0 0 30px 0;
}
.project .project-head img {
  max-width: 100%;
}
.project .project-gallery {
  float: left;
  width: 51%;
}
@media (min-width : 780px) and (max-width : 999px) {
  .project .project-gallery {
    float: none !important;
    width: 100% !important;
  }
}
@media (max-width : 779px) and (min-width : 540px)  {
  .project .project-gallery {
    float: none !important;
    width: 100% !important;
  }
}
@media (max-width : 539px) {
  .project .project-gallery {
    float: none !important;
    width: 100% !important;
  }
}
.project .project-gallery .gal {
  margin: 0 0 20px 0;
  text-align: center;
}
.project .project-gallery .gal img {
  max-width: 100%;
}
.project .project-info {
  float: right;
  width: 46%;
}
@media (min-width : 780px) and (max-width : 999px) {
  .project .project-info {
    float: none !important;
    width: 100% !important;
  }
}
@media (max-width : 779px) and (min-width : 540px)  {
  .project .project-info {
    float: none !important;
    width: 100% !important;
  }
}
@media (max-width : 539px) {
  .project .project-info {
    float: none !important;
    width: 100% !important;
  }
}
.project .project-info .project-meta {
  margin: 0 0 30px 0;
}
.project .project-info .s-title {
  margin: 0 0 0px 0 !important;
}
.project .project-info .type {
  color: #A3D400;
  font-size: 24px;
  line-height: 26px;
}
.project .project-nav {
  padding: 20px 0 0 0;
}
.project .project-nav .prev {
  float: left;
}
.project .project-nav .next {
  float: right;
}
footer {
  background: #003E2B;
  padding: 50px 0 0 0;
  font-size: 15px;
  color: #fff;
}
footer .footer-top {
  padding: 0 0 20px 0;
}
footer .footer-top div {
  position: relative;
}
footer .footer-top div:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: calc(100% - 320px);
  height: 1px;
  background: #fff;
}
footer .button {
  animation: pulse 1.2s infinite;
}
footer .widget {
  padding: 0 0 20px 0;
}
footer .widget.widget-contact .c-info {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
footer h5 {
  font-size: 20px;
  color: #fff;
  margin: 0 0 20px 0 !important;
  font-weight: 700;
}
footer ul.psm_sm {
  margin: 0;
  padding: 10px 0 30px 0;
  list-style-type: none;
}
footer ul.psm_sm li {
  display: inline-block;
  margin: 0 10px 0 0;
}
footer ul.psm_sm li a {
  display: block;
  font-size: 20px;
  line-height: 40px;
  position: relative;
  top: 5px;
  background: #A3D400;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
}
footer ul.psm_sm li a:hover {
  background: #077654;
}
footer a {
  color: #fff !important;
}
footer a:hover {
  color: #A3D400 !important;
}
footer .foo2 p {
  padding: 0 !important;
}
footer .footer-bottom {
  padding: 20px 0;
  background: #fff;
  text-align: right;
  color: #000;
}
footer .footer-bottom a {
  color: #000 !important;
}
footer .footer-bottom a:hover {
  color: #A3D400 !important;
}
.mfp-arrow.mfp-arrow-left {
  left: 10px !important;
}
.mfp-arrow.mfp-arrow-right {
  right: 10px !important;
}
.mfp-close {
  width: auto !important;
  padding: 3px 5px !important;
  height: 30px !important;
  line-height: 22px !important;
}
.video-wrap {
  max-width: 750px;
  margin: 0 auto;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style-type: disc !important;
}
.wpcf7 .wpcf7-spinner {
  display: block;
}
.grecaptcha-badge {
  visibility: hidden;
}
.owl-prev,
.owl-next {
  font-size: 50px !important;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  background: #000 !important;
  color: #fff !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  cursor: pointer;
}
.owl-prev:hover,
.owl-next:hover {
  background: #A3D400 !important;
  color: #fff !important;
}
.owl-prev span,
.owl-next span {
  position: relative;
  top: -6px;
}
.owl-prev {
  left: 10px;
  text-indent: -3px;
}
.owl-next {
  right: 10px;
  text-indent: 3px;
}
.decor {
  position: absolute;
  display: block;
  z-index: -1;
}
@media (max-width: 1000px) {
  .decor {
    display: none !important;
  }
}
.decor.decor-1 {
  top: 0px;
  left: 0;
  width: 200px;
  height: 326px;
  background: url('images/decor-1.jpg') center center no-repeat;
  background-size: cover;
}
.decor.decor-2 {
  top: 1200px;
  right: 0;
  width: 177px;
  height: 403px;
  background: url('images/decor-2.jpg') center center no-repeat;
  background-size: cover;
}
.decor.decor-3 {
  top: 2700px;
  left: 0;
  width: 268px;
  height: 320px;
  background: url('images/decor-3.jpg') center center no-repeat;
  background-size: cover;
}
.decor.decor-4 {
  top: 4700px;
  right: 0;
  width: 266px;
  height: 320px;
  background: url('images/decor-4.jpg') center center no-repeat;
  background-size: cover;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
#catapult-cookie-bar {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 626px;
  z-index: 10;
  padding: 10px 15px;
  -webkit-backdrop-filter: blur(0.00521rem);
  backdrop-filter: blur(0.00521rem);
}
#catapult-cookie-bar h3 {
  display: none !important;
}
#catapult-cookie-bar .ctcc-left-side {
  display: block;
  float: left;
  max-width: 440px;
  line-height: 20px;
  font-size: 14px;
  padding-left: 50px;
  position: relative;
}
#catapult-cookie-bar .ctcc-left-side:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url('images/cookie.png') center center no-repeat;
  background-size: cover;
}
#catapult-cookie-bar .ctcc-left-side a:hover {
  color: #A3D400 !important;
}
#catapult-cookie-bar .ctcc-right-side {
  display: block;
  float: right;
  width: 100px;
  text-align: center;
}
#catapult-cookie-bar button#catapultCookie {
  color: #fff !important;
  border-radius: 20px !important;
}
#catapult-cookie-bar button#catapultCookie:hover {
  color: #A3D400 !important;
}
