.tast-main-menu a{
text-transform: uppercase !important;
}

.bg-pattern{
    background: url(assets/images/pattern.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-size: inherit;
}

.skewed-div-top{    
  width: 100%;
  position: relative;
  background-color: #ffffff;
  z-index: 3;
}

.skewed-div-top::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    bottom: 0;
    transform-origin: left bottom;
    transform: skewY(2deg);
  }

  .machines-picture img{    
    max-width: 100%;
    height: auto;
  }

  .skewed-div-top2{    
    width: 100%;
    position: relative;
    background-color: #ffffff;
    z-index: 4;
  }

  .skewed-div-top2::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    bottom: 0;
    transform-origin: right bottom;
    transform: skewY(-2deg);
  }

  .tast-video-section{
    background-color: rgba(0,0,0);
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important; 
  }

  .tast-video-section video{
    opacity: 0.5;
  }

  .skewed-div-top3{    
    width: 100%;
    position: relative;
    background-color: #ffffff;
    z-index: 4;
  }

  .skewed-div-top3::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    bottom: 0;
    transform-origin: left top;
    transform: skewY(-2deg);
  }

.tast-blog-sectionbg{
    background-image: url(./assets/images/parallax.jpg);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fl-fl {  
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -150px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

.float-fb {
  top: 160px;
}

.float-tw {
  top: 215px;
}

.float-gp {
  top: 270px;
}

.float-rs {
  top: 325px;
}

.float-ig {
  top: 380px;
}

.float-pn {
  top: 435px;
}

.float-fb,.float-tw,.float-gp,.float-rs,.float-ig,.float-pn{
  background: #8BC53F;
}

.float-fb:hover{
  background: #3b5998;
}

.float-tw:hover{
  background: #00acee;
}
.float-gp:hover{
  background: #0072b1;
}
.float-rs:hover{
  background: #FF0000;
}
.float-ig:hover{
  background: #8a3ab9;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #8BC53F !important;
  color: #fff;
  font-size: 1em;
}

.developer-mark{
  display: none;
}

@media only screen and (max-width: 600px) {
  .developer-mark{
    display: block;
  }
}


@media only screen and (max-width:768px){
  .rs-slider.rs-slider-style2.rs-slider-style7 .container .content-part {
    top: 65%;
  }
}


/* Inner Images of Product Image */
.testi-slider {
  margin: 0 -15px;
}
.testi-slider .testi-item {
  margin: 0 15px;
}
.testi-slider .slick-arrow {
  position: absolute;
  border: none;
  outline: none;
  font-size: 30px;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 42px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  background: transparent;
  border: 1px solid #d3d8dd;
  color: #737373;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  top: -105px;
  right: 15px;
}
.testi-slider .slick-arrow i {
  margin-top: -2px;
  display: block;
}
.testi-slider .slick-arrow.prev-nav {
  right: 70px;
}
.testi-slider .slick-arrow:hover {
  border-color: #8BC53F;
  background: #8BC53F;
  color: #fff;
}

.testi-item-2 {
  margin: 0 15px;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}
.testi-item-2 > img {
  float: left;
  margin-right: 50px;
}

.testi-item-2 .says {
  font-size: 16px;
  margin: 17px 0 25px;
}
.testi-item-2 h5 {
  margin-bottom: 0;
}
.testi-item-2 .stars {
  margin-left: 30px;
  margin-top: 3px;
}

.testi-slider-2 .testi-item-2 {
  background: #fff;
  padding: 31px 32px;
  margin: 0;
}
.testi-slider-2 .stars {
  margin: 3px 30px 0 0;
}

.testi-nav .slick-list {
  margin: -15px -10px;
}
.testi-nav .slick-list .slick-slide {
  width: 33.33% !important;
  padding: 15px 10px;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3 linear;
  -webkit-transition: all 0.3 linear;
  -moz-transition: all 0.3 linear;
  -o-transition: all 0.3 linear;
  -ms-transition: all 0.3 linear;
}
.testi-nav .slick-list .slick-slide:hover {
  opacity: 0.8;
}
.testi-nav .slick-list .slick-current {
  opacity: 1;
}

.inner-slide-controller .fa{
  color: #333333 !important;
}

.testi-slider{  
  border: #8BC53F solid 1px !important;
}
