/*
Theme Name: 3DE Theme

*/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
.transition-delay, .rotateBar, .rotateBar2, .green-btn, .view-button, .btn-default-green, header #main-menu .nav-menu li a, header #main-menu .sub-menu li a, header #header-menu .sub-menu li a, #home #featured-box .featured-box .featured-content, #page-project .projects li #view-project a, #archive-page #testimonial-container .see-more, #single-page .gallery-thumbnail a:after, #single-page #project-navigation .project-button a, footer.footer-new #footer-widgets .widget-column .socials a, #load-more-btn {
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s; }

.box-shadow {
  -webkit-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.5); }

.rotateBar {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg); }

.rotateBar2 {
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(135deg);
  margin-top: -5px !important; }

::-webkit-scrollbar {
  width: 12px; }

::-webkit-scrollbar-track {
  background-color: rgba(234, 234, 234, 0.3);
  border-left: 1px solid #ccc; }

::-webkit-scrollbar-thumb {
  background-color: rgba(204, 204, 204, 0.8); }

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; }

@font-face {
  font-family: 'CenturyGothicRegular';
  src: url("genericons/century-gothic.eot");
  src: url("genericons/century-gothic.eot") format("embedded-opentype"), url("genericons/century-gothic.woff2") format("woff2"), url("genericons/century-gothic.woff") format("woff"), url("genericons/century-gothic.ttf") format("truetype"), url("genericons/century-gothic.svg#CenturyGothicRegular") format("svg"); }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1.4;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* General Styles */
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #505050 !important; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 1.25em; }

h1, h2, h3, h4, h5, h6 {
  color: #719018;
  font-family: 'CenturyGothicRegular';
  font-weight: bold;
  margin: 0 0 15px; }

h1 {
  font-size: 1.5em; }

h2 {
  font-size: 1.375em; }

h3 {
  font-size: 1.25em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.875em; }

iframe {
  max-width: 100%;
  width: 100%; }

p {
  font-size: 14px;
  margin: 0 0 15px; }

/* CLASSES */
.clear {
  clear: both; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* ALIGNMENT */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft {
  margin: 5px 20px 5px 0; }

.wp-caption.alignleft {
  margin: 5px 10px 5px 0; }

img.alignright {
  margin: 5px 0 5px 20px; }

.wp-caption.alignright {
  margin: 5px 0 5px 10px; }

img.aligncenter {
  margin: 5px auto; }

img.alignnone {
  margin: 5px 0; }

.absolute-center {
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto !important; }

.green-btn {
  color: #fff;
  background: #719018;
  padding: 10px 20px;
  font-size: 20px;
  float: left;
  margin-right: 30px;
  text-align: center;
  opacity: 1;
  margin-top: 10px; }

.green-btn:hover {
  color: #fff;
  opacity: 0.8; }

.view-button {
  color: #fff;
  background: #719018;
  padding: 10px 20px;
  font-size: 20px;
  text-align: center;
  opacity: 1;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  float: right; }
  .view-button a, .view-button a:hover {
    color: #ffffff; }

.btn-default-green {
  color: #fff;
  background: #719018;
  padding: 10px 20px;
  font-size: 20px;
  text-align: center;
  opacity: 1;
  display: inline-block; }
  .btn-default-green:hover {
    color: #ffffff;
    opacity: 0.8; }

.view-button:hover {
  opacity: 0.8; }

#view-btn {
  color: #fff;
  background: #719018;
  padding: 5px 10px;
  display: inline-block;
  float: right;
  margin-top: 15px; }

/*================== Header ==============*/
header.header-new {
  padding: 10px 25px; }
  @media only screen and (max-width: 767px) {
    header.header-new {
      display: block; }
      header.header-new .slicknav_menu {
        right: 0; } }
  @media only screen and (max-width: 767px) {
    header.header-new .bdaa-logos-wrapper {
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      width: 40%;
      height: 100%;
      margin: 0 auto 0 110px; } }
  @media only screen and (max-width: 767px) {
    header.header-new .bdaa-logos-wrapper img {
      width: 85px; } }
  header.header-new:before {
    content: none;
    border-bottom: 3px solid #fff;
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 10px;
    z-index: 999999999; }
  header.header-new:after {
    content: "";
    border-bottom: 3px solid #719018;
    display: block;
    float: right;
    width: 100%; }
  header.header-new .desktop-menu {
    padding-bottom: 15px !important; }
  header.header-new .row {
    min-width: 100%;
    width: 100%;
    padding: 0; }
  header.header-new #main-menu {
    padding: 0 8px; }
    header.header-new #main-menu .topbar {
      margin-bottom: 10px; }
    header.header-new #main-menu .nav-menu li a {
      font-size: 15px;
      font-family: "Poppins"; }
    header.header-new #main-menu .nav-menu li:last-child .sub-menu {
      left: -100%; }
    header.header-new #main-menu .nav-menu li .sub-menu {
      width: 250px; }
      header.header-new #main-menu .nav-menu li .sub-menu li a {
        font-size: 13px; }
  header.header-new #logo-2 {
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0; }
    header.header-new #logo-2 img {
      float: none;
      border-bottom: 0;
      max-width: 120px; }
    header.header-new #logo-2 .badge-archipro img {
      max-width: 150px; }
  header.header-new .flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    header.header-new .flex-wrapper .badge-archipro {
      margin-left: 50px; }
  header.header-new .awards-list .bdaa-logos {
    display: flex; }
    header.header-new .awards-list .bdaa-logos img {
      max-width: 100px;
      margin: 5px 0px;
      width: auto;
      height: auto;
      display: block;
      margin-left: 15px; }
  header.header-new .awards-list .design-awards-logo {
    display: flex;
    align-items: center;
    margin-top: 5px; }
    header.header-new .awards-list .design-awards-logo img {
      max-height: 62px;
      margin: 0 5px;
      width: auto;
      height: auto; }

header {
  padding: 20px 0;
  display: table;
  width: 100%;
  position: relative;
  z-index: 99; }
  header .desktop-menu {
    display: flex;
    align-items: center; }
  header #main-menu .topbar {
    overflow: hidden;
    margin-bottom: 25px; }
    header #main-menu .topbar .top-award-slider {
      text-align: right; }
    header #main-menu .topbar .row {
      display: flex;
      align-items: center;
      width: 100% !important;
      flex-flow: wrap;
      flex-direction: row; }
      header #main-menu .topbar .row .columns {
        display: flex;
        justify-content: right; }
    header #main-menu .topbar .socials {
      text-align: left; }
      header #main-menu .topbar .socials a {
        color: #556e02;
        font-size: 25px;
        padding: 0 5px; }
  header #main-menu .menu-main-menu-new-container {
    text-align: right; }
  header #main-menu .nav-menu {
    list-style: none;
    display: inline-block;
    margin: 0; }
    header #main-menu .nav-menu li {
      float: left;
      position: relative;
      padding: 0 20px; }
      header #main-menu .nav-menu li.current-menu-item a {
        color: #719200; }
      header #main-menu .nav-menu li.menu-item-has-children a:after {
        content: "\f078";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 13px;
        margin-left: 5px; }
      header #main-menu .nav-menu li a {
        font-size: 15px;
        color: #505050;
        float: none !important;
        border-right: 0 !important;
        padding: 0 !important;
        line-height: 1;
        font-family: 'Poppins';
        text-transform: uppercase;
        border-right: 1px solid rgba(80, 80, 80, 0.5);
        display: inline-block;
        vertical-align: middle;
        font-weight: normal; }
        header #main-menu .nav-menu li a:hover {
          color: #719200; }
  header #main-menu li:first-child > a {
    padding-left: 0; }
  header #main-menu li:last-child a {
    border-right: none; }
  header #main-menu a:hover, header #main-menu li.current-menu-item a {
    background-color: none;
    color: #719018; }
  header #main-menu .sub-menu {
    background: #fff;
    visibility: hidden;
    position: absolute;
    top: 80%;
    left: 0;
    width: 280px;
    z-index: 999;
    text-align: left;
    margin-top: 20px;
    margin-top: 0px\9;
    transition: all .3s .1s;
    border-radius: 3px;
    opacity: 0;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.75);
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; }
    header #main-menu .sub-menu li {
      padding: 0 !important; }
      header #main-menu .sub-menu li a {
        border-right: none;
        padding: 10px 18px !important;
        display: block;
        line-height: 20px; }
        header #main-menu .sub-menu li a:after {
          content: none !important; }
      header #main-menu .sub-menu li a:hover {
        background: #719018;
        color: #ffffff; }
    header #main-menu .sub-menu li:last-child a:hover {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  header #main-menu .sub-menu .sub-menu {
    left: 170px;
    top: 2px !important; }
  header #main-menu .sub-menu .sub-menu:after {
    border: none;
    top: 100%;
    margin-top: 0; }
  header #main-menu .sub-menu .sub-menu .sub-menu {
    left: 170px;
    top: 0px !important; }
  header #main-menu .sub-menu li, header #main-menu .sub-menu a {
    float: none;
    display: block; }
  header #main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%; }
  header #main-menu li:hover .sub-menu .sub-menu {
    visibility: hidden; }
  header #main-menu li:hover .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    margin: 0px; }
  header #main-menu li:hover .sub-menu li:hover .sub-menu .sub-menu {
    display: none; }
  header #main-menu li:hover .sub-menu .sub-menu li:hover .sub-menu {
    display: block; }
  header #header-menu {
    border-bottom: 3px solid #719018;
    float: right;
    width: 90%; }
    header #header-menu .menu-main-menu-container {
      width: 80%;
      float: left; }
    header #header-menu .badge-archipro {
      width: 20%;
      float: left;
      margin-top: 15px; }
    header #header-menu .nav-menu {
      list-style: none;
      display: inline-block;
      margin: 0;
      padding: 77px 0px 10px; }
    header #header-menu li {
      float: left;
      position: relative; }
    header #header-menu a {
      font-size: 15px;
      color: #505050;
      float: left;
      border-right: 1px solid #ffffff;
      padding: 0px 5px;
      line-height: 1;
      font-family: 'Source Sans Pro', sans-serif;
      text-transform: uppercase;
      border-right: 1px solid rgba(80, 80, 80, 0.5); }
    header #header-menu li:first-child > a {
      padding-left: 0; }
    header #header-menu li:last-child a {
      border-right: none; }
    header #header-menu a:hover, header #header-menu li.current-menu-item a {
      background-color: none;
      color: #719018; }
    header #header-menu .sub-menu {
      background: #fff;
      visibility: hidden;
      position: absolute;
      top: 80%;
      left: 0;
      width: 300px;
      z-index: 999;
      text-align: left;
      margin-top: 20px;
      margin-top: 0px\9;
      transition: all .3s .1s;
      border-radius: 3px;
      opacity: 0;
      -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.75);
      -moz-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.75);
      box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.75);
      transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s; }
      header #header-menu .sub-menu li a {
        border-right: none;
        padding: 10px 18px !important; }
      header #header-menu .sub-menu li a:hover {
        background: #719018;
        color: #ffffff; }
      header #header-menu .sub-menu li:last-child a:hover {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; }
    header #header-menu .sub-menu .sub-menu {
      left: 170px;
      top: 2px !important; }
    header #header-menu .sub-menu .sub-menu:after {
      border: none;
      top: 100%;
      margin-top: 0; }
    header #header-menu .sub-menu .sub-menu .sub-menu {
      left: 170px;
      top: 0px !important; }
    header #header-menu .sub-menu li, header #header-menu .sub-menu a {
      float: none;
      display: block; }
    header #header-menu li:hover .sub-menu {
      opacity: 1;
      visibility: visible;
      top: 100%; }
    header #header-menu li:hover .sub-menu .sub-menu {
      visibility: hidden; }
    header #header-menu li:hover .sub-menu li:hover .sub-menu {
      opacity: 1;
      visibility: visible;
      margin: 0px; }
    header #header-menu li:hover .sub-menu li:hover .sub-menu .sub-menu {
      display: none; }
    header #header-menu li:hover .sub-menu .sub-menu li:hover .sub-menu {
      display: block; }
  header #logo-2 {
    float: left; }
    header #logo-2 img {
      border-bottom: 2px solid #719018;
      float: left; }

.badge-archipro-mobile {
  margin-top: 25px; }

/*====================== Home =====================*/
.homepage-slider {
  position: relative; }
  .homepage-slider .home-slider-container .slides .slide-item {
    height: 650px !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important; }
  .homepage-slider .home-slider-container .flex-direction-nav {
    position: unset;
    display: none; }
  .homepage-slider .home-slider-container .flex-prev {
    background: url("/wp-content/uploads/2020/09/arrow-prev.png");
    left: 2%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-position: center center !important;
    top: 50%; }
  .homepage-slider .home-slider-container .flex-next {
    background: url("/wp-content/uploads/2020/09/arrow-next.png");
    right: 2%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-position: center center !important;
    top: 50%; }
  .homepage-slider .slider-toolbar {
    position: absolute;
    max-width: 100% !important;
    width: 100%;
    bottom: 0; }
    .homepage-slider .slider-toolbar .large-7 {
      text-align: center;
      margin: 0 auto;
      float: none; }
      @media only screen and (max-width: 767px) {
        .homepage-slider .slider-toolbar .large-7 .large-4 {
          margin-bottom: 25px; }
          .homepage-slider .slider-toolbar .large-7 .large-4:last-child {
            margin-bottom: 0; } }
      .homepage-slider .slider-toolbar .large-7 .box {
        background: #fff;
        padding: 0;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
        .homepage-slider .slider-toolbar .large-7 .box .heading {
          display: flex;
          align-items: center;
          margin-bottom: 15px;
          justify-content: center; }
          .homepage-slider .slider-toolbar .large-7 .box .heading .icon {
            margin-right: 10px;
            background: #edf6e9;
            padding: 4px 5px;
            display: inline-block;
            vertical-align: middle;
            border: 1px solid #556e02; }
            .homepage-slider .slider-toolbar .large-7 .box .heading .icon img {
              max-height: 23px;
              width: 23px;
              object-fit: contain; }
          .homepage-slider .slider-toolbar .large-7 .box .heading .title {
            display: inline-block;
            vertical-align: middle;
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            color: #fff;
            font-size: 20px; }
        .homepage-slider .slider-toolbar .large-7 .box .image {
          text-align: center;
          position: relative; }
          .homepage-slider .slider-toolbar .large-7 .box .image .cover-image {
            width: 100%; }
          .homepage-slider .slider-toolbar .large-7 .box .image .content {
            text-align: center;
            transition: .5s ease;
            opacity: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            text-align: center;
            width: 100%;
            padding: 0 10px;
            z-index: 999; }
            .homepage-slider .slider-toolbar .large-7 .box .image .content p {
              font-family: 'Poppins';
              font-weight: normal;
              font-size: 15px;
              color: #fff; }
            .homepage-slider .slider-toolbar .large-7 .box .image .content a {
              color: #acd71d;
              font-weight: bold;
              text-transform: uppercase;
              font-family: 'Poppins', sans-serif;
              font-weight: bold; }
          .homepage-slider .slider-toolbar .large-7 .box .image:hover .content {
            opacity: 1; }
          .homepage-slider .slider-toolbar .large-7 .box .image:hover .overlay {
            background: rgba(0, 0, 0, 0.6); }
          .homepage-slider .slider-toolbar .large-7 .box .image .overlay {
            transition: .5s ease;
            backface-visibility: hidden;
            background: rgba(0, 0, 0, 0);
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            height: 100%;
            width: 100%; }
          .homepage-slider .slider-toolbar .large-7 .box .image .cover-image {
            opacity: 1;
            transition: .5s ease;
            backface-visibility: hidden; }

#home {
  height: 800px;
  position: relative; }
  #home .slides-container .slide-item {
    background-size: cover !important;
    -ms-behavior: url("http://3de.pre-view.co/wp-content/themes/3DE/css/backgroundsize.htc");
    padding: 0 0 30px;
    height: 800px;
    overflow: hidden;
    background-repeat: no-repeat; }
    #home .slides-container .slide-item #caption-container {
      z-index: 4;
      position: relative;
      margin-top: 160px; }
      #home .slides-container .slide-item #caption-container .caption {
        color: #ffffff;
        padding: 10px 20px;
        background: rgba(80, 80, 80, 0.8);
        display: inline-block;
        position: relative;
        text-transform: capitalize; }
        #home .slides-container .slide-item #caption-container .caption h2 {
          color: #ffffff;
          font-size: 6vh !important;
          font-size: 60px;
          font-weight: none !important; }
        #home .slides-container .slide-item #caption-container .caption span {
          font-style: italic; }
    #home .slides-container .slide-item #border-top {
      position: absolute;
      top: 0;
      content: "";
      width: 500%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      right: 0; }
    #home .slides-container .slide-item #border-bottom {
      position: absolute;
      bottom: 0;
      content: "";
      width: 500%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      left: 0; }
    #home .slides-container .slide-item #border-left {
      position: absolute;
      content: "";
      height: 800%;
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      top: 0;
      left: 0; }
    #home .slides-container .slide-item #border-right {
      position: absolute;
      content: "";
      height: 500%;
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      bottom: 0;
      right: 0; }
  #home .slides-container .slide-item:first-child #border-top {
    position: absolute;
    top: 0;
    content: "";
    width: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    right: 0; }
  #home .slides-container .slide-item:first-child #border-bottom {
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    left: 0; }
  #home .slides-container .slide-item:first-child #border-left {
    position: absolute;
    content: "";
    height: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0; }
  #home .slides-container .slide-item:first-child #border-right {
    position: absolute;
    content: "";
    height: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    bottom: 0;
    right: 0; }
  #home .slides-container .slide-item:after {
    background: url(images/pattern-bg.png) center repeat !important;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1; }
  #home .slides-container .flex-prev {
    background: url(images/prev-icon.png);
    background-color: rgba(80, 80, 80, 0.6); }
  #home .slides-container .flex-next {
    background: url(images/next-icon.png);
    background-color: rgba(80, 80, 80, 0.6); }
  #home #featured-box {
    display: table;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    z-index: 10; }
    #home #featured-box .featured-box {
      background-size: cover !important;
      -ms-behavior: url("http://3de.pre-view.co/wp-content/themes/3DE/css/backgroundsize.htc");
      border: 6px solid rgba(255, 255, 255, 0.5);
      padding: 20px;
      position: relative;
      margin: 0 auto;
      height: 400px;
      overflow: hidden; }
      #home #featured-box .featured-box .featured-content {
        display: table;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.6); }
      #home #featured-box .featured-box .featured-content:hover {
        background: rgba(0, 0, 0, 0.3);
        color: black; }
      #home #featured-box .featured-box .featured-content-title {
        color: #fff;
        text-align: center;
        display: block;
        font-size: 18px;
        margin-top: 25px;
        font-family: 'CenturyGothicRegular';
        vertical-align: middle;
        line-height: 135px; }
      #home #featured-box .featured-box .featured-content-title:hover {
        font-weight: 900; }
      #home #featured-box .featured-box hr {
        border-color: #fff;
        width: 30%;
        margin: -40px auto; }

.multi-award-winning {
  padding: 70px 0;
  background: #f8f8f8;
  margin-top: 70px; }
  .multi-award-winning .fb-video {
    width: 100%; }
    .multi-award-winning .fb-video span {
      width: 100% !important; }
    .multi-award-winning .fb-video iframe {
      width: 100% !important;
      min-width: 100% !important; }
  .multi-award-winning .row {
    display: flex;
    align-items: center; }
    .multi-award-winning .row .sub-heading {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      color: #709200; }
    .multi-award-winning .row h2 {
      font-family: "Poppins", sans-serif;
      font-weight: bold;
      color: #1b1b1b;
      margin-bottom: 15px; }
    .multi-award-winning .row p {
      font-family: 'Poppins';
      font-size: 22px; }

/*==================== Page ===================*/
.page-id-67777 header #header-menu a {
  font-family: 'Poppins'; }
.page-id-67777 .page-content {
  background: #f8f8f8; }
  .page-id-67777 .page-content #content h1 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: #1b1b1b; }
  .page-id-67777 .page-content #content .view-button a {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: bold; }
  .page-id-67777 .page-content #content .entry-content strong {
    font-family: 'Poppins', sans-serif;
    font-weight: 600; }
  .page-id-67777 .page-content #content .entry-content p {
    font-family: 'Poppins';
    font-weight: normal; }
  .page-id-67777 .page-content #content .entry-content ul li {
    font-family: 'Poppins';
    font-weight: normal; }
.page-id-67777 footer #footer-widgets .widget-title {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  text-transform: none;
  color: #1b1b1b; }
.page-id-67777 footer #footer-widgets #menu-quick-links li a {
  font-family: 'Poppins'; }
.page-id-67777 footer #footer-widgets .latest-testimonial div {
  font-family: 'Poppins'; }
.page-id-67777 footer #footer-widgets .latest-testimonial #testimonial-title {
  font-family: 'Poppins', sans-serif;
  color: #242424; }
.page-id-67777 footer #footer-widgets .latest-testimonial #view-btn {
  font-family: 'Poppins', sans-serif;
  font-weight: bold; }
.page-id-67777 footer #footer-widgets #text-2 .textwidget {
  font-family: 'Poppins'; }
.page-id-67777 footer .ftr-accredited-section h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold; }

.page-id-68042 #page-projects #contents h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #1b1b1b; }
.page-id-68042 #page-projects #contents h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #1b1b1b; }
.page-id-68042 #page-projects #contents p {
  font-family: 'Poppins';
  font-weight: normal; }
.page-id-68042 #page-projects #contents #projects-container .overlay .overlay-content h2 {
  color: #719018;
  font-size: 20px; }

.page header #header-menu a, .archive header #header-menu a, .single header #header-menu a {
  font-family: 'Poppins'; }
.page .page-content, .archive .page-content, .single .page-content {
  background: #f8f8f8; }
  .page .page-content #content h1, .archive .page-content #content h1, .single .page-content #content h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #1b1b1b; }
  .page .page-content #content h2, .archive .page-content #content h2, .single .page-content #content h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #1b1b1b; }
  .page .page-content #content p, .archive .page-content #content p, .single .page-content #content p {
    font-family: 'Poppins';
    font-weight: normal; }
.page #staff-container h2, .archive #staff-container h2, .single #staff-container h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.4375em; }
.page #staff-container .green-btn, .archive #staff-container .green-btn, .single #staff-container .green-btn {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #fff; }
@media only screen and (max-width: 767px) {
  .page #staff-container .six, .archive #staff-container .six, .single #staff-container .six {
    margin-top: 40px; } }
@media only screen and (max-width: 767px) {
  .page #staff-container .six:first-child, .archive #staff-container .six:first-child, .single #staff-container .six:first-child {
    margin: 0; } }
.page footer #footer-widgets .widget-title, .archive footer #footer-widgets .widget-title, .single footer #footer-widgets .widget-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-transform: none;
  color: #1b1b1b; }
.page footer #footer-widgets #menu-quick-links li a, .archive footer #footer-widgets #menu-quick-links li a, .single footer #footer-widgets #menu-quick-links li a {
  font-family: 'Poppins'; }
.page footer #footer-widgets .latest-testimonial div, .archive footer #footer-widgets .latest-testimonial div, .single footer #footer-widgets .latest-testimonial div {
  font-family: 'Poppins'; }
.page footer #footer-widgets .latest-testimonial #testimonial-title, .archive footer #footer-widgets .latest-testimonial #testimonial-title, .single footer #footer-widgets .latest-testimonial #testimonial-title {
  font-family: 'Poppins', sans-serif;
  color: #242424; }
.page footer #footer-widgets .latest-testimonial #view-btn, .archive footer #footer-widgets .latest-testimonial #view-btn, .single footer #footer-widgets .latest-testimonial #view-btn {
  font-family: 'Poppins', sans-serif;
  font-weight: bold; }
.page footer #footer-widgets #text-2 .textwidget, .archive footer #footer-widgets #text-2 .textwidget, .single footer #footer-widgets #text-2 .textwidget {
  font-family: 'Poppins'; }
.page footer .ftr-accredited-section h5, .archive footer .ftr-accredited-section h5, .single footer .ftr-accredited-section h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400; }

.page-content {
  background: #f8f8f8;
  position: relative; }
  .page-content ul {
    margin-left: 10px; }
  .page-content hr {
    border-color: #CBC7C7;
    margin: 10px 0; }
  .page-content .page-banner {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -ms-behavior: url("http://3de.pre-view.co/wp-content/themes/3DE/css/backgroundsize.htc");
    height: 400px;
    position: relative;
    overflow: hidden; }
    .page-content .page-banner .banner-heading {
      position: absolute;
      bottom: 0;
      color: #fff;
      padding: 60px 20px;
      font-size: 60px;
      line-height: 20px; }
      .page-content .page-banner .banner-heading span {
        font-family: 'CenturyGothicRegular'; }
  .page-content #content {
    padding: 30px 0;
    display: table; }
    .page-content #content h1 {
      margin-bottom: 10px;
      text-transform: capitalize; }
    .page-content #content .subtitle-heading {
      color: #719018;
      font-size: 30px;
      display: inline-block;
      font-family: 'CenturyGothicRegular';
      border-bottom: 2px solid; }
    .page-content #content #profile {
      position: relative; }
      .page-content #content #profile .profile-container {
        display: table;
        margin-bottom: 40px; }
        .page-content #content #profile .profile-container .emp_image {
          float: left;
          margin-right: 20px; }
        .page-content #content #profile .profile-container .emp_desc h4 {
          font-size: 36px;
          color: #719018; }
    .page-content #content #service-list {
      line-height: 36px;
      font-size: 20px; }
    .page-content #content table thead tr td, .page-content #content table tbody tr td {
      border-right: 1px solid #dddddd; }
      .page-content #content table thead tr td:last-child, .page-content #content table tbody tr td:last-child {
        border-right: 0; }

/**
.page-content:after { 
    background: url(images/pattern-bg.png) center repeat !important;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}
**/
.form-container {
  display: none;
  background: #fff;
  padding: 20px; }
  .form-container h4 {
    color: #719018; }
  .form-container .wpcf7 {
    margin-top: 20px; }
  .form-container input[type="submit"] {
    background: #719018;
    border: none;
    padding: 10px 40px;
    width: 100%;
    color: #fff;
    border-radius: 3px; }
  .form-container textarea {
    min-height: 200px; }
  .form-container #closeBtn {
    float: right;
    background: none;
    border: 0;
    color: #505050;
    font-size: 20px;
    padding: 0; }

.page-id-6 #content {
  padding-bottom: 0; }
  .page-id-6 #content .entry-content {
    max-height: 650px;
    padding-right: 15px; }

.page-id-32 #sidebar_images {
  float: left;
  margin-right: 20px; }
  .page-id-32 #sidebar_images img {
    display: block;
    margin-bottom: 20px;
    max-width: 180px; }

/*==================== Page Services =================*/
#page-services .banner-heading {
  padding: 10px 20px;
  font-size: 60px;
  line-height: 20px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  position: absolute;
  bottom: 0;
  right: 9%; }
#page-services .page-title {
  padding-top: 60px; }
  #page-services .page-title h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #1b1b1b;
    margin-bottom: 10px; }
#page-services #post-32 .gallery-thumbnail {
  margin-bottom: 20px; }
#page-services h1 {
  display: inline-block; }
#page-services #post-30 .gallery-thumbnail, #page-services #post-164 .gallery-thumbnail {
  margin-bottom: 20px;
  display: inline-block;
  margin-right: 20px; }

#staff-container h4 {
  display: inline-block; }
  #staff-container h4 i {
    display: inline-block; }
#staff-container h2 {
  font-size: 1.4375em;
  display: inline-block; }
  #staff-container h2 i {
    display: inline-block; }
#staff-container .emp_details {
  padding: 0 25px 0 0; }
#staff-container .emp_image {
  width: 230px;
  margin: 0 25px 5px 0; }

/*==================== Project Template ===================*/
#page-project {
  background: url(images/testimonial-bg.jpg) no-repeat 0 0 scroll;
  background-size: cover;
  -ms-behavior: url("http://3de.pre-view.co/wp-content/themes/3DE/css/backgroundsize.htc"); }
  #page-project #project-container {
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: 10px;
    z-index: 2;
    position: relative; }
  #page-project ul, #page-project ol {
    list-style-type: none; }
  #page-project h1 {
    color: #ffffff !important;
    font-size: 60px !important;
    position: relative;
    z-index: 2; }
  #page-project .projects li {
    margin-bottom: 40px; }
    #page-project .projects li .feature-img {
      display: inline-block; }
    #page-project .projects li .entry-content h5 {
      font-size: 20px;
      color: #719018;
      font-weight: 900; }
    #page-project .projects li .entry-content span {
      color: #719018; }
    #page-project .projects li .entry-content p {
      margin: 10px 0; }
    #page-project .projects li #view-project {
      margin-top: 30px; }
      #page-project .projects li #view-project a {
        color: #fff;
        background: #719018;
        padding: 8px 20px;
        font-size: 20px;
        text-align: center;
        opacity: 1; }
      #page-project .projects li #view-project a:hover {
        opacity: 0.7; }

#page-project:after {
  background: url(images/pattern-bg.png) center repeat !important;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0; }

/*==================== New Projects Template ===================*/
#page-projects h1 {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  text-transform: capitalize; }
#page-projects #contents {
  padding: 30px 0;
  display: table; }
#page-projects .content-projects {
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #page-projects .content-projects {
      margin-bottom: 15px; } }
  #page-projects .content-projects .feature-img {
    height: 170px; }
    #page-projects .content-projects .feature-img:hover .overlay {
      opacity: 1; }
    #page-projects .content-projects .feature-img:hover .img {
      opacity: 0.3; }
    #page-projects .content-projects .feature-img .overlay {
      top: 0;
      left: 15px;
      right: 15px;
      background-color: rgba(255, 255, 255, 0.8);
      overflow: hidden;
      width: auto;
      height: 100%;
      transition: .5s ease;
      opacity: 0;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
      text-align: center; }
      #page-projects .content-projects .feature-img .overlay .overlay-content {
        color: #505050;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        width: 100%; }
        #page-projects .content-projects .feature-img .overlay .overlay-content h2 {
          font-size: 24px; }
    #page-projects .content-projects .feature-img .wp-post-image {
      height: 170px;
      width: 100%;
      object-fit: cover; }
#page-projects .columns.content-projects:last-child {
  float: left; }

/*====================== Contact Template ======================*/
#page-contact .page-banner {
  height: 350px !important; }
#page-contact textarea {
  min-height: 150px; }
#page-contact input[type="submit"] {
  background: #719018;
  border: none;
  padding: 10px 40px;
  color: #fff;
  border-radius: 3px; }
#page-contact .wpcf7-captchac {
  margin-bottom: 10px; }
#page-contact #contact-details {
  line-height: 24px;
  margin-top: 12px; }
  #page-contact #contact-details h4 {
    margin-bottom: 10px; }
  #page-contact #contact-details hr {
    margin: 10px 0; }

/*================== Testimonials =================*/
#archive-page {
  background: url(images/testimonial-bg.jpg) no-repeat 0 0 scroll;
  background-size: cover;
  -ms-behavior: url("http://3de.pre-view.co/wp-content/themes/3DE/css/backgroundsize.htc");
  padding: 50px 0; }
  #archive-page h1 {
    color: #ffffff !important;
    font-size: 60px !important;
    position: relative;
    z-index: 2; }
  #archive-page .featured-image {
    margin-bottom: 20px;
    text-align: center; }
    #archive-page .featured-image img {
      display: block;
      margin: 0 auto; }
  #archive-page .entry-content {
    position: relative;
    z-index: 1; }
  #archive-page #testimonial-container {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 10px; }
    @media only screen and (max-width: 767px) {
      #archive-page #testimonial-container .lSSlideOuter, #archive-page #testimonial-container .lSSlideWrapper {
        overflow: unset; } }
    #archive-page #testimonial-container .lSAction {
      display: block !important; }
      #archive-page #testimonial-container .lSAction a {
        background-image: none;
        width: auto;
        height: auto; }
        #archive-page #testimonial-container .lSAction a i {
          font-size: 30px; }
      @media only screen and (max-width: 767px) {
        #archive-page #testimonial-container .lSAction .lSNext {
          right: -20px; }
        #archive-page #testimonial-container .lSAction .lSPrev {
          left: -20px; } }
    #archive-page #testimonial-container .testimonial-slider {
      margin: 0; }
    #archive-page #testimonial-container #testimonial-content {
      padding: 20px 70px;
      text-align: center; }
    #archive-page #testimonial-container .see-more {
      color: #fff;
      background: #719018;
      padding: 5px 15px;
      font-size: 15px;
      text-align: center;
      opacity: 1;
      display: inline-block;
      margin-top: 10px;
      text-transform: uppercase;
      margin-bottom: 15px; }
    #archive-page #testimonial-container .see-more:hover {
      opacity: 0.7; }
    #archive-page #testimonial-container #full-content {
      display: none; }
    #archive-page #testimonial-container h5 {
      text-align: center; }
    #archive-page #testimonial-container i {
      color: #505050 !important; }
    #archive-page #testimonial-container .details {
      text-align: center;
      display: block;
      color: #fff; }
  #archive-page .flex-direction-nav {
    top: 10% !important;
    right: 10px !important; }
    #archive-page .flex-direction-nav .flex-prev {
      background: url(images/prev-icon.png) no-repeat;
      height: 45px;
      width: 45px; }
    #archive-page .flex-direction-nav .flex-next {
      background: url(images/next-icon.png) no-repeat;
      height: 45px;
      width: 45px; }
  #archive-page #open-quote {
    background: url(images/testimonial-open-quote.png) no-repeat;
    display: inline-block;
    height: 40px;
    width: 60px;
    position: absolute;
    left: 15px;
    top: 15px; }
  #archive-page #close-quote {
    background: url(images/testimonial-close-quote.png) no-repeat;
    display: inline-block;
    height: 40px;
    width: 60px;
    position: absolute;
    right: 5px;
    bottom: 15px; }

#archive-page:after {
  background: url(images/pattern-bg.png) center repeat !important;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0; }

/**====================== Gallery =============*/
.page-id-68046 #gallery-page, .page-id-68048 #gallery-page {
  background: #f8f8f8; }
  @media only screen and (max-width: 767px) {
    .page-id-68046 #gallery-page h1, .page-id-68048 #gallery-page h1 {
      font-size: 30px; } }

#gallery-page {
  overflow: hidden;
  background: #fff; }
  #gallery-page #gallery-list .content-gallery {
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      #gallery-page #gallery-list .content-gallery {
        margin-bottom: 15px; } }
    #gallery-page #gallery-list .content-gallery:last-child {
      float: left; }
    #gallery-page #gallery-list .content-gallery a {
      display: block;
      position: relative; }
      #gallery-page #gallery-list .content-gallery a:hover img {
        opacity: 0.3; }
      #gallery-page #gallery-list .content-gallery a:hover h2 {
        position: absolute;
        left: 0;
        top: 45%;
        color: #719018;
        padding: 0 20px;
        font-size: 19px;
        width: 100%;
        text-align: center;
        display: block;
        font-weight: 400; }
      #gallery-page #gallery-list .content-gallery a img {
        height: 170px;
        width: 100%;
        object-fit: cover;
        transition: .5s ease; }
      #gallery-page #gallery-list .content-gallery a h2 {
        transition: .5s ease;
        display: none; }
  #gallery-page #gallery-container {
    margin: 20px 0; }
  #gallery-page #content {
    padding: 25px 0 !important; }
  #gallery-page .flex-prev {
    background: url(images/owl-prev.png) no-repeat;
    height: 28px;
    width: 35px;
    position: absolute;
    left: -25px;
    z-index: 99; }
  #gallery-page .flex-next {
    background: url(images/owl-next.png) no-repeat;
    height: 28px;
    width: 35px;
    position: absolute;
    right: -18px;
    z-index: 99; }
  #gallery-page .flex-direction-nav {
    bottom: -90% !important; }

.lSAction {
  display: none !important; }

.gallery-nav {
  position: absolute;
  width: 100%;
  top: 87%; }
  .gallery-nav .prev-btn {
    background: url(images/owl-prev.png) no-repeat;
    height: 28px;
    width: 35px;
    position: absolute;
    left: -25px;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.5); }
  .gallery-nav .next-btn {
    background: url(images/owl-next.png) no-repeat;
    height: 28px;
    width: 35px;
    position: absolute;
    right: -18px;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.5); }

/*================== Single Page =================*/
#single-page .project-location {
  color: #719018;
  margin: 0; }
#single-page strong {
  color: #719018;
  font-size: 20px;
  padding-right: 10px; }
#single-page span {
  display: block;
  margin: 20px 0; }
#single-page .gallery-thumbnail {
  margin: 15px 15px 0px 0;
  position: relative; }
  #single-page .gallery-thumbnail a {
    display: inline-block;
    position: relative; }
  #single-page .gallery-thumbnail a:after {
    position: absolute;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
#single-page .gallery-thumbnail:hover a:after {
  background: rgba(0, 0, 0, 0); }
#single-page #project-navigation {
  margin-top: 60px;
  position: relative;
  text-align: right; }
  #single-page #project-navigation .project-button {
    display: inline-block; }
    #single-page #project-navigation .project-button a {
      color: #fff;
      background: #719018;
      padding: 10px 20px;
      font-size: 20px;
      text-align: center;
      opacity: 1;
      display: inline-block; }
    #single-page #project-navigation .project-button a:hover {
      opacity: 0.7; }

.instagram-feed {
  padding: 60px 0; }
  .instagram-feed .feeds-row {
    display: grid;
    grid-template-columns: 45% 28% 27%; }
    @media only screen and (max-width: 767px) {
      .instagram-feed .feeds-row {
        grid-template-columns: 1fr; } }
  .instagram-feed .feeds {
    border-right: 1px solid #000;
    padding: 0 30px; }
    @media only screen and (max-width: 767px) {
      .instagram-feed .feeds {
        border-right: 0px; } }
    .instagram-feed .feeds:last-child {
      border-right: 0px; }
  .instagram-feed .instagram-heading a {
    display: inline-block; }
  .instagram-feed .instagram-heading .instagram-icon {
    color: #556e02;
    font-size: 35px;
    display: inline-block; }
  .instagram-feed .instagram-heading .instagram-text {
    color: #556e02;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 15px;
    margin-left: 5px;
    display: inline-block; }

.cta-awards .footer-logos {
  width: auto !important;
  min-width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  .cta-awards .footer-logos .lSPager.lSpg li.active a {
    background-color: #709200; }
  .cta-awards .footer-logos .lSAction {
    display: block !important; }
    .cta-awards .footer-logos .lSAction > a {
      height: auto;
      background-image: none;
      width: auto; }
    .cta-awards .footer-logos .lSAction > .lSPrev {
      left: 0; }
    .cta-awards .footer-logos .lSAction > .lSNext {
      right: 0; }
  .cta-awards .footer-logos .footer-logo-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .cta-awards .footer-logos .footer-logo-slider {
        height: 166px !important; } }
  .cta-awards .footer-logos .row {
    width: 100% !important; }
    @media only screen and (max-width: 767px) {
      .cta-awards .footer-logos .row {
        margin: 0 auto; } }
  .cta-awards .footer-logos .footer-award-text {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #1b1b1b; }
    .cta-awards .footer-logos .footer-award-text span {
      color: #709200; }
  .cta-awards .footer-logos .footer-logo-img {
    display: inline-block;
    padding: 0 10px; }
    .cta-awards .footer-logos .footer-logo-img img {
      width: 250px;
      object-fit: contain;
      margin: auto; }
  @media only screen and (max-width: 767px) {
    .cta-awards .footer-logos {
      display: block;
      text-align: center; }
      .cta-awards .footer-logos .footer-award-text {
        text-align: center; }
      .cta-awards .footer-logos .large-5 {
        margin-top: 40px; } }

.logo-carousel .lSPager.lSpg li.active a {
  background-color: #709200; }
.logo-carousel .lSAction {
  display: block !important; }
  .logo-carousel .lSAction > a {
    height: auto;
    background-image: none;
    width: auto; }
  .logo-carousel .lSAction > .lSPrev {
    left: 0; }
  .logo-carousel .lSAction > .lSNext {
    right: 0; }

.hide {
  display: none !important; }

/*==================== Footer ===================*/
footer.footer-new .copyright {
  display: none; }

@media only screen and (max-width: 767px) {
  footer.footer-new {
    text-align: center; } }
footer.footer-new .footer-logos {
  width: auto !important;
  min-width: auto !important;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  footer.footer-new .footer-logos .lSPager.lSpg li.active a {
    background-color: #709200; }
  footer.footer-new .footer-logos .lSAction {
    display: block !important; }
    footer.footer-new .footer-logos .lSAction > a {
      height: auto;
      background-image: none;
      width: auto; }
    footer.footer-new .footer-logos .lSAction > .lSPrev {
      left: 0; }
    footer.footer-new .footer-logos .lSAction > .lSNext {
      right: 0; }
  footer.footer-new .footer-logos .footer-logo-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      footer.footer-new .footer-logos .footer-logo-slider {
        height: 166px !important; } }
  footer.footer-new .footer-logos .row {
    width: 100% !important; }
    @media only screen and (max-width: 767px) {
      footer.footer-new .footer-logos .row {
        margin: 0 auto; } }
  footer.footer-new .footer-logos .footer-award-text {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #1b1b1b; }
    footer.footer-new .footer-logos .footer-award-text span {
      color: #709200; }
  footer.footer-new .footer-logos .footer-logo-img {
    display: inline-block;
    padding: 0 10px; }
  @media only screen and (max-width: 767px) {
    footer.footer-new .footer-logos {
      display: block;
      text-align: center; }
      footer.footer-new .footer-logos .footer-award-text {
        text-align: center; }
      footer.footer-new .footer-logos .large-5 {
        margin-top: 40px; } }
footer.footer-new #footer-widgets {
  padding: 15px 10px !important;
  min-width: 100%;
  width: 100%; }
  footer.footer-new #footer-widgets .testimonial {
    max-height: 230px;
    -webkit-overflow-scrolling: auto;
    overflow: auto; }
footer.footer-new .copyright {
  background-color: #e9e9e9;
  width: 100%;
  min-width: 100%; }
footer.footer-new #footer-text {
  border-top: 0;
  color: #597302; }
  footer.footer-new #footer-text a {
    color: #597302;
    font-family: "Poppins"; }
footer.footer-new #footer-widgets {
  padding: 60px 0; }
  footer.footer-new #footer-widgets .instagram-heading {
    text-align: center; }
    footer.footer-new #footer-widgets .instagram-heading .instagram-icon {
      color: #556e02;
      font-size: 25px; }
    footer.footer-new #footer-widgets .instagram-heading .instagram-text {
      color: #556e02;
      font-weight: bold;
      font-size: 20px;
      margin-top: 3px;
      margin-bottom: 15px; }
  footer.footer-new #footer-widgets .footer-logo img {
    display: inline-block;
    max-width: 150px;
    padding: 0 10px; }
  footer.footer-new #footer-widgets #custom_html-3 .widget-title {
    display: none; }
  footer.footer-new #footer-widgets .widget-title {
    font-family: 'Poppins', sans-serif;
    color: #719200;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px; }
    footer.footer-new #footer-widgets .widget-title a {
      color: #719200; }
  footer.footer-new #footer-widgets .testimonial::-webkit-scrollbar {
    width: 8px; }
  footer.footer-new #footer-widgets .testimonial::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 5px; }
  footer.footer-new #footer-widgets .testimonial::-webkit-scrollbar-thumb {
    background: #6e920a;
    border-radius: 5px;
    height: 70px; }
  footer.footer-new #footer-widgets .widget-column {
    min-height: 100%;
    border-right: 0; }
    @media only screen and (max-width: 767px) {
      footer.footer-new #footer-widgets .widget-column {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 767px) {
      footer.footer-new #footer-widgets .widget-column:last-child {
        margin: 0; } }
    footer.footer-new #footer-widgets .widget-column.large-7 {
      padding-left: 100px; }
    footer.footer-new #footer-widgets .widget-column .socials {
      padding-left: 0;
      margin-bottom: 15px;
      margin-top: 15px; }
      footer.footer-new #footer-widgets .widget-column .socials a {
        background: #edf6e9;
        padding: 8px 10px;
        border-radius: 50%;
        display: inline-block;
        border: 1px solid #556e02;
        margin-right: 10px;
        color: #556e02;
        font-size: 22px; }
        footer.footer-new #footer-widgets .widget-column .socials a:hover {
          background: #556e02;
          color: #fff; }
        footer.footer-new #footer-widgets .widget-column .socials a:first-child {
          padding: 8px 10px; }
    footer.footer-new #footer-widgets .widget-column .contact-info {
      margin-top: 0; }
      footer.footer-new #footer-widgets .widget-column .contact-info .widget-title {
        display: block !important; }
      footer.footer-new #footer-widgets .widget-column .contact-info .phone {
        padding-bottom: 8px; }
        footer.footer-new #footer-widgets .widget-column .contact-info .phone img {
          vertical-align: middle;
          margin-right: 15px; }
        footer.footer-new #footer-widgets .widget-column .contact-info .phone span {
          vertical-align: middle;
          font-family: "Poppins"; }
          footer.footer-new #footer-widgets .widget-column .contact-info .phone span a {
            font-family: "Poppins"; }
      footer.footer-new #footer-widgets .widget-column .contact-info .email img {
        vertical-align: middle;
        margin-right: 15px; }
      footer.footer-new #footer-widgets .widget-column .contact-info .email span {
        vertical-align: middle; }
      footer.footer-new #footer-widgets .widget-column .contact-info .link {
        margin-top: 15px; }
  footer.footer-new #footer-widgets .testimonial #custom_testimonial-2 {
    padding: 0; }
  footer.footer-new #footer-widgets .testimonial #media_image-8 {
    padding: 0;
    float: left;
    width: 25%;
    margin-top: 38px; }
  footer.footer-new #footer-widgets .latest-testimonial {
    margin-top: 0;
    overflow: hidden;
    padding: 0; }
    footer.footer-new #footer-widgets .latest-testimonial p {
      font-family: "Poppins";
      font-weight: normal;
      font-size: 12px;
      margin-bottom: 5px;
      line-height: 19px;
      font-style: normal; }
      footer.footer-new #footer-widgets .latest-testimonial p span {
        font-family: "Poppins" !important;
        font-size: 12px; }
      footer.footer-new #footer-widgets .latest-testimonial p em {
        font-style: normal; }
    footer.footer-new #footer-widgets .latest-testimonial #testimonial-title {
      text-align: left;
      display: inline-block;
      vertical-align: middle;
      margin-top: 0;
      font-family: 'Poppins', sans-serif;
      color: #505050;
      font-size: 12px;
      font-weight: normal;
      line-height: 19px; }
      footer.footer-new #footer-widgets .latest-testimonial #testimonial-title:after {
        content: "";
        border-right: 3px solid #6e920a;
        display: inline-block;
        height: 15px;
        vertical-align: middle;
        margin: 0 8px; }
    footer.footer-new #footer-widgets .latest-testimonial i {
      display: inline-block;
      text-align: left;
      vertical-align: middle;
      font-family: 'Poppins', sans-serif;
      font-weight: 300;
      font-size: 13px;
      font-style: normal; }
    footer.footer-new #footer-widgets .latest-testimonial div {
      margin-bottom: 20px; }
      footer.footer-new #footer-widgets .latest-testimonial div:last-child {
        margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    footer.footer-new #footer-widgets .footer-award-wrapper {
      display: block; } }
  footer.footer-new #footer-widgets .footer-award-wrapper .footer-award {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
    @media only screen and (max-width: 767px) {
      footer.footer-new #footer-widgets .footer-award-wrapper .footer-award {
        display: block;
        max-width: 100%; } }
    footer.footer-new #footer-widgets .footer-award-wrapper .footer-award .footer-awards-slider li img {
      max-width: 200px;
      margin-top: 5px; }
    footer.footer-new #footer-widgets .footer-award-wrapper .footer-award .footer-awards-slider li p {
      font-size: 12px;
      font-weight: 300;
      margin-top: 10px;
      font-family: "Poppins"; }
  footer.footer-new #footer-widgets .footer-award-wrapper .footer-award-title {
    display: block;
    font-family: 'Poppins', sans-serif;
    color: #719200;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 6px;
    text-align: center; }
    footer.footer-new #footer-widgets .footer-award-wrapper .footer-award-title:last-child {
      margin-top: 0; }
  footer.footer-new #footer-widgets .footer-award-wrapper .footer-award-image {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    margin-top: 6px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      footer.footer-new #footer-widgets .footer-award-wrapper .footer-award-image {
        padding-left: 0;
        max-width: 100%;
        display: block; } }
    footer.footer-new #footer-widgets .footer-award-wrapper .footer-award-image .badge-archipro {
      margin-left: 10px; }
      @media only screen and (max-width: 767px) {
        footer.footer-new #footer-widgets .footer-award-wrapper .footer-award-image .badge-archipro {
          margin-top: 20px; } }

footer p, footer a, footer a:hover, footer ul li, footer div, footer span {
  color: #505050;
  line-height: 24px; }
footer ul, footer ol {
  list-style-type: none; }
footer #footer-widgets {
  padding: 20px 0 0 0;
  font-size: 14px; }
  footer #footer-widgets .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #6e920a !important;
    width: 5px; }
  footer #footer-widgets .mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
    background: #e0e0e0; }
  footer #footer-widgets .widget-title {
    color: #505050;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 5px; }
  footer #footer-widgets .latest-testimonial {
    padding: 0 30px 0 0; }
    footer #footer-widgets .latest-testimonial #open-quote {
      font-weight: bold;
      font-size: 25px;
      vertical-align: bottom;
      padding-right: 5px; }
    footer #footer-widgets .latest-testimonial #testimonial-title {
      display: block;
      font-weight: bold;
      margin-top: 10px;
      text-align: right; }
    footer #footer-widgets .latest-testimonial i {
      display: block;
      text-align: right; }
  footer #footer-widgets .widget-column {
    border-right: 1px solid #ccc;
    min-height: 260px; }
  footer #footer-widgets .widget-column:last-child {
    border: none; }
  footer #footer-widgets aside {
    padding: 0 40px; }
footer #footer-text {
  text-align: center;
  display: block;
  padding: 15px 0;
  border-top: 1px solid #ccc; }
footer .fullsite_view {
  display: none; }
footer .mobileview_button {
  display: none; }
footer .ftr-accredited-section .widget_media_image {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 15px; }

/*=========== Social Media ==============*/
.social_widget ul {
  margin: 15px 0; }
.social_widget li {
  display: inline-block;
  margin-right: 10px; }
.social_widget a {
  background-size: 100% 100%;
  display: inline-block;
  height: 36px;
  width: 36px; }
.social_widget a.twitter {
  background: url(images/twitter.png) no-repeat 0 0 scroll transparent; }
.social_widget a.facebook {
  background: url(images/facebook.png) no-repeat 0 0 scroll transparent; }
.social_widget a.youtube {
  background: url(images/youtube.png) no-repeat 0 0 scroll transparent; }
.social_widget a.google {
  background: url(images/google.png) no-repeat 0 0 scroll transparent; }
.social_widget a.instagram {
  background: url(images/instagram.png) no-repeat 0 0 scroll transparent; }

#extra-logo {
  display: table;
  width: 100%; }
  #extra-logo li {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px; }

/*================== Pagination =================*/
#pagination {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #719018; }
  #pagination .page-numbers {
    padding: 4px 18px;
    color: #505050; }
  #pagination .prev {
    background: url(images/owl-prev.png) no-repeat;
    height: 30px;
    width: 40px; }
  #pagination .next {
    background: url(images/owl-next.png) no-repeat;
    height: 30px;
    width: 40px; }
  #pagination .current {
    border-bottom: 1px solid #505050; }

/*================== 404 =================*/
#page-404 {
  font-size: 16em;
  text-align: center; }

#load-more {
  display: none; }

#load-more-btn {
  color: #505050 !important;
  display: block;
  text-align: center;
  border: 1px solid rgba(80, 80, 80, 0.2);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  opacity: 1; }

#load-more-btn:hover {
  opacity: 0.5; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }
  .white-popup h4 {
    margin-bottom: 10px; }
  .white-popup .wpcf7-submit {
    color: #FFF;
    background: none repeat scroll 0% 0% #719018;
    padding: 10px 20px;
    font-size: 20px;
    margin-right: 30px;
    text-align: center;
    opacity: 1;
    border: none; }
  .white-popup textarea {
    height: 130px; }

/*================== Footer =================*/
footer li a:hover {
  color: #719018; }

/*================== Landscape Tablet =================*/
@media only screen and (min-width: 900px) and (max-width: 1280px) {
  .page-content #content h1 {
    padding-left: 15px; }

  #post-2 {
    padding-left: 15px; } }
.slider-content {
  background-color: #0000009e;
  width: 750px;
  padding: 40px;
  position: absolute;
  bottom: 10%;
  left: 0; }
  @media only screen and (max-width: 767px) {
    .slider-content {
      padding: 20px;
      width: 100%;
      bottom: 0;
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      align-items: center;
      justify-content: center; } }
  .slider-content .slider-blurb {
    color: #fff; }

.flex-wrapper-content {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .flex-wrapper-content {
      flex-wrap: wrap;
      margin-top: 15px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 767px) {
    .flex-wrapper-content img {
      margin: 5px auto 20px; } }
  .flex-wrapper-content .flex-right {
    padding-left: 40px;
    flex-basis: 100%; }
    @media only screen and (max-width: 767px) {
      .flex-wrapper-content .flex-right {
        padding-left: 0;
        margin-bottom: 20px; } }
  .flex-wrapper-content .flex-left {
    padding-right: 40px; }
    @media only screen and (max-width: 767px) {
      .flex-wrapper-content .flex-left {
        padding-left: 0; } }

.row-flex {
  display: flex; }

.align-middle {
  align-items: center;
  justify-content: center;
  align-content: center; }

@media only screen and (max-width: 767px) {
  .mobile-flex-direction {
    flex-direction: column-reverse; } }
@media only screen and (max-width: 767px) {
  .mobile-flex-direction img {
    margin-bottom: 20px; } }

.img-desktop-display {
  display: block; }
  @media only screen and (max-width: 767px) {
    .img-desktop-display {
      display: none; } }

.img-mobile-display {
  display: none; }
  @media only screen and (max-width: 767px) {
    .img-mobile-display {
      display: block;
      margin: 0; } }

@media only screen and (max-width: 1024px) {
  .slicknav_nav ul.sub-menu {
    margin: 0; } }

body .entry-content .mb-10 {
  margin-bottom: 50px !important; }

.leftImage-holder {
  flex-direction: row-reverse;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .leftImage-holder {
      flex-direction: column-reverse; } }

.galleryHolder {
  margin-left: 15px; }

.home-main {
  margin-top: 60px; }

.cff-photo-post {
  display: none; }

.youtube-feed iframe {
  width: 300px; }

.cff-likebox.cff-top.cff-outside {
  margin: 0px; }

.cff-likebox .fb_iframe_widget {
  width: auto !important; }

/*# sourceMappingURL=style.css.map */
