:root {
  --primary-color: #a0d6b4;
  --second-color: #1e73be;
}
.header-fullpage.fixed {
    background: #a0d6b4 !important;
}
.bg-navy-blue {
   background: #a0d6b4;
}
.header-logo-top.top-transparent nav {
    background: #a0d6b4 !important;
}
.bg-orange {
    background: #1e73be;
}
.skillbar-bar {
    background: #1e73be;
}
.cbp-caption-activeWrap { 
   background-color:#1e73be; 
}
.counter-style-1.light-bg span {
    color: #1e73be;
}