.logo-nav {
    height:50px;
    width:auto;
    max-width:500px;
}
@media (min-width: 991px) {
    .logo-nav {
        height: 85px;
    }
}

.inner-head {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 200px;
    padding: 60px 0;
}

.inner-head--solo-banner {
    aspect-ratio: 1920 / 126;
    min-height: 120px;
    max-height: 320px;
    padding: 0;
}

.inner-head__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.inner-head__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.inner-head__img--secondary {
    opacity: 0;
}

.inner-head--animate .inner-head__img--primary {
    animation: innerhead-primary 20s infinite;
}

.inner-head--animate .inner-head__img--secondary {
    animation: innerhead-secondary 20s infinite;
}

@keyframes innerhead-primary {
    0%, 40% { opacity: 1; }
    50%, 90% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes innerhead-secondary {
    0%, 40% { opacity: 0; }
    50%, 90% { opacity: 1; }
    100% { opacity: 0; }
}

.inner-head > .container {
    position: relative;
    z-index: 1;
    background: #0000006e;
    border-radius: 12px;
}

.subinner-head > .container{
    margin-top: 10px;
    background: rgba(247, 147, 29, 0.11);
    border-radius: 12px;
}

.inner-head > .container  h4{
    text-shadow: 3px 2px 1px black;
}

.inner-head > .container  p, .inner-head > .container  ol{
    text-shadow: 2px 2px 1px black;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width:20% !important;
}

.carousel-control-prev-icon-custom,
.carousel-control-next-icon-custom {
    font-size: x-large;
}

.carousel-400 {
    max-height: 400px;
}

.img-stretch-carousel-400 {
    max-height: 400px; width: auto;
}
.img-fit-carousel-400 {
    max-height: 400px; width: 100%; height: 400px;
}

.carousel-600 {
    max-height: 600px;
}

.img-stretch-carousel-600 {
    max-height: 600px; width: auto;
}
.img-fit-carousel-600 {
    max-height: 600px; width: 100%; height: 600px;
}

.carousel-800 {
    max-height: 800px;
}

.img-stretch-carousel-800 {
    max-height: 800px; width: auto;
}
.img-fit-carousel-600 {
    max-height: 800px; width: 100%; height: 800px;
}

nav.navbar ul.nav > li > a {
    padding: 10px 10px;
}

.navbar ul.nav li  a {
    color: #0a0a0a;
}
.navbar .navbar-toggler {
    color: #0a0a0a;
    margin-left: 10px;
}

footer {
    background: white;
    box-shadow: 0 3px 15px 0 rgb(127 60 60 / 37%);
    color: #0a0a0a;
}

.footer-details .footer-social a, .footer-details .footer-details-list li a {
    color: #0a0a0a;
}
.footer-details .footer-social a:hover, .footer-details .footer-details-list li a:hover {
    color: #f7931d;
}

.subfooter  {
    color: white;
    margin-top: 30px;
    padding: 20px 0;
    background: #f7931d;
}

.subfooter a {
    color: white;
}

.subinner-head i {
    float: left;
    width: 50px;
    height: 50px;
    margin: 10px 20px 0 0;
    border: 2px solid #0a0a0a;;
    font-size: 24px;
    line-height: 46px;
    border-radius: 2px;
    text-align: center;
}

.subinner-head.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.subinner-head h1,
.subinner-head h2,
.subinner-head h3,
.subinner-head h4,
.subinner-head h5,
.subinner-head h6 {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.subinner-head .breadcrumb {
    margin-bottom: 0;
}
.subinner-head .breadcrumb > li a {
    color:  #0a0a0a;
}

.toparea {
    font-size: 16px;
}
