/*
Template Name: Re - Multi Purpose HTML Templates
Template URI: http://rometheme.net/html/re
Author: Rometheme
Author URI: https://themeforest.net/user/rometheme
Version: 1.0
*/
/**
 * Table of Contents:
 *
 * 1. - NORMALIZE CSS
 * 2. - GLOBAL STYLES
 *      2.1 - General Styles
 *      2.2 - Text Color
 *      2.3 - Anchor
 *      2.4 - Heading and Paragraph
 * 
 * 3. - COMPONENTS
 *      3.1 - Preloader  
 *      3.2 - Buttons  
 *      3.3 - Box Icon 1
 *      3.4 - Box Icon 2
 *      3.5 - Box Image 1
 *      3.6 - Box Image 2
 *      3.7 - Box Image 3
 *      3.8 - BOX TESTIMONY
 *      3.9 - Box Team 2
 *      3.10 - Box Statistic
 *      3.11 - Box History
 *      3.12 - Box Partners
 *      3.13 - Panel Accordion
 *      3.14 - Faq
 *      3.15 - Pricing Table
 *      3.16 - Career Tabs
 *      3.17 - Box News
 * 4. - LOGO & NAVIGATION
 *      4.1 - Topbar 
 *      4.2 - Navbar 
 * 5. - HOME
 *      5.1 - Banner
 *      5.2 - Text Typing
 * 6. - SECTION
 *      6.1 Section - About
 *      6.2 Section - Services
 *      6.3 Section - Projects
 *      6.4 Section - News
 *      6.5 Section - Contact
 *      6.6 Section - Features
 *      6.7 Section - CTA
 *      6.8 Section - Price
 *      6.9 Section - Blog
 *      6.10 Section - Timeline
 *      6.11 Section - Testimonial
 *      6.12 Section - Clients
 *      6.13 Section - Video BG
 *      6.14 Section - Contact and Map
 * 7. - FOOTER 
 * 8. - RESPONSIVE
 * -----------------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700");
.bolder {
  font-weight: 600; }

.cfix {
  content: '';
  display: block;
  width: 100%;
  clear: both; }

/**
 * 1. - NORMALIZE CSS
 * -----------------------------------------------------------------------------
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * 2. GLOBAL STYLES
 * -----------------------------------------------------------------------------
 */
/*1.1 GENERAL STYLES*/
body,
button,
input,
select,
textarea {
  color: #333333;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  position: relative; }

html, body {
  width: 100%;
  height: 100%; }

/* 1.3. ANCHOR */
a {
  color: #333333;
  text-decoration: none; }
  a:hover {
    color: #2b9248;
    text-decoration: none; }

/* 1.4. HEADING & PARAGRAPH */
p {
  margin: 0 0 20px 0; }

h1,
h2,
h3,
h4,
.rs-team-1 .title,
h5 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px; }

h1 {
  font-size: 3.571em;
  line-height: normal; }

h2 {
  font-size: 2.857em;
  line-height: normal; }

h3 {
  font-size: 1.714em;
  line-height: normal; }

h4, .rs-team-1 .title {
  font-size: 1.286em;
  line-height: normal; }

h5 {
  font-size: 14px;
  line-height: 22px; }

h6 {
  font-size: 13px; }

strong, b {
  font-weight: 700; }

/* CUSTOM GLOBAL */
.uk16 {
  font-size: 16px; }

.uk18 {
  font-size: 18px; }

.uk21 {
  font-size: 21px; }

.uk24 {
  font-size: 24px; }

.uk36 {
  font-size: 36px; }

.uk48 {
  font-size: 48px; }

.uk60 {
  font-size: 60px; }

.uk72 {
  font-size: 72px; }

.spacer-10 {
  height: 10px; }
  .spacer-10::after {
    display: block;
    content: "";
    clear: both; }

.spacer-30 {
  height: 30px; }
  .spacer-30::after {
    display: block;
    content: "";
    clear: both; }

.spacer-50 {
  height: 50px; }
  .spacer-50::after {
    display: block;
    content: "";
    clear: both; }

.spacer-70 {
  height: 70px; }
  .spacer-70::after {
    display: block;
    content: "";
    clear: both; }

.spacer-90 {
  height: 90px; }
  .spacer-90::after {
    display: block;
    content: "";
    clear: both; }

.spacer-110 {
  height: 110px; }
  .spacer-110::after {
    display: block;
    content: "";
    clear: both; }

.section-heading {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
  position: relative;
  color: #2b9248; }
  .section-heading:after {
    content: '';
    display: block;
    vertical-align: bottom;
    width: 30px;
    height: 1px;
    background: #2b9248;
    margin-bottom: 10px;
    margin-top: 20px; }
  .section-heading span {
    color: #333333;
    font-weight: normal;
    font-style: italic; }
  .section-heading.light {
    color: #2b9248; }
    .section-heading.light span {
      color: #fff; }
    .section-heading.light:after {
      background: #fff; }
  .section-heading.white {
    color: #fff; }
  .section-heading.center {
    text-align: center; }
    .section-heading.center:after {
      margin-left: auto;
      margin-right: auto; }
  .section-heading.no-after:after {
    display: none; }

.subheading {
  margin-top: -20px;
  margin-bottom: 0px;
  color: #999; }

.bgi-cover-center {
  background-size: cover;
  background-position: center; }

/* OWL */
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: gray; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #2b9248; }
.owl-theme .owl-controls {
  margin-top: 50px; }

/* END OWL */
.gutter-5 {
  margin-right: 0;
  margin-left: 0; }
  .gutter-5 > [class^="col-"],
  .gutter-5 > [class*=" col-"],
  .gutter-5 [class*='col-'],
  .gutter-5 [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.font-primary {
  font-family: "Ubuntu", sans-serif; }

.bg-primary {
  background-color: #2b9248 !important; }

.bg-secondary {
  background-color: #dee2e6 !important; }

.bg-gray {
  background-color: #dee2e6; }

.bg-gray-light {
  background-color: #eeeeee; }

.text-body {
  color: #333333 !important; }

.text-primary {
  color: #2b9248 !important; }

.text-secondary {
  color: #dee2e6 !important; }

@media (max-width: 767px) {
  .responsive-text-center {
    text-align: center;
    float: none !important; } }
/**
 * 3. - COMPONENTS
 * -----------------------------------------------------------------------------
 */
.media-anim .media, .rs-image-box .media {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  background-color: #fff; }
  .media-anim .media img, .rs-image-box .media img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear; }
.media-anim:hover .media, .rs-image-box:hover .media {
  background-color: #dee2e6; }
  .media-anim:hover .media img, .rs-image-box:hover .media img {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms; }

/* ==========================
2.1 - Buttons
============================= */
.btn, .btn-primary, .btn-secondary, .btn-secondary.disabled, .btn-primary-darken.disabled, .btn-light {
  font-size: 14px;
  color: #fff;
  padding: 13px 40px;
  border: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px; }

.btn-default {
  background-color: #2b9248;
  color: #fff;
  padding: 15px 20px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.btn-default:hover {
  background-color: #2b9248; }

.btn-primary {
  background-color: #2b9248;
  color: #fff; }
  .btn-primary:hover {
    background-color: #33491b;
    color: #fff; }

.btn-secondary {
  background-color: #dee2e6;
  color: #fff; }
  .btn-secondary:hover {
    background-color: #2b9248;
    color: #fff; }

.btn-primary.disabled {
  background-color: #2b9248;
  border-color: #2b9248;
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }
  .btn-primary.disabled:hover {
    color: #2b9248;
    background-color: #dee2e6; }

.btn-secondary.disabled {
  background-color: #dee2e6;
  color: #fff; }
  .btn-secondary.disabled:hover {
    background-color: #2b9248;
    color: #fff; }

.btn-primary-darken.disabled {
  background-color: #33491b;
  color: #fff; }
  .btn-primary-darken.disabled:hover {
    background-color: #dee2e6;
    color: #fff; }

.btn-light {
  background-color: #fff;
  color: #2b9248;
  border: 1px solid #fff; }
  .btn-light:hover {
    background-color: #2b9248;
    color: #fff;
    border-color: transparent; }

/* ==========================
SOSMED-ICON
============================= */
.sosmed-icon a {
  color: #ffffff;
  background-color: transparent;
  width: 40px;
  height: 40px;
  font-size: 18px;
  /*display: table-cell;*/
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0 2px; }
  .sosmed-icon a:hover {
    background-color: #dee2e6; }
.sosmed-icon.bg-round a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #2b9248;
  background-color: #dee2e6; }
  .sosmed-icon.bg-round a:hover {
    color: #2b9248;
    background-color: #2b9248; }
.sosmed-icon.no-bg-hover a:hover {
  color: #2b9248;
  background-color: transparent; }

/* ==========================
BOX IMAGE
============================= */
.rs-image-info {
  text-align: center; }
  .rs-image-info .media {
    margin: 0 auto; }

.box-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .box-deck .box-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; }
  @media (min-width: 576px) {
    .box-deck {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .box-deck .box-card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        /*margin-right: $card-deck-margin;*/
        margin-bottom: 0;
        /*margin-left: $card-deck-margin;*/ } }

.rs-image-box {
  background-color: transparent;
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 4px 5px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 4px 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 4px 5px 0 rgba(0, 0, 0, 0); }
  .rs-image-box .body-text {
    padding: 0 30px 40px; }
  .rs-image-box .title {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    margin-bottom: 10px; }
  .rs-image-box:hover {
    -webkit-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2); }

/* ==========================
BOX ICON
============================= */
.rs-icon-funfact .icon {
  display: block;
  font-size: 40px;
  line-height: 1.5;
  float: left;
  width: 70px;
  height: 70px;
  background-color: transparent;
  text-align: center;
  /*@include border-radius(50%);*/ }
.rs-icon-funfact .body-content {
  margin-left: 85px; }
  .rs-icon-funfact .body-content h1, .rs-icon-funfact .body-content h2, .rs-icon-funfact .body-content h3, .rs-icon-funfact .body-content h4, .rs-icon-funfact .body-content .rs-team-1 .title, .rs-team-1 .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content h4, .rs-icon-funfact .body-content .rs-team-1 .title, .rs-team-1 .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content h5, .rs-icon-funfact .body-content h6 {
    clear: none;
    margin-bottom: 0;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700; }
.rs-icon-funfact.style-2 {
  text-align: center; }
  .rs-icon-funfact.style-2 .icon {
    color: #fff;
    line-height: 1.7;
    float: none;
    background-color: transparent;
    margin: 0 auto;
    font-size: 40px;
    background-color: #dee2e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .rs-icon-funfact.style-2 .body-content {
    margin-left: 0; }

/* ==========================
BOX ICON
============================= */
.rs-icon-info {
  margin-bottom: 15px; }
  .rs-icon-info .info-icon {
    display: table-cell;
    position: relative; }
    .rs-icon-info .info-icon:after {
      content: '';
      width: 60px;
      height: 60px;
      background-color: transparent;
      border: 0px solid #2b9248;
      position: absolute;
      left: -5px;
      top: -5px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .rs-icon-info .fa {
    width: 50px;
    height: 50px;
    background-color: #2b9248;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    padding-top: 14px;
    font-size: 22px;
    color: #fff; }
  .rs-icon-info .info-text {
    display: table-cell;
    padding-left: 20px;
    position: relative;
    vertical-align: middle; }
  .rs-icon-info.center {
    text-align: center;
    padding: 30px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; }
    .rs-icon-info.center .info-icon {
      display: block; }
    .rs-icon-info.center .fa {
      background-color: transparent;
      font-size: 40px; }
      .rs-icon-info.center .fa.bl {
        background-color: #2b9248;
        color: #fff;
        width: 0px;
        height: 0px; }
    .rs-icon-info.center .info-text {
      display: block; }
  .rs-icon-info.no-bg .fa {
    background-color: transparent;
    color: #2b9248; }
  .rs-icon-info.text-right {
    text-align: right; }
    .rs-icon-info.text-right .info-icon {
      float: right; }
      .rs-icon-info.text-right .info-icon:after {
        right: -5px;
        top: -5px; }
    .rs-icon-info.text-right .info-text {
      padding-left: auto;
      padding-right: 20px; }
  .rs-icon-info::after {
    display: block;
    content: "";
    clear: both; }

.rs-icon-info-3 {
  margin-bottom: 15px; }
  .rs-icon-info-3 .info-icon {
    display: table-cell;
    text-align: center; }
  .rs-icon-info-3 .fa {
    width: 70px;
    height: 70px;
    background-color: transparent;
    color: #2b9248;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding-top: 17px;
    font-size: 50px; }
  .rs-icon-info-3 .info-text {
    display: table-cell;
    padding-left: 20px;
    position: relative;
    vertical-align: middle; }
  .rs-icon-info-3::after {
    display: block;
    content: "";
    clear: both; }

/* ==========================
TEAM
============================= */
.rs-team-1 {
  position: relative;
  margin-bottom: 30px;
  text-align: center; }
  .rs-team-1 .media {
    display: block;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative; }
  .rs-team-1:hover .media img {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms; }
  .rs-team-1 .body {
    overflow: hidden;
    color: #333333; }
  .rs-team-1 .title {
    margin-bottom: 5px;
    color: #2b9248; }
  .rs-team-1 .position {
    font-size: 14px;
    color: gray; }
  .rs-team-1 .social-icon {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    font-size: 18px;
    margin-top: 10px; }
    .rs-team-1 .social-icon li {
      list-style: none;
      padding: 0 10px; }
      .rs-team-1 .social-icon li a {
        color: gray;
        background-color: #fff; }
        .rs-team-1 .social-icon li a:hover {
          color: #2b9248; }

/* ==========================
FORM CONTACT
============================= */
.form-comment .form-control,
.form-contact .form-control,
.contact .form-control {
  height: 45px;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 3px;
  box-shadow: none; }
.form-comment textarea.form-control,
.form-contact textarea.form-control,
.contact textarea.form-control {
  height: auto; }
.form-comment .btn.disabled, .form-comment .disabled.btn-primary, .form-comment .disabled.btn-secondary, .form-comment .disabled.btn-primary-darken, .form-comment .disabled.btn-light, .form-comment .btn[disabled], .form-comment [disabled].btn-primary, .form-comment [disabled].btn-secondary, .form-comment [disabled].btn-primary-darken.disabled, .form-comment [disabled].btn-light, .form-comment fieldset[disabled] .btn, .form-comment fieldset[disabled] .btn-primary, .form-comment fieldset[disabled] .btn-secondary, .form-comment fieldset[disabled] .btn-primary-darken.disabled, .form-comment fieldset[disabled] .btn-light,
.form-contact .btn.disabled,
.form-contact .disabled.btn-primary,
.form-contact .disabled.btn-secondary,
.form-contact .disabled.btn-primary-darken,
.form-contact .disabled.btn-light,
.form-contact .btn[disabled],
.form-contact [disabled].btn-primary,
.form-contact [disabled].btn-secondary,
.form-contact [disabled].btn-primary-darken.disabled,
.form-contact [disabled].btn-light,
.form-contact fieldset[disabled] .btn,
.form-contact fieldset[disabled] .btn-primary,
.form-contact fieldset[disabled] .btn-secondary,
.form-contact fieldset[disabled] .btn-primary-darken.disabled,
.form-contact fieldset[disabled] .btn-light,
.contact .btn.disabled,
.contact .disabled.btn-primary,
.contact .disabled.btn-secondary,
.contact .disabled.btn-primary-darken,
.contact .disabled.btn-light,
.contact .btn[disabled],
.contact [disabled].btn-primary,
.contact [disabled].btn-secondary,
.contact [disabled].btn-primary-darken.disabled,
.contact [disabled].btn-light,
.contact fieldset[disabled] .btn,
.contact fieldset[disabled] .btn-primary,
.contact fieldset[disabled] .btn-secondary,
.contact fieldset[disabled] .btn-primary-darken.disabled,
.contact fieldset[disabled] .btn-light {
  opacity: 1; }

.form-subscribe [type="search"] {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  min-height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  border-color: transparent; }
.form-subscribe .btn, .form-subscribe .btn-primary, .form-subscribe .btn-secondary, .form-subscribe .btn-primary-darken.disabled, .form-subscribe .btn-light {
  min-height: 52px; }

/* ==========================
BOX ICON
============================= */
.rs-icon-info-2 {
  position: relative;
  margin-bottom: 20px;
  text-align: center; }
  .rs-icon-info-2 .icon {
    font-size: 60px;
    line-height: 1.4em;
    background-color: #2b9248;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-top: 45px;
    position: relative;
    -webkit-transition: 0.1s all linear;
    transition: 0.1s all linear; }
    .rs-icon-info-2 .icon .number {
      width: 50px;
      height: 50px;
      font-size: 24px;
      line-height: 1em;
      color: #fff;
      background-color: #dee2e6;
      border: 1px solid #fff;
      position: absolute;
      top: -10px;
      right: 15px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      padding-top: 13px; }

/* ==========================
PRICING TABLE
============================= */
.rs-pricing-1 {
  position: relative;
  text-align: center;
  padding: 30px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  .rs-pricing-1 .price {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 0;
    position: relative;
    letter-spacing: -3px; }
    .rs-pricing-1 .price:after, .rs-pricing-1 .price:before {
      border-top: 1px solid white;
      content: "";
      left: 50%;
      margin-left: -40px;
      position: absolute;
      top: auto;
      width: 0px; }
    .rs-pricing-1 .price:before {
      top: 0; }
    .rs-pricing-1 .price:after {
      bottom: 0; }
    .rs-pricing-1 .price span {
      display: inline-block;
      font-size: 28px;
      margin: 7px 3px 0 0;
      vertical-align: top; }
      .rs-pricing-1 .price span.mon {
        color: #999;
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 0 8px;
        vertical-align: baseline;
        letter-spacing: 0; }
  .rs-pricing-1 .features ul {
    list-style: outside none none;
    margin: 0;
    padding: 35px 0; }
    .rs-pricing-1 .features ul li {
      padding: 8px 0; }

/* ==========================
TESTIMONIAL
============================= */
.rs-testimonial-1 {
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  .rs-testimonial-1 .rs-testimonial-footer {
    margin: 0 -25px -25px;
    padding: 18px 25px;
    border-top: 1px solid #fff;
    font-weight: 700; }
    .rs-testimonial-1 .rs-testimonial-footer::before {
      content: "\2014 \00A0"; }
    .rs-testimonial-1 .rs-testimonial-footer cite {
      display: block;
      font-weight: normal; }

.rs-testimonial-2 {
  position: relative;
  padding-left: 50px; }
  .rs-testimonial-2 .media {
    width: 60px;
    height: 60px;
    float: left; }
  .rs-testimonial-2 .rs-testimonial-footer {
    font-weight: 700;
    margin-left: 75px; }
    .rs-testimonial-2 .rs-testimonial-footer::before {
      content: "\2014 \00A0"; }
    .rs-testimonial-2 .rs-testimonial-footer cite {
      display: block;
      font-weight: normal; }
  .rs-testimonial-2:before {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    top: -6px;
    left: 0;
    z-index: 9;
    color: #dee2e6;
    font-size: 35px; }

.rs-testimonial-3 {
  position: relative;
  box-sizing: border-box;
  text-align: center; }
  .rs-testimonial-3 .quote-box blockquote {
    font-size: 24px;
    padding: 0;
    background-color: transparent;
    margin: 0;
    border-left: 0;
    font-style: italic; }
  .rs-testimonial-3 .quote-box .quote-name {
    margin-top: 30px;
    font-size: 18px;
    line-height: 34px; }
    .rs-testimonial-3 .quote-box .quote-name:before {
      content: '\2014 \00A0'; }
    .rs-testimonial-3 .quote-box .quote-name span {
      font-size: 12px;
      font-style: italic;
      font-weight: normal;
      display: block; }
  .rs-testimonial-3 .quote-box .media {
    margin: 40px 0 10px 0;
    text-align: center; }
    .rs-testimonial-3 .quote-box .media img {
      margin: 0 auto;
      width: 75px;
      height: 75px; }

/* ==========================
Back To Top Section
============================= */
.box-gallery {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px; }
  .box-gallery a, .box-gallery a img {
    display: block;
    max-width: 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    cursor: pointer;
    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear; }
    .box-gallery a:hover img, .box-gallery a img:hover img {
      -webkit-transform: scale(1.05, 1.07);
      -ms-transform: scale(1.05, 1.07);
      transform: scale(1.05, 1.07);
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-duration: 250ms;
      transition-duration: 250ms; }
    .box-gallery a:hover .project-info, .box-gallery a img:hover .project-info {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    .box-gallery a:hover .project-icon, .box-gallery a img:hover .project-icon {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      top: -90px; }
      .box-gallery a:hover .project-icon .fa:hover, .box-gallery a img:hover .project-icon .fa:hover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
    .box-gallery a:hover .details, .box-gallery a img:hover .details {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      bottom: 0; }
  .box-gallery .project-info {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(103, 148, 54, 0.7);
    padding-top: 50%;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all ease .25s;
    transition: all ease .25s; }
    .box-gallery .project-info .project-icon {
      position: relative;
      top: -120px;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transition: all ease .25s;
      transition: all ease .25s;
      width: 100%;
      color: #fff; }
      .box-gallery .project-info .project-icon .fa {
        font-size: 50px;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90); }

/* ==========================
Back To Top Section
============================= */
.rs-icon-1 .icon {
  display: table-cell;
  color: #2b9248;
  font-size: 27px;
  line-height: 2.2;
  width: 60px;
  height: 60px;
  background: #F8F8F8;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  text-align: center; }
.rs-icon-1 .body-content {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  font-weight: 400;
  color: #888888; }
  .rs-icon-1 .body-content .heading {
    font-weight: 700;
    color: #222222; }

/* ==========================
Back To Top Section
============================= */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #2b9248 url("../images/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }
  .cd-top:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }
  .cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  .cd-top.cd-fade-out {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50); }

/**
 * 4. - LOGO & NAVIGATION
 * -----------------------------------------------------------------------------
 */
/* 4.1 - NAVBAR */
.topbar {
  background-color: #0563af;
  -webkit-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
  position: relative; }
  .topbar .row {
    min-height: 40px; }

.middlebar .row {
  min-height: 90px; }

.contact-info {
  float: right;
  margin-top: 5px; }
  .contact-info > div {
    display: inline-block;
    margin-right: 40px;
    margin-top: 6px; }
    .contact-info > div:last-child {
      margin-right: 0; }

/* 4.1 - NAVBAR */
.navbar-brand {
  padding: 0 0; }

.navbar-main {
  /*border-radius: 0;
  margin-bottom: 0;
  border: 0;
  position: relative;
  z-index: 3;*/
  -webkit-transition: padding .2s ease-in-out;
  transition: padding .2s ease-in-out; }
  .navbar-main .navbar {
    padding: 0; }
  .navbar-main ol,
  .navbar-main li {
    margin: 0 0;
    font-size: 18px;
    font-weight: 700; }
  .navbar-main ul {
    margin-left: 0; }
  .navbar-main .navbar-toggler {
    color: #2b9248;
    border-color: transparent; }
  .navbar-main .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .navbar-main .dropdown-toggle::after {
    margin-left: 0.6em;
    color: #2b9248; }
  .navbar-main .dropdown:hover > .dropdown-menu {
    display: block; }
  .navbar-main .dropdown-menu {
    min-width: 200px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0.2rem 0;
    margin-top: 0;
    border-width: 0;
    background-color: #333333;
    color: #fff;
    font-size: 14px; }
  .navbar-main .dropdown-item {
    color: #fff;
    padding: 0.5rem 1.5rem; }
    .navbar-main .dropdown-item:hover, .navbar-main .dropdown-item:focus {
      text-decoration: none;
      background-color: #222222; }

/* END NAVBARMAIN */
.header-1 {
  position: relative;
  z-index: 999;
  width: 100%; }
  .header-1 .navbar-main {
    background-color: #2b9248; }
    .header-1 .navbar-main > .container {
      margin-bottom: 0;
      padding: 5px 0; }
    .header-1 .navbar-main .navbar-brand {
      position: absolute;
      top: -90px; }
    .header-1 .navbar-main .navbar-nav .nav-link.active {
      color: #dee2e6; }
    .header-1 .navbar-main .navbar-nav .nav-link {
      color: #fff;
      padding: .5rem 1.5rem; }
      .header-1 .navbar-main .navbar-nav .nav-link:hover, .header-1 .navbar-main .navbar-nav .nav-link:focus {
        color: #dee2e6; }
    .header-1 .navbar-main .navbar-nav .active > .nav-link {
      color: #dee2e6; }
    .header-1 .navbar-main.stiky {
      height: auto;
      background-color: #fff;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1030;
      padding-top: 40px;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      -webkit-transform: translateY(-40px);
      -moz-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
      -o-transform: translateY(-40px);
      transform: translateY(-40px);
      -webkit-animation-duration: .3s;
      animation-duration: .3s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      bottom: initial; }
      .header-1 .navbar-main.stiky .navbar-brand {
        position: static;
        margin-left: 0; }
      .header-1 .navbar-main.stiky > .container {
        margin-bottom: 0;
        padding: 10px 15px; }
      .header-1 .navbar-main.stiky .nav-link {
        color: #222222; }
        .header-1 .navbar-main.stiky .nav-link:hover, .header-1 .navbar-main.stiky .nav-link:focus {
          color: #2b9248; }

.header-2 .container-nav {
  padding: 20px 0; }
.header-2 .navbar-main {
  background-color: #fff; }
  .header-2 .navbar-main .container {
    padding: 5px 15px; }
  .header-2 .navbar-main .navbar-brand {
    /*margin-left: 15px;*/ }
  .header-2 .navbar-main .navbar-nav .nav-link.active {
    color: #2b9248; }
  .header-2 .navbar-main .nav-link {
    color: #333333;
    padding-left: 20px;
    padding-right: 20px;
    padding: 1rem 1.5rem; }
    .header-2 .navbar-main .nav-link:hover, .header-2 .navbar-main .nav-link:focus {
      color: #2b9248; }
  .header-2 .navbar-main.stiky {
    height: auto;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-top: 40px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    bottom: initial; }
    .header-2 .navbar-main.stiky .nav > li > a {
      color: #dee2e6; }
    .header-2 .navbar-main.stiky .navbar-brand {
      position: static;
      margin-left: 0; }
      .header-2 .navbar-main.stiky .navbar-brand img {
        width: 60%; }
    .header-2 .navbar-main.stiky > .container {
      margin-bottom: 0;
      padding: 10px 15px; }
@media (max-width: 767px) {
  .header-2 .navbar-brand {
    position: static;
    margin-left: 0;
    margin-right: .5rem; }
    .header-2 .navbar-brand img {
      width: 60%; } }

@media (max-width: 767px) {
  .header-1 .navbar-main .navbar-brand {
    position: relative;
    top: 0; } }
/**
 * 5. - SECTION
 * -----------------------------------------------------------------------------
 */
/* 1.1 - Banner */
.banner {
  float: left;
  padding: 0 0; }
  .banner.owl-carousel {
    position: relative;
    height: 100%; }
    .banner.owl-carousel div:not(.owl-controls) {
      height: 100%; }
    .banner.owl-carousel .owl-controls .owl-nav,
    .banner.owl-carousel .owl-controls .owl-dots {
      height: auto; }
    .banner.owl-carousel .owl-item img {
      display: none; }
    .banner.owl-carousel .owl-slide {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
  .banner .item {
    position: relative; }
  .banner .slider-pos {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%; }
  .banner h1 {
    font-size: 72px;
    padding: 0;
    margin-bottom: 10px;
    color: #fff; }
    .banner h1 span {
      color: #2b9248; }
    .banner h1.bg {
      background-color: rgba(230, 225, 197, 0.5);
      padding: 20px; }
  .banner p {
    font-size: 18px;
    padding: 0;
    color: #fff; }
    .banner p.bg {
      background-color: rgba(255, 255, 255, 0.5);
      padding: 20px;
      color: #dee2e6; }
  .banner.owl-theme .owl-controls {
    margin-top: 0; }
  .banner .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 18px;
    margin: 5px;
    background: #2b9248;
    display: inline-block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding-top: 11px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .banner .owl-controls .owl-nav [class*=owl-]:hover {
      background: #dee2e6;
      text-decoration: none; }
  .banner .owl-nav {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 40%; }
    .banner .owl-nav .owl-prev {
      float: left;
      margin-left: 20px !important; }
    .banner .owl-nav .owl-next {
      float: right;
      margin-right: 20px !important; }
  .banner .owl-dots {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 4%;
    display: none !important; }
    .banner .owl-dots .owl-dot span {
      background: #fff !important; }
    .banner .owl-dots .owl-dot.active span {
      background: #2b9248 !important; }
  @media (max-width: 767px) {
    .banner h1 {
      font-size: 42px; }
    .banner .owl-nav {
      display: none; }
    .banner .owl-dots {
      display: block !important; } }

.wrap-caption {
  width: 60%; }
  .wrap-caption.center {
    width: 80%;
    margin: 0 auto;
    text-align: center; }
  .wrap-caption.right {
    width: 60%;
    text-align: right;
    float: right; }
  .wrap-caption .excerpt {
    margin-bottom: 50px;
    font-size: 18px; }
  .wrap-caption .btn, .wrap-caption .btn-primary, .wrap-caption .btn-secondary, .wrap-caption .btn-primary-darken.disabled, .wrap-caption .btn-light {
    margin-right: 15px; }
  @media (max-width: 767px) {
    .wrap-caption {
      width: 100%; }
      .wrap-caption.center, .wrap-caption.right {
        width: 100%; } }

.content-wrap {
  padding: 0px 0; }

.content-wrap-20 {
  padding: 20px 0; }

.content-wrap-120 {
  padding: 120px 0; }

.bg-primary-1 {
  background: #2b9248; }

.bg-primary-2 {
  background: #4d6f28; }

.bg-primary-3 {
  background: #33491b; }

.bg-primary-1.with-hover:hover,
.bg-primary-2.with-hover:hover,
.bg-primary-3.with-hover:hover {
  background-color: #dee2e6; }

.img-rounded-3 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px; }

.img-video {
  position: relative; }
  .img-video .play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    background-color: transparent;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table-cell;
    padding-top: 13px;
    padding-left: 7px;
    text-align: center;
    vertical-align: middle;
    line-height: 2;
    color: #fff;
    z-index: 2; }
    .img-video .play-video:hover {
      background-color: #fff;
      color: #2b9248; }
  .img-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(230, 225, 197, 0.1); }

.ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65px;
  width: 65px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  animation: ripple 2s infinite; }

.ripple:before {
  animation-delay: .9s;
  content: "";
  position: absolute; }

.ripple:after {
  animation-delay: .9s;
  content: "";
  position: absolute; }

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
/**
 * 6. - FOOTER
 * -----------------------------------------------------------------------------
 */
.footer {
  background-color: #dee2e6;
  background-size: cover;
  background-position: center;
  color: gray; }
  .footer .footer-item .logo-bottom {
    margin-bottom: 10px; }
  .footer .footer-item .footer-title {
    font-size: 24px;
    padding: 20px 0 10px 0;
    margin-bottom: 0;
    position: relative;
    font-weight: 700; }
    .footer .footer-item .footer-title:after {
      content: '';
      display: block;
      vertical-align: bottom;
      width: 60px;
      height: 1px;
      background: #2b9248;
      margin-bottom: 10px;
      margin-top: 15px; }
  .footer .footer-item .footer-sosmed {
    margin-top: 50px;
    margin-bottom: 30px;
    display: inline-block; }
    .footer .footer-item .footer-sosmed a .item {
      color: #fff;
      display: table-cell;
      vertical-align: middle;
      margin: 0 14px;
      width: 40px;
      height: 40px;
      text-align: center;
      background-color: #eeead7;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px; }
      .footer .footer-item .footer-sosmed a .item:hover {
        background-color: #2b9248; }
      .footer .footer-item .footer-sosmed a .item .fa {
        font-size: 16px; }
  .footer .footer-item .list {
    margin: 0;
    padding: 0; }
    .footer .footer-item .list li {
      list-style: none;
      margin: 14px 0; }
      .footer .footer-item .list li a {
        color: #333333;
        padding-left: 15px;
        position: relative; }
        .footer .footer-item .list li a:before {
          content: '\f105';
          font-family: FontAwesome;
          left: 0;
          position: absolute; }
        .footer .footer-item .list li a:hover {
          color: #2b9248;
          text-decoration: none; }
  .footer .footer-item .footer-subscribe {
    position: relative; }
    .footer .footer-item .footer-subscribe input[type=email] {
      width: 100%;
      background: #fff;
      padding: 10px 57px 10px 17px;
      min-height: 38px;
      max-width: 480px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      border: 0; }
      .footer .footer-item .footer-subscribe input[type=email]:focus {
        background: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0 0 0 2px #2b9248;
        -moz-box-shadow: 0 0 0 2px #2b9248;
        box-shadow: 0 0 0 2px #2b9248;
        border-color: transparent; }
    .footer .footer-item .footer-subscribe input[type=submit] {
      position: absolute;
      left: 0;
      top: 0;
      visibility: hidden; }
    .footer .footer-item .footer-subscribe label {
      position: absolute;
      right: 0;
      top: 0;
      border: 0;
      width: 40px;
      height: 38px;
      line-height: 40px;
      padding: 0;
      cursor: pointer;
      text-align: center;
      font-size: 13px;
      background: none;
      color: #fff;
      outline: 0 !important;
      -webkit-transition: color .3s ease;
      -moz-transition: color .3s ease;
      -ms-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease;
      background: #2b9248; }
    .footer .footer-item .footer-subscribe .icon {
      font-size: 18px; }
    .footer .footer-item .footer-subscribe p {
      font-size: 13px;
      margin-top: 16px; }
  .footer .footer-item .recent-post {
    margin: 0;
    padding: 0; }
    .footer .footer-item .recent-post li {
      list-style: none;
      margin: 0 0 30px; }
      .footer .footer-item .recent-post li a {
        color: #333333;
        line-height: 20px;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 14px; }
        .footer .footer-item .recent-post li a:hover {
          color: #2b9248; }
      .footer .footer-item .recent-post li .date {
        display: block;
        font-size: 12px;
        padding: 0;
        color: rgba(51, 51, 51, 0.4); }
        .footer .footer-item .recent-post li .date i {
          margin-right: 5px; }
  .footer .fcopy {
    padding: 25px 0 10px 0;
    font-size: 14px;
    border-top: 1px solid #33491b;
    background-color: #000000; }

.list-info {
  margin: 0;
  padding: 0; }
  .list-info li {
    margin-bottom: 20px;
    list-style: none;
    font-size: 16px; }
    .list-info li .info-icon {
      display: table-cell;
      font-size: 35px;
      color: #ffffff; }
    .list-info li .info-text {
      padding-left: 18px;
      display: table-cell;
      vertical-align: top; }
    .list-info li h1, .list-info li h2, .list-info li h3, .list-info li h4, .list-info li .rs-team-1 .title, .rs-team-1 .list-info li .title, .list-info li h5 {
      font-family: "Ubuntu", sans-serif;
      font-weight: 700; }

/**
 * 7. - RESPONSIVE
 * -----------------------------------------------------------------------------
 */

/*# sourceMappingURL=style.css.map */
