.position-sticky {
    width: 100%;
    position: fixed;
    background: #fff;
    box-shadow: 0 3px 10px 0 rgba(38,59,94,.1);
}
#services:target::before, #approach:target::before, #about:target::before {
    height: 60px;
    content: "";
    display: block;
    visibility: hidden;
}
.nav-item.contact a {
    background-color: #00398D !important;
    color: #fff !important;
}
.nav-item a:active,  .nav-item a:hover {
    background-color: #00398D !important;
    color: #fff !important;
}
.nav-item a.active {
    background-color: #00398D !important;
    color: #fff !important;
}
.mx-auto {
    margin: 0 auto;
}
.w-100 {
    width: 100%;
}
.section-gray {
    background-color: #F1F6FD;
}
.services {
    padding: 0 20px;
}
.services-header {
    /* max-width: 60%; */
    margin: 0 auto;
}
.services-header .line {
    margin: 20px 0;
}
.services img {
    border-radius: 5px;
    width: 100%;
}
.font-w-500 {
    font-weight: 500;
}
.font-w-600 {
    font-weight: 600;
}
.m-0px-l {
    margin-left: 0px !important;
}
.m-0px-b {
    margin-bottom: 0px !important;
}
.m-5-tb {
    margin: 100px 0;
}
.m-10px-l {
    margin-left: 10px;
}
.m-15px-b {
    margin-bottom: 20px !important;
}
.m-15px-tb {
    margin: 15px 0;
}
.m-30px-b {
    margin-bottom: 30px;
}
.box-shadow {
    box-shadow: 0 3px 10px 0 rgba(38,59,94,.1);
}
.p-50px-tb {
    padding: 50px 0;
}
.services-check span.fa {
    color: #01B5C7;
}
.feature-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5%;
}
.feature-box .services-img {
    margin-bottom: 30px;
}
.feature-box .feature-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 250px;
    height: 250px;
    margin: 0 auto 30px;
    border-radius: 100%;
    position: relative;
}
.feature-box .feature-img.services-img-1 {
    background-image: url("../img/hugh.jpg");
    background-position: 20%;
}
.feature-box .services-img-2 {
    background-image: url("../img/jeffrey.jpg");
}
.feature-box .services-img-3 {
    background-image: url("../img/coding.jpg");
}
.feature-box .inner-bg {
    background-color: rgba(1,181,199,0.2);
    border-radius: 100%;
    width: 100%;
}
.contact-form {
    max-width: 68%;
    margin: 0 auto;
}
.contact-label {
    font-weight: 300;
}
.contact-form-btn {
    display: block;
    font-size: 16px;
    line-height: initial;
}
.about-beehive {
    display: block;
}
textarea {
    resize: none;
    height: 150px !important;
}
@media (min-width: 320px) {
    .services-img img {
        width: 80px;
    }
    .feature-content {
        margin-bottom: 30px;
    }
    .contact-form {
        max-width: 100%;
    }
    .contact-form-btn {
        font-size: 12px;
    }
    .feature-box {
        padding: 20px 0;
    }
}
@media (min-width: 576px) {
    .feature-content {
        margin-bottom: 30px;
    }
    .contact-form {
        max-width: 100%;
    }
    .contact-form-btn {
        font-size: 12px;
    }
    .feature-box {
        padding: 20px 0;
    }
    .section{
        padding: 30px 55px;
    }
}
@media (min-width: 768px) {
    .feature-box {
        padding: 20px 0;
    }
    .feature-box p {
        margin: 0 auto;
        max-width: 68%;
    }
    .contact-form {
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .feature-row {
        flex-direction: row;
    }
    .feature-box p {
        margin: 0 auto;
        max-width: 100%;
    }
    .contact-form {
        max-width: 70%;
    }
    .section {
        padding: 80px 0;
    }
}
@media (min-width: 1200px) {
    .home-banner {
        height: 80vh;
    }
}