

/* NAVIGATION */
nav {
  width: 100%;
  margin: 0 auto;
  background: #fff;
 /* padding: 50px 0;*/
  box-shadow: 0px 5px 0px #dedede;
}
nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #aaa;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 10px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #555;
}


/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #aaa;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}

nav.fill ul li a {
  transition: all 2s;
}

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

/* Circle */
nav.circle ul li a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
nav.circle ul li a:after {
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '.';
  color: transparent;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: transparent;
}
nav.circle ul li a:hover:after {
  -webkit-animation: circle 1.5s ease-in forwards;
}

/* SHIFT */
nav.shift ul li a {
  position:relative;
  z-index: 1;
}
nav.shift ul li a:hover {
  color: #91640F;
}
nav.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #F1C40F;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
nav.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}



/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: rgb(9,124,184);
  }
}

/* Keyframes */
@-webkit-keyframes circle {
  0% {
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    z-index: -1;
    background: #eee;
    border-radius: 100%;
  }
  100% {
    background: #aaa;
    height: 5000%;
    width: 5000%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
  }
}

/*Service Page*/
a:hover,a:focus{
  text-decoration: none;
  outline: none;
}
.vertical-tab{
  display: table;
  border-right: 8px solid #93c542;
}
.vertical-tab .nav-tabs{
  display: table-cell;
  width: 20%;
  border-bottom: none;
  border-right: 8px solid #93c542;
}
.vertical-tab .nav-tabs li{
  float: none;
  vertical-align: top;
}
.vertical-tab .nav-tabs li a{
  display: block;
  padding: 16px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background: #272e38;
  border: none;
  border-radius: 0;
  position: relative;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a{
  background: #93c542;
  border: none;
  color: #fff;
}
.vertical-tab .nav-tabs li.active a:after{
  content: "";
  width: 20px;
  height: 20px;
  background: linear-gradient(225deg,#93c542 49%, transparent 50%);
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%) rotate(45deg);
}
.vertical-tab .tab-content{
  display: table-cell;
  padding: 15px 20px;
  font-size: 15px;
  color: #272e38;
  letter-spacing: 1px;
  line-height: 25px;
  text-align: justify;
  vertical-align: top;
}
.vertical-tab .tab-content h3{
  padding-bottom: 10px;
  margin: 0 0 10px 0;
  font-weight: 600;
  color: #93c542;
  text-transform: uppercase;
  border-bottom: 1px solid #272e38;
}
@media only screen and (max-width: 479px){
  .vertical-tab{
      border-right: none;
      border-bottom: 8px solid #93c542;
  }
  .vertical-tab .nav-tabs{
      display: block;
      margin: 0 -10px;
      border-right: none;
  }
  .vertical-tab .nav-tabs li{ margin-bottom: 10px; }
  .vertical-tab .nav-tabs li:last-child{ margin-bottom: 0; }
  .vertical-tab .nav-tabs li a{ padding: 10px; }
  .vertical-tab .nav-tabs li.active a:after{ display: none; }
  .vertical-tab .tab-content{
      display: block;
      padding: 15px 0;
  }
  .vertical-tab .tab-content h3{ font-size: 18px; }
}

.removemargin{
  margin-right: 0px!important;
    margin-left: 0px!important;
}
.servicespace{
  margin-top: 10px;
}
