.projects-section .sample-proj-item:hover:after {
    color: #0836a1 !important;
}
.main-cta-section .cta-content-row .cta-left-col .cta-form {
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
}
a.site-btn {
    border: none !important;
}
.backToTop {
    border: 1px solid #ffffff;
}
.latest-news-section .post-item {
    box-shadow: 5px 5px 20px 0px rgba(235, 235, 235, 0.8);
}

.site-footer .footer-main-nav {
    background-color: #090909 !important;
}

@media only screen and (max-width:1200px) and (min-width:1024px){
    .contact-page-wrap .contact-site-name {
        font-size: 22px !important;
    }
}

@media only screen and (min-width:1024px){

        li#menu-item-1138 > a span:after, li#menu-item-1135 > a span:after {
                font-family: 'Font Awesome\ 5 Free';
                font-weight: 900;
                content: "\f0d7";
                margin-left: 7px;
                font-size: 12px;
                position: absolute;
                right: 12px;
                top: 20px;
        }

}