p, a, li {
    font-family: 'Lato', sans-serif;
    color: #333;
}
a:hover, a:focus {
    color: #7f7f80;
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
}
section {
    padding: 50px 0;
}
.navbar-brand {
    padding: 30px;
}

/* ---- particles.js container ---- */

#particles {
    height: 95vh;
}
canvas {
    display: inline-block;
    vertical-align: top;
    height: auto;
}
.particles-container {
    padding-top: 0;
}
#particles-js {
    position: relative;
    height: 100%;
    background: #b61924;
}
#particles-content {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 30%;
}

/* ------- particles.js End ------- */

.arrow-bg {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #321d93;
    width: 100px;
    border-radius: 100%;
    transform: scale(0.7);
}
.arrow {
    padding: 3px;
    width: 33%;
    height: 100px;
}
.arrow:after {
    content: '';
    border-color: #111 transparent transparent transparent;
}
#points {
    position: relative;
}
#points a {
    top: 0;
    margin-top: -100px
}
.svg-icon {
    margin-top: 20px;
    height: auto;
    width: 100%;
    max-height: 150px;
}
@media screen and (max-width: 768px) {
    .box h1, .box p {
        text-align: center;
    }
}
#case-studies .container {
    box-shadow: 0px 0px 30px rgba(30, 30, 30, 0.06);
}
#case-studies {
    padding-bottom: 100px;
    background-color: #eee;
}
.case-studies h1.title{
    padding-bottom: 90px;
}
.gallery-image {
    overflow: hidden;
    position: relative;
    padding-top: 350px;
}
.gallery-image:before {
    content: '';
    position: absolute;
    width: 25%;
    height: 120%;
    top: -10px;
    z-index: 2;
    right: 0;
    opacity: 1;
    transition: all 1s;
    transform: rotate(25deg);
    transform-origin: 50% 100%;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.28);
}
.babelac .gallery-image:before {
    background: rgb(252, 215, 108);
}
.babelac .gallery-content {
    background: #fcd76c;
}
.lamar .gallery-image:before {
    background: #fff;
    transform: rotate(-25deg);
    right: -187px;
    top: -80px;
}
.lamar .gallery-content {
    background: #fff;
}
.cure .gallery-image:before {
    background: #1b4277;
}
.cure .gallery-content {
    background: #1b4277;
}
.gallery-content {
        min-height: 350px;

}
.gallery-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 1s;
}
.gallery-image:hover:after {
    opacity: 1;
}
.portfolio-logo {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.clients {
    padding: 50px;
}
.privacy {
    padding: 50px;
}

/* -------- Phone Section --------- */

#contact {
    padding-top: 0;
    padding-bottom: 0;
    background: #333;
}
#phone-container {
    /*background: url(../assets/images/adult_hand_phone.png) center bottom no-repeat;*/
    position: relative;
    overflow: hidden;
    float: left;
}
#phone-img {
    margin-top: 60px;
}
#phone-content h3 a {
    color: #fff;
}
#phone-content h3 {
    font-size: 15px;
    padding-bottom: 20px;
    color: #fff;
}
.btn-space {
    margin-top: 20px;
    margin-bottom: 76px;
}

/* ------ Utils ------- */

.no-gutter> [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.vcenter {
    min-height: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}

/* ---- Utils End ----- */

footer {
    padding: 20px 0 10px;
    color: #fff;
}
footer img.logo {
    height: 30px;
    margin-top: 5px;
}
footer p img {
    max-height: 36px;
    margin-left: 15px;
}
footer p {
    color: #fff;
}
