.contact-one-reset {
    margin: 0;
}

.contact-one-main-reset{
    margin-top: 0;
}

.override-image-holder{
    width: 100% !important;
    max-height: 650px;
    overflow: hidden;
}

.override-image-holder img{
    width: 100%;
    object-fit: cover;

}

.skill-reset{
    margin-top: 15%;
}

.loader-circle {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid var(--primary-color);
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




@media (max-width: 767px) {

    .mt-small-reset{
        margin-top: 0 !important;
        padding-top: 50px;
    }
    .banner-reset{
        padding: 50px 0;
        min-height: 160px !important;
    }
}