.bg-theme {
    background: linear-gradient(to right,#01819D,#1B3B6A);
}

.banner {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.title {
    color: #1B3B6A;
    font-size: 36px;
}

.tagline {
    margin-top: -1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #6c757d;
    font-weight: 600;
    font-size: 18px;
}

section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.wrap {
    display: flex;
    background: white;
    padding: 2rem 4rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
    border: 1px solid #dcdcdc;
    transition: all ease-in-out .3s;
}

.wrap:hover {
    /*background: linear-gradient(135deg,#ff0018 0%,#495057 100%);
    color: white;*/
    border: 1px solid #01819D;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}

.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;
}
.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1rem;
}

.service {
    margin-bottom: 20px;
}

.service-top {
    background-color: #fff;
    border: 2px solid #1a3e6c;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: auto;
    display: inline-block;
    padding: 30px;
    margin-bottom: -50px;
    box-shadow: 0px 2px 5px #888888;
}

.service-top .fa {
    font-size: 32px;
}

.service-bottom {
    background-color: #fff;
    padding: 50px 20px 20px 20px;
    border: 2px solid #1a3e6c;
    border-radius: 10px;
    margin-top: -18px;
}

.service-bottom h3 {
    color: #000;
    text-align: center;
}

.service-bottom p {
    color: #000;
    text-align: justify;
    text-align-last: center;
}

footer {
    background-color: #f1f4fa;
    border-top: 1px solid #dcdcdc;
}

.icon .fab {
    font-size: 36px;
    color: #ffffff;
    transition: all .4s ease-in-out 0s;
}

.icon .fa-facebook-square:hover, .icon .fa-facebook:hover {
    color: #4266b2;
}

.icon .fa-instagram:hover {
    color: #ba33e7;
}

.icon .fa-youtube:hover, .icon .fa-youtube-square:hover {
    color: #ff2300;
}

.icon .fa-linkedin:hover {
    color: #017ab6;
}

.icon .fa-twitter-square:hover, .icon .fa-twitter:hover {
    color: #2baae1;
}

.icon .fa-pinterest-square:hover, .icon .fa-pinterest:hover {
    color: #e61e23;
}

.scrollTop {
    position: fixed;
    right: 10%;
    bottom: 50px;
    padding: 16px 22px;
    width: 60px;
    height: 60px;
    opacity: 0;
    transition: all .4s ease-in-out 0s;
    z-index: 99;
    border-radius: 10%;
    border: 1px solid #01819d;
}

.scrollTop:hover {
    border: 1px solid #007bff;
    background: linear-gradient(to right,#01819D,#1B3B6A);
    color: #ffffff;
}

.scrollTop a {
    font-size: 18px;
    color: #01819d;
}

.scrollTop:hover a {
    color: #ffffff;
}