section#about{
    padding: 0;
}
.about .count-box i {
    color: #5f90b1;
}
.about .content ul i {
    color: #955623;
}
.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#955623 50%, rgb(149, 86, 35) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.about .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgb(104, 60, 24);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
    border-left: 15px solid rgb(104, 60, 24);
    transform: scale(20);
}

.features .icon-box i {
    font-size: 48px;
    float: left;
    color: #955623;
}

.features .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
}

.features .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}

.clients {
    background: #f0f4f8;
    padding: 15px 0;
    text-align: center;
}

.clients img {
    /*max-width: 45%;*/
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
}

.clients img:hover {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.15);
}

.about-boxes .card {
    border-radius: 3px;
    border: 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    min-height: 510px;
}

.about-boxes .card-icon {
    text-align: center;
    margin-top: -32px;
}

.about-boxes .card-icon i {
    font-size: 3rem;
    color: #fff;
    width: 64px;
    height: 64px;
    padding-top: 5px;
    text-align: center;
    background-color: #5f90b1;
    border-radius: 4px;
    text-align: center;
    border: 4px solid #fff;
    transition: 0.3s;
    display: inline-block;
}

.about-boxes .card-body {
    padding-top: 12px;
}

.about-boxes .card-title {
    font-weight: 700;
    text-align: center;
}

.about-boxes .card-title a {
    color: #15222b;
}

.about-boxes .card-title a:hover {
    color: #ff4a17;
}

.about-boxes .card-text {
    color: #5e5e5e;
}

.about-boxes .card:hover .card-icon i {
    background: #fff;
    color: #5f90b1;
}

.awards:first-of-type{
    border-top: solid darkgray;
}

.awards{
    border-bottom: solid darkgray;
    padding-bottom:30px;

}

.about .content {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 25px;
    padding-right: 25px;
}

.about .container{
    padding-bottom:60px;
}

.about-boxes .card-title a:hover{
    color: #955623;
}

#hero {
    height: 40vh;
}

.find-more{
    position: absolute;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}