/*
@File: Xton 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 CSS
** - Top Header CSS
** - Navbar CSS
** - Search Overlay CSS
** - Main Banner CSS
** - About CSS
** - Categories Banner CSS
** - Products CSS
** - Products Details CSS
** - Offer CSS
** - Facility CSS
** - Partner CSS
** - Testimonials CSS
** - Brand CSS
** - Blog CSS
** - Blog Details CSS
** - Instagram CSS
** - Modal CSS
** - Page Title CSS
** - Gallery CSS
** - Look Book CSS
** - Woocommerce Widget Sidebar CSS
** - Sizing Guide CSS
** - Cart CSS
** - Checkout CSS
** - FAQ CSS
** - 404 Error CSS
** - Customer Service CSS
** - Compare CSS
** - Pagination CSS
** - Widget Sidebar CSS
** - Coming Soon CSS
** - Track Order CSS
** - Login CSS
** - Signup CSS
** - Contact CSS
** - Footer CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family="Hanken Grotesk", sans-serif:400,400i,500,500i,600,600i,700,700i&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
}

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

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

:focus {
  outline: 0 !important;
}

a {
  transition: 0.5s;
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #15bfda;
  text-decoration: none;
}

p {
  margin-bottom: 15px;
  color: #777777;
  line-height: 1.8;
  font-size: 15px;
}
p:last-child {
  margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: ""Hanken Grotesk", sans-serif";
}

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

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

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

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

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

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

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

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

/*default-btn&optional-btn*/
.default-btn {
  display: inline-block;
  border: 1px solid #15bfda;
  padding: 10px 30px;
  transition: 0.5s;
  text-transform: uppercase;
  background-color: #15bfda;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.default-btn:hover {
  background-color: transparent;
  color: #000000;
  border-color: #000000;
}

.optional-btn {
  display: inline-block;
  border: 1px solid #000000;
  padding: 10px 30px;
  transition: 0.5s;
  text-transform: uppercase;
  background-color: transparent;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.optional-btn:hover {
  background-color: #15bfda;
  color: #ffffff;
  border-color: #15bfda;
}

/*section-title*/
.section-title {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.section-title span {
  display: block;
  margin-bottom: 8px;
  color: #15bfda;
  font-weight: 600;
}
.section-title h2 {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}
.section-title.text-start {
  max-width: 100%;
  position: relative;
  margin-left: 0;
  margin-bottom: 30px;
  margin-right: 0;
}
.section-title.text-start .default-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*form-control*/
.form-control {
  background-color: #f5f5f5;
  height: 48px;
  border-radius: 0;
  box-shadow: unset !important;
  padding: 0 0 0 15px;
  border: 1px solid #f5f5f5;
  color: #000000;
  font-size: 15px;
  transition: 0.5s;
}
.form-control:focus {
  border-color: #15bfda;
  background-color: #ffffff;
}
.form-control:focus::-moz-placeholder {
  color: transparent;
}
.form-control:focus::placeholder {
  color: transparent;
}
.form-control::-moz-placeholder {
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.form-control::placeholder {
  transition: 0.5s;
}

textarea.form-control {
  padding-top: 15px;
  height: auto !important;
}

.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}
.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  transform: translateY(-50%);
}
.buy-now-btn:hover {
  background-color: #15bfda;
  color: #ffffff;
}

/*================================================
Top Header CSS
=================================================*/
.top-header {
  background-color: #15bfda;
  padding-top: 12px;
  padding-bottom: 12px;
}
.top-header .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.header-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.header-contact-info li {
  display: inline-block;
  color: #ffffff;
  margin-right: 25px;
  position: relative;
  font-weight: 600;
  font-size: 14.5px;
}
.header-contact-info li::before {
  position: absolute;
  right: -15px;
  top: 6px;
  width: 1px;
  content: "";
  height: 12px;
  background-color: #636161;
}
.header-contact-info li a {
  display: inline-block;
  color: #ffffff;
  position: relative;
}
.header-contact-info li a:hover {
  color: #15bfda;
}
.header-contact-info li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #15bfda;
  transition: 0.5s;
}
.header-contact-info li a:hover::before {
  width: 100%;
}
.header-contact-info li:last-child {
  margin-right: 0;
}
.header-contact-info li:last-child::before {
  display: none;
}
.header-contact-info li .language-switcher {
  position: relative;
}
.header-contact-info li .language-switcher .dropdown-toggle {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #ffffff;
  font-weight: 600;
  font-size: 14.5px;
}
.header-contact-info li .language-switcher .dropdown-toggle::after {
  display: none;
}
.header-contact-info li .language-switcher .dropdown-toggle img {
  width: 35px;
  border-radius: 3px;
  border: 2px solid #ffffff;
  position: relative;
  top: -2px;
}
.header-contact-info li .language-switcher .dropdown-toggle span {
  display: inline-block;
  margin-left: 5px;
}
.header-contact-info li .language-switcher .dropdown-toggle span i {
  position: relative;
  font-size: 20px;
  top: 4px;
  margin-left: -3px;
}
.header-contact-info li .language-switcher .dropdown-menu {
  padding: 15px;
  float: unset;
  border: none;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  display: block;
  margin-top: 10px !important;
  opacity: 0;
  visibility: visible;
  transition: 0.5s;
  transform: scaleX(0);
}
.header-contact-info li .language-switcher .dropdown-menu .dropdown-item {
  padding: 0;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 600;
}
.header-contact-info li .language-switcher .dropdown-menu .dropdown-item::before {
  display: none;
}
.header-contact-info li .language-switcher .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}
.header-contact-info li .language-switcher .dropdown-menu .dropdown-item img {
  width: 40px;
  border-radius: 5px;
  border: 3px solid #ffffff;
}
.header-contact-info li .language-switcher .dropdown-menu .dropdown-item span {
  display: inline-block;
  margin-left: 7px;
}
.header-contact-info li .language-switcher .dropdown-menu .dropdown-item:hover, .header-contact-info li .language-switcher .dropdown-menu .dropdown-item:focus {
  background-color: transparent !important;
}
.header-contact-info li .language-switcher .dropdown-menu .dropdown-item:active, .header-contact-info li .language-switcher .dropdown-menu .dropdown-item.active {
  color: #000000;
  background-color: transparent;
}
.header-contact-info li .language-switcher .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}

.top-header-discount-info {
  text-align: center;
}
.top-header-discount-info p {
  margin-bottom: 0;
  line-height: initial;
  font-size: 14.5px;
  color: #ffffff;
}
.top-header-discount-info p a {
  display: inline-block;
  font-weight: 700;
  position: relative;
  color: #ffffff;
}
.top-header-discount-info p a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #15bfda;
  transition: 0.5s;
}
.top-header-discount-info p a:hover {
  color: #15bfda;
}
.top-header-discount-info p a:hover::before {
  width: 100%;
}

.header-top-menu {
  text-align: right;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.header-top-menu li {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  margin-right: 25px;
  position: relative;
  font-size: 14.5px;
}
.header-top-menu li::before {
  position: absolute;
  right: -15px;
  top: 6px;
  width: 1px;
  content: "";
  height: 12px;
  background-color: #636161;
}
.header-top-menu li i {
  position: absolute;
  left: 0;
  top: 2.5px;
  font-size: 16px;
}
.header-top-menu li a {
  display: inline-block;
  color: #ffffff;
  padding-left: 22px;
  position: relative;
}
.header-top-menu li a:hover {
  color: #15bfda;
}
.header-top-menu li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #15bfda;
  transition: 0.5s;
}
.header-top-menu li a:hover::before {
  width: 100%;
}
.header-top-menu li:last-child {
  margin-right: 0;
}
.header-top-menu li:last-child::before {
  display: none;
}

.header-top-others-option {
  display: none;
  padding-left: 0;
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 0;
}
.header-top-others-option .option-item {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  z-index: 3;
  color: #ffffff;
}
.header-top-others-option .option-item:first-child {
  margin-left: 0;
}
.header-top-others-option .option-item .search-btn-box {
  position: relative;
  top: 2px;
}
.header-top-others-option .option-item .search-btn-box .search-btn {
  font-size: 20px;
  cursor: pointer;
  color: #ffffff;
  transition: 0.5s;
}
.header-top-others-option .option-item .cart-btn {
  font-size: 20px;
  position: relative;
  line-height: 1;
}
.header-top-others-option .option-item .cart-btn a {
  display: inline-block;
  position: relative;
  color: #ffffff;
}
.header-top-others-option .option-item .cart-btn a span {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 13.9px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #15bfda;
  font-size: 10px;
  font-weight: 600;
}

/*================================================
Navbar CSS
=================================================*/
.navbar-area .navbar-brand .white-logo {
  display: none;
}
.navbar-area.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background: #ffffff !important;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.navbar-area.header-sticky.is-sticky {
  opacity: 1;
  visibility: visible;
}
.navbar-area.header-sticky.scrollUp {
  transform: translateY(-85px);
  opacity: 0;
  visibility: hidden;
}
.navbar-area.navbar-style-two .xton-nav .navbar .navbar-nav {
  margin-left: 50px;
  margin-right: auto;
}

.xton-responsive-nav {
  display: none;
}
.xton-responsive-nav .logo .white-logo {
  display: none;
}

.xton-nav {
    background-color: #ffffff;
    border: 1px solid white;
    border-radius: 10px;
     position: fixed;
    top: 9px;
    z-index: 999;
    width: -webkit-fill-available;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 100px;
    box-shadow: 0px 0px 3px 1px #bdbdbd57;
}
.xton-nav .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.xton-nav .navbar {
  position: inherit;
  padding-left: 0;
  padding-right: 0;
}
.xton-nav .navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.xton-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.xton-nav .navbar .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
.xton-nav .navbar .navbar-nav .nav-item {
  position: relative;
}
.xton-nav .navbar .navbar-nav .nav-item a {
  color: #000000;
  font-size: 16.5px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #0B2239;
    font-family: "Hanken Grotesk", sans-serif;
    padding: 20px 0;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}
.xton-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: -3px;
  margin-right: -3px;
}
.xton-nav .navbar .navbar-nav .nav-item a:hover, .xton-nav .navbar .navbar-nav .nav-item a:focus, .xton-nav .navbar .navbar-nav .nav-item a.active {
  color: #15bfda;
}
.xton-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.xton-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.xton-nav .navbar .navbar-nav .nav-item:hover a, .xton-nav .navbar .navbar-nav .nav-item.active a {
  color: #15bfda;
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 70px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  padding: 0;
  transform: scaleX(0);
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 13px 20px 11px;
  margin: 0;
  position: relative;
  display: block;
  color: #666666;
  border-bottom: 1px dashed #e5e5e5;
  font-size: 15px;
  font-weight: 600;
  font-family: ""Hanken Grotesk", sans-serif";
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  right: 10px;
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #15bfda;
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #515050;
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #15bfda;
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #515050;
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #15bfda;
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #515050;
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #15bfda;
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #515050;
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #15bfda;
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #515050;
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #15bfda;
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #515050;
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #15bfda;
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #15bfda;
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #15bfda;
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #15bfda;
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #15bfda;
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #15bfda;
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #15bfda;
}
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.xton-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.xton-nav .navbar .navbar-nav .nav-item.megamenu {
  position: inherit;
}
.xton-nav .navbar .navbar-nav .nav-item.megamenu .container {
  display: block;
  flex-wrap: unset;
  align-items: unset;
  justify-content: unset;
}
.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
  width: 100%;
  margin-top: 8px;
  position: absolute;
  top: auto;
  left: 0;
  padding: 30px 0;
  transform: unset !important;
}
.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title {
  color: #000000;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 8px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 25px;
  font-size: 15.5px;
  font-weight: 600;
}
.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title::before {
  width: 30px;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #15bfda;
}
.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title:first-child {
  margin-top: 0;
}
.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu a {
  border-bottom: none !important;
}
.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
  margin-top: 14px;
  color: #666666;
  padding: 0;
  font-weight: 400;
}
.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover, .xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
  color: #15bfda;
}
.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products img {
  transition: 0.5s;
}
.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category {
  position: absolute;
  left: 0;
  transition: 0.5s;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding: 15px;
  margin-left: 10px;
  margin-right: 10px;
}
.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category h4 {
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 600;
}
.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .link-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:not(:first-child) {
  margin-top: 15px;
}
.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover img {
  transform: scale(1.3);
}
.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover .category {
  bottom: 10px;
}
.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .brand-slides {
  margin-top: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
.xton-nav .navbar .others-option .option-item {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  z-index: 3;
}
.xton-nav .navbar .others-option .option-item:first-child {
  margin-left: 0;
}
.xton-nav .navbar .others-option .option-item .search-btn-box {
  position: relative;
  top: 1px;
}
.xton-nav .navbar .others-option .option-item .search-btn-box .search-btn {
  font-size: 25px;
  cursor: pointer;
  color: #000000;
  transition: 0.5s;
}
.xton-nav .navbar .others-option .option-item .cart-btn {
  font-size: 25px;
  position: relative;
  line-height: 1;
}
.xton-nav .navbar .others-option .option-item .cart-btn a {
  display: inline-block;
  position: relative;
  color: #000000;
}
.xton-nav .navbar .others-option .option-item .cart-btn a span {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 13.9px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #15bfda;
  font-size: 10px;
  font-weight: 600;
}
.xton-nav .navbar .others-option .option-item .burger-menu {
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  top: 4px;
  margin-left: 5px;
}
.xton-nav .navbar .others-option .option-item .burger-menu span {
  height: 1px;
  width: 25px;
  background: #000000;
  display: block;
  margin: 6px 0;
  transition: all 0.5s ease-in-out;
}
.xton-nav .navbar .others-option .option-item .burger-menu.active span.top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.xton-nav .navbar .others-option .option-item .burger-menu.active span.middle-bar {
  opacity: 0;
}
.xton-nav .navbar .others-option .option-item .burger-menu.active span.bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  margin-top: 5px;
}
.centercard{
        margin-top: -40px;
  }

@media only screen and (max-width: 991px) {
  .xton-responsive-nav {
    display: block;
  }
  .centercard{
        margin-top: 0px;
  }
  .xton-responsive-nav .xton-responsive-menu {
    position: relative;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .mean-nav {
    margin-top: 45px;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #15bfda;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 15px;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 306px;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item {
    overflow: hidden;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .container {
    padding-left: 0;
    padding-right: 0;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row {
    display: block;
    flex-wrap: unset;
    margin-left: 0;
    margin-right: 0;
    margin-top: -20px;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col {
    flex-basis: unset;
    flex-grow: unset;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:last-child {
    margin-bottom: 15px;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item a {
    width: 100%;
    float: unset;
    display: block;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title {
    color: #000000;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 13.5px;
    font-weight: 600;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title::before {
    width: 30px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #15bfda;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title:first-child {
    margin-top: 5px;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu a {
    border-bottom: none !important;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .mean-expand {
    display: none !important;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu {
    width: auto;
    overflow: hidden;
    display: block !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
    border: none;
    margin-top: 15px;
    color: #666666;
    padding: 0;
    font-weight: 400;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover, .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
    color: #15bfda;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products {
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products img {
    transition: 0.5s;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category {
    position: absolute;
    left: 0;
    transition: 0.5s;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category h4 {
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 600;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .link-btn {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:not(:first-child) {
    margin-top: 15px;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover img {
    transform: scale(1.3);
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover .category {
    bottom: 10px;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .brand-slides {
    margin-top: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .brand-slides .brand-item a {
    display: block !important;
    padding: 20px !important;
    width: auto !important;
  }
  .xton-responsive-nav .xton-responsive-menu.mean-container .others-option {
    display: none;
  }
  .xton-responsive-nav .mean-container a.meanmenu-reveal {
    color: #000000;
  }
  .xton-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #000000;
    position: relative;
    top: 8px;
    margin-top: -10px;
  }
  .xton-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 998;
  }
  .xton-nav {
    display: none;
  }
  .navbar-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-area.header-sticky {
    display: none;
  }
}
/*================================================
Search Overlay CSS
=================================================*/
.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.search-overlay .search-overlay-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(100%);
}
.search-overlay .search-overlay-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0s;
}
.search-overlay .search-overlay-layer:nth-child(2) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out 0.3s;
}
.search-overlay .search-overlay-layer:nth-child(3) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.9s ease-in-out 0.6s;
}
.search-overlay .search-overlay-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  transition: all 0.9s ease-in-out 1.5s;
  opacity: 0;
  visibility: hidden;
}
.search-overlay .search-overlay-close .search-overlay-close-line {
  width: 100%;
  height: 3px;
  float: left;
  margin-bottom: 5px;
  background-color: #ffffff;
  transition: all 500ms ease;
}
.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
  transform: rotate(45deg);
}
.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
  margin-top: -7px;
  transform: rotate(-45deg);
}
.search-overlay .search-overlay-close:hover .search-overlay-close-line {
  background: #15bfda;
  transform: rotate(180deg);
}
.search-overlay .search-overlay-form {
  transition: all 0.9s ease-in-out 1.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  max-width: 500px;
  width: 500px;
}
.search-overlay .search-overlay-form form {
  position: relative;
}
.search-overlay .search-overlay-form form .input-search {
  display: block;
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 30px;
  padding-left: 20px;
  color: #000000;
  font-size: 15px;
}
.search-overlay .search-overlay-form form button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 45px;
  color: #ffffff;
  height: 45px;
  border-radius: 50%;
  background-color: #15bfda;
  transition: 0.5s;
  border: none;
  font-size: 20px;
  line-height: 45px;
}
.search-overlay .search-overlay-form form button:hover {
  background-color: #000000;
  color: #ffffff;
}
.search-overlay.search-overlay-active.search-overlay {
  opacity: 1;
  visibility: visible;
}
.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
  transform: translateX(0);
}
.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
  opacity: 1;
  visibility: visible;
}
.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
  opacity: 1;
  visibility: visible;
}

/*================================================
Main Banner CSS
=================================================*/
.main-banner {
  height: 800px;
  position: relative;
  z-index: 1;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-bg1 {
  background-image: url(../img/main-banner1.jpg);
}

.banner-bg2 {
  background-image: url(../img/main-banner2.jpg);
}

.banner-bg3 {
  background-image: url(../img/main-banner3.jpg);
}

.banner-bg4 {
  background-image: url(../img/offer-bg.jpg);
}

.banner-bg5 {
  background-image: url(../img/main-banner5.jpg);
}

.banner-bg6 {
  background-image: url(../img/main-banner6.jpg);
}

.banner-bg7 {
  background-image: url(../img/main-banner2.jpg);
}

.banner-bg8 {
  background-image: url(../img/main-banner2.jpg);
}

.banner-bg9 {
  background-image: url(../img/main-banner2.jpg);
}

.banner-section {
  height: 650px;
  position: relative;
  z-index: 1;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-section .main-banner-content {
  max-width: 100%;
  margin-left: 0;
}

.main-banner-content .sub-title {
  display: block;
  margin-bottom: 7px;
  font-size: 17.5px;
  font-weight: 600;
}
.main-banner-content h1 {
  margin-bottom: 12px;
  font-size: 65px;
  font-weight: 700;
}
.main-banner-content p {
  color: #000000;
  font-weight: 500;
  font-size: 17px;
}
.main-banner-content .btn-box {
  margin-top: 28px;
}
.main-banner-content .btn-box .optional-btn {
  margin-left: 15px;
}
.main-banner-content.text-white .submenu-title {
  color: #ffffff;
}
.main-banner-content.text-white h1 {
  color: #ffffff;
}
.main-banner-content.text-white p {
  color: #ffffff;
  opacity: 0.92;
}
.main-banner-content.text-white .btn-box .default-btn {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.main-banner-content.text-white .btn-box .default-btn:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.main-banner-content.text-white .btn-box .optional-btn {
  border-color: #ffffff;
  color: #ffffff;
}
.main-banner-content.text-white .btn-box .optional-btn:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.main-banner-content.text-center .btn-box .optional-btn {
  margin-left: 7px;
}
.main-banner-content.text-center .btn-box .default-btn {
  margin-right: 7px;
}

.banner-content {
  position: relative;
  overflow: hidden;
  padding: 55px;
  max-width: 640px;
  z-index: 1;
  margin-left: auto;
}
.banner-content .line {
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  border: 9px solid #000000;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
          clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.banner-content .sub-title {
  display: block;
  font-weight: 300;
  font-size: 30px;
}
.banner-content h1 {
  margin: 12px 0 20px;
  font-size: 65px;
  font-weight: 700;
}
.banner-content p {
  color: #000000;
  max-width: 495px;
  line-height: 1.6;
  font-size: 20px;
  font-weight: 300;
}
.banner-content .btn-box {
  margin-top: 25px;
}
.banner-content .btn-box .optional-btn {
  margin-left: 15px;
}
.banner-content.text-white .submenu-title {
  color: #ffffff;
}
.banner-content.text-white .line {
  border-color: #ffffff;
}
.banner-content.text-white h1 {
  color: #ffffff;
}
.banner-content.text-white p {
  color: #ffffff;
  opacity: 0.92;
}
.banner-content.text-white .btn-box .default-btn {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.banner-content.text-white .btn-box .default-btn:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.banner-content.text-white .btn-box .optional-btn {
  border-color: #ffffff;
  color: #ffffff;
}
.banner-content.text-white .btn-box .optional-btn:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.hero-banner {
  padding-top: 30px;
  position: relative;
  z-index: 1;
  background-color: #f4f4f4;
}
.hero-banner .main-banner-content {
  max-width: 100%;
  margin-left: 0;
}

.banner-image {
  text-align: center;
  position: relative;
  z-index: 1;
}
.banner-image .circle {
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: -1;
  position: absolute;
  left: 0;
  top: 5%;
  right: 0;
  margin: 0 auto;
}
.banner-image img {
  width: unset !important;
  display: inline-block !important;
}

.owl-item.active .banner-content .sub-title {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.owl-item.active .banner-content h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.owl-item.active .banner-content p {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.owl-item.active .banner-content .btn-box {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.owl-item.active .banner-content .line {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.home-slides.owl-theme .owl-nav [class*=owl-] {
  color: #000000;
  font-size: 45px;
  margin: 0;
  padding: 0;
  background: transparent;
  display: inline-block;
  border-radius: 0;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
}
.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}
.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #000000;
  transform: translateX(-10px) translateY(-50%);
}
.home-slides.owl-theme .owl-nav [class*=owl-]:hover.owl-next {
  transform: translateX(10px) translateY(-50%);
}
.home-slides.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.home-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  background: transparent;
  position: relative;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid transparent;
}
.home-slides.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #000000;
  margin: 2px;
}
.home-slides.owl-theme .owl-dots .owl-dot:hover span, .home-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: #000000;
}
.home-slides.owl-theme:hover .owl-nav [class*=owl-] {
  left: 20px;
  opacity: 1;
  visibility: visible;
}
.home-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}

.home-slides-two.owl-theme .owl-nav {
  margin-top: 0;
}
.home-slides-two.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 45px;
  margin: 0;
  padding: 0;
  background: transparent;
  display: inline-block;
  border-radius: 0;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
}
.home-slides-two.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}
.home-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  transform: translateX(-10px) translateY(-50%);
}
.home-slides-two.owl-theme .owl-nav [class*=owl-]:hover.owl-next {
  transform: translateX(10px) translateY(-50%);
}
.home-slides-two.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.home-slides-two.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  background: transparent;
  position: relative;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid transparent;
}
.home-slides-two.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #000000;
  margin: 2px;
}
.home-slides-two.owl-theme .owl-dots .owl-dot:hover span, .home-slides-two.owl-theme .owl-dots .owl-dot.active span {
  border-color: #000000;
}
.home-slides-two.owl-theme:hover .owl-nav [class*=owl-] {
  left: 20px;
  opacity: 1;
  visibility: visible;
}
.home-slides-two.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}

.home-slides-three.owl-theme .owl-dots {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0 !important;
}
.home-slides-three.owl-theme .owl-dots .owl-dot {
  display: block;
}
.home-slides-three.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: transparent;
  position: relative;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid transparent;
  margin-left: 0;
  margin-right: 0;
  margin-top: 3px;
  margin-bottom: 3px;
}
.home-slides-three.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #000000;
  margin: 2px;
}
.home-slides-three.owl-theme .owl-dots .owl-dot:hover span, .home-slides-three.owl-theme .owl-dots .owl-dot.active span {
  border-color: #000000;
}

/*================================================
About CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
}

.about-image {
  position: relative;
  padding-right: 100px;
  padding-bottom: 50px;
}
.about-image img {
  border-radius: 5px;
}
.about-image img:nth-child(2) {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 1;
}

.about-content {
  padding-left: 15px;
}
.about-content .sub-title {
  display: block;
  margin-bottom: 8px;
  color: #15bfda;
  font-weight: 600;
}
.about-content h2 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 35px;
  font-weight: 700;
}
.about-content h6 {
  margin-bottom: 14px;
  line-height: 1.6;
  font-size: 16px;
}
.about-content .features-text {
  margin-top: 25px;
}
.about-content .features-text h5 {
  margin-bottom: 22px;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  padding-left: 47px;
  padding-top: 7px;
}
.about-content .features-text i {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: #15bfda;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  font-size: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.about-inner-area {
  margin-top: 80px;
}

.about-text h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
  font-size: 22px;
  font-weight: 700;
}
.about-text h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  background-color: #15bfda;
  height: 1px;
}
.about-text p {
  color: #000000;
  font-size: 16px;
}
.about-text .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}
.about-text .features-list li {
  position: relative;
  margin-bottom: 13px;
  color: #000000;
  padding-left: 30px;
}
.about-text .features-list li i {
  font-size: 16px;
  color: #000000;
  background-color: #eaeaf2;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  transition: 0.5s;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-text .features-list li:last-child {
  margin-bottom: 0;
}
.about-text .features-list li:hover i {
  background-color: #15bfda;
  color: #ffffff;
}

/*================================================
Categories Banner CSS
=================================================*/
.single-categories-box {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.single-categories-box img {
  transition: 0.5s;
  border-radius: 5px;
  width: 100%;
}
.single-categories-box .content {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 25px 25px 0;
  text-align: right;
}
.single-categories-box .content span {
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
  transition: 0.5s;
  color: #15bfda;
  font-weight: 600;
  transform: translateY(12px);
}
.single-categories-box .content h3 {
  margin-bottom: 0;
  transition: 0.5s;
  transform: translateY(12px);
  font-size: 30px;
  font-weight: 700;
}
.single-categories-box .content .default-btn {
  background-color: transparent;
  color: #000000;
  border-color: #000000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}
.single-categories-box .content.text-white span {
  color: #ffffff;
}
.single-categories-box .content.text-white h3 {
  color: #ffffff;
}
.single-categories-box .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  position: absolute;
}
.single-categories-box:hover img {
  transform: scale(1.07);
}
.single-categories-box:hover .content span {
  transform: translateY(-30px);
}
.single-categories-box:hover .content h3 {
  transform: translateY(-30px);
}
.single-categories-box:hover .content .default-btn {
  background-color: #15bfda;
  color: #ffffff;
  border-color: #15bfda;
  opacity: 1;
  visibility: visible;
  transform: translateY(-15px);
}

.categories-box {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.categories-box img {
  transition: 0.5s;
  width: 100%;
}
.categories-box .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  position: absolute;
}
.categories-box .content {
  position: absolute;
  top: 30px;
  left: 30px;
  transition: 0.5s;
  background-color: #ffffff;
  box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
}
.categories-box .content h3 {
  margin-bottom: 0;
  transition: 0.5s;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}
.categories-box:hover img {
  transform: scale(1.07);
}
.categories-box:hover .content {
  background-color: #15bfda;
}
.categories-box:hover .content h3 {
  color: #ffffff;
}

/*================================================
Products CSS
=================================================*/
.all-products-area .container .container {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.all-products-area .facility-area {
  margin-bottom: 30px;
  background-color: #ffffff;
}
.all-products-area .products-area {
  margin-bottom: 30px;
  background-color: #ffffff;
}
.all-products-area .facility-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  background-color: #ffffff;
  border-color: #ffffff;
}
.all-products-area .facility-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #15bfda;
  color: #ffffff;
  border-color: #15bfda;
}
.all-products-area .brand-area {
  background-color: #ffffff;
}
.all-products-area .brand-item a {
  background-color: #f5f5f5;
  border-color: #e7e4e4;
}
.all-products-area .categories-banner-area {
  background-color: #ffffff;
  margin-bottom: 30px;
}
.all-products-area .ptb-100 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.all-products-area .pb-70 {
  padding-bottom: 0;
}
.all-products-area .pt-100 {
  padding-top: 30px;
}
.all-products-area .pb-100 {
  padding-bottom: 30px;
}

.single-products-box {
  position: relative;
  margin-bottom: 30px;
}
.single-products-box .products-image {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.single-products-box .products-image a {
  position: relative;
  display: block;
}
.single-products-box .products-image a img {
  transition: 0.8s;
}
.single-products-box .products-image a .hover-image {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.07);
}
.single-products-box .products-image .products-button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.single-products-box .products-image .products-button ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-products-box .products-image .products-button ul li {
  margin-bottom: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
  transition: all 0.3s ease-in-out 0s;
}
.single-products-box .products-image .products-button ul li a {
  display: inline-block;
  font-size: 25px;
  line-height: 1;
  color: #000000;
  position: relative;
}
.single-products-box .products-image .products-button ul li a:hover {
  color: #15bfda;
}
.single-products-box .products-image .products-button ul li a .tooltip-label {
  right: 110%;
  top: 45%;
  transform: translateX(0) translateY(-45%);
  position: absolute;
  padding: 0 10px;
  line-height: 28px;
  font-size: 12px;
  letter-spacing: 0.3px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  color: transparent;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  background-color: #15bfda;
  color: #ffffff;
}
.single-products-box .products-image .products-button ul li a .tooltip-label::before {
  content: "\e9ff";
  color: #15bfda;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  right: -13px;
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}
.single-products-box .products-image .products-button ul li a:hover .tooltip-label {
  visibility: visible;
  opacity: 1;
  right: 135%;
}
.single-products-box .products-image .products-button ul li:last-child {
  margin-bottom: 0;
}
.single-products-box .products-image .products-button ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.single-products-box .products-image .products-button ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.single-products-box .products-image .products-button ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.single-products-box .products-image .sale-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: red;
  color: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.single-products-box .products-image .new-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: green;
  color: #ffffff;
  text-align: center;
  z-index: 2;
  padding: 1px 7px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.single-products-box .products-content {
  margin-top: 20px;
  position: relative;
}
.single-products-box .products-content h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.single-products-box .products-content h3 a {
  display: inline-block;
  color: #000000;
}
.single-products-box .products-content h3 a:hover {
  color: #15bfda;
}
.single-products-box .products-content .price {
  margin-top: 8px;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 600;
}
.single-products-box .products-content .price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 500;
}
.single-products-box .products-content .star-rating {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #f49f0b;
}
.single-products-box .products-content .star-rating i {
  display: inline-block;
  margin-left: -2px;
}
.single-products-box .products-content .add-to-cart {
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  transition: 0.5s;
  display: inline-block;
  color: #777777;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  font-size: 14px;
  font-weight: 600;
}
.single-products-box .products-content .add-to-cart:hover {
  color: #15bfda;
}
.single-products-box:hover .products-content .price {
  opacity: 0;
  visibility: hidden;
}
.single-products-box:hover .products-content .add-to-cart {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.single-products-box:hover .products-image a .main-image {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.07);
}
.single-products-box:hover .products-image a .hover-image {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.single-products-box:hover .products-image .products-button ul li {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.products-box {
  margin-bottom: 30px;
  position: relative;
}
.products-box .products-image {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.products-box .products-image a {
  position: relative;
  display: block;
}
.products-box .products-image a img {
  transition: 0.8s;
}
.products-box .products-image a .hover-image {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.07);
}
.products-box .products-image .products-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
}
.products-box .products-image .products-button ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.products-box .products-image .products-button ul li {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transform: translateX(30px);
  transition: all 0.3s ease-in-out 0s;
  margin-left: 3px;
  margin-right: 3px;
}
.products-box .products-image .products-button ul li a {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  color: #000000;
  position: relative;
  width: 40px;
  border-radius: 50%;
  line-height: 43px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  height: 40px;
}
.products-box .products-image .products-button ul li a:hover {
  background-color: #15bfda;
  color: #ffffff;
}
.products-box .products-image .products-button ul li a .tooltip-label {
  right: 50%;
  top: -15px;
  transform: translateX(50%);
  position: absolute;
  padding: 0 10px;
  line-height: 28px;
  font-size: 12px;
  letter-spacing: 0.3px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  color: transparent;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  background-color: #000000;
  color: #ffffff;
}
.products-box .products-image .products-button ul li a .tooltip-label::before {
  content: "\e9ff";
  color: #000000;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(90deg);
  transition: all 0.2s ease-in-out;
  bottom: -16px;
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}
.products-box .products-image .products-button ul li a:hover .tooltip-label {
  visibility: visible;
  opacity: 1;
  top: -45px;
}
.products-box .products-image .products-button ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.products-box .products-image .products-button ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.products-box .products-image .products-button ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.products-box .products-image .sale-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: red;
  color: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.products-box .products-image .new-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: green;
  color: #ffffff;
  text-align: center;
  z-index: 2;
  padding: 1px 7px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.products-box .products-content {
  margin-top: 20px;
  position: relative;
}
.products-box .products-content .category {
  display: block;
  margin-bottom: 7px;
  text-transform: uppercase;
  color: #15bfda;
  font-weight: 600;
  font-size: 14px;
}
.products-box .products-content h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.products-box .products-content h3 a {
  display: inline-block;
  color: #000000;
}
.products-box .products-content h3 a:hover {
  color: #15bfda;
}
.products-box .products-content .price {
  transition: 0.5s;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 600;
}
.products-box .products-content .price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 500;
}
.products-box .products-content .star-rating {
  color: #f49f0b;
  margin-top: 8px;
}
.products-box .products-content .star-rating i {
  display: inline-block;
  margin-left: -2px;
}
.products-box .products-content .add-to-cart {
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  transition: 0.5s;
  display: inline-block;
  color: #777777;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  font-size: 14px;
  font-weight: 600;
}
.products-box .products-content .add-to-cart:hover {
  color: #15bfda;
}
.products-box .products-discount {
  position: absolute;
  top: -6.1px;
  right: 10px;
  display: inline-block;
}
.products-box .products-discount span {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 90px;
  background-color: red;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.products-box .products-discount span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  position: absolute;
  content: "";
  top: 0;
  background: red;
}
.products-box .products-discount span:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  background: red;
}
.products-box:hover .products-content .price {
  opacity: 0;
  visibility: hidden;
}
.products-box:hover .products-content .add-to-cart {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.products-box:hover .products-image a .main-image {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.07);
}
.products-box:hover .products-image a .hover-image {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.products-box:hover .products-image .products-button ul li {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.single-productsBox {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.single-productsBox .products-image {
  position: relative;
  overflow: hidden;
}
.single-productsBox .products-image a {
  position: relative;
  display: block;
}
.single-productsBox .products-image a img {
  transition: 0.8s;
}
.single-productsBox .products-image a .hover-image {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.07);
}
.single-productsBox .products-image .products-button {
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  bottom: 20px;
}
.single-productsBox .products-image .products-button ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-productsBox .products-image .products-button ul li {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transform: translateX(30px);
  transition: all 0.3s ease-in-out 0s;
  margin-left: 3px;
  margin-right: 3px;
}
.single-productsBox .products-image .products-button ul li a {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  color: #000000;
  position: relative;
  width: 40px;
  border-radius: 50%;
  line-height: 43px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  height: 40px;
}
.single-productsBox .products-image .products-button ul li a:hover {
  background-color: #15bfda;
  color: #ffffff;
}
.single-productsBox .products-image .products-button ul li a .tooltip-label {
  right: 50%;
  top: -15px;
  transform: translateX(50%);
  position: absolute;
  padding: 0 10px;
  line-height: 28px;
  font-size: 12px;
  letter-spacing: 0.3px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  color: transparent;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  background-color: #000000;
  color: #ffffff;
}
.single-productsBox .products-image .products-button ul li a .tooltip-label::before {
  content: "\e9ff";
  color: #000000;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(90deg);
  transition: all 0.2s ease-in-out;
  bottom: -16px;
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}
.single-productsBox .products-image .products-button ul li a:hover .tooltip-label {
  visibility: visible;
  opacity: 1;
  top: -45px;
}
.single-productsBox .products-image .products-button ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.single-productsBox .products-image .products-button ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.single-productsBox .products-image .products-button ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.single-productsBox .products-image .sale-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: red;
  color: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.single-productsBox .products-image .new-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: green;
  color: #ffffff;
  text-align: center;
  z-index: 2;
  padding: 1px 7px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.single-productsBox .products-content {
  margin-top: 20px;
  position: relative;
}
.single-productsBox .products-content .category {
  display: block;
  margin-bottom: 7px;
  text-transform: uppercase;
  color: #15bfda;
  font-weight: 600;
  font-size: 14px;
}
.single-productsBox .products-content h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.single-productsBox .products-content h3 a {
  display: inline-block;
  color: #000000;
}
.single-productsBox .products-content h3 a:hover {
  color: #15bfda;
}
.single-productsBox .products-content .price {
  transition: 0.5s;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 600;
}
.single-productsBox .products-content .price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 500;
}
.single-productsBox .products-content .star-rating {
  color: #f49f0b;
  margin-top: 8px;
}
.single-productsBox .products-content .star-rating i {
  display: inline-block;
  margin-left: -2px;
}
.single-productsBox .products-content .add-to-cart {
  position: absolute;
  left: 50%;
  bottom: 0;
  text-transform: uppercase;
  transition: 0.5s;
  display: inline-block;
  color: #777777;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  margin-left: 15px;
  font-size: 14px;
  font-weight: 600;
}
.single-productsBox .products-content .add-to-cart:hover {
  color: #15bfda;
}
.single-productsBox .products-discount {
  position: absolute;
  top: -6.1px;
  right: 10px;
  display: inline-block;
}
.single-productsBox .products-discount span {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 90px;
  background-color: red;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.single-productsBox .products-discount span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  position: absolute;
  content: "";
  top: 0;
  background: red;
}
.single-productsBox .products-discount span:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  background: red;
}
.single-productsBox:hover .products-content .price {
  opacity: 0;
  visibility: hidden;
}
.single-productsBox:hover .products-content .add-to-cart {
  opacity: 1;
  margin-left: 0;
  visibility: visible;
}
.single-productsBox:hover .products-image a .main-image {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.07);
}
.single-productsBox:hover .products-image a .hover-image {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.single-productsBox:hover .products-image .products-button ul li {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.products-slides .single-products-box .products-image a img {
  width: auto !important;
  display: inline-block !important;
}

.products-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.products-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 20px;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 48px;
  position: absolute;
  left: 0;
  transition: 0.5s;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1.5px;
}
.products-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}
.products-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #15bfda;
  color: #ffffff;
  border-color: #15bfda;
}
.products-slides.owl-theme:hover .owl-nav [class*=owl-] {
  left: -30px;
  opacity: 1;
  visibility: visible;
}
.products-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -30px;
}

.products-collections-area .container-fluid {
  width: 90%;
}

.products-filter-options {
  margin-bottom: 25px;
}
.products-filter-options .products-ordering-list .nice-select {
  background-color: transparent;
  border: none;
  height: 40px;
  line-height: 40px;
  color: #777777;
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
}
.products-filter-options .products-ordering-list .nice-select::after {
  right: 2px;
  width: 7px;
  height: 7px;
  border-color: #727695;
  border-width: 1px;
}
.products-filter-options .products-ordering-list .nice-select .current {
  color: #777777;
  font-family: ""Hanken Grotesk", sans-serif";
}
.products-filter-options .products-ordering-list .nice-select .list {
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.products-filter-options .products-ordering-list .nice-select .list .option {
  transition: 0.5s;
  line-height: 35px;
  min-height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
}
.products-filter-options .products-ordering-list .nice-select .list .option:hover, .products-filter-options .products-ordering-list .nice-select .list .option.focus, .products-filter-options .products-ordering-list .nice-select .list .option.selected.focus {
  background-color: transparent;
  color: #15bfda;
}
.products-filter-options .products-ordering-list .nice-select .list .option.selected {
  font-weight: 700;
}
.products-filter-options p {
  line-height: initial;
  margin-bottom: 0;
  font-family: ""Hanken Grotesk", sans-serif";
}
.products-filter-options .sub-title {
  color: #5b5b5b;
  display: inline-block;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}
.products-filter-options .sub-title a {
  text-transform: uppercase;
  color: #232323;
  font-weight: 700;
  margin-right: 15px;
  padding-left: 22px;
  display: block;
  position: relative;
}
.products-filter-options .sub-title a i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 1px;
}
.products-filter-options .sub-title a:hover {
  color: #15bfda;
}
.products-filter-options .view-list-row {
  position: relative;
  top: 2px;
}
.products-filter-options .view-list-row .view-column a {
  display: inline-block;
}
.products-filter-options .view-list-row .view-column .icon-view-one span {
  cursor: pointer;
  width: 7px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #ffffff;
  transition: 0.5s;
}
.products-filter-options .view-list-row .view-column .icon-view-one.active span, .products-filter-options .view-list-row .view-column .icon-view-one:hover span {
  border-color: #15bfda;
}
.products-filter-options .view-list-row .view-column .icon-view-two {
  margin-left: 2px;
}
.products-filter-options .view-list-row .view-column .icon-view-two span {
  cursor: pointer;
  width: 7px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #ffffff;
  transition: 0.5s;
}
.products-filter-options .view-list-row .view-column .icon-view-two span:not(:first-child) {
  margin-left: 1px;
}
.products-filter-options .view-list-row .view-column .icon-view-two.active span, .products-filter-options .view-list-row .view-column .icon-view-two:hover span {
  border-color: #15bfda;
}
.products-filter-options .view-list-row .view-column .icon-view-three {
  margin-left: 2px;
}
.products-filter-options .view-list-row .view-column .icon-view-three span {
  width: 7px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #ffffff;
  transition: 0.5s;
}
.products-filter-options .view-list-row .view-column .icon-view-three span:not(:first-child) {
  margin-left: 1px;
}
.products-filter-options .view-list-row .view-column .icon-view-three.active span, .products-filter-options .view-list-row .view-column .icon-view-three:hover span {
  border-color: #15bfda;
}
.products-filter-options .view-list-row .view-column .icon-view-four {
  margin-left: 2px;
}
.products-filter-options .view-list-row .view-column .icon-view-four span {
  width: 7px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #ffffff;
  transition: 0.5s;
}
.products-filter-options .view-list-row .view-column .icon-view-four span:not(:first-child) {
  margin-left: 1px;
}
.products-filter-options .view-list-row .view-column .icon-view-four.active span, .products-filter-options .view-list-row .view-column .icon-view-four:hover span {
  border-color: #15bfda;
}
.products-filter-options .view-list-row .view-column .icon-view-five {
  margin-left: 2px;
}
.products-filter-options .view-list-row .view-column .icon-view-five span {
  width: 5px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #ffffff;
  transition: 0.5s;
}
.products-filter-options .view-list-row .view-column .icon-view-five span:not(:first-child) {
  margin-left: 1px;
}
.products-filter-options .view-list-row .view-column .icon-view-five.active span, .products-filter-options .view-list-row .view-column .icon-view-five:hover span {
  border-color: #15bfda;
}
.products-filter-options .view-list-row .view-column .icon-view-six {
  margin-left: 2px;
}
.products-filter-options .view-list-row .view-column .icon-view-six span {
  width: 3px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #ffffff;
  transition: 0.5s;
}
.products-filter-options .view-list-row .view-column .icon-view-six span:not(:first-child) {
  margin-left: 1px;
}
.products-filter-options .view-list-row .view-column .icon-view-six.active span, .products-filter-options .view-list-row .view-column .icon-view-six:hover span {
  border-color: #15bfda;
}
.products-filter-options .view-list-row .view-column .view-grid-switch {
  margin-left: 2px;
}
.products-filter-options .view-list-row .view-column .view-grid-switch span {
  width: 24px;
  height: 6px;
  display: block;
  position: relative;
  background-color: #ffffff;
  transition: 0.5s;
}
.products-filter-options .view-list-row .view-column .view-grid-switch span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  background-color: #ffffff;
  display: block;
  width: 2px;
  height: 6px;
}
.products-filter-options .view-list-row .view-column .view-grid-switch span:not(:first-child) {
  margin-top: 2px;
}
.products-filter-options .view-list-row .view-column .view-grid-switch.active span, .products-filter-options .view-list-row .view-column .view-grid-switch:hover span {
  background-color: #15bfda;
}

#products-collections-filter.products-col-one .products-col-item {
  flex: 0 0 100%;
  max-width: 100%;
}
#products-collections-filter.products-col-one .products-col-item .single-products-box .products-image a img {
  width: 100%;
}
#products-collections-filter.products-col-one .products-col-item .products-box .products-image a img {
  width: 100%;
}
#products-collections-filter.products-col-one .products-col-item .single-productsBox .products-image a img {
  width: 100%;
}
#products-collections-filter.products-col-three .products-col-item {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
#products-collections-filter.products-row-view .products-col-item {
  flex: 0 0 100%;
  max-width: 100%;
}
#products-collections-filter.products-row-view .products-col-item .single-products-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  background-color: #fdfdfd;
}
#products-collections-filter.products-row-view .products-col-item .single-products-box .products-image {
  position: relative;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
#products-collections-filter.products-row-view .products-col-item .single-products-box .products-content {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}
#products-collections-filter.products-row-view .products-col-item .single-products-box .products-content .add-to-cart {
  left: 30px;
}
#products-collections-filter.products-row-view .products-col-item .single-products-box .products-content .star-rating {
  right: 30px;
}
#products-collections-filter.products-row-view .products-col-item .products-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  background-color: #fdfdfd;
}
#products-collections-filter.products-row-view .products-col-item .products-box .products-image {
  position: relative;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
#products-collections-filter.products-row-view .products-col-item .products-box .products-content {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}
#products-collections-filter.products-row-view .products-col-item .products-box .products-content .add-to-cart {
  left: 30px;
}
#products-collections-filter.products-row-view .products-col-item .single-productsBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  background-color: #fdfdfd;
}
#products-collections-filter.products-row-view .products-col-item .single-productsBox .products-image {
  position: relative;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
#products-collections-filter.products-row-view .products-col-item .single-productsBox .products-content {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}
#products-collections-filter.products-row-view .products-col-item .single-productsBox .products-content .add-to-cart {
  left: 30px;
  transform: translateX(0);
}
#products-collections-filter.products-row-view .products-col-item.col-lg-4 {
  flex: 0 0 50%;
  max-width: 50%;
}
#products-collections-filter.products-col-two .col-lg-4 {
  flex: 0 0 50%;
  max-width: 50%;
}
#products-collections-filter.products-col-four .col-lg-4 {
  flex: 0 0 25%;
  max-width: 25%;
}

/*================================================
Products Details CSS
=================================================*/
.products-details-image img {
  width: 100%;
}
.products-details-image .slick-slider {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.products-details-image .slick-dots {
  padding: 0;
  text-align: center;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 0;
  margin-bottom: 0;
}
.products-details-image .slick-dots li {
  display: block;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}
.products-details-image .slick-dots li button {
  padding: 0;
  outline: 0;
  display: block;
  border: none;
  margin: 0;
  cursor: pointer;
}
.products-details-image .slick-dots li img {
  transition: 0.5s;
}
.products-details-image .slick-dots li:hover img, .products-details-image .slick-dots li.slick-active img {
  opacity: 0.4;
}
.products-details-image .slick-thumbs {
  display: none;
}
.products-details-image .row {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -15px;
}
.products-details-image .row .col-lg-6 {
  padding-left: 8px;
  padding-right: 8px;
}
.products-details-image .row .col-lg-6 .single-products-details-image {
  margin-top: 15px;
}
.products-details-image .single-products-details-image {
  margin-top: 30px;
}
.products-details-image .single-products-details-image:first-child {
  margin-top: 0;
}

.products-details-image-slider.owl-theme {
  margin-bottom: 30px;
}
.products-details-image-slider.owl-theme .owl-nav {
  margin-top: 0;
}
.products-details-image-slider.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 15px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 35px;
  position: absolute;
  left: 15px;
  transition: 0.5s;
  top: 50%;
  padding-right: 2px !important;
  transform: translateY(-50%);
  border-radius: 50%;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1.5px;
}
.products-details-image-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 15px;
  padding-right: 0 !important;
  padding-left: 2px !important;
}
.products-details-image-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #15bfda;
  color: #ffffff;
  border-color: #15bfda;
}

.products-details-desc h3 {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
}
.products-details-desc .price {
  margin-bottom: 15px;
  color: #15bfda;
  font-size: 15px;
  font-weight: 600;
}
.products-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
  font-weight: normal;
}
.products-details-desc .products-review {
  margin-bottom: 12px;
}
.products-details-desc .products-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 18px;
}
.products-details-desc .products-review .rating i {
  color: #ffba0a;
  display: inline-block;
  margin-right: -2px;
}
.products-details-desc .products-review .rating-count {
  display: inline-block;
  color: #000000;
  border-bottom: 1px solid #000000;
  line-height: initial;
  position: relative;
  top: -2px;
  font-weight: 600;
}
.products-details-desc .products-review .rating-count:hover {
  color: #15bfda;
  border-color: #15bfda;
}
.products-details-desc .products-info {
  list-style-type: none;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 0;
}
.products-details-desc .products-info li {
  color: #000000;
  margin-bottom: 8px;
  font-size: 16px;
}
.products-details-desc .products-info li:last-child {
  margin-bottom: 0;
}
.products-details-desc .products-info li span {
  color: #777777;
}
.products-details-desc .products-info li a {
  display: inline-block;
  font-weight: 600;
  color: #000000;
}
.products-details-desc .products-info li a:hover {
  color: #15bfda;
}
.products-details-desc .products-color-switch {
  margin-top: 10px;
}
.products-details-desc .products-color-switch span {
  margin-bottom: 8px;
  display: block;
  font-size: 17px;
  font-weight: 600;
}
.products-details-desc .products-color-switch ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: -3px;
  margin-left: -3px;
}
.products-details-desc .products-color-switch ul li {
  display: inline-block;
  margin-left: 3px;
  margin-top: 3px;
}
.products-details-desc .products-color-switch ul li a {
  display: block;
  position: relative;
  /* border: 1px solid transparent; */
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.products-details-desc .products-color-switch ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid black;
  /* background: #eeeeee; */
  border-radius: 50%;
  /* margin: 2px; */
  transition: 0.5s;
}
.products-details-desc .products-color-switch ul li a:hover, .products-details-desc .products-color-switch ul li a:focus {
  border-color: #000000;
}
.products-details-desc .products-color-switch ul li a.color-white::before {
  background: #ffffff;
  border: 1px solid #eeeeee;
}
.products-details-desc .products-color-switch ul li a.color-black::before {
  background: #000000;
}
.products-details-desc .products-color-switch ul li a.color-red::before {
  background: red;
}
.products-details-desc .products-color-switch ul li a.color-blue::before {
  background: blue;
}
.products-details-desc .products-color-switch ul li a.color-green::before {
  background: green;
}
.products-details-desc .products-color-switch ul li a.color-yellow::before {
  background: yellow;
}
.products-details-desc .products-color-switch ul li a.color-yellowgreen::before {
  background: yellowgreen;
}
.products-details-desc .products-color-switch ul li a.color-pink::before {
  background: pink;
}
.products-details-desc .products-color-switch ul li a.color-violet::before {
  background: violet;
}
.products-details-desc .products-color-switch ul li a.color-teal::before {
  background: teal;
}
.products-details-desc .products-color-switch ul li a.color-plum::before {
  background: plum;
}
.products-details-desc .products-color-switch ul li a.color-lime::before {
  background: lime;
}
.products-details-desc .products-color-switch ul li a.color-blueviolet::before {
  background: blueviolet;
}
.products-details-desc .products-color-switch ul li.active a {
  border-color: #000000;
}
.products-details-desc .products-size-wrapper {
  margin-top: 8px;
  margin-bottom: 25px;
}
.products-details-desc .products-size-wrapper span {
  margin-bottom: 8px;
  display: block;
  font-size: 17px;
  font-weight: 600;
}
.products-details-desc .products-size-wrapper ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -8px;
  margin-left: -8px;
}
.products-details-desc .products-size-wrapper ul li {
  display: inline-block;
  margin-left: 8px;
  margin-top: 8px;
}
.products-details-desc .products-size-wrapper ul li a {
  width: 38px;
  height: 35px;
  display: block;
  line-height: 32px;
  border: 1px solid #eeeeee;
  color: #858585;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.products-details-desc .products-size-wrapper ul li a:hover {
  border-color: #15bfda;
  color: #15bfda;
}
.products-details-desc .products-size-wrapper ul li.active a {
  border-color: #15bfda;
  color: #15bfda;
}
.products-details-desc .products-info-btn {
  margin-bottom: 25px;
}
.products-details-desc .products-info-btn a {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-left: 22px;
  line-height: initial;
  font-size: 14px;
  font-weight: 600;
}
.products-details-desc .products-info-btn a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1.5px;
  background: #15bfda;
  transition: 0.5s;
}
.products-details-desc .products-info-btn a i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.products-details-desc .products-info-btn a:hover {
  color: #15bfda;
}
.products-details-desc .products-info-btn a:hover::before {
  width: 100%;
}
.products-details-desc .products-info-btn a:not(:first-child) {
  margin-left: 15px;
}
.products-details-desc .products-add-to-cart .input-counter {
  max-width: 120px;
  min-width: 120px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.products-details-desc .products-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #ffffff;
  width: 40px;
  height: 100%;
  line-height: 50px;
  transition: 0.5s;
  font-size: 22px;
}
.products-details-desc .products-add-to-cart .input-counter span.minus-btn {
  left: 0;
}
.products-details-desc .products-add-to-cart .input-counter span.plus-btn {
  right: 0;
}
.products-details-desc .products-add-to-cart .input-counter span:hover {
  color: #15bfda;
}
.products-details-desc .products-add-to-cart .input-counter input {
  height: 45px;
  color: #000000;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.products-details-desc .products-add-to-cart .input-counter input::-moz-placeholder {
  color: #000000;
}
.products-details-desc .products-add-to-cart .input-counter input::placeholder {
  color: #000000;
}
.products-details-desc .wishlist-compare-btn {
  margin-top: 20px;
}
.products-details-desc .wishlist-compare-btn .optional-btn {
  padding-top: 8px;
  padding-bottom: 10px;
}
.products-details-desc .wishlist-compare-btn .optional-btn i {
  font-size: 20px;
  position: relative;
  top: 3px;
}
.products-details-desc .wishlist-compare-btn .optional-btn:not(:first-child) {
  margin-left: 10px;
}
.products-details-desc .buy-checkbox-btn {
  margin-top: 20px;
}
.products-details-desc .buy-checkbox-btn input {
  display: none;
}
.products-details-desc .buy-checkbox-btn .cbx {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  cursor: pointer;
}
.products-details-desc .buy-checkbox-btn .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.products-details-desc .buy-checkbox-btn .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #ebebeb;
  transition: all 0.2s ease;
  transition: 0.5s;
}
.products-details-desc .buy-checkbox-btn .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
  transition: 0.5s;
}
.products-details-desc .buy-checkbox-btn .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #15bfda;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  transition: 0.5s;
}
.products-details-desc .buy-checkbox-btn .cbx span:last-child {
  padding-left: 4px;
  color: #000000;
  position: relative;
  top: -1px;
}
.products-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: #15bfda;
}
.products-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
  background: #15bfda;
  border-color: #15bfda;
  animation: wave 0.4s ease;
}
.products-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.products-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}
.products-details-desc .buy-checkbox-btn .item:not(:first-child) {
  margin-top: 20px;
}
.products-details-desc .buy-checkbox-btn .default-btn {
  display: block;
  text-align: center;
}
.products-details-desc .products-details-accordion {
  margin-top: 25px;
}
.products-details-desc .products-details-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.products-details-desc .products-details-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  background: #ffffff;
  margin-bottom: 15px;
  border: none;
}
.products-details-desc .products-details-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.products-details-desc .products-details-accordion .accordion .accordion-title {
  padding-left: 28px;
  color: #000000;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.products-details-desc .products-details-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 25px;
  transition: 0.5s;
}
.products-details-desc .products-details-accordion .accordion .accordion-title.active i {
  transform: rotate(180deg);
}
.products-details-desc .products-details-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-top: 15px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content.show {
  display: block;
}
.products-details-desc .products-details-accordion .accordion .accordion-content ul, .products-details-desc .products-details-accordion .accordion .accordion-content ol {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.products-details-desc .products-details-accordion .accordion .accordion-content ul li, .products-details-desc .products-details-accordion .accordion .accordion-content ol li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 13px;
  color: #777777;
}
.products-details-desc .products-details-accordion .accordion .accordion-content ul li::before, .products-details-desc .products-details-accordion .accordion .accordion-content ol li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #15bfda;
  border-radius: 50%;
}
.products-details-desc .products-details-accordion .accordion .accordion-content ul li:last-child, .products-details-desc .products-details-accordion .accordion .accordion-content ol li:last-child {
  margin-bottom: 0;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .table {
  margin-bottom: 0;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-striped tbody tr td {
  border-top: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px 15px;
  color: #000000;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-striped tbody tr td:first-child {
  font-weight: 500;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-bordered tbody tr td {
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px 15px;
  color: #777777;
  line-height: 1.7;
  border-color: #eeeeee;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-bordered tbody tr td:first-child {
  color: #000000;
  font-weight: 500;
}
.products-details-desc .products-details-accordion .accordion .accordion-content h3 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form {
  margin-top: 10px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title {
  position: relative;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .rating {
  display: inline-block;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .rating .bx.bxs-star {
  color: #ffba0a;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .rating i {
  color: #ebebeb;
  font-size: 16px;
  margin-right: -1px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
  position: relative;
  top: -2px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .default-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments {
  margin-top: 35px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item .rating .bx.bxs-star {
  color: #ffba0a;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item .rating i {
  font-size: 17px;
  color: #ebebeb;
  margin-right: -1px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item h3 {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 15px;
  display: block;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item span strong {
  font-weight: 500;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item p {
  margin-bottom: 0;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form {
  margin-top: 30px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form h3 {
  margin-bottom: 20px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form form .form-group {
  margin-bottom: 15px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form form .default-btn {
  margin-top: 10px;
}

.products-details-tab {
  margin-top: 50px;
}
.products-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
}
.products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}
.products-details-tab .tabs li a {
  display: block;
  position: relative;
  color: #000000;
  border: 1px dashed #eeeeee;
  padding: 13px 30px 13px 48px;
  font-weight: 600;
  font-size: 15px;
}
.products-details-tab .tabs li a .dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 12px;
  height: 12px;
  border: 1px solid #000000;
  transition: 0.5s;
  border-radius: 50%;
}
.products-details-tab .tabs li a .dot::before {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  margin: 2px;
  border-radius: 50%;
  transition: 0.5s;
}
.products-details-tab .tabs li a:hover {
  color: #ffffff;
  background-color: #15bfda;
  border-color: #15bfda;
}
.products-details-tab .tabs li a:hover .dot {
  border-color: #ffffff;
}
.products-details-tab .tabs li a:hover .dot::before {
  background: #ffffff;
}
.products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #15bfda;
  border-color: #15bfda;
}
.products-details-tab .tabs li.current a .dot {
  border-color: #ffffff;
}
.products-details-tab .tabs li.current a .dot::before {
  background: #ffffff;
}
.products-details-tab .tabs li:last-child {
  margin-right: 0;
}
.products-details-tab .tab-content {
  border: 1px dashed #eeeeee;
  padding: 30px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content ul, .products-details-tab .tab-content .tabs-item .products-details-tab-content ol {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content ul li, .products-details-tab .tab-content .tabs-item .products-details-tab-content ol li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 13px;
  color: #777777;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content ul li::before, .products-details-tab .tab-content .tabs-item .products-details-tab-content ol li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #15bfda;
  border-radius: 50%;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content ul li:last-child, .products-details-tab .tab-content .tabs-item .products-details-tab-content ol li:last-child {
  margin-bottom: 0;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .table {
  margin-bottom: 0;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .table.table-striped tbody tr td {
  border-top: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px 15px;
  color: #000000;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .table.table-striped tbody tr td:first-child {
  font-weight: 600;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .table.table-bordered tbody tr td {
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px 15px;
  color: #777777;
  line-height: 1.7;
  border-color: #eeeeee;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .table.table-bordered tbody tr td:first-child {
  color: #000000;
  font-weight: 600;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title {
  position: relative;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title .rating {
  display: inline-block;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title .rating .bx.bxs-star {
  color: #ffba0a;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title .rating i {
  color: #ebebeb;
  font-size: 18px;
  margin-right: -1px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
  position: relative;
  top: -2px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title .default-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments {
  margin-top: 35px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item .rating .bx.bxs-star {
  color: #ffba0a;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item .rating i {
  font-size: 17px;
  color: #ebebeb;
  margin-right: -1px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item h3 {
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 15px;
  display: block;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item span strong {
  font-weight: 500;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item p {
  margin-bottom: 0;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-form {
  margin-top: 30px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-form h3 {
  margin-bottom: 20px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-form form .form-group {
  margin-bottom: 15px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-form form .default-btn {
  margin-top: 10px;
}

.related-products {
  margin-top: 70px;
}

/*================================================
Offer CSS
=================================================*/
.offer-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.offer-area.bg-image1 {
  background-image: url(../img/offer-bg.jpg);
}
.offer-area.bg-image2 {
  background-image: url(../img/offer-bg2.jpg);
}

.offer-content {
  border: 1px solid #ffffff;
  margin-left: auto;
  text-align: center;
  border-radius: 5px;
  padding: 70px 40px;
  position: relative;
  z-index: 1;
}
.offer-content span {
  display: block;
  margin-bottom: 10px;
  color: #15bfda;
  font-weight: 600;
}
.offer-content h2 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
    margin-top: 30px;
}
.offer-content p {
  line-height: initial;
  margin-top: 10px;
}
.offer-content .default-btn {
  margin-top: 12px;
}
.offer-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #ffffff;
  z-index: -1;
  border-radius: 5px;
  margin: 10px;
}

.offer-content-box {
  max-width: 720px;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.offer-content-box span {
  display: block;
  color: #ffffff;
  font-weight: 300;
  font-size: 30px;
}
.offer-content-box h2 {
  margin: 10px 0 10px;
  color: #ffffff;
  font-size: 65px;
  font-weight: 700;
}
.offer-content-box p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
}
.offer-content-box .default-btn {
  margin-top: 10px;
}

.single-offer-products {
  position: relative;
  border-radius: 5px;
  padding-right: 100px;
}
.single-offer-products img {
  display: inline-block !important;
  width: auto !important;
}
.single-offer-products .image {
  border-radius: 5px;
}
.single-offer-products .image a {
  display: block;
  border-radius: 5px;
}
.single-offer-products .image a img {
  border-radius: 5px;
}
.single-offer-products .content {
  position: absolute;
  right: 15px;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  background-color: #ffffff;
  border-radius: 5px;
  padding: 40px;
  max-width: 415px;
  top: 50%;
  transform: translateY(-50%);
}
.single-offer-products .content h3 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}
.single-offer-products .content p {
  margin-top: 10px;
}

.offer-products-slides.owl-theme .owl-dots {
  margin-top: 0 !important;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.offer-products-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  background: transparent;
  position: relative;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid transparent;
}
.offer-products-slides.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 2px;
}
.offer-products-slides.owl-theme .owl-dots .owl-dot:hover span, .offer-products-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: #ffffff;
}

/*================================================
Facility CSS
=================================================*/
.facility-area {
  position: relative;
  z-index: 1;
}

.single-facility-box {
  margin-bottom: 30px;
  text-align: center;
  cursor: pointer;
}
.single-facility-box .icon {
  background-color: #ffffff;
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 50%;
  transition: 0.5s;
  font-size: 65px;
  margin-left: auto;
  margin-right: auto;
}
.single-facility-box .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  transform: translateY(-40%);
}
.single-facility-box h3 {
  display: block;
  position: relative;
  padding-top: 50px;
  z-index: 1;
  margin-top: -25px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.single-facility-box:hover .icon {
  background-color: #49A2B1;
  color: #ffffff;
}

.single-facility-box:hover h3 {
  color: #49A2B1;
  /* color: #ffffff; */
}

.facility-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.facility-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 20px;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 48px;
  position: absolute;
  left: 0;
  transition: 0.5s;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  border-style: solid;
  border-color: #e3e4ef;
  border-width: 1.5px;
}
.facility-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}
.facility-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #15bfda;
  color: #ffffff;
  border-color: #15bfda;
}
.facility-slides.owl-theme:hover .owl-nav [class*=owl-] {
  left: -30px;
  opacity: 1;
  visibility: visible;
}
.facility-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -30px;
}

/*================================================
Partner CSS
=================================================*/
.partner-area {
  background-color: #f4f4f4;
}

.partner-item {
  text-align: center;
}
.partner-item a {
  display: block;
}
.partner-item a img {
  width: auto !important;
  display: inline-block !important;
}

/*================================================
Testimonials CSS
=================================================*/
.testimonials-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-testimonials-item {
  background-color: #ffffff;
  padding: 35px 30px 95px;
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: 0.5s;
  position: relative;
  margin-bottom: 100px;
}
.single-testimonials-item p {
  margin-bottom: 0;
  transition: 0.5s;
  color: #000000;
  font-style: italic;
  font-size: 17px;
  font-weight: 600;
}
.single-testimonials-item .info {
  position: absolute;
  left: 0;
  bottom: -50px;
  right: 0;
}
.single-testimonials-item .info img {
  width: 100px !important;
  height: 100px;
  display: inline-block !important;
  border: 3px solid #ffffff;
}
.single-testimonials-item .info h3 {
  margin-bottom: 6px;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
}
.single-testimonials-item .info span {
  color: #15bfda;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}

.owl-item .single-testimonials-item {
  box-shadow: unset;
  margin-top: 30px;
  transition: 0.5s;
  opacity: 0.5;
}
.owl-item.active.center .single-testimonials-item {
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.06);
  margin-top: 0;
  background-color: #15bfda;
  transition: 0.5s;
  opacity: 1;
}
.owl-item.active.center .single-testimonials-item p {
  color: #ffffff;
}

.testimonials-slides.owl-theme .owl-dots {
  margin-top: 15px;
}
.testimonials-slides.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background: #dddddd;
  transition: 0.5s;
  border-radius: 50%;
  transform: scale(0.9);
}
.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span, .testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: #15bfda;
}
.testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
  transform: scale(1.2);
}

/*================================================
Brand CSS
=================================================*/
.brand-area {
  background-color: #f4f4f4;
}

.brand-item {
  text-align: center;
}
.brand-item a {
  display: block;
  background-color: #ffffff;
  border-right: 1px solid #eeeeee;
  padding: 20px;
}
.brand-item a img {
  width: auto !important;
  display: inline-block !important;
  opacity: 0.5;
  transition: 0.5s;
}
.brand-item a:hover img {
  opacity: 1;
}

/*================================================
Blog CSS
=================================================*/
.single-blog-post {
  position: relative;
  margin-bottom: 30px;
}
.single-blog-post .post-image {
  overflow: hidden;
  position: relative;
  border-radius: 5px 5px 0 0;
}
.single-blog-post .post-image a {
  display: block;
  border-radius: 5px 5px 0 0;
}
.single-blog-post .post-image a img {
  border-radius: 5px 5px 0 0;
  transition: 0.5s;
}
.single-blog-post .post-image .date {
  position: absolute;
  right: -100%;
  top: 20px;
  background-color: #ffffff;
  color: #000000;
  padding: 5px 10px 6px;
  transition: 0.5s;
  visibility: hidden;
  font-style: italic;
  font-size: 15px;
  font-weight: 600;
}
.single-blog-post .post-content {
  margin-top: 20px;
}
.single-blog-post .post-content .category {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #15bfda;
  font-weight: 600;
  font-size: 14px;
}
.single-blog-post .post-content h3 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
}
.single-blog-post .post-content h3 a {
  display: inline-block;
}
.single-blog-post .post-content .details-btn {
  margin-top: 13px;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 600;
}
.single-blog-post .post-content .details-btn::before {
  width: 100%;
  height: 1px;
  background-color: #000000;
  content: "";
  position: absolute;
  transition: 0.5s;
  left: 0;
  bottom: 0;
}
.single-blog-post .post-content .details-btn:hover {
  color: #15bfda;
}
.single-blog-post .post-content .details-btn:hover::before {
  background-color: #15bfda;
}
.single-blog-post:hover .post-image img {
  transform: scale(1.07) rotate(2deg);
}
.single-blog-post:hover .post-image .date {
  visibility: visible;
  right: 0;
}

.blog-slides.owl-theme .owl-dots {
  margin-top: 20px !important;
  margin-bottom: 30px;
}
.blog-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  background: transparent;
  position: relative;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid transparent;
}
.blog-slides.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  border-radius: 50%;
  background-color: #000000;
  margin: 2px;
}
.blog-slides.owl-theme .owl-dots .owl-dot:hover span, .blog-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: #15bfda;
}
.blog-slides.owl-theme .owl-dots .owl-dot:hover span::before, .blog-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: #15bfda;
}

.blog-items {
  margin-left: -15px;
  margin-right: -15px;
}
.blog-items .single-blog-post {
  margin-left: 12px;
  margin-right: 12px;
}

/*================================================
Blog Details CSS
=================================================*/
.blog-details-desc .article-image img {
  width: 100%;
}
.blog-details-desc .article-image-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 18px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 40px;
  position: absolute;
  left: 20px;
  transition: 0.5s;
  top: 50%;
  padding-right: 2px !important;
  transform: translateY(-50%);
  border-radius: 50%;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1.5px;
}
.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
  padding-right: 0 !important;
  padding-left: 2px !important;
}
.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #15bfda;
  color: #ffffff;
  border-color: #15bfda;
}
.blog-details-desc .article-video iframe {
  width: 100%;
  height: 400px;
  border: none !important;
}
.blog-details-desc .article-content {
  margin-top: 30px;
}
.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-details-desc .article-content .entry-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-weight: 500;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 45px;
}
.blog-details-desc .article-content .entry-meta ul li i {
  font-size: 32px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-details-desc .article-content .entry-meta ul li span {
  display: block;
  color: #15bfda;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
}
.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.blog-details-desc .article-content .entry-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.blog-details-desc .article-content h3 {
  margin-bottom: 17px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 700;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}
.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}
.blog-details-desc .article-content .features-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 26px;
  color: #777777;
}
.blog-details-desc .article-content .features-list li i {
  color: #15bfda;
  display: inline-block;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 1px;
}
.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}
.blog-details-desc .article-footer {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}
.blog-details-desc .article-footer .article-tags {
  flex: 0 0 50%;
  max-width: 50%;
  color: #777777;
}
.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #000000;
  margin-right: 3px;
  position: relative;
  top: 3px;
  font-size: 20px;
}
.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  font-weight: 600;
}
.blog-details-desc .article-footer .article-share {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}
.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}
.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 600;
  position: relative;
  top: -2px;
}
.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: #15bfda;
  color: #ffffff;
  border: 1px solid #15bfda;
  text-align: center;
  font-size: 17px;
  margin-left: 2px;
}
.blog-details-desc .article-footer .article-share .social li a:hover, .blog-details-desc .article-footer .article-share .social li a:focus {
  color: #15bfda;
  background-color: transparent;
}
.blog-details-desc .article-footer .article-share .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}
.blog-details-desc .article-footer .article-share .social li a.facebook:hover, .blog-details-desc .article-footer .article-share .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}
.blog-details-desc .article-footer .article-share .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}
.blog-details-desc .article-footer .article-share .social li a.twitter:hover, .blog-details-desc .article-footer .article-share .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}
.blog-details-desc .article-footer .article-share .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: #ffffff;
}
.blog-details-desc .article-footer .article-share .social li a.linkedin:hover, .blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}
.blog-details-desc .article-footer .article-share .social li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: #ffffff;
}
.blog-details-desc .article-footer .article-share .social li a.instagram:hover, .blog-details-desc .article-footer .article-share .social li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}
.blog-details-desc .article-author {
  margin-top: 30px;
  border-radius: 5px;
  background: #f4f4f4;
}
.blog-details-desc .article-author .author-profile-header {
  height: 115px;
  border-radius: 5px 5px 0 0;
  background-color: #15bfda;
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-details-desc .article-author .author-profile {
  padding: 0 25px 25px;
}
.blog-details-desc .article-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  margin-top: -45px;
}
.blog-details-desc .article-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid #ffffff;
  width: 100px;
  height: 100px;
}
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details {
  margin-top: 15px;
}
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
  color: #777777;
}
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a {
  color: #000000;
  padding: 5px 12px 4px;
  border-radius: 2px;
  display: inline-block;
  font-weight: 600;
}
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a:hover, .blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a:focus {
  background-color: #15bfda;
  color: #ffffff;
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}
blockquote p, .blockquote p {
  color: #000000;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px !important;
}
blockquote cite, .blockquote cite {
  display: none;
}
blockquote::before, .blockquote::before {
  color: #efefef;
  position: absolute;
  animation: fade-up 1.5s infinite linear;
  left: 50px;
  top: -50px;
  z-index: -1;
  content: "\ee33";
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 135px;
}
blockquote::after, .blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #15bfda;
  margin-top: 20px;
  margin-bottom: 20px;
}

.xton-post-navigation {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}
.prev-link-wrapper a {
  display: flex;
  align-items: center;
}
.prev-link-wrapper a:hover .image-prev::after {
  opacity: 1;
  visibility: visible;
}
.prev-link-wrapper a:hover .image-prev .post-nav-title {
  opacity: 1;
  visibility: visible;
}
.prev-link-wrapper a:hover .prev-link-info-wrapper {
  color: #15bfda;
}
.prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  transition: 0.5s;
}
.prev-link-wrapper .image-prev img {
  border-radius: 5px;
}
.prev-link-wrapper .image-prev::after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #15bfda;
  visibility: hidden;
  transition: 0.5s;
}
.prev-link-wrapper .image-prev .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}
.prev-link-wrapper .prev-link-info-wrapper {
  color: #000000;
  transition: 0.5s;
}
.prev-link-wrapper .prev-title {
  display: inline-block;
  font-weight: 700;
  font-size: 17px;
}
.prev-link-wrapper .meta-wrapper {
  display: block;
  color: #777777;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 500;
  font-size: 15px;
}

.next-link-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  padding-left: 15px;
}
.next-link-wrapper a {
  display: flex;
  align-items: center;
}
.next-link-wrapper a:hover .image-next::after {
  opacity: 1;
  visibility: visible;
}
.next-link-wrapper a:hover .image-next .post-nav-title {
  opacity: 1;
  visibility: visible;
}
.next-link-wrapper a:hover .next-link-info-wrapper {
  color: #15bfda;
}
.next-link-wrapper .image-next {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  transition: 0.5s;
}
.next-link-wrapper .image-next img {
  border-radius: 5px;
}
.next-link-wrapper .image-next::after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #15bfda;
  visibility: hidden;
  transition: 0.5s;
}
.next-link-wrapper .image-next .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}
.next-link-wrapper .next-link-info-wrapper {
  transition: 0.5s;
  color: #000000;
}
.next-link-wrapper .next-title {
  display: inline-block;
  font-weight: 700;
  font-size: 17px;
}
.next-link-wrapper .meta-wrapper {
  display: block;
  color: #777777;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 500;
  font-size: 15px;
}

.comments-area {
  margin-top: 30px;
}
.comments-area .comments-title {
  margin-bottom: 30px;
  line-height: initial;
  font-size: 22px;
  font-weight: 700;
}
.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .children {
  margin-left: 20px;
}
.comments-area .comment-body {
  border-bottom: 1px dashed #eeeeee;
  padding-left: 65px;
  color: #000000;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.comments-area .comment-body .reply {
  margin-top: 15px;
}
.comments-area .comment-body .reply a {
  border: 1px dashed #ded9d9;
  color: #000000;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #15bfda;
  border-color: #15bfda;
}
.comments-area .comment-author {
  font-size: 18px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}
.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}
.comments-area .comment-author .fn {
  font-weight: 600;
}
.comments-area .comment-author .says {
  display: none;
}
.comments-area .comment-metadata {
  margin-bottom: 0.8em;
  color: #777777;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.comments-area .comment-metadata a {
  display: inline-block;
  color: #777777;
}
.comments-area .comment-metadata a:hover {
  color: #15bfda;
}
.comments-area .comment-respond {
  margin-top: 30px;
}
.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}
.comments-area .comment-respond .comment-form {
  overflow: hidden;
}
.comments-area .comment-respond .comment-notes {
  margin-bottom: 20px;
  margin-top: 10px;
}
.comments-area .comment-respond .comment-notes .required {
  color: red;
}
.comments-area .comment-respond .comment-form-comment {
  float: left;
  width: 100%;
}
.comments-area .comment-respond label {
  display: none;
}
.comments-area .comment-respond input[type=date], .comments-area .comment-respond input[type=time], .comments-area .comment-respond input[type=datetime-local], .comments-area .comment-respond input[type=week], .comments-area .comment-respond input[type=month], .comments-area .comment-respond input[type=text], .comments-area .comment-respond input[type=email], .comments-area .comment-respond input[type=url], .comments-area .comment-respond input[type=password], .comments-area .comment-respond input[type=search], .comments-area .comment-respond input[type=tel], .comments-area .comment-respond input[type=number], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 0 0 0 15px;
  height: 50px;
  outline: 0;
  border-radius: 3px;
  color: #000000;
  font-weight: 500;
  font-size: 15px;
}
.comments-area .comment-respond input[type=date]::-moz-placeholder, .comments-area .comment-respond input[type=time]::-moz-placeholder, .comments-area .comment-respond input[type=datetime-local]::-moz-placeholder, .comments-area .comment-respond input[type=week]::-moz-placeholder, .comments-area .comment-respond input[type=month]::-moz-placeholder, .comments-area .comment-respond input[type=text]::-moz-placeholder, .comments-area .comment-respond input[type=email]::-moz-placeholder, .comments-area .comment-respond input[type=url]::-moz-placeholder, .comments-area .comment-respond input[type=password]::-moz-placeholder, .comments-area .comment-respond input[type=search]::-moz-placeholder, .comments-area .comment-respond input[type=tel]::-moz-placeholder, .comments-area .comment-respond input[type=number]::-moz-placeholder, .comments-area .comment-respond textarea::-moz-placeholder {
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #777777;
}
.comments-area .comment-respond input[type=date]::placeholder, .comments-area .comment-respond input[type=time]::placeholder, .comments-area .comment-respond input[type=datetime-local]::placeholder, .comments-area .comment-respond input[type=week]::placeholder, .comments-area .comment-respond input[type=month]::placeholder, .comments-area .comment-respond input[type=text]::placeholder, .comments-area .comment-respond input[type=email]::placeholder, .comments-area .comment-respond input[type=url]::placeholder, .comments-area .comment-respond input[type=password]::placeholder, .comments-area .comment-respond input[type=search]::placeholder, .comments-area .comment-respond input[type=tel]::placeholder, .comments-area .comment-respond input[type=number]::placeholder, .comments-area .comment-respond textarea::placeholder {
  transition: 0.5s;
  color: #777777;
}
.comments-area .comment-respond input[type=date]:focus::-moz-placeholder, .comments-area .comment-respond input[type=time]:focus::-moz-placeholder, .comments-area .comment-respond input[type=datetime-local]:focus::-moz-placeholder, .comments-area .comment-respond input[type=week]:focus::-moz-placeholder, .comments-area .comment-respond input[type=month]:focus::-moz-placeholder, .comments-area .comment-respond input[type=text]:focus::-moz-placeholder, .comments-area .comment-respond input[type=email]:focus::-moz-placeholder, .comments-area .comment-respond input[type=url]:focus::-moz-placeholder, .comments-area .comment-respond input[type=password]:focus::-moz-placeholder, .comments-area .comment-respond input[type=search]:focus::-moz-placeholder, .comments-area .comment-respond input[type=tel]:focus::-moz-placeholder, .comments-area .comment-respond input[type=number]:focus::-moz-placeholder, .comments-area .comment-respond textarea:focus::-moz-placeholder {
  color: transparent;
}
.comments-area .comment-respond input[type=date]:focus::placeholder, .comments-area .comment-respond input[type=time]:focus::placeholder, .comments-area .comment-respond input[type=datetime-local]:focus::placeholder, .comments-area .comment-respond input[type=week]:focus::placeholder, .comments-area .comment-respond input[type=month]:focus::placeholder, .comments-area .comment-respond input[type=text]:focus::placeholder, .comments-area .comment-respond input[type=email]:focus::placeholder, .comments-area .comment-respond input[type=url]:focus::placeholder, .comments-area .comment-respond input[type=password]:focus::placeholder, .comments-area .comment-respond input[type=search]:focus::placeholder, .comments-area .comment-respond input[type=tel]:focus::placeholder, .comments-area .comment-respond input[type=number]:focus::placeholder, .comments-area .comment-respond textarea:focus::placeholder {
  color: transparent;
}
.comments-area .comment-respond textarea {
  height: auto !important;
  padding-top: 15px;
}
.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 5px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #777777;
  position: relative;
  top: -3.5px;
  font-weight: normal;
  font-size: 16px;
}
.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}
.comments-area .comment-respond .form-submit input {
  background: #15bfda;
  border: none;
  color: #ffffff;
  padding: 10px 30px 9px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.5s;
  border-radius: 0;
  font-weight: 700;
  font-size: 15px;
}
.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #000000;
}

/*================================================
Instagram CSS
=================================================*/
.instagram-area {
  display: none;
  position: relative;
  z-index: 1;
}
.instagram-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.instagram-title {
  margin-bottom: 50px;
  text-align: center;
}
.instagram-title a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 32px;
  font-size: 15px;
  font-weight: 300;
}
.instagram-title a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
}

.single-instagram-post {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.single-instagram-post i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #ffffff;
  font-size: 30px;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  margin-top: 10px;
  background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.single-instagram-post .link-btn {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.single-instagram-post::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.single-instagram-post:hover i {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.single-instagram-post:hover::before {
  visibility: visible;
  opacity: 0.5;
}

/*================================================
Modal CSS
=================================================*/
.productsQuickView .modal-dialog {
  max-width: 900px;
  margin: 0 auto;
}
.productsQuickView .modal-content {
  border: none;
  padding: 40px;
  border-radius: 0;
}
.productsQuickView .modal-content button.close {
  position: absolute;
  right: 0;
  top: 0;
  outline: 0;
  opacity: 1;
  color: #000000;
  transition: 0.5s;
  line-height: 35px;
  padding: 0;
  margin: 0;
  font-size: 25px;
  width: 35px;
  text-shadow: unset;
  height: 35px;
  border: none;
  background-color: transparent;
}
.productsQuickView .modal-content button.close:hover {
  background-color: red;
  color: #ffffff;
}
.productsQuickView .modal-content .products-content h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}
.productsQuickView .modal-content .products-content h3 a {
  color: #000000;
}
.productsQuickView .modal-content .products-content h3 a:hover {
  color: #000000;
}
.productsQuickView .modal-content .products-content .price {
  transition: 0.5s;
  margin-top: 12px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
}
.productsQuickView .modal-content .products-content .price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 500;
}
.productsQuickView .modal-content .products-content .products-review .rating {
  display: inline-block;
  padding-right: 5px;
}
.productsQuickView .modal-content .products-content .products-review .rating i {
  color: #f49f0b;
  display: inline-block;
  margin-right: -2px;
}
.productsQuickView .modal-content .products-content .products-review .rating-count {
  display: inline-block;
  color: #000000;
  border-bottom: 1px solid #000000;
  line-height: initial;
  position: relative;
  top: -1px;
}
.productsQuickView .modal-content .products-content .products-review .rating-count:hover {
  color: #15bfda;
  border-color: #15bfda;
}
.productsQuickView .modal-content .products-content .products-info {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.productsQuickView .modal-content .products-content .products-info li {
  font-size: 16px;
  color: #000000;
  margin-bottom: 8px;
}
.productsQuickView .modal-content .products-content .products-info li:last-child {
  margin-bottom: 0;
}
.productsQuickView .modal-content .products-content .products-info li span {
  color: #777777;
}
.productsQuickView .modal-content .products-content .products-info li a {
  display: inline-block;
  font-weight: 600;
  color: #000000;
}
.productsQuickView .modal-content .products-content .products-info li a:hover {
  color: #000000;
}
.productsQuickView .modal-content .products-content .products-color-switch {
  margin-top: 8px;
}
.productsQuickView .modal-content .products-content .products-color-switch h4 {
  font-size: 16px;
  color: #777777;
  margin-bottom: 6px;
}
.productsQuickView .modal-content .products-content .products-color-switch ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -4px;
  margin-left: -4px;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li {
  display: inline-block;
  margin-left: 4px;
  margin-top: 4px;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a {
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #eeeeee;
  border-radius: 50%;
  margin: 2px;
  transition: 0.5s;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a:hover, .productsQuickView .modal-content .products-content .products-color-switch ul li a:focus {
  border-color: #000000;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-white::before {
  background: #ffffff;
  border: 1px solid #eeeeee;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-black::before {
  background: #000000;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-red::before {
  background: red;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-blue::before {
  background: blue;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-green::before {
  background: green;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-yellow::before {
  background: yellow;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-yellowgreen::before {
  background: yellowgreen;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-pink::before {
  background: pink;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-violet::before {
  background: violet;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-teal::before {
  background: teal;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-plum::before {
  background: plum;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-lime::before {
  background: lime;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-blueviolet::before {
  background: blueviolet;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li.active a {
  border-color: #000000;
}
.productsQuickView .modal-content .products-content .products-size-wrapper {
  margin-top: 8px;
  margin-bottom: 25px;
}
.productsQuickView .modal-content .products-content .products-size-wrapper h4 {
  font-size: 16px;
  color: #777777;
  margin-bottom: 8px;
}
.productsQuickView .modal-content .products-content .products-size-wrapper ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -8px;
  margin-left: -8px;
}
.productsQuickView .modal-content .products-content .products-size-wrapper ul li {
  display: inline-block;
  margin-left: 8px;
  margin-top: 8px;
}
.productsQuickView .modal-content .products-content .products-size-wrapper ul li a {
  width: 35px;
  height: 30px;
  display: inline-block;
  line-height: 28px;
  border: 1px solid #eeeeee;
  color: #858585;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.productsQuickView .modal-content .products-content .products-size-wrapper ul li a:hover, .productsQuickView .modal-content .products-content .products-size-wrapper ul li a:focus {
  border-color: #000000;
  color: #000000;
}
.productsQuickView .modal-content .products-content .products-size-wrapper ul li.active a {
  border-color: #000000;
  color: #000000;
}
.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter {
  max-width: 110px;
  min-width: 110px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #ffffff;
  width: 40px;
  height: 100%;
  line-height: 50px;
  transition: 0.5s;
  font-size: 18px;
}
.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span.minus-btn {
  left: 0;
}
.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span.plus-btn {
  right: 0;
}
.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span:hover {
  color: #15bfda;
}
.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter input {
  height: 45px;
  color: #000000;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter input::-moz-placeholder {
  color: #000000;
}
.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter input::placeholder {
  color: #000000;
}
.productsQuickView .modal-content .products-content .view-full-info {
  margin-top: 25px;
  color: #000000;
  line-height: initial;
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 15px;
}
.productsQuickView .modal-content .products-content .view-full-info::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  transition: 0.5s;
}
.productsQuickView .modal-content .products-content .view-full-info:hover::before {
  width: 0;
}

.shoppingCartModal.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}
.shoppingCartModal.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.shoppingCartModal.modal.right.fade .modal-dialog {
  right: -420px;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.shoppingCartModal.modal.right.fade.show .modal-dialog {
  right: 0;
}
.shoppingCartModal .modal-content {
  border-radius: 0;
  border: none;
}
.shoppingCartModal .modal-content .modal-body {
  padding: 25px 15px;
}
.shoppingCartModal .modal-content .modal-body h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart {
  position: relative;
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 15px;
  padding-left: 70px;
  padding-bottom: 15px;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-image a {
  display: block;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content {
  position: relative;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 {
  font-size: 15px;
  text-transform: initial;
  margin-bottom: 5px;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 a {
  display: inline-block;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content span {
  font-size: 12px;
  display: block;
  margin-bottom: 3px;
  color: #777777;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span {
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  color: #777777;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span.price {
  font-size: 14px;
  color: #000000;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .remove-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #777777;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .remove-btn:hover {
  color: red;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content:hover .remove-btn {
  opacity: 1;
  visibility: visible;
}
.shoppingCartModal .modal-content .modal-body .products-cart-subtotal {
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 15px;
}
.shoppingCartModal .modal-content .modal-body .products-cart-subtotal span {
  text-transform: uppercase;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}
.shoppingCartModal .modal-content .modal-body .products-cart-subtotal span.subtotal {
  float: right;
}
.shoppingCartModal .modal-content .modal-body .products-cart-btn .default-btn {
  display: block;
  width: 100%;
  text-align: center;
}
.shoppingCartModal .modal-content .modal-body .products-cart-btn .optional-btn {
  display: block;
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.shoppingCartModal .close {
  color: #000000;
  font-size: 30px;
  outline: 0 !important;
  line-height: initial;
  transition: 0.5s;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  background-color: transparent;
  border: none;
}
.shoppingCartModal .close:not(:disabled):not(.disabled):hover, .shoppingCartModal .close:not(:disabled):not(.disabled):focus {
  color: red;
  text-decoration: none;
  opacity: 1;
}

.sidebarModal.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 400px;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}
.sidebarModal.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.sidebarModal.modal.right.fade .modal-dialog {
  right: -420px;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.sidebarModal.modal.right.fade.show .modal-dialog {
  right: 0;
}
.sidebarModal .modal-content {
  border-radius: 0;
  border: none;
}
.sidebarModal .modal-content .modal-body {
  padding: 40px;
}
.sidebarModal .modal-content .modal-body h3 {
  margin-bottom: 25px;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: 600;
}
.sidebarModal .modal-content .modal-body h3::before {
  width: 50px;
  height: 1px;
  bottom: -1px;
  content: "";
  position: absolute;
  left: 0;
  background-color: #15bfda;
}
.sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
}
.sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info li i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
}
.sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info li a {
  display: inline-block;
  font-weight: 600;
  position: relative;
}
.sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info li a:hover::before {
  width: 100%;
}
.sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: 0.5s;
  background-color: #15bfda;
}
.sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info li:last-child {
  margin-bottom: 0;
}
.sidebarModal .modal-content .modal-body .sidebar-about-content .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}
.sidebarModal .modal-content .modal-body .sidebar-about-content .social-link li {
  display: inline-block;
  margin-right: 2px;
}
.sidebarModal .modal-content .modal-body .sidebar-about-content .social-link li:last-child {
  margin-right: 0;
}
.sidebarModal .modal-content .modal-body .sidebar-about-content .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #15bfda;
  background-color: #f4f4f4;
  font-size: 18px;
  position: relative;
  border-radius: 2px;
}
.sidebarModal .modal-content .modal-body .sidebar-about-content .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-49%);
}
.sidebarModal .modal-content .modal-body .sidebar-about-content .social-link li a:hover {
  background-color: #15bfda;
  color: #ffffff;
}
.sidebarModal .modal-content .modal-body .sidebar-new-in-store {
  margin-top: 30px;
}
.sidebarModal .modal-content .modal-body .sidebar-new-in-store .products-list {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-bottom: 20px;
  margin-left: -5px;
  margin-right: -5px;
}
.sidebarModal .modal-content .modal-body .sidebar-new-in-store .products-list li {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}
.sidebarModal .modal-content .modal-body .sidebar-new-in-store .products-list li a {
  display: block;
  position: relative;
}
.sidebarModal .modal-content .modal-body .sidebar-new-in-store .products-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #15bfda;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.sidebarModal .modal-content .modal-body .sidebar-new-in-store .products-list li a:hover::before {
  opacity: 0.88;
  visibility: visible;
}
.sidebarModal .modal-content .modal-body .sidebar-new-in-store .shop-now-btn {
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #15bfda;
  font-weight: 600;
  font-size: 14px;
}
.sidebarModal .modal-content .modal-body .sidebar-new-in-store .shop-now-btn:hover {
  color: #15bfda;
  border-color: #15bfda;
}
.sidebarModal .close {
  color: #000000;
  font-size: 28px;
  outline: 0 !important;
  line-height: initial;
  transition: 0.5s;
  position: absolute;
  right: 32px;
  top: 35px;
  z-index: 1;
  background-color: transparent;
  border: none;
}
.sidebarModal .close:not(:disabled):not(.disabled):hover, .sidebarModal .close:not(:disabled):not(.disabled):focus {
  color: red;
  text-decoration: none;
  opacity: 1;
}

.sizeGuideModal .modal-dialog {
  max-width: 900px;
  margin: 0 auto;
}
.sizeGuideModal .modal-content {
  border: none;
  padding: 40px;
  border-radius: 0;
}
.sizeGuideModal .modal-content button.close {
  position: absolute;
  right: 0;
  top: 0;
  outline: 0;
  opacity: 1;
  color: #000000;
  transition: 0.5s;
  line-height: 35px;
  padding: 0;
  margin: 0;
  font-size: 20px;
  width: 35px;
  text-shadow: unset;
  height: 35px;
  border: none;
  background-color: transparent;
}
.sizeGuideModal .modal-content button.close:hover {
  background-color: red;
  color: #ffffff;
}
.sizeGuideModal .modal-content .modal-sizeguide {
  text-align: center;
}
.sizeGuideModal .modal-content .modal-sizeguide h3 {
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 700;
}
.sizeGuideModal .modal-content .modal-sizeguide p {
  margin-bottom: 25px;
}
.sizeGuideModal .modal-content .modal-sizeguide .table {
  margin-bottom: 0;
}
.sizeGuideModal .modal-content .modal-sizeguide .table thead {
  background-color: #000000;
  color: #ffffff;
}
.sizeGuideModal .modal-content .modal-sizeguide .table thead th {
  border-bottom: none;
  white-space: nowrap;
  color: #ffffff;
  vertical-align: middle;
  padding: 10px 15px;
}
.sizeGuideModal .modal-content .modal-sizeguide .table tr td, .sizeGuideModal .modal-content .modal-sizeguide .table tr th {
  border-top: none;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 15px;
  padding: 10px 15px;
}

.productsShippingModal .modal-dialog {
  max-width: 900px;
  margin: 0 auto;
}
.productsShippingModal .modal-content {
  border: none;
  padding: 40px;
  border-radius: 0;
}
.productsShippingModal .modal-content button.close {
  position: absolute;
  right: 0;
  top: 0;
  outline: 0;
  opacity: 1;
  color: #000000;
  transition: 0.5s;
  line-height: 35px;
  padding: 0;
  margin: 0;
  font-size: 25px;
  width: 35px;
  text-shadow: unset;
  height: 35px;
  border: none;
  background-color: transparent;
}
.productsShippingModal .modal-content button.close:hover {
  background-color: red;
  color: #ffffff;
}
.productsShippingModal .modal-content .shipping-content h3 {
  margin-bottom: 15px;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 700;
}
.productsShippingModal .modal-content .shipping-content h3:first-child {
  margin-top: 0;
}
.productsShippingModal .modal-content .shipping-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.productsShippingModal .modal-content .shipping-content ul li {
  margin-bottom: 12px;
  color: #777777;
  position: relative;
  padding-left: 13px;
}
.productsShippingModal .modal-content .shipping-content ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #15bfda;
}
.productsShippingModal .modal-content .shipping-content ul li:last-child {
  margin-bottom: 0;
}

.shoppingWishlistModal.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}
.shoppingWishlistModal.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.shoppingWishlistModal.modal.right.fade .modal-dialog {
  right: -420px;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.shoppingWishlistModal.modal.right.fade.show .modal-dialog {
  right: 0;
}
.shoppingWishlistModal .modal-content {
  border-radius: 0;
  border: none;
}
.shoppingWishlistModal .modal-content .modal-body {
  padding: 25px 15px;
}
.shoppingWishlistModal .modal-content .modal-body h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart {
  position: relative;
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 15px;
  padding-left: 70px;
  padding-bottom: 15px;
}
.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
}
.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-image a {
  display: block;
}
.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content {
  position: relative;
}
.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 {
  font-size: 15px;
  text-transform: initial;
  margin-bottom: 5px;
}
.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 a {
  display: inline-block;
}
.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content span {
  font-size: 12px;
  display: block;
  margin-bottom: 3px;
  color: #777777;
}
.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span {
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  color: #777777;
}
.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span.price {
  font-size: 14px;
  color: #000000;
}
.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content .remove-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #777777;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content .remove-btn:hover {
  color: red;
}
.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content:hover .remove-btn {
  opacity: 1;
  visibility: visible;
}
.shoppingWishlistModal .modal-content .modal-body .products-cart-btn .default-btn {
  display: block;
  width: 100%;
  text-align: center;
}
.shoppingWishlistModal .modal-content .modal-body .products-cart-btn .optional-btn {
  display: block;
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.shoppingWishlistModal .close {
  color: #000000;
  font-size: 30px;
  outline: 0 !important;
  line-height: initial;
  transition: 0.5s;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  border: none;
  background-color: transparent;
}
.shoppingWishlistModal .close:not(:disabled):not(.disabled):hover, .shoppingWishlistModal .close:not(:disabled):not(.disabled):focus {
  color: red;
  text-decoration: none;
  opacity: 1;
}

.productsFilterModal.modal.left .modal-dialog {
  position: fixed;
  margin: auto;
  width: 400px;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}
.productsFilterModal.modal.left.fade .modal-dialog {
  left: -320px;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.productsFilterModal.modal.left.fade.show .modal-dialog {
  left: 0;
}
.productsFilterModal .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  border: none;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.productsFilterModal .modal-content .modal-body {
  padding: 0;
}
.productsFilterModal .modal-content .modal-body .woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul li a i {
  top: 0;
  padding-left: 0;
}
.productsFilterModal button.close {
  position: absolute;
  left: 30px;
  top: 20px;
  outline: 0;
  padding-left: 25px;
  text-shadow: unset;
  opacity: 1;
  line-height: initial;
  transition: 0.5s;
  border: none;
  background-color: transparent;
  font-size: 15px;
}
.productsFilterModal button.close i {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -3.8px;
}
.productsFilterModal button.close:hover {
  color: red;
}

/*================================================
Page Title CSS
=================================================*/
.page-title-area {
  background-color: #f8f8f8;
  padding-top: 35vh;
  padding-bottom: 30px;
  background-image: url(../img/breadcroumb.jpg);
}

.page-title-content {
  position: relative;
}
.page-title-content h2 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  color: white !important;
}
.page-title-content ul {
  text-align: right;
  position: absolute;
  right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  top: 50%;
  transform: translateY(-50%);
}
.page-title-content ul li {
  display: inline-block;
  margin-left: 15px;
  font-weight: 600;
  color: #15bfda;
  position: relative;
  
}
.page-title-content ul li::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 6px;
  height: 12px;
  width: 1px;
  background-color: #777777;
}
.page-title-content ul li:first-child {
  margin-left: 0;
}
.page-title-content ul li:first-child::before {
  display: none;
}
.page-title-content ul li a {
  display: block;
  color: white !important;
}

/*================================================
Gallery CSS
=================================================*/
.gallery-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.gallery-area .row {
  margin-left: 0;
  margin-right: 0;
}
.gallery-area .row .col-lg-1, .gallery-area .row .col-lg-2, .gallery-area .row .col-lg-3, .gallery-area .row .col-lg-4, .gallery-area .row .col-lg-5, .gallery-area .row .col-lg-6, .gallery-area .row .col-lg-7, .gallery-area .row .col-lg-8, .gallery-area .row .col-lg-9, .gallery-area .row .col-lg-10, .gallery-area .row .col-lg-11, .gallery-area .row .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

.single-gallery-item {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.single-gallery-item img {
  transition: 0.5s;
}
.single-gallery-item .popup-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.single-gallery-item .gallery-content {
  position: absolute;
  bottom: 0;
  left: 10px;
  border: 1px solid #ffffff;
  right: 10px;
  padding: 25px 15px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.single-gallery-item .gallery-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 5px;
  background-color: #ffffff;
  z-index: -1;
}
.single-gallery-item .gallery-content span {
  display: block;
  color: #15bfda;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
}
.single-gallery-item .gallery-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
.single-gallery-item:hover img {
  transform: rotate(8deg) scale(1.3);
}
.single-gallery-item:hover .gallery-content {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
}

.gallery-items .single-gallery-item {
  margin-bottom: 30px;
}

/*================================================
Look Book CSS
=================================================*/
.lookbook-items {
  margin-left: -15px;
  margin-right: -15px;
}

.single-lookbook-box {
  position: relative;
  margin-bottom: 30px;
}
.single-lookbook-box a {
  display: block;
}
.single-lookbook-box .content {
  transition: 0.5s;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  top: 0;
  margin-left: 10px;
  margin-top: -10px;
  margin-right: 10px;
}
.single-lookbook-box .content p {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}
.single-lookbook-box .content p a {
  display: inline-block;
  padding-right: 3px;
}
.single-lookbook-box .content p:last-child {
  margin-bottom: 0;
}
.single-lookbook-box:hover .content {
  top: -10px;
}

/*================================================
Woocommerce Widget Sidebar CSS
=================================================*/
.woocommerce-widget-area .woocommerce-widget {
  margin-bottom: 35px;
}
.woocommerce-widget-area .woocommerce-widget .woocommerce-widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
  font-weight: 700;
}
.woocommerce-widget-area .woocommerce-widget .woocommerce-widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background-color: #15bfda;
}
.woocommerce-widget-area .woocommerce-widget:last-child {
  margin-bottom: 0;
}
.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul li {
  margin-bottom: 9px;
  font-size: 14.5px;
  font-weight: 600;
}
.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul li a {
  position: relative;
  padding-left: 28px;
  display: inline-block;
}
.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul li a i {
  display: inline-block;
  background-color: #15bfda;
  width: 18px;
  height: 18px;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 19px;
  position: absolute;
  left: 0;
  top: 1px;
  padding-left: 1px;
}
.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul li:last-child {
  margin-bottom: 0;
}
.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list .delete-selected-filters {
  display: inline-block;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 600;
}
.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list .delete-selected-filters:hover {
  color: red;
}
.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list .delete-selected-filters span {
  text-decoration: underline;
}
.woocommerce-widget-area .collections-list-widget .collections-list-row {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.woocommerce-widget-area .collections-list-widget .collections-list-row li {
  margin-bottom: 9px;
}
.woocommerce-widget-area .collections-list-widget .collections-list-row li a {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 600;
}
.woocommerce-widget-area .collections-list-widget .collections-list-row li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.5px;
  width: 15px;
  transition: 0.5s;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #000000;
}
.woocommerce-widget-area .collections-list-widget .collections-list-row li a:hover {
  color: #15bfda;
}
.woocommerce-widget-area .collections-list-widget .collections-list-row li a:hover::before {
  border-color: #15bfda;
}
.woocommerce-widget-area .collections-list-widget .collections-list-row li a.active::before {
  background-color: #15bfda;
  border-color: #15bfda;
}
.woocommerce-widget-area .collections-list-widget .collections-list-row li.active a::before {
  background-color: #15bfda;
  border-color: #15bfda;
}
.woocommerce-widget-area .collections-list-widget .collections-list-row li:last-child {
  display: inline-block;
}
.woocommerce-widget-area .price-list-widget .collection-filter-by-price {
  margin-top: 20px;
}
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs-handle {
  cursor: pointer;
}
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-from, .woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-to, .woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-single {
  background-color: #15bfda;
  padding: 1px 5px 1px 11.5px;
}
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-from::before, .woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-to::before, .woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-single::before {
  border-top-color: #15bfda;
}
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-from::after, .woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-to::after, .woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-single::after {
  content: "$";
  position: absolute;
  left: 5px;
  top: 0.5px;
}
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-bar {
  background-color: #15bfda;
}
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-handle > i:first-child {
  background-color: #15bfda;
}
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-min, .woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-max {
  padding: 1px 3px 1px 9.5px;
}
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-min::before, .woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-max::before {
  content: "$";
  position: absolute;
  left: 3px;
  top: 0.5px;
}
.woocommerce-widget-area .size-list-widget .size-list-row {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -10px;
}
.woocommerce-widget-area .size-list-widget .size-list-row li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}
.woocommerce-widget-area .size-list-widget .size-list-row li a {
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 33px;
  border: 1px solid #eeeeee;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.woocommerce-widget-area .size-list-widget .size-list-row li a:hover, .woocommerce-widget-area .size-list-widget .size-list-row li a:focus {
  border-color: #15bfda;
  color: #ffffff;
  background-color: #15bfda;
}
a[selectedfilter] {
  border-color: #15bfda;
  color: #ffffff;
  background-color: #15bfda;
}

.woocommerce-widget-area .size-list-widget .size-list-row li a.active::before {
  border-color: #15bfda;
  color: #ffffff;
  background-color: #15bfda;
}
.woocommerce-widget-area .size-list-widget .size-list-row li a.active a {
  border-color: #15bfda;
  color: #ffffff;
  background-color: #15bfda;
}
.woocommerce-widget-area .size-list-widget .size-list-row li.active a {
  border-color: #15bfda;
  color: #ffffff;
  background-color: #15bfda;
}
.woocommerce-widget-area .color-list-widget .color-list-row {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: -5px;
  margin-top: -4px;
}
.woocommerce-widget-area .color-list-widget .color-list-row li {
  display: inline-block;
  margin-right: 4px;
  margin-top: 4px;
}
.woocommerce-widget-area .color-list-widget .color-list-row li a {
  display: block;
  position: relative;
  border: 1px solid transparent;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.woocommerce-widget-area .color-list-widget .color-list-row li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #eeeeee;
  border-radius: 50%;
  margin: 2px;
  transition: 0.5s;
}
.woocommerce-widget-area .color-list-widget .color-list-row li a:hover {
  border-color: #000000;
}
.woocommerce-widget-area .color-list-widget .color-list-row li a.color-white::before {
  background: #ffffff;
  border: 1px solid #eeeeee;
}
.woocommerce-widget-area .color-list-widget .color-list-row li a.color-black::before {
  background: #000000;
}
.woocommerce-widget-area .color-list-widget .color-list-row li a.color-red::before {
  background: red;
}
.woocommerce-widget-area .color-list-widget .color-list-row li a.color-blue::before {
  background: blue;
}
.woocommerce-widget-area .color-list-widget .color-list-row li a.color-green::before {
  background: green;
}
.woocommerce-widget-area .color-list-widget .color-list-row li a.color-yellow::before {
  background: yellow;
}
.woocommerce-widget-area .color-list-widget .color-list-row li a.color-yellowgreen::before {
  background: yellowgreen;
}
.woocommerce-widget-area .color-list-widget .color-list-row li a.color-pink::before {
  background: pink;
}
.woocommerce-widget-area .color-list-widget .color-list-row li a.color-violet::before {
  background: violet;
}
.woocommerce-widget-area .color-list-widget .color-list-row li a.color-teal::before {
  background: teal;
}
.woocommerce-widget-area .color-list-widget .color-list-row li a.color-plum::before {
  background: plum;
}
.woocommerce-widget-area .color-list-widget .color-list-row li a.color-lime::before {
  background: lime;
}
.woocommerce-widget-area .color-list-widget .color-list-row li a.color-blueviolet::before {
  background: blueviolet;
}
.woocommerce-widget-area .color-list-widget .color-list-row li.active a {
  border-color: #000000;
}
.woocommerce-widget-area .brands-list-widget .brands-list-row {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.woocommerce-widget-area .brands-list-widget .brands-list-row li {
  margin-bottom: 9px;
}
.woocommerce-widget-area .brands-list-widget .brands-list-row li a {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 600;
}
.woocommerce-widget-area .brands-list-widget .brands-list-row li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.5px;
  width: 15px;
  transition: 0.5s;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #000000;
}
.woocommerce-widget-area .brands-list-widget .brands-list-row li a:hover {
  color: #15bfda;
}
.woocommerce-widget-area .brands-list-widget .brands-list-row li a:hover::before {
  border-color: #15bfda;
}
.woocommerce-widget-area .brands-list-widget .brands-list-row li a.active::before {
  background-color: #15bfda;
  border-color: #15bfda;
}
.woocommerce-widget-area .brands-list-widget .brands-list-row li.active a::before {
  background-color: #15bfda;
  border-color: #15bfda;
}
.woocommerce-widget-area .brands-list-widget .brands-list-row li:last-child {
  display: inline-block;
}
.woocommerce-widget-area .aside-trending-widget .aside-trending-products {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.woocommerce-widget-area .aside-trending-widget .aside-trending-products .category {
  position: absolute;
  left: 0;
  transition: 0.5s;
  right: 0;
  background-color: #ffffff;
  padding: 18px;
  bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.woocommerce-widget-area .aside-trending-widget .aside-trending-products .category h3 {
  text-transform: uppercase;
  margin-bottom: 7px;
  position: relative;
  z-index: 1;
  font-size: 20px;
}
.woocommerce-widget-area .aside-trending-widget .aside-trending-products .category span {
  color: #777777;
  display: block;
}
.woocommerce-widget-area .aside-trending-widget .aside-trending-products img {
  transition: 0.5s;
  width: 100%;
}
.woocommerce-widget-area .aside-trending-widget .aside-trending-products .link-btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.woocommerce-widget-area .aside-trending-widget .aside-trending-products:hover img, .woocommerce-widget-area .aside-trending-widget .aside-trending-products:focus img {
  transform: scale(1.3) rotate(4deg);
}

/*================================================
Sizing Guide CSS
=================================================*/
.sizing-guide-table h3 {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
}
.sizing-guide-table table {
  margin-bottom: 0;
}
.sizing-guide-table table thead {
  background-color: #15bfda;
  color: #ffffff;
}
.sizing-guide-table table thead th {
  border-bottom: none;
  vertical-align: middle;
  color: #ffffff;
  white-space: nowrap;
  font-size: 17px;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
}
.sizing-guide-table table tr td {
  border-top: none;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.sizing-guide-table table tr td:first-child {
  font-weight: 600;
}
.sizing-guide-table .sizing-guide-info {
  padding-left: 0;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 0;
}
.sizing-guide-table .sizing-guide-info li {
  margin-bottom: 12px;
}
.sizing-guide-table .sizing-guide-info li:last-child {
  margin-bottom: 0;
}
.sizing-guide-table .sizing-guide-info li span {
  font-weight: 700;
}
.sizing-guide-table:not(:first-child) {
  margin-top: 35px;
}

/*================================================
Cart CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
}
.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 25px 0 25px;
  text-transform: uppercase;
  border: none;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
}
.cart-table table tbody tr td {
  vertical-align: middle;
  color: #777777;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}
.cart-table table tbody tr td.product-thumbnail a {
  display: inline-block;
}
.cart-table table tbody tr td.product-thumbnail a img {
  width: 100px;
}
.cart-table table tbody tr td.product-name a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.cart-table table tbody tr td.product-name ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 0;
}
.cart-table table tbody tr td.product-name ul li {
  margin-bottom: 6px;
  font-size: 13.5px;
}
.cart-table table tbody tr td.product-name ul li span {
  display: inline;
  color: #000000;
}
.cart-table table tbody tr td.product-name ul li:last-child {
  margin-bottom: 0;
}
.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}
.cart-table table tbody tr td.product-subtotal .subtotal-amount {
  color: #000000;
  font-weight: 600;
}
.cart-table table tbody tr td.product-subtotal .remove {
  color: red;
  float: right;
  display: block;
  position: relative;
  top: -1px;
  font-size: 18px;
}
.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #ffffff;
  width: 40px;
  height: 100%;
  line-height: 50px;
  transition: 0.5s;
  font-size: 22px;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #15bfda;
}
.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #000000;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
  color: #000000;
}
.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #000000;
}
.cart-table table tbody tr td .unit-amount {
  color: #000000;
  font-weight: 600;
}

.cart-buttons {
  margin-top: 30px;
}

.cart-totals {
  background: #ffffff;
  padding: 40px;
  max-width: 500px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-left: auto;
  margin-top: 50px;
  margin-right: auto;
}
.cart-totals h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}
.cart-totals ul {
  padding-left: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #000000;
  overflow: hidden;
  font-weight: 600;
}
.cart-totals ul li:first-child {
  border-bottom: none;
}
.cart-totals ul li:last-child {
  font-size: 20px;
  border-top: none;
}
.cart-totals ul li:last-child span {
  color: #000000;
}
.cart-totals ul li span {
  float: right;
  font-weight: normal;
}

/*================================================
Checkout CSS
=================================================*/
.user-actions {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 15px 20px;
  border-top: 3px solid #15bfda;
  position: relative;
  margin-bottom: 40px;
}
.user-actions i {
  color: #15bfda;
  margin-right: 2px;
  font-size: 20px;
  position: relative;
  top: 3px;
}
.user-actions span {
  display: inline-block;
  color: #15bfda;
  font-weight: 500;
  font-size: 16px;
}
.user-actions span a {
  display: inline-block;
  color: #000000;
}
.user-actions span a:hover, .user-actions span a:focus {
  color: #15bfda;
}

.billing-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 22px;
  font-weight: 700;
}
.billing-details .title::before {
  content: "";
  position: absolute;
  background: #15bfda;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.billing-details .form-group {
  margin-bottom: 25px;
}
.billing-details .form-group label {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.billing-details .form-group label .required {
  color: red;
}
.billing-details .form-group .nice-select {
  float: unset;
  line-height: 48px;
  color: #000000;
  border: none;
  background-color: #f5f5f5 !important;
  font-weight: normal;
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.billing-details .form-group .nice-select .list .option {
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}
.billing-details .form-group .nice-select .list .option:hover {
  background-color: #15bfda !important;
  color: #ffffff;
}
.billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}
.billing-details .form-group .nice-select:after {
  right: 20px;
}
.billing-details .form-check {
  margin-bottom: 20px;
}
.billing-details .form-check .form-check-label {
  color: #000000;
}
.billing-details .form-check label {
  position: relative;
  left: -3px;
  top: 1px;
  font-weight: 500;
}
.billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.order-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 22px;
  font-weight: 700;
}
.order-details .title::before {
  content: "";
  position: absolute;
  background: #15bfda;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.order-details .order-table table {
  margin-bottom: 0;
}
.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding: 12px 20px 10px;
  font-weight: 700;
  font-size: 17px;
}
.order-details .order-table table tbody tr td {
  vertical-align: middle;
  border-color: #eaedff;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 13px;
}
.order-details .order-table table tbody tr td.product-name a {
  display: inline-block;
  font-weight: 500;
}
.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
  color: #000000;
  font-weight: 700;
}
.order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 700;
  color: #000000;
}
.order-details .payment-box {
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px;
}
.order-details .payment-box .payment-method p [type=radio]:checked, .order-details .payment-box .payment-method p [type=radio]:not(:checked) {
  display: none;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  color: #000000;
  position: relative;
  margin-bottom: 8px;
  font-weight: 600;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::before, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::after, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #15bfda;
  position: absolute;
  top: 8px;
  left: 3px;
  border-radius: 50%;
  transition: 0.5s;
}
.order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.order-details .payment-box .default-btn {
  margin-top: 20px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  display: block;
  text-align: center;
}

/*================================================
FAQ CSS
=================================================*/
.faq-accordion-tab .tabs {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 60px;
  text-align: center;
}
.faq-accordion-tab .tabs li {
  margin-left: 10px;
  margin-right: 10px;
}
.faq-accordion-tab .tabs li a {
  color: #000000;
  text-decoration: none;
  border-radius: 5px;
  padding: 20px;
  display: block;
  box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
  font-size: 17px;
  font-weight: 700;
}
.faq-accordion-tab .tabs li a i {
  font-size: 30px;
}
.faq-accordion-tab .tabs li a span {
  display: block;
  margin-top: 8px;
}
.faq-accordion-tab .tabs li a:hover {
  background-color: #15bfda;
  color: #ffffff;
}
.faq-accordion-tab .tabs li.current a {
  background-color: #15bfda;
  color: #ffffff;
}

.tab .tabs-item {
  display: none;
}
.tab .tabs-item:first-child {
  display: block;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  border: none !important;
}
.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
  background: #ffffff;
  margin-bottom: 15px;
  border: none;
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
  padding: 20px 25px 17px 60px;
  color: #000000;
  text-decoration: none;
  position: relative;
  display: block;
  border: none !important;
  font-size: 17px;
  font-weight: 700;
}
.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 25px;
  top: 18px;
  font-size: 25px;
  transition: 0.5s;
}
.faq-accordion .accordion .accordion-title.active i {
  transform: rotate(180deg);
}
.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 20px;
  padding-right: 25px;
  padding-left: 60px;
}
.faq-accordion .accordion .accordion-content p {
  font-size: 16px;
  line-height: 1.8;
}
.faq-accordion .accordion .accordion-content.show {
  display: block;
}
.faq-accordion .accordion .accordion-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-content ul li {
  color: #777777;
  position: relative;
  margin-bottom: 12px;
  line-height: 25px;
  padding-left: 15px;
  font-size: 16px;
}
.faq-accordion .accordion .accordion-content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #15bfda;
  border-radius: 50%;
}
.faq-accordion .accordion .accordion-content ul li:last-child {
  margin-bottom: 0;
}

/*================================================
404 Error CSS
=================================================*/
.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 520px;
}
.error-content h3 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}
.error-content p {
  margin-bottom: 25px;
}

/*================================================
Customer Service CSS
=================================================*/
.customer-service-content h3 {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}
.customer-service-content h3 i {
  position: absolute;
  top: 0;
  left: 0;
  color: #15bfda;
}
.customer-service-content h3:not(:first-child) {
  margin-top: 30px;
}
.customer-service-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.customer-service-content ul li {
  color: #777777;
  margin-bottom: 12px;
  position: relative;
  padding-left: 13px;
}
.customer-service-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #15bfda;
}
.customer-service-content ul li:last-child {
  margin-bottom: 0;
}
.customer-service-content ul li a {
  display: inline-block;
  color: #777777;
}
.customer-service-content ul li a:hover {
  color: #000000;
}

/*================================================
Compare CSS
=================================================*/
.products-compare-table table {
  margin-bottom: 0;
}
.products-compare-table table tr td {
  color: #777777;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.products-compare-table table tr td:first-child {
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
}
.products-compare-table table tr td .remove-btn {
  margin-bottom: 15px;
}
.products-compare-table table tr td .remove-btn a {
  color: red;
  display: inline-block;
}
.products-compare-table table tr:first-child {
  background-color: transparent !important;
}
.products-compare-table table tr:first-child td {
  border-bottom: 1px solid #eeeeee;
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.pagination-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  z-index: -1;
}
.pagination-area .page-numbers {
  color: #000000;
  display: inline-block;
  line-height: 1;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -10px;
  margin-bottom: -10px;
  padding-left: 8px;
  padding-right: 8px;
}
.pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus, .pagination-area .page-numbers.current {
  color: #15bfda;
}
.pagination-area .page-numbers.prev {
  padding-right: 0;
}
.pagination-area .page-numbers.next {
  padding-left: 0;
}
.pagination-area .page-numbers.prev, .pagination-area .page-numbers.next {
  font-size: 28px;
  position: relative;
  top: 5px;
  margin-left: -3px;
  margin-right: -3px;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area .widget {
  margin-bottom: 35px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
  font-size: 21px;
  font-weight: 700;
}
.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background-color: #15bfda;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form .screen-reader-text {
  display: none;
}
.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}
.widget-area .widget_search form .search-field {
  height: 50px;
  color: #000000;
  background-color: #eef5f9;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 0 0 0 15px;
  border: none;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 500;
}
.widget-area .widget_search form .search-field::-moz-placeholder {
  color: #777777;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.widget-area .widget_search form .search-field::placeholder {
  color: #777777;
  transition: 0.5s;
}
.widget-area .widget_search form .search-field:focus::-moz-placeholder {
  color: transparent;
}
.widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}
.widget-area .widget_search form button {
  border: none;
  background-color: #15bfda;
  color: #ffffff;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 5px;
  transition: 0.5s;
  border-radius: 5px;
  top: 5px;
  font-size: 20px;
}
.widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
  background-color: #000000;
  color: #ffffff;
}
.widget-area .widget_xton_posts_thumb {
  position: relative;
  overflow: hidden;
}
.widget-area .widget_xton_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}
.widget-area .widget_xton_posts_thumb .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_xton_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}
.widget-area .widget_xton_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area .widget_xton_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../img/blog/img7.jpg);
}
.widget-area .widget_xton_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../img/blog/img8.jpg);
}
.widget-area .widget_xton_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../img/blog/img5.jpg);
}
.widget-area .widget_xton_posts_thumb .item .thumb::before, .widget-area .widget_xton_posts_thumb .item .thumb::after {
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: "";
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.widget-area .widget_xton_posts_thumb .item .thumb::before {
  width: 40px;
  height: 1px;
  left: 100%;
}
.widget-area .widget_xton_posts_thumb .item .thumb::after {
  height: 40px;
  width: 1px;
  top: 0;
}
.widget-area .widget_xton_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}
.widget-area .widget_xton_posts_thumb .item .info span {
  display: block;
  color: #777777;
  text-transform: uppercase;
  margin-top: -2px;
  margin-bottom: 5px;
  font-size: 12px;
}
.widget-area .widget_xton_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 600;
}
.widget-area .widget_xton_posts_thumb .item .info .title a {
  display: inline-block;
}
.widget-area .widget_xton_posts_thumb .item:hover .thumb::before, .widget-area .widget_xton_posts_thumb .item:hover .thumb::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  color: #000000;
  padding-left: 18px;
  font-weight: 600;
  font-size: 15px;
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_categories ul li::before {
  background: #15bfda;
  height: 8px;
  width: 8px;
  content: "";
  border-radius: 50%;
  left: 0;
  top: 7px;
  position: absolute;
}
.widget-area .widget_categories ul li a {
  color: #000000;
  display: inline-block;
}
.widget-area .widget_categories ul li a:hover {
  color: #15bfda;
}
.widget-area .widget_categories ul li .post-count {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 17px;
}
.widget-area .tagcloud a {
  display: inline-block;
  background-color: #f6f6f6;
  color: #000000;
  padding: 7px 15px;
  border: none;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px !important;
  margin-top: 8px;
  margin-right: 4px;
}
.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #15bfda;
}
.widget-area .widget_instagram ul {
  padding-left: 0;
  list-style-type: none;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px;
}
.widget-area .widget_instagram ul li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
.widget-area .widget_instagram ul li a {
  position: relative;
}
.widget-area .widget_instagram ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #15bfda;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.widget-area .widget_instagram ul li a:hover::before {
  opacity: 0.7;
  visibility: visible;
}
.widget-area .widget_contact {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  height: 400px;
  text-align: center;
  background-image: url(../img/offer-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.widget-area .widget_contact::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #15bfda;
  opacity: 0.7;
  z-index: -1;
}
.widget-area .widget_contact .text {
  position: absolute;
  left: 0;
  bottom: 25px;
  right: 0;
}
.widget-area .widget_contact .text .icon {
  width: 65px;
  height: 65px;
  border: 2px dashed #15bfda;
  position: relative;
  border-radius: 50%;
  font-size: 35px;
  transition: 0.5s;
  background-color: #ffffff;
  color: #15bfda;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17px;
}
.widget-area .widget_contact .text .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.widget-area .widget_contact .text span {
  display: block;
  color: #ffffff;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}
.widget-area .widget_contact .text a {
  display: inline-block;
  color: #ffffff;
  font-weight: 800;
  font-size: 25px;
}

/*================================================
Coming Soon CSS
=================================================*/
.coming-soon-area {
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #f6f7fb;
  background-image: url(../img/coming-soon-bg.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-content {
  max-width: 700px;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 40px 60px;
  box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
  margin-left: 100px;
}
.coming-soon-content .logo {
  display: inline-block;
}
.coming-soon-content .logo .white-logo {
  display: none;
}
.coming-soon-content h2 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0;
}
.coming-soon-content #timer {
  margin-top: 40px;
}
.coming-soon-content #timer div {
  background-color: #333333;
  color: #ffffff;
  width: 100px;
  height: 105px;
  border-radius: 5px;
  font-size: 35px;
  font-weight: 900;
  margin-left: 10px;
  margin-right: 10px;
}
.coming-soon-content #timer div span {
  display: block;
  margin-top: -1px;
  font-size: 16px;
  font-weight: 600;
}
.coming-soon-content form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.coming-soon-content form .form-group {
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}
.coming-soon-content form .form-group .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: #000000;
}
.coming-soon-content form .form-group .label-title i {
  position: absolute;
  left: 0;
  transition: 0.5s;
  top: 9px;
  font-size: 22px;
}
.coming-soon-content form .form-group .label-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: 0.5s;
  background: #15bfda;
}
.coming-soon-content form .form-group .input-newsletter {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #eeeeee;
  padding: 0 0 0 32px;
  color: #000000;
  height: 45px;
  display: block;
  width: 100%;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 400;
}
.coming-soon-content form .form-group .input-newsletter::-moz-placeholder {
  color: #A1A1A1;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.coming-soon-content form .form-group .input-newsletter::placeholder {
  color: #A1A1A1;
  transition: 0.5s;
}
.coming-soon-content form .form-group .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.coming-soon-content form .form-group .input-newsletter:focus::placeholder {
  color: transparent;
}
.coming-soon-content form .validation-danger {
  margin-top: 15px;
  color: red;
}
.coming-soon-content form .validation-success {
  margin-top: 15px;
}
.coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 20px;
}

/*================================================
Track Order CSS
=================================================*/
.track-order-content {
  max-width: 700px;
  background-color: #ffffff;
  box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
}
.track-order-content h2 {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
}
.track-order-content form {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}
.track-order-content form .form-group {
  margin-bottom: 20px;
}
.track-order-content form .form-group label {
  display: block;
  color: #000000;
  margin-bottom: 9px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.track-order-content form .default-btn {
  margin-top: 5px;
}

/*================================================
Login CSS
=================================================*/
.login-content h2 {
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 700;
}
.login-content .login-form {
  padding-right: 15px;
}
.login-content .login-form .form-group {
  margin-bottom: 20px;
}
.login-content .login-form .form-group .form-control {
  height: 50px;
}
.login-content .login-form .default-btn {
  display: block;
  width: 100%;
  padding: 14px 25px;
}
.login-content .login-form .forgot-password {
  display: inline-block;
  margin-top: 15px;
  position: relative;
  font-weight: 600;
}
.login-content .login-form .forgot-password::before {
  width: 100%;
  height: 1.5px;
  background: #777777;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: 0.5s;
  content: "";
}
.login-content .login-form .forgot-password:hover::before {
  width: 0;
}

.new-customer-content {
  padding-left: 15px;
}
.new-customer-content h2 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}
.new-customer-content span {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}
.new-customer-content .optional-btn {
  margin-top: 5px;
}

/*================================================
Signup CSS
=================================================*/
.signup-content {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.signup-content h2 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}
.signup-content .signup-form .form-group {
  margin-bottom: 20px;
}
.signup-content .signup-form .form-group label {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
.signup-content .signup-form .form-group .form-control {
  height: 50px;
}
.signup-content .signup-form .default-btn {
  display: block;
  width: 100%;
  padding: 14px 25px;
}
.signup-content .signup-form .return-store {
  display: inline-block;
  margin-top: 15px;
  color: #777777;
  position: relative;
  font-size: 15px;
}
.signup-content .signup-form .return-store::before {
  width: 100%;
  height: 1.5px;
  background: #777777;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: 0.5s;
  content: "";
}
.signup-content .signup-form .return-store:hover {
  color: #000000;
}
.signup-content .signup-form .return-store:hover::before {
  width: 0;
}

/*================================================
Contact CSS
=================================================*/
.contact-info h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}
.contact-info p a {
  display: inline;
  font-weight: 500;
}
.contact-info .contact-list {
  padding-left: 0;
  margin-bottom: 25px;
  list-style-type: none;
}
.contact-info .contact-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
}
.contact-info .contact-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #15bfda;
  font-size: 20px;
}
.contact-info .contact-list li a {
  display: inline-block;
  font-weight: 600;
  position: relative;
}
.contact-info .contact-list li a:hover::before {
  width: 100%;
}
.contact-info .contact-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: 0.5s;
  background-color: #15bfda;
}
.contact-info .contact-list li:last-child {
  margin-bottom: 0;
}
.contact-info .opening-hours {
  padding-left: 0;
  margin-bottom: 25px;
  list-style-type: none;
}
.contact-info .opening-hours li {
  margin-bottom: 10px;
}
.contact-info .opening-hours li:last-child {
  margin-bottom: 0;
}
.contact-info .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.contact-info .social li {
  display: inline-block;
  margin-right: 2px;
}
.contact-info .social li:last-child {
  margin-right: 0;
}
.contact-info .social li a {
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  color: #15bfda;
  background-color: #f4f4f4;
  font-size: 18px;
  position: relative;
  border-radius: 2px;
}
.contact-info .social li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-49%);
}
.contact-info .social li a:hover {
  background-color: #15bfda;
  color: #ffffff;
}

.contact-form h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}
.contact-form form .form-group {
  margin-bottom: 20px;
}
.contact-form form .form-group label {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.contact-form form .form-group label span {
  color: red;
}
.contact-form form .with-errors ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 0;
}
.contact-form form .with-errors ul li {
  color: red;
  font-size: 15px;
}
.contact-form form #msgSubmit {
  margin-bottom: 0;
}
.contact-form form #msgSubmit.text-danger, .contact-form form #msgSubmit.text-success {
  margin-top: 15px;
}

#map iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -10px;
}

/*================================================
Footer CSS
=================================================*/
.footer-area {
  padding-top: 100px;
  background-color: #20710d;
  position: relative;
  z-index: 1;
}

.single-footer-widget {
  margin-bottom: 30px;
}
.single-footer-widget h3 {
  color: #ffffff;
  margin-bottom: 25px;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 22px;
  font-weight: 700;
}
.single-footer-widget h3::before {
  width: 50px;
  height: 1px;
  bottom: -1px;
  content: "";
  position: absolute;
  left: 0;
  background-color: #15bfda;
}
.single-footer-widget p {
  color: #ffffff;
}
.single-footer-widget .about-the-store p {
  font-weight: 600;
}
.single-footer-widget .about-the-store .footer-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .about-the-store .footer-contact-info li {
  margin-bottom: 12px;
  color: #ffffff;
  position: relative;
  padding-left: 25px;
}
.single-footer-widget .about-the-store .footer-contact-info li i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
}
.single-footer-widget .about-the-store .footer-contact-info li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  position: relative;
}
.single-footer-widget .about-the-store .footer-contact-info li a:hover {
  color: #15bfda;
}
.single-footer-widget .about-the-store .footer-contact-info li a:hover::before {
  width: 100%;
}
.single-footer-widget .about-the-store .footer-contact-info li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: 0.5s;
  background-color: #15bfda;
}
.single-footer-widget .about-the-store .footer-contact-info li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}
.single-footer-widget .social-link li {
  display: inline-block;
  margin-right: 2px;
}
.single-footer-widget .social-link li:last-child {
  margin-right: 0;
}
.single-footer-widget .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #15bfda;
  background-color: #ffffff;
  font-size: 18px;
  position: relative;
  border-radius: 2px;
}
.single-footer-widget .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-49%);
}
.single-footer-widget .social-link li a:hover {
  background-color: #15bfda;
  color: #ffffff;
}
.single-footer-widget .quick-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .quick-links li {
  margin-bottom: 16px;
  color: #ffffff;
}
.single-footer-widget .quick-links li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  position: relative;
}
.single-footer-widget .quick-links li a:hover {
  color: #15bfda;
}
.single-footer-widget .quick-links li a:hover::before {
  width: 100%;
}
.single-footer-widget .quick-links li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: 0.5s;
  background-color: #15bfda;
}
.single-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .customer-support {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .customer-support li {
  margin-bottom: 16px;
  color: #ffffff;
}
.single-footer-widget .customer-support li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  position: relative;
}
.single-footer-widget .customer-support li a:hover {
  color: #15bfda;
}
.single-footer-widget .customer-support li a:hover::before {
  width: 100%;
}
.single-footer-widget .customer-support li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: 0.5s;
  background-color: #15bfda;
}
.single-footer-widget .customer-support li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .footer-newsletter-box .newsletter-form {
  position: relative;
  margin-top: -5px;
}
.single-footer-widget .footer-newsletter-box .newsletter-form label {
  display: block;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}
.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter {
  width: 100%;
  background-color: transparent;
  border: 1px solid #848282;
  border-radius: 0;
  height: 45px;
  padding-left: 10px;
  color: #ffffff;
  font-size: 15px;
  border-radius: 0.25rem;
}
.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter::-moz-placeholder {
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #cccccc;
}
.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter::placeholder {
  transition: 0.5s;
  color: #cccccc;
}
.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.single-footer-widget .footer-newsletter-box .newsletter-form button {
  display: block;
  margin-top: 0.8rem;
  width: 100%;
  border-radius: 0.25rem;
  background-color: #15bfda;
  color: #ffffff;
  border: none;
  padding: 12px 25px;
  transition: 0.5s;
  font-weight: 600;
  font-size: 15px;
}
.single-footer-widget .footer-newsletter-box .newsletter-form button:hover {
  color: #000000;
  background-color: #ffffff;
}
.single-footer-widget .footer-newsletter-box .newsletter-form #validator-newsletter {
  position: absolute;
  left: 0;
  bottom: -32px;
  color: #ffffff !important;
}

.footer-bottom-area {
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer-bottom-area p {
  line-height: initial;
  margin-bottom: 0;
  color: #cecdcd;
  font-weight: 500;
}
.footer-bottom-area p i {
  position: relative;
  top: 1px;
}
.footer-bottom-area p a {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  position: relative;
}
.footer-bottom-area p a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: 0.5s;
  height: 1px;
  background-color: #15bfda;
}
.footer-bottom-area p a:hover {
  color: #15bfda;
}
.footer-bottom-area p a:hover::before {
  width: 100%;
}
.footer-bottom-area .payment-types {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: right;
}
.footer-bottom-area .payment-types li {
  display: inline-block;
}
.footer-bottom-area .payment-types li a {
  display: block;
  transition: 0.5s;
}
.footer-bottom-area .payment-types li a:hover {
  transform: translateY(-5px);
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
  z-index: -1;
}
.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 58%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  animation: run 7s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line:nth-child(1) {
  margin-left: -16%;
}
.lines .line:nth-child(1)::after {
  animation-delay: 2s;
}
.lines .line:nth-child(3) {
  margin-left: 41%;
}
.lines .line:nth-child(3)::after {
  animation-delay: 2.5s;
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -42px;
  right: 15px;
  color: #ffffff;
  background-color: #15bfda;
  z-index: 4;
  width: 42px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  font-size: 28px;
  transition: 0.5s;
  border-radius: 5px 5px 0 0;
}
.go-top i {
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;
  transform: translateY(-55%);
  transition: 0.5s;
}
.go-top.active {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.go-top:hover i {
  margin-top: -3px;
}/*# sourceMappingURL=style.css.map */












/*
Theme Name: Texora 
Author: themeservices
Author URI: https://themeforest.net/user/themeservices/portfolio
Description: "Texora & Garments Industry HTML Template
Service Html Template 
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
/*
--------------------------------------------------------------
[Table of Contents]
--------------------------------------------------------------
01. Variables & Mixins
02. Typography
03. Buttons
04. About 
05. Animation 
06. Brand 
07. Contact
08. Cta
09. Event
10. Faq
11. Feature
12. Footer
13. Header
14. Helping
15. Hero
16. Marquee
17. Meanmenu
18. News
19. Preloader
20. Pricing
21. Section
22. Service
23. Team
24. Project
25. Testimonial

--------------------------------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #15bfda;
  --theme2: #EB4438;
  --header: #0B2239;
  --text: #515459;
  --border: #D8DDE1;
  --bg: #F2F5FB;
  --bg2: #F3F1F0;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.theme-btn {
  font-size: 14px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 700;
  text-transform: uppercase;
  height: 58px;
  line-height: 58px;
  background-color: var(--theme);
  overflow: hidden;
  display: inline-block;
  padding: 0 40px;
  color: var(--header);
  border-radius: 100px;
  font-family: "Hanken Grotesk", sans-serif;
}
@media (max-width: 575px) {
  .theme-btn {
    font-size: 14px;
    padding: 0 25px;
    height: 52px;
    line-height: 52px;
  }
}
.theme-btn::before {
  content: "";
  position: absolute;
  width: 0;
  top: -10px;
  height: 0;
  background-color: var(--header);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease;
  z-index: -1;
}
.theme-btn i {
  margin-left: 5px;
}
.theme-btn:hover {
  color: var(--white);
}
.theme-btn:hover::before {
  width: 800px;
  height: 800px;
  display: inline-block;
}

/*==== link btn  ====*/
.link-btn {
  color: var(--white);
  display: inline-block;
  transition: all 0.4s ease-in-out;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Hanken Grotesk", sans-serif;
}
.link-btn i {
  margin-left: 8px;
}
.link-btn:hover {
  color: var(--theme);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
  /* background-color: #F2F5FB; */
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hanken Grotesk", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 74px;
  font-weight: 700;
  line-height: 114%;
}
@media (max-width: 1600px) {
  h1 {
    font-size: 70px;
  }
}
@media (max-width: 1399px) {
  h1 {
    font-size: 60px;
    line-height: 110%;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 43px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 121%;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 133%;
}
@media (max-width: 1899px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 1600px) {
  h3 {
    font-size: 23px;
  }
}
@media (max-width: 1399px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 142%;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 167%;
}

h6 {
  font-size: 14px;
  font-weight: 600;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
}

.about-wrapper-one .about-content .section-title h2 {
  font-size: 47px;
}
@media (max-width: 1399px) {
  .about-wrapper-one .about-content .section-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-one .about-content .section-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-one .about-content .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-one .about-content .section-title h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-one .about-content .section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .about-wrapper-one .about-content .section-title h2 {
    font-size: 28px;
  }
}
.about-wrapper-one .about-content .about-text {
  margin-top: 17px;
}
.about-wrapper-one .about-content .about-list-items {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .about-wrapper-one .about-content .about-list-items {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 25px;
  }
}
.about-wrapper-one .about-content .about-list-items ul li {
  color: var(--header);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: capitalize;
}
.about-wrapper-one .about-content .about-list-items ul li:not(:last-child) {
  margin-bottom: 10px;
}
.about-wrapper-one .about-content .about-icon-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 540px;
  border-top: 1px solid #D8DDE1;
  margin-top: 37px;
  padding-top: 37px;
}
@media (max-width: 1199px) {
  .about-wrapper-one .about-content .about-icon-item {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.about-wrapper-one .about-content .about-icon-item li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.about-wrapper-one .about-content .about-icon-item li .icon {
  max-width: 60px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--header);
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1600px) {
  .about-wrapper-one .about-content .about-icon-item li .icon {
    max-width: initial;
    width: 60px;
  }
}
@media (max-width: 1399px) {
  .about-wrapper-one .about-content .about-icon-item li .icon {
    max-width: 60px;
    width: 100%;
  }
}
.about-wrapper-one .about-content .about-icon-item li .icon svg path {
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .about-wrapper-one .about-content .about-icon-item li br {
    display: none;
  }
}
.about-wrapper-one .about-content .about-icon-item li:hover .icon {
  background-color: var(--theme);
}
.about-wrapper-one .about-content .about-icon-item li:hover .icon svg {
  animation: wobble 1.5s ease-in-out;
}
.about-wrapper-one .about-content .about-icon-item li:hover .icon svg path {
  fill: var(--header);
}
.about-wrapper-one .about-content .about-icon-item li p {
  color: var(--header);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.about-wrapper-one .about-content .about-bottom-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .about-wrapper-one .about-content .about-bottom-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-one .about-content .about-bottom-area {
    margin-top: 25px;
  }
}
.about-wrapper-one .about-content .about-bottom-area .client-phn-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-wrapper-one .about-content .about-bottom-area .client-phn-area .phone-icon {
  width: 56px;
  height: 56px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme);
  border: 1px solid var(--header);
}
.about-wrapper-one .about-content .about-bottom-area .client-phn-area .phone-icon img {
  animation: pxl_phone_ring 1.8s ease-out infinite;
}
.about-wrapper-one .about-content .about-bottom-area .client-phn-area .client-content p {
  font-size: 16px;
  margin-bottom: 4px;
}
.about-wrapper-one .about-content .about-bottom-area .client-phn-area .client-content a {
  font-size: 20px;
  font-weight: 600;
  font-family: "Hanken Grotesk", sans-serif;
}
.about-wrapper-one .about-image-items {
  position: relative;
}
@media (max-width: 991px) {
  .about-wrapper-one .about-image-items {
    display: flex;
    align-items: end;
    gap: 30px;
  }
}
@media (max-width: 470px) {
  .about-wrapper-one .about-image-items {
    display: block;
  }
}
.about-wrapper-one .about-image-items .about-image-2 {
  max-width: 215px;
  position: absolute;
  bottom: 0;
  left: -110px;
}
@media (max-width: 1399px) {
  .about-wrapper-one .about-image-items .about-image-2 {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-wrapper-one .about-image-items .about-image-2 {
    display: block;
    position: static;
  }
}
@media (max-width: 470px) {
  .about-wrapper-one .about-image-items .about-image-2 {
    max-width: initial;
    margin-bottom: 30px;
    height: 300px;
  }
}
.about-wrapper-one .about-image-items .about-image-2 img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-wrapper-one .about-image-items .text {
  font-size: 24px;
  font-weight: 600;
  font-family: "Hanken Grotesk", sans-serif;
  color: var(--header);
  text-transform: uppercase;
  writing-mode: sideways-rl;
  position: absolute;
  bottom: 0;
  right: -50px;
}
@media (max-width: 991px) {
  .about-wrapper-one .about-image-items .text {
    display: none;
  }
}
.about-wrapper-one .about-image {
  position: relative;
  max-width: 382px;
  border-radius: 30px;
  margin-left: auto;
  height: 580px;
}
@media (max-width: 991px) {
  .about-wrapper-one .about-image {
    margin-left: initial;
  }
}
@media (max-width: 767px) {
  .about-wrapper-one .about-image {
    height: 480px;
    max-width: initial;
  }
}
.about-wrapper-one .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.about-wrapper-one .about-image .ratting-area {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.about-wrapper-one .about-image .ratting-area .rate {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-wrapper-one .about-image .ratting-area .rate span {
  color: var(--white);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 48px;
  font-weight: 700;
}
.about-wrapper-one .about-image .ratting-area .rate .star i {
  color: var(--theme2);
  font-size: 12px;
}
.about-wrapper-one .about-image .ratting-area p {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  font-family: "Hanken Grotesk", sans-serif;
  margin-top: 18px;
}

.about-section {
  position: relative;
}
.about-section .cloth-shape {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
@media (max-width: 1600px) {
  .about-section .cloth-shape img {
    opacity: 0.3;
  }
}

.about-left-thumb-2 {
  max-width: 450px;
}
@media (max-width: 1399px) {
  .about-left-thumb-2 {
    max-width: initial;
  }
}
.about-left-thumb-2 .thumb {
  position: relative;
}
@media (max-width: 991px) {
  .about-left-thumb-2 .thumb {
    height: 550px;
  }
}
.about-left-thumb-2 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.about-left-thumb-2 .thumb .business-content {
  background-color: var(--white);
  padding: 24px;
  border-radius: 20px;
  position: absolute;
  bottom: -50px;
  right: -100px;
}
@media (max-width: 1399px) {
  .about-left-thumb-2 .thumb .business-content {
    right: 20px;
    bottom: 20px;
  }
}
.about-left-thumb-2 .thumb .business-content .icon img {
  width: initial;
  height: initial;
  border-radius: 0px;
}
.about-left-thumb-2 .thumb .business-content .title-4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  max-width: 178px;
}
.about-left-thumb-2 .thumb .business-content .business-client {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 226px;
}
.about-left-thumb-2 .thumb .business-content .business-client .client-info {
  border-right: 1px solid rgb(216, 221, 225);
  padding-right: 30px;
}
.about-left-thumb-2 .thumb .business-content .business-client .client-info .image img {
  width: initial;
  height: initial;
  border-radius: 0px;
}
.about-left-thumb-2 .thumb .business-content .business-client .client-info span {
  font-size: 14px;
  max-width: 75px;
  display: inline-block;
  margin-top: 15px;
  font-weight: 500;
}
.about-left-thumb-2 .thumb .business-content .business-client .single-circle-bar {
  margin-left: 20px;
}
.about-left-thumb-2 .thumb .business-content .business-client .single-circle-bar .circle-progress {
  width: 60px;
  height: 60px;
  position: relative;
}
.about-left-thumb-2 .thumb .business-content .business-client .single-circle-bar .circle-progress svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.about-left-thumb-2 .thumb .business-content .business-client .single-circle-bar .circle-progress circle {
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
}
.about-left-thumb-2 .thumb .business-content .business-client .single-circle-bar .circle-progress .bg {
  stroke: rgba(251, 232, 126, 0.25);
}
.about-left-thumb-2 .thumb .business-content .business-client .single-circle-bar .circle-progress .progress {
  stroke: #FBE87E;
  stroke-dasharray: 339.292;
  stroke-dashoffset: 339.292;
  transition: stroke-dashoffset 1.5s ease;
}
.about-left-thumb-2 .thumb .business-content .business-client .single-circle-bar .circle-progress .value {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  color: var(--header);
}
.about-left-thumb-2 .thumb .business-content:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}
.about-left-thumb-2 .star-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Hanken Grotesk", sans-serif;
  color: var(--header);
}
.about-left-thumb-2 .star-line .star {
  color: rgb(231, 84, 21);
}

.about-right-content-2 {
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .about-right-content-2 {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .about-right-content-2 {
    margin-left: 0;
  }
}
.about-right-content-2 .section-title h2 {
  font-size: 46px;
}
@media (max-width: 1399px) {
  .about-right-content-2 .section-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .about-right-content-2 .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .about-right-content-2 .section-title h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .about-right-content-2 .section-title h2 {
    font-size: 30px;
  }
}
.about-right-content-2 .about-text {
  margin-top: 15px;
  text-transform: capitalize;
}
.about-right-content-2 .about-conter-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  border-bottom: 1px solid rgb(216, 221, 225);
  padding-bottom: 40px;
}
@media (max-width: 1399px) {
  .about-right-content-2 .about-conter-area {
    margin-top: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.about-right-content-2 .about-conter-area .counter-area .title {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--text);
  margin-top: 20px;
}
.about-right-content-2 .about-conter-area .about-icon-items {
  border-left: 1px solid rgb(216, 221, 225);
  padding-left: 20px;
}
@media (max-width: 1399px) {
  .about-right-content-2 .about-conter-area .about-icon-items {
    padding-left: 0;
    border-left: none;
  }
}
.about-right-content-2 .about-conter-area .about-icon-items .icon-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-right-content-2 .about-conter-area .about-icon-items .icon-area.style-2 {
  margin-top: 30px;
}
.about-right-content-2 .about-conter-area .about-icon-items .icon-area .content .title-2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.about-right-content-2 .about-conter-area .about-icon-items .icon-area:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}
.about-right-content-2 .about-btn-area {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 1399px) {
  .about-right-content-2 .about-btn-area {
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .about-right-content-2 .about-btn-area {
    margin-top: 25px;
  }
}
.about-right-content-2 .about-btn-area .client-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-right-content-2 .about-btn-area .client-info .content .title-3 {
  font-size: 18px;
  font-weight: 600;
}

.about-wrapper-3 .section-title-area {
  align-items: initial;
}
@media (max-width: 1399px) {
  .about-wrapper-3 .section-title-area .section-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-3 .section-title-area .section-title h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-3 .section-title-area .section-title h2 {
    font-size: 40px;
  }
}
.about-wrapper-3 .section-title-area .about-text-items .text-box {
  width: 565px;
  margin-bottom: 63px;
}
@media (max-width: 767px) {
  .about-wrapper-3 .section-title-area .about-text-items .text-box {
    width: initial;
  }
}
.about-wrapper-3 .section-title-area .about-text-items .text-box h3 {
  font-size: 24px;
  font-weight: 600;
}
.about-wrapper-3 .section-title-area .about-text-items .text-box p {
  margin-top: 15px;
}
.about-wrapper-3 .section-title-area .about-text-items .about-btn {
  margin-bottom: -91px;
}
@media (max-width: 767px) {
  .about-wrapper-3 .section-title-area .about-text-items .about-btn {
    margin-bottom: -54px;
  }
}
.about-wrapper-3 .about-image {
  margin-top: 30px;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 60px;
}
.about-wrapper-3 .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(50px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(50px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(50px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(50px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.animation-infinite {
  animation: ShapeAnim 80s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes sparkle {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}
@keyframes borderAnim {
  0% {
    width: 0;
  }
  100% {
    width: 44px;
  }
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrolly {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60%);
  }
}
@keyframes scrolls {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.img_left_animation {
  animation: left-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes left-animation {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_right_animation {
  animation: right-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes right-animation {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_top_animation {
  animation: top-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes top-animation {
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_bottom_animation {
  animation: bottom-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes bottom-animation {
  0% {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes pxl_phone_ring {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(10deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(10deg) scale(1) skew(1deg);
  }
  100%, 50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 85%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
.choose-image-items .choose-image {
  margin-top: 71px;
  position: relative;
}
.choose-image-items .choose-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .choose-image-items .choose-image {
    margin-top: 40px;
  }
}
.choose-image-items .choose-image .text {
  position: absolute;
  top: 40px;
  left: 40px;
  max-width: 270px;
}
@media (max-width: 1399px) {
  .choose-image-items .choose-image .text {
    gap: 20px;
    right: 20px;
    top: 20px;
  }
}
.choose-image-items .choose-image .text span {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Hanken Grotesk", sans-serif;
  color: var(--header);
}
.choose-image-items .choose-image .counter-box {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media (max-width: 1199px) {
  .choose-image-items .choose-image .counter-box {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .choose-image-items .choose-image .counter-box {
    right: 40px;
  }
}
.choose-image-items .choose-image .counter-box h1 {
  font-size: 36px;
  line-height: 46px;
}
.choose-image-items .choose-image .counter-box p {
  font-weight: 400;
}

.choose-content p {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .choose-content p br {
    display: none;
  }
}
.choose-content .choose-perform-area {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .choose-content .choose-perform-area {
    flex-wrap: wrap;
  }
}
.choose-content .choose-perform-area .progress-wrapper-items .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 30px;
}
.choose-content .choose-perform-area .progress-wrapper-items .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.choose-content .choose-perform-area .progress-wrapper-items .progress-wrap .pro-items .pro-head .title {
  font-weight: 500;
  font-size: 18px;
  color: var(--header);
  font-family: "Hanken Grotesk", sans-serif;
}
.choose-content .choose-perform-area .progress-wrapper-items .progress-wrap .pro-items .pro-head .point {
  font-weight: 500;
  font-size: 18px;
  color: var(--header);
  font-family: "Hanken Grotesk", sans-serif;
}
.choose-content .choose-perform-area .progress-wrapper-items .progress-wrap .pro-items .ber-box .progress {
  background: #fff;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  display: flex;
  height: 10px;
  width: 100%;
  border-radius: 100px;
}
.choose-content .choose-perform-area .progress-wrapper-items .progress-wrap .pro-items .ber-box .progress .progress-value {
  animation: load 4s normal forwards;
  background: var(--theme);
  height: 4px;
  width: 0;
  margin-left: 3px;
  position: relative;
}
.choose-content .choose-perform-area .progress-wrapper-items .progress-wrap .pro-items .ber-box .progress .progress-value::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--theme);
  border-radius: 50%;
}
.choose-content .choose-perform-area .progress-wrapper-items .progress-wrap .pro-items .ber-box .progress .progress-value.value-2 {
  animation: load2 5s normal forwards;
}
.choose-content .choose-perform-area .progress-wrapper-items .progress-wrap .pro-items .ber-box .progress .progress-value.value-3 {
  animation: load3 3s normal forwards;
}
.choose-content .choose-perform-area .progress-wrapper-items .choose-list {
  display: flex;
  align-items: center;
  margin-top: 35px;
  justify-content: space-between;
  gap: 26px;
}
@media (max-width: 1399px) {
  .choose-content .choose-perform-area .progress-wrapper-items .choose-list {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .choose-content .choose-perform-area .progress-wrapper-items .choose-list {
    gap: 26px;
  }
}
.choose-content .choose-perform-area .progress-wrapper-items .choose-list ul li {
  display: flex;
  align-items: center;
  color: var(--text);
  font-weight: 500;
  font-size: 18px;
  font-family: "Hanken Grotesk", sans-serif;
}
.choose-content .choose-perform-area .progress-wrapper-items .choose-list ul li img {
  margin-right: 13px;
}

.choose-us-wrapper-2 .choose-us-content .choose-text {
  margin-top: 20px;
  max-width: 680px;
  text-transform: capitalize;
}
.choose-us-wrapper-2 .choose-us-content .icon-items-area {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-top: 35px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 35px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .choose-us-wrapper-2 .choose-us-content .icon-items-area {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .choose-us-wrapper-2 .choose-us-content .icon-items-area {
    flex-wrap: wrap;
  }
}
.choose-us-wrapper-2 .choose-us-content .icon-items-area .icon-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.choose-us-wrapper-2 .choose-us-content .icon-items-area .icon-items .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 6px;
  background-color: var(--header);
  text-align: center;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .choose-us-wrapper-2 .choose-us-content .icon-items-area .icon-items .icon {
    max-width: 60px;
    width: 100%;
  }
}
.choose-us-wrapper-2 .choose-us-content .icon-items-area .icon-items .icon svg path {
  transition: all 0.4s ease-in-out;
}
.choose-us-wrapper-2 .choose-us-content .icon-items-area .icon-items:hover .icon {
  background-color: var(--theme);
}
.choose-us-wrapper-2 .choose-us-content .icon-items-area .icon-items:hover .icon svg {
  animation: wobble 1.5s ease-in-out;
}
.choose-us-wrapper-2 .choose-us-content .icon-items-area .icon-items:hover .icon svg path {
  fill: var(--header);
}
.choose-us-wrapper-2 .choose-us-content .choose-counter-items {
  padding: 32px 30px;
  background-color: var(--white);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .choose-us-wrapper-2 .choose-us-content .choose-counter-items {
    padding: 27px 17px;
  }
}
@media (max-width: 767px) {
  .choose-us-wrapper-2 .choose-us-content .choose-counter-items {
    padding: 30px 25px;
  }
}
.choose-us-wrapper-2 .choose-us-content .choose-counter-items .tittle {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-left: 15px;
  color: var(--header);
  margin-bottom: 55px;
  display: inline-block;
}
.choose-us-wrapper-2 .choose-us-content .choose-counter-items .tittle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--theme);
  border-radius: 50%;
  transform: translateY(-50%);
}
.choose-us-wrapper-2 .choose-us-content .choose-counter-items .counter-box h3 {
  font-size: 36px;
}
.choose-us-wrapper-2 .choose-us-content .choose-counter-items .counter-box h4 {
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 3px;
}
@media (max-width: 1199px) {
  .choose-us-wrapper-2 .choose-us-content .choose-counter-items .counter-box h4 {
    font-size: 18px;
  }
}
.choose-us-wrapper-2 .choose-us-content .choose-counter-items .counter-box p {
  text-transform: capitalize;
  color: var(--header);
}
@media (max-width: 767px) {
  .choose-us-wrapper-2 .choose-us-content .choose-counter-items .counter-box p {
    font-size: 14px;
  }
}
.choose-us-wrapper-2 .choose-us-content .choose-counter-items.style-2 {
  background-color: var(--header);
}
.choose-us-wrapper-2 .choose-us-content .choose-counter-items.style-2 .tittle {
  color: var(--white);
}
.choose-us-wrapper-2 .choose-us-content .choose-counter-items.style-2 .counter-box h3 {
  color: var(--white);
}
.choose-us-wrapper-2 .choose-us-content .choose-counter-items.style-2 .counter-box h4 {
  color: var(--white);
}
.choose-us-wrapper-2 .choose-us-content .choose-counter-items.style-2 .counter-box p {
  color: var(--white);
}
.choose-us-wrapper-2 .choose-image-wrap {
  position: relative;
}
.choose-us-wrapper-2 .choose-image-wrap .choose-img img {
  border-radius: 20px;
}
@media (max-width: 1600px) {
  .choose-us-wrapper-2 .choose-image-wrap .choose-img img {
    width: 100%;
    height: 100%;
  }
}
.choose-us-wrapper-2 .choose-image-wrap .choose-img.style-img {
  margin-left: 24px;
}
@media (max-width: 1600px) {
  .choose-us-wrapper-2 .choose-image-wrap .choose-img.style-img {
    margin-left: 0;
  }
}
.choose-us-wrapper-2 .choose-image-wrap .choose-circle-btn {
  position: absolute;
  top: 56%;
  left: 54%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1600px) {
  .choose-us-wrapper-2 .choose-image-wrap .choose-circle-btn {
    left: 50%;
  }
}
.choose-us-wrapper-2 .choose-image-wrap .choose-circle-btn a {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: block;
  background-color: var(--theme);
  padding: 10px;
}
@media (max-width: 1199px) {
  .choose-us-wrapper-2 .choose-image-wrap .choose-circle-btn a {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 991px) {
  .choose-us-wrapper-2 .choose-image-wrap .choose-circle-btn a {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 470px) {
  .choose-us-wrapper-2 .choose-image-wrap .choose-circle-btn a {
    width: 110px;
    height: 110px;
  }
}
.choose-us-wrapper-2 .choose-image-wrap .choose-circle-btn a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  animation: cir36 12s linear infinite;
}
.choose-us-wrapper-2 .choose-image-wrap .choose-circle-btn a i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--header);
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1899px) {
  .choose-us-wrapper-2 .choose-image-wrap .image-1 {
    height: 380px;
  }
  .choose-us-wrapper-2 .choose-image-wrap .image-1 img {
    object-fit: cover;
    height: 100%;
  }
}
@media (max-width: 1899px) {
  .choose-us-wrapper-2 .choose-image-wrap .image-3 {
    height: 303px;
  }
  .choose-us-wrapper-2 .choose-image-wrap .image-3 img {
    object-fit: cover;
    height: 100%;
  }
}

.contact-wrapper {
  max-width: 1410px;
  margin: 0 auto;
}
.contact-wrapper .contact-content {
  padding: 76px 60px;
}
.contact-wrapper .contact-content .info-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contact-wrapper .contact-content .info-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.contact-wrapper .contact-content .info-wrap .info-item {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .contact-wrapper .contact-content .info-wrap .info-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contact-wrapper .contact-content .info-wrap .info-item h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  margin-top: 15px;
}
.contact-wrapper .contact-content .info-wrap .info-item p {
  color: var(--white);
  font-weight: 400;
  font-family: "Hanken Grotesk", sans-serif;
  margin-top: 4px;
}
.contact-wrapper .contact-content .contact-btn {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .contact-wrapper-2 .contact-content {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1399px) {
  .contact-wrapper-2 .contact-content .section-title {
    width: initial;
  }
}
.contact-wrapper-2 .contact-content .contact-from .inptFld {
  width: 100%;
  height: 50px;
  border: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 20px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 300;
}
.contact-wrapper-2 .contact-content .contact-from .inptFld::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-wrapper-2 .contact-content .contact-from .contFrm textarea {
  height: 120px;
}
.contact-wrapper-2 .contact-content .contact-from textarea:focus {
  outline: none;
}
.contact-wrapper-2 .contact-content .contact-from .contact-text {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
  font-weight: 500;
  font-family: "Hanken Grotesk", sans-serif;
}
.contact-wrapper-2 .contact-content .contact-from .contact-button {
  margin-top: 30px;
}
.contact-wrapper-2 .contact-image-area {
  margin-left: 21%;
}
@media (max-width: 1899px) {
  .contact-wrapper-2 .contact-image-area {
    margin-left: 18%;
  }
}
@media (max-width: 1600px) {
  .contact-wrapper-2 .contact-image-area {
    margin-left: 7%;
  }
}
@media (max-width: 1399px) {
  .contact-wrapper-2 .contact-image-area {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .contact-wrapper-2 .contact-image-area img {
    width: 100%;
    height: 100%;
  }
}
.contact-wrapper-2 .contact-image-area .counter-box-area {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 22;
  margin-top: 50px;
  width: 650px;
}
@media (max-width: 1399px) {
  .contact-wrapper-2 .contact-image-area .counter-box-area {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .contact-wrapper-2 .contact-image-area .counter-box-area {
    padding-bottom: 40px;
    flex-wrap: wrap;
    padding-right: 30px;
    width: initial;
  }
}
.contact-wrapper-2 .contact-image-area .counter-box-area .counter-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-wrapper-2 .contact-image-area .counter-box-area .counter-box:not(:last-child) {
  border-right: 1px solid var(--black);
  padding-right: 60px;
}
@media (max-width: 1399px) {
  .contact-wrapper-2 .contact-image-area .counter-box-area .counter-box:not(:last-child) {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .contact-wrapper-2 .contact-image-area .counter-box-area .counter-box:not(:last-child) {
    border-right: none;
    padding-right: 0;
  }
}
.contact-wrapper-2 .contact-image-area .counter-box-area .counter-box h2 {
  color: var(--theme2);
  font-size: 36px;
}
.contact-wrapper-2 .contact-image-area .counter-box-area .counter-box h3 {
  color: var(--white);
  font-weight: 600;
  font-size: 18px;
  line-height: 167%;
}

.contact-wrapper-3 .contact-area-top h2 {
  font-size: 64px;
  justify-content: center;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .contact-wrapper-3 .contact-area-top h2 {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  .contact-wrapper-3 .contact-area-top h2 {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper-3 .contact-area-top h2 {
    font-size: 32px;
  }
}
.contact-wrapper-3 .contact-area-top .contact-items {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid var(--border);
  gap: 25px;
  border-radius: 20px;
  background-color: var(--white);
}
.contact-wrapper-3 .contact-area-top .contact-items .icon {
  max-width: 71px;
  height: 71px;
  line-height: 65px;
  width: 100%;
  text-align: center;
  border: 1px solid var(--border);
  background-color: #F4F8EC;
  border-radius: 50%;
}
.contact-wrapper-3 .contact-area-top .contact-items .icon img {
  width: 24px;
}
.contact-wrapper-3 .contact-area-top .contact-items .content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.contact-wrapper-3 .contact-area-top .contact-items .content p a {
  color: var(--text);
}
.contact-wrapper-3 .contact-area-bottom {
  margin-top: 80px;
}
.contact-wrapper-3 .contact-area-bottom .google-map iframe {
  width: 100%;
  height: 679px;
}
.contact-wrapper-3 .contact-area-bottom .contact-from {
  padding: 60px;
  border: 1px solid var(--border);
  border-radius: 30px;
  background-color: var(--white);
}
@media (max-width: 1199px) {
  .contact-wrapper-3 .contact-area-bottom .contact-from {
    padding: 30px;
  }
}
.contact-wrapper-3 .contact-area-bottom .contact-from .inptFld {
  width: 100%;
  height: 56px;
  border: 0;
  color: var(--text);
  font-size: 16px;
  margin-bottom: 30px;
  background-color: transparent;
  border: 1px solid var(--border);
  padding-left: 30px;
  border-radius: 100px;
}
.contact-wrapper-3 .contact-area-bottom .contact-from .inptFld::placeholder {
  color: var(--text);
  opacity: 0.7;
}
.contact-wrapper-3 .contact-area-bottom .contact-from .contFrm textarea {
  height: 150px;
  padding-top: 20px;
  border-radius: 20px;
}
.contact-wrapper-3 .contact-area-bottom .contact-from textarea:focus {
  outline: none;
}
.contact-wrapper-3 .contact-area-bottom .contact-from .contact-text {
  color: var(--white);
  margin-top: 20px;
  opacity: 0.7;
  font-weight: 500;
  font-family: "Hanken Grotesk", sans-serif;
}
.contact-wrapper-3 .contact-area-bottom .contact-from .contact-button {
  margin-top: 30px;
}

.map-section {
  margin-top: -220px;
}
.map-section .google-map iframe {
  width: 100%;
  height: 594px;
}

.contact-section {
  position: relative;
}

.contact-content {
  margin-right: 60px;
}
.contact-content .contact-text {
  margin-top: 10px;
  font-weight: 500;
  color: var(--header);
}
.contact-content .contact-form-box {
  margin-top: 10px;
}
.contact-content .contact-form-box .form-clt input, .contact-content .contact-form-box .form-clt textarea {
  border-bottom: 1px solid rgba(0, 53, 102, 0.12);
  border-top: 1px solid var(--white);
  border-left: 1px solid var(--white);
  border-right: 1px solid var(--white);
  line-height: 1;
  padding: 16px 0;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
}
.contact-content .contact-form-box .form-clt input::placeholder, .contact-content .contact-form-box .form-clt textarea::placeholder {
  color: var(--header);
}
.contact-content .contact-form-box .form-clt textarea {
  padding-bottom: 80px;
}
.contact-content .contact-form-box .contact-text-2 {
  color: var(--header);
  font-weight: 500;
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: capitalize;
  max-width: 640px;
}

.contact-thumb {
  position: relative;
  margin-right: -200px;
  height: 798px;
}
@media (max-width: 1899px) {
  .contact-thumb {
    margin-right: -100px;
  }
}
@media (max-width: 1600px) {
  .contact-thumb {
    margin-right: -50px;
  }
}
@media (max-width: 991px) {
  .contact-thumb {
    margin-right: 0;
    height: 500px;
  }
}
.contact-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.contact-thumb .sm-thumb {
  position: absolute;
  top: 40px;
  right: 40px;
}
@media (max-width: 575px) {
  .contact-thumb .sm-thumb {
    display: none;
  }
}
.contact-thumb .sm-thumb img {
  width: initial;
  height: initial;
}

.counter-content-area {
  margin-left: 50px;
}
@media (max-width: 1399px) {
  .counter-content-area {
    margin-left: 0;
  }
}
@media (max-width: 1399px) {
  .counter-content-area .section-title {
    width: initial;
  }
}
.counter-content-area .counter-text {
  margin-top: 20px;
  color: #515459;
  text-transform: capitalize;
  max-width: 755px;
}
.counter-content-area .counter-items {
  margin-top: 27px;
  max-width: 365px;
}
.counter-content-area .counter-items p {
  text-transform: capitalize;
  color: #515459;
  max-width: 350px;
}
.counter-content-area .counter-items .counter-box {
  border-bottom: 1px solid var(--border);
  margin-bottom: 10px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.counter-content-area .counter-items .counter-box h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.counter-content-area .counter-items .counter-box p {
  font-weight: 500;
  color: var(--header);
  text-transform: capitalize;
  margin-top: 8px;
  font-size: 16px;
}
.counter-content-area .counter-items:hover .counter-box {
  border-bottom: 1px solid var(--theme);
}
.counter-content-area .counter-items.counter-two p {
  max-width: 280px;
}
.counter-content-area .counter-items.counter-two:hover .counter-box {
  border-bottom: 1px solid var(--theme);
}

.counter-image {
  border-radius: 30px;
  height: 755px;
}
@media (max-width: 991px) {
  .counter-image {
    height: 570px;
  }
}
@media (max-width: 767px) {
  .counter-image {
    height: 530px;
  }
}
@media (max-width: 575px) {
  .counter-image {
    height: 480px;
  }
}
.counter-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  object-fit: cover;
}

.counter-two {
  margin-top: -35px;
}

.counter-section1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1899px) {
  .counter-section1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1600px) {
  .counter-section1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 1399px) {
  .counter-section1 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 1199px) {
  .counter-section1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 470px) {
  .counter-section1 .container-fluid {
    padding: 0 16px;
  }
}

.advantage-section {
  position: relative;
}
.advantage-section .reel-shape {
  position: absolute;
  top: 45px;
  left: 90px;
}
@media (max-width: 991px) {
  .advantage-section .reel-shape img {
    opacity: 0.4;
  }
}

.advantage-wrapper .advantage-box-items {
  margin-top: 30px;
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.advantage-wrapper .advantage-box-items:not(:last-child) {
  border-right: 1px solid var(--border);
}
.advantage-wrapper .advantage-box-items .advantage-content {
  padding: 35px 40px;
}
@media (max-width: 1399px) {
  .advantage-wrapper .advantage-box-items .advantage-content {
    padding: 30px 35px;
  }
}
@media (max-width: 1199px) {
  .advantage-wrapper .advantage-box-items .advantage-content {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .advantage-wrapper .advantage-box-items .advantage-content {
    padding: 32px;
  }
}
@media (max-width: 470px) {
  .advantage-wrapper .advantage-box-items .advantage-content {
    padding: 28px 28px;
  }
}
.advantage-wrapper .advantage-box-items .advantage-content h3 {
  margin-bottom: 15px;
}
.advantage-wrapper .advantage-box-items .advantage-content h3 span {
  font-weight: 500;
}
.advantage-wrapper .advantage-box-items .advantage-content .advantage-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 30px;
}
.advantage-wrapper .advantage-box-items .advantage-content .advantage-thumb img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 30px;
}
.advantage-wrapper .advantage-box-items .advantage-content .advantage-thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.advantage-wrapper .advantage-box-items .advantage-btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border);
}
.advantage-wrapper .advantage-box-items .advantage-btn-box img {
  padding: 15px;
  border-left: 1px solid var(--border);
}
.advantage-wrapper .advantage-box-items .advantage-btn-box .link-btn {
  padding-left: 40px;
  color: var(--header);
}
.advantage-wrapper .advantage-box-items:hover .advantage-thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.advantage-wrapper .advantage-box-items:hover .advantage-thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.advantage-wrapper .advantage-box-items:hover .link-btn {
  color: var(--theme);
}

.section-title-area .first-img {
  margin-right: -25px;
}
.section-title-area p {
  margin-top: 12px;
  margin-bottom: 30px;
}

.bottom-text {
  margin-top: 60px;
  text-align: center;
  line-height: 1;
  color: var(--header);
}
.bottom-text .link-btn {
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
.bottom-text .link-btn i {
  margin-right: 3px;
}
.bottom-text .link-btn:hover {
  text-decoration: underline;
  color: var(--theme2);
}

.faq-wrapper {
  position: relative;
}
.faq-wrapper .faq-content {
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .faq-wrapper .faq-content {
    margin-right: 0;
  }
}
.faq-wrapper .faq-content .section-title h2 {
  font-size: 46px;
}
@media (max-width: 1399px) {
  .faq-wrapper .faq-content .section-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .faq-wrapper .faq-content .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .faq-wrapper .faq-content .section-title h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .faq-wrapper .faq-content .section-title h2 {
    font-size: 30px;
  }
}
.faq-wrapper .faq-content .faq-text {
  margin-top: 25px;
}
.faq-wrapper .faq-content .client-info-items {
  margin-top: 40px;
  background-color: var(--theme);
  border-radius: 20px;
  max-width: 715px;
}
.faq-wrapper .faq-content .client-info-items .client-info-top {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 30px;
  border-radius: 20px;
  background-color: var(--bg);
}
@media (max-width: 767px) {
  .faq-wrapper .faq-content .client-info-items .client-info-top {
    flex-wrap: wrap;
  }
}
.faq-wrapper .faq-content .client-info-items .client-info-top span {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.faq-wrapper .faq-content .client-info-items .client-info-bottom {
  display: flex;
  align-items: center;
  gap: 75px;
  padding: 20px 30px;
}
@media (max-width: 1199px) {
  .faq-wrapper .faq-content .client-info-items .client-info-bottom {
    gap: 25px;
  }
}
@media (max-width: 991px) {
  .faq-wrapper .faq-content .client-info-items .client-info-bottom {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .faq-wrapper .faq-content .client-info-items .client-info-bottom {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.faq-wrapper .faq-content .client-info-items .client-info-bottom .contact-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.faq-wrapper .faq-content .client-info-items .client-info-bottom .contact-info .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--white);
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.faq-wrapper .faq-content .client-info-items .client-info-bottom .contact-info .content p {
  color: #54595F;
  font-size: 14px;
  text-transform: capitalize;
}
.faq-wrapper .faq-content .client-info-items .client-info-bottom .contact-info .content a {
  font-weight: 500;
}
.faq-wrapper .faq-content .client-info-items .client-info-bottom .contact-info:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}
.faq-wrapper .faq-items .accordion .accordion-item {
  border: none;
  background: var(--white);
  padding: 0;
}
.faq-wrapper .faq-items .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--border);
}
.faq-wrapper .faq-items .accordion .accordion-item:has(.accordion-collapse.show) {
  border-bottom: none !important;
}
.faq-wrapper .faq-items .accordion .accordion-item h2 button {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 30px 0;
  color: var(--header);
}
@media (max-width: 1199px) {
  .faq-wrapper .faq-items .accordion .accordion-item h2 button {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 470px) {
  .faq-wrapper .faq-items .accordion .accordion-item h2 button {
    font-size: 14px;
    font-weight: 400;
  }
}
.faq-wrapper .faq-items .accordion .accordion-item .accordion-body {
  padding: 10px 0 0 0;
  border-top: 1px solid var(--border);
}
.faq-wrapper .faq-items .accordion .accordion-item .accordion-body p {
  color: var(--text);
  line-height: 32px;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 575px) {
  .faq-wrapper .faq-items .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
.faq-wrapper .faq-items .accordion .accordion-button {
  background-color: transparent;
}
.faq-wrapper .faq-items .accordion .accordion-button::after {
  display: none;
}
.faq-wrapper .faq-items .accordion .accordion-button::before {
  position: absolute;
  content: "\f061" !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 14px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: var(--header);
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 100px;
  text-align: center;
  background-color: #F2F5FB;
}
@media (max-width: 1399px) {
  .faq-wrapper .faq-items .accordion .accordion-button::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.faq-wrapper .faq-items .accordion .accordion-button.collapsed::before {
  content: "\f105";
  background-color: #F2F5FB;
  color: var(--header);
}
.faq-wrapper .faq-items .accordion .accordion-button:not(.collapsed)::before {
  content: "\f105";
  background-color: var(--theme);
  color: var(--header);
}

.brand-new .container {
  max-width: 1680px;
}
.brand-new .brand-text {
  position: relative;
  margin-bottom: 60px;
}
.brand-new .brand-text::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #A4A4A4;
  z-index: -1;
}
@media (max-width: 1199px) {
  .brand-new .brand-text::before {
    display: none;
  }
}
.brand-new p {
  font-size: 24px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 500;
  color: var(--header);
  text-transform: capitalize;
  text-align: center;
  background-color: var(--white);
  position: relative;
  max-width: 550px;
  margin: 0 auto;
}

.faq-wrapper22 {
  position: relative;
}
.faq-wrapper22 .faq-image {
  position: relative;
  border-radius: 30px;
  margin-right: 50px;
}
@media (max-width: 1399px) {
  .faq-wrapper22 .faq-image {
    margin-right: 0;
  }
  .faq-wrapper22 .faq-image img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
  }
}
.faq-wrapper22 .faq-image .counter-box {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  padding: 27px 30px;
  width: 195px;
  z-index: 22;
}
.faq-wrapper22 .faq-image .counter-box h2 {
  color: var(--white);
}
.faq-wrapper22 .faq-image .counter-box p {
  color: var(--white);
}
.faq-wrapper22 .faq-image img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
.faq-wrapper22 .faq-content {
  margin-left: -30px;
}
@media (max-width: 1399px) {
  .faq-wrapper22 .faq-content {
    margin-left: 0;
  }
}
.faq-wrapper22 .faq-content .faq-page-items {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .faq-wrapper22 .faq-content .faq-page-items {
    margin-top: 30px;
  }
}
.faq-wrapper22 .faq-content .faq-page-items .accordion-box {
  position: relative;
}
.faq-wrapper22 .faq-content .faq-page-items .accordion-box .block {
  position: relative;
  background-color: var(--white);
  line-height: 1;
  border: 1px solid var(--border);
  padding: 27px 30px;
  margin-bottom: 30px;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .faq-wrapper22 .faq-content .faq-page-items .accordion-box .block {
    padding: 25px 20px;
    padding-right: 50px;
  }
}
.faq-wrapper22 .faq-content .faq-page-items .accordion-box .block .acc-btn {
  position: relative;
  font-size: 20px;
  color: var(--header);
  font-weight: 600;
  font-family: "Hanken Grotesk", sans-serif;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .faq-wrapper22 .faq-content .faq-page-items .accordion-box .block .acc-btn {
    font-size: 18px;
  }
}
.faq-wrapper22 .faq-content .faq-page-items .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: -17px;
  top: 0;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: var(--header);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .faq-wrapper22 .faq-content .faq-page-items .accordion-box .block .acc-btn .icon {
    right: -30px;
  }
}
.faq-wrapper22 .faq-content .faq-page-items .accordion-box .block .acc-content {
  position: relative;
  display: none;
  margin-top: 24px;
}
.faq-wrapper22 .faq-content .faq-page-items .accordion-box .block .acc-content .content {
  position: relative;
}
.faq-wrapper22 .faq-content .faq-page-items .accordion-box .block .acc-content .content .text {
  line-height: 175%;
  font-size: 16px;
  font-weight: 300;
  color: var(--text);
  max-width: 605px;
  border-top: 1px solid var(--border);
  padding-top: 17px;
}
.faq-wrapper22 .faq-content .faq-page-items .accordion-box .block .acc-content.current {
  display: block;
}
.faq-wrapper22 .faq-content .faq-page-items .accordion-box .block .acc-btn.active .icon:before {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
  color: var(--theme2);
}
.faq-wrapper22 .faq-content .faq-page-items .accordion-box .block:last-child {
  margin-bottom: 0;
}

.work-process-box-items-2 {
  margin-top: 30px;
  text-align: center;
}
.work-process-box-items-2 .content .title {
  font-size: 20px;
  font-weight: 600;
}
.work-process-box-items-2 .content p {
  margin-top: 14px;
  text-transform: capitalize;
  color: #0B2239;
}
.work-process-box-items-2 .number {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--theme);
  border-radius: 50%;
  color: var(--header);
  font-size: 20px;
  font-weight: 600;
  font-family: "Hanken Grotesk", sans-serif;
  margin-top: 40px;
  margin-bottom: 40px;
  transition: all 0.4s ease-in-out;
}
.work-process-box-items-2 .thumb {
  max-width: 200px;
  margin: 0 auto;
}
.work-process-box-items-2 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 1000px;
}
.work-process-box-items-2.style-2 {
  margin-top: 112px;
}
@media (max-width: 1199px) {
  .work-process-box-items-2.style-2 {
    margin-top: 30px;
  }
}
.work-process-box-items-2:hover .number {
  background-color: var(--header);
  color: var(--white);
}

.work-process-wrapper-2 {
  position: relative;
  z-index: 9;
}
.work-process-wrapper-2::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0%;
  border: 1px solid #D8DDE1;
  z-index: -1;
  transition: height 0.5s ease;
}
@media (max-width: 1199px) {
  .work-process-wrapper-2::before {
    display: none;
  }
}

.video-wrapper {
  text-align: center;
}
.video-wrapper .video {
  position: relative;
  height: 600px;
}
@media (max-width: 991px) {
  .video-wrapper .video {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .video-wrapper .video {
    height: 520px;
  }
}
@media (max-width: 575px) {
  .video-wrapper .video {
    height: 480px;
  }
}
.video-wrapper .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-wrapper .video .video-btn {
  width: 120px;
  height: 120px;
  line-height: 120px;
  display: inline-block;
  background: var(--theme);
  color: var(--white);
  text-align: center;
  border-radius: 100%;
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 88;
}
@media (max-width: 991px) {
  .video-wrapper .video .video-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
  }
}
.video-wrapper .video .video-btn .play-icon {
  width: initial;
  height: initial;
}
.video-wrapper .video .video-btn .text-img {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 88;
  height: 94px;
  width: 94px;
}
@media (max-width: 991px) {
  .video-wrapper .video .video-btn .text-img {
    width: 64px;
    height: 64px;
  }
}

.video-wrapper-2 {
  text-align: center;
  position: relative;
}
.video-wrapper-2 .video {
  position: relative;
  height: 670px;
}
.video-wrapper-2 .video::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(11, 34, 57, 0.46);
  z-index: 1;
}
@media (max-width: 991px) {
  .video-wrapper-2 .video {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .video-wrapper-2 .video {
    height: 520px;
  }
}
@media (max-width: 575px) {
  .video-wrapper-2 .video {
    height: 480px;
  }
}
.video-wrapper-2 .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-wrapper-2 .video .video-btn {
  width: 120px;
  height: 120px;
  line-height: 120px;
  display: inline-block;
  background: var(--theme);
  color: var(--white);
  text-align: center;
  border-radius: 100%;
  font-size: 28px;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translate(-50%);
  z-index: 88;
}
@media (max-width: 991px) {
  .video-wrapper-2 .video .video-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
  }
}
.video-wrapper-2 .video .video-btn .play-icon {
  width: initial;
  height: initial;
}
.video-wrapper-2 .video .video-btn .text-img {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 88;
  height: 94px;
  width: 94px;
}
@media (max-width: 991px) {
  .video-wrapper-2 .video .video-btn .text-img {
    width: 64px;
    height: 64px;
  }
}
.video-wrapper-2 .video .vedio-content {
  position: absolute;
  left: 0;
  bottom: 120px;
  width: 100%;
  padding: 0 240px;
  z-index: 5;
}
@media (max-width: 1899px) {
  .video-wrapper-2 .video .vedio-content {
    padding: 0 180px;
  }
}
@media (max-width: 1600px) {
  .video-wrapper-2 .video .vedio-content {
    padding: 0 160px;
  }
}
@media (max-width: 1399px) {
  .video-wrapper-2 .video .vedio-content {
    padding: 0 130px;
    bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .video-wrapper-2 .video .vedio-content {
    padding: 0 100px;
    bottom: 80px;
  }
}
@media (max-width: 991px) {
  .video-wrapper-2 .video .vedio-content {
    padding: 0 80px;
  }
}
@media (max-width: 767px) {
  .video-wrapper-2 .video .vedio-content {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .video-wrapper-2 .video .vedio-content {
    bottom: 60px;
  }
}
@media (max-width: 575px) {
  .video-wrapper-2 .video .vedio-content {
    padding: 0 15px;
  }
}
.video-wrapper-2 .video .vedio-content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
  padding-top: 50px;
  position: relative;
}
.video-wrapper-2 .video .vedio-content ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: calc(100% + 120px);
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .video-wrapper-2 .video .vedio-content ul::before {
    content: none;
  }
}
@media (max-width: 1899px) {
  .video-wrapper-2 .video .vedio-content ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .video-wrapper-2 .video .vedio-content ul {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .video-wrapper-2 .video .vedio-content ul {
    gap: 13px;
  }
}
.video-wrapper-2 .video .vedio-content ul li {
  color: var(--white);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: capitalize;
  z-index: 88;
  position: relative;
}
@media (max-width: 575px) {
  .video-wrapper-2 .video .vedio-content ul li {
    font-size: 14px;
  }
}
.video-wrapper-2 .video .vedio-content ul li img {
  height: initial;
  width: initial;
}

.mission-wrapper {
  margin-top: 30px;
  display: inline-flex;
}
@media (max-width: 1399px) {
  .mission-wrapper .mission-items .mission-image {
    height: 343px;
  }
}
@media (max-width: 1199px) {
  .mission-wrapper .mission-items .mission-image {
    height: initial;
  }
}
@media (max-width: 1199px) {
  .mission-wrapper .mission-items .mission-image {
    height: 315px;
  }
}
@media (max-width: 991px) {
  .mission-wrapper .mission-items .mission-image {
    height: 287px;
  }
}
@media (max-width: 767px) {
  .mission-wrapper .mission-items .mission-image {
    height: 371px;
  }
}
.mission-wrapper .mission-items .mission-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mission-wrapper .mission-items .mission-content {
  border-top: 3px solid var(--theme);
  padding: 25px 22px;
  background-color: var(--bg2);
}
.mission-wrapper .mission-items .mission-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.mission-wrapper .mission-items .mission-content p {
  color: rgb(121, 126, 136);
  text-transform: capitalize;
}
.mission-wrapper .mission-items .mission-content p span {
  font-weight: 400;
  color: var(--header);
}

.company-wrapper .section-title {
  width: 515px;
}
@media (max-width: 1199px) {
  .company-wrapper .section-title {
    width: initial;
  }
}
@media (max-width: 1199px) {
  .company-wrapper .section-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .company-wrapper .section-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .company-wrapper .section-title h2 {
    font-size: 34px;
  }
}
.company-wrapper .company-text {
  margin-top: 10px;
}
.company-wrapper .company-content-top {
  margin-left: 25px;
}
@media (max-width: 991px) {
  .company-wrapper .company-content-top {
    margin-left: 0;
  }
}
.company-wrapper .company-content-top .company-items .content {
  height: 266px;
  width: 337px;
  background-color: var(--white);
  padding: 27px 30px;
}
@media (max-width: 1399px) {
  .company-wrapper .company-content-top .company-items .content {
    width: initial;
    height: initial;
  }
}
.company-wrapper .company-content-top .company-items .content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .company-wrapper .company-content-top .company-items .content h3 {
    font-size: 18px;
  }
}
.company-wrapper .company-content-top .company-items .content .link-btn {
  color: var(--header);
  margin-top: 35px;
}
.company-wrapper .company-content-top .company-items .image-box {
  position: relative;
}
@media (max-width: 1399px) {
  .company-wrapper .company-content-top .company-items .image-box {
    width: 296px;
    height: 295px;
  }
}
@media (max-width: 1199px) {
  .company-wrapper .company-content-top .company-items .image-box {
    width: initial;
    height: 346px;
  }
}
@media (max-width: 991px) {
  .company-wrapper .company-content-top .company-items .image-box {
    height: initial;
  }
}
.company-wrapper .company-content-top .company-items .image-box img {
  width: 100%;
  height: 100%;
}
.company-wrapper .company-content-top .company-items .image-box .img-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.company-wrapper .company-content-top .company-items .image-box .img-text h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
}
@media (max-width: 1199px) {
  .company-wrapper .company-content-top .company-items .image-box .img-text h3 br {
    display: none;
  }
}
.company-wrapper .company-content-bottom .company-items {
  background-color: var(--white);
  padding: 27px 30px;
}
.company-wrapper .company-content-bottom .company-items h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.company-wrapper .company-content-bottom .company-items .link-btn {
  color: var(--header);
  margin-top: 25px;
}
.company-wrapper .company-content-bottom .counter-items {
  background-color: var(--theme);
  padding: 48px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .company-wrapper .company-content-bottom .counter-items {
    padding: 42px 30px;
  }
}
@media (max-width: 1199px) {
  .company-wrapper .company-content-bottom .counter-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .company-wrapper .company-content-bottom .counter-items {
    padding: 25px 30px;
    gap: 14px;
  }
}
@media (max-width: 767px) {
  .company-wrapper .company-content-bottom .counter-items {
    gap: 20px;
  }
}
.company-wrapper .company-content-bottom .counter-items .counter-box h2 {
  font-size: 64px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .company-wrapper .company-content-bottom .counter-items .counter-box h2 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .company-wrapper .company-content-bottom .counter-items .counter-box h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .company-wrapper .company-content-bottom .counter-items .counter-box h2 {
    font-size: 46px;
  }
}
.company-wrapper .company-content-bottom .counter-items .counter-box p {
  color: var(--white);
  font-weight: 400;
}
@media (max-width: 1199px) {
  .company-wrapper .company-content-bottom .counter-items .counter-box p br {
    display: none;
  }
}

.working-process-box-items {
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.working-process-box-items .working-arrow-1 {
  position: absolute;
  top: 40px;
  right: -50px;
}
@media (max-width: 1399px) {
  .working-process-box-items .working-arrow-1 {
    display: none;
  }
}
.working-process-box-items .working-shape {
  position: absolute;
  top: -10px;
    right: 84px;
}
@media (max-width: 1399px) {
  .working-process-box-items .working-shape {
    display: none;
  }
}
.working-process-box-items .circle-number {
  width: 120px;
  height: 120px;
  line-height: 120px;
  background-color: var(--white);
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  font-family: "Hanken Grotesk", sans-serif;
  color: var(--header);
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
}
.working-process-box-items .content {
  margin-top: 30px;
}
.working-process-box-items .content .title {
  font-size: 20px;
  font-weight: 600;
}
.working-process-box-items .content p {
  max-width: 300px;
  margin: 14px auto 0;
  color: #797E88;
}
.working-process-box-items:hover .circle-number {
  background-color: #f9de4b;
  color: var(--white);
}

.cta-section {
  position: relative;
  z-index: 1;
}
.cta-section::before {
  position: absolute;
  content: "";
  inset: 0;
  background: #0B2239;
  mix-blend-mode: multiply;
  opacity: 0.7;
  z-index: -1;
}

.cta-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 991px) {
  .cta-wrapper {
    flex-wrap: wrap;
  }
}
.cta-wrapper .cta-content .cta-text {
  margin-top: 25px;
  color: var(--white);
  max-width: 720px;
}
.cta-wrapper .cta-info-wrap {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cta-wrapper .cta-info-wrap {
    gap: 30px;
  }
}
.cta-wrapper .cta-info-wrap .info-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 10px;
}
.cta-wrapper .cta-info-wrap .info-item .info-link {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: var(--theme);
  margin-bottom: 5px;
}
.cta-wrapper .cta-info-wrap .info-item a {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}
.cta-wrapper .cta-info-wrap .info-item p {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white);
}
.cta-wrapper .cta-circle-btn a {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: block;
  background-color: var(--theme);
  padding: 10px;
}
@media (max-width: 991px) {
  .cta-wrapper .cta-circle-btn a {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 575px) {
  .cta-wrapper .cta-circle-btn a {
    display: none;
  }
}
.cta-wrapper .cta-circle-btn a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  animation: cir36 12s linear infinite;
}
.cta-wrapper .cta-circle-btn a i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--header);
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-process-wrapperss {
  border-top: 1px solid var(--border);
  margin-top: 30px;
  display: inline-block;
}
@media (max-width: 991px) {
  .work-process-wrapperss {
    border-top: none;
  }
}
.work-process-wrapperss .work-process-items {
  text-align: center;
}
.work-process-wrapperss .work-process-items .step {
  position: relative;
  padding-top: 32px;
}
@media (max-width: 991px) {
  .work-process-wrapperss .work-process-items .step {
    display: none;
  }
}
.work-process-wrapperss .work-process-items .step::before {
  position: absolute;
  content: "";
  border: 1px solid var(--border);
  display: inline-block;
  width: 30px;
  left: 50%;
  top: 14px;
  transform: translate(-50%, -50%) rotate(90deg);
}
.work-process-wrapperss .work-process-items .step h3 {
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
  line-height: 50%;
  font-size: 18px;
  font-weight: 500;
}
.work-process-wrapperss .work-process-items .step p {
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
  line-height: 50%;
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}
.work-process-wrapperss .work-process-items .process-content {
  border: 1px solid var(--border);
  padding: 40px;
  width: 100%;
  height: 100%;
  margin-top: 15px;
  transition: all 0.4s ease-in-out;
  background-color: var(--white);
  border-radius: 30px;
}
@media (max-width: 1399px) {
  .work-process-wrapperss .work-process-items .process-content {
    padding: 35px 20px;
  }
}
@media (max-width: 991px) {
  .work-process-wrapperss .work-process-items .process-content {
    padding: 30px 12px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .work-process-wrapperss .work-process-items .process-content {
    padding: 40px;
  }
}
.work-process-wrapperss .work-process-items .process-content h4 {
  margin-top: 17px;
  margin-bottom: 7px;
}
@media (max-width: 1399px) {
  .work-process-wrapperss .work-process-items .process-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .work-process-wrapperss .work-process-items .process-content h4 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .work-process-wrapperss .work-process-items .process-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .work-process-wrapperss .work-process-items .process-content h4 {
    font-size: 24px;
  }
}
.work-process-wrapperss .work-process-items .process-content h2 {
  margin-top: 17px;
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 600;
  line-height: 142%;
}
.work-process-wrapperss .work-process-items .process-content p {
  font-size: 15px;
}
.work-process-wrapperss .work-process-items .process-content:hover {
  border: 1px solid var(--theme);
}
.work-process-wrapperss .work-process-items .process-content:hover img {
  rotate: 360deg;
  transition: 0.4s;
  transform: scale(-1) rotate(180deg);
}

.footer-widgets-wrapper {
  padding: 70px 0 100px;
}
@media (max-width: 991px) {
  .footer-widgets-wrapper {
    padding-bottom: 80px;
    padding-top: 50px;
  }
}
.footer-widgets-wrapper .footer-widget-items {
  margin-top: 30px;
}
.footer-widgets-wrapper .footer-widget-items .widget-logo {
  margin-bottom: 30px;
}
.footer-widgets-wrapper .footer-widget-items .widget-head {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-image: linear-gradient(90deg, var(--theme) 4.85%, rgba(201, 203, 223, 0) 96.39%);
  border-bottom: 2px solid transparent;
  border-image-slice: 2;
  display: inline-block;
}
.footer-widgets-wrapper .footer-widget-items .widget-head.head-2 {
  border-image: linear-gradient(90deg, var(--theme2) 4.85%, rgba(201, 203, 223, 0) 96.39%);
  border-bottom: 2px solid transparent;
  border-image-slice: 2;
}
.footer-widgets-wrapper .footer-widget-items .widget-head h4 {
  color: var(--white);
}
.footer-widgets-wrapper .footer-widget-items .widget-head h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 142%;
  color: var(--white);
}
.footer-widgets-wrapper .footer-widget-items .widget-content .border-text {
  text-transform: uppercase;
  margin-top: 25px;
  color: transparent;
  -webkit-text-stroke: 1px var(--theme);
}
.footer-widgets-wrapper .footer-widget-items .widget-content .border-text.text-2 {
  -webkit-text-stroke: 1px var(--theme2);
}
.footer-widgets-wrapper .footer-widget-items .widget-content p {
  color: rgba(255, 255, 255, 0.7) !important;
}
.footer-widgets-wrapper .footer-widget-items .widget-content .border-text-2 {
  text-transform: uppercase;
  margin-top: 30px;
  color: transparent;
  -webkit-text-stroke: 1px var(--theme);
  font-size: 30px;
  font-weight: 700;
  line-height: 133%;
  font-family: "Hanken Grotesk", sans-serif;
  display: inline-block;
}
.footer-widgets-wrapper .footer-widget-items .widget-content .list-area li {
  transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper .footer-widget-items .widget-content .list-area li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widgets-wrapper .footer-widget-items .widget-content .list-area li a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-widgets-wrapper .footer-widget-items .widget-content .list-area li a i {
  margin-right: 6px;
}
.footer-widgets-wrapper .footer-widget-items .widget-content .list-area li:hover a {
  margin-left: 5px;
  color: var(--theme);
}
.footer-widgets-wrapper .footer-widget-items .widget-content .list-area.list-area-2 li:hover a {
  color: var(--theme2);
}
.footer-widgets-wrapper .footer-widget-items .widget-content .contact-list .contact-tittle {
  color: var(--white);
  margin-bottom: 15px;
}
.footer-widgets-wrapper .footer-widget-items .widget-content .contact-list p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.footer-widgets-wrapper .footer-widget-items .widget-content .contact-list p a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-contact-area {
  padding: 36px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.footer-contact-area::before {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0.2;
  display: inline-block;
  width: 135px;
  left: 50%;
  top: 67px;
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (max-width: 1199px) {
  .footer-contact-area::before {
    border: none;
  }
}
.footer-contact-area .client-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer-contact-area .client-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.footer-contact-area .client-area .phone-box {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-contact-area .client-area .phone-box .phone {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--theme);
  border-radius: 50%;
}
.footer-contact-area .client-area .phone-box .phone img {
  animation: pxl_phone_ring 1.8s ease-out infinite;
}
.footer-contact-area .client-area .phone-box .content span {
  color: var(--theme);
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  font-family: "Hanken Grotesk", sans-serif;
  display: inline-block;
}
.footer-contact-area .client-area .phone-box .content h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 142%;
}
.footer-contact-area .client-area .phone-box .content h4 a {
  color: var(--white);
}
.footer-contact-area .client-area .phone-box .content h3 {
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  line-height: 142%;
}
.footer-contact-area .client-area .social-icon {
  gap: 10px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.footer-contact-area .client-area .social-icon li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  display: block;
  color: var(--white);
  background-color: #23384D;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.footer-contact-area .client-area .social-icon li a:hover {
  background-color: var(--theme);
  color: var(--header);
}
.footer-contact-area .client-area.client-area-2 .content span {
  color: var(--theme2);
}
.footer-contact-area .client-area.client-area-2 .social-icon li a:hover {
  background-color: var(--theme2);
}
.footer-contact-area .maie-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer-contact-area .maie-box {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.footer-contact-area .maie-box p {
  color: var(--theme);
  margin-left: 10px;
  font-weight: 700;
  font-size: 14px;
  font-family: "Hanken Grotesk", sans-serif;
}
.footer-contact-area .maie-box .footer-input {
  position: relative;
}
.footer-contact-area .maie-box .footer-input input {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  outline: none;
  padding: 0 20px;
  height: 62px;
  line-height: 62px;
  min-width: 390px;
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  padding-right: 70px;
}
@media (max-width: 575px) {
  .footer-contact-area .maie-box .footer-input input {
    min-width: 300px;
  }
}
.footer-contact-area .maie-box .footer-input input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-contact-area .maie-box .footer-input .newsletter-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: var(--theme);
  color: var(--header);
  border-radius: 50%;
}
.footer-contact-area .maie-box.maie-box-2 p {
  color: var(--theme2);
}
.footer-contact-area .maie-box.maie-box-2 .newsletter-btn {
  background-color: var(--theme2);
}

.footer-bottom {
  background-color: #23384D;
  padding: 18px 0;
}
.footer-bottom .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    justify-content: center !important;
    text-align: center;
    gap: 10px;
  }
}
.footer-bottom .footer-wrapper p {
  color: var(--white);
}
.footer-bottom .footer-wrapper p a {
  color: var(--white);
}
.footer-bottom .footer-wrapper p a:hover {
  color: var(--theme);
}
.footer-bottom .footer-wrapper ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-bottom .footer-wrapper ul li a {
  color: var(--white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  display: inline;
}
.footer-bottom .footer-wrapper ul li a:hover {
  color: var(--white);
  background-size: 100% 1px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul .menu-thumb {
  position: inherit;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 42px;
}
@media (max-width: 1600px) {
  .header-main .main-menu ul li {
    margin-inline-end: 40px;
  }
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li {
    margin-inline-end: 30px;
  }
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #0B2239;
  font-family: "Hanken Grotesk", sans-serif;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 12px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: #0B2239;
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 400;
  color: #0B2239;
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  padding-right: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .sidebar__toggle {
  color: var(--header);
}
.header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-1 {
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 575px) {
  .header-1 .logo img {
    width: 120px;
  }
}
.header-1 .container {
  max-width: 1682px;
}
@media (max-width: 1199px) {
  .header-1 .theme-btn {
    display: none;
  }
}
.header-1 .search-toggler {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
  font-size: 14px;
}
.header-1.header-one {
  top: 30px;
}
.header-1.header-one .container {
  max-width: 1720px;
}
.header-1.header-one .mega-menu-wrapper {
  background-color: var(--white);
  border-radius: 100px;
  padding: 5px 20px;
}
.header-1.header-new-2 {
  top: 20px;
}
@media (max-width: 1199px) {
  .header-1.header-new-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header-1.header-new-2 .container {
  max-width: 1800px;
}
.header-1.header-new-2 .header-left {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1600px) {
  .header-1.header-new-2 .header-main .main-menu ul li a {
    font-size: 14px;
    font-weight: 500;
  }
}
.header-1.header-new-2 .header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 42px;
}
@media (max-width: 1600px) {
  .header-1.header-new-2 .header-main .main-menu ul li {
    margin-inline-end: 20px;
  }
}
.header-1.header-new-2 .header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}

.header-2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-2 .header-main .main-menu ul li a {
  color: #fff;
}
.header-2 .header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 12px;
}
.header-2 .header-main .main-menu ul li a:hover {
  color: var(--theme2) !important;
}
.header-2 .header-main .main-menu ul li .submenu li a {
  color: #0B2239;
}
.header-2 .header-main .main-menu ul li .submenu li a::before {
  background: var(--theme2);
}
.header-2 .header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme2) !important;
}
.header-2 .header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme2) !important;
}
.header-2 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme2);
}
.header-2 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme2);
}
.header-2 .header-main .main-menu ul li:hover > a {
  color: var(--theme2);
}
.header-2 .header-main .main-menu ul li:hover > a::after {
  color: var(--theme2);
}
.header-2 .header-main .search-toggler {
  border: 1px solid #E0E0E0;
  color: var(--white);
}
.header-2 .header-main .sidebar__toggle {
  color: var(--white);
}
.header-2.header-inner .header-main .main-menu ul li a {
  color: #fff;
}
.header-2.header-inner .header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-2.header-inner .header-main .main-menu ul li .submenu li a {
  color: #0B2239;
}
.header-2.header-inner .header-main .main-menu ul li .submenu li a::before {
  background: var(--theme);
}
.header-2.header-inner .header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme) !important;
}
.header-2.header-inner .header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
}
.header-2.header-inner .header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-2.header-inner .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme);
}
.header-2.header-inner .header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-2.header-inner .header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  background-color: #fff;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-2 {
  background-color: var(--header);
}
.sticky.header-one .mega-menu-wrapper {
  background-color: var(--white);
  border-radius: 0px;
  padding: 0;
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--header);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas-title {
  font-size: 32px;
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content p {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .social-icon {
  margin-top: 30px;
  gap: 10px;
  margin-bottom: 30px;
}
.offcanvas__wrapper .offcanvas__content .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--header);
  border: 1px solid var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .theme-btn {
  width: 100%;
  text-align: center;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 400;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas-button {
  margin-top: 300px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1399px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas-button {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas-button {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 350px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.error-wrapper {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.error-wrapper .error h2 {
  color: var(--header);
  font-size: 350px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .error-wrapper .error h2 {
    font-size: 140px;
  }
}
@media (max-width: 991px) {
  .error-wrapper .error h2 {
    font-size: 130px;
  }
}
@media (max-width: 575px) {
  .error-wrapper .error h2 {
    font-size: 100px;
  }
}
.error-wrapper .error-content h2 {
  font-size: 72px;
}
@media (max-width: 1199px) {
  .error-wrapper .error-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .error-wrapper .error-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .error-wrapper .error-content h2 {
    font-size: 30px;
  }
}
.error-wrapper .error-content h2 span {
  color: var(--header);
}
.error-wrapper .error-content p {
  margin-top: 22px;
}
.error-wrapper .error-btn {
  margin-top: 45px;
}

.breadcrumb-wrapper {
  position: relative;
}
.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(11, 34, 57, 0.57);
  border-radius: 8px;
}
.breadcrumb-wrapper .page-heading {
  padding: 200px 0 120px;
  position: relative;
  text-align: center;
}
.breadcrumb-wrapper .page-heading h1 {
  font-size: 64px;
  color: var(--white);
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 54px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 44px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  justify-content: center;
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li {
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
  font-family: "Hanken Grotesk", sans-serif;
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li a {
  color: var(--white);
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li a:hover {
  color: var(--theme);
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(21, 57, 238, 0.6);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.brand-slide-element {
  width: auto;
  display: inline-block;
}

.container-2 {
  max-width: 1320px;
}

.hero-container {
  max-width: 1682px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  br {
    display: none;
  }
}

.underline {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.underline:hover {
  color: var(--header);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--header) 0%, var(--header) 100%);
}

.text_invert > div {
  background-image: linear-gradient(to right, rgb(137, 137, 137) 50%, rgb(137, 137, 137) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.text_invert-2 > div {
  background-image: linear-gradient(to right, rgb(25, 42, 25) 50%, rgb(137, 137, 137) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

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

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

.page-nav-wrap {
  margin-top: 60px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--header);
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
  border-radius: 50%;
}
.page-nav-wrap ul li .page-numbers.active {
  background-color: var(--theme);
  color: var(--header);
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--header);
}
.page-nav-wrap ul li i {
  color: var(--header);
}

.array-button {
  display: flex;
  align-items: center;
  gap: 12px;
}
.array-button .array-prev {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.array-button .array-prev:hover {
  background-color: transparent;
  border: 1px solid var(--border);
  color: var(--theme);
}
.array-button .array-next {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.array-button .array-next:hover {
  background-color: transparent;
  border: 1px solid var(--border);
  color: var(--theme);
}

.hero-1 {
  position: relative;
}
.hero-1 .container-fluid {
  padding: 0 180px;
}
@media (max-width: 1600px) {
  .hero-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1399px) {
  .hero-1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .container-fluid {
    padding: 0 20px;
  }
}
.hero-1 .swiper-slide.swiper-slide-active .hero-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}
.hero-1 .swiper-slide.swiper-slide-active .hero-content {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.hero-1 .swiper-slide.swiper-slide-active .hero-button {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.hero-1 .hero-height {
  padding: 320px 0 120px;
  position: relative;
}
@media (max-width: 1199px) {
  .hero-1 .hero-height {
    padding-top: 250px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-height {
    padding: 240px 0 130px;
  }
}
.hero-1 .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 9000ms ease, opacity 1500ms ease-in;
  transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}
.hero-1 .hero-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(11, 34, 57, 0.5);
}
.hero-1 .hero-content {
  opacity: 0;
  z-index: 3;
  position: relative;
  transform: translateY(-150px);
}
@media (max-width: 1199px) {
  .hero-1 .hero-content {
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content {
    text-align: center;
    margin: 0 auto;
  }
}
.hero-1 .hero-content .sub-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 14px;
  text-transform: uppercase;
  position: relative;
  font-family: "Hanken Grotesk", sans-serif;
  display: inline-block;
  padding-left: 28px;
  padding-right: 14px;
  border: 1px solid #D8DDE1;
  border-radius: 100px;
  height: 36px;
  line-height: 36px;
}
.hero-1 .hero-content .sub-title::before {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  content: "";
  background-color: var(--theme);
  width: 6px;
  height: 6px;
}
.hero-1 .hero-content h1 {
  color: var(--white);
  font-size: 94px;
  line-height: 111%;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .hero-1 .hero-content h1 {
    font-size: 84px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 85px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content h1 {
    font-size: 78px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 52px;
  }
}
@media (max-width: 470px) {
  .hero-1 .hero-content h1 {
    font-size: 44px;
  }
}
.hero-1 .hero-content p {
  color: var(--white);
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
  font-family: "Hanken Grotesk", sans-serif;
  max-width: 815px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .hero-1 .hero-content p {
    font-size: 16px;
  }
}
.hero-1 .hero-button {
  margin-top: 190px;
  transform: translateY(150px);
  opacity: 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .hero-1 .hero-button {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-button {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-button {
    text-align: center;
  }
}
.hero-1 .hero-button .theme-btn::before {
  background-color: var(--white);
}
.hero-1 .hero-button .theme-btn:hover {
  color: var(--header);
}
.hero-1 .social-icon-area {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 60px;
  display: grid;
  z-index: 3;
  gap: 20px;
}
.hero-1 .social-icon-area .line-1 {
  display: inline-block;
  width: 1px;
  height: 52px;
  background: #D8DDE1;
  text-align: center;
  position: relative;
  right: -16px;
}
@media (max-width: 1199px) {
  .hero-1 .social-icon-area {
    display: none;
  }
}
.hero-1 .social-icon-area span {
  color: var(--white);
  font-weight: 500;
  display: inline-block;
  position: relative;
  writing-mode: sideways-lr;
}
.hero-1 .social-icon-area .social-icon li:not(:last-child) {
  margin-bottom: 8px;
}
.hero-1 .social-icon-area .social-icon li a {
  color: var(--white);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  text-align: center;
  background-color: var(--white);
  color: var(--header);
}
.hero-1 .social-icon-area .social-icon li a:hover {
  background-color: var(--theme);
}
.hero-1 .swiper-dot {
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(5px);
  border-radius: 100px;
  right: 60px;
  bottom: 120px;
  z-index: 99;
  height: 30px;
  line-height: 25px;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .hero-1 .swiper-dot {
    right: 20px;
    bottom: 20px;
  }
}
.hero-1 .swiper-dot .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  transition: 0.6s;
  background-color: #FFFFFF;
  opacity: 1;
  border-radius: 8px;
}
.hero-1 .swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.hero-1 .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
  width: 24px;
}

.hero-2 {
  border-radius: 30px;
  margin: 0 20px;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .hero-2 {
    padding: 0 30px;
    padding-top: 150px;
  }
}
.hero-2 .hero-dot {
  position: absolute;
  left: 88px;
  top: 150px;
}
.hero-2 .social-icon {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  gap: 10px;
}
@media (max-width: 1600px) {
  .hero-2 .social-icon {
    left: 15px;
  }
}
@media (max-width: 1399px) {
  .hero-2 .social-icon {
    display: none !important;
  }
}
.hero-2 .social-icon .line {
  width: 1px;
  height: 87px;
  background: var(--header);
  transform: rotate(0deg);
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}
.hero-2 .social-icon span {
  color: #515459;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
  font-family: "Hanken Grotesk", sans-serif;
  writing-mode: sideways-lr;
}
.hero-2 .social-icon a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
}
.hero-2 .social-icon a:hover {
  background-color: var(--theme);
  color: var(--header);
}
.hero-2 .hero-content {
  margin-left: 180px;
  position: relative;
}
@media (max-width: 1600px) {
  .hero-2 .hero-content {
    margin-left: 110px;
  }
}
@media (max-width: 1399px) {
  .hero-2 .hero-content {
    max-width: 800px;
    margin-left: 50px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-content {
    text-align: center;
    margin: 0 auto;
  }
}
.hero-2 .hero-content .sub-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--header);
  margin-bottom: 14px;
  text-transform: uppercase;
  position: relative;
  font-family: "Hanken Grotesk", sans-serif;
  display: inline-block;
  padding-left: 28px;
  padding-right: 14px;
  border: 1px solid #D8DDE1;
  border-radius: 100px;
  height: 36px;
  line-height: 36px;
}
.hero-2 .hero-content .sub-title::before {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  content: "";
  background-color: var(--theme);
  width: 6px;
  height: 6px;
}
.hero-2 .hero-content h1 {
  font-size: 74px;
  line-height: 114%;
  text-transform: capitalize;
}
@media (max-width: 1600px) {
  .hero-2 .hero-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 1399px) {
  .hero-2 .hero-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 470px) {
  .hero-2 .hero-content h1 {
    font-size: 32px;
  }
}
.hero-2 .hero-content p {
  color: #515459;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
  font-family: "Hanken Grotesk", sans-serif;
  max-width: 730px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .hero-2 .hero-content p {
    font-size: 16px;
    margin: 20px auto 0;
  }
}
@media (max-width: 470px) {
  .hero-2 .hero-content p {
    font-size: 14px;
  }
}
.hero-2 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-content .hero-button {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 25px;
    justify-content: center;
  }
}
.hero-2 .hero-content .hero-button .theme-btn.header-bg {
  background-color: var(--header);
  color: var(--white);
}
.hero-2 .hero-content .hero-button .theme-btn.header-bg::before {
  background-color: var(--theme);
}
.hero-2 .hero-content .hero-button .theme-btn.header-bg:hover {
  color: var(--header);
}
.hero-2 .hero-content .custom-pagination-wrap {
  margin-top: 170px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1600px) {
  .hero-2 .hero-content .custom-pagination-wrap {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-content .custom-pagination-wrap {
    margin-bottom: 40px;
    justify-content: center;
    margin-top: 50px;
  }
}
.hero-2 .hero-content .custom-pagination-wrap .pagi-lists {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-2 .hero-content .custom-pagination-wrap .prev {
  color: var(--header);
  font-size: 18px;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
.hero-2 .hero-content .custom-pagination-wrap .prev:hover {
  color: var(--theme);
}
.hero-2 .hero-content .custom-pagination-wrap .next {
  color: var(--header);
  font-size: 18px;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
.hero-2 .hero-content .custom-pagination-wrap .next:hover {
  color: var(--theme);
}
.hero-2 .hero-content .custom-pagination-wrap .custom-pagination {
  position: relative;
  width: 80px;
  margin: 0 auto;
  height: 2px;
  overflow: hidden;
  background: var(--header);
}
.hero-2 .hero-content .custom-pagination-wrap .custom-pagination .swiper-pagination-progressbar-fill {
  background: var(--theme);
}
.hero-2 .hero-content .custom-pagination-wrap .array-button {
  z-index: 3;
  gap: 0;
}
.hero-2 .hero-content .custom-pagination-wrap .array-button .array-prev {
  color: var(--header);
  background-color: transparent;
}
.hero-2 .hero-content .custom-pagination-wrap .array-button .array-prev:hover {
  color: var(--theme);
  border: none;
}
.hero-2 .hero-content .custom-pagination-wrap .array-button .array-next {
  color: var(--header);
  margin-left: -25px;
  background-color: transparent;
}
.hero-2 .hero-content .custom-pagination-wrap .array-button .array-next:hover {
  color: var(--theme);
  border: none;
}
.hero-2 .hero-image {
  height: 1000px;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 1399px) {
  .hero-2 .hero-image {
    height: 800px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-image {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-image {
    height: 500px;
  }
}
.hero-2 .hero-image .hero-info {
  background-color: var(--white);
  border-radius: 20px;
  background-color: var(--white);
  padding: 20px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.hero-2 .hero-image .hero-info img {
  width: initial;
  height: initial;
}
.hero-2 .hero-image .hero-info p {
  font-weight: 500;
  color: var(--header);
  line-height: 162%;
  font-size: 16px;
  font-family: "Hanken Grotesk", sans-serif;
  margin-top: 15px;
}
.hero-2 .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  /* background: none;
  margin-top: 0; */
}

.mean-container .mean-bar {
  /* padding: 0;
  min-height: auto;
  background: none; */
}
/* 
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
} */

.mean-container a.meanmenu-reveal {
  /* display: none !important; */
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #0B2239;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #E5E5E5 !important;
  border: none;
  font-family: "Hanken Grotesk", sans-serif;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 16px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.section-title-area .array-button .array-prev {
  background-color: transparent;
  border: 1px solid var(--border);
  color: var(--theme);
}
.section-title-area .array-button .array-prev:hover {
  background-color: var(--theme);
  color: var(--white);
}
.section-title-area .array-button .array-next {
  background-color: transparent;
  border: 1px solid var(--border);
  color: var(--theme);
}
.section-title-area .array-button .array-next:hover {
  background-color: var(--theme);
  color: var(--white);
}

.news-wrapper .news-box-items {
  margin-top: 30px;
  background-color: var(--white);
  position: relative;
  border-radius: 20px;
}
.news-wrapper .news-box-items .news-thumb {
  position: relative;
  overflow: hidden;
  z-index: 9;
  border-radius: 20px;
}
.news-wrapper .news-box-items .news-thumb img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 20px;
}
.news-wrapper .news-box-items .news-thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-wrapper .news-box-items .post-date {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 265px;
  left: -5px;
  z-index: 22;
}
@media (max-width: 1399px) {
  .news-wrapper .news-box-items .post-date {
    bottom: 280px;
  }
}
@media (max-width: 1199px) {
  .news-wrapper .news-box-items .post-date {
    bottom: 265px;
  }
}
@media (max-width: 991px) {
  .news-wrapper .news-box-items .post-date {
    bottom: 280px;
  }
}
@media (max-width: 767px) {
  .news-wrapper .news-box-items .post-date {
    bottom: 265px;
  }
}
.news-wrapper .news-box-items .post-date .year {
  color: var(--header);
  background-color: var(--theme);
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  height: 20px;
  width: 70px;
  line-height: 20px;
  text-align: center;
  transform: rotate(-90deg);
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.news-wrapper .news-box-items .post-date .date {
  width: 50px;
  height: 70px;
  text-align: center;
  background-color: var(--header);
  margin-left: -25px;
  display: grid;
  align-items: center;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.news-wrapper .news-box-items .post-date .date h3 {
  color: var(--white);
  font-size: 30px;
  font-weight: 600;
}
.news-wrapper .news-box-items .post-date .date span {
  color: var(--white);
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  margin-top: 10px;
  font-family: "Hanken Grotesk", sans-serif;
}
.news-wrapper .news-box-items .post-date .date p {
  font-weight: 400;
  color: var(--white);
  margin-top: -10px;
}
.news-wrapper .news-box-items .news-content {
  padding: 50px 20px 30px 20px;
}
.news-wrapper .news-box-items .news-content ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.news-wrapper .news-box-items .news-content ul li {
  font-size: 14px;
}
.news-wrapper .news-box-items .news-content ul li i {
  color: var(--header);
  margin-right: 5px;
}
.news-wrapper .news-box-items .news-content h2 {
  margin-top: 10px;
}
.news-wrapper .news-box-items .news-content h4 {
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .news-wrapper .news-box-items .news-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .news-wrapper .news-box-items .news-content h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .news-wrapper .news-box-items .news-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .news-wrapper .news-box-items .news-content h4 {
    font-size: 22px;
  }
}
@media (max-width: 470px) {
  .news-wrapper .news-box-items .news-content h4 {
    font-size: 20px;
  }
}
.news-wrapper .news-box-items .news-content h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 142%;
}
.news-wrapper .news-box-items .news-content p {
  margin-top: 7px;
  text-transform: lowercase;
}
.news-wrapper .news-box-items .news-content .link-btn {
  color: var(--header);
  margin-top: 20px;
}
.news-wrapper .news-box-items .news-content .link-btn:hover {
  color: var(--theme);
}
.news-wrapper .news-box-items:hover .news-thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-wrapper .news-box-items:hover .news-thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-wrapper .news-box-items.news-items-two .post-date .year {
  background-color: var(--theme2);
}
.news-wrapper .news-box-items.news-items-two .news-content ul li i {
  color: var(--theme2);
}
.news-wrapper .news-box-items.news-items-two .news-content .style-2:hover {
  color: var(--theme2);
  background-image: linear-gradient(180deg, var(--theme2) 0%, var(--theme2) 100%);
}
.news-wrapper .news-box-items.news-items-two .news-content .link-two:hover {
  color: var(--theme2);
}

.news-wrapper-2 .news-box-items-two {
  margin-top: 30px;
}
.news-wrapper-2 .news-box-items-two .news-thumb {
  position: relative;
  overflow: hidden;
  z-index: 9;
  border-radius: 20px;
}
.news-wrapper-2 .news-box-items-two .news-thumb img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-wrapper-2 .news-box-items-two .news-thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-wrapper-2 .news-box-items-two .news-content {
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
  margin-top: 25px;
}
.news-wrapper-2 .news-box-items-two .news-content h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .news-wrapper-2 .news-box-items-two .news-content h3 {
    font-size: 21px;
  }
}
.news-wrapper-2 .news-box-items-two .news-content p {
  text-transform: capitalize;
}
.news-wrapper-2 .news-box-items-two .link-btn {
  color: var(--header);
  margin-top: 20px;
}
.news-wrapper-2 .news-box-items-two .link-btn:hover {
  color: var(--theme);
}
.news-wrapper-2 .news-box-items-two:hover .news-thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-wrapper-2 .news-box-items-two:hover .news-thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-left-content-inner .news-items {
  margin-bottom: 30px;
}
.news-left-content-inner .news-items .news-thumb {
  border-radius: 30px;
}
.news-left-content-inner .news-items .news-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.news-left-content-inner .news-items .news-content {
  margin-top: 25px;
}
.news-left-content-inner .news-items .news-content ul {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1199px) {
  .news-left-content-inner .news-items .news-content ul {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-left-content-inner .news-items .news-content ul li i {
  color: var(--theme2);
  margin-right: 6px;
}
.news-left-content-inner .news-items .news-content h2 {
  margin-top: 15px;
  font-size: 30px;
}
@media (max-width: 1199px) {
  .news-left-content-inner .news-items .news-content h2 {
    font-size: 29px;
  }
}
@media (max-width: 767px) {
  .news-left-content-inner .news-items .news-content h2 {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .news-left-content-inner .news-items .news-content h2 {
    font-size: 25px;
  }
}
.news-left-content-inner .news-items .news-content p {
  margin-top: 10px;
}
.news-left-content-inner .news-items .news-content .link-btn {
  margin-top: 25px;
  color: var(--header);
}
.news-left-content-inner .news-items .news-content .link-btn:hover {
  color: var(--theme);
}

.main-sidebar .single-sidebar-widget {
  padding: 40px;
  background-color: var(--white);
  margin-bottom: 30px;
  border-radius: 30px;
}
@media (max-width: 575px) {
  .main-sidebar .single-sidebar-widget {
    padding: 28px;
  }
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}
.main-sidebar .single-sidebar-widget .wid-title h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  display: inline-block;
}
@media (max-width: 575px) {
  .main-sidebar .single-sidebar-widget .wid-title h3 {
    font-size: 20px;
  }
}
.main-sidebar .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: var(--white);
  font-size: 16px;
  font-weight: 300;
  padding: 15px;
  width: 100%;
  border: none;
  color: var(--text);
  border: 1px solid #D8DDE1 !important;
  border-radius: 100px;
}
.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: var(--theme);
  color: var(--header);
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  background-color: var(--header);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 25px;
  background-color: var(--white);
  transition: all 0.4s ease-in-out;
  line-height: 1;
  border: 1px solid var(--border);
  border: 1px solid #D8DDE1 !important;
  border-radius: 100px;
}
@media (max-width: 575px) {
  .main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
    font-size: 14px;
    padding: 20px 22px;
  }
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a .arrow {
  transition: all 0.4s ease-in-out;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a .arrow i {
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
  background-color: var(--theme);
  color: var(--header);
  border-color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a .arrow i {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  margin-bottom: 5px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
  color: var(--text);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h4 {
  font-size: 20px;
  font-weight: 600;
  max-width: 214px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h4 a:hover {
  color: var(--theme);
}
.main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 12px 25px;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  background: var(--white);
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  border: 1px solid var(--border);
  color: var(--text);
}
.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sidebar .single-sidebar-widget .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--header);
  border-color: var(--theme);
}

.blog-post-details .single-blog-post .post-featured-thumb {
  height: 430px;
  border-radius: 30px;
}
.blog-post-details .single-blog-post .post-featured-thumb img {
  border-radius: 30px;
}
.blog-post-details .single-blog-post .post-content .blog-title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 8px;
  margin-bottom: 15px;
}
.blog-post-details .single-blog-post .post-content ul {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .blog-post-details .single-blog-post .post-content ul {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.blog-post-details .single-blog-post .post-content ul li i {
  color: var(--header);
  margin-right: 6px;
}
.blog-post-details .single-blog-post .post-content h3 {
  margin-bottom: 20px;
  margin-top: 15px;
}
@media (max-width: 575px) {
  .blog-post-details .single-blog-post .post-content h3 {
    font-size: 24px;
  }
}
.blog-post-details .single-blog-post .post-content h3 a:hover {
  color: var(--theme);
}
.blog-post-details .single-blog-post .post-content .hilight-text {
  border-top: 4px solid var(--theme);
  padding: 40px;
  background-color: #F8F8F8;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-post-details .single-blog-post .post-content .hilight-text {
    padding: 28px;
  }
}
.blog-post-details .single-blog-post .post-content .hilight-text p {
  font-weight: 500;
  line-height: 28px;
  color: var(--header);
  font-size: 18px;
  max-width: 760px;
  font-family: "Hanken Grotesk", sans-serif;
}
.blog-post-details .single-blog-post .post-content .hilight-text .name {
  position: absolute;
  background-color: var(--theme);
  padding: 6px 50px 6px 20px;
  bottom: -15px;
  left: 130px;
  color: var(--header);
  display: inline-block;
  clip-path: polygon(0 0, 83% 0, 100% 100%, 0 100%);
}
.blog-post-details .single-blog-post .post-content .details-image {
  border-radius: 30px;
}
.blog-post-details .single-blog-post .post-content .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.blog-post-details .tag-share-wrap {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 30px 0;
}
.blog-post-details .tag-share-wrap .tagcloud span {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  color: var(--header);
  margin-right: 15px;
  font-family: "Hanken Grotesk", sans-serif;
}
.blog-post-details .tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
  text-transform: capitalize;
  margin-right: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
}
@media (max-width: 575px) {
  .blog-post-details .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
  }
}
.blog-post-details .tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--header);
}
.blog-post-details .tag-share-wrap .social-share {
  gap: 10px;
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.blog-post-details .tag-share-wrap .social-share span {
  font-size: 20px;
  color: var(--header);
  font-weight: 600;
  font-family: "Hanken Grotesk", sans-serif;
}
.blog-post-details .tag-share-wrap .social-share a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  display: block;
  color: var(--header);
  border: 1px solid var(--border);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.blog-post-details .tag-share-wrap .social-share a:hover {
  background-color: var(--theme);
  color: var(--header);
}
.blog-post-details .comments-area {
  margin-top: 40px;
}
.blog-post-details .comments-area .comments-heading {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .blog-post-details .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}
.blog-post-details .comments-area .comments-heading h3 span {
  color: var(--header);
}
.blog-post-details .comments-area .blog-single-comment {
  border-bottom: 1px solid var(--border);
}
.blog-post-details .comments-area .blog-single-comment.comment-2 {
  padding-left: 70px;
}
@media (max-width: 575px) {
  .blog-post-details .comments-area .blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.blog-post-details .comments-area .blog-single-comment .content .head {
  margin-bottom: 10px;
}
.blog-post-details .comments-area .blog-single-comment .content .head .con h4 {
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 20px;
}
.blog-post-details .comments-area .blog-single-comment .content .reply {
  font-weight: 700;
  font-size: 14px;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  font-family: "Hanken Grotesk", sans-serif;
}
.blog-post-details .comments-area .blog-single-comment .content .reply i {
  margin-right: 5px;
}
.blog-post-details .comment-form-wrap h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .blog-post-details .comment-form-wrap h3 {
    margin-bottom: 20px;
  }
}
.blog-post-details .comment-form-wrap .form-clt span {
  color: var(--header);
  display: inline-block;
  margin-bottom: 10px;
}
.blog-post-details .comment-form-wrap .form-clt input, .blog-post-details .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--white);
  border: 1px solid var(--border);
  padding: 16px 20px;
  font-weight: 300;
  font-size: 14px;
  color: var(--text);
  border-radius: 100px;
}
.blog-post-details .comment-form-wrap .form-clt input::placeholder, .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--text);
}
.blog-post-details .comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
  border-radius: 30px;
}
.blog-post-details .comment-form-wrap .theme-btn {
  width: 100%;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: var(--white);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader .spinner-wrap {
  width: 180px;
  height: 180px;
  position: relative;
}

.preloader .spinner-wrap .preloader-logo {
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloader .spinner-wrap .spinner {
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid var(--border);
  border-top: 3px solid var(--header);
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 2s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.back-to-top {
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--header);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  border-radius: 10px;
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.cursor-outer {
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  background-color: var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  -webkit-margin-start: -3px;
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
  color: var(--text);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--theme);
  border: 1px solid #686363;
  opacity: 0;
}

.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.7;
  cursor: url(../img/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__form {
  position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  height: 66px;
  border: none;
  outline: none;
  padding-left: 20px;
  background-color: var(--white);
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  transition: all 500ms ease;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--header);
}

.search-popup__form .search-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  font-size: 20px;
  color: var(--header);
  background-color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.search-popup__form .search-btn:hover {
  background-color: var(--header);
}

.search-popup__form .eolexi-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.search-popup.active {
  z-index: 999999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.7;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.pricing-box-items {
  margin-top: 30px;
  padding: 40px 30px;
  background-color: var(--white);
  border-radius: 30px;
}
@media (max-width: 1399px) {
  .pricing-box-items {
    padding: 30px;
  }
}
.pricing-box-items .title {
  font-size: 24px;
  font-weight: 700;
}
.pricing-box-items p {
  font-family: "Hanken Grotesk", sans-serif;
  margin-top: 5px;
}
.pricing-box-items .pricing-thumb {
  margin-top: 20px;
}
.pricing-box-items .pricing-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.pricing-box-items .title-2 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 30px;
}
.pricing-box-items .title-2 sub {
  font-size: 14px;
  font-weight: 400;
  color: #515459;
  margin-left: -10px;
}
.pricing-box-items .theme-btn {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.pricing-box-items .title-3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}
.pricing-box-items .pricing-list {
  margin-top: 20px;
}
.pricing-box-items .pricing-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #0B2239;
  font-family: "Hanken Grotesk", sans-serif;
}
.pricing-box-items .pricing-list li:not(:last-child) {
  margin-bottom: 10px;
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title .sub-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--header);
  margin-bottom: 16px;
  text-transform: uppercase;
  position: relative;
  font-family: "Hanken Grotesk", sans-serif;
  display: inline-block;
  padding-left: 28px;
  padding-right: 14px;
  border: 1px solid #D8DDE1;
  border-radius: 100px;
  height: 36px;
  line-height: 36px;
}
.section-title .sub-title::before {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  content: "";
  background-color: var(--theme);
  width: 6px;
  height: 6px;
}
.section-title .sub-title-two {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--theme2);
  margin-bottom: 12px;
  text-transform: uppercase;
  gap: 12px;
  position: relative;
  font-family: "Hanken Grotesk", sans-serif;
}
.section-title .sub-title-two .dots {
  position: relative;
  width: 35px;
  height: 6px;
}
.section-title .sub-title-two .dots::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--theme2);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 14px 0 var(--theme2), 28px 0 var(--theme2);
}
.section-title h2 {
  font-family: "Hanken Grotesk", sans-serif;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
.section-title-area .section-title {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }
}

.center {
  text-align: center;
}

.section-bg {
  background-color: var(--bg) !important;
}

.min-wid {
  width: 740px;
}

.text-cap {
  text-transform: capitalize;
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.service-content-area p {
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
@media (max-width: 1399px) {
  .service-content-area p br {
    display: none;
  }
}
.service-content-area .service-btn {
  margin-top: 120px;
}
@media (max-width: 1600px) {
  .service-content-area .service-btn {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .service-content-area .service-btn {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .service-content-area .service-btn {
    margin-top: 30px;
  }
}

.service-wrapper {
  margin-right: -35%;
  padding-left: 10px;
}
@media (max-width: 1899px) {
  .service-wrapper {
    margin-right: -21%;
  }
}
@media (max-width: 1600px) {
  .service-wrapper {
    margin-right: 0;
  }
}
.service-wrapper .secvice-items {
  border: 1px solid rgba(216, 221, 225, 0.3);
  padding: 25px 20px;
}
.service-wrapper .secvice-items .secvice-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.service-wrapper .secvice-items .secvice-thumb img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-wrapper .secvice-items .secvice-thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.service-wrapper .secvice-items .service-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.service-wrapper .secvice-items .service-content h3 a {
  color: var(--white);
  margin-bottom: 8px;
}
.service-wrapper .secvice-items .service-content h3:hover a {
  color: var(--theme);
}
.service-wrapper .secvice-items .service-content p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
.service-wrapper .secvice-items .service-content .link-btn {
  margin-top: 20px;
}
.service-wrapper .secvice-items:hover .secvice-thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.service-wrapper .secvice-items:hover .secvice-thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.service-section-one .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1899px) {
  .service-section-one .container-fluid {
    padding: 0 45px;
  }
}
@media (max-width: 1399px) {
  .service-section-one .container-fluid {
    padding: 0 35px;
  }
}
@media (max-width: 1399px) {
  .service-section-one .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 1199px) {
  .service-section-one .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 470px) {
  .service-section-one .container-fluid {
    padding: 0 15px;
  }
}
.service-section-one .ser-text {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  margin-top: 50px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .service-section-one .ser-text {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.service-section-one .ser-text a {
  background-color: var(--theme);
  color: var(--header);
  font-size: 15px;
  font-weight: 500;
  font-family: "Hanken Grotesk", sans-serif;
  border-radius: 100px;
  display: inline-block;
  padding: 4px 12px;
}

.service-box-one {
  margin-top: 30px;
  background-color: var(--bg);
  border-radius: 20px;
  padding: 40px 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .service-box-one {
    padding: 30px;
  }
}
.service-box-one .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  width: 100%;
  height: 100%;
  transform-origin: left top;
  transition: all 0.5s 0s ease-out;
  bottom: 0;
  z-index: -1;
}
.service-box-one .bg-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.service-box-one .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  background-color: var(--theme);
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.service-box-one .content {
  margin-top: 180px;
}
.service-box-one .content .title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .service-box-one .content .title {
    font-size: 23px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .service-box-one .content .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.service-box-one .content .title a:hover {
  color: var(--theme);
}
@media (max-width: 1600px) {
  .service-box-one .content p {
    font-size: 14px;
  }
}
.service-box-one:hover .bg-image {
  transform: scale(1);
}
.service-box-one:hover .icon {
  background-color: var(--white);
}
.service-box-one:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}
.service-box-one:hover .content .title a {
  color: var(--white);
}
.service-box-one:hover .content p {
  color: var(--white);
}

.service-section-2 {
  position: relative;
  z-index: 22;
}
@media (max-width: 1199px) {
  .service-section-2 {
    margin-bottom: 17px;
  }
}

.service-details-content .service-details-image {
  border-radius: 30px;
}
.service-details-content .service-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.service-details-content .content-title h2 {
  margin-top: 25px;
  font-size: 30px;
  line-height: 133%;
}
@media (max-width: 575px) {
  .service-details-content .content-title h2 {
    font-size: 24px;
  }
}
.service-details-content .overview-area {
  margin-top: 30px;
}
.service-details-content .overview-area .content {
  margin-top: 25px;
}
.service-details-content .benefits-area {
  margin-top: 30px;
}
.service-details-content .benefits-area .content {
  margin-top: 25px;
}
.service-details-content .benefits-area .content .benefits-list {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .service-details-content .benefits-area .content .benefits-list {
    gap: 50px;
  }
}
@media (max-width: 470px) {
  .service-details-content .benefits-area .content .benefits-list {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.service-details-content .benefits-area .content .benefits-list ul li {
  font-weight: 400;
  color: #1F1F1F;
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-details-content .benefits-area .content .benefits-list ul li:not(:last-child) {
  margin-bottom: 8px;
}
.service-details-content .benefits-area .content .benefits-list ul li .dot-line {
  width: 12px;
  height: 12px;
  background: #E3572B;
  border-radius: 50%;
}
.service-details-content .video-wrapper .video-btn {
  height: 60px;
  width: 60px;
  font-size: 20px;
}
.service-details-content .video-wrapper .video-btn i {
  top: 36%;
  position: absolute;
  left: 40%;
  color: var(--header);
}
.service-details-content .video-wrapper img {
  border-radius: 30px;
}
.service-details-content .planing-area {
  margin-top: 30px;
}
.service-details-content .planing-area p {
  margin-top: 25px;
}
.service-details-content .chart-area {
  margin-top: 30px;
}
.service-details-content .chart-area .content {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1199px) {
  .service-details-content .chart-area .content {
    flex-wrap: wrap;
    gap: 50px;
  }
}
.service-details-content .chart-area .content p {
  width: 560px;
}
.service-details-content .chart-area .content ul li {
  font-weight: 400;
  color: #1F1F1F;
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-details-content .chart-area .content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.service-details-content .chart-area .content ul li .dot-line {
  width: 12px;
  height: 12px;
  background: #B8967E;
  border-radius: 50%;
}
.service-details-content .chart-area .content ul li .dot-line.dot-2 {
  background: #5CC8BE;
}
.service-details-content .chart-area .content ul li .dot-line.dot-3 {
  background: #3B37FD;
}
.service-details-content .chart-area .content ul li .dot-line.dot-4 {
  background: #E3572B;
}
.service-details-content .chart-area .content ul li .dot-line.dot-5 {
  background: #FF9500;
}
.service-details-content .imgae-area {
  margin-top: 30px;
  border-radius: 30px;
}
.service-details-content .imgae-area img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.service-section-2 {
  background-color: #0B2B3F;
}
.service-section-2 .container {
  max-width: 1730px;
}
.service-section-2 .service-text {
  text-align: center;
  margin-top: 60px;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  font-family: "Hanken Grotesk", sans-serif;
}
.service-section-2 .service-text span {
  background-color: var(--theme);
  border-radius: 20px;
  padding: 5px 10px;
  line-height: 1;
  color: #0B2239;
  margin-right: 8px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.service-section-2 .service-text a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--theme);
  text-decoration: underline;
  font-family: "Hanken Grotesk", sans-serif;
}

.service-box-items-2 {
  margin-top: 30px;
  background-color: var(--white);
  border-radius: 30px;
  padding: 40px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1600px) {
  .service-box-items-2 {
    padding: 30px;
  }
}
.service-box-items-2 .title {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .service-box-items-2 .title {
    font-size: 20px;
  }
}
.service-box-items-2 .title-2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 7px;
}
@media (max-width: 1600px) {
  .service-box-items-2 .title-2 {
    font-size: 20px;
  }
}
.service-box-items-2 .icon {
  max-width: 60px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--theme);
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  margin-top: 50px;
}
.service-box-items-2 .icon svg path {
  transition: all 0.4s ease-in-out;
}
.service-box-items-2 p {
  margin-top: 53px;
  border-bottom: 1px solid #D8DDE1;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.service-box-items-2 .link-btn {
  color: var(--header);
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
}
.service-box-items-2 .link-btn i {
  background-color: var(--theme);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}
.service-box-items-2:hover {
  background-color: var(--theme);
}
.service-box-items-2:hover .icon {
  background-color: var(--header);
}
.service-box-items-2:hover .icon svg {
  animation: wobble 1.5s ease-in-out;
}
.service-box-items-2:hover .icon svg path {
  fill: var(--white);
}
.service-box-items-2:hover .link-btn i {
  background-color: var(--header);
  color: var(--white);
}

.team-card-item {
  position: relative;
  margin-top: 30px;
}
.team-card-item .team-image {
  position: relative;
  overflow: hidden;
  z-index: 9;
  border-radius: 20px;
  border: 1px solid var(--border);
}
.team-card-item .team-image img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-card-item .team-image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.team-card-item .team-image .social-profile {
  position: absolute;
  right: 20px;
  top: 20px;
  content: "";
  transition: all 0.4s ease-in-out;
  display: inline-block;
  overflow: hidden;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-60px);
}
.team-card-item .team-image .social-profile ul {
  text-align: center;
}
.team-card-item .team-image .social-profile ul li:not(:last-child) {
  margin-bottom: 8px;
}
.team-card-item .team-image .social-profile ul li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border);
}
.team-card-item .team-image .social-profile ul li a:hover {
  background-color: var(--theme);
  color: var(--header);
  border-color: var(--theme);
}
.team-card-item .team-content {
  text-align: center;
  margin-top: 15px;
}
.team-card-item .team-content h3 {
  font-size: 24px;
  font-weight: 600;
}
.team-card-item:hover .team-image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.team-card-item:hover .team-image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.team-card-item:hover .social-profile {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.team-details-wrapper .team-details-left {
  border: 1px solid var(--theme);
  background-color: #F8F8F8;
  border-radius: 30px;
}
.team-details-wrapper .team-details-left .team-details-image {
  padding: 20px 20px 0;
  border-radius: 20px;
}
.team-details-wrapper .team-details-left .team-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.team-details-wrapper .team-details-left .team-info-content {
  padding: 30px 40px 40px;
}
.team-details-wrapper .team-details-left .team-info-content .client-name {
  border-bottom: 1px solid var(--border);
  padding-bottom: 25px;
}
.team-details-wrapper .team-details-left .team-info-content .client-name h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 133%;
}
.team-details-wrapper .team-details-left .team-info-content .info-item:not(:last-child) {
  border-bottom: 1px solid var(--border);
  padding: 15px 0;
}
.team-details-wrapper .team-details-left .team-info-content .info-item h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 142%;
}
.team-details-wrapper .team-details-left .team-info-content .info-item p a {
  color: var(--text);
}
.team-details-wrapper .team-details-left .team-info-content .info-item .social-icon {
  gap: 10px;
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.team-details-wrapper .team-details-left .team-info-content .info-item .social-icon li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  display: block;
  color: var(--header);
  border: 1px solid var(--border);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.team-details-wrapper .team-details-left .team-info-content .info-item .social-icon li a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.team-details-wrapper .team-details-content .issue-list-item {
  margin-top: 30px;
}
.team-details-wrapper .team-details-content .issue-list-item li {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--header);
  z-index: 22;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-details-content .issue-list-item li {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.team-details-wrapper .team-details-content .issue-list-item li:not(:last-child) {
  margin-bottom: 12px;
}
.team-details-wrapper .team-details-content .issue-list-item li i {
  margin-right: 10px;
  color: var(--white);
  height: 15px;
  width: 15px;
  font-size: 9px;
  line-height: 15px;
  text-align: center;
  background-color: var(--theme);
  border-radius: 50%;
}
.team-details-wrapper .team-details-content .progress-wrap {
  margin-top: 20px;
}
.team-details-wrapper .team-details-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 30px;
}
.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head .title {
  font-weight: 500;
  font-size: 18px;
  color: var(--header);
}
.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head .point {
  font-weight: 500;
  font-size: 18px;
  color: var(--header);
}
.team-details-wrapper .team-details-content .progress-wrap .pro-items .ber-box .progress {
  border: 1px solid var(--theme);
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  position: relative;
  display: flex;
  height: 10px;
  width: 100%;
  border-radius: initial;
}
.team-details-wrapper .team-details-content .progress-wrap .pro-items .ber-box .progress .progress-value {
  animation: load 4s normal forwards;
  background: var(--theme);
  height: 4px;
  width: 0;
  margin-left: 3px;
  position: relative;
}
.team-details-wrapper .team-details-content .progress-wrap .pro-items .ber-box .progress .progress-value.value-2 {
  animation: load2 4s normal forwards;
}
.team-details-wrapper .team-details-content .progress-wrap .pro-items .ber-box .progress .progress-value.value-3 {
  animation: load3 4s normal forwards;
}
.team-details-wrapper .team-details-content .contact-from {
  margin-top: 30px;
}
.team-details-wrapper .team-details-content .contact-from h5 {
  font-size: 30px;
  font-weight: 700;
}
.team-details-wrapper .team-details-content .contact-from .inptFld {
  width: 100%;
  height: 56px;
  border: 0;
  color: var(--text);
  font-size: 16px;
  margin-bottom: 30px;
  background-color: var(--white);
  border: 1px solid var(--border);
  padding-left: 30px;
  border-radius: 30px;
}
.team-details-wrapper .team-details-content .contact-from .inptFld::placeholder {
  color: var(--text);
  opacity: 0.7;
}
.team-details-wrapper .team-details-content .contact-from .contFrm textarea {
  height: 150px;
  padding-top: 20px;
}
.team-details-wrapper .team-details-content .contact-from textarea:focus {
  outline: none;
}
.team-details-wrapper .team-details-content .contact-from .contact-text {
  color: var(--white);
  margin-top: 20px;
  opacity: 0.7;
  font-weight: 500;
  font-family: "Hanken Grotesk", sans-serif;
}
.team-details-wrapper .team-details-content .contact-from .contact-button {
  margin-top: 30px;
}
.team-details-wrapper .team-details-content .contact-from .contact-button .theme-btn {
  width: 100%;
}

.project-area-three {
  margin: 0 40px;
}
@media (max-width: 1600px) {
  .project-area-three {
    margin: 0 32px;
  }
}
@media (max-width: 1399px) {
  .project-area-three {
    margin: 0 28px;
  }
}
@media (max-width: 1199px) {
  .project-area-three {
    margin: 0 22px;
  }
}
@media (max-width: 575px) {
  .project-area-three {
    margin: 0 18px;
  }
}
.project-area-three .project-wrapper {
  margin-top: 48px;
}
.project-area-three .project-wrapper .thumb-wrap {
  display: flex !important;
  align-items: center;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .project-area-three .project-wrapper .thumb-wrap {
    display: grid !important;
  }
}
.project-area-three .project-wrapper .thumb-wrap .thumb {
  position: relative;
  margin-right: 30px;
  height: 520px;
  min-height: 520px;
  width: 350px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media (max-width: 1600px) {
  .project-area-three .project-wrapper .thumb-wrap .thumb {
    width: 250px;
  }
}
@media (max-width: 1199px) {
  .project-area-three .project-wrapper .thumb-wrap .thumb {
    width: 550px;
  }
}
@media screen and (max-width: 768px) {
  .project-area-three .project-wrapper .thumb-wrap .thumb {
    width: 100% !important;
    margin-right: 0;
    height: 480px;
    min-height: 480px;
  }
}
.project-area-three .project-wrapper .thumb-wrap .thumb .projects-item {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 30px;
}
.project-area-three .project-wrapper .thumb-wrap .thumb .projects-item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(11, 34, 57, 0) 0%, #0B2239 100%);
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.project-area-three .project-wrapper .thumb-wrap .thumb .projects-item .card-text-content {
  position: absolute;
  left: -100%;
  bottom: 30px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 250ms ease-in-out;
  right: 40px;
}
.project-area-three .project-wrapper .thumb-wrap .thumb .projects-item .card-text-content .title {
  color: var(--header);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.project-area-three .project-wrapper .thumb-wrap .thumb .projects-item .card-text-content p {
  color: var(--white);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.project-area-three .project-wrapper .thumb-wrap .thumb .projects-item .card-text-content .project-btn {
  display: block;
  color: var(--theme);
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
  font-family: "Hanken Grotesk", sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.5019607843);
  padding-top: 12px;
  text-transform: uppercase;
}
.project-area-three .project-wrapper .thumb-wrap .thumb .projects-item .card-text-content .project-btn i {
  margin-left: 7px;
}
.project-area-three .project-wrapper .thumb-wrap .thumb.active {
  width: 700px;
}
@media (max-width: 1600px) {
  .project-area-three .project-wrapper .thumb-wrap .thumb.active {
    width: 560px;
  }
}
@media (max-width: 1199px) {
  .project-area-three .project-wrapper .thumb-wrap .thumb.active {
    width: 550px;
  }
}
@media screen and (max-width: 768px) {
  .project-area-three .project-wrapper .thumb-wrap .thumb.active {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .project-area-three .project-wrapper .thumb-wrap .thumb.active {
    width: 100% !important;
  }
}
.project-area-three .project-wrapper .thumb-wrap .thumb.active .projects-item::before {
  opacity: 1;
  visibility: visible;
}
.project-area-three .project-wrapper .thumb-wrap .thumb.active .projects-item .card-text-content {
  visibility: visible;
  opacity: 1;
  left: 40px;
}
.project-area-three .project-wrapper .thumb-wrap .thumb.active .projects-item .card-text-content .title a {
  color: var(--white);
}
.project-area-three .project-wrapper .thumb-wrap .thumb.active .project-btn {
  right: 30px;
  opacity: 1;
  visibility: visible;
}

.custom-pagination-wrap {
  margin-top: 60px;
}
.custom-pagination-wrap .custom-pagination {
  width: 100%;
  margin: 0 auto;
  height: 1px;
  overflow: hidden;
  position: relative;
  background: var(--border);
}
.custom-pagination-wrap .custom-pagination .swiper-pagination-progressbar-fill {
  background: var(--theme2);
}

.project-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.project-button .theme-two {
  background-color: transparent;
  border: 1px solid var(--border);
  color: var(--header);
}
.project-button .theme-two:hover {
  color: var(--white);
}
.project-button .array-button .array-prev {
  background-color: transparent;
  border: 1px solid var(--border);
  color: var(--header);
}
.project-button .array-button .array-prev:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.project-button .array-button .array-next {
  background-color: transparent;
  border: 1px solid var(--border);
  color: var(--header);
}
.project-button .array-button .array-next:hover {
  background-color: var(--theme2);
  color: var(--white);
}

.project-wrapper-3 .project-items {
  transition: all 0.4s ease-in-out;
}
.project-wrapper-3 .project-items .project-image {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.project-wrapper-3 .project-items .project-image .project-thumb {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .project-wrapper-3 .project-items .project-image .project-thumb {
    height: 480px;
  }
}
.project-wrapper-3 .project-items .project-image .project-thumb img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 30px;
}
.project-wrapper-3 .project-items .project-image .project-thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-wrapper-3 .project-items .project-image .project-content {
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-color: var(--header);
  padding: 25px 30px;
  width: 242px;
  z-index: 0;
  border-radius: 20px;
}
.project-wrapper-3 .project-items .project-image .project-content .content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
}
.project-wrapper-3 .project-items .project-image .project-content .content span {
  font-size: 24px;
  font-weight: 600;
  line-height: 142%;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-family: "Hanken Grotesk", sans-serif;
}
.project-wrapper-3 .project-items .project-image .project-content .content h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 167%;
}
.project-wrapper-3 .project-items .project-image .project-content .content h2 a {
  color: var(--white);
}
.project-wrapper-3 .project-items .project-image .project-content .content h2 a:hover {
  color: var(--theme);
}
.project-wrapper-3 .project-items .project-image .project-content .content p {
  color: #FFFFFF;
  opacity: 0.7;
}
.project-wrapper-3 .project-items .project-image .project-content .link-btn {
  margin-top: 20px;
}
.project-wrapper-3 .project-items:hover .project-thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.project-wrapper-3 .project-items:hover .project-thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-wrapper-3 .project-items:hover .link-btn {
  color: var(--theme);
}

.project-details-content .project-details-image {
  border-radius: 30px;
}
.project-details-content .project-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.project-details-content .details-text {
  font-weight: 400;
  color: var(--header);
  margin-top: 30px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 25px;
}
.project-details-content .content-area {
  margin-top: 35px;
}
.project-details-content .content-area h2 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 575px) {
  .project-details-content .content-area h2 {
    font-size: 24px;
  }
}
.project-details-content .info-box-items {
  margin-top: 35px;
}
.project-details-content .info-box-items .info-area {
  margin-top: 30px;
  border-bottom: 1px solid var(--border);
}
.project-details-content .info-box-items .info-area .info-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 30px;
  border-right: 1px solid var(--border);
  padding-left: 15px;
}
@media (max-width: 1399px) {
  .project-details-content .info-box-items .info-area .info-box {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .project-details-content .info-box-items .info-area .info-box {
    border-right: none;
  }
}
.project-details-content .info-box-items .info-area .info-box .icon {
  max-width: 60px;
  height: 60px;
  width: 100%;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border);
}
.project-details-content .info-box-items .info-area .info-box .icon img {
  transition: all 0.4s ease-in-out;
}
.project-details-content .info-box-items .info-area .info-box .content span {
  font-size: 18px;
  font-weight: 500;
  line-height: 167%;
  display: inline-block;
  color: var(--header);
  font-family: "Hanken Grotesk", sans-serif;
}
.project-details-content .info-box-items .info-area .info-box:hover .icon img {
  transform: scaleX(-1);
}
.project-details-content .feature-list {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .project-details-content .feature-list {
    gap: 50px;
  }
}
@media (max-width: 470px) {
  .project-details-content .feature-list {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.project-details-content .feature-list ul li {
  font-weight: 400;
  color: #1F1F1F;
  display: flex;
  align-items: center;
  gap: 8px;
}
.project-details-content .feature-list ul li:not(:last-child) {
  margin-bottom: 8px;
}
.project-details-content .feature-list ul li .dot-line {
  width: 12px;
  height: 12px;
  background: #E3572B;
  border-radius: 50%;
}
.project-details-content .imgae-area {
  border-radius: 30px;
}
.project-details-content .imgae-area img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.project-section-2 .container-fluid {
  padding: 0 95px;
}
@media (max-width: 1899px) {
  .project-section-2 .container-fluid {
    padding: 0 65px;
  }
}
@media (max-width: 1399px) {
  .project-section-2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .project-section-2 .container-fluid {
    padding: 0 35px;
  }
}
@media (max-width: 1199px) {
  .project-section-2 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 470px) {
  .project-section-2 .container-fluid {
    padding: 0 15px;
  }
}
.project-section-2 .section-title-area .section-title h2 {
  max-width: 720px;
}
.project-section-2 .section-title-area .project-button-area {
  text-align: end;
}
@media (max-width: 1199px) {
  .project-section-2 .section-title-area .project-button-area {
    text-align: initial;
  }
}
.project-section-2 .section-title-area .project-button-area p {
  max-width: 520px;
  margin-top: 0;
  margin-bottom: 30px;
}

.project-wrapper-2 .project-thumb {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.project-wrapper-2 .project-thumb .arrow-icon {
  display: inline-block;
  background-color: var(--theme);
  color: var(--header);
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  position: absolute;
  top: -90px;
  right: 40px;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  visibility: hidden;
}
.project-wrapper-2 .project-thumb .arrow-icon:hover {
  background-color: var(--header);
  color: var(--white);
}
.project-wrapper-2 .project-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.project-wrapper-2 .project-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(11, 34, 57, 0.2) 30%, rgb(11, 34, 57) 100%);
  border-radius: 30px;
}
.project-wrapper-2 .project-thumb .project-content {
  position: absolute;
  left: 40px;
  bottom: -60px;
  z-index: 99;
  right: 40px;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1600px) {
  .project-wrapper-2 .project-thumb .project-content {
    left: 25px;
    right: 25px;
  }
}
@media (max-width: 1199px) {
  .project-wrapper-2 .project-thumb .project-content {
    left: 20px;
    right: 20px;
    bottom: 20px;
    opacity: 1;
    visibility: visible;
  }
}
.project-wrapper-2 .project-thumb .project-content h3 {
  margin-bottom: 10px;
  font-size: 30px;
}
@media (max-width: 1600px) {
  .project-wrapper-2 .project-thumb .project-content h3 {
    font-size: 24px;
  }
}
.project-wrapper-2 .project-thumb .project-content h3 a {
  color: var(--white);
}
.project-wrapper-2 .project-thumb .project-content h3 a:hover {
  color: var(--theme);
}
@media (max-width: 991px) {
  .project-wrapper-2 .project-thumb .project-content h3 br {
    display: block;
  }
}
.project-wrapper-2 .project-thumb .project-content p {
  color: var(--white);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .project-wrapper-2 .project-thumb .project-content p {
    font-size: 14px;
    opacity: 1;
    visibility: visible;
  }
}
.project-wrapper-2 .project-thumb:hover .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.project-wrapper-2 .project-thumb:hover .project-content p {
  text-transform: capitalize;
  opacity: 1;
  visibility: visible;
}
.project-wrapper-2 .project-thumb:hover .arrow-icon {
  opacity: 1;
  top: 40px;
  visibility: visible;
}
.project-wrapper-2 .project-button {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 575px) {
  .project-wrapper-2 .project-button {
    flex-wrap: wrap;
  }
}
.project-wrapper-2 .project-button p {
  font-size: 14px;
}
.project-wrapper-2 .project-button p a {
  font-weight: 500;
  color: var(--header);
  border-bottom: 1px solid var(--header);
}
.project-wrapper-2 .project-button p a:hover {
  color: var(--theme);
  border-bottom: 1px solid var(--theme);
}

.project-area-three .array-nav {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #D8DDE1;
  height: 80px;
  line-height: 80px;
  border-radius: 100px;
  width: 160px;
  justify-content: center;
}
@media (max-width: 767px) {
  .project-area-three .array-nav {
    display: none;
  }
}
.project-area-three .array-nav .slick-arrow.slick-hidden {
  display: block;
}
.project-area-three .array-nav .array-prev, .project-area-three .array-nav .array-next {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #D8DDE1;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.project-area-three .array-nav .array-prev:hover, .project-area-three .array-nav .array-next:hover {
  background-color: var(--theme);
  color: var(--header);
  border-color: var(--theme);
}

.testi-client-info {
  margin-top: 30px;
}
.testi-client-info .title {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  margin-top: 10px;
}
.testi-client-info .title-2 {
  font-size: 13px;
  font-weight: 400;
  color: var(--white);
  margin-top: 120px;
  max-width: 315px;
  line-height: 171%;
}
@media (max-width: 991px) {
  .testi-client-info .title-2 {
    margin-top: 40px;
    font-size: 14px;
  }
}

.testi-image {
  margin-top: 30px;
  max-width: 251px;
}
.testi-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.testi-content {
  margin-top: 30px;
  position: relative;
}
.testi-content .testi-content-items .title-3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 142%;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 171%;
  padding-bottom: 34px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .testi-content .testi-content-items .title-3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .testi-content .testi-content-items .title-3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .testi-content .testi-content-items .title-3 {
    font-size: 19px;
  }
}
@media (max-width: 470px) {
  .testi-content .testi-content-items .title-3 {
    font-size: 17px;
  }
}
.testi-content .testi-content-items .client-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 34px;
}
@media (min-width: 768px) {
  .testi-content .testi-content-items .client-info {
    margin-top: 25px;
  }
}
.testi-content .testi-content-items .client-info .content .title-4 {
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
}
@media (max-width: 575px) {
  .testi-content .testi-content-items .client-info .content .title-4 {
    font-size: 18px;
  }
}
.testi-content .testi-content-items .client-info .content p {
  font-size: 14px;
  color: var(--white);
}
.testi-content .array-button {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
@media (max-width: 470px) {
  .testi-content .array-button {
    position: static;
    margin-top: 30px;
  }
}
.testi-content .array-button .array-prev, .testi-content .array-button .array-next {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #D8DDE1;
  text-align: center;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  color: var(--white);
}
.testi-content .array-button .array-prev:hover, .testi-content .array-button .array-next:hover {
  background-color: var(--theme);
  color: var(--header);
  border-color: var(--theme);
}

.testimonial-section-2 .container-fluid {
  padding: 0 95px;
}
@media (max-width: 1899px) {
  .testimonial-section-2 .container-fluid {
    padding: 0 65px;
  }
}
@media (max-width: 1399px) {
  .testimonial-section-2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .testimonial-section-2 .container-fluid {
    padding: 0 35px;
  }
}
@media (max-width: 1199px) {
  .testimonial-section-2 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 470px) {
  .testimonial-section-2 .container-fluid {
    padding: 0 15px;
  }
}

.testimonial-wrapper-2 .testimonial-card-items {
  margin-top: 30px;
  position: relative;
}
.testimonial-wrapper-2 .testimonial-card-items .testimonial-items-top {
  background-color: var(--white);
  border-radius: 30px;
  padding: 60px 40px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .testimonial-wrapper-2 .testimonial-card-items .testimonial-items-top {
    padding: 30px 40px;
  }
}
.testimonial-wrapper-2 .testimonial-card-items .testimonial-items-top .icom-items {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.testimonial-wrapper-2 .testimonial-card-items .testimonial-items-top .icom-items .rating-box .star {
  color: #E75415;
  margin-bottom: 7px;
  position: relative;
  z-index: 9;
}
.testimonial-wrapper-2 .testimonial-card-items .testimonial-items-top .icom-items .rating-box h3 {
  font-size: 20px;
}
.testimonial-wrapper-2 .testimonial-card-items .testimonial-items-top p {
  font-size: 16px;
  font-weight: 500;
  line-height: 163%;
  text-transform: capitalize;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .testimonial-wrapper-2 .testimonial-card-items .testimonial-items-top p {
    font-size: 16px;
  }
}
.testimonial-wrapper-2 .testimonial-card-items .testimonial-items-top::before {
  position: absolute;
  content: "";
  left: 34px;
  bottom: -24px;
  width: 30px;
  height: 25px;
  background-color: inherit;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 53% 100%);
}
.testimonial-wrapper-2 .testimonial-card-items .info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
  margin-left: 25px;
}
@media (max-width: 1399px) {
  .testimonial-wrapper-2 .testimonial-card-items .info-item {
    margin-top: 30px;
  }
}
.testimonial-wrapper-2 .testimonial-card-items .info-item img {
  border-radius: 100px;
}
.testimonial-wrapper-2 .testimonial-card-items .info-item .content h4 {
  font-size: 20px;
}
.testimonial-wrapper-2 .testimonial-card-items .info-item .content span {
  color: var(--header);
  font-weight: 400;
  font-size: 14px;
}
.testimonial-wrapper-2 .content-bottom {
  text-align: center;
  margin-top: 50px;
}
.testimonial-wrapper-2 .content-bottom p {
  font-size: 14px;
}
.testimonial-wrapper-2 .content-bottom p a {
  font-weight: 500;
  border-bottom: 1px solid var(--header);
}
.testimonial-wrapper-2 .content-bottom p a:hover {
  color: var(--theme);
  border-bottom: 1px solid var(--theme);
}
.testimonial-wrapper-2 .content-bottom .ratting-area {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-top: 15px;
}
.testimonial-wrapper-2 .content-bottom .ratting-area span {
  font-weight: 500;
  color: var(--header);
}
.testimonial-wrapper-2 .content-bottom .ratting-area .star {
  color: #E75415;
  position: relative;
  z-index: 9;
}