
/* Helper */
.btr-mb-20 {
    margin-bottom: 20px;
}
/* Image Box */
/*.better-single-image-box.style-1 {
    box-shadow: 0 5px 30px -5px #ddd;
    padding: 15px 30px;
}*/

.better-single-image-box.style-1 img{
 max-width:100%;
}
.better-single-image-box.style-1 h4 {
    margin: 25px 0 15px 0;
    font-size: 24px;
    line-height: 30px;
  }
 .better-single-image-box.style-1 p {
    line-height: 24px;
    font-size: 14px;
  }


/* Price Box */

.better-price.style-1 {
	text-align: center;
	padding: 30px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.better-price.style-1 .price-title h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.better-price.style-1 .price-tag {
  margin: 30px 0;
}
.better-price.style-1 .price-tag {
	margin: 30px 0;
	background-color: #fafafa;
	color: #000;
	padding: 10px 0;
}
.better-price.style-1 .center.price-tag {
	background-color: $primary-color;
	color:#fff
}
.better-price.style-1 .price-tag h2 {
	font-size: 45px;
	font-weight: 600;
	font-family: poppins;
}
.better-price.style-1 .price-tag h2 span {
  font-weight: 300;
  font-size: 16px;
  font-style: italic;
}
.better-price.style-1 .price-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.better-price.style-1 .price-item ul li {
  font-size: 14px;
  padding: 5px 0;
  border-bottom: 1px dashed #eee;
  margin: 5px 0;
}
.better-price.style-1 .price-item ul li:last-child {
  border-bottom: 0;
}
.better-price.style-1 a {
  margin-top: 15px;
}
.better-price.style-1 a.box-btn {
	background-color: $primary-color;
	padding: 8px 24px;
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
	border-radius: 50px;
	font-size: 15px;
	transition: .3s;
}
.better-price.style-1 a.box-btn:hover, .better-price.style-1 a.border-btn:hover {
	background-color: $primary-color;
}
.better-price.style-1 .price-item ul > li{
list-style: none;
}

/* Testimonial Box */
.better.single-testimonial {
	text-align: center;
	color: #fff;
	box-shadow:0px 0px 2px rgba(0, 0, 0, 0.2);
	padding: 40px 20px;
}
.better.single-testimonial i {
	color: #333;
	font-size: 40px;
}
.better.single-testimonial p {
  margin: 30px 0;
  line-height: 1.5;
}
.authro-info {
	position: relative;
	margin-top: 25px;
}
.authro-info h4 {
	position: relative;
	display: inline-block;
	padding-left: 75px;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 500;
	text-align: left;
}
.authro-info h4 img {
  max-width: 60px;
  height:60px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -3px;
}
.authro-info h4 span {
  display: block;
  font-size: 15px;
  font-weight: 300;
  margin-top: 5px;
}

.single-testimonial p {
  font-size: 14px;
  font-weight: 300;
  color: #333;
  line-height:1.8;
}

/* Team Box */

.better-team.style-1 img {
  width: 100%; }

.better-team.style-1 {
  position: relative;
  overflow: hidden; }

.better-team.style-1 .team-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: scale(0.3);
  transform: scale(0.3); }

.better-team.style-1 .team-hover-table {
  display: table;
  width: 100%;
  height: 100%; }

.better-team.style-1 .team-hover-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.better-team.style-1 .team-hover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #333;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  z-index: -1; }

.better-team.style-1:hover .team-hover {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  transform: scale(1); }

.better-team.style-1 .team-hover h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px; }

.better-team.style-1 .team-hover p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  margin-top: 5px; }

.better-team.style-1 .team-social a {
  display: inline-block;
  color: #b19777;
  font-size: 15px;
  margin: 0 0px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%; }

.better-team.style-1 .team-social {
  margin-top: 15px; }


/* 2. Section Title */

.better-heading.style-1 {
	position: relative
}
.better-heading.style-1 span {
	font-size: 14px;
	margin-bottom: 5px;
  font-weight: 400;
  display:block;
}
.better-heading.style-1 h4 {
	font-size: 36px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: inline-block
}
.better-heading.style-1 h4:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 2px;
	background-color: #d8d8d8;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
.better-heading.style-1 h4:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: $primary-color;
	left: 0;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}
.better-heading.style-1 p {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 400;
}


/* Countdown Style */

.better-countdown-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-right: auto;
margin-left: auto; }
.better-countdown-wrapper .better-countdown-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding: 15px 0;
text-align: center;
background-color: #333;
color: #ffffff; }
.better-countdown-wrapper .better-countdown-item:not(:last-of-type) {
margin-right: calc(10px / 2); }
.better-countdown-wrapper .better-countdown-item .better-countdown-numbers {
font-size: 62px;
line-height: 1; }
.better-countdown-wrapper .better-countdown-item .better-countdown-label {
font-size: 18px; }

/* Testimonial Style */

.better-testimonial.style-1 {
  position: relative;
  z-index: 1;
}
.better-testimonial.style-1 .slick-slide {
  border: 1px solid #fff;
  padding: 50px 25px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.better-testimonial.style-1 p {
  font-family: Roboto;
  margin-bottom: 0;
  color:#505050;
}
.better-testimonial.style-1 .testi-from {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  text-transform: capitalize;
  color: #4f4f4f;
  margin-bottom: 15px;
}
.better-testimonial.style-1 h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}
.better-testimonial.style-1 > div {
  margin: auto;
  max-width: 1170px;
  text-align: center;
  padding: 5px;
}
.better-testimonial.style-1 .author-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
}
.better-testimonial.style-1 .rating-icon{
  color: $primary-color;
  letter-spacing: 10px;
  overflow: hidden;
  margin-top: 1.8rem;
  margin-bottom: -4px;
  font-size: 18px;
  webkit-transition: ease .5s;
    -moz-transition: ease .5s;
    -o-transition: ease .5s;
    -ms-transition: ease .5s;
    transition: ease .5s;
}
.better-testimonial.style-1 .slick-slide:hover {
  -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
/* ----------------------------------------------------------------
     [ Start Products ]
-----------------------------------------------------------------*/
.better-featured.style-1 .section-head {
  margin-bottom: 40px; }

.better-featured.style-1 .section-head p {
  margin: 15px 0; }

.better-featured.style-1 .item {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  text-align: center; }

.better-featured.style-1 .item:hover .info {
  bottom: 30%; }

.better-featured.style-1 .item:hover .info .icon {
  display: inline-block;
  margin-top: 38px; }

.better-featured.style-1 .item:hover .product-img:after {
  height: 100%;
  opacity: .6;
  top: 0;
  visibility: visible; }

.better-featured.style-1 .item .product-img {
  overflow: hidden;
  position: relative; }

.better-featured.style-1 .item .product-img:after {
  background-color: rgba(0, 0, 0, 0.9);
  border-top: 2px solid $primary-color;
  content: '';
  height: 25%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 75%;
  transition: all .4s;
  visibility: visible;
  width: 100%; }

.better-featured.style-1 .item .info {
  color: #fff;
  bottom: 5%;
  left: 0;
  padding: 0 15px;
  position: absolute;
  transition: all .4s;
  width: 100%;
  z-index: 4; }

.better-featured.style-1 .item .info h6, .better-featured.style-1 .item .info h6 a {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: #fff; }

.better-featured.style-1 .item .info span {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 10px;
  color: #eee; }

.better-featured.style-1 .item .info .icon {
  color: #eee;
  cursor: pointer;
  display: none;
  font-size: 16px;
  margin: 7px 10px;
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #eee; }

.better-featured.style-1 .item .info .icon .icon-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 12px;
  text-transform: capitalize;
  margin-top: -6px;
  display: table;
  clear: both;
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
  color: #fff !important;
  padding: 3px 8px;
  line-height: 1.5;
  border-radius: 3px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 80px;
  border-color: $primary-color;
  background-color: $primary-color; }

.better-featured.style-1 .item .info .icon .icon-text:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -5px;
  left: 50%;
  right: auto;
  margin-bottom: 0;
  margin-left: -4px;
  margin-right: 0;
  border-width: 5px 5px 0 5px;
  border-color: transparent;
  border-top-color: $primary-color; }

.better-featured.style-1 .item .info .icon:hover {
  color: $primary-color;
  border-color: $primary-color; }

.better-featured.style-1 .item .info .icon:hover .icon-text {
  visibility: inherit;
  opacity: 1; }

/* ----------------------------------------------------------------
     [ End Products ]
-----------------------------------------------------------------*/

/* Portfolio Style */
.better-portfolio.style-1 {
  position: relative;
}
.better-portfolio.style-1>div{
  display: flex;
}

.better-portfolio.style-1 .item {
  height: 90vh;
  padding: 0;
  position: relative;
  z-index: 2;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.better-portfolio.style-1 .item.current {
  background: rgba(0, 0, 0, 0.3);
}




.better-portfolio.style-1 .item:hover .info:after {
  height: 100%;
}

.better-portfolio.style-1 .item:hover .more {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.better-portfolio.style-1 .item .info {
  padding: 40px 10px 40px 20px;
  position: relative;
  z-index: 2;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
}

.better-portfolio.style-1 .item .info:after {
  content: '';
  position: absolute;
  top: 0;
  left: -2%;
  width: 104%;
  height: 0;
  background: #fff;
  z-index: -1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.better-portfolio.style-1 .item .info h6 {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

.better-portfolio.style-1 .item .info h5 {
  font-size: 21px;
  color: #fff;
}
.better-portfolio.style-1 .item:hover .info h5,.better-portfolio.style-1 .item:hover .info h6 {
  color: #000;
}
  .better-portfolio.style-1 .item .more {
  position: absolute;
  bottom: 50px;
  right: 50px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
  .better-portfolio.style-1 .item .more a {
    font-size: 13px;
    color: #fff;

  }

.better-portfolio.style-1 .item .more i {
  font-size: 10px;
  margin-left: 5px;
}
  .better-portfolio.style-1 .glry-img,
.better-portfolio.style-1 .better-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  .better-portfolio.style-1 .glry-img {
  overflow: hidden;
}
.better-portfolio.style-1 .glry-img .better-bg-img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  background-size: cover;
  background-position: center center;
}
  .better-portfolio.style-1 .glry-img .better-bg-img.current {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Image comparison Style */
.better-comparison-image.style-1 .twentytwenty-container img {
  width: 100%;
}
/* Menu list Style */
.better-menu-list.style-1 .menu-block{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  position: relative;
  margin: 0 0 30px 0;

}

.better-menu-list.style-1 .menu-block .item-thumb{
  position: relative;
    overflow: hidden;
    margin-right: 25px;

}
.better-menu-list.style-1 .menu-block .item-thumb img{
-o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
        width: 145px;
    display: block;

    
}
.better-menu-list.style-1 .menu-block .item-inner{
  position: relative;
    margin-bottom: 10px;
width: 100%
  }

  .better-menu-list.style-1 .menu-block .item-inner .info:before{
position: absolute;
    content: '';
    left: 0;
    top: 20px;
    width: 100%;
    border: 1px dashed #e5e5e5;
  }
    .better-menu-list.style-1 .menu-block .item-inner h3.list-title{
      position: relative;
    color: #232323;
    font-size: 22px;
    font-weight: 600;
    padding-right: 10px;
    letter-spacing: 1px;
    background-color: #fff;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    margin: 0;
    line-height: 44px;

    }
      .better-menu-list.style-1 .menu-block .item-inner .info{
        position: relative;
    margin-bottom: 5px;

      }
       .better-menu-list.style-1 .menu-block .item-inner h3.list-price{
    font-weight: 600;
    padding-right: 10px;
    letter-spacing: 1px;
    -webkit-margin-after: 0;
    margin-block-end: 0;
        position: relative;
    color: $primary-color;
    font-size: 22px;
    line-height: 44px;
    padding-left: 20px;
    background-color: #fff;
    margin: 0;
       }
 .better-menu-list.style-1 .pull-right {
    float: right;
}
.better-menu-list.style-1 .pull-left {
    float: left;
}

/* List holder Style */

.better-list-sider{
    width: 282px;
    height: 100%;
    min-height: 100%;
    position: fixed;
    right: -282px;
    top: 0;
    z-index: 6669991;
    -webkit-transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
    background-color: #fff;
    padding: 13px 29px;
    font-family: "Poppins", sans-serif;
    .bea-related-dropdown{
        position: absolute;
        left: -115px;
        z-index: 6669992;
        font-size: 10px !important;
        letter-spacing: .11em;
        display: block;
        height: 42px;
        width: 115px;
        line-height: 42px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        background-color: #111;
        top: calc(25% - 10px);
        padding-left: 12px;
        text-transform: uppercase;
        font-family: 'popins', sans-serif !important;
        .bea-related-btn{
            position: relative;
            display: block;
            cursor: pointer;
            span{
                color: #fff;
                font-size: 10px !important;
                font-weight: 600;
            }
        }
    }
    &.active{
    -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      box-shadow: 0 0 9.8px 0.2px rgba(0, 0, 0, 0.14);
    }
    .bea-side-list-holder{
        display: block;
        height: 100%;
        overflow: hidden;
        position: relative;
        z-index: 6669993;
        background-color: #fff;
        .bea-side-list{
            height: calc(100% - 40px - 11px);
            font-weight: 400;
            overflow-y: scroll;
            overflow-x: hidden;
            
            box-sizing: border-box;
            background-color: #fff;
            margin-right: -18px;
            .bea-side-list-inner{
                max-width: 225px;
                .item{
                    margin: 0 0 23px;
                    box-shadow: 0 0 10.28px 1.72px rgba(0,0,0,.03);
                    .item-name{
                        font-size: 14px !important;
                        line-height: 15px !important;
                        color: #000;
                        display: block;
                        margin: 8px 0 2px;
                        -webkit-transition: color .2s ease-out;
                        -moz-transition: color .2s ease-out;
                        transition: color .2s ease-out;
                        text-transform: capitalize !important;
                        font-weight: 500 !important;
                        letter-spacing: 0 !important;
                    }
                    .item-tag{
                        vertical-align: middle;
                        color: #a6a6a6;
                        display: inline-block;
                        font-size: 9px;
                        font-weight: 500;
                        letter-spacing: .1em;
                        text-transform: uppercase;
                        line-height: 20px;
                        width: 75%;
                    }
                    .item-price{
                        vertical-align: middle;
                        color: #000;
                        display: inline-block;
                        font-size: 12px;
                        font-weight: 500;
                        letter-spacing: .02em;
                        text-transform: uppercase;
                        line-height: 20px;
                        width: 20%;
                        text-align: right;
                        -webkit-transform: translateY(-2px);
                        transform: translateY(-2px);
                    }
                }
            }
        }
    }
}

  .better-btn-curve{
    background: transparent;
    padding: 12px 35px;
    border: 1px solid #1e1e1e;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    margin-top: 30px;

    &:focus{
      outline: none;
    }

    &:hover{
      outline: none;

      &:after{
        bottom: -30px;
        transform: rotate(0deg);
      }

      span{
        color: #fff;
      }
    }

    &:after{
      content: '';
      position: absolute;
      top: -30px;
      left: -30px;
      right: -30px;
      bottom: 130%;
      background: #1e1e1e;
      transform: rotate(-5deg);
      transition: all .8s;
    }

    span{
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 2px;
      position: relative;
      z-index: 2;
      transition: all .8s;
    }

    &.btn-lit{
      border-color: #fff;
      color: #fff;

      &:hover{

        span{
          color: $primary-color;
        }
      }

      &:after{
        background: #fff;
      }
    }

    &.btn-blc{
      background: #1e1e1e;

      &:after{
        background: #fff;
      }

      span{
        color: #fff;
      }

      &:hover{
    
        span{
          color: #1e1e1e;
        }
      }
    }

    &.btn-color{
      border-color: $primary-color;
      font-family: 'Teko', sans-serif;

      &:after{
        background: #fff;
      }

      span{
        color: #fff;
      }

      &:hover{
    
        span{
          color: $primary-color;
        }
      }
    }

    &.btn-lg{
      padding: 14px 40px;

      span{
        font-size: 14px;
      }
    }

    &.btn-wit{
      background: #fff;
      border-color: #fff;

      &:after{
        background: #090909;
      }

      span{
        color: #1e1e1e;
      }

      &:hover{
    
        span{
          color: #fff;
        }
      }
    }

    &.btn-radius{
      border-radius: 30px;
    }
  }

