 #footer .footer-newsletter button {
    position: absolute;
    top: -1px;
    right: -2px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #3b4ef8;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 5px 5px 0;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
div.contact-validate{
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
 }
 div.newsletter-validate{
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
 }
 div.success-validate{
    color: green;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
 }
 
 
 /* cnit nivaj*/
 
 #hero .btn-get-started {
    background: #f79402;
}

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

.get-started-btn {
    background: #fdf4db;
    color: #f79402;
}


.get-started-btn:hover {
    background: #f79402;
    color: #fff;
}

.back-to-top i {
    background: #f79402;
}
.back-to-top i:hover {
    background: #f79402;
}

.about {
    background: #5a534a;
}

.about .icon-boxes .icon-box i {
    color: #f79402;
}

.about .content .about-btn {
    background: #f79402;
}

.about .content .about-btn:hover {
    background: #f79402;
}

.section-title h2::after {
    background: #f79402;
}

.services {
    background: #5a534a;
}


.services .section-title h2::after {
    background: #f79402 !important;
}

a {
    color: #f79402;
}

a:hover {
    color: #f79402;
}

.contact .info-box i {
    color: #f79402;
}

.contact .php-email-form button[type="submit"] {
    background: #f79402;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #5a534a;
}

#footer .footer-newsletter button {
    background: #f79402;
}

#footer .footer-newsletter form {
    border: 1px solid #f79402;
}

#footer .footer-top .footer-links ul i {
    color: #f79402;
}

#footer .footer-top .footer-links ul a:hover {  
    color: #f79402;
}

#footer .social-links a {
    background: #f9ecda;
    color: #f79402;
}

#footer {
    background: #fdf4db;
}

#footer .social-links a:hover {
    background: #f79402;
}

#footer .footer-top .footer-contact p {
    color: #5a534a;
}

#hero .btn-get-started:hover {
    background: #f79402;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f79402;
    border-top-color: #e2e5fe;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;





