body {
    font-family: Poppins;
    color: #777
}
h2,h3,h5 {
    font-weight: 700
}
.bg-light {
    background-color: #f1f5fb!important
}
.tb-vr th:nth-child(2),
.tb-vr td:nth-child(2) {
    width: 150px;
    text-align: right
}
.tb-vr th:nth-child(3),
.tb-vr td:nth-child(3) {
    width: 200px;
    text-align: right
}
.fixed {
    -webkit-filter: drop-shadow(0 .125rem .25rem #333);
    filter: drop-shadow(0 .125rem .25rem #333);
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 2147483646!important;
    transition: all .3s
}
.fixed img {
    height: 60px
}
.fixed img:hover {
    transform: scale(1.1)
}
h2  {
    color: #FF2700
}
.rounded-circle {
    border: 7px solid #FF2700
}
.nav-pills {
    background-color: #FF2700
}
.nav-pills .nav-link {
    border-radius: 0;
    border-top: 2px solid #FF2700;
    border-bottom: 2px solid #FF2700;
    padding: 1px 7px;
    margin: 7px 13px;
    color: #d1d1d1
}
.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    background-color: transparent;
    color: white
}
.video-container  {
    position: relative;
    width: 600px;
    max-width: 100%;
}
video {
    width: 100%;
    height: auto;
    display: none;
}
.video-container img {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.btn-outline-dark svg {
    transition: fill 0.3s;
}
.btn-outline-dark svg {
    fill: #212529;
}
.btn-outline-dark:hover svg {
    fill: #fff;
}
/* SM */
@media (min-width: 576px) {

}
/* MD */
@media (min-width: 768px) {
    .text {
        width: 80%
    }
    .text-left {
        width: 80%
    }
    .text-left div:nth-child(1) {
        width: 60%
    }
    .text-left div:nth-child(2) {
        width: 40%;
        padding-left: 10%
    }
    .text-right {
        width: 80%
    }
    .text-right div:nth-child(1) {
        width: 40%;
        padding-right: 10%
    }
    .text-right div:nth-child(2) {
        width: 60%
    }
}
/* LG */
@media (min-width: 992px) {

}
/* XL */
@media (min-width: 1200px) {

}
/* XXL */
@media (min-width: 1400px) {

}
ol {
    counter-reset: item;
    padding-left: 0
}
ol>li {
    display: block
}
ol>li:before {
    content: counter(item) "";
    counter-increment: item;
    color: #fff;
    background-color: #9C0F0C;
    border-radius: 3px;
    padding: 0 4px 0 4px;
    font-size: 80%;
    font-weight: 900;
    margin-right: 6px
}
