a {
    /*color: #2aa9e0;*/
    color: #006692;
    font-weight: 500;
}

p {
    font-size: 0.9rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family_: inherit;
}

body {
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 90%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #28a9e2;
}

#topbar {
    background: #28a9e2;
    background: #27303d;
    font-size: 13px;
    font-weight: normal;
    height: 35px;
}

#header {
    padding: 15px 0;
    top: 35px;
}

#header .logo img {
    max-height: 50px;
}

.nav-menu a {
    font-size: 17px;
    text-transform: none;
}

#hero .container {
    background: none;
    margin-bottom: 0;
    border-top: none;
    position: relative;
    padding: 0;
    margin: 0;
}

#hero .container>div {
    background: #000000a6;
    width: 60%;
    padding: 20px;
    text-align: left;
}

#hero .container>div h2 {
    color: #ff6041;
}

#hero .container>div p {
    color: #ffffff;
}

.featured-services .icon-box {
    transition: all 0.3s ease-in-out;
    border-radius: 0;
}

.featured-services .icon-box:hover::before{
    background: #28a9e2;
    top: 0;
    border-radius: 0px;
}

.featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #28a9e2;
    transition: all 0.3s ease-in-out;
}

.cta {
    background-color: #005e88;
    background-image: url(https://www.transparenttextures.com/patterns/brushed-alum.png);
    background-size: auto;
}

.client_ img{
    max-height: 100px;
    margin: 0px;
    padding: 5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.client .card{ 
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
}

.client .card-body{
    padding: 15px;
}

.v-center-images .img-box {
    height: 100px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    padding_: 10px;
}

.v-center-images .img-box img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.breadcrumbs {
    padding: 15px 0 0px 0;
    margin-bottom: 0;
    /*background: url(http://ioea.ilugi.net/content/static/f_website/img/breadcrumb-bg.jpg);*/
    color_: #fff;
    margin-top: 115px;
}

.breadcrumbs .color-divs > div{
    height: 5px;
}

.faq .faq-list a.collapse {
    color: #28a9e2;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 5px;
}

.faq .faq-list li {
  padding: 15px;
  background: #fff;
  border-radius: 0;
  position: relative;
  box-shadow: 0 1px 1px rgba(0,0,0,.15);
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px 0 0;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed i::before {
    content: "\ea17" !important;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #1977cc;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

.simple-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.simple-links ul i {
    padding-right: 2px;
    color: #3fbbc0;
    font-size: 18px;
    line-height: 1;
}

.simple-links ul a {
    color: #555555;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.bt {
    border-top: 1px solid #ccc !important;
}

.bt.bt-red {
    border-top-color: #F44336 !important;
}

.bt.bt-3px {
    border-top-width: 3px !important;
}

.bg-light-blue{
    background-color: #34ade30a;
}

.my .section-title.left{
    text-align: left
}

.my .section-title h2 {
    font-size: 20px;
}

.my .section-title h2 {
    font-size: 20px;
}

.my .section-title.left h2::after {
    left: 0;
}

.my .section-title h2::after {
    background: #f44336;
    height: 5px;
}