.ws-button-position{display: flex;}
.ws-button-position a{padding: 7px 12px;}
.wsaccodion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
}
.wsaccodionitem{
    transition: 0.5s ease-out;
    padding: 15px;
    width: 100%;
}
@media (min-width: 768px){
    .wsaccodionitem{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
    }
}


.wsaccodionitem .title{
    font-size: 1.5em;
    cursor: pointer;
}
.wsaccodionitem .desc{
    font-size: 1.3em;
    display: none;
    width: 95%;
    margin: auto;
    padding-bottom: 30px;
    padding-top: 10px;
}
.wsaccodionitem #first-letter{
    font-size: 2.0em;
    font-weight: bold;
}
.wsaccodionitem #open{
    background: rgb(209, 209, 209);
    height: 4.5px;
    margin-top: 10px;
    width: 20px;
    position: relative;
    float: right;
    border-radius: 15px;
}
  
.wsaccodionitem #closed{
    background: rgb(209, 209, 209);
    height: 20px;
    position: absolute;
    width: 4.0px;
    top: -7px;
    left: 8.1px;
    border-radius: 15px;
}

.bs-btn-group .btn{max-width: fit-content;}

.carousel [type=button]:focus, .carousel [type=button]:hover, .carousel [type=submit]:focus, .carousel [type=submit]:hover, .carousel button:focus, .carousel button:hover {
    color: unset;
    background-color: unset;
    text-decoration: none;
}


/* image hover effect */
.wsthumbex {
    width: 100%;
    min-width: 250px;
    max-width: 435px;
    height: 300px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    outline: 2px solid white;
    outline-offset: -15px;
    background-color: blue;
    box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5);
  }
.wsthumbex .wsthumbnail {
    overflow: hidden;
    min-width: 250px;
    height: 300px;
    position: relative;
    opacity: 0.88;
    backface-visibility: hidden;
    transition: all 0.4s ease-out;
  }
  .wsthumbex .wsthumbnail img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    height: 115%;
    width: auto;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
  }
 .wsthumbex .wsthumbnail span {
    position: absolute;
    z-index: 2;
    top: calc(150px - 20px);
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 50px;
    margin: 0 45px;
    text-align: center;
    font-size: 24px;
    color: white;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    letter-spacing: 0.2px;
    transition: all 0.3s ease-out;
  }
.wsthumbex .wsthumbnail:hover {
    backface-visibility: hidden;
    transform: scale(1.15, 1.15);
    opacity: 1;
  }
 .wsthumbex .wsthumbnail:hover span {
    opacity: 0;
  }

/* team members start */
  .ws-team-member {
    margin: 15px 0;
    padding: 0;
  }
  
  .ws-team-member figure {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  
  .ws-team-member figure img {
    min-width: 100%;
  }
  
  .ws-team-member figcaption p {
    font-size: 16px;
  }
  
  .ws-team-member figcaption ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .ws-team-member figcaption ul {
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  
  .ws-team-member figcaption ul li {
    display: inline-block;
    padding: 10px;
  }
  
  .ws-team-member .title {
    margin: 10px 0 0;
    padding: 0;
  }
  .ws-team-member figcaption i{
    color: #fff;
    font-size: 24px;
  }
  
  .ws-team-member figcaption {
    padding: 50px;
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .ws-team-member figure:hover figcaption {
    visibility: visible;
    color: #fff;
    background: rgba(230, 78, 62, 0.9);
    /* Primary color, can be changed via colors.css */
    
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .ws-team-member figure:hover figcaption ul li a:hover {
    color: rgba(49, 49, 49, .97);
  }
  
  .ws-team-member figure img {
    -webkit-transform: scale(1) rotate(0) translateY(0);
    -moz-transform: scale(1) rotate(0) translateY(0);
    -o-transform: scale(1) rotate(0) translateY(0);
    -ms-transform: scale(1) rotate(0) translateY(0);
    transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  
  .ws-team-member figure:hover img {
    -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
    -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
    -o-transform: scale(1.1) rotate(1deg) translateY(12px);
    -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
    transform: scale(1.1) rotate(1deg) translateY(12px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }


/* Start Type text */

.ws-type span{
  display:inline-block;
  }
  .ws-type h2{
    overflow: hidden;
  /*     background-color:green; */
  }
  .ws-type{
    font-family: monospace;
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .ws-type h2 span:nth-of-type(1){
    animation-name:developer;
    animation-duration:10s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(9);
    
  }
  .ws-type h2 span:nth-of-type(2){
    animation-name:design;
    animation-duration:10s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(5);
  }
  .ws-type h2 span:nth-of-type(3){
    animation-name: prog ;
    animation-duration:10s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(10);
  }
  
  
  @keyframes developer{
    0%,30%,100%{
      width:0;
    }
    15% ,22.5%{
     width: calc(12px * 9);
    }
  }
  @keyframes design{
    0%,30%,60%,100%{
      width:0;
    }
    45%,50%{
      width: calc(12px * 7);
    }}
    @keyframes prog{
    0%,60%,90%,100%{
      width:0;
    }
    75%,82%{
       width: calc(12px * 10);
    }
  }

/* End Type text */



.product-carousel .owl-nav .owl-prev{
  position: absolute;
  top:50%;
  left: -10px;
  font-size: 24px;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.product-carousel .owl-nav .owl-next{
  position: absolute;
  top:50%;
  right: -15px;
  font-size: 24px;
  transform: translate(-50%, -50%);
  z-index: 100;
}

