/*
Styles for Better Elementor Addons
*/
/* ----------------------------------------------------------------
			[ * Variables section ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
			[ * General section ]
-----------------------------------------------------------------*/
/* Helper */
.btr-mb-20 {
  margin-bottom: 20px; }

/* Image Box */
/*.better.single-image-box {
    box-shadow: 0 5px 30px -5px #ddd;
    padding: 15px 30px;
}*/
.better.single-image-box img {
  max-width: 100%; }

.better.single-image-box h4 {
  margin: 25px 0 15px 0;
  font-size: 24px;
  line-height: 30px; }

.better.single-image-box p {
  line-height: 24px;
  font-size: 14px; }

/* Price Box */
.better.single-price {
  text-align: center;
  padding: 30px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

.better .price-title h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600; }

.better .price-tag {
  margin: 30px 0; }

.better .price-tag {
  margin: 30px 0;
  background-color: #fafafa;
  color: #000;
  padding: 10px 0; }

.better .center.price-tag {
  background-color: #f96152;
  color: #fff; }

.price-tag h2 {
  font-size: 45px;
  font-weight: 600;
  font-family: poppins; }

.price-tag h2 span {
  font-weight: 300;
  font-size: 16px;
  font-style: italic; }

.price-item ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.price-item ul li {
  font-size: 14px;
  padding: 5px 0;
  border-bottom: 1px dashed #eee;
  margin: 5px 0; }

.price-item ul li:last-child {
  border-bottom: 0; }

.single-price a {
  margin-top: 15px; }

a.box-btn {
  background-color: #f96152;
  padding: 8px 24px;
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
  border-radius: 50px;
  font-size: 15px;
  transition: .3s; }

a.box-btn:hover, a.border-btn:hover {
  background-color: #f96152; }

.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 */
.single-team img {
  width: 100%; }

.single-team {
  position: relative;
  overflow: hidden; }

.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); }

.team-hover-table {
  display: table;
  width: 100%;
  height: 100%; }

.team-hover-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.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; }

.single-team:hover .team-hover {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  transform: scale(1); }

.team-hover h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px; }

.team-hover p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  margin-top: 5px; }

.team-social a {
  display: inline-block;
  color: #f96152;
  font-size: 15px;
  margin: 0 0px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%; }

.team-social {
  margin-top: 15px; }

/* 2. Section Title */
.better.section-title {
  position: relative; }

.better.section-title span {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
  display: block; }

.better.section-title h4 {
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: inline-block; }

.better.section-title h4:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #d8d8d8;
  bottom: 0;
  left: 50%;
  margin-left: -40px; }

.better.section-title h4:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #f96152;
  left: 0;
  bottom: 0;
  left: 50%;
  margin-left: -25px; }

.better.section-title 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 {
  position: relative;
  z-index: 1; }

.better.testimonial .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 p {
  font-family: Roboto;
  margin-bottom: 0;
  color: #505050; }

.better.testimonial .testi-from {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  text-transform: capitalize;
  color: #4f4f4f;
  margin-bottom: 15px; }

.better.testimonial h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0; }

.better.testimonial > div {
  margin: auto;
  max-width: 1170px;
  text-align: center;
  padding: 5px; }

.testimonial .author-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px; }

.better.testimonial .rating-icon {
  color: #f96152;
  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 .slick-slide:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px); }

.with-bg .testimonial p, .with-bg .testimonial h3 {
  color: #fff; }

.with-bg {
  padding: 150px 0; }

.with-bg .slider-mask {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0; }

/* ----------------------------------------------------------------
     [ Start Products ]
-----------------------------------------------------------------*/
.better.products .section-head {
  margin-bottom: 40px; }

.better.products .section-head p {
  margin: 15px 0; }

.better.products .item {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  text-align: center; }

.better.products .item:hover .info {
  bottom: 30%; }

.better.products .item:hover .info .icon {
  display: inline-block;
  margin-top: 38px; }

.better.products .item:hover .product-img:after {
  height: 100%;
  opacity: .6;
  top: 0;
  visibility: visible; }

.better.products .item .product-img {
  overflow: hidden;
  position: relative; }

.better.products .item .product-img:after {
  background-color: rgba(0, 0, 0, 0.9);
  border-top: 2px solid #f96152;
  content: '';
  height: 25%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 75%;
  transition: all .4s;
  visibility: visible;
  width: 100%; }

.better.products .item .info {
  color: #fff;
  bottom: 5%;
  left: 0;
  padding: 0 15px;
  position: absolute;
  transition: all .4s;
  width: 100%;
  z-index: 4; }

.better.products .item .info h6, .better.products .item .info h6 a {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: #fff; }

.better.products .item .info span {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 10px;
  color: #eee; }

.better.products .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.products .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: #f96152;
  background-color: #f96152; }

.better.products .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: #f96152; }

.better.products .item .info .icon:hover {
  color: #f96152;
  border-color: #f96152; }

.better.products .item .info .icon:hover .icon-text {
  visibility: inherit;
  opacity: 1; }

/* ----------------------------------------------------------------
     [ End Products ]
-----------------------------------------------------------------*/
/* Portfolio Style */
.better.portfolio {
  position: relative; }

.better.portfolio > div {
  display: flex; }

.better.portfolio .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 .item.current {
  background: rgba(0, 0, 0, 0.3); }

.better.portfolio .item:hover .info:after {
  height: 100%; }

.better.portfolio .item:hover .more {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.portfolio .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 .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 .item .info h6 {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff; }

.better.portfolio .item .info h5 {
  font-size: 21px;
  color: #fff; }

.better.portfolio .item:hover .info h5, .portfolio .item:hover .info h6 {
  color: #000; }

.better.portfolio .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 .item .more a {
  font-size: 13px;
  color: #fff; }

.better.portfolio .item .more i {
  font-size: 10px;
  margin-left: 5px; }

.better.portfolio .glry-img,
.better.portfolio .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.better.portfolio .glry-img {
  overflow: hidden; }

.better.portfolio .glry-img .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 .glry-img .bg-img.current {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Image comparison Style */
.better.comparison-image .twentytwenty-container img {
  width: 100%; }

/* Menu list Style */
.better.menu-list .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 .menu-block .item-thumb {
  position: relative;
  overflow: hidden;
  margin-right: 25px; }

.better.menu-list .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 .menu-block .item-inner {
  position: relative;
  margin-bottom: 10px;
  width: 100%; }

.better.menu-list .menu-block .item-inner .info:before {
  position: absolute;
  content: '';
  left: 0;
  top: 20px;
  width: 100%;
  border: 1px dashed #e5e5e5; }

.better.menu-list .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 .menu-block .item-inner .info {
  position: relative;
  margin-bottom: 5px; }

.better.menu-list .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: #f96152;
  font-size: 22px;
  line-height: 44px;
  padding-left: 20px;
  background-color: #fff;
  margin: 0; }

.better.menu-list .pull-right {
  float: right; }

.better.menu-list .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;
}

.better-menu-list.style-2 .tab-icons li a:hover, .better-menu-list.style-3 .tab-icons li a:hover {
  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;
}

.better-menu-list.style-2 .tab-icons li a, .better-menu-list.style-3 .tab-icons li a {
  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); }

.better-widgets .btn-curve {
  background: transparent;
  padding: 12px 35px;
  border: 1px solid #1e1e1e;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  margin-top: 30px; }
  .better-widgets .btn-curve:focus {
    outline: none; }
  .better-widgets .btn-curve:hover {
    outline: none; }
    .better-widgets .btn-curve:hover:after {
      bottom: -30px;
      transform: rotate(0deg); }
    .better-widgets .btn-curve:hover span {
      color: #fff; }
  .better-widgets .btn-curve:after {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: 130%;
    background: #1e1e1e;
    transform: rotate(-5deg);
    transition: all .8s; }
  .better-widgets .btn-curve span {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    transition: all .8s; }
  .better-widgets .btn-curve.btn-lit {
    border-color: #fff;
    color: #fff; }
    .better-widgets .btn-curve.btn-lit:hover span {
      color: #f96152; }
    .better-widgets .btn-curve.btn-lit:after {
      background: #fff; }
  .better-widgets .btn-curve.btn-blc {
    background: #1e1e1e; }
    .better-widgets .btn-curve.btn-blc:after {
      background: #fff; }
    .better-widgets .btn-curve.btn-blc span {
      color: #fff; }
    .better-widgets .btn-curve.btn-blc:hover span {
      color: #1e1e1e; }
  .better-widgets .btn-curve.btn-color {
    border-color: #f96152;
    font-family: 'Teko', sans-serif; }
    .better-widgets .btn-curve.btn-color:after {
      background: #fff; }
    .better-widgets .btn-curve.btn-color span {
      color: #fff; }
    .better-widgets .btn-curve.btn-color:hover span {
      color: #f96152; }
  .better-widgets .btn-curve.btn-lg {
    padding: 14px 40px; }
    .better-widgets .btn-curve.btn-lg span {
      font-size: 14px; }
  .better-widgets .btn-curve.btn-wit {
    background: #fff;
    border-color: #fff; }
    .better-widgets .btn-curve.btn-wit:after {
      background: #090909; }
    .better-widgets .btn-curve.btn-wit span {
      color: #1e1e1e; }
    .better-widgets .btn-curve.btn-wit:hover span {
      color: #fff; }
  .better-widgets .btn-curve.btn-radius {
    border-radius: 30px; }

/* ----------------------------------------------------------------
			[ * 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 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 h3 {
      color: #f96152; }
    .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 {
      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 {
        background: transparent;
        color: #f96152;
        border-color: #f96152;
        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 {
        color: #f96152;
        text-transform: uppercase; }
        .better.blog-style-1 .blog-col-inner .excerpt-box .post-meta a:hover {
          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 {
      color: #f96152; }
    .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 {
      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: #f96152;
        border-color: #f96152;
        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 {
        color: #f96152;
        text-transform: uppercase; }
        .better.blog-style-2 .blog-col-inner .excerpt-box .post-meta a:hover {
          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;
}

.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-style5 .item {
  -webkit-box-shadow: 0 20px 55px #eee;
  box-shadow: 0 20px 55px #eee;
}

.better-blog-style5 .item .img {
  position: relative;
  height: 300px;
}

.better-blog-style5 .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-style5 .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-style5 .item .img .tag a {
  color: #fff;
}

.better-blog-style5 .item .cont {
  background: #fff;
  padding: 30px;
}

.better-blog-style5 .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-style5 .item .cont h6 span {
  font-size: 11px;
  font-weight: 500;
  float: right;
  color: #999;
  font-family: 'Poppins', sans-serif;
}

.better-blog-style5 .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-style5 a {
  color: #212529;
}

.better-blog-style5 a:hover {
  color: #212529;
}

.better-blog-style5 .item .cont .more {
  margin-top: 30px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*----------Post list Style 6 ----------*/

.better-blog-style6 .img {
  width: 150px;
  margin-right: 15px;
}

.better-blog-style6 .sm-post p {
  font-size: 13px;
  color: #dad6d6;
  line-height: 2;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.better-blog-style6 .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-style6 .full-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

/*----------Post list Style 7 ----------*/
.better-blog-style7 .item {
  padding: 50px 30px;
  position: relative;
  border-radius: 15px;
}

.better-blog-style7 .item:hover:after {
  opacity: .3;
}

.better-blog-style7 div:nth-child(2) .item:after {
  opacity: .3;
}

.better-blog-style7 .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-style7 .item .cont {
  position: relative;
  z-index: 2;
}

.better-blog-style7 .item .date {
  color: #fff;
  margin-bottom: 50px;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.better-blog-style7 .item a {
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden !important;
  font-family: 'Poppins', sans-serif;
}

.better-blog-style7 .item .date span {
  font-size: 11px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.better-blog-style7 .item .date span i {
  font-style: normal;
}

.better-blog-style7 .item .info {
  margin-bottom: 15px;
  font-size: 12px;
}

.better-blog-style7 .item .info a {
  margin-right: 15px;
}

.better-blog-style7 .item h6 {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  line-height: 1.4;
  font-size: 18px;
}

.better-blog-style7 .item h6 a {
  font-weight: 600;
}

.better-blog-style7 .item .btn-more {
  margin-top: 40px;
}

.better-blog-style7 .item .btn-more a {
  font-size: 12px;
  letter-spacing: 2px;
}

.better-blog-style7 .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-style7 .simple-btn:hover:after {
  width: 45%;
}

/* ----------------------------------------------------------------
			[ * Slider section ]
-----------------------------------------------------------------*/
.better-slider-1 .slid-half {
  position: relative; }
  .better-slider-1 .slid-half .nofull {
    position: relative;
    overflow: hidden;
    background-color: #252531;
    background-image: url(../assets/img/line-pattern1.png);
    background-repeat: repeat;
    height: 105vh;
    color: #fff; }
  .better-slider-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-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-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-1 .cta__slider-wrapper {
  position: relative;
  width: 100%;
  height: 105vh;
  overflow: hidden; }
  .better-slider-1 .cta__slider-wrapper .block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0; }
.better-slider-1 .cta__slider {
  min-height: 105vh; }
  .better-slider-1 .cta__slider .swiper-slide {
    overflow: hidden; }
.better-slider-1 .cta__slider-arrows {
  display: block;
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 2; }
.better-slider-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-1 .cta__slider-arrow.cta__slider-arrow--previous {
    left: 0; }
  .better-slider-1 .cta__slider-arrow.cta__slider-arrow--next {
    left: 50%; }
.better-slider-1 .cta__slider-item {
  position: relative; }
  .better-slider-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-1 .cta__slider-item .media-wrapper .bg-img {
      position: absolute;
      width: 70%;
      height: 100%;
      right: 0;
      top: 0;
      background-size: cover;
      background-repeat: no-repeat; }
  .better-slider-1 .cta__slider-item .container {
    position: relative;
    z-index: 4; }
  .better-slider-1 .cta__slider-item .caption {
    position: relative; }
    .better-slider-1 .cta__slider-item .caption .top-corn,
    .better-slider-1 .cta__slider-item .caption .bottom-corn {
      position: absolute;
      left: -60px;
      top: -60px;
      opacity: .3; }
      .better-slider-1 .cta__slider-item .caption .top-corn:after, .better-slider-1 .cta__slider-item .caption .top-corn:before,
      .better-slider-1 .cta__slider-item .caption .bottom-corn:after,
      .better-slider-1 .cta__slider-item .caption .bottom-corn:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: #f96152; }
      .better-slider-1 .cta__slider-item .caption .top-corn:after,
      .better-slider-1 .cta__slider-item .caption .bottom-corn:after {
        width: 30px;
        height: 1px; }
      .better-slider-1 .cta__slider-item .caption .top-corn:before,
      .better-slider-1 .cta__slider-item .caption .bottom-corn:before {
        width: 1px;
        height: 30px; }
    .better-slider-1 .cta__slider-item .caption .bottom-corn {
      top: auto;
      bottom: -60px; }
      .better-slider-1 .cta__slider-item .caption .bottom-corn:before {
        top: auto;
        bottom: 0; }
    .better-slider-1 .cta__slider-item .caption h1 {
      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-1 .cta__slider-item .caption .thin {
      color: #f96152;
      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-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-1 .cta__slider-item .caption .btn-curve {
      opacity: 0;
      transform: translateY(20px);
      transition: all .4s;
      transition-delay: 1s; }
  .better-slider-1 .cta__slider-item.swiper-slide-active .caption h1 {
    transition: all 0s;
    opacity: 1;
    visibility: visible; }
    .better-slider-1 .cta__slider-item.swiper-slide-active .caption h1 .char {
      animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
      animation-delay: calc(60ms * var(--char-index)); }
  .better-slider-1 .cta__slider-item.swiper-slide-active .caption .btn-curve,
  .better-slider-1 .cta__slider-item.swiper-slide-active .caption .thin,
  .better-slider-1 .cta__slider-item.swiper-slide-active .caption p {
    opacity: 1;
    transform: translateY(0); }

@media screen and (max-width: 767px) {
  .better-slider-1 .cta__slider-item .caption h1 {
    font-size: 40px; } }
/* ----------------------------------------------------------------
			[ * Fancy section ]
-----------------------------------------------------------------*/
.better-fancy-1 .ab-exp .pattern {
  height: 100%;
  width: 100%; }
.better-fancy-1 .ab-exp .years-exp {
  position: relative;
  height: 100%;
  width: 100%;
  border: 10px solid #f8f4f3; }
  .better-fancy-1 .ab-exp .years-exp .exp-text {
    position: absolute;
    bottom: 40px;
    left: -10px;
    padding: 10px 0;
    width: max-content;
    background: #fff; }
    .better-fancy-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-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-1 .ab-exp .years-exp .exp-text h6 {
      font-size: 14px;
      margin: 0; }

@media screen and (max-width: 767px) {
  .better-fancy-1 .ab-exp .years-exp {
    height: 300px;
    margin-top: 10px; } }
/* ----------------------------------------------------------------
			[ * Infobox section ]
-----------------------------------------------------------------*/
.better-infobox-1 .item-sm h6 {
  font-weight: 600;
  font-size: 18px; }
.better-infobox-1 .item-sm .numb {
  font-size: 40px;
  font-weight: 400;
  color: #f96152;
  padding-right: 70px;
  line-height: 1;
  position: relative;
  font-family: 'Teko', sans-serif; }
  .better-infobox-1 .item-sm .numb:after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #ddd;
    width: 50px;
    height: 1px; }
.better-infobox-1 .item-sm p {
  color: #888;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  margin: 0; }

@media screen and (max-width: 767px) {
  .better-infobox-1 .item-sm .numb {
    padding-right: 30px; 
  }
  .better-infobox-1 .item-sm .numb:after {
    width: 15px; 
  } 
}

/*---- info box / Style 3 ----*/
.info-box.style-3 .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-box.style-3 .align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.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;
}

.info-box.style-3 .square-flip {
  min-height: 350px;
}

.info-box.style-3 .square, .info-box.style-3 .square2 {
  width: 100%;
  height: 100%;
}

.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;
}

.info-box.style-3 .square h4 {
  color: #fff;
}

.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;
}

.info-box.style-3 .square-flip:hover .square {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.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;
}

.info-box.style-3 .square2 p {
  font-size: 13px;
  color: #fff;
}

.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;
}

.info-box.style-3 .square-flip:hover .square2 {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.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;
}

.info-box.style-3 .square-container .box-title {
  width: 100%;
  text-align: left;
}

.info-box.style-3 .square-flip:hover .square-container {
  -webkit-transform: translateX(-650px) scale(0.88);
          transform: translateX(-650px) scale(0.88);
}

.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;
}

.info-box.style-3 .square-container2:after, .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;
}

.info-box.style-3 .square-container2:before {
  top: 25px;
  left: 15px;
  right: 15px;
  bottom: 25px;
}

.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);
}

.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 ----*/
.info-box.style-4 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-box.style-4 .item .icon {
  color: #b7b095;
  margin-right: 30px;
  margin-top: 15px;
}

.info-box.style-4 .item .icon:before {
  font-size: 50px;
}

.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;
}

.info-box.style-4 .item p {
  font-size: 13px;
}

/*---- info box Style 05 ----*/
.better-infobox-style5 .item {
  position: relative;
}

.better-infobox-style5 .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-infobox-style5 .item .numb {
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.better-infobox-style5 .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-infobox-style5 p {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 2;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

/*---- info box Style 6 ----*/
.better-infobox-style6 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.better-infobox-style6 .item h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
}

.better-infobox-style6 .item p {
  color: #dad6d6;
  font-size: 16px;
  line-height: 2;
  margin: 0;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.better-infobox-style6 .item .icon {
  font-size: 30px;
  margin-right: 30px;
  color: #fff;
}

/* ====================== [ Start Typography  ] ====================== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
}

body {
  color: #0c0f16;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden !important;
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.elementor a {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit;
}

.elementor a:hover {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit;
}

.elementor [type=button], .elementor [type=button], .elementor [type=submit], .elementor [type=submit], .elementor button {
  color: inherit;
  border-color: inherit;
  border-radius: inherit;
}

.elementor [type=button]:focus, .elementor [type=button]:hover, .elementor [type=submit]:focus, .elementor [type=submit]:hover, .elementor button:focus, .elementor button:hover {
  color: inherit;
  border-color: inherit;
  border-radius: inherit;
}

a, span {
  display: inline-block;
}

a:hover, span:hover {
  text-decoration: none;
}

.container {
  max-width: 1200px;
}

.custom-font {
  font-family: 'Teko', sans-serif;
}

.bg-blc {
  background: #10141b;
  position: relative;
  z-index: 2;
}

.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----------*/
.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].btn-skew, [type=submit].btn-skew, button.btn-skew {
  padding: 14px 60px;
}

.btn-skew:hover {
  color: #fff;
}

.btn-skew i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.btn-skew i:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: #b7b095;
}

.btn-skew i:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #b7b095;
}

.btn-skew span {
  position: relative;
  z-index: 2;
}

/*----------Button Style 2----------*/
.better-button-style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.better-button-style2 .icon {
  width: 200px;
  height: 200px;
  border: 1px solid #eee;
  border-radius: 50%;
  text-align: center;
  line-height: 200px;
}

.better-button-style2 .icon img {
  width: 100px;
  opacity: .1;
}

.better-button-style2 .link-go {
  line-height: 200px;
  margin-left: 30px;
}

.better-button-style2 .link-go a {
  text-decoration: underline;
  color: #222733;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

/* ====================== [ Start Image Box Slider  ] ====================== */
/*--------style-3----------*/
.img-box-slider.style-1 {
  /* Dots */
}

.img-box-slider.style-1 .item {
  padding: 15px;
  margin: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.img-box-slider.style-1 .item .img {
  height: 220px;
  width: 100%;
  background-position: center center;
}

.img-box-slider.style-1 .item .cont {
  padding: 15px 20px;
  background: #1c1d1f;
  text-align: center;
}

.img-box-slider.style-1 .item .cont h6 {
  margin-bottom: 5px;
  color: #fff;
}

.img-box-slider.style-1 .item .cont .tags a {
  position: relative;
  margin-right: 10px;
  font-size: 12px;
  color: #999;
}

.img-box-slider.style-1 .item .cont .tags a:after {
  content: '/';
  position: absolute;
  top: 0;
  right: -10px;
}

.img-box-slider.style-1 .item .cont .tags a:last-of-type:after {
  display: none;
}

.img-box-slider.style-1 .item .cont .price {
  color: #b7b095;
  font-size: 16px;
  margin-top: 10px;
}

.img-box-slider.style-1 .control {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.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;
}

.img-box-slider.style-1 .control span:hover {
  background: #c9ab81;
  border-color: #c9ab81;
}

.img-box-slider.style-1 .control span.next {
  left: auto;
  right: -30px;
}

.img-box-slider.style-1 .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.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;
}

.img-box-slider.style-1 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.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;
}

.img-box-slider.style-1 .slick-dots li button:hover,
.img-box-slider.style-1 .slick-dots li button:focus {
  outline: none;
}

.img-box-slider.style-1 .slick-dots li button:hover:before,
.img-box-slider.style-1 .slick-dots li button:focus:before {
  opacity: 1;
}

.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;
}

.img-box-slider.style-1 .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/* ====================== [ End Image Box Slider  ] ====================== */
/* ====================== [ Start Helper Classes  ] ====================== */
.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.ontop {
  position: relative;
  z-index: 7;
}

.lrg-padding {
  padding-bottom: 240px !important;
}

.full-over {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.full-width {
  width: 100% !important;
}

.main-color {
  color: #ff6d54 !important;
}

.bg-gray {
  background-color: #f8f4f3;
}

.bg-gray .primery-shadow {
  -webkit-box-shadow: 0px 4px 30px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 30px -4px rgba(0, 0, 0, 0.2);
}

.bg-dark {
  background-color: #141414 !important;
}

.bg-dark .primery-shadow {
  -webkit-box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
}

.bg-color {
  background-color: #ff6d54 !important;
}

.bg-color .primery-shadow {
  -webkit-box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
}

.sub-bg {
  background: #f7f7f7;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-center {
  background-position: center center;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.section-padding {
  padding: 120px 0;
}

.section-ptb {
  padding: 80px 0;
}

.cmd-padding {
  padding: 0 10px;
}

.csm-padding {
  padding: 0 5px;
}

.lg-padding {
  padding: 0 30px;
}

.head-pt {
  padding: 80px 0 0;
}

.head-pb {
  padding: 0 0 80px;
}

.rounded {
  border-radius: 5px;
}

.circle {
  border-radius: 50%;
}

.unlist {
  list-style: none;
}

.undecro:hover {
  text-decoration: none;
}

.inline {
  display: inline-block;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.primery-shadow {
  -webkit-box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
}

.padding5 {
  padding-right: 5%;
  padding-left: 5%;
}

/*-------------------------------------------------------
					 text color
-------------------------------------------------------*/
.text-white {
  color: #FFF;
}

.text-black {
  color: #000;
}

.text-extra-light-gray {
  color: #b7b7b7;
}

/*-------------------------------------------------------
					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;
}

/*-------------------------------------------------------
					 font-size
-------------------------------------------------------*/
.fz-10 {
  font-size: 10px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-22 {
  font-size: 22px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-40 {
  font-size: 40px !important;
}

.fz-50 {
  font-size: 50px !important;
}

/*-------------------------------------------------------
					line-height
-------------------------------------------------------*/
.line-height-10 {
  line-height: 10px;
}

.line-height-13 {
  line-height: 13px;
}

.line-height-18 {
  line-height: 18px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-35 {
  line-height: 35px;
}

.line-height-40 {
  line-height: 40px;
}

.line-height-45 {
  line-height: 45px;
}

.line-height-50 {
  line-height: 50px;
}

.line-height-55 {
  line-height: 55px;
}

.line-height-60 {
  line-height: 60px;
}

.line-height-65 {
  line-height: 65px;
}

.line-height-70 {
  line-height: 70px;
}

.line-height-75 {
  line-height: 75px;
}

.line-height-80 {
  line-height: 80px;
}

.line-height-85 {
  line-height: 85px;
}

.line-height-90 {
  line-height: 90px;
}

.line-height-95 {
  line-height: 95px;
}

.line-height-100 {
  line-height: 100px;
}

.line-height-110 {
  line-height: 110px;
}

.line-height-120 {
  line-height: 120px;
}

/*-------------------------------------------------------
					text-transform
-------------------------------------------------------*/
.text-u {
  text-transform: uppercase !important;
}

.text-l {
  text-transform: lowercase !important;
}

.text-c {
  text-transform: capitalize !important;
}

.text-non {
  text-transform: none !important;
}

.text-i {
  font-style: italic;
}

/*-------------------------------------------------------
					 letter-spacing
-------------------------------------------------------*/
.ls0 {
  letter-spacing: 0px !important;
}

.ls1 {
  letter-spacing: 1px !important;
}

.ls2 {
  letter-spacing: 2px !important;
}

.ls3 {
  letter-spacing: 3px !important;
}

.ls4 {
  letter-spacing: 4px !important;
}

.ls5 {
  letter-spacing: 5px !important;
}

.ls10 {
  letter-spacing: 10px !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;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

/*-------------------------------------------------------
		 padding-bottom  (0/100) +5
-------------------------------------------------------*/
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.no-padding {
  padding: 0 !important;
}

/* ====================== [ End Helper Classes  ] ====================== */
/* ====================== [ Start Preloader ] ====================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ff6d54;
  pointer-events: none;
  z-index: 9999999999999;
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #10141b;
}

.count {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 15vw;
  color: #fff;
  font-weight: 800;
  text-align: right;
}

/* ====================== [ End Preloader ] ====================== */
/* ====================== [ 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 Cursor Style ] ====================== */
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: #ff6d54;
  -webkit-transition: width .4s ease-in-out,
 height .4s ease-in-out,
 margin .4s ease-in-out,
 opacity .4s ease-in-out;
  -o-transition: width .4s ease-in-out,
 height .4s ease-in-out,
 margin .4s ease-in-out,
 opacity .4s ease-in-out;
  transition: width .4s ease-in-out,
 height .4s ease-in-out,
 margin .4s ease-in-out,
 opacity .4s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-color: #ff6d54;
  opacity: .2;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  border: 1px solid #ff6d54;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .5;
  -webkit-transition: all .08s ease-out;
  -o-transition: all .08s ease-out;
  transition: all .08s ease-out;
  display: none;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

/* ====================== [ End Cursor Style ] ====================== */
/* ====================== [ Start progress-wrap ] ====================== */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f077';
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #ff6d54;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ff6d54;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/* ====================== [ End progress-wrap ] ====================== */
/* ====================== [ 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: .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 ] ====================== */
.sec-head {
  position: relative;
  margin: 0 auto 80px;
}

.sec-head h6 {
  color: #ff6d54;
  font-weight: 300;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 14px;
  margin-bottom: 5px;
}

.sec-head h3 {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-shadow: 0 8px rgba(0, 0, 0, 0.05);
}

.sec-head.tr-head {
  text-align: right;
  margin-bottom: 0;
}

.sec-head.tr-head .tbg {
  text-align: left;
}

.bg-blc .sec-head h3, [data-overlay-dark] .sec-head h3 {
  color: #fff;
  text-shadow: 0 8px rgba(255, 255, 255, 0.05);
}

.main-title {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}

.extra-title {
  font-weight: 700;
}

.sm-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.smore {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px;
}

.smore:after {
  content: '';
  width: 45%;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
  position: absolute;
  left: 0;
  top: 0;
}

.smore i {
  margin-left: 10px;
}

/*----------Header Style 5----------*/
.header5.cont h5 {
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.header5.cont h5.clorful {
  color: #b7b095;
}

.header5.cont h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Cormorant', serif;
}

.header5.cont p {
  color: #777;
  font-size: 17px;
  line-height: 2;
  margin: 0;
  font-family: 'Barlow', sans-serif;
}

.header5.cont .mt-30 {
  margin-top: 30px !important;
}

/*----------Header Style 6----------*/
.header6.sec-head {
  position: relative;
  margin: 0 auto 80px;
}

.header6.sec-head .scfont {
  font-family: 'Amatic SC', cursive !important;
}

.header6.sec-head h6 {
  color: #b7b095;
  font-weight: 300;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 14px;
  margin-bottom: 5px;
}

.header6.sec-head h3 {
  font-size: 60px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 2px;
  font-family: 'Cormorant', serif;
}

.header6.sec-head .scfont {
  font-weight: 400;
  letter-spacing: 20px;
}

.header6.sec-head .tbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 10vw;
  opacity: .05;
}

.header6.sec-head .custom-font {
  font-family: 'Pinyon Script', cursive !important;
}

.header6.sec-head .icon {
  margin-top: 30px;
  position: relative;
}

.header6.sec-head .icon:after, .header6.sec-head .icon:before {
  content: '';
  position: absolute;
  width: 80px;
  height: 1px;
  background: #999;
  top: 50%;
  right: -100px;
  opacity: .5;
}

.header6.sec-head .icon svg {
  margin-left: 0px;
  fill: #000000;
  width: 20px;
}

.header6.sec-head .icon:after {
  right: auto;
  left: -100px;
}

.header6.sec-head .icon img {
  width: 15px;
}

/*----------Header Style 7----------*/
li.header7 {
  margin-bottom: 20px;
  font-size: 14px;
  list-style-type: none !important;
  font-family: 'Barlow', sans-serif;
  color: #666666;
}

li.header7 .tit,
li.header7 .dots,
li.header7 span {
  display: table-cell;
  white-space: nowrap;
}

li.header7:last-of-type {
  margin-bottom: 0;
}

li.header7 span {
  white-space: nowrap;
  padding-left: 10px;
}

li.header7 .tit {
  padding-right: 10px;
}

li.header7 .dots {
  height: 4px;
  width: 100%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  position: relative;
  top: -7px;
}

/*----------Header Style 8----------*/
.header8.pages {
  height: 75vh;
}

.header8.pages h1 {
  font-size: 120px;
  font-style: italic;
  font-family: 'Cormorant', serif;
}

.header8 .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-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-9 h6 {
  font-size: 18px;
  margin: 0;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
}

.better-heading-9 .btn-curve.btn-lit:hover span {
  color: #75dab4;
}

.better-heading-9 p {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 2;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

/*----------Heading Style 10----------*/
.better-heading-10 {
  padding-bottom: 0;
  overflow: hidden;
}

.better-heading-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-10 .item-wrap .items {
  color: #eee;
  font-size: 10vw;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 100px;
}

/*----------Heading Style 11----------*/
.better-heading-11 p {
  color: #dad6d6;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: 'Poppins', sans-serif;
}

.better-heading-11 a {
  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-12 {
  text-align: center;
}

.better-heading-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-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;
}
/* ====================== [ End Heading ] ====================== */
/* ====================== [ Start Counter ] ====================== */
.Better-counter-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Better-counter-style1 .skill {
  position: relative;
}

.Better-counter-style1 .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-style1 .skill h6 {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-top: 20px;
}
/* ====================== [ 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 ] ====================== */
.btn-curve {
  background: transparent;
  padding: 12px 35px;
  border: 1px solid #10141b;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

[type=button], [type=submit], button.btn-curve {
  padding: 12px 35px;
}

.btn-curve:focus {
  outline: none;
}

.btn-curve:hover {
  outline: none;
}

.btn-curve:hover:after {
  bottom: -30px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.btn-curve:hover span {
  color: #fff;
}

.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;
}

.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;
}

.btn-curve.btn-lit {
  border-color: #fff;
  color: #fff;
}

.btn-curve.btn-lit:hover span {
  color: #ff6d54;
}

.btn-curve.btn-lit:after {
  background: #fff;
}

.btn-curve.btn-blc {
  background: #10141b;
}

.btn-curve.btn-blc:hover {
  background: #10141b;
}

.btn-curve.btn-blc:after {
  background: #fff;
}

.btn-curve.btn-blc span {
  color: #fff;
}

.btn-curve.btn-blc:hover span {
  color: #10141b;
}

.btn-curve.btn-color {
  background: #ff6d54;
  border-color: #ff6d54;
}

.btn-curve.btn-color:after {
  background: #fff;
}

.btn-curve.btn-color span {
  color: #0c0f16;
}

.btn-curve.btn-color:hover span {
  color: #ff6d54;
}

.btn-curve.btn-lg {
  padding: 14px 40px;
}

.btn-curve.btn-lg span {
  font-size: 14px;
}

.btn-curve.btn-wit {
  background: #fff;
  border-color: #fff;
}

.btn-curve.btn-wit:after {
  background: #ff6d54;
}

.btn-curve.btn-wit span {
  color: #10141b;
}

.btn-curve.btn-wit:hover {
  border-color: #ff6d54;
}

.btn-curve.btn-wit:hover span {
  color: #fff;
}

.btn-curve.btn-radius {
  border-radius: 30px;
}

.simple-btn {
  position: relative;
  padding: 7px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
  font-weight: 300;
}

.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;
}

.simple-btn.right:after {
  left: auto;
  right: 0;
}

.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 ] ====================== */
.navbar.style-1 {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  z-index: 999;
  min-height: 80px;
}

.navbar.style-1.light .navbar-nav .nav-link {
  color: #000;
}

.navbar.style-1.light .icon-bar {
  color: #000;
}

.navbar.style-1 .icon-bar {
  color: #fff;
}

.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;
}

.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;
}

.navbar.style-1 .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.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;
}

.navbar.style-1 .dropdown-menu .dropdown-item {
  margin: 0 !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.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;
}

.navbar.style-1 .dropdown-menu .dropdown-item:hover, .navbar.style-1 .dropdown-menu .dropdown-item:focus {
  padding-left: 30px;
  background: transparent;
}

.navbar.style-1 .dropdown-menu .dropdown-item:hover:after, .navbar.style-1 .dropdown-menu .dropdown-item:focus:after {
  width: 10px;
}

.navbar.style-1 .logo {
  width: 70px;
}

.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);
}

.navbar.style-1.nav-scroll .icon-bar {
  color: #10141b;
}

.navbar.style-1.nav-scroll .navbar-nav .nav-link {
  color: #10141b;
}

/* ====================== [ End navbar - style 1 ] ====================== */
/* ====================== [ Start navbar - style 2 ] ====================== */
.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;
}

.navbar.style-2.bg-lit.nav-scroll {
  background: #fff;
  border-color: #eee;
}

.navbar.style-2.bg-lit.nav-scroll .container {
  margin-top: -10px;
}

.navbar.style-2.bg-lit.nav-scroll .container .shape-bottom {
  display: none;
}

.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;
}

.navbar.style-2.bg-lit .container .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;
}

.navbar.style-2.bg-lit .navbar-nav .nav-link {
  color: #000;
}

.navbar.style-2.bg-lit .search {
  color: #000;
}

.navbar.style-2.bg-lit .dropdown-menu {
  background: #fff;
}

.navbar.style-2.bg-lit .dropdown-menu .dropdown-item {
  color: #000 !important;
}

.navbar.style-2.bg-lit .icon-bar {
  color: #333;
}

.navbar.style-2.bg-blc .cart .cart-side {
  background: #18181d;
}

.navbar.style-2 .icon-bar {
  color: #fff;
}

.navbar.style-2 .navbar-nav .butn {
  background: #b7b095;
}

.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;
}

.navbar.style-2.full-width-nav.nav-scroll .navbar-nav .nav-link {
  color: #000;
}

.navbar.style-2 .navbar-nav .dropdown-menu {
  padding: 10px 0;
  border: 0;
}

.navbar.style-2 .navbar-nav .dropdown-item {
  font-size: 13px;
  padding: 10px 20px;
  opacity: .9;
}

.navbar.style-2 .navbar-nav .dropdown-item:hover {
  background: transparent;
  color: #b7b095;
}

.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;
}

.navbar.style-2 .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.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;
}

.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;
}

.navbar.style-2 .dropdown-menu .dropdown-item:hover {
  padding-left: 30px;
}

.navbar.style-2 .dropdown-menu .dropdown-item:hover:after {
  width: 10px;
}

.navbar.style-2 .cart {
  padding: 20px 15px;
  position: relative;
}

.navbar.style-2 .cart:after {
  content: '';
  width: 1px;
  height: 20px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}

.navbar.style-2 .cart:before {
  content: '';
  width: 1px;
  height: 20px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}

.navbar.style-2 .cart .cart-icon {
  position: relative;
  display: inline-block;
}

.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;
}

.navbar.style-2 .cart .icon {
  font-size: 16px;
  cursor: pointer;
}

.navbar.style-2 .cart .cart-side {
  position: absolute;
  top: 50px;
  right: 0;
  width: 320px;
  background: #fff;
  padding: 30px;
  z-index: 3;
  display: none;
}

.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;
}

.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;
}

.navbar.style-2 .cart .cart-side .titl h6 {
  font-family: 'Cormorant', serif;
}

.navbar.style-2 .cart .cart-side .titl span {
  color: #888;
  font-size: 13px;
  margin-left: auto;
}

.navbar.style-2 .cart .cart-side .prods {
  max-height: 260px;
  overflow: auto;
}

.navbar.style-2 .cart .cart-side .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}

.navbar.style-2 .cart .cart-side .item:last-of-type {
  border-bottom: 1px solid #b7b095;
}

.navbar.style-2 .cart .cart-side .item .img {
  width: 70px;
}

.navbar.style-2 .cart .cart-side .item .cont {
  padding-left: 20px;
}

.navbar.style-2 .cart .cart-side .item .cont h6 {
  font-size: 14px;
  margin-bottom: 5px;
}

.navbar.style-2 .cart .cart-side .item .cont .price {
  color: #777;
  font-size: 13px;
}

.navbar.style-2 .cart .cart-side .item .cont .price span {
  font-size: 15px;
  color: #b7b095;
  font-family: 'Cormorant', serif;
  margin-left: 5px;
}

.navbar.style-2 .cart .cart-side .item .count {
  padding-left: 20px;
}

.navbar.style-2 .cart .cart-side .item .del {
  margin-left: auto;
}

.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%;
}

.navbar.style-2 .cart .cart-side .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Cormorant', serif;
  margin-top: 15px;
}

.navbar.style-2 .cart .cart-side .total p {
  margin-left: auto;
}

.navbar.style-2 .cart .cart-side .btn-skew {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.navbar.style-2 .search {
  padding: 20px 15px;
}

.navbar.style-2 .search .icon {
  font-size: 16px;
  cursor: pointer;
}

.navbar.style-2.full-width-nav .search .icon {
  color: #fff;
}

.navbar.style-2.full-width-nav.nav-scroll .search .icon {
  color: #0c0f16;
}

.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;
}

.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;
}

.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;
}

.navbar.style-2 .search .search-form .close {
  position: absolute;
  top: 10%;
  right: 10%;
  color: #fff;
  font-size: 40px;
  opacity: 1;
  cursor: pointer;
}

.navbar.style-2 .logo {
  width: 80px;
}

.navbar.style-2 .icon-bar {
  font-size: 13px;
}

.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);
}

.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 ] ====================== */
.slider {
  position: relative;
}

.slider.fixed-slider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.slider .swiper-slide-active {
  z-index: 3;
}

.slider .parallax-slider {
  position: relative;
}

.slider .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 50px;
}

.slider .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}

.slider .parallax-slider .swiper-slide-active .caption h1 {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider .parallax-slider .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));
}

.slider .parallax-slider .swiper-slide-active .caption .btn-dis,
.slider .parallax-slider .swiper-slide-active .caption p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider .parallax-slider .caption h1 {
  font-size: 65px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s,
 visibility .5s;
  -o-transition: opacity .5s,
 visibility .5s;
  transition: opacity .5s,
 visibility .5s;
}

.slider .parallax-slider .caption p {
  color: #ccc;
  font-weight: 300;
  margin-top: 10px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

.slider .parallax-slider .caption .btn-dis {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.slider .parallax-slider .caption .btn-dis:after {
  content: '';
  position: absolute;
  right: -70px;
  top: 50%;
  width: 50px;
  height: 1px;
  background: #fff;
}

.slider .control-text {
  position: absolute;
  bottom: 20px;
  right: 60px;
  z-index: 8;
}

.slider .control-text .swiper-nav-ctrl {
  color: #eee;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-left: 50px;
  position: static;
  width: auto;
  height: auto;
  display: inline-block;
}

.slider .control-text .swiper-nav-ctrl .arrow {
  position: relative;
}

.slider .control-text .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;
}

.slider .control-text .swiper-nav-ctrl .arrow:before {
  content: '';
  position: absolute;
  right: -30px;
  top: 13px;
  background: #fff;
  height: 1px;
  width: 8px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  line-height: 1;
}

.slider .control-text .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);
}

.slider .control-text .swiper-nav-ctrl .arrow.prv:before {
  left: -30px;
  right: auto;
  top: 17px;
  background: #fff;
}

.slider .control-text .swiper-nav-ctrl:after {
  display: none;
}

.slider .swiper-pagination-bullets {
  bottom: 20px;
}

.slider .swiper-pagination-bullet {
  background: #fff;
  opacity: .4;
}

.slider .swiper-pagination-bullet-active {
  background: #ff6d54;
  opacity: 1;
}

.slider .social-icon {
  position: absolute;
  left: 40px;
  bottom: 20px;
  z-index: 8;
}

.slider .social-icon a {
  margin-right: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.static {
  position: static;
}

.page-header .cont {
  padding: 220px 0 120px;
}

.page-header .cont h4 {
  line-height: 1.6;
}

.page-header .cont h4 .stroke {
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff6d54;
  color: transparent;
}

.page-header .img-wrapper {
  position: relative;
  min-height: 70vh;
}

.page-header .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;
}

.page-header .img-wrapper .title h3 {
  font-size: 100px;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff6d54;
  color: transparent;
}

.page-header .img-wrapper .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-header.proj-det .img-wrapper {
  min-height: 80vh;
}

.page-header.blg .cont {
  padding: 220px 0;
}

.page-header.blg .cont h2 {
  line-height: 1.6;
  margin-bottom: 10px;
}

.page-header.blg .cont .info a {
  margin: 0 10px;
  font-size: 13px;
  font-family: 'Roboto Mono', monospace;
  color: #777;
}

.work-header .cont {
  padding: 220px 0 50px;
}

.work-header .cont h6 {
  color: #ccc;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.work-header .cont h4 {
  line-height: 1.6;
}

.work-header .cont h4 .stroke {
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.7);
  color: transparent;
}

.work-header .img-wrapper {
  position: relative;
  min-height: 70vh;
}

.work-header .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;
}

.work-header .img-wrapper .title h3 {
  font-size: 100px;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  color: transparent;
}

.work-header .img-wrapper .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.work-header.proj-det.bg-img {
  min-height: 85vh;
  padding-bottom: 100px;
}

.work-header.proj-det.bg-img .item h6 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.work-header.proj-det.bg-img .item p {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.work-header.proj-det.bg-img .item p a {
  margin: 0 7px;
}

.work-header.proj-det.bg-img .item p a:first-of-type {
  margin-left: 0;
}

.work-header.proj-det.bg-img .item p a:last-of-type {
  margin-right: 0;
}

.work-header.proj-det .img-wrapper {
  min-height: 80vh;
}

.main-content {
  background: #fff;
  position: relative;
  z-index: 3;
}

/*----------Slider Style 5 - 6 ----------*/
.better-slider-5.slider, .better-slider-4.slider {
  position: relative;
  height: 100vh;
  position: relative;
}

.better-slider-5.slider .bord:after, .better-slider-4.slider .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-5.slider .bord:before, .better-slider-4.slider .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-5.slider .item-img, .better-slider-4.slider .item-img {
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

.better-slider-5.slider .justify-content-center, .better-slider-4.slider .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-5.slider .custom-font, .better-slider-4.slider .custom-font {
  font-family: 'Tangerine', cursive !important;
  font-family: 'Italianno', cursive !important;
  font-family: 'Pinyon Script', cursive !important;
}

.better-slider-5.slider.mdrn-slid .caption.bold h4, .better-slider-5.slider.clasc-slid .caption.bold h4, .better-slider-4.slider.mdrn-slid .caption.bold h4, .better-slider-4.slider.clasc-slid .caption.bold h4 {
  font-size: 60px;
  color: #b7b095;
}

.better-slider-5.slider.mdrn-slid .caption.bold h1, .better-slider-5.slider.clasc-slid .caption.bold h1, .better-slider-4.slider.mdrn-slid .caption.bold h1, .better-slider-4.slider.clasc-slid .caption.bold h1 {
  font-size: 65px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.better-slider-5.slider.mdrn-slid .caption.bold h6, .better-slider-5.slider.clasc-slid .caption.bold h6, .better-slider-4.slider.mdrn-slid .caption.bold h6, .better-slider-4.slider.clasc-slid .caption.bold h6 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 15px;
}

.better-slider-5.slider .btm-curv, .better-slider-4.slider .btm-curv {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 888;
}

.better-slider-5.slider.ctrl-one .swiper-nav-ctrl, .better-slider-4.slider.ctrl-one .swiper-nav-ctrl {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
}

.better-slider-5.slider.ctrl-one .swiper-nav-ctrl:hover:after, .better-slider-4.slider.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-5.slider.ctrl-one .swiper-nav-ctrl:after, .better-slider-4.slider.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-5.slider.ctrl-one .swiper-nav-ctrl:before, .better-slider-4.slider.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-5.slider.pages, .better-slider-4.slider.pages {
  height: 75vh;
}

.better-slider-5.slider.pages h1, .better-slider-4.slider.pages h1 {
  font-size: 120px;
  font-style: italic;
}

.better-slider-5.slider .swiper-pagination-bullets, .better-slider-4.slider .swiper-pagination-bullets {
  bottom: 30px;
}

.better-slider-5.slider .swiper-pagination-bullet, .better-slider-4.slider .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #b7b095;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 15px !important;
  position: relative;
  opacity: 1;
}

.better-slider-5.slider .swiper-pagination-bullet:after, .better-slider-4.slider .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-5.slider .swiper-pagination-bullet-active:after, .better-slider-4.slider .swiper-pagination-bullet-active:after {
  opacity: 1;
}

.better-slider-5.slider [data-overlay-dark]:before, .better-slider-4.slider [data-overlay-dark]:before {
  background: #02050b;
}

.better-slider-4.slider.clasc-slid .caption.bold h1 {
  font-size: 65px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: 'Cormorant', serif;
}

.shape-top {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 3;
}

.shape-top svg {
  display: block;
  width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.shape-top svg .light-shape-fill {
  fill: #fff;
}

.shape-bottom {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  z-index: 3;
}

.shape-bottom svg {
  display: block;
  width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.shape-bottom svg .light-shape-fill {
  fill: #fff;
}

.better-slider-5 .arrow {
  position: absolute;
  left: 27%;
  top: 31%;
}

.better-slider-5 .mt-30, .better-slider-4 .mt-30 {
  margin-top: 30px !important;
}

/*----------Slider Style 7 ----------*/
.pages-header.style-6 h1 {
  font-size: 120px;
  font-style: italic;
  font-family: 'Cormorant', serif;
}

/*----------Slider Style 8 ----------*/

.better-slider-7 {
  height: 100vh;
}

.better-slider-7.slider.fixed-slider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.better-slider-7.slider .swiper-slide-active {
  z-index: 3;
}

.better-slider-7.slider .parallax-slider {
  position: relative;
}

.better-slider-7.slider .parallax-slider:after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.1)));
  background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.1));
  background: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.1));
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.1));
  width: 140px;
  height: 140vh;
  top: -20%;
  right: 20%;
  z-index: 2;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  opacity: .2;
}

.better-slider-7.slider .parallax-slider:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.1)));
  background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0.1));
  background: -o-linear-gradient(top, #fff, rgba(255, 255, 255, 0.1));
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.1));
  width: 140px;
  height: 140vh;
  top: -20%;
  right: 5%;
  z-index: 2;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  opacity: .2;
}

.better-slider-7.slider .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 50px;
}

.better-slider-7.slider .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}

.better-slider-7.slider .parallax-slider .swiper-slide-active .caption h1 {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.better-slider-7.slider .parallax-slider .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));
}

.better-slider-7.slider .parallax-slider .swiper-slide-active .caption .thin,
.better-slider-7.slider .parallax-slider .swiper-slide-active .caption .btn-curve,
.better-slider-7.slider .parallax-slider .swiper-slide-active .caption p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.better-slider-7.slider .parallax-slider .caption .thin {
  color: #75dab4;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

.better-slider-7.slider .parallax-slider .caption .thin span {
  color: #75dab4;
}

.better-slider-7.slider .parallax-slider .caption h1 {
  font-size: 65px;
  font-weight: 700 !important;
  letter-spacing: 4px;
  line-height: 1.4;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s, visibility .5s;
  -o-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
  font-family: 'Poppins', sans-serif !important;
}

.better-slider-7.slider .container {
  max-width: 1170px;
}

.better-slider-7.slider [data-overlay-dark]:before {
  background: #02121d;
}

.better-slider-7.slider .parallax-slider .caption p {
  color: #eee;
  margin-top: 15px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

.better-slider-7.slider .parallax-slider .caption .btn-curve {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  border: 2px solid;
  line-height: 2;
}

.better-slider-7.slider .parallax-slider .caption .btn-curve span {
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
}

.better-slider-7.slider .parallax-slider .caption .btn-curve:hover span {
  color: #0c0f16;
}

.better-slider-7.slider .parallax-slider .caption.dig h1 {
  font-weight: 800;
  font-size: 80px;
  text-transform: uppercase;
}

.better-slider-7.slider .parallax-slider .caption.dig h1 .tline {
  margin-left: 80px;
}

.better-slider-7.slider .parallax-slider .caption.dig h1 .whitespace {
  width: 20px;
}

.better-slider-7.slider .setone {
  position: absolute;
  bottom: 8%;
  right: 40px;
  z-index: 8;
}

.better-slider-7.slider .setone .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;
}

.better-slider-7.slider .setone .swiper-nav-ctrl:after {
  display: none;
}

.better-slider-7.slider .setone.setwo {
  position: static;
}

.better-slider-7.slider .setone.setwo .swiper-nav-ctrl {
  border-radius: 50%;
}

.better-slider-7.slider .setone.setwo .next-ctrl {
  position: absolute;
  top: 50%;
  right: 30px;
}

.better-slider-7.slider .setone.setwo .prev-ctrl {
  position: absolute;
  top: 50%;
  left: 30px;
}

.better-slider-7.slider .txt-botm {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 8;
}

.better-slider-7.slider .txt-botm .swiper-nav-ctrl {
  position: absolute;
  width: auto;
  height: auto;
  margin-top: auto;
  top: auto;
  bottom: 0;
}

.better-slider-7.slider .txt-botm .swiper-nav-ctrl i {
  color: #ccc;
  font-size: 13px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.better-slider-7.slider .txt-botm .swiper-nav-ctrl span {
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}

.better-slider-7.slider .txt-botm .swiper-nav-ctrl:after {
  display: none;
}

.better-slider-7.slider .txt-botm .swiper-nav-ctrl.swiper-button-next {
  right: 40px;
}

.better-slider-7.slider .txt-botm .swiper-nav-ctrl.swiper-button-next i {
  margin-left: 10px;
}

.better-slider-7.slider .txt-botm .swiper-nav-ctrl.swiper-button-prev {
  left: 40px;
}

.better-slider-7.slider .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
  margin-right: 10px;
}

.better-slider-7.slider .txt-botm .swiper-nav-ctrl:hover i {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.better-slider-7.slider .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-7.slider .swiper-pagination-fraction.top .swiper-pagination-current {
  font-size: 60px;
  font-weight: 700;
  position: relative;
  color: transparent;
  -webkit-text-stroke: .5px #fff;
}

.better-slider-7.slider .swiper-pagination-fraction.top .swiper-pagination-current:after {
  content: '/';
  color: #fff;
  position: relative;
  margin: 0 10px;
  font-size: 12px;
  font-weight: 100;
}

.better-slider-7.slider .swiper-pagination-fraction.top.botm {
  top: auto;
  bottom: 40px;
  right: 40px;
}

.better-slider-7.slider .swiper-pagination-fraction.steps {
  position: absolute;
  width: 100px;
  color: #fff;
  font-size: 15px;
  bottom: 40px;
  left: calc(50% - 50px);
  right: auto;
  top: auto;
  text-align: left;
}

.better-slider-7.slider .swiper-pagination-fraction.steps:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 15%;
  width: 70%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.better-slider-7.slider .swiper-pagination-fraction.steps .swiper-pagination-total {
  float: right;
}

.better-slider-7.slider .social-icon {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 8;
}

.better-slider-7.slider p {
  font-size: 16px;
  line-height: 2;
  margin: 15px 0 0 0 !important;
  color: #eee !important;
  font-weight: 400 !important;
  font-family: 'Poppins', sans-serif !important;
}

.better-slider-7.slider .custom-font {
  font-family: 'Barlow', sans-serif;
}

.better-slider-7.slider .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 13px;
}

/* ====================== [ End Slider ] ====================== */
/* ====================== [ Start showcase ] ====================== */
.slide-full .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 50px;
}

.slide-full .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}

.slide-full .capt {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
}

.slide-full .capt h1 {
  font-size: 5vw;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s,
 visibility .5s;
  -o-transition: opacity .5s,
 visibility .5s;
  transition: opacity .5s,
 visibility .5s;
}

.slide-full .capt h1 .stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.slide-full .capt h1 .stroke span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.slide-full .capt .tag {
  margin-bottom: 10px;
  color: #fff;
  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);
}

.slide-full .social-icon {
  position: absolute;
  left: 40px;
  bottom: 20px;
  z-index: 8;
}

.slide-full .social-icon a {
  margin-right: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.slide-full .swiper-slide-active .capt h1 {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.slide-full .swiper-slide-active .capt 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));
}

.slide-full .swiper-slide-active .capt h1, .slide-full .swiper-slide-active .capt .tag {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.slide-full .swiper-slide-active .capt .tag {
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

.slider-portfolio .swiper-slide {
  min-height: 100vh;
}

.slider-portfolio .swiper-slide .bg-img {
  height: 65vh;
  margin-top: 20vh;
  background-size: cover;
  background-position: center center;
}

.slider-portfolio .swiper-slide .caption {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
}

.slider-portfolio .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;
}

.slider-portfolio .swiper-slide .caption h1 .stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.slider-portfolio .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);
}

.slider-portfolio .swiper-slide.swiper-slide-active .caption h1 {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.slider-portfolio .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));
}

.slider-portfolio .swiper-slide.swiper-slide-active .caption h1, .slider-portfolio .swiper-slide.swiper-slide-active .caption .tag {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.slider-portfolio .swiper-slide.swiper-slide-active .caption .tag {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.slide-controls .swiper-pagination-fraction {
  position: absolute;
  right: 50px;
  left: auto;
  bottom: 20px;
  top: auto;
  width: auto;
  color: #fff;
}

.slide-controls .swiper-pagination-fraction .swiper-pagination-current {
  font-size: 20px;
  position: relative;
}

.slide-controls .swiper-pagination-fraction .swiper-pagination-current:after {
  content: '/';
  position: relative;
  margin: 0 10px;
  font-size: 12px;
}

.slide-controls .swiper-pagination-bullets {
  bottom: 20px;
}

.slide-controls .swiper-pagination-bullets span {
  background: #fff;
  margin: 0 7px !important;
}

.slide-controls .swiper-button-next,
.slide-controls .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);
}

.slide-controls .swiper-button-next:after,
.slide-controls .swiper-button-prev:after {
  display: none;
}

.slide-controls .swiper-button-next:before,
.slide-controls .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%;
}

.slide-controls .swiper-button-next:hover,
.slide-controls .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.1);
}

.slide-controls .swiper-button-next i,
.slide-controls .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);
}

.slide-controls .swiper-button-next i:after,
.slide-controls .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);
}

.slide-controls .swiper-button-next:before {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-left-color: transparent;
}

.slide-controls .swiper-button-next:hover {
  right: 45px;
}

.slide-controls .swiper-button-next:hover i {
  left: 30px;
}

.slide-controls .swiper-button-next:hover i:after {
  width: 20px;
}

.slide-controls .swiper-button-next:hover:before {
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
}

.slide-controls .swiper-button-next i:after {
  top: 6px;
  right: 5px;
}

.slide-controls .swiper-button-prev {
  right: auto;
  left: 50px;
}

.slide-controls .swiper-button-prev:hover {
  left: 45px;
}

.slide-controls .swiper-button-prev:hover i {
  left: 10px;
}

.slide-controls .swiper-button-prev:hover i:after {
  width: 20px;
}

.slide-controls .swiper-button-prev:hover:before {
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
}

.slide-controls .swiper-button-prev i {
  left: 18px;
}

.slide-controls .swiper-button-prev i:after {
  top: 6px;
  left: 5px;
}

/* ====================== [ end showcase ] ====================== */
/* ====================== [ Start Breadcrunbs ] ====================== */
.better-breadcrumbs-style1 .path a {
  color: #fff;
  font-size: 17px;
}

.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 Intro ] ====================== */
.about .main-tit h2 {
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
  color: #0C0F16;
}

.about .content p {
  color: #7e868e;
}

.about .main-tit h2 .whitespace {
  width: 10px;
}

.about .content .exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.about .content .exp h3 {
  font-size: 100px;
  font-weight: 700;
  background-size: 200px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.about .content .exp h5 {
  padding-left: 30px;
  margin-top: -20px;
  color: #0C0F16;
  font-size: 25px;
}

.about .office {
  margin-top: 70px;
}

.about .office .item {
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 50px;
}

.about .office .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #020519;
  opacity: .2;
}

.about .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;
}

.about .office .item .tit {
  position: absolute;
  bottom: 0px;
  right: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 300;
  z-index: 3;
}

.heading3 .htit {
  font-size: 28px;
  font-weight: 500;
}

.heading3 .htit span {
  font-size: 17px;
  font-weight: 300;
  color: #ff6d54;
  margin-right: 5px;
}

.infobox2.item h6 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.better-services-style2 .img {
  padding: 120px 0 120px 80px;
  position: relative;
  z-index: 3;
}

.better-services-style2 .img:after {
  content: '';
  position: absolute;
  top: 0;
  right: 120px;
  bottom: 0;
  left: -300px;
  background: #fafafa;
  z-index: -1;
}

.better-services-style2 .content {
  padding-left: 40px;
}

.better-services-style2 .content h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.better-services-style2 .content ul {
  margin: 0;
}

.better-services-style2 .content ul li {
  margin-top: 25px;
  padding-left: 25px;
  position: relative;
}

.better-services-style2 .content ul li:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}

.better-services-style2 .content ul.feat li {
  padding: 0 0 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.better-services-style2 .content ul.feat li:last-of-type {
  padding: 0;
  border: 0;
}

.better-services-style2 .content ul.feat li:after {
  display: none;
}

.better-services-style2 .content ul.feat li h6 {
  margin-bottom: 5px;
}

.better-services-style2 .content ul.feat li h6 span {
  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-style2 .content ul.feat li p {
  padding-left: 45px;
  color: #7e868e;
}

.better-services-style2 p {
  color: #7e868e;
}

.extra-text {
  font-size: 22px;
}

.video-wrapper {
  min-height: 500px;
}

.video-wrapper .vid {
  position: relative;
  z-index: 8;
}

.video-wrapper .vid .vid-butn:hover .icon {
  color: #fff;
}

.video-wrapper .vid .vid-butn:hover .icon:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.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;
}

.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;
}

.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-style1 .item {
  padding: 40px 30px;
  position: relative;
  z-index: 2;
}

.better-services-style1 .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-style1 .item:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #fff;
  z-index: -1;
}

.better-services-style1 .item .icon {
  color: #aaa;
  font-size: 30px;
  margin-top: 50px;
}

.better-services-style1 .item h6 {
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.better-services-style1 .item p {
  color: #7e868e;
}

.better-services-style1 .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-style1 .item .more {
  float: right;
  font-size: 13px;
  letter-spacing: 2px;
  margin-top: 50px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.better-services-style1 .item .more {
  color: #000;
}

.better-services-style1 .item .more:hover {
  color: #ff6d54;
}

.better-services-style1 .item .more i {
  font-size: 20px;
  top: 5px;
  position: relative;
}

.better-services-style1.serv-pg .item {
  overflow: hidden;
}

.better-services-style1.serv-pg .item .icon {
  float: right;
}

/*------- services style 3 -------*/
.better-services-style3 .swiper-slide {
  padding: 0 15px;
}

.better-services-style3 .item {
  background: #121a21;
  border-radius: 20px;
  height: 100%;
  padding: 50px;
}

.better-services-style3 .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-style3 .item h6 {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 15px;
}

.better-services-style3 .item p {
  color: #a3a3a3;
  font-size: 16px;
  line-height: 2;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

.better-services-style3 .item a {
  color: #fff;
  font-size: 12px;
  opacity: .8;
  margin-top: 50px;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

/* ====================== [ End services ] ====================== */
/* ====================== [ Start brands ] ====================== */
.clients-brand.box .item {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 30px;
  margin: 0 25px;
  color: #fff;
}

.clients-brand .brands:hover .img {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.clients-brand .brands:hover .link {
  opacity: 1 !important;
  -webkit-transition: all 0;
  -o-transition: all 0;
  transition: all 0;
}

.clients-brand .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));
}

.clients-brand .item {
  position: relative;
  text-align: center;
}

.clients-brand .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;
}

.clients-brand .img {
  max-width: 85px;
  margin: auto;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

/* ====================== [ End brands ] ====================== */
/* ====================== [ Start Work ] ====================== */
.work-carousel.cstm-padding {
  padding-bottom: 240px;
}

.work-carousel.light .swiper-nav-ctrl {
  color: #000;
}

.work-carousel.metro .cont h6 a {
  color: #ff6d54;
}

.work-carousel.metro .cont h4 a {
  color: #fff;
}

.work-carousel.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);
}

.work-carousel.light .swiper-nav-ctrl .arrow:before {
  background: #000;
}

.work-carousel.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);
}

.work-carousel.light .swiper-nav-ctrl .arrow.prv:before {
  background: #000;
}

.work-carousel.light .swiper-pagination-progressbar {
  background: rgba(100, 100, 100, 0.15);
}

.work-carousel.light .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ff6d54;
}

.work-carousel.light .activeslide,
.work-carousel.light .totalslide {
  color: #000;
}

.work-carousel .swiper-slide {
  padding: 0px 30px;
}

.work-carousel .swiper-slide-active .content .item-img:after {
  opacity: .8;
}

.work-carousel .swiper-slide-active .content .cont {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.work-carousel .content {
  position: relative;
  margin-bottom: 50px;
}

.work-carousel .content .item-img {
  position: relative;
  height: 480px;
  line-height: 0;
}

.work-carousel .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;
}

.work-carousel .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%);
}

.work-carousel .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;
}

.work-carousel .content .cont h6 {
  color: #ff6d54;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.work-carousel .content .cont h4 {
  font-size: 17px;
  color: #fff;
}

.work-carousel .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;
}

.work-carousel .swiper-nav-ctrl .arrow {
  position: relative;
  right: 50px;
}

.work-carousel .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;
}

.work-carousel .swiper-nav-ctrl .arrow:before {
  content: '';
  position: absolute;
  right: -30px;
  top: 13px;
  background: #fff;
  height: 1px;
  width: 8px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  line-height: 1;
}

.work-carousel .swiper-nav-ctrl .arrow.prv {
  left: 50px;
  right: auto;
}

.work-carousel .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);
}

.work-carousel .swiper-nav-ctrl .arrow.prv:before {
  left: -30px;
  right: auto;
  top: 17px;
  background: #fff;
}

.work-carousel .swiper-nav-ctrl:after {
  display: none;
}

.work-carousel .set-control {
  position: relative;
  height: 20px;
}

.work-carousel .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;
}

.work-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
  border-radius: 10px;
}

.work-carousel .activeslide,
.work-carousel .totalslide {
  color: #fff;
  position: absolute;
  top: 0;
  left: calc(50% - 230px);
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 1;
}

.work-carousel .totalslide {
  left: auto;
  right: calc(50% - 230px);
}

.portfolio .filtering {
  margin-bottom: 20px;
  padding: 15px;
  background: #fafafa;
  text-align: center;
}

.portfolio .filtering span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
}

.portfolio .filtering span.active {
  color: #ff6d54;
}

.portfolio .filtering span:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  right: -24px;
  top: 40%;
}

.portfolio .filtering span:last-of-type:after {
  display: none;
}

.portfolio .gallery .items {
  margin-top: 14px;
  padding: 0 7px;
}

.portfolio .gallery .items .item-img {
  overflow: hidden;
  position: relative;
}

.portfolio .gallery .items .item-img > a {
  display: block;
}
.portfolio .gallery .items p {
  color: #7e868e;
}

.portfolio .gallery .items .item-img:hover .item-img-overlay {
  opacity: .95;
  visibility: visible;
}

.portfolio .gallery .items .item-img:hover .overlay-info {
  opacity: 1;
}

.portfolio .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));
}

.portfolio .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));
}

.portfolio .gallery .items .item-img img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.portfolio .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;
}

.portfolio .gallery .items .overlay-info {
  opacity: 0;
}

.portfolio .gallery .items .overlay-info h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

.portfolio.gutter .filtering {
  margin-bottom: 0;
}

.portfolio.gutter .gallery .items {
  margin-top: 80px;
  padding: 0 40px;
}

.portfolio.gutter .gallery .items .item-img {
  border-radius: 0;
}

.portfolio.gutter .gallery .items .overlay-info h5 {
  font-size: 28px;
}

/*------------- Portfolio style 5 -------------*/

.better-portfolio-style5 .swiper-container {
  width: 130%;
}

.better-portfolio-style5 .swiper-slide {
  padding-right: 30px;
}

.better-portfolio-style5 .item .img {
  width: 100%;
  height: 380px;
  overflow: hidden;
}

.better-portfolio-style5 .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.better-portfolio-style5 .item .cont {
  margin-top: 15px;
}

.better-portfolio-style5 .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-style5 .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-style5 .item .cont span a {
  color: #999;
  margin: 0 5px;
}

/*---------- Portfolio style 6 ----------*/

.better-portfolio-style6 .filtering .filter {
  padding: 15px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 30px;
  display: inline-block;
}

.better-portfolio-style6 .filtering span {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
}

.better-portfolio-style6 .filtering span.active {
  color: #75dab4;
}

.better-portfolio-style6 .filtering span:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #75dab4;
  border-radius: 50%;
  position: absolute;
  right: -24px;
  top: 40%;
}

.better-portfolio-style6 .filtering span:last-of-type:after {
  display: none;
}

.better-portfolio-style6 .filtering.smplx .filter {
  padding: 0;
  background: transparent;
  border-radius: 0;
  display: inline-block;
}

.better-portfolio-style6 .filtering.smplx span {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
}

.better-portfolio-style6 .filtering.smplx span.active {
  color: #75dab4;
}

.better-portfolio-style6 .filtering.smplx span:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #75dab4;
  border-radius: 50%;
  position: absolute;
  right: -24px;
  top: 40%;
}

.better-portfolio-style6 .filtering.smplx span:last-of-type:after {
  display: none;
}

.better-portfolio-style6 .gallery .items {
  padding: 0 50px;
  margin: 50px 0;
}

.better-portfolio-style6 .gallery .items.lg-mr {
  margin-top: 100px;
}

.better-portfolio-style6 .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-style6 .gallery .items .item-img > a {
  display: block;
}

.better-portfolio-style6 .gallery .items .item-img:hover {
  -webkit-clip-path: inset(5px 10px);
  clip-path: inset(5px 10px);
}

.better-portfolio-style6 .gallery .items .item-img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.better-portfolio-style6 .gallery .items .item-img:hover .cont {
  opacity: 1;
}

.better-portfolio-style6 .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-style6 .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-style6 .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-style6 .gallery .items .item-img .cont span a {
  margin: 0 10px 0 0;
}

.better-portfolio-style6 .gallery .items .cont {
  margin-top: 30px;
  text-align: center;
}

.better-portfolio-style6 .gallery .items .cont h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.better-portfolio-style6 .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-style6 .gallery .items .cont span a {
  margin: 0 5px;
}

.better-portfolio-style6 .gallery .bords .item-img {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.better-portfolio-style6 .gallery .bords .cont {
  border: 1px solid rgba(255, 255, 255, 0.03);
  margin-top: 0;
  border-top: 0;
  padding: 10px;
}

/* ====================== [ End Work ] ====================== */
/* ====================== [ Start services ] ====================== */
.process .coulmn {
  position: relative;
}

.process .coulmn:after {
  position: absolute;
  content: '';
  width: 75px;
  border-top: 2px dashed #ff6d54;
  top: 75px;
  right: -35px;
}

.process .item {
  text-align: center;
}

.process .item .bg-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
}

.process .item .bg-img:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
}

.process .item .bg-img h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 150px;
  position: relative;
  z-index: 3;
}

/* ====================== [ End services ] ====================== */
/* ====================== [ Start progress bar ] ====================== */
.skills-circle .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.skills-circle .skill {
  position: relative;
}

.skills-circle .skill span {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50px) translateY(-50px);
  -ms-transform: translateX(-50px) translateY(-50px);
  transform: translateX(-50px) translateY(-50px);
  font-size: 20px;
  font-weight: 300;
}

.skills-circle .cont {
  padding-top: 25px;
  padding-left: 25px;
}

.skills-circle .cont span {
  font-size: 12px;
  font-weight: 300;
  opacity: .9;
  margin-bottom: 10px;
}

.skills-circle .cont h6 {
  font-size: 15px;
  font-weight: 500;
}

.skills-box .skill-item {
  margin-bottom: 50px;
}

.skills-box .skill-item:last-of-type {
  margin-bottom: 0;
}

.skills-box h6 {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.skills-box .skill-progress {
  height: 7px;
  background-color: rgba(255, 255, 255, 0.05);
  position: relative;
}

.skills-box .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background-color: #ff6d54;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.skills-box .skill-progress .progres:after {
  content: attr(data-value);
  position: absolute;
  right: 10px;
  top: -45px;
  padding: 7px 15px;
  border-radius: 5px;
  background: #ff6d54;
  color: #111;
  font-size: 12px;
  font-weight: 600;
}

.skills-box .skill-progress .progres:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #ff6d54;
  position: absolute;
  right: 15px;
  bottom: 14px;
}

/* ====================== [ End progress bar ] ====================== */
/* ====================== [ Start tabs & list ] ====================== */
.smp-list {
  margin: 0;
}

.smp-list li {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 300;
  padding-left: 20px;
  position: relative;
}

.smp-list li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 1px;
  background: #ff6d54;
}

/* ====================== [ Start tabs & list ] ====================== */
/* ====================== [ Start Team ] ====================== */
.team {
  position: relative;
  padding-bottom: 240px;
}

.team .team-container {
  width: 130%;
  position: relative;
}

.team .item {
  padding: 0 50px 0 0;
}

.team .item:nth-of-type(even) {
  margin-top: 50px;
}

.team .item .img {
  position: relative;
}

.team .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;
}

.team .item .img .social a {
  font-size: 13px;
  margin: 0 8px;
  color: #ff6d54;
}

.team .item .info {
  padding: 15px 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.team .item .info h5 {
  font-size: 22px;
}

.team .item .info span {
  font-size: 13px;
}

.team .item:hover .img .social {
  opacity: 1;
}

.team .navs .prev, .team .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;
}

.team .slick-dots {
  bottom: -40px;
  width: 80%;
}

.team .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 15px;
  border-radius: 50%;
  border: 0;
  background: #ccc;
}

.team .slick-dots li.slick-active {
  background: #ff6d54;
  height: 12px;
  width: 12px;
}

.team .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;
}

/*----------Team Style 4----------*/
.better-team-style4 .item {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
  position: relative;
}

.better-team-style4 .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-style4 .item .info h6 {
  font-weight: 500;
  margin-bottom: 10px;
}

.better-team-style4 .item .info p {
  color: #eee;
  font-size: 13px;
  margin-bottom: 10px;
}

.better-team-style4 .item .info .social a {
  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-style4 .item:after, .better-team-style4 .item:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  pointer-events: none;
}

.better-team-style4 .item:hover .info, .better-team-style4 .item:hover:after, .better-team-style4 .item:hover:before {
  opacity: 1;
  visibility: visible;
}

.better-team-style4 .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-style4 .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-style4 .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-style4 .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-style4 .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-style4 .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-style4 .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;
}


/* ====================== [ End Team ] ====================== */
/* ====================== [ Start Testimonials ] ====================== */
.testimonial.style3 .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);
}

.testimonial.style3 .box .qoute-icon {
  position: absolute;
  top: 30px;
  right: -60px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background: #ff6d54;
}

.testimonial.style3 .box .qoute-icon img {
  width: 60px;
}

.testimonial.style3 .item {
  margin: 10px;
  padding: 40px 30px;
  border-radius: 5px;
  border: 5px solid rgba(0, 0, 0, 0.03);
  background-image: url(img/pattern-bg.svg);
  position: relative;
}

.testimonial.style3 .item .qoute-img {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 40px;
}

.testimonial.style3 .item p {
  font-size: 13px;
  font-weight: 300;
  color: #7e868e;
}

.testimonial.style3 .item .info .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial.style3 .item .info .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #ff6d54;
  overflow: hidden;
  margin: 0 0 20px;
}

.testimonial.style3 .item .info .cont {
  padding-left: 25px;
}

.testimonial.style3 .item .info .author-name {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  font-size: 20px;
}

.testimonial.style3 .item .info .author-details {
  font-size: 13px;
  color: #999;
}

.testimonial.style3 .slick-dots {
  bottom: -30px;
}

.testimonial.style3 .slick-dots li {
  width: 20px;
  height: 3px;
  border-radius: 0;
  border: 0;
  background: #ccc;
}

.testimonial.style3 .slick-dots li.slick-active {
  background: #ff6d54;
  height: 5px;
}

.testimonial.style3 .slick-dots li button {
  display: none;
}

.testimonial.style3 .arrows .next, .testimonial.style3 .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;
}

.testimonial.style3 .arrows .next:hover, .testimonial.style3 .arrows .prev:hover {
  border-color: #ff6d54;
}

.testimonial.style3 .arrows .prev {
  right: auto;
  left: -50px;
}

.testimonial.style3:hover .arrows .next, .testimonial.style3:hover .arrows .prev {
  opacity: 1;
  right: 0;
}

.testimonial.style3:hover .arrows .prev {
  left: 0;
}

.clients-brand .item a {
  width: 80px;
  opacity: .5;
}

.clients-brand .item a:hover {
  opacity: 1;
}

/*----------------------------------------------------------------Testimonial Style 4 - 5 ------------------------------------------------*/
.testimonial.style-4 .background {
  width: 65%;
}

.testimonial.style-4 .item .quote-icon img {
  width: 40px;
}

.testimonial.style-4 .item p {
  font-size: 22px;
}

.testimonial.style-4 .item .info {
  margin-top: 30px;
}

.testimonial.style-4 .item .info .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial.style-4 .item .info .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial.style-4 .item .info .fxright {
  margin-left: 20px;
  padding-top: 5px;
}

.testimonial.style-4 .item .info .author-name {
  font-weight: 500;
  margin-bottom: 5px;
  color: #b7b095;
}

.testimonial.style-4 .item .info .author-details {
  font-size: 13px;
}

.testimonial.style-4 .control {
  float: right;
  overflow: hidden;
}

.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;
}

.testimonial.style-4.classic .item:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 20px;
  right: 20px;
  bottom: 0px;
  background: #f9f9f7;
  z-index: -1;
}

.testimonial.style-4.classic .item .bord {
  position: absolute;
  top: 20px;
  left: 40px;
  right: 40px;
  bottom: 20px;
  z-index: 1;
}

.testimonial.style-4.classic .item .bord:after, .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;
}

.testimonial.style-4.classic .item .bord:before {
  top: 5px;
  left: -5px;
  right: -5px;
  bottom: 5px;
}

.testimonial.style-4.classic .item.slick-center {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.testimonial.style-4.classic .item .info {
  margin-top: 0px;
  margin-bottom: 20px;
}

.testimonial.style-4.classic .item .info .author {
  display: block;
}

.testimonial.style-4.classic .item .info .lxleft {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  margin: auto;
}

.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%;
}

.testimonial.style-4.classic .item .info .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin: -50px auto 0;
  position: relative;
}

.testimonial.style-4.classic .item .info .fxright {
  margin-top: 15px;
  margin-left: 0px;
  padding-top: 0px;
}

.testimonial.style-4.classic .item .info .author-name {
  font-weight: 500;
  margin-bottom: 5px;
  color: #222;
}

.testimonial.style-4.classic .item .info .author-details {
  font-size: 13px;
  color: #b7b095;
}

.testimonial.style-4.classic .item p {
  font-size: 16px;
  color: #999;
  margin: 0;
}

.testimonial.style-4.classic .item .info,
.testimonial.style-4.classic .item p {
  position: relative;
  z-index: 3;
}

.testimonial.style-4.classic .control {
  float: none;
  overflow: visible;
}

.testimonial.style-4.classic .control span {
  left: 45px;
}

.testimonial.style-4.classic .control span.next {
  left: auto;
  right: 45px;
}

.testimonial.style-4.classic.clis-lit .item:after {
  background: #f9f9f7;
}

.testimonial.style-4.classic.clis-lit .item .info .author-name {
  color: #222;
}

.testimonial.style-4.classic.clis-lit .item p {
  color: #999;
}

.testimonial.style-4.classic.clis-lit .item .bord:after, .testimonial.style-4.classic.clis-lit .item .bord:before {
  border-color: #ddd;
}

.testimonial.style-4.classic.clis-lit .item .lxleft {
  background: #f9f9f7;
}

.testimonial.style-4.classic.clis-lit .item .lxleft:after {
  border-color: #ddd;
}

.testimonial.style-4 .control {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.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;
}

.testimonial.style-4 .control span:hover {
  background: #b7b095;
  border-color: #b7b095;
}

.testimonial.style-4 .control span.next {
  left: auto;
  right: -30px;
}

.testimonial.style-4 .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.testimonial.style-4 .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.testimonial.style-4 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.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;
}

.testimonial.style-4 .slick-dots li button:hover,
.testimonial.style-4 .slick-dots li button:focus {
  outline: none;
}

.testimonial.style-4 .slick-dots li button:hover:before,
.testimonial.style-4 .slick-dots li button:focus:before {
  opacity: 1;
}

.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;
}

.testimonial.style-4 .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*-----------------------Testimonial Style 5 --------------------------*/
.testimonial.style-5 {
  position: relative;
}

.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;
}

.testimonial.style-5 .background {
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial.style-5 .item .quote-icon {
  width: 40px;
}

.testimonial.style-5 .item p {
  font-size: 22px;
}

.testimonial.style-5 .item .info {
  margin-top: 30px;
}

.testimonial.style-5 .item .info .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial.style-5 .item .info .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial.style-5 .item .info .fxright {
  margin-left: 20px;
  padding-top: 5px;
}

.testimonial.style-5 .item .info .author-name {
  font-weight: 500;
  margin-bottom: 5px;
  color: #b7b095;
}

.testimonial.style-5 .item .info .author-details {
  font-size: 13px;
}

.testimonial.style-5 .control {
  float: right;
  overflow: hidden;
}

.testimonial.style-5.classic .item {
  position: relative;
  text-align: center;
  padding: 0 50px;
  z-index: 2;
}

.testimonial.style-5.classic .item .icon img {
  width: 40px;
  margin-bottom: 20px;
  display: inline-block;
}

.testimonial.style-5.classic .item .info {
  margin-top: 20px;
}

.testimonial.style-5.classic .item .info .author {
  display: block;
}

.testimonial.style-5.classic .item .info .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  position: relative;
}

.testimonial.style-5.classic .item .info .fxright {
  margin-top: 15px;
  margin-left: 0px;
  padding-top: 0px;
}

.testimonial.style-5.classic .item .info .author-name {
  font-weight: 500;
  margin-bottom: 5px;
  color: #000;
}

.testimonial.style-5.classic .item .info .author-details {
  font-size: 13px;
  color: #b7b095;
}

.testimonial.style-5.classic .item p {
  font-size: 24px;
  font-weight: 100;
  color: #777;
  font-family: 'Barlow', sans-serif;
  line-height: 2;
}

.testimonial.style-5.classic .item .info,
.testimonial.style-5.classic .item p {
  position: relative;
  z-index: 3;
}

.testimonial.style-5.classic .control {
  float: none;
  overflow: visible;
}

.testimonial.style-5.classic .control span {
  left: 30px;
}

.testimonial.style-5.classic .control span.next {
  left: auto;
  right: 30px;
}

.testimonial.style-5.classic.clis-lit .item .info .author-name {
  color: #222;
}

.testimonial.style-5.classic.clis-lit .item p {
  color: #777;
}

.testimonial.style-5 .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.testimonial.style-5 .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.testimonial.style-5 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.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;
}

.testimonial.style-5 .slick-dots li button:hover,
.testimonial.style-5 .slick-dots li button:focus {
  outline: none;
}

.testimonial.style-5 .slick-dots li button:hover:before,
.testimonial.style-5 .slick-dots li button:focus:before {
  opacity: 1;
}

.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;
}

.testimonial.style-5 .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.testimonial.style-5 .control {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.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;
}

.testimonial.style-5 .control span:hover {
  background: #b7b095;
  border-color: #b7b095;
}

.testimonial.style-5 .control span.next {
  left: auto;
  right: -30px;
}

/*-----------------------Testimonial Style 6 --------------------------*/

.better-testimonials-style6 .item {
  position: relative;
}

.better-testimonials-style6 .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-testimonials-style6 .item p {
  font-size: 24px;
  color: #dad6d6;
  line-height: 2;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.better-testimonials-style6 .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-testimonials-style6 .item h6:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}

.better-testimonials-style6 .quote-icon {
  width: 240px;
  height: 240px;
  text-align: center;
  line-height: 240px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.better-testimonials-style6 .quote-icon img {
  width: 50px;
  margin: auto;
}

.better-testimonials-style6 .controls .float-right {
  float: right;
}

.better-testimonials-style6 .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-testimonials-style6 .cursor-pointer {
  cursor: pointer;
  color: #fff;
}

/* ====================== [ End Testimonials ] ====================== */
/* ====================== [ Start Blog ] ====================== */
.blog-curs .item-box {
  padding: 0 15px;
}

.blog-curs .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-curs .item .bimg {
  width: 50%;
}

.blog-curs .item .bimg .img {
  min-height: 320px;
  background-position: right;
  background-size: cover;
}

.blog-curs .item .cont {
  width: 50%;
  padding: 10px 30px;
  background: #151921;
}

.blog-curs .item .cont .info {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-curs .item .cont .info .author {
  color: #ff6d54;
}

.blog-curs .item .cont .info .date {
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.blog-curs .item .cont .info .date i {
  font-size: 20px;
  font-weight: 200;
  font-style: normal;
}

.blog-curs .item .cont h6 {
  line-height: 1.5;
  font-size: 22px;
  margin-bottom: 30px;
}

.blog-grid .item {
  padding: 40px;
  position: relative;
}

.blog-grid .item .cont {
  position: relative;
  z-index: 2;
}

.blog-grid .item .cont .date {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.blog-grid .item .cont .date i {
  font-size: 30px;
  font-style: normal;
  display: block;
}

.blog-grid .item .cont .info {
  margin-bottom: 20px;
}

.blog-grid .item .cont .info .author {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 10px;
}

.blog-grid .item .cont .info .author a {
  color: #000;
}

.blog-grid .item .cont .info .tag {
  color: #ff6d54;
  margin-left: 10px;
}

.blog-grid .item .cont .info .tag a {
  color: #ff6d54;
}

.blog-grid .item .cont h6 a {
  color: #000;
}

.blog-grid .item .cont h6 {
  font-size: 20px;
  line-height: 1.7;
  margin: 0;
  margin-bottom: 40px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.blog-grid .item .cont .btn-more a {
  color: #000;
}

.blog-grid .item.list {
  padding: 0;
}

.blog-grid .item.list:after {
  display: none;
}

.blog-grid .item.list .cont {
  background: #f9f9f9;
  padding: 30px;
  position: relative;
}

.blog-grid .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;
}

.blog-grid .item.list .cont .date i {
  font-size: 20px;
}

.blog-grid .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);
}

.blog-pg .posts .item .img {
  position: relative;
}

.blog-pg .posts .item .img .info {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
  background: #fff;
}

.blog-pg .posts .item .img .info .date {
  text-align: center;
  color: #ff6d54;
}

.blog-pg .posts .item .img .info .date .num {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.blog-pg .posts .item .img .info .date .num:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
}

.blog-pg .posts .item .img .info .date h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.blog-pg .posts .item .content {
  padding-top: 25px;
}

.blog-pg .posts .item .content .tags {
  margin-bottom: 10px;
}

.blog-pg .posts .item .content .tags a {
  font-size: 12px;
  font-weight: 500;
  color: #ff6d54;
  padding-right: 20px;
  position: relative;
}

.blog-pg .posts .item .content .tags a:after {
  content: '';
  width: 8px;
  height: 2px;
  background: #eee;
  position: absolute;
  right: 4px;
  top: 50%;
}

.blog-pg .posts .item .content .tags a:last-of-type {
  padding-right: 0;
}

.blog-pg .posts .item .content .tags a:last-of-type:after {
  display: none;
}

.blog-pg .posts .item .content h4 {
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 5px;
}

.blog-pg .posts .item .content .more {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 60px;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.blog-pg .posts .item .content .more:after {
  content: '';
  width: 50px;
  height: 1px;
  background: #090909;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.blog-pg .posts .item .content .more:hover {
  padding-left: 40px;
}

.blog-pg .posts .item .content .more:hover:after {
  width: 30px;
}

.blog-pg .posts .pagination {
  margin: 80px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

.blog-pg .posts .pagination span {
  text-align: center;
  margin: 0 2px;
}

.blog-pg .posts .pagination span a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  font-size: 18px;
}

.blog-pg .posts .pagination span.active a {
  border-color: #ff6d54;
  color: #ff6d54;
}

.blog-pg.single .post .title-head {
  text-align: center;
  margin-bottom: 50px;
}

.blog-pg.single .post .title-head h2 {
  margin-bottom: 10px;
}

.blog-pg.single .post .title-head a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 10px;
}

.blog-pg.single .post .main-img .simpleParallax {
  height: 70vh;
  max-height: 600px;
}

.blog-pg.single .post .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.blog-pg.single .post .content p {
  color: #555;
  font-size: 16px;
  font-family: inherit;
  margin: 30px 0;
}

.blog-pg.single .post .content ul li {
  margin: 10px 0;
}

.blog-pg.single .post .content ul li span {
  margin-right: 10px;
  font-weight: 500;
  font-size: 13px;
}

.blog-pg.single .post .content .quotes {
  background: #fafafa;
  padding: 30px;
  margin: 30px 0;
}

.blog-pg.single .post .content .quotes p {
  color: #111;
  font-size: 18px;
  font-style: italic;
}

.blog-pg.single .post .content .spacial p {
  color: #111;
  font-size: 18px;
  font-weight: 500;
}

.blog-pg.single .post .content .share-info {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-pg.single .post .content .share-info .social a {
  font-size: 13px;
  margin-right: 20px;
}

.blog-pg.single .post .content .share-info .tags {
  margin-left: auto;
}

.blog-pg.single .post .content .share-info .tags a {
  font-size: 12px;
  margin: 0 10px;
}

.blog-pg.single .post .author {
  padding: 30px;
  margin-top: 40px;
  background: #fafafa;
}

.blog-pg.single .post .author .author-img {
  display: table-cell;
  vertical-align: middle;
  width: 140px;
}

.blog-pg.single .post .author .info {
  display: table-cell;
  padding-left: 40px;
}

.blog-pg.single .post .author .info h6 {
  margin-bottom: 10px;
  font-size: 15px;
}

.blog-pg.single .post .author .info h6 span {
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
}

.blog-pg.single .post .author .info p {
  padding: 0;
  margin: 0;
}

.blog-pg.single .post .author .info .social {
  margin-top: 15px;
  font-size: 13px;
}

.blog-pg.single .post .author .info .social a {
  margin-right: 15px;
}

.blog-pg.single .pagination {
  margin-top: 80px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-pg.single .pagination span {
  width: 100%;
  padding: 20px;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
}

.blog-pg.single .pagination .icon {
  border: 0;
  width: 70px;
}

.blog-pg.single .comments-area {
  margin-top: 80px;
}

.blog-pg.single .comments-area .item {
  padding: 30px 0;
  margin: 30px 0;
  border-bottom: 1px solid #eee;
}

.blog-pg.single .comments-area .item.relped {
  margin-left: 100px;
}

.blog-pg.single .comments-area .item .comment-img {
  display: table-cell;
  width: 80px;
}

.blog-pg.single .comments-area .item .info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  position: relative;
}

.blog-pg.single .comments-area .item .info h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.blog-pg.single .comments-area .item .info h6 span {
  display: block;
  color: #ff6d54;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}

.blog-pg.single .comments-area .item .info p {
  line-height: 1.5;
  margin-top: 15px;
}

.blog-pg.single .comments-area .item .info .replay {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
}

.blog-pg.single .comments-area .item .info .replay i {
  margin-left: 5px;
}

.blog-pg.single .comment-form {
  margin-top: 80px;
}

.blog-pg.single .comment-form form {
  margin-top: 50px;
}

.blog-pg.single .comment-form form input, .blog-pg.single .comment-form form textarea {
  width: 100%;
  padding: 17px;
  background: #fafafa;
  border: 0;
}

.blog-pg.single .comment-form form textarea {
  height: 140px;
}

.blog-pg.single .comment-form form button {
  cursor: pointer;
}

.next-project {
  position: relative;
  padding: 80px 0;
  margin-top: 90px;
  background: #fafafa;
  z-index: 2;
  overflow: hidden;
}

.next-project:before {
  display: none;
}

.next-project:after {
  content: '';
  height: 0;
  width: 100%;
  position: absolute;
  bottom: auto;
  right: 0;
  top: 0;
  -webkit-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #f5f5f5;
  z-index: -1;
}

.next-project:hover:after {
  height: 100%;
  bottom: 0;
  top: auto;
}

.next-project .content {
  width: 100%;
}

.next-project .content h2 {
  font-size: 90px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.next-project .content p {
  font-size: 18px;
  color: #555;
}

/* ====================== [ 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 Call To Action  ] ====================== */
.call-action .content h6 {
  color: #ff6d54;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 30px;
}

.call-action .content h6 span {
  color: #ff6d54;
}

.call-action .content 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;
}

.call-action .content h2 span {
  color: transparent;
}

.call-action .content h2 b {
  font-weight: 800;
}

.call-action .content h2 b span {
  color: #fff;
  -webkit-text-stroke-width: 0;
}

.call-action .content h3 {
  color: #ff6d54;
}

.call-action .content h3 a {
  text-decoration: underline;
  color: #ff6d54;
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
  font-size: 35px;
}

.call-action .btn-curve {
  border: 2px solid;
  line-height: 2;
}

.call-action .btn-curve span {
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
}

.call-action .btn-curve:hover span {
  color: #0c0f16;
}

.call-action .tlink {
  margin-left: auto;
  border-bottom: 1px solid #eee;
}

.call-action.next {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.call-action.next:after {
  display: none;
}

.call-action.next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #0a0a0a;
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.call-action.next .content h2 {
  font-size: 5vw;
  font-weight: 700;
}

.call-action.next .content h2 b {
  font-weight: 700;
}

.call-action.next .nxt-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  background-size: cover;
  background-position: center;
  z-index: -1;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.call-action.next:hover:before {
  opacity: .9;
}

.call-action.next:hover .nxt-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 10s linear;
  -o-transition: all 10s linear;
  transition: all 10s linear;
}

.call-action.light .content h6 {
  color: #ff6d54;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 30px;
}

.call-action.light .content h6 span {
  color: #ff6d54;
}

.call-action.light .content 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: #000;
  color: transparent;
}

.call-action.light .content h2 span {
  color: transparent;
}

.call-action.light .content h2 b {
  font-weight: 800;
}

.call-action.light .content h2 b span {
  color: #000;
  -webkit-text-stroke-width: 0;
}

.call-action.light .content h3 {
  color: #ff6d54;
}

.call-action.light .content h3 a {
  text-decoration: underline;
}

/* ====================== [ End Call To Action  ] ====================== */
/* ====================== [ 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 {
  color: #000;
}

.better-product.style-1 .products-shop .item .cont .tags a {
  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  ] ====================== */
.woo-widgets .item {
  margin-bottom: 30px;
  padding: 25px 20px;
  background: #f9f9f9;
  border: 1px dashed #eee;
}

.woo-widgets .item:last-of-type {
  margin-bottom: 0;
}

.woo-widgets .item .tit {
  margin-bottom: 30px;
}

.woo-widgets .item .tit h4 {
  font-size: 22px;
}

.woo-widgets .item .search .form-group {
  position: relative;
  margin: 0;
}

.woo-widgets .item .search input {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

.woo-widgets .item .search input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woo-widgets .item .search button {
  background: transparent;
  border: none;
}

.woo-widgets .item .search .icon {
  font-size: 18px;
  position: absolute;
  top: 25%;
  right: 6%;
  padding: 15px;
}

.woo-widgets .item .ctg li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.woo-widgets .item .ctg li:last-of-type {
  margin-bottom: 0;
}

.woo-widgets .item .ctg li a {
  padding-right: 15px;
}

.woo-widgets .item .ctg li span {
  margin-left: auto;
  padding-left: 15px;
  font-size: 14px;
  color: #b7b095;
}

.woo-widgets .item .ctg li .dots {
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #ccc;
  margin-top: 15px;
}

.woo-widgets .item .pop-prod .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.woo-widgets .item .pop-prod .product:last-of-type {
  margin-bottom: 0;
}

.woo-widgets .item .pop-prod .product .img img {
  width: 100px;
  height: 95px;
}

.woo-widgets .item .pop-prod .product .info {
  padding-left: 20px;
}

.woo-widgets .item .pop-prod .product .info h6 {
  margin-top: 0px;
}

.woo-widgets .item .pop-prod .product .info h6 a {
  color: #000;
}

.woo-widgets .item .pop-prod .product .info .price {
  margin-bottom: 5px;
}

.woo-widgets .item .pop-prod .product .info .rate i {
  font-size: 12px;
  color: #b7b095;
}

.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;
}

.woo-widgets .item .tags a {
  font-size: 13px;
  font-family: 'Playfair Display', serif;
  padding: 7px 15px;
  margin-bottom: 4px;
  color: #b7b095;
  background: #242424;
}
/* ====================== [ End Woo Widgets  ] ====================== */
/* ====================== [ Start Numbers & Counter  ] ====================== */
.number-sec .item {
  text-align: center;
  position: relative;
  z-index: 2;
}

.number-sec .item:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .05;
}

.number-sec .item.no-bord:after {
  display: none;
}

.number-sec .item .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 70px;
  width: 100%;
  opacity: .05;
  z-index: -1;
}

.number-sec .item h3 {
  font-weight: 200;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.number-sec .item p {
  color: #fff;
  letter-spacing: 1px;
}

/* ====================== [ End Numbers & Counter  ] ====================== */
/* ====================== [ Start Price ] ====================== */
.price .item {
  padding: 30px;
  color: #fff;
  background: #131821;
}

.price .item .type {
  margin-bottom: 15px;
}

.price .item .type h5 {
  font-weight: 300;
  letter-spacing: 2px;
}

.price .item .amount {
  margin-bottom: 30px;
}

.price .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;
}

.price .item .amount h2 span {
  color: #aaa;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  left: -15px;
  top: 0;
}

.price .item .amount h2 i {
  font-size: 13px;
  color: #aaa;
}

.price .item .feat {
  margin-bottom: 30px;
  color: #7e868e;
}

.price .item .feat ul {
  margin: 0;
}

.price .item .feat ul li {
  line-height: 2;
  color: #7e868e;
  font-size: 15px;
  font-weight: 400;
}

.price .item .feat ul li .icon {
  color: #ff6d54;
}

/* ====================== [ End Price ] ====================== */
/* ====================== [ Start contact ] ====================== */
.contact-sec .form .form-group {
  margin-bottom: 50px;
}

.contact-sec .form .form-group input, .contact-sec .form .form-group textarea {
  width: 100%;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  background: transparent;
}

.contact-sec .form .form-group textarea {
  min-height: 160px;
}

.contact-sec .form button {
  font-size: 17px;
  background: transparent;
  border: 0;
  outline: none;
}

.contact .form input, .contact .form textarea {
  width: 100%;
  padding: 15px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.contact .form input::-webkit-input-placeholder, .contact .form textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 13px;
}

.contact .form input:-ms-input-placeholder, .contact .form textarea:-ms-input-placeholder {
  color: #000;
  font-size: 13px;
}

.contact .form input::-ms-input-placeholder, .contact .form textarea::-ms-input-placeholder {
  color: #000;
  font-size: 13px;
}

.contact .form input::placeholder, .contact .form textarea::placeholder {
  color: #000;
  font-size: 13px;
}

.contact .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 {
  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 {
  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 {
  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.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.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 {
  color: #666666;
}

.better-contact-shortcode.style-4 .map-info .con-info .item li a:hover {
  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 {
  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;
}

.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe .fleft {
  width: 100%;
}

.subscribe input[type=email] {
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0px;
}

.subscribe button {
  border: 0;
  padding: 13px 25px;
  min-width: auto;
}

.subscribe button span {
  white-space: nowrap;
  font-family: 'Playfair Display', serif;
}

.better-subscribe-style2 {
  width: 100%;
  position: relative;
}

.better-subscribe-style2 input {
  width: 100% !important;
  padding: 15px !important;
  border-radius: 30px !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  background: transparent;
  color: #fff;
  font-size: 13px;
}

.better-subscribe-style2 button {
  border: none;
}

.better-subscribe-style2 .subs {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #75dab4;
  color: #000;
}

/* ====================== [ End contact ] ====================== */
/* Search */

.header-search-icon a.search {
  font-size: 16px;
  position: relative; }
.header-search-icon a.cart-contents {
  font-size: 14px;
  position: relative;
  left: 20px; }
.header-search-icon a i {
  color: #000000; }
.header-search-icon .close-black-block a i {
  color: #ffffff; }
.header-search-icon .close-black-block a i.fa-times {
  color: #ffffff; }
.header-search-icon .close-black-block a:after {
  display: none; }
.header-search-icon .searchform input[type=search] {
  font-style: italic;
  font-size: 16px;
  height: 56px; }
.header-search-icon .searchform .searchsubmit {
  background: transparent; }
.header-search-icon .searchform::after {
  background: #B7B095;
  color: #ffffff !important;
  right: 0;
  height: 56px;
  line-height: 56px;
  width: 56px;
  font-size: 2rem; }
.header-search-icon .searchform:hover::after {
  opacity: 0.7; }
.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; }
.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; }


.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;
}

.black-search-table {
  display: table;
  width: 100%;
  height: 100%;
}

.black-search-table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}

.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;
}

.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;
}

.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;
}

.close-black-block {
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 50px;
}

.close-black-block i {
  font-size: 30px;
  color: #ffffff;
}

.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----------*/
.insta .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  position: relative;
}

.insta .img {
  position: relative;
}

.insta .img:hover i {
  opacity: 1;
}

.insta .img:hover:after {
  opacity: 0;
}

.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;
}

.insta .img i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0;
}

.insta .follow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
/* ====================== [ End Insta ] ====================== */
/* ====================== [ Start Footer ] ====================== */
.footer {
  background: #10141b;
  padding: 100px 0 0;
  color: #fff;
}

.footer .logo {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

.footer .logo img {
  width: 60px;
}

.footer .address p {
  color: #fff;
  font-size: 13px;
}

.footer .social {
  text-align: center;
}

.footer .social a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 12px;
  color: #ff6d54;
  border-radius: 50%;
  margin: 0 10px;
}

.footer .social a:hover {
  background: rgba(255, 109, 84, 0.05);
}

.footer .info {
  text-align: right;
}

.footer .info ul {
  margin: 0;
}

.footer .info li {
  margin: 0 0 15px;
  font-size: 13px;
}

.footer .info li span {
  font-weight: 600;
  margin-right: 15px;
}

.footer .sub-footer {
  padding: 40px 0;
  background: #151921;
  margin-top: 100px;
}

.footer .sub-footer .copy {
  font-size: 12px;
}

.footer .sub-footer .copy a {
  color: #ff6d54;
}

.footer .sub-footer .text-right a {
  font-size: 12px;
  font-weight: 300;
  margin-left: 15px;
  color: #ff6d54;
}

/* ====================== [ End Footer ] ====================== */
/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 991px) {
  .md-mb10 {
    margin-bottom: 10px;
  }
  .md-mb20 {
    margin-bottom: 20px;
  }
  .md-mb30 {
    margin-bottom: 30px;
  }
  .md-mb40 {
    margin-bottom: 40px;
  }
  .md-mb50 {
    margin-bottom: 50px;
  }
  .md-mb60 {
    margin-bottom: 60px;
  }
  .md-mb70 {
    margin-bottom: 70px;
  }
  .md-mb80 {
    margin-bottom: 80px;
  }
  .md-pb10 {
    padding-bottom: 10px;
  }
  .md-pb20 {
    padding-bottom: 20px;
  }
  .md-pb30 {
    padding-bottom: 30px;
  }
  .md-pb40 {
    padding-bottom: 40px;
  }
  .md-pb50 {
    padding-bottom: 50px;
  }
  .md-pb60 {
    padding-bottom: 60px;
  }
  .md-pb70 {
    padding-bottom: 70px;
  }
  .md-pb80 {
    padding-bottom: 80px;
  }
  .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;
  }
  .container {
    max-width: 720px;
  }
  .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;
  }
  .navbar.style-1 {
    min-height: 60px;
  }
  .navbar.style-1 .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #11141b;
    text-align: center;
    padding: 10px 15px;
  }
  .navbar.style-1 .nav-link {
    margin: 10px auto !important;
  }
  .navbar.style-1 .logo {
    margin-left: 15px;
    width: 50px;
  }
  .navbar.style-1.nav-scroll .navbar-collapse .nav-link,
  .light .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .navbar.style-1.nav-scroll .navbar-collapse .active,
  .light .navbar-collapse .active {
    color: #ff6d54 !important;
  }
  .navbar.style-1 .search {
    border: 0;
    padding: 0;
    margin-top: 30px;
  }
  .navbar.style-1 .search .search-form {
    display: block;
    position: static;
    height: auto;
  }
  .navbar.style-1 .search .search-form form {
    position: static;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navbar.style-1 .search .search-form form input {
    padding: 15px;
    width: 100%;
    font-size: 14px;
  }
  .navbar.style-1 .search .icon,
  .navbar.style-1 .search .search-form .close {
    display: none;
  }
  .navbar.style-1 .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none;
    background: #0c0f16;
    text-align: center;
    color: #eee;
  }
  .navbar.style-1 .navbar-nav .dropdown-menu .dropdown-item {
    color: #eee;
  }
  .navbar.style-1 .navbar-nav .dropdown-menu.show {
    display: block;
  }
  .navbar.style-1 .navbar-nav .nav-link {
    padding: 0;
  }
  .navbar.style-1 .navbar-nav .nav-link:hover {
    color: #ff6d54;
  }
  .navbar.style-2 {
    min-height: 60px;
  }
  .navbar.style-2 .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    text-align: center;
    padding: 10px 15px;
  }
  .navbar.style-2 .cart {
    padding: 10px 0;
  }
  .navbar.style-2 .cart:before, .navbar.style-2 .cart:after {
    display: none;
  }
  .navbar.style-2 .nav-link {
    margin: 10px auto !important;
  }
  .navbar.style-2 .logo {
    margin-left: 15px;
    width: 50px;
  }
  .navbar.style-2 .search .search-form {
    background: #eee;
  }
  .navbar.style-2 .search .search-form form input {
    color: #000;
    border: 0;
  }
  .navbar.style-2 .search {
    border: 0;
    padding: 0;
  }
  .navbar.style-2 .search .search-form {
    display: block;
    position: static;
    height: auto;
  }
  .navbar.style-2 .search .search-form form {
    position: static;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navbar.style-2 .search .search-form form input {
    padding: 15px;
    width: 100%;
    font-size: 14px;
  }
  .navbar.style-2 .search .icon,
  .navbar.style-2 .search .search-form .close {
    display: none;
  }
  .navbar.style-2 .cart {
    position: static;
  }
  .navbar.style-2 .cart .cart-side {
    width: 100%;
    top: 50px;
    min-height: 300px;
  }
  .navbar.style-2 .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none;
    background: #0c0f16;
    text-align: center;
    color: #eee;
  }
  .navbar.style-2 .navbar-nav .dropdown-menu .dropdown-item {
    color: #eee;
  }
  .navbar.style-2 .navbar-nav .dropdown-menu.show {
    display: block;
  }
  .navbar.style-2 .navbar-nav .nav-link {
    padding: 0;
  }
  .navbar.style-2 .navbar-nav .nav-link:hover {
    color: #b7b095;
  }
  .slider.fixed-slider {
    position: static;
  }
  .main-content {
    margin-top: 0 !important;
  }
  .lg-padding {
    padding: 0 15px;
  }
  .page-header .img-wrapper .title h3 {
    font-size: 70px;
  }
  .slide-controls .swiper-button-next {
    right: 10px;
  }
  .slide-controls .swiper-button-next:hover {
    right: 10px;
  }
  .slide-controls .swiper-button-prev {
    left: 10px;
  }
  .slide-controls .swiper-button-prev:hover {
    left: 10px;
  }
  .slider-portfolio .swiper-slide .caption h1 {
    font-size: 40px;
    font-weight: 600;
  }
  .heading3 .htit {
    margin-bottom: 30px;
  }
  .better-services-style2 .content {
    padding: 120px 0;
  }
  .better-services-style2 .img {
    padding: 0;
  }
  .work-carousel .swiper-pagination-progressbar {
    left: calc(50% - 150px);
    width: 300px;
  }
  .work-carousel .activeslide {
    left: calc(50% - 180px);
  }
  .work-carousel .totalslide {
    right: calc(50% - 180px);
  }
  .team .team-container {
    width: 100%;
  }
  .team .item {
    padding: 0 20px;
  }
  .team .slick-dots {
    width: 100%;
  }
  .testimonial.style3 .box {
    margin: 0;
  }
  .testimonial.style3 .box .qoute-icon {
    display: none;
  }
  .testimonial.style3 .item .qoute-img {
    right: 20px;
    width: 30px;
  }
  .testimonial.style3 .item .info .cont {
    padding-left: 15px;
  }
  .sec-head {
    text-align: center;
    margin-bottom: 80px !important;
  }
  .sec-head h3 {
    font-size: 40px;
  }
  .sec-head h3 br {
    display: none;
  }
  .sec-head h6 {
    letter-spacing: 8px;
  }
  .call-action .content h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .sm-mb10 {
    margin-bottom: 10px;
  }
  .sm-mb20 {
    margin-bottom: 20px;
  }
  .sm-mb30 {
    margin-bottom: 30px;
  }
  .sm-mb40 {
    margin-bottom: 40px;
  }
  .sm-mb50 {
    margin-bottom: 50px;
  }
  .sm-mb60 {
    margin-bottom: 60px;
  }
  .sm-mb70 {
    margin-bottom: 70px;
  }
  .sm-mb80 {
    margin-bottom: 80px;
  }
  .sm-pb10 {
    padding-bottom: 10px;
  }
  .sm-pb20 {
    padding-bottom: 20px;
  }
  .sm-pb30 {
    padding-bottom: 30px;
  }
  .sm-pb40 {
    padding-bottom: 40px;
  }
  .sm-pb50 {
    padding-bottom: 50px;
  }
  .sm-pb60 {
    padding-bottom: 60px;
  }
  .sm-pb70 {
    padding-bottom: 70px;
  }
  .sm-pb80 {
    padding-bottom: 80px;
  }
  .container {
    max-width: 540px;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }
  .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;
  }
  .btn-curve {
    padding: 8px 15px;
  }
  .btn-curve span {
    font-size: 15px;
    letter-spacing: 1px;
  }
  .slider .parallax-slider .caption h1 {
    font-size: 40px;
  }
  .slider .parallax-slider .caption h1 br {
    display: none;
  }
  .slider .social-icon {
    display: none;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .page-header .img-wrapper .title h3 {
    font-size: 40px;
  }
  .slider-portfolio .swiper-slide .caption h1 {
    font-size: 34px;
  }
  .section-padding,
  .better-services-style2 .content {
    padding: 100px 0;
  }
  .section-head {
    margin-bottom: 60px !important;
  }
  .extra-title,
  .better-services-style2 .content h4 {
    font-size: 30px;
  }
  .work-carousel .swiper-pagination-progressbar {
    left: calc(50% - 100px);
    width: 200px;
  }
  .work-carousel .activeslide {
    left: calc(50% - 130px);
  }
  .work-carousel .totalslide {
    right: calc(50% - 130px);
  }
  .footer ul li:last-of-type {
    margin-bottom: 0;
  }
  .footer .info {
    text-align: left;
    margin-top: 30px;
  }
  .footer .sub-footer .copy {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer .sub-footer .text-right {
    text-align: center !important;
  }
  .footer .sub-footer .text-right a {
    margin: 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .slider-bus .caption h1 {
    font-size: 50px;
  }
  .sec-head h3 {
    font-size: 20px;
  }
  .about .main-tit h2 {
    font-size: 40px;
  }
  .extra-title,
  .better-services-style2 .content h4 {
    font-size: 22px;
  }
  .page-header .img-wrapper .title h3 {
    font-size: 40px;
  }
  .call-action .content h2 {
    font-size: 38px;
  }
  .testimonial.style3 .box {
    padding: 120px 20px;
  }
  .work-carousel .swiper-pagination-progressbar,
  .work-carousel .activeslide,
  .work-carousel .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%;
}

.page-header #ieatmaps iframe.shadow {
  box-shadow: none !important;
}
/* ----------------------------------------------------------------
			[   End   ]
-----------------------------------------------------------------*/