/*==================================
            Buttons
/*==================================*/

.btn-general{
    font-family: 'Raleway', sans-serif !important;
    border-radius: 1.75rem !important;
    font-size: 0.8125rem !important;
    text-transform: uppercase !important;
    margin: 0.375rem !important;
    padding: 0.75rem 2.875rem 0.75rem 2.875rem !important;
    -webkit-transition: all 0.5s !important;
    transition: all 0.5s !important;
}
.btn-home {
    color: #fff !important;
    border: 0.0625rem solid #fff !important;
}
.btn-home:hover, .btn-home:focus{
    color: #fff;
    background-color: #FF1618 !important;
    border: 0.0625rem solid #FF1618 !important;
}

.btn-call {
    color: #fff !important;
    background-color: #000 !important;

    border: 0.0625rem solid #fff !important;
}
.btn-call:hover, .btn-call:focus{
    color: #fff;
    background-color: #FF1618 !important;
    border: 0.0625rem solid #FF1618 !important;
}

/*==================================
            Arrow Down
/*==================================*/

#arrow-down{
    position: absolute;
    left: 50%;
    bottom: 1.25rem;
    color: #fff;
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
    text-align: center;
    margin-left: -1rem;
    z-index: 1;
}
#arrow-down:hover, #arrow-down:focus{
    color:#FF1618
}

/*==================================
            Content Boxes
/*==================================*/

.content-box-lg{
    padding: 7.5rem 0;
}
.content-box-md{
    padding: 6.25rem 0;
}

/*==================================
            Vertical Headings
/*==================================*/

.vertical-heading h5{
    color: #FF1618;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    word-spacing: 0.5625rem;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    top: 3.75rem;
    left: -3.9375rem;
}

.vertical-heading h2{
    margin: 0 0 0 2.1875rem;
    font-size: 2.625rem;
    font-weight: 100;
    line-height: 2.8125rem;
}

/* =========================================
                Social Icons
============================================ */

ul.social-list {
    padding: 0;
    margin-top: 20px;
}

ul.social-list li {
    display: inline-block;
    padding: 0;
}

ul.social-list li a {
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

ul.social-list li:nth-child(1) a:hover {
    background: #3b5998;
    border-color: transparent;
}

ul.social-list li:nth-child(2) a:hover {
    /* background: #00aced; */
    background: #9139a1;
    border-color: transparent;
}

ul.social-list li:nth-child(3) a:hover {
    background: #dd4b39;
    border-color: transparent;
}