﻿ .navbar-expand-lg.top-nav .navbar-nav .nav-link.active2 {
      color: #ec7554;
    }

    .navbar-expand-lg.top-nav .navbar-nav .nav-link.active2:after {
      content: "";
      position: absolute;
      width: 40px;
      background: #ec7554;
      height: 5px;
      bottom: 0px;
      right: 0px;
      border-radius: 6px;
    }

    .navbar-expand-lg.top-nav .navbar-nav .nav-link.active2:before {
      content: "";
      position: absolute;
      width: 40px;
      background: #ec7554;
      height: 5px;
      top: 0px;
      left: 0px;
      border-radius: 6px;
    }

    .activesub {
      color: #ec7554;
    }

    .arr-right .breadcrumb-item+.breadcrumb-item::before {
      content: "›";
      vertical-align: top;
      color: #408080;
      font-size: 35px;
      line-height: 18px;
    }

    .text-light {
      color: black !important;
    }

    .mbchk {
      display: none;
    }

    @-webkit-keyframes blinker {
      from {
        opacity: 1.0;
      }

      to {
        opacity: 0.0;
      }
    }

    .blink {
      font-weight: bold;
      color: red;
      text-decoration: blink;
      -webkit-animation-name: blinker;
      -webkit-animation-duration: 0.6s;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: ease-in-out;
      -webkit-animation-direction: alternate;
    }

    @media (min-width:320px) and (max-width:575.98px) {
      ul {
        text-align: left;
      }

      h3 {
        text-align: left;
      }

      p {
        text-align: left;
      }

      .about-main h3 {
        text-align: left;
        font-size: 1.2rem;
      }

      .arr-right .breadcrumb-item+.breadcrumb-item::before {
        content: "›";
        vertical-align: top;
        color: #408080;
        font-size: 20px;
        line-height: 18px;
      }

      .breadcrumb {
        font-size: 12px;
        text-align: left;
      }

      .scroll-top {
        width: 40px;
        height: 35px;
        position: fixed;
        bottom: 25px;
        right: 1px;
        display: none;
        z-index: 4;
      }

      .scroll-top i {
        display: inline-block;
        color: #fff;
      }

      .animated {
        animation-duration: 2.5s;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
      }

      @keyframes bounce {

        0%,
        20%,
        50%,
        80%,
        100% {
          transform: translateY(0);
        }

        40% {
          transform: translateY(-30px);
        }

        60% {
          transform: translateY(-15px);
        }
      }

      .bounce {
        animation-name: bounce;
      }

      .mbchk {
        display: block;
      }
    }

