@font-face {
  font-display: swap !important;
}
.html{
    overflow: hidden;
}

:focus {
    outline: none;
}
img {
    max-width:100% !important;
}

.bg-primary {background-color: #526aff !important;}
.bg-info {background-color: #ffc300 !important;}
.bg-secondary {background-color: #999999 !important;}

.btn-primary {background-color: #526aff !important;}
.btn-info {background-color: #ffc300 !important;}
.btn-secondary {background-color: #999999 !important;}



.text-white{text-shadow: 0 0 1px #000;}
.text-primary {color: #526aff !important;}
.text-info {color: #ffc300 !important;}
.text-secondary {color: #999999 !important;}

.opacity-text {
    opacity: 0.7;
}
.carousel-inner img {
    width: 100% !important;
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: black;
    font-family:  Arial;
}
body{
    color: #525252;
    height: 100vh;
    transform-style: preserve-3d;
    overflow-x: hidden;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .right-headers {
        float: right;
    }
}

@media (max-width: 767px) {
    .right-headers {
        text-align: center;
    }

    .srm{
        font-size: 25px;
        font-weight: 400;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0.5rem !important;
    }
    .my-auto .h5{
        font-size: 17px;
    }
}

.zindex2 {
    z-index: 2;
}


.feature-product-image .desc {
    display: none;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
}
.feature-product-image:HOVER .desc {
    display: flex;
}

.jumbotron {
    background: url(../images/bg-6.jpg) fixed center no-repeat;
    background-size: cover;
}

.jumbotron:after {
    background-color: rgba(255, 195, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.success-lighter-hover {
  color: #00C851;
  -webkit-transition: .4s;
  transition: .4s; 
}
.success-lighter-hover:hover {
  -webkit-transition: .4s;
  transition: .4s;
  color: #16ff74; 
}

.primary-lighter-hover:hover {
  -webkit-transition: .4s;
  transition: .4s;
  color: #8ab4f8; }


.side-nav{
    position: fixed;
    top:50%;
    z-index: 20;
    transform: translateY(-50%);
}

.side-nav a{
  width: 150px;
  padding: 10px;
  text-decoration: none;
  margin-left: -95px;
}

.side-nav a:hover{
  margin-left: 0;
  background-color: #ffc300;
}


.bc-icons-2 .breadcrumb-item + .breadcrumb-item::before {
content: none; }
.bc-icons-2 .breadcrumb-item.active {
color: #455a64; }


.content-slideshow {
    position: relative;
    margin: 0;
    top: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 29rem;
    overflow: hidden;
}

.sticky {
    /* position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 20px; */
}