
.sections-spacing {
    padding: 60px 0;
}

.double-spacing, .spacing-top {
    padding-top: 150px;
}

.double-spacing, .spacing-bottom {
    padding-bottom: 120px;
}

.header-spacing {
    padding-top: 22vh;
}

.divider_row {
    position: relative;
    z-index: 30;
}

.footer-top {
    padding: 60px 0;
}

.footer-bottom{
    border-top: 1px solid #e6e6e6;
    padding: 15px 0;
}

.footer-link > li{
    font-size: 15px;
    margin-bottom: 12px;
}

.social-icons a+a{
    margin-left: 15px;
}


footer .legal {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  
footer .legal .left {
    display: flex;
    align-items: center;
}

.legal .left p {
    font-size: 14px;
    color: #8890a4;
    margin-right: 32px;
}

.legal .left .blink{
    color: #8890a4;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
    margin-right: 32px;
}
  
.legal .left .blink:hover{
    color: #63b32e;
}

footer .item.text p {
    opacity:0.6;
    margin-bottom:0;
}

.social-icons {
    text-align: left;
}

.footer-logo {
    margin-top: 5px;
    width: 70%;
    max-width: 250px;
}

.footer-top a:hover {
    color: #63b32e;
}

@media (max-width: 993px) {
    footer .legal .left {
        flex-direction: column;
        align-items: flex-start;
    }
}

.form-check-input {
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
    border-color: #ced4da;
    border-radius: 4px;
    margin: 0 !important;
}

.overlay-background:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(39, 51, 62, 0.6);
    opacity: 1;
    z-index: 0;
    background-image: linear-gradient(-135deg, rgba(67, 122, 31, 0.6) 25%, rgba(50, 198, 244, 0.6) 100%);
}

@media (max-width:993px) {
    #nav-header {
        padding: 10px 0;
        background-color: rgb(255,255,255);
        box-shadow: 0 0 3px rgba(60,72,88,0.15);
    }
    .double-spacing .sections-spacing {
        padding: 40px 0;
    }
    .double-spacing .spacing-top {
        padding-top: 80px;
    }
    
    .spacing-bottom {
        padding-bottom: 80px;
    }
    .header-spacing {
        padding-top: 22vh;
    }
}