a {
  color: #006736;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.dark-section {
  background-color: #006736;
  padding: 120px 0;
  overflow: hidden;
}
.bg-overlay {
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #006736;
}
.bg-overlay.welcome {
  background-color: #ffffff;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  border: none;
  background-color: #006736;
  color: #fff;
  border: 1px solid #006736;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.btn-darkblue {
  border-color: #006736;
  color: #006736;
  background-color: #006736;
}
.read-more:hover {
  background: none;
  color: #006736;
  border-color: #006736;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  border: 3px solid #006736;
  -webkit-box-shadow: 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 #000000;
  box-shadow: 0 0 0 #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.form-control:focus {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  border: 3px solid #006736;
  -webkit-box-shadow: 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 #000000;
  box-shadow: 0 0 0 #000000;
  background: #006736;
  color: #fff;
}
.dark-special {
  color: #006736;
  border-color: #006736;
}
.dark-special:after {
  border-top-color: #006736;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.dark-icons {
  color: #006736;
}
.dark-icons a {
  color: #006736;
}
.dark-icons a:hover {
  color: #006736;
  border-color: #006736;
}
.portfolio-section .active {
  background-color: #006736;
  border-color: #006736;
  color: #fff;
}
.portfolio-item > a {
  background-color: #f6ecda;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: inset 0px 0px 0px 3px #006736;
  -moz-box-shadow: inset 0px 0px 0px 3px #006736;
  box-shadow: inset 0px 0px 0px 3px #006736;
}
.portfolio-item > a .overlay-content {
  min-width: 100%;
  min-height: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: none;
  position: absolute;
  top: 30px;
  left: 0;
  color: #006736;
  transition: all 0.5s ease-in-out;
}
.portfolio-item > a .overlay-content h4::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 100px;
  height: 1px;
  background-color: #006736;
  margin-left: -50px;
}
.og-details h3 {
  font-weight: 600;
  font-size: 1.75em;
  text-transform: uppercase;
  color: #006736;
  padding: 0;
  margin: 40px 0 20px;
}
.team-member .profile-social .icons-wrapper a:hover {
  color: #006736;
}
.service-col:hover .service-icon i {
  color: #006736;
  -webkit-animation: serviceiconhover 0.5s ease-in-out;
  -moz-animation: serviceiconhover 0.5s ease-in-out;
  animation: serviceiconhover 0.5s ease-in-out;
}
@-webkit-keyframes serviceiconhover {
  0% {
    color: #fff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #fff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    color: #006736;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes serviceiconhover {
  0% {
    color: #fff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #fff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    color: #006736;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes serviceiconhover {
  0% {
    color: #fff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #fff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    color: #006736;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes serviceiconhover {
  0% {
    color: #fff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #fff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    color: #006736;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes serviceiconhover {
  0% {
    color: #fff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #fff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    color: #006736;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes serviceicon {
  0% {
    color: #006736;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #fff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    color: #fff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes serviceicon {
  0% {
    color: #006736;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #fff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    color: #fff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes serviceicon {
  0% {
    color: #006736;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #fff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    color: #fff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes serviceicon {
  0% {
    color: #006736;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #fff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    color: #fff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes serviceicon {
  0% {
    color: #006736;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #fff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    color: #fff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.blog-section h2 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 30px 0 20px 0;
  color: #006736;
}
.contact-form button {
  background-color: #e7ddcc;
  color: #006736;
  border: none;
  width: 100%;
  display: block;
  padding: 8px 25px;
  font-size: 1.3125em;
  text-transform: uppercase;
  font-weight: 600;
  outline: none;
}
.contact-form button:focus {
  outline: none;
  color: #006736;
}
#result .success .fa {
  color: #006736;
}
.scrolltotop:hover {
  color: #006736;
  background-color: #eee;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}


a:hover {
  text-decoration: none;
  color: #006737;
}
::selection {
  color: #fff;
  background: #006737;
}
::-moz-selection {
  color: #fff;
  background: #006737;
}
.btn-orange {
  border-color: #006737;
  color: #006737;
  background-color: #006737;
}
.read-more {
  font-size: 0.875em;
  line-height: 1.5714em;
  color: #006737;
  border: 2px solid #006737;
  background: none;
  padding: 2px 10px;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus {
  text-decoration: none;
  background: none;
  color: #006737;
}
.navbar-nav .active a {
  color: #006737;
  background: none;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.navbar-nav .active a:hover,
.navbar-nav .active a:focus {
  color: #006738;
  background: none;
}
.scroll-more {
  color: #006737;
}
.rotating-words {
  color: #006737;
  display: block;
}
.team-member .profile-picture .profile-overlay {
  height: 94%;
  width: 94%;
  background-color: #006737;
  position: absolute;
  top: 3%;
  left: 3%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  display: block;
}
.team-member span {
  font-size: 0.875em;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  color: #006737;
}
.service-col h2 a:hover {
  color: #006737;
}
.contact-info i {
  font-size: 3em;
  color: #006737;
  display: block;
  padding: 0;
}


.btn:hover {
  background-color: #006735;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #f1f1f1;
}
.btn-darkblue:hover {
  background-color: #006735;
  border-color: #006735;
}
.portfolio-section .active:hover {
  background-color: #006735;
  border-color: #006735;
  color: #fff;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navbar-nav li a:hover,
  .navbar-nav li a:focus {
    background: transparent url('../img/menu-bullet.png') no-repeat center 85%;
    text-decoration: none;
    color: #006737;
    outline: none;
  }
  .navbar-nav .active a {
    color: #006737;
    background: transparent url('../img/menu-bullet.png') no-repeat center 85%;
    outline: none;
  }
  .navbar-nav .active a:hover,
  .navbar-nav .active a:focus {
    color: #006738;
    background: transparent url('../img/menu-bullet.png') no-repeat center 100%;
    outline: none;
  }  
  .contact-info i {
    font-size: 3em;
    color: #006737;
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
  }
  
  .blog-section .post-col:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 15px;
    right: 15px;
    height: 3px;
    background-color: #006736;
    width: auto;
  }  
}

.btn-outline {
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
}

.more-blog {
    margin-top: 50px;
    border-width: 3px;
    font-weight: 600;
    font-size: 1.5em;
    font-family: 'Titillium Web', sans-serif;
    padding-left: 25px;
    padding-right: 25px;
}

.og-details .preview-description {
  display: block;
  font-size: 0.875em;
  line-height: 1.625em;
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 20px;
  margin-bottom: 14px;
}

.dark-menu .navbar-brand h3 {
    color: #fff;
}

.navbar-brand  h3 {
    margin-top: 10px;
}

/* ---------- PRELOADER ---------- */
.preloader {
    background-color: #ffffff;
    background-image: url("../assets/preloader.gif");
    /*background-size: 300px 244px;*/
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999999;
}