body {
    font-family: "Be Vietnam Pro", "Noto Sans", sans-serif;
    background-color: #F9FAFA;
}
.size-8 {
    width: 8rem;
}
.size-10 {
    width: 10rem;
    height: 10rem;
}
.aspect-video {
    aspect-ratio: 16 / 9;
}

h2 {
font-weight: 300;
display: inline-block;
padding-bottom: 7px;
position: relative;
}

h2:before{
    content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    bottom: 0;
    left: 0%;
    border-bottom: 3px solid rgb(184, 25, 25);
}

h3{
    align-items: center;
    text-align: center;
    color: rgb(184, 25, 25);   
}

.fs-4 > i{
 color: rgb(184, 25, 25);   
 padding-right: 10px;
}

hr{         
    border: 1px solid rgb(184, 25, 25);         
}
.row{
    margin-bottom: 16px;
}

.btn-darkred{
    background-color:rgb(153 2 2);
    color:white;
}
.btn-darkred:hover{
    background-color:rgb(68, 37, 224);
    color:white;
}

.table-transparent >tbody>tr> td,
.table-transparent >tbody>tr> th,
.table-transparent >thead>tr> th,
.table-transparent >thead>tr> td
{
    background-color: rgba(0,0,0,0);
}

footer {
/*background-color:#33383a;*/
box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.12);
box-sizing:border-box;
width:100%;
text-align:left;
font:bold 16px;
font-family:'Ubuntu', sans-serif;
padding:55px 50px;
margin-top:80px;
bottom:0;
color:rgb(0, 0, 0);
}

.footer-navigation h3 {
margin:0;
font:normal 36px Cookie, cursive;
margin-bottom:20px;
color:rgb(0, 0, 0);
}

.footer-navigation h3 a {
text-decoration:none;
color:rgb(0, 0, 0);
}

.footer-navigation h3 span {
color:#5383d3;
}

.footer-navigation p.links a {
color:rgb(0, 0, 0);
text-decoration:none;
}

.footer-navigation p.company-name {
color:#000000;
font-size:14px;
font-weight:normal;
margin-top:20px;
}

@media (max-width:767px) {
.footer-contacts {
margin:30px 0;
}
}

.footer-contacts p {
display:inline-block;
color:#514f4f;
vertical-align:middle;
}

.footer-contacts p a {
color:#5383d3;
text-decoration:none;
}

.fa.footer-contacts-icon {
background-color:rgb(184, 25, 25);
color:#ffffff;
font-size:18px;
width:38px;
height:38px;
border-radius:50%;
text-align:center;
line-height:38px;
margin:10px 15px 10px 0;
}

.footer-about h4 {
display:block;
color:#fff;
font-size:14px;
font-weight:bold;
margin-bottom:20px;
}

.footer-about p {
line-height:20px;
color:#92999f;
font-size:13px;
font-weight:normal;
margin:0;
}

div.social-links {
margin-top:20px;
color:#fff;
}

.social-links a {
display:inline-block;
width:35px;
height:35px;
cursor:pointer;
background-color:#33383b;
border-radius:2px;
font-size:20px;
color:#ffffff;
text-align:center;
line-height:35px;
margin-right:5px;
margin-bottom:5px;
}   

.card-title {
    font-weight: 600;
}
