:root {
    --primary-font: "Lato", sans-serif;
    --primary-dark-blue: #065f78;
    --text-color: #202020;
    --blue-one: #89cff0;
    --blue-two: #87cefa;
    --blue-three: #0093af;
    --blue-four: #00538c;
    --blue-five: #003153;
    --blue-six: #0c2544;
}

html,
body {
    font-family: var(--primary-font);
    scroll-behavior: smooth;
    color: var(--text-color);
}

.bg-dark-primary {
    background: var(--blue-five);
}

.logo .cls-1 {
    fill: var(--blue-five);
}

@media (max-width: 576px) {
    .caption-container h4 {
        font-size: 1rem;
        text-align: center !important;
        font-weight: 500;
    }

    .team h5 {
        font-size: 100%;
    }

    .team p {
        font-size: 90%;
       line-height: 1rem;
    }
    section .font-weight-bolder{
        font-size: 1.2rem !important;
    }
}

.caption-container {
    font-family: var(--primary-font);
    background-color: rgba(0, 0, 0, 0.855);
    letter-spacing: 1px;
    /* border-radius: 10px; */
}

.caption-container p {
    font-weight: 200;
}

.services-image {
    background: url("../assets/images/office.jpeg");
    height: 0;
    padding-top: calc(591.44 / 1127.34 * 100%);
    background-size: cover;
}

#services {
    background: #f3f3f3;
}

.services ul li {
    list-style-type: "\00BB";
    padding: 5px 15px;
    transition: 0.5s;
    /*list-style: url("../assets/check-circle-fill.svg");*/
}

.services > div {
    /*border-radius: 0px 0px 20px 20px;*/
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    transition: 400ms;
    background: white;
}

.general-services, .mechanical-services {
    background: var(--primary-dark-blue);
    border-bottom: 2px solid var(--blue-one);
    color: #fdfdfd;

}

.electrical, .mechanical {
    background: var(--blue-five);
    border-bottom: 2px solid var(--blue-one);
    color: #fdfdfd;

}

.service-card:hover {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    transition: 400ms;
}

.contact-card {
    /*box-shadow: inset 3px 5px 10px rgba(173, 173, 173, 0.7),inset  -3px -5px 10px rgba(255, 255, 255, 0.9),  3px 5px 10px rgba(173, 173, 173, 0.7),-3px -5px 10px rgba(255, 255, 255, 0.9);*/
    border: 1px dashed var(--blue-five);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    /*border-radius: 15px;*/
}

.contact-card ul li {
    padding: 5px 0;
}

.company-name {
    font-weight: bold;
}

.mission .h, .objective .h {
    background: var(--blue-five);
    /*border-top: 2px solid var(--blue-one);*/
    /*border-left: 2px solid var(--blue-one);*/
    transition: 400ms;
    color: #fdfdfd;
}

.mission, .objective {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.mission:hover, .objective:hover {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.mission-text, .objective-text {
    border: 1px solid var(--blue-three);
    border-top: 0;
}

#work_with .owl-stage {
    display: flex;
    align-items: center;
    gap: 20px;
}

#work_with .item {
    padding-left: 15px;
}

.in-pictures {
    /*background: url('../assets/images/electricalpic.jpg');*/
    background-position: center;
    background-size: cover;
    padding-top: calc(1 * 100%);
}

.team {
    border-radius: 10px;
    /*border: 0.5px solid var(--blue-six);*/
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.team-image .in-pictures {
    /*border-radius: 50%;*/
    border-radius: 10px 0 0 10px;
    /*border-right: 0.5px solid var(--blue-six);*/
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
}

section .font-weight-bolder {
    text-transform: uppercase;
    font-size: 1.6rem;
    color: var(--blue-five);
    letter-spacing: 1px;
}

.values div{
    margin-top: 5px;
    background: var(--blue-five);
    color: white;
    padding: 5px 0 ;
    display: flex;
    font-size: 1.4rem;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-left: 4px solid var(--blue-two);
}
.values div svg{
    margin-right: 5px;
}
.team p{
    line-height: 1;
    margin-bottom: 5px;
}