﻿.arr-right .breadcrumb-item+.breadcrumb-item::before {
      content: "›";
      vertical-align: top;
      color: #408080;
      font-size: 35px;
      line-height: 18px;
    }

    .text-light {
      color: black !important;
    }

    .hovereffect {
      float: left;
      overflow: hidden;
      position: relative;
      text-align: center;
      cursor: default;
    }

    .hovereffect .overlay {
      width: 100%;
      height: 10%;
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.6);
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translate(460px, -100px) rotate(180deg);
      -ms-transform: translate(460px, -100px) rotate(180deg);
      transform: translate(460px, -100px) rotate(180deg);
      -webkit-transition: all 0.2s 0.4s ease-in-out;
      transition: all 0.2s 0.4s ease-in-out;
    }

    .hovereffect img {
      display: block;
      position: relative;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
    }

    .hovereffect h4 {
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      position: relative;
      font-size: 17px;
      padding: 10px;
      background: rgba(0, 0, 0, 0.6);
    }

    .hovereffect a.info {
      display: inline-block;
      text-decoration: none;
      padding: 7px 14px;
      text-transform: uppercase;
      color: #fff;
      border: 1px solid #fff;
      margin: 50px 0 0 0;
      background-color: transparent;
      -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
      transform: translateY(-200px);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
    }

    .hovereffect a.info:hover {
      box-shadow: 0 0 5px #fff;
    }

    .hovereffect:hover .overlay {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }

    .hovereffect:hover h4 {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition-delay: 0.5s;
      transition-delay: 0.5s;
    }

    .mbchk {
      display: none;
    }

    @media (min-width:320px) and (max-width:575.98px) {
      ul {
        text-align: left;
      }

      .about-main h6 {
        text-align: left;
        font-size: 16px;
      }

      h3 {
        font-size: 1.2rem;
      }

      p {
        text-align: left;
      }

      .about-main h4 {
        text-align: left;
      }

      .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;
      }
    }
      .autowidth {
      width: 380px;
      width: 360px;
      overflow-y: auto;
      /* prevent horizontal scrollbar */
      overflow-x: hidden;
      /* add padding to account for vertical scrollbar */
      padding-right: 20px;
      background-color: red;
    }

    .ui-autocomplete {
      position: absolute;
      top: 0;
      left: 0;
      cursor: default;
      max-height: 300px;
      width: 360px;
      overflow-y: auto;
      /* prevent horizontal scrollbar */
      overflow-x: hidden;
      /* add padding to account for vertical scrollbar */
      padding-right: 20px;
    }

    .ui-menu {
      list-style: none;
      padding: 0;
      margin: 0;
      display: block;
      outline: 0;
    }

    .ui-menu .ui-menu {
      position: absolute;
    }

    .ui-menu .ui-menu-item {
      margin: 0;
      cursor: pointer;
      /* support: IE10, see #8844 */
    }

    .ui-menu .ui-menu-item-wrapper {
      position: relative;
      padding: 3px 1em 3px .4em;
    }

    .ui-menu .ui-menu-divider {
      margin: 5px 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      border-width: 1px 0 0 0;
    }

    .ui-menu .ui-state-focus,
    .ui-menu .ui-state-active {
      margin: -1px;
    }

    /* icon support */
    .ui-menu-icons {
      position: relative;
    }

    .ui-menu-icons .ui-menu-item-wrapper {
      padding-left: 2em;
    }

    /* left-aligned */
    .ui-menu .ui-icon {
      position: absolute;
      top: 0;
      bottom: 0;
      left: .2em;
      margin: auto 0;
    }

    /* right-aligned */
    .ui-menu .ui-menu-icon {
      left: auto;
      right: 0;
    }

    /* Overlays */
    .ui-widget-overlay {
      background: #aaaaaa;
      opacity: .3;
      filter: Alpha(Opacity=30);
      /* support: IE8 */
    }

    .ui-widget-shadow {
      -webkit-box-shadow: -8px -8px 8px #aaaaaa;
      box-shadow: -8px -8px 8px #aaaaaa;
    }

    .AutoExtender {
      font-family: Verdana, Helvetica, sans-serif;
      font-size: .8em;
      font-weight: bold;
      border: solid 2px #006699;
      line-height: 20px;
      padding: 3px;
      background-color: lightcyan;
      /*fixed size for scrol bar*/
      overflow-y: auto;
      overflow-x: hidden;
      height: 300px;
      text-align: left;
    }

    .AutoExtenderList {
      border-bottom: dotted 1px #006699;
      cursor: pointer;
      color: black;
    }

    .AutoExtenderHighlight {
      color: White;
      background-color: royalblue;
      cursor: pointer;
    }
     .highlight {
      background: yellow;
      font-weight: bold;
    }
