@font-face {
  font-family: Averta;
  src: url(../fonts/Averta-Bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: Averta;
  src: url(../fonts/Averta-Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: Averta;
  src: url(../fonts/Averta-LightItalic.otf);
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Averta;
  src: url(../fonts/Averta-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: Averta;
  src: url(../fonts/Averta-Semibold.otf);
  font-weight: 600;
}
@font-face {
  font-family: Averta;
  src: url(../fonts/Averta-Thin.otf);
  font-weight: 100;
}
body {
  color: #212529;
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
  line-height: 1.3;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background-color: #fbfbfb;
  background-image: linear-gradient(#FCFCFC, #FBFBFB, #F5F5F5, #F0F0F0);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
}

.h6, h6 {
  font-size: 1rem;
  line-height: 1.5;
}

.h5, h5 {
  font-size: 1.125rem;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .h5, h5 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .h5, h5 {
    font-size: 1.25rem;
  }
}

.h4, h4 {
  font-size: 1.266rem;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .h4, h4 {
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 992px) {
  .h4, h4 {
    font-size: 1.563rem;
    line-height: 1.3;
  }
}

.h3, h3 {
  font-size: 1.424rem;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .h3, h3 {
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 992px) {
  .h3, h3 {
    font-size: 1.563rem;
    line-height: 1.3;
  }
}

.h2, h2 {
  font-size: 1.602rem;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .h2, h2 {
    font-size: 2.074rem;
  }
}
@media only screen and (min-width: 992px) {
  .h2, h2 {
    font-size: 2.441rem;
    line-height: 1.2;
  }
}

.h1, h1 {
  font-size: 1.802rem;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .h1, h1 {
    font-size: 2.488rem;
  }
}
@media only screen and (min-width: 992px) {
  .h1, h1 {
    font-size: 3.052rem;
    line-height: 1.2;
  }
}

p {
  margin: 0 0 1em;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #006241;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

.form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

textarea {
  resize: none;
}

.wrapper {
  overflow: hidden;
}

.main-content {
  overflow: hidden;
  padding-top: 35px;
}

.subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .subtitle {
    font-size: 27px;
  }
}

.title {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
  color: #006241;
}
.title a {
  color: inherit;
}

.title-type-2 {
  font-size: 40px;
}
@media only screen and (min-width: 768px) {
  .title-type-2 {
    font-size: 60px;
  }
}

.title-type-4 {
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .title-type-4 {
    font-size: 24px;
  }
}

.title-size-0 {
  font-size: 16px;
  margin-bottom: 6px;
}

.short-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 15px;
}

.btn {
  font-size: 18px;
  font-weight: 700;
  padding: 12px 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.btn-blue {
  border-color: #006241;
  background-color: #006241;
  color: #fff;
}
.btn-blue:hover, .btn-blue:focus {
  border-color: #ff3e81;
  background-color: #ff3e81;
  color: #fff;
}

.btn-pink {
  border-color: #ff3e81;
  background-color: #ff3e81;
  color: #fff;
}
.btn-pink:hover, .btn-pink:focus {
  border-color: #006241;
  background-color: #006241;
  color: #fff;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  outline: none;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  z-index: 3;
}
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  display: table;
  content: '';
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
  outline: none;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
  outline: none;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
  outline: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dots {
  cursor: pointer;
  position: absolute;
  margin: 0;
  padding: 0;
  outline: none;
  right: 10px;
  bottom: 20px;
  z-index: 10;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  margin: 0 4px;
}
.slick-dots li button {
  cursor: pointer;
  font-size: 0px;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  color: red;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:after {
  cursor: pointer;
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
}
.slick-dots li.slick-active {
  outline: none;
}
.slick-dots li.slick-active button::after {
  cursor: pointer;
  background-color: #fff;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev, .slick-next {
  z-index: 5;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background-color: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 0.9;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0;
}
.slick-prev:before, .slick-next:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 5px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 15px;
}
.slick-prev:before {
  content: "\f104";
}
[dir="rtl"] .slick-prev:before {
  content: "\e902";
}

.slick-next {
  right: 15px;
}
[dir="rtl"] .slick-next {
  left: 5px;
  right: auto;
}
.slick-next:before {
  content: "\f105";
}
[dir="rtl"] .slick-next:before {
  content: "\e915";
}

.navbar-toggler {
  width: 30px;
  height: 30px;
  position: relative;
  border: none;
  margin-left: 20px;
}
.navbar-toggler::before, .navbar-toggler::after {
  background: #5c7780;
  content: '';
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 26px;
  transition: all 0.3s ease;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.navbar-toggler::before {
  top: 20%;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.navbar-toggler::after {
  bottom: 20%;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.navbar-toggler > span {
  background: #5c7780;
  bottom: 0;
  display: block;
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  transition: all 0.3s ease;
  font-size: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.navbar-toggler:hover:before, .navbar-toggler:hover:after, .navbar-toggler:hover > span {
  background-color: #ff3e81;
}
.navbar-toggler[aria-expanded="true"] span {
  display: none;
}
.navbar-toggler[aria-expanded="true"]:before, .navbar-toggler[aria-expanded="true"]:after {
  transform-origin: inherit;
}
.navbar-toggler[aria-expanded="true"]:before {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  top: 50%;
  margin-top: -2px;
}
.navbar-toggler[aria-expanded="true"]:after {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  top: 50%;
  margin-top: -2px;
}

.navbar-brand img {
  width: 100px;
}
@media only screen and (min-width: 992px) {
  .navbar-brand img {
    width: 155px;
  }
}

@media only screen and (min-width: 992px) {
  .navbar-expand-lg {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
.navbar-expand-lg .navbar-nav .nav-link span {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link span {
    text-align: right;
  }
}
.navbar-expand-lg .navbar-nav .nav-link .nav-link-number {
  display: none;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link .nav-link-number {
    display: block;
  }
}
.navbar-expand-lg .language {
  text-align: center;
}

.nav-item {
  margin-left: 15px;
  margin-right: 15px;
}
.nav-item .nav-link:hover .nav-link-number, .nav-item .nav-link:hover .nav-link-text {
  color: #006241;
}
.nav-item.active .nav-link .nav-link-number, .nav-item.active .nav-link .nav-link-text {
  color: #006241;
}

.nav-link-number {
  font-weight: 300;
  font-size: 12px;
  color: #ccc;
  letter-spacing: 1.5px;
  line-height: 1;
}

.nav-link-text {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  line-height: 1;
}

.language {
  display: inline-block;
}
.language .btn-language {
  background-color: #006241;
  border: none;
  cursor: pointer;
  padding: 0 30px 0 10px;
  line-height: 32px;
  color: #fff;
  position: relative;
  display: inline-block;
  text-align: left;
}
.language .btn-language i {
  position: absolute;
  top: 8px;
  right: 10px;
}
.language .dropdown-menu {
  position: absolute;
  padding: 10px;
  background: #fafafa;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(1, 0.9);
  -moz-transform: scale(1, 0.9);
  -o-transform: scale(1, 0.9);
  transform: scale(1, 0.9);
  transform-origin: top left;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  z-index: 30;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  border-radius: 0;
}
.language .dropdown-menu a {
  display: block;
  padding: 6px 8px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.4;
}
.language .dropdown-menu > li:hover > a {
  background: rgba(0, 0, 0, 0.05);
}

@-webkit-keyframes showStickyMenu {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
@-moz-keyframes showStickyMenu {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
@keyframes showStickyMenu {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
.fixed-header {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  animation: 250ms ease-out 0s normal none 1 running showStickyMenu;
}
@media only screen and (min-width: 992px) {
  .fixed-header .navbar-brand img {
    width: 125px;
  }
}
.fixed-header .nav-link-number {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .fixed-header .navbar-expand-lg {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (max-width: 991px) {
  .header-page {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  }
  .header-page .navbar-collapse {
    background-color: #fff;
    color: #505050;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .header-page.header-page-inner {
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    background-color: #FFF;
  }
}

.section-about-us {
  text-align: center;
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .section-about-us {
    text-align: left;
    padding-top: 35px;
  }
}
.section-about-us .img {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .section-about-us .img {
    margin-bottom: 0;
  }
}
.section-about-us .subtitle {
  margin-bottom: 10px;
}

.section-strategy {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}

.strategy-bg {
  position: absolute;
  width: 22%;
  right: -5%;
  top: -45%;
}
.strategy-bg img {
  width: 100%;
}

.strategy-item {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #000;
}
.strategy-item .strategy-item-img {
  margin-bottom: 15px;
}
.strategy-item .strategy-item-img img {
  height: 80px;
}
.strategy-item h3 {
  color: #006241;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 17px;
}
.strategy-item p {
  margin: auto;
  max-width: 300px;
}

.section-service {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
}
.section-service .img {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .section-service .img {
    margin-top: 0;
  }
}

.service-bg {
  position: absolute;
  width: 25%;
  left: -17%;
  top: -20%;
}
.service-bg img {
  width: 100%;
}

.accordion-cs .card {
  border: none;
  background-color: transparent;
  border-radius: 0;
  padding-top: 20px;
}
.accordion-cs .card-header {
  border: none;
  background-color: transparent;
  padding: 0;
}
.accordion-cs .btn-link {
  white-space: normal;
  text-align: left;
  background-color: #006241;
  color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 10px 35px;
  position: relative;
}
.accordion-cs .btn-link:hover, .accordion-cs .btn-link:hover {
  background-color: #fff;
  color: #006241;
/*  text-decoration: none;*/
}
.accordion-cs .btn-link:after {
  content: '\002B';
  font-size: 24px;
  font-weight: 700;
  float: right;
  margin-left: 5px;
}
.accordion-cs .btn-link[aria-expanded="true"]:after {
  content: "\2212";
}
.accordion-cs .card-body {
  padding: 20px 18px;
}
.accordion-cs .card-body p:last-child {
  margin-bottom: 0;
}

.section-clients {
  padding: 55px 0;
}
.section-clients .subtitle {
  margin-bottom: 0;
}

.slider-clients img {
  height: 150px;
  margin: auto;
}

.custom-dots .slick-dots {
  position: static;
  text-align: center;
}
.custom-dots .slick-dots li button:after {
  border: none;
  background-color: #869791;
  width: 10px;
  height: 10px;
}
.custom-dots .slick-dots li button:hover:after {
  background-color: #006241;
}
.custom-dots .slick-dots li.slick-active button:after {
  background-color: #006241;
}

.section-projects {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
}
.section-projects .heading {
  margin-bottom: 20px;
}
.section-projects .heading .subtitle {
  margin-bottom: 0;
}

.projects-bg-right {
  position: absolute;
  top: 5%;
  right: 0%;
}

.projects-bg-left {
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.project-item {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50px;
  padding: 55px 40px;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin: 20px 5px;
}
.project-item:hover {
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.project-item-img {
  margin-bottom: 24px;
}

.project-item-title {
  font-size: 20px;
  color: #006241;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0;
}

.project-item-desc {
  font-size: 14px;
  color: #000;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.project-item-desc p:last-child {
  margin-bottom: 0;
}

.project-item-link {
  padding-top: 10px;
}
.project-item-link a.link-normal {
  color: #a4c4f3;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.project-item-link a.link-normal:hover {
  color: #006241;
}

.project-item-cate {
  font-size: 18px;
  color: #ccc;
  line-height: 1;
  margin-bottom: 10px;
}

.view-all {
  text-align: center;
  margin-top: 25px;
}
.view-all .btn {
  min-width: 180px;
}

.section-contact {
  padding: 55px 0;
}
.section-contact .img {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .section-contact .img {
    margin-top: 0;
  }
}

.featured-item {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .featured-item {
    margin-bottom: 30px;
  }
}

.featured-item-img {
  margin-bottom: 15px;
}
.featured-item-img a {
  position: relative;
  display: block;
}
.featured-item-img a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 54, 105, 0.2);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: 2;
}
.featured-item-img a:hover::after {
  opacity: 1;
}
.featured-item-img img {
  width: 100%;
  display: block;
}

.featured-item-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
  color: #006241;
  line-height: 22px;
  height: 44px;
  text-align: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .featured-item-title {
    font-size: 20px;
  }
}
.featured-item-title a {
  color: inherit;
}
.featured-item-title a:hover {
  color: #006241;
}

.meta-text {
  font-size: 13px;
  color: #909090;
}
.meta-text i {
  margin-right: 5px;
}

.paging .pagination {
  margin-bottom: 0;
  justify-content: center;
  padding-top: 20px;
}
.paging .pagination .page-item:not(:last-child) {
  margin-right: 20px;
}
.paging .pagination .page-link {
  font-size: 14px;
  color: #212529;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  border-color: #999;
  margin: 0;
}
.paging .pagination .page-link:hover, .paging .pagination .page-link:focus {
  border-color: #006241;
  background-color: #006241;
  color: #fff;
}
.paging .pagination .active .page-link {
  border-color: #006241;
  background-color: #006241;
  color: #fff;
}

.single-post-header {
  margin-bottom: 30px;
}
.single-post-header .meta-text {
  margin-left: 10px;
}

.post-cate {
  display: inline-block;
  padding: 4px 6px;
  color: #fff;
  line-height: 1;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  background-color: #006241;
}
.post-cate:hover {
  color: #FFF;
  background-color: #156dde;
}

.single-post-title {
  font-weight: 700;
  margin: 0.25em 0 0.4em;
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .single-post-title {
    font-size: 40px;
  }
}

.single-post-teaser {
  font-style: italic;
  margin: 1em 0;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}

.single-post-author-name {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
  color: #909090;
}
.single-post-author-name a {
  color: inherit;
}

footer {
  padding-top: 75px;
  padding-bottom: 55px;
  position: relative;
  background-color: #006241;
  color: #fff;
}
footer a {
  color: #d4e5ff;
}

.title-ft {
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  line-height: 2.2;
  margin-bottom: 10px;
}

.footer-logo {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .footer-logo {
    padding-right: 40px;
  }
}
.footer-logo img {
  width: 170px;
  margin-bottom: 15px;
}
.footer-logo p {
  max-width: 250px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0;
}

.footer-subsection {
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .footer-subsection {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-contact li {
  position: relative;
  padding-left: 30px;
}
.footer-contact li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-contact li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #a4c4f3;
  font-size: 25px;
}
.footer-contact li:last-child i {
  font-size: 17px;
}

.footer-social a {
  color: #fff;
  font-size: 29px;
}
.footer-social a:not(:last-child) {
  margin-right: 25px;
}
.footer-social a:hover {
  color: #006241;
}

.copyright {
  color: #d4e5ff;
  line-height: 1;
  text-align: center;
  padding-top: 40px;
  font-weight: 700;
}

.footer-bg-graphics {
  position: absolute;
  right: -10%;
  bottom: 0%;
}

.go-top {
  width: 40px;
  height: 40px;
  position: fixed;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
  padding: 0;
  font-size: 18px;
  line-height: 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.05);
  transform: translate(0, 54px);
  transition: all 0.15s ease-out 0s;
  pointer-events: none;
  visibility: hidden;
  z-index: 10;
  background-color: #FFF;
}
.go-top.is-active {
  visibility: visible;
  pointer-events: initial;
  transform: translate(0, 0);
  margin-bottom: 20px;
}
.go-top i {
  margin-right: 0;
}
.go-top:hover, .go-top:focus, .go-top:active {
  background: #f8f8f8;
}