/* Pfielkopf */

.arrow-left {
  right: 0;
  display: inline;
  margin-left: 10px;
}

.arrow-right {
  left: 0;
  display: inline;
  margin-right: 10px;
}

.arrow-left:before {
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  transition: all 0.3s ease;
}

.arrow-left:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  transition: all 0.3s ease;
  margin-left: 25px;
}

.arrow-left:hover:before,
a:hover .arrow-left:before {
  width: 39px;
}

.arrow-left:hover:after,
a:hover .arrow-left:after {
  margin-left: 35px;
}

.arrow-right:before {
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  /* left: 100px; */
  transition: all 0.3s ease;
}

.arrow-right:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  margin-right: 25px;
  /* left: 50px; */
  /* left: 125px; */
  transition: all 0.3s ease;
}

/* ,a.arrow:hover:before  */
.arrow-right:hover:before,
a:hover .arrow-right:before {
  /* right: 34px; */
  width: 39px;
}

.arrow-right:hover:after,
a:hover .arrow-right:after {
  margin-right: 35px;
}

img.wc_img {
  position: absolute;
  /* width: 80%; */
  /* height: 80%; */
  /* transform: translate(-50%, -50%); */
  /* top:50%; */
  width: 60%;
}

.tmp-inner {
  position: relative;
  /* margin-top:5rem; */
}

.imgholder {
  position: relative;
  min-height: 331px;
}

.imgholder-inner {
  height: 16rem;
}

.imgholder-outer {
  position: relative;
  /* or absolute */

  /* unnecessary styling properties */
  margin: 5%;
  /* width: 80%; */
  /* height: 16rem; */
}

#wc_img1 {
  -webkit-animation: fadeIn-1 ease-in-out 1s;
  -moz-animation: fadeIn-1 ease-in-out 1s;
  -o-animation: fadeIn-1 ease-in-out 1s;
  -ms-animation: fadeIn-1 ease-in-out 1s;
  animation: fadeIn-1 ease-in-out 1s;
  margin-left: 21rem;
}

@keyframes fadeIn-1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn-1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn-1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn-1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn-1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#wc_img2 {
  -webkit-animation: fadeIn-2 ease-in-out 2s;
  -moz-animation: fadeIn-2 ease-in-out 2s;
  -o-animation: fadeIn-2 ease-in-out 2s;
  -ms-animation: fadeIn-2 ease-in-out 2s;
  animation: fadeIn-2 ease-in-out 2s;
}

@keyframes fadeIn-2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn-2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn-2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn-2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn-2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#wc_img3 {
  -webkit-animation: fadeIn-3 ease-in-out 3s;
  -moz-animation: fadeIn-3 ease-in-out 3s;
  -o-animation: fadeIn-3 ease-in-out 3s;
  -ms-animation: fadeIn-3 ease-in-out 3s;
  animation: fadeIn-3 ease-in-out 3s;
}

/* @keyframes fadeIn-3 {
  0% {opacity:0;}
  30% {opacity:0;}
} */
@keyframes fadeIn-3 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn-3 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn-3 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* @-webkit-keyframes fadeIn-3 {
  30% {opacity:0;}
  100% {opacity:1;}
} */

@-o-keyframes fadeIn-3 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn-3 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tab-pane.fade {
  transition: all 0.5s;
  /* transform: translateX(-6rem); */
}

.tab-pane.fade.show {
  transition: all 0.5s;
  transform: translateX(0rem);
}

.tab-pane.active {
  -webkit-animation: slide-left 1.2s ease-out;
  -moz-animation: slide-left 1.2s ease-out;
  -o-animation: slide-left 1.2s ease-out;
  -ms-animation: slide-left 1.2s ease-out;
  animation: slide-left 1.2s ease-out;
}

@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Canvas Menu Start */

body.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
  z-index: 10;
  transition: opacity .3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

/* ============ mobile view ============ */
@media all and (max-width: 991px) {

  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 80%;
    z-index: 1200;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }

  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }

}

@media all and (max-width: 768px) {
  .mobile-offcanvas {
    width: 80%;
  }
}



/* ============ mobile view .end// ============ */

/* ============ desktop view .start// ============ */

@media all and (min-width: 991px) {

  .nav-seperator,
  .nav-mobile-addition {
    display: none;
  }

  .mobile-nav-helper {
    display: none;
  }

  #navbar_main hr {
    display: none;
  }
}

/* ============ desktop view .emd// ============ */

/* Canvas Menu END */