.home-title{
    font-size: 150%;
    font-weight: 600;
}

.home-sub-title{
    font-size: 100%;
    color: #494949;
}

.home-background-cover{
	/*
	background-image: url(../../images/home/cover-one.jpg);
	*/
}

.home-icon-presentarion{
	height: 110px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#home-cover-size{
	background-image: url(../../images/home/cover-one.jpg);
	background-size: cover;
    background-position: bottom;
}

.home-white-section{
    background-color: #ffffffe3;
    width: 390px;
    height: 100%;
    left: 20px;
    position: absolute;
    border-right: 1px solid #2149a0;
    border-left: 1px solid #2149a0;
}

.home-container{
	padding-left: 15px;
}

.home-left-line{
	/*
    background-color: #2149a0;
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    */
}

.home-button-container{
    padding-top: 30px;
    padding-block: 24px;
}

.home-button{
    padding-left: 20px;
    padding-right: 20px;
}

.home-slide-down-icon{
	height: 100px;
}

.home-index-button{
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border: 1px solid #5261ad;
    color: #3b3b3b;
    padding-top: 10;
    padding-bottom: 10;
    padding-left: 20;
    padding-right: 20px;
    background-color: #6e4c4000;
    transition: background-color .5s ease-out 50ms;
}

.home-index-button:hover {
    background-color: #99a8dd;
    color: #3b3b3b;
    border: 1px solid #5261ad;
}

.home-index-button:focus {
    background-color: #6578bb !important;
    color: #3b3b3b !important;
    border: 1px solid #5261ad !important;
}



.home-social-head{
    top: 0px;
    right: 25px;
    height: 100%;
}

.home-social-icon{
    height: 40px;
}

.home-social-line{
    background-color: #868686;
    height: 25px;
    width: 1px;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.home-social-line-large{
    background-color: #868686;
    height: 125px;
    width: 1px;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.home-social-line-small{
    background-color: #868686;
    height: 20px;
    width: 1px;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1024px) {
    .home-white-section{
        left: 0px !important;
        width: 100%;
    }
}