body,html{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.rgba-black-slight, .rgba-black-slight:after {
    background-color: rgba(0,0,0,.1);
    height: 40px;
}
.logo{
    width: 100%;
    min-height:120px;
    max-height: 120px;
    margin: 1rem auto;
    text-align: center;
    align-items: center;
}

.logo_two{
    width: 100%;
    min-height:120px;
    max-height: 120px;
    margin: 1rem auto;
    text-align: center;
    align-items: center;
}
.logo_two img{
    width:60%;
}
.sub-logo{
    width: 100%;
    min-height:120px;
    max-height: 120px;
    margin: 0rem auto;
    text-align: center;
    align-items: center;
}
.sub-logo img{
    width:85%;
}
.bg-primary h5{
    color: #fbcf0c;
    font-size: 2rem;
    font-weight: 200;
    margin: 0rem;
}
.bg-primary h2{
    color: #fbcf0c;
    font-size: 2rem;
    font-weight: 600;
    margin: 0rem
}
.font-size{
    font-size: .9rem!important
}
video {
    max-width: 100%;
    height: auto;
}
.profile_img{
    width: 150px;
    height: 150px;
    border-radius: 100px;
    overflow: hidden;
}
p{
    text-align: justify !important;
}
.bg-primary h6{
	color: #fbcf0c;
	font-size: 1.1rem;
	font-weight: 200;
	margin: 0rem;

}
table.table td, table.table th {

   padding: .4rem;

}