html {
    font-size: 100%;
  }
body { 
    background-color: #f0f0f0;
    margin-top:0;
    margin-right:0%;
    margin-bottom:1%;
    margin-left:0%;
    font-family:Helvetica, sans-serif; 
    letter-spacing: 1px;
    font-size: 12px;
    font-size: 0.9rem;
    padding: 0;
}
.topspace {
    margin-top: 20px;
  }
    
  :root {
    --mainColor: #21c29a;
  }

  a.highlight {
    background:
       linear-gradient(
         to bottom, var(--mainColor) 0%,
         var(--mainColor) 100%
       );
      background-position: 0 100%;
      background-repeat: repeat-x;
      background-size: 4px 4px;
    color: #000;
    text-decoration: none;
    transition: background-size .2s;
  }
  a.highlight:hover {
    background-size: 4px 50px;
  }


  /*********************************************************************
  
  
                              Navigation in header
  
  
  **********************************************************************/
  .navbar {
    border-width: 1px 0;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    width: 100%;
  }
  .navbar.stick {
    position: fixed;
    top: 0;
    left: 0;
    opacity: .85;
  }
  .navbar-collapse {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    font-family:Helvetica, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
  }
  .navbar-collapse .navbar-nav {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .navbar-collapse .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .navbar-collapse .navbar-nav > li > a {
    padding: 20px 30px;
  }
  .dropdown ul.dropdown-menu {
    top: 85%;
    text-align: left;
  }
  .dropdown ul.dropdown-menu > li > a {
    padding: 5px 30px;
  }
  .navbar-default {
    background-color: #ffffff;
    border-color: #21c29a;
  }
  .navbar-default .navbar-nav > li > a {
    color: #001f05;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #001f05;
    background-color: #ffffff;
  }
  .navbar-default .dropdown ul.dropdown-menu > li > a {
    color: #001f05;
  }
  .navbar-default .dropdown ul.dropdown-menu > li > a:hover {
    background-color: #21c29a;
    color: #001f05;
  }
  .navbar-default .navbar-toggle {
    border-color: #21c29a;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #21c29a;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #21c29a;;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #ffffff;
    color: #001f05;
  }


/*********************************************************************
  
  
                                  TYPOGRAPHY
  
  
  **********************************************************************/
  p,li {
    line-height: 1.6em;
    margin: 0 0 0 0;
    letter-spacing: 1px;
    text-align: justify;
  }
  ul,
  ol {
    line-height: 1.6em;
    margin: 0 0 30px 0;
    letter-spacing: 1px;
  }
  blockquote {
    padding: 10px 20px;
    margin: 0 0 30px;
    border-left: 5px solid #eee;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    color: #021a04;
    letter-spacing: 1px;
  }
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  
  .lead {
    font-weight: 300;
    font-size: 17px;
    color: #001f05;
  }
  .text-msg {
    line-height: 1.7em;
    color: #b3b3b3;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: -0.23em;
  }
  .size-auto,
  .size-full,
  .size-large,
  .size-medium,
  .size-thumbnail {
    max-width: 100%;
    height: auto;
  }
  /*********************************************************************
  
  
                                  HEADER
  
  
  **********************************************************************/
  #head {
    background: url(Images/banner.png);
    background-size: auto;
    display: block; 
    padding: 1px 0;
  }
  #head img.img-circle {
    width: 108px;
    height: 114px;
    overflow: hidden;
    border: 9px solid rgba(0, 0, 0, 0.139);
    
  }
  #head .title {
    font-family: Cambria;  
    font-size: 2.5rem;
    color: #ffffff;
  }
 
  #head .tagline {
    display: block;
    font-size: 1rem;
    line-height: 1.2em;
    color: #ffffff;
    margin: 5px 0 0 0;
  }
  #head .widget-body a:hover{ 
    opacity: .75;
    color: #ffffff;
  }
 
  
  /*********************************************************************
  
  
                                  CONTENT
  
  
  **********************************************************************/
  img {
    max-width: 100%;
  }
  .btn {
    font-size: 12px;
    font-size: 0.75rem;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Helvetica, sans-serif;
    color: #333;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    border: 0 none;
    padding: 12px 35px;
    text-shadow: 0 1px 0px #780d33;
  }
  .btn-primary {
    color: #ffffff;
    background-color: #076905;
  }
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  .btn-primary.active {
    color: #fff;
    background-color: #19946f;
  }
  .btn-action {
    font-weight: bold;
    background: transparent!important;
    border: 1px solid #333;
    text-shadow: none;
  }
  .btn-action:hover,
  .btn-action:focus,
  .btn-action:active,
  .btn-action.active {
    color: #076905;
    border-color: #076905;
  }
  .btn-lg {
    padding: 15px 60px;
    font-size: 12px;
    line-height: 1.33;
    font-weight: bold;
  }
  .panel-cta {
    box-shadow: 0 0 0 1px #e1e1e1, 0 0 0 3px #fff, 0 0 0 4px #e1e1e1;
    background: #f3f3f3;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
  }
  .panel-cta p,
  .panel-cta h3,
  .panel-cta h4,
  .panel-cta h5,
  .panel-cta h6 {
    margin: 0;
  }
  .panel-cta .panel-body {
    padding: 35px;
  }
  /* Section - Featured */
  .featured {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .featured h3 {
    font-weight: bold;
    font-family:Helvetica, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.4em;
    vertical-align: middle;
    margin: 0 0 25px 0;
  }
  /* Section - Recent works */
  .thumbnails {
    padding: 2%;
  }
  .thumbnails li {
    margin-bottom: 30px;
  }
  .thumbnails .details {
    display: block;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .thumbnail {
    display: block;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    border: 0 none;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    color: #012403;
  }
  .thumbnail .img {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 200px;
    margin: 0 0 5px;
    position: relative;
  }
  .thumbnail .title {
    /*text-transform: uppercase;*/
    font-weight: bold;
    margin: 0 2em;
    display: block;
    text-indent: 0;
  }
  .thumbnail .cover {
    position: absolute;
    display: block;
    opacity: 0;
    width: 100%;
    height: 180px;
    background-color: rgba(249, 250, 249, 0.8);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 550ms;
    -moz-transition-duration: 550ms;
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
  }
  .thumbnail .cover .more {
    position: absolute;
    bottom: 15px;
    right: 0;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    -webkit-border-radius: 1px 0 0 1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 1px 0 0 1px;
    -moz-background-clip: padding;
    border-radius: 1px 0 0 1px;
    background-clip: padding-box;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    text-shadow: 0 1px 0px #2b7a38;
    background: #045a0d;
    color: #feffff;
  }
  .thumbnail img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .thumbnail:hover {
    color: #333;
    text-decoration: none;
  }
  .thumbnail:hover img {
    filter: saturate(0%);
  }
  .thumbnail:hover .cover {
    opacity: 1;
  }
  /* pagination */
  .pagination > li > a {
    color: #808080;
    border: 0 none;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: Helvetica, sans-serif;
  }
  .pagination > li > a:hover {
    color: #000000;
    background: none;
  }
  .pagination > li.active > a {
    color: #333333;
    background: none;
  }
  .pagination > li.active > a:hover {
    color: #000000;
    background: none;
  }
  
  .custom-header{
    text-align: center;
    color: #17252a;
    font-size: 30px;
    font-family: Helvetica, sans-serif;
  }
  .custom-subheader{
    text-align: center;
    color: #17252a;
    font-family: Helvetica, sans-serif;
    font-size: 20px
  }
  .custom-subsubheader{
    font-family: Helvetica, sans-serif;
  }
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .mobileShow {
    display: none;
    font-family: Helvetica, sans-serif;
    font-size: 25px;
    color: #17252A;
  }
        
  /* Smartphone Portrait and Landscape */
  @media only screen
    and (min-width : 320px)
    and (max-width : 480px){ 
    .mobileShow {display: inline;}
  }
  
 /*********************************************************************
  
  
                                   BLOG
  
  
  **********************************************************************/
  .section-title,
  .entry-title {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0px 0 25px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 36px;
    font-size: 2.25rem;
    letter-spacing: 1px;
  }
  .section-title a,
  .entry-title a {
    color: #333333;
  }
  .section-title span,
  .entry-title span {
    display: inline-block;
    position: relative;
    color: #17252a
  }
  .section-title span:before,
  .entry-title span:before,
  .section-title span:after,
  .entry-title span:after {
    content: "";
    position: absolute;
    height: 4px;
    top: .53em;
    width: 400%;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
  .section-title span:before,
  .entry-title span:before {
    right: 100%;
    margin-right: 45px;
  }
  .section-title span:after,
  .entry-title span:after {
    left: 100%;
    margin-left: 45px;
  }
  .entry-header .entry-meta {
    text-align: center;
    font-family: Georgia, serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    font-weight: normal;
    color: #a5a5a5;
    margin: 0 0 15px 0;
  }
  .entry-header .entry-meta a {
    color: #a5a5a5;
  }
  .entry-content {
    margin: 0 0 60px 0;
  }
  .entry-content h2 {
    line-height: 1.2;
    font-size: 30px;
    font-size: 1.875rem;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .meta-nav,
  .more-link {
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
  }
  .meta-nav:hover,
  .more-link:hover {
    color: #333333;
    text-decoration: underline;
  }
  .more-link {
    display: block;
    width: 100%;
    text-align: right;
  }
  /* Posts navigation */
  #nav-below {
    position: fixed;
    top: 48%;
  }
  #nav-below .meta-nav {
    display: block;
    padding: 27px 7px;
    background: #444;
    color: #fff;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    opacity: 0.2;
  }
  #nav-below .meta-nav:hover {
    text-decoration: none;
    color: #333;
  }
  #nav-below .nav-next {
    position: fixed;
    right: -3px;
  }
  #nav-below .nav-previous {
    position: fixed;
    left: -3px;
  }
  #nav-below b {
    display: none;
  }
  footer.entry-meta {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 0 35px 0;
    padding: 2px 0;
    color: #888888;
    font-size: 12px;
    font-size: 0.75rem;
  }
  footer.entry-meta a {
    color: #333333;
  }
  footer.entry-meta .meta-in {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
  }
  .page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: none;
    text-align: left;
  }
  .page-header .page-title {
    margin-top: 0;
    margin-bottom: 30px;
  }
  /*///////////////////////////////////////////*/
  .blog-header{
    padding: 30px;
    font-size: 20px;
    text-align: center;
  }
  .leftcolumn{
    float: left;
    width: 70%;
    padding: 1%;
  }
  .rightcolumn{
    float: left;
    width: 30%;
    padding: 1%;
  }
  .blog-thumbnail {
    float: left;
    width: 25%;
    overflow: hidden;
    height: 25%;
    padding: 1%;
    position: relative;
    display: block;
    
  }
  .blog-card{
    background-color:#dbf7e6;
    padding: 20px;
    margin-top: 20px;
    position: relative;
    display: block;    
  }
  .blog-content{
    text-align:justify;
    line-height: 1.5;
    padding-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
 /* Clear floats after the columns */
  .blog-row:after {
  content: "";
  display: table;
  clear: both;
  }
  @media screen and (max-width: 800px) {
    .leftcolumn, .rightcolumn {
      width: 100%;
      padding: 0;
    }
  }
  /*---------------Image slider---------*/
  .custom-image-slider {
    position: relative;
    overflow: hidden;
    padding-bottom: 75%; /* Adjust this value according to your image aspect ratio */
  }

  .slider-before,
  .slider-after {
    position: absolute;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.2s;
  }

  .slider-after {
    overflow: hidden;
  }

  .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background-color: #000000;
    cursor: ew-resize;
  }

.slider-handle::before,
.slider-handle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  cursor: ew-resize;
  transition: all 0.2s ease-out; /* Add transition property */
}

.slider-handle::before {
  left: -24px;
  border-right: 16px solid #000000;
}

.slider-handle::after {
  right: -24px;
  border-left: 16px solid #000000;
}
  /* Max page width
  /////////////////////////////////////////////////////////////////////*/
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px;
    }
  }

/*Back to Top Button*/
  #backToTop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    background: #10773e;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

html {
    scroll-padding-top: 200px; /* Adjust based on header height */
    scroll-behavior: smooth;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.elk-banner {
  width: 100%;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cdefs%3E%3Cfilter id='shadow'%3E%3CfeDropShadow dx='1' dy='1' stdDeviation='1' flood-color='black' flood-opacity='0.3'/%3E%3C/filter%3E%3C/defs%3E%3Ctext x='0' y='24' font-size='24' filter='url(%23shadow)'%3E🦌%3C/text%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 32px 32px;
  animation: scrollElk 100s linear infinite;
}

/* Animation to scroll background */
@keyframes scrollElk {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}