.container {
    max-width: 1200px;
}
.text-center {
    text-align: center;
}
.services {
    background-color: #f5f5f5;
}
#about.section {
    padding-top: 0;
    padding-bottom: 0;
}
#about .service-item {
    background-color: #ffffff;
    border-radius: 16px;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #0c0e1e;
    text-align: center;
    padding: 30px 30px 20px;
    min-height: 200px;
}
/* #about .content-title {
    color: #1b1f45;
    margin-bottom: 30px;
    font-weight: 400;
    background-image: url(../img/heading-ser-bg.png);
    background-repeat: no-repeat;
    padding: 5px 20px;
    font-size: 30px;
    text-align: left;
} */
#about .section-title {
    margin-bottom: 0;
}
#about .content {
    padding: 6rem 0;
}
#about p {
    color: #0c0e1e;
    opacity: .8;
    font-weight: 300;
    margin-bottom: 0;
}
#about .service-heading {
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 600;
    color: #ff851f;
}
.btn-cta .bi-arrow-right {
    font-size: 20px;
    position: relative;
    top: 3px;
}
/* #recent-posts .content-title {
    color: #1b1f45;
    margin-bottom: 30px;
    font-weight: 400;
    background-image: url(../img/heading-ser-bg.png);
    background-repeat: no-repeat;
    padding: 5px 20px;
    font-size: 30px;
    text-align: left;
} */
/* #services-2 .content-title {
    color: #1b1f45;
    margin-bottom: 30px;
    font-weight: 400;
    background-image: url(../img/heading-ser-bg.png);
    background-repeat: no-repeat;
    padding: 5px 20px;
    font-size: 30px;
    text-align: left;
} */
.services-2 {
    overflow: visible;
    margin-bottom: 200px;
    background: #1b1f45;
}
.services-2 .service-item {
    position: relative;
    overflow: hidden;
    background: #fff;
    height: 300px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.counter-block {
    height: auto;
    background-color: #dddddd;
    color: #0c0e1e;
}
.counter-head {
    font-size: 36px;
    font-weight: 600;
    color:#ff851f;
    padding: 1rem 2rem 0;
    margin-bottom: 0;
    width: 100% !important;
    max-width: 100% !important;
}
.counter-sub {
    font-size: 18px;
    font-weight: 300;
    padding: 0 2rem 1rem;
    margin-bottom: 0;
    width: 100% !important;
    max-width: 100% !important;
}
.sub-banner {
    height: 300px !important;
}

/* #team .content-title {
    color: #1b1f45;
    margin-bottom: 30px;
    font-weight: 400;
    background-image: url(../img/heading-ser-bg.png);
    background-repeat: no-repeat;
    padding: 5px 20px;
    font-size: 30px;
    text-align: left;
}  */
#team .person {
    background-color: #ffffff;
    padding-bottom: 20px;
    border: 1px solid #e7e7e8;
}
.content-title {
    color: #1b1f45;
    margin-bottom: 30px;
    font-weight: 500;
    background-image: url(../img/new-bg.png);
    background-position: 0 bottom;
    background-repeat: no-repeat;
    padding: 5px 0 25px;
    font-size: 36px !important;
    text-align: left;
}
#clientele .post-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.mb-6 {
    margin-bottom: 2.5rem !important;
}
section a {
   color: #1363df;
}
.contact-banner {
    height: 300px;
}
.contact-bg {
    background: #f5f5f5;
    padding-top: 60px;
}
#contact iframe {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}
#about-3 h4 {
    color: #1b1f45;
    font-weight: 500;
    background-image: url(../img/new-bg.png);
    background-size: 6%;
    background-position: 0 bottom;
    background-repeat: no-repeat;
    padding: 5px 0 15px;
    font-size: 24px !important;
    text-align: left;
}
.main-photo {
    border-radius: 16px;
}
.name {
    font-size: 24px;
    font-weight: 500;
    margin: 10px 0 0;
}
.weteren{
    font-size: 14px;
    font-weight: 300;
    margin: 5px 0 0;
}
.our-usp {
    display: block;
    border: 1px solid #e7e7e8;
    padding: 20px 15px;
    border-radius: 8px;
    text-align: center;
    height: 140px;
    background: #f5f5f5;
}
.our-usp h3 {
    font-size: 30px !important;
    font-weight: 500 !important;
    padding-bottom: 2px !important;
}
.our-usp img {
    width: 30%;
}
.our-usp-text {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}