.carousel-inner img {
    width: 100%;
    height: 60%;
}

.top{
    background-color: #022E4C;
    height: 20px !important;
    font-size: 13px;
}

html,body{
    font-family: 'Libre Franklin', sans-serif;
    color: black;
    margin: 0 auto;
}

.social-anchors{
    text-decoration: none;
    color: white;
    font-size: 30px;
}

.social-anchors:hover{
    text-decoration: none;
    color: yellow;
}

.float-right{
    float: right !important;
    padding-right: 10%;
}

.box-border{
    border-left: 1px solid rgb(184, 184, 184);
    border-right: 1px solid rgb(184, 184, 184);    
    padding: 2%;
}

.box-no-border{
    padding: 2%;
}

.box-border:hover,.box-no-border:hover{

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
}



.background-color-dark{
    background-color: #0C4A79;
}


.nav-link{
    font-size: 16px;
    color: white !important;
    border-right: 1px solid black;
    padding: 0px 25px 0px 25px !important;
}

.nav-item:hover{
    color: white !important;
    font-weight: bold;    
}

.nav-sales{
    font-size: 16px;
    color: yellow !important;
    border-right: none !important;    
    padding: 0px 25px 0px 25px !important;

}
/* 
.nav-padding{
    padding-left: 5%;
}
.nav-padding-right{
    margin-left: -200px;
} */

.product-img-display-size{
    height: 210px !important;
    width: 210px !important;
}

.touch-bottom{
    bottom: 0;
}






.footer-background-dark{
    background-color: #022E4C;
    color: white;
}
.footer-dark{
    font-size: 18px !important;
    padding: 5px 20px 5px 20px;
    text-align: center !important;
}
.social-fb{
    cursor: pointer;
}



.footer-background-light{
    background-color: #064F88;
    color: white;
}
.footer-light{
    font-size: 14px !important;
    padding: 5px 20px 5px 20px;
}

.footer-background-bottom{
    background-color: #0E5D9A;
    color: white;
}
.footer-bottom{
    font-size: 14px !important;
    padding: 5px 20px 5px 20px;
}

.footer-li-a{
    list-style-type: none;
}

.footer-li-a a{
    text-decoration: none;
    color: white;
}

.footer-li-a a:hover{
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding-right: 2%;
}

.footer-corporate-span{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.root{
    position: fixed;
    bottom: 0;
    right: 0%;
    cursor: pointer;
    /* width: 200px; */
    /* height: 30px; */
    padding-top: 5px;
    /* background-color: rgb(134, 83, 134); */
    /* box-shadow: 0 0 9px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 10px rgba(0, 0, 0, 0.19); */
    color: white;
    /* margin-right: 20px; */
    padding: 0px 10px 0px 10px;
}

.bar{
    bottom: 20%;
    right: 60%;
}


.iframeDiv{
    position: fixed;
    bottom: 67%;
    right: 12%;
    cursor: pointer;
    width: 200px;
    height: 30px;
    padding-top: 5px;
    color: white;
    margin-right: 20px;
    padding: 0px 10px 0px 10px;
}


.shortDescription{
    font-size: 12px;
}

.v-align-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 5px;
    /* color: white; */
    margin-right: 20px;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
}

.btn-close{
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 5px;
    /* color: white; */
    margin-right: 20px;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
}


.border-login{
    background-color:rgba(255, 255, 255, 0.836) !important;
    border: 1px solid rgb(255, 255, 255);
    padding: 3%;
    margin-top: 5%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
}



.bg {
    background-image: url('../img/img01.jpg');
    height: 100%;
    width: 100%;
    margin: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hide {
    display: none;
}