.container {
	position: relative;
	width: min(95%, 1300px);
	margin: 0 auto;
    padding: 100px 0;
}

.btn { 
    background-color: #000;
    color: #ffd000!important;
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    margin: 20px auto;
    padding: 1rem 1.5rem;
    border-radius: 10px;
}

.acolumns { 
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}
.acolumns.split .col { 
    width: 60%;
    padding-right: 5rem;
}
.acolumns.split .col:last-child { padding-right: 0px; width: 40%; padding-left: 1rem; }
.acolumns.three .col { 
    width: 33.333%;
    padding: 2rem;
}
.acolumns.four .col { 
    width: 25%;
}
.acolumns.threenine { margin-bottom: 2rem; }
.acolumns.threenine .col {
    width: 75%;
}
.acolumns.threenine .col:first-child { 
    width: 25%;
    padding-right: 4rem;
}
.acolumns.ninethree .col {
    width: 35%;
}
.acolumns.ninethree .col:first-child { 
    width: 65%;
    padding-right: 3rem;
}

.stats p { text-align: center; }
.stats .stat { 
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3rem;
    line-height: 1;
}

.acolumns.ninethree .col img { margin-bottom: 2rem; }
.col .circle { 
    width: 300px;
    height: 300px;
    position: relative;
    margin: 0px auto;
}

.col .circle img { 
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100%;
}
.col .circle a { 
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1rem;
    line-height: 1.3;
    top: 0;
    left: 0;
    text-align: center;
    color: #ffd000;
    font-size: 2rem;
    font-weight: bold;
}
.col .circle a span { display: block; color: #ffd000; font-weight: bolder; z-index: 2; position: relative; }
.col .circle a:hover { text-decoration: none!important; }
.col .circle a::before { 
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    border-radius: 100%;
    z-index: 0;
}

.acolumns.threenine .col h3 { 
    border-bottom: 5px solid #ffd000;
    padding-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 600;
}

.testimonials .acolumns.three .col { 
    padding: 0px 1rem; 
}
.testimonials .testiimg { 
    border-radius: 100%;
    width: 100px;
    height: 100px;
    position: relative;
    margin-bottom: 15px;
}
.testimonials .testiimg img { 
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.content .testimonials p { margin-bottom: 10px; }

.mapcontact h5 { 
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
}
.mapcontact h5:before { 
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    left: -55px;
    top: 0;
    background-image: url(../images/Location.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.mapcontact .phones h5:before { 
    background-image: url(../images/Phone.png);
}
.mapcontact p { margin-bottom: 15px!important; }

@media (max-width: 768px) { 
    .acolumns{ 
        flex-direction: column;
    }
    .acolumns .col { width: 100%!important; }
    .content h1 { 
        font-size: 46px!important;
        line-height: 1!important;
    }
    .acolumns.circleimages { flex-direction: row!important; margin-bottom: 1rem; }
    .acolumns.three.circleimages .col { width: 33.333%!important; padding: 0; }
    .col .circle { width: 150px; height: 150px; }
    .col .circle a { font-size: 1rem; }
    .testimonials .acolumns.three .col { padding: 0; }
    .acolumns.split .col { padding-right: 0px; }
    .acolumns.split .col .locations,
    .acolumns.split .col .phones { 
        padding: 0 2rem;
        margin-top: 1rem;
    }
}
@media (max-width: 640px) { 
    .col .circle { width: 110px; height: 110px; }
    .col .circle a { font-size: 12px; }
}