.custom_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000d1;
    z-index: 99;
}
.custom_loader img {
    position: absolute;
    width: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
footer {
    background: #1f212f;
}
.top_footer {
    padding-top: 65px;
    padding-bottom: 50px;
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-widget h3 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
}
.footer-widget h3:after {
    content: "";
    display: block;
    width: 35px;
    height: 4px;
    background: #00a67e;
    border-radius: 5px;
    margin: 10px 0;
}
footer p, footer a {
    color: #b6b8c9;
}
.widget_content p {
    font-weight: 500;
    font-size: 15px;
}
.widget_content ul {
    margin: 0;
    padding: 0;
}
.widget_content ul li {
    margin-bottom: 6px;
    display: block;
    position: relative;
}
.widget_content ul li a {
    font-size: 15px;
    font-weight: 400;
    position: relative;
}
.widget_content ul li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    display: inline-block;
    margin-right: 10px;
    font-size: 10px;
}
footer a:hover {
    color:#fff;
}
.footer-widget select {
    background: #252e43;
    border: none;
    width: 100%;
    height: 34px;
    border-radius: 30px;
    padding: 0 12px;
    color: #fff;
    appearance: none;
    font-weight: 400;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    font-size: 15px;
    box-shadow: 0px 15px 25px 0px rgba(0, 166, 126, 0.15);
}
.footer-widget select:focus {
    border: none;
    outline: none;
}
.social_icons a {
    color: #b6b8c9;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #b6b8c9;
    border-radius: 30px;
    line-height: 38px;
    margin-right: 8px;
    justify-content: center;
}
.social_icons a:hover {
    color: #fff;
    border: 1px solid #fff;
}
.copyright p, .copyright a {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}
.copyright a {
    margin-right: 10px;
}
.copyright {
    border-top: 2px solid #252e43;
    padding: 40px 0;
}
.contact-detail a {
    display: block;
    margin-bottom: 15px;
}
.contact-detail a i, .contact-detail a svg {
    color: #00a67e;
    margin-right: 10px;
}
.goto-top {
    position: fixed;
    bottom: 100px;
    right: -100%;
    width: 40px;
    height: 40px;
    display: flex;
    background: #00b187;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff6b;
    cursor: pointer;
    z-index:99;
    transition: all ease 1s;
}
.goto-top:hover {
    background: #1f212f;
    color: #fff;
    border: 1px solid #ffffff6b;
    transition: all ease 1s;
}
.hidden-goto-top {
    right: 30px;
    transition: all ease 1s;
}
@media(max-width: 992px){
    .footer-widget h3 {
        font-size: 16px;
        cursor: pointer;
    }
    .footer-widget {
        margin-bottom: 20px;
    }
    .top_footer {
        padding-top:40px;
        padding-bottom:0px;
    }
    .footer-widget {
        margin-bottom: 40px;
    }
    .copyright {
        padding: 30px 0;
    }
}

