/*
Styles for Better Elementor Addons
*/
/* ----------------------------------------------------------------
			[ * Variables section ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
			[ * General section ]
-----------------------------------------------------------------*/
/* 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;
}

.better-single-image-box.style-1 .feature-btn:hover {
    text-decoration: none;
}

/* 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: #b19777;
    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 {
    display: inline-block;
    margin-top: 15px;
}

.better-price.style-1 a:hover {
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
}

.better-price.style-1 a.box-btn {
    background-color: #b19777;
    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: #b19777;
}

.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-2.custom-font {
    font-family: 'Teko', sans-serif;
}

.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: #b19777;
    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: #b19777;
    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 #b19777;
    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 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #fff;
}

.better-featured.style-1 .item .info h6 a {
    display: inline-block;
    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: #b19777;
    background-color: #b19777;
}

.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: #b19777;
}

.better-featured.style-1 .item .info .icon:hover {
    color: #b19777;
    border-color: #b19777;
}

.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 .custom-font {
    font-family: 'Teko', sans-serif;
}

.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 {
    display: inline-block;
    text-decoration: none;
    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: #b19777;
    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;
}

/* ===============================================================
              [ * Menu List ]
  ================================================================*/
/*----------Menu List Style 2 - 3 ----------*/
.better-menu-list.style-2,
.better-menu-list.style-3 {
    position: relative;
}

.better-menu-list.style-2 .back,
.better-menu-list.style-3 .back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.better-menu-list.style-2 .tab-icons li,
.better-menu-list.style-3 .tab-icons li {
    width: 100%;
    color: #000000;
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 2px;
    list-style-type: none !important;
}

.better-menu-list.style-2 .tab-icons li.ui-tabs-active a,
.better-menu-list.style-3 .tab-icons li.ui-tabs-active a {
    color: #b7b095;
    display: inline-block;
}

.better-menu-list.style-2 .tab-icons li a:hover,
.better-menu-list.style-3 .tab-icons li a:hover {
    text-decoration: none;
    color: #000000;
}

.better-menu-list.style-2 .tab-icons li.ui-tabs-active a:hover,
.better-menu-list.style-3 .tab-icons li.ui-tabs-active a:hover {
    color: #b7b095;
    text-decoration: none;
}

.better-menu-list.style-2 .tab-icons li a,
.better-menu-list.style-3 .tab-icons li a {
    display: inline-block;
    position: relative;
    font-family: 'Playfair Display', serif;
    color: #000000;
}

.better-menu-list.style-2 .tab-icons li a:after,
.better-menu-list.style-3 .tab-icons li a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
    bottom: -31px;
    left: calc(50% - 10px);
    opacity: 0;
    display: none;
}

.better-menu-list.style-2 .tab-icons li a span,
.better-menu-list.style-3 .tab-icons li a span {
    font-size: 14px;
    color: #b7b095;
    margin-right: 5px;
}

.better-menu-list.style-2 .tab-icons .ui-tabs-active,
.better-menu-list.style-3 .tab-icons .ui-tabs-active {
    color: #b7b095;
}

.better-menu-list.style-2 .tab-icons .ui-tabs-active a:after,
.better-menu-list.style-3 .tab-icons .ui-tabs-active a:after {
    opacity: 1;
}

.better-menu-list.style-2 .list .box .combo,
.better-menu-list.style-3 .list .box .combo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
}

.better-menu-list.style-2 .list .box .img,
.better-menu-list.style-3 .list .box .img {
    width: 80px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    z-index: 2;
}

.better-menu-list.style-2 .list .box .img:after,
.better-menu-list.style-3 .list .box .img:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: -1;
}

.better-menu-list.style-2 .list .box .text,
.better-menu-list.style-3 .list .box .text {
    padding-left: 30px;
    width: 100%;
}

.better-menu-list.style-2 .list .box .text h6,
.better-menu-list.style-3 .list .box .text h6 {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    padding-right: 20px;
}

.better-menu-list.style-2 .list .box .flex h6,
.better-menu-list.style-2 .list .box .flex .dot-line,
.better-menu-list.style-2 .list .box .flex .price,
.better-menu-list.style-3 .list .box .flex h6,
.better-menu-list.style-3 .list .box .flex .dot-line,
.better-menu-list.style-3 .list .box .flex .price {
    display: table-cell;
}

.better-menu-list.style-2 .list p,
.better-menu-list.style-3 .list p {
    font-size: 13px;
    margin-top: 0px;
}

.better-menu-list.style-2 .list .price,
.better-menu-list.style-3 .list .price {
    padding-left: 20px;
    white-space: nowrap;
}

.better-menu-list.style-2 .list .price h4,
.better-menu-list.style-3 .list .price h4 {
    font-size: 22px;
    color: #b7b095;
}

.better-menu-list.style-2 .list .price span,
.better-menu-list.style-3 .list .price span {
    font-size: 20px;
    color: #b7b095;
}

.better-menu-list.style-2 .list .dot-line,
.better-menu-list.style-3 .list .dot-line {
    width: 100%;
}

.better-menu-list.style-2 .list .dot-line .dots,
.better-menu-list.style-3 .list .dot-line .dots {
    height: 4px;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.better-menu-list.style-2.menu-book .tab-icons,
.better-menu-list.style-3.menu-book .tab-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.better-menu-list.style-2.menu-book .box-bord,
.better-menu-list.style-3.menu-book .box-bord {
    padding: 80px 40px;
    position: relative;
}

.better-menu-list.style-2.menu-book .box-bord:after,
.better-menu-list.style-2.menu-book .box-bord:before,
.better-menu-list.style-3.menu-book .box-bord:after,
.better-menu-list.style-3.menu-book .box-bord:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 3;
}

.better-menu-list.style-2.menu-book .box-bord:before,
.better-menu-list.style-3.menu-book .box-bord:before {
    top: 5px;
    left: -5px;
    right: -5px;
    bottom: 5px;
}

.better-menu-list.style-2.menu-book .box-bord .lins,
.better-menu-list.style-3.menu-book .box-bord .lins {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

.better-menu-list.style-2.menu-book .box-bord .lins span,
.better-menu-list.style-3.menu-book .box-bord .lins span {
    width: 70px;
    height: 35px;
    border-top-left-radius: 260px;
    border-top-right-radius: 260px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.better-menu-list.style-2.menu-book .box-bord .lins span:nth-of-type(2),
.better-menu-list.style-3.menu-book .box-bord .lins span:nth-of-type(2) {
    top: 50px;
}

.better-menu-list.style-2.menu-book .box-bord .lins span:nth-of-type(3),
.better-menu-list.style-3.menu-book .box-bord .lins span:nth-of-type(3) {
    top: 100px;
}

.better-menu-list.style-2.menu-book .box-bord .lins span:after,
.better-menu-list.style-2.menu-book .box-bord .lins span:before,
.better-menu-list.style-3.menu-book .box-bord .lins span:after,
.better-menu-list.style-3.menu-book .box-bord .lins span:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    bottom: -5px;
    right: -5px;
}

.better-menu-list.style-2.menu-book .box-bord .lins span:before,
.better-menu-list.style-3.menu-book .box-bord .lins span:before {
    right: auto;
    left: -5px;
}

@media (min-width: 992px) {

    .better-menu-list.style-2 .offset-lg-1,
    .better-menu-list.style-3 .offset-lg-1 {
        margin-left: 8.333333%;
    }
}

/* 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 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    background-color: #fff;
    padding: 13px 29px;
    font-family: "Poppins", sans-serif;
}

.better-list-sider .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;
}

.better-list-sider .bea-related-dropdown .bea-related-btn {
    position: relative;
    display: block;
    cursor: pointer;
}

.better-list-sider .bea-related-dropdown .bea-related-btn span {
    color: #fff;
    font-size: 10px !important;
    font-weight: 600;
}

.better-list-sider.active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    box-shadow: 0 0 9.8px 0.2px rgba(0, 0, 0, 0.14);
}

.better-list-sider .bea-side-list-holder {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 6669993;
    background-color: #fff;
}

.better-list-sider .bea-side-list-holder .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;
}

.better-list-sider .bea-side-list-holder .bea-side-list .bea-side-list-inner {
    max-width: 225px;
}

.better-list-sider .bea-side-list-holder .bea-side-list .bea-side-list-inner .item {
    margin: 0 0 23px;
    box-shadow: 0 0 10.28px 1.72px rgba(0, 0, 0, 0.03);
}

.better-list-sider .bea-side-list-holder .bea-side-list .bea-side-list-inner .item .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;
}

.better-list-sider .bea-side-list-holder .bea-side-list .bea-side-list-inner .item .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%;
}

.better-list-sider .bea-side-list-holder .bea-side-list .bea-side-list-inner .item .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);
}



/* ----------------------------------------------------------------
              [ * Overlay section ]
  -----------------------------------------------------------------*/
/* ====================== [ Start Overlay ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #02050b;
}

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
    color: #fff;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
    color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
    opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}

/* ====================== [ End Overlay ] ====================== */
/* ----------------------------------------------------------------
              [ * Header section ]
  -----------------------------------------------------------------*/
.better-blog.style-1 .blog-col-inner {
    border: none;
}

.better-blog.style-1 .blog-col-inner:hover .blog-link-img img {
    opacity: 1;
    transform: scale(1.1, 1.1) rotate(2deg);
    cursor: crosshair;
}

.better-blog.style-1 .blog-col-inner .blog-link-img {
    position: relative;
    display: block;
    background: #ce9e51;
    overflow: hidden;
    opacity: 1;
}

.better-blog.style-1 .blog-col-inner .blog-link-img .bl-icon {
    border-radius: 100px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
    color: #fff;
    background: #ce9e51;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}

.better-blog.style-1 .blog-col-inner .blog-link-img .cat-post {
    position: absolute;
    background-color: #fff;
    padding: 8px 16px;
    top: 5px;
    left: 5px;
    letter-spacing: .5px;
    font-size: 12px;
    line-height: 1em;
    border-radius: 25px;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}

.better-blog.style-1 .blog-col-inner .blog-link-img .cat-post:hover {
    opacity: 1;
}

.better-blog.style-1 .blog-col-inner .blog-link-img .cat-post a {
    color: #000;
}

.better-blog.style-1 .blog-col-inner .blog-link-img .cat-post a:hover {
    text-decoration: none;
}

.better-blog.style-1 .blog-col-inner .blog-link-img img {
    width: 100%;
    transition: all .5s ease-out;
}

.better-blog.style-1 .blog-col-inner .excerpt-box {
    padding: 20px 0;
}

.better-blog.style-1 .blog-col-inner .excerpt-box h3 {
    font-size: 24px;
    letter-spacing: initial;
    font-weight: 700;
    -webkit-transition: ease .5s;
    -moz-transition: ease .5s;
    -o-transition: ease .5s;
    -ms-transition: ease .5s;
    transition: ease .5s;
    margin-top: 10px;
    margin-bottom: 0;
}

.better-blog.style-1 .blog-col-inner .excerpt-box a:hover {
    text-decoration: none;
}

.better-blog.style-1 .blog-col-inner .excerpt-box a:hover h3 {
    color: #b19777;
}

.better-blog.style-1 .blog-col-inner .excerpt-box .col-md-4:nth-child(4) {
    clear: left;
}

.better-blog.style-1 .blog-col-inner .excerpt-box .col-md-3:nth-child(5) {
    clear: left;
}

.better-blog.style-1 .blog-col-inner .excerpt-box .bim-blog-box h3 {
    color: #fff;
    margin: 0;
    font-size: 22px;
    color: #fff;
}

.better-blog.style-1 .blog-col-inner .excerpt-box .excerpt {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    display: inline-block;
}

.better-blog.style-1 .blog-col-inner .excerpt-box .content-btn {
    display: inline-block;
    color: #999;
    border: none;
    border-bottom: 1px solid #999;
    padding: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.better-blog.style-1 .blog-col-inner .excerpt-box .content-btn:hover {
    text-decoration: none;
    background: transparent;
    color: #b19777;
    border-color: #b19777;
    webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.better-blog.style-1 .blog-col-inner .excerpt-box .post-meta {
    list-style: none;
    padding: 0;
    line-height: 1.9em;
    margin-top: 1em;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em;
    display: inline-block;
}

.better-blog.style-1 .blog-col-inner .excerpt-box .post-meta a {
    display: inline-block;
    color: #b19777;
    text-transform: uppercase;
}

.better-blog.style-1 .blog-col-inner .excerpt-box .post-meta a:hover {
    text-decoration: none;
    color: #000;
}

.better-blog.style-1 .blog-col-inner .excerpt-box .post-meta li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    line-height: 150%;
}

.better-blog.style-1 .blog-col-inner .excerpt-box .post-meta li .fa {
    display: inline-block;
    margin-right: 3px;
}

.better-blog.style-2 .blog-col-inner {
    border: none;
}

.better-blog.style-2 .blog-col-inner:hover .blog-link-img img {
    opacity: 1;
    transform: scale(1.1, 1.1) rotate(2deg);
    cursor: crosshair;
}

.better-blog.style-2 .blog-col-inner .blog-link-img {
    position: relative;
    display: block;
    background: #ce9e51;
    overflow: hidden;
    opacity: 1;
}

.better-blog.style-2 .blog-col-inner .blog-link-img .bl-icon {
    border-radius: 100px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
    color: #fff;
    background: #ce9e51;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}

.better-blog.style-2 .blog-col-inner .blog-link-img .cat-post {
    position: absolute;
    background-color: #fff;
    padding: 8px 16px;
    top: 5px;
    left: 5px;
    letter-spacing: .5px;
    font-size: 12px;
    line-height: 1em;
    border-radius: 25px;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}

.better-blog.style-2 .blog-col-inner .blog-link-img .cat-post:hover {
    opacity: 1;
}

.better-blog.style-2 .blog-col-inner .blog-link-img img {
    width: 100%;
    transition: all .5s ease-out;
}

.better-blog.style-2 .blog-col-inner .excerpt-box {
    padding: 30px;
    background-color: #fff;
    margin: 20px;
    margin-top: -50px;
    z-index: 1000;
    position: relative;
    text-align: center;
}

.better-blog.style-2 .blog-col-inner .excerpt-box h3 {
    font-size: 24px;
    letter-spacing: initial;
    font-weight: 700;
    -webkit-transition: ease .5s;
    -moz-transition: ease .5s;
    -o-transition: ease .5s;
    -ms-transition: ease .5s;
    transition: ease .5s;
    margin-top: 10px;
    margin-bottom: 0;
}

.better-blog.style-2 .blog-col-inner .excerpt-box a:hover h3 {
    text-decoration: none;
    color: #b19777;
}

.better-blog.style-2 .blog-col-inner .excerpt-box .col-md-4:nth-child(4) {
    clear: left;
}

.better-blog.style-2 .blog-col-inner .excerpt-box .col-md-3:nth-child(5) {
    clear: left;
}

.better-blog.style-2 .blog-col-inner .excerpt-box .bim-blog-box h3 {
    color: #fff;
    margin: 0;
    font-size: 22px;
    color: #fff;
}

.better-blog.style-2 .blog-col-inner .excerpt-box .excerpt {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    display: inline-block;
}

.better-blog.style-2 .blog-col-inner .excerpt-box .content-btn {
    display: inline-block;
    color: #999;
    border: none;
    border-bottom: 1px solid #999;
    padding: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.better-blog.style-2 .blog-col-inner .excerpt-box .content-btn:hover {
    background: transparent;
    color: #b19777;
    border-color: #b19777;
    webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.better-blog.style-2 .blog-col-inner .excerpt-box .post-meta {
    list-style: none;
    padding: 0;
    line-height: 1.9em;
    margin-top: 1em;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em;
    display: inline-block;
}

.better-blog.style-2 .blog-col-inner .excerpt-box .post-meta a {
    display: inline-block;
    color: #b19777;
    text-transform: uppercase;
}

.better-blog.style-2 .blog-col-inner .excerpt-box .post-meta a:hover {
    text-decoration: none;
    color: #000;
}

.better-blog.style-2 .blog-col-inner .excerpt-box .post-meta li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    line-height: 150%;
}

.better-blog.style-2 .blog-col-inner .excerpt-box .post-meta li .fa {
    display: inline-block;
    margin-right: 3px;
}

/*----------Post list Style 4 ----------*/
.better-blog.style-4 .background {
    opacity: .3;
}

.better-blog.style-4 .item {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.02);
}

.better-blog.style-4 .item .img {
    min-height: 250px;
}

.better-blog.style-4 .item .cont {
    padding-top: 30px;
}

.better-blog.style-4 .item .cont .tags {
    overflow: hidden;
}

.better-blog.style-4 .item .cont .tags .tag {
    padding: 2px 10px;
    background: #b7b095;
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
    float: right;
}

.better-blog.style-4 .item .cont .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.better-blog.style-4 .item .cont .info .author span,
.better-blog.style-4 .item .cont .info .date span,
.better-blog.style-4 .item .cont .info .coments span {
    font-size: 12px;
    padding: 5px;
    background: #f0f0f0;
    font-family: 'Cormorant', serif;
}

.better-blog.style-4 .item .cont .info .author span i {
    font-style: normal;
    color: #b7b095;
    font-size: 10px;
    margin-right: 5px;
}

.better-blog.style-4 .item .cont .info .date span {
    margin: 0 5px;
}

.better-blog.style-4 .item .cont .text {
    margin-bottom: 20px;
}

.better-blog.style-4 .item .cont .text h4 {
    font-size: 26px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

.better-blog.style-4 .item .cont .text p {
    font-size: 14px;
    margin-top: 10px;
}

.better-blog.style-4 .item .cont .more a {
    color: #b7b095;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.better-blog.style-4 .item .cont .more a:after {
    content: '';
    width: 100%;
    height: 10px;
    background: #b7b095;
    position: absolute;
    left: 0;
    bottom: -3px;
    opacity: .1;
}

@media (min-width: 992px) {
    .better-blog.style-4>div {
        float: left;
    }
}

/*----------Post list Style 5 ----------*/

.better-blog.style-5 .item {
    -webkit-box-shadow: 0 20px 55px #eee;
    box-shadow: 0 20px 55px #eee;
}

.better-blog.style-5 .item .img {
    position: relative;
    height: 300px;
}

.better-blog.style-5 .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.better-blog.style-5 .item .img .tag {
    padding: 5px 15px;
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 10px;
    background: #121212;
    color: #fff;
}

.better-blog.style-5 .item .img .tag a {
    display: inline-block;
    color: #fff;
}

.better-blog.style-5 .item .cont {
    background: #fff;
    padding: 30px;
}

.better-blog.style-5 .item .cont h6 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
    color: #212529;
}

.better-blog.style-5 .item .cont h6 span {
    font-size: 11px;
    font-weight: 500;
    float: right;
    color: #999;
    font-family: 'Poppins', sans-serif;
}

.better-blog.style-5 .item .cont h5 {
    font-size: 17px;
    font-weight: 600;
    margin-top: 15px;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
    color: #212529;
}

.better-blog.style-5 a {
    display: inline-block;
    color: #212529;
}

.better-blog.style-5 a:hover {
    text-decoration: none;
    color: #212529;
}

.better-blog.style-5 .item .cont .more {
    margin-top: 30px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*----------Post list Style 6 ----------*/

.better-blog.style-6 .img {
    width: 150px;
    margin-right: 15px;
}

.better-blog.style-6 .sm-post p {
    margin: 0;
}

.better-blog.style-6 .sm-post p a {
    font-size: 13px;
    color: #dad6d6;
    line-height: 2;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.better-blog.style-6 .sm-post .date {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color: #75dab4;
    background: -webkit-gradient(linear, left top, right top, from(#556fff), color-stop(#e05fc4), to(#ff798e));
    background: -webkit-linear-gradient(left, #556fff, #e05fc4, #ff798e);
    background: -o-linear-gradient(left, #556fff, #e05fc4, #ff798e);
    background: linear-gradient(to right, #556fff, #e05fc4, #ff798e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.better-blog.style-6 .better-full-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}

/*----------Post list Style 7 ----------*/
.better-blog.style-7 .item {
    padding: 50px 30px;
    position: relative;
    border-radius: 15px;
}

.better-blog.style-7 .item:hover:after {
    opacity: .3;
}

.better-blog.style-7 div:nth-child(2) .item:after {
    opacity: .3;
}

.better-blog.style-7 .item:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: #121A21;
    border-radius: 15px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.better-blog.style-7 .item .cont {
    position: relative;
    z-index: 2;
}

.better-blog.style-7 .item .date {
    color: #fff;
    margin-bottom: 50px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.better-blog.style-7 .item a {
    display: inline-block;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
    overflow-x: hidden !important;
    font-family: 'Poppins', sans-serif;
}

.better-blog.style-7 .item .date span {
    display: inline-block;
    font-size: 11px;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.better-blog.style-7 .item .date span i {
    font-style: normal;
}

.better-blog.style-7 .item .info {
    margin-bottom: 15px;
    font-size: 12px;
}

.better-blog.style-7 .item .info a {
    text-decoration: none;
    display: inline-block;
    margin-right: 15px;
}

.better-blog.style-7 .item h6 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    line-height: 1.4;
    font-size: 18px;
}

.better-blog.style-7 .item h6 a {
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}

.better-blog.style-7 .item .btn-more {
    margin-top: 40px;
}

.better-blog.style-7 .item .btn-more a {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
}

.better-blog.style-7 .better-simple-btn:after {
    content: '';
    width: 45%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.better-blog.style-7 .better-simple-btn:hover:after {
    width: 45%;
}

/*----------Post list Style 8 ----------*/
.better-blog.style-8 .posts .item .img {
    position: relative;
}

.better-blog.style-8 .posts .item {
    color: #fff;
}

.better-blog.style-8 .posts .item p {
    color: #a3a3a3;
}

.better-blog.style-8 .posts .item .content {
    padding-top: 25px;
}

.better-blog.style-8 .posts .item .content .date {
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 12px;
}

.better-blog.style-8 .posts .item .content .date .num {
    font-size: 12px;
}

.better-blog.style-8 .posts .item .content .tags {
    margin-bottom: 10px;
    display: inline-block;
}

.better-blog.style-8 .posts .item .content .tags a {
    font-size: 12px;
    font-weight: 500;
    color: #75dab4;
    padding-right: 20px;
    position: relative;
    display: inline-block;
}

.better-blog.style-8 .posts .item .content .tags a:after {
    content: '';
    width: 8px;
    height: 1px;
    background: #eee;
    position: absolute;
    right: 4px;
    top: 50%;
}

.better-blog.style-8 .posts .item .content .tags a:last-of-type {
    padding-right: 0;
}

.better-blog.style-8 .posts .item .content .tags a:last-of-type:after {
    display: none;
}

.better-blog.style-8 .posts .item .content h4 {
    line-height: 1.6;
    margin-bottom: 5px;
}

.better-blog.style-8 .posts .item .better-simple-btn:after {
    background: rgba(255, 255, 255, 0.05);
}

/*---------- Blog Style 9 ----------*/
.better-blog.style-9 .item .cont {
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.better-blog.style-9 .item .info {
    margin-bottom: 10px;
    font-size: 12px;
}

.better-blog.style-9 .item .info .date {
    margin-right: 15px;
}

.better-blog.style-9 .item .info .date span i {
    font-style: normal;
}

.better-blog.style-9 .item .info span {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 10px;
    color: #aaa;
}

.better-blog.style-9 .item .info .tag {
    margin-left: 15px;
    display: inline-block;
}

.better-blog.style-9 .item .info .tag span {
    color: #c5a47e;
}

.better-blog.style-9 .item .info .tag span a {
    color: inherit;
}

.better-blog.style-9 .item h5 {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Teko', sans-serif;
}

.better-blog.style-9 .item h5 a {
    color: inherit;
}

.better-blog.style-9 .item .btn-more {
    margin-top: 15px;
    color: #eee;
}

.better-blog.style-9 .item .btn-more a {
    font-size: 12px;
    letter-spacing: 2px;
    color: inherit;
}

.better-blog.style-9 .item .btn-more a:after {
    background-color: transparent;
}

/*---------- blog Style 10 ----------*/
.better-blog.style-10 .item .img {
    position: relative;
    height: 300px;
}

.better-blog.style-10 .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.better-blog.style-10 .item .img .tag {
    padding: 5px 15px;
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    top: 15px;
    left: 15px;
    background: #c5a47e;
    color: #fff;
}

.better-blog.style-10 .item .img .tag a {
    color: inherit;
}

.better-blog.style-10 .item .cont {
    background: #212121;
    padding: 30px;
}

.better-blog.style-10 .item .cont h6 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.better-blog.style-10 .item .cont h6 span {
    font-size: 11px;
    font-weight: 500;
    float: right;
    color: #999;
}

.better-blog.style-10 .item .cont h5 {
    font-size: 17px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 30px;
}

.better-blog.style-10 .item .cont h5 a {
    color: inherit;
}

.better-blog.style-10 .item .cont .more {
    margin-top: 30px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

/* ----------------------------------------------------------------
              [ * Custom Slider section ]
  -----------------------------------------------------------------*/
/*----------Slider Style 0----------*/
.better-slider-ctm.style-1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
}

.better-slider-ctm.style-1 .swiper-slide {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.better-slider-ctm.style-1 .swiper-slide .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    display: flex;
    align-items: center;
}

.better-slider-ctm.style-1 .swiper-slide .bg-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000;
    opacity: .75;
}

.better-slider-ctm.style-1 .swiper-slide .bg-img .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

.better-slider-ctm.style-1 .swiper-slide .bg-img .container .caption {
    text-align: center;
    padding: 50px 10px;
}

.better-slider-ctm.style-1 .swiper-slide .bg-img .container .caption .main-title {
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
    transition: all;
}

.better-slider-ctm.style-1 .swiper-slide .bg-img .container .caption .main-title span {
    background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.better-slider-ctm.style-1 .swiper-slide .bg-img .container .caption .text {
    font-size: 16px;
    line-height: 2;
    color: #eee;
    margin: 15px auto 0;
    font-weight: 300;
}

.better-slider-ctm.style-1 .swiper-slide-active .bg-img .container .caption .main-title {
    transition: all 0s;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.better-slider-ctm.style-1 .swiper-slide-active .bg-img .container .caption .main-title .char {
    animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation-delay: calc(60ms * var(--char-index));
}

.better-slider-ctm.style-1 .better-slider-ctm-button {
    padding: 15px 35px;
    font-size: 13px;
    border: 1px solid transparent;
    transition: all .4s;
    border-radius: 5px;
    display: inline-block;
    line-height: 1.5;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.better-slider-ctm.style-1 .swiper-nav {
    position: static;
    bottom: 8%;
    right: 40px;
    z-index: 8;
}

.better-slider-ctm.style-1 .swiper-nav .swiper-nav-ctrl {
    color: #ccc;
    font-size: 13px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin: 5px 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.better-slider-ctm.style-1 .swiper-nav .swiper-nav-ctrl.swiper-button-next {
    position: absolute;
    top: 50%;
    right: 30px;
}

.better-slider-ctm.style-1 .swiper-nav .swiper-nav-ctrl.swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 30px;
}

.better-slider-ctm.style-1 .swiper-pagination {
    position: absolute;
    left: auto;
    width: auto;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    top: auto;
    bottom: 40px;
    right: 40px;
}

.better-slider-ctm.style-1 .swiper-pagination .swiper-pagination-current {
    font-size: 60px;
    font-weight: 700;
    position: relative;
    color: transparent;
    -webkit-text-stroke: .5px #ffe;
}

.better-slider-ctm.style-1 .swiper-pagination .swiper-pagination-current:after {
    content: '/';
    color: #fff;
    position: relative;
    margin: 0 10px;
    font-size: 12px;
    font-weight: 100;
}

@media(max-width: 767px) {
    .better-slider-ctm.style-1 .swiper-nav .swiper-nav-ctrl.swiper-button-next {
        left: 70px;
        bottom: 15px;
        top: auto;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}

@media(max-width: 767px) {
    .better-slider-ctm.style-1 .swiper-nav .swiper-nav-ctrl.swiper-button-prev {
        left: 15px;
        bottom: 15px;
        top: auto;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}

/* ====================== [ Start animate headline ] ====================== */
.better-animated-headline {
    font-size: 35px;
    line-height: 1.4;
    /* xclip */
}

.better-animated-headline .cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.better-animated-headline .cd-words-wrapper::after {
    content: none;
}

.better-animated-headline .cd-words-wrapper .elementor-heading-title {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.better-animated-headline .cd-words-wrapper .elementor-heading-title.is-visible {
    position: relative;
}

.better-animated-headline.no-js .cd-words-wrapper .elementor-heading-title {
    opacity: 0;
}

.better-animated-headline.no-js .cd-words-wrapper .elementor-heading-title.is-visible {
    opacity: 1;
}

.better-animated-headline.cd-headline.clip span {
    display: inline-block;
}

.better-animated-headline.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.better-animated-headline.cd-headline.clip .elementor-heading-title {
    opacity: 0;
}

.better-animated-headline.cd-headline.clip .elementor-heading-title.is-visible.is-hidden {
    opacity: 0 !important;
    display: none;
}

.better-animated-headline.cd-headline .elementor-heading-title.is-visible {
    opacity: 1;
}

@media (max-width: 992px) {
    .obelisk-showcase.style-6 .parallax-slider .caption h1 {
        font-size: 50px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767px) {
    .obelisk-showcase.style-6 .parallax-slider .caption h1 {
        font-size: 40px;
    }

    .obelisk-showcase.style-6 .parallax-slider .caption .discover {
        width: 120px;
        height: 120px;
        letter-spacing: 2px;
        text-transform: capitalize;
    }
}

@media (max-width: 480px) {
    .obelisk-showcase.style-6 .dots {
        display: none;
    }
}


/* ----------------------------------------------------------------
              [ * Slider section ]
  -----------------------------------------------------------------*/
.better-slider.style-1 .slid-half {
    position: relative;
}

.better-slider.style-1 .custom-font {
    font-family: 'Teko', sans-serif;
}

.better-slider.style-1 .slid-half .nofull {
    position: relative;
    overflow: hidden;
    background-color: #252531;
    background-image: url(img/line-pattern1.png);
    background-repeat: repeat;
    height: 105vh;
    color: #fff;
}

.better-slider.style-1 .slid-half .swiper-pagination-fraction.top {
    position: absolute;
    right: 15%;
    left: auto;
    bottom: auto;
    top: 20%;
    width: auto;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}

.better-slider.style-1 .slid-half .swiper-pagination-fraction.top .swiper-pagination-current {
    font-size: 60px;
    font-weight: 700;
    position: relative;
    color: transparent;
    -webkit-text-stroke: .5px #fff;
}

.better-slider.style-1 .slid-half .swiper-pagination-fraction.top .swiper-pagination-current:after {
    content: '/';
    color: #fff;
    position: relative;
    margin: 0 10px;
    font-size: 12px;
    font-weight: 100;
}

.better-slider.style-1 .cta__slider-wrapper {
    position: relative;
    width: 100%;
    height: 105vh;
    overflow: hidden;
}

.better-slider.style-1 .cta__slider-wrapper .block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.better-slider.style-1 .cta__slider {
    min-height: 105vh;
}

.better-slider.style-1 .cta__slider .swiper-slide {
    overflow: hidden;
}

.better-slider.style-1 .cta__slider-arrows {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 2;
}

.better-slider.style-1 .cta__slider-arrow {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    cursor: pointer;
}

.better-slider.style-1 .cta__slider-arrow.cta__slider-arrow--previous {
    left: 0;
}

.better-slider.style-1 .cta__slider-arrow.cta__slider-arrow--next {
    left: 50%;
}

.better-slider.style-1 .cta__slider-item {
    position: relative;
}

.better-slider.style-1 .cta__slider-item .media-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.better-slider.style-1 .cta__slider-item .media-wrapper .better-bg-img {
    position: absolute;
    width: 70%;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.better-slider.style-1 .cta__slider-item .container {
    position: relative;
    z-index: 4;
}

.better-slider.style-1 .cta__slider-item .caption {
    position: relative;
}

.better-slider.style-1 .cta__slider-item .caption .top-corn,
.better-slider.style-1 .cta__slider-item .caption .bottom-corn {
    position: absolute;
    left: -60px;
    top: -60px;
    opacity: .3;
}

.better-slider.style-1 .cta__slider-item .caption .top-corn:after,
.better-slider.style-1 .cta__slider-item .caption .top-corn:before,
.better-slider.style-1 .cta__slider-item .caption .bottom-corn:after,
.better-slider.style-1 .cta__slider-item .caption .bottom-corn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #b19777;
}

.better-slider.style-1 .cta__slider-item .caption .top-corn:after,
.better-slider.style-1 .cta__slider-item .caption .bottom-corn:after {
    width: 30px;
    height: 1px;
}

.better-slider.style-1 .cta__slider-item .caption .top-corn:before,
.better-slider.style-1 .cta__slider-item .caption .bottom-corn:before {
    width: 1px;
    height: 30px;
}

.better-slider.style-1 .cta__slider-item .caption .bottom-corn {
    top: auto;
    bottom: -60px;
}

.better-slider.style-1 .cta__slider-item .caption .bottom-corn:before {
    top: auto;
    bottom: 0;
}

.better-slider.style-1 .cta__slider-item .caption .title {
    font-size: 75px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    font-family: 'Teko', sans-serif;
    line-height: 1.4;
}

.better-slider.style-1 .cta__slider-item .caption .thin {
    color: #b19777;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 12px;
    margin-bottom: 5px;
    opacity: 0;
    transform: translateY(-20px);
    transition: all .4s;
    transition-delay: .8s;
    font-family: 'Teko', sans-serif;
}

.better-slider.style-1 .cta__slider-item .caption p {
    color: #eee;
    font-weight: 300;
    font-size: 14px;
    opacity: 0;
    transform: translateY(-20px);
    transition: all .4s;
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s;
    transition-delay: .8s;
    font-family: 'Poppins', sans-serif;
}

.better-slider.style-1 .cta__slider-item .caption .better-btn-curve {
    background: transparent;
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s;
    transition-delay: 1s;
}

.better-slider.style-1 .cta__slider-item .caption .better-btn-curve span {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    transition: all .8s;
}

.better-slider.style-1 .cta__slider-item .caption .better-btn-curve.btn-color {
    text-decoration: none;
    display: inline-block;
    font-family: 'Teko', sans-serif;
}

.better-slider.style-1 .cta__slider-item .caption .better-btn-curve.btn-color:after {
    background: #fff;
}

.better-slider.style-1 .cta__slider-item .caption .better-btn-curve.btn-color span {
    color: #fff;
}

.better-slider.style-1 .cta__slider-item.swiper-slide-active .caption .title {
    transition: all 0s;
    opacity: 1;
    visibility: visible;
}

.better-slider.style-1 .cta__slider-item.swiper-slide-active .caption .title .char {
    animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation-delay: calc(60ms * var(--char-index));
}

.better-slider.style-1 .cta__slider-item.swiper-slide-active .caption .better-btn-curve,
.better-slider.style-1 .cta__slider-item.swiper-slide-active .caption .thin,
.better-slider.style-1 .cta__slider-item.swiper-slide-active .caption p {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 767px) {
    .better-slider.style-1 .cta__slider-item .caption .title {
        font-size: 40px;
    }
}

/* ----------------------------------------------------------------
              [ * Fancy section ]
  -----------------------------------------------------------------*/
.better-fancy.style-1 .ab-exp .pattern {
    height: 100%;
    width: 100%;
}

.better-fancy.style-1 .custom-font {
    font-family: 'Teko', sans-serif;
}

.better-fancy.style-1 .ab-exp .years-exp {
    position: relative;
    height: 100%;
    width: 100%;
    border: 10px solid #f8f4f3;
}

.better-fancy.style-1 .ab-exp .years-exp .exp-text {
    position: absolute;
    bottom: 40px;
    left: -10px;
    padding: 10px 0;
    width: max-content;
    background: #fff;
}

.better-fancy.style-1 .ab-exp .years-exp .exp-text h2 {
    font-size: 70px;
    line-height: 1;
    display: inline-block;
    position: relative;
    z-index: 2;
    margin: 0;
    font-family: 'Teko', sans-serif;
}

.better-fancy.style-1 .ab-exp .years-exp .exp-text h2:after {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8f4f3;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: -1;
}

.better-fancy.style-1 .ab-exp .years-exp .exp-text h6 {
    font-size: 14px;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .better-fancy.style-1 .ab-exp .years-exp {
        height: 300px;
        margin-top: 10px;
    }
}

/*----- fancy style 2 -----*/
.better-fancy.style-2 {
    padding-left: 150px;
    padding-right: 50px;
    position: relative;
}

.better-fancy.style-2:before {
    content: '';
    position: absolute;
    top: -50px;
    right: 0;
    width: 400px;
    height: 400px;
    /*background-image: url(img/dots.png);*/
    background-repeat: repeat;
    opacity: .3;
    z-index: -1;
}

.better-fancy.style-2 .stauts {
    position: absolute;
    bottom: 50px;
    left: 15px;
    display: flex;
}

.better-fancy.style-2 .stauts .item {
    padding: 30px 40px;
    background: #272727;
    margin-right: 15px;
}

.better-fancy.style-2 .stauts .item:first-of-type {
    background: #c5a47e;
}

.better-fancy.style-2 .stauts .item:first-of-type h4,
.better-fancy.style-2 .stauts .item:first-of-type h6 {
    color: #121a21;
}

.better-fancy.style-2 .stauts .item h4 {
    font-size: 30px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

.better-fancy.style-2 .stauts .item h4 span {
    font-size: 20px;
    margin-left: 2px;
}

.better-fancy.style-2 .stauts .item h6 {
    font-size: 15px;
    margin-top: 5px;
}

/* ----------------------------------------------------------------
              [ * Infobox section ]
  -----------------------------------------------------------------*/
.better-info-box.style-1 .item-sm h6 {
    font-weight: 600;
    font-size: 18px;
}

.better-info-box.style-1 .custom-font {
    font-family: 'Teko', sans-serif;
}

.better-info-box.style-1 .item-sm .numb {
    font-size: 40px;
    font-weight: 400;
    color: #b19777;
    padding-right: 70px;
    line-height: 1;
    position: relative;
    font-family: 'Teko', sans-serif;
}

.better-info-box.style-1 .item-sm .numb:after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #ddd;
    width: 50px;
    height: 1px;
}

.better-info-box.style-1 .item-sm p {
    color: #888;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .better-info-box.style-1 .item-sm .numb {
        padding-right: 30px;
    }

    .better-info-box.style-1 .item-sm .numb:after {
        width: 15px;
    }
}

/*---- info box / Style 3 ----*/
.better-info-box.style-3 .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.better-info-box.style-3 .align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.better-info-box.style-3 .square-flip {
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.better-info-box.style-3 .square-flip {
    min-height: 350px;
}

.better-info-box.style-3 .square,
.better-info-box.style-3 .square2 {
    width: 100%;
    height: 100%;
}

.better-info-box.style-3 .square {
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.better-info-box.style-3 .square h4 {
    color: #fff;
}

.better-info-box.style-3 .square-flip .square {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}

.better-info-box.style-3 .square-flip:hover .square {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.better-info-box.style-3 .square2 {
    background: #16191e;
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.better-info-box.style-3 .square2 p {
    font-size: 13px;
    color: #fff;
}

.better-info-box.style-3 .square-flip .square2 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}

.better-info-box.style-3 .square-flip:hover .square2 {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.better-info-box.style-3 .square-container {
    padding: 40px;
    text-align: center;
    height: 350px;
    position: relative;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 2;
}

.better-info-box.style-3 .square-container .box-title {
    width: 100%;
    text-align: left;
}

.better-info-box.style-3 .square-flip:hover .square-container {
    -webkit-transform: translateX(-650px) scale(0.88);
    transform: translateX(-650px) scale(0.88);
}

.better-info-box.style-3 .square-container2 {
    padding: 40px;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
    transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 2;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.better-info-box.style-3 .square-container2:after,
.better-info-box.style-3 .square-container2:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid #fff;
    z-index: 3;
    opacity: .4;
}

.better-info-box.style-3 .square-container2:before {
    top: 25px;
    left: 15px;
    right: 15px;
    bottom: 25px;
}

.better-info-box.style-3 .square-flip:hover .square-container2 {
    -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
}

.better-info-box.style-3 .flip-overlay {
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4;
}

/*---- info box / Style 04 ----*/
.better-info-box.style-4 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.better-info-box.style-4 .item .icon {
    color: #b7b095;
    margin-right: 30px;
    margin-top: 15px;
}

.better-info-box.style-4 .item .icon:before {
    font-size: 50px;
}

.better-info-box.style-4 .item h6 {
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.better-info-box.style-4 .item p {
    font-size: 13px;
}

/*---- info box Style 05 ----*/
.better-info-box.style-5 {
    position: relative;
    z-index: 1;
}

.better-info-box.style-5 .item {
    position: relative;
}

.better-info-box.style-5 .item .icon {
    font-size: 40px;
    margin-bottom: 25px;
}

.better-info-box.style-5 .item .letr-bg {
    font-size: 200px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-20%);
    -ms-transform: translateY(-50%) translateX(-20%);
    transform: translateY(-50%) translateX(-20%);
    z-index: -1;
    opacity: .03;
}

.better-info-box.style-5 .item .numb {
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.better-info-box.style-5 .item h6 {
    color: #222733;
    margin: 0;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.better-info-box.style-5 p {
    color: #6d6d6d;
    font-size: 16px;
    line-height: 2;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/*---- info box Style 6 ----*/
.better-info-box.style-6 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.better-info-box.style-6 .item h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
}

.better-info-box.style-6 .item p {
    color: #dad6d6;
    font-size: 16px;
    line-height: 2;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.better-info-box.style-6 .item .icon {
    font-size: 30px;
    margin-right: 30px;
    color: #fff;
}

/* ====================== [ Start Typography  ] ====================== */

.better-bg-blc {
    background: #10141b;
    position: relative;
    z-index: 2;
}

.better-bg-blc:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/pattern-bg.svg);
    opacity: .04;
    z-index: -1;
}

/* ====================== [ End Typography  ] ====================== */
/*----------Button Style 1----------*/
.better-btn-skew {
    background: transparent;
    padding: 14px 60px;
    min-width: 120px;
    position: relative;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 3;
}

[type=button].better-btn-skew,
[type=submit].better-btn-skew,
button.better-btn-skew {
    padding: 14px 60px;
}

.better-btn-skew:hover {
    color: #fff;
}

.better-btn-skew i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.better-btn-skew i:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    background: #b7b095;
}

.better-btn-skew i:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #b7b095;
}

.better-btn-skew span {
    position: relative;
    z-index: 2;
}

.better-btn-skew:hover span {
    display: inline-block;
    text-decoration: none;
}

/*----------Button Style 2----------*/
.better-button.style-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.better-button.style-2 .icon {
    width: 200px;
    height: 200px;
    border: 1px solid #eee;
    border-radius: 50%;
    text-align: center;
    line-height: 200px;
}

.better-button.style-2 .icon img {
    width: 100px;
    opacity: .1;
}

.better-button.style-2 .link-go {
    line-height: 200px;
    margin-left: 30px;
}

.better-button.style-2 .link-go a {
    display: inline-block;
    text-decoration: underline;
    color: #222733;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

/*----------Button Style 5----------*/
.better-button.style-5.style1 .vid {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    position: relative;
    display: inline-block;
}

.better-button.style-5.style1 .vid:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: #fff;
    border-radius: 50%;
    opacity: .1;
}

.better-button.style-5.style1 .vid span {
    font-size: 30px;
    color: #75dab4;
}

.better-button.style-5.style2 .vid .vid-butn:hover .icon {
    color: #fff;
}

.better-button.style-5.style2 .vid .vid-butn:hover .icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.better-button.style-5.style2 .vid .vid-butn .icon {
    display: inline-block;
    color: #212529;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 17px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.better-button.style-5.style2 .vid .vid-butn .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border: 1px solid #eee;
    border-radius: 50%;
    z-index: -1;
}

.better-button.style-5.style2 .vid .vid-butn .icon i {
    position: relative;
}

.better-button.style-5.style2 .vid .vid-butn .icon:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: #fff;
    border-radius: 50%;
    z-index: 0;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}

/*----------Button Style 6----------*/
.better-btn-architec {
    background: transparent;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: 'Jost', sans-serif;
    position: relative;
    transition: all .4s;
    cursor: pointer;
    display: block;
    color: #fff;
}

.better-btn-architec:hover {
    background: #c5a47e;
}

.better-btn-architec:focus {
    outline: none;
}

.better-btn-architec:after {
    content: '';
    position: absolute;
    top: 0;
    left: -7px;
    right: -7px;
    bottom: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    opacity: .4;
    z-index: 0;
    transition: all .4s;
}

.better-btn-architec:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    bottom: -7px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    opacity: .4;
    z-index: 0;
    transition: all .4s;
}

.better-btn-architec span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all .8s;
}

.better-btn-architec.btn-lit {
    background: #fff;
}

.better-btn-architec.btn-lit span {
    color: #181818;
}

.better-btn-architec.btn-lit:hover {
    background: transparent;
}

.better-btn-architec.btn-lit:hover span {
    color: #fff;
}

.better-btn-architec.btn-color {
    background-color: #c5a47e;
}

.better-btn-architec.btn-color:hover {
    background: transparent;
}

.better-btn-architec.btn-lg {
    width: 190px;
    height: 60px;
    line-height: 60px;
}

.better-btn-architec.btn-radius {
    border-radius: 30px;
}

/*------ button style 7 ------*/
.better-button.style-7 .vid {
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    text-align: center;
    z-index: 8;
}

.better-button.style-7 .vid .vid-butn {
    width: 100%;
}

.better-button.style-7 .vid .vid-butn:hover .icon {
    color: #fff;
}

.better-button.style-7 .vid .vid-butn:hover .icon:before {
    transform: scale(0);
}

.better-button.style-7 .vid .vid-butn .icon {
    color: #fff;
    width: 130px;
    height: 130px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 130px;
    text-align: center;
    font-size: 30px;
    position: relative;
    transition: all .5s;
    display: block;
}

.better-button.style-7 .vid .vid-butn .icon:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    opacity: 0;
}

/*----------Button Style 5----------*/
.better-button.style-8 {
    position: absolute;
    top: -100px;
    left: 10%;
    padding: 30px 15px;
    background: #ffff;
    text-align: center;
    z-index: 2;
}

.better-button.style-8:after {
    content: '';
    position: absolute;
    top: 0px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: #fff;
    opacity: .2;
    z-index: -1;
}

.better-button.style-8 .vid-icon {
    margin-top: 50px;
}

.better-button.style-8 .vid-icon .vid {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    border: 2px solid #000;
    display: inline-block;
}

.better-button.style-8 .vid-icon .vid span {
    font-size: 10px;
    color: #000;
}

.better-button.style-8 .text {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transform: rotate(-90deg);
    margin-top: 30px;
    display: block;
}

/* ====================== [ Start Image Box Slider  ] ====================== */
/*--------style-3----------*/
.better-img-box-slider.style-1 .item {
    padding: 15px;
    margin: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.better-img-box-slider.style-1 .item .img {
    height: 220px;
    width: 100%;
    background-position: center center;
}

.better-img-box-slider.style-1 .item .cont {
    padding: 15px 20px;
    background: #1c1d1f;
    text-align: center;
}

.better-img-box-slider.style-1 .item .cont h6 {
    margin-bottom: 5px;
    color: #fff;
}

.better-img-box-slider.style-1 .item .cont .tags a {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size: 12px;
    color: #999;
}

.better-img-box-slider.style-1 .item .cont .tags a:after {
    content: '/';
    position: absolute;
    top: 0;
    right: -10px;
}

.better-img-box-slider.style-1 .item .cont .tags a:last-of-type:after {
    display: none;
}

.better-img-box-slider.style-1 .item .cont .price {
    color: #b7b095;
    font-size: 16px;
    margin-top: 10px;
}

.better-img-box-slider.style-1 .control {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.better-img-box-slider.style-1 .control span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    top: 50%;
    left: -30px;
}

.better-img-box-slider.style-1 .control span:hover {
    background: #c9ab81;
    border-color: #c9ab81;
}

.better-img-box-slider.style-1 .control span.next {
    left: auto;
    right: -30px;
}

.better-img-box-slider.style-1 .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.better-img-box-slider.style-1 .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.better-img-box-slider.style-1 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.better-img-box-slider.style-1 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.better-img-box-slider.style-1 .slick-dots li button:hover,
.better-img-box-slider.style-1 .slick-dots li button:focus {
    outline: none;
}

.better-img-box-slider.style-1 .slick-dots li button:hover:before,
.better-img-box-slider.style-1 .slick-dots li button:focus:before {
    opacity: 1;
}

.better-img-box-slider.style-1 .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.better-img-box-slider.style-1 .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* ====================== [ End Image Box Slider  ] ====================== */
/* ====================== [ Start Helper Classes  ] ====================== */
.position-re {
    position: relative;
}

.better-full-width {
    width: 100% !important;
}

.better-bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.better-bg-fixed {
    background-attachment: fixed;
}

.better-bg-repeat {
    background-size: auto;
    background-repeat: repeat;
}

.better-section-padding {
    padding: 120px 0;
}

.better-lg-padding {
    padding: 0 30px;
}

.better-valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*-------------------------------------------------------
                      font-weight
  -------------------------------------------------------*/
.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

/*-------------------------------------------------------
               margin-top  (0/100) +5
  -------------------------------------------------------*/
.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-62 {
    margin-top: 62px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

/*-------------------------------------------------------
               margin-bottom  (0/100) +5
  -------------------------------------------------------*/
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-62 {
    margin-bottom: 62px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

/*-------------------------------------------------------
              padding-top  (0/100) +5
  -------------------------------------------------------*/
.pt-0 {
    padding-top: 0 !important;
}

/*-------------------------------------------------------
           padding-bottom  (0/100) +5
  -------------------------------------------------------*/
.no-padding {
    padding: 0 !important;
}

/* ====================== [ Start Text Animation & Images ] ====================== */
.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
    width: 5px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.splitting.txt.animated .char {
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
    width: 5px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.imago.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imago {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

/* ====================== [ End Text Animation & Images ] ====================== */
/* ====================== [ Start Overlay ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #02050b;
}

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}

[data-overlay-dark] p {
    color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
    opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}

/* ====================== [ End Overlay ] ====================== */
/* ====================== [ Start Heading ] ====================== */
.better-heading.style-2 {
    position: relative;
    margin: 0 auto 80px;
}

.better-heading.style-2 h6 {
    color: #ff6d54;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 14px;
    margin-bottom: 5px;
}

.better-heading.style-2 h3 {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 0 8px rgba(0, 0, 0, 0.05);
}

.better-heading.style-2 span {
    display: inline-block;
}

.better-heading.style-2.tr-head {
    text-align: right;
    margin-bottom: 0;
}

.better-heading.style-2.tr-head .tbg {
    text-align: left;
}

.better-bg-blc .better-heading.style-2 h3,
[data-overlay-dark] .better-heading.style-2 h3 {
    color: #fff;
    text-shadow: 0 8px rgba(255, 255, 255, 0.05);
}

.better-extra-title {
    font-weight: 700;
}

/*----------Header Style 5----------*/
.better-heading.style-5.cont h5 {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.better-heading.style-5.cont h5.clorful {
    color: #b7b095;
}

.better-heading.style-5.cont h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Cormorant', serif;
}

.better-heading.style-5.cont p {
    color: #777;
    font-size: 17px;
    line-height: 2;
    margin: 0;
    font-family: 'Barlow', sans-serif;
}

.better-heading.style-5.cont .mt-30 {
    margin-top: 30px !important;
}

/*----------Header Style 6----------*/
.better-heading.style-6 {
    position: relative;
    margin: 0 auto 80px;
}

.better-heading.style-6 .scfont {
    font-family: 'Amatic SC', cursive !important;
}

.better-heading.style-6 h6 {
    color: #b7b095;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 14px;
    margin-bottom: 5px;
}

.better-heading.style-6 h3 {
    font-size: 60px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 2px;
    font-family: 'Cormorant', serif;
}

.better-heading.style-6 .scfont {
    font-weight: 400;
    letter-spacing: 20px;
}

.better-heading.style-6 .tbg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10vw;
    opacity: .05;
}

.better-heading.style-6 .custom-font {
    font-family: 'Pinyon Script', cursive !important;
}

.better-heading.style-6 .icon {
    margin-top: 30px;
    position: relative;
}

.better-heading.style-6 .icon:after,
.better-heading.style-6 .icon:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background: #999;
    top: 50%;
    right: -100px;
    opacity: .5;
}

.better-heading.style-6 .icon svg {
    margin-left: 0px;
    fill: #000000;
    width: 20px;
}

.better-heading.style-6 .icon:after {
    right: auto;
    left: -100px;
}

.better-heading.style-6 .icon img {
    width: 15px;
}

/*----------Header Style 7----------*/
li.better-heading.style-7 {
    margin-bottom: 20px;
    font-size: 14px;
    list-style-type: none !important;
    font-family: 'Barlow', sans-serif;
    color: #666666;
}

li.better-heading.style-7 .tit,
li.better-heading.style-7 .dots,
li.better-heading.style-7 span {
    display: table-cell;
    white-space: nowrap;
}

li.better-heading.style-7:last-of-type {
    margin-bottom: 0;
}

li.better-heading.style-7 span {
    white-space: nowrap;
    padding-left: 10px;
}

li.better-heading.style-7 .tit {
    padding-right: 10px;
}

li.better-heading.style-7 .dots {
    height: 4px;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    position: relative;
    top: -7px;
}

/*----------Header Style 8----------*/
.better-heading.style-8.pages {
    height: 75vh;
}

.better-heading.style-8.pages h1 {
    font-size: 120px;
    font-style: italic;
    font-family: 'Cormorant', serif;
}

.better-heading.style-8 .justify-content-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

/*----------Heading Style 9----------*/
.better-heading.style-9 .gr-text {
    font-size: 60px;
    line-height: 1.4;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins', sans-serif;
    color: #75dab4;
    background: -webkit-gradient(linear, left top, right top, from(#556fff), color-stop(#e05fc4), to(#ff798e));
    background: -webkit-linear-gradient(left, #556fff, #e05fc4, #ff798e);
    background: -o-linear-gradient(left, #556fff, #e05fc4, #ff798e);
    background: linear-gradient(to right, #556fff, #e05fc4, #ff798e);
    -webkit-background-clip: text;
}

.better-heading.style-9 h6 {
    font-size: 18px;
    margin: 0;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
}

.better-heading.style-9 .better-btn-curve.btn-lit:hover span {
    color: #75dab4;
}

.better-heading.style-9 p {
    color: #6d6d6d;
    font-size: 16px;
    line-height: 2;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/*----------Heading Style 10----------*/
.better-heading.style-10 {
    padding-bottom: 0;
    overflow: hidden;
}

.better-heading.style-10 .item-wrap {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    width: 400%;
    position: relative;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.better-heading.style-10 .item-wrap .items {
    color: #eee;
    font-size: 10vw;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 100px;
    line-height: 1.4;
}

/*----------Heading Style 11----------*/
.better-heading.style-11 p {
    color: #dad6d6;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Poppins', sans-serif;
}

.better-heading.style-11 a {
    display: inline-block;
    color: #75dab4;
    background: -webkit-gradient(linear, left top, right top, from(#556fff), color-stop(#e05fc4), to(#ff798e));
    background: -webkit-linear-gradient(left, #556fff, #e05fc4, #ff798e);
    background: -o-linear-gradient(left, #556fff, #e05fc4, #ff798e);
    background: linear-gradient(to right, #556fff, #e05fc4, #ff798e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*----------Heading Style 12----------*/
.better-heading.style-12 {
    text-align: center;
}

.better-heading.style-12 h2 {
    font-size: 9vw;
    line-height: 1;
    color: #75dab4;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.59%, #e7a28f), color-stop(50%, #fbddb0), color-stop(98.41%, #fbfefd));
    background: -webkit-linear-gradient(left, #e7a28f 1.59%, #fbddb0 50%, #fbfefd 98.41%);
    background: -o-linear-gradient(left, #e7a28f 1.59%, #fbddb0 50%, #fbfefd 98.41%);
    background: linear-gradient(90deg, #e7a28f 1.59%, #fbddb0 50%, #fbfefd 98.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

/*----------Heading Style 13----------*/
.better-heading.style-13 h2 {
    font-weight: 800;
    font-size: 3vw;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}

.better-heading.style-13 span {
    display: inline-block;
}

/*----------Heading Style 14----------*/
.better-heading.style-14 {
    min-height: 100%;
}

.better-heading.style-14.hfixd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.better-heading.style-14 .capt h2 {
    font-size: 60px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Barlow Condensed', sans-serif;
}

.better-heading.style-14 .capt .bactxt {
    font-size: 30vw;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
}

/*----------Heading Style 15----------*/
.better-heading.style-15 {
    padding: 60px 50px;
    background: #272727;
    position: relative;
    margin-left: 30px;
}

.better-heading.style-15 h2 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1;
    font-family: 'Cinzel', serif;
    color: #fff;
}

.better-heading.style-15 p {
    color: #9f9f9f;
}

.better-heading.style-15:after {
    content: '';
    position: absolute;
    top: 30px;
    left: -30px;
    width: 100%;
    height: 100%;
    border: 4px solid #c5a47e;
    z-index: -1;
}

.better-heading.style-15:before {
    content: '';
    position: absolute;
    top: 30px;
    left: -30px;
    width: 100%;
    height: 100%;
    /*  background-image: url(img/dots.png);
  */
    background-repeat: repeat;
    opacity: .3;
    z-index: -1;
}

/*----------Heading Style 16----------*/
.better-heading.style-16 {
    position: relative;
    max-width: 340px;
    float: right;
    padding: 80px 60px;
    background: #272727;
}

.better-heading.style-16:after {
    content: '';
    position: absolute;
    top: 30px;
    left: -30px;
    width: 100%;
    height: 100%;
    border: 4px solid #c5a47e;
    z-index: -1;
}

.better-heading.style-16:before {
    content: '';
    position: absolute;
    top: 30px;
    left: -30px;
    width: 100%;
    height: 100%;
    /*  background-image: url(img/dots.png);
  */
    background-repeat: repeat;
    opacity: .3;
    z-index: -1;
}

.better-heading.style-16 h4 {
    font-weight: 600;
    font-size: 100px;
    display: inline-block;
    position: relative;
    z-index: 3;
    font-family: 'Teko', sans-serif;
    color: #fff;
}

.better-heading.style-16 h4:after {
    content: '';
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-image: url(img/line-pattern-color.png);
    background-repeat: repeat;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: -1;
}

.better-heading.style-16 h5 {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Teko', sans-serif;
    color: #fff;
}

.better-heading.style-16 span {
    position: absolute;
    color: #fff;
    top: 20px;
    right: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
}

/*----------Heading Style 17----------*/
.better-heading.style-17 {
    position: relative;
    margin: 0 auto 100px;
}

.better-heading.style-17 h3 {
    font-weight: 700 !important;
    font-size: 60px;
    letter-spacing: 2px;
}

.better-heading.style-17 .tex-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    line-height: 1;
    letter-spacing: 20px;
    font-size: 8vw;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    transform: translateY(-50%);
    opacity: .03;
}

/*----------Heading Style 18----------*/
.better-heading.style-18 .item {
    padding: 30px 40px;
    min-width: 200px;
}

.better-heading.style-18 .item h4 {
    margin: 0;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    font-family: 'Cinzel', serif;
}

.better-heading.style-18 .item h4 span {
    font-size: 20px;
    margin-left: 2px;
    font-family: 'Cinzel', serif;
}

.better-heading.style-18 .item h6 {
    font-size: 15px;
    margin-top: 5px;
}

/* ====================== [ End Heading ] ====================== */
/* ====================== [ Start Counter ] ====================== */
.better-counter.style-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.better-counter.style-1 .custom-font {
    font-family: 'Teko', sans-serif;
}

.better-counter.style-1 .skill {
    position: relative;
}

.better-counter.style-1 .skill span {
    height: 110px;
    width: 110px;
    line-height: 110px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    left: 0%;
    font-size: 20px;
    font-weight: 300;
}

.better-counter.style-1 .skill h6 {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-top: 20px;
}

/*------ counter style 2 -------*/
.better-counter.style-2 {
    position: relative;
}

.better-counter.style-2 .item {
    display: flex;
}

.better-counter.style-2 .skill {
    position: relative;
}

.better-counter.style-2 .skill span {
    font-family: 'Teko', sans-serif;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50px) translateY(-50px);
    font-size: 20px;
    font-weight: 300;
}

.better-counter.style-2 .cont {
    padding-top: 25px;
    padding-left: 25px;
}

.better-counter.style-2 .cont span {
    font-size: 12px;
    font-weight: 300;
    opacity: .9;
    margin-bottom: 10px;
}

.better-counter.style-2 .cont h6 {
    font-size: 15px;
    font-weight: 500;
}

.better-counter.style-2.sub-bg {
    color: #fff;
}

/* ====================== [ End Counter ] ====================== */
/*----------Shadows----------*/

.better-shadows {
    left: 25%;
}

.better-shadows {
    position: absolute;
    width: 320px;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    opacity: .3;
}

.better-shadows .shadow {
    position: absolute;
    width: 47px;
    height: 100%;
}

.better-shadows .sh-left {
    right: 100%;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

.better-shadows .sh-right {
    left: 100%;
}

/* ====================== [  Start Button Style ] ====================== */
.better-btn-curve {
    text-decoration: none;
    background: transparent;
    padding: 12px 35px;
    border: 1px solid #10141b;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

button.better-btn-curve {
    padding: 12px 35px;
}

.better-btn-curve:focus {
    outline: none;
}

.better-btn-curve:hover {
    outline: none;
}

.better-btn-curve:hover:after {
    bottom: -30px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.better-btn-curve:hover span {
    color: #fff;
}

.better-btn-curve:after {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: 130%;
    background: #10141b;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.better-btn-curve span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.better-btn-curve.btn-lit {
    border-color: #fff;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.better-btn-curve.btn-lit:hover span {
    text-decoration: none;
    color: #ff6d54;
}

.better-btn-curve.btn-lit:after {
    background: #fff;
}

.better-btn-curve.btn-blc {
    background: #10141b;
}

.better-btn-curve.btn-blc:hover {
    background: #10141b;
}

.better-btn-curve.btn-blc:after {
    background: #fff;
}

.better-btn-curve.btn-blc span {
    color: #fff;
}

.better-btn-curve.btn-blc:hover span {
    color: #10141b;
}

.better-btn-curve.btn-color {
    background: #ff6d54;
    border-color: #ff6d54;
}

.better-btn-curve.btn-color:after {
    background: #fff;
}

.better-btn-curve.btn-color span {
    color: #0c0f16;
}

.better-btn-curve.btn-color:hover span {
    color: #ff6d54;
}

.better-btn-curve.btn-lg {
    padding: 14px 40px;
}

.better-btn-curve.btn-lg span {
    font-size: 14px;
}

.better-btn-curve.btn-wit {
    background: #fff;
    border-color: #fff;
}

.better-btn-curve.btn-wit:after {
    background: #ff6d54;
}

.better-btn-curve.btn-wit span {
    color: #10141b;
}

.better-btn-curve.btn-wit:hover {
    border-color: #ff6d54;
}

.better-btn-curve.btn-wit:hover span {
    color: #fff;
}

.better-btn-curve.btn-radius {
    border-radius: 30px;
}

.better-simple-btn {
    position: relative;
    padding: 7px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
}

.better-simple-btn:hover {
    text-decoration: none;
}

.better-simple-btn:after {
    content: '';
    width: 45%;
    height: 100%;
    background: rgba(255, 109, 84, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.better-simple-btn.right:after {
    left: auto;
    right: 0;
}

.better-simple-btn:hover:after {
    width: 100%;
}

/* ====================== [ End Button Style ] ====================== */
/* ====================== [ Start Navigagtion menu - style 1 ] ====================== */
.better-navigation-menu.style-1 {
    padding: 0;
}

.better-navigation-menu.style-1 .navbar-nav .nav-link {
    color: #000;
}

.better-navigation-menu.style-1 .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    padding: 15px 7px;
    margin: 10px 15px;
}

.better-navigation-menu.style-1 .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    border: 0;
    color: #1a1e25;
    background: #fff;
    left: unset;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    min-width: 185px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.better-navigation-menu.style-1 .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.better-navigation-menu.style-1 .dropdown-menu .dropdown-item {
    color: #1a1e25;
    font-size: 13px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 10px 25px;
    position: relative;
}

.better-navigation-menu.style-1 .dropdown-menu .dropdown-item {
    margin: 0 !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
}

.better-navigation-menu.style-1 .dropdown-menu .dropdown-item:after {
    content: '';
    width: 0px;
    height: 1px;
    background: #ff6d54;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.better-navigation-menu.style-1 .dropdown-menu .dropdown-item:hover,
.better-navigation-menu.style-1 .dropdown-menu .dropdown-item:focus {
    padding-left: 30px;
    background: transparent;
}

.better-navigation-menu.style-1 .dropdown-menu .dropdown-item:hover:after,
.better-navigation-menu.style-1 .dropdown-menu .dropdown-item:focus:after {
    width: 10px;
}

/* ====================== [ Start navbar - style 1 ] ====================== */
.better-navbar.style-1 {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
    z-index: 999;
    min-height: 80px;
}

.better-navbar.style-1.light .navbar-nav .nav-link {
    color: #000;
}

.better-navbar.style-1.light .icon-bar {
    color: #000;
}

.better-navbar.style-1 .icon-bar {
    color: #fff;
}

.better-navbar.style-1 .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    padding: 15px 7px;
    margin: 10px 15px;
}

.better-navbar.style-1 .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    border: 0;
    color: #1a1e25;
    background: #fff;
    left: unset;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    min-width: 185px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.better-navbar.style-1 .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.better-navbar.style-1 .dropdown-menu .dropdown-item {
    color: #1a1e25;
    font-size: 13px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 10px 25px;
    position: relative;
}

.better-navbar.style-1 .dropdown-menu .dropdown-item {
    margin: 0 !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
}

.better-navbar.style-1 .dropdown-menu .dropdown-item:after {
    content: '';
    width: 0px;
    height: 1px;
    background: #ff6d54;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.better-navbar.style-1 .dropdown-menu .dropdown-item:hover,
.better-navbar.style-1 .dropdown-menu .dropdown-item:focus {
    padding-left: 30px;
    background: transparent;
}

.better-navbar.style-1 .dropdown-menu .dropdown-item:hover:after,
.better-navbar.style-1 .dropdown-menu .dropdown-item:focus:after {
    width: 10px;
}

.better-navbar.style-1 .logo {
    width: 70px;
}

.better-navbar.style-1.nav-scroll {
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    padding: 0;
    position: fixed;
    top: -80px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

.better-navbar.style-1.nav-scroll .icon-bar {
    color: #10141b;
}

.better-navbar.style-1.nav-scroll .navbar-nav .nav-link {
    color: #10141b;
}

/* ====================== [ End navbar - style 1 ] ====================== */
/* ====================== [ Start navbar - style 2 ] ====================== */
.better-navbar.style-2 {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
    border-bottom: 2px solid transparent;
    z-index: 999;
    min-height: 80px;
}

.better-navbar.style-2.bg-lit.nav-scroll {
    background: #fff;
    border-color: #eee;
}

.better-navbar.style-2.bg-lit.nav-scroll .container {
    margin-top: -10px;
}

.better-navbar.style-2.bg-lit.nav-scroll .container .better-shape-bottom {
    display: none;
}

.better-navbar.style-2.bg-lit .container {
    background-color: #fff;
    padding-left: 30px;
    margin-top: 30px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
}

.better-navbar.style-2.bg-lit .container .better-shape-bottom {
    -webkit-transform: rotatex(180deg) translateY(-100%);
    -ms-transform: rotatex(180deg) translateY(-100%);
    transform: rotatex(180deg) translateY(-100%);
    bottom: 6px;
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.better-navbar.style-2.bg-lit .navbar-nav .nav-link {
    color: #000;
}

.better-navbar.style-2.bg-lit .search {
    color: #000;
}

.better-navbar.style-2.bg-lit .dropdown-menu {
    background: #fff;
}

.better-navbar.style-2.bg-lit .dropdown-menu .dropdown-item {
    color: #000 !important;
}

.better-navbar.style-2.bg-lit .icon-bar {
    color: #333;
}

.better-navbar.style-2.better-bg-blc .cart .cart-side {
    background: #18181d;
}

.better-navbar.style-2 .icon-bar {
    color: #fff;
}

.better-navbar.style-2 .navbar-nav .butn {
    background: #b7b095;
}

.better-navbar.style-2 .navbar-nav .nav-link {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 15px 7px;
    margin: 10px 15px;
    font-family: 'Barlow', sans-serif;
}

.better-navbar.style-2.full-width-nav.nav-scroll .navbar-nav .nav-link {
    color: #000;
}

.better-navbar.style-2 .navbar-nav .dropdown-menu {
    padding: 10px 0;
    border: 0;
}

.better-navbar.style-2 .navbar-nav .dropdown-item {
    font-size: 13px;
    padding: 10px 20px;
    opacity: .9;
}

.better-navbar.style-2 .navbar-nav .dropdown-item:hover {
    background: transparent;
    color: #b7b095;
}

.better-navbar.style-2 .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    color: #fff;
    background: #1a1e25;
    min-width: 185px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.better-navbar.style-2 .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.better-navbar.style-2 .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 10px 25px;
    position: relative;
}

.better-navbar.style-2 .dropdown-menu .dropdown-item:after {
    content: '';
    width: 0px;
    height: 1px;
    background: #b7b095;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.better-navbar.style-2 .dropdown-menu .dropdown-item:hover {
    padding-left: 30px;
}

.better-navbar.style-2 .dropdown-menu .dropdown-item:hover:after {
    width: 10px;
}

.better-navbar.style-2 .cart {
    padding: 20px 15px;
    position: relative;
}

.better-navbar.style-2 .cart:after {
    content: '';
    width: 1px;
    height: 20px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
}

.better-navbar.style-2 .cart:before {
    content: '';
    width: 1px;
    height: 20px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}

.better-navbar.style-2 .cart .cart-icon {
    position: relative;
    display: inline-block;
}

.better-navbar.style-2 .cart .cart-icon .mad-count {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #b7b095;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    position: absolute;
    top: -5px;
    right: -5px;
}

.better-navbar.style-2 .cart .icon {
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

.better-navbar.style-2 .cart .cart-side {
    position: absolute;
    top: 50px;
    right: 0;
    width: 320px;
    background: #fff;
    padding: 30px;
    z-index: 3;
    display: none;
}

.better-navbar.style-2 .cart .cart-side .clos {
    margin-bottom: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #b7b095;
    position: absolute;
    top: -50px;
    right: 0;
}

.better-navbar.style-2 .cart .cart-side .titl {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #b7b095;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.better-navbar.style-2 .cart .cart-side .titl h6 {
    font-family: 'Cormorant', serif;
}

.better-navbar.style-2 .cart .cart-side .titl span {
    color: #888;
    font-size: 13px;
    margin-left: auto;
}

.better-navbar.style-2 .cart .cart-side .prods {
    max-height: 260px;
    overflow: auto;
}

.better-navbar.style-2 .cart .cart-side .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
}

.better-navbar.style-2 .cart .cart-side .item:last-of-type {
    border-bottom: 1px solid #b7b095;
}

.better-navbar.style-2 .cart .cart-side .item .img {
    width: 70px;
}

.better-navbar.style-2 .cart .cart-side .item .cont {
    padding-left: 20px;
}

.better-navbar.style-2 .cart .cart-side .item .cont h6 {
    font-size: 14px;
    margin-bottom: 5px;
}

.better-navbar.style-2 .cart .cart-side .item .cont .price {
    color: #777;
    font-size: 13px;
}

.better-navbar.style-2 .cart .cart-side .item .cont .price span {
    font-size: 15px;
    color: #b7b095;
    font-family: 'Cormorant', serif;
    margin-left: 5px;
}

.better-navbar.style-2 .cart .cart-side .item .count {
    padding-left: 20px;
}

.better-navbar.style-2 .cart .cart-side .item .del {
    margin-left: auto;
}

.better-navbar.style-2 .cart .cart-side .item .del span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #eee;
    border-radius: 50%;
}

.better-navbar.style-2 .cart .cart-side .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Cormorant', serif;
    margin-top: 15px;
}

.better-navbar.style-2 .cart .cart-side .total p {
    margin-left: auto;
}

.better-navbar.style-2 .cart .cart-side .better-btn-skew {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.better-navbar.style-2 .search {
    padding: 20px 15px;
}

.better-navbar.style-2 .search .icon {
    font-size: 16px;
    cursor: pointer;
}

.better-navbar.style-2.full-width-nav .search .icon {
    color: #fff;
}

.better-navbar.style-2.full-width-nav.nav-scroll .search .icon {
    color: #0c0f16;
}

.better-navbar.style-2 .search .search-form {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 3;
    display: none;
}

.better-navbar.style-2 .search .search-form form {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 30px;
}

.better-navbar.style-2 .search .search-form form input {
    padding: 15px 0;
    width: 100%;
    max-width: 600px;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
}

.better-navbar.style-2 .search .search-form .close {
    position: absolute;
    top: 10%;
    right: 10%;
    color: #fff;
    font-size: 40px;
    opacity: 1;
    cursor: pointer;
}

.better-navbar.style-2 .logo {
    width: 80px;
}

.better-navbar.style-2 .icon-bar {
    font-size: 13px;
}

.better-navbar.style-2.nav-scroll {
    background: #18181d;
    border-color: #161718;
    padding: 0;
    position: fixed;
    top: -80px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

.better-navbar.style-2.full-width-nav.nav-scroll {
    background: #fff !important;
    border-color: #fff;
    padding: 0;
    position: fixed;
    top: -80px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

/* ====================== [ End navbar ] ====================== */
/* ====================== [ Start Slider ] ====================== */
.better-static {
    position: static;
}

.better-heading.style-4 .cont {
    padding: 220px 0 120px;
}

.better-heading.style-4 .cont h4 {
    line-height: 1.6;
}

.better-heading.style-4 .cont h4 .stroke {
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ff6d54;
    color: transparent;
}

.better-heading.style-4 .img-wrapper {
    position: relative;
    min-height: 70vh;
}

.better-heading.style-4 .img-wrapper .title {
    position: absolute;
    top: 0;
    right: 0px;
    width: 100%;
    text-align: right;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    z-index: 3;
}

.better-heading.style-4 .img-wrapper .title h3 {
    font-size: 100px;
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ff6d54;
    color: transparent;
}

.better-heading.style-4 .img-wrapper .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.better-heading.style-4.blg .cont {
    padding: 220px 0;
}

.better-heading.style-4.blg .cont h2 {
    line-height: 1.6;
    margin-bottom: 10px;
}

.better-heading.style-4.blg .cont .info a {
    display: inline-block;
    margin: 0 10px;
    font-size: 13px;
    font-family: 'Roboto Mono', monospace;
    color: #777;
}

.better-slider.style-3 .cont {
    padding: 220px 0 50px;
}

.better-slider.style-3 .cont h6 {
    color: #ccc;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.better-slider.style-3 .cont h4 {
    line-height: 1.6;
}

.better-slider.style-3 .cont h4 .stroke {
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.7);
    color: transparent;
}

.better-slider.style-3 .img-wrapper {
    position: relative;
    min-height: 70vh;
}

.better-slider.style-3 .img-wrapper .title {
    position: absolute;
    top: 0;
    right: 0px;
    width: 100%;
    text-align: right;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    z-index: 3;
}

.better-slider.style-3 .img-wrapper .title h3 {
    font-size: 100px;
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    color: transparent;
}

.better-slider.style-3 .img-wrapper .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.better-slider.style-3.better-bg-img {
    min-height: 85vh;
    padding-bottom: 100px;
}

.better-slider.style-3.better-bg-img .item h6 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.better-slider.style-3.better-bg-img .item p {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

.better-slider.style-3.better-bg-img .item p a {
    display: inline-block;
    margin: 0 7px;
}

.better-slider.style-3.better-bg-img .item p a:first-of-type {
    margin-left: 0;
}

.better-slider.style-3.better-bg-img .item p a:last-of-type {
    margin-right: 0;
}

.better-slider.style-3 .img-wrapper {
    min-height: 80vh;
}

.main-content {
    background: #fff;
    position: relative;
    z-index: 3;
}

/*----------Slider Style 5 - 6 ----------*/
.better-slider.style-5,
.better-slider.style-4 {
    position: relative;
    height: 100vh;
    position: relative;
}

.better-slider.style-5 .bord:after,
.better-slider.style-4 .bord:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 80px;
    left: 80px;
    bottom: 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 3;
}

.better-slider.style-5 .bord:before,
.better-slider.style-4 .bord:before {
    content: '';
    position: absolute;
    top: 100px;
    right: 0px;
    left: 0px;
    bottom: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 3;
}

.better-slider.style-5 .item-img,
.better-slider.style-4 .item-img {
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

.better-slider.style-5 .justify-content-center,
.better-slider.style-4 .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.better-slider.style-5 .custom-font,
.better-slider.style-4 .custom-font {
    font-family: 'Tangerine', cursive !important;
    font-family: 'Italianno', cursive !important;
    font-family: 'Pinyon Script', cursive !important;
}

.better-slider.style-5 .caption.bold h4,
.better-slider.style-5 .caption.bold h4,
.better-slider.style-4.mdrn-slid .caption.bold h4,
.better-slider.style-4 .caption.bold h4 {
    font-size: 60px;
    color: #b7b095;
}

.better-slider.style-5 .caption.bold .title,
.better-slider.style-5 .caption.bold .title,
.better-slider.style-4.mdrn-slid .caption.bold .title,
.better-slider.style-4 .caption.bold .title {
    font-size: 65px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.better-slider.style-5 .caption.bold h6,
.better-slider.style-5 .caption.bold h6,
.better-slider.style-4.mdrn-slid .caption.bold h6,
.better-slider.style-4 .caption.bold h6 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 15px;
}

.better-slider.style-5 .btm-curv,
.better-slider.style-4 .btm-curv {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: 888;
}

.better-slider.style-5 .swiper-nav-ctrl,
.better-slider.style-4.ctrl-one .swiper-nav-ctrl {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
}

.better-slider.style-5 .swiper-nav-ctrl:hover:after,
.better-slider.style-4.ctrl-one .swiper-nav-ctrl:hover:after {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 5s linear;
    transition: all 5s linear;
}

.better-slider.style-5 .swiper-nav-ctrl:after,
.better-slider.style-4.ctrl-one .swiper-nav-ctrl:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px dashed #b7b095;
    background: none;
}

.better-slider.style-5 .swiper-nav-ctrl:before,
.better-slider.style-4.ctrl-one .swiper-nav-ctrl:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.better-slider.style-5.pages,
.better-slider.style-4.pages {
    height: 75vh;
}

.better-slider.style-5.pages .title,
.better-slider.style-4.pages .title {
    font-size: 120px;
    font-style: italic;
}

.better-slider.style-5 .swiper-pagination-bullets,
.better-slider.style-4 .swiper-pagination-bullets {
    bottom: 30px;
}

.better-slider.style-5 .swiper-pagination-bullet,
.better-slider.style-4 .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #b7b095;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 15px !important;
    position: relative;
    opacity: 1;
}

.better-slider.style-5 .swiper-pagination-bullet:after,
.better-slider.style-4 .swiper-pagination-bullet:after {
    content: '';
    width: 17px;
    height: 17px;
    border: 1px solid #b7b095;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: -6px;
    opacity: 0;
}

.better-slider.style-5 .swiper-pagination-bullet-active:after,
.better-slider.style-4 .swiper-pagination-bullet-active:after {
    opacity: 1;
}

.better-slider.style-5 [data-overlay-dark]:before,
.better-slider.style-4 [data-overlay-dark]:before {
    background: #02050b;
}

.better-slider.style-4 .caption.bold .title {
    font-size: 65px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Cormorant', serif;
}

.better-shape-top {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 3;
}

.better-shape-top svg {
    display: block;
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.better-shape-top svg .light-shape-fill {
    fill: #fff;
}

.better-shape-bottom {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    z-index: 3;
}

.better-shape-bottom svg {
    display: block;
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.better-shape-bottom svg .light-shape-fill {
    fill: #fff;
}

.better-slider.style-5 .arrow {
    position: absolute;
    left: 27%;
    top: 31%;
}

.better-slider.style-5 .mt-30,
.better-slider.style-4 .mt-30 {
    margin-top: 30px !important;
}

/*----------Slider Style 6 ----------*/
.better-slider.style-6 {
    height: 75vh;
}

.better-slider.style-6 h1 {
    font-size: 120px;
    font-style: italic;
    font-family: 'Cormorant', serif;
}

/*------------ slider style 10 ------------*/
.better-slider.style-10 {
    min-height: 100vh;
}

.better-slider.style-10 .caption {
    padding: 80px;
    position: relative;
}

.better-slider.style-10 .caption h1 {
    font-family: 'Teko', sans-serif;
    font-size: 55px;
    font-weight: 400;
}

.better-slider.style-10 .caption:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 200px;
    border: 6px solid #c5a47e;
    border-right: 0;
}

.better-slider.style-10 .caption .bord {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 200px;
}

.better-slider.style-10 .caption .bord:after,
.better-slider.style-10 .caption .bord:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 30px;
    background: #c5a47e;
}

.better-slider.style-10 .caption .bord:before {
    top: auto;
    bottom: 0;
}

@media (min-width: 992px) {
    .better-slider.style-10 .offset-lg-1 {
        margin-left: 8.333333%;
    }
}

/* ====================== [ End Slider ] ====================== */
/* ====================== [ Start showcase ] ====================== */
.better-portfolio.style-3 .swiper-slide {
    min-height: 100vh;
}

.better-portfolio.style-3 .swiper-slide .better-bg-img {
    height: 65vh;
    margin-top: 20vh;
    background-size: cover;
    background-position: center center;
}

.better-portfolio.style-3 .swiper-slide .caption {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 3;
}

.better-portfolio.style-3 .swiper-slide .caption h1 {
    font-size: 60px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s,
        visibility .5s;
    -o-transition: opacity .5s,
        visibility .5s;
    transition: opacity .5s,
        visibility .5s;
}

.better-portfolio.style-3 .swiper-slide .caption h1 .stroke {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}

.better-portfolio.style-3 .swiper-slide .caption .tag {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.better-portfolio.style-3 .swiper-slide .caption a:hover {
    text-decoration: none;
}

.better-portfolio.style-3 .swiper-slide.swiper-slide-active .caption h1 {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.better-portfolio.style-3 .swiper-slide.swiper-slide-active .caption h1:hover {
    text-decoration: none;
}

.better-portfolio.style-3 .swiper-slide.swiper-slide-active .caption h1 .char {
    -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(60ms * var(--char-index));
    animation-delay: calc(60ms * var(--char-index));
    display: inline-block;
}

.better-portfolio.style-3 .swiper-slide.swiper-slide-active .caption h1,
.better-portfolio.style-3 .swiper-slide.swiper-slide-active .caption .tag {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.better-portfolio.style-3 .swiper-slide.swiper-slide-active .caption .tag {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.better-portfolio.style-3 .swiper-pagination-fraction {
    position: absolute;
    right: 50px;
    left: auto;
    bottom: 20px;
    top: auto;
    width: auto;
    color: #fff;
}

.better-portfolio.style-3 .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 20px;
    position: relative;
}

.better-portfolio.style-3 .swiper-pagination-fraction .swiper-pagination-current:after {
    content: '/';
    position: relative;
    margin: 0 10px;
    font-size: 12px;
}

.better-portfolio.style-3 .swiper-pagination-bullets {
    bottom: 20px;
}

.better-portfolio.style-3 .swiper-pagination-bullets span {
    background: #fff;
    margin: 0 7px !important;
}

.better-portfolio.style-3 .swiper-button-next,
.better-portfolio.style-3 .swiper-button-prev {
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: auto;
    top: 50%;
    left: auto;
    right: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}

.better-portfolio.style-3 .swiper-button-next:after,
.better-portfolio.style-3 .swiper-button-prev:after {
    display: none;
}

.better-portfolio.style-3 .swiper-button-next:before,
.better-portfolio.style-3 .swiper-button-prev:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-right-color: transparent;
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    border-radius: 50%;
}

.better-portfolio.style-3 .swiper-button-next:hover,
.better-portfolio.style-3 .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.1);
}

.better-portfolio.style-3 .swiper-button-next i,
.better-portfolio.style-3 .swiper-button-prev i {
    position: absolute;
    top: 16px;
    left: 22px;
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}

.better-portfolio.style-3 .swiper-button-next i:after,
.better-portfolio.style-3 .swiper-button-prev i:after {
    content: '';
    width: 35px;
    height: 1px;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}

.better-portfolio.style-3 .swiper-button-next:before {
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    border-left-color: transparent;
}

.better-portfolio.style-3 .swiper-button-next:hover {
    right: 45px;
}

.better-portfolio.style-3 .swiper-button-next:hover i {
    left: 30px;
}

.better-portfolio.style-3 .swiper-button-next:hover i:after {
    width: 20px;
}

.better-portfolio.style-3 .swiper-button-next:hover:before {
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
}

.better-portfolio.style-3 .swiper-button-next i:after {
    top: 6px;
    right: 5px;
}

.better-portfolio.style-3 .swiper-button-prev {
    right: auto;
    left: 50px;
}

.better-portfolio.style-3 .swiper-button-prev:hover {
    left: 45px;
}

.better-portfolio.style-3 .swiper-button-prev:hover i {
    left: 10px;
}

.better-portfolio.style-3 .swiper-button-prev:hover i:after {
    width: 20px;
}

.better-portfolio.style-3 .swiper-button-prev:hover:before {
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
}

.better-portfolio.style-3 .swiper-button-prev i {
    left: 18px;
}

.better-portfolio.style-3 .swiper-button-prev i:after {
    top: 6px;
    left: 5px;
}

/* ====================== [ end showcase ] ====================== */
/* ====================== [ Start Breadcrunbs ] ====================== */
.better-breadcrumbs.style1 .path a {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}

.better-breadcrumbs.style1 .path .active {
    color: #ff6d54;
}

.better-breadcrumbs.style1 .path span {
    color: #fff;
    font-size: 17px;
    margin: 0 20px;
    font-size: 10px;
}

/* ====================== [ End Breadcrunbs ] ====================== */
/* ====================== [ Start About ] ====================== */
.better-about.style-1 .main-tit h2 {
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
    color: #0C0F16;
}

.better-about.style-1 .custom-font {
    font-family: 'Teko', sans-serif;
}

.better-about.style-1 .content p {
    color: #7e868e;
}

.better-about.style-1 span {
    display: inline-block;
}

.better-about.style-1 .main-tit h2 .whitespace {
    width: 10px;
}

.better-about.style-1 .content .exp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.better-about.style-1 .content .exp h3 {
    font-size: 100px;
    font-weight: 700;
    background-size: 200px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.better-about.style-1 .content .exp h5 {
    padding-left: 30px;
    margin-top: -20px;
    color: #0C0F16;
    font-size: 25px;
}

.better-about.style-1 .office .item {
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 50px;
}

.better-about.style-1 .office .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #020519;
    opacity: .2;
}

.better-about.style-1 .office .item .num {
    position: absolute;
    bottom: -20px;
    left: 10px;
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    z-index: 4;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(10%, transparent), to(#fff));
    background: -webkit-linear-gradient(left top, transparent 10%, #fff);
    background: -o-linear-gradient(left top, transparent 10%, #fff);
    background: linear-gradient(to right bottom, transparent 10%, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 3;
}

.better-about.style-1 .office .item .tit {
    position: absolute;
    bottom: 0px;
    right: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 300;
    z-index: 3;
}

/* ------- style 2 --------*/

.better-about.style-2 .cont {
    padding: 220px 0 120px;
}

.pagbetter-about.style-2 .cont h4 {
    line-height: 1.6;
}

.better-about.style-2 .cont h4 .stroke {
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ff6d54;
    color: transparent;
}

.better-about.style-2 .img-wrapper {
    position: relative;
    min-height: 70vh;
}

.better-about.style-2 .img-wrapper .title {
    position: absolute;
    top: 0;
    right: 0px;
    width: 100%;
    text-align: right;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    z-index: 3;
}

.better-about.style-2 .img-wrapper .title h3 {
    font-size: 100px;
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ff6d54;
    color: transparent;
}

.better-about.style-2 .img-wrapper .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ====================== [ End About ] ====================== */

.better-heading.style-3 .htit {
    font-size: 28px;
    font-weight: 500;
}

.better-heading.style-3 .htit span {
    font-size: 17px;
    font-weight: 300;
    color: #ff6d54;
    margin-right: 5px;
}

.better-info-box.style-2.item h6 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.better-services.style-2 .img {
    padding: 120px 0 120px 80px;
    position: relative;
    z-index: 3;
}

.better-services.style-2 .content {
    padding-left: 40px;
}

.better-services.style-2 .content h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.better-services.style-2 .content ul {
    margin: 0;
    padding: 0;
}

.better-services.style-2 .content ul li {
    margin-top: 25px;
    padding-left: 25px;
    position: relative;
    list-style: none;
}

.better-services.style-2 .content ul li:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
}

.better-services.style-2 .content ul.feat li {
    padding: 0 0 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.better-services.style-2 .content ul.feat li:last-of-type {
    padding: 0;
    border: 0;
}

.better-services.style-2 .content ul.feat li:after {
    display: none;
}

.better-services.style-2 .content ul.feat li h6 {
    margin-bottom: 5px;
}

.better-services.style-2 .content ul.feat li h6 span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 10px;
}

.better-services.style-2 .content ul.feat li p {
    padding-left: 45px;
    color: #7e868e;
}

.better-services.style-2 p {
    color: #7e868e;
}

.better-services.style-2 span {
    display: inline-block;
}

.extra-text {
    font-size: 22px;
}

.better-video-wrapper {
    min-height: 500px;
}

.better-video-wrapper .vid {
    position: relative;
    z-index: 8;
}

.better-video-wrapper .vid .vid-butn:hover .icon {
    color: #fff;
}

.better-video-wrapper .vid .vid-butn:hover .icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.better-video-wrapper .vid .vid-butn .icon {
    color: #212529;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 17px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.better-video-wrapper .vid .vid-butn .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border: 1px solid #eee;
    border-radius: 50%;
    z-index: -1;
}

.better-video-wrapper .vid .vid-butn .icon:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}

/* ====================== [ End Intro ] ====================== */
/* ====================== [ Start services ] ====================== */
/*------- services style 1 -------*/
.better-services.style-1 .item {
    padding: 40px 30px;
    position: relative;
    z-index: 2;
}

.better-services.style-1 .custom-font {
    font-family: 'Teko', sans-serif;
}

.better-services.style-1 .item:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background-image: -webkit-linear-gradient(315deg, #e9e9e9 8.33%, transparent 8.33%, transparent 50%, #e9e9e9 50%, #e9e9e9 58.33%, transparent 58.33%, transparent 100%);
    background-image: -o-linear-gradient(315deg, #e9e9e9 8.33%, transparent 8.33%, transparent 50%, #e9e9e9 50%, #e9e9e9 58.33%, transparent 58.33%, transparent 100%);
    background-image: linear-gradient(135deg, #e9e9e9 8.33%, transparent 8.33%, transparent 50%, #e9e9e9 50%, #e9e9e9 58.33%, transparent 58.33%, transparent 100%);
    background-size: 8.49px 8.49px;
    z-index: -2;
}

.better-services.style-1 .item:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #fff;
    z-index: -1;
}

.better-services.style-1 .item .icon {
    color: #aaa;
    font-size: 30px;
    margin-top: 50px;
}

.better-services.style-1 .item h6 {
    margin-bottom: 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.better-services.style-1 .item p {
    color: #7e868e;
}

.better-services.style-1 .item .letr {
    font-size: 80px;
    font-weight: 800;
    line-height: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center center;
}

.better-services.style-1 .item .more {
    float: right;
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 50px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block;
}

.better-services.style-1 .item .more {
    color: #000;
}

.better-services.style-1 .item .more:hover {
    color: #ff6d54;
    text-decoration: none;
}

.better-services.style-1 .item .more i {
    font-size: 20px;
    top: 5px;
    position: relative;
}

.better-services.style-1.serv-pg .item {
    overflow: hidden;
}

.better-services.style-1.serv-pg .item .icon {
    float: right;
}

/*------- services style 3 -------*/
.better-services.style-3 .swiper-slide {
    padding: 0 15px;
}

.better-services.style-3 .item {
    background: #121a21;
    border-radius: 20px;
    height: 100%;
    padding: 50px;
}

.better-services.style-3 .item .icon {
    font-size: 40px;
    margin-bottom: 30px;
    color: #75dab4;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.59%, #e7a28f), color-stop(50%, #fbddb0), color-stop(98.41%, #fbfefd));
    background: -webkit-linear-gradient(left, #e7a28f 1.59%, #fbddb0 50%, #fbfefd 98.41%);
    background: -o-linear-gradient(left, #e7a28f 1.59%, #fbddb0 50%, #fbfefd 98.41%);
    background: linear-gradient(90deg, #e7a28f 1.59%, #fbddb0 50%, #fbfefd 98.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.better-services.style-3 .item h6 {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.better-services.style-3 .item p {
    color: #a3a3a3;
    font-size: 16px;
    line-height: 2;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.better-services.style-3 .item a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    opacity: .8;
    margin-top: 50px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

/*------- services style 4 -------*/
.better-services.style-4 .item {
    background: #121a21;
    border-radius: 20px;
    height: 100%;
    padding: 50px;
}

.better-services.style-4 .item .icon {
    font-size: 40px;
    margin-bottom: 30px;
    color: #fff;
}

.better-services.style-4 .item h6 {
    margin-bottom: 15px;
    color: #fff;
}

.better-services.style-4 .item p {
    color: #a3a3a3;
}

/*---- services style 5 ----*/
.better-services.style-5 {
    background: #212121;
}

.better-services.style-5 .item {
    padding: 60px 40px;
    height: 100%;
    transition: all .4s;
}

.better-services.style-5 .item .icon {
    color: #c5a47e;
    margin-bottom: 30px;
    display: block;
}

.better-services.style-5 .item .icon:before {
    font-size: 60px;
}

.better-services.style-5 .item h6 {
    color: #fff;
}

.better-services.style-5 .item p {
    color: #9f9f9f;
}

.better-services.style-5 .item .more {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

.better-services.style-5 .item.better-bg-img {
    position: relative;
    border: 0;
    z-index: 2;
}

.better-services.style-5 .item.better-bg-img:hover:after {
    background: rgba(0, 0, 0, 0.6);
}

.better-services.style-5 .item.better-bg-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #212121;
    transition: all .4s;
    z-index: -1;
}

/* ====================== [ End services ] ====================== */
/* ====================== [ Start brands ] ====================== */
.better-clients.style-1.box .item {
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 30px;
    margin: 0 25px;
    color: #fff;
}

.better-clients.style-1 .brands:hover .img {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.better-clients.style-1 .brands:hover .link {
    opacity: 1 !important;
    -webkit-transition: all 0;
    -o-transition: all 0;
    transition: all 0;
}

.better-clients.style-1 .brands:hover .char {
    -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(20ms * var(--char-index));
    animation-delay: calc(20ms * var(--char-index));
}

.better-clients.style-1 .item {
    position: relative;
    text-align: center;
}

.better-clients.style-1 .item .link {
    font-size: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #0c0f16;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.better-clients.style-1 .item .link span {
    display: inline-block;
}

.better-clients.style-1 .img {
    max-width: 85px;
    margin: auto;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

/*----------Client Style 2----------*/
.better-clients.style-2 .brands:hover img {
    transform: scale(0);
    opacity: 0;
}

.better-clients.style-2 .brands:hover .link {
    opacity: 1 !important;
    transition: all 0;
}

.better-clients.style-2 .brands:hover .char {
    animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation-delay: calc(20ms * var(--char-index));
}

.better-clients.style-2 .brands .item {
    text-align: center;
    border-radius: 10px;
    height: 160px;
    line-height: 160px;
}

.better-clients.style-2 .brands .img {
    position: relative;
}

.better-clients.style-2 .brands .img img {
    transition: all .4s;
    max-width: 75px;
    margin: auto;
}

.better-clients.style-2 .brands .img .link {
    font-size: 13px;
    width: max-content;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .3s;
    display: inline-block;
}

.better-clients.style-2 .bord .item {
    margin-bottom: 30px;
}

.better-clients.style-2 .item .img1 {
    display: initial;
}

/* ====================== [ End brands ] ====================== */
/* ====================== [ Start Work ] ====================== */
.better-portfolio.style-2.cstm-padding {
    padding-bottom: 240px;
}

.better-portfolio.style-2 .custom-font {
    font-family: 'Teko', sans-serif;
}

.better-portfolio.style-2.light .swiper-nav-ctrl {
    color: #000;
}

.better-portfolio.style-2.metro .cont h6 a {
    display: inline-block;
    color: #ff6d54;
    text-decoration: none;
}

.better-portfolio.style-2.metro .cont h4 a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.better-portfolio.style-2.light .swiper-nav-ctrl .arrow:after {
    background: #000;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#000));
    background: -webkit-linear-gradient(left, transparent, #000);
    background: -o-linear-gradient(left, transparent, #000);
    background: linear-gradient(to right, transparent, #000);
}

.better-portfolio.style-2.light .swiper-nav-ctrl .arrow:before {
    background: #000;
}

.better-portfolio.style-2.light .swiper-nav-ctrl .arrow.prv:after {
    background: #000;
    background: -webkit-gradient(linear, right top, left top, from(transparent), to(#000));
    background: -webkit-linear-gradient(right, transparent, #000);
    background: -o-linear-gradient(right, transparent, #000);
    background: linear-gradient(to left, transparent, #000);
}

.better-portfolio.style-2.light .swiper-nav-ctrl .arrow.prv:before {
    background: #000;
}

.better-portfolio.style-2.light .swiper-pagination-progressbar {
    background: rgba(100, 100, 100, 0.15);
}

.better-portfolio.style-2.light .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #ff6d54;
}

.better-portfolio.style-2.light .activeslide,
.better-portfolio.style-2.light .totalslide {
    color: #000;
}

.better-portfolio.style-2 .swiper-slide {
    padding: 0px 30px;
}

.better-portfolio.style-2 .swiper-slide-active .content .item-img:after {
    opacity: .8;
}

.better-portfolio.style-2 .swiper-slide-active .content .cont {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.better-portfolio.style-2 .content {
    position: relative;
    margin-bottom: 50px;
    padding: 0;
}

.better-portfolio.style-2 .content .item-img {
    position: relative;
    height: 480px;
    line-height: 0;
}

.better-portfolio.style-2 .content .item-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#10141b), to(transparent));
    background: -webkit-linear-gradient(bottom, #10141b, transparent);
    background: -o-linear-gradient(bottom, #10141b, transparent);
    background: linear-gradient(to top, #10141b, transparent);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.better-portfolio.style-2 .content:hover .item-ig {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.better-portfolio.style-2 .content .cont {
    position: absolute;
    bottom: 30px;
    left: 10px;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.better-portfolio.style-2 .content .cont h6 {
    color: #ff6d54;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.better-portfolio.style-2 .content .cont h4 {
    font-size: 17px;
    color: #fff;
}

.better-portfolio.style-2 .swiper-nav-ctrl {
    color: #eee;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    top: auto;
    bottom: 0;
    width: auto;
    height: auto;
    display: inline-block;
}

.better-portfolio.style-2 .swiper-nav-ctrl .arrow {
    position: relative;
    right: 50px;
}

.better-portfolio.style-2 .swiper-nav-ctrl .arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    height: 1px;
    width: 25px;
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
    background: -webkit-linear-gradient(left, transparent, #fff);
    background: -o-linear-gradient(left, transparent, #fff);
    background: linear-gradient(to right, transparent, #fff);
    line-height: 1;
}

.better-portfolio.style-2 .swiper-nav-ctrl .arrow:before {
    content: '';
    position: absolute;
    right: -30px;
    top: 8px;
    background: #fff;
    height: 1px;
    width: 8px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    line-height: 1;
}

.better-portfolio.style-2 .swiper-nav-ctrl .arrow.prv {
    left: 50px;
    right: auto;
}

.better-portfolio.style-2 .swiper-nav-ctrl .arrow.prv:after {
    top: 50%;
    left: -30px;
    right: auto;
    background: #fff;
    background: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
    background: -webkit-linear-gradient(right, transparent, #fff);
    background: -o-linear-gradient(right, transparent, #fff);
    background: linear-gradient(to left, transparent, #fff);
}

.better-portfolio.style-2 .swiper-nav-ctrl .arrow.prv:before {
    left: -30px;
    right: auto;
    top: 12px;
    background: #fff;
}

.better-portfolio.style-2 .swiper-nav-ctrl:after {
    display: none;
}

.better-portfolio.style-2 .set-control {
    position: relative;
    height: 20px;
}

.better-portfolio.style-2 .swiper-pagination-progressbar {
    top: auto;
    bottom: 10px;
    left: calc(50% - 200px);
    width: 400px;
    height: 3px;
    background: rgba(200, 200, 200, 0.15);
    border-radius: 10px;
}

.better-portfolio.style-2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff;
    border-radius: 10px;
}

.better-portfolio.style-2 .activeslide,
.better-portfolio.style-2 .totalslide {
    color: #fff;
    position: absolute;
    top: 0;
    left: calc(50% - 230px);
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1;
}

.better-portfolio.style-2 .totalslide {
    left: auto;
    right: calc(50% - 230px);
}

.better-portfolio.style-4 .filtering {
    margin-bottom: 20px;
    padding: 15px;
    background: #fafafa;
    text-align: center;
}

.better-portfolio.style-4 .filtering span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 20px;
    cursor: pointer;
    position: relative;
}

.better-portfolio.style-4 .filtering span.active {
    color: #ff6d54;
}

.better-portfolio.style-4 .filtering span:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    right: -24px;
    top: 40%;
}

.better-portfolio.style-4 .filtering span:last-of-type:after {
    display: none;
}

.better-portfolio.style-4 .gallery .items {
    margin-top: 14px;
    padding: 0 7px;
}

.better-portfolio.style-4 .gallery .items .item-img {
    overflow: hidden;
    position: relative;
}

.better-portfolio.style-4 .gallery .items .item-img>a {
    display: block;
}

.better-portfolio.style-4 .gallery .items p {
    color: #7e868e;
}

.better-portfolio.style-4 .gallery .items .item-img:hover .item-img-overlay {
    opacity: .95;
    visibility: visible;
}

.better-portfolio.style-4 .gallery .items .item-img:hover .overlay-info {
    opacity: 1;
}

.better-portfolio.style-4 .gallery .items .item-img:hover .overlay-info .char {
    -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(20ms * var(--char-index));
    animation-delay: calc(20ms * var(--char-index));
}

.better-portfolio.style-4 .gallery .items .item-img:hover .overlay-info .txt .char {
    -webkit-animation: fadeIn 0.7s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.7s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index));
}

.better-portfolio.style-4 .gallery .items .item-img img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.better-portfolio.style-4 .gallery .items .item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #13161d;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

.better-portfolio.style-4 .gallery .items .overlay-info {
    opacity: 0;
}

.better-portfolio.style-4 .gallery .items .overlay-info h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.better-portfolio.style-4.gutter .filtering {
    margin-bottom: 0;
}

.better-portfolio.style-4.gutter .gallery .items {
    margin-top: 80px;
    padding: 0 40px;
}

.better-portfolio.style-4.gutter .gallery .items .item-img {
    border-radius: 0;
}

.better-portfolio.style-4.gutter .gallery .items .overlay-info h5 {
    font-size: 28px;
}

.better-portfolio.style-4.gutter .gallery .items .overlay-info h5 span {
    display: inline-block;
}

/*------------- Portfolio style 5 -------------*/

.better-portfolio.style-5 .swiper-container {
    width: 130%;
}

.better-portfolio.style-5 .swiper-slide {
    padding-right: 30px;
}

.better-portfolio.style-5 .item .img {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.better-portfolio.style-5 .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.better-portfolio.style-5 .item .cont {
    margin-top: 15px;
}

.better-portfolio.style-5 .item .cont h6 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
    line-height: 1.4;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.better-portfolio.style-5 .item .cont span {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}

.better-portfolio.style-5 .item .cont span a {
    display: inline-block;
    color: #999;
    margin: 0 5px;
    text-decoration: none;
}

/*---------- Portfolio style 6 ----------*/

.better-portfolio.style-6 .filtering .filter {
    padding: 15px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 30px;
    display: inline-block;
}

.better-portfolio.style-6 .filtering span {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 20px;
    cursor: pointer;
    position: relative;
}

.better-portfolio.style-6 .filtering span.active {
    color: #75dab4;
}

.better-portfolio.style-6 .filtering span:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #75dab4;
    border-radius: 50%;
    position: absolute;
    right: -24px;
    top: 40%;
}

.better-portfolio.style-6 .filtering span:last-of-type:after {
    display: none;
}

.better-portfolio.style-6 .filtering.smplx .filter {
    padding: 0;
    background: transparent;
    border-radius: 0;
    display: inline-block;
}

.better-portfolio.style-6 .filtering.smplx span {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 20px;
    cursor: pointer;
    position: relative;
}

.better-portfolio.style-6 .filtering.smplx span.active {
    color: #75dab4;
}

.better-portfolio.style-6 .filtering.smplx span:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #75dab4;
    border-radius: 50%;
    position: absolute;
    right: -24px;
    top: 40%;
}

.better-portfolio.style-6 .filtering.smplx span:last-of-type:after {
    display: none;
}

.better-portfolio.style-6 .gallery .items {
    padding: 0 50px;
    margin: 50px 0;
}

.better-portfolio.style-6 .gallery .items.lg-mr {
    margin-top: 100px;
}

.better-portfolio.style-6 .gallery .items .item-img {
    overflow: hidden;
    position: relative;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.better-portfolio.style-6 .gallery .items .item-img>a {
    display: block;
}

.better-portfolio.style-6 .gallery .items .item-img:hover {
    -webkit-clip-path: inset(5px 10px);
    clip-path: inset(5px 10px);
}

.better-portfolio.style-6 .gallery .items .item-img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.better-portfolio.style-6 .gallery .items .item-img:hover .cont {
    opacity: 1;
}

.better-portfolio.style-6 .gallery .items .item-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.better-portfolio.style-6 .gallery .items .item-img .cont {
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: left;
    padding-left: 30px;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.better-portfolio.style-6 .gallery .items .item-img .cont span {
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-family: 'Barlow Condensed', sans-serif;
}

.better-portfolio.style-6 .gallery .items .item-img .cont span a {
    display: inline-block;
    margin: 0 10px 0 0;
}

.better-portfolio.style-6 .gallery .items .cont {
    margin-top: 30px;
    text-align: center;
}

.better-portfolio.style-6 .gallery .items .cont h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.better-portfolio.style-6 .gallery .items .cont span {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Barlow Condensed', sans-serif;
}

.better-portfolio.style-6 .gallery .items .cont span a {
    display: inline-block;
    margin: 0 5px;
    color: #999;
    text-decoration: none;
}

.better-portfolio.style-6 .gallery .bords .item-img {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.better-portfolio.style-6 .gallery .bords .cont {
    border: 1px solid rgba(255, 255, 255, 0.03);
    margin-top: 0;
    border-top: 0;
    padding: 10px;
}

/*----------Portfolio Style 7----------*/
.better-portfolio.style-7 .section-head {
    position: relative;
    margin: 0 auto 80px;
}

.better-portfolio.style-7 .section-head h3 {
    font-weight: 400;
    font-size: 60px;
    letter-spacing: 4px;
    font-family: 'Cinzel', serif;
}

.better-portfolio.style-7 .filtering {
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.better-portfolio.style-7 .filtering .filter span {
    margin-left: 0;
    margin-right: 20px;
    font-size: 13px;
    cursor: pointer;
}

.better-portfolio.style-7 .filtering .filter span.active {
    color: #c5a47e;
}

.better-portfolio.style-7 .filtering .filter span::after {
    display: none;
}

.better-portfolio.style-7 .filtering .filter.floating {
    float: right;
}

.better-portfolio.style-7 .row {
    margin-left: -50px;
    margin-right: -50px;
}

.better-portfolio.style-7 .gallery .items {
    margin-top: 100px;
    padding: 0 50px;
}

.better-portfolio.style-7 .item {
    position: relative;
}

.better-portfolio.style-7 .item:hover:after,
.better-portfolio.style-7 .item:hover .cont {
    opacity: 1;
}

.better-portfolio.style-7 .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.05));
    opacity: 0;
    transition: all .4s;
}

.better-portfolio.style-7 .item .cont {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 2;
    opacity: 0;
    transition: all .4s;
}

.better-portfolio.style-7 .item .cont.vis {
    bottom: -1px;
    left: -1px;
    padding: 15px 30px;
    padding-left: 15px;
    background: #272727;
    opacity: 1;
}

.better-portfolio.style-7 .item .cont h5 {
    font-size: 17px;
    color: #fff;
    font-family: 'Cinzel', serif;
    margin: 0;
}

.better-portfolio.style-7 .item .cont h5 a {
    color: inherit;
}

.better-portfolio.style-7 .item .cont span {
    margin-right: 15px;
    font-size: 13px;
    color: #c5a47e;
    display: inline-block !important;
}

.better-portfolio.style-7 .mt-0 {
    margin-top: 0 !important;
}

.better-portfolio.style-7 .mb-0 {
    margin-bottom: 0 !important;
}

/*----------Portfolio Style 8----------*/
.better-portfolio.style-8 {
    overflow: hidden;
    position: relative;
}

.better-portfolio.style-8 .section-head {
    position: relative;
    margin: 0 auto 80px;
}

.better-portfolio.style-8 .section-head h3 {
    font-weight: 400;
    font-size: 60px;
    letter-spacing: 4px;
    font-family: 'Cinzel', serif;
}

.better-portfolio.style-8 .swiper-container {
    width: 140%;
}

.better-portfolio.style-8 .swiper-slide {
    width: 45%;
}

.better-portfolio.style-8 .swiper-slide:nth-child(2n) {
    width: 38%;
}

.better-portfolio.style-8 .swiper-slide:nth-child(3n) {
    width: 25%;
}

.better-portfolio.style-8 .swiper-slide-active .item .cont {
    opacity: 1;
}

.better-portfolio.style-8 .item {
    position: relative;
}

.better-portfolio.style-8 .item .img {
    height: 65vh;
    overflow: hidden;
}

.better-portfolio.style-8 .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.better-portfolio.style-8 .item .cont {
    position: absolute;
    bottom: -1px;
    left: -1px;
    padding: 15px 30px;
    background: #181818;
    opacity: 0;
    transition: opacity .5s;
}

.better-portfolio.style-8 .item .cont h5 {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.better-portfolio.style-8 .item .cont h5 a {
    color: inherit;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
}

.better-portfolio.style-8 .item .cont span {
    margin-right: 15px;
    font-size: 13px;
    color: #c5a47e;
    display: inline-block !important;
}

.better-portfolio.style-8 .controls {
    position: absolute;
    top: 10px;
    right: 100px;
}

.better-portfolio.style-8 .controls .swiper-nav-ctrl {
    color: #ccc;
    font-size: 13px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin: 5px 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: static;
    display: inline-block;
}

.better-portfolio.style-8 .controls .swiper-nav-ctrl:after {
    display: none;
}

.better-portfolio.style-8 .swiper-button-prev,
.better-portfolio.style-8 .swiper-button-next {
    background-image: none;
}

/* ====================== [ End Work ] ====================== */
/* ====================== [ Start Team ] ====================== */
.better-team.style-2 {
    position: relative;
}

.better-team.style-2 .custom-font {
    font-family: 'Teko', sans-serif;
}

.better-team.style-2 .team-container {
    width: 130%;
    position: relative;
}

.better-team.style-2 .item {
    padding: 0 50px 0 0;
}

.better-team.style-2 .item:nth-of-type(even) {
    margin-top: 50px;
}

.better-team.style-2 .item .img {
    position: relative;
}

.better-team.style-2 .item .img .social {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.better-team.style-2 .item .img .social a {
    display: inline-block;
    font-size: 13px;
    margin: 0 8px;
    color: #ff6d54;
}

.better-team.style-2 .item .info {
    padding: 15px 0 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.better-team.style-2 .item .info h5 {
    font-size: 22px;
}

.better-team.style-2 .item .info span {
    font-size: 13px;
}

.better-team.style-2 .item:hover .img .social {
    opacity: 1;
}

.better-team.style-2 .navs .prev,
.better-team.style-2 .navs .next {
    color: #ccc;
    font-size: 13px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: static;
}

.better-team.style-2 .slick-dots {
    bottom: -40px;
    width: 80%;
}

.better-team.style-2 .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 15px;
    border-radius: 50%;
    border: 0;
    background: #ccc;
}

.better-team.style-2 .slick-dots li.slick-active {
    background: #ff6d54;
    height: 12px;
    width: 12px;
}

.better-team.style-2 .slick-dots li button {
    display: none;
}

/*----------Team Style 3----------*/
.better-team.style-3 .item {
    position: relative;
}

.better-team.style-3 .item:hover .info {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}

.better-team.style-3 .item:hover .img {
    opacity: 0;
}

.better-team.style-3 .item .img {
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.better-team.style-3 .item .img:after,
.better-team.style-3 .item .img:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid #b7b095;
    opacity: .7;
    z-index: 3;
}

.better-team.style-3 .item .img:before {
    top: 25px;
    left: 15px;
    right: 15px;
    bottom: 25px;
}

.better-team.style-3 .item .info {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: #16191e;
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.better-team.style-3 .item .info:after,
.better-team.style-3 .item .info:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid #b7b095;
    opacity: .4;
    z-index: 3;
}

.better-team.style-3 .item .info:before {
    top: 25px;
    left: 15px;
    right: 15px;
    bottom: 25px;
}

.better-team.style-3 .item .info h5 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff !important;
}

.better-team.style-3 .item .info h6 {
    font-size: 20px;
    color: #b7b095;
    margin-bottom: 5px;
    font-family: 'Pinyon Script', cursive !important;
}

.better-team.style-3 .item .info .social .fa,
.better-team.style-3 .item .info .social .fas {
    font-family: "FontAwesome";
    font-weight: unset;
}

.better-team.style-3 .item .info .social a {
    color: #b7b095;
    font-size: 11px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.03);
    display: inline-block;
    position: relative;
    z-index: 4;
}

/*----------Team Style 4----------*/
.better-team.style-4 .item {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px;
    position: relative;
}

.better-team.style-4 .item .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    opacity: 0;
    color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    visibility: hidden;
    z-index: 4;
}

.better-team.style-4 .item .info h6 {
    font-weight: 500;
    margin-bottom: 10px;
}

.better-team.style-4 .item .info p {
    color: #eee;
    font-size: 13px;
    margin-bottom: 10px;
}

.better-team.style-4 .item .info .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.better-team.style-4 .item:after,
.better-team.style-4 .item:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    pointer-events: none;
}

.better-team.style-4 .item:hover .info,
.better-team.style-4 .item:hover:after,
.better-team.style-4 .item:hover:before {
    opacity: 1;
    visibility: visible;
}

.better-team.style-4 .item.square:after {
    content: '';
    position: absolute;
    top: calc(50% - 17vw);
    left: calc(50% - 17vw);
    width: 34vw;
    height: 34vw;
    background: #121212;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    border: 2px solid #75dab4;
    z-index: 2;
}

.better-team.style-4 .item.triangle:after {
    content: '';
    position: absolute;
    top: 5%;
    left: -80%;
    width: 0;
    height: 0;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    border-left: 30vw solid transparent;
    border-right: 30vw solid transparent;
    border-top: 40vw solid #121212;
    z-index: 2;
}

.better-team.style-4 .item.triangle:before {
    content: '';
    position: absolute;
    top: 5%;
    left: -80%;
    width: 0;
    height: 0;
    -webkit-transform: rotate(20deg) scale(1.01);
    -ms-transform: rotate(20deg) scale(1.01);
    transform: rotate(20deg) scale(1.01);
    border-left: 30vw solid transparent;
    border-right: 30vw solid transparent;
    border-top: 40vw solid #75dab4;
    z-index: 2;
}

.better-team.style-4 .item.circle:after {
    content: '';
    position: absolute;
    top: calc(50% - 20vw);
    left: calc(50% - 20vw);
    width: 40vw;
    height: 40vw;
    background: #121212;
    border-radius: 50%;
    border: 2px solid #75dab4;
    z-index: 2;
}

.better-team.style-4 .item.octagon .shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 36vw;
    height: 18vw;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000;
    z-index: 6;
}

.better-team.style-4 .item.octagon .shape:before {
    content: "";
    position: absolute;
    top: -18vw;
    left: 0;
    width: 0;
    height: 0;
    border-left: 18vw solid transparent;
    border-right: 18vw solid transparent;
    border-bottom: 18vw solid #000;
    z-index: 6;
}

.better-team.style-4 .item.octagon .shape:after {
    content: "";
    position: absolute;
    bottom: -18vw;
    left: 0;
    width: 0;
    height: 0;
    border-left: 18vw solid transparent;
    border-right: 18vw solid transparent;
    border-top: 18vw solid #000;
    z-index: 6;
}

/*----------Team Style 5----------*/
.better-team.style-5 {
    position: relative;
}

.better-team.style-5 .team-container {
    width: 140%;
    position: relative;
}

.better-team.style-5 .item {
    padding: 0 15px;
}

.better-team.style-5 .item .info {
    padding: 15px;
    background: #11141b;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.better-team.style-5 .item .info h5 {
    font-size: 18px;
    margin-bottom: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.better-team.style-5 .item .info span {
    color: #999;
    font-size: 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.better-team.style-5 .item .info .social {
    position: absolute;
    bottom: -300px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 5px 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.better-team.style-5 .item .info .social a {
    display: inline-block;
    font-size: 13px;
    margin: 0 8px;
    color: #75dab4;
}

.better-team.style-5 .item:hover .info h5,
.better-team.style-5 .item:hover .info span {
    opacity: 0;
}

.better-team.style-5 .item:hover .info .social {
    bottom: 0;
    opacity: 1;
}

.better-team.style-5 .navs .prev,
.better-team.style-5 .navs .next {
    color: #ccc;
    font-size: 13px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: static;
    display: inline-block;
}

.better-team.style-5 .slick-dots {
    bottom: -40px;
}

.better-team.style-5 .slick-dots li.slick-active button {
    background: #75dab4;
}

.better-team.style-5 .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: .8;
}

.better-team.style-5 .slick-dots li button:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    line-height: 1;
    background: #75dab4;
    opacity: 1;
}

/*----------Team Style 6----------*/
.better-team.style-6 {
    position: relative;
}

.better-team.style-6 .item {
    padding: 0 35px;
}

.better-team.style-6 .item.cir .img {
    position: relative;
}

.better-team.style-6 .item.cir .img:hover:after {
    opacity: 1;
    transform: rotate(4deg);
}

.better-team.style-6 .item.cir .img:hover #circle,
.better-team.style-6 .item.cir .img:hover .info {
    opacity: 1;
}

.better-team.style-6 .item.cir .img:hover:before {
    opacity: .3;
}

.better-team.style-6 .item.cir .img:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 5px;
    background: #c5a47e;
    opacity: 0;
    z-index: 0;
    transition: all .7s;
}

.better-team.style-6 .item.cir .img img {
    position: relative;
    z-index: 1;
}

.better-team.style-6 .item.cir .img:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    background: #000;
    opacity: 0;
    transition: all .4s;
}

.better-team.style-6 .item.cir .info {
    position: absolute;
    bottom: 15px;
    left: 15px;
    opacity: 0;
    transition: all .4s;
    z-index: 2;
}

.better-team.style-6 .item.cir .info h6 {
    color: #fff;
    margin: 0;
}

.better-team.style-6 .item.cir .info span {
    font-size: 13px;
    color: #c5a47e;
}

.better-team.style-6 .item .img {
    position: relative;
}

.better-team.style-6 .item .img:hover:after {
    opacity: 1;
    transform: rotate(4deg);
}

.better-team.style-6 .item .img:hover #circle,
.better-team.style-6 .item .img:hover .info {
    opacity: 1;
}

.better-team.style-6 .item .img:hover:before {
    opacity: .3;
}

.better-team.style-6 .item .img:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 5px;
    background: #c5a47e;
    opacity: 0;
    z-index: -1;
    transition: all .7s;
}

.better-team.style-6 #circle {
    position: absolute;
    top: -30%;
    right: -50%;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: opacity .4s;
    z-index: 1;
}

.better-team.style-6 #circle text {
    font-size: 13px;
    letter-spacing: 4px;
}

.better-team.style-6 #circle svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    animation-name: better-rotate;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes better-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*----------Team Style 6----------*/
.better-team.style-7 .item:hover .img:after {
    border-color: #c5a47e;
    opacity: 1;
    transform: rotate(0deg) !important;
}

.better-team.style-7 .item .img {
    padding: 30px;
    position: relative;
}

.better-team.style-7 .item .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 5px;
    background: transparent;
    border: 1px solid #fff;
    opacity: .1;
    transform: rotate(-5deg);
    z-index: 0;
    transition: all .7s;
}

.better-team.style-7 .item .img.left:after {
    transform: rotate(5deg);
}

.better-team.style-7 .item .info {
    margin-top: 15px;
    text-align: center;
}

.better-team.style-7 .item .info span {
    font-size: 13px;
    color: #c5a47e;
}

/* ====================== [ End Team ] ====================== */
/* ====================== [ Start Testimonials ] ====================== */
.better-testimonial.style-3 .box {
    position: relative;
    margin-top: -120px;
    background: #fff;
    padding: 120px 80px;
    -webkit-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.03);
    box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.03);
}

.better-testimonial.style-3 .custom-font {
    font-family: 'Teko', sans-serif;
}

.better-testimonial.style-3 .box .qoute-icon {
    position: absolute;
    top: 30px;
    right: -60px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: #ff6d54;
}

.better-testimonial.style-3 .box .qoute-icon img {
    width: 60px;
}

.better-testimonial.style-3 .item {
    margin: 10px;
    padding: 40px 30px;
    border-radius: 5px;
    position: relative;
    border: 5px solid rgba(255, 255, 255, 0.03);
}

.better-testimonial.style-3 .item.dark {
    border: 5px solid rgba(0, 0, 0, 0.03);
    background-image: url(img/pattern-bg.svg);
}

.better-testimonial.style-3 .item .qoute-img {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 40px;
}

.better-testimonial.style-3 .item p {
    font-size: 13px;
    font-weight: 300;
    color: #7e868e;
    line-height: 2;
    font-family: Poppins, sans-serif;
}

.better-testimonial.style-3 .item .info .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.better-testimonial.style-3 .item .info .img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #ff6d54;
    overflow: hidden;
    margin: 0 0 20px;
}

.better-testimonial.style-3 .item .info .cont {
    padding-left: 25px;
}

.better-testimonial.style-3 .item .info .author-name {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0;
    margin-top: 5px;
    font-size: 20px;
}

.better-testimonial.style-3 .item .info .author-details {
    font-size: 13px;
    color: #999;
}

.better-testimonial.style-3 .slick-dots {
    bottom: -30px;
}

.better-testimonial.style-3 .slick-dots li {
    width: 20px;
    height: 3px;
    border-radius: 0;
    border: 0;
    background: #ccc;
}

.better-testimonial.style-3 .slick-dots li.slick-active {
    background: #ff6d54;
    height: 5px;
}

.better-testimonial.style-3 .slick-dots li button {
    display: none;
}

.better-testimonial.style-3 .arrows .next,
.better-testimonial.style-3 .arrows .prev {
    position: absolute;
    right: -50px;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #eee;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.better-testimonial.style-3 .arrows .next:hover,
.better-testimonial.style-3 .arrows .prev:hover {
    border-color: #ff6d54;
}

.better-testimonial.style-3 .arrows .prev {
    right: auto;
    left: -50px;
}

.better-testimonial.style-3:hover .arrows .next,
.better-testimonial.style-3:hover .arrows .prev {
    opacity: 1;
    right: 0;
}

.better-testimonial.style-3:hover .arrows .prev {
    left: 0;
}

.better-clients.style-1 .item a {
    display: inline-block;
    width: 80px;
    opacity: .5;
}

.better-clients.style-1 .item a:hover {
    text-decoration: none;
    opacity: 1;
}

/*----------------------------------------------------------------Testimonial Style 4 - 5 ------------------------------------------------*/
.better-testimonial.style-4 .background {
    width: 65%;
}

.better-testimonial.style-4 .item .quote-icon img {
    width: 40px;
}

.better-testimonial.style-4 .item p {
    font-size: 22px;
}

.better-testimonial.style-4 .item .info {
    margin-top: 30px;
}

.better-testimonial.style-4 .item .info .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.better-testimonial.style-4 .item .info .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.better-testimonial.style-4 .item .info .fxright {
    margin-left: 20px;
    padding-top: 5px;
}

.better-testimonial.style-4 .item .info .author-name {
    font-weight: 500;
    margin-bottom: 5px;
    color: #b7b095;
}

.better-testimonial.style-4 .item .info .author-details {
    font-size: 13px;
}

.better-testimonial.style-4 .control {
    float: right;
    overflow: hidden;
}

.better-testimonial.style-4.classic .item {
    position: relative;
    padding: 30px 60px 60px;
    margin-top: 30px;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: .9;
    height: 100%;
    text-align: center;
    z-index: 2;
}

.better-testimonial.style-4.classic .item:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 20px;
    right: 20px;
    bottom: 0px;
    background: #f9f9f7;
    z-index: -1;
}

.better-testimonial.style-4.classic .item .bord {
    position: absolute;
    top: 20px;
    left: 40px;
    right: 40px;
    bottom: 20px;
    z-index: 1;
}

.better-testimonial.style-4.classic .item .bord:after,
.better-testimonial.style-4.classic .item .bord:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #ddd;
    z-index: 3;
}

.better-testimonial.style-4.classic .item .bord:before {
    top: 5px;
    left: -5px;
    right: -5px;
    bottom: 5px;
}

.better-testimonial.style-4.classic .item.slick-center {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.better-testimonial.style-4.classic .item .info {
    margin-top: 0px;
    margin-bottom: 20px;
}

.better-testimonial.style-4.classic .item .info .author {
    display: block;
}

.better-testimonial.style-4.classic .item .info .lxleft {
    position: relative;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin: auto;
}

.better-testimonial.style-4.classic .item .info .lxleft:after {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.better-testimonial.style-4.classic .item .info .img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin: -50px auto 0;
    position: relative;
}

.better-testimonial.style-4.classic .item .info .fxright {
    margin-top: 15px;
    margin-left: 0px;
    padding-top: 0px;
}

.better-testimonial.style-4.classic .item .info .author-name {
    font-weight: 500;
    margin-bottom: 5px;
    color: #222;
}

.better-testimonial.style-4.classic .item .info .author-details {
    font-size: 13px;
    color: #b7b095;
}

.better-testimonial.style-4.classic .item p {
    font-size: 16px;
    color: #999;
    margin: 0;
}

.better-testimonial.style-4.classic .item .info,
.better-testimonial.style-4.classic .item p {
    position: relative;
    z-index: 3;
}

.better-testimonial.style-4.classic .control {
    float: none;
    overflow: visible;
}

.better-testimonial.style-4.classic .control span {
    left: 45px;
}

.better-testimonial.style-4.classic .control span.next {
    left: auto;
    right: 45px;
}

.better-testimonial.style-4.classic.clis-lit .item:after {
    background: #f9f9f7;
}

.better-testimonial.style-4.classic.clis-lit .item .info .author-name {
    color: #222;
}

.better-testimonial.style-4.classic.clis-lit .item p {
    color: #999;
}

.better-testimonial.style-4.classic.clis-lit .item .bord:after,
.better-testimonial.style-4.classic.clis-lit .item .bord:before {
    border-color: #ddd;
}

.better-testimonial.style-4.classic.clis-lit .item .lxleft {
    background: #f9f9f7;
}

.better-testimonial.style-4.classic.clis-lit .item .lxleft:after {
    border-color: #ddd;
}

.better-testimonial.style-4 .control {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.better-testimonial.style-4 .control span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    top: 50%;
    left: -30px;
}

.better-testimonial.style-4 .control span:hover {
    background: #b7b095;
    border-color: #b7b095;
}

.better-testimonial.style-4 .control span.next {
    left: auto;
    right: -30px;
}

.better-testimonial.style-4 .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.better-testimonial.style-4 .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.better-testimonial.style-4 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.better-testimonial.style-4 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.better-testimonial.style-4 .slick-dots li button:hover,
.better-testimonial.style-4 .slick-dots li button:focus {
    outline: none;
}

.better-testimonial.style-4 .slick-dots li button:hover:before,
.better-testimonial.style-4 .slick-dots li button:focus:before {
    opacity: 1;
}

.better-testimonial.style-4 .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.better-testimonial.style-4 .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/*-----------------------Testimonial Style 5 --------------------------*/
.better-testimonial.style-5 {
    position: relative;
}

.better-testimonial.style-5 .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.better-testimonial.style-5 .background {
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
}

.better-testimonial.style-5 .item .quote-icon {
    width: 40px;
}

.better-testimonial.style-5 .item p {
    font-size: 22px;
}

.better-testimonial.style-5 .item .info {
    margin-top: 30px;
}

.better-testimonial.style-5 .item .info .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.better-testimonial.style-5 .item .info .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.better-testimonial.style-5 .item .info .fxright {
    margin-left: 20px;
    padding-top: 5px;
}

.better-testimonial.style-5 .item .info .author-name {
    font-weight: 500;
    margin-bottom: 5px;
    color: #b7b095;
}

.better-testimonial.style-5 .item .info .author-details {
    font-size: 13px;
}

.better-testimonial.style-5 .control {
    float: right;
    overflow: hidden;
}

.better-testimonial.style-5.classic .item {
    position: relative;
    text-align: center;
    padding: 0 50px;
    z-index: 2;
}

.better-testimonial.style-5.classic .item .icon img {
    width: 40px;
    margin-bottom: 20px;
    display: inline-block;
}

.better-testimonial.style-5.classic .item .info {
    margin-top: 20px;
}

.better-testimonial.style-5.classic .item .info .author {
    display: block;
}

.better-testimonial.style-5.classic .item .info .img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    position: relative;
}

.better-testimonial.style-5.classic .item .info .fxright {
    margin-top: 15px;
    margin-left: 0px;
    padding-top: 0px;
}

.better-testimonial.style-5.classic .item .info .author-name {
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
}

.better-testimonial.style-5.classic .item .info .author-details {
    font-size: 13px;
    color: #b7b095;
}

.better-testimonial.style-5.classic .item p {
    font-size: 24px;
    font-weight: 100;
    color: #777;
    font-family: 'Barlow', sans-serif;
    line-height: 2;
}

.better-testimonial.style-5.classic .item .info,
.better-testimonial.style-5.classic .item p {
    position: relative;
    z-index: 3;
}

.better-testimonial.style-5.classic .control {
    float: none;
    overflow: visible;
}

.better-testimonial.style-5.classic .control span {
    left: 30px;
}

.better-testimonial.style-5.classic .control span.next {
    left: auto;
    right: 30px;
}

.better-testimonial.style-5.classic.clis-lit .item .info .author-name {
    color: #222;
}

.better-testimonial.style-5.classic.clis-lit .item p {
    color: #777;
}

.better-testimonial.style-5 .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.better-testimonial.style-5 .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.better-testimonial.style-5 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.better-testimonial.style-5 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.better-testimonial.style-5 .slick-dots li button:hover,
.better-testimonial.style-5 .slick-dots li button:focus {
    outline: none;
}

.better-testimonial.style-5 .slick-dots li button:hover:before,
.better-testimonial.style-5 .slick-dots li button:focus:before {
    opacity: 1;
}

.better-testimonial.style-5 .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.better-testimonial.style-5 .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.better-testimonial.style-5 .control {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.better-testimonial.style-5 .control span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    top: 50%;
    left: -30px;
}

.better-testimonial.style-5 .control span:hover {
    background: #b7b095;
    border-color: #b7b095;
}

.better-testimonial.style-5 .control span.next {
    left: auto;
    right: -30px;
}

/*-----------------------Testimonial Style 6 --------------------------*/

.better-testimonial.style-6 .item {
    position: relative;
}

.better-testimonial.style-6 .item .text-bg {
    position: absolute;
    bottom: -30px;
    right: 0;
    font-size: 9vw;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
    line-height: 1;
    z-index: -1;
}

.better-testimonial.style-6 .item p {
    font-size: 24px;
    color: #dad6d6;
    line-height: 2;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.better-testimonial.style-6 .item h6 {
    position: relative;
    padding-left: 50px;
    font-weight: 500;
    margin-top: 15px;
    line-height: 1.4;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #75dab4;
    background: -webkit-gradient(linear, left top, right top, from(#556fff), color-stop(#e05fc4), to(#ff798e));
    background: -webkit-linear-gradient(left, #556fff, #e05fc4, #ff798e);
    background: -o-linear-gradient(left, #556fff, #e05fc4, #ff798e);
    background: linear-gradient(to right, #556fff, #e05fc4, #ff798e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.better-testimonial.style-6 .item h6:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
}

.better-testimonial.style-6 .quote-icon {
    width: 240px;
    height: 240px;
    text-align: center;
    line-height: 240px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.better-testimonial.style-6 .quote-icon img {
    width: 50px;
    margin: auto;
}

.better-testimonial.style-6 .controls .float-right {
    float: right;
}

.better-testimonial.style-6 .controls span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eee;
    display: block;
    margin: 15px 0;
}

.better-testimonial.style-6 .cursor-pointer {
    cursor: pointer;
    color: #fff;
}

/*-----------------------Testimonial Style 7 --------------------------*/
.better-testimonial.style-7 .item p {
    color: #333;
    font-size: 17px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.better-testimonial.style-7 .item .info .img {
    display: table-cell;
    vertical-align: middle;
}

.better-testimonial.style-7 .item .info .img .img-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.better-testimonial.style-7 .item .info .cont {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.better-testimonial.style-7 .item .info .cont .author-name {
    color: #0c0f16;
    font-size: 16px;
    margin-bottom: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.better-testimonial.style-7 .item .info .cont .author-details {
    color: #0c0f16;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}

.better-testimonial.style-7 .slick-dots {
    text-align: right;
}

.better-testimonial.style-7 .slick-dots li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #0c0f16;
}

.better-testimonial.style-7 .slick-dots li.slick-active {
    background: #0c0f16;
}

.better-testimonial.style-7 .slick-dots li button {
    display: none;
}

.better-testimonial.style-7 .custom-font {
    font-family: 'Teko', sans-serif;
}

/*-----------------------Testimonial Style 8 --------------------------*/
.better-testimonial.style-8 {
    position: relative;
}

.better-testimonial.style-8:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*  background-image: url(../img/dots.png);
  */
    background-repeat: repeat;
    opacity: .1;
    z-index: -1;
}

.better-testimonial.style-8 .testim {
    position: relative;
}

.better-testimonial.style-8 .testim .slick-track {
    padding-top: 15px;
}

.better-testimonial.style-8 .item {
    position: relative;
    margin: 0 20px;
}

.better-testimonial.style-8 .item .quote-icon {
    position: absolute;
    top: -20px;
    right: 12%;
    width: 10%;
    z-index: 2;
}

.better-testimonial.style-8 .item .cont {
    padding: 80px 50px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-top: 0;
    position: relative;
}

.better-testimonial.style-8 .item .cont:after,
.better-testimonial.style-8 .item .cont:before {
    content: '';
    position: absolute;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    top: 0;
}

.better-testimonial.style-8 .item .cont:after {
    width: 75%;
    left: 0;
}

.better-testimonial.style-8 .item .cont:before {
    width: 7%;
    right: 0;
}

.better-testimonial.style-8 .item .cont p {
    color: #fff;
    font-family: 'Cinzel', serif;
    font-size: 18px;
    font-weight: 400;
}

.better-testimonial.style-8 .item .info {
    margin-top: 30px;
    padding-left: 30px;
    position: relative;
}

.better-testimonial.style-8 .item .info:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 25px solid rgba(255, 255, 255, 0.1);
    border-right: 30px solid transparent;
    position: absolute;
    left: 100px;
    top: -30px;
}

.better-testimonial.style-8 .item .info .author {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    display: table-cell;
}

.better-testimonial.style-8 .item .info .author img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.better-testimonial.style-8 .item .info h6 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
}

.better-testimonial.style-8 .item .info h6 span {
    color: #c5a47e;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    display: block;
}

.better-testimonial.style-8 .lit-box .cont {
    background: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.better-testimonial.style-8 .lit-box .info:after {
    border-top-color: #fff !important;
}

.better-testimonial.style-8 .navs {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}

.better-testimonial.style-8 .navs span {
    padding: 10px 20px;
    background: #f8f4f3;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.better-testimonial.style-8 .navs span:hover {
    background: #c5a47e;
    color: #fff;
}

.better-testimonial.style-8 .navs .next {
    left: auto;
    right: 0;
}

.testimonial.style-7 .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.testimonial.style-7 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.testimonial.style-7 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.testimonial.style-7 .slick-dots li button:hover,
.testimonial.style-7 .slick-dots li button:focus {
    outline: none;
}

.testimonial.style-7 .slick-dots li button:hover:before,
.testimonial.style-7 .slick-dots li button:focus:before {
    opacity: 1;
}

.testimonial.style-7 .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testimonial.style-7 .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* ====================== [ End Testimonials ] ====================== */
/* ====================== [ Start Blog ] ====================== */
.better-blog.style-3 .item {
    padding: 40px;
    position: relative;
}

.better-blog.style-3 .custom-font {
    font-family: 'Teko', sans-serif;
}

.better-blog.style-3 .item .cont {
    position: relative;
    z-index: 2;
}

.better-blog.style-3 .item .cont .date {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.better-blog.style-3 .item .cont .date i {
    font-size: 30px;
    font-style: normal;
    display: block;
}

.better-blog.style-3 .item .cont .info {
    margin-bottom: 20px;
}

.better-blog.style-3 .item .cont .info .author {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 10px;
}

.better-blog.style-3 .item .cont .info .author a {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.better-blog.style-3 .item .cont .info .tag {
    color: #ff6d54;
    margin-left: 10px;
}

.better-blog.style-3 .item .cont .info .tag a {
    display: inline-block;
    color: #ff6d54;
    text-decoration: none;
}

.better-blog.style-3 .item .cont h6 a {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.better-blog.style-3 .item .cont h6 {
    font-size: 20px;
    line-height: 1.7;
    margin: 0;
    margin-bottom: 40px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.better-blog.style-3 .item .cont .btn-more a {
    display: inline-block;
    color: #000;
}

.better-blog.style-3 .item.list {
    padding: 0;
}

.better-blog.style-3 .item.list:after {
    display: none;
}

.better-blog.style-3 .item.list .cont {
    background: #f9f9f9;
    padding: 30px;
    position: relative;
}

.better-blog.style-3 .item.list .cont .date {
    position: absolute;
    top: -40px;
    right: 15px;
    padding: 5px 15px;
    background: #ff6d54;
    font-family: 'Teko';
    line-height: 1.4;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    z-index: 2;
}

.better-blog.style-3 .item.list .cont .date i {
    font-size: 20px;
}

.better-blog.style-3 .item.list .cont .date:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 5px solid rgba(255, 255, 255, 0.2);
}

/* ====================== [ End Blog ] ====================== */
/* ===============================================================
              [ * image section ]
  ================================================================*/
/*---- image Style 1 ----*/
.better-image.style-1 {
    position: relative;
}

.better-image.style-1 .toright .img {
    margin-left: auto;
}

.better-image.style-1 .toleft .img {
    margin-right: auto;
}

.better-image.style-1 .div-tooltip-tit {
    display: none;
    position: fixed;
    background-color: #000;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 99999;
    color: #fff;
}

.better-image.style-1 .div-tooltip-sub {
    display: none;
    position: fixed;
    background-color: #fff;
    padding: 10px;
    color: #111;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 99999;
}

/*---- image Style 2 ----*/
.better-image.style-2 .img2 {
    border-radius: 10px;
    overflow: hidden;
}

.better-image.style-2 .img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.better-image.style-2 .div-tooltip-tit {
    display: none;
    position: fixed;
    background-color: #000;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 99999;
    color: #fff;
}

.better-image.style-2 .div-tooltip-sub {
    display: none;
    position: fixed;
    background-color: #fff;
    padding: 10px;
    color: #111;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 99999;
}

/*---- image Style 3 ----*/
.better-image.style-3 .video-box {
    margin-top: 70px;
    position: relative;
    z-index: 2;
}

.better-image.style-3 .video-box:after,
.better-image.style-3 .video-box:before {
    content: '';
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    opacity: .2;
    z-index: 3;
}

.better-image.style-3 .video-box:after {
    left: 20%;
}

.better-image.style-3 .video-box:before {
    right: 20%;
}

.better-image.style-3 .video-box .tit-text {
    position: absolute;
    top: -120px;
    width: 100%;
    text-align: center;
    z-index: -1;
}

.better-image.style-3 .video-box .tit-text h3 {
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    color: transparent;
}

.better-image.style-3 .video-box .vid {
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid #fff;
    position: absolute;
    top: calc(50% - 70px);
    left: calc(50% - 70px);
    z-index: 4;
}

.better-image.style-3 .video-box .vid .icon {
    color: #fff;
}

.better-image.style-3 .video-box .img {
    -webkit-box-shadow: 0px 10px 30px -5px rgba(52, 60, 70, 0.5);
    box-shadow: 0px 10px 30px -5px rgba(52, 60, 70, 0.5);
    border-radius: 5px;
    overflow: hidden;
}

.better-image.style-3 .video-box .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #11141b;
    opacity: .4;
}

/*---- image Style 4 ----*/
.better-image.style-4 .items {
    padding: 0 15px;
    margin-bottom: 30px;
}

.better-image.style-4 .items.width2 {
    width: 25%;
}

.better-image.style-4 .items .item-img {
    overflow: hidden;
}

.better-image.style-4 .items .item-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.better-image.style-4 .items .item-img img {
    -webkit-transition: all .4s;
    transition: all .4s;
}

.better-image.style-3 .video-box .tit-text h3 {
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}

.better-image-tooltip-tit {
    display: none;
    position: absolute;
    background-color: #110e21;
    color: #fff;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 99999;
}

.better-image-tooltip-sub {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    color: #111;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 99999;
}

/* ====================== [ Start Product  ] ====================== */
.better-product.style-1 .products-shop .topline {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.better-product.style-1 .products-shop .topline p {
    margin: 0px;
}

.better-product.style-1 .products-shop .topline .woocommerce-ordering {
    margin-left: auto;
}

.better-product.style-1 .products-shop .topline .woocommerce-ordering .nice-select {
    border: 1px solid #eee;
    background: transparent;
    height: 52px;
    line-height: 50px;
    border-radius: 0px;
    padding-left: 18px;
    padding-right: 30px;
    min-width: 220px;
}

.better-product.style-1 .products-shop .topline .woocommerce-ordering .nice-select .list {
    height: 200px;
    overflow: auto;
    border-radius: 0;
}

.better-product.style-1 .products-shop .item {
    margin-bottom: 30px;
}

.better-product.style-1 .products-shop .item .img {
    overflow: hidden;
    position: relative;
}

.better-product.style-1 .products-shop .item .img .addcart {
    padding: 10px 20px;
    background: #222;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}

.better-product.style-1 .products-shop .item .img .addcart span {
    margin-left: 5px;
}

.better-product.style-1 .products-shop .item .img img {
    -webkit-transition: all .4s;
    transition: all .4s;
    width: unset;
    max-width: unset;
    height: 280px;
}

.better-product.style-1 .products-shop .item .img:hover .addcart {
    opacity: 1;
}

.better-product.style-1 .products-shop .item .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.better-product.style-1 .products-shop .item .cont {
    padding: 25px 20px;
    background: #f9f9f9;
    border: 1px dashed #eee;
}

.better-product.style-1 .products-shop .item .cont h6 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.better-product.style-1 .products-shop .item .cont h6 a {
    display: inline-block;
    color: #000;
}

.better-product.style-1 .products-shop .item .cont .tags a {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
}

.better-product.style-1 .products-shop .item .cont .tags a:after {
    content: '/';
    position: absolute;
    top: 0;
    right: -10px;
}

.better-product.style-1 .products-shop .item .cont .tags a:last-of-type:after {
    display: none;
}

.better-product.style-1 .products-shop .item .cont .info p {
    color: #666;
    font-size: 14px;
}

.better-product.style-1 .products-shop .item .cont .price {
    color: #b7b095;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
}

.better-product.style-1 .products-shop .item .cont .botm {
    overflow: hidden;
    margin-top: 20px;
}

.better-product.style-1 .products-shop .item .cont .botm .price {
    float: left;
}

.better-product.style-1 .products-shop .item .cont .botm .tags {
    float: right;
    margin: 0;
}

/* ====================== [ End Product  ] ====================== */
/* ====================== [ Start Woo Widgets  ] ====================== */
.better-woo-widgets .item {
    margin-bottom: 30px;
    padding: 25px 20px;
    background: #f9f9f9;
    border: 1px dashed #eee;
}

.better-woo-widgets .item:last-of-type {
    margin-bottom: 0;
}

.better-woo-widgets .item .tit {
    margin-bottom: 30px;
}

.better-woo-widgets .item .tit h4 {
    font-size: 22px;
}

.better-woo-widgets .item .search .form-group {
    position: relative;
    margin: 0;
}

.better-woo-widgets .item .search input {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}

.better-woo-widgets .item .search input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.better-woo-widgets .item .search button {
    background: transparent;
    border: none;
}

.better-woo-widgets .item .search .icon {
    font-size: 18px;
    position: absolute;
    top: 25%;
    right: 6%;
    padding: 15px;
}

.better-woo-widgets .item .ctg li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.better-woo-widgets .item .ctg li:last-of-type {
    margin-bottom: 0;
}

.better-woo-widgets .item .ctg li a {
    display: inline-block;
    padding-right: 15px;
}

.better-woo-widgets .item .ctg li span {
    margin-left: auto;
    padding-left: 15px;
    font-size: 14px;
    color: #b7b095;
}

.better-woo-widgets .item .ctg li .dots {
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    margin-top: 15px;
}

.better-woo-widgets .item .pop-prod .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.better-woo-widgets .item .pop-prod .product:last-of-type {
    margin-bottom: 0;
}

.better-woo-widgets .item .pop-prod .product .img img {
    width: 100px;
    height: 95px;
}

.better-woo-widgets .item .pop-prod .product .info {
    padding-left: 20px;
}

.better-woo-widgets .item .pop-prod .product .info h6 {
    margin-top: 0px;
}

.better-woo-widgets .item .pop-prod .product .info h6 a {
    display: inline-block;
    color: #000;
}

.better-woo-widgets .item .pop-prod .product .info .price {
    margin-bottom: 5px;
}

.better-woo-widgets .item .pop-prod .product .info .rate i {
    font-size: 12px;
    color: #b7b095;
}

.better-woo-widgets .item .pop-prod .product .woocommerce .star-rating {
    float: left;
    color: #b7b095;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

.better-woo-widgets .item .tags a {
    display: inline-block;
    font-size: 13px;
    font-family: 'Playfair Display', serif;
    padding: 7px 15px;
    margin-bottom: 4px;
    color: #b7b095;
    background: #242424;
}

/* ====================== [ End Woo Widgets  ] ====================== */
/* ====================== [ Start Price ] ====================== */
.better-price.style-2 .item {
    padding: 30px;
    color: #fff;
    background: #131821;
}

.better-price.style-2 .custom-font {
    font-family: 'Teko', sans-serif;
}

.better-price.style-2 .item .type {
    margin-bottom: 15px;
}

.better-price.style-2 .item .type h5 {
    font-weight: 300;
    letter-spacing: 2px;
}

.better-price.style-2 .item .amount {
    margin-bottom: 30px;
}

.better-price.style-2 .item .amount h2 {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 40px;
    margin: 0;
    line-height: 1.4;
    display: inline-block;
}

.better-price.style-2 .item .amount h2 span {
    color: #aaa;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    left: -15px;
    top: 0;
}

.better-price.style-2 .item .amount h2 i {
    font-size: 13px;
    color: #aaa;
}

.better-price.style-2 .item .feat {
    margin-bottom: 30px;
    color: #7e868e;
}

.better-price.style-2 .item .feat ul {
    margin: 0;
}

.better-price.style-2 .item .feat ul li {
    line-height: 2;
    color: #7e868e;
    font-size: 15px;
    font-weight: 400;
}

.better-price.style-2 .item .feat ul li .icon {
    color: #ff6d54;
}

/*-----------------------pricing style 3------------------------*/
.better-price.style-3 {
    position: relative;
    z-index: 0;
}


.better-price.style-3 .item {
    text-align: center;
    padding: 50px 0;
    color: #fff;
}

.better-price.style-3 .item.active {
    background: #0f0f0f;
    position: relative;
}

.better-price.style-3 .item.active:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    z-index: -1;
}

.better-price.style-3 .item.active .order a.better-btn-pricing {
    display: inline-block;
    background: -webkit-linear-gradient(70deg, #2ed47c 0, #e8bf47 100%);
    background: -o-linear-gradient(70deg, #2ed47c 0, #e8bf47 100%);
    background: linear-gradient(20deg, #2ed47c 0, #e8bf47 100%);
}

.better-price.style-3 .item .title h5 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 25px;
}

.better-price.style-3 .item .amount h2 {
    font-weight: 600;
    line-height: 1;
}

.better-price.style-3 .item .amount h2 span {
    font-size: 20px;
}

.better-price.style-3 .item .amount h2 span.float {
    color: #aaa;
    font-weight: 300;
    position: absolute;
    left: -15px;
    top: 0;
}

.better-price.style-3 .item .amount h6 {
    margin-top: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}

.better-price.style-3 .item .amount {
    position: relative;
    display: inline-block;
}

.better-price.style-3 .item .cont {
    padding: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin: 40px 0;
}

.better-price.style-3 .item .cont.pricing-mode-2 {
    padding: 0 30px;
    border: none;
}

.better-price.style-3 .item .cont ul {
    margin: 0;
    padding: 0;
}

.better-price.style-3 .item .cont ul li {
    list-style: none;
    margin: 25px 0;
}

.better-price.style-3 .item .order a.better-btn-pricing {
    display: inline-block;
    text-decoration: none;
    padding: 15px 40px;
    background: #fff;
    color: #000;
    border-radius: 30px;
}

.better-price.style-3 .item .order a.better-btn-architec {
    margin: auto;
    background: #fff;
    color: #000;
}

.better-price.style-3 .item .order a.better-btn-architec:hover {
    background: transparent;
    color: #fff;
}

/* ====================== [ End Price ] ====================== */
/* ====================== [ Start contact ] ====================== */
.better-contact-shortcode.style-1 .form input,
.better-contact-shortcode.style-1 .form textarea {
    width: 100%;
    padding: 15px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.better-contact-shortcode.style-1 .form input::-webkit-input-placeholder,
.better-contact-shortcode.style-1 .form textarea::-webkit-input-placeholder {
    color: #000;
    font-size: 13px;
}

.better-contact-shortcode.style-1 .form input:-ms-input-placeholder,
.better-contact-shortcode.style-1 .form textarea:-ms-input-placeholder {
    color: #000;
    font-size: 13px;
}

.better-contact-shortcode.style-1 .form input::-ms-input-placeholder,
.better-contact-shortcode.style-1 .form textarea::-ms-input-placeholder {
    color: #000;
    font-size: 13px;
}

.better-contact-shortcode.style-1 .form input::placeholder,
.better-contact-shortcode.style-1 .form textarea::placeholder {
    color: #000;
    font-size: 13px;
}

.better-contact-shortcode.style-1 .form textarea {
    height: 160px;
}

/* ----------------------------------------------------------------
              [ * Contact Style 02 * ]
  -----------------------------------------------------------------*/
.better-contact-shortcode.style-2 {
    padding: 100px 0;
    background: #D2CDB7;
    padding: 80px;
}

.better-contact-shortcode.style-2 span.wpcf7-form-control-wrap {
    padding-right: 10px;
    padding-left: 10px;
}

.better-contact-shortcode.style-2 li {
    list-style-type: none !important;
}

.better-contact-shortcode.style-2 ul {
    padding: 0 !important;
}

.better-contact-shortcode.style-2 .btn_cont {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: -30px;
}

.better-contact-shortcode.style-2 .toup {
    position: relative;
    z-index: 2;
}

.better-contact-shortcode.style-2 .toup h4 {
    font-family: "Catamaran", sans-serif;
}

.better-contact-shortcode.style-2 .toup .call-us a {
    display: inline-block;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 500;
}

.better-contact-shortcode.style-2 .scfont {
    font-family: 'Amatic SC', cursive !important;
}

.better-contact-shortcode.style-2 .opening {
    padding: 60px 40px;
    position: relative;
    background: #1c1d1f;
    text-align: center;
    position: relative;
}

.better-contact-shortcode.style-2 .opening:after,
.better-contact-shortcode.style-2 .opening:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 3;
}

.better-contact-shortcode.style-2 .opening:before {
    top: 20px;
    left: 10px;
    right: 10px;
    bottom: 20px;
}

.better-contact-shortcode.style-2 .opening h6 {
    color: #b7b095;
    text-transform: capitalize;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

.better-contact-shortcode.style-2 .opening h4 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}

.better-contact-shortcode.style-2 .opening .open-hour li {
    padding: 15px 0;
    font-size: 14px;
    color: #999;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    text-align: left;
}

.better-contact-shortcode.style-2 .opening .open-hour li span {
    float: right;
}

.better-contact-shortcode.style-2 .opening .call-us h5 {
    color: #b7b095;
    letter-spacing: 5px;
}

.better-contact-shortcode.style-2 .opening .call-us a {
    display: inline-block;
    font-size: 25px;
    font-weight: 500;
}

.better-contact-shortcode.style-2 .box-book {
    padding-left: 45px;
}

.better-contact-shortcode.style-2 .box-book form .form-group {
    margin-bottom: 30px;
}

.better-contact-shortcode.style-2 .box-book form span.wpcf7-form-control-wrap {
    display: inline-block;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.better-contact-shortcode.style-2 .box-book form span.wpcf7-form-control-wrap.textarea {
    width: 100%;
}

.better-contact-shortcode.style-2 .box-book form input,
.better-contact-shortcode.style-2 .box-book form .nice-select {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 48px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    background: transparent !important;
    border: 1px solid #232323;
    border-radius: 0;
    color: #232323;
    float: none;
    margin-bottom: 30px;
}

.better-contact-shortcode.style-2 .box-book form input::-webkit-input-placeholder,
.better-contact-shortcode.style-2 .box-book form .nice-select::-webkit-input-placeholder {
    color: #232323;
}

.better-contact-shortcode.style-2 .box-book form input:-ms-input-placeholder,
.better-contact-shortcode.style-2 .box-book form .nice-select:-ms-input-placeholder {
    color: #232323;
}

.better-contact-shortcode.style-2 .box-book form input::-ms-input-placeholder,
.better-contact-shortcode.style-2 .box-book form .nice-select::-ms-input-placeholder {
    color: #232323;
}

.better-contact-shortcode.style-2 .box-book form input::placeholder,
.better-contact-shortcode.style-2 .box-book form .nice-select::placeholder {
    color: #232323;
}

.better-contact-shortcode.style-2 .box-book form input::after,
.better-contact-shortcode.style-2 .box-book form .nice-select::after {
    border-color: #232323;
}

.better-contact-shortcode.style-2 .box-book form .nice-select .option {
    color: #343332 !important;
    font-family: 'Barlow', sans-serif !important;
}

.better-contact-shortcode.style-2 .box-book form textarea {
    height: 120px !important;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 48px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    background: transparent !important;
    border: 1px solid #232323;
    border-radius: 0;
    color: #232323;
    margin-bottom: 30px;
}

.better-contact-shortcode.style-2 .box-book form textarea::-webkit-input-placeholder {
    color: #232323;
}

.better-contact-shortcode.style-2 .box-book form textarea:-ms-input-placeholder {
    color: #232323;
}

.better-contact-shortcode.style-2 .box-book form textarea::-ms-input-placeholder {
    color: #232323;
}

.better-contact-shortcode.style-2 .box-book form textarea::placeholder {
    color: #232323;
}

.better-contact-shortcode.style-2 .box-book form button {
    width: 100%;
    text-align: center;
    border: 0;
}

.better-contact-shortcode.style-2 .box-book form button i:after {
    background: #232323;
}

.better-contact-shortcode.style-2 .box-book form button i:before {
    border-color: #232323;
}

/* ----------------------------------------------------------------
              [ * Contact Style 03 ]
  -----------------------------------------------------------------*/
.better-contact-shortcode.style-3 .nice-select {
    float: none;
}

.better-contact-shortcode.style-3 span.wpcf7-form-control-wrap {
    padding-right: 10px;
    padding-left: 10px;
}

.better-contact-shortcode.style-3 .nice-select .list {
    height: 200px;
    overflow-y: auto;
}

.better-contact-shortcode.style-3 .nice-select .list li:first-of-type {
    display: none;
}

.better-contact-shortcode.style-3 .nice-select .list li.selected {
    color: #b7b095;
}

.better-contact-shortcode.style-3 .nice-select .option {
    color: #343332 !important;
    font-family: 'Barlow', sans-serif !important;
}

.better-contact-shortcode.style-3 .nice-select,
.better-contact-shortcode.style-3 .booking-date input {
    border: 1px solid #333;
    background: transparent !important;
    height: 52px;
    line-height: 50px;
    border-radius: 0px;
    padding-left: 18px;
    padding-right: 30px;
}

.better-contact-shortcode.style-3 .datepic {
    border: 1px solid #fff;
    background: transparent;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    outline: none;
    color: #fff;
}

.better-contact-shortcode.style-3 a {
    display: inline-block;
    width: 100%;
    height: 52px;
    text-align: center;
}

.better-contact-shortcode.style-3.lit .nice-select,
.better-contact-shortcode.style-3.lit .datepic {
    border-color: #333;
    color: #222;
}

.better-contact-shortcode.style-3 button.better-btn-skew {
    border: none;
}

.better-contact-shortcode.style-3 form.wpcf7-form {
    margin-right: -15px;
    margin-left: -15px;
}

.better-contact-shortcode.style-3 .wpcf7-form-control-wrap {
    width: 33.33%;
    display: inline-block;
}

.better-contact-shortcode.style-3 .btn_cont {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: -30px;
}

.better-contact-shortcode.style-3.mode2 .wpcf7-form-control-wrap {
    width: 25%;
}

.better-contact-shortcode.style-3.mode2 button.better-btn-skew {
    width: 23%;
}

@media (max-width: 756px) {
    .better-contact-shortcode.style-3 .wpcf7-form-control-wrap {
        width: 100%;
    }

    .better-contact-shortcode.style-3.mode2 .wpcf7-form-control-wrap {
        width: 100%;
    }
}

/* ----------------------------------------------------------------
              [ * Contact Style 04 * ]
  -----------------------------------------------------------------*/
.better-contact-shortcode.style-4 .justify-content-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.better-contact-shortcode.style-4 .scfont {
    font-family: 'Amatic SC', cursive !important;
}

.better-contact-shortcode.style-4 .toup h4 {
    font-family: 'Cormorant', serif;
}

.better-contact-shortcode.style-4 span.wpcf7-form-control-wrap {
    padding-right: 10px;
    padding-left: 10px;
}

.better-contact-shortcode.style-4 .wpcf7-form-control-wrap {
    width: 50%;
    display: inline-block;
}

.better-contact-shortcode.style-4 .wpcf7-form-control-wrap.textarea {
    width: 100%;
}

.better-contact-shortcode.style-4 form {
    text-align: center;
}

.better-contact-shortcode.style-4 .map-info .map {
    width: 100%;
    height: 300px;
}

.better-contact-shortcode.style-4 .map-info .con-info .item h4 {
    color: #b7b095;
    margin-bottom: 30px;
    font-family: 'Cormorant', serif;
    font-size: 30px;
}

.better-contact-shortcode.style-4 .map-info .con-info .item li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.better-contact-shortcode.style-4 .map-info .con-info .item li .icon {
    font-size: 20px;
    color: #b7b095;
    margin-top: 8px;
}

.better-contact-shortcode.style-4 .map-info .con-info .item li p {
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 0;
}

.better-contact-shortcode.style-4 .map-info .con-info .item li a {
    display: inline-block;
    color: #666666;
}

.better-contact-shortcode.style-4 .map-info .con-info .item li a:hover {
    text-decoration: none;
    color: #b7b095;
}

.better-contact-shortcode.style-4 .opening {
    padding: 60px 40px;
    position: relative;
    color: #fff;
    background: #18181d;
    text-align: center;
    position: relative;
}

.better-contact-shortcode.style-4 .opening:after,
.better-contact-shortcode.style-4 .opening:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 3;
}

.better-contact-shortcode.style-4 .opening:before {
    top: 20px;
    left: 10px;
    right: 10px;
    bottom: 20px;
}

.better-contact-shortcode.style-4 .opening h6 {
    color: #b7b095;
    text-transform: capitalize;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

.better-contact-shortcode.style-4 .opening h4 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}

.better-contact-shortcode.style-4 .opening .open-hour li {
    padding: 15px 0;
    font-size: 14px;
    color: #999;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    text-align: left;
}

.better-contact-shortcode.style-4 .opening .open-hour li span {
    float: right;
}

.better-contact-shortcode.style-4 .opening .call-us h5 {
    color: #b7b095;
    letter-spacing: 5px;
}

.better-contact-shortcode.style-4 .opening .call-us a {
    display: inline-block;
    font-size: 25px;
    font-weight: 500;
}

.better-contact-shortcode.style-4 .contact-form input,
.better-contact-shortcode.style-4 .contact-form textarea,
.better-contact-shortcode.style-4 .contact-form .nice-select {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    height: 52px;
    line-height: 50px;
    outline: none;
    padding-left: 18px;
    background-color: transparent;
    border-radius: 5px;
    border: solid 1px rgba(201, 171, 129, 0.4);
    margin-bottom: 30px;
    float: none;
}

.better-contact-shortcode.style-4 .contact-form .nice-select .option {
    color: #343332 !important;
    font-family: 'Barlow', sans-serif !important;
}

.better-contact-shortcode.style-4 .contact-form textarea {
    padding: 15px;
    height: 140px;
    line-height: 2;
}

.better-contact-shortcode.style-4 .contact-form button {
    text-align: center;
    border: 0;
}

/* ====================== [ End contact ] ====================== */
/* Search */

.better-header-search-icon a.search {
    font-size: 16px;
    position: relative;
}

.better-header-search-icon a.cart-contents {
    font-size: 14px;
    position: relative;
    left: 20px;
}

.better-header-search-icon a i {
    color: #000000;
}

.better-header-search-icon .close-black-block a i {
    color: #ffffff;
}

.better-header-search-icon .close-black-block a i.fa-times {
    color: #ffffff;
}

.better-header-search-icon .close-black-block a:after {
    display: none;
}

.better-header-search-icon .searchform input[type=search] {
    font-style: italic;
    font-size: 16px;
    height: 56px;
}

.better-header-search-icon .searchform .searchsubmit {
    background: transparent;
}

.better-header-search-icon .searchform::after {
    background: #B7B095;
    color: #ffffff !important;
    right: 0;
    height: 56px;
    line-height: 56px;
    width: 56px;
    font-size: 2rem;
}

.better-header-search-icon .searchform:hover::after {
    opacity: 0.7;
}

.better-header-search-icon.open .black-search-block {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    z-index: 9999999;
}

.better-header-search-icon.open .black-search-table-cell div {
    top: 0px;
    opacity: 1;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
}


.better-header-search-icon.open .black-search-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    background: rgba(0, 0, 0, 0.9);
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    z-index: -1;
}

.search-icon-header.open .black-search-block {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    z-index: 9999999;
}

.better-header-search-icon .black-search-table {
    display: table;
    width: 100%;
    height: 100%;
}

.better-header-search-icon .black-search-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
}

.better-header-search-icon .black-search-table-cell div {
    width: 50%;
    position: relative;
    display: inline-block;
    top: 50px;
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
}

.better-header-search-icon .black-search-table-cell div input[name="s"] {
    background: #fff;
    padding: 15px 50px 15px 15px !important;
    border: none;
    font-size: 20px;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-weight: 400;
}

.better-header-search-icon .black-search-table-cell .searchsubmit {
    border: none;
    background: 0;
    outline: 0;
    width: auto;
    cursor: pointer;
    color: #333;
    padding: 0;
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    top: 21px;
    z-index: 99999;
    text-align: center;
}

.better-header-search-icon .close-black-block {
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    top: 20px;
    right: 50px;
}

.better-header-search-icon .close-black-block i {
    font-size: 30px;
    color: #ffffff;
}

.better-header-cart-icon .cart-contents-count {
    color: #fff;
    background-color: #B7B095;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    vertical-align: top;
    font-size: 11px;
    font-weight: normal;
    position: relative;
    left: -7px;
    top: -4px;
}

/* ====================== [ Start Insta ] ====================== */
/*----------insta Style 1----------*/
.better-insta .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    position: relative;
}

.better-insta .img {
    position: relative;
}

.better-insta .img:hover i {
    opacity: 1;
}

.better-insta .img:hover:after {
    opacity: 0;
}

.better-insta .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b7b095;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: .1;
}

.better-insta .img i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}

.better-insta .follow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/* ====================== [ End Insta ] ====================== */
/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 991px) {
    .md-mb50 {
        margin-bottom: 50px;
    }

    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .better-navigation-menu.style-1 .navbar-collapse {
        max-height: 340px;
        overflow: auto;
        background: #11141b;
        text-align: center;
        padding: 10px 15px;
    }

    .better-navigation-menu.style-1 .nav-link {
        margin: 10px auto !important;
    }

    .better-navigation-menu.style-1 .navbar-nav .dropdown-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        background: #0c0f16;
        text-align: center;
        color: #eee;
    }

    .better-navigation-menu.style-1 .navbar-nav .dropdown-menu .dropdown-item {
        color: #eee;
    }

    .better-navigation-menu.style-1 .navbar-nav .dropdown-menu.show {
        display: block;
    }

    .better-navigation-menu.style-1 .navbar-nav .nav-link {
        padding: 0;
    }

    .better-navigation-menu.style-1 .navbar-nav .nav-link:hover {
        color: #ff6d54;
    }

    .better-navbar.style-1 {
        min-height: 60px;
    }

    .better-navbar.style-1 .navbar-collapse {
        max-height: 340px;
        overflow: auto;
        background: #11141b;
        text-align: center;
        padding: 10px 15px;
    }

    .better-navbar.style-1 .nav-link {
        margin: 10px auto !important;
    }

    .better-navbar.style-1 .logo {
        margin-left: 15px;
        width: 50px;
    }

    .better-navbar.style-1.nav-scroll .navbar-collapse .nav-link,
    .light .navbar-collapse .nav-link {
        color: #fff !important;
    }

    .better-navbar.style-1.nav-scroll .navbar-collapse .active,
    .light .navbar-collapse .active {
        color: #ff6d54 !important;
    }

    .better-navbar.style-1 .search {
        border: 0;
        padding: 0;
        margin-top: 30px;
    }

    .better-navbar.style-1 .search .search-form {
        display: block;
        position: static;
        height: auto;
    }

    .better-navbar.style-1 .search .search-form form {
        position: static;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .better-navbar.style-1 .search .search-form form input {
        padding: 15px;
        width: 100%;
        font-size: 14px;
    }

    .better-navbar.style-1 .search .icon,
    .better-navbar.style-1 .search .search-form .close {
        display: none;
    }

    .better-navbar.style-1 .navbar-nav .dropdown-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        background: #0c0f16;
        text-align: center;
        color: #eee;
    }

    .better-navbar.style-1 .navbar-nav .dropdown-menu .dropdown-item {
        color: #eee;
    }

    .better-navbar.style-1 .navbar-nav .dropdown-menu.show {
        display: block;
    }

    .better-navbar.style-1 .navbar-nav .nav-link {
        padding: 0;
    }

    .better-navbar.style-1 .navbar-nav .nav-link:hover {
        color: #ff6d54;
    }

    .better-navbar.style-2 {
        min-height: 60px;
    }

    .better-navbar.style-2 .navbar-collapse {
        max-height: 340px;
        overflow: auto;
        text-align: center;
        padding: 10px 15px;
    }

    .better-navbar.style-2 .cart {
        padding: 10px 0;
    }

    .better-navbar.style-2 .cart:before,
    .better-navbar.style-2 .cart:after {
        display: none;
    }

    .better-navbar.style-2 .nav-link {
        margin: 10px auto !important;
    }

    .better-navbar.style-2 .logo {
        margin-left: 15px;
        width: 50px;
    }

    .better-navbar.style-2 .search .search-form {
        background: #eee;
    }

    .better-navbar.style-2 .search .search-form form input {
        color: #000;
        border: 0;
    }

    .better-navbar.style-2 .search {
        border: 0;
        padding: 0;
    }

    .better-navbar.style-2 .search .search-form {
        display: block;
        position: static;
        height: auto;
    }

    .better-navbar.style-2 .search .search-form form {
        position: static;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .better-navbar.style-2 .search .search-form form input {
        padding: 15px;
        width: 100%;
        font-size: 14px;
    }

    .better-navbar.style-2 .search .icon,
    .better-navbar.style-2 .search .search-form .close {
        display: none;
    }

    .better-navbar.style-2 .cart {
        position: static;
    }

    .better-navbar.style-2 .cart .cart-side {
        width: 100%;
        top: 50px;
        min-height: 300px;
    }

    .better-navbar.style-2 .navbar-nav .dropdown-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        background: #0c0f16;
        text-align: center;
        color: #eee;
    }

    .better-navbar.style-2 .navbar-nav .dropdown-menu .dropdown-item {
        color: #eee;
    }

    .better-navbar.style-2 .navbar-nav .dropdown-menu.show {
        display: block;
    }

    .better-navbar.style-2 .navbar-nav .nav-link {
        padding: 0;
    }

    .better-navbar.style-2 .navbar-nav .nav-link:hover {
        color: #b7b095;
    }

    .better-slider.style-2.fixed-slider {
        position: static;
    }

    .main-content {
        margin-top: 0 !important;
    }

    .better-lg-padding {
        padding: 0 15px;
    }

    .better-heading.style-4 .img-wrapper .title h3 {
        font-size: 70px;
    }

    .better-portfolio.style-3 .swiper-button-next {
        right: 10px;
    }

    .better-portfolio.style-3 .swiper-button-next:hover {
        right: 10px;
    }

    .better-portfolio.style-3 .swiper-button-prev {
        left: 10px;
    }

    .better-portfolio.style-3 .swiper-button-prev:hover {
        left: 10px;
    }

    .better-portfolio.style-3 .swiper-slide .caption h1 {
        font-size: 40px;
        font-weight: 600;
    }

    .better-heading.style-3 .htit {
        margin-bottom: 30px;
    }

    .better-services.style-2 .content {
        padding: 120px 0;
    }

    .better-services.style-2 .img {
        padding: 0;
    }

    .better-portfolio.style-2 .swiper-pagination-progressbar {
        left: calc(50% - 150px);
        width: 300px;
    }

    .better-portfolio.style-2 .activeslide {
        left: calc(50% - 180px);
    }

    .better-portfolio.style-2 .totalslide {
        right: calc(50% - 180px);
    }

    .better-team.style-2 .team-container {
        width: 100%;
    }

    .better-team.style-2 .item {
        padding: 0 20px;
    }

    .better-team.style-2 .slick-dots {
        width: 100%;
    }

    .better-testimonial.style-3 .box {
        margin: 0;
    }

    .better-testimonial.style-3 .box .qoute-icon {
        display: none;
    }

    .better-testimonial.style-3 .item .qoute-img {
        right: 20px;
        width: 30px;
    }

    .better-testimonial.style-3 .item .info .cont {
        padding-left: 15px;
    }

    .better-heading.style-2 {
        text-align: center;
        margin-bottom: 80px !important;
    }

    .better-heading.style-2 h3 {
        font-size: 40px;
    }

    .better-heading.style-2 h3 br {
        display: none;
    }

    .better-heading.style-2 h6 {
        letter-spacing: 8px;
    }
}

@media screen and (max-width: 767px) {
    .better-navbar.style-1 .logo {
        width: 40px;
    }

    .hamenu .menu-links .main-menu>li {
        font-size: 24px;
    }

    .hamenu .menu-links .main-menu .sub-menu li {
        font-size: 18px;
    }

    .topnav .container-fluid {
        padding: 0 30px;
    }

    .topnav .logo {
        width: 40px;
    }

    .better-btn-curve {
        padding: 8px 15px;
    }

    .better-btn-curve span {
        font-size: 15px;
        letter-spacing: 1px;
    }

    .better-slider.style-2 .parallax-slider .caption .title {
        font-size: 40px;
    }

    .better-slider.style-2 .parallax-slider .caption .title br {
        display: none;
    }

    .better-slider.style-2 .social-icon {
        display: none;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .better-heading.style-4 .img-wrapper .title h3 {
        font-size: 40px;
    }

    .better-portfolio.style-3 .swiper-slide .caption h1 {
        font-size: 34px;
    }

    .better-section-padding,
    .better-services.style-2 .content {
        padding: 100px 0;
    }

    .section-head {
        margin-bottom: 60px !important;
    }

    .better-extra-title,
    .better-services.style-2 .content h4 {
        font-size: 30px;
    }

    .better-portfolio.style-2 .swiper-pagination-progressbar {
        left: calc(50% - 100px);
        width: 200px;
    }

    .better-portfolio.style-2 .activeslide {
        left: calc(50% - 130px);
    }

    .better-portfolio.style-2 .totalslide {
        right: calc(50% - 130px);
    }
}

@media screen and (max-width: 480px) {
    .better-portfolio.style-5 .caption h1 {
        font-size: 50px;
    }

    .better-heading.style-2 h3 {
        font-size: 20px;
    }

    .better-about .main-tit h2 {
        font-size: 40px;
    }

    .better-extra-title,
    .better-services.style-2 .content h4 {
        font-size: 22px;
    }

    .better-heading.style-4 .img-wrapper .title h3 {
        font-size: 40px;
    }

    .better-testimonial.style-3 .box {
        padding: 120px 20px;
    }

    .better-portfolio.style-2 .swiper-pagination-progressbar,
    .better-portfolio.style-2 .activeslide,
    .better-portfolio.style-2 .totalslide {
        display: none;
    }
}

/* ====================== [ End Responsive ] ====================== */


.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: none;
}

.item .qoute-img img {
    bottom: 40px;
    left: 35px;
    position: relative;
}

.cont .info .author,
.cont .info .tag {
    display: inline-block;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.elementor-edit-link-title {
    display: unset;
}

.form-group .wpcf7-form-control-wrap.your-message {
    width: 100%;
}

.better-heading.style-4 #ieatmaps iframe.shadow {
    box-shadow: none !important;
}

/* ----------------------------------------------------------------
              [   End   ]
  -----------------------------------------------------------------*/