.btn__primary {
    background-color: #ffbd59;
    color: #ffffff;
}

.navbar .nav__item .nav__item-link.active, .navbar .nav__item .nav__item-link:hover {
    color: #ffbd59;
}

.navbar .nav__item .nav__item-link.active, .navbar .nav__item .nav__item-link:hover {
    color: #ffbd59;
}

.cta__banner {
    background-color: #ffbd59;
    max-width: 400px;
    padding: 50px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.heading__subtitle {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffbd59;
    margin-bottom: 10px;
}

.features-layout4 .feature-item:hover .btn__link, .features-layout5 .feature-item:hover .btn__link
Specificity: (0,4,0)
 {
    padding: 10px 15px;
    color: #ffffff;
    background-color: #ffbd59;
}

.feature-item .feature__icon {
    font-size: 60px;
    line-height: 1;
    color: #ffbd59;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s 
linear;
    transition: all 0.3s 
linear;
}

.feature-item:before
Specificity: (0,1,1)
 {
    content: '';
    position: absolute;
    top: 0;
    left: 38px;
    right: 38px;
    height: 3px;
    background-color: #ffbd59 !important;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s 
linear;
    transition: all 0.3s 
linear;
}

::selection {
    background-color: #ffbd59;
    color: #ffffff;
}

.navbar .nav__item .nav__item-link:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 2px;
    background-color: #ffbd59;
    -webkit-transition: 0.5s 
ease;
    transition: 0.5s 
ease;
}

.is-sticky .nav__item .nav__item-link:before {
    background-color: #ffbd59 !important;
}

.fancybox-item:hover .fancybox__title {
    color: #ffbd59;
}

.fancybox-layout1 .fancybox-item:hover .icon-filled {
    background-color: #ffbd59;
}
.fancybox-layout1 .fancybox-item .icon-filled:hover {
    background-color: #ffbd59;
}

.feature-item:hover .feature__icon {
    color: #ffbd59;
}

@media (min-width: 1200px) {
    .header-layout3 .header__top-right {
        position: absolute;
        top: 30px;
        right: 45px!important;
    }
}

.copyright__nav li a:after {
    content: "-";
    position: absolute;
    right: 0;
    color: #9b9b9b;
}
