html, body{
  font-size: 17px;
}
.flagsTop {
    margin-right: 0 !important;
}
.flagsTop a {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 0 !important;
    margin-top: 21px;
    margin-bottom: 21px;
    padding-bottom: 0 !important;
}

.list-inline-item:not(:last-child) > a {
    border-right: solid 1px #fff;
}

h1, .h1 {
  font-size: 40px;
}

h2, .h2 {
  font-size: 26px;
  line-height: 1.6;
}

h3, .h3 {
  font-size: 24px;
}

.bold {
  font-weight: bold !important;
}

.teaser-box {
  border: 0;
}
/*.teaser-box img {
  -webkit-border-radius:100px 10px 50px 10px;
  -moz-border-radius:100px 10px 50px 10px;
  border-radius:100px 10px 50px 10px;
}*/
.card-title {
  font-weight: bold;
  position: relative;
}
.card-title:before{
  background: #016938;
  opacity: 1;
  left: 0;
  display: block;
  position: absolute;
  top: -16px;
  width: 130px;
  height: 5px;
  content: '';
}
.bottom-section {
  border-radius: 20px 0 0px 20px;
  background-color: #2E65D117;
}
.bottom-section h1,
.bottom-section h2,
.bottom-section h3,
.bottom-section p {
  margin-bottom: 2.5rem;
}
footer {
  color: #fff !important;
  font-weight: 800;
}
footer a,
footer a:active,
footer a:visited,
footer a:hover {
  color: #fff !important;
}
.navbar-default.subpage-navbar {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.transparent-header .subpage-navbar > li > a {
    color: initial;
}

.transparent-header .subpage-navbar > li.current > a,
.transparent-header .subpage-navbar > li.active > a {
    color: #016938;
    opacity: 1;
}

.transparent-header .subpage-navbar ul > li > a {
    color: initial;
    font-weight: 500;
}
.transparent-header .subpage-navbar ul > li > a:hover {
    color: #016938 !important;
}
.transparent-header .subpage-navbar ul > li.has-sub > a:after {
    border-color: transparent #1d184a #1d184a transparent;
}

.navbar-nav > li > a:hover {
  color: #016938 !important;
}


p.dropcap::first-letter {
float: left;
font-size: 70px;
line-height: 60px;
padding: 4px 8px 4px 4px;
margin-right: 6px;
margin-top: -3px;
display: inline-block;
color: #146794;
}


.border-img1 {
  border-radius: 100px 10px 50px 10px !important;
}
.border-img2 {
  border-radius: 10px 100px 10px 50px !important;
}

.top-20 {
  top: 15% !important;
}

.top-40 {
  top: 42% !important;
}

.left-3 {
  left: 2% !important;
  right: auto !important;
}

.right-3 {
  right: 2% !important;
  left: auto !important;
}

blockquote {
    padding: 10px 20px;
    border-left: 5px solid #eee;
}


.transparent-header .attr-nav > ul > li.current > a,
.transparent-header .attr-nav > ul > li.active > a {
    color: #016938;
    opacity: 1;
}

ul.list-style-border > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
ul.list-style-border > li:last-child {
    border-bottom: 0;
}


.banner-content-img {
    animation: MoveUpDown 5s linear infinite;
}


.arrow-container{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  
  .arrow-1{
    width: 100px;
    height: 100px;
    background: #016938;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
  }
  
  .arrow-2{
    width: 60px;
    height: 60px;
    background: #016938;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    display: table;
  }
  
  .arrow-2:before{
    width: 52px;
    height: 52px;
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
  }
  
  .arrow-2 i.fa{
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #006064;
  }
  

@keyframes MoveUpDown {
    0%, 100% {
      transform: translateX(-10px) translateY(50px);
    }
    50% {
      transform: translateX(-20px) translatey(60px);
    }
  }
  
  
  @keyframes typewriter {
    from {
      max-width: 0
    }
  
    to {
      max-width: 100%
    }
  }
/*
  @keyframes blink-caret{
    from, to {border-color: transparent}
    50% {border-color: #fff}
  }
*/


  .type-writer {
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    animation: typewriter 5s steps(100, end), blink-caret .75s step-end infinite;
  }

  .page-title {
    min-height: 300px;
    padding: 30px 0;
    background-position: 0% 55%;
    background-repeat: no-repeat;
    background-color: #fff;
  }

  .delay-1 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }

  .delay-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }

  .delay-3 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
  }

  .delay-4 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
  }

  .video-bg {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }

  .video-bg video {
    min-height: 240px;
    background: rgba(0,0,0,0.65);
  }

  .video-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }

