/*--------------------------------------------------------------
# About Video
--------------------------------------------------------------*/
.about-video .content {
    font-size: 15px;
}

.about-video .content h3 {
    font-weight: 700;
    font-size: 24px;
    color: #124265;
}

.about-video .content ul {
    list-style: none;
    padding: 0;
}

.about-video .content ul li {
    padding-bottom: 10px;
    padding-left: 28px;
    position: relative;
}

.about-video .content ul i {
    font-size: 24px;
    color: #2487ce;
    position: absolute;
    left: 0;
    top: -2px;
}

.about-video .content p:last-child {
    margin-bottom: 0;
}

.about-video .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#2487ce 50%, rgba(36, 135, 206, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.about-video .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about-video .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 rgba(36, 135, 206, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.about-video .play-btn:hover::after {
    border-left: 15px solid #2487ce;
    transform: scale(20);
}

.about-video .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
    position: relative;
    border-bottom: 10px solid #cd3921;
}
#about .border-top-66 {
    border-top: 66px solid #cd3921;
}
#manned-div-1,
#why-salvus,
.border-top-20, #clients-div {
    border-top: 20px solid #cd3921;
}
#about p {
    font-size: 18px;
}
#security-solutions,
#our-vision,
#salvus-management,
#core-services,
.border-bottom-orange-10 {
    border-bottom: 10px solid #cd3921;
}
#our-mission,
#manned-div-1,
#security-escort-parallax-bg,
.border-bottom-blue-10 {
    border-bottom: 10px solid #1e1e40;
}
#our-mission p.mission-paragraph {
    column-count: 2;
    column-gap: 40px;
}
#why-salvus,
.about-vision-mission {
    background-color: #262947;
    color: #fff;
    text-align: justify;
}
#about-us-top img.salvus-logo {
    max-width: 383px;
    padding: 5rem 0;
}
#about-us-top h5 {
    line-height: 1.5;
}

hr.about-border-salvus {
    margin: 2.5rem 0;
    border-top: 2px solid #cd3921;
    opacity: 1;
    width: 245px;
}
#security-solutions .map-div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e1e7ed;
}

#security-solutions img.map {
    width: 300px;
    padding: 4rem 0;
}
h2.salvus-border-bottom,
.salvus-border-bottom {
    border-bottom: 2px solid #ce442e;
    display: inline-block !important;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
}
#salvus-management,
#map-locations,
#manned-div-1,
#why-salvus2,
.security-about {
    background-color: #e1e7ed;
}
#why-salvus2 {
    min-height: 35vw;
    display: flex;
    align-items: center;
}
#why-salvus2 img.img-1 {
    translate: 0 -50px;
    box-shadow: 20px 20px 1px 0 #cd3921;
}
#why-salvus2 img.img-2 {
    translate: 0 50px;
    box-shadow: 20px 20px 1px 0 #262947;
}
#salvus-management .salvus-management-div {
    padding: 5rem;
    min-height: 30vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.manned-guard-div {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.manned-guard-div ul {
    line-height: 2;
}
.orange-bullet {
    list-style: none;
}
.client-column {
    column-count: 2;
    column-gap: 40px;
}
ul.orange-bullet li::before {
    content: "\2022";
    color: #ce442e;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.home-map-location {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.blue-box-bg {
    background-color: #1e1e40;
}
.text-orange {
    color: #ce442e;
}
.default-btn {
    background-color: #ce442e;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    padding: 0.5rem 1rem;
}
.default-btn:hover {
    background-color: #1e1e40;
    color: #fff;
}

#about .horn-img {
    translate: 0 -38px;
}
#about h2 {
    color: #1e1e41;
}
hr.home-border-bottom {
    border: 1.5px solid;
    width: 439px;
    color: #cd3921;
    opacity: 1;
}
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-left: 28px;
    position: relative;
}

.about .content ul li + li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #2487ce;
    line-height: 1;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .content .btn-learn-more {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #2487ce;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #2487ce;
}

.about .content .btn-learn-more:hover {
    background: #2487ce;
    color: #fff;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding: 60px 0;
}

.counts .count-box {
    width: 100%;
    text-align: center;
}

.counts .count-box span {
    font-size: 48px;
    line-height: 48px;
    display: block;
    font-weight: 700;
    color: #124265;
    margin-left: 80px;
    margin: auto;
}

.counts .count-box p {
    padding: 8px 0 0 0;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #1e6ca6;
}