#topbar {
    background: #2c9904 !important;
    padding: 10px 0;
    font-size: 14px;
}

#topbar .contact-info i {
    color: white !important;
    padding: 4px;
}

#topbar .social-links a {
    color: white !important;
    padding: 4px 0 4px 20px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

#topbar .contact-info a {
    line-height: 1;
    color: white !important;
    transition: 0.3s;
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 4px 0 10px 0 !important;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: white !important;
    background-color: #2c9904;
    text-decoration: none;
    border-radius:5px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #878787;
    padding: 10px 10px 8px 10px;
    transition: 0.3s;
    font-size: 12px;
    font-family: nunitosans_bold;
    text-transform: uppercase;
}

.mobile-nav a{
    font-family: nunitosans_semi;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #2c9904;
    text-decoration: none;
}

.nav-menu > ul > li + li {
    padding-left: 1px;
}

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
    list-style: none;
}

.nav_login a{
    background-color: #fd9f07;
    border-radius:5px;
    color: white !important;
}

#hero .carousel-content {
    background: rgba(28, 23, 21, 0.7);
    padding: 20px;
    color: #fff;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    border-top: 5px solid #2c9904 !important;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    color: #878787;
    font-family: nunitosans_semi;
}

#hero {
    width: 100%;
    height: 548px;
    overflow: hidden;
    position: relative;
    padding: 0;
}



.nav-tabs {
    border-bottom:0 !important;
}

.nav-tabs .nav-link{
    color: #525252 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #e9ecef #e9ecef #dee2e6;
    color: white !important;
}

.nav-tabs .nav-link.active .icon-box{
    background-color: #2C9904;
}

.nav-tabs .nav-link:hover .icon-box{
    border-color: #e9ecef #e9ecef #dee2e6;
    background-color: #2C9904;
    color: white !important;
}
.nav-tabs .nav-link:focus{
    
}

.services .icon-box:hover .icon i {
    color: #2c9904;
}

.services .icon-box:hover .icon {
    background: #fff;
    border: 2px solid #2c9904;
}

.services .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #2c9904;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #2c9904;
}

.clients .clients-wrap {
    border-top:0;
    border-left: 1px solid #f1eeed;
}

.clients .client-logo {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #f1eeed;
    border-bottom: 1px solid #f1eeed;
    overflow: hidden;
    background: #fff;
    height: 130px;
}

.clients .client-logo img {
    transition: all 0.3s ease-in-out;
    height: 90px;
    filter: grayscale(100%);
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: black;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #2c9904;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #2c9904;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

#footer .social-links a:hover {
    background: #fff !important;
    color: #2c9904 !important;
    text-decoration: none;
}

.back-to-top:hover {
    background: #fff !important;
    color: #2c9904 !important;
    transition: 0.3s ease-in-out;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #2C9904 !important;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
.team .member .social a:hover {
    color: #2C9904;
}

.blog .entry .entry-title a:hover {
    color: #2C9904;
}

.blog .entry {
    padding: 30px;
    margin-bottom: 30px;
    background: white;
    border: 1px solid #ececec;
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #2C9904;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

.blog .sidebar .categories ul a:hover {
    color: #2C9904;
}

.overlay_head{
  position:absolute;
  top: 112px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.6); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  opacity: 1;
  height: 160px;
}

.contact .info i {
    font-size: 20px;
    color: #2c9904 !important;
    float: left;
    width: 44px;
    height: 44px;
    background: #c1d8ff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}


