/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
# Navigations One
# Mobile Nav
# Navigations Two
# Navigations Three
# Navigations Four
# Search Popup
# Main Slider
# Banner One
# Main Slider Two
# Main Slider Three
# Services One
# About One
# Our Offering
# Team One
# Testimonial One
# Blog One
# Brand One
# CTA One
# Site Footer
# Appointment One
# Services Two
# About Two
# Counter One
# Process One
# Testimonial Two
# Team Two
# Appointment Two
# About Three
# Pricing One
# Portfolio One
# Faq One
# Site Footer Two
# About Four
# Services Three
# Before And After
# Product One
# Testimonial Three
# Blog Two
# Google Map One
# Footer Widget Portfolio
# Team Three
# Page Header
# About Page
# Sidebar
# Services Details
# Team Details
# Related Team
# Shop Page
# Wishlist
# Cart
# Shop Details
# Review Form
# Related Product
# Checkout Page
# Portfolio Details
# Blog List
# Blog Details
# Inner Pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --wiresamyak-font: "Kumbh Sans", sans-serif;
  --wiresamyak-font-two: "Nunito", sans-serif;
  --wiresamyak-gray: #67687A;
  --wiresamyak-gray-rgb: 103, 104, 122;
  --wiresamyak-white: #ffffff;
  --wiresamyak-white-rgb: 255, 255, 255;
  --wiresamyak-base: #134CB3;
  --wiresamyak-base-rgb: 19, 76, 179;
  --wiresamyak-black: #101A29;
  --wiresamyak-black-rgb: 16, 26, 41;
  --wiresamyak-primary: #F3F7FB;
  --wiresamyak-primary-rgb: 243, 247, 251;
  --shreegururkrupa-pure-black: #000000;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--wiresamyak-font);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: var(--shreegururkrupa-pure-black);
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--wiresamyak-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--wiresamyak-font-two);
  color: var(--wiresamyak-black);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.list-unstyled {
  padding-left: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--wiresamyak-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.section-head {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
}

.section-title {
  display: block;
  margin-bottom: 50px;
  margin-top: -7px;
  position: relative;
}

.section-title__tagline-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.section-title__tagline-shape-1 {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 13px;
  border: 1px solid var(--wiresamyak-base);
  border-radius: 6px;
}

.section-title__tagline-shape-1::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: var(--wiresamyak-base);
  border-radius: 4px;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: var(--wiresamyak-base);
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--wiresamyak-font-two);
}

.section-title__title {
  color: var(--wiresamyak-black);
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 8px 0 0;
}

.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 600;
  font-size: 16px;
  color: var(--wiresamyak-white);
  text-transform: capitalize;
  padding: 12px 24px 12px;
  border-radius: 8px;
  background-color: var(--wiresamyak-base);
  font-family: var(--wiresamyak-font-two);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  gap: 20px;
  z-index: 1;
}

.thm-btn::before {
  content: "";
  background-color: var(--wiresamyak-black);
  width: 0;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.thm-btn:hover::before {
  width: 100%;
}

.thm-btn::after {
  content: "";
  background-color: var(--wiresamyak-black);
  width: 0;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.thm-btn:hover::after {
  width: 100%;
}

.thm-btn:hover {
  color: var(--wiresamyak-white);
}

.thm-btn span {
  position: relative;
  display: inline-block;
}

.thm-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 1px;
  height: 16px;
  background-color: var(--wiresamyak-white);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--wiresamyak-base);
  color: var(--wiresamyak-white);
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 12px;
  color: #ffffff;
  text-transform: uppercase;
  background: var(--wiresamyak-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--wiresamyak-base);
  color: var(--wiresamyak-white);
  cursor: pointer;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--wiresamyak-base);
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*--- end of preloader ---*/

/* scroll to top */
.scroll-to-top {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 5px solid var(--wiresamyak-white);
  background: var(--wiresamyak-base);
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 58px;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: var(--wiresamyak-white);
  font-size: 16px;
  line-height: 58px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scroll-to-top:hover {
  background-color: var(--wiresamyak-white);
  border: 5px solid var(--wiresamyak-base);
}

.scroll-to-top:hover i {
  color: var(--wiresamyak-base);
}

/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  z-index: 9999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  right: 100%;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--wiresamyak-base);
  border-color: var(--wiresamyak-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--wiresamyak-black);
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px 30px 0;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  border: none;
  outline: none;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
  border: none;
  outline: none;
  background-color: var(--wiresamyak-white);
  color: var(--wiresamyak-black);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
  color: var(--wiresamyak-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:before {
  background-color: var(--wiresamyak-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:after {
  background-color: var(--wiresamyak-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/

.main-header {
  background: transparent;
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu__top {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-black);
}

.main-menu__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 11px 100px 11px;
}

.main-menu__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li+li {
  margin-left: 35px;
}

.main-menu__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li .icon i {
  font-size: 15px;
  color: var(--wiresamyak-white);
}

.main-menu__contact-list li .text {
  margin-left: 10px;
}

.main-menu__contact-list li .text p {
  font-size: 16px;
  color: var(--wiresamyak-white);
  opacity: .80;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__contact-list li .text p a {
  color: var(--wiresamyak-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__contact-list li:hover .text p {
  color: var(--wiresamyak-white);
  opacity: 1;
}

.main-menu__contact-list li:hover .text p a {
  color: var(--wiresamyak-white);
  opacity: 1;
}

.main-menu__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__social-box {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__social-box-inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.main-menu__social-box-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(var(--wiresamyak-white-rgb), .80);
}

.main-menu__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--wiresamyak-white);
  opacity: .70;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu__social a:hover {
  opacity: 1;
}

.main-menu__social a+a {
  margin-left: 20px;
}

.main-menu {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 100px;
  z-index: 1;
}

.main-menu__left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__logo {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10000000px;
  right: 100%;
  bottom: 0;
  background-color: var(--wiresamyak-base);
}

.main-menu__logo a {
  position: relative;
  display: block;
  padding: 26.5px 0;
  padding-right: 95px;
  background-color: var(--wiresamyak-base);
  clip-path: polygon(0 0, 73% 0, 100% 100%, 0% 100%);
}

.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__menu-box-and-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.main-menu__menu-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}

.main-menu__main-menu-box {
  position: relative;
  display: block;
}

.menu-icons-button {
  gap: 30px;
  display: flex;
}

.main-menu__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.main-menu__search {
  display: flex;
  font-size: 20px;
  position: relative;
  align-items: center;
  color: var(--wiresamyak-black);
}

.main-menu__search:hover {
  color: var(--wiresamyak-base);
}

.main-menu__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--wiresamyak-black);
}

.main-menu__cart:hover {
  color: var(--wiresamyak-base);
}

.main-menu__btn-box-outer {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__btn-box-outer:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10000000px;
  left: 99%;
  background-color: var(--wiresamyak-black);
  z-index: -1;
}

.main-menu__btn-box {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-black);
  padding: 23px 0;
  padding-left: 75px;
  clip-path: polygon(12% 0%, 100% 0, 100% 50%, 100% 100%, 12% 100%, 0% 50%);
  z-index: 1;
}

.main-menu__btn {
  padding: 12px 20px 12px;
}

.main-menu__btn:hover {
  color: var(--wiresamyak-base);
}

.main-menu__btn::before {
  background-color: var(--wiresamyak-white);
}

.main-menu__btn::after {
  background-color: var(--wiresamyak-white);
}

.main-menu__btn:hover span::after {
  background-color: var(--wiresamyak-base);
}

.stricky-header.main-menu {
  background-color: var(--wiresamyak-white);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 30px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--wiresamyak-black);
  font-weight: 600;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--wiresamyak-base);
}

.main-menu .main-menu__list>li.dropdown>a {
  padding-right: 15px;
}

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 52%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 14px;
  color: var(--wiresamyak-black);
  transform: translateY(-50%);
  font-weight: 700;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
  color: var(--wiresamyak-base);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: none;
  margin-top: 0px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 15px;
  line-height: 28px;
  color: var(--wiresamyak-black);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--wiresamyak-base);
  color: var(--wiresamyak-white);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--wiresamyak-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--wiresamyak-base);
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: var(--wiresamyak-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--wiresamyak-black);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--wiresamyak-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--wiresamyak-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--wiresamyak-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--wiresamyak-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--wiresamyak-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--wiresamyak-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--wiresamyak-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--wiresamyak-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--wiresamyak-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--wiresamyak-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--wiresamyak-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--wiresamyak-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--wiresamyak-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

.mobile-nav__content .main-menu__btn-box-outer {
  display: block !important;
}

.mobile-nav__content .main-menu__btn-box {
  clip-path: unset;
}

.mobile-nav__content .main-menu__btn-box {
  padding: 0;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  background: transparent;
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-two__top {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-black);
}

.main-menu-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 11px 200px 11px;
}

.main-menu-two__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__contact-list li+li {
  margin-left: 35px;
}

.main-menu-two__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__contact-list li .icon i {
  font-size: 15px;
  color: var(--wiresamyak-white);
}

.main-menu-two__contact-list li .text {
  margin-left: 10px;
}

.main-menu-two__contact-list li .text p {
  font-size: 16px;
  color: var(--wiresamyak-white);
  opacity: .80;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__contact-list li .text p a {
  color: var(--wiresamyak-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__contact-list li:hover .text p {
  color: var(--wiresamyak-white);
  opacity: 1;
}

.main-menu-two__contact-list li:hover .text p a {
  color: var(--wiresamyak-white);
  opacity: 1;
}

.main-menu-two__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-two__social-box {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__social-box-inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.main-menu-two__social-box-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(var(--wiresamyak-white-rgb), .80);
}

.main-menu-two__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--wiresamyak-white);
  opacity: .70;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu-two__social a:hover {
  opacity: 1;
}

.main-menu-two__social a+a {
  margin-left: 20px;
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 200px 0;
  z-index: 1;
}

.main-menu-two__logo {
  position: relative;
  display: block;
  padding: 26.5px 0;
}

.main-menu-two__menu-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}

.main-menu-two__main-menu-two-box {
  position: relative;
  display: block;
}

.main-menu-two__right {
  gap: 25px;
  display: flex;
  flex-wrap: wrap;
  padding: 21px 0;
  align-items: center;
  position: relative;
}

.main-menu-two__btn-box {
  position: relative;
  display: block;
}

.main-menu-two__btn {
  padding: 16px 24px 16px;
}

.main-menu-two__call {
  display: flex;
  position: relative;
  align-items: center;
}

.main-menu-two__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  border: 1px solid var(--wiresamyak-base);
  z-index: 1;
}

.main-menu-two__call-icon:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 50%;
  background-color: var(--wiresamyak-base);
  z-index: -1;
}

.main-menu-two__call-icon span {
  font-size: 22px;
  color: var(--wiresamyak-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-icon:hover span {
  color: var(--wiresamyak-white);
}

.main-menu-two__call-number {
  margin-left: 10px;
}

.main-menu-two__call-number p {
  font-size: 14px;
  margin: 0;
  line-height: 14px;
  color: rgba(var(--wiresamyak-black-rgb), .80);
  font-weight: 600;
  font-family: var(--wiresamyak-font-two);
  margin-bottom: 10px;
}

.main-menu-two__call-number h5 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}

.main-menu-two__call-number h5 a {
  color: var(--wiresamyak-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
  color: var(--wiresamyak-base);
}

.stricky-header.main-menu-two {
  background-color: var(--wiresamyak-white);
}

.main-menu-two .main-menu__list>li+li,
.stricky-header.main-menu-two .main-menu__list>li+li {
  margin-left: 30px;
}

.main-menu-two .main-menu__list>li,
.stricky-header.main-menu-two .main-menu__list>li {
  padding-top: 35px;
  padding-bottom: 35px;
}


/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  background: transparent;
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-three__top {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-black);
}

.main-menu-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 200px 0px;
}

.main-menu-three__top-left {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-three__top-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1000000px;
  right: 99%;
  bottom: 0;
  background-color: var(--wiresamyak-base);
  z-index: -1;
}

.main-menu-three__contact-list {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--wiresamyak-base);
  padding: 11px 0;
  padding-right: 50px;
  clip-path: polygon(0 0, 91% 0, 100% 100%, 0% 100%);
}

.main-menu-three__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li+li {
  margin-left: 30px;
}

.main-menu-three__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li .icon i {
  font-size: 13px;
  color: var(--wiresamyak-white);
}

.main-menu-three__contact-list li .text {
  margin-left: 10px;
}

.main-menu-three__contact-list li .text p {
  font-size: 16px;
  color: var(--wiresamyak-white);
  opacity: .80;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__contact-list li:hover .text p {
  color: var(--wiresamyak-white);
  opacity: 1;
}

.main-menu-three__contact-list li .text p a {
  color: var(--wiresamyak-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__contact-list li:hover .text p a {
  color: var(--wiresamyak-white);
}

.main-menu-three__contact-list-2 {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list-2 li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list-2 li+li {
  margin-left: 40px;
}

.main-menu-three__contact-list-2 li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list-2 li .icon i {
  font-size: 15px;
  color: var(--wiresamyak-white);
}

.main-menu-three__contact-list-2 li .text {
  margin-left: 10px;
}

.main-menu-three__contact-list-2 li .text p {
  font-size: 16px;
  color: var(--wiresamyak-white);
  opacity: .80;
}


.main-menu-three__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-three__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 200px 0;
  z-index: 1;
}

.main-menu-three__logo {
  position: relative;
  display: block;
  padding: 26.5px 0;
  z-index: 1;
}

.main-menu-three__menu-box-and-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}

.main-menu-three__menu-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}

.main-menu-three__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-three__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: var(--wiresamyak-black);
}

.main-menu-three__search:hover {
  color: var(--wiresamyak-base);
}

.main-menu-three__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: var(--wiresamyak-black);
}

.main-menu-three__cart:hover {
  color: var(--wiresamyak-base);
}

.main-menu-three__btn-box {
  position: relative;
  display: block;
  padding: 23px 0;
}

.main-menu-three__btn {
  padding: 12px 24px 12px;
}

.main-menu-three .main-menu__list>li+li,
.stricky-header.main-menu-three .main-menu__list>li+li {
  margin-left: 30px;
}

.main-menu-three .main-menu__list>li,
.stricky-header.main-menu-three .main-menu__list>li {
  padding-top: 35px;
  padding-bottom: 35px;
}


/*--------------------------------------------------------------
# Navigations Four
--------------------------------------------------------------*/
.main-header-four {
  background: transparent;
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-four__top {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-black);
}

.main-menu-four__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 11px 200px 11px;
}

.main-menu-four__top-left {
  position: relative;
  display: block;
}

.main-menu-four__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-four__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-four__contact-list li+li {
  margin-left: 30px;
}

.main-menu-four__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-four__contact-list li .icon i {
  font-size: 13px;
  color: var(--wiresamyak-white);
}

.main-menu-four__contact-list li .text {
  margin-left: 10px;
}

.main-menu-four__contact-list li .text p {
  font-size: 16px;
  color: var(--wiresamyak-white);
  opacity: .80;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-four__contact-list li:hover .text p {
  color: var(--wiresamyak-white);
  opacity: 1;
}

.main-menu-four__contact-list li .text p a {
  color: var(--wiresamyak-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-four__contact-list li:hover .text p a {
  color: var(--wiresamyak-white);
}

.main-menu-four__top-right {
  position: relative;
  display: block;
}

.main-menu-four__social-box {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-four__social-box-inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.main-menu-four__social-box-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(var(--wiresamyak-white-rgb), .80);
}

.main-menu-four__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-four__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--wiresamyak-white);
  opacity: .70;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu-four__social a:hover {
  opacity: 1;
}

.main-menu-four__social a+a {
  margin-left: 20px;
}

.main-menu-four__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-four__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 200px 0;
  z-index: 1;
}

.main-menu-four__logo {
  position: relative;
  display: block;
  padding: 26.5px 0;
  z-index: 1;
}

.main-menu-four__menu-box-and-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}

.main-menu-four__menu-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}

.main-menu-four__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-four__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.main-menu-four__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: var(--wiresamyak-black);
}

.main-menu-four__search:hover {
  color: var(--wiresamyak-base);
}

.main-menu-four__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: var(--wiresamyak-black);
}

.main-menu-four__cart:hover {
  color: var(--wiresamyak-base);
}

.main-menu-four__btn-and-nav-sidebar-icon {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 25px 0;
}

.main-menu-four__btn-box {
  position: relative;
  display: block;
}

.main-menu-four__btn {
  padding: 14px 24px 14px;
}

.main-menu-four__nav-sidebar-icon {
  position: relative;
  display: block;
}

.main-menu-four__nav-sidebar-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 35px;
  color: var(--wiresamyak-black);
}

.main-menu-four__nav-sidebar-icon .navSidebar-button:hover {
  color: var(--wiresamyak-base);
}

.stricky-header.main-menu-four {
  background-color: var(--wiresamyak-white);
}

.main-menu-four .main-menu__list>li+li,
.stricky-header.main-menu-four .main-menu__list>li+li {
  margin-left: 30px;
}

.main-menu-four .main-menu__list>li,
.stricky-header.main-menu-four .main-menu__list>li {
  padding-top: 35px;
  padding-bottom: 35px;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.td-search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
  width: 40%;
  z-index: 9999;
}

.td-search-popup .search-form {
  width: 35%;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}

.td-search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 54px;
  padding: 0 75px 0 25px;
  background: #f7f9fb;
}

.td-search-popup .search-form .form-group .form-control:hover,
.td-search-popup .search-form .form-group .form-control:focus,
.td-search-popup .search-form .form-group .form-control:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.td-search-popup .search-form .submit-btn {
  position: absolute;
  right: -1px;
  top: 0;
  width: 60px;
  height: 54px;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  text-align: center;
  cursor: pointer;
  background: var(--wiresamyak-base);
}

.td-search-popup .search-form .submit-btn:hover,
.td-search-popup .search-form .submit-btn:focus,
.td-search-popup .search-form .submit-btn:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: var(--wiresamyak-black);
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.95);
  z-index: 999;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
  visibility: visible;
  opacity: 0.97;
}


/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-primary);
  z-index: 91;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: var(--wiresamyak-primary);
}

.main-slider__shape-1 {
  position: absolute;
  width: 244px;
  height: 244px;
  left: 464px;
  top: 63px;
  background: #ACB5E6;
  opacity: 0.7;
  filter: blur(250px);
  border-radius: 50%;
  z-index: 2;
}

.main-slider__shape-2 {
  position: absolute;
  width: 244px;
  height: 244px;
  left: -91px;
  top: 72px;
  background: #8121FB;
  opacity: 0.7;
  filter: blur(250px);
  border-radius: 50%;
  z-index: 2;
}

.main-slider__shape-3 {
  position: absolute;
  width: 244px;
  height: 244px;
  right: 595px;
  bottom: 116px;
  background: #FAB123;
  opacity: 0.7;
  filter: blur(250px);
  border-radius: 50%;
  z-index: 2;
}

.main-slider__shape-4 {
  position: absolute;
  width: 244px;
  height: 244px;
  right: 690px;
  top: 280px;
  background: #8121FB;
  opacity: 0.7;
  filter: blur(250px);
  border-radius: 50%;
  z-index: 2;
}

.main-slider__shape-5 {
  position: absolute;
  top: 124px;
  left: 126px;
}

.main-slider__shape-5 img {
  width: auto;
}

.main-slider__shape-6 {
  position: absolute;
  bottom: -30px;
  left: 0px;
  mix-blend-mode: luminosity;
}

.main-slider__shape-6 img {
  width: auto;
}

.main-slider__shape-7 {
  position: absolute;
  top: 0px;
  left: 890px;
  mix-blend-mode: luminosity;
}

.main-slider__shape-7 img {
  width: auto;
}

.main-slider__shape-8 {
  position: absolute;
  bottom: 207px;
  left: 570px;

  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

.main-slider__shape-8 img {
  width: auto;
  opacity: .30;
}

.main-slider__shape-9 {
  position: absolute;
  bottom: 200px;
  left: 860px;

  animation-name: zoomInOut;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

  -o-animation-name: zoomInOut;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

.main-slider__shape-9 img {
  width: auto;
  opacity: .30;
}

.main-slider__shape-10 {
  position: absolute;
  bottom: 190px;
  left: 900px;

  animation-name: zoomInOut;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

  -o-animation-name: zoomInOut;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

.main-slider__shape-10 img {
  width: auto;
  opacity: .30;
}

.main-slider__img {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateX(300px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 2;
}

.main-slider .swiper-slide-active .main-slider__img {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.main-slider__img img {
  width: auto;
}

.main-slider .container {
  position: relative;
  padding-top: 195px;
  padding-bottom: 200px;
  z-index: 30;
}

.main-slider__content {
  position: relative;
  display: block;
  text-align: left;
  margin-left: -125px;
  z-index: 15;
}

.main-slider__sub-title-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateX(0deg) translateY(-120px);
  transform: perspective(400px) rotateX(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider__sub-title-shape {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 13px;
  border: 1px solid var(--wiresamyak-base);
  border-radius: 6px;
}

.main-slider__sub-title-shape::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: var(--wiresamyak-base);
  border-radius: 4px;
}

.main-slider__sub-title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: var(--wiresamyak-base);
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.1em;
  font-family: var(--wiresamyak-font-two);
}

.main-slider .swiper-slide-active .main-slider__sub-title-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.main-slider__title {
  position: relative;
  font-size: 80px;
  color: var(--wiresamyak-black);
  font-weight: 700;
  line-height: 90px;
  margin-top: 18px;
  margin-bottom: 14px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider__title span {
  color: var(--wiresamyak-base);
}

.main-slider .swiper-slide-active .main-slider__title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
}

.main-slider__text {
  font-size: 18px;
  color: rgba(var(--wiresamyak-black-rgb), .80);
  font-weight: 500;
  line-height: 30px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(120px);
  transform: perspective(400px) rotateY(0deg) translateY(120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider .swiper-slide-active .main-slider__text {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.main-slider__btn-box {
  position: relative;
  display: block;
  margin-top: 40px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider__btn {
  padding: 12px 24px 12px;
}

.main-slider .swiper-slide-active .main-slider__btn-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}


.main-slider__rounded-text {
  position: absolute;
  bottom: 0px;
  right: 340px;
  opacity: 0;
  transform: translateY(300px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 2;
}

.main-slider .swiper-slide-active .main-slider__rounded-text {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.main-slider__curved-circle-box {
  position: absolute;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: var(--wiresamyak-base);
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.main-slider__curved-circle-box .curved-circle-2 {
  left: 0;
  top: 0;
  right: -1px;
  bottom: 0;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  color: var(--wiresamyak-white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: var(--wiresamyak-font-two);
  letter-spacing: -0.10em;
}

.main-slider__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-slider__icon span {
  position: relative;
  font-size: 18px;
  color: var(--wiresamyak-white);
}

.main-slider__nav-box {
  position: absolute;
  bottom: 72px;
  left: 0;
  right: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 0;
  padding: 0 15px;
}

.main-slider__nav-inner {
  position: relative;
  display: block;
  margin-left: -102px;
}

.main-slider__nav {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  max-width: 590px;
  width: 100%;
  height: 0;
  line-height: 0;
}

.main-slider__nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 84px;
  right: 84px;
  height: 1px;
  background-color: var(--wiresamyak-base);
}

.main-slider__nav .swiper-button-next span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: rgba(var(--wiresamyak-black-rgb), .90);
  text-transform: uppercase;
  transition: all 500ms ease;
}

.main-slider__nav .swiper-button-next:hover span {
  color: rgba(var(--wiresamyak-base-rgb), 1);
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: rgba(var(--wiresamyak-black-rgb), 1);
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider__nav .swiper-button-next i,
.main-slider__nav .swiper-button-prev i {
  position: relative;
  display: block;
}

.main-slider__nav .swiper-button-next span,
.main-slider__nav .swiper-button-prev span {
  position: relative;
  display: block;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: rgba(var(--wiresamyak-base-rgb), 1);
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

.banner-slider-two .swiper-pagination,
.banner-slider-one .swiper-pagination {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  position: absolute;
  left: 65px;
  top: 42%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0 auto !important;
  height: 0;
  line-height: 0;
  z-index: 100;
}

.banner-slider-two .swiper-pagination:before,
.banner-slider-one .swiper-pagination:before {
  content: "";
  position: absolute;
  top: -71px;
  left: 4px;
  height: 63px;
  width: 2px;
  background: rgb(19, 76, 179);
  background: linear-gradient(0deg, rgba(19, 76, 179, 1) 18%, rgba(19, 76, 179, 0) 87%);
}

.banner-slider-two .swiper-pagination:after,
.banner-slider-one .swiper-pagination:after {
  content: "";
  position: absolute;
  bottom: -175px;
  left: 4px;
  height: 63px;
  width: 2px;
  background: rgb(19, 76, 179);
  background: linear-gradient(180deg, rgba(19, 76, 179, 1) 18%, rgba(19, 76, 179, 0) 87%);
}

.banner-slider-two .swiper-pagination .swiper-pagination-bullet,
.banner-slider-one .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px 0;
  margin: 12.5px 0px;
  background: rgba(var(--wiresamyak-base-rgb), 1);
  opacity: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.banner-slider-two .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.banner-slider-one .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(var(--wiresamyak-base-rgb), 1);
  opacity: 1;
}

.banner-slider-two .swiper-pagination .swiper-pagination-bullet::before,
.banner-slider-one .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  border: 1px solid var(--wiresamyak-base);
  border-radius: 50%;
  transform: scale(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

.banner-slider-two .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.banner-slider-one .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.banner-slider-two .swiper-pagination .swiper-pagination-bullet:hover,
.banner-slider-one .swiper-pagination .swiper-pagination-bullet:hover {
  transform: scale(1.0);
}


/*--------------------------------------------------------------
# Banner One
--------------------------------------------------------------*/
.banner-one {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-base);
  border-radius: 50px;
  padding: 185px 0 370px;
  overflow: hidden;
  z-index: 1;
}

.banner-one__shape-1 {
  position: absolute;
  top: 75px;
  left: 0;
}

.banner-one__shape-1 img {
  width: auto;
}

.banner-one__shape-2 {
  position: absolute;
  bottom: 175px;
  left: 665px;
}

.banner-one__shape-2 img {
  width: auto;
}

.banner-one__shape-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.banner-one__shape-3 img {
  width: auto;
}

.banner-one__shape-4 {
  position: absolute;
  top: 100px;
  right: 385px;
  opacity: .10;
  z-index: -1;
}

.banner-one__shape-4 img {
  width: auto;
}

.banner-one__shape-6 {
  position: absolute;
  width: 734px;
  height: 734px;
  right: 255px;
  top: 27px;
  background: #D9D9D9;
  opacity: 0.3;
  filter: blur(175px);
  border-radius: 50%;
}

.banner-one__inner {
  position: relative;
  display: block;
  margin-left: -125px;
  z-index: 5;
}

.banner-one__content {
  position: relative;
  display: block;
}

.banner-one__sub-title-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 19px;
}

.banner-one__sub-title-shape {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 13px;
  border: 1px solid var(--wiresamyak-white);
  border-radius: 6px;
}

.banner-one__sub-title-shape::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: var(--wiresamyak-white);
  border-radius: 4px;
}

.banner-one__sub-title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: var(--wiresamyak-white);
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.1em;
  font-family: var(--wiresamyak-font-two);
}

.banner-one__title {
  position: relative;
  font-size: 80px;
  color: var(--wiresamyak-white);
  font-weight: 700;
  line-height: 90px;
}

.banner-one__btn-and-satisfied-patient {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 52px;
}

.banner-one__btn-box {
  position: relative;
  display: block;
}

.banner-one__btn {
  border: 1px solid var(--wiresamyak-white);
  padding: 15px 24px 15px;
}

.banner-one__btn:hover {
  border: 1px solid var(--wiresamyak-black);
}

.banner-one__satisfied-patient {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.banner-one__satisfied-patient-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.banner-one__satisfied-patient-list li {
  position: relative;
  display: block;
}

.banner-one__satisfied-patient-list li+li {
  margin-left: -13px;
}

.banner-one__satisfied-patient-img {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.banner-one__satisfied-patient-img img {
  width: 100%;
  border: 2px solid var(--wiresamyak-white);
  border-radius: 50%;
}

.banner-one__satisfied-patient-content {
  position: relative;
  display: block;
}

.banner-one__satisfied-patient-star {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.banner-one__satisfied-patient-star span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #FFBE11;
}

.banner-one__satisfied-patient-title {
  font-size: 18px;
  color: var(--wiresamyak-white);
  font-weight: 600;
  font-family: var(--wiresamyak-font-two);
  text-transform: capitalize;
  margin-top: 6px;
  line-height: 28px;
}

.banner-one__img-box {
  position: absolute;
  top: -170px;
  right: -30px;
  z-index: 2;
}

.banner-one__img {
  position: relative;
  display: block;
}

.banner-one__img>img {
  width: auto;
}

.banner-one__img-shape-1 {
  position: absolute;
  top: 91px;
  left: 303px;
}

.banner-one__img-shape-1 img {
  width: auto;
}

.banner-one__img-shape-2 {
  position: absolute;
  bottom: 14px;
  right: 245px;
}

.banner-one__img-shape-2 img {
  width: auto;
}

.banner-one__pain-point-1 {
  position: absolute;
  width: 125px;
  height: 45px;
  top: 89px;
  left: 276px;
  z-index: 2;
}

.banner-one__pain-markar {
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: rgba(255, 30, 0, .50);
  z-index: 5;
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.banner-one__pain-markar:before {
  position: absolute;
  top: 6px;
  bottom: 6px;
  right: 6px;
  left: 6px;
  background-color: #FF1E00;
  content: "";
  border-radius: 50%;
}

.banner-one__pain-markar:after {
  content: "\e92d";
  font-family: 'icomoon' !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 9px;
  color: var(--wiresamyak-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-one__popup-box {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  opacity: 0;
  transform: perspective(400px) rotateX(90deg) translateY(10px);
  transform-origin: bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}

.banner-one__pain-point-1:hover .banner-one__popup-box {
  opacity: 1.0;
  transform: perspective(400px) rotateX(0deg) translateY(0);
  transition-delay: .3s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}

.banner-one__popup {
  position: relative;
  display: block;
  max-width: 125px;
  width: 100%;
  background-color: var(--wiresamyak-white);
  padding: 14px 15px 14px;
  border-radius: 3px;
}

.banner-one__popup:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  border-top: 16px solid var(--wiresamyak-white);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  transform: translateX(-50%);
}

.banner-one__popup-inner {
  position: relative;
  display: block;
}

.banner-one__popup-title {
  font-size: 15px;
  font-weight: 400;
  color: var(--wiresamyak-base);
  line-height: 15px;
}

.banner-one__pain-point-2 {
  left: auto;
  right: 25%;
  top: 48%;
}

.banner-one__pain-point-3 {
  left: 30.5%;
  top: auto;
  bottom: 34%;
}

.banner-one__pain-point-4 {
  left: auto;
  top: auto;
  bottom: 18%;
  right: 25.4%;
}

.banner-one__pain-markar .ripple,
.banner-one__pain-markar .ripple:before,
.banner-one__pain-markar .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(255, 30, 0, .5);
  -o-box-shadow: 0 0 0 0 rgba(255, 30, 0, .5);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 30, 0, .5);
  box-shadow: 0 0 0 0 rgba(255, 30, 0, .5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.banner-one__pain-markar .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.banner-one__pain-markar .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}


/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/

.main-slider-two {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-primary);
  z-index: 91;
}

.main-slider-two .swiper-slide {
  position: relative;
  background-color: var(--wiresamyak-primary);
}

.main-slider-two__shape-1 {
  position: absolute;
  width: 244px;
  height: 244px;
  left: 27px;
  top: 283px;
  background: #FAB123;
  opacity: 0.7;
  filter: blur(250px);
  border-radius: 50%;
  z-index: 2;
}

.main-slider-two__shape-2 {
  position: absolute;
  width: 244px;
  height: 244px;
  left: -71px;
  top: 120px;
  background: #8121FB;
  opacity: 0.7;
  filter: blur(250px);
  border-radius: 50%;
  z-index: 2;
}

.main-slider-two__shape-3 {
  position: absolute;
  width: 244px;
  height: 244px;
  right: 540px;
  bottom: 110px;
  background: #FAB123;
  opacity: 0.7;
  filter: blur(250px);
  border-radius: 50%;
  z-index: 2;
}

.main-slider-two__shape-4 {
  position: absolute;
  width: 244px;
  height: 244px;
  right: 636px;
  bottom: 275px;
  background: #8121FB;
  opacity: 0.7;
  filter: blur(250px);
  border-radius: 50%;
  z-index: 2;
}

.main-slider-two__shape-5 {
  position: absolute;
  top: 45px;
  left: 0px;
  z-index: 2;
}

.main-slider-two__shape-5 img {
  width: auto;
}

.main-slider-two__shape-6 {
  position: absolute;
  bottom: -30px;
  left: 0px;
  mix-blend-mode: luminosity;
}

.main-slider-two__shape-6 img {
  width: auto;
}

.main-slider-two__shape-7 {
  position: absolute;
  top: 0px;
  left: 965px;
  mix-blend-mode: luminosity;
}

.main-slider-two__shape-7 img {
  width: auto;
}

.main-slider-two__shape-8 {
  position: absolute;
  right: 595px;
  bottom: -47px;
  z-index: 2;
}

.main-slider-two__img {
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 383px;
  border-bottom-left-radius: 383px;
  opacity: 0;
  transform: translateX(300px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 2;
}

.main-slider-two .swiper-slide-active .main-slider-two__img {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.main-slider-two__img img {
  width: auto;
  border-top-left-radius: 383px;
  border-bottom-left-radius: 383px;
}

.main-slider-two .container {
  position: relative;
  padding-top: 165px;
  padding-bottom: 280px;
  z-index: 30;
}

.main-slider-two__content {
  position: relative;
  display: block;
  text-align: left;
  margin-left: -125px;
  z-index: 15;
}

.main-slider-two__sub-title-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateX(0deg) translateY(-120px);
  transform: perspective(400px) rotateX(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider-two__sub-title-shape {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 13px;
  border: 1px solid var(--wiresamyak-base);
  border-radius: 6px;
}

.main-slider-two__sub-title-shape::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: var(--wiresamyak-base);
  border-radius: 4px;
}

.main-slider-two__sub-title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: var(--wiresamyak-base);
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.1em;
  font-family: var(--wiresamyak-font-two);
}

.main-slider-two .swiper-slide-active .main-slider-two__sub-title-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.main-slider-two__title {
  position: relative;
  font-size: 80px;
  color: var(--wiresamyak-black);
  font-weight: 700;
  line-height: 90px;
  margin-top: 17px;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider-two .swiper-slide-active .main-slider-two__title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
}

.main-slider-two__btn-and-active-therapist {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: 2;
}

.main-slider-two .swiper-slide-active .main-slider-two__btn-and-active-therapist {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.main-slider-two__btn-box {
  position: relative;
  display: block;
}

.main-slider-two__btn {
  padding: 16px 24px 16px;
}

.main-slider-two__active-therapist {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.main-slider-two__active-therapist-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-slider-two__active-therapist-list li+li {
  margin-left: -12px;
}

.main-slider-two__active-therapist-list li:last-child {
  margin-left: 6px;
}

.main-slider-two__active-therapist-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  border: 2px dashed var(--wiresamyak-base);
}

.main-slider-two__active-therapist-more span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--wiresamyak-base);
}

.main-slider-two__active-therapist-img {
  position: relative;
  display: block;
  height: 42px;
  width: 42px;
  border-radius: 50%;
}

.main-slider-two__active-therapist-img img {
  width: 100%;
  border-radius: 50%;
  border: 2px solid var(--wiresamyak-white);
}

.main-slider-two__active-therapist-content {
  position: relative;
  display: block;
}

.main-slider-two__active-therapist-content p {
  font-size: 14px;
  font-weight: 500;
  color: var(--wiresamyak-black);
}

.main-slider-two__active-therapist-content p span {
  color: var(--wiresamyak-base);
}

.main-slider-two__icon-box {
  position: absolute;
  bottom: 40px;
  left: 917px;
  height: 124px;
  width: 124px;
  border: 1px dashed var(--wiresamyak-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.main-slider-two__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;
  width: 92px;
  border-radius: 50%;
  background-color: var(--wiresamyak-white);
  cursor: pointer;
  z-index: 2;
}

.main-slider-two__nav-box {
  position: absolute;
  bottom: 96px;
  left: 0;
  right: 0;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto 0;
  z-index: 100;
}

.main-slider-two__nav {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  max-width: 590px;
  width: 100%;
  height: 0;
  line-height: 0;
  margin-left: -102px;
}

.main-slider-two__nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 84px;
  right: 84px;
  height: 1px;
  background-color: var(--wiresamyak-base);
}

.main-slider-two__nav .swiper-button-next span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: rgba(var(--wiresamyak-black-rgb), .90);
  text-transform: uppercase;
  transition: all 500ms ease;
}

.main-slider-two__nav .swiper-button-next:hover span {
  color: rgba(var(--wiresamyak-base-rgb), 1);
}

.main-slider-two__nav .swiper-button-next,
.main-slider-two__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: rgba(var(--wiresamyak-black-rgb), 1);
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider-two__nav .swiper-button-next:hover,
.main-slider-two__nav .swiper-button-prev:hover {
  color: rgba(var(--wiresamyak-base-rgb), 1);
}

.main-slider-two__nav .swiper-button-next::after,
.main-slider-two__nav .swiper-button-prev::after {
  display: none;
}

.main-slider-two #main-slider-pagination {
  top: 43%;
}


/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-primary);
  z-index: 91;
}

.main-slider-three .swiper-slide {
  position: relative;
  background-color: var(--wiresamyak-primary);
}

.main-slider-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 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 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: -1;
}

.main-slider-three .swiper-slide-active .main-slider-three__bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-slider-three__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .30;
  z-index: 2;
}

.main-slider-three__shape-1 img {
  width: auto;
}

.main-slider-three__shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.main-slider-three__shape-2 img {
  width: auto;
}

.main-slider-three .container {
  position: relative;
  padding-top: 245px;
  padding-bottom: 330px;
  z-index: 30;
}

.main-slider-three__content {
  position: relative;
  display: block;
  text-align: left;
  margin-left: -125px;
  z-index: 15;
}

.main-slider-three__sub-title-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateX(0deg) translateY(-120px);
  transform: perspective(400px) rotateX(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider-three__sub-title-shape {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 13px;
  border: 1px solid var(--wiresamyak-base);
  border-radius: 6px;
}

.main-slider-three__sub-title-shape::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: transparent;
  border: 1px solid var(--wiresamyak-base);
  border-radius: 4px;
}

.main-slider-three__sub-title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: var(--wiresamyak-base);
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.1em;
  font-family: var(--wiresamyak-font-two);
}

.main-slider-three .swiper-slide-active .main-slider-three__sub-title-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.main-slider-three__title {
  position: relative;
  font-size: 80px;
  color: var(--wiresamyak-black);
  font-weight: 700;
  line-height: 90px;
  margin-top: 17px;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider-three .swiper-slide-active .main-slider-three__title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
}

.main-slider-three__btn-and-video {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(120px);
  transform: perspective(400px) rotateY(0deg) translateY(120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  column-gap: 50px;
}

.main-slider-three .swiper-slide-active .main-slider-three__btn-and-video {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.main-slider-three__btn-box {
  position: relative;
  display: block;
}

.main-slider-three__btn {
  padding: 16px 24px 16px;
}

.main-slider-three__video-link {
  position: relative;
  display: flex;
  align-items: center;
}

.main-slider-three__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 15px;
  color: var(--wiresamyak-white);
  background-color: var(--wiresamyak-base);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.main-slider-three__video-icon:hover {
  background-color: var(--wiresamyak-white);
  color: var(--wiresamyak-base);
}

.main-slider-three__video-icon:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid var(--wiresamyak-base);
  border-radius: 50%;
  z-index: -1;
}

.main-slider-three__video-link .ripple,
.main-slider-three__video-icon .ripple:before,
.main-slider-three__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--wiresamyak-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--wiresamyak-base-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--wiresamyak-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--wiresamyak-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.main-slider-three__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider-three__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider-three__video-text {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--wiresamyak-black);
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-left: 27px;
}

.main-slider-three #main-slider-pagination {
  top: 40%;
}


/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.services-one__shape-2 {
  position: absolute;
  top: 250px;
  left: 145px;
  z-index: -1;
}

.services-one__shape-2 img {
  width: auto;
}

.services-one__shape-3 {
  position: absolute;
  top: 375px;
  left: 120px;
  z-index: -1;
}

.services-one__shape-3 img {
  width: auto;
}

.services-one__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.services-one__top .section-title {
  margin-bottom: 0;
}

.services-carousel-nav {
  gap: 40px;
  display: flex;
  position: relative;
  align-items: center;
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.services-carousel-nav .swiper-button-prev,
.services-carousel-nav .swiper-button-next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  color: var(--wiresamyak-base);
  border: 1px solid rgba(var(--wiresamyak-base-rgb), 1);
  font-size: 18px;
  margin: 0px 0px;
  text-align: center;
  transition: all 500ms ease;
  z-index: 100;
}

.services-carousel-nav .swiper-button-prev:hover,
.services-carousel-nav .swiper-button-next:hover {
  color: var(--wiresamyak-white);
  border: 1px solid rgba(var(--wiresamyak-base-rgb), 1);
  background-color: var(--wiresamyak-base);
}

.services-one__bottom {
  position: relative;
  display: block;
  margin-right: -375px;
}

.services-one__carousel {
  position: relative;
  display: block;
}

.services-one__single {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #E3E3E3;
  background-color: var(--wiresamyak-white);
  border-radius: 8px;
  padding: 23px;
  overflow: hidden;
  z-index: 1;
}

.services-one__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background-color: var(--wiresamyak-base);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.services-one__single:hover::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.services-one__shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.services-one__shape-1 img {
  width: auto;
  opacity: .40;
}

.services-one__img-box {
  position: relative;
  display: block;
  max-width: 227px;
  width: 100%;
}

.services-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.services-one__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--wiresamyak-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.services-one__single:hover .services-one__img::before {
  opacity: .30;
}

.services-one__img img {
  width: 100%;
  border-radius: 4px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.services-one__single:hover .services-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.services-one__content {
  position: relative;
  display: block;
  margin-left: 30px;
}

.services-one__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.services-one__title a {
  color: var(--wiresamyak-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__title a {
  color: var(--wiresamyak-white);
}

.services-one__text {
  margin-top: 12px;
  margin-bottom: 32px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__text {
  color: var(--wiresamyak-white);
}

.services-one__btn-box {
  position: relative;
  display: block;
}

.services-one__btn {
  background-color: transparent;
  border: 1px solid var(--wiresamyak-base);
  color: var(--wiresamyak-base);
}

.services-one__single:hover .services-one__btn {
  color: var(--wiresamyak-white);
  border: 1px solid var(--wiresamyak-white);
}

.services-one__btn span:after {
  background-color: var(--wiresamyak-base);
}

.services-one__single:hover .services-one__btn span::after {
  background-color: var(--wiresamyak-white);
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background-color: var(--wiresamyak-primary);
  z-index: 1;
}

.about-one__shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.about-one__shape-2 img {
  width: auto;
  opacity: .40;
}

.about-one__shape-3 {
  position: absolute;
  top: 210px;
  right: 0;
  z-index: -1;
}

.about-one__shape-3 img {
  width: auto;
}

.about-one__shape-4 {
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 1;
}

.about-one__shape-4 img {
  width: auto;
}

.about-one__shape-5 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.about-one__left {
  position: relative;
  display: block;
  margin-right: 140px;
}

.about-one__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.about-one__img {
  position: relative;
  display: block;
  z-index: 1;
}

.about-one__img img {
  width: 100%;
  border-radius: 8px;
}

.about-one__img-2 {
  position: absolute;
  bottom: 38px;
  right: -138px;
  z-index: 1;
}

.about-one__img-2 img {
  width: auto;
  border-radius: 8px;
  z-index: 2;
}

.about-one__img-2::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  z-index: -1;
}

.about-one__video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.about-one__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 17px;
  color: var(--wiresamyak-base);
  background-color: var(--wiresamyak-white);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.about-one__video-icon:hover {
  background-color: var(--wiresamyak-base);
  color: var(--wiresamyak-white);
}

.about-one__video-icon::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid var(--wiresamyak-white);
  border-radius: 50%;
}

.about-one__video-icon::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid var(--wiresamyak-white);
  border-radius: 50%;
}

.about-one__video-link .ripple,
.about-one__video-icon .ripple:before,
.about-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--wiresamyak-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--wiresamyak-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--wiresamyak-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--wiresamyak-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.about-one__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.about-one__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.about-one__shape-1 {
  position: absolute;
  top: 33px;
  right: -112px;
  animation: fa-spin 5s ease infinite;
  z-index: -1;
}

.about-one__shape-1 img {
  width: auto;
}

.about-one__right {
  position: relative;
  display: block;
  margin-left: 39px;
  margin-top: 20px;
}

.about-one__right .section-title {
  margin-bottom: 20px;
}

.about-one__points-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 26px;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 23px;
  margin-bottom: 33px;
}

.about-one__points {
  position: relative;
  display: block;
}

.about-one__points-2 {
  margin-left: 54px;
}

.about-one__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__points li+li {
  margin-top: 8px;
}

.about-one__points li .icon {
  position: relative;
  display: inline-block;
}

.about-one__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--wiresamyak-base);
}

.about-one__points li p {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--wiresamyak-font-two);
  color: var(--wiresamyak-black);
  margin-left: 10px;
}

.about-one__client-and-call-box {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__client-box {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__client-img {
  position: relative;
  display: block;
  max-width: 50px;
  width: 100%;
}

.about-one__client-img img {
  border-radius: 50%;
}

.about-one__client-content {
  position: relative;
  display: block;
  margin-left: 12px;
}

.about-one__client-content>h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.about-one__client-content>p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 1px;
}

.about-one__call-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 35px;
}

.about-one__call-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--wiresamyak-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
}

.about-one__call-box:hover>.icon {
  background-color: var(--wiresamyak-black);
}

.about-one__call-box .icon::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid var(--wiresamyak-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
}

.about-one__call-box:hover>.icon::before {
  border: 1px solid var(--wiresamyak-black);
}

.about-one__call-box .icon>span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: var(--wiresamyak-white);
}

.about-one__call-box .content {
  position: relative;
  display: block;
  margin-left: 17px;
}

.about-one__call-box .content>p {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  font-family: var(--wiresamyak-font-two);
  color: rgba(var(--wiresamyak-black-rgb), .80);
}

.about-one__call-box .content>h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 1px;
}

.about-one__call-box .content>h3>a {
  color: var(--wiresamyak-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__call-box .content>h3>a:hover {
  color: var(--wiresamyak-base);
}

/*--------------------------------------------------------------
# Our Offering
--------------------------------------------------------------*/
.our-offering {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.our-offering__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc((100% - -240px) / 2);
  background-color: var(--wiresamyak-base);
  z-index: -1;
  clip-path: polygon(100% 0%, 93% 51%, 100% 100%, 0 100%, 0% 50%, 0 0);
}

.our-offering__bg-box-2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc((100% - -302px) / 2);
  background-color: rgba(var(--wiresamyak-base-rgb), .30);
  clip-path: polygon(100% 0%, 93% 51%, 100% 100%, 0 100%, 0% 50%, 0 0);
  z-index: -1;
}

.our-offering__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: leftRight 4s ease-in-out infinite;
}

.our-offering__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc((100% - 80px) / 2);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: -1;
}

.our-offering__left {
  position: relative;
  display: block;
}

.our-offering__left .section-title {
  margin-bottom: 20px;
}

.our-offering__left .section-title__tagline-shape-1 {
  border: 1px solid var(--wiresamyak-white);
}

.our-offering__left .section-title__tagline-shape-1::before {
  background-color: var(--wiresamyak-white);
}

.our-offering__left .section-title__tagline {
  color: var(--wiresamyak-white);
}

.our-offering__left .section-title__title {
  color: var(--wiresamyak-white);
}

.our-offering__text {
  color: var(--wiresamyak-white);
  font-size: 18px;
  line-height: 30px;
}

.our-offering__timer-box {
  position: relative;
  display: block;
  margin-top: 31px;
  margin-bottom: 50px;
}

.timer-box {
  position: relative;
  display: block;
}

.countdown.time-countdown {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

.countdown-timer .default-coundown .box {
  position: relative;
  display: block;
}

.countdown-timer li {
  position: relative;
  display: inline-block;
  float: none;
  padding: 0;
  text-align: center;
}

.countdown-timer li span.days,
.countdown-timer li span.hours,
.countdown-timer li span.minutes,
.countdown-timer li span.seconds {
  position: relative;
  display: block;
  width: 85px;
  height: 95px;
  color: var(--wiresamyak-white);
  font-size: 33px;
  line-height: 71px;
  text-align: center;
  border-radius: 8px;
  background-color: rgba(var(--wiresamyak-white-rgb), .20);
  font-weight: 700;
  font-family: var(--wiresamyak-font-two);
}

.countdown-timer li span.days::before,
.countdown-timer li span.hours::before,
.countdown-timer li span.minutes::before,
.countdown-timer li span.seconds::before {
  content: "";
  position: absolute;
  bottom: 33px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(230, 247, 252, .20);
}

.countdown-timer li span.timeRef {
  position: absolute;
  bottom: 4px;
  left: 50%;
  color: var(--wiresamyak-white);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  text-align: center;
  transform: translateX(-50%);
  font-family: var(--wiresamyak-font-two);
}

.our-offering__btn-box {
  position: relative;
  display: block;
}

.our-offering__btn {
  border: 1px solid var(--wiresamyak-white);
  padding: 14px 24px 14px;
}

.our-offering__btn:hover {
  border: 1px solid var(--wiresamyak-black);
}

.our-offering__video-link {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  z-index: 2;
}

.our-offering__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  color: var(--wiresamyak-base);
  background-color: var(--wiresamyak-white);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.our-offering__video-icon:hover {
  background-color: var(--wiresamyak-base);
  color: var(--wiresamyak-white);
}

.our-offering__video-icon::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  border: 1px solid var(--wiresamyak-white);
  border-radius: 50%;
  z-index: -1;
}

.our-offering__video-icon::after {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: 1px solid var(--wiresamyak-white);
  border-radius: 50%;
  z-index: -1;
}

.our-offering__video-link .ripple,
.our-offering__video-icon .ripple:before,
.our-offering__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--wiresamyak-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--wiresamyak-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--wiresamyak-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--wiresamyak-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.our-offering__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.our-offering__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}


/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background-color: var(--wiresamyak-white);
  z-index: 1;
}

.team-one__shape-1 {
  position: absolute;
  top: 167px;
  left: 115px;
  z-index: -1;
}

.team-one__shape-1 img {
  width: auto;
}

.team-one__shape-2 {
  position: absolute;
  bottom: 266px;
  left: 0;
  z-index: -1;
}

.team-one__shape-2 img {
  width: auto;
  opacity: .15;
}

.team-one__shape-3 {
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.team-one__shape-3 img {
  width: auto;
  opacity: .40;
}

.team-one__shape-4 {
  position: absolute;
  top: 425px;
  right: 130px;
  z-index: -1;
}

.team-one__shape-4 img {
  width: auto;
}

.team-one__shape-5 {
  position: absolute;
  bottom: 298px;
  right: 180px;
  z-index: -1;
}

.team-one__shape-5 img {
  width: auto;
}

.team-one__top {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 48px;
}

.team-one__left {
  position: relative;
  display: block;
}

.team-one__left .section-title {
  margin-bottom: 0;
}

.team-one__btn-box {
  position: relative;
  display: block;
  margin-top: 5px;
}

.team-one__btn {
  padding: 12px 24px 12px;
}

.team-one__single {
  position: relative;
  display: block;
  border: 1px solid #E3E3E3;
  background-color: var(--wiresamyak-white);
  border-radius: 8px;
  padding: 19px 19px 29px;
  margin-bottom: 30px;
}

.team-one__img-box {
  position: relative;
  display: block;
}

.team-one__img {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}

.team-one__img:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--wiresamyak-black);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.team-one__single:hover .team-one__img:before {
  opacity: .40;
}

.team-one__img img {
  width: 100%;
  border-radius: 8px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.team-one__single:hover .team-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.team-one__content {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 23px;
}

.team-one__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 1px;
}

.team-one__title a {
  color: var(--wiresamyak-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__title a:hover {
  color: var(--wiresamyak-base);
}

.team-one__social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #E3E3E3;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 22px;
  margin-top: 19px;
}

.team-one__social a+a {
  margin-left: 20px;
}

.team-one__social a {
  position: relative;
  font-size: 20px;
  color: #67687a;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__social a:hover {
  color: var(--wiresamyak-base);
}


/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  background-color: #F3F7FB;
  padding: 120px 0 120px;
  z-index: 1;
}

.testimonial-one__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc((100% - 600px) / 2);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -1;
}

.testimonial-one__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc((100% - -600px) / 2);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: -1;
}

.testimonial-one__shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.testimonial-one__shape-2 img {
  width: auto;
  opacity: .40;
}

.testimonial-one__left {
  position: relative;
  display: block;
}

.testimonial-one__form-inner {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-base);
  padding: 60px;
  border-radius: 8px;
}

.testimonial-one__form-inner .section-title__tagline {
  color: var(--wiresamyak-white);
}

.testimonial-one__form-inner .section-title__tagline-shape-1 {
  border: 1px solid var(--wiresamyak-white);
}

.testimonial-one__form-inner .section-title__tagline-shape-1::before {
  background-color: var(--wiresamyak-white);
}

.testimonial-one__form-inner .section-title__title {
  color: var(--wiresamyak-white);
  font-size: 30px;
  line-height: 40px;
  margin: 15px 0 0;
}

.testimonial-one__form-inner .section-title {
  margin-bottom: 18px;
}

.testimonial-one__form {
  position: relative;
  display: block;
  z-index: 2;
}

.testimonial-one__form .row {
  --bs-gutter-x: 20px;
}

.testimonial-one__form-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  color: var(--wiresamyak-white);
  margin-bottom: 31px;
}

.testimonial-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.testimonial-one__input-box-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: var(--wiresamyak-font);
  color: var(--wiresamyak-white);
  margin-bottom: 9px;
}

.testimonial-one__input-box input[type="text"],
.testimonial-one__input-box input[type="email"] {
  height: 56px;
  width: 100%;
  border: none;
  background-color: var(--wiresamyak-white);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 14px;
  color: var(--wiresamyak-gray);
  display: block;
  font-weight: 400;
  border-radius: 8px;
}

.testimonial-one__input-box-icon {
  position: absolute;
  right: 20px;
  bottom: 12px;
}

.testimonial-one__input-box-icon span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--wiresamyak-base);
}

.testimonial-one__input-box .select-box {
  width: 100%;
}

.testimonial-one__input-box .nice-select {
  height: 56px;
  width: 100%;
  border: none;
  background-color: var(--wiresamyak-white);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 14px;
  color: var(--wiresamyak-gray);
  display: block;
  font-weight: 400;
  border-radius: 8px;
  line-height: 56px;
  float: none;
}

.testimonial-one__input-box .nice-select:after {
  position: absolute;
  top: 21px;
  right: 20px;
  border-bottom: 4px solid var(--wiresamyak-base);
  border-right: 4px solid var(--wiresamyak-base);
  margin-top: 0px;
  z-index: 10;
  border-left: 4px solid transparent;
  border-top: 4px solid transparent;
}

.testimonial-one__input-box .nice-select .option {
  color: var(--wiresamyak-white);
}

.testimonial-one__input-box textarea {
  position: relative;
  height: 110px;
  width: 100%;
  border: none;
  background-color: var(--wiresamyak-white);
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 14px;
  color: var(--wiresamyak-gray);
  display: block;
  font-weight: 400;
  border-radius: 8px;
  margin-bottom: 0;
}

.testimonial-one__input-box.text-message-box {
  margin-bottom: 20px;
}

.testimonial-one__btn-box {
  position: relative;
  display: block;
}

.testimonial-one__btn {
  border: none;
  background-color: var(--wiresamyak-black);
}

.testimonial-one__btn:hover {
  color: var(--wiresamyak-black);
}

.testimonial-one__btn:hover span:after {
  background-color: var(--wiresamyak-black);
}

.testimonial-one__btn::before {
  background-color: var(--wiresamyak-white);
}

.testimonial-one__btn::after {
  background-color: var(--wiresamyak-white);
}

/* Date Picker Css Start */
#ui-datepicker-div.ui-widget-content {
  background: #fff none repeat scroll 0 0;
  border: 1px solid var(--wiresamyak-black);
  color: #252525;
  font-size: 14px;
  border-radius: 0px;
  width: 270px;
  padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: var(--wiresamyak-base) none repeat scroll 0 0;
  border: 2px solid var(--wiresamyak-base);
  border-radius: 0;
  color: var(--wiresamyak-white);
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}

.ui-datepicker td a {
  color: #000000 !important;
  text-align: center;
  background-image: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #333333 !important;
  background: #333333 !important;
  color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
  right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  background: #fff;
  border: none;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
}

.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
  background: var(--wiresamyak-base);
  color: #fff;
  border-color: var(--wiresamyak-base);
}

#ui-datepicker-div.ui-widget {
  font-family: var(--wiresamyak-font);
}

#ptTimeSelectCntr .ui-widget {
  font-family: var(--wiresamyak-font);
}

/* Date Picker Css End */
.testimonial-one__right {
  position: relative;
  display: block;
  margin-left: 30px;
}

.testimonial-one__right .section-title {
  margin-bottom: 20px;
}

.testimonial-one__text {
  font-family: var(--wiresamyak-font-two);
}

.testimonial-one__carrosel-box {
  position: relative;
  display: block;
  margin-top: 31px;
}

.testimonial-one__carrosel-box .swiper-container {
  margin-right: -375px;
}

.testimonial-one__single {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-white);
  padding: 40px 40px 32px;
  border-radius: 8px;
}

.testimonial-one__client-info {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__client-img {
  position: relative;
  display: block;
  max-width: 100px;
  width: 100%;
}

.testimonial-one__client-img img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-one__client-content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.testimonial-one__client-content>h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: -0.02em;
}

.testimonial-one__client-content>h3>a {
  color: var(--wiresamyak-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one__client-content>h3>a:hover {
  color: var(--wiresamyak-base);
}

.testimonial-one__ratting {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 3px;
}

.testimonial-one__ratting span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #FFA41B;
}

.testimonial-one__ratting span+span {
  margin-left: 5px;
}

.testimonial-one__ratting .icon-star-last {
  color: rgb(var(--wiresamyak-gray-rgb), .40);
}

.testimonial-one__single-text {
  margin-top: 22px;
}

.testimonial-one__quote-icon {
  position: absolute;
  top: 40px;
  right: 40px;
}

.testimonial-one__quote-icon img {
  width: auto;
}

.testimonial-one__nav {
  gap: 40px;
  display: flex;
  margin-top: 40px;
  position: relative;
  align-items: center;
  justify-content: center;
}

.testimonial-one__nav::before {
  content: "";
  position: absolute;
  width: 186px;
  height: 1px;
  background-color: rgba(var(--wiresamyak-base-rgb), .50);
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-one__nav::after {
  content: "";
  position: absolute;
  width: 186px;
  height: 1px;
  background-color: rgba(var(--wiresamyak-base-rgb), .50);
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-one__nav .swiper-button-prev,
.testimonial-one__nav .swiper-button-next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  color: var(--wiresamyak-base);
  border: 1px solid var(--wiresamyak-base);
  font-size: 18px;
  margin: 0px 0px;
  text-align: center;
  transition: all 500ms ease;
  z-index: 100;
}

.testimonial-one__nav .swiper-button-prev:hover,
.testimonial-one__nav .swiper-button-next:hover {
  color: var(--wiresamyak-white);
  background-color: var(--wiresamyak-base);
  border: 1px solid var(--wiresamyak-base);
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  padding: 120px 0 70px;
  z-index: 1;
}

.blog-one__shape-1 {
  position: absolute;
  top: 482px;
  left: 90px;
  z-index: -1;
}

.blog-one__shape-1 img {
  width: auto;
}

.blog-one__shape-2 {
  position: absolute;
  bottom: 185px;
  left: 138px;
  z-index: -1;
}

.blog-one__shape-2 img {
  width: auto;
}

.blog-one__shape-3 {
  position: absolute;
  top: 225px;
  right: 157px;
  z-index: -1;
}

.blog-one__shape-3 img {
  width: auto;
}

.blog-one__shape-4 {
  position: absolute;
  bottom: 138px;
  right: -30px;
  z-index: -1;
}

.blog-one__shape-4 img {
  width: auto;
}

.blog-one__top {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 48px;
}

.blog-one .section-title {
  margin-bottom: 0;
}

.blog-one__btn-box {
  position: relative;
  display: block;
}

.blog-one__btn {
  padding: 16px 24px 16px;
}

.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-one__img-box {
  position: relative;
  display: block;
}

.blog-one__img {
  position: relative;
  display: block;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.blog-one__img img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: 0.5s;
  background-size: cover;
}

.blog-one__img img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-one__img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.blog-one__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--wiresamyak-black-rgb), 0.5);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}

.blog-one__link::before,
.blog-one__link::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--wiresamyak-white);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-one__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.blog-one__single:hover .blog-one__link {
  opacity: 1;
  transform: translateY(0);
}

.blog-one__single:hover .blog-one__img img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.blog-one__single:hover .blog-one__img img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-one__date {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 2;
}

.blog-one__date>p {
  width: 57px;
  height: 53px;
  background-color: var(--wiresamyak-base);
  border-radius: 8px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: var(--wiresamyak-white);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 9px;
}

.blog-one__date>p>span {
  font-size: 12px;
  font-weight: 600;
  position: relative;
  top: -4px;
}

.blog-one__content {
  position: relative;
  display: block;
  border: 1px solid #E3E3E3;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 26px 26px 23px;
  background-color: var(--wiresamyak-white);
}

.blog-one__meta {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 16px;
  margin-bottom: 13px;
}

.blog-one__meta li {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-one__meta li+li {
  margin-left: 20px;
}

.blog-one__meta li .icon {
  position: relative;
  display: inline-block;
}

.blog-one__meta li .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--wiresamyak-base);
}

.blog-one__meta li>a {
  font-size: 14px;
  font-weight: 600;
  color: var(--wiresamyak-gray);
  margin-left: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__meta li>a:hover {
  color: var(--wiresamyak-base);
}

.blog-one__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 17px;
}

.blog-one__title a {
  color: var(--wiresamyak-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__title a:hover {
  color: var(--wiresamyak-base);
}

.blog-one__read-more {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--wiresamyak-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__read-more:hover {
  color: var(--wiresamyak-base);
}

.blog-one__read-more>span {
  position: relative;
  margin-left: 10px;
  top: 1px;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  padding: 0 0 100px;
  z-index: 1;
}

.brand-one .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-slide__img {
  position: relative;
  display: block;
  opacity: 1;
  max-width: 168px;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.brand-one .swiper-slide:hover .swiper-slide__img {
  opacity: 0;
}

.brand-one .swiper-slide__img img {
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 100%;
}

.swiper-slide__hover-img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  max-width: 168px;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.swiper-slide__hover-img img {
  width: 100%;
}

.brand-one .swiper-slide:hover .swiper-slide__hover-img {
  opacity: 1;
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  display: block;
  z-index: 2;
}

.cta-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--wiresamyak-base);
  border-radius: 8px;
  padding: 60px 50px 60px;
  overflow: hidden;
  z-index: 1;
}

.cta-one__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.cta-one__shape-1 img {
  width: auto;
  opacity: .10;
}

.cta-one__shape-2 {
  position: absolute;
  bottom: 20px;
  right: 300px;
  z-index: -1;
}

.cta-one__shape-2 img {
  width: auto;
}

.cta-one__shape-3 {
  position: absolute;
  top: 6px;
  right: 113px;
  z-index: -1;
}

.cta-one__shape-3 img {
  width: auto;
}

.cta-one__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: var(--wiresamyak-white);
}

.cta-one__from-box {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
}

.cta-one__form {
  position: relative;
  display: block;
}

.cta-one__input-box {
  position: relative;
  display: block;
}

.cta-one__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: var(--wiresamyak-gray);
  padding-right: 200px;
  padding-left: 25px;
  background-color: var(--wiresamyak-white);
  border-radius: 8px;
}

.cta-one__btn {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--wiresamyak-font-two);
  padding: 11px 30px 11px;
  gap: 0;
}


/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-black);
  margin-top: -88px;
  z-index: 1;
}

.site-footer-two {
  margin-top: 0;
}

.site-footer__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  animation: topBottom 3s ease-in-out infinite;
  z-index: -1;
}

.site-footer__shape-1 img {
  width: auto;
  opacity: .40;
}

.site-footer__shape-2 {
  position: absolute;
  top: 113px;
  right: 0;
  animation: leftRight 4s ease-in-out infinite;
  z-index: -1;
}

.site-footer__shape-2 img {
  width: auto;
  opacity: 0.08;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 180px 0 95px;
}

.site-footer__top-inner {
  position: relative;
  display: block;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-top: 8px;
}

.footer-widget__logo {
  position: relative;
  display: block;
}

.footer-widget__about-text {
  color: rgba(var(--wiresamyak-white-rgb), .80);
  margin-top: 29px;
  margin-bottom: 32px;
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer__social a {
  position: relative;
  height: 36px;
  width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--wiresamyak-white);
  border: 1px solid rgba(var(--wiresamyak-white-rgb), .20);
  font-size: 16px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
  border-radius: 2px;
}

.site-footer__social a:hover {
  color: var(--wiresamyak-white);
  background-color: var(--wiresamyak-base);
  border: 1px solid var(--wiresamyak-base);
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--wiresamyak-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-footer__social a+a {
  margin-left: 15px;
}

.footer-widget__quick-link {
  position: relative;
  display: block;
  margin-left: 68px;
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.footer-widget__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--wiresamyak-white);
}

.footer-widget__quick-link-list {
  position: relative;
  display: block;
}

.footer-widget__quick-link-list li {
  position: relative;
  display: block;
}

.footer-widget__quick-link-list li+li {
  margin-top: 16px;
}

.footer-widget__quick-link-list li>a {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(var(--wiresamyak-white-rgb), .80);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__quick-link-list li>a:hover {
  color: var(--wiresamyak-base);
}

.footer-widget__quick-link-list li>a>span {
  font-size: 12px;
  margin-right: 12px;
}

.footer-widget__services {
  position: relative;
  display: block;
  margin-left: -7px;
}

.footer-widget__contact {
  position: relative;
  display: block;
  margin-left: -31px;
}

.footer-widget__contact-list {
  position: relative;
  display: block;
}

.footer-widget__contact-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.footer-widget__contact-list li+li {
  margin-top: 8px;
}

.footer-widget__contact-list li .icon {
  position: relative;
  display: inline-block;
  top: 9px;
}

.footer-widget__contact-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: var(--wiresamyak-white);
}

.footer-widget__contact-list li .content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.footer-widget__contact-list li .content>span {
  position: relative;
  display: block;
  font-weight: 700;
  font-family: var(--wiresamyak-font-two);
  color: var(--wiresamyak-white);
  margin-bottom: 3px;
}

.footer-widget__contact-list li .content p {
  color: rgba(var(--wiresamyak-white-rgb), .80);
}

.footer-widget__contact-list li .content p a {
  color: rgba(var(--wiresamyak-white-rgb), .80);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact-list li .content p a:hover {
  color: var(--wiresamyak-base);
}

.site-footer__bottom {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-base);
}

.site-footer__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 22px 0 22px;
}

.site-footer__bottom-text {
  color: var(--wiresamyak-white);
}

.site-footer__bottom-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer__bottom-menu li {
  position: relative;
  display: block;
}

.site-footer__bottom-menu li+li {
  margin-left: 30px;
}

.site-footer__bottom-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--wiresamyak-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
  color: var(--wiresamyak-black);
}

/*--------------------------------------------------------------
# Appointment One
--------------------------------------------------------------*/
.appointment-one {
  position: relative;
  display: block;
  padding: 0 0 120px;
  margin-top: -175px;
  z-index: 1;
}

.appointment-one .row {
  --bs-gutter-x: 0px;
}

.appointment-one__left {
  position: relative;
  display: block;
}

.appointment-one__left-content {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-base);
  box-shadow: 0px 4px 25px rgba(255, 255, 255, 0.06);
  padding: 56px 60px 65px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.appointment-one__left-content-title {
  font-size: 36px;
  font-weight: 600;
  color: var(--wiresamyak-white);
  line-height: 44px;
}

.appointment-one__left-content-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: var(--wiresamyak-white);
  margin-top: 12px;
  margin-bottom: 41px;
}

.appointment-one__btn-box {
  position: relative;
  display: block;
}

.appointment-one__btn {
  background-color: transparent;
  border: 1px solid var(--wiresamyak-white);
  color: var(--wiresamyak-white);
}

.appointment-one__btn:hover {
  border: 1px solid rgba(var(--wiresamyak-white-rgb), .10);
}

.appointment-one__right {
  position: relative;
  display: block;
}

.appointment-one__right-content {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-white);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  padding: 53px 60px 60px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.appointment-one__right-content-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 16px;
}

.appointment-one__office-hours-list {
  position: relative;
  display: block;
}

.appointment-one__office-hours-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px dashed var(--wiresamyak-base);
  padding: 6px 0;
}

.appointment-one__office-hours-list li+li {
  margin-top: 17px;
}

.appointment-one__office-hours-list li p {
  font-size: 17px;
  font-weight: 600;
  color: var(--wiresamyak-base);
  font-family: var(--wiresamyak-font-two);
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  padding: 0 0 90px;
  z-index: 1;
}

.services-two__shape-1 {
  position: absolute;
  top: 16px;
  left: 132px;
}

.services-two__shape-1 img {
  width: auto;
}

.services-two__shape-2 {
  position: absolute;
  top: 273px;
  right: 115px;
}

.services-two__shape-2 img {
  width: auto;
}

.services-two__shape-3 {
  position: absolute;
  bottom: 255px;
  right: 160px;
  height: 30px;
  width: 30px;
  border: 3px solid #FF0000;
  border-radius: 50%;
}

.services-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 1;
}

.services-two__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--wiresamyak-black);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.services-two__single:hover .services-two__img::before {
  opacity: .60;
}

.services-two__img img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.services-two__single:hover .services-two__img img {
  transform: scale(1.05) rotate(0deg);
}

.services-two__content {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-white);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  margin-right: 50px;
  padding: 58px 30px 32px;
  border-bottom-left-radius: 10px;
  z-index: 2;
}

.services-two__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 7px;
}

.services-two__title a {
  color: var(--wiresamyak-black);
}

.services-two__title a:hover {
  color: var(--wiresamyak-base);
}

.services-two__icon {
  position: absolute;
  top: -35px;
  left: 30px;
  height: 70px;
  width: 70px;
  background-color: var(--wiresamyak-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  overflow: hidden;
  z-index: 1;
}

.services-two__icon::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: var(--wiresamyak-base);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.services-two__single:hover .services-two__icon::before {
  top: -40%;
}

.services-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 46px;
  color: var(--wiresamyak-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-two__single:hover .services-two__icon span {
  transform: scale(0.9);
  color: var(--wiresamyak-white);
}

.services-two__btn-box {
  position: absolute;
  top: 68px;
  right: -117px;
  transform: rotate(-90deg);
  z-index: 2;
}

.services-two__btn {
  padding: 11px 35px 11px;
  background-color: var(--wiresamyak-primary);
  color: var(--wiresamyak-base);
  border-radius: 0;
  border-bottom-left-radius: 10px;
}

.services-two__btn:before {
  background-color: var(--wiresamyak-base);
  height: 51%;
}

.services-two__btn:after {
  background-color: var(--wiresamyak-base);
  height: 51%;
}

.services-two__btn span::after {
  background-color: var(--wiresamyak-base);
}

.services-two__btn:hover span:after {
  background-color: var(--wiresamyak-white);
}


/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-primary);
  padding: 120px 0 230px;
  z-index: 1;
}

.about-two__shape-2 {
  position: absolute;
  width: 244px;
  height: 244px;
  left: -45px;
  top: 151px;
  background: #8121FB;
  opacity: 0.4;
  filter: blur(250px);
}

.about-two__shape-3 {
  position: absolute;
  width: 244px;
  height: 244px;
  right: 50px;
  top: 272px;
  background: #8121FB;
  opacity: 0.4;
  filter: blur(250px);
}

.about-two__shape-4 {
  position: absolute;
  width: 244px;
  height: 244px;
  right: -76px;
  bottom: 225px;
  background: #FAB123;
  opacity: 0.4;
  filter: blur(250px);
}

.about-two__shape-5 {
  position: absolute;
  width: 244px;
  height: 244px;
  left: 50px;
  top: 315px;
  background: #FAB123;
  opacity: 0.4;
  filter: blur(250px);
}

.about-two__shape-6 {
  position: absolute;
  left: 75px;
  top: 225px;
  z-index: 1;
}

.about-two__shape-6 img {
  width: auto;
}

.about-two__shape-7 {
  position: absolute;
  right: 0px;
  top: 247px;
  z-index: -1;
}

.about-two__shape-7 img {
  width: auto;
}

.about-two__shape-8 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  mix-blend-mode: luminosity;
  z-index: 1;
}

.about-two__shape-8 img {
  width: auto;
}

.about-two__left {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-right: 90px;
}

.about-two__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.about-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-right-radius: 100px;
  z-index: 1;
}

.about-two__img:after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  z-index: 1;
}

.about-two__img-box:hover .about-two__img:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.about-two__img img {
  width: 100%;
  border-top-right-radius: 100px;
}

.about-two__img-two {
  position: absolute;
  bottom: 30px;
  right: -57px;
  z-index: 2;
}

.about-two__img-two img {
  width: auto;
  border: 12px solid var(--wiresamyak-white);
  border-radius: 10px;
}

.about-two__shape-1 {
  position: absolute;
  top: 60px;
  right: -37px;
  height: 150px;
  width: 18px;
  background-color: var(--wiresamyak-base);
}

.about-two__experience {
  position: absolute;
  bottom: 203px;
  left: -153px;
  background-color: var(--wiresamyak-base);
  border-radius: 7px;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  gap: 20px;
  overflow: hidden;
  transform: rotate(-90deg);
  z-index: 2;
}

.about-two__experience-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .30;
  z-index: -1;
}

.about-two__experience-shape-1 img {
  width: auto;
}

.about-two__experience-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  width: 120px;
  background-color: var(--wiresamyak-white);
  border-radius: 5px;
}

.about-two__experience-icon span {
  position: relative;
  display: inline-block;
  font-size: 75px;
  color: var(--wiresamyak-base);
  transform: rotate(90deg);
}

.about-two__experience-content {
  position: relative;
  display: block;
}

.about-two__experience-content-count {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__experience-content-count h3 {
  font-size: 36px;
  font-weight: 700;
  color: var(--wiresamyak-white);
  font-family: var(--wiresamyak-font-two) !important;
  line-height: 36px !important;
}

.about-two__experience-content-count-plus {
  font-size: 36px;
  font-weight: 700;
  color: var(--wiresamyak-white);
  font-family: var(--wiresamyak-font-two);
  line-height: 36px;
}

.about-two__experience-content-text {
  color: var(--wiresamyak-white);
}

.about-two__right {
  position: relative;
  display: block;
  margin-top: 50px;
}

.about-two__right .section-title {
  margin-bottom: 30px;
}

.about-two__points {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 50px;
}

.about-two__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__points li+li {
  margin-left: 35px;
}

.about-two__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  background-color: rgba(60, 114, 252, .10);
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}

.about-two__points li .icon::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: var(--wiresamyak-base);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.about-two__points li:hover .icon::before {
  top: -40%;
}

.about-two__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 47px;
  color: var(--wiresamyak-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-two__points li:hover .icon span {
  transform: scale(0.9);
  color: var(--wiresamyak-white);
}

.about-two__points li .content {
  margin-left: 20px;
  position: relative;
  display: block;
  max-width: 167px;
}

.about-two__points li .content h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  font-family: var(--wiresamyak-font);
  margin-bottom: 4px;
}

.about-two__points li .content h5 a {
  color: var(--wiresamyak-black);
}

.about-two__points li .content h5 a:hover {
  color: var(--wiresamyak-base);
}

.about-two__points li .content p {
  color: rgba(88, 88, 88, .90);
}

.about-two__btn-and-sign {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.about-two__btn-box {
  position: relative;
  display: block;
}

.about-two__btn {
  padding: 12px 24px 12px;
}

.about-two__sing {
  position: relative;
  display: block;
}

.about-two__sing img {
  width: auto;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  margin-top: -110px;
  z-index: 1;
}

.counter-one__inner {
  position: relative;
  display: block;
  border-radius: 16px;
  background-color: var(--wiresamyak-base);
  padding: 77px 85px 76px;
  overflow: hidden;
  z-index: 1;
}

.counter-one__shape-1 {
  position: absolute;
  bottom: -30px;
  left: 0;
  opacity: .10;
  z-index: -1;
}

.counter-one__shape-1 img {
  width: auto;
}

.counter-one__shape-2 {
  position: absolute;
  top: 0;
  right: -30px;
  opacity: .10;
  z-index: -1;
}

.counter-one__shape-2 img {
  width: auto;
}

.counter-one__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.counter-one__list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.counter-one__icon {
  position: relative;
  display: flex;
  align-items: center;
}

.counter-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 58px;
  color: var(--wiresamyak-white);
}

.counter-one__content {
  position: relative;
  display: block;
}

.counter-one__count {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.counter-one__count h3 {
  font-size: 36px;
  font-weight: 700;
  color: var(--wiresamyak-white);
  font-family: var(--wiresamyak-font) !important;
  line-height: 36px !important;
}

.counter-one__count-plus {
  font-size: 36px;
  font-weight: 700;
  color: var(--wiresamyak-white);
  font-family: var(--wiresamyak-font);
  line-height: 36px;
}

.counter-one__text {
  color: var(--wiresamyak-white);
  margin-top: 3px;
}

/*--------------------------------------------------------------
# Process One
--------------------------------------------------------------*/
.process-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  counter-reset: count;
  z-index: 1;
}

.process-one__inner {
  position: relative;
  display: block;
  z-index: 1;
}

.process-one__line-1 {
  position: absolute;
  top: 10px;
  left: 105px;
  opacity: .30;
  z-index: -1;
}

.process-one__line-1 img {
  width: auto;
}

.process-one__shape-1 {
  position: absolute;
  top: 40px;
  right: 122px;
  z-index: -1;
}

.process-one__shape-1 img {
  width: auto;
}

.process-one__shape-2 {
  position: absolute;
  left: 125px;
  bottom: 285px;
  z-index: -1;
}

.process-one__shape-2 img {
  width: auto;
}

.process-one__shape-3 {
  position: absolute;
  bottom: 160px;
  left: 175px;
  height: 30px;
  width: 30px;
  border: 3px solid #FF0000;
  border-radius: 50%;
}

.process-one__inner .row {
  --bs-gutter-x: 120px;
}

.process-one__single {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 22px;
  z-index: 1;
}

.process-one__icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: 0 auto 0;
  z-index: 1;
}

.process-one__count {
  position: absolute;
  top: 0;
  left: -7px;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  z-index: 2;
}

.process-one__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: var(--wiresamyak-white);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: var(--wiresamyak-base);
  counter-increment: count;
  content: ""counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.process-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #F3F8FF;
  border: 1px dashed #134CB3;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.process-one__single:hover .process-one__icon {
  border: 1px solid var(--wiresamyak-base);
}

.process-one__icon::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: var(--wiresamyak-base);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.process-one__single:hover .process-one__icon::before {
  top: -40%;
}

.process-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: var(--wiresamyak-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.process-one__single:hover .process-one__icon span {
  transform: scale(0.9);
  color: var(--wiresamyak-white);
}

.process-one__content {
  position: relative;
  display: block;
  margin-top: 22px;
}

.process-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 13px;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-base);
  padding: 120px 0 120px;
  z-index: 1;
}

.testimonial-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: soft-light;
  opacity: .40;
  z-index: -1;
}

.testimonial-two__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

.testimonial-two__top .section-title {
  margin-bottom: 0;
}

.testimonial-two__top .section-title__tagline-shape-1 {
  border: 1px solid var(--wiresamyak-white);
}

.testimonial-two__top .section-title__tagline-shape-1::before {
  background-color: var(--wiresamyak-white);
}

.testimonial-two__top .section-title__tagline {
  color: var(--wiresamyak-white);
}

.testimonial-two__top .section-title__title {
  color: var(--wiresamyak-white);
}

.testimonial-two__nav {
  gap: 40px;
  display: flex;
  position: relative;
  align-items: center;
}

.testimonial-two__nav .swiper-button-prev,
.testimonial-two__nav .swiper-button-next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  color: var(--wiresamyak-white);
  border: 1px solid rgba(var(--wiresamyak-white-rgb), .50);
  font-size: 18px;
  margin: 0px 0px;
  text-align: center;
  transition: all 500ms ease;
  z-index: 100;
}

.testimonial-two__nav .swiper-button-prev:hover,
.testimonial-two__nav .swiper-button-next:hover {
  color: var(--wiresamyak-white);
  border: 1px solid rgba(var(--wiresamyak-white-rgb), 1);
}

.testimonial-two__bottom {
  position: relative;
  display: block;
}

.testimonial-two__bottom .swiper-container {
  margin-right: -375px;
}

.testimonial-two__single {
  position: relative;
  display: block;
  padding: 0px 40px 31px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.testimonial-two__single:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--wiresamyak-white);
  border: 1px solid #E5E5E5;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  z-index: -1;
}

.testimonial-two__client-img {
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.testimonial-two__client-img img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-two__ratting {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.testimonial-two__ratting span {
  position: relative;
  display: flex;
  align-items: center;
  color: #ffa41b;
  font-size: 17px;
}

.testimonial-two__text {
  margin-top: 23px;
}

.testimonial-two__client-info {
  position: relative;
  display: block;
  margin-top: 18px;
}

.testimonial-two__client-name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 25px;
}

.testimonial-two__client-name a {
  color: var(--wiresamyak-black);
}

.testimonial-two__client-name a:hover {
  color: var(--wiresamyak-base);
}

.testimonial-two__client-sub-title {
  margin-top: 3px;
}

.testimonial-two__quote-icon {
  position: absolute;
  bottom: 39px;
  right: 39px;
}

.testimonial-two__quote-icon img {
  width: auto !important;
}

/*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/
.team-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background-color: var(--wiresamyak-primary);
  overflow: hidden;
  z-index: 1;
}

.team-two .section-title__tagline-shape-1::before {
  background-color: transparent;
  border: 1px solid var(--wiresamyak-base);
}

.team-two__shape-1 {
  position: absolute;
  width: 244px;
  height: 244px;
  left: -73px;
  top: 150px;
  background: #8121FB;
  opacity: 0.4;
  filter: blur(250px);
}

.team-two__shape-2 {
  position: absolute;
  width: 244px;
  height: 244px;
  left: 24px;
  top: 315px;
  background: #FAB123;
  opacity: 0.4;
  filter: blur(250px);
}

.team-two__shape-3 {
  position: absolute;
  width: 244px;
  height: 244px;
  right: 75px;
  top: 275px;
  background: #8121FB;
  opacity: 0.4;
  filter: blur(250px);
}

.team-two__shape-4 {
  position: absolute;
  width: 244px;
  height: 244px;
  left: -75px;
  top: 475px;
  background: #FAB123;
  opacity: 0.4;
  filter: blur(250px);
}

.team-two__shape-5 {
  position: absolute;
  top: 225px;
  left: 75px;
  z-index: 1;
}

.team-two__shape-5 img {
  width: auto;
}

.team-two__shape-6 {
  position: absolute;
  bottom: 0;
  right: 60px;
  z-index: 1;
}

.team-two__shape-6 img {
  width: auto;
}

.team-two__shape-7 {
  position: absolute;
  bottom: 0;
  left: -30px;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.team-two__shape-7 img {
  width: auto;
}

.team-two__shape-8 {
  position: absolute;
  top: -30px;
  right: 0px;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.team-two__shape-6 img {
  width: auto;
}

.team-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  z-index: 1;
}

.team-two__img:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--wiresamyak-black);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.team-two__single:hover .team-two__img:before {
  opacity: .40;
}

.team-two__img img {
  width: 100%;
  border-radius: 16px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.team-two__single:hover .team-two__img img {
  transform: scale(1.05) rotate(0deg);
}

.team-two__content {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-white);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  border-radius: 0px 16px 16px 16px;
  margin-top: -84px;
  margin-right: 30px;
  padding: 23px 0 30px;
  text-align: center;
  z-index: 2;
}

.team-two__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--wiresamyak-base);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  border-radius: 0px 16px 16px 16px;
  transition: all 0.4s linear;
  z-index: -1;
}

.team-two__single:hover .team-two__content::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.team-two__info-box {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.team-two__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.team-two__name a {
  color: var(--wiresamyak-black);
}

.team-two__single:hover .team-two__name a {
  color: var(--wiresamyak-white);
}

.team-two__sub-title {
  color: rgba(var(--wiresamyak-gray-rgb), .90);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-two__single:hover .team-two__sub-title {
  color: var(--wiresamyak-white);
  opacity: .90;
}

.team-two__social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.team-two__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--wiresamyak-white);
  box-shadow: 0px 4px 25px rgba(19, 76, 179, 0.15);
  border-radius: 50%;
  font-size: 16px;
  color: var(--wiresamyak-base);
}

.team-two__social a:hover {
  color: var(--wiresamyak-white);
  background-color: var(--wiresamyak-black);
}

/*--------------------------------------------------------------
# Appointment Two
--------------------------------------------------------------*/
.appointment-two {
  position: relative;
  display: block;
  padding: 225px 0 120px;
  z-index: 5;
}

.appointment-two__shape-3 {
  position: absolute;
  top: 240px;
  left: 140px;
  animation: topBottom 3s ease-in-out infinite;
  z-index: -1;
}

.appointment-two__shape-3 img {
  width: auto;
}

.appointment-two__shape-4 {
  position: absolute;
  top: 335px;
  right: 0;
  z-index: -1;
}

.appointment-two__shape-4 img {
  width: auto;
}

.appointment-two__shape-5 {
  position: absolute;
  bottom: 185px;
  left: 75px;
  height: 30px;
  width: 30px;
  border: 3px solid #FF0000;
  border-radius: 50%;
  z-index: -1;
}

.appointment-two__inner {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-base);
  border-radius: 10px;
  padding: 60px 60px 60px;
  z-index: 5;
}

.appointment-two__shape-1 {
  position: absolute;
  width: 498px;
  height: 498px;
  left: 0px;
  bottom: 0px;
  background: #D9D9D9;
  opacity: 0.3;
  filter: blur(175px);
  border-radius: 50%;
  z-index: -1;
}

.appointment-two__shape-2 {
  position: absolute;
  top: 60px;
  left: 55px;
  z-index: -1;
}

.appointment-two__shape-2 img {
  width: auto;
}

.appointment-two__img {
  position: absolute;
  bottom: 0;
  left: 55px;
  animation: leftRight 4s ease-in-out infinite;
}

.appointment-two__img img {
  width: auto;
}

.appointment-two__right {
  position: relative;
  display: block;
  margin-left: 80px;
}

.appointment-two__right .section-title {
  margin-bottom: 28px;
}

.appointment-two__right .section-title__tagline-shape-1 {
  border: 1px solid var(--wiresamyak-white);
}

.appointment-two__right .section-title__tagline-shape-1::before {
  background-color: var(--wiresamyak-white);
}

.appointment-two__right .section-title__tagline {
  color: var(--wiresamyak-white);
}

.appointment-two__right .section-title__title {
  color: var(--wiresamyak-white);
}

.appointment-two__form {
  position: relative;
  display: block;
}

.appointment-two__input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.appointment-two__input-box input[type="text"],
.appointment-two__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: 1px solid var(--wiresamyak-white);
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: var(--wiresamyak-white);
  display: block;
  font-weight: 400;
  border-radius: 8px;
}

.appointment-two__input-box-icon {
  position: absolute;
  right: 20px;
  bottom: 12px;
}

.appointment-two__input-box-icon span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--wiresamyak-white);
}

.appointment-two__input-box .select-box {
  width: 100%;
}

.appointment-two__input-box .nice-select {
  height: 60px;
  width: 100%;
  border: 1px solid var(--wiresamyak-white);
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: var(--wiresamyak-white);
  display: block;
  font-weight: 400;
  border-radius: 8px;
  line-height: 60px;
  float: none;
}

.appointment-two__input-box .nice-select:after {
  position: absolute;
  top: 24px;
  right: 20px;
  border-bottom: 4px solid var(--wiresamyak-white);
  border-right: 4px solid var(--wiresamyak-white);
  margin-top: 0px;
  z-index: 10;
  border-left: 4px solid transparent;
  border-top: 4px solid transparent;
}

.appointment-two__input-box.nice-select .option {
  color: var(--wiresamyak-white);
}

.appointment-two__btn {
  border: 1px solid var(--wiresamyak-white);
  padding: 13px 24px 13px;
}

.appointment-two__btn:hover {
  border: 1px solid var(--wiresamyak-black);
}


/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background-color: var(--wiresamyak-primary);
  overflow: hidden;
  z-index: 1;
}

.about-details__content {
  padding: 90px 0 90px;
}

.about-details__content .mt50 {
  margin-top: 50px;
}

.about-three__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.about-three__shape-1 img {
  width: auto;
  opacity: .40;
}

.about-three__shape-2 {
  position: absolute;
  bottom: 55px;
  left: 0;
  z-index: -1;
}

.about-three__shape-2 img {
  width: auto;
}

.about-three__shape-3 {
  position: absolute;
  top: 60px;
  right: 115px;
  z-index: -1;
}

.about-three__shape-3 img {
  width: auto;
}

.about-three__shape-4 {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.about-three__shape-5 {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.about-three__shape-5 img {
  width: auto;
  opacity: .40;
}

.about-three__left {
  position: relative;
  display: block;
  margin-right: 28px;
}

.about-three__img-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.about-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.about-three__img img {
  width: 100%;
  border-radius: 8px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.about-three__img:hover>img {
  transform: scale(1.05) rotate(0deg);
}

.about-three__left .row {
  --bs-gutter-x: 20px;
}

.about-three__img-2 {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.about-three__img-2:hover>img {
  transform: scale(1.05) rotate(0deg);
}

.about-three__img-2 img {
  width: 100%;
  border-radius: 8px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.about-three__img-3 {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.about-three__img-3 img {
  width: 100%;
  border-radius: 8px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.about-three__img-3:hover>img {
  transform: scale(1.05) rotate(0deg);
}

.about-three__rounded-text {
  position: relative;
  display: block;
  z-index: 1;
}

.about-three__curved-circle-box {
  position: absolute;
  height: 142px;
  width: 142px;
  border-radius: 50%;
  background-color: var(--wiresamyak-base);
  border: 1px solid var(--wiresamyak-white);
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.about-three__curved-circle-box .curved-circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--wiresamyak-white);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--wiresamyak-font-two);
  letter-spacing: -0.10em;
}

.about-three__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-three__icon span {
  position: relative;
  font-size: 18px;
  color: var(--wiresamyak-white);
}

.about-three__right {
  position: relative;
  display: block;
  margin-top: 12px;
}

.about-three__right .section-title {
  margin-bottom: 13px;
}

.about-three__img-and-points {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.about-three__points-img {
  position: relative;
  display: block;
  max-width: 277px;
  width: 100%;
}

.about-three__points-img img {
  width: 100%;
  border-radius: 8px;
}

.about-three__points {
  position: relative;
  display: block;
  margin-left: 30px;
}

.about-three__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-three__points li+li {
  margin-top: 8px;
}

.about-three__points li .icon {
  position: relative;
  display: inline-block;
}

.about-three__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--wiresamyak-base);
}

.about-three__points li p {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--wiresamyak-font-two);
  line-height: 28px;
  color: var(--wiresamyak-black);
}

.about-three__btn-and-client-info {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #E3E3E3;
  margin-top: 35px;
  padding-top: 40px;
}

.about-three__btn-box {
  position: relative;
  display: block;
}

.about-three__btn {
  text-transform: uppercase;
  padding: 16px 25px 16px;
}

.about-three__client-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.about-three__client-img {
  position: relative;
  display: block;
  max-width: 50px;
  width: 100%;
}

.about-three__client-img img {
  width: 100%;
  border-radius: 50%;
}

.about-three__client-content {
  position: relative;
  display: block;
  margin-left: 15px;
}

.about-three__client-content h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.about-three__client-content p {
  font-size: 14px;
  line-height: 24px;
  color: #838184;
}


/*--------------------------------------------------------------
# Pricing One
--------------------------------------------------------------*/

.pricing-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.pricing-one__shape-1 {
  position: absolute;
  left: 85px;
  bottom: 425px;
  z-index: -1;
}

.pricing-one__shape-1 img {
  width: auto;
}

.pricing-one__shape-2 {
  position: absolute;
  left: 134px;
  bottom: 300px;
  z-index: -1;
}

.pricing-one__shape-2 img {
  width: auto;
}

.pricing-one__shape-3 {
  position: absolute;
  right: 160px;
  top: 205px;
  z-index: -1;
}

.pricing-one__shape-3 img {
  width: auto;
}

.pricing-one__shape-4 {
  position: absolute;
  right: 0;
  bottom: 265px;
  z-index: -1;
}

.pricing-one__shape-4 img {
  width: auto;
}

.pricing-one__pricing-box {
  position: relative;
  display: block;
  margin-right: -42px;
}

.pricing-one__pricing-box-2 {
  position: relative;
  display: block;
  margin-left: -42px;
}

.pricing-one__pricing-list {
  position: relative;
  display: block;
  margin-top: 80px;
}

.pricing-one__pricing-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #E3E3E3;
  background-color: var(--wiresamyak-white);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 22px 30px 21px;
  margin-bottom: 24px;
  z-index: 1;
}

.pricing-one__pricing-list li::before {
  content: "";
  top: 0;
  right: 0;
  height: 20%;
  width: 100%;
  position: absolute;
  background-color: var(--wiresamyak-base);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: -1;
}

.pricing-one__pricing-list li:hover::before {
  content: "";
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.pricing-one__pricing-title-box {
  position: relative;
  display: block;
}

.pricing-one__pricing-title-box>h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-one__pricing-list li:hover .pricing-one__pricing-title-box>h3 {
  color: var(--wiresamyak-white);
}

.pricing-one__pricing-title-box>p {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-one__pricing-list li:hover .pricing-one__pricing-title-box>p {
  color: var(--wiresamyak-white);
}

.pricing-one__price {
  position: relative;
  display: block;
  max-width: 145px;
  width: 100%;
  text-align: right;
  border-bottom: 1px dashed var(--wiresamyak-gray);
  padding-bottom: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-one__pricing-list li:hover .pricing-one__price {
  border-bottom: 1px dashed var(--wiresamyak-white);
}

.pricing-one__price>span {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  font-family: var(--wiresamyak-font-two);
  color: var(--wiresamyak-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-one__pricing-list li:hover .pricing-one__price>span {
  color: var(--wiresamyak-white);
}

.pricing-one__middle {
  position: relative;
  display: block;
  margin-left: 60px;
  margin-right: 60px;
}

.pricing-one__img {
  position: relative;
  display: block;
  max-width: 260px;
  margin: 0 auto;
}

.pricing-one__img img {
  width: 100%;
}

.pricing-one__shape-point-1 {
  position: absolute;
  top: 113px;
  left: 50px;
  border-radius: 50%;
  background-color: rgba(255, 30, 0, .50);
  z-index: 5;
  height: 30px;
  width: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-one__shape-point-1:before {
  position: absolute;
  top: 6px;
  bottom: 6px;
  right: 6px;
  left: 6px;
  background-color: #FF1E00;
  content: "";
  border-radius: 50%;
}

.pricing-one__shape-point-1:after {
  content: "\e92d";
  font-family: 'icomoon' !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 9px;
  color: var(--wiresamyak-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-one__shape-point-2 {
  top: 240px;
  left: 23px;
}

.pricing-one__shape-point-3 {
  top: auto;
  bottom: 146px;
  left: 93px;
}

.pricing-one__shape-point-4 {
  top: 134px;
  left: auto;
  right: 44px;
}

.pricing-one__shape-point-5 {
  top: 165px;
  left: auto;
  right: 98px;
}

.pricing-one__shape-point-6 {
  top: auto;
  bottom: 26px;
  left: auto;
  right: 88px;
}

/*--------------------------------------------------------------
# Portfolio One
--------------------------------------------------------------*/
.portfolio-one {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--wiresamyak-base);
  padding: 120px 0 120px;
  z-index: 1;
}

.portfolio-one__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -30px;
  opacity: .10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.portfolio-one__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}

.portfolio-one__top .section-title {
  margin-bottom: 0;
}

.portfolio-one__top .section-title__tagline-shape-1 {
  border: 1px solid var(--wiresamyak-white);
}

.portfolio-one__top .section-title__tagline-shape-1::before {
  background-color: var(--wiresamyak-white);
}

.portfolio-one__top .section-title__tagline {
  color: var(--wiresamyak-white);
}

.portfolio-one__top .section-title__title {
  color: var(--wiresamyak-white);
}

.portfolio-one__btn-box {
  position: relative;
  display: block;
}

.portfolio-one__btn {
  border: 1px solid var(--wiresamyak-white);
  padding: 15px 24px 15px;
}

.portfolio-one__btn:hover {
  border: 1px solid var(--wiresamyak-black);
}

.portfolio-one__bottom {
  position: relative;
  display: block;
}

.portfolio-one__bottom .swiper-container {
  margin-right: -375px;
}

.portfolio-one__single {
  position: relative;
  display: block;
}

.portfolio-one__img-box {
  position: relative;
  display: block;
}

.portfolio-one__img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.portfolio-one__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .90;
  background: linear-gradient(0deg, #0F0D1D 9.73%, rgba(15, 13, 29, 0) 39.76%);
  border-radius: 10px;
  z-index: 1;
}

.portfolio-one__img img {
  width: 100%;
  border-radius: 10px;
  transition: 0.6s;
}

.portfolio-one__single:hover .portfolio-one__img img {
  transform: scale(1.2);
}

.portfolio-one__content {
  position: absolute;
  bottom: 25px;
  left: 30px;
  z-index: 2;
}

.portfolio-one__sub-title {
  font-size: 15px;
  font-weight: 500;
  font-family: var(--wiresamyak-font-two);
  color: var(--wiresamyak-white);
}

.portfolio-one__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
  text-transform: capitalize;
}

.portfolio-one__title a {
  color: var(--wiresamyak-white);
}

.portfolio-one__title a:hover {
  color: var(--wiresamyak-base);
}

.portfolio-one__arrow {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}

.portfolio-one__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: var(--wiresamyak-white);
  border: 1px solid var(--wiresamyak-white);
  border-radius: 50%;
}

.portfolio-one__arrow a:hover {
  color: var(--wiresamyak-white);
  border: 1px solid var(--wiresamyak-base);
  background-color: var(--wiresamyak-base);
}

/*--------------------------------------------------------------
# Faq One
--------------------------------------------------------------*/
.faq-one {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-primary);
  padding: 120px 0 120px;
  z-index: 1;
}

.faq-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc((100% - 540px) / 2);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -1;
}

.faq-one__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.faq-one__shape-1 {
  position: absolute;
  bottom: 0;
  left: 695px;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.faq-one__shape-1 img {
  width: auto;
  opacity: .40;
}

.faq-one__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.faq-one__shape-2 img {
  width: auto;
  opacity: .40;
}

.faq-one__shape-3 {
  position: absolute;
  bottom: 47px;
  right: 0;
  z-index: -1;
}

.faq-one__shape-3 img {
  width: auto;
}

.faq-one__left {
  position: relative;
  display: block;
}

.faq-one__form-inner {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-base);
  padding: 60px;
  border-radius: 8px;
}

.faq-one__form-inner .section-title__tagline {
  color: var(--wiresamyak-white);
}

.faq-one__form-inner .section-title__tagline-shape-1 {
  border: 1px solid var(--wiresamyak-white);
}

.faq-one__form-inner .section-title__tagline-shape-1::before {
  background-color: var(--wiresamyak-white);
}

.faq-one__form-inner .section-title__title {
  color: var(--wiresamyak-white);
  font-size: 30px;
  line-height: 40px;
  margin: 15px 0 0;
}

.faq-one__form-inner .section-title {
  margin-bottom: 18px;
}

.faq-one__form {
  position: relative;
  display: block;
  z-index: 2;
}

.faq-one__form .row {
  --bs-gutter-x: 20px;
}

.faq-one__form-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  color: var(--wiresamyak-white);
  margin-bottom: 31px;
}

.faq-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.faq-one__input-box-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: var(--wiresamyak-font);
  color: var(--wiresamyak-white);
  margin-bottom: 9px;
}

.faq-one__input-box input[type="text"],
.faq-one__input-box input[type="email"] {
  height: 56px;
  width: 100%;
  border: none;
  background-color: var(--wiresamyak-white);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 14px;
  color: var(--wiresamyak-gray);
  display: block;
  font-weight: 400;
  border-radius: 8px;
}

.faq-one__input-box-icon {
  position: absolute;
  right: 20px;
  bottom: 12px;
}

.faq-one__input-box-icon span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--wiresamyak-base);
}

.faq-one__input-box .select-box {
  width: 100%;
}

.faq-one__input-box .nice-select {
  height: 56px;
  width: 100%;
  border: none;
  background-color: var(--wiresamyak-white);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 14px;
  color: var(--wiresamyak-gray);
  display: block;
  font-weight: 400;
  border-radius: 8px;
  line-height: 56px;
  float: none;
}

.faq-one__input-box .nice-select:after {
  position: absolute;
  top: 21px;
  right: 20px;
  border-bottom: 4px solid var(--wiresamyak-base);
  border-right: 4px solid var(--wiresamyak-base);
  margin-top: 0px;
  z-index: 10;
  border-left: 4px solid transparent;
  border-top: 4px solid transparent;
}

.faq-one__input-box .nice-select .option {
  color: var(--wiresamyak-white);
}

.faq-one__input-box textarea {
  position: relative;
  height: 110px;
  width: 100%;
  border: none;
  background-color: var(--wiresamyak-white);
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 14px;
  color: var(--wiresamyak-gray);
  display: block;
  font-weight: 400;
  border-radius: 8px;
  margin-bottom: 0;
}

.faq-one__input-box.text-message-box {
  margin-bottom: 20px;
}

.faq-one__btn-box {
  position: relative;
  display: block;
}

.faq-one__btn {
  border: none;
  background-color: var(--wiresamyak-black);
}

.faq-one__btn:hover {
  color: var(--wiresamyak-black);
}

.faq-one__btn::before {
  background-color: var(--wiresamyak-white);
}

.faq-one__btn::after {
  background-color: var(--wiresamyak-white);
}

.faq-one__btn:hover span::after {
  background-color: var(--wiresamyak-black);
}

.faq-one__right {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-top: 42px;
}

.faq-one__right .section-title {
  margin-bottom: 38px;
}

.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-white);
  border-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 26px 30px 24px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  padding-right: 35px;
}

.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--wiresamyak-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--wiresamyak-base);
}

.faq-one-accrodion .accrodion+.accrodion {
  margin-top: 12px;
}

.faq-one-accrodion .accrodion-title h4::before {
  content: "\e901";
  font-family: 'icomoon' !important;
  font-weight: 700;
  font-size: 13px;
  color: var(--wiresamyak-black);
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  width: 21px;
  height: 21px;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\e902";
  color: var(--wiresamyak-base);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one-accrodion .accrodion-content {
  position: relative;
  padding-bottom: 22px;
  margin-top: -17px;
  padding-left: 30px;
  padding-right: 70px;
}

.faq-one-accrodion .accrodion-content p {
  margin: 0;
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
  margin-top: 0px;
}

.site-footer-two .site-footer__top {
  padding: 92px 0 95px;
}

.site-footer-two .footer-widget__quick-link {
  margin-left: 55px;
}

.site-footer-two .footer-widget__services {
  margin-left: 13px;
}

.footer-widget__newsletter {
  position: relative;
  display: block;
}

.footer-widget__newsletter .footer-widget__title-box {
  margin-bottom: 23px;
}

.footer-widget__newsletter-text {
  color: rgba(var(--wiresamyak-white-rgb), .80);
}

.footer-widget__newsletter-form {
  position: relative;
  display: block;
  margin-top: 22px;
}

.footer-widget__newsletter-input-box {
  position: relative;
  display: block;
}

.footer-widget__newsletter-input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  padding-right: 15px;
  padding-left: 15px;
  background-color: var(--wiresamyak-white);
  border-radius: 8px;
}

.footer-widget__newsletter-btn {
  border: none;
  width: 100%;
  padding: 16px 24px 16px;
  justify-content: center;
  text-transform: uppercase;
  margin-top: 10px;
}

.footer-widget__newsletter-btn:hover {
  color: var(--wiresamyak-black);
}

.footer-widget__newsletter-btn::before {
  background-color: var(--wiresamyak-white);
}

.footer-widget__newsletter-btn::after {
  background-color: var(--wiresamyak-white);
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
.brand-two {
  position: relative;
  display: block;
  padding: 0 0 120px;
  margin-top: -80px;
  z-index: 99;
}

.brand-two__inner {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-white);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  padding: 60px 60px 60px;
  border-radius: 78px;
}

/*--------------------------------------------------------------
# About Four
--------------------------------------------------------------*/
.about-four {
  position: relative;
  display: block;
  padding: 0 0 120px;
  background-color: var(--wiresamyak-white);
  z-index: 1;
}

.about-four__shape-1 {
  position: absolute;
  bottom: 408px;
  left: 107px;
  z-index: -1;
}

.about-four__shape-1 img {
  width: auto;
}

.about-four__shape-2 {
  position: absolute;
  bottom: 280px;
  left: 155px;
  z-index: -1;
}

.about-four__shape-2 img {
  width: auto;
}

.about-four__shape-3 {
  position: absolute;
  top: 0;
  right: 140px;
  z-index: -1;
}

.about-four__shape-3 img {
  width: auto;
}

.about-four__shape-4 {
  position: absolute;
  bottom: 0;
  right: -30px;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.about-four__shape-4 img {
  width: auto;
  opacity: .40;
}

.about-four__left {
  position: relative;
  display: block;
  margin-left: 13px;
  margin-right: 35px;
}

.about-four__img {
  position: relative;
  display: block;
  z-index: 1;
}

.about-four__img img {
  width: 100%;
}

.about-four__img-shape-1 {
  position: absolute;
  width: 450px;
  height: 535px;
  left: -13px;
  bottom: 0;
  background: linear-gradient(180deg, #3C72FC 0%, #00060C 117.08%);
  border-radius: 250px 0px 0px 0px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
}

.about-four__img-shape-1::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #3C72FC 0%, #00060C 117.08%);
  opacity: 0.5;
  border-top-right-radius: 250px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.about-four__right {
  position: relative;
  display: block;
  margin-top: 36px;
}

.about-four__right .section-title {
  margin-bottom: 20px;
}

.about-four__right .section-title__tagline-shape-1::before {
  border: 1px solid var(--wiresamyak-base);
  background-color: transparent;
}

.about-four__progress-box {
  position: relative;
  display: block;
  margin-top: 32px;
  margin-bottom: 50px;
}

.about-four__progress-box li {
  position: relative;
  display: block;
}

.about-four__progress-box li+li {
  margin-top: 32px;
}

.about-four__progress {
  position: relative;
  display: block;
}

.about-four__progress-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--wiresamyak-black);
  margin-bottom: 9px;
}

.about-four__progress .bar {
  position: relative;
  width: 100%;
  height: 12px;
  background-color: var(--wiresamyak-primary);
  border-radius: 6px;
}

.about-four__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 12px;
  border-radius: 6px;
  background-color: var(--wiresamyak-base);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.about-four__progress .count-text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 24px;
  right: 0;
  bottom: 24px;
  color: var(--wiresamyak-white);
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  opacity: 0;
  background-color: var(--wiresamyak-base);
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-four__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.about-four__progress .bar.marb-0 {
  margin-bottom: 0;
}

.about-four__progress .count-text::before {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 0;
  border-top: 7px solid var(--wiresamyak-base);
  border-left: 8px solid transparent;
}

.about-four__btn-box {
  position: relative;
  display: flex;
  align-items: center;
}

.about-four__btn {
  padding: 16px 25px 16px;
}

.about-four__sign {
  position: relative;
  display: block;
  margin-left: 30px;
}

.about-four__sign img {
  width: auto;
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-base);
  padding: 120px 0 132px;
  z-index: 1;
}

.services-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .40;
  mix-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.services-three .section-title__tagline-shape-1 {
  border: 1px solid var(--wiresamyak-white);
}

.services-three .section-title__tagline-shape-1::before {
  background-color: var(--wiresamyak-white);
}

.services-three .section-title__tagline {
  color: var(--wiresamyak-white);
}

.services-three .section-title__title {
  color: var(--wiresamyak-white);
}

.services-three__bottom {
  position: relative;
  display: block;
}

.services-three__bottom .swiper-container {
  margin-right: -375px;
}

.services-three__single {
  position: relative;
  display: block;
}

.services-three__img-box {
  position: relative;
  display: block;
}

.services-three__img {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.services-three__img::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  background-color: rgba(var(--wiresamyak-black-rgb), 0.6);
  transition: all 0.4s ease-in-out;
}

.services-three__single:hover .services-three__img::after {
  height: 100%;
}

.services-three__img img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

.services-three__single:hover .services-three__img img {
  transform: scale(1.1);
}

.services-three__content {
  position: relative;
  display: flex;
  border-radius: 8px;
  align-items: center;
  padding: 20px 25px 16px;
  margin-left: 26px;
  margin-right: 26px;
  margin-top: -40px;
  overflow: hidden;
  z-index: 1;
}

.services-three__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  background-position: center top;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(1);
  z-index: -1;
}

.services-three__single:hover .services-three__content::after {
  transform: scaleY(0.0);
}

.services-three__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--wiresamyak-base);
  border-radius: 8px;
  background-position: center bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.services-three__single:hover .services-three__content::before {
  transform: scaleY(1.0);
}

.services-three__icon {
  position: relative;
  display: inline-block;
  margin-right: 17px;
  padding-right: 17px;
  border-right: 1px solid #E3E3E3;
}

.services-three__single:hover .services-three__icon {
  border-right: 1px solid rgba(var(--wiresamyak-white-rgb), .80);
}

.services-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 38px;
  color: var(--wiresamyak-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__single:hover .services-three__icon>span {
  color: var(--wiresamyak-white);
}

.services-three__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.services-three__title a {
  color: var(--wiresamyak-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__single:hover .services-three__title a {
  color: var(--wiresamyak-white);
}

.services-three__nav {
  position: absolute;
  top: -117px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-three__nav .swiper-button-prev1,
.services-three__nav .swiper-button-next1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  color: var(--wiresamyak-white);
  border: 1px solid rgba(var(--wiresamyak-white-rgb), .50);
  font-size: 18px;
  margin: 0px 0px;
  text-align: center;
  transition: all 500ms ease;
  z-index: 100;
}

.services-three__nav .swiper-button-prev1:hover,
.services-three__nav .swiper-button-next1:hover {
  color: var(--wiresamyak-white);
  border: 1px solid var(--wiresamyak-white);
}

.services-three__nav .swiper-button-next1 {
  margin-right: 20px;
}

.swiper-nav-style-one {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 70px;
}

.swiper-dot-style {
  position: relative;
  display: inline-flex;
  line-height: 0;
}

.swiper-dot-style .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px 12px;
  opacity: 1;
  background: var(--wiresamyak-white);
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.swiper-dot-style .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--wiresamyak-white);
}

.swiper-dot-style .swiper-pagination-bullet::before {
  position: absolute;
  top: -12px;
  left: -12px;
  bottom: -12px;
  right: -12px;
  border: 1px solid var(--wiresamyak-white);
  border-radius: 50%;
  transform: scale(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

.swiper-dot-style .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper-dot-style .swiper-pagination-bullet:hover {
  transform: scale( 1.0 );
}

/*--------------------------------------------------------------
# Before And After
--------------------------------------------------------------*/
.before-and-after {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.before-and-after__shape-1 {
  position: absolute;
  bottom: 234px;
  left: 0;
  z-index: -1;
}

.before-and-after__shape-1 img {
  width: auto;
  opacity: .15;
}

.before-and-after__left {
  position: relative;
  display: block;
  margin-top: 90px;
}

.before-and-after__left .section-title {
  margin-bottom: 20px;
}

.before-and-after__left .section-title__tagline-shape-1::before {
  background-color: transparent;
  border: 1px solid var(--wiresamyak-base);
}

.before-and-after__btn-and-call-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 38px;
}

.before-and-after__btn-box {
  position: relative;
  display: block;
}

.before-and-after__btn {
  padding: 16px 24px 16px;
}

.before-and-after__call-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 34px;
}

.before-and-after__call-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--wiresamyak-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.before-and-after__call-box .icon:hover {
  background-color: var(--wiresamyak-black);
}

.before-and-after__call-box .icon::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid var(--wiresamyak-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.before-and-after__call-box .icon:hover::before {
  border: 1px solid var(--wiresamyak-black);
}

.before-and-after__call-box .icon span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: var(--wiresamyak-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.before-and-after__call-box .content {
  position: relative;
  display: block;
  margin-left: 34px;
}

.before-and-after__call-box .content>span {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(var(--wiresamyak-black-rgb), .80);
}

.before-and-after__call-box .content p {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  font-family: var(--wiresamyak-font-two);
  margin-top: 1px;
}

.before-and-after__call-box .content p>a {
  color: var(--wiresamyak-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.before-and-after__call-box .content p>a:hover {
  color: var(--wiresamyak-base);
}

.before-and-after__right {
  position: relative;
  display: block;
  margin-left: 61px;
}

.before-and-after__img-box {
  position: relative;
  display: block;
  background-color: #E1E2E2;
  border-radius: 10px;
}

.before-and-after__img-box .before-after {
  position: relative;
}

.before-and-after__img-box .before-after .twentytwenty-container img {
  width: 100%;
}

.before-and-after__img-box .before-after .twentytwenty-horizontal .twentytwenty-before-label:before {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100px;
  height: 100px;
  line-height: 90px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
  padding: 0px;
  background: transparent;
  z-index: 1;
  transform: rotate(-45deg);
  text-transform: uppercase;
  display: none;
}

.before-and-after__img-box .before-after .twentytwenty-horizontal .twentytwenty-before-label:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.before-and-after__img-box .before-after .twentytwenty-horizontal .twentytwenty-after-label:before {
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100px;
  line-height: 140px;
  text-align: center;
  font-size: 16px;
  background: transparent;
  font-weight: 700;
  color: #fff;
  margin: 0px;
  padding: 0px;
  bottom: 0px;
  transform: rotate(-45deg);
  z-index: 1;
  text-transform: uppercase;
  display: none;
}

.before-and-after__img-box.before-after .twentytwenty-horizontal .twentytwenty-after-label:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 0px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.twentytwenty-after-label,
.twentytwenty-before-label {
  opacity: 1 !important;
}

.before-and-after__img-box .twentytwenty-overlay {
  border-radius: 10px
}

/*--------------------------------------------------------------
# Product One
--------------------------------------------------------------*/
.product-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  overflow: hidden;
  z-index: 1;
}

.product-one__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 475px;
  background-color: var(--wiresamyak-base);
  z-index: -1;
}

.product-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.product-one .section-title__tagline-shape-1 {
  border: 1px solid var(--wiresamyak-white);
}

.product-one .section-title__tagline-shape-1::before {
  background-color: transparent;
  border: 1px solid var(--wiresamyak-white);
}

.product-one .section-title__tagline {
  color: var(--wiresamyak-white);
}

.product-one .section-title__title {
  color: var(--wiresamyak-white);
}

.product-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.product-one__img-box {
  position: relative;
  display: block;
}

.product-one__img {
  position: relative;
  display: flex;
  overflow: hidden;
  background-color: var(--wiresamyak-primary);
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.product-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--wiresamyak-black-rgb), .30);
  width: 0%;
  transition: all 500ms ease;
  z-index: 1;
}

.product-one__single:hover .product-one__img:before {
  width: 100%;
}

.product-one__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.product-one__single:hover .product-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.product-one__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 13px;
}

.product-one__title-box {
  position: relative;
  display: block;
}

.product-one__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.product-one__title a {
  color: var(--wiresamyak-black);
}

.product-one__title a:hover {
  color: var(--wiresamyak-base);
}

.product-one__ratting {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 4px;
}

.product-one__ratting span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #FFA41B;
}

.product-one__ratting span+span {
  margin-left: 4px;
}

.product-one__price {
  font-weight: 600;
  color: var(--wiresamyak-base);
}

/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
  position: relative;
  display: block;
  padding: 115px 0 112px;
  z-index: 1;
}

.testimonial-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.testimonial-three__inner {
  position: relative;
  display: block;
}

.testimonial-three__single {
  position: relative;
  display: block;
  text-align: center;
}

.testimonial-three__img {
  position: relative;
  display: inline-block;
  max-width: 80px;
  width: 100%;
}

.testimonial-three__img img {
  width: 100%;
  border: 5px solid var(--wiresamyak-base);
  border-radius: 50%;
}

.testimonial-three__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgba(var(--wiresamyak-white-rgb), .90);
  margin-bottom: 14px;
  margin-top: 18px;
}

.testimonial-three__client-info {
  position: relative;
  display: block;
}

.testimonial-three__client-info>h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.testimonial-three__client-info>h3>a {
  color: var(--wiresamyak-white);
}

.testimonial-three__client-info>p {
  color: rgba(var(--wiresamyak-white-rgb), .90);
}

.testimonial-three__nav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  height: 0;
  z-index: 100;
}

.testimonial-three__nav .swiper-button-prev,
.testimonial-three__nav .swiper-button-next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  color: var(--wiresamyak-white);
  border: 1px solid rgba(var(--wiresamyak-white-rgb), .50);
  font-size: 18px;
  margin: 0px 0px;
  text-align: center;
  transition: all 500ms ease;
  z-index: 100;
}

.testimonial-three__nav .swiper-button-prev:hover,
.testimonial-three__nav .swiper-button-next:hover {
  color: var(--wiresamyak-white);
  border: 1px solid var(--wiresamyak-white);
}

.testimonial-three__nav .swiper-button-next {
  margin-left: 20px;
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background-color: var(--wiresamyak-white);
  z-index: 1;
}

.blog-two__shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.blog-two__shape-1 img {
  width: auto;
  opacity: .40;
}

.blog-two .section-title__tagline-shape-1::before {
  background-color: transparent;
  border: 1px solid var(--wiresamyak-base);
}

.blog-two__single {
  position: relative;
  display: block;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  padding: 23px 23px 23px;
  margin-bottom: 30px;
}

.blog-two__img-box {
  position: relative;
  display: block;
}

.blog-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.blog-two__img img {
  width: 100%;
  border-radius: 8px;
  transition: 0.5s;
  background-size: cover;
}

.blog-two__img img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-two__img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.blog-two__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--wiresamyak-black-rgb), 0.5);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}

.blog-two__link::before,
.blog-two__link::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--wiresamyak-white);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-two__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.blog-two__single:hover .blog-two__link {
  opacity: 1;
  transform: translateY(0);
}

.blog-two__single:hover .blog-two__img img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.blog-two__single:hover .blog-two__img img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-two__date {
  position: absolute;
  left: 30px;
  bottom: -26px;
}

.blog-two__date p {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 61px;
  height: 52px;
  background-color: var(--wiresamyak-base);
  border-radius: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: var(--wiresamyak-white);
  font-family: var(--wiresamyak-font-two);
}

.blog-two__date p>span {
  font-size: 12px;
  font-weight: 400;
  font-family: var(--wiresamyak-font);
  line-height: 12px;
  margin-top: 1px;
}

.blog-two__content {
  position: relative;
  display: block;
  padding-top: 43px;
}

.blog-two__meta {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-two__meta li {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-two__meta li+li {
  margin-left: 31px;
}

.blog-two__meta li .icon {
  position: relative;
  display: inline-block;
}

.blog-two__meta li .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--wiresamyak-base);
}

.blog-two__meta li>a {
  font-size: 14px;
  font-weight: 600;
  color: var(--wiresamyak-gray);
  margin-left: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__meta li>a:hover {
  color: var(--wiresamyak-base);
}

.blog-two__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.blog-two__title a {
  color: var(--wiresamyak-black);
}

.blog-two__title a:hover {
  color: var(--wiresamyak-base);
}

.blog-two__read-more {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--wiresamyak-gray);
}

.blog-two__read-more:hover {
  color: var(--wiresamyak-base);
}

.blog-two__read-more>span {
  position: relative;
  margin-left: 11px;
  top: 1px;
}

/*--------------------------------------------------------------
# Google Map One
--------------------------------------------------------------*/
.office-hours {
  position: relative;
  display: block;
  padding: 0 0 120px;
  z-index: 1;
}

.google-map__one {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.office-hours-inner {
  position: relative;
  display: block;
  max-width: 586px;
  width: 100%;
  padding: 52px 60px 60px;
  background-color: var(--wiresamyak-base);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-left: auto;
}

.office-hours__content {
  position: relative;
  display: block;
}

.office-hours__content-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 16px;
  text-align: center;
  color: var(--wiresamyak-white);
}

.office-hours__list {
  position: relative;
  display: block;
}

.office-hours__list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px dashed var(--wiresamyak-white);
  padding: 6px 0;
}

.office-hours__list li+li {
  margin-top: 17px;
}

.office-hours__list li p {
  font-size: 17px;
  font-weight: 600;
  color: var(--wiresamyak-white);
  font-family: var(--wiresamyak-font-two);
}

.office-hours__btn-box {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 41px;
}

.office-hours__btn {
  border: 1px solid var(--wiresamyak-white);
  background-color: transparent;
  padding: 15px 24px 15px;
}

.office-hours__btn:hover {
  border: 1px solid var(--wiresamyak-black);
}

/*--------------------------------------------------------------
# Footer Widget Portfolio
--------------------------------------------------------------*/

.footer-widget__portfolio {
  position: relative;
  display: block;
  margin-left: -10px;
}

.footer-widget__portfolio .footer-widget__title-box {
  margin-bottom: 31px;
}

.footer-widget__portfolio-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.footer-widget__portfolio-list li {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.footer-widget__portfolio-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  width: 130px;
  z-index: 1;
}

.footer-widget__portfolio-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--wiresamyak-black-rgb), .30);
  transition: all 700ms ease;
  transform: translateY(-100%);
  border-radius: 8px;
  z-index: 1;
}

.footer-widget__portfolio-list li:hover .footer-widget__portfolio-img:before {
  transform: translateY(0%);
}

.footer-widget__portfolio-img img {
  width: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  border-radius: 8px;
}

.footer-widget__portfolio-list li:hover .footer-widget__portfolio-img img {
  transform: scale(1.1) rotate(2deg);
}

.footer-widget__portfolio-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--wiresamyak-white);
  transform: translateY(100px);
  opacity: 0;
  transition: all 700ms ease;
  z-index: 2;
}

.footer-widget__portfolio-list li:hover .footer-widget__portfolio-img a {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}

.footer-widget__portfolio-list li .footer-widget__portfolio-img a:hover {
  color: var(--wiresamyak-base);
}

/*--------------------------------------------------------------
# Team Three
--------------------------------------------------------------*/
.team-three {
  position: relative;
  display: block;
  padding: 0 0 90px;
  z-index: 1;
}

.team-three__shape-1 {
  position: absolute;
  top: 267px;
  left: 120px;
  z-index: -1;
}

.team-three__shape-1 img {
  width: auto;
}

.team-three__shape-2 {
  position: absolute;
  bottom: 275px;
  left: 165px;
  z-index: -1;
}

.team-three__shape-2 img {
  width: auto;
}

.team-three__shape-3 {
  position: absolute;
  top: 5px;
  right: 130px;
  z-index: -1;
}

.team-three__shape-3 img {
  width: auto;
}

.team-three__shape-4 {
  position: absolute;
  bottom: 236px;
  right: 0;
  z-index: -1;
}

.team-three__shape-4 img {
  width: auto;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 140px 0 152px;
  overflow: hidden;
  z-index: 1;
}

.page-header .container {
  max-width: 1538px;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
  padding: 0 10px;
}

.page-header__inner h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 9px;
}

.thm-breadcrumb__box {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.thm-breadcrumb {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: var(--wiresamyak-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: var(--wiresamyak-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--wiresamyak-base);
}

.thm-breadcrumb li span {
  position: relative;
  font-size: 12px;
  color: var(--wiresamyak-black);
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.about-page {
  position: relative;
  display: block;
  padding: 120px 0 112px;
  z-index: 1;
}

.about-page__top {
  position: relative;
  display: block;
}

.about-page__client-img-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-page__client-img {
  position: relative;
  display: block;
}

.about-page__client-img img {
  width: 100%;
  border-radius: 10px;
}

.about-page__social {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.about-page__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--wiresamyak-white);
  border-radius: 50%;
  font-size: 14px;
  color: var(--wiresamyak-white);
}

.about-page__social a:hover {
  color: var(--wiresamyak-base);
  background-color: var(--wiresamyak-white);
}

.about-page__social a+a {
  margin-left: 10px;
}

.about-page__client-shape {
  position: absolute;
  bottom: -130px;
  left: 50%;
  width: 290px;
  height: 261px;
  border-radius: 50%;
  background-color: var(--wiresamyak-base);
  transform: translateX(-50%);
}

.about-page__client-info {
  position: relative;
  display: block;
  margin-top: 24px;
}

.about-page__client-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 46px;
}

.about-page__client-sub-title {
  font-size: 18px;
  line-height: 30px;
}

.about-page__client-info-list {
  position: relative;
  display: block;
  margin-top: 23px;
  margin-bottom: 32px;
}

.about-page__client-info-list li {
  position: relative;
  display: block;
}

.about-page__client-info-list li+li {
  margin-top: 15px;
}

.about-page__client-info-list li>p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
}

.about-page__client-info-list li>p>a {
  color: var(--wiresamyak-gray);
}

.about-page__client-info-list li>p>span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--wiresamyak-black);
  font-family: var(--wiresamyak-font-two);
}

.about-page__client-title-2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.about-page__client-btn-box {
  position: relative;
  display: block;
  margin-top: 32px;
}

.about-page__client-btn {
  padding: 16px 24px 16px;
}

.about-page__bottom {
  position: relative;
  display: block;
}

.about-page__title-1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.01em;
  margin-top: 72px;
  margin-bottom: 11px;
}

.about-page__text-2 {
  margin-top: 24px;
  margin-bottom: 44px;
}

.about-page__title-2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.01em;
}

.about-page__text-3 {
  margin-top: 11px;
  margin-bottom: 33px;
}

.about-page__progress-list {
  position: relative;
  display: flex;
  align-items: center;
}

.about-page__progress-list li {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 21px;
}

.about-page__progress-list li+li {
  margin-left: 60px;
}

.about-page__progress-single {
  position: relative;
  display: block;
}

.about-page__progress-box {
  position: relative;
  display: inline-block;
}

.about-page__progress-box canvas {
  transform: rotate(-166deg);
}

.about-page__progress-box .price__pack {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.about-page__progress-box .price__pack p {
  font-size: 42px;
  font-weight: 700;
  color: var(--wiresamyak-black);
  line-height: 42px;
  font-family: var(--wiresamyak-font-two);
}

.about-page__progress-content {
  position: relative;
  display: block;
}

.about-page__progress-content>p {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--wiresamyak-black);
  margin-top: 16px;
  letter-spacing: 0.02em;
  font-family: var(--wiresamyak-font-two);
}

.about-page__title-3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.01em;
  margin-bottom: 11px;
  margin-top: 30px;
}

.about-page__points {
  position: relative;
  display: block;
  margin-top: 33px;
}

.about-page__points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 17px;
}

.about-page__points li+li {
  margin-top: 7px;
}

.about-page__points li .icon {
  position: relative;
  display: inline-block;
}

.about-page__points li .icon>span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--wiresamyak-base);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: relative;
  display: block;
}


.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  position: relative;
  margin: 0;
  font-size: 22px;
  margin-bottom: 32px;
  font-weight: 600;
}

.sidebar__title::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 83px;
  height: 2px;
  background: rgb(19, 76, 179);
  background: linear-gradient(90deg, rgba(19, 76, 179, 1) 8%, rgba(19, 76, 179, 0) 100%);
}


/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.services-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.services-details__services-box {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-primary);
  border-radius: 10px;
  padding: 36px 30px 40px;
}

.services-details__services-list {
  position: relative;
  display: block;
}

.services-details__services-list li {
  position: relative;
  display: block;
}

.services-details__services-list li+li {
  margin-top: 12px;
}

.services-details__services-list li>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--wiresamyak-white);
  color: var(--wiresamyak-black);
  border-radius: 8px;
  padding: 14px 25px 14px;
  z-index: 1;
}

.services-details__services-list li.active a {
  color: var(--wiresamyak-white);
}

.services-details__services-list li:hover a {
  color: var(--wiresamyak-white);
}

.services-details__services-list li>a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background-color: var(--wiresamyak-base);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.services-details__services-list li:hover a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.services-details__services-list li.active a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.services-details__services-list li>a>span {
  color: var(--wiresamyak-base);
  font-weight: 600;
}

.services-details__services-list li.active a>span {
  color: var(--wiresamyak-white);
}

.services-details__services-list li:hover a>span {
  color: var(--wiresamyak-white);
}

.services-details__opeaning-hour {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-primary);
  border-radius: 10px;
  padding: 36px 30px 40px;
}

.services-details__opeaning-list {
  position: relative;
  display: block;
}

.services-details__opeaning-list li {
  position: relative;
  display: block;
}

.services-details__opeaning-list li+li {
  margin-top: 12px;
}

.services-details__opeaning-list li>p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 17px;
  color: var(--wiresamyak-black);
  background-color: var(--wiresamyak-white);
  padding: 14px 25px 14px;
  border-radius: 8px;
}

.services-details__opeaning-list li>p>span {
  color: var(--wiresamyak-base);
  font-weight: 600;
}

.services-details__opeaning-btn-box {
  position: relative;
  display: block;
  margin-top: 12px;
}

.services-details__opeaning-btn {
  width: 100%;
  justify-content: center;
}

.services-details__need-help {
  position: relative;
  display: block;
  text-align: center;
  padding: 35px 30px 170px;
  border-radius: 10px;
  z-index: 1;
}

.services-details__need-help-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.services-details__need-help-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--wiresamyak-white);
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__need-help-icon:hover {
  background-color: var(--wiresamyak-black);
}

.services-details__need-help-icon::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid var(--wiresamyak-white);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__need-help-icon:hover::before {
  border: 1px solid var(--wiresamyak-black);
}

.services-details__need-help-icon span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__need-help-icon:hover span {
  color: var(--wiresamyak-white);
}

.services-details__need-help-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: var(--wiresamyak-white);
  margin-top: 21px;
  margin-bottom: 4px;
}

.services-details__need-help-call-number {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.services-details__need-help-call-number a {
  color: var(--wiresamyak-white);
}

.services-details__need-help-call-number a:hover {
  color: var(--wiresamyak-black);
}

.services-details__right {
  position: relative;
  display: block;
}

.services-details__img {
  position: relative;
  display: block;
}

.services-details__img img {
  width: 100%;
  border-radius: 10px;
}

.services-details__content {
  position: relative;
  display: block;
  margin-top: 32px;
}

.services-details__title-1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.services-details__text-1 {
  margin-top: 11px;
  margin-bottom: 14px;
}

.services-details__title-2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 24px;
  margin-bottom: 11px;
}

.services-details__points-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 19px;
  margin-bottom: 38px;
}

.services-details__points-list {
  position: relative;
  display: block;
}

.services-details__points-list-2 {
  margin-left: 47px;
}

.services-details__points-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.services-details__points-list li+li {
  margin-top: 20px;
}

.services-details__points-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid var(--wiresamyak-base);
  border-radius: 50%;
}

.services-details__points-list li .icon>span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--wiresamyak-base);
}

.services-details__points-list li p {
  font-weight: 500;
  color: var(--wiresamyak-black);
  text-transform: capitalize;
  margin-left: 10px;
}

.services-details__img-box {
  position: relative;
  display: block;
}

.services-details__img-box-img {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-details__img-box-img img {
  width: 100%;
  border-radius: 10px;
}

.services-details__title-3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.services-details__text-4 {
  margin-top: 11px;
  margin-bottom: 32px;
}

.services-details__right .faq-one-accrodion .accrodion {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}

.services-details__right .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 1;
}

.team-details__top {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #E5E5E5;
  background-color: var(--wiresamyak-white);
  padding: 29px 29px 29px;
  border-radius: 10px;
  z-index: 1;
}

.team-details__top-shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.team-details__top-shape-1 img {
  width: auto;
  opacity: .40;
}

.team-details__client-img {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
}

.team-details__client-img img {
  width: 100%;
  border-radius: 6px;
}

.team-details__client-content {
  display: block;
  margin-left: 30px;
  position: relative;
}

.team-details__client-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.team-details__client-sub-title {
  margin-top: 2px;
  margin-bottom: 13px;
}

.team-details__client-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 33px;
  border-top: 1px solid #E5E5E5;
  margin-top: 31px;
  padding-top: 32px;
  margin-bottom: 32px;
}

.team-details__client-list li {
  position: relative;
  display: block;
}

.team-details__client-list li>p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--wiresamyak-black);
}

.team-details__client-list li>p>a {
  color: var(--wiresamyak-black);
}

.team-details__client-list li>p>span {
  font-weight: 500;
  color: var(--wiresamyak-base);
}

.team-details__client-social-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.team-details__client-social-title {
  position: relative;
  display: block;
}

.team-details__client-social-title>p {
  font-weight: 500;
  color: var(--wiresamyak-base);
}

.team-details__client-social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
}

.team-details__client-social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--wiresamyak-base);
  font-size: 16px;
  color: var(--wiresamyak-base);
  border-radius: 2px;
}

.team-details__client-social a:hover {
  background-color: var(--wiresamyak-base);
  color: var(--wiresamyak-white);
}

.team-details__bottom {
  position: relative;
  display: block;
  margin-top: 56px;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 55px;
}

.team-details__bottom-left {
  position: relative;
  display: block;
}

.team-details__bottom-title-1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.team-details__bottom-text-1 {
  margin-top: 13px;
  margin-bottom: 22px;
}

.team-details__bottom-right {
  position: relative;
  display: block;
  margin-left: 60px;
  margin-top: 20px;
}

.team-details__progress-box {
  position: relative;
  display: block;
}

.team-details__progress-box li {
  position: relative;
  display: block;
}

.team-details__progress-box li+li {
  margin-top: 32px;
}

.team-details__progress {
  position: relative;
  display: block;
}

.team-details__progress-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--wiresamyak-black);
  margin-bottom: 9px;
}

.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: var(--wiresamyak-primary);
}

.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 10px;
  background-color: var(--wiresamyak-base);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.team-details__progress .count-text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 24px;
  right: 0;
  bottom: 24px;
  color: var(--wiresamyak-white);
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  opacity: 0;
  background-color: var(--wiresamyak-base);
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

.team-details__progress .count-text::before {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 0;
  border-top: 7px solid var(--wiresamyak-base);
  border-left: 8px solid transparent;
}

/*--------------------------------------------------------------
# Related Team
--------------------------------------------------------------*/
.related-team {
  position: relative;
  display: block;
  padding: 64px 0 90px;
  z-index: 1;
}

.related-team__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 58px;
}

.related-team__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.related-team__nav {
  gap: 40px;
  display: flex;
  position: relative;
  align-items: center;
}

.related-team__nav .swiper-button-prev,
.related-team__nav .swiper-button-next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  color: var(--wiresamyak-base);
  border: 1px solid var(--wiresamyak-base);
  font-size: 18px;
  margin: 0px 0px;
  text-align: center;
  transition: all 500ms ease;
  z-index: 100;
}

.related-team__nav .swiper-button-prev:hover,
.related-team__nav .swiper-button-next:hover {
  color: var(--wiresamyak-white);
  background-color: var(--wiresamyak-base);
  border: 1px solid var(--wiresamyak-base);
}


/*--------------------------------------------------------------
# Shop Page
--------------------------------------------------------------*/
.shop-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.shop-page__sidebar {
  position: relative;
  display: block;
}

.shop-page__sidebar-title {
  position: relative;
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 40px;
  font-weight: 600;
}

.shop-page__sidebar-title::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 83px;
  height: 2px;
  background: rgb(19, 76, 179);
  background: linear-gradient(90deg, rgba(19, 76, 179, 1) 8%, rgba(19, 76, 179, 0) 100%);
}

.shop-page__price-ranger {
  position: relative;
  padding: 28px 30px 28px;
  margin: 0;
  background-color: var(--wiresamyak-primary);
}

.shop-page__price-ranger .price-ranger .ui-widget-content {
  background: var(--wiresamyak-white);
  border: none;
  height: 10px;
}

.shop-page__price-ranger .price-ranger .ui-slider-handle {
  position: absolute;
  top: -3px;
  background: var(--wiresamyak-base);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border: 2px solid var(--wiresamyak-white);
  height: 16px;
  width: 16px !important;
  border-radius: 50%;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}

.shop-page__price-ranger .price-ranger .ui-slider .ui-slider-range {
  background: var(--wiresamyak-base);
}

.shop-page__price-ranger .price-ranger #slider-range {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.shop-page__price-ranger .price-ranger .ranger-min-max-block {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 27px;
}

.shop-page__price-ranger-title {
  font-size: 14px;
  color: var(--wiresamyak-black);
}

.shop-page__price-ranger .price-ranger .ranger-min-max-block input {
  display: inline-block;
}

.shop-page__price-ranger .price-ranger .ranger-min-max-block input[type="submit"] {
  position: relative;
  display: block;
  background: var(--wiresamyak-base);
  float: right;
  text-align: center;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  cursor: pointer;
  padding: 4px 20px;
  border-radius: 5px;
  letter-spacing: 0;
  margin-left: 33px;
}

.shop-page__price-ranger .price-ranger .ranger-min-max-block input[type="text"] {
  position: relative;
  display: inline-block;
  color: var(--wiresamyak-black);
  font-size: 14px;
  font-weight: 400;
  width: 25px;
  line-height: 30px;
  border: none;
  padding: 0;
  text-align: center;
  background-color: transparent;
}

.shop-page__price-ranger .price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--wiresamyak-black);
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  left: -2px;
}

.shop-page__review {
  position: relative;
  padding: 28px 30px 24px;
  margin: 0;
  background-color: var(--wiresamyak-primary);
}

.shop-page__review:before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 1px;
  background-color: #E3E3E3;
}

.shop-page__review:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  height: 1px;
  background-color: #E3E3E3;
}

.shop-page__review .shop-page__sidebar-title {
  margin-bottom: 32px;
}

.shop-page__review-list {
  position: relative;
  display: block;
}

.shop-page__review-list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.shop-page__review-list li .checked-box {
  position: relative;
  display: block;
}

.shop-page__review-list li .checked-box label {
  position: relative;
  display: block;
  height: 16px;
  width: 16px;
}

.shop-page__review-list li .checked-box input[type="checkbox"] {
  display: none;
}

.shop-page__review-list li .checked-box input[type="checkbox"]+label span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  border-radius: 0;
  vertical-align: middle;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #E3E3E3;
}

.shop-page__review-list li .checked-box label span:before {
  position: absolute;
  top: 2px;
  left: 3px;
  display: block;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
  width: 6px;
  height: 9px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.shop-page__review-list li .checked-box input[type="checkbox"]:checked+label span {
  border-color: var(--wiresamyak-base);
  background-color: var(--wiresamyak-base);
}

.shop-page__review-list li .checked-box input[type="checkbox"]:checked+label span:before {
  opacity: 1;
}

.shop-page__review-rating {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.shop-page__review-rating span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #FFA41B;
}

.shop-page__review-text {
  color: var(--wiresamyak-black);
}


.shop-page__categories {
  position: relative;
  padding: 28px 30px 24px;
  margin: 0;
  background-color: var(--wiresamyak-primary);
}

.shop-page__categories .shop-page__sidebar-title {
  margin-bottom: 30px;
}

.shop-page__categories-list {
  position: relative;
  display: block;
}

.shop-page__categories-list li {
  position: relative;
  display: block;
  padding-left: 23px;
}

.shop-page__categories-list li+li {
  margin-top: 2px;
}

.shop-page__categories-list li a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  color: var(--wiresamyak-black);
}

.shop-page__categories-list li .checked-box {
  position: absolute;
  top: 6px;
  left: 0;
}

.shop-page__categories-list li .checked-box label {
  position: relative;
  display: block;
  height: 16px;
  width: 16px;
}

.shop-page__categories-list li .checked-box input[type="checkbox"] {
  display: none;
}

.shop-page__categories-list li .checked-box input[type="checkbox"]+label span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  border-radius: 0;
  vertical-align: middle;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #E3E3E3;
}

.shop-page__categories-list li .checked-box label span:before {
  position: absolute;
  top: 2px;
  left: 3px;
  display: block;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
  width: 6px;
  height: 9px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.shop-page__categories-list li .checked-box input[type="checkbox"]:checked+label span {
  border-color: var(--wiresamyak-base);
  background-color: var(--wiresamyak-base);
}

.shop-page__categories-list li .checked-box input[type="checkbox"]:checked+label span:before {
  opacity: 1;
}

.shop-page__sidebar-search {
  position: relative;
  padding: 28px 30px 29px;
  margin: 30px 0 0;
  background-color: var(--wiresamyak-primary);
}

.shop-page__sidebar-search .shop-page__sidebar-title {
  margin-bottom: 23px;
}

.shop-page__sidebar-search-form {
  position: relative;
  display: block;
}

.shop-page__sidebar-search-form input[type="search"] {
  display: block;
  outline: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--wiresamyak-base);
  color: var(--wiresamyak-gray);
  border-radius: 0;
  padding-right: 40px;
}

.shop-page__sidebar-search-form button[type="submit"] {
  color: var(--wiresamyak-base);
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 30px;
  width: 100%;
  bottom: 0;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-page__right {
  position: relative;
  display: block;
}

.shop-page__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.shop-page__top-text {
  font-size: 18px;
  color: var(--wiresamyak-black);
  letter-spacing: -0.02em;
}

.shop-page__showing-sort {
  position: relative;
  display: block;
  max-width: 270px;
  width: 100%;
}

.shop-page__showing-sort .select-box .nice-select {
  background-color: var(--wiresamyak-primary);
  border-radius: 6px;
  color: var(--wiresamyak-gray);
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-bottom: 0px;
  letter-spacing: -0.02em;
}

.shop-page__showing-sort .select-box .nice-select:after {
  position: absolute;
  right: 20px;
}

.shop-page__bottom .product-one__ratting span {
  color: var(--wiresamyak-base);
}

.shop-page__pagination {
  position: relative;
  display: block;
  padding-top: 31px;
  text-align: center;
}

.shop-page__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 10px;
}

.shop-page__pagination .pg-pagination li:first-child a {
  top: 3px;
  border: 1px solid transparent;
  color: var(--wiresamyak-base);
  font-size: 20px;
}

.shop-page__pagination .pg-pagination li:last-child {
  margin-right: 0;
}

.shop-page__pagination .pg-pagination li:last-child a {
  top: 3px;
  border: 1px solid transparent;
  color: var(--wiresamyak-base);
  font-size: 20px;
}

.shop-page__pagination .pg-pagination li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  color: var(--wiresamyak-black);
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-page__pagination .pg-pagination li.active a,
.shop-page__pagination .pg-pagination li a:hover {
  background-color: var(--wiresamyak-base);
  color: var(--wiresamyak-white);
  border: 1px solid var(--wiresamyak-base);
}

/*--------------------------------------------------------------
# Wishlist
--------------------------------------------------------------*/
.wishlist {
  position: relative;
  display: block;
  padding: 117px 0 120px;
}

.wishlist .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media(max-width: 1199px) {
  .wishlist-table {
    min-width: 1170px;
  }
}

.wishlist-table {
  text-align: center;
  margin: 0;
}

.wishlist-table thead th {
  color: var(--wiresamyak-black);
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  padding: 0 60px 20px;
  border: none;
}

.wishlist-table thead th:first-child {
  text-align: left;
  padding-left: 0;
}

.wishlist-table tbody tr {
  vertical-align: middle;
}

.wishlist-table tbody tr:last-child {
  border-bottom: 1px solid #eeede5;
}

.wishlist-table tbody td {
  vertical-align: middle;
  border-top: 1px solid rgba(103, 104, 122, .50);
  border-bottom: 1px solid rgba(103, 104, 122, .50);
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
}

.wishlist-table tbody td:first-child {
  padding-left: 0;
}

.wishlist-table tbody td:last-child {
  text-align: right;
  padding-right: 0;
}

.wishlist-table .product-box {
  display: flex;
  align-items: center;
}

.wishlist-table .product-box .img-box {
  position: relative;
  display: block;
  width: 122px;
  border-radius: 0;
  overflow: hidden;
  margin-right: 40px;
}

.wishlist-table .product-box .img-box img {
  width: 100%;
}

.wishlist-table h3 {
  color: var(--wiresamyak-black);
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.wishlist-table h3 a {
  color: var(--wiresamyak-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.wishlist-table h3 a:hover {
  color: var(--wiresamyak-base);
}

.wishlist-price-box {
  font-size: 16px;
  line-height: 26px;
  color: var(--wiresamyak-base);
}

.wishlist-stock-box {
  color: #61CE70;
  font-size: 16px;
  line-height: 26px;
}

.wishlist__btn {
  background-color: var(--wiresamyak-primary);
  color: var(--wiresamyak-gray);
  padding: 16px 30px 16px;
  border-radius: 0;
}

.wishlist__btn::before,
.wishlist__btn::after {
  background-color: var(--wiresamyak-base);
}

.wishlist-table .cross-icon {
  position: relative;
  display: block;
}

.wishlist-table .cross-icon i {
  position: relative;
  color: #67687A;
  font-size: 20px;
  height: 45px;
  width: 45px;
  border: 1px solid rgba(103, 104, 122, .50);
  border-radius: 50%;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  text-align: center;
  line-height: 44px;
}

.wishlist-table .cross-icon i:hover {
  border: 1px solid rgba(19, 76, 179, 1);
  color: var(--wiresamyak-base);
}


/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart {
  position: relative;
  display: block;
  padding: 117px 0 120px;
}

.cart .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media(max-width: 1199px) {
  .cart-table {
    min-width: 1170px;
  }
}

.cart-table {
  text-align: center;
  margin: 0;
}

.cart-table thead th {
  color: var(--wiresamyak-black);
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  padding: 0 60px 20px;
  border: none;
}

.cart-table thead th:first-child {
  text-align: left;
  padding-left: 0;
}

.cart-table thead th:last-child {
  text-align: right;
  padding-right: 0;
}

.cart-table tbody tr {
  vertical-align: middle;
}

.cart-table tbody tr:last-child {
  border-bottom: 1px solid #eeede5;
}

.cart-table tbody td {
  vertical-align: middle;
  border-top: 1px solid rgba(103, 104, 122, .50);
  border-bottom: 1px solid rgba(103, 104, 122, .50);
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
}

.cart-table tbody td:first-child {
  padding-left: 0;
}

.cart-table tbody td:last-child {
  text-align: right;
  padding-right: 0;
}

.cart-table .product-box {
  display: flex;
  align-items: center;
}

.cart-table .product-box .img-box {
  position: relative;
  display: block;
  width: 122px;
  border-radius: 0;
  overflow: hidden;
  margin-right: 40px;
}

.cart-table .product-box .img-box img {
  width: 100%;
}

.cart-table h3 {
  color: var(--wiresamyak-black);
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.cart-table h3 a {
  color: var(--wiresamyak-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.cart-table h3 a:hover {
  color: var(--wiresamyak-base);
}

.cart-price-box {
  font-size: 16px;
  line-height: 26px;
  color: var(--wiresamyak-base);
}

.cart .quantity-box {
  position: relative;
  width: 135px;
  border-radius: 0;
  height: 30px;
  margin: 0 auto 0;
}

.cart .quantity-box input {
  height: 30px;
  border: 1px solid #E3E3E3;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--wiresamyak-black);
  background-color: transparent;
  width: 45px;
  text-align: center;
  opacity: 1;
}

.cart .quantity-box input::-webkit-outer-spin-button,
.cart .quantity-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart .quantity-box button.sub {
  width: 40px;
  height: 30px;
  background-color: #ffffff;
  color: var(--wiresamyak-black);
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 0px;
  border: 1px solid #E3E3E3;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 0;
  padding: 0;
  transform: translateY(-50%);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.cart .quantity-box button.sub:hover,
.cart .quantity-box button.add:hover {
  background-color: var(--wiresamyak-base);
  border: 1px solid var(--wiresamyak-base);
  color: var(--wiresamyak-white);
}

.cart .quantity-box button.add {
  width: 40px;
  height: 30px;
  background-color: #ffffff;
  color: var(--wiresamyak-black);
  font-size: 13px;
  position: absolute;
  top: 50%;
  right: 0px;
  border: 1px solid #E3E3E3;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 0;
  padding: 0;
  transform: translateY(-50%);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.cart__sup-total {
  font-size: 16px;
  line-height: 26px;
  color: var(--wiresamyak-base);
}

.cart__coupon-code-and-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.cart__coupon-code-box {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
}

.cart-coupon__form {
  position: relative;
  display: flex;
  align-items: center;
}

.cart-coupon__input {
  max-width: 265px;
  width: 100%;
  border-radius: 0;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
  font-size: 14px;
  color: var(--wiresamyak-gray);
  height: 50px;
  border: 1px solid rgba(var(--wiresamyak-gray-rgb), .50);
  outline: none;
  font-weight: 400;
}

.cart-coupon__form ::placeholder {
  color: var(--wiresamyak-gray);
  opacity: 1;
}

.cart-coupon__form button {
  border: none;
  outline: none !important;
  background-color: var(--wiresamyak-black);
  border-radius: 0;
}

.cart-coupon__form button:before,
.cart-coupon__form button:after {
  background-color: var(--wiresamyak-base);
}

.cart__btn-box {
  position: relative;
  display: block;
}

.cart__btn {
  border-radius: 0;
}

.cart__order-summary-box {
  position: relative;
  display: block;
  margin-top: 58px;
}

.cart__order-summary-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}

.cart__order-summary-list {
  position: relative;
  display: block;
}

.cart__order-summary-list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 225px;
  border-bottom: 1px solid rgba(var(--wiresamyak-gray-rgb), .50);
  padding-top: 17px;
  padding-bottom: 17px;
}

.cart__order-summary-1 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: var(--wiresamyak-black);
  font-weight: 600;
  width: 80px;
  font-family: var(--wiresamyak-font-two);
}

.cart__order-summary-2 {
  color: var(--wiresamyak-base);
  font-family: var(--wiresamyak-font-two);
}

.cart__order-summary-3 {
  color: var(--wiresamyak-black);
  line-height: 26px;
}

.cart__order-summary-btn-box {
  position: relative;
  display: block;
  margin-top: 25px;
}

.cart__order-summary-btn {
  border-radius: 0;
  padding: 16px 24px 16px;
}

/*--------------------------------------------------------------
# Shop Details
--------------------------------------------------------------*/
.shop-details {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.shop-details__top {
  position: relative;
  display: block;
}

.shop-details__top-left {
  position: relative;
  display: block;
  margin-right: 32px;
}

.shop-details__main-tab-box {
  position: relative;
  display: block;
}

.shop-details__main-tab-box .tabs-content {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}

.shop-details__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  transform: scale(1.01);
  transition: transform .5s cubic-bezier(.27, .48, .45, .94);
  transform-origin: 70% 80%;
  z-index: 10;
}

.shop-details__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  transform: scale(1.036);
  transition-duration: .9s;
}

.shop-details__main-content-box {
  position: relative;
  display: block;
}

.shop-details__main-content-box img {
  width: 100%;
}

.shop-details__tab-btn-box {
  position: relative;
  display: block;
}

.shop-details__tab-btn-box .tab-buttons {
  position: relative;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.shop-details__tab-btn-box .tab-buttons .tab-btn img {
  width: 100%;
  border: 1px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}

.shop-details__tab-btn-box .tab-buttons .tab-btn.active-btn img {
  border: 1px solid var(--wiresamyak-base);
}

.shop-details__tab-btn-box .tab-buttons .tab-btn:hover img {
  border: 1px solid var(--wiresamyak-base);
}

.shop-details__top-right {
  position: relative;
  display: block;
  margin-top: -8px;
}

.shop-details__top-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.shop-details__review-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 2px;
  margin-bottom: 16px;
}

.shop-details__rating {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}

.shop-details__rating span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #FFA41B;
}

.shop-details__rating span:last-child {
  color: #67687A;
}

.shop-details__review-text {
  font-size: 14px;
  color: var(--wiresamyak-black);
}

.shop-details__price-box {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 16px;
  margin-bottom: 36px;
}

.shop-details__quantity-btn-and-heart {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.shop-details__quantity-outer-box {
  position: relative;
  display: block;
}

.shop-details__quantity-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 10px;
}

.shop-details__quantity-outer-box .quantity-box {
  position: relative;
  width: 135px;
  border-radius: 0;
  height: 30px;
}

.shop-details__quantity-outer-box .quantity-box input {
  height: 30px;
  border: 1px solid #E3E3E3;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--wiresamyak-black);
  background-color: transparent;
  width: 45px;
  text-align: center;
  margin-left: 45px;
  opacity: 1;
}

.shop-details__quantity-outer-box .quantity-box input::-webkit-outer-spin-button,
.shop-details__quantity-outer-box .quantity-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.shop-details__quantity-outer-box .quantity-box button.sub {
  width: 40px;
  height: 30px;
  background-color: #ffffff;
  color: var(--wiresamyak-black);
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 0px;
  border: 1px solid #E3E3E3;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 0;
  padding: 0;
  transform: translateY(-50%);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-details__quantity-outer-box .quantity-box button.sub:hover,
.shop-details__quantity-outer-box .quantity-box button.add:hover {
  background-color: var(--wiresamyak-base);
  border: 1px solid var(--wiresamyak-base);
  color: var(--wiresamyak-white);
}

.shop-details__quantity-outer-box .quantity-box button.add {
  width: 40px;
  height: 30px;
  background-color: #ffffff;
  color: var(--wiresamyak-black);
  font-size: 13px;
  position: absolute;
  top: 50%;
  right: 0px;
  border: 1px solid #E3E3E3;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 0;
  padding: 0;
  transform: translateY(-50%);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-details__btn-box {
  position: relative;
  display: block;
  margin-left: 18px;
  margin-right: 10px;
}

.shop-details__btn {
  padding: 13px 24px 13px;
  border-radius: 0;
  text-transform: uppercase;
}

.shop-details__heart {
  position: relative;
  display: block;
}

.shop-details__heart a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  background-color: var(--wiresamyak-primary);
  font-size: 20px;
  color: var(--wiresamyak-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-details__heart a:hover {
  color: var(--wiresamyak-white);
  background-color: var(--wiresamyak-base);
}

.shop-details__bottom-box {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--wiresamyak-gray-rgb), .50);
  margin-top: 40px;
  padding-top: 27px;
}

.shop-details__bottom-list {
  position: relative;
  display: block;
}

.shop-details__bottom-list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.shop-details__bottom-list li+li {
  margin-top: 12px;
}

.shop-details__bottom-list li h5 {
  font-size: 16px;
  font-weight: 600;
  color: #12172B;
  line-height: 20px;
}

.shop-details__bottom-list li p {
  font-size: 14px;
  line-height: 20px;
  margin-left: 10px;
}

.shop-details__bottom {
  position: relative;
  display: block;
  padding: 65px 0 0;
}

.shop-details__description {
  position: relative;
  display: block;
}

.shop-details__main-tab-box-two {
  position: relative;
  display: block;
}

.shop-details__main-tab-box-two .tab-buttons {
  position: relative;
  display: block;
}

.shop-details__main-tab-box-two .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
}

.shop-details__main-tab-box-two .tab-buttons .tab-btn+.tab-btn {
  margin-left: 15px;
}

.shop-details__main-tab-box-two .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 16px;
  line-height: 16px;
  color: var(--wiresamyak-white);
  background-color: var(--wiresamyak-black);
  padding: 17px 25px 17px;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--wiresamyak-font-two);
  transition: all 0.3s ease;
  z-index: 1;
}

.shop-details__main-tab-box-two .tab-buttons .tab-btn.active-btn span {
  color: var(--wiresamyak-white);
}

.shop-details__main-tab-box-two .tab-buttons .tab-btn span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  background-color: var(--wiresamyak-base);
  transition: all 0.3s ease;
  z-index: -1;
}

.shop-details__main-tab-box-two .tab-buttons .tab-btn.active-btn span:before {
  height: 100%;
}

.shop-details__main-tab-box-two .tabs-content {
  position: relative;
  display: block;
}

.shop-details__main-tab-box-two .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.shop-details__main-tab-box-two .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.shop-details__tab-content-inner {
  position: relative;
  display: block;
  padding: 40px 0px 0px;
}

.shop-details__description-content {
  position: relative;
  display: block;
}

.shop-details__description-text-1 {
  padding-bottom: 24px;
}

.shop-details__additional-information-content {
  position: relative;
  display: block;
}

.shop-details__additional-information-text-1 {
  padding-bottom: 24px;
}

/*--------------------------------------------------------------
# Review Form
--------------------------------------------------------------*/
.review-one {
  position: relative;
  display: block;
}

.comments-area {
  position: relative;
  display: block;
}

.comments-area .comment-box {
  position: relative;
  display: block;
  padding-bottom: 31px;
  border-bottom: 1px solid #E3E3E3;
}

.comments-area .comment {
  position: relative;
  display: flex;
}

.comments-area .comment-box .author-thumb {
  position: relative;
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
  width: 100%;
}

.comments-area .comment-box .author-thumb figure {
  margin: 0;
}

.review-one__content {
  position: relative;
  display: block;
  padding-left: 20px;
  flex: 1;
}

.review-one__content-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}

.review-one__content-top .info {
  position: relative;
  display: block;
}

.review-one__content-top .info h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.review-one__content-top .info p {
  color: var(--wiresamyak-gray);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize;
}

.review-one__content-top .reply-btn {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.review-one__content-top .reply-btn i {
  color: #FFA41B;
  font-size: 17px;
}

.review-one__content-top .reply-btn i:last-child {
  color: rgba(var(--wiresamyak-gray-rgb), .50);
}

.review-one__content-bottom {
  position: relative;
  display: block;
}

.review-one__content-bottom p {
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
}

/* = Review Form = */
.review-form-one {
  position: relative;
  display: block;
  padding: 47px 0px 0px;
}

.review-form-one__inner {
  position: relative;
  display: block;
}

.review-form-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.review-form-one__rate-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 23px;
  margin-bottom: 27px;
}

.review-form-one__rate-text {
  font-size: 16px;
  font-weight: 400;
  color: #12172B;
}

.review-form-one__rate {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.review-form-one__rate i {
  font-size: 16px;
  color: #FFA41B;
}

.review-form-one__rate i+i {
  margin-left: 5px;
}

.review-form-one__form {
  position: relative;
  display: block;
}

.review-form-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.review-form-one__input-title {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--wiresamyak-black);
  margin-bottom: 7px;
}

.review-form-one__input-box input[type="text"],
.review-form-one__input-box input[type="email"] {
  height: 56px;
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: var(--wiresamyak-white);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: var(--wiresamyak-gray);
  display: block;
  font-weight: 400;
  border-radius: 8px;
}

.review-form-one__input-box textarea {
  font-size: 16px;
  color: var(--wiresamyak-gray);
  height: 200px;
  width: 100%;
  background-color: var(--wiresamyak-white);
  padding: 20px 30px 30px;
  border: 1px solid #E3E3E3;
  outline: none;
  margin-bottom: 0px;
  font-weight: 400;
  border-radius: 8px;
}

.review-form-one__input-box.text-message-box {
  min-height: 200px;
  height: 100%;
}

.review-form-one__btn {
  border: none;
  padding: 14px 24px 14px;
}

/*--------------------------------------------------------------
# Related Product
--------------------------------------------------------------*/
.related-product {
  position: relative;
  display: block;
  padding: 70px 0 90px;
}

.related-product__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 33px;
}

.related-product .product-one__ratting span {
  color: var(--wiresamyak-base);
}

/*--------------------------------------------------------------
# Checkout Page
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
  display: block;
  padding: 117px 0 120px;
}

.checkout-page__left {
  position: relative;
  display: block;
  margin-right: 40px;
}

.checkout-page__billing {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.checkout-page__billing h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}

.checkout-page .checkout-page__form .field-label {
  color: var(--wiresamyak-black);
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 8px;
  text-transform: capitalize;
}

.checkout-page .checkout-page__form .field-input {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.checkout-page .checkout-page__form .field-input input[type="text"],
.checkout-page .checkout-page__form .field-input input[type="email"],
.checkout-page .checkout-page__form .field-input input[type="tel"] {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--wiresamyak-gray-rgb), .50);
  color: rgba(103, 104, 122, .50);
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-family: var(--wiresamyak-font);
  outline: none;
  transition: all 500ms ease;
}

.checkout-page .checkout-page__form .field-input input[type="text"]:focus {
  border-color: #E3E3E3;
}

.checkout-page .checkout-page__form .field-input textarea {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--wiresamyak-gray-rgb), .50);
  color: rgba(103, 104, 122, .50);
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 210px;
  padding: 10px 20px;
  outline: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.checkout-page .checkout-page__form .field-input textarea:focus {
  border-color: #E3E3E3;
}

.checkout-page .checkout-page__form .field-input.text-message-box {
  margin-bottom: 0px;
  height: 246px;
}


.checkout-page .checkout-page__form .field-input .nice-select {
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid rgba(var(--wiresamyak-gray-rgb), .50);
  text-align: left;
  font-family: var(--wiresamyak-font);
  font-size: 14px;
  font-weight: 400;
  color: rgba(103, 104, 122, .50);
  height: 60px;
  line-height: 60px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.checkout-page .checkout-page__form .field-input .nice-select .list {
  border-radius: 0;
}

.checkout-page .checkout-page__form .field-input .nice-select:after {
  position: absolute;
  right: 20px;
  top: 50%;
  border-bottom: 1px solid #67687A;
  border-right: 1px solid #67687A;
  width: 8px;
  height: 8px;
  margin-top: -7px;
  pointer-events: none;
}

.checkout-page__create-acc {
  position: relative;
  display: block;
  margin-top: 4px;
  margin-bottom: 19px;
}

.checkout-page__create-acc input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
  height: 18px;
  width: 18px;
}

.checkout-page__create-acc .checkbox label>span {
  color: var(--wiresamyak-black);
}

.checkout-form-list>p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkout-form-list label {
  color: var(--wiresamyak-black);
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 8px;
  text-transform: capitalize;
}

.checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--wiresamyak-gray-rgb), .50);
  color: rgba(103, 104, 122, .50);
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-family: var(--wiresamyak-font);
  outline: none;
  transition: all 500ms ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.checkout-page__ship-to-different-address {
  position: relative;
  display: block;
}

.checkout-page__ship-to-different-address .checkbox {
  position: relative;
  display: block;
  margin-bottom: 29px;
}

.checkout-page__ship-to-different-address input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 0px;
  height: 18px;
  width: 18px;
}

.checkout-page__ship-to-different-address .checkbox label>span {
  font-size: 24px;
  font-weight: 500;
  color: var(--wiresamyak-black);
}

.create-account {
  display: none;
}

#ship-box-info {
  display: none;
}

.checkout-page__sidebar {
  position: relative;
  display: block;
}

.checkout-page__order-box {
  position: relative;
  display: block;
}

.checkout-page__order-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 6px;
}

.checkout-page__order-table-outer {
  position: relative;
  width: 100%;
}

.checkout-page__order-table {
  width: 100%;
}

.checkout-page__order-table tbody {
  position: relative;
}

.checkout-page__order-table tbody tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0px;
  border-bottom: 1px solid rgba(var(--wiresamyak-gray-rgb), .50);
}

.checkout-page__order-table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  color: #12172B;
  line-height: 14px;
}

.checkout-page__radio-list {
  position: relative;
  display: block;
}

.checkout-page__radio-list li {
  position: relative;
  display: block;
}

.checkout-page__radio-list li+li {
  margin-top: 16px;
}

.checkout-page__radio-list li .custom-rario {
  position: relative;
  display: block;
  cursor: pointer;
  text-align: right;
}

.checkout-page__radio-list li .custom-rario input[type="radio"] {
  display: none;
}

.checkout-page__radio-list li .custom-rario .radio-text {
  font-size: 14px;
  font-weight: 400;
  color: #12172B;
  margin-right: 25px;
}

.checkout-page__radio-list li .custom-rario .radio-dot {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 1px solid rgba(var(--wiresamyak-gray-rgb), .50);
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.checkout-page__radio-list li .custom-rario .radio-dot::after {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--wiresamyak-base);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.3s ease-in-out 0s;
}

.checkout-page__radio-list li .custom-rario input[type="radio"]:checked~.radio-dot::after {
  transform: translate(-50%, -50%) scale(1);
}

.checkout-page__radio-list li .custom-rario input[type="radio"]:checked~.radio-dot {
  border-color: rgba(var(--wiresamyak-gray-rgb), .50);
}

.checkout-page__radio-list li .custom-rario input[type="radio"]:checked~.radio-text {
  color: var(--wiresamyak-black);
}

.checkout__payment {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(var(--wiresamyak-gray-rgb), .50);
}

.checkout__payment__title-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  margin-bottom: 23px;
}

.checkout__payment__title {
  color: var(--wiresamyak-black);
  font-size: 20px;
  font-weight: 400;
}

.checkout__payment__title-dot {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: 1px solid rgba(var(--wiresamyak-gray-rgb), .50);
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all 500ms ease;
}

.checkout__payment__title-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--wiresamyak-base);
  transform: translate(-50%, -50%) scale(0);
  transition: 0.3s ease-in-out 0s;
  z-index: 1;
}

.checkout__payment__item--active .checkout__payment__title-dot::after {
  transform: translate(-50%, -50%) scale(1);
}

.checkout__payment__title-box img {
  margin-left: 15px;
}

.checkout__payment__content {
  font-size: 15px;
  line-height: 24px;
  color: var(--wiresamyak-gray);
  font-weight: 400;
}

.checkout__payment__content {
  font-size: 15px;
  line-height: 24px;
  color: var(--wiresamyak-gray);
  font-weight: 400;
  margin-top: -10px;
  margin-bottom: 18px;
}

.checkout__btn {
  border-radius: 0;
  width: 100%;
  padding: 16px 24px 16px;
  justify-content: center;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  position: relative;
  display: block;
  padding: 120px 0 112px;
  z-index: 1;
}

.portfolio-details__img {
  position: relative;
  display: block;
}

.portfolio-details__img img {
  width: 100%;
  border-radius: 10px;
}

.portfolio-details__category {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--wiresamyak-base);
  padding: 32px 30px 32px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.portfolio-details__category-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}

.portfolio-details__category-list li {
  position: relative;
  display: block;
}

.portfolio-details__category-list li>p {
  color: var(--wiresamyak-white);
}

.portfolio-details__content {
  position: relative;
  display: block;
  margin-top: 40px;
}

.portfolio-details__title-1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.portfolio-details__text-1 {
  margin-top: 10px;
  margin-bottom: 44px;
}

.portfolio-details__patient-box {
  position: relative;
  display: block;
}

.portfolio-details__patient-box-left {
  position: relative;
  display: block;
}

.portfolio-details__recover-patient-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.portfolio-details__recover-text {
  margin-top: 13px;
  margin-bottom: 18px;
}

.portfolio-details__recover-points-box {
  position: relative;
  display: flex;
  align-items: center;
}

.portfolio-details__recover-points {
  position: relative;
  display: block;
}

.portfolio-details__recover-points-2 {
  position: relative;
  display: block;
  margin-left: 145px;
}

.portfolio-details__recover-points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
}

.portfolio-details__recover-points li+li {
  margin-top: 12px;
}

.portfolio-details__recover-points li .icon {
  position: relative;
  display: inline-block;
}

.portfolio-details__recover-points li .icon>span {
  position: relative;
  display: inline-block;
  color: var(--wiresamyak-base);
  font-size: 16px;
}

.portfolio-details__recover-points li p {
  color: var(--wiresamyak-black);
}

.portfolio-details__satisfied-patient {
  position: relative;
  display: block;
  margin-top: 48px;
  margin-bottom: 54px;
}

.portfolio-details__satisfied-patient-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.portfolio-details__satisfied-patient-box {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
}

.portfolio-details__satisfied-patient-img {
  position: relative;
  display: block;
  max-width: 96px;
  width: 100%;
  top: 5px;
}

.portfolio-details__satisfied-patient-img img {
  width: 100%;
  border-radius: 50%;
}

.portfolio-details__satisfied-patient-content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.portfolio-details__satisfied-patient-content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.portfolio-details__satisfied-patient-content>p {
  position: relative;
  margin-top: 14px;
  margin-bottom: 22px;
}

.portfolio-details__satisfied-reply {
  position: relative;
  display: inline-block;
}

.portfolio-details__satisfied-reply>a {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  background-color: var(--wiresamyak-base);
  color: var(--wiresamyak-white);
  padding: 6px 17px 6px;
  border-radius: 15px;
}

.portfolio-details__satisfied-reply>a:hover {
  background-color: var(--wiresamyak-black);
}

.portfolio-details__satisfied-ratting {
  position: absolute;
  top: 20px;
  right: 74px;
  display: flex;
  align-items: center;
}

.portfolio-details__satisfied-ratting>span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #FFA41B;
}

.portfolio-details__satisfied-ratting>span+span {
  margin-left: 5px;
}

.portfolio-details__patient-box-right {
  position: relative;
  display: block;
  margin-left: -18px;
  margin-top: 17px;
}

.portfolio-details__title-2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 13px;
}

/*--------------------------------------------------------------
# Blog List
--------------------------------------------------------------*/
.blog-list__left {
  position: relative;
  display: block;
}

.blog-list__single {
  position: relative;
  display: block;
  border: 1px solid #E3E3E3;
  border-radius: 16px;
  padding: 29px 29px 29px;
  margin-bottom: 30px;
}

.blog-list__img-box {
  position: relative;
  display: block;
}

.blog-list__img {
  position: relative;
  display: block;
}

.blog-list__img img {
  width: 100%;
  border-radius: 8px;
}

.blog-list__date {
  position: absolute;
  top: 20px;
  left: 20px;
}

.blog-list__date>p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 61px;
  height: 52px;
  background-color: var(--wiresamyak-base);
  border-radius: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: var(--wiresamyak-white);
  font-family: var(--wiresamyak-font-two);
}

.blog-list__date>p>span {
  font-size: 12px;
  font-family: var(--wiresamyak-font);
  line-height: 12px;
  top: 1px;
  position: relative;
  font-weight: 400;
}

.blog-list__content {
  position: relative;
  display: block;
  margin-top: 21px;
}

.blog-list__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.blog-list__meta li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-list__meta li .icon {
  position: relative;
  display: inline-block;
}

.blog-list__meta li .icon>span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--wiresamyak-base);
}

.blog-list__meta li p {
  font-size: 14px;
}

.blog-list__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 9px;
  margin-bottom: 9px;
}

.blog-list__title>a {
  color: var(--wiresamyak-black);
}

.blog-list__title>a:hover {
  color: var(--wiresamyak-base);
}

.blog-list__btn-box {
  position: relative;
  display: inline-block;
  margin-top: 21px;
}

.blog-list__btn {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px 12px;
}

.blog-list__pagination {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 30px;
}

.blog-list__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 10px;
}

.blog-list__pagination .pg-pagination li:last-child {
  margin-right: 0;
}

.blog-list__pagination .pg-pagination li a {
  height: 50px;
  width: 50px;
  text-align: center;
  display: inline-flex;
  color: var(--wiresamyak-black);
  border: 1px solid #D9D9D9;
  font-weight: 400;
  font-size: 16px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  align-items: center;
  justify-content: center;
}

.blog-list__pagination .pg-pagination li:first-child a {
  border: 1px solid transparent;
  background-color: transparent;
  color: var(--wiresamyak-base);
  font-size: 20px;
}

.blog-list__pagination .pg-pagination li:last-child a {
  border: 1px solid transparent;
  background-color: transparent;
  color: var(--wiresamyak-base);
  font-size: 20px;
}

.blog-list__pagination .pg-pagination li:hover a,
.blog-list__pagination .pg-pagination li.active a {
  background-color: var(--wiresamyak-base);
  color: var(--wiresamyak-white);
  border: 1px solid var(--wiresamyak-base);
}

.sidebar__search {
  position: relative;
  display: block;
  padding: 36px 30px 40px;
  background: var(--wiresamyak-primary);
  border-radius: 10px;
}

.sidebar__search-form {
  position: relative;
  display: block;
}

.sidebar__search-form input[type="search"] {
  display: block;
  outline: none;
  background-color: transparent;
  border: none;
  font-weight: 500;
  font-size: 14px;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 65px;
  color: var(--wiresamyak-gray);
  background: var(--wiresamyak-white);
  border-radius: 8px;
}

.sidebar__search-form button[type="submit"] {
  color: var(--wiresamyak-white);
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 60px;
  width: 100%;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: var(--wiresamyak-base);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__search-form button[type="submit"]:hover {
  background-color: var(--wiresamyak-black);
}

.sidebar__all-services {
  position: relative;
  display: block;
  padding: 36px 30px 40px;
  background: var(--wiresamyak-primary);
  border-radius: 10px;
}

.sidebar__all-services-list {
  position: relative;
  display: block;
}

.sidebar__all-services-list li {
  position: relative;
  display: block;
}

.sidebar__all-services-list li+li {
  margin-top: 12px;
}

.sidebar__all-services-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--wiresamyak-white);
  border-radius: 8px;
  color: var(--wiresamyak-black);
  padding: 14px 24px 14px;
  z-index: 1;
}

.sidebar__all-services-list li.active a {
  color: var(--wiresamyak-white);
}

.sidebar__all-services-list li:hover a {
  color: var(--wiresamyak-white);
}

.sidebar__all-services-list li>a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background-color: var(--wiresamyak-base);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.sidebar__all-services-list li:hover a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.sidebar__all-services-list li.active a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 36px 30px 40px;
  background: var(--wiresamyak-primary);
  border-radius: 10px;
}

.sidebar__post-list {
  position: relative;
  display: block;
}

.sidebar__post-list li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 20px;
}

.sidebar__post-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0px;
}

.sidebar__post-list li+li {
  margin-top: 20px;
}

.sidebar__post-image {
  position: relative;
  display: block;
  max-width: 78px;
  width: 100%;
}

.sidebar__post-image img {
  width: 100%;
  border-radius: 4px;
}

.sidebar__post-content {
  position: relative;
  display: block;
  margin-left: 15px;
}

.sidebar__post-content h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 6px;
}

.sidebar__post-content h3>a {
  color: var(--wiresamyak-black);
}

.sidebar__post-content h3>a:hover {
  color: var(--wiresamyak-base);
}

.sidebar__post-date {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--wiresamyak-base);
}

.sidebar__post-date>i {
  font-size: 21px;
  color: var(--wiresamyak-base);
  position: relative;
}

.sidebar__tags {
  position: relative;
  display: block;
  padding: 36px 30px 40px;
  background: var(--wiresamyak-primary);
  border-radius: 10px;
}

.sidebar__tags-list {
  position: relative;
  display: block;
  margin-left: -6px;
}

.sidebar__tags-list a {
  font-size: 14px;
  color: var(--wiresamyak-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--wiresamyak-white);
  display: inline-block;
  padding: 6px 15px 6px;
  margin-left: 6px;
  font-weight: 400;
  border-radius: 4px;
}

.sidebar__tags-list a+a {
  margin-top: 10px;
}

.sidebar__tags-list a:hover {
  color: var(--wiresamyak-white);
  background-color: var(--wiresamyak-base);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img-box-1 {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
}

.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}

.blog-details__date {
  position: absolute;
  top: 20px;
  left: 20px;
}

.blog-details__date>p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 61px;
  height: 52px;
  background-color: var(--wiresamyak-base);
  border-radius: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: var(--wiresamyak-white);
  font-family: var(--wiresamyak-font-two);
}

.blog-details__date>p>span {
  font-size: 12px;
  font-family: var(--wiresamyak-font);
  line-height: 12px;
  top: 1px;
  position: relative;
  font-weight: 400;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 37px;
}

.blog-details__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 16px;
  margin-bottom: 12px;
}

.blog-details__meta li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__meta li .icon {
  position: relative;
  display: inline-block;
}

.blog-details__meta li .icon>span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--wiresamyak-base);
}

.blog-details__meta li p {
  font-size: 14px;
}

.blog-details__title-1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.blog-details__text-1 {
  margin-top: 11px;
  margin-bottom: 14px;
}

.blog-details__img-box {
  position: relative;
  display: block;
  margin-top: 32px;
}

.blog-details__img-box-img {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-details__img-box-img img {
  width: 100%;
  border-radius: 10px;
}

.blog-details__quote-box {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-primary);
  border-left: 4px solid var(--wiresamyak-base);
  border-radius: 10px;
  padding: 28px 37px 28px;
  padding-right: 50px;
  margin-top: 32px;
  margin-bottom: 28px;
}

.blog-details__quote-box>p {
  text-transform: capitalize;
  color: var(--wiresamyak-black);
}

.blog-details__quote {
  position: absolute;
  bottom: 28px;
  right: 40px;
}

.blog-details__quote img {
  width: auto;
}

.blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  padding: 20px 0 20px;
  margin-top: 31px;
  margin-bottom: 42px;
}

.blog-details__bottom p {
  gap: 10px;
  margin: 0;
  flex-wrap: wrap;
  align-items: center;
  display: inline-flex;
}

.blog-details__tags span {
  font-size: 16px;
  font-weight: 600;
  color: var(--wiresamyak-black);
  font-family: var(--wiresamyak-font-two);
}

.blog-details__tags a {
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  padding: 5px 18px 5px;
  border: 1px solid #E3E3E3;
  color: var(--wiresamyak-black);
  transition: all 500ms ease;
}

.blog-details__tags a:hover {
  background-color: var(--wiresamyak-base);
  color: var(--wiresamyak-white);
  border: 1px solid var(--wiresamyak-base);
}

.blog-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details__social-list span {
  color: var(--wiresamyak-black);
  font-size: 16px;
  margin-right: 10px;
  font-weight: 600;
  font-family: var(--wiresamyak-font-two);
}

.blog-details__social-list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--wiresamyak-gray);
  font-size: 16px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.blog-details__social-list a:hover {
  color: var(--wiresamyak-base);
}

.blog-details__social-list a+a {
  margin-left: 20px;
}

.comment-one {
  position: relative;
  display: block;
  margin-bottom: 42px;
}

.comment-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 31px;
}

.comment-one__single {
  position: relative;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 31px;
}

.comment-one__single+.comment-one__single {
  margin-top: 40px;
}

.comment-one__image {
  position: relative;
  display: block;
  max-width: 96px;
  width: 100%;
}

.comment-one__image img {
  width: 100%;
  border-radius: 50%;
}

.comment-one__content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.comment-one__content>h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.comment-one__content>span {
  position: relative;
  margin-top: 3px;
  display: block;
  margin-bottom: 14px;
}

.comment-one__btn-box {
  position: absolute;
  top: 13px;
  right: 0;
}

.comment-one__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 30px;
  font-size: 14px;
  color: var(--wiresamyak-white);
  background-color: var(--wiresamyak-base);
  border-radius: 15px;
  text-transform: capitalize;
}

.comment-one__btn:hover {
  color: var(--wiresamyak-white);
  background-color: var(--wiresamyak-black);
}

.comment-form {
  position: relative;
  display: block;
}

.comment-form .comment-one__title {
  margin-bottom: 25px;
}

.comment-form__form {
  position: relative;
  display: block;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.comment-form__input-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  font-family: var(--wiresamyak-font-two);
  margin-bottom: 7px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  height: 56px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #E3E3E3;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: var(--wiresamyak-gray);
  display: block;
  font-weight: 400;
  border-radius: 8px;
}

.comment-form__input-box textarea {
  height: 200px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #E3E3E3;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: var(--wiresamyak-gray);
  display: block;
  font-weight: 400;
  margin-bottom: 0;
  border-radius: 8px;
}

.comment-form__input-box.text-message-box {
  height: 200px;
  margin-bottom: 30px;
}

.comment-form__btn-box {
  position: relative;
  display: inline-block;
}

.comment-form__btn {
  border: none;
  padding: 12px 24px 12px;
}


/*--------------------------------------------------------------
# Inner Pages
--------------------------------------------------------------*/
.page-content-wrapper {
  z-index: 1;
  display: block;
  position: relative;
  padding: 120px 0 90px;
}

.services-page-two,
.appointment-page,
.contact-page,
.error-page,
.blog-list,
.faq-page {
  padding: 120px 0 120px;
}

/* = FAQ Page = */
.faq-page__left {
  position: relative;
  display: block;
  margin-right: 12px;
}

.faq-page__img {
  position: relative;
  display: block;
}

.faq-page__img img {
  width: 100%;
  border-radius: 10px;
}

.faq-page__right {
  position: relative;
  display: block;
  margin-left: 30px;
}

.faq-page__right .faq-one-accrodion .accrodion-title {
  padding: 22px 30px 22px;
}

.faq-page__right .faq-one-accrodion .accrodion {
  border: 1px solid #E3E3E3;
}

/* = Contact Page = */
.contact-page__top {
  position: relative;
  display: block;
}

.contact-page__single {
  position: relative;
  display: block;
  background-color: var(--wiresamyak-primary);
  text-align: center;
  padding: 40px 60px 33px;
  margin-bottom: 30px;
  border-radius: 10px;
  z-index: 1;
}

.contact-page__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--wiresamyak-base);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  border-radius: 10px;
  transition: all 0.4s linear;
  z-index: -1;
}

.contact-page__single:hover::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.contact-page__icon {
  position: relative;
  display: inline-block;
}

.contact-page__icon>span {
  position: relative;
  display: inline-block;
  font-size: 80px;
  color: var(--wiresamyak-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__single:hover .contact-page__icon>span {
  color: var(--wiresamyak-white);
}

.contact-page__single>h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 29px;
  margin-bottom: 6px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__single>h3>a {
  color: var(--wiresamyak-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__single:hover h3 {
  color: var(--wiresamyak-white);
}

.contact-page__single:hover>h3>a {
  color: var(--wiresamyak-white);
}

.contact-page__single>p {
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__single:hover>p {
  color: var(--wiresamyak-white);
}

.contact-page__bottom {
  position: relative;
  display: block;
  margin-top: 50px;
}

.contact-page__bottom-left {
  position: relative;
  display: block;
  margin-right: -30px;
}

.contact-page__google-map {
  position: relative;
  display: block;
  width: 100%;
  height: 554px;
  border-radius: 10px;
}

.contact-page__bottom-right {
  position: relative;
  display: block;
  margin-left: 60px;
}

.contact-page__bottom-right .section-title__title {
  color: var(--wiresamyak-base);
}

/* = Error Page = */
.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__img {
  position: relative;
  display: block;
}

.error-page__img img {
  width: auto;
}

.error-page__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  margin-top: 67px;
  margin-bottom: 10px;
}

.error-page__title>span {
  color: var(--wiresamyak-base);
}

.error-page__text {
  font-size: 18px;
  color: var(--wiresamyak-black);
  margin-bottom: 41px;
}

.error-page__btn {
  padding: 16px 24px 16px;
}

/* = Services Page = */
/* = Page 1 = */
.services-page-one__shape-1 {
  position: absolute;
  top: 715px;
  left: 118px;
  z-index: -1;
}

.services-page-one__shape-1 img {
  width: auto;
}

.services-page-one__shape-2 {
  position: absolute;
  top: 835px;
  left: 165px;
  z-index: -1;
}

.services-page-one__shape-2 img {
  width: auto;
}

.services-page-one__shape-3 {
  position: absolute;
  top: 460px;
  right: 130px;
  z-index: -1;
}

.services-page-one__shape-3 img {
  width: auto;
}

.services-page-one__shape-4 {
  position: absolute;
  top: 675px;
  right: 0;
  z-index: -1;
}

.services-page-one__shape-4 img {
  width: auto;
}

/* = Page 2 = */
.services-page-two .services-three__single {
  margin-bottom: 30px;
}

.services-page-two .services-three__content {
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}

.services-page-two__shape-1 {
  position: absolute;
  top: 685px;
  left: 120px;
  z-index: -1;
}

.services-page-two__shape-1 img {
  width: auto;
}

.services-page-two__shape-2 {
  position: absolute;
  top: 808px;
  left: 170px;
  z-index: -1;
}

.services-page-two__shape-2 img {
  width: auto;
}

.services-page-two__shape-3 {
  position: absolute;
  top: 430px;
  right: 125px;
  z-index: -1;
}

.services-page-two__shape-3 img {
  width: auto;
}

.services-page-two__shape-4 {
  position: absolute;
  top: 635px;
  right: 0;
  z-index: -1;
}

.services-page-two__shape-4 img {
  width: auto;
}

/* = Portfolio Page = */
.portfolio-page__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.portfolio-page__img-box {
  position: relative;
  display: block;
}

.portfolio-page__img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.portfolio-page__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .90;
  background: linear-gradient(0deg, #0F0D1D 9.73%, rgba(15, 13, 29, 0) 39.76%);
  border-radius: 10px;
  background-position: center bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}

.portfolio-page__single:hover .portfolio-page__img::before {
  transform: scaleY(1.0);
}

.portfolio-page__img img {
  width: 100%;
  border-radius: 10px;
  transition: 0.6s;
}

.portfolio-page__single:hover .portfolio-page__img img {
  transform: scale(1.2);
}

.portfolio-page__content {
  position: absolute;
  bottom: 25px;
  left: 30px;
  background-position: center bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 2;
}

.portfolio-page__single:hover .portfolio-page__content {
  transform: scaleY(1.0);
}

.portfolio-page__sub-title {
  font-size: 15px;
  font-weight: 500;
  font-family: var(--wiresamyak-font-two);
  color: var(--wiresamyak-white);
}

.portfolio-page__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
  text-transform: capitalize;
}

.portfolio-page__title a {
  color: var(--wiresamyak-white);
}

.portfolio-page__title a:hover {
  color: var(--wiresamyak-base);
}

.portfolio-page__arrow {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}

.portfolio-page__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: var(--wiresamyak-white);
  background-color: var(--wiresamyak-base);
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-page__single:hover .portfolio-page__arrow a {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: 500ms;
  opacity: 1;
}

.portfolio-page__arrow a:hover {
  color: var(--wiresamyak-black);
  background-color: var(--wiresamyak-white);
}

/* = Pricing Page = */
.pricing-two .section-title__tagline-shape-1::before {
  background-color: transparent;
  border: 1px solid var(--wiresamyak-base);
}

.pricing-two__single {
  position: relative;
  display: block;
  border: 1px solid #E3E3E3;
  background-color: var(--wiresamyak-white);
  border-radius: 10px;
  padding: 41px 40px 40px;
  margin-bottom: 30px;
  z-index: 1;
}

.pricing-two__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--wiresamyak-base);
  border-radius: 10px;
  transform: scaleX(0.7) rotateX(5deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}
.pricing-two__single.active::before,
.pricing-two__single:hover::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.pricing-two__text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-two__single.active .pricing-two__text,
.pricing-two__single:hover .pricing-two__text {
  color: var(--wiresamyak-white);
}

.pricing-two__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.02em;
}

.pricing-two__single.active .pricing-two__title,
.pricing-two__single:hover .pricing-two__title {
  color: var(--wiresamyak-white);
}

.pricing-two__price {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #1C1A1D;
  letter-spacing: -0.02em;
  font-family: var(--wiresamyak-font-two);
  margin-top: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-two__single.active .pricing-two__price,
.pricing-two__single:hover .pricing-two__price {
  color: var(--wiresamyak-white);
}

.pricing-two__price>span {
  font-size: 16px;
  font-weight: 600;
  color: var(--wiresamyak-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  margin-left: 5px;
}

.pricing-two__single.active .pricing-two__price>span,
.pricing-two__single:hover .pricing-two__price>span {
  color: var(--wiresamyak-white);
}

.pricing-two__points {
  position: relative;
  display: block;
  border-top: 1px solid #E3E3E3;
  margin-top: 21px;
  padding-top: 23px;
  margin-bottom: 34px;
}

.pricing-two__single.active .pricing-two__points,
.pricing-two__single:hover .pricing-two__points {
  border-top: 1px solid var(--wiresamyak-white);
}

.pricing-two__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.pricing-two__points li+li {
  margin-top: 11px;
}

.pricing-two__points li .icon {
  position: relative;
  display: inline-block;
}

.pricing-two__points li .icon>span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--wiresamyak-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-two__single.active .pricing-two__points li .icon>span,
.pricing-two__single:hover .pricing-two__points li .icon>span {
  color: var(--wiresamyak-white);
}

.pricing-two__points li p {
  margin-left: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-two__single.active .pricing-two__points li p,
.pricing-two__single:hover .pricing-two__points li p {
  color: var(--wiresamyak-white);
}

.pricing-two__btn-box {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-two__btn {
  padding: 13px 24px 13px;
  width: 100%;
  justify-content: center;
  border: 1px solid transparent;
}

.pricing-two__single.active .pricing-two__btn,
.pricing-two__single:hover .pricing-two__btn {
  border: 1px solid var(--wiresamyak-white);
}

.pricing-two__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 125px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--wiresamyak-base-rgb), .10);
  border-top-right-radius: 10px;
  border-bottom-left-radius: 95px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-two__single.active .pricing-two__icon,
.pricing-two__single:hover .pricing-two__icon {
  background-color: #023CA4;
}

.pricing-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 51px;
  color: var(--wiresamyak-base);
  top: -6px;
  right: -8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-two__single.active .pricing-two__icon span,
.pricing-two__single:hover .pricing-two__icon span {
  color: var(--wiresamyak-white);
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/