
a, a em, a b, button, input[type="button"], input[type="submit"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.text-primary_{
    color: #d4281c;
}

.tbold{
    font-weight: 700;
}
a:hover, a:focus {
    color: #f6911d;
    text-decoration: none;
}
img {
    max-width: 100% !important;
}

h1{
    font-size:30px;
}
h2{
    font-size: 26px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 18px;
}
h5,h6{
    font-size: 16px;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}
.img-full {
    width: 100%;
}

.section{
    padding: 50px 0;
}
.txt-primary{
    color:#ff3945
}
.f14{
    font-size: 14px
}
.f16{
    font-size: 16px !important;
}
.flex-grow-1 {
    flex-grow: 1;
}
