/* scroll to top */

#button {
    display: inline-block;
    background-color: #ea4610;
    width: 40px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    /* border-radius: 50%; */
    position: fixed;
    bottom: 30px;
    right: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* transition: background-color .3s, opacity .5s, visibility .5s; */
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button i {
    color: #fff;
    margin: 0;
    position: relative;

    top: 10px;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#button:hover i {
    top: 5px;
}

#button:hover {
    cursor: pointer;
    background-color: #202125;
    color: #192041;
}

#button:active {
    background-color: #202125;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/* end scroll to top */
.footer {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    background-color: #004a89;
}

.footer .container {
    position: relative;
}

.footer p {
    color: #fff;
}

.footer h5 {
    padding-left: 10px;
    border-left: 3px solid #ea4610;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #fff;
}

.footer a {
    color: #ddd;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.footer ul.social li {
    padding: 3px 0;
}

.footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

.footer ul.social li a,
.footer ul.quick-links li a {
    color: #ddd;
}

.footer ul.social li a:hover {
    color: #fff;
}

.footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

.footer ul.quick-links li a:hover {
    color: #fff;
}
.footer ul.quick-links li i {
    color: #ddd;
}

.footer ul.quick-links li a i {
    margin-right: 5px;
   
}

.footer ul.quick-links li:hover a i {
    font-weight: 700;
    
}

.borderstyle {
    border-top: 1px solid rgb(172 161 161 / 27%);
}

.a_hover:hover {
    color: #fff;
}

/* social link css */
.footer-social-links {
    overflow: hidden;
    float: left;
    padding-inline-start: 0 !important;
}

.footer-social-links li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.footer-social-links li a i {
    height: 40px;
    width: 40px;
    border: 2px solid #202125;
    display: block;
    border-radius: 50%;
    color: #ddd;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    transition: all 500ms ease;
    background: #202125;
}

.footer-social-links li a:hover i {
    background: #ea4610;
    color: #fff;
    border-color: #ea4610;
}

footer a,
footer a:hover,
footer a:active,
footer a:focus {
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;
    color: #fff !important;
}

.borderstyle p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.circle-map {
    position: absolute;
    top: 20%;
    right: 18%;
    z-index: -1;
}

@media (max-width: 767px) {
    .footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}
