
:root {
  --color-primary: #65a343;
  --color-secondary: #231f20;
  --color-gradient-start: #82D154;
  --color-gradient-stop: #65a343;
}

body {
  font-family: Arial , sans-serif;
  font-weight: 400;
  line-height: 1.7em;
  font-size: 15px;
  color: #808996;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: Arial , sans-serif;
  font-weight: 600;
  color: #0e305d;
}

.h1, h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2em;
}

.h2, h2 {
  font-size: 37px;
  line-height: 1.2em;
}

.h3, h3 {
  font-size: 26px;
  line-height: 1.25em;
}

.h4, h4 {
  font-size: 24px;
  line-height: 1.45em;
}

.h5, h5 {
  font-size: 20px;
  line-height: 1.5em;
}

.h6, h6 {
  font-size: 18px;
  line-height: 1.5em;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form .ui-selectmenu-button {
  border-color: rgba(255, 255, 255, 0.15);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.contact-form .ui-selectmenu-button:focus {
  color: #fff;
}

.main-footer {
  background-color: #161b27;
  color: #7e8390;
  padding-top: 55px;
}

.main-footer a:not(.btn) {
  color: #7e8390;
}

.main-footer a:not(.btn):hover {
  color: #fff;
}

@media (min-width: 1200px) {
  .main-nav > li a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: rgba(255, 255, 255, 0.75);
    transform: skew(25deg);
    padding: 10px 30px;
  }
  .main-nav > li.is-active > a,
  .main-nav > li.current-menu-item > a,
  .main-nav > li:hover > a,
  .main-nav > li > a:hover {
    color: white;
  }
  ul.main-nav.nav {
    padding: 0 40px;
    transform: skew(-25deg);
    margin-top: 60px !important;
  }
  .mainbar .navbar-header, .mainbar .main-nav-trigger {
    position: absolute;
  }
  .nav:before{
    content: "";
    display: block;
    width: 100%;
    background: #333333;
    position: absolute;
  }
  .main-nav li:first-child {
      border-radius: 7px 0 0 7px;
      background: #65a343;
      padding-left: 30px;
  }

  .main-nav li {
      background: #65a343;
  }

  .main-nav li:last-child {
      border-radius: 0 7px 7px 0;
      padding-right: 30px;
  }

  .navbar-brand {
    background: #65a343;
    padding: 40px 20px;
    /*border-radius: 7px;*/
    margin-top: 18px;
  }
  .navbar-brand-inner > img {
    width: 100px;
    height: auto;
  }
  .main-nav li:hover, .main-nav li.current-menu-item {
    background: #5f5f5f;
  }
  .main-header {
    border-top: 10px solid #65a343;
  }
  .tabs-nav-side .tabs-nav a {
    padding: 9px 50px;
  }

}

@media (max-width: 768px) {
  .footer-logos  {
    text-align: center;
  }
}


@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-left div.wpb_single_image {
    text-align: inherit;
  }
  .text-sm-left .liquid-counter-element {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-right div.wpb_single_image {
    text-align: inherit;
  }
  .text-sm-right .liquid-counter-element {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-center div.wpb_single_image {
    text-align: inherit;
  }
  .text-sm-center .liquid-counter-element {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-logos {
 text-decoration: none;
 display: inline-block;
 margin: 0 !important;
 padding-left: 0;
}
.footer-logos li{
  display: inline-block;
  margin: 4px 8px;
}

.footer-logos li.bg-primary img{
  padding: 20px;
}
.footer-logos li img{
  width: 80px;
  display: block;
}

.staff-text{
  text-align: justify;
  text-justify: inter-word;
}


