/********** Template CSS ************/
body {
    color: #000000;
}
#content a {
    color: #d01521 !important;
}
h1, h2, h3, .h1 {
    text-transform: uppercase;
}
h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 2.5rem;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link, .navbar-brand, .nav-link-c {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px 1.5rem;
    color: #ffffff;
    outline: none;
    line-height: 2rem;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #d01521;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link {
        padding: 10px 0px;
    }
    .navbar-dark .navbar-nav.border-right {
        border-right: none !important;
    }
}

.service-item {
    height: 320px;
    background: #F4F5F8;
    transition: .5s;
}

.service-item:hover {
    background: #222429;
}

.service-item h4 {
    transition: .5s;
}

.service-item:hover h4 {
    color: #F4F5F8;
}

.portfolio-item .portfolio-btn {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    background: rgba(34, 36, 41, 0.5);
    border: 1px solid transparent;
    border-radius: 4px;
    opacity: 0;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 30px solid rgba(34, 36, 41, 0.9);
}

.portfolio-item i {
    opacity: 0;
    transition: .3s;
    transition-delay: .3s;
}

.portfolio-item:hover i {
    opacity: 1;
}

.page-header {
    height: 400px;
    margin-bottom: 90px;
}

@media (max-width: 991.98px) {
    .page-header {
        height: 300px;
    }
}

.team-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: calc(50% - 45px);
    left: 0;
    z-index: 1;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 15px 0;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    color: #000000 !important;
    background: transparent !important;
    border: #000000 2px solid !important;
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-next {
    float: right;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    color: #FFAA17;
    background: #222429;
}

.team-item .team-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border-radius: 4px;
    background: #222429;
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    opacity: 1;
}

.testimonial-carousel .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #BDBDBF;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    background: #FFAA17;
}

.testimonial-carousel .owl-item img {
    width: 80px;
    height: 80px;
}

.testimonial-carousel .owl-item .testimonial-item {
    opacity: .5;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #222429;
    opacity: 1;
}

.testimonial-carousel .owl-item.center .testimonial-item h5 {
    color: #FFAA17;
}

.testimonial-carousel .owl-item.center .testimonial-item::before {
    position: absolute;
    content: "";
    top: 45px;
    left: -30px;
    right: -30px;
    bottom: 45px;
    background: #5c616f;
    border-radius: 4px;
    z-index: -1;
}

.contact-form .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
button.navbar-toggler {
    border: none !important;
    color: #ffffff !important;
}
.bg-dark, .navbar-dark {
    background-color: #000000 !important;
}
/*
a.smm-icon {
    margin-left: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#footer a.smm-icon {
    margin-left: 10px;
    margin-right: 10px;
}
*/
a.smm-icon img {
    height: 36px;
}
#vaccines a.vaccine-nav-item {
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: bold;
}
#vaccines a.vaccine-nav-item.active,
#fakes a.fakes-nav-item.active,
#vaccines a.vaccine-nav-item:hover,
#fakes a.fakes-nav-item:hover{
    color: #d01521 !important;
}
h3 {
    color: #d01521 !important;
}
#content ul {
    apadding-left: 0;
}
#content ul li {
    alist-style-type: none;
    margin-bottom: 10px;
}
.text-small {
    font-size: 75%;
}
#content a.btn {
    color: #ffffff !important;
}
#content a.text-dark {
    color: #000000 !important;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    background-color: #d01521 !important;
}
.dropdown-item:hover {
    color: #ffffff !important;
}
.btn-danger {
    background-color: #d01521 !important;
    border-color: #d01521;
}
.text-danger {
    color: #d01521 !important;
}
.btn-dark {
    background-color: #000000 !important;
    border-color: #000000 !important;
}
#contacts label {
    font-weight: bold;
}
.condensed {
    font-family: "Oswald", sans-serif;
}
.btn-danger:hover {
    color: #ffffff !important;
}
button.close {
    font-size: 2rem;
    opacity: 1;
}
.modal-header, .modal-footer {
    border: none;
}
.navbar {
    padding-left: 15px;
    padding-right: 15px;
}
.btn {
    border-radius: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.ptop {
    margin-top: 40px;
}
@media (min-width: 768px){
    .w-md-75 {
        width: 75% !important;
    }
}