﻿ #navsTab ul li:before {
      content: "";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      position: absolute;
      left: -15px;
      top: 0px;
      color: #fbfdfdd4;
    }

    #Descrip ul li:before {
      content: "\f0da";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      position: absolute;
      left: -15px;
      top: 0px;
      color: #3acfd0d4;
    }

    #Descrip ul li {
      position: relative;
      font-weight: 300;
      list-style: none;
      line-height: 29px;
      font-size: 15px;
      color: black;
    }

    .pgalry p:hover {
      text-decoration: none;
    }

    #Descrip a:hover {
      text-decoration: none;
      cursor: default;
    }

    .scroll-top {
      width: 55px;
      height: 55px;
      position: fixed;
      bottom: 25px;
      right: 20px;
      display: none;
      z-index: 4;
    }

    .scroll-top i {
      display: inline-block;
      color: #fff;
    }

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

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

    .about-main h4 {
      color: white;
    }

    .hvr-grow {
      display: inline-block;
      vertical-align: middle;
      transform: translateZ(0);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0);
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      transition-duration: 0.3s;
      transition-property: transform;
    }

    .hvr-grow:hover,
    .hvr-grow:focus,
    .hvr-grow:active {
      transform: scale(1.6);
      z-index: 9999999;
    }

    .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 h2 {
      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 h2 {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition-delay: 0.5s;
      transition-delay: 0.5s;
    }

    .exp {
      opacity: 0.7;
      cursor: not-allowed;
    }

    .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;
    }

    nav>.nav.nav-tabs {
      border: none;
      color: #fff;
      background: #10454e;
      border-radius: 0;
    }

    nav>div a.nav-item.nav-link,
    nav>div a.nav-item.nav-link.active {
      border: none;
      padding: 18px 25px;
      color: #fff;
      background: #10454e;
      border-radius: 0;
    }

    nav>div a.nav-item.nav-link.active:after {
      content: "";
      position: relative;
      bottom: -60px;
      /*left: -10%;*/
      left: -34%;
      border: 15px solid transparent;
      border-top-color: #e74c3c;
    }

    .tab-content {
      background: #fdfdfd;
      line-height: 25px;
      border: 1px solid #ddd;
      border-top: 5px solid #e74c3c;
      border-bottom: 5px solid #e74c3c;
      padding: 20px 5px;
    }

    nav>div a.nav-item.nav-link:hover,
    nav>div a.nav-item.nav-link:focus {
      border: none;
      background: #6c9024;
      color: black;
      border-radius: 0;
      transition: background 0.20s linear;
    }

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

      h3 {
        font-size: 1.3rem;
      }

      h5 {
        text-align: left;
      }

      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;
      }

      nav>div a.nav-item.nav-link.active:after {
        /*content: "";*/
        position: relative;
        bottom: -60px;
        /*left: -10%;*/
        left: -34%;
        border: 15px solid transparent;
        /*border-top-color: #e74c3c ;*/
      }
    }