body {
     font-family: "Roboto", sans-serif;
}
.Links {
    color: #0a2458;
    text-decoration: none;
}
a:hover {
    color: #06c;
    text-decoration: underline;
}
.rounded-4 {
    border-radius: 12px;
}
.rounded-5 {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}
.bg-active {
    background-color: #002868;
    color: white;
}
.title {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    line-height: 105%;
}
.secondary, .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd;
}/*#pills-Getting-tab, .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3E47EC;
    font-weight: 400;
}*/
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    background-color: #dbe8f1;
}
.btn-primary {
    background-color: #156aa8;
    border: 1px solid #156aa8
}
.back {
    color: #2A2929;
    text-decoration: none;
}
.fw-bold {
    text-decoration: none;
}
.fw-normal {
    text-decoration: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
    font-size: 3.5rem;
}
.Card {
    transition: all 0, 3s;
}

.detail-page {
    font-size: 21px;
}
.blue-color {
    color: #002868;
}
.list-group {
    margin-left: 35px;
}
.fa-check-circle {
    font-size: 25px;
}
.w-10 {
    width: 30px;
}
.accordion-button:not(.collapsed) {
    color: black;
    background-color: white;
}
.small {
    font-size: 12px;
}
.fa {
    font-size: 22px;
}
.background-style {
    background: rgb(76,58,180);
    background: linear-gradient(90deg, rgba(76,58,180,0.24413515406162467) 2%, rgba(15,4,46,0.8379726890756303) 100%, rgba(252,176,69,1) 100%);
    ;
    margin-left: -16px;
    margin-right: -15px;
}
.learn-text {
    color: #5CE1E6;
}
.learn-text:hover {
    color: #7EEBEF;
}
.zoom:hover {
    opacity: 0.9;
    cursor: pointer;
}
html {
    scroll-behavior: smooth;
}
.nav-link, a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: #555759;
    padding-left: 20px;
}
.progress-container {
    width: 100%;
    height: 2px;
    background: #EEEFF1;
}
.progress-bar {
    height: 2px;
    background: #F79715;
    width: 0%;
}
.display-4 {
    font-size: 49px;
}
.text-light {
    color: #EEEFF1;
}
.icon-bar {
    position: fixed;
    bottom: 50%;
    z-index: 100;
    transform: translateY(-50%);
}
.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}
.icon-bar a:hover {
    background-color: #000;
}
.linkedin {
    background: #007bb5;
    color: white;
}
.user {
    background: #83838F;
    color: #FFFFFF;
}
.content {
    margin-left: 75px;
    font-size: 30px;
}

