/* =============================================================================
    1. CSS RESET
    ========================================================================= */
:focus,
a:active,
a:focus {
  text-decoration: none;
  outline: 0; }

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

blockquote,
q {
  quotes: none; }

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Colors */
/* Fonts */
/* Font sizes */
/* Font weigths */
* {
  word-wrap: break-word; }

/* Animation */
/* BASE STYLES */
body {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #58595b;
  -webkit-backface-visibility: hidden;
  position: relative;
  counter-reset: section;
  overflow-x: hidden;
  margin-top: 90px; }
  @media (max-width: 576px) {
    body {
      margin-top: 60px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    body {
      margin-top: 70px; } }

html {
  font-size: 62.5%; }

button,
input,
select,
textarea {
  max-width: 100%; }

/* HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Arial", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Arial", sans-serif;
  color: #58595b;
  margin-bottom: 1rem;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  white-space: normal; }

h1 {
  font-size: 30px;
  padding: 50px 0;
  font-weight: 500;
  display: inline-block;
  color: #4d4d4d;
  margin-bottom: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    h1 {
      font-size: 20px;
      padding: 30px 0; } }
  @media (min-width: 576px) and (max-width: 767px) {
    h1 {
      font-size: 20px;
      padding: 30px 0; } }
  @media (max-width: 576px) {
    h1 {
      font-size: 24px;
      padding: 30px 0; } }

h2 {
  font-size: 65px;
  color: #58595b;
  border-bottom: 6px solid #a3c161;
  display: inline-block;
  padding-bottom: 35px;
  position: relative;
  margin-bottom: 120px;
  font-weight: 300; }
  @media (min-width: 768px) and (max-width: 991px) {
    h2 {
      font-size: 50px;
      margin-bottom: 90px;
      border-bottom: 4px solid #a3c161; } }
  @media (min-width: 576px) and (max-width: 767px) {
    h2 {
      font-size: 50px;
      margin-bottom: 60px;
      border-bottom: 3px solid #a3c161; } }
  @media (max-width: 576px) {
    h2 {
      font-size: 35px;
      border-bottom: 4px solid #a3c161;
      padding-bottom: 20px;
      margin-bottom: 60px;
      float: none;
      display: table;
      margin-left: auto;
      margin-right: auto; } }
  h2:before {
    content: "";
    position: absolute;
    width: 1550px;
    height: 6px;
    background-color: #a3c161;
    left: -1420px;
    top: 119px; }
    @media (max-width: 576px) {
      h2:before {
        content: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      h2:before {
        height: 4px;
        top: 100px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      h2:before {
        height: 3px;
        top: 100px; } }
  h2.heading-right {
    float: right; }
    @media (max-width: 576px) {
      h2.heading-right {
        float: none;
        display: table;
        margin-left: auto;
        margin-right: auto; } }
    h2.heading-right:before {
      left: 0; }
  h2.heading-light {
    color: #d1d3d4;
    border-bottom: 6px solid #d1d3d4; }
    @media (min-width: 768px) and (max-width: 991px) {
      h2.heading-light {
        border-bottom: 4px solid #d1d3d4; } }
    @media (min-width: 576px) and (max-width: 767px) {
      h2.heading-light {
        border-bottom: 3px solid #d1d3d4; } }
    @media (max-width: 576px) {
      h2.heading-light {
        border-bottom: 4px solid #d1d3d4; } }
    h2.heading-light:before {
      background-color: #d1d3d4; }
  h2.heading-inner {
    border-bottom: none !important;
    margin-left: 95px;
    margin-bottom: 60px;
    font-size: 50px; }
    @media (max-width: 576px) {
      h2.heading-inner {
        font-size: 35px;
        padding-bottom: 20px;
        margin-bottom: 60px;
        float: none;
        display: table;
        margin-left: auto;
        margin-right: auto; } }
    h2.heading-inner:before {
      left: -95px;
      width: 80px;
      height: 3px;
      top: 35px; }

h3 {
  font-size: 24px;
  color: #4d4d4d;
  font-weight: 500; }
  @media (min-width: 768px) and (max-width: 991px) {
    h3 {
      font-size: 20px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    h3 {
      font-size: 20px; } }
  @media (max-width: 576px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: 18px;
  font-weight: 500;
  color: #58595b;
  line-height: 26px;
  margin-bottom: 0; }
  @media (max-width: 992px) {
    h4 {
      font-size: 16px; } }
  h4.h4-lighter {
    color: #d1d3d4; }

a {
  text-decoration: none;
  color: #a3c161;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  a:focus, a:hover {
    color: #a3c161;
    text-decoration: none; }

p {
  font-size: 16px;
  line-height: 26px;
  white-space: normal; }
  @media (max-width: 992px) {
    p {
      font-size: 14px; } }

.service-item p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #4d4d4d; }
  @media (min-width: 768px) and (max-width: 991px) {
    .service-item p {
      line-height: 23px;
      font-size: 16px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .service-item p {
      line-height: 23px;
      font-size: 16px; } }
  @media (max-width: 576px) {
    .service-item p {
      line-height: 23px;
      font-size: 16px; } }

.note p {
  color: #d1d3d4;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 991px) {
    .note p {
      font-size: 18px;
      line-height: 30px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .note p {
      font-size: 18px;
      line-height: 30px; } }
  @media (max-width: 576px) {
    .note p {
      font-size: 16px;
      line-height: 30px; } }

footer p {
  color: #58595b;
  font-weight: 400; }

footer a,
footer span {
  font-weight: 500;
  font-size: 18px;
  color: #58595b; }
  @media (min-width: 768px) and (max-width: 991px) {
    footer a,
    footer span {
      font-size: 16px; } }
  @media (max-width: 576px) {
    footer a,
    footer span {
      font-size: 16px; } }

ul li {
  list-style-type: none; }

/* BUTTONS */
.button {
  display: table;
  background-color: transparent;
  line-height: 1;
  cursor: pointer;
  border-radius: 100px;
  padding: 18px 22px;
  text-align: center; }
  .button:focus, .button:hover {
    text-decoration: none;
    outline: none;
    font-family: "Montserrat", "Arial", sans-serif;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .button span {
    font-weight: 500;
    display: block;
    font-size: 18px; }
    @media (max-width: 992px) {
      .button span {
        font-size: 16px;
        line-height: 20px; } }
  .button.btn-solid {
    background-color: #a3c161;
    color: #fff;
    display: inline-block; }
    .button.btn-solid:focus, .button.btn-solid:hover {
      background-color: #90ab56; }
    .button.btn-solid.btn-cta {
      padding: 20px 30px; }
      .button.btn-solid.btn-cta span {
        font-size: 18px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .button.btn-solid.btn-cta span {
            font-size: 16px; } }
        @media (max-width: 576px) {
          .button.btn-solid.btn-cta span {
            font-size: 16px; } }
  .button.btn-empty {
    border: 2px solid #a3c161;
    color: #a3c161;
    margin: 0 auto; }
    .button.btn-empty:focus, .button.btn-empty:hover {
      background-color: #a3c161;
      text-decoration: none;
      color: #fff; }
  .button.btn-empty-light {
    border: 2px solid #939598;
    color: #939598; }
    .button.btn-empty-light:focus, .button.btn-empty-light:hover {
      background-color: #939598;
      text-decoration: none;
      color: #fff; }
  .button.btn-smaller span {
    font-size: 14px; }

/*  HEADER */
header {
  position: fixed;
  background-color: #fff;
  z-index: 1000;
  width: 100%;
  height: 90px;
  top: 0;
  -webkit-box-shadow: 0 1px 10px 0 rgba(161, 161, 161, 0.3);
  -moz-box-shadow: 0 1px 10px 0 rgba(161, 161, 161, 0.3);
  box-shadow: 0 1px 10px 0 rgba(161, 161, 161, 0.3);
  /* hamburger */ }
  header .navbar-brand {
    display: inline-block; }
    @media (min-width: 768px) and (max-width: 991px) {
      header .navbar-brand {
        margin-right: 0;
        width: 150px; } }
    @media (max-width: 576px) {
      header .navbar-brand {
        max-width: 150px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      header .navbar-brand img {
        width: 100%; } }
    @media (max-width: 576px) {
      header .navbar-brand img {
        width: 100%; } }
  header .header-mobile-top {
    display: block;
    width: 100%;
    padding: 16px 0 4px 10px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px; }
    @media (min-width: 769px) {
      header .header-mobile-top {
        display: none; } }
    @media (max-width: 576px) {
      header .header-mobile-top {
        top: 7px; } }
    header .header-mobile-top a img {
      width: 40px; }
    header .header-mobile-top #nav-icon {
      z-index: 1000;
      width: 30px;
      height: 20px;
      position: relative;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      cursor: pointer; }
      header .header-mobile-top #nav-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #a3c161;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out; }
  header .navbar {
    margin-top: 8px; }
    @media (max-width: 768px) {
      header .navbar {
        display: none; } }
  header.header-responsive {
    height: auto; }
    header.header-responsive .navbar-brand {
      padding: 15px 0; }
    @media (max-width: 768px) {
      header.header-responsive .navbar {
        display: none; } }
    @media (min-width: 769px) {
      header.header-responsive .navbar {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important; } }
    header.header-responsive .navbar .menu {
      height: 100%; }
      header.header-responsive .navbar .menu nav .simple-nav-menu {
        height: 100%;
        width: 100%; }
        header.header-responsive .navbar .menu nav .simple-nav-menu li {
          display: inline; }

header .header-mobile-top #nav-icon span:nth-child(1) {
  top: 0; }

header .header-mobile-top #nav-icon span:nth-child(2),
header .header-mobile-top #nav-icon span:nth-child(3) {
  top: 8px; }

header .header-mobile-top #nav-icon span:nth-child(4) {
  top: 16px; }

header .header-mobile-top #nav-icon.open span:nth-child(1) {
  top: 12px;
  width: 0;
  left: 50%; }

header .header-mobile-top #nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

header .header-mobile-top #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

header .header-mobile-top #nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%; }

/* scroll to top */
.scroll-top {
  margin: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  display: none;
  text-align: center;
  cursor: pointer; }
  .scroll-top:hover {
    opacity: 1; }

/* SIMPLE NAV MENU */
@media (max-width: 768px) {
  header.header-home .container {
    display: block !important; } }

@media (max-width: 768px) {
  header .menu {
    display: block !important; } }

header .menu .simple-nav-menu li {
  list-style: none;
  margin-right: 5px;
  display: inline-block; }
  header .menu .simple-nav-menu li:last-child {
    margin-right: 75px; }
    @media (min-width: 768px) and (max-width: 991px) {
      header .menu .simple-nav-menu li:last-child {
        margin-right: 20px; } }
  header .menu .simple-nav-menu li a {
    text-transform: uppercase;
    padding: 10px 12px;
    border: 2px solid transparent;
    border-radius: 100px;
    display: block;
    color: #4d4d4d;
    font-weight: 500;
    font-size: 14px; }
    @media (min-width: 768px) and (max-width: 991px) {
      header .menu .simple-nav-menu li a {
        font-size: 12px;
        padding: 8px; } }
    @media (max-width: 768px) {
      header .menu .simple-nav-menu li a {
        padding: 10px 0;
        border: none; } }
    header .menu .simple-nav-menu li a.active, header .menu .simple-nav-menu li a:hover {
      border: 2px solid #a3c161;
      color: #a3c161; }
      @media (max-width: 768px) {
        header .menu .simple-nav-menu li a.active, header .menu .simple-nav-menu li a:hover {
          border: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  header .menu .simple-nav-menu--en li {
    margin-right: 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  header .menu .simple-nav-menu--en li:last-child {
    margin-right: 35px; } }

@media (min-width: 768px) and (max-width: 991px) {
  header .menu .simple-nav-menu--en li:last-child {
    margin-right: 10px; } }

@media (min-width: 768px) and (max-width: 991px) {
  header .menu .simple-nav-menu--en li a {
    padding: 8px 4px; } }

header .menu .button {
  margin-right: 40px; }
  @media (max-width: 768px) {
    header .menu .button {
      display: none; } }

header .menu-languages li {
  float: left;
  list-style: none;
  margin-right: 10px;
  display: inline-block; }
  header .menu-languages li:last-child {
    margin-right: 0; }
  header .menu-languages li a {
    color: #4d4d4d;
    font-weight: 500;
    font-size: 14px;
    padding: 12px 0;
    display: block; }
    header .menu-languages li a.lang-active, header .menu-languages li a:focus, header .menu-languages li a:hover {
      color: #a3c161; }

@media (max-width: 768px) {
  header.header-home .menu-languages {
    border-top: 2px solid #ddd;
    margin-top: 10px;
    padding-top: 7px; } }

@media (min-width: 768px) and (max-width: 991px) {
  header.header-home .menu-languages li {
    margin-right: 8px; } }

@media (max-width: 768px) {
  header.header-home .menu-languages li {
    float: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  header.header-home .menu-languages li a {
    font-size: 12px;
    padding: 9px 0; } }

/* SERVICES */
.service-item {
  margin-bottom: 80px;
  position: relative;
  padding-left: 165px;
  width: 87%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) and (max-width: 991px) {
    .service-item {
      margin-bottom: 60px;
      padding-left: 180px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .service-item {
      padding-left: 0;
      text-align: center;
      padding-top: 120px;
      margin-bottom: 50px; } }
  @media (max-width: 576px) {
    .service-item {
      padding-left: 0;
      text-align: center;
      padding-top: 100px;
      margin-bottom: 40px; } }
  .service-item:last-child {
    margin-bottom: 0; }
  .service-item:before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .service-item:before {
        left: 50px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .service-item:before {
        left: 0;
        right: 0;
        margin: 0 auto; } }
    @media (max-width: 576px) {
      .service-item:before {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 80px;
        height: 80px; } }
  .service-item.service-1:before {
    background-image: url("../img/database.svg"); }
  .service-item.service-2:before {
    background-image: url("../img/globe-americas.svg"); }
  .service-item.service-3:before {
    background-image: url("../img/project-diagram.svg"); }
  .service-item.service-4:before {
    background-image: url("../img/mobile-alt.svg"); }

/* COVER */
.cover .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .cover .row .hero-image {
    position: relative;
    margin-left: -200px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cover .row .hero-image {
        margin-left: -70px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .cover .row .hero-image {
        margin-left: 0; } }
    @media (max-width: 576px) {
      .cover .row .hero-image {
        margin-left: 0; } }
    .cover .row .hero-image img {
      width: 720px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cover .row .hero-image img {
          width: 420px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .cover .row .hero-image img {
          width: 400px;
          margin: 0 auto;
          display: block; } }
      @media (max-width: 576px) {
        .cover .row .hero-image img {
          width: 100%;
          margin: 0 auto;
          display: block; } }
  .cover .row .cover-content {
    text-align: center;
    display: inline-block; }
    @media (min-width: 576px) and (max-width: 767px) {
      .cover .row .cover-content {
        margin-top: 40px; } }
    @media (max-width: 576px) {
      .cover .row .cover-content {
        margin-top: 40px; } }
    .cover .row .cover-content img {
      width: 290px;
      display: block;
      margin: 0 auto; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cover .row .cover-content img {
          width: 200px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .cover .row .cover-content img {
          width: 250px; } }
      @media (max-width: 576px) {
        .cover .row .cover-content img {
          width: 200px; } }

/*  WORKS */
.works-item {
  width: 95%; }
  @media (min-width: 576px) and (max-width: 767px) {
    .works-item {
      margin-bottom: 50px; } }
  @media (max-width: 576px) {
    .works-item {
      margin-bottom: 50px;
      margin-left: auto;
      margin-right: auto; } }
  .works-item img {
    width: 100%;
    margin-bottom: 32px; }
  .works-item h4 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    color: #58595b; }
    .works-item h4:after {
      position: absolute;
      content: "";
      background-color: #58595b;
      height: 1px;
      width: 100%;
      bottom: 0;
      left: 0; }
    .works-item h4.h4-lighter {
      color: #d1d3d4; }
      .works-item h4.h4-lighter:after {
        background-color: #939598; }
  .works-item p {
    color: #58595b;
    line-height: 26px; }
    .works-item p.p-lighter {
      color: #939598; }
  .works-item a {
    color: #a3c161;
    font-weight: 500;
    font-size: 18px; }
  .works-item.works-item-right {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 769px) {
      .works-item.works-item-right {
        margin-right: 0;
        margin-left: auto; } }

/* WORKS LIST */
.cover-inner img {
  width: 100%; }

.works-list-item {
  max-width: 860px;
  padding: 40px 0;
  position: relative; }
  .works-list-item:before {
    content: "";
    position: absolute;
    width: 245px;
    height: 3px;
    background-color: #a3c161;
    left: 0;
    top: 0; }

.button {
  margin: 0; }

/* ACCORDION */
.accordion {
  max-width: 860px; }
  .accordion .card {
    border: none;
    padding: 40px 0;
    position: relative; }
    @media (max-width: 768px) {
      .accordion .card {
        padding: 20px 0; } }
    .accordion .card:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      background-color: #a3c161;
      left: 0;
      top: 0; }
    .accordion .card .card-header {
      background-color: transparent;
      border-bottom: none;
      padding: 0; }
      .accordion .card .card-header:active, .accordion .card .card-header:focus, .accordion .card .card-header:hover {
        border: none; }
      .accordion .card .card-header .btn {
        padding: 0 70px 0 0;
        position: relative;
        width: 100%; }
        .accordion .card .card-header .btn h4 {
          text-align: left; }
        .accordion .card .card-header .btn p {
          text-align: left;
          color: #58595b;
          line-height: 26px;
          font-family: "Montserrat", "Arial", sans-serif; }
        .accordion .card .card-header .btn:focus, .accordion .card .card-header .btn:hover {
          text-decoration: none;
          cursor: pointer;
          outline: none;
          -webkit-box-shadow: none;
          box-shadow: none; }
        .accordion .card .card-header .btn .acc-closed {
          -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
          -ms-transform: rotate(0);
          -o-transform: rotate(0);
          transform: rotate(0);
          -webkit-transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
        .accordion .card .card-header .btn[aria-expanded=true] .acc-closed {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
        .accordion .card .card-header .btn .accordion-icons {
          position: absolute;
          right: 40px; }
          .accordion .card .card-header .btn .accordion-icons .acc-icon {
            position: absolute;
            right: 0;
            top: 5px; }
    .accordion .card .card-body {
      margin-top: 10px; }
      .accordion .card .card-body p {
        color: #58595b; }
      .accordion .card .card-body .button {
        margin-top: 15px; }

/* LOADER */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 10000000; }

.loader div {
  height: 20px;
  width: 20px;
  position: relative;
  border-radius: 4px; }

.loader {
  position: absolute;
  height: 65px;
  width: 65px;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -32px; }

#loader1,
#loader2,
#loader3,
#loader4 {
  -webkit-animation: l8 1s linear alternate infinite;
  animation: l8 1s linear alternate infinite; }

#loader1 {
  background-color: #b5d778; }

#loader2 {
  top: -40px;
  left: 20px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  background-color: #a3c161; }

#loader3 {
  top: -40px;
  left: 40px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
  background-color: #92a856; }

#loader4 {
  top: -40px;
  left: 20px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
  background-color: #7d8947; }

@-webkit-keyframes l8 {
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes l8 {
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

/* BASIC LAYOUT STYLE */
.container-fluid {
  padding-right: 0;
  padding-left: 0; }

section {
  position: relative; }

.main-content {
  position: relative; }
  .main-content .row {
    margin-bottom: 9.5rem; }

/* HELPERS */
.background-dark {
  background-color: #282828; }

.background-light {
  background-color: #f9f9f9; }

.section-overflow-hidden-x {
  overflow-x: hidden; }

.line {
  position: absolute;
  z-index: 1; }
  @media (min-width: 768px) and (max-width: 991px) {
    .line {
      bottom: -32px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .line {
      bottom: -24px; } }
  @media (max-width: 576px) {
    .line {
      display: none; } }
  .line.line-top {
    top: -98px;
    bottom: unset; }

@media (min-width: 576px) and (max-width: 767px) and (max-height: 415px) {
  .line.line-top {
    top: -40px; } }

@media (min-width: 768px) and (max-width: 991px) and (max-height: 415px) {
  .line.line-top {
    top: -52px; } }

@media (min-width: 768px) and (max-width: 991px) and (min-height: 416px) and (max-height: 1024px) {
  .line.line-top {
    top: -48px; } }

@media (min-width: 992px) and (max-width: 1199px) and (max-height: 768px) {
  .line.line-top {
    top: -68px; } }
  .line.line-bottom {
    bottom: -62px; }

@media (min-width: 576px) and (max-width: 767px) and (max-height: 415px) {
  .line.line-bottom {
    bottom: -30px; } }

@media (min-width: 768px) and (max-width: 991px) and (max-height: 415px) {
  .line.line-bottom {
    bottom: -38px; } }

@media (min-width: 768px) and (max-width: 991px) and (min-height: 416px) and (max-height: 1024px) {
  .line.line-bottom {
    bottom: -32px; } }

@media (min-width: 992px) and (max-width: 1199px) and (max-height: 768px) {
  .line.line-bottom {
    bottom: -42px; } }
  .line.line-l {
    left: -12px; }
  .line.line-r {
    right: 0; }
  .line img {
    width: 100%; }

/* MARGINS PADDINGS */
.no-paddings {
  padding-left: 0;
  padding-right: 0; }

.mt-80 {
  margin-top: 80px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt-80 {
      margin-top: 50px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-80 {
      margin-top: 20px; } }
  @media (max-width: 576px) {
    .mt-80 {
      margin-top: 20px; } }

.mb-80 {
  margin-bottom: 80px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb-80 {
      margin-bottom: 50px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-80 {
      margin-bottom: 20px; } }
  @media (max-width: 576px) {
    .mb-80 {
      margin-bottom: 20px; } }

.padding-top-bottom-sm {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-top-bottom-sm {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .padding-top-bottom-sm {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 576px) {
    .padding-top-bottom-sm {
      padding-top: 40px;
      padding-bottom: 40px; } }

.padding-top-bottom-md {
  padding-top: 100px;
  padding-bottom: 150px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-top-bottom-md {
      padding-top: 70px;
      padding-bottom: 120px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .padding-top-bottom-md {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (max-width: 576px) {
    .padding-top-bottom-md {
      padding-top: 50px;
      padding-bottom: 50px; } }

.pt-120 {
  padding-top: 120px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt-120 {
      padding-top: 90px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-120 {
      padding-top: 60px; } }
  @media (max-width: 576px) {
    .pt-120 {
      padding-top: 40px; } }

img {
  display: inline-block; }

.img-divider {
  width: 600px;
    margin-bottom: 80px; }
  @media (max-width: 768px) {
    .img-divider {
      width: 100%; } }

/* BACKGROUNDS */
.bkg-img, .bkg-img-1, .bkg-img-2, .bkg-img-3, .bkg-img-4 {
  background-repeat: no-repeat; }

.bkg-img-1 {
  background-image: url("../img/cover-bckg.jpg");
  background-position: right bottom;
  background-size: 100%; }
  @media (min-width: 576px) and (max-width: 767px) {
    .bkg-img-1 {
      background-size: 1200px; } }
  @media (max-width: 576px) {
    .bkg-img-1 {
      background-size: 900px; } }

.bkg-img-2 {
  background-image: url("../img/dark-bckg-graphics.png");
  background-position: left center;
  background-size: auto; }
  @media (max-width: 992px) {
    .bkg-img-2 {
      background-image: none; } }

.bkg-img-3 {
  background-image: url("../img/light-bckg-graphics.png");
  background-position: right center;
  background-size: auto; }

.bkg-img-4 {
  background-image: url("../img/footer-bckg.jpg");
  background-position: left bottom;
  background-size: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .bkg-img-4 {
      background-size: 130%; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .bkg-img-4 {
      background-size: 900px; } }
  @media (max-width: 576px) {
    .bkg-img-4 {
      background-size: 800px; } }

/* FOOTER */
footer {
  padding-bottom: 220px;
  overflow-x: hidden; }
  footer .footer-info {
    margin-left: 100px; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .footer-info {
        margin-left: -40px; } }
    @media (max-width: 576px) {
      footer .footer-info {
        margin-left: 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      footer .footer-info {
        margin-left: 0; } }
    @media (min-width: 576px) and (max-width: 767px) {
      footer .footer-info img {
        display: block;
        margin-right: 0;
        margin-left: auto;
        width: 200px; } }
    @media (max-width: 576px) {
      footer .footer-info img {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 200px; } }
    footer .footer-info div {
      margin: 18px 0; }
      @media (min-width: 576px) and (max-width: 767px) {
        footer .footer-info div {
          text-align: right; } }
      @media (max-width: 576px) {
        footer .footer-info div {
          text-align: center; } }
