/* ========================================================================== */
/* ========================================================================== */
							/* SEO HOME STYLES */
/* ========================================================================== */
/* ========================================================================== */

header #particles-js {
    position: absolute;
    width: 100%;
    height: 85%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.home-carousel{
    margin-top: 0px;
    height: 100%;
    padding-top: 10%;
}

.home-carousel h1{
    color: #FFF;
}

.home-carousel p{
    color: #FFF;
}


.home-hero-pic img{
    width: 100%;
}

.home-hero{
    padding: 4rem 0rem;
    height: auto;
    position: relative;
}

.home-hero h1{
    line-height: 1.4;
}

.seo-front h2:after {
	background-image: linear-gradient(to right, #F09819 51%, #FF512F 100%);
	content: '';
	display: block;
	height: 3px;
	margin: 15px 0px 25px;
	width: 80px;
}

.highlights-message p{
    font-weight: 600;
}

.seo-front-img{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: 0.25rem;
}

.seo-front-img img{
    width: 100%;
    border-radius: 0.25rem;
}

.front-bar{
    margin-top: 2rem;
}

.circle-border{
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    border: solid 1px #F0F5F5;
    position: relative;
    cursor: pointer;
}

.circle-border:before{
    content: "";
    position: absolute;
    border: solid 2px #F0F5F5;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transition: 0.3s;
    border-radius: 50%;
}
    
.circle-border:hover:before{
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px;
}

.front-icon-circle{
    background: #F0F5F5;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid 1px #F0F5F5;
    transition: 0.8s;
}

.front-bar h5{
    font-size: 16px;
    margin-bottom: 0px;
}

.front-icon-info{
    padding-top: 15px;
}

.front-icon-info p{
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px;
}

.seo-center-icon{
    width: 40px;
    height: 40px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.seo-center-icon img{
    width: 100%;
}

.front-thumb{
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
}

.from-thumb-pic img{
    width: 100%;
}

.thumb-caption{
    padding: 30px 20px 15px;
}

.thumb-caption h4{
    font-size: 0.90rem;
    text-align: center;
    margin-bottom: 5px;
}

.thumb-caption p{
    text-align: center;
    margin-bottom: 15px;
}


.home-hero-pic:hover{
    animation-duration: 1.2s;
    animation-name: animateLayer;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    cursor: pointer;
}

@keyframes animateLayer{
    from{
        transform: translateX(0) translateY(0);
    }
    
    to{
        transform: translateX(15px) translateY(-15px);
        
    }
    
}

@media (max-width:768px) { 
.home-hero{
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 2rem;
}
    
}

	