.copyright {
    text-align: center;
    padding: 4rem;

}

.copyright p {
    color: #a57d4b !important;
    letter-spacing: 3px;
    font-size: 1rem;
}

footer {
    margin: 0 auto 0 auto;
    background-color: var(--primary);
    bottom: 0;
    position: static;
    left: 0;
    width: 100%;
}


.builld {

    background-image: url(../images/shill.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: contain;
    margin-bottom: 5rem;
    padding-bottom: 5rem;
    background-color: #0b264b;

}

.ftr-wrpr {
    padding: 0rem;
    max-width: 85rem;
    width: 100%;
    margin: 0rem auto;
    padding-top: 2rem;
}

.rw {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 4rem 0;

}


.col1,
.col2,
.col3 {
    flex: 1;
    padding: 0.5rem;
    margin: 0.5rem;

}


footer h3 {
    padding-bottom: 1.5rem;
    padding-top: 3.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 7px;
    font-size: 1rem;
    color: #fff;
}

footer input {
    padding: 0.8rem;
    outline: none;
}



.col1 ul li a {
    text-decoration: none;
    color: #fff;

    padding-bottom: 1rem;
}

.col2 ul {

    display: flex;

    padding-top: 1rem;
    padding-bottom: 1rem;



}

.col2 ul li a {
    text-decoration: none;
    color: #fff;
    padding: 0.5rem;
}

.col2 ul li i {

    padding-left: 0.5rem;
    color: #a57d4b;
}



.col1 ul li a {
    text-decoration: none;
    color: #fff;

    padding-bottom: 1rem;
}

.col1 ul li {

    padding-bottom: 0.5rem;

}

@media only screen and (max-width: 768px) {
    .rw {
        display: flex;
        flex-direction: column;
    }

    .col1,
    .col2,
    .col3 {
        padding: 1rem;
        width: 80%;
        width: calc(85% - 1rem);

    }

}


.phone li a {
    text-align: left !important;
}



.btn-ftr {

    position: relative;
    background-color: #a57d4b;
    border: 0;
    outline: 0;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    cursor: pointer;
    transition: .25s ease;
    text-transform: uppercase;
    color: #011c29;
    font-weight: 700;
    font-family: inherit !important;
}

.btn-ftr::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    transform: translate(-5px, -5px);
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    transition: .25s ease;
    z-index: -1;
}

.btn-ftr:hover {
    transform: translate(0px, 0px);
}

.btn-ftr:hover::before {
    transform: translate(5px, 5px);
    z-index: -1 !important;
    border: 1px solid var(--white);

}

.btn-ftr::before {
    border: 1px solid var(--white);
}




.btn-test {
    position: relative;
    background-color: #a57d4b;
    border: 0;
    outline: 0;
    padding: 0.7rem 1.0rem;
    font-size: 1rem;
    cursor: pointer;
    transition: .25s ease;
    text-transform: uppercase;
    color: #011c29;
    font-weight: 700;
    font-family: inherit !important;
    margin-left: 0.9rem;
}

.btn-test::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    transform: translate(-5px, -5px);
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    transition: .25s ease;
    z-index: 1;
}


.btn-test:hover {
    transform: translate(0px, 0px);
}

.btn-test:hover::before {
    transform: translate(5px, 5px);
    z-index: -1 !important;
}

.btn-test::before {
    border: 1px solid var(--white);
}



/* SVG Blue Start*/

.svg-bar {
    margin: 1rem auto;
    padding: 1rem;

    width: 50%;
}

.arrows-crown_dashed-line-blue {
    height: 0;
    border-bottom: 1px dashed var(--primary);
    flex: 1;
    margin-left: -.125rem;
    margin-right: -.125rem;
}

.arrows-crown_wrap {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.arrows-crown_arrow {
    width: 1.9375rem;
    flex: none;
    display: flex;
}

.arrows-crown_dashed-line-wrap {
    flex-direction: column;
    flex: 1;
    margin-left: .375rem;
    margin-right: .375rem;
    display: flex;
    overflow: hidden;
}

.arrows-crown_crown-blue {
    width: 1rem;
    flex: none;
    margin-left: .375rem;
    margin-right: .375rem;
    color: var(--primary);
}

.w-embed:before,
.w-embed:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

.arrows-crown_dashed-line-wrap {
    flex-direction: column;
    flex: 1;
    margin-left: .375rem;
    margin-right: .375rem;
    display: flex;
    overflow: hidden;
}

.arrows-crown_arrow-blue {
    width: 1.9375rem;
    flex: none;
    display: flex;
    color: var(--primary) !important;
}

.arrows-crown_dashed-line-wrap-blue {
    flex-direction: column;
    flex: 1;
    margin-left: .375rem;
    margin-right: .375rem;
    display: flex;
    overflow: hidden;
    color: var(--primary) !important;
}

/* SVG blue End*/