.text-custom{
    color: #848484 !important;
}
.custom-color{
    color: #012970 !important;
}
.h4-custom{
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #012970;
}
.mt-60{
    margin-top: 60px !important;
}
.display-sm{
    display: none;
}
.why-btn{
    background-color: #fff !important;
    border: 1px #4154f1 solid;
    color: #4154f1 !important;
}
.why-btn:hover{
    background-color: #4154f1 !important;
    color: #fff !important;
}
.custom-bg{
    background-color: #012970;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
}
.overlay{
    background-color: rgba(28, 28, 28, .4);
}
.overlay-index{
    background-color: rgba(28, 28, 28, .8);
}
.contact-body{
    /*background-color: #012970;*/
    background-image: url("/assets/img/backgrounds/about-1.jpg");
    background-size: cover;
}
.custom-btn {
    margin-top: 15px;
    line-height: 0;
    padding: 23px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4154f1;
    box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}
.custom-btn:hover{
    color: #fff !important;
    opacity: .8;
}
.custom-btn span {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}
.services .service-box.blue .icon { padding: 20px 20px; }
.services .service-box.orange .icon { padding: 20px 25px; }
.services .service-box.green .icon { padding: 20px 20px; }
.services .service-box.red .icon { padding: 20px 25px; }
.services .service-box.purple .icon { padding: 20px 25px; }
.services .service-box.pink .icon { padding: 20px 20px; }
.accordion-item{
    padding-left: 10px;
    padding-top: 7px;
    margin-bottom: 5px;
    border-radius: 5px !important;
}
.accordion-button{
    font-size: 16px !important;
}
.breadcrumbs{
    padding: 40px 0;
}
.services-list li a{
    color: #012970;
    text-transform: capitalize;
    font-size: 15px !important;
}
.services-list .active{
    background-color: #012970;
    border-radius: 5px;
}
.fa-chevron-circle-right{
    color: #012970;
}
.services-list .active a, .services-list .active.fa-chevron-circle-right{
    color: #fff !important;
}
.services-list li a:hover{
    opacity: .75;
}
.privacy h3, .privacy h4{
    font-weight: bold;
}
.services .service-box.orange {
    background: #fde3c4;
}
.services .service-box.orange .icon {
     color: #f68c09;
     background: #fff;
 }
.image-bg-1{
    background: url("/assets/img/backgrounds/about.jpeg") no-repeat fixed;
    background-size: cover;
}
#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #f6f9ff;
    z-index: 99;
}

#loading-image {
    z-index: 100;
}
@media (max-width: 765px) {
    .text-small-center{
        text-align: center !important;
    }
    .display-sm{
        display: block !important;
    }
    .display-lg{
        display: none !important;
    }
    .mt-sm-60{
        margin-top: 60px !important;
    }
}
@media (max-width: 992px) {
    .breadcrumbs{
        margin-top: 80px;
    }
}
