.body-background{
    background-color: rgb(29 54 95);
    /*
    background-color: rgb(29 54 95 / 53%);
    */
}

.home-white-section{
	background-image: url(../../images/home/background.jpg);
	background-size: cover;
    background-position: right;
}

.home-white-section-two{
    background-image: url(../../images/home/backgroundp02.jpg);
    background-size: cover;
    background-position: right;
}

.home-white-section-three{
    background-image: url(../../images/home/background03.jpg);
    background-size: cover;
    background-position: right;
}

.svgCards{
    position: absolute;
    color: rgb(29 54 95);
    bottom: -1px;
    left: 0;
}

.home-background-color{
    background-color: #ffffffbd;
}

.home-main-logo{
    height: 235px;
    margin-bottom: 20px;
}

.home-company-name{
    font-size: 179%;
    font-weight: 600;
}

.home-sub-title-company{
    color: #303f63;
    font-size: 115%;
    font-weight: 600;
}

.home-social-head{
    top: 0px;
    right: 25px;
    height: 100%;
}

.home-social-icon{
    height: 38px;
}

.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;
}

.home-little-line{
    border-bottom: 1px solid #a58900;
    margin-bottom: 10px;
}

.home-button-more{
    background-color: #007bff00;
    border-color: #094187;
    color: black;
    margin-top: 15;
}

.home-txt-blue{
    color: #1d5acd;
}

.home-little-sep{
    border-bottom: 1px solid #0e3885;
    width: 285px;
    height: 1px;
    margin-bottom: 20px;
}

.home-company-name-sb{
    font-size: 116%;
    color: #154fbb;
}

@media only screen and (max-width: 768px) {
    .padding-mobile{
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}

/*additional*/
.carousel-indicators li{
    background-color: #3189e3 !important;
}