html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  height: 100%;
}
body {
  color: #7b7c81;
  background-color: #fff;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  height: 100%;
  padding-top: 87px;
}
h1 {
  color: #424242;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: unset;
  margin: 0 0 20px;
}
h2 {
  color: #424242;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: unset;
  margin: 0 0 20px;
}
h3 {
  color: #009abb;
  font-size: 20px;
  line-height: 1.3em;
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 20px;
}
h4 {
  font-size: 24px;
  line-height: 1.5rem;
  text-transform: none;
  letter-spacing: 0.02rem;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 20px;
}
h5 {
  font-size: 18px;
  margin: 0 0 20px;
}
h6 {
  font-size: 16px;
  line-height: 1.11111em;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .5);
  margin: 0 0 20px;
}
p {
  color: #7b7c81;
  font-size: 16px;
  line-height: 1.6;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 20px;
}
p a {
  color: #009abb;
}
p a:hover {
  color: #009abb;
}
p strong {
  font-weight: 700;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
strong {
  font-weight: 700;
}
ul , ol {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
}
hr {
  border-color: #009abb;
}
.screen-reader-text {
  display: none !important;
}
.vc_sep_width_100.sep-80 {
  width: 80px;
}
.divider {
  height: 1px;
}
.divider.#009abb {
  background-color: #a40004;
}
.divider.gray {
  background-color: #d6d6d6;
}
.spacer {
  height: 1px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.spacer.#009abb {
  background-color: #a40004;
}
.spacer.gray {
  background-color: #d6d6d6;
}
.button-blue {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.091em;
  line-height: 1em;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  padding: 1em 2.5em;
  text-align: center;
  color: #fff;
  background-color: #000;
  border-color: #000;
  margin: 20px 0;
  text-transform: uppercase;
}
.button-blue:hover {
  background-color: #333;
  color: #ffffff;
  text-decoration: none;
  border-style: dashed;
}
.button.blue.small {
    color: #fff;
    border: 2px solid #333;
    background-color: #333;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 20px;
}


.button-white {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.091em;
  line-height: 1em;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  padding: 1em 2.5em;
  text-align: center;
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
  margin: 20px 0;
  text-transform: uppercase;
}
.button-white:hover {
  background-color: #f2f2f2;
  color: #009abb;
  text-decoration: none;
  border-style: dashed;
}
.button.white.small {
    color: #009abb;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 20px;
}

.site-header img {
    display: block;
    margin: 10px auto;
}
.navbar {
  background-color: #009abb;
  border-bottom: 0px solid #009abb;
  padding-bottom: 10px;
  padding-top: 10px;
  position:fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1025;
}
.navbar .container {
    max-width: 100%;
}
@media (max-width: 1200px) {
  .site-header .navbar {
    text-align: center;
  }
}
.navbar .navbar-toggler {
  border: none;
  background-color: #009abb;
  margin: 10px 0;
}
.navbar .navbar-toggler:focus {
  outline: none;
}
 .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255,255,255,1.00)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar .nav .nav-item img {
    height: auto;
    display:block;
    max-width: 145px;
    margin: 0 auto;
}
.navbar .nav .nav-item .nav-link {
    color: #fff;
  border-radius: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1rem;
  text-transform: uppercase;
  transition: all 500ms cubic-bezier(0.12, 0.75, 0.4, 1);
}
.navbar .nav .nav-item:hover .nav-link {
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
}
.navbar .nav .nav-item {
    position: relative;
}
.navbar .nav .nav-item:after {
    position: absolute;
    right:0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 11px;
    background-color: #009abb;
}
.navbar .nav .nav-item:last-child:after {
    display: none;
}
.navbar .nav .nav-item:hover .dropdown-toggle {
  color: #fff;
}
.no_touch .navbar .nav .nav-item:hover .dropdown-menu {
  display: block;
}
.navbar .nav .nav-item.active .nav-link {
  background-color: #009abb;
  color: White;
}
.navbar .nav .nav-item.active .dropdown-toggle {
  color: #fff;
}
.navbar .nav .nav-item .dropdown-menu {
  background-color: #fff;
  border-radius: 0px;
  border-color: #009abb;
}
.navbar .nav .nav-item .dropdown-menu .dropdown-item {
  color: #009abb;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 0.5rem;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0.5rem;
  text-transform: uppercase;
  text-align: left;
}
.navbar .nav .nav-item .dropdown-menu .dropdown-item.active, 
.navbar .nav .nav-item .dropdown-menu .dropdown-item:active, 
.navbar .nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #009abb;
  color: #fff;
}
main {
    background-color: #fafafa;
    padding-bottom: 50px;
    padding-top: 50px;
}
main img {
    max-width: 100%;
    display: block;
    height: auto;
    margin-bottom: 25px;
}
.section {
    padding: 50px 0;
}
.section.bg-light {
    background-color: #fff !important;
}
.section h2 a {
    background: #009abb;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    float: right;
    padding: 3px 10px;
    border-radius: 5px;
}
.widget .call-to-action {
    background-color: #009abb;
    padding: 20px 0;
    display: block;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 25px;
    border-radius: 4px;
    margin-bottom: 25px;
    cursor: pointer;
}
.card {
    margin-bottom: 30px;
}
.card-image {
    height: 160px;
}
.card .card-image img ,
.card img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}
.card .card-body {
    padding: 5px;
}
.card .card-title {
    color: #009abb;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 5px 0;
    text-align: center;
    min-height: 46px;
}
.card .card-body .card-title {
    min-height: 0;
}
.card .card-body .card-title a {
    color: inherit;
}
.card .btn {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px solid #009abb;
    padding: 4px 2px 2px;
    margin: 0 auto 15px;
    width: 90px;
    display: block;
    background-color: #009abb;
    color: white;
}
.call-to-action {
    background-color: #009abb;
    padding: 20px 0;
}
.call-to-action h2 {
    margin: 10px 0;
}
.call-to-action .button-white {
    margin: 10px 0;
    font-size: 18px;
}
.site-footer {
    background-color: #009abb;
    padding: 35px 0;
}
.site-footer .widget .widget-title {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}
.site-footer .widget ul {
    margin: 0;
    padding: 0 0 0 15px;
}
.site-footer .widget ul li {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
}
.site-footer .widget ul li a {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
}
.site-info {
    background-color: #000000;
    padding: 10px 0;
}
.site-info p {
    font-size: 14px;
    margin: 5px 0;
    color: #fff;
}
.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    height: 35px;
    overflow: hidden;
    width: 152px;
    margin-left: auto;
}
.goog-te-gadget select {
    height: 30px;
    font-family: "Fira sans", sans-serif;
    border: 2px solid #009abb;
    box-sizing: border-box;
}
.fixed-call-to-action {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #009abb;
    position: fixed;
    right: -50px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #fff;
    z-index: 1024;
    cursor: pointer;
}
.feature-products ul {
    margin: 0;
    padding: 0;
}
.feature-products ul li {
    list-style: none;
    margin-bottom: 25px;
}
.feature-products ul li a {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
    color: #000;
}
.feature-products img {
    max-width: 80px;
    height: auto;
    margin-right: 15px;
    margin-bottom: 0;
}
.feature-products h5 {
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}
form label {
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 0 5px;
    text-transform: uppercase;
}
form .form-group {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
}
form .form-control {
    border: 1px solid #ccc;
    box-shadow: none;
    padding: 0 10px;
    height: 35px;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
}
form textarea.form-control {
    height: 100px;
}
.page-content {
    padding: 35px 0;
}
.page-content main {
    margin: 15px 0;
}
.page-content main img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.page-content main p {
    text-align: justify;
}
.page-content aside {
    margin: 15px 0;
}

.sidebar {
    padding-left: 10px;
}
.sidebar .widget {
    margin-bottom: 25px;
}
.sidebar .widget .widget-title {
    font-size: 18px;
    text-transform: capitalize;
    font-size: 500;
    color: #000;
}
.sidebar .widget ul {
    margin: 0;
    padding: 0;
}
.sidebar .widget ul li {
    list-style: none;
    margin-bottom: 10px;
}
.sidebar .widget .media img {
    max-width: 100px;
    height: auto;
    display: block;
    margin-right: 10px;
}
.sidebar .widget .media .media-body {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

@media (max-width: 767px){
    .navbar .nav .nav-item img {
        max-width: 110px;
    }
    .navbar .nav .nav-item {
        position: relative;
    }
    
    .navbar .nav .nav-item:after {
        position: absolute;
        right:0;
        top: 50%;
        transform: translateY(-50%);
        content: '';
        width: 2px;
        height: 15px;
        background-color: #009abb;
    }
    .navbar .nav .nav-item .nav-link {
        font-size: 12px;
    }
}
.slider-nav .slick-slide {
	padding: 0 5px;
}
.slick-next:before, .slick-prev:before {
    color: #f00;
}