/* =============================================================
Author Name: Mistri
Description: CSS files of Mistri Toolkit
Version:	1.0.0
================================================================*/   

.experience-progress-wrapper .progress {
  background-color: #ededed;
  height: 10px;
  border-radius: 100px;
}
.experience-progress-wrapper .progress .progress-bar {
  background-color: var(--primary-color);
}
.experience-progress-wrapper span {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
}
.experience-progress-wrapper .experience-title {
  font-weight: 600;
}

.side_bar {
  position: fixed;
  top: 0;
  right: 0px;
  width: 450px;
  height: 100%;
  background-color: var(--heading-color);
  padding: 40px;
  padding-top: 65px;
  z-index: 9999;
  transition: var(--transition);
}
.side_bar p {
  color: var(--white);
}
.side_bar .info li {
  font-size: 20px;
}
.side_bar .info li a {
  color: var(--white);
}
.side_bar .side_bar_overlay {
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.side_bar button {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: var(--primary-color);
  border-radius: 50%;
  transition: var(--transition);
  padding:0 !important;
  
}
.side_bar button i {
	margin: 0 !important;
	padding: 0 !important;
	transform: none;
}
.side_bar button:hover {
  transform: rotate(90deg);
}

.side_bar_hidden {
  visibility: hidden;
  opacity: 0;
  right: -30px;
}

.banner {
  position: relative;
}
.banner h2 {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 70px;
  line-height: 85px;
}
.banner .content p {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 30px;
}
.banner .content a {
  font-size: 18px;
  line-height: 24px;
  color: var(--heading-color);
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}
.banner .content a::before {
  position: absolute;
  content: "";
  width: 30%;
  background-color: var(--primary-color);
  height: 2px;
  bottom: -8px;
  left: 0;
  transition: var(--transition);
}
.banner .content a:hover::before {
  width: 100%;
}
.banner .image {
  position: relative;
}
.banner .image .slider-info {
  background-color: var(--primary-color);
  width: 100px;
  background-image: url(../../assets/images/shape/banner-one.png);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}
.banner .image .slider-info .banner-dot {
	position: absolute;
	bottom: 6%;
	left: -24px;
	width: 96px;
	height: 71px;
	transform: rotate(90deg);
}
.banner .image .slider-info .banner-pegi {
  position: absolute;
  top: 5%;
  left: -24px;
  width: 85px;
  height: 85px;
  transform: rotate(90deg);
}
.banner .image .slider-info .banner-pegi .swiper-pagination-current {
  color: var(--heading-color);
  font-weight: 600;
}
.banner .image .slider-info .banner-pegi .swiper-pagination-total {
  color: var(--white);
  font-weight: 600;
}
.banner .shape1 {
  position: absolute;
  z-index: -1;
  top: 20%;
  right: 0;
}

.banner-two {
  overflow: hidden;
  position: relative;
  padding-top: 105px;
}
.banner-two .bg-image {
	background: linear-gradient(180deg, var(--primary-color) 0%, rgba(238, 51, 43, 0.8) 100%), url(../../assets/images/banner/a-left.jpg);
	width: 29%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.banner-two .stroke-text {
  position: absolute;
  top: 25px;
  left: 65px;
}
.banner-two .item .image {
  position: relative;
}
.banner-two .item .image .content {
  position: absolute;
  left: 25%;
  max-width: 370px;
  padding: 30px;
  bottom: -200px;
  opacity: 0;
  transition: var(--transition);
  background-color: var(--primary-color);
}
.banner-two .item .image .content h3 {
  margin-bottom: 20px;
}
.banner-two .item .image .content a {
  color: var(--white);
}
.banner-two .slick-active.slick-center .item .content {
  bottom: 0px;
  opacity: 1;
}

.banner-two .container-fluid {
  margin-left: 19%;
}
.banner-two .banner_two_brand {
  padding: 65px 0;
}
.banner-two .banner_two_brand .brand_items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.banner-two .banner_two_brand .brand_items img {
  width: 130px;
}
.banner-two .banner_two_brand .arry-btn .arry-prev {
  color: var(--white);
}
.banner-two .banner_two_brand .arry-btn .arry-prev:hover {
  background-color: var(--white);
  border: 1px solid var(--white);
  color: var(--primary-color);
}
.banner-two .banner_two_brand .arry-btn .active {
  background-color: var(--white);
  color: var(--primary-color);
  border: 1px solid var(--white);
}

.banner-three {
  position: relative;
}
.banner-three .content {
  position: relative;
  z-index: 10;
  padding: 150px 0;
}
.banner-three .content h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 85px;
  letter-spacing: 0.02em;
  color: var(--white);
  position: relative;
}
.banner-three .content h1 img {
  position: absolute;
  left: 0;
  bottom: -15px;
}
.banner-three .content p {
  color: var(--white);
  padding-top: 50px;
}
.banner-three .slide-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(262.49deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
  transform: rotate(-180deg);
}
.banner-three .slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  -moz-transition: all 8s ease-out 0s;
  -ms-transition: all 8s ease-out 0s;
  -o-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
}
.banner-three .swiper-slide-active .slide-bg {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  transform: scale(1.12);
}
.banner-three .slider-info {
  position: absolute;
  top: 50%;
  left: 1%;
  z-index: 2;
  transform: rotate(90deg);
}
.banner-three .soft-start {
  position: absolute;
  top: 56px;
  left: 40px;
  z-index: 2;
}
.banner-three .soft-start-light {
  position: absolute;
  bottom: 65px;
  right: 40px;
  z-index: 2;
}
.banner-three .gaps-theme {
  position: absolute;
  top: 0;
  right: 35px;
  z-index: 2;
}
.banner-three .gaps-light {
  position: absolute;
  bottom: 0;
  left: 65px;
  z-index: 2;
}
.banner-form--v3 {
	min-width: 470px;
	position: absolute;
	z-index: 3;
	bottom: -130px;
	right: 18%;
	max-width: 470px;
}
.banner-form--v3 .item {
  padding: 25px;
}
.banner-form--v3 .item input,
.banner-form--v3 .item textarea,
.banner-form--v3 .item select{
  background: #fff !important;
}
.banner-form--v3 .item input {
  border: 1px solid var(--border);
  width: 100%;
  padding: 20px;
}
.banner-form--v3 .item textarea {
	border: 1px solid var(--border);
	width: 100%;
	height: 150px;
	padding: 20px;
	resize: none;
	max-height: 150px;
	min-height: 150px;
}
.banner-form--v3 .item .nice-select {
	margin-bottom: 20px;
	border: 1px solid var(--border);
	width: 100%;
	border-radius: 0px;
	height: auto;
	line-height: unset;
	padding: 20px;
	margin: 0;
}
.banner-form--v3 .item .nice-select .list {
  width: 100%;
  border-radius: 0px;
}
.banner-form--v3 .banner_form_btn {
	background-color: var(--primary-color);
	padding: 40px 20px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: var(--white);
	display: inline-flex !important;
	width: 100%;
	text-align: center;
	justify-content: center;
}
.banner_form_btn br {
	display: none;
}
.banner-form--v3 .banner_form_btn i {
  padding-left: 20px;
}

.banner-form-lg .item {
  padding: 25px;
}
.banner-form-lg .item input {
  border: 1px solid var(--border);
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
}
.banner-form-lg .item textarea {
  border: 1px solid var(--border);
  width: 100%;
  height: 150px;
  padding: 20px;
  resize: none;
}
.banner-form-lg .item .nice-select {
  margin-bottom: 20px;
  border: 1px solid var(--border);
  width: 100%;
  border-radius: 0px;
  height: auto;
  line-height: unset;
  padding: 20px;
}
.banner-form-lg .item .nice-select .list {
  width: 100%;
  border-radius: 0px;
}
.banner-form-lg .banner_form_btn {
  background-image: url(../../../assets/images/banner/btn-bg.png);
  background-color: var(--primary-color);
  padding: 40px 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
}
.banner-form-lg .banner_form_btn i {
  padding-left: 20px;
}


.section-header h5 {
  color: var(--primary-color);
  padding-bottom: 20px;
  text-transform: uppercase;
}
.section-header h2 {
  text-transform: capitalize;
}
.section-header p {
  margin-top: 30px;
}

.trust {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../../assets/images/trust/bg.jpg);
  margin-top: -120px;
  padding-top: 250px;
  position: relative;
}
.trust .shape1 {
  position: absolute;
  z-index: 0;
  top: 35%;
  left: 0;
}
.trust h4 {
  font-size: 24px;
  font-weight: 500;
  color: var(--white);
  position: relative;
}
.trust .swiper-slide.swiper-slide-active img {
  filter: invert(34%) sepia(92%) saturate(3822%) hue-rotate(345deg) brightness(95%) contrast(97%);
}

.text-slider {
  padding: 40px 0;
  font-size: 65px;
  font-weight: 700;
  line-height: 50px;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 7px;
}
.text-slider .stroke-text {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  color: transparent;
}

.marquee-wrapper {
  position: relative;
  height: 128px;
  overflow: hidden;
  white-space: nowrap;
}
.marquee-inner {
  position: absolute;
  display: inline-flex;
  width: 200%;
}
.marquee-list {
  float: left;
  width: 50%;
}
.marquee-item {
  float: left;
  transition: animation 0.2s ease-out;
}

.marquee-inner.to-right {
  animation: marqueeRight 10s linear infinite;
}

@keyframes marqueeRight {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
.marquee-inner.to-left {
  animation: marqueeLeft 10s linear infinite;
}

@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.about {
  position: relative;
  overflow: hidden;
}
.about .video-btn-wrp {
  position: absolute;
  top: 20%;
  left: -4%;
  z-index: 1;
}
.about .shape1 {
  position: absolute;
  left: -10%;
  bottom: 0;
  z-index: -1;
  animation: rotate 30s infinite linear;
}
.about .shape2 {
  position: absolute;
  top: -16%;
  right: -18%;
  z-index: -1;
  animation: rotate 80s infinite linear;
}
.about .about-wrp {
  position: relative;
}
.about .about-wrp .bg-image.inline {
  width: 48%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about .about-wrp .left-item {
  position: relative;
}
.about .about-wrp .left-item .image {
  max-width: 465px;
}
.about .about-wrp .left-item h2 {
  position: absolute;
  right: -10%;
  bottom: 30%;
  transform: rotate(-90deg);
  font-size: 78px;
  font-weight: 500;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  color: transparent;
}
.about .about-wrp .right-item .content .info .count {
  color: var(--heading-color);
}
.about .about-wrp .right-item .content .info p {
  font-size: 20px;
  line-height: 35px;
  color: #414141;
}
.about .about_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .about_info .info {
  display: flex;
  align-items: center;
}
.about .about_info .info i {
  width: 50px;
  height: 50px;
  color: var(--primary-color);
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}
.about .about_info .info .about_info_con {
  margin-left: 10px;
}
.about .about_info .info .about_info_con span {
  display: block;
  text-transform: capitalize;
}
.about .about_info .info .about_info_con a {
  transition: var(--transition);
}
.about .about_info .info .about_info_con a:hover {
  color: var(--primary-color);
}

.about-two {
  overflow: hidden;
  position: relative;
}
.about-two .compass {
  position: absolute;
  bottom: 20%;
  left: 50px;
  z-index: -1;
  animation: rotate 40s infinite linear;
}
.about-two .drawing-compass {
  position: absolute;
  top: 23%;
  right: -100px;
  z-index: -1;
}

.about-three .content ul {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.about-three .content ul li {
  margin-right: 20px;
}
.about-three .content ul li span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-color);
  margin-right: 2px;
}

.page-about {
  overflow: hidden;
  position: relative;
}
.page-about .shape1 {
  position: absolute;
  z-index: 0;
  bottom: 15%;
  left: 0;
  z-index: -1;
}
.page-about .shape2 {
  position: absolute;
  z-index: 0;
  top: 20%;
  right: 0;
  z-index: -1;
}
.page-about .image {
  max-width: 470px;
  position: relative;
}
.page-about .image .sm-image {
  max-width: 232px;
  position: absolute;
  top: 70px;
  right: -100px;
  z-index: 1;
}
.img-video-popup .video-btn-wrp {
  position: absolute;
  top: 25%;
  right: -25px;
  z-index: 2;
}
.img-video-popup  .video-btn-wrp .video a {
  font-size: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.page-about .image .info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 25px;
  background-color: var(--sub-bg);
  border: 10px solid var(--white);
  display: inline-block;
}
.page-about .image .info h2 {
  color: var(--primary-color);
}
.page-about .image .info h2 span {
  color: var(--primary-color);
}
.page-about .image .stroke-text {
  position: absolute;
  right: -38%;
  bottom: 18%;
}
.page-about .image .stroke-text h2 {
  transform: rotate(-90deg);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--primary-color);
  color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.plist-features i {
  animation: rotate 3s infinite linear;
}
.page-about .about_info .info i {
  width: 50px;
  height: 50px;
  color: var(--primary-color);
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  margin-right: 10px;
}
.page-about .about_info .bor-left {
  height: 50px;
}

.choose {
  overflow: hidden;
  background-image: url(../../assets/images/choose/bg.jpg);
  position: relative;
}
.choose .shape {
  position: absolute;
  top: 0;
  right: 45px;
  height: 100%;
}
.choose .section-header {
  position: relative;
}
.choose .section-header h2 {
  color: var(--white);
}
.choose p {
  color: var(--white);
  position: relative;
}
.choose .item {
  position: relative;
  text-align: center;
  border: 1px solid var(--border);
  padding: 30px 10px;
}
.choose .item h4 {
  color: var(--white);
  font-weight: 600;
  margin-top: 30px;
}

.service {
  overflow: hidden;
  position: relative;
  padding-top: 190px;
}
.service .service-bg {
  width: 100%;
  height: 70vh;
  position: absolute;
  top: 0;
  z-index: -1;
}
.service .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.service .shape1 img {
  width: 100%;
}
.service .section-header h2 {
  color: var(--white);
}
.service .item {
  position: relative;
  overflow: hidden;
}
.service .item .location_icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  color: var(--primary-color);
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 40px;
  right: -100px;
  text-align: center;
  transition: var(--transition);
}
.service .item .content {
  padding: 30px;
  background-color: var(--secondary-color);
  transition: var(--transition);
}
.service .item .content h3 a {
  color: var(--white);
}
.service .item:hover .location_icon {
  right: 40px;
}
.service .item:hover .content {
  background-color: var(--primary-color);
}
.service .swiper-slide.swiper-slide-active .location_icon {
  right: 40px;
}
.service .swiper-slide.swiper-slide-active .content {
  background-color: var(--primary-color);
}

.service-two {
  overflow: hidden;
  position: relative;
}
.service-two .bulding {
  position: absolute;
  right: 0%;
}
.service-two .item-wrp {
  position: relative;
}
.service-two .item-wrp .shape {
  position: absolute;
  left: -250px;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.service-two .item-wrp .shape img {
  height: 100%;
}
.service-two .left-item {
  position: relative;
  z-index: 1;
  background-color: var(--white);
  padding: 40px;
}
.service-two .left-item .accordion-item {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--border);
}
.service-two .left-item .accordion-item .accordion-header {
  line-height: 0;
  padding: 30px 0;
}
.service-two .left-item .accordion-item .accordion-header button {
  box-shadow: none;
  background-color: var(--white);
  padding: 0px;
  font-size: 24px;
  font-weight: 500;
}
.service-two .left-item .accordion-item .accordion-header button i {
  margin-right: 30px;
  font-size: 40px;
}
.service-two .left-item .accordion-item .accordion-header button::after {
  display: none;
}
.service-two .left-item .accordion-item .accordion-body {
  padding: 0;
  padding-bottom: 30px;
}
.service-two .left-item .accordion-item .accordion-button.collapsed {
  color: var(--heading-color);
  transition: var(--transition);
}
.service-two .left-item .accordion-item .accordion-button {
  color: var(--primary-color);
}
.service-two .right-item .section-header .new-color {
  color: #ff9200;
  text-decoration: underline;
}
.service-two .right-item a {
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: var(--transition);
}
.service-two .right-item a i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 20px;
  margin-right: 10px;
}
.service-two .right-item a:hover {
  color: var(--primary-color);
}

.page-service {
  overflow: hidden;
}
.service-grid-v1 {
  padding: 30px;
  border: 1px solid var(--border);
}
.service-grid-v1 h3 {
  margin-bottom: 30px;
}
.service-grid-v1 h3 a:hover {
  color: var(--primary-color);
}
.service-grid-v1 .image {
  position: relative;
}
.service-grid-v1 .image .gaps-right {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 1;
  opacity: 0;
  transition: var(--transition);
}
.service-grid-v1 .image .gaps-right img {
  width: 140px;
}
.service-grid-v1 .image .gaps-left {
  position: absolute;
  bottom: 0;
  left: 40px;
  z-index: 1;
  opacity: 0;
  transition: var(--transition);
}
.service-grid-v1 .image .gaps-left img {
  width: 140px;
}
.service-grid-v1 .btn-three {
  margin-top: 30px;
}
.service-grid-v1:hover .btn-three {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.service-grid-v1:hover .gaps-right,
.service-grid-v1:hover .gaps-left {
  opacity: 1;
}

.service.page {
  padding-top: 130px;
}
.service.page .section-header h2 {
  color: var(--heading-color);
}

.service-single ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.service-single ul li:not(:last-child) {
  margin-right: 25px;
}
.service-single ul li span {
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin-right: 5px;
}
.services-item.item-one {
  text-align: center;
  background-color: var(--heading-color);
}
.services-item.item-one h3 {
  color: var(--white);
}
.services-item.item-one a {
  color: var(--white);
  padding: 12px 22px;
  background-color: var(--primary-color);
  border-radius: 10px;
  font-weight: 600;
}
.services-item.item-one a i {
  padding: 10px;
  background-color: var(--white);
  color: var(--primary-color);
  border-radius: 5px;
  margin-left: 10px;
}
.services-item--v2 {
  text-align: center;
  padding: 40px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../../assets/images/service/single5.jpg);
}
.services-item--v2 h3 {
  color: var(--white);
}
.services-item--v2 i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 40px;
  color: var(--primary-color);
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--white);
  margin-bottom: 30px;
}
.services-item--v2 .line {
  display: flex;
  align-items: center;
}
.services-item--v2 .line .sm_line {
  width: 48px;
  height: 2px;
  background-color: var(--primary-color);
  margin-right: 10px;
}
.services-item--v2 .line .big_line {
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
}
.services-item--v2 a {
  color: var(--white);
  font-weight: 600;
  font-size: 24px;
  margin-top: 30px;
}
.services-item--v3 .content {
  padding: 30px;
}
.services-item--v3 h3 {
  margin-bottom: 20px;
}
.services-item--v3 a {
  color: var(--white);
  padding: 12px 22px;
  background-color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 30px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.services-item--v3 a i {
  padding: 10px;
  background-color: var(--white);
  color: var(--primary-color);
  margin-right: 10px;
  border-radius: 5px;
}

.page-about.page-service-single ul li {
  font-weight: 600;
}
.page-about.page-service-single .image {
  max-width: 100%;
}
.img-video-popup .video-btn-wrp {
  position: absolute;
  top: 50%;
  right: inherit;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.project {
  overflow: hidden;
}
.project .project-wrp {
  position: relative;
}
.project .project-wrp .shape1 {
  position: absolute;
  z-index: -1;
  top: 35%;
  left: 0;
}
.project .item h3 {
  padding-bottom: 15px;
}
.project .item p {
  line-height: 20px;
}
.project .wrp {
  position: relative;
}
.project .wrp::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 155px;
  height: 1px;
  background-color: var(--border);
  transform: rotate(-50deg);
}
.project .pegi-number {
  color: var(--primary-color);
  font-size: 24px;
}
.project .pegi-number span {
  font-size: 24px;
  font-weight: 300;
}
.project .pegi-number span:not(:last-child) {
  color: var(--primary-color);
  font-weight: 600;
}
.project .swiper.have-bg {
  width: 48%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.project .project-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.experience {
  position: relative;
}
.experience .soft-star {
  position: absolute;
  right: 135px;
  bottom: 150px;
  z-index: -1;
}
.experience .left-item {
  position: relative;
}
.experience .left-item .image {
  max-width: 270px;
}
.left-item .gear {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.experience-two {
  overflow: hidden;
}
.experience-two .image {
  position: relative;
}
.experience-two .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.experience-two .image .info {
  display: flex;
  align-items: center;
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.experience-two .image .info .info_con {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid var(--border);
}
.experience-two .image .info .info_con ul {
  display: flex;
  align-items: center;
  align-items: center;
}
.experience-two .image .info .info_con ul li:first-child {
  margin-right: 20px;
}
.experience-two .image .info .info_con ul li h4 {
  font-size: 20px;
}
.experience-two .image .info .info_con ul li span {
  color: var(--primary-color);
}
.experience-two .image .info .info_con img {
  width: 114px;
}
.experience-two .image .info .signature {
  width: 173px;
}
.experience-two {
	padding: 20px;
	border: 1px solid var(--border);
	border-bottom: none;
}
.experience-two h2 {
  color: var(--primary-color);
  padding-bottom: 10px;
  font-weight: 300;
}
.experience-two h2 span {
  color: var(--primary-color);
  font-weight: 600;
}
.experience-two .experience_video {
  position: relative;
}
 .video-btn-wrp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
 .video-btn-wrp .video a {
  font-size: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.experience_video img {
  width: 100%;
}
.content.bor-bottom:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.experience-two.experience-three {
  overflow: hidden;
  position: relative;
}
.experience-two.experience-three .star {
  position: absolute;
  top: 10%;
  left: -22%;
  z-index: -1;
}
.experience-two.experience-three .soft-star {
  position: absolute;
  right: 135px;
  bottom: 40%;
  z-index: -1;
}
.experience-two.experience-three .shape1 {
  position: absolute;
  z-index: 0;
  bottom: 15%;
  left: 0;
  z-index: -1;
}
.experience-two.experience-three .shape2 {
  position: absolute;
  z-index: 0;
  top: 20%;
  right: 0;
  z-index: -1;
}
.experience-two.experience-three .image {
  position: relative;
}
.experience-two.experience-three .image::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
}
.experience-two.experience-three .image .stroke-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.experience-two.experience-three .image .stroke-text h2 {
  font-size: 128px;
  font-weight: 500;
  line-height: 150px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  color: transparent;
}
.experience-two.experience-three .image .left-gap {
  position: absolute;
  bottom: 0;
  left: 50px;
  z-index: 1;
}
.experience-two.experience-three .image .right-gap {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
}

.experience.page {
  background-image: url(../../assets/images/bg/01.jpg);
}

.product {
  overflow: hidden;
  position: relative;
}
.product .map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.product .product-slider {
  position: relative;
}
.product .product-slider .arry-prev {
  position: absolute;
  top: 35%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  transform: translateY(20px);
}
.product .product-slider .arry-next {
  position: absolute;
  top: 35%;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  transform: translateY(20px);
}
.product .product-slider:hover .arry-prev {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.product .product-slider:hover .arry-next {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.product .item {
  text-align: center;
  position: relative;
}
.product .item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.product .item .icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #414141;
  border-radius: 50%;
  background-color: var(--white);
  transition: var(--transition);
  font-size: 18px;
  margin: 0px 2px;
  transition: all 0.3s ease-out 0s;
  transform: scaleX(0);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2509803922);
}
.product .item .icon a:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.product .item .icon .active {
  background-color: var(--primary-color);
  color: var(--white);
}
.product .item .content h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 20px;
}
.product .item .content h4 a {
  transition: var(--transition);
  color: var(--white);
}
.product .item .content span {
  color: var(--primary-color);
}
.product .item .content del {
  color: #888888;
}
.product .item:hover .icon a {
  transform: scaleX(1);
}
.product .item:hover .content h4 a {
  color: var(--primary-color);
}

.product.light .item .content h4 a {
  transition: var(--transition);
  color: inherit;
}
.product.light .item:hover .content h4 a {
  color: var(--primary-color);
}

.portfolio {
  background-image: url(../../assets/images/portfolio/bg.jpg);
  overflow: hidden;
  position: relative;
}
.portfolio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  z-index: 0;
}
.portfolio .accordion {
  position: relative;
}
.accordion-portfolio-gallery {
  border-radius: 0;
  margin-bottom: 10px;
  border: none;
}
.accordion-portfolio-gallery .accordion-header {
  line-height: 0;
}
.accordion-portfolio-gallery .accordion-header .accordion-button {
  padding: 33px 20px;
  box-shadow: none;
  border-radius: 0;
  box-shadow: none;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
}
.accordion-portfolio-gallery .accordion-header .accordion-button::after {
  display: none;
}
.accordion-portfolio-gallery .accordion-header .accordion-button::before {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 5 free";
  font-weight: 700;
  right: 20px;
}
.accordion-portfolio-gallery .accordion-header .accordion-button.collapsed {
  box-shadow: var(--shadow);
  background-color: var(--white);
  color: var(--heading-color);
}
.accordion-portfolio-gallery .accordion-header .accordion-button.collapsed::before {
  color: var(--primary-color);
}
.accordion-portfolio-gallery .accordion-body {
  border: 1px solid var(--primary-color);
  padding: 20px;
}
.accordion-portfolio-gallery  {
  position: relative;
}
.accordion-portfolio-gallery  .gaps-light {
  width: 157px;
  position: absolute;
  left: 75px;
  bottom: 0;
}
.accordion-portfolio-gallery  .gaps-light2 {
  width: 157px;
  position: absolute;
  right: 35px;
  top: 0;
}
.portfolio .section-header {
  position: relative;
}
.portfolio p {
  position: relative;
}

.page-portfolio {
  overflow: hidden;
}
.page-portfolio ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-portfolio ul li {
  margin-left: 30px;
  font-weight: 500;
  cursor: pointer;
  padding: 5px;
}
.page-portfolio ul .active {
  color: var(--primary-color);
}

.portfolio-single-feature  {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid var(--border);
}
.portfolio-single-feature  .content h4 {
  font-size: 20px;
  padding-bottom: 15px;
}
.portfolio-single-feature  .content h4 span {
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin-right: 5px;
}
.portfolio-single-feature  .icon {
  width: 73px;
  height: 73px;
  line-height: 73px;
  border-radius: 6px;
  background-color: var(--primary-color);
  text-align: center;
}
.plist-features {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.plist-features li:not(:last-child) {
  margin-right: 20px;
}
.plist-features li span {
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin-right: 5px;
}
.portfolio_quote {
  position: relative;
  padding: 65px;
}
.portfolio_quote p {
  font-size: 24px;
  line-height: 35px;
  color: #676767;
  max-width: 750px;
}
.portfolio_quote i {
  position: absolute;
  color: var(--span);
  font-size: 80px;
  top: 50px;
  right: 60px;
}

.testimonial {
  overflow: hidden;
}
.testimonial .testimonial-wrp {
  padding: 60px 30px;
}
.testimonial .arry-wrp {
  position: relative;
}
.testimonial .arry-wrp .arry-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.testimonial .arry-wrp .arry-btn .arry-prev {
  background-color: var(--white);
}
.testimonial .arry-wrp .arry-btn .arry-prev:hover {
  background-color: var(--primary-color);
}
.testimonial .item {
  max-width: 500px;
}
.testimonial .item h3 {
  padding-bottom: 20px;
}
.testimonial .item h3 span {
  color: var(--primary-color);
  padding-left: 20px;
}
.testimonial .item p {
  font-size: 20px;
  line-height: 32px;
}
.testimonial .item .author {
  margin-top: 35px;
}
.testimonial .item .author span {
  color: var(--primary-color);
}
.testimonial .image {
  max-width: 420px;
  float: right;
  position: relative;
}
.testimonial .image img {
  border-radius: 100%;
}
.testimonial .image::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -80px;
  width: 1px;
  height: 100%;
  background-color: var(--border);
}
.testimonial .image::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -80px;
  width: 43px;
  height: 52px;
  background-color: var(--white);
  border-bottom: 1px solid var(--border);
}
.testimonial .image span {
  position: absolute;
  width: 1px;
  height: 68px;
  background-color: var(--border);
  top: 48%;
  left: -58px;
  z-index: 1;
  transform: rotate(-40deg);
}
.testimonial .image .fa-quote-right {
  font-size: 35px;
  color: var(--primary-color);
  position: absolute;
  top: 30px;
  left: -35px;
}

.testimonial.testimonial-two {
  overflow: hidden;
  position: relative;
}
.testimonial.testimonial-two .gaps-primary2 {
  position: absolute;
  bottom: 0;
  left: 65px;
}
.testimonial.testimonial-two .bg-image {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.testimonial.testimonial-two .women {
  position: absolute;
  bottom: 0;
  right: 20%;
  z-index: 3;
}
.testimonial.testimonial-two .women .wrp {
  position: relative;
}
.testimonial.testimonial-two .women .wrp::before {
  position: absolute;
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  top: 75px;
  left: 15px;
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  color: var(--primary-color);
  border-radius: 50%;
  font-size: 35px;
  background-color: var(--white);
}
.testimonial.testimonial-two .stroke-text {
  position: absolute;
  top: 15px;
  right: 17%;
  z-index: 1;
}
.testimonial.testimonial-two .item {
  max-width: none;
}

.testimonial.testimonial-three {
  position: relative;
  overflow: hidden;
}
.testimonial.testimonial-three .item {
  max-width: none;
}
.testimonial.testimonial-three .testimonial-three-image {
  position: relative;
  width: 595px;
}
.testimonial.testimonial-three .testimonial-three-image img {
  width: 100%;
}
.testimonial.testimonial-three .testimonial-three-image .img1 {
  width: 104px;
  position: absolute;
  left: 75px;
  top: 20px;
  z-index: 2;
}
.testimonial.testimonial-three .testimonial-three-image .img2 {
  width: 104px;
  position: absolute;
  right: 70px;
  bottom: 20px;
  z-index: 2;
}
.testimonial.testimonial-three .testimonial-three-image i {
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  color: var(--primary-color);
  border-radius: 50%;
  font-size: 35px;
  background-color: var(--white);
  position: absolute;
  right: 48px;
  top: 15px;
  z-index: 2;
}
.testimonial.testimonial-three .man {
  position: absolute;
  right: 20%;
  bottom: 0;
  z-index: 1;
}
.testimonial.testimonial-three .gaps-primary {
  position: absolute;
  top: 0;
  right: 35px;
}
.testimonial.testimonial-three .gaps-primary2 {
  position: absolute;
  bottom: 0;
  left: 65px;
}

.team-one .item {
  position: relative;
}
.team-one .item .image {
  position: relative;
}
.team-one .item .image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: var(--transition);
  background: linear-gradient(180deg, rgba(238, 51, 43, 0) 0%, #ee332b 100%);
  opacity: 0;
  visibility: hidden;
}
.team-one .item .content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: var(--transition);
}
.team-one .item .content h3 a {
  color: var(--white);
}
.team-one .item .content span {
  color: var(--white);
}
.team-one .item .share {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: var(--transition);
}
.team-one .item .share .share-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: var(--primary-color);
  background-color: var(--white);
  cursor: pointer;
  font-size: 30px;
  border-radius: 50%;
}
.team-one .item .share ul {
  width: 50px;
  background-color: var(--white);
  text-align: center;
  padding: 10px 0;
  position: relative;
  margin-top: 18px;
  display: none;
}
.team-one .item .share ul::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--white);
  top: -16px;
  left: 8px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.team-one .item .share ul li a {
  padding-top: 10px;
  color: var(--primary-color);
}
.team-one .item:hover .content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.team-one .item:hover .image::before {
  opacity: 1;
  visibility: visible;
}
.team-one .item:hover .share {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.team-two .item {
  position: relative;
  overflow: hidden;
}
.team-two .item .team-info {
  position: absolute;
  top: -40%;
  left: 30px;
  text-align: center;
  background-color: var(--primary-color);
  padding: 20px;
  transition: var(--transition);
}
.team-two .item .team-info a {
  padding-top: 8px;
  color: var(--white);
  transition: var(--transition);
}
.team-two .item .team-info a:hover {
  color: var(--heading-color);
}
.team-two .item .content {
  padding: 20px 0;
  transition: var(--transition);
}
.team-two .item .content h3 a {
  transition: var(--transition);
}
.team-two .item .content span {
  transition: var(--transition);
}
.team-two .item:hover .team-info {
  top: 0;
}
.team-two .item:hover .content {
  background-color: var(--primary-color);
  padding: 20px 30px;
}
.team-two .item:hover .content h3 a {
  color: var(--white);
}
.team-two .item:hover .content span {
  color: var(--white);
}

.team-three .item {
  padding: 30px;
  border: 1px solid var(--border);
  transition: var(--transition);
}
.team-three .item h3 {
  padding-bottom: 25px;
}
.team-three .item .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.team-three .item .content span {
  color: var(--primary-color);
}
.team-three .item .content .team-info a {
  color: var(--span);
  transition: var(--transition);
}
.team-three .item .content .team-info a:not(:last-child) {
  padding-right: 20px;
}
.team-three .item:hover {
  background-color: var(--primary-color);
}
.team-three .item:hover h3 a {
  color: var(--white);
}
.team-three .item:hover .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.team-three .item:hover .content span {
  color: var(--white);
}
.team-three .item:hover .content .team-info a {
  color: var(--white);
}
.team-three .item:hover .content .team-info a:hover {
  color: var(--heading-color);
}

.team-two.team-slide-area {
  position: relative;
  overflow: hidden;
}
.team-two.team-slide-area .map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.team-two.team-slide-area .team-slider {
  position: relative;
}
.team-two.team-slide-area .team-slider .item .content h3 a {
  color: var(--white);
}
.team-two.team-slide-area .team-slider .item .content span {
  color: var(--primary-color);
}
.team-two.team-slide-area .wrp {
  position: relative;
}
.team-two.team-slide-area .wrp .arry-prev {
  position: absolute;
  top: 50%;
  left: -80px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  transform: translateY(20px);
}
.team-two.team-slide-area .wrp .arry-next {
  position: absolute;
  top: 50%;
  right: -80px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  transform: translateY(20px);
}
.team-two.team-slide-area .wrp:hover .arry-prev {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.team-two.team-slide-area .wrp:hover .arry-next {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.team-two.team-slide-area .swiper-slide.swiper-slide-active .team-info {
  top: 0;
}
.team-two.team-slide-area .swiper-slide.swiper-slide-active .content {
  background-color: var(--primary-color);
  padding: 20px 30px;
}
.team-two.team-slide-area .swiper-slide.swiper-slide-active .content h3 a {
  color: var(--white);
}
.team-two.team-slide-area .swiper-slide.swiper-slide-active .content span {
  color: var(--white);
}

.team-single .image {
  position: relative;
}
.team-single .image .team-info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  background-color: var(--primary-color);
}
.team-single .image .team-info a {
  margin: 10px 0;
  color: var(--white);
}
.team-single .image .team-info a:hover {
  color: var(--heading-color);
}
.team-single .info .skills .experience-title {
  font-weight: 400;
}
.team-single .info .skills .progress {
  height: 4px;
}

.faq {
  position: relative;
}
.faq .accordion .accordion-item {
  border-radius: 0;
}
.faq .accordion .accordion-item h2 {
  line-height: 25px;
}
.faq .accordion .accordion-item h2 button {
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
  border-radius: 0;
}
.faq .accordion .accordion-button {
  background-color: var(--primary-color);
  color: var(--white);
}
.faq .accordion .accordion-button::after {
  display: none;
}
.faq .accordion .accordion-button::before {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  top: 15px;
  right: 18px;
  font-size: 20px;
}
.faq .accordion .accordion-button.collapsed {
  background-color: var(--white);
  color: var(--heading-color);
}
.faq .accordion .accordion-button.collapsed::before {
  content: "+";
}
.faq .accordion-body {
  border: 1px solid var(--primary-color);
  padding: 20px;
}
.faq .shape1 {
  position: absolute;
  z-index: 0;
  bottom: 15%;
  left: 0;
}
.faq .shape2 {
  position: absolute;
  z-index: 0;
  top: 20%;
  right: 0;
}

.contact form input {
  margin-bottom: 30px;
  transition: var(--transition);
}
.contact form input:focus {
  border: 1px solid var(--primary-color);
}
.contact form textarea {
  transition: var(--transition);
}
.contact form textarea:focus {
  border: 1px solid var(--primary-color);
}
.contact form .nice-select {
  width: 100%;
  border: 1px solid var(--border);
  font-size: 16px;
  line-height: 1px;
  padding: 30px 20px;
  background-color: var(--sub-bg);
}
.contact form .nice-select span {
  color: var(--span);
}
.contact form .nice-select ul {
  width: 100%;
  border-radius: 0px;
}
.contact form .nice-select ul li {
  color: var(--span);
}
.contact-area-card {
  color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../../assets/images/contact/01.jpg);
  padding: 40px 30px;
}
.contact-area-card h2 {
  color: var(--white);
  padding-bottom: 40px;
}
.contact-area-card .arry {
  margin: 50px 0;
}
.contact-area-card ul li {
  margin-bottom: 20px;
}
.contact-area-card ul li a {
  color: var(--white);
}
.contact-area-card ul li a i {
  color: var(--white);
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 10px;
}

.google-map iframe {
  width: 100%;
  height: 650px;
  margin-bottom: -10px;
}

.shop .product .item .content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}
.shop .blog-slingle .recent-post img {
  width: 70px;
}

.shop-single {
  overflow: hidden;
}
.shop-single .shop-singe-tab .nav-pills .nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
}
.shop-single .shop-singe-tab .nav-pills .nav-link.active {
  background: transparent;
}
.shop-single .shop-singe-tab .nav-pills .nav-link.active h4 {
  color: var(--primary-color);
}
.shop-single .shop-slider-thumb img {
  cursor: pointer;
}
.shop-single .shop-slider-thumb .swiper-slide {
  border: 1px solid transparent;
  opacity: 0.5;
  transition: var(--transition);
}
.shop-single .shop-slider-thumb .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--primary-color);
  opacity: 1;
}
.shop-single .cart-quantity {
  padding-right: 15px;
}
.shop-single .cart-quantity input {
  width: 50px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--border);
}
.shop-single .cart-quantity .qty {
  color: var(--heading-color);
  font-weight: 500;
}
.shop-single .cart-quantity .minus {
  color: var(--heading-color);
}
.shop-single .cart-quantity .plus {
  color: var(--heading-color);
}
.shop-single .cart-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.shop-single .cart-wrp .discount input {
  border: 1px solid var(--border);
  padding: 7px 10px;
  background-color: transparent;
}
@media screen and (max-width: 575px) {
  .shop-single .cart-wrp .discount {
    margin-top: 10px;
  }
}
.shop-single .abmin .content::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: var(--white);
  border-left: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transform: rotate(45deg);
  top: 40%;
  left: -16px;
}
.shop-single .comment-form input {
  background-color: transparent;
}
.shop-single .comment-form textarea {
  background-color: transparent;
  height: 250px;
}
.shop-single .fa-star,
.shop-single .fa-star-half-stroke {
  color: #ff9200;
}

.cart-page {
  overflow: hidden;
}
.cart-page .column-labels {
  background-color: var(--primary-color);
}

.product-details {
  width: 40%;
}
.product-details img {
  width: 80px;
}

.product-price {
  width: 10%;
}

.product-quantity {
  width: 14%;
}
.product-quantity input {
  border: 1px solid var(--border);
  width: 100px;
  text-align: center;
}

.product-removal {
  width: 6%;
  text-align: right;
}
.product-removal i {
  transition: var(--transition);
}
.product-removal i:hover {
  color: var(--primary-color) !important;
}

.product-line-price {
  width: 10%;
}

@media screen and (max-width: 768px) {
  .shopping-cart {
    display: none;
  }
  .shopping-cart.mobile-view {
    display: block;
  }
  .shopping-cart.mobile-view .product-details {
    width: 100%;
    text-align: center;
  }
  .shopping-cart.mobile-view .product-price {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
  }
  .shopping-cart.mobile-view .product-quantity {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
  }
  .shopping-cart.mobile-view .product-removal {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
  }
  .shopping-cart.mobile-view .product-line-price {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
  }
}
@media screen and (min-width: 768px) {
  .shopping-cart {
    display: block;
  }
  .shopping-cart.mobile-view {
    display: none;
  }
}
.cart-bottom-bar input {
  width: 320px;
  border-radius: 2px;
}
.cart-bottom-bar .input-area {
  position: relative;
}
.cart-bottom-bar .input-area::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "Apply Coupon";
  background-color: var(--black);
  text-transform: uppercase;
  font-size: 14px;
  padding: 9px 10px;
  color: var(--white);
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .cart-bottom-bar .item {
    display: block !important;
  }
  .cart-bottom-bar .item .custom-btn {
    margin-top: 15px;
  }
}
.cart-payment select {
  font-size: 14px;
  outline: none;
  color: var(--border);
}
.cart-payment select:focus-visible {
  border: 1px solid var(--border);
}


.video-area {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../../assets/images/video/01.jpg);
  text-align: center;
}
.video-area h2 {
  font-size: 70px;
  line-height: 90px;
  color: var(--white);
}
.video-area a {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 26px;
  border-radius: 50%;
  color: var(--white);
  border: 3px solid var(--border);
}

.video-area.bg-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../../assets/images/video/02.jpg);
}

.story {
  overflow: hidden;
  position: relative;
}
.story .map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.story .map img {
  height: 100%;
}
.story .main-item {
  position: relative;
}
.story .wrp {
  position: relative;
}
.story .wrp .line {
  position: absolute;
  width: 1px;
  height: 96%;
  background-color: var(--border);
  top: 47px;
  left: 50%;
}
.story .item .title span {
  position: relative;
}
.story .item .title span::before {
  position: absolute;
  content: "";
  top: 8px;
  left: -28px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primary-color);
  outline: 8px solid var(--white);
}
.story .item .title .left-span::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 582px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primary-color);
  outline: 8px solid var(--white);
}
.mistri-custom-heading{
  color:var(--heading-color);
}
.mistri-custom-heading span {
  color: var(--primary-color) !important;
}



.form-area-single input,
.form-area-single textarea,
 .form-area-single select{
  width: 100%;
  padding: 15px 20px;
  background-color: var(--sub-bg);
  border: 1px solid var(--border);
}
.wpcf7-form-control-wrap{
  min-width: 100%;
}
.form-area-single  textarea {
  height: 200px;
  resize: none;
}
 button {
  padding: 12px 26px;
  background-color: var(--primary-color);
  font-weight: 600;
  color: var(--white);
}
 button i {
  padding-left: 6px;
  transform: rotate(-40deg);
  transition: var(--transition);
}
 button:hover i {
  transform: rotate(0deg);
}

.wpcf7-list-item {
  padding: 0;
  margin: 0;
}
.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}


.slick-arrow {
  position: absolute;
  top: 50%;
  background: #EE332B;
  color: #fff;
  padding: 5px 15px;
  left: 0;
  z-index: 33;
  font-weight: 500;
  margin-top: -20px;
}
.slick-next.slick-arrow {
  right: 0;
  left: initial;
}


.cs_post_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
}


.single-brand-slider {
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.brand-slider  .slick-active.slick-center img {
  filter: invert(34%) sepia(92%) saturate(3822%) hue-rotate(345deg) brightness(95%) contrast(97%);
}


.elementor-image-gallery .gallery {
	margin: 0;
}
.list-between-style ul li {
	min-width: 39%;
}
.list-between-style ul li{
  margin-bottom: 15px !important;
}


 .gallery figure{
  z-index: 100 !important;
  position: relative !important;
 }
.pfooter-gallery .gallery figure,.pfooter-gallery .gallery figure .gallery-icon {
  line-height: initial;
  margin: 0 !important;
}
.pfooter-gallery .gallery figure a {
	width: 100%;
	height: 100%;
	line-height: initial;
	display: flex;
	position: relative;
}
.pfooter-gallery .gallery-item {
	position: relative;
}

.pfooter-gallery  .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pfooter-gallery .gallery .gallery-item {
  min-width: 33% !important;
  max-width: 33% !important;
}
/* Chat Addon */

.footer-chat {
  position: relative;
  background-color: var(--primary-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.footer-chat .chat_icon {
  background-color: var(--white);
  padding: 31px 65px 31px 40px;
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}
.footer-chat h2 {
  font-size: 40px;
  text-transform: capitalize;
  color: var(--white);
  padding-left: 30px;
}
.footer-chat ul {
  display: flex;
  align-items: center;
}
.footer-chat ul .info {
  margin-right: 10px;
}
.footer-chat ul .info .info_image {
  margin-left: -22px;
}
.footer-chat ul li a {
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
}



.banner-two .slick-track {
  margin-left: -30px;
}
.banner-two .slick-track .slick-slide {
  margin-left: 30px;
}
.footer-chat ul .info img {
	max-width: 50px;
}
@media screen and (max-width: 991px) {
.banner_two_brand .brand_items{
	display: none;
}
.banner_two_brand .brand_items {
	display: none !important;
}
.banner-two .banner_two_brand {
	padding: 35px 0;
}
.banner-two {
	padding-top: 85px;
}
}