body {
    background-color: #00b4d8;
    color: white;
    /* font-size: x-large; */
    font-size: 25px;
    font-weight: 700;
}

main {
    font-weight: 700;
}

.page-footer {
    background-color: aliceblue;
}

#myCarousel:hover {
    background-color: #0077B6;
}

#linkToabout {
    margin-top: 40px;
}

table,
th,
td {
    border: 1px solid black;
    text-align: left;
}

#subText {
    font-weight: bold;
}

#aboutSection,
#skillImg {
    margin-top: 20px;
    width: 100%;

}

#workListing {
    line-height: 40px;
}

h1,
.consulting-description {
    width: 100%;
    text-align: center;
}

.consulting-training {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.consulting-deliverables {
    /* width: 50%; */
    text-align: center;
}

.aboutImg,
.paraImg {
    object-fit: contain;
}

.sidenav {
    height: max-content;
    width: 50%;
}

nav {
    background-color: #5f54f3;
}

nav {
    position: fixed;
    top: 0;
    z-index: 999;
    ;
}

nav a {
    color: white;
}

nav a:hover {
    font-weight: bold;
}


.main {
    margin-top: 20px;
}

.logoContainer {
    display: flex;

}

.slider .indicators .indicator-item.active {
    background-color: #2196F3;
    position: relative;
    overflow: hidden;
}

.slider .slides img {
    width: 100%;
    height: auto;
    /* margin-top: 30px; */
}

#bmSkill {
    margin-top: 80px;
}


.servicesBody {
    background-color: white;
}
#theBackground-info{
    margin-top: 0;
}
#imageBackground{
    margin-top: 10px;
}
.bkgInfo,
#valueProp,
#trainingTxt {
    line-height: 35px;
}

#companyQuality {
    background-color: aliceblue;
    color: black;
    margin-top: 60px;
    margin-bottom: 60px;
}

#scrollpyList {
    font-weight: bolder;
    background-color: aliceblue;
    color: black;
    margin-top: 60px;
    margin-bottom: 60px;
}

#testimonial {
    padding: 0;
}

#theTeam {
    line-height: 30px;
}

#para {
    line-height: 30px;
}


#office_sub {
    background-color: #033055;
}

#address-wrapper {
    display: flex;
    align-items: center;
}

.btn {
    background-color: transparent;
    border: 1px solid aliceblue;
}

.btn:hover {
    background-color: transparent;
    font-weight: bold;
}

.btn a {
    color: white;
}

.responsive-img {
    width: 100%;
    height: auto;
}

.main {
    margin-top: 50px;
}

.footer-copyright {
    font-size: medium;
    text-align: center;
    margin-top: 20px;
}

@media (min-width: 600px) {
    .responsive-image {
        width: 80%;
    }
}

@media (min-width: 768px) {
    .responsive-image {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .responsive-image {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .responsive-image {
        width: 40%;
    }
}