.navbar-header a.navbar-brand {

    display: inline-block;
    height: 35px;
   
        padding-top: 2px !important;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;

}
.section-headline h2::after {

    border: 1px solid #ecaa32 !important;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40%;

}
.main-menu ul.navbar-nav li.active a::after {

    border: 1px solid  #ecaa32 !important;
    bottom: 0px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;

}
.ready-btn.right-btn {

    margin-right: 15px;
    background: #ecaa32 !important;
        background-color: rgb(62, 193, 213);
    border: 1px solid #ecaa32 !important;
}
.back-to-top {

    position: fixed;
    display: none;
    background: #ecaa32 !important;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;

}
.preview-2 .nivo-directionNav a.nivo-nextNav:hover::before, .preview-2 .nivo-directionNav a.nivo-prevNav:hover::before {
    border-color: #ecaa32;
    color: #fff;
    background: #ecaa32;
}
.section-headline h2::after {

    border: 1px solid #ecaa32;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40%;

}
h1, h2, h3, h4, h5, h6 {

    font-family: 'Raleway', sans-serif;
    margin: 0 0 15px;
    margin-bottom: 15px;
    color: #ecaa32;
    font-weight: 500;

}
.project-menu li a.active, .project-menu li a:hover {

    border-color: #ecaa32;
    background: #ecaa32;
    color: #fff;
    text-decoration: none;

}


.layer-1-3 a.ready-btn:hover {
    color: #fff;
    background: #ecaa32;
    border: 1px solid #ecaa32;
    text-decoration: none;
}
.faq-details h4.check-title a.active, .faq-details a.active span.acc-icons::before {
    color: #ecaa32;
}
.tab-menu ul li.active a, .tab-menu ul li.hover a, .tab-menu ul li.focus a {

    border-bottom: 1px solid #fff;
    color: #ecaa32 !important;

}
.suscribe-area {

    background: #ecaa32 none repeat scroll 0 0 !important;
    padding: 30px 0;

}
.copyright a, .credits a {

    color: #ecaa32;

}
nivo-controlNav a:hover, .nivo-controlNav a.active {

    background: #fff none repeat scroll 0 0;
    border-color: #ecaa32;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);

}
/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50% important;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #18d26e;
}
.header-area {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #366092 !important;
    z-index: 9;

}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left !important;
}

