/*!
Theme Name: Hancock Prospecting
Theme URI: https://www.hancockprospecting.com.au
Author: Wayne Chandra
Author URI: https://www.creativetune.com.au
Description: Hancock Prospecting Custom WordPress Theme
Version: 1.0.1
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
        ## Posts and pages
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
# Header
# Footer
# Back To Top
# Spacing
# Additional Layout
# Home Page
# Internal Page Header
# Contact Form Section
# Full Width Page

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&amp;display=swapp");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*
::selection {
  background: #25414f; }

::-moz-selection {
  background: #25414f; }

body::selection {
  background: #25414f; }

body::-moz-selection {
  background: #25414f; }

p::selection {
  background: #25414f;
  color: #fff; }

p::-moz-selection {
  background: #25414f;
  color: #fff; }

span::selection {
  background: #25414f;
  color: #fff; }

span::-moz-selection {
  background: #25414f;
  color: #fff; }

a::selection {
  background: #25414f;
  color: #fff; }

a::-moz-selection {
  background: #25414f;
  color: #fff; }

h1::selection {
  background: #25414f;
  color: #fff; }

h1::-moz-selection {
  background: #25414f;
  color: #fff; }

h2::selection {
  background: #25414f;
  color: #fff; }

h2::-moz-selection {
  background: #25414f;
  color: #fff; }

h3::selection {
  background: #25414f;
  color: #fff; }

h3::-moz-selection {
  background: #25414f;
  color: #fff; }

h4::selection {
  background: #25414f;
  color: #fff; }

h4::-moz-selection {
  background: #25414f;
  color: #fff; }

h5::selection {
  background: #25414f;
  color: #fff; }

h5::-moz-selection {
  background: #25414f;
  color: #fff; }

h6::selection {
  background: #25414f;
  color: #fff; }

h6::-moz-selection {
  background: #25414f;
  color: #fff; }
*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #444444;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.8em;
  letter-spacing: 0px;
  line-height: 1.2em; }

h1 {
  font-size: 42px; }
  @media (max-width: 768px) {
    h1 {
      font-size: 38px; } }
  @media (max-width: 576px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-size: 38px; }
  @media (max-width: 991px) {
    h2 {
      font-size: 38px; } }
  @media (max-width: 768px) {
    h2 {
      font-size: 32px; } }
  @media (max-width: 576px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 36px; }
  @media (max-width: 991px) {
    h3 {
      font-size: 36px; } }
  @media (max-width: 768px) {
    h3 {
      font-size: 28px; } }
  @media (max-width: 576px) {
    h3 {
      font-size: 24px; } }

h4 {
  font-size: 28px; }
  @media (max-width: 991px) {
    h4 {
      font-size: 22px; } }
  @media (max-width: 768px) {
    h4 {
      font-size: 22px; } }
  @media (max-width: 576px) {
    h4 {
      font-size: 18px; } }

h5 {
  font-size: 22px; }
  @media (max-width: 991px) {
    h5 {
      font-size: 18px; } }
  @media (max-width: 768px) {
    h5 {
      font-size: 18px; } }
  @media (max-width: 576px) {
    h5 {
      font-size: 16px; } }

h6 {
  font-size: 18px; }
  @media (max-width: 991px) {
    h6 {
      font-size: 16px; } }
  @media (max-width: 768px) {
    h6 {
      font-size: 16px; } }
  @media (max-width: 576px) {
    h6 {
      font-size: 14px; } }

p {
  margin-bottom: 1.3em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  border-left: 12px solid #343434;
  padding-left: 1em;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.text-uppercase {
  text-transform: uppercase; }

.text-underline {
  text-decoration: underline !important; }

.text-bold {
  font-weight: 700 !important; }

.text-light {
  font-weight: 300 !important; }

.text-normal {
  font-weight: 400 !important; }

.text-small {
  font-size: 0.85em !important; }

.super-lead {
  font-size: 28.8px;
  font-size: 1.8rem; }

.lead {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.6em !important;
  font-weight: 400 !important; }
  @media (max-width: 991px) {
    .lead {
      font-size: 17.6px;
      font-size: 1.1rem; } }
  @media (max-width: 768px) {
    .lead {
      font-size: 16.8px;
      font-size: 1.05rem; } }
  @media (max-width: 576px) {
    .lead {
      font-size: 16px;
      font-size: 1rem; } }

.text-drop-shadow {
  text-shadow: 2px 2px 8px #000; }

.text-white {
  color: #ffffff; }

.text-yellow {
  color: #24A148; }

.text-red {
  color: red !important; }

.text-black {
  color: #343434; }

@media screen and (max-width: 991px) {
  .text-md-center {
    text-align: center; } }
@media screen and (max-width: 768px) {
  .text-sm-center {
    text-align: center; }

  .text-sm-left {
    text-align: left; } }
@media screen and (max-width: 480px) {
  .text-xs-center {
    text-align: center; } }
.alt-text {
  font-family: "Raleway", sans-serif;
  color: #24A148;
  display: block;
  font-style: italic;
  font-size: 26px !important;
  text-transform: none;
  margin-bottom: 0;
  font-weight: 300 !important; }

.font-small {
  font-size: 80%; }

p.pre-heading {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-bottom: 0;
  color: #24A148; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  background-size: auto 1000px;
  background-repeat: repeat; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 2em 10px;
  list-style-type: circle; }
  ul li, ol li {
    margin-bottom: 10px; }

ul {
  list-style-type: circle; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 20px;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

.btn-black-outline {
  display: inline-block;
  padding: 8px 32px;
  background-color: transparent;
  color: #24A148;
  text-align: center;
  font-size: 12.8px;
  font-size: 0.8rem;
  text-transform: uppercase;
  border-radius: 0px;
  border: 1px solid #24A148;
  font-weight: 700; }
  .btn-black-outline:hover, .btn-black-outline:focus {
    background-color: #24A148;
    border: 1px solid #24A148;
    color: #ffffff !important; }
  .btn-black-outline:visited {
    color: #24A148; }

.btn-tlc {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  color: #343434;
  position: relative;
  padding-left: 0;
  width: auto;
  display: block;
  max-width: 150px;
  font-size: 14.4px;
  font-size: 0.9rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .btn-tlc:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #24A148; }
  .btn-tlc:visited {
    color: #343434; }

.btn-tlc:after {
  position: absolute;
  content: '\f30b';
  color: #24A148;
  font-family: 'Font Awesome 5 Pro';
  top: 50%;
  margin-top: -12px;
  right: 0px; }

.btn-green-solid {
  background-color: #24A148;
  color: #fff !important;
  border-radius: 4px;
  border: 1px solid #24A148;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 12px 28px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .btn-green-solid:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-color: #E06276;
    color: #fff !important;
    border: 1px solid #E06276; }

.btn-white-border {
  background-color: transparent;
  color: #fff !important;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 12px 28px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .btn-white-border:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-color: #24A148;
    color: #fff !important;
    border: 1px solid #24A148; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #ee382a;
  font-weight: 400;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  a:visited {
    color: #ee382a;
    text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #444444;
    text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar {
  background-color: #000000;
  height: auto;
  border-radius: 0;
  border: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
  margin: 0 auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  @media (max-width: 991px) {
    .navbar {
      padding-left: 0px;
      padding-right: 0px; } }
  .navbar .navbar-brand {
    width: 340px;
    padding-top: 4px;
    padding-bottom: 4px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    @media (max-width: 991px) {
      .navbar .navbar-brand {
        margin: 0 auto;
        padding-top: 16px;
        padding-bottom: 16px; } }
    @media (max-width: 768px) {
      .navbar .navbar-brand {
        max-width: 300px; } }
    @media (max-width: 576px) {
      .navbar .navbar-brand {
        max-width: 260px;
        margin-right: auto;
        margin-left: 0; } }
    .navbar .navbar-brand .small-logo {
      width: 280px;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
    .navbar .navbar-brand img {
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      width: 100%; }
  .navbar .creativetune-toggler {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 1em !important;
    margin-left: auto;
    position: absolute;
    top: 18px;
    right: 12px;
    z-index: 9999; }
    @media (max-width: 576px) {
      .navbar .creativetune-toggler {
        right: 0px; } }
    .navbar .creativetune-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  .navbar #main-menu ul {
    margin-top: 0;
    margin-right: 0; }
    @media (max-width: 991px) {
      .navbar #main-menu ul {
        border-bottom: 0;
        padding-bottom: 24px; } }
    @media (max-width: 576px) {
      .navbar #main-menu ul {
        padding-bottom: 24px; } }
    .navbar #main-menu ul li {
      margin: 0; }
      .navbar #main-menu ul li a {
        font-size: 14.4px;
        font-size: 0.9rem;
        padding: 26px 20px;
        font-weight: 600;
        font-family: "Raleway", sans-serif;
        color: #fff;
        text-transform: uppercase; }
        @media (max-width: 1200px) {
          .navbar #main-menu ul li a {
            font-size: 13.6px;
            font-size: 0.85rem;
            padding: 24px 14px; } }
        @media (max-width: 991px) {
          .navbar #main-menu ul li a {
            padding: 12px 16px; } }
        .navbar #main-menu ul li a:hover, .navbar #main-menu ul li a:focus {
          color: #fff;
          background-color: #000000;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
      .navbar #main-menu ul li ul.dropdown-menu {
        background-color: #000000;
        border-radius: 0;
        padding: 0px;
        border: 0;
        box-shadow: none;
        margin: 0;
        width: 240px; }
        @media (max-width: 1200px) {
          .navbar #main-menu ul li ul.dropdown-menu {
            width: auto; } }
        .navbar #main-menu ul li ul.dropdown-menu li a {
          color: #fff;
          padding: 14px 20px !important;
          display: block;
          white-space: normal; }
          .navbar #main-menu ul li ul.dropdown-menu li a:hover, .navbar #main-menu ul li ul.dropdown-menu li a:focus {
            background-color: #24A148;
            color: #fff; }
          @media (max-width: 991px) {
            .navbar #main-menu ul li ul.dropdown-menu li a {
              padding: 12px 20px !important; } }
    .navbar #main-menu ul li.active a {
      color: #fff;
      background-color: #000000; }
    .navbar #main-menu ul li.active ul.dropdown-menu li a {
      background-color: transparent; }
      .navbar #main-menu ul li.active ul.dropdown-menu li a:hover, .navbar #main-menu ul li.active ul.dropdown-menu li a:focus {
        background-color: #24A148;
        color: #fff; }
  .navbar #main-menu .navbar-nav-sticky li a {
    padding: 14px 20px; }

.posts-navigation {
  width: 100%;
  max-width: 576px;
  margin: 0 auto; }
  .posts-navigation .nav-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    .posts-navigation .nav-links .nav-previous {
      margin: 0px;
      padding: 4px; }
      .posts-navigation .nav-links .nav-previous a {
        display: inline-block;
        padding: 12px 32px;
        background-color: #24A148;
        color: #fff !important;
        font-size: 14px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        text-transform: uppercase; }
        .posts-navigation .nav-links .nav-previous a:hover {
          background-color: #343434; }
        @media (max-width: 576px) {
          .posts-navigation .nav-links .nav-previous a {
            padding: 10px 24px; } }
    .posts-navigation .nav-links .nav-next {
      margin: 0px;
      padding: 4px; }
      .posts-navigation .nav-links .nav-next a {
        display: inline-block;
        padding: 12px 32px;
        background-color: #24A148;
        color: #fff !important;
        text-transform: uppercase;
        font-size: 14px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        .posts-navigation .nav-links .nav-next a:hover {
          background-color: #343434; }
        @media (max-width: 576px) {
          .posts-navigation .nav-links .nav-next a {
            padding: 10px 24px; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global Styles
--------------------------------------------------------------*/
.content-padding {
  padding-top: 42px;
  padding-bottom: 42px; }
  @media (max-width: 991px) {
    .content-padding {
      padding-top: 36px;
      padding-bottom: 36px; } }
  @media (max-width: 576px) {
    .content-padding {
      padding-top: 28px;
      padding-bottom: 28px; } }
  .content-padding h1 {
    margin-top: 0 !important; }

.overlay-page {
  position: relative; }

.overlay-page:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
  z-index: 0; }

.main-content {
  margin-top: 75px; }
  @media (max-width: 1200px) {
    .main-content {
      margin-top: 68px; } }
  @media (max-width: 991px) {
    .main-content {
      margin-top: 0; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.post-list .post-date {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: 0px; }

.single article {
  padding-right: 32px; }
  @media (max-width: 768px) {
    .single article {
      padding-right: 0px; } }
  .single article h1 {
    text-transform: none;
    font-size: 28px !important; }
    @media (max-width: 991px) {
      .single article h1 {
        font-size: 26px !important; } }
    @media (max-width: 576px) {
      .single article h1 {
        font-size: 22px !important; } }
  .single article .entry-title {
    font-size: 28px;
    margin-bottom: 12px; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
#secondary section {
  margin-bottom: 60px; }
  #secondary section h2 {
    font-size: 28.8px;
    font-size: 1.8rem;
    margin-top: 10px; }
  #secondary section .widget-title {
    font-size: 19.2px;
    font-size: 1.2rem;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    padding-bottom: 12px;
    margin-bottom: 0px; }
    @media (max-width: 768px) {
      #secondary section .widget-title {
        font-size: 22.4px;
        font-size: 1.4rem; } }
  #secondary section h3 {
    font-size: 17.6px;
    font-size: 1.1rem;
    padding-bottom: 5px;
    margin-bottom: 5px; }
  #secondary section ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    #secondary section ul li {
      margin: 4px 0; }
      #secondary section ul li a {
        display: block;
        color: #444444;
        position: relative;
        font-size: 16px;
        font-size: 1rem;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        #secondary section ul li a:hover, #secondary section ul li a:focus {
          color: #24A148;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
      #secondary section ul li .rpwwt-post-date {
        font-size: 14px; }
  #secondary section input[type="search"] {
    background-color: #efefef;
    border: 0;
    border-radius: 0;
    padding: 8px 10px; }
#secondary .recent-posts-widget-with-thumbnails ul li .rpwwt-post-date {
  color: #24A148 !important; }
#secondary .recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
  font-size: 15px;
  color: #000 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  @media (max-width: 768px) {
    #secondary .recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
      font-size: 14px; } }
  #secondary .recent-posts-widget-with-thumbnails ul li .rpwwt-post-title:hover {
    color: #24A148 !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
#secondary .recent-posts-widget-with-thumbnails ul li:first-child {
  margin-top: 18px; }

.sidebar-post-wrapper {
  padding-top: 18px;
  padding-bottom: 18px; }

h4 {
  font-weight: 700 !important;
  color: #676767 !important;
  font-size: 24px !important;
  letter-spacing: 0px !important;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 18px;
  margin-bottom: 18px; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

.img-100 {
  width: 100%; }

.img-70 {
  width: 70% !important; }

.img-center {
  margin: 0 auto !important; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0;
    background-color: #f4f4f4;
    padding: 10px 24px;
    text-align: center;
    font-size: 13px;
    font-style: italic; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

#home-page-slider {
  position: relative;
  left: 0;
  width: 100%;
  height: auto; }
  @media (max-width: 1200px) {
    #home-page-slider {
      top: 0;
      margin-bottom: 0px; } }
  #home-page-slider .homepage-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px; }
    #home-page-slider .homepage-slider .owl-stage-outer {
      overflow: hidden; }
    #home-page-slider .homepage-slider .slider-item {
      display: block;
      width: 100%;
      position: relative;
      z-index: 3;
      height: auto; }
      #home-page-slider .homepage-slider .slider-item .slider-image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        height: 85vh;
        width: 100%; }
        #home-page-slider .homepage-slider .slider-item .slider-image:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: #000;
          opacity: 0.35;
          z-index: 0; }
      #home-page-slider .homepage-slider .slider-item .slider-image-mobile {
        display: none; }
        @media (max-width: 768px) {
          #home-page-slider .homepage-slider .slider-item .slider-image-mobile {
            display: block;
            width: 100%;
            height: 95vh;
            position: absolute;
            top: 0;
            left: 0;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center bottom; } }
      #home-page-slider .homepage-slider .slider-item .slider-caption {
        right: 10%;
        top: 38%;
        position: absolute;
        z-index: 9;
        width: 40%;
        text-align: right; }
        @media (max-width: 1200px) {
          #home-page-slider .homepage-slider .slider-item .slider-caption {
            top: 24%;
            left: 5%;
            width: 52%; } }
        @media (max-width: 991px) {
          #home-page-slider .homepage-slider .slider-item .slider-caption {
            top: 18%;
            left: 2%;
            width: 58%; } }
        @media (max-width: 768px) {
          #home-page-slider .homepage-slider .slider-item .slider-caption {
            top: 30px;
            width: 96%;
            text-align: center; } }
        #home-page-slider .homepage-slider .slider-item .slider-caption p.caption-heading {
          width: 80%;
          font-family: "Raleway", sans-serif;
          font-weight: 300;
          font-size: 58.16px;
          font-size: 3.635rem;
          line-height: 1.05em;
          margin-bottom: 24px;
          font-style: normal;
          margin-left: auto;
          text-transform: uppercase; }
          @media (max-width: 991px) {
            #home-page-slider .homepage-slider .slider-item .slider-caption p.caption-heading {
              font-size: 28.8px;
              font-size: 1.8rem; } }
          @media (max-width: 768px) {
            #home-page-slider .homepage-slider .slider-item .slider-caption p.caption-heading {
              font-size: 27.2px;
              font-size: 1.7rem; } }
          @media (max-width: 576px) {
            #home-page-slider .homepage-slider .slider-item .slider-caption p.caption-heading {
              font-size: 20.8px;
              font-size: 1.3rem; } }
        #home-page-slider .homepage-slider .slider-item .slider-caption p {
          font-size: 16px;
          font-size: 1rem;
          font-style: italic;
          color: #ffffff; }
          @media (max-width: 991px) {
            #home-page-slider .homepage-slider .slider-item .slider-caption p {
              font-size: 13.6px;
              font-size: 0.85rem; } }
          @media (max-width: 576px) {
            #home-page-slider .homepage-slider .slider-item .slider-caption p {
              padding-left: 0;
              font-size: 14.4px;
              font-size: 0.9rem; } }
        #home-page-slider .homepage-slider .slider-item .slider-caption a {
          display: inline-block !important;
          margin-top: 24px;
          padding: 10px 48px;
          background-color: #343434;
          color: #fff;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          font-size: 14.4px;
          font-size: 0.9rem;
          font-weight: 700;
          text-transform: uppercase;
          display: none; }
          #home-page-slider .homepage-slider .slider-item .slider-caption a:hover, #home-page-slider .homepage-slider .slider-item .slider-caption a:focus {
            background-color: #24A148;
            color: #fff;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease; }
          @media (max-width: 991px) {
            #home-page-slider .homepage-slider .slider-item .slider-caption a {
              font-size: 12.8px;
              font-size: 0.8rem;
              padding: 8px 18px; } }
    #home-page-slider .homepage-slider .owl-nav {
      position: absolute;
      top: 50%;
      left: 0%;
      width: 100%;
      z-index: 12;
      display: flex;
      justify-content: space-between; }
      #home-page-slider .homepage-slider .owl-nav:hover, #home-page-slider .homepage-slider .owl-nav:focus {
        background: transparent; }
      @media (max-width: 1200px) {
        #home-page-slider .homepage-slider .owl-nav {
          left: 5%; } }
      @media (max-width: 991px) {
        #home-page-slider .homepage-slider .owl-nav {
          left: 2%; } }
      #home-page-slider .homepage-slider .owl-nav .owl-prev {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #343434;
        border-radius: 0;
        font-size: 32px;
        font-size: 2rem;
        padding: 14px;
        width: 40px;
        height: 120px;
        margin: -60px 0 0 30px;
        color: #fff;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        #home-page-slider .homepage-slider .owl-nav .owl-prev:hover {
          background-color: rgba(255, 255, 255, 0.6);
          color: #2f2f2f;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
        @media (max-width: 576px) {
          #home-page-slider .homepage-slider .owl-nav .owl-prev {
            display: none; } }
        #home-page-slider .homepage-slider .owl-nav .owl-prev i {
          margin-left: 30px; }
      #home-page-slider .homepage-slider .owl-nav .owl-next {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #343434;
        border-radius: 0;
        font-size: 32px;
        font-size: 2rem;
        padding: 14px;
        width: 40px;
        height: 120px;
        margin: -60px 30px 0 0;
        color: #fff;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        #home-page-slider .homepage-slider .owl-nav .owl-next:hover {
          background-color: rgba(255, 255, 255, 0.8);
          color: #2f2f2f;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
        @media (max-width: 576px) {
          #home-page-slider .homepage-slider .owl-nav .owl-next {
            display: none; } }
        #home-page-slider .homepage-slider .owl-nav .owl-next i {
          margin-right: 30px; }
    #home-page-slider .homepage-slider .owl-dots {
      position: absolute;
      bottom: 36px;
      width: 100%;
      z-index: 9; }
      @media (max-width: 1200px) {
        #home-page-slider .homepage-slider .owl-dots {
          bottom: 18px; } }
      #home-page-slider .homepage-slider .owl-dots span {
        background-color: #fff !important;
        border: 0; }
      #home-page-slider .homepage-slider .owl-dots .owl-dot.active span {
        background-color: #343434 !important; }

/*--------------------------------------------------------------
# Lightbox
--------------------------------------------------------------*/
.lightbox-grid,
.lightbox-grid ul,
.lightbox-grid li {
  /* position: relative;
   overflow: hidden; */
  list-style-type: none; }

.lightbox-grid li {
  /*width: 18%;*/
  float: left;
  border: 3px solid rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1; }

.lightbox-grid li:hover .background-image-holder {
  opacity: 0.1; }

.square-thumbs ul {
  margin: 0 !important;
  padding: 0 !important; }

.square-thumbs li {
  height: 220px;
  padding: 0 !important;
  margin: 0; }
  @media (max-width: 1200px) {
    .square-thumbs li {
      height: 180px; } }
  @media (max-width: 991px) {
    .square-thumbs li {
      height: 150px; } }

.feature-img {
  overflow: hidden !important;
  background: #E06276;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px; }

.feature-img .fi-button {
  position: absolute;
  padding: 15px 0px;
  bottom: -40px;
  left: 0;
  padding: 0;
  z-index: auto;
  display: inline-block;
  height: auto;
  width: 100%;
  text-align: center;
  margin: 0 0 0 0px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99; }

.feature-img .fi-button i {
  color: #fff;
  font-size: 22px;
  opacity: 1; }

.feature-img:hover .fi-button, .lightbox-grid li:hover > .fi-button {
  -webkit-transform: translateY(-65px);
  -moz-transform: translateY(-65px);
  -ms-transform: translateY(-65px);
  transform: translateY(-65px); }

.background-image-holder .fadeIn {
  opacity: 1; }

.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #24A148;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 1; }

.background-image-holder img {
  display: none; }

.lb-outerContainer {
  background: transparent !important; }

.lb-container {
  background-color: #fff;
  padding: 0 !important; }

.lightbox .lb-image {
  border-radius: 0 !important; }

.lb-dataContainer {
  background-color: #fff;
  border-radius: 0 !important; }

.lb-data .lb-details {
  width: 100% !important;
  text-align: center !important;
  padding: 10px 0 20px 0 !important; }

.lb-data .lb-caption {
  color: #cb171e !important; }

.lb-data .lb-closeContainer {
  display: none !important; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  width: 100%;
  display: flex;
  justify-content: center;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  z-index: 9999; }
  @media (max-width: 991px) {
    .site-header {
      position: relative; } }
  .site-header .container {
    max-width: 1180px !important;
    width: 100% !important;
    background-color: #000000;
}
.admin-bar .site-header {
  top: 32px; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#site-footer {
  background-color: #000000;
  padding-top: 42px;
  padding-bottom: 42px;
  font-weight: 400;
  color: #fff;
  font-size: 15.2px;
  font-size: 0.95rem; }
  #site-footer .footer-logo {
    max-width: 280px;
    display: block;
    margin: 0 0 24px 0; }
    @media (max-width: 991px) {
      #site-footer .footer-logo {
        max-width: 220px; } }
    @media (max-width: 576px) {
      #site-footer .footer-logo {
        margin: 0 auto 24px auto; } }
  #site-footer p.copyright {
    color: #fff;
    font-size: 12.48px;
    font-size: 0.78rem;
    margin-bottom: 12px;
    text-align: center; }
    @media (max-width: 768px) {
      #site-footer p.copyright {
        text-align: left; } }
    @media (max-width: 576px) {
      #site-footer p.copyright {
        text-align: center; } }
    #site-footer p.copyright br {
      display: none; }
      @media (max-width: 576px) {
        #site-footer p.copyright br {
          display: block; } }
  #site-footer .footer-contact {
    list-style-type: none; }
    #site-footer .footer-contact li {
      margin: 0 0 12px 0;
      padding: 0;
      display: flex;
      align-items: baseline; }
      #site-footer .footer-contact li i {
        display: flex;
        text-align: left;
        width: 30px;
        height: 12px;
        color: #ffffff; }
      #site-footer .footer-contact li span {
        color: #fff; }
      #site-footer .footer-contact li a {
        display: flex;
        color: #fff;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        #site-footer .footer-contact li a:hover {
          color: #24A148;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
      #site-footer .footer-contact li p {
        color: #fff;
        display: flex; }
    #site-footer .footer-contact li.footer-phone a {
      font-weight: 700; }
    #site-footer .footer-contact li.footer-address span {
      display: inline-block;
      width: 80%; }
  #site-footer .footer-social {
    margin-top: 3em;
    margin-bottom: 3em;
    list-style-type: none;
    padding: 0; }
    @media (max-width: 576px) {
      #site-footer .footer-social {
        text-align: center; } }
    #site-footer .footer-social li {
      display: inline-block;
      margin: 0 4px; }
      #site-footer .footer-social li a {
        color: #24A148;
        width: 48px;
        height: 48px;
        display: block;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        font-size: 16px;
        font-size: 1rem;
        text-align: center;
        padding: 6px; }
        #site-footer .footer-social li a:hover, #site-footer .footer-social li a:focus {
         
          color: #fff;
          opacity: 1; }
    #site-footer .footer-social li:first-child {
      margin-left: 0; }
  #site-footer h3 {
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1em; }
  #site-footer h4 {
    font-size: 22.4px;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    margin-bottom: 1em; }
  #site-footer p {
    font-size: 14.4px;
    font-size: 0.9rem;
    color: #fff; }
  #site-footer .footer-menus {
    margin-top: 3.2em; }
    @media (max-width: 991px) {
      #site-footer .footer-menus {
        margin-top: 2.4em; } }
    @media (max-width: 768px) {
      #site-footer .footer-menus {
        margin-top: 1.3em; } }
  #site-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    #site-footer ul li {
      display: block;
      padding-left: 0;
      margin-bottom: 6px; }
      #site-footer ul li a {
        color: #fff;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        #site-footer ul li a:hover {
          color: #24A148;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }

/*--------------------------------------------------------------
# Back To Top
--------------------------------------------------------------*/
.topbutton {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 6;
  background-color: #24A148;
  display: none;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 9.6px;
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase; }
  .topbutton i {
    font-size: 14.4px;
    font-size: 0.9rem;
    color: #ffffff;
    padding: 15px 17px 0px 17px; }
  .topbutton:hover, .topbutton:focus {
    background-color: #343434;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }

.page-id-30 .topbutton {
  right: 80px; }

/*--------------------------------------------------------------
# Spacing
--------------------------------------------------------------*/
.mt-0 {
  margin-top: 0px; }

.mb-0 {
  margin-bottom: 0px; }

.ml-0 {
  margin-left: 0px; }

.mr-0 {
  margin-right: 0px; }

.pt-0 {
  padding-top: 0px; }

.pb-0 {
  padding-bottom: 0px; }

.pr-0 {
  padding-right: 0px; }

.pl-0 {
  padding-left: 0px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.ml-10 {
  margin-left: 10px; }

.mr-10 {
  margin-right: 10px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pr-10 {
  padding-right: 10px; }

.pl-10 {
  padding-left: 10px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.ml-20 {
  margin-left: 20px; }

.mr-20 {
  margin-right: 20px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pr-20 {
  padding-right: 20px; }

.pl-20 {
  padding-left: 20px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.ml-30 {
  margin-left: 30px; }

.mr-30 {
  margin-right: 30px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pr-30 {
  padding-right: 30px; }

.pl-30 {
  padding-left: 30px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.ml-40 {
  margin-left: 40px; }

.mr-40 {
  margin-right: 40px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pr-40 {
  padding-right: 40px; }

.pl-40 {
  padding-left: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-50 {
  margin-left: 50px; }

.mr-50 {
  margin-right: 50px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pr-50 {
  padding-right: 50px; }

.pl-50 {
  padding-left: 50px; }

.mt-60 {
  margin-top: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.ml-60 {
  margin-left: 60px; }

.mr-60 {
  margin-right: 60px; }

.pt-60 {
  padding-top: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.pr-60 {
  padding-right: 60px; }

.pl-60 {
  padding-left: 60px; }

.mt-70 {
  margin-top: 70px; }

.mb-70 {
  margin-bottom: 70px; }

.ml-70 {
  margin-left: 70px; }

.mr-70 {
  margin-right: 70px; }

.pt-70 {
  padding-top: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.pr-70 {
  padding-right: 70px; }

.pl-70 {
  padding-left: 70px; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.ml-80 {
  margin-left: 80px; }

.mr-80 {
  margin-right: 80px; }

.pt-80 {
  padding-top: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.pr-80 {
  padding-right: 80px; }

.pl-80 {
  padding-left: 80px; }

.mt-90 {
  margin-top: 90px; }

.mb-90 {
  margin-bottom: 90px; }

.ml-90 {
  margin-left: 90px; }

.mr-90 {
  margin-right: 90px; }

.pt-90 {
  padding-top: 90px; }

.pb-90 {
  padding-bottom: 90px; }

.pr-90 {
  padding-right: 90px; }

.pl-90 {
  padding-left: 90px; }

.mt-100 {
  margin-top: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-100 {
  margin-left: 100px; }

.mr-100 {
  margin-right: 100px; }

.pt-100 {
  padding-top: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.pr-100 {
  padding-right: 100px; }

.pl-100 {
  padding-left: 100px; }

.mt-110 {
  margin-top: 110px; }

.mb-110 {
  margin-bottom: 110px; }

.ml-110 {
  margin-left: 110px; }

.mr-110 {
  margin-right: 110px; }

.pt-110 {
  padding-top: 110px; }

.pb-110 {
  padding-bottom: 110px; }

.pr-110 {
  padding-right: 110px; }

.pl-110 {
  padding-left: 110px; }

.mt-120 {
  margin-top: 120px; }

.mb-120 {
  margin-bottom: 120px; }

.ml-120 {
  margin-left: 120px; }

.mr-120 {
  margin-right: 120px; }

.pt-120 {
  padding-top: 120px; }

.pb-120 {
  padding-bottom: 120px; }

.pr-120 {
  padding-right: 120px; }

.pl-120 {
  padding-left: 120px; }

.mt-130 {
  margin-top: 130px; }

.mb-130 {
  margin-bottom: 130px; }

.ml-130 {
  margin-left: 130px; }

.mr-130 {
  margin-right: 130px; }

.pt-130 {
  padding-top: 130px; }

.pb-130 {
  padding-bottom: 130px; }

.pr-130 {
  padding-right: 130px; }

.pl-130 {
  padding-left: 130px; }

.mt-140 {
  margin-top: 140px; }

.mb-140 {
  margin-bottom: 140px; }

.ml-140 {
  margin-left: 140px; }

.mr-140 {
  margin-right: 140px; }

.pt-140 {
  padding-top: 140px; }

.pb-140 {
  padding-bottom: 140px; }

.pr-140 {
  padding-right: 140px; }

.pl-140 {
  padding-left: 140px; }

.mt-150 {
  margin-top: 150px; }

.mb-150 {
  margin-bottom: 150px; }

.ml-150 {
  margin-left: 150px; }

.mr-150 {
  margin-right: 150px; }

.pt-150 {
  padding-top: 150px; }

.pb-150 {
  padding-bottom: 150px; }

.pr-150 {
  padding-right: 150px; }

.pl-150 {
  padding-left: 150px; }

.mt-160 {
  margin-top: 160px; }

.mb-160 {
  margin-bottom: 160px; }

.ml-160 {
  margin-left: 160px; }

.mr-160 {
  margin-right: 160px; }

.pt-160 {
  padding-top: 160px; }

.pb-160 {
  padding-bottom: 160px; }

.pr-160 {
  padding-right: 160px; }

.pl-160 {
  padding-left: 160px; }

.mt-170 {
  margin-top: 170px; }

.mb-170 {
  margin-bottom: 170px; }

.ml-170 {
  margin-left: 170px; }

.mr-170 {
  margin-right: 170px; }

.pt-170 {
  padding-top: 170px; }

.pb-170 {
  padding-bottom: 170px; }

.pr-170 {
  padding-right: 170px; }

.pl-170 {
  padding-left: 170px; }

.mt-180 {
  margin-top: 180px; }

.mb-180 {
  margin-bottom: 180px; }

.ml-180 {
  margin-left: 180px; }

.mr-180 {
  margin-right: 180px; }

.pt-180 {
  padding-top: 180px; }

.pb-180 {
  padding-bottom: 180px; }

.pr-180 {
  padding-right: 180px; }

.pl-180 {
  padding-left: 180px; }

.mt-190 {
  margin-top: 190px; }

.mb-190 {
  margin-bottom: 190px; }

.ml-190 {
  margin-left: 190px; }

.mr-190 {
  margin-right: 190px; }

.pt-190 {
  padding-top: 190px; }

.pb-190 {
  padding-bottom: 190px; }

.pr-190 {
  padding-right: 190px; }

.pl-190 {
  padding-left: 190px; }

.mt-200 {
  margin-top: 200px; }

.mb-200 {
  margin-bottom: 200px; }

.ml-200 {
  margin-left: 200px; }

.mr-200 {
  margin-right: 200px; }

.pt-200 {
  padding-top: 200px; }

.pb-200 {
  padding-bottom: 200px; }

.pr-200 {
  padding-right: 200px; }

.pl-200 {
  padding-left: 200px; }

@media screen and (max-width: 991px) {
  .pt-md-0 {
    padding-top: 0px !important; }

  .pr-md-0 {
    padding-right: 0px !important; }

  .pb-md-0 {
    padding-bottom: 0px !important; }

  .pl-md-0 {
    padding-left: 0px !important; }

  .mt-md-0 {
    margin-top: 0px !important; }

  .mr-md-0 {
    margin-right: 0px !important; }

  .mb-md-0 {
    margin-bottom: 0px !important; }

  .ml-md-0 {
    margin-left: 0px !important; }

  .pt-md-10 {
    padding-top: 10px !important; }

  .pr-md-10 {
    padding-right: 10px !important; }

  .pb-md-10 {
    padding-bottom: 10px !important; }

  .pl-md-10 {
    padding-left: 10px !important; }

  .mt-md-10 {
    margin-top: 10px !important; }

  .mr-md-10 {
    margin-right: 10px !important; }

  .mb-md-10 {
    margin-bottom: 10px !important; }

  .ml-md-10 {
    margin-left: 10px !important; }

  .pt-md-20 {
    padding-top: 20px !important; }

  .pr-md-20 {
    padding-right: 20px !important; }

  .pb-md-20 {
    padding-bottom: 20px !important; }

  .pl-md-20 {
    padding-left: 20px !important; }

  .mt-md-20 {
    margin-top: 20px !important; }

  .mr-md-20 {
    margin-right: 20px !important; }

  .mb-md-20 {
    margin-bottom: 20px !important; }

  .ml-md-20 {
    margin-left: 20px !important; }

  .pt-md-30 {
    padding-top: 30px !important; }

  .pr-md-30 {
    padding-right: 30px !important; }

  .pb-md-30 {
    padding-bottom: 30px !important; }

  .pl-md-30 {
    padding-left: 30px !important; }

  .mt-md-30 {
    margin-top: 30px !important; }

  .mr-md-30 {
    margin-right: 30px !important; }

  .mb-md-30 {
    margin-bottom: 30px !important; }

  .ml-md-30 {
    margin-left: 30px !important; }

  .pt-md-40 {
    padding-top: 40px !important; }

  .pr-md-40 {
    padding-right: 40px !important; }

  .pb-md-40 {
    padding-bottom: 40px !important; }

  .pl-md-40 {
    padding-left: 40px !important; }

  .mt-md-40 {
    margin-top: 40px !important; }

  .mr-md-40 {
    margin-right: 40px !important; }

  .mb-md-40 {
    margin-bottom: 40px !important; }

  .ml-md-40 {
    margin-left: 40px !important; }

  .pt-md-50 {
    padding-top: 50px !important; }

  .pr-md-50 {
    padding-right: 50px !important; }

  .pb-md-50 {
    padding-bottom: 50px !important; }

  .pl-md-50 {
    padding-left: 50px !important; }

  .mt-md-50 {
    margin-top: 50px !important; }

  .mr-md-50 {
    margin-right: 50px !important; }

  .mb-md-50 {
    margin-bottom: 50px !important; }

  .ml-md-50 {
    margin-left: 50px !important; } }
@media screen and (max-width: 768px) {
  .pt-sm-0 {
    padding-top: 0px !important; }

  .pr-sm-0 {
    padding-right: 0px !important; }

  .pb-sm-0 {
    padding-bottom: 0px !important; }

  .pl-sm-0 {
    padding-left: 0px !important; }

  .mt-sm-0 {
    margin-top: 0px !important; }

  .mr-sm-0 {
    margin-right: 0px !important; }

  .mb-sm-0 {
    margin-bottom: 0px !important; }

  .ml-sm-0 {
    margin-left: 0px !important; }

  .pt-sm-10 {
    padding-top: 10px !important; }

  .pr-sm-10 {
    padding-right: 10px !important; }

  .pb-sm-10 {
    padding-bottom: 10px !important; }

  .pl-sm-10 {
    padding-left: 10px !important; }

  .mt-sm-10 {
    margin-top: 10px !important; }

  .mr-sm-10 {
    margin-right: 10px !important; }

  .mb-sm-10 {
    margin-bottom: 10px !important; }

  .ml-sm-10 {
    margin-left: 10px !important; }

  .pt-sm-20 {
    padding-top: 20px !important; }

  .pr-sm-20 {
    padding-right: 20px !important; }

  .pb-sm-20 {
    padding-bottom: 20px !important; }

  .pl-sm-20 {
    padding-left: 20px !important; }

  .mt-sm-20 {
    margin-top: 20px !important; }

  .mr-sm-20 {
    margin-right: 20px !important; }

  .mb-sm-20 {
    margin-bottom: 20px !important; }

  .ml-sm-20 {
    margin-left: 20px !important; }

  .pt-sm-30 {
    padding-top: 30px !important; }

  .pr-sm-30 {
    padding-right: 30px !important; }

  .pb-sm-30 {
    padding-bottom: 30px !important; }

  .pl-sm-30 {
    padding-left: 30px !important; }

  .mt-sm-30 {
    margin-top: 30px !important; }

  .mr-sm-30 {
    margin-right: 30px !important; }

  .mb-sm-30 {
    margin-bottom: 30px !important; }

  .ml-sm-30 {
    margin-left: 30px !important; }

  .pt-sm-40 {
    padding-top: 40px !important; }

  .pr-sm-40 {
    padding-right: 40px !important; }

  .pb-sm-40 {
    padding-bottom: 40px !important; }

  .pl-sm-40 {
    padding-left: 40px !important; }

  .mt-sm-40 {
    margin-top: 40px !important; }

  .mr-sm-40 {
    margin-right: 40px !important; }

  .mb-sm-40 {
    margin-bottom: 40px !important; }

  .ml-sm-40 {
    margin-left: 40px !important; }

  .pt-sm-50 {
    padding-top: 50px !important; }

  .pr-sm-50 {
    padding-right: 50px !important; }

  .pb-sm-50 {
    padding-bottom: 50px !important; }

  .pl-sm-50 {
    padding-left: 50px !important; }

  .mt-sm-50 {
    margin-top: 50px !important; }

  .mr-sm-50 {
    margin-right: 50px !important; }

  .mb-sm-50 {
    margin-bottom: 50px !important; }

  .ml-sm-50 {
    margin-left: 50px !important; } }
/*--------------------------------------------------------------
# Additional Layout
--------------------------------------------------------------*/
.container {
  max-width: 1180px !important; }

.container-lg {
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 1200px) {
    .container-lg {
      padding-left: 15px;
      padding-right: 15px; } }

.bg-lightgrey {
  background-color: #5F5F5F; }

.bg-light {
  background-color: #f6f6f5; }

.bg-white {
  background-color: #ffffff; }

.bg-grey {
  background-color: #b5b4b4; }

.overlay {
  position: relative; }

.overlay:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.3;
  z-index: 0; }

.bg-lightblue {
  background-color: #343434; }
  .bg-lightblue h2, .bg-lightblue h3, .bg-lightblue h4 {
    color: #ffffff; }
  .bg-lightblue p {
    color: #ffffff; }

.width-1400 {
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 1200px) {
    .width-1400 {
      padding-left: 15px;
      padding-right: 15px; } }

.overlay-gradient {
  position: relative; }

.overlay-gradient:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 60%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 60%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  opacity: 0.8;
  z-index: 0; }

.not-found {
  padding-top: 220px;
  padding-bottom: 62px; }
  .not-found a {
    display: inline-block;
    color: #fff;
    background-color: #24A148;
    padding: 12px 32px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    .not-found a:hover {
      background-color: #444;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 18px;
  justify-content: center; }
  .news-wrapper .news-col {
    width: 33.33%;
    text-align: left;
    padding: 0 16px; }
    @media (max-width: 991px) {
      .news-wrapper .news-col {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .news-wrapper .news-col {
        width: 100%;
        padding: 0; } }
    @media (max-width: 576px) {
      .news-wrapper .news-col {
        width: 100%;
        padding: 0; } }
    .news-wrapper .news-col .news-content {
      background-color: #fff;
      display: block;
      margin-bottom: 32px;
      padding-bottom: 20px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
      min-height: 600px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .news-wrapper .news-col .news-content {
          min-height: initial !important; } }
    .news-wrapper .news-col p {
      color: #444444 !important;
      padding: 0 16px 32px 16px;
      text-align: center; }
    .news-wrapper .news-col .news-img {
      width: 100%;
      height: 220px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      margin-bottom: 12px; }
    .news-wrapper .news-col h4 {
      font-size: 18px !important;
      line-height: 1.2em;
      padding: 8px 24px;
      min-height: 80px;
      text-transform: none;
      text-align: center;
      font-weight: 700 !important;
      color: #444444 !important;
      border-bottom: 0 !important;
      margin-bottom: 8px; }
      @media (max-width: 1200px) {
        .news-wrapper .news-col h4 {
          min-height: intial; } }
      @media screen and (max-width: 767px) {
        .news-wrapper .news-col h4 {
          min-height: initial !important; } }
      @media (max-width: 576px) {
        .news-wrapper .news-col h4 {
          min-height: initial; } }
    .news-wrapper .news-col .news-btn {
      display: block;
      position: absolute;
      left: 50%;
      bottom: 18px;
      width: 180px;
      margin-left: -90px;
      padding: 14px 64px 14px 42px;
      background-color: #ec3b2b;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 13px;
      border: 0;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
      .news-wrapper .news-col .news-btn:hover {
        background-color: #ca2e20;
        color: #fff;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
      .news-wrapper .news-col .news-btn:after {
        content: '>';
        position: absolute;
        right: 0;
        top: 0;
        width: 0px;
        background-color: #ca2e20;
        padding: 13px 20px 13px 14px;
        font-size: 15px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }

.single #single-below-header {
  display: none; }

.single #single-meta {
  display: none; }

.single .post-featured-img {
  display: none; }

.video-wrapper {
  width: 70%;
  margin: 0 auto; }

@media screen and (max-width: 1024px) {
  .video-wrapper {
    width: 100%; } }

@media screen and (max-width: 1199px) {
  .home #page-header-wrap h1:after {
    width: 768px;
    height: 219px;
    margin-left: -384px;
    top: -160px; } }
@media screen and (max-width: 768px) {
  .home #page-header-wrap h1:after {
    width: 480px;
    height: 137px;
    margin-left: -240px;
    top: -90px; } }
@media screen and (max-width: 576px) {
  .home #page-header-wrap h1:after {
    width: 320px;
    height: 90px;
    margin-left: -160px;
    top: -60px; } }
/*--------------------------------------------------------------
# Internal Page Header
--------------------------------------------------------------*/
.page-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 768px) {
    .page-header {
      background-position: right center; } }
  .page-header .container {
    height: 360px;
    padding-top: 182px; }
    @media (max-width: 1920px) {
      .page-header .container {
        height: 340px;
        padding-top: 162px; } }
    @media (max-width: 1480px) {
      .page-header .container {
        height: 320px;
        padding-top: 142px; } }
    @media (max-width: 1200px) {
      .page-header .container {
        height: 260px;
        padding-top: 102px; } }
    .page-header .container h1 {
      text-align: left;
      font-weight: 600;
      color: #fff; }
      @media (max-width: 576px) {
        .page-header .container h1 {
          text-align: left; } }

/*--------------------------------------------------------------
# Contact Form Section
--------------------------------------------------------------*/
.contact-form .gform_body ul li input {
  background-color: #efefef !important;
  border: 0 !important;
  height: 42px;
  padding: 0 16px !important; }
.contact-form .gform_body ul li textarea {
  background-color: #efefef !important;
  border: 0 !important;
  height: 120px;
  padding: 0 16px !important; }
.contact-form .gform_body ul li.gfield {
  margin-top: 0; }
.contact-form .gform_body ul li.hidden_label input {
  margin-top: 0; }
.contact-form .gform_body ul #field_1_1 label {
  display: none; }
.contact-form .gform_footer {
  margin-top: 0 !important; }
  .contact-form .gform_footer #gform_submit_button_1 {
    padding: 8px 48px !important;
    text-transform: uppercase;
    font-weight: 700;
    height: 42px !important;
    background-color: #24A148;
    color: #fff;
    border: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    .contact-form .gform_footer #gform_submit_button_1:hover {
      background-color: #444;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }

.contact-form_wrapper {
  margin-top: 0 !important; }

.gform_confirmation_wrapper {
  background-color: rgba(193, 227, 253, 0.8);
  padding: 24px 32px;
  text-align: center;
  font-weight: 700;
  font-size: 18px; }

.contact-form iframe {
  opacity: 1 !important; }

/*--------------------------------------------------------------
# Full Width Section
--------------------------------------------------------------*/
.icon {
  padding: 0 1em; }
  .icon i {
    font-size: 72px;
    font-size: 4.5rem;
    color: #343434;
    margin-bottom: 8px; }

/*--------------------------------------------------------------
# Search Box
--------------------------------------------------------------*/
#searchform input[type="text"] {
  background-color: #efefef;
  border: 0;
  padding: 8px 12px;
  height: 45px;
  width: 80%;
  margin: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
#searchform button.search-submit {
  background-color: #343434;
  color: #ffffff;
  padding: 12px;
  border: 0;
  height: 45px;
  width: 20%;
  margin: 0;
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  #searchform button.search-submit:hover, #searchform button.search-submit:focus {
    background-color: #24A148;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
  #searchform button.search-submit i {
    font-size: 16px;
    font-size: 1rem;
    color: #ffffff; }

.hidden {
  display: none !important; }

#ag-mining-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

#ag-mining-row .columns {
  padding-right: 0 !important; }

@media (max-width: 576px) {
  #ag-mining-row .columns {
    padding-right: 0 !important;
    padding-left: 0 !important; } }
#ag-mining-row .ag-mining-box {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 220px;
  padding-bottom: 88px; }

@media (max-width: 576px) {
  #ag-mining-row .ag-mining-box {
    padding-top: 180px; } }
#ag-mining-row .ag-mining-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

#ag-mining-row .ag-mining-box img.ag-mining-logo {
  z-index: 2;
  width: 60%;
  margin-bottom: 16px; }

#ag-mining-row .ag-mining-box h3 {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0px; }

#ag-mining-row .ag-mining-box p {
  color: #fff;
  z-index: 2;
  font-style: italic; }

#ag-mining-row .ag-mining-box a {
  z-index: 2;
  display: inline-block;
  background-color: #7F9844;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 24px;
  margin-top: 12px;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 700;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

#ag-mining-row .ag-mining-box a:hover {
  background-color: #000 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #fff; }

#ag-mining-row .mining-day-box {
  background-image: url("../../uploads/2019/10/HPPL-Mining-Event.png"); }

#ag-mining-row .ag-day-box {
  background-image: url("../../uploads/2019/10/HPPLGALA-.jpg"); }

#ag-mining-row .ag-button {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #7f9844;
  height: 39.233px;
  width: 160.6px;
  text-transform: uppercase;
  font-size: .97em;
  letter-spacing: .03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  color: currentColor;
  text-shadow: none;
  line-height: 2.4em;
  text-rendering: optimizeLegibility; }

#ag-mining-row .ag-button a {
  color: white; }

#ag-mining-row .ag-button:hover {
  background-color: #000000;
  /* Green */
  color: white; }

/**** Latest News *****/
.latest-news-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }

.latest-news-wrapper .latest-news-col {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 32px; }

.latest-news-wrapper .latest-news-col .latest-news {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: center;
  min-height: 100%;
  position: relative;
  border-radius: 3px;
  padding:8px;
 }

.latest-news-wrapper .latest-news-col .latest-news .news-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 242px;
  width: 100%;
  display: block;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position:relative;
}
.latest-news-wrapper .latest-news-col .latest-news .news-img:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.latest-news-wrapper .latest-news-col .latest-news h2 {
  text-align: center;
  display: block;
  padding: 20px 24px 12px 24px;
  font-size: 18px;
  font-weight: 700;
  min-height: 100px;
  color: #24A148 !important;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.12); }

.latest-news-wrapper .latest-news-col .latest-news .latest-news-excerpt {
  text-align: center;
  padding: 0 24px;
  font-size: 14px;
  line-height: 24px;
  color: #222 !important;
  display: block;
  margin-bottom: 100px;
  line-height: 24px; }

.latest-news-wrapper .latest-news-col .latest-news a.btn-readmore {
  padding: 12px 32px 12px 32px;
  display: inline-block;
  color: #000;
  position: relative;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0px;
  background-color: transparent;
  position: relative;
  margin-bottom: 0px;
  text-transform: uppercase;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.38);
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: 140px;
  margin-left: -70px;
  text-align: center;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  border-radius: 6px; }

.latest-news-wrapper .latest-news-col .latest-news a.btn-readmore:hover {
  background-color: #111;
  color: #fff;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease; }

 /*
.latest-news-wrapper .latest-news-col .latest-news a.btn-readmore:after {
        content: ">";
        right: 0;
        top: 0;
        position: absolute;
        background: #111;
        padding: 12px .55rem;
}*/
@media screen and (max-width: 991px) {
  .latest-news-wrapper {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 767px) {
  .latest-news-wrapper {
    grid-template-columns: repeat(1, 1fr); }

  .latest-news-wrapper .latest-news-col .latest-news h2 {
    min-height: initial; } }

@media screen and (max-width:576px){
	.latest-news-wrapper .latest-news-col .latest-news .news-img {
        	height: 218px;
	}

}
@media screen and (max-width:375px){
	.latest-news-wrapper .latest-news-col .latest-news .news-img {
        	height: 198px;
	}

}

@media screen and (max-width:320px){
	.latest-news-wrapper .latest-news-col .latest-news .news-img {
        	height: 176px;
	}

}
/****** Footer *****/
#footer .absolute-footer {
  background-color: #000;
  color: #fff;
  border-top: 0;
  padding: 24px 0; }

.back-to-top {
  border: 0 !important;
  background-color: #24A148 !important;
  color: #fff !important; }

/***** Header *****/
.header-main .header-nav li a {
  font-weight: 600;
  font-size: 14px; }

.header-main .header-nav li a:hover {
  background-color: #24A148 !important; }

.header-main .header-nav li.active a {
  background-color: #24A148 !important; }

.header-nav .nav-dropdown {
  background-color: #000; }

.header-nav li.has-dropdown:after {
  display: none; }

.header-nav .nav-dropdown:after {
  display: none; }

.header-nav .nav-dropdown:before {
  display: none; }

.header-nav .nav-dropdown li {
  background-color: transparent !important;
  padding: 0; }

.header-main .header-nav .nav-dropdown li a {
  color: #fff !important;
  background-color: transparent !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 16px 24px; }

.header-main .header-nav .nav-dropdown li.active a {
  background-color: transparent !important; }

.header-main .header-nav .nav-dropdown li a:hover {
  background-color: #24A148 !important; }

.homepage #content {
  padding-bottom: 0; }

.homepage .nbw-header h1 {
  font-weight: 600;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  color: #fff;
  margin-top: 360px !important;
  padding: 20px;
  width: auto;
  margin-left: 18px; }

@media screen and (max-width: 767px) {
  .home .nbw-header .nbw-header-background {
    height: 92vh !important;
    background-image: url("../../uploads/2021/06/hppl-mobile-home-banner.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

  .homepage .nbw-header h1 {
    margin-left: 0;
    font-size: 32px;
    text-align: center; } }
.nbw-header .nbw-header-background {
  background-position: center center !important; }

.nbw-header .page-header-title {
  font-weight: 600;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }

#secondary .widget-title {
  color: #24A148 !important; }

#secondary .rpwwt-post-title:hover {
  color: #24A148 !important; }

.single #header {
  position: relative !important; }

.single .single-page {
  padding-top: 0 !important; }

.single .entry-title {
  color: #24A148 !important; }

.single .entry-header-text {
  padding-bottom: 0; }

.single .entry-content .row .col {
  padding-bottom: 0; }

.earth {
  color: #24A148; }

.postid-140 h4 a.green {
  color: #24A148; }

/***** Contact Form *****/
.contact-form .gform_body input {
  border-radius: 6px;
  box-shadow: none;
  height: 52px;
  padding: 0 20px !important; }

.contact-form .gform_body textarea {
  border-radius: 6px;
  box-shadow: none;
  height: 180px !important;
  padding: 18px 20px !important; }

.contact-form .gform_footer .gform_button {
  background-color: #24A148;
  color: #fff;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  padding: 12px 32px  !important;
  border: 0;
  font-size: 16px; }

.contact-form .gform_footer .gform_button:hover {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  background-color: #222; }

.contact-form .gform_confirmation_message {
  background-color: #5aa531;
  color: #fff;
  padding: 12px 32px;
  text-align: center;
  border-radius: 6px; }

/*--------------------------------------------------------------
# Elementor
--------------------------------------------------------------*/
.elementor .latest-news-card .elementor-posts-container .elementor-post .elementor-post__text .elementor-post__read-more {
  display: inline-block;
  padding: 10px 32px;
  color: #fff !important;
  background-color: #24A148;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .elementor .latest-news-card .elementor-posts-container .elementor-post .elementor-post__text .elementor-post__read-more:hover {
    background-color: #333; }
.elementor .latest-news-card .elementor-posts-container .elementor-post .elementor-post__text .elementor-post__title {
  min-height: 140px; }
  @media (max-width: 576px) {
    .elementor .latest-news-card .elementor-posts-container .elementor-post .elementor-post__text .elementor-post__title {
      min-height: initial; } }
  .elementor .latest-news-card .elementor-posts-container .elementor-post .elementor-post__text .elementor-post__title a {
    font-family: "Raleway", sans-serif;
    line-height: 1.1em;
    color: #333;
    font-size: 16px; }
.elementor .heading-style p {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #24A148;
  display: inline-block;
  width: auto;
  font-size: 14.4px;
  font-size: 0.9rem; }
.elementor .heading-style p:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #24A148;
  right: -80px;
  top: 50%;
  margin-top: -1px; }
.elementor .heading-style h2 {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #343434;
  display: inline-block;
  width: auto;
  font-size: 14.4px;
  font-size: 0.9rem; }
.elementor .heading-style h3 {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #343434;
  display: inline-block;
  width: auto;
  font-size: 14.4px;
  font-size: 0.9rem; }
.elementor .list-icon ul li {
  margin-bottom: 1em; }
  .elementor .list-icon ul li p.list-heading {
    font-weight: 700;
    margin-bottom: 0.8em;
    font-size: 16px;
    font-size: 1rem; }
  .elementor .list-icon ul li p {
    font-size: 14.4px;
    font-size: 0.9rem; }
.elementor .elementor-widget-button a {
  background-color: #343434;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding: 14px 42px !important;
  border-radius: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 14.4px;
  font-size: 0.9rem; }
  .elementor .elementor-widget-button a:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-color: #24A148;
    color: #fff; }
.elementor .btn-white a {
  background-color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-weight: 700;
  color: #343434;
  position: relative;
  border-radius: 0;
  padding: 14px 42px !important;
  font-size: 14.4px;
  font-size: 0.9rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .elementor .btn-white a:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #fff;
    background-color: #24A148; }
.elementor .btn-image a {
  display: block;
  width: 100%;
  height: 240px;
  position: relative;
  background-color: transparent !important; }
  .elementor .btn-image a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.18;
    z-index: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
  .elementor .btn-image a:hover:before {
    opacity: 0.8;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
  .elementor .btn-image a .elementor-button-content-wrapper {
    position: absolute;
    bottom: 42px;
    opacity: 1;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    .elementor .btn-image a .elementor-button-content-wrapper .elementor-button-text {
      font-family: "Raleway", sans-serif;
      color: #fff !important;
      text-transform: uppercase;
      font-size: 28.8px;
      font-size: 1.8rem;
      font-weight: 300; }
.elementor .btn-image .elementor-widget-icon-list ul li {
  padding: 4px 0; }
  .elementor .btn-image .elementor-widget-icon-list ul li span.elementor-icon-list-icon {
    color: #24A148;
    margin-right: 12px; }
    .elementor .btn-image .elementor-widget-icon-list ul li span.elementor-icon-list-icon i {
      font-size: 18px !important; }
.elementor .btn-image .list-col-6 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .elementor .btn-image .list-col-6 ul li {
    width: 50%; }
    @media (max-width: 576px) {
      .elementor .btn-image .list-col-6 ul li {
        width: 100%; } }

.archive .archive-page-header {
  text-align: center; }
.archive .archive-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 991px) {
    .archive .archive-list {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 767px) {
    .archive .archive-list {
      grid-template-columns: repeat(1, 1fr); } }
  .archive .archive-list article {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 32px; }
    .archive .archive-list article .post-box {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: flex-start;
      text-align: center;
      min-height: 100%;
      position: relative; }
      .archive .archive-list article .post-box .post-featured-img {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 242px;
        width: 100%;
        display: block; }
      .archive .archive-list article .post-box .entry-title {
        text-align: center;
        display: block;
        padding: 20px 24px 12px 24px;
        font-size: 18px;
        font-weight: 700;
        min-height: 100px;
        color: #222 !important; }
        @media screen and (max-width: 767px) {
          .archive .archive-list article .post-box .entry-title {
            min-height: initial; } }
      .archive .archive-list article .post-box p {
        text-align: center;
        padding: 0 24px;
        font-size: 14px;
        line-height: 24px;
        color: #222 !important;
        display: block;
        margin-bottom: 100px;
        line-height: 24px; }
        @media screen and (max-width: 767px) {
          .archive .archive-list article .post-box p {
            margin-bottom: 24px; } }
      .archive .archive-list article .post-box .archive-read-more-btn {
        padding: 12px 32px 12px 32px;
        display: inline-block;
        color: #000;
        position: relative;
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 0px;
        background-color: transparent;
        position: relative;
        margin-bottom: 0px;
        text-transform: uppercase;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.38);
        position: absolute;
        bottom: 16px;
        left: 50%;
        width: 140px;
        margin-left: -70px;
        text-align: center;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        border-radius: 6px; }
        .archive .archive-list article .post-box .archive-read-more-btn:hover {
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          background-color: #111;
          color: #fff; }
        @media screen and (max-width: 767px) {
          .archive .archive-list article .post-box .archive-read-more-btn {
            position: relative;
            margin-top: 16px; } }



.jobs {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
}
.jobs .job-col {
	width:20%;
	padding:0 6px;
}
.jobs .job-col .job-feature-img img{
	width:100%;
	max-height:450px;
	object-fit:cover;
}
.jobs .job-col a {
	background-color:#f4f4f4;
	display:block;
	overflow:hidden;
	position:relative;
	box-shadow:0 0 10px rgba(0,0,0,0.15);
	transition: all 0.5s ease;
    	-webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;


}
.jobs .job-col a:before {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0;
	z-index:0;
	transition: all 0.5s ease;
    	-webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;


}
.jobs .job-col .job-logo {
	padding:24px;
	text-align:center;
}
.jobs .job-col .job-logo img{
	width:auto;
	height:120px;
	object-fit:contain;
}
.jobs .job-col .btn-job {
	background-color:rgba(255,255,255,0.95);
	border:0;
	font-size:16px;
	text-transform:uppercase;
	margin:0 auto;
	border-radius:0;
	padding:12px 0;
    	color: #343434;
    	font-family: "Raleway", Sans-serif;
	font-weight:700;
	display:block;
	position:absolute;
	bottom:-42px;
	left:50%;
	width:200px;
	text-align:center;
	margin-left:-100px;
	opacity:0;
	transition: all 0.5s ease;
    	-webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;
}
.jobs .job-col a:hover {
	box-shadow:0 0 18px rgba(0,0,0,0.34);
	transition: all 0.5s ease;
    	-webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;

}
.jobs .job-col a:hover .btn-job {
	-webkit-transform: translateY(-320px);
        -moz-transform: translateY(-320px);
        -ms-transform: translateY(-320px);
        transform: translateY(-320px);
        opacity:1;
	transition: all 0.5s ease;
    	-webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;
}
.jobs .job-col a:hover:before{
	opacity:0.7;
	transition: all 0.5s ease;
    	-webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;

}

@media screen and (max-width:1024px){
	.jobs .job-col {
		width:33.33%;
		margin-bottom:12px;
	
	}

}

@media screen and (max-width:576px){
	.jobs .job-col {
		width:100%;
		padding:0 12px;
		margin-bottom:24px;
	
	}
	
	.jobs .job-col .job-feature-img img{
		max-height:380px;

	}

}


.major-highlights-wrapper{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
}
.major-highlights-wrapper .major-highlights{
	width:100%;
	padding:0 15px;
	margin-bottom:32px;
}
.major-highlights-wrapper .major-highlights .major-highlight{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    	display: flex;
    	flex-direction: column;
    	flex-wrap: wrap;
    	justify-content: flex-start;
    	text-align: center;
    	min-height: 100%;
   	position: relative;
    	border-radius: 3px;
    	padding: 8px;
	background-color:#fff;
}
.major-highlights-wrapper .major-highlights .major-highlight .news-img{
	background-size: cover;
    	background-position: center center;
    	background-repeat: no-repeat;
    	height: 220px;
    	width: 100%;
    	display: block;
    	border-top-left-radius: 3px;
    	border-top-right-radius: 3px;
    	position: relative;
}
.major-highlights-wrapper .major-highlights .major-highlight h2{
	text-align: center;
    	display: block;
   	padding: 20px 24px 12px 24px;
    	font-size: 18px;
   	font-weight: 700;
    	min-height: 100px;
    	color: #222 !important;
    	text-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
	
}
.major-highlights-wrapper .major-highlights .major-highlight p{
	text-align: center;
    	padding: 0 24px;
    	font-size: 14px;
    	line-height: 24px;
    	color: #222 !important;
    	display: block;
    	margin-bottom: 100px;
    	line-height: 24px;
}

.major-highlights-wrapper .major-highlights .major-highlight a.btn-readmore {
	padding: 12px 32px 12px 32px;
    	display: inline-block;
    	color: #000;
    	font-weight: 600;
    	font-size: 12px;
    	letter-spacing: 0px;
    	background-color: transparent;
    	margin-bottom: 0px;
    	text-transform: uppercase;
    	box-shadow: 0 0 5px rgba(0, 0, 0, 0.38);
    	position: absolute;
    	bottom: 16px;
    	left: 50%;
    	width: 140px;
    	margin-left: -70px;
    	text-align: center;
	transition: all .5s ease;
    	-webkit-transition: all .5s ease;
    	-moz-transition: all .5s ease;
    	-o-transition: all .5s ease;
    	border-radius: 6px;
}
.major-highlights-wrapper .major-highlights .major-highlight a.btn-readmore:hover {
	background-color:#222;
	color:#fff;
	transition: all .5s ease;
    	-webkit-transition: all .5s ease;
    	-moz-transition: all .5s ease;
    	-o-transition: all .5s ease;
}
@media screen and (max-width:1480px){
	.major-highlights-wrapper .major-highlights .major-highlight .news-img{
		height:210px;
	}
}

@media screen and (max-width:768px){
	.major-highlights-wrapper{
		grid-template-columns: repeat(1, 1fr);
	}
	.major-highlights-wrapper .major-highlights .major-highlight .news-img{
		width:40%;
		height:180px;
		border-bottom-left-radius:3px;
		border-bottom-right-radius:3px;
	}
	.major-highlights-wrapper .major-highlights .major-highlight{
		flex-direction:row;
		text-align:left;
		padding:12px;
	}
	.major-highlights-wrapper .major-highlights .major-highlight .major-highlight-content {
		width:60%;
	}
	.major-highlights-wrapper .major-highlights .major-highlight h2{
		text-align:left;
		padding:0 16px;
		min-height:initial;
	}
	.major-highlights-wrapper .major-highlights .major-highlight p{
		text-align:left;
		padding:0 16px;
		margin-bottom:32px;
	}
	.major-highlights-wrapper .major-highlights .major-highlight a.btn-readmore {
		position:relative;
		left:0;
		margin-left:16px;
	}
}
@media screen and (max-width:576px){
	.major-highlights-wrapper .major-highlights .major-highlight .news-img{
		width:100%;
		height:200px;

	}
	.major-highlights-wrapper .major-highlights .major-highlight .major-highlight-content {
		width:100%;
	}
	.major-highlights-wrapper .major-highlights .major-highlight h2{
		text-align:center;
		padding-top:16px;
	}
	.major-highlights-wrapper .major-highlights .major-highlight p{
		text-align:center;
	}
	.major-highlights-wrapper .major-highlights .major-highlight a.btn-readmore {
		margin:0 auto;
		display:block;
	}
}


.sidebar-news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.sidebar-news .sidebar-news-feature-img {
    width: 100%;
}


.sidebar-news .sidebar-news-feature-img .sidebar-news-img {
    width: 100%;
    height: 172px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow:0 0 12px rgba(0,0,0,0.20);
    margin-bottom:18px;
     transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border-radius:3px;
}

@media (max-width: 1200px) {
    .sidebar-news .sidebar-news-feature-img .sidebar-news-img {
        height: 160px;
    }
}

@media (max-width: 576px) {
    .sidebar-news .sidebar-news-feature-img .sidebar-news-img {
        height: 220px;
    }
}

@media (max-width: 375px) {
    .sidebar-news .sidebar-news-feature-img .sidebar-news-img {
        height: 210px;
    }
}
@media (max-width: 350px) {
    .sidebar-news .sidebar-news-feature-img .sidebar-news-img {
        height: 190px;
    }
}
@media (max-width: 320px) {
    .sidebar-news .sidebar-news-feature-img .sidebar-news-img {
        height: 180px;
    }
}


.sidebar-news span {
    text-align:center;
    font-weight:600;
    display:block;
    padding-left:8px;
    padding-right:8px;
        font-size: 15px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width:100%;
    color:#222;
    font-size:16px;
    line-height: 1.2em;
}
.sidebar-news:hover span {
      transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color:#851812;
    
}

.sidebar-news:hover .sidebar-news-img {
    box-shadow:0 0 12px rgba(0,0,0,0.30);
     transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#secondary #block-3{
    margin-bottom:0;
}

#secondary #block-3 h2{
    color:#24A148;
    margin-top:0;
    border-bottom:1px solid #efefef;
    padding-bottom:24px;
    
}

.elementor .img-100 img {
	width:100% !important; 
	max-width:100% !important;
}