/*
@File: Torado Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style
** - Header Area Style
** - Nav Area Style
** - Banner Area Style
** - About Area Style
** - Counter Area Style
** - Services Area Style
** - Project Area Style
** - Efficiency Area Style
** - Processes Area Style
** - Team Area Style
** - Blog Area Style
** - Industry Area Style
** - Pricing Area Style
** - Client Area Style
** - Page Banner Area Style
** - Partner Area Style
** - Products Area Style
** - My Account Area Style
** - Contact Form Area Style
** - Checkout Area Style
** - Sidebar Area Style
** - Details Content Area Style
** - FAQ Area Style
** - Product Details Area Style
** - Cart Area Style
** - Main Content Text Style
** - Error Area CSS
** - Hero Area CSS
** - Preloader Area Style One

*******************************************
/*

/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
:root {
  --bodyFontFamily: "Inter", sans-serif;
  --headingFontFamily: "Poppins", sans-serif;
  --bodyColor: #696969;
  --mainColor: #0d6efd;
  --headingColor: #000514;
  --whiteColor: #ffffff;
  --blackColor: #000000;
  --fontSize: 15px;
  --transition: all ease .5s;
  --borderRadius: 4px;
  --boxShadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.text-primary {
  color: var(--mainColor) !important;
}

.text-body {
  color: var(--bodyColor) !important;
}

.text-dark {
  color: var(--headingColor) !important;
}

.text-dark {
  color: var(--headingColor) !important;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

body {
  font-size: var(--fontSize);
  font-family: var(--bodyFontFamily);
  color: var(--bodyColor);
}

a {
  transition: var(--transition);
  color: var(--bodyColor);
}
a:hover {
  color: var(--mainColor);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--headingColor);
  font-weight: 600;
  font-family: var(--headingFontFamily);
}

h2 {
  line-height: 65px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  margin-bottom: 15px;
  line-height: 27px;
  letter-spacing: 0.05em;
}
p:last-child {
  margin-bottom: 0;
}

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

.form-control {
  height: 60px;
  color: var(--headingColor);
  border: 0.5px solid rgba(105, 105, 105, 0.5);
  background-color: var(--whiteColor);
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  transition: var(--transition);
  border-radius: 0;
}
.form-control::-moz-placeholder {
  letter-spacing: 0.02em;
  color: #828282;
}
.form-control::placeholder {
  letter-spacing: 0.02em;
  color: #828282;
}
.form-control:focus {
  color: var(--blackColor);
  background-color: transparent;
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--mainColor);
}
.form-control.form-select {
  cursor: pointer;
}

textarea.form-control {
  height: auto;
}

.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-290 {
  padding-top: 290px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-24 {
  margin-bottom: 24px;
}

.scroll-bar {
  margin-top: 0 !important;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.scroll-bar::-webkit-scrollbar {
  width: 6px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.scroll-bar::-webkit-scrollbar-track {
  background: #dbdbdb;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.scroll-bar::-webkit-scrollbar-thumb {
  background: #999999;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.scroll-bar::-webkit-scrollbar-thumb:hover {
  background: var(--mainColor);
}

/*
Bg-color Style*/
.bg-color-ffaa01 {
  background-color: #0d6efd;
}

.bg-color-ffffff {
  background-color: #ffffff;
}

.bg-color-000514 {
  background-color: #000514;
}

.bg-color-fcf7f5 {
  background-color: #fcf7f5;
}

.bg-color-fcf7f52 {
  background-color: rgba(0, 5, 20, 0.2);
}

/*
Default Btn Area Style*/
.default-btn {
  transition: var(--transition);
  text-align: center;
  display: inline-flex;
  background-color: transparent;
  color: var(--headingColor);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  border-radius: 0;
}
.default-btn i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: rgba(255, 170, 1, 0.15);
  display: inline-block;
  border-radius: 50px;
  position: relative;
  top: -8px;
  margin-left: 13px;
  transition: var(--transition);
  font-size: 24px;
}
.default-btn:hover {
  color: var(--headingColor);
}
.default-btn:hover i {
  background-color: var(--mainColor);
  color: var(--headingColor);
}
.default-btn.active {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  padding: 15px 30px;
  
}
.default-btn.active i {
  background-color: rgba(0, 5, 20, 0.3);
}
.default-btn.active:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.default-btn.active:hover i {
  background-color: var(--bodyColor);
  color: var(--whiteColor);
}

/*
Read More Btn Area Style*/
.read-more {
  font-size: 15px;
  background-color: transparent;
  transition: var(--transition);
  text-decoration: none;
  color: var(--mainColor);
  letter-spacing: 0.05em;
}
.read-more i {
  position: relative;
  top: 4px;
  font-size: 17px;
}
.read-more:hover {
  color: var(--mainColor);
}
.read-more.active {
  color: var(--mainColor);
}

/*
Section Title Area Style*/
.section-title {
  max-width: 860px;
  margin: 0 auto 35px;
  text-align: center;
  position: relative;
}
.section-title img {
  margin-bottom: 10px;
}
.section-title .top-title {
  display: block;
  color: var(--headingColor);
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.section-title h2 {
  font-size: 50px;
  margin-bottom: 16px;
  line-height: 65px;
  font-weight: 600;
}
.section-title h2 span {
  color: var(--mainColor);
}
.section-title h2:last-child {
  margin-bottom: 0;
}
.section-title p {
  max-width: 600px;
  margin: auto;
}
.section-title p span {
  color: var(--mainColor);
}
.section-title.white-title .top-title {
  color: var(--whiteColor);
}
.section-title.white-title h2 {
  color: var(--whiteColor);
}
.section-title.white-title p {
  color: var(--whiteColor);
}
.section-title.left-title {
  margin-left: 0;
  text-align: left;
}
.section-title.mw-700 {
  max-width: 700px;
}

.section-title-mb-50 {
  margin-bottom: 50px;
}

/*
Hero Area CSS
=====================================================*/
.hero-area {
  position: relative;
}
.hero-area .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 195px;
  padding-bottom: 195px;
  position: relative;
  z-index: 1;
}
.hero-area .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/banner/banner-bg-shape-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-area .swiper-slide.bg-1 {
  background-image: url(../images/banner/banner-bg-1.jpg);
}
.hero-area .swiper-slide.bg-2 {
  background-image: url(../images/banner/banner-bg-4.jpg);
}
.hero-area .swiper-slide.bg-3 {
  background-image: url(../images/banner/banner-bg-1.jpg);
}
.hero-area .time-email {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
  z-index: 1;
}
.hero-area .time-email li {
  color: var(--whiteColor);
}
.hero-area .time-email li a {
  color: var(--whiteColor);
  text-decoration: none;
}
.hero-area .time-email li a:hover {
  color: var(--mainColor);
}

.hero-content {
  max-width: 900px;
}
.hero-content h1 {
  font-size: 120px;
  line-height: 150px;
  color: var(--whiteColor);
  margin-bottom: 10px;
  font-weight: 700;
}
.hero-content p {
  font-weight: 500;
  font-size: 18px;
  color: var(--whiteColor);
  margin-bottom: 30px;
}

.swiper-controller .next, .swiper-controller .prev {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 1;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-image: url(../images/banner/thumb-next.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  color: var(--whiteColor);
  font-size: 20px;
}
.swiper-controller .prev {
  right: auto;
  left: 50px;
  background-image: url(../images/banner/thumb-prev.png);
}

/* Banner Area Style
============================================*/
.banner-area {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/banner/banner-bg-shape-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-area.bg-2 {
  background-image: url(../images/banner/banner-bg-2.jpg);
}
.banner-area.bg-3 {
  background-image: url(../images/banner/banner-bg-3.jpg);
}
.banner-area.bg-3::before {
  background-image: url(../images/banner/banner-bg-shape-3.png);
}
.banner-area .contact-info {
  position: absolute;
  top: 28%;
  left: 0;
  height: 100%;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.banner-area .contact-info li {
  writing-mode: vertical-lr;
  padding: 60px 40.3px;
  text-align: center;
  color: var(--whiteColor);
  transform: rotate(180deg);
}
.banner-area .contact-info li span {
  color: var(--whiteColor);
}
.banner-area .contact-info li span.color-ffaa01 {
  color: #0d6efd;
}
.banner-area .contact-info.style-three {
  left: auto;
  right: 75px;
  top: 36%;
}
.banner-area .banner-email {
  position: absolute;
  left: 120px;
  bottom: 65px;
}
.banner-area .banner-email span {
  color: var(--whiteColor);
}
.banner-area .banner-email a {
  color: var(--mainColor);
  text-decoration: none;
}
.banner-area .about-img {
  position: absolute;
  top: 255px;
  left: 0;
  right: 0;
  z-index: 1;
}

.banner-content {
  max-width: 795px;
  padding-top: 220px;
  padding-bottom: 220px;
  position: relative;
}
.banner-content h2 {
  font-size: 80px;
  line-height: 130px;
  font-weight: 700;
  color: var(--mainColor);
  margin-bottom: 15px;
}
.banner-content p {
  color: var(--whiteColor);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 40px;
}
.banner-content .email {
  position: absolute;
  bottom: 65px;
}
.banner-content .email span {
  color: var(--whiteColor);
}
.banner-content .email a {
  color: var(--whiteColor);
  text-decoration: none;
}
.banner-content.style-three {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  max-width: 900px;
  padding-top: 340px;
  padding-bottom: 224px;
}
.banner-content.style-three h2 {
  color: var(--whiteColor);
}
.banner-content.style-three .default-btn span {
  color: var(--whiteColor);
}
.banner-content.style-three .default-btn i {
  background: rgba(255, 170, 1, 0.3);
  color: var(--whiteColor);
}
.banner-content.style-three .default-btn:hover span {
  color: var(--mainColor);
}
.banner-content.style-three .default-btn:hover i {
  background: rgb(255, 170, 1);
}

/* About Area Style
============================================*/
.about-content-wrapper {
  max-width: 1900px;
}

.about-img {
  position: relative;
  margin-left: 54px;
}
.about-img .rounded-right {
  border-radius: 0 100px 0 0;
}
.about-img .rounded-left {
  border-radius: 100px 0 0 0;
}
.about-img .about-year {
  position: absolute;
  top: 0;
  right: 0;
}
.about-img .about-year .about-logo {
  position: absolute;
  top: 21px;
  right: 0;
  left: 0;
  margin: auto;
  animation: rotation 50s infinite linear;
}
.about-img .about-year.style-two {
  right: auto;
  top: -5px;
  left: -5px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.about-content {
  margin-left: 100px;
  max-width: 645px;
  margin-top: 50px;
}
.about-content .top-title {
  color: var(--headingColor);
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 18px;
  display: inline-block;
  letter-spacing: 0.1em;
}
.about-content .top-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 112px;
  height: 2px;
  background-color: #000514;
}
.about-content .top-title.style-two::before {
  background-color: var(--mainColor);
}
.about-content h2 {
  font-size: 40px;
  margin-bottom: 11px;
}
.about-content h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
}
.about-content .default-btn {
  margin-top: 32px;
}
.about-content .mr-200 {
  margin-right: 150px;
}
.about-content .mr-200 .about-img-3 {
  position: absolute;
  top: 0;
  right: -200px;
}

/* Counter Area Style
============================================*/
.counter-area.shape-style {
  position: relative;
}
.counter-area.shape-style::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: var(--whiteColor);
}

.counter-wrapper {
  padding-left: 100px;
  padding-right: 100px;
  margin-top: -150px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.counter-wrapper .counter-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
}
.counter-wrapper .col-sm-6:last-child .single-content::before {
  display: none;
}

.single-content {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.single-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 100%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.single-content h1 {
  font-weight: 700;
  font-size: 96px;
  line-height: 1;
  margin-bottom: 0;
}
.single-content .postion-relative {
  position: relative;
  top: -6px;
}
.single-content .symbol {
  font-size: 50px;
  font-weight: 700;
  font-family: var(--headingFontFamily);
  color: var(--headingColor);
  line-height: 1;
  margin-bottom: 8px;
}
.single-content .title {
  color: var(--whiteColor);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.single-content.style-three {
  background: #FFFFFF;
  border: 0.5px solid rgba(105, 105, 105, 0.5);
  border-radius: 0px 0px 50px 0px;
  padding: 50px 30px;
  padding: 50px 10px;
}
.single-content.style-three h1 {
  color: var(--mainColor);
}
.single-content.style-three .symbol {
  color: var(--mainColor);
}
.single-content.style-three .title {
  color: var(--bodyColor);
}
.single-content.style-three.border-s-2 {
  border-radius: 0px 0px 50px 0px;
}
.single-content.style-three.border-s-3 {
  border-radius: 50px 0px 0px 0px;
}
.single-content.style-three.border-s-4 {
  border-radius: 0px 0px 50px 0px;
}

/* Services Area Style
============================================*/
.services-tabs .nav-pills .nav-link {
  position: relative;
  padding-left: 40px;
  border-bottom: 1px solid rgba(0, 5, 20, 0.15);
  border-radius: 0;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.services-tabs .nav-pills .nav-link .count-list {
  font-size: 16px;
  color: var(--headingColor);
  position: absolute;
  top: 19px;
  left: 0;
}
.services-tabs .nav-pills .nav-link h3 {
  font-size: 22px;
  padding-right: 100px;
  transition: var(--transition);
}
.services-tabs .nav-pills .nav-link i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  background: rgba(255, 170, 1, 0.15);
  color: var(--headingColor);
  font-size: 20px;
  transition: var(--transition);
}
.services-tabs .nav-pills .nav-link p {
  display: none;
  visibility: hidden;
  opacity: 1;
  transition: var(--transition);
  padding-right: 100px;
}
.services-tabs .nav-pills .nav-link.active {
  background-color: transparent;
}
.services-tabs .nav-pills .nav-link.active h3 {
  color: var(--mainColor);
}
.services-tabs .nav-pills .nav-link.active i {
  background-color: var(--mainColor);
}
.services-tabs .nav-pills .nav-link.active p {
  display: block;
  visibility: visible;
  opacity: 1;
  color: var(--bodyColor);
}
.services-tabs .ml-44 {
  margin-left: 44px;
}
.services-tabs .mr-44 {
  margin-right: 44px;
}

.single-services {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.single-services .services-content {
  background-color: #FCF7F5;
  padding: 30px;
  margin-right: 30px;
  margin-top: -80px;
  position: relative;
}
.single-services .services-content h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.single-services .services-content .default-btn {
  background-color: transparent;
}
.single-services .services-content.after-hover {
  background-color: var(--mainColor);
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  transition: var(--transition);
}
.single-services .services-content.after-hover p {
  color: var(--headingColor);
}
.single-services:hover .services-content.after-hover {
  bottom: 0;
}
.single-services:hover .services-content.after-hover .default-btn i {
  background-color: rgba(0, 5, 20, 0.15);
}
.single-services:hover .services-content.after-hover .default-btn:hover {
  color: var(--whiteColor);
}
.single-services:hover .services-content.after-hover .default-btn:hover i {
  background-color: var(--whiteColor);
}

.services-slider .swiper-slide.swiper-slide-active .single-services .services-content.after-hover {
  bottom: 0;
}

.swiper-pagination1 {
  margin-top: 15px;
}
.swiper-pagination1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  position: relative;
  background-color: var(--mainColor);
  margin: 0 10px !important;
}
.swiper-pagination1 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--mainColor);
  border-radius: 50px;
  opacity: 0;
  transition: var(--transition);
}
.swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.single-services-card {
  background: #FFFFFF;
  border: 0.5px solid rgba(105, 105, 105, 0.5);
  padding: 40px 30px;
  padding-top: 0;
  margin-bottom: 30px;
  transition: var(--transition);
}
.single-services-card .icon {
  text-align: center;
  margin-bottom: 30px;
  margin-top: -1px;
}
.single-services-card .icon i {
  width: 135px;
  height: 135px;
  line-height: 150px;
  background-color: var(--mainColor);
  color: var(--headingColor);
  display: inline-block;
  font-size: 85px;
  border-radius: 0 0 100px 100px;
  transition: var(--transition);
}
.single-services-card .services-content h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.single-services-card .services-content p {
  margin-bottom: 30px;
  transition: var(--transition);
}
.single-services-card:hover {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}
.single-services-card:hover p {
  color: var(--headingColor);
}
.single-services-card:hover .icon i {
  background-color: var(--whiteColor);
}
.single-services-card:hover .default-btn i {
  background-color: var(--whiteColor);
}

.swiper-pagination4 {
  margin-top: 50px;
}
.swiper-pagination4 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  position: relative;
  background-color: var(--mainColor);
  margin: 0 10px !important;
}
.swiper-pagination4 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--mainColor);
  border-radius: 50px;
  opacity: 0;
  transition: var(--transition);
}
.swiper-pagination4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.swiper-pagination4 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.swiper-slide.style-30 {
  position: relative;
  top: 30px;
}

/* Project Area Style
============================================*/
.hover-project-wrapper {
  position: relative;
}
.hover-project-wrapper .row {
  --bs-gutter-x: 0;
}
.hover-project-wrapper .hover-project-single-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.hover-project-wrapper .hover-project-single-wrapper .active .single-hover-project {
  opacity: 0;
}
.hover-project-wrapper .hover-project-single-wrapper .active .single-project-after {
  bottom: 0;
}

.hover-projects-images {
  position: relative;
  z-index: 1;
}
.hover-projects-images::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 5, 20, 0.3);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.hover-projects-images img {
  display: none;
}
.hover-projects-images img.active {
  display: block;
}
.hover-projects-images img.active2 {
  display: block;
}
.hover-projects-images img.active3 {
  display: block;
}
.hover-projects-images img.active4 {
  display: block;
}

.project-card-wrap {
  position: relative;
}
.project-card-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 800px;
  background-color: rgba(255, 255, 255, 0.3);
}
.project-card-wrap .single-hover-project {
  background-color: rgba(0, 5, 20, 0.6);
  padding: 40px 50px;
  margin-right: 20px;
}
.project-card-wrap .single-hover-project h3 {
  font-size: 22px;
  color: var(--whiteColor);
  margin-bottom: 0;
}
.project-card-wrap .single-project-after {
  background-color: rgba(0, 5, 20, 0.6);
  padding: 50px;
  margin-right: 20px;
  position: absolute;
  bottom: -500px;
  transition: var(--transition);
}
.project-card-wrap .single-project-after .icon {
  color: var(--mainColor);
  font-size: 60px;
  line-height: 1;
  margin-bottom: 21px;
  display: inline-block;
}
.project-card-wrap .single-project-after h3 {
  font-size: 22px;
  margin-bottom: 14px;
}
.project-card-wrap .single-project-after h3 a {
  color: var(--whiteColor);
  text-decoration: none;
}
.project-card-wrap .single-project-after h3 a:hover {
  color: var(--mainColor);
}
.project-card-wrap .single-project-after p {
  color: var(--whiteColor);
  margin-bottom: 30px;
}
.project-card-wrap .single-project-after .default-btn {
  background-color: transparent;
  color: var(--whiteColor);
}
.project-card-wrap .single-project-after .default-btn i {
  background-color: var(--mainColor);
}
.project-card-wrap .single-project-after .default-btn:hover {
  color: var(--mainColor);
}

.project-area.bg-img {
  background-image: url(../images/project/project-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.project-content img {
  margin-bottom: 15px;
}
.project-content .top-title {
  display: block;
  color: #FFFFFF;
  letter-spacing: 0.1em;
}
.project-content h2 {
  font-size: 50px;
  color: var(--whiteColor);
}

.single-project-two {
  margin-right: -200px;
  position: relative;
}
.single-project-two .project-content-two {
  background-color: var(--mainColor);
  padding: 40px 50px;
  max-width: 610px;
  margin-left: -50px;
  margin-top: -210px;
  position: relative;
}
.single-project-two .project-content-two h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.single-project-two .project-content-two h3 a {
  color: var(--headingColor);
}
.single-project-two .project-content-two p {
  color: var(--headingColor);
}
.single-project-two .default-btn {
  color: var(--whiteColor);
  position: absolute;
  bottom: 0;
  right: 50px;
}

.project-slide-wrap {
  max-width: 630px;
  margin-left: 50px;
}

.project-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  width: 900px;
}

.swiper-pagination2 {
  margin-top: 35px;
}
.swiper-pagination2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  position: relative;
  background-color: var(--mainColor);
  margin: 0 10px !important;
}
.swiper-pagination2 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--mainColor);
  border-radius: 50px;
  opacity: 0;
  transition: var(--transition);
}
.swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.single-project-three {
  position: relative;
}
.single-project-three .project-content {
  background: rgba(0, 5, 20, 0.7);
  padding: 30px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  transition: var(--transition);
}
.single-project-three .project-content h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.single-project-three .project-content h3 a {
  color: var(--whiteColor);
  text-decoration: none;
}
.single-project-three .project-content .default-btn {
  color: var(--whiteColor);
  position: relative;
  top: 5px;
}
.single-project-three .project-content .default-btn i {
  background-color: rgba(255, 255, 255, 0.15);
}
.single-project-three .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #000514;
  position: absolute;
  top: 30px;
  left: 30px;
  transition: var(--transition);
}
.single-project-three .icon i {
  font-size: 50px;
  color: var(--mainColor);
  transition: var(--transition);
}
.single-project-three:hover .project-content {
  background-color: var(--mainColor);
}
.single-project-three:hover .project-content h3 a {
  color: var(--headingColor);
}
.single-project-three:hover .project-content .default-btn {
  color: var(--headingColor);
}
.single-project-three:hover .project-content .default-btn i {
  background: rgba(0, 5, 20, 0.15);
}
.single-project-three:hover .icon {
  background-color: var(--mainColor);
}
.single-project-three:hover .icon i {
  color: var(--headingColor);
}

.project-slider-2.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  margin-right: -320px;
}

.swiper-pagination5 {
  margin-top: 35px;
}
.swiper-pagination5 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  position: relative;
  background-color: var(--mainColor);
  margin: 0 10px !important;
}
.swiper-pagination5 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--mainColor);
  border-radius: 50px;
  opacity: 0;
  transition: var(--transition);
}
.swiper-pagination5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.swiper-pagination5 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

/* Efficiency Area Style
============================================*/
.efficiency-img {
  position: relative;
  margin-right: 44px;
}
.efficiency-img .quat {
  position: absolute;
  bottom: -120px;
  left: -240px;
  background-color: var(--mainColor);
  padding: 45px;
  z-index: 1;
  max-width: 470px;
}
.efficiency-img .quat p {
  color: var(--headingColor);
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}
.efficiency-img .quat i {
  position: absolute;
  top: 20px;
  left: 50px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 80px;
  line-height: 1;
  z-index: -1;
}

.efficiency-content {
  margin-top: 20px;
  margin-left: 30px;
}
.efficiency-content .top-title {
  color: var(--headingColor);
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 18px;
  display: inline-block;
  letter-spacing: 0.1em;
}
.efficiency-content .top-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 112px;
  height: 2px;
  background-color: #000514;
}
.efficiency-content .top-title.style-two::before {
  background-color: var(--mainColor);
}
.efficiency-content h2 {
  font-size: 40px;
  margin-bottom: 11px;
}
.efficiency-content .efficiency-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.efficiency-content .efficiency-list li {
  position: relative;
  padding-left: 80px;
  margin-bottom: 35px;
}
.efficiency-content .efficiency-list li:last-child {
  margin-bottom: 0;
}
.efficiency-content .efficiency-list li i {
  font-size: 60px;
  color: var(--headingColor);
  position: absolute;
  top: 0;
  left: 0;
}
.efficiency-content .efficiency-list li span {
  color: var(--mainColor);
  display: block;
  margin-bottom: 8px;
}
.efficiency-content .efficiency-list li h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.efficiency-content .efficiency-list.style-two li i::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 50px;
  height: 50px;
  background-color: var(--mainColor);
  border-radius: 50px;
  z-index: -1;
}

.efficiency-width {
  position: relative;
  z-index: 1;
}
.efficiency-width::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
  background-color: var(--mainColor);
  z-index: -1;
}
.efficiency-width::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
  background-image: url(../images/efficiency-shape.png);
  z-index: -1;
}
.efficiency-width .container {
  max-width: 1680px;
}

.efficiency-wrapper {
  background-color: #FCF7F5;
}
.efficiency-wrapper .efficiency-content {
  padding: 100px;
  margin-top: 0;
  margin-left: 0;
}
.efficiency-wrapper .efficiency-content .efficiency-list li {
  padding-left: 95px;
}
.efficiency-wrapper .efficiency-content .efficiency-list li i {
  z-index: 1;
  font-size: 70px;
}
.efficiency-wrapper .efficiency-content .efficiency-list li i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: var(--mainColor);
  border-radius: 50px;
  z-index: -1;
}

.efficiency-img-3 {
  height: 100%;
}
.efficiency-img-3 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Processes Area Style
============================================*/
.processes-content img {
  margin-bottom: 10px;
}
.processes-content .top-title {
  color: var(--headingColor);
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 11px;
  color: var(--whiteColor);
}
.processes-content h2 {
  font-size: 50px;
  color: var(--whiteColor);
}

.single-processes .mb-75 {
  margin-bottom: 75px;
}
.single-processes .count {
  position: relative;
}
.single-processes .count.top-26 {
  top: 26px;
}
.single-processes .count.bottom-26 {
  bottom: 26px;
}
.single-processes .count h1 {
  color: rgba(255, 170, 1, 0.15);
  font-size: 96px;
  line-height: 1;
  font-weight: 700;
  transition: var(--transition);
}
.single-processes .count h3 {
  font-size: 22px;
  color: var(--whiteColor);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin-bottom: 0;
}
.single-processes .assessment-img {
  position: relative;
}
.single-processes .assessment-img img {
  opacity: 0.2;
  transition: var(--transition);
  border: 1px solid #000514;
}
.single-processes .assessment-img i {
  font-size: 75px;
  color: var(--mainColor);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.single-processes:hover .count h1 {
  color: rgba(255, 170, 1, 0.25);
}
.single-processes:hover .assessment-img img {
  opacity: 0.3;
  border-color: var(--mainColor);
}

/* Team Area Style
============================================*/
.single-team {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.single-team .team-content {
  background-color: #FCFCFE;
  padding: 34px 30px;
  margin-right: 30px;
  margin-top: -60px;
  position: relative;
  transition: var(--transition);
}
.single-team .team-content.bg-fcf7f5 {
  background-color: #fcf7f5;
}
.single-team .team-content h3 {
  font-size: 22px;
}
.single-team .team-content span {
  color: var(--headingColor);
}
.single-team .team-content .social-link {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  transition: var(--transition);
  margin-top: 20px;
}
.single-team .team-content .social-link li {
  display: inline-block;
  margin-right: 10px;
}
.single-team .team-content .social-link li:last-child {
  margin-right: 0;
}
.single-team .team-content .social-link li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3);
  color: var(--headingColor);
}
.single-team .team-content .social-link li a:hover {
  background-color: var(--whiteColor);
}
.single-team .team-content.after-hover {
  background-color: var(--mainColor);
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  transition: var(--transition);
}
.single-team:hover .after-hover {
  bottom: 0;
}
.single-team.style-two {
  margin-bottom: 25px;
}
.single-team.style-two .team-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.single-team.style-two .team-content.after-hover {
  bottom: -100%;
}
.single-team.style-two:hover .team-content.after-hover {
  bottom: 0;
}

.team-area .section-title.left-title {
  margin-left: -180px;
}
.team-area.team-shape {
  position: relative;
}
.team-area.team-shape::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 431px;
  background-color: var(--mainColor);
}

.swiper-pagination3 {
  margin-top: 150px;
  text-align: right;
}
.swiper-pagination3 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  position: relative;
  background-color: var(--mainColor);
  margin: 0 10px !important;
}
.swiper-pagination3 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--mainColor);
  border-radius: 50px;
  opacity: 0;
  transition: var(--transition);
}
.swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.team-main-title {
  background-color: var(--mainColor);
  padding: 55px 70px;
}
.team-main-title img {
  margin-bottom: 10px;
}
.team-main-title .top-title {
  display: block;
  color: var(--headingColor);
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.team-main-title h2 {
  font-size: 50px;
  margin-bottom: 16px;
  line-height: 65px;
  font-weight: 600;
}
.team-main-title h2 span {
  color: var(--mainColor);
}
.team-main-title h2:last-child {
  margin-bottom: 0;
}

/* Blog Area Style
============================================*/
.blog-tabs .nav-pills .nav-link {
  position: relative;
  padding-left: 110px;
  border-bottom: 1px solid rgba(0, 5, 20, 0.15);
  border-radius: 0;
  padding-top: 0;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.blog-tabs .nav-pills .nav-link .time-date {
  background-color: var(--headingColor);
  font-size: 16px;
  color: var(--whiteColor);
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  padding: 20px 10px;
  transition: var(--transition);
}
.blog-tabs .nav-pills .nav-link .time-date span {
  display: block;
}
.blog-tabs .nav-pills .nav-link .time-date span.date-numb {
  font-weight: 600;
}
.blog-tabs .nav-pills .nav-link h3 {
  font-size: 22px;
  transition: var(--transition);
  margin-bottom: 15px;
}
.blog-tabs .nav-pills .nav-link p {
  transition: var(--transition);
  color: var(--bodyColor);
}
.blog-tabs .nav-pills .nav-link .user .name {
  color: var(--headingColor);
}
.blog-tabs .nav-pills .nav-link .user .comment {
  color: var(--bodyColor);
}
.blog-tabs .nav-pills .nav-link.active {
  background-color: transparent;
}
.blog-tabs .nav-pills .nav-link.active .time-date {
  background-color: var(--mainColor);
}
.blog-tabs .nav-pills .nav-link.active h3 {
  color: var(--mainColor);
}
.blog-tabs .nav-pills .nav-link.active i {
  background-color: var(--mainColor);
}
.blog-tabs .ml-44 {
  margin-left: 44px;
}
.blog-tabs .mr-44 {
  margin-right: 44px;
}

.single-blog {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.single-blog .blog-img {
  position: relative;
}
.single-blog .blog-img .date {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 88px;
  background-color: var(--blackColor);
  text-align: center;
  padding: 10px;
}
.single-blog .blog-img .date span {
  display: block;
  color: var(--whiteColor);
}
.single-blog .blog-img .date span.today {
  font-weight: 600;
  font-size: 22px;
}
.single-blog .blog-content {
  background-color: #FCF7F5;
  padding: 20px 30px;
  margin-right: 30px;
  margin-top: -90px;
  position: relative;
}
.single-blog .blog-content h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 12px;
}
.single-blog .blog-content h3 a {
  text-decoration: none;
  color: var(--headingColor);
}
.single-blog .blog-content .user img {
  border-radius: 100px;
}
.single-blog .blog-content .user a {
  text-decoration: none;
}
.single-blog .blog-content .user a span {
  color: var(--headingColor);
}
.single-blog .blog-content.after-hover {
  background-color: var(--mainColor);
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: var(--transition);
}
.single-blog .blog-content.after-hover p {
  color: var(--headingColor);
}
.single-blog .blog-content.after-hover .user a {
  color: var(--headingColor) !important;
}
.single-blog .blog-content.after-hover .user a span {
  color: var(--headingColor);
}
.single-blog:hover .blog-content.after-hover {
  bottom: 0;
}

/* Industry Area Style
============================================*/
.industry-contact-us-wrap {
  background-image: url(../images/industry-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px 85px;
}
.industry-contact-us-wrap .default-btn {
  background-color: transparent;
}

.industry-contact-us-content h2 {
  font-size: 40px;
  margin-bottom: 0;
}

.industry-contact-btn {
  text-align: right;
}
.industry-contact-btn .default-btn i {
  background: rgba(0, 5, 20, 0.15);
}
.industry-contact-btn .default-btn:hover {
  color: var(--whiteColor);
}
.industry-contact-btn .default-btn:hover i {
  background-color: var(--whiteColor);
}

/* Pricing Area Style
============================================*/
.shape-wrapper {
  position: relative;
  z-index: 1;
}
.shape-wrapper::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 45px;
  width: 91%;
  height: 93%;
  background-color: var(--mainColor);
  z-index: -1;
}

.single-pricing {
  background-color: var(--whiteColor);
  padding: 30px;
  margin-bottom: 30px;
  transition: var(--transition);
}
.single-pricing .price-header {
  margin-bottom: 15px;
}
.single-pricing .price-header .icon {
  width: 100px;
  height: 100px;
  line-height: 110px;
  background-color: #FCF7F5;
  text-align: center;
  font-size: 50px;
  border-radius: 50px;
  color: var(--headingColor);
  transition: var(--transition);
}
.single-pricing .price-header h3 {
  font-size: 22px;
  margin-left: 22px;
  margin-bottom: 0;
}
.single-pricing h1 {
  font-size: 50px;
  margin-bottom: 20px;
}
.single-pricing h1 sub {
  font-weight: 400;
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  color: #696969;
  position: relative;
  top: -5px;
}
.single-pricing .price-list {
  padding-left: 0;
  margin-bottom: 28px;
  list-style: none;
}
.single-pricing .price-list li {
  margin-bottom: 10px;
}
.single-pricing .price-list li:last-child {
  margin-bottom: 0;
}
.single-pricing .price-list li i {
  color: var(--mainColor);
}
.single-pricing .price-list li.decibel {
  color: rgba(105, 105, 105, 0.5);
}
.single-pricing .price-list li.decibel i {
  color: rgba(105, 105, 105, 0.5);
}
.single-pricing .price-list li span {
  margin-left: 8px;
}
.single-pricing:hover .price-header .icon {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

/* Client Area Style
============================================*/
.client-area {
  background-image: url(../images/clients/client-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.client-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: var(--whiteColor);
  z-index: -1;
}

.single-client {
  background-color: #FCF7F5;
  padding: 50px 30px;
  position: relative;
  z-index: 1;
  border: 0.5px solid #FCF7F5;
  transition: var(--transition);
  margin-bottom: 30px;
}
.single-client i {
  font-size: 75px;
  color: #FDE8C4;
  position: absolute;
  top: 30px;
  left: 35px;
  line-height: 1;
  z-index: -1;
}
.single-client p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #696969;
  margin-bottom: 20px;
  transition: var(--transition);
}
.single-client img {
  border-radius: 50px;
}
.single-client h3 {
  font-size: 22px;
}
.single-client span {
  color: var(--headingColor);
}

.client-slider .swiper-slide.swiper-slide-active .single-client {
  background-color: var(--whiteColor);
  border: 0.5px solid rgba(105, 105, 105, 0.5);
}
.client-slider .swiper-slide.swiper-slide-active .single-client p {
  color: var(--headingColor);
}

.swiper-pagination6 {
  margin-top: 20px;
}
.swiper-pagination6 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  position: relative;
  background-color: var(--mainColor);
  margin: 0 10px !important;
}
.swiper-pagination6 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--mainColor);
  border-radius: 50px;
  opacity: 0;
  transition: var(--transition);
}
.swiper-pagination6 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.swiper-pagination6 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

/* Page Banner Area Style
============================================*/
.page-banner-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}
.page-banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000514 0%, rgba(0, 5, 20, 0.85) 100%);
  opacity: 0.9;
  z-index: -1;
}
.page-banner-area.bg-1 {
  background-image: url(../images/page-bg/bg-1.jpg);
}
.page-banner-area .bg-shape {
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -1;
}

.page-content h2 {
  font-weight: 700;
  font-size: 64px;
  color: var(--whiteColor);
  margin-bottom: 20px;
}
.page-content .breadcrumb {
  margin-bottom: 0;
}
.page-content .breadcrumb .breadcrumb-item {
  color: var(--whiteColor);
}
.page-content .breadcrumb .breadcrumb-item::before {
  filter: brightness(1000);
}
.page-content .breadcrumb .breadcrumb-item a {
  color: var(--whiteColor);
  text-decoration: none;
}
.page-content .breadcrumb .breadcrumb-item.active {
  font-weight: 600;
}

/* Partner Area Style
============================================*/
.partner-item {
  opacity: 0.5;
  transition: var(--transition);
  cursor: pointer;
}
.partner-item:hover {
  opacity: 1;
}
.partner-item.style-border {
  background: #FFFFFF;
  border: 0.5px solid rgba(105, 105, 105, 0.5);
  padding: 45px 75px;
  margin-bottom: 30px;
  text-align: center;
}

/* Products Area Style
============================================*/
.single-products {
  margin-bottom: 30px;
}
.single-products .product-img {
  position: relative;
  overflow: hidden;
  border: 0.5px solid rgba(105, 105, 105, 0.5);
}
.single-products .product-img .default-btn {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
}
.single-products .product-content {
  background-color: #FCFCFE;
  padding: 25px 30px;
}
.single-products .product-content h3 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
}
.single-products .product-content h3 a {
  text-decoration: none;
  color: var(--headingColor);
}
.single-products .product-content .price {
  color: var(--mainColor);
}
.single-products:hover .product-img .default-btn {
  bottom: 0;
}

.products-selector {
  margin-bottom: 30px;
}
.products-selector .product-select {
  border: none;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
}
.products-selector .product-select:focus {
  box-shadow: none;
}

/* My Account Area Style
============================================*/
.my-account-wrapper {
  background-color: #FCFCFE;
}
.my-account-wrapper .my-account-content {
  padding: 50px 100px;
}
.my-account-wrapper .my-account-content h3 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 45px;
}
.my-account-wrapper .my-account-content .form-group {
  margin-bottom: 30px;
}
.my-account-wrapper .my-account-content .form-group .form-check .form-check-input {
  border-radius: 0;
}
.my-account-wrapper .my-account-content .form-group .form-check .form-check-input:focus {
  box-shadow: none;
}
.my-account-wrapper .my-account-content .form-group a {
  text-decoration: none;
}

/* Contact Form Area Style
============================================*/
.contact-form h3 {
  font-size: 32px;
  margin-bottom: 25px;
}
.contact-form .form-group {
  margin-bottom: 30px;
}
.contact-form .form-group .form-control {
  background: #FCFCFE;
  border: 0.5px solid rgba(105, 105, 105, 0.5);
}
.contact-form .form-group .form-control:focus {
  border-color: var(--mainColor);
}

.contact-form-info {
  background-color: #FCFCFE;
  padding: 30px;
}
.contact-form-info h3 {
  font-size: 22px;
}
.contact-form-info .info-link {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 40px;
  max-width: 400px;
}
.contact-form-info .info-link li {
  margin-bottom: 15px;
}
.contact-form-info .info-link li:last-child {
  margin-bottom: 0;
}
.contact-form-info .info-link li span {
  color: var(--headingColor);
}
.contact-form-info .info-link li a {
  color: var(--bodyColor);
  text-decoration: none;
}
.contact-form-info .info-link li a:hover {
  color: var(--mainColor);
}
.contact-form-info .info-link li:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.contact-form-info .opening-hours {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.contact-form-info .opening-hours h3 {
  margin-bottom: 15px;
}
.contact-form-info .opening-hours .hours-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.contact-form-info .opening-hours .hours-list li {
  margin-bottom: 10px;
}
.contact-form-info .opening-hours .hours-list li:last-child {
  margin-bottom: 0;
}

.map-content iframe {
  width: 100%;
  height: 600px;
  display: block;
}

/* Checkout Area Style
============================================*/
.checkout-form h3 {
  font-size: 32px;
  margin-bottom: 45px;
}
.checkout-form .form-group {
  margin-bottom: 30px;
}
.checkout-form .form-group .form-control {
  background: #FCFCFE;
  border: 0.5px solid rgba(105, 105, 105, 0.5);
}
.checkout-form .form-group .form-select {
  color: var(--bodyColor);
}

.checkout-summary {
  background-color: #FCFCFE;
  padding: 30px;
}
.checkout-summary h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.checkout-summary .summary-list {
  padding-left: 0;
  margin-bottom: 40px;
  list-style: none;
}
.checkout-summary .summary-list li {
  margin-bottom: 15px;
}
.checkout-summary .summary-list li:last-child {
  margin-bottom: 0;
}
.checkout-summary .summary-list li.fw-500 {
  font-weight: 500;
}
.checkout-summary .faq-accordion {
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.checkout-summary .faq-accordion .accordion-header {
  display: block;
  position: relative;
}
.checkout-summary .faq-accordion .accordion-header .accordion-button {
  padding: 0;
  position: relative;
  padding-left: 25px;
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
  color: var(--headingColor);
  font-size: 16px;
  font-weight: 500;
  transition: var(--transition);
}
.checkout-summary .faq-accordion .accordion-header .accordion-button::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid var(--headingColor);
  border-radius: 50%;
  margin: 0;
}
.checkout-summary .faq-accordion .accordion-header .accordion-button::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 3px;
  width: 11px;
  height: 11px;
  background-color: var(--whiteColor);
  border-radius: 50%;
}
.checkout-summary .faq-accordion .accordion-header .accordion-button:hover {
  color: var(--mainColor);
}
.checkout-summary .faq-accordion .accordion-header .accordion-content {
  border-top: none;
  padding: 0;
  background-color: transparent;
}
.checkout-summary .faq-accordion .accordion-header .accordion-content .form-group {
  margin-bottom: 30px;
}
.checkout-summary .faq-accordion .accordion-item {
  background-color: transparent;
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
.checkout-summary .faq-accordion .accordion-item .accordion-body {
  padding-bottom: 0;
  padding-left: 25px;
}
.checkout-summary .faq-accordion .accordion-button:not(.collapsed)::before {
  border-color: var(--whiteColor);
}
.checkout-summary .faq-accordion .accordion-button:not(.collapsed)::after {
  background-color: var(--mainColor);
}
.checkout-summary .default-btn {
  margin-top: 30px;
}

/* Sidebar Area Style
============================================*/
.sidebar-widget .single-sidebar-widget {
  margin-bottom: 50px;
}
.sidebar-widget .single-sidebar-widget.bg-fcfcfe {
  background-color: #fcfcfe;
  padding: 30px;
}
.sidebar-widget .single-sidebar-widget.bg-000514 {
  background-color: #000514;
  padding: 30px;
}
.sidebar-widget .single-sidebar-widget.bg-000514 h3 {
  color: var(--whiteColor);
}
.sidebar-widget .single-sidebar-widget:last-child {
  margin-bottom: 0;
}
.sidebar-widget .single-sidebar-widget h3 {
  font-size: 22px;
  margin-bottom: 25px;
}
.sidebar-widget .single-sidebar-widget .category-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sidebar-widget .single-sidebar-widget .category-list li {
  margin-bottom: 2px;
}
.sidebar-widget .single-sidebar-widget .category-list li:last-child {
  margin-bottom: 0;
}
.sidebar-widget .single-sidebar-widget .category-list li a {
  background-color: #FCF7F5;
  text-decoration: none;
  padding: 10px;
  font-weight: 500;
  font-family: var(--headingFontFamily);
  color: var(--headingColor);
  font-size: 18px;
  padding: 15px;
  display: inline-block;
}
.sidebar-widget .single-sidebar-widget .category-list li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: rgba(255, 170, 1, 0.15);
  display: inline-block;
  border-radius: 50px;
  transition: var(--transition);
}
.sidebar-widget .single-sidebar-widget .category-list li a:hover {
  background-color: var(--mainColor);
}
.sidebar-widget .single-sidebar-widget .category-list li a:hover i {
  background-color: rgba(0, 5, 20, 0.15);
}
.sidebar-widget .single-sidebar-widget .form-group {
  margin-bottom: 10px;
}
.sidebar-widget .single-sidebar-widget .form-group .form-control {
  background: #FFFFFF;
  border: 0.5px solid rgba(105, 105, 105, 0.5);
}
.sidebar-widget .single-sidebar-widget.call-us-bg-img {
  background-image: url(../images/call-us-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.sidebar-widget .single-sidebar-widget.call-us-bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 5, 20, 0.6);
  z-index: -1;
}
.sidebar-widget .single-sidebar-widget.call-us-bg-img h4 {
  font-size: 32px;
  color: var(--whiteColor);
}
.sidebar-widget .single-sidebar-widget.call-us-bg-img span {
  color: var(--whiteColor);
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}
.sidebar-widget .single-sidebar-widget.call-us-bg-img i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 75px;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--mainColor);
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 15px;
}
.sidebar-widget .single-sidebar-widget.call-us-bg-img a {
  display: block;
  color: var(--mainColor);
  text-decoration: none;
  font-size: 32px;
  font-family: var(--headingFontFamily);
  font-weight: 500;
}
.sidebar-widget .single-sidebar-widget .downloads {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sidebar-widget .single-sidebar-widget .downloads li {
  cursor: pointer;
  margin-bottom: 10px;
}
.sidebar-widget .single-sidebar-widget .downloads li:last-child {
  margin-bottom: 0;
}
.sidebar-widget .single-sidebar-widget .downloads li i {
  color: var(--mainColor);
  margin-right: 5px;
}
.sidebar-widget .single-sidebar-widget .project-summery {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sidebar-widget .single-sidebar-widget .project-summery li {
  color: var(--whiteColor);
  margin-bottom: 15px;
}
.sidebar-widget .single-sidebar-widget .project-summery li:last-child {
  margin-bottom: 0;
}
.sidebar-widget .single-sidebar-widget .project-summery li span {
  color: var(--mainColor);
}
.sidebar-widget .single-sidebar-widget .search-form {
  position: relative;
}
.sidebar-widget .single-sidebar-widget .search-form .form-control {
  background: #FCFCFE;
  border: 1px solid rgba(105, 105, 105, 0.5);
}
.sidebar-widget .single-sidebar-widget .search-form .src-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  padding: 0;
  border: none;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 20px;
  transition: var(--transition);
}
.sidebar-widget .single-sidebar-widget .search-form .src-btn:hover {
  color: var(--mainColor);
}
.sidebar-widget .single-sidebar-widget .categories-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sidebar-widget .single-sidebar-widget .categories-list li {
  margin-bottom: 20px;
}
.sidebar-widget .single-sidebar-widget .categories-list li:last-child {
  margin-bottom: 0;
}
.sidebar-widget .single-sidebar-widget .categories-list li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  font-family: var(--headingFontFamily);
  color: var(--headingColor);
}
.sidebar-widget .single-sidebar-widget .categories-list li a:hover {
  color: var(--mainColor);
}
.sidebar-widget .single-sidebar-widget .latest-news {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sidebar-widget .single-sidebar-widget .latest-news li {
  border-bottom: 1px solid rgba(105, 105, 105, 0.2);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.sidebar-widget .single-sidebar-widget .latest-news li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.sidebar-widget .single-sidebar-widget .latest-news li a {
  text-decoration: none;
}
.sidebar-widget .single-sidebar-widget .latest-news li span {
  margin-left: 20px;
}
.sidebar-widget .single-sidebar-widget .latest-news li h5 {
  font-weight: 500;
  font-size: 18px;
}
.sidebar-widget .single-sidebar-widget .latest-news li h5 a {
  color: var(--headingColor);
}
.sidebar-widget .single-sidebar-widget .latest-news li:hover a {
  color: var(--mainColor);
}
.sidebar-widget .single-sidebar-widget .tag-grid {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-bottom: -8px;
}
.sidebar-widget .single-sidebar-widget .tag-grid li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 8px;
}
.sidebar-widget .single-sidebar-widget .tag-grid li a {
  background: #FFFFFF;
  border: 0.5px solid rgba(105, 105, 105, 0.5);
  display: inline-block;
  padding: 5px 18px;
  text-decoration: none;
}

/* Details Content Area Style
============================================*/
.details-content h3 {
  font-size: 32px;
  margin-bottom: 15px;
}
.details-content .mb-50 {
  margin-bottom: 50px;
}
.details-content .mb-35 {
  margin-bottom: 35px;
}
.details-content .list-1 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.details-content .list-1 li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.details-content .list-1 li::before {
  content: "";
  position: absolute;
  top: 5.5px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: var(--mainColor);
  border-radius: 50px;
}
.details-content .list-1 li:last-child {
  margin-bottom: 0;
}
.details-content .blog-details-img {
  position: relative;
}
.details-content .blog-details-img .date {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 88px;
  background-color: var(--blackColor);
  text-align: center;
  padding: 10px;
}
.details-content .blog-details-img .date span {
  display: block;
  color: var(--whiteColor);
}
.details-content .blog-details-img .date span.today {
  font-weight: 600;
  font-size: 22px;
}
.details-content .user-info {
  padding-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.details-content .user-info li {
  display: inline-block;
}
.details-content .user-info li a {
  text-decoration: none;
}
.details-content .user-info li:last-child {
  margin-right: 0;
}
.details-content .block-quote {
  background-color: #FCFCFE;
  padding: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.details-content .block-quote i {
  color: #FDDFA3;
  font-size: 100px;
  position: relative;
  top: -20px;
  margin-right: 20px;
}
.details-content .block-quote p {
  font-size: 18px;
}
.details-content .block-quote h5 {
  font-size: 18px;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
  padding-left: 40px;
}
.details-content .block-quote h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  transform: translateY(-50%);
  background-color: var(--headingColor);
}
.details-content .blog-11 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.details-content .tag-shear {
  border-top: 1px solid rgba(105, 105, 105, 0.5);
  margin-top: 40px;
  padding-top: 40px;
}
.details-content .tag-shear .tag-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.details-content .tag-shear .tag-list li {
  display: inline-block;
  margin-right: 5px;
}
.details-content .tag-shear .tag-list li span {
  font-weight: 500;
  font-size: 18px;
  color: var(--headingColor);
  margin-right: 10px;
}
.details-content .tag-shear .tag-list li:last-child {
  margin: 0;
}
.details-content .tag-shear .tag-list li a {
  background: #FFFFFF;
  border: 0.5px solid rgba(105, 105, 105, 0.5);
  padding: 6px 15px;
  display: inline-block;
  text-decoration: none;
}
.details-content .tag-shear .tag-list li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-color: var(--mainColor);
}
.details-content .tag-shear .social-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.details-content .tag-shear .social-link li {
  display: inline-block;
  margin-right: 5px;
}
.details-content .tag-shear .social-link li:last-child {
  margin-right: 0;
}
.details-content .tag-shear .social-link li span {
  font-weight: 500;
  font-size: 18px;
  color: var(--headingColor);
  margin-right: 10px;
}
.details-content .tag-shear .social-link li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  background: rgba(105, 105, 105, 0.3);
  text-decoration: none;
  color: var(--headingColor);
}
.details-content .tag-shear .social-link li a:hover {
  background-color: var(--mainColor);
}

.leave-form p {
  margin-bottom: 25px;
}
.leave-form .form-group {
  margin-bottom: 25px;
}
.leave-form .form-group .form-control {
  background: #FCFCFE;
  border: 0.5px solid rgba(105, 105, 105, 0.5);
}

.project-details-img {
  position: relative;
  margin-bottom: 50px;
}
.project-details-img .icon {
  width: 100px;
  height: 100px;
  line-height: 110px;
  text-align: center;
  color: var(--headingColor);
  background-color: var(--mainColor);
  position: absolute;
  top: 30px;
  left: 30px;
}
.project-details-img .icon i {
  color: var(--headingColor);
  font-size: 50px;
}

/* FAQ Area Style
============================================*/
.faq-tabs {
  border: none;
  display: block !important;
}
.faq-tabs .nav-item {
  border: none;
  border-radius: 0;
  margin-bottom: 2px;
}
.faq-tabs .nav-item:last-child {
  margin-bottom: 0;
}
.faq-tabs .nav-item .nav-link {
  border-radius: 0;
  border: none;
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 18px;
  font-family: var(--headingFontFamily);
  background-color: #FCF7F5;
  color: var(--headingColor);
  transition: var(--transition);
  padding: 20px 30px;
}
.faq-tabs .nav-item .nav-link i {
  background: rgba(255, 170, 1, 0.15);
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  border-radius: 50px;
}
.faq-tabs .nav-item .nav-link.active {
  background-color: var(--mainColor);
}
.faq-tabs .nav-item .nav-link.active i {
  background-color: rgba(0, 5, 20, 0.15);
}

.faq-accordion-wrap .accordion-item {
  background-color: transparent;
  padding: 0;
  margin-bottom: 20px;
  border: 1px solid rgba(105, 105, 105, 0.5);
}
.faq-accordion-wrap .accordion-item .accordion-header h6 {
  margin-bottom: 0;
}
.faq-accordion-wrap .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  border: none;
  color: var(--headingColor);
  font-size: 18px;
  font-weight: 500;
  transition: var(--transition);
  font-family: var(--headingFontFamily);
  padding: 20px 30px;
}
.faq-accordion-wrap .accordion-item .accordion-header .accordion-button::after {
  content: "\ea13";
  font-family: remixicon !important;
  background-image: unset;
}
.faq-accordion-wrap .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f1af";
  font-family: remixicon !important;
  background-image: unset;
}
.faq-accordion-wrap .accordion-item .accordion-header .accordion-button:not(.collapsed):focus {
  box-shadow: none;
}
.faq-accordion-wrap .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.faq-accordion-wrap .accordion-item .accordion-body {
  padding: 20px 30px;
  padding-top: 0;
}
.faq-accordion-wrap .accordion-item:last-of-type {
  border-radius: 0;
}
.faq-accordion-wrap .accordion-item:first-of-type {
  border-radius: 0;
}

/*
Product Details Area Style
======================================================*/
.product-details-image img {
  border: 0.5px solid rgba(105, 105, 105, 0.5);
}

.product-details-desc {
  margin-left: 100px;
}
.product-details-desc h3 {
  font-size: 32px;
  font-weight: 500;
}
.product-details-desc .price {
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--mainColor);
}
.product-details-desc .price span {
  padding: 0 5px;
}
.product-details-desc .price del {
  margin-left: 10px;
}
.product-details-desc p {
  margin-bottom: 30px;
}
.product-details-desc .quantities-wrap {
  margin-bottom: 30px;
}
.product-details-desc .quantities-wrap .quantities {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.product-details-desc .quantities-wrap .product-quantity {
  width: 145px;
  padding: 0;
  display: inline-block;
  margin-right: 10px;
}
.product-details-desc .quantities-wrap .product-quantity .input-counter {
  position: relative;
}
.product-details-desc .quantities-wrap .product-quantity .input-counter input {
  height: 48px;
  color: var(--headingColor);
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-weight: normal;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.product-details-desc .quantities-wrap .product-quantity .input-counter input::-moz-placeholder {
  color: var(--headingColor);
}
.product-details-desc .quantities-wrap .product-quantity .input-counter input::placeholder {
  color: var(--headingColor);
}
.product-details-desc .quantities-wrap .product-quantity .input-counter .minus-btn {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  cursor: pointer;
  color: var(--whiteColor);
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: var(--transition);
  border: 1px solid #dedede;
  text-align: center;
  border-right: none;
}
.product-details-desc .quantities-wrap .product-quantity .input-counter .minus-btn i {
  width: 23px;
  height: 23px;
  line-height: 23px;
  background-color: transparent;
  display: inline-block;
  border-radius: 50px;
  transition: var(--transition);
  color: var(--headingColor);
}
.product-details-desc .quantities-wrap .product-quantity .input-counter .minus-btn:hover i {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.product-details-desc .quantities-wrap .product-quantity .input-counter .plus-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  cursor: pointer;
  color: var(--whiteColor);
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: var(--transition);
  border: 1px solid #dedede;
  text-align: center;
  border-left: none;
}
.product-details-desc .quantities-wrap .product-quantity .input-counter .plus-btn i {
  width: 23px;
  height: 23px;
  line-height: 23px;
  background-color: transparent;
  display: inline-block;
  border-radius: 50px;
  transition: var(--transition);
  color: var(--headingColor);
}
.product-details-desc .quantities-wrap .product-quantity .input-counter .plus-btn:hover i {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.product-details-desc .sku {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 40px;
}
.product-details-desc .sku li {
  margin-bottom: 20px;
  color: var(--headingColor);
  position: relative;
  font-weight: 600;
}
.product-details-desc .sku li span {
  font-weight: normal;
}
.product-details-desc .sku li:last-child {
  margin-bottom: 0;
}
.product-details-desc .default-btn {
  padding: 16px 20px;
  color: var(--headingColor);
}
.product-details-desc .social-wrap {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 20px;
}
.product-details-desc .social-wrap li {
  display: inline-block;
  padding-right: 10px;
  color: var(--headingColor);
}
.product-details-desc .social-wrap li span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
  position: relative;
  top: -2px;
}
.product-details-desc .social-wrap li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: var(--transition);
  display: inline-block;
  background: rgba(105, 105, 105, 0.3);
  color: var(--headingColor);
  position: relative;
  z-index: 1;
  border-radius: 50px;
  text-decoration: none;
}
.product-details-desc .social-wrap li a:hover {
  background-color: var(--mainColor);
}

.products-details-tab-content .additional-information {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}
.products-details-tab-content .additional-information li {
  border: 1px solid #E3E8EE;
  border-bottom: none;
  padding: 10px 15px;
}
.products-details-tab-content .additional-information li:first-child {
  border-radius: 4px 4px 0 0;
}
.products-details-tab-content .additional-information li:last-child {
  border-bottom: 1px solid #dddddd;
  border-radius: 0 0 4px 4px;
}
.products-details-tab-content .additional-information li span {
  display: inline-block;
  width: 30%;
  font-size: 16px;
  font-weight: 500;
  color: var(--headingColor);
}
.products-details-tab-content h3 {
  margin-bottom: 20px;
  font-size: 32px;
}
.products-details-tab-content .product-details-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.products-details-tab-content .product-details-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}
.products-details-tab-content .product-details-list li:last-child {
  margin-bottom: 0;
}
.products-details-tab-content .product-details-list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: var(--mainColor);
  border-radius: 50px;
}
.products-details-tab-content .product-review-form .review-title {
  position: relative;
}
.products-details-tab-content .product-review-form .review-title .rating {
  display: inline-block;
}
.products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
  color: #ffba0a;
}
.products-details-tab-content .product-review-form .review-title .rating i {
  color: #ffba0a;
  font-size: 14px;
}
.products-details-tab-content .product-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
  position: relative;
  top: -2px;
}
.products-details-tab-content .product-review-form .review-title .btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 10px 11px;
  font-size: 11px;
}
.products-details-tab-content .product-review-form .review-title .btn:focus {
  border: none !important;
  box-shadow: none !important;
  border: 4px;
  background-color: var(--headingColor);
}
.products-details-tab-content .product-review-form .review-comments {
  margin-top: 35px;
}
.products-details-tab-content .product-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #dddddd;
  padding-top: 30px;
}
.products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
  color: #ffba0a;
}
.products-details-tab-content .product-review-form .review-comments .review-item .rating i {
  font-size: 14px;
  color: #ffba0a;
}
.products-details-tab-content .product-review-form .review-comments .review-item h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
.products-details-tab-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}
.products-details-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 400;
  font-size: 14px;
  color: var(--headingColor);
}
.products-details-tab-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
}
.products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: #57647c;
  top: 40px;
  text-decoration: underline;
}
.products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: var(--mainColor);
}
.products-details-tab-content .product-review-form .review-form {
  margin-top: 30px;
}
.products-details-tab-content .product-review-form .review-form form .form-group {
  margin-bottom: 30px;
}
.products-details-tab-content .product-review-form .review-form form .form-group label {
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--headingColor);
}
.products-details-tab-content .product-review-form .review-form form .form-group textarea {
  padding-top: 15px;
}
.products-details-tab-content .product-review-form .review-form form .form-group .form-control {
  font-size: 14px;
}
.products-details-tab-content .specification {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.products-details-tab-content .specification li {
  margin-bottom: 10px;
}
.products-details-tab-content .specification li:last-child {
  margin-bottom: 0;
}

/*
Cart Area Style
======================================================*/
.cart-area .cart-controller {
  background-color: var(--whiteColor);
  border: none;
  border-bottom: none;
  margin-bottom: 20px;
}
.cart-area .cart-controller.wishlist-wrap {
  max-width: 872px;
  margin: auto;
}
.cart-area .product-thumbnail {
  width: 130px;
}
.cart-area .product-thumbnail img {
  border: 0.5px solid rgba(105, 105, 105, 0.5);
}
.cart-area .cart-table table {
  margin-bottom: 0;
}
.cart-area .cart-table table thead tr {
  border-style: none;
}
.cart-area .cart-table table thead tr th {
  border: none;
  color: var(--headingColor);
  font-size: 20px;
  font-weight: 500;
  padding: 20px 30px;
}
.cart-area .cart-table table tbody tr td {
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #dedede;
  white-space: nowrap;
  padding: 25px 30px;
}
.cart-area .cart-table table tbody tr td a {
  color: var(--headingColor);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--headingFontFamily);
}
.cart-area .cart-table table tbody tr td a:hover {
  color: var(--mainColor);
}
.cart-area .cart-table table tbody tr td .remove {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.cart-area .cart-table table tbody tr td .remove i {
  color: #ff0000;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.cart-area .cart-table table tbody tr td .remove:hover {
  color: #ff0000;
}
.cart-area .cart-table table tbody tr td.product-quantity {
  width: 145px;
  padding: 0;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
  position: relative;
  border: 0.5px solid rgba(105, 105, 105, 0.5);
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: var(--headingColor);
  outline: 0;
  display: block;
  border: none;
  background-color: transparent;
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-weight: normal;
  border: none;
  font-weight: 500;
  font-size: 22px;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
  color: var(--headingColor);
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: var(--headingColor);
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  cursor: pointer;
  color: var(--whiteColor);
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: var(--transition);
  border: none;
  text-align: center;
  border-right: none;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn i {
  width: 23px;
  height: 23px;
  line-height: 23px;
  background-color: transparent;
  display: inline-block;
  border-radius: 50px;
  transition: var(--transition);
  color: var(--headingColor);
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover i {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  cursor: pointer;
  color: var(--whiteColor);
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: var(--transition);
  border: none;
  text-align: center;
  border-left: none;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn i {
  width: 23px;
  height: 23px;
  line-height: 23px;
  background-color: transparent;
  display: inline-block;
  border-radius: 50px;
  transition: var(--transition);
  color: var(--headingColor);
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover i {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.cart-area .coupon-cart {
  padding-top: 5px;
  margin-bottom: 0;
}
.cart-area .coupon-cart .form-group {
  position: relative;
}
.cart-area .coupon-cart .form-group .form-control {
  border: 0.5px solid rgba(105, 105, 105, 0.5);
}
.cart-area .coupon-cart .form-group .form-control:focus {
  border-color: var(--mainColor);
}
.cart-area .coupon-cart .form-group .default-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 15px 40px;
  height: 54px;
  line-height: 20px;
  border: none;
  background-color: var(--mainColor);
}
.cart-area .coupon-cart .default-btn.update-cart {
  float: right;
  color: var(--headingColor);
  line-height: 20px;
}
.cart-area .cart-totals {
  padding: 30px;
  border: 0.5px solid rgba(105, 105, 105, 0.5);
}
.cart-area .cart-totals h3 {
  position: relative;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.cart-area .cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.cart-area .cart-totals ul li {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border: 0.5px solid rgba(105, 105, 105, 0.5);
}
.cart-area .cart-totals ul li b {
  font-weight: 400;
  color: var(--headingColor);
}
.cart-area .cart-totals ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.cart-area .cart-totals ul li span {
  float: right;
  font-weight: normal;
}
.cart-area .cart-totals .default-btn {
  display: block;
  padding: 15px 30px;
}
.cart-area.recent-order h3 {
  font-size: 16px;
  margin-bottom: 20px;
}

/* 
Main Content Text Style
=====================================================*/
.main-content-text h1, .main-content-text h2, .main-content-text h3, .main-content-text h4, .main-content-text h5, .main-content-text h6 {
  margin-bottom: 15px;
}
.main-content-text h1 {
  font-size: 30px;
}
.main-content-text h2 {
  font-size: 26px;
}
.main-content-text h3 {
  font-size: 22px;
}
.main-content-text h4 {
  font-size: 22px;
}
.main-content-text h5 {
  font-size: 20px;
}
.main-content-text h6 {
  font-size: 18px;
}
.main-content-text .gap-20 {
  margin-bottom: 30px;
}
.main-content-text p {
  color: #687693;
}
.main-content-text ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.main-content-text ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
}
.main-content-text ul li:last-child {
  margin-bottom: 0;
}
.main-content-text ul li i {
  position: absolute;
  top: -6px;
  left: 0;
  color: ar(--mainColor);
  font-size: 25px;
}
.main-content-text ol {
  padding-left: 18px;
}
.main-content-text ol li {
  margin-bottom: 10px;
}
.main-content-text ol li::marker {
  color: ar(--mainColor);
}
.main-content-text ol li:last-child {
  margin-bottom: 0;
}
.main-content-text a {
  color: var(--mainColor);
}
.main-content-text a:hover {
  text-decoration: underline;
}
.main-content-text .content-gap-mb-20 {
  margin-bottom: 20px;
}
.main-content-text .content-gap-mb-30 {
  margin-bottom: 30px;
}

/*
Error Area CSS
=====================================================*/
.error-area {
  background-color: var(--whiteColor);
}

.error-content {
  text-align: center;
  position: relative;
}
.error-content h3 {
  font-size: 30px;
}
.error-content p {
  margin-bottom: 30px;
}

/*====================================================
OTHERS STYLE AREA
=====================================================*/
/* Preloader Area Style One
============================================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ffffff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  background-image: url(../images/preloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

/*
Video wave Style*/
.video-btn {
  display: inline-block;
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  border-radius: 0;
  color: var(--mainColor);
  position: relative;
  z-index: 1;
  background-color: var(--whiteColor);
  border-radius: 50%;
  transition: var(--transition);
}
.video-btn i {
  font-size: 30px;
  color: var(--mainColor);
  position: absolute;
  top: 0;
  left: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  transition: var(--transition);
}
.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  transition: var(--transition);
  animation: ripple 1.6s ease-out infinite;
  background-color: var(--whiteColor);
}
.video-btn span {
  position: absolute;
  top: 0;
  right: -105px;
  width: 100px;
  font-size: 15px;
}
.video-btn:hover {
  background-color: var(--mainColor);
}
.video-btn:hover i {
  color: var(--whiteColor);
}
.video-btn:hover::before, .video-btn:hover::after {
  background-color: var(--mainColor);
}

@keyframes ripple {
  0%, 35% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
/*
Video wave Style*/
.video-modal iframe {
  width: 100%;
  height: 400px;
}
.video-modal .modal-dialog {
  max-width: 860px !important;
}
.video-modal .btn-close {
  position: absolute;
  top: -30px;
  right: -30px;
  opacity: 1;
  background-color: #bbbbbb;
  border-radius: 0;
  width: 30px;
  height: 30px;
  line-height: 40px;
}
.video-modal .btn-close:focus {
  box-shadow: none;
}
.video-modal .modal-body {
  padding: 0 6px;
  padding-top: 6px;
}

/*
Page-navigation Area Style*/
.pagination-area {
  margin-top: 20px;
}
.pagination-area .page-numbers {
  width: 75px;
  height: 75px;
  line-height: 75px;
  color: var(--headingColor);
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-weight: 500;
  font-size: 22px;
  background: #FCFCFE;
  border: 0.5px solid rgba(105, 105, 105, 0.5);
  text-decoration: none;
  transition: var(--transition);
  font-family: var(--headingFontFamily);
}
.pagination-area .page-numbers i {
  font-size: 22px;
  font-weight: normal;
  color: var(--mainColor);
  transition: var(--transition);
}
.pagination-area .page-numbers:hover {
  color: var(--headingColor);
  background-color: var(--whiteColor);
  box-shadow: var(--boxShadow);
}
.pagination-area .page-numbers:hover i {
  color: var(--whiteColor);
}
.pagination-area .page-numbers.next {
  top: 3px;
  line-height: 75px;
  border: 1px solid var(--mainColor);
}
.pagination-area .page-numbers.next:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.pagination-area .page-numbers:hover {
  color: var(--headingColor);
  border-color: var(--mainColor);
  background-color: var(--mainColor);
  box-shadow: var(--boxShadow);
}
.pagination-area .page-numbers.current {
  color: var(--headingColor);
  border-color: var(--mainColor);
  background-color: var(--mainColor);
  box-shadow: var(--boxShadow);
}

/* Dark Mode Style */
.dark-mode-btn {
  position: fixed;
  bottom: 85px;
  right: 40px;
  z-index: 1;
  width: 70px;
}
.dark-mode-btn .dark-version {
  text-align: center;
  float: right;
  z-index: 2;
  position: relative;
}
.dark-mode-btn .dark-version .switch {
  width: 49px;
  height: 49px;
  position: relative;
  border-radius: 50%;
  margin-bottom: -19px;
}
.dark-mode-btn .dark-version .switch input {
  width: 0;
  height: 0;
  opacity: 0;
  display: block;
}
.dark-mode-btn .dark-version .slider {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  position: absolute;
  color: var(--whiteColor);
  background-color: #2e2e2e;
  transition: var(--transition);
}
.dark-mode-btn .dark-version .slider:before {
  left: 0;
  top: 50%;
  right: 0;
  content: "\f1bf";
  position: absolute;
  transform: translateY(-50%);
  transition: var(--transition);
  font-size: 22px;
  font-family: remixicon !important;
}
.dark-mode-btn .dark-version .slider.round {
  border-radius: 50%;
}
.dark-mode-btn .dark-version .slider.round:before {
  border-radius: 50%;
}
.dark-mode-btn .dark-version input:checked + .slider {
  background-color: #efefef;
}
.dark-mode-btn .dark-version input:checked + .slider:before {
  color: var(--headingColor);
  content: "\ef72";
}/*# sourceMappingURL=style.css.map */