
.footer-area {
    background-color: #0A141E;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer-area .container-fluid {
    max-width: 1290px;
    margin: auto;
}

.footer-area .shape {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: -1;
}

.single-footer-widget {
    margin-bottom: 50px;
}

.single-footer-widget h3 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}

.single-footer-widget p {
    color: #fff;
    margin-bottom: 0;
}

.single-footer-widget .footer-social {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 40px;
}

.single-footer-widget .footer-social li {
    display: inline-block;
    margin-right: 10px;
    list-style-type: none;
}

.single-footer-widget .footer-social li:last-child {
    margin-right: 0;
}
.single-footer-widget .footer-social i {
    color: #c3c3c3;
    font-size: 1.4em;
    padding-left: 30px;
}

.single-footer-widget .footer-social i:hover {
    color: #fff;
}

.single-footer-widget .instagram {
    padding-left: 0;
    margin-bottom: 0;
}

.single-footer-widget .instagram li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.single-footer-widget .instagram li img {
    max-width: 80px;
}

.single-footer-widget .footer-quick-links {
    padding-left: 0;
    margin-bottom: 0;
}

.single-footer-widget .footer-quick-links li {
    list-style-type: none;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
}

.single-footer-widget .footer-quick-links li a {
    color: #fff;
}

.single-footer-widget .footer-quick-links li a:hover {
    color: #36a1e2;
    letter-spacing: 1px;
}

.single-footer-widget .footer-quick-links li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .footer-info-contact {
    position: relative;
    padding-left: 50px;
    margin-bottom: 16px;
}

.single-footer-widget .footer-info-contact:last-child {
    margin-bottom: 0;
}

.single-footer-widget .footer-info-contact i {
    position: absolute;
    left: 0;
    font-size: 1.3em;
    line-height: 2.3em;
    color: #36a1e2;
}

.single-footer-widget .footer-info-contact h3 {
    margin-bottom: 5px;
    font-size: 20px;
}

.single-footer-widget .footer-info-contact a {
    color: #fff;
}

.single-footer-widget .footer-info-contact a:hover {
    color: #207ef7;
}

.single-footer-widget .footer-info-contact span {
    font-size: 15px;
    color: #fff;
}

.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    z-index: -1;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    top: -50%;
    left: 0;
    background-color: #fff;
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
    margin-left: -25%;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.lines .line:nth-child(3) {
    margin-left: 20%;
}

/*---------------*/

.button.hire-btn a {
    background: #000;
    padding: 11px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 44;
    /* border-radius: 5px; */
    color: #fff;
    border: 1px solid #1193b7;
}

.top-rated{
    max-width: 70px;
    padding-top: 40px;
}

@-webkit-keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}

@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}
