/*==========================================================================
Common Css
==========================================================================*/
/*@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@400;500;700;800;900&display=swap");*/
body {
  font-family: var(--body-font);
  color: var(--body-color);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
}

a,
button,
i {
  text-decoration: none;
  color: inherit;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

.section-padding {
  padding: 90px 0px;
}

@media (max-width: 575px) {
  .section-padding {
    padding: 90px 0px;
  }
  
  #v-pills-tabContent {
      text-align:justify;
  }
  
  .tat-section-break .appo-btn {
      margin-bottom:30px;
  }
  
  .dtls-cont {
      margin-top:20px;
  }
  .main-tab-uk {
      padding:30px;
  }
}

.display-none {
  display: none;
}

.img__full {
  width: 100%;
}

/*==========================================================================
Form
==========================================================================*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid var(--border-color-1);
  border-color: transparent;
  border-radius: 0px;
  background: var(--primary-color);
  color: var(--white);
  padding: 19px 38px 15px 38px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: transparent;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: transparent;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: var(--body-color);
  border: 1px solid;
  border-radius: 0px;
  width: 100%;
  height: 60px;
  border: 1px solid var(--border-color-1);
  padding-left: 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--heading-color);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--primary-color);
}

select {
  border: 1px solid var(--border-color-1);
}

textarea {
  width: 100%;
  height: 150px;
  padding-top: 15px;
}

button,
button:hover,
button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
}

/*==========================================================================
Hedging CSS
==========================================================================*/
h1 {
  font-size: 80px;
  line-height: 100px;
  padding: 0;
  margin: 0;
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 900;
}

h2 {
  font-size: 48px;
  line-height: 60px;
  padding: 0;
  margin: 0;
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 800;
}

h3 {
  font-size: 30px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 900;
}

h4 {
  font-size: 24px;
  line-height: 34px;
  padding: 0;
  margin: 0;
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 900;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 900;
}

h6 {
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  margin: 0;
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 900;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

@media (max-width: 991px) {
  h2 {
    font-size: 42px;
    line-height: 52px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 374px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

/*==========================================================================
Theme Btn CSS
==========================================================================*/
.theme-btn,
.theme-banner-btn,
.theme-border-btn {
  background: var(--primary-color);
  color: var(--white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  padding: 19px 38px 15px 38px;
  text-align: center;
  font-weight: 900;
  font-family: var(--heading-font);
  z-index: 3;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  text-transform: uppercase;
  overflow: hidden;
}

.theme-btn::after, .theme-banner-btn::after, .theme-border-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff; 
    transition: width 0.4s ease-in-out;
    z-index: -1;
}

.theme-btn:hover::after, .theme-banner-btn:hover::after, .theme-border-btn:hover::after {
    width: 100%;
}

.theme-btn i,
.theme-banner-btn i,
.theme-border-btn i {
  margin-left: 10px;
  position: relative;
  bottom: 2px;
}

.theme-btn:hover,
.theme-banner-btn:hover,
.theme-border-btn:hover {
  color: var(--white);
}



.theme-btn:focus,
.theme-banner-btn:focus,
.theme-border-btn:focus {
  color: var(--white);
}

.theme-banner-btn::after {
  background: var(--white);
}

.theme-banner-btn:hover {
  color: var(--primary-color);
}

.theme-border-btn {
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  padding: 18px 38px 14px 38px;
}

.theme-border-btn::after {
  background: var(--white);
}

.theme-border-btn:hover {
  color: var(--primary-color);
  border-color: var(--white);
}

.simple-btn {
  display: inline-block;
  color: var(--heading-color);
  font-weight: 900;
  font-family: var(--heading-font);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}

.simple-btn i {
  margin-left: 8px;
}

.simple-btn:hover {
  color: var(--primary-color);
}

.subtitle__one {
  display: inline-block;
  position: relative;
  font-weight: 900;
  color: var(--primary-color);
  text-transform: capitalize;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  font-family: var(--heading-font);
}

.subtitle__two {
  display: block;
  position: relative;
  color: var(--heading-color);
  text-transform: capitalize;
  font-size: 150px;
  line-height: 160px;
  font-family: var(--heading-font);
  opacity: 0.04;
  margin: 0 0 -125px 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .subtitle__two {
    font-size: 120px;
    line-height: 130px;
    margin: 0 0 -100px 0;
  }
  
body .top-info-header {
     padding:10px;
 } 
  
body  .top-info-header .right-soci {
    justify-content: center;
    margin-top: 12px;
} 

body  .left-conts {
        justify-content: space-between;
}  
  
  
}

@media (max-width: 767px) {
    
body .mob-btn-wp {
    width:15%;
}  

body .mob-btn-wp a{
    font-size:16px;
}  
    
.artpage .page__banner-title h1 {
        font-size: 39px !important;
    line-height: 56px !important;
    }
    
    .service-img .col {
        flex:0 0 100%;
    }
    
    body .footer-nw-soci {
        margin-top:20px;
        margin-bottom:25px;
    }
    
    body .phe li {
        width:100%;
    }
    
     body .phe{
            flex-direction: column;
    }
    
    body .copy-note{
       padding-bottom:10px; 
    }
    
    body .widget-visible {
        margin-bottom:50px !important;
    }
    
    .artpage.page__banner {
    padding: 200px 0 130px 0;
}

body span.team-desi {
    min-height:0;
}
    
  .subtitle__two {
    font-size: 90px;
    line-height: 100px;
    margin: 0 0 -70px 0;
  }
  
  .colla-sec img{
      margin-top:30px;
  }
  
  .instagram__area.one {
      overflow:hidden
  }
  
}

@media (max-width: 490px) {
  .subtitle__two {
    font-size: 65px;
    line-height: 75px;
    margin: 0 0 -55px 0;
  }
}

@media (max-width: 359px) {
  .subtitle__two {
    font-size: 56px;
    line-height: 66px;
    margin: 0 0 -50px 0;
  }
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

/*==========================================================================
Scroll Top CSS
==========================================================================*/
.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px var(--color-3);
          box-shadow: inset 0 0 0 2px var(--color-3);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  position: fixed;
  left: 20px;
  bottom: 68px;
  height: 50px;
  width: 50px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-up::after {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  content: "\f176";
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: var(--primary-color);
  left: 0;
  top: 0;
  font-size: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke: var(--primary-color);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*==========================================================================
Preloader CSS
========================================================================== */
.spinner {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--white);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
          animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.theme-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--heading-color);
  z-index: 9999999999;
}

.theme-loader .spinner {
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

/*==========================================================================
Video Animation CSS
==========================================================================*/
.video-pulse::after, .video-pulse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--white);
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: video-animation;
          animation-name: video-animation;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.video-pulse::before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes video-animation {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes video-animation {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

.swiper-button-prev::after {
  display: none;
}

.swiper-button-next::after {
  display: none;
}

:root {
  --body-font: "Lora", serif;
  --heading-font: "Lora", serif;
  --white: #FFFFFF;
  --primary-color: #d3a06d;
  --heading-color: #0F1212;
  --body-color: #333334;
  --color-1: #666667;
  --color-2: #999999;
  --color-3: #CCCCCC;
  --color-4: #F7F7F7;
  --color-5: #EDECE7;
  --color-6: #F7F4EC;
  --color-7: #DAC79F;
  --color-8: #878989;
  --color-9: #161919;
  --color-10: #191D1F;
  --color-11: #212123;
  --color-12: #3D3F3F;
  --color-13: #0E1111;
  --border-color-1: #E7E7E7;
  --border-color-2: rgba(0, 0, 1, 0.1);
  --border-color-3: #272A2A;
  --border-color-4: #333535;
  --border-color-5: #282A2A;
  --box-shadow-1: 0px 20px 100px rgba(0, 0, 0, 0.2);
  --box-shadow-2: 0px 10px 70px rgba(0, 0, 0, 0.1);
  --box-shadow-3: 0px 7px 50px rgba(0, 0, 0, 0.07);
  --box-shadow-4: 0px 10px 50px rgba(0, 0, 0, 0.05);
}

.container.custom__container {
  max-width: 1600px;
  margin: 0 auto;
}




@media (min-width: 1500px) {
    body .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px ;
        margin:0 auto;
    }
    
    
}

@media (min-width: 1650px) {
    body .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px ;
        margin:0 auto;
    }
    
    body .piercing-sec .pie-txt-sec.rr .right-side-stk .p-gallery {
        height:700px;
    }
    
    body .piercing-sec .pie-txt-sec.rr .right-side-stk .p-gallery img {
     height:700px;
     object-fit:cover;
 }
    
}


.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mb-105 {
  margin-bottom: 105px;
}

.ml-105 {
  margin-left: 105px;
}

.mr-105 {
  margin-right: 105px;
}

.pt-105 {
  padding-top: 105px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pl-105 {
  padding-left: 105px;
}

.pr-105 {
  padding-right: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.ml-110 {
  margin-left: 110px;
}

.mr-110 {
  margin-right: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pl-110 {
  padding-left: 110px;
}

.pr-110 {
  padding-right: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mb-115 {
  margin-bottom: 115px;
}

.ml-115 {
  margin-left: 115px;
}

.mr-115 {
  margin-right: 115px;
}

.pt-115 {
  padding-top: 115px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pl-115 {
  padding-left: 115px;
}

.pr-115 {
  padding-right: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.pr-120 {
  padding-right: 120px;
}

@media (max-width: 1199px) {
  .xl-pb-0 {
    padding-bottom: 0px;
  }
  .xl-pl-0 {
    padding-left: 0px;
  }
  .xl-pr-0 {
    padding-right: 0px;
  }
  .xl-mb-0 {
    margin-bottom: 0px;
  }
  .xl-ml-0 {
    margin-left: 0px;
  }
  .xl-mr-0 {
    margin-right: 0px;
  }
  .xl-pb-5 {
    padding-bottom: 5px;
  }
  .xl-pl-5 {
    padding-left: 5px;
  }
  .xl-pr-5 {
    padding-right: 5px;
  }
  .xl-mb-5 {
    margin-bottom: 5px;
  }
  .xl-ml-5 {
    margin-left: 5px;
  }
  .xl-mr-5 {
    margin-right: 5px;
  }
  .xl-pb-10 {
    padding-bottom: 10px;
  }
  .xl-pl-10 {
    padding-left: 10px;
  }
  .xl-pr-10 {
    padding-right: 10px;
  }
  .xl-mb-10 {
    margin-bottom: 10px;
  }
  .xl-ml-10 {
    margin-left: 10px;
  }
  .xl-mr-10 {
    margin-right: 10px;
  }
  .xl-pb-15 {
    padding-bottom: 15px;
  }
  .xl-pl-15 {
    padding-left: 15px;
  }
  .xl-pr-15 {
    padding-right: 15px;
  }
  .xl-mb-15 {
    margin-bottom: 15px;
  }
  .xl-ml-15 {
    margin-left: 15px;
  }
  .xl-mr-15 {
    margin-right: 15px;
  }
  .xl-pb-20 {
    padding-bottom: 20px;
  }
  .xl-pl-20 {
    padding-left: 20px;
  }
  .xl-pr-20 {
    padding-right: 20px;
  }
  .xl-mb-20 {
    margin-bottom: 20px;
  }
  .xl-ml-20 {
    margin-left: 20px;
  }
  .xl-mr-20 {
    margin-right: 20px;
  }
  .xl-pb-25 {
    padding-bottom: 25px;
  }
  .xl-pl-25 {
    padding-left: 25px;
  }
  .xl-pr-25 {
    padding-right: 25px;
  }
  .xl-mb-25 {
    margin-bottom: 25px;
  }
  .xl-ml-25 {
    margin-left: 25px;
  }
  .xl-mr-25 {
    margin-right: 25px;
  }
  .xl-pb-30 {
    padding-bottom: 30px;
  }
  .xl-pl-30 {
    padding-left: 30px;
  }
  .xl-pr-30 {
    padding-right: 30px;
  }
  .xl-mb-30 {
    margin-bottom: 30px;
  }
  .xl-ml-30 {
    margin-left: 30px;
  }
  .xl-mr-30 {
    margin-right: 30px;
  }
  .xl-pb-35 {
    padding-bottom: 35px;
  }
  .xl-pl-35 {
    padding-left: 35px;
  }
  .xl-pr-35 {
    padding-right: 35px;
  }
  .xl-mb-35 {
    margin-bottom: 35px;
  }
  .xl-ml-35 {
    margin-left: 35px;
  }
  .xl-mr-35 {
    margin-right: 35px;
  }
  .xl-pb-40 {
    padding-bottom: 40px;
  }
  .xl-pl-40 {
    padding-left: 40px;
  }
  .xl-pr-40 {
    padding-right: 40px;
  }
  .xl-mb-40 {
    margin-bottom: 40px;
  }
  .xl-ml-40 {
    margin-left: 40px;
  }
  .xl-mr-40 {
    margin-right: 40px;
  }
  .xl-pb-45 {
    padding-bottom: 45px;
  }
  .xl-pl-45 {
    padding-left: 45px;
  }
  .xl-pr-45 {
    padding-right: 45px;
  }
  .xl-mb-45 {
    margin-bottom: 45px;
  }
  .xl-ml-45 {
    margin-left: 45px;
  }
  .xl-mr-45 {
    margin-right: 45px;
  }
  .xl-pb-50 {
    padding-bottom: 50px;
  }
  .xl-pl-50 {
    padding-left: 50px;
  }
  .xl-pr-50 {
    padding-right: 50px;
  }
  .xl-mb-50 {
    margin-bottom: 50px;
  }
  .xl-ml-50 {
    margin-left: 50px;
  }
  .xl-mr-50 {
    margin-right: 50px;
  }
  .xl-pb-55 {
    padding-bottom: 55px;
  }
  .xl-pl-55 {
    padding-left: 55px;
  }
  .xl-pr-55 {
    padding-right: 55px;
  }
  .xl-mb-55 {
    margin-bottom: 55px;
  }
  .xl-ml-55 {
    margin-left: 55px;
  }
  .xl-mr-55 {
    margin-right: 55px;
  }
  .xl-pb-60 {
    padding-bottom: 60px;
  }
  .xl-pl-60 {
    padding-left: 60px;
  }
  .xl-pr-60 {
    padding-right: 60px;
  }
  .xl-mb-60 {
    margin-bottom: 60px;
  }
  .xl-ml-60 {
    margin-left: 60px;
  }
  .xl-mr-60 {
    margin-right: 60px;
  }
  .xl-pb-65 {
    padding-bottom: 65px;
  }
  .xl-pl-65 {
    padding-left: 65px;
  }
  .xl-pr-65 {
    padding-right: 65px;
  }
  .xl-mb-65 {
    margin-bottom: 65px;
  }
  .xl-ml-65 {
    margin-left: 65px;
  }
  .xl-mr-65 {
    margin-right: 65px;
  }
  .xl-pb-70 {
    padding-bottom: 70px;
  }
  .xl-pl-70 {
    padding-left: 70px;
  }
  .xl-pr-70 {
    padding-right: 70px;
  }
  .xl-mb-70 {
    margin-bottom: 70px;
  }
  .xl-ml-70 {
    margin-left: 70px;
  }
  .xl-mr-70 {
    margin-right: 70px;
  }
  .xl-pb-75 {
    padding-bottom: 75px;
  }
  .xl-pl-75 {
    padding-left: 75px;
  }
  .xl-pr-75 {
    padding-right: 75px;
  }
  .xl-mb-75 {
    margin-bottom: 75px;
  }
  .xl-ml-75 {
    margin-left: 75px;
  }
  .xl-mr-75 {
    margin-right: 75px;
  }
  .xl-pb-80 {
    padding-bottom: 80px;
  }
  .xl-pl-80 {
    padding-left: 80px;
  }
  .xl-pr-80 {
    padding-right: 80px;
  }
  .xl-mb-80 {
    margin-bottom: 80px;
  }
  .xl-ml-80 {
    margin-left: 80px;
  }
  .xl-mr-80 {
    margin-right: 80px;
  }
  .xl-pb-85 {
    padding-bottom: 85px;
  }
  .xl-pl-85 {
    padding-left: 85px;
  }
  .xl-pr-85 {
    padding-right: 85px;
  }
  .xl-mb-85 {
    margin-bottom: 85px;
  }
  .xl-ml-85 {
    margin-left: 85px;
  }
  .xl-mr-85 {
    margin-right: 85px;
  }
  .xl-pb-90 {
    padding-bottom: 90px;
  }
  .xl-pl-90 {
    padding-left: 90px;
  }
  .xl-pr-90 {
    padding-right: 90px;
  }
  .xl-mb-90 {
    margin-bottom: 90px;
  }
  .xl-ml-90 {
    margin-left: 90px;
  }
  .xl-mr-90 {
    margin-right: 90px;
  }
  .xl-pb-95 {
    padding-bottom: 95px;
  }
  .xl-pl-95 {
    padding-left: 95px;
  }
  .xl-pr-95 {
    padding-right: 95px;
  }
  .xl-mb-95 {
    margin-bottom: 95px;
  }
  .xl-ml-95 {
    margin-left: 95px;
  }
  .xl-mr-95 {
    margin-right: 95px;
  }
  .xl-t-left {
    text-align: left;
  }
  .xl-t-center {
    text-align: center;
  }
  .xl-t-right {
    text-align: right;
  }
}

@media (max-width: 991px) {
  .lg-mb-0 {
    margin-bottom: 0px;
  }
  .lg-mt-0 {
    margin-top: 0px;
  }
  .lg-ml-0 {
    margin-left: 0px;
  }
  .lg-pt-0 {
    padding-top: 0px;
  }
  .lg-pb-0 {
    padding-bottom: 0px;
  }
  .lg-pl-0 {
    padding-left: 0px;
  }
  .lg-pr-0 {
    padding-right: 0px;
  }
  .lg-mb-5 {
    margin-bottom: 5px;
  }
  .lg-mt-5 {
    margin-top: 5px;
  }
  .lg-ml-5 {
    margin-left: 5px;
  }
  .lg-pt-5 {
    padding-top: 5px;
  }
  .lg-pb-5 {
    padding-bottom: 5px;
  }
  .lg-pl-5 {
    padding-left: 5px;
  }
  .lg-pr-5 {
    padding-right: 5px;
  }
  .lg-mb-10 {
    margin-bottom: 10px;
  }
  .lg-mt-10 {
    margin-top: 10px;
  }
  .lg-ml-10 {
    margin-left: 10px;
  }
  .lg-pt-10 {
    padding-top: 10px;
  }
  .lg-pb-10 {
    padding-bottom: 10px;
  }
  .lg-pl-10 {
    padding-left: 10px;
  }
  .lg-pr-10 {
    padding-right: 10px;
  }
  .lg-mb-15 {
    margin-bottom: 15px;
  }
  .lg-mt-15 {
    margin-top: 15px;
  }
  .lg-ml-15 {
    margin-left: 15px;
  }
  .lg-pt-15 {
    padding-top: 15px;
  }
  .lg-pb-15 {
    padding-bottom: 15px;
  }
  .lg-pl-15 {
    padding-left: 15px;
  }
  .lg-pr-15 {
    padding-right: 15px;
  }
  .lg-mb-20 {
    margin-bottom: 20px;
  }
  .lg-mt-20 {
    margin-top: 20px;
  }
  .lg-ml-20 {
    margin-left: 20px;
  }
  .lg-pt-20 {
    padding-top: 20px;
  }
  .lg-pb-20 {
    padding-bottom: 20px;
  }
  .lg-pl-20 {
    padding-left: 20px;
  }
  .lg-pr-20 {
    padding-right: 20px;
  }
  .lg-mb-25 {
    margin-bottom: 25px;
  }
  .lg-mt-25 {
    margin-top: 25px;
  }
  .lg-ml-25 {
    margin-left: 25px;
  }
  .lg-pt-25 {
    padding-top: 25px;
  }
  .lg-pb-25 {
    padding-bottom: 25px;
  }
  .lg-pl-25 {
    padding-left: 25px;
  }
  .lg-pr-25 {
    padding-right: 25px;
  }
  .lg-mb-30 {
    margin-bottom: 30px;
  }
  .lg-mt-30 {
    margin-top: 30px;
  }
  .lg-ml-30 {
    margin-left: 30px;
  }
  .lg-pt-30 {
    padding-top: 30px;
  }
  .lg-pb-30 {
    padding-bottom: 30px;
  }
  .lg-pl-30 {
    padding-left: 30px;
  }
  .lg-pr-30 {
    padding-right: 30px;
  }
  .lg-mb-35 {
    margin-bottom: 35px;
  }
  .lg-mt-35 {
    margin-top: 35px;
  }
  .lg-ml-35 {
    margin-left: 35px;
  }
  .lg-pt-35 {
    padding-top: 35px;
  }
  .lg-pb-35 {
    padding-bottom: 35px;
  }
  .lg-pl-35 {
    padding-left: 35px;
  }
  .lg-pr-35 {
    padding-right: 35px;
  }
  .lg-mb-40 {
    margin-bottom: 40px;
  }
  .lg-mt-40 {
    margin-top: 40px;
  }
  .lg-ml-40 {
    margin-left: 40px;
  }
  .lg-pt-40 {
    padding-top: 40px;
  }
  .lg-pb-40 {
    padding-bottom: 40px;
  }
  .lg-pl-40 {
    padding-left: 40px;
  }
  .lg-pr-40 {
    padding-right: 40px;
  }
  .lg-mb-45 {
    margin-bottom: 45px;
  }
  .lg-mt-45 {
    margin-top: 45px;
  }
  .lg-ml-45 {
    margin-left: 45px;
  }
  .lg-pt-45 {
    padding-top: 45px;
  }
  .lg-pb-45 {
    padding-bottom: 45px;
  }
  .lg-pl-45 {
    padding-left: 45px;
  }
  .lg-pr-45 {
    padding-right: 45px;
  }
  .lg-mb-50 {
    margin-bottom: 50px;
  }
  .lg-mt-50 {
    margin-top: 50px;
  }
  .lg-ml-50 {
    margin-left: 50px;
  }
  .lg-pt-50 {
    padding-top: 50px;
  }
  .lg-pb-50 {
    padding-bottom: 50px;
  }
  .lg-pl-50 {
    padding-left: 50px;
  }
  .lg-pr-50 {
    padding-right: 50px;
  }
  .lg-mb-55 {
    margin-bottom: 55px;
  }
  .lg-mt-55 {
    margin-top: 55px;
  }
  .lg-ml-55 {
    margin-left: 55px;
  }
  .lg-pt-55 {
    padding-top: 55px;
  }
  .lg-pb-55 {
    padding-bottom: 55px;
  }
  .lg-pl-55 {
    padding-left: 55px;
  }
  .lg-pr-55 {
    padding-right: 55px;
  }
  .lg-mb-60 {
    margin-bottom: 60px;
  }
  .lg-mt-60 {
    margin-top: 60px;
  }
  .lg-ml-60 {
    margin-left: 60px;
  }
  .lg-pt-60 {
    padding-top: 60px;
  }
  .lg-pb-60 {
    padding-bottom: 60px;
  }
  .lg-pl-60 {
    padding-left: 60px;
  }
  .lg-pr-60 {
    padding-right: 60px;
  }
  .lg-mb-65 {
    margin-bottom: 65px;
  }
  .lg-mt-65 {
    margin-top: 65px;
  }
  .lg-ml-65 {
    margin-left: 65px;
  }
  .lg-pt-65 {
    padding-top: 65px;
  }
  .lg-pb-65 {
    padding-bottom: 65px;
  }
  .lg-pl-65 {
    padding-left: 65px;
  }
  .lg-pr-65 {
    padding-right: 65px;
  }
  .lg-mb-70 {
    margin-bottom: 70px;
  }
  .lg-mt-70 {
    margin-top: 70px;
  }
  .lg-ml-70 {
    margin-left: 70px;
  }
  .lg-pt-70 {
    padding-top: 70px;
  }
  .lg-pb-70 {
    padding-bottom: 70px;
  }
  .lg-pl-70 {
    padding-left: 70px;
  }
  .lg-pr-70 {
    padding-right: 70px;
  }
  .lg-t-left {
    text-align: left;
  }
  .lg-t-center {
    text-align: center;
  }
  .lg-t-right {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .md-mb-0 {
    margin-bottom: 0px;
  }
  .md-pt-0 {
    padding-top: 0px;
  }
  .md-pb-0 {
    padding-bottom: 0px;
  }
  .md-pl-0 {
    padding-left: 0px;
  }
  .md-pr-0 {
    padding-right: 0px;
  }
  .md-mb-5 {
    margin-bottom: 5px;
  }
  .md-pt-5 {
    padding-top: 5px;
  }
  .md-pb-5 {
    padding-bottom: 5px;
  }
  .md-pl-5 {
    padding-left: 5px;
  }
  .md-pr-5 {
    padding-right: 5px;
  }
  .md-mb-10 {
    margin-bottom: 10px;
  }
  .md-pt-10 {
    padding-top: 10px;
  }
  .md-pb-10 {
    padding-bottom: 10px;
  }
  .md-pl-10 {
    padding-left: 10px;
  }
  .md-pr-10 {
    padding-right: 10px;
  }
  .md-mb-15 {
    margin-bottom: 15px;
  }
  .md-pt-15 {
    padding-top: 15px;
  }
  .md-pb-15 {
    padding-bottom: 15px;
  }
  .md-pl-15 {
    padding-left: 15px;
  }
  .md-pr-15 {
    padding-right: 15px;
  }
  .md-mb-20 {
    margin-bottom: 20px;
  }
  .md-pt-20 {
    padding-top: 20px;
  }
  .md-pb-20 {
    padding-bottom: 20px;
  }
  .md-pl-20 {
    padding-left: 20px;
  }
  .md-pr-20 {
    padding-right: 20px;
  }
  .md-mb-25 {
    margin-bottom: 25px;
  }
  .md-pt-25 {
    padding-top: 25px;
  }
  .md-pb-25 {
    padding-bottom: 25px;
  }
  .md-pl-25 {
    padding-left: 25px;
  }
  .md-pr-25 {
    padding-right: 25px;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .md-pt-30 {
    padding-top: 30px;
  }
  .md-pb-30 {
    padding-bottom: 30px;
  }
  .md-pl-30 {
    padding-left: 30px;
  }
  .md-pr-30 {
    padding-right: 30px;
  }
  .md-mb-35 {
    margin-bottom: 35px;
  }
  .md-pt-35 {
    padding-top: 35px;
  }
  .md-pb-35 {
    padding-bottom: 35px;
  }
  .md-pl-35 {
    padding-left: 35px;
  }
  .md-pr-35 {
    padding-right: 35px;
  }
  .md-mb-40 {
    margin-bottom: 40px;
  }
  .md-pt-40 {
    padding-top: 40px;
  }
  .md-pb-40 {
    padding-bottom: 40px;
  }
  .md-pl-40 {
    padding-left: 40px;
  }
  .md-pr-40 {
    padding-right: 40px;
  }
  .md-mb-45 {
    margin-bottom: 45px;
  }
  .md-pt-45 {
    padding-top: 45px;
  }
  .md-pb-45 {
    padding-bottom: 45px;
  }
  .md-pl-45 {
    padding-left: 45px;
  }
  .md-pr-45 {
    padding-right: 45px;
  }
  .md-t-left {
    text-align: left;
  }
  .md-t-center {
    text-align: center;
  }
  .md-t-right {
    text-align: right;
  }
}

@media (max-width: 575px) {
  .sm-mb-0 {
    margin-bottom: 0px;
  }
  .sm-mt-0 {
    margin-top: 0px;
  }
  .sm-pt-0 {
    padding-top: 0px;
  }
  .sm-pb-0 {
    padding-bottom: 0px;
  }
  .sm-pl-0 {
    padding-left: 0px;
  }
  .sm-pr-0 {
    padding-right: 0px;
  }
  .sm-mb-5 {
    margin-bottom: 5px;
  }
  .sm-mt-5 {
    margin-top: 5px;
  }
  .sm-pt-5 {
    padding-top: 5px;
  }
  .sm-pb-5 {
    padding-bottom: 5px;
  }
  .sm-pl-5 {
    padding-left: 5px;
  }
  .sm-pr-5 {
    padding-right: 5px;
  }
  .sm-mb-10 {
    margin-bottom: 10px;
  }
  .sm-mt-10 {
    margin-top: 10px;
  }
  .sm-pt-10 {
    padding-top: 10px;
  }
  .sm-pb-10 {
    padding-bottom: 10px;
  }
  .sm-pl-10 {
    padding-left: 10px;
  }
  .sm-pr-10 {
    padding-right: 10px;
  }
  .sm-mb-15 {
    margin-bottom: 15px;
  }
  .sm-mt-15 {
    margin-top: 15px;
  }
  .sm-pt-15 {
    padding-top: 15px;
  }
  .sm-pb-15 {
    padding-bottom: 15px;
  }
  .sm-pl-15 {
    padding-left: 15px;
  }
  .sm-pr-15 {
    padding-right: 15px;
  }
  .sm-mb-20 {
    margin-bottom: 20px;
  }
  .sm-mt-20 {
    margin-top: 20px;
  }
  .sm-pt-20 {
    padding-top: 20px;
  }
  .sm-pb-20 {
    padding-bottom: 20px;
  }
  .sm-pl-20 {
    padding-left: 20px;
  }
  .sm-pr-20 {
    padding-right: 20px;
  }
  .sm-mb-25 {
    margin-bottom: 25px;
  }
  .sm-mt-25 {
    margin-top: 25px;
  }
  .sm-pt-25 {
    padding-top: 25px;
  }
  .sm-pb-25 {
    padding-bottom: 25px;
  }
  .sm-pl-25 {
    padding-left: 25px;
  }
  .sm-pr-25 {
    padding-right: 25px;
  }
  .sm-mb-30 {
    margin-bottom: 30px;
  }
  .sm-mt-30 {
    margin-top: 30px;
  }
  .sm-pt-30 {
    padding-top: 30px;
  }
  .sm-pb-30 {
    padding-bottom: 30px;
  }
  .sm-pl-30 {
    padding-left: 30px;
  }
  .sm-pr-30 {
    padding-right: 30px;
  }
  .sm-mb-35 {
    margin-bottom: 35px;
  }
  .sm-mt-35 {
    margin-top: 35px;
  }
  .sm-pt-35 {
    padding-top: 35px;
  }
  .sm-pb-35 {
    padding-bottom: 35px;
  }
  .sm-pl-35 {
    padding-left: 35px;
  }
  .sm-pr-35 {
    padding-right: 35px;
  }
  .sm-mb-40 {
    margin-bottom: 40px;
  }
  .sm-mt-40 {
    margin-top: 40px;
  }
  .sm-pt-40 {
    padding-top: 40px;
  }
  .sm-pb-40 {
    padding-bottom: 40px;
  }
  .sm-pl-40 {
    padding-left: 40px;
  }
  .sm-pr-40 {
    padding-right: 40px;
  }
  .sm-mb-45 {
    margin-bottom: 45px;
  }
  .sm-mt-45 {
    margin-top: 45px;
  }
  .sm-pt-45 {
    padding-top: 45px;
  }
  .sm-pb-45 {
    padding-bottom: 45px;
  }
  .sm-pl-45 {
    padding-left: 45px;
  }
  .sm-pr-45 {
    padding-right: 45px;
  }
}

/*==========================================================================
Top Bar
==========================================================================*/
.top__bar {
  background: var(--primary-color);
  padding: 17px 50px;
}

.top__bar-left ul {
  padding: 0;
  margin: 0;
}

.top__bar-left ul li {
  list-style: none;
  display: inline-block;
  margin-right: 25px;
  color: var(--white);
  padding-right: 25px;
  border-right: 1px solid var(--white);
}

.top__bar-left ul li a i {
  color: var(--white);
  margin-right: 10px;
}

.top__bar-left ul li:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}

.top__bar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.top__bar-right-social {
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid var(--white);
}

.top__bar-right-social ul {
  padding: 0;
  margin: 0;
}

.top__bar-right-social ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

.top__bar-right-social ul li a i {
  color: var(--white);
}

.top__bar-right-social ul li:last-child {
  margin: 0;
}

.top__bar-right-call ul {
  padding: 0;
  margin: 0;
}

.top__bar-right-call ul li {
  list-style: none;
  display: inline-block;
  color: var(--white);
}

.top__bar-right-call ul li a i {
  color: var(--white);
  margin-right: 10px;
}

@media (max-width: 1199px) {
  .top__bar {
    padding: 10px 50px;
  }
  .top__bar-left {
    text-align: center;
    margin-bottom: 5px;
  }
  .top__bar-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 991px) {
  .top__bar {
    padding: 10px 40px;
  }
}

@media (max-width: 700px) {
  .top__bar-left ul li {
    margin: 0 7px 0 7px;
    border: 0;
    padding: 0;
  }
  .top__bar-left ul li:last-child {
    margin: 0 7px 0 7px;
  }
}

@media (max-width: 575px) {
  .top__bar {
    padding: 10px 0;
  }
}

@media (max-width: 359px) {
  .top__bar-right-social {
    margin-right: 18px;
    padding-right: 18px;
  }
  .top__bar-right-social ul li {
    margin-right: 10px;
  }
}

/*==========================================================================
Menu Bar Sticky
==========================================================================*/
.header__sticky-sticky-menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  -webkit-box-shadow: var(--box-shadow-3);
          box-shadow: var(--box-shadow-3);
  -webkit-animation: header_sticky 1.1s;
          animation: header_sticky 1.1s;
  background: var(--white);
  display: block;
}

@-webkit-keyframes header_sticky {
  0% {
    top: -250px;
  }
  100% {
    top: 0;
  }
}

@keyframes header_sticky {
  0% {
    top: -250px;
  }
  100% {
    top: 0;
  }
}

.header__sticky.one.header__sticky-sticky-menu .header__area {
  background: var(--heading-color);
}

.header__sticky.one.header__sticky-sticky-menu .header__area.three {
  background: var(--heading-color);
}

/*==========================================================================
Menu Bar
==========================================================================*/
.header__area {
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  z-index: 99999;
  border-bottom: 1px solid var(--border-color-3);
  padding: 0 50px;
}

.header__area.two {
  background: var(--white);
  position: relative;
  border: 0;
}

.header__area.three {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  border-bottom: 1px solid var(--border-color-3);
}

.header__area-menubar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__area-menubar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__area-menubar-left-logo a {
  display: inline-block;
}

.header__area-menubar-left-logo a img {
  max-width: 155px;
  position: relative;
  z-index: 999;
}

.header__area-menubar-left-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 65px;
  padding-left: 55px;
  border-left: 2px solid var(--border-color-3);
}

.header__area-menubar-left-contact-icon {
  margin-right: 20px;
}

.header__area-menubar-left-contact-icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  border: 1.5px solid var(--border-color-4);
  color: var(--white);
}

.header__area-menubar-left-contact-info h6 {
  font-size: 16px;
  line-height: 26px;
  color: var(--white);
}

.header__area-menubar-left-contact-info h6 a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.header__area-menubar-left-contact-info h6 a:hover {
  color: var(--primary-color);
}

.header__area-menubar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__area-menubar-right-menu ul {
  padding: 0;
  margin: 0;
}

.header__area-menubar-right-menu ul li {
  display: inline-block;
  position: relative;
  list-style: none;
}

.header__area-menubar-right-menu ul li:hover > a {
  color: var(--primary-color);
}

.header__area-menubar-right-menu ul li:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header__area-menubar-right-menu ul li .sub-menu {
  position: absolute;
  background: var(--white);
  min-width: 240px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 120%;
  opacity: 0;
  -webkit-box-shadow: var(--box-shadow-4);
          box-shadow: var(--box-shadow-4);
  visibility: hidden;
  border-top: 2px solid var(--primary-color);
  z-index: 99;
  text-align: left;
}

.header__area-menubar-right-menu ul li .sub-menu li {
  display: block;
  margin: 0;
  border-bottom: 1px solid var(--border-color-1);
}

.header__area-menubar-right-menu ul li .sub-menu li a {
  color: var(--heading-color);
  padding: 13px 25px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 800;
}

.header__area-menubar-right-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: -2px;
}

.header__area-menubar-right-menu ul li .sub-menu li:hover > a {
  color: var(--primary-color);
}

.header__area-menubar-right-menu ul li .sub-menu li:last-child {
  border: none;
}

.header__area-menubar-right-menu ul li .sub-menu .menu-item-has-children a::before {
  right: 28px;
  background: var(--heading-color);
}

.header__area-menubar-right-menu ul li .sub-menu .menu-item-has-children a::after {
  right: 25px;
  background: var(--heading-color);
}

.header__area-menubar-right-menu ul li ul .sub-menu li .sub-menu {
  color: var(--white);
  cursor: pointer;
}

.header__area-menubar-right-menu ul li a {
  color: var(--white);
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 900;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  text-transform: capitalize;
  padding: 47px 15px;
  font-family: var(--heading-font);
}

@media screen and (min-width: 1200px) and (max-width: 1420px) {
  body .header__area-menubar-right-menu ul li a {
      padding: 47px 5px;
  }
}


.header__area-menubar-right-menu ul li:last-child a {
  padding-right: 0;
}

.header__area-menubar-right-menu ul li.menu-item-has-children > a {
  position: relative;
}

.header__area-menubar-right-menu ul li.menu-item-has-children > a::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  width: 2px;
  height: 8px;
  background: var(--white);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__area-menubar-right-menu ul li.menu-item-has-children > a::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2px;
  width: 8px;
  height: 2px;
  background: var(--white);
}

.header__area-menubar-right-menu ul li.menu-item-has-children:hover > a::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.header__area-menubar-right-menu ul li.menu-item-has-children:hover > a::after {
  background: var(--primary-color);
}

.header__area-menubar-right.two ul li:hover > a {
  color: var(--primary-color);
}

.header__area-menubar-right.two ul li a {
  color: var(--heading-color);
  padding: 42px 26px;
}

.header__area-menubar-right.two ul li:last-child a {
  padding-right: 0;
}

.header__area-menubar-right.two ul li.menu-item-has-children > a::before {
  background: var(--heading-color);
}

.header__area-menubar-right.two ul li.menu-item-has-children > a::after {
  background: var(--heading-color);
}

.header__area-menubar-right.two ul li.menu-item-has-children:hover > a::after {
  background: var(--primary-color);
}

.header__area-menubar-right.three ul li:hover > a {
  color: var(--primary-color);
}

.header__area-menubar-right.three ul li a {
  color: var(--white);
  padding: 42px 26px;
}

.header__area-menubar-right.three ul li:last-child a {
  padding-right: 0;
}

.header__area-menubar-right.three ul li.menu-item-has-children > a::before {
  background: var(--white);
}

.header__area-menubar-right.three ul li.menu-item-has-children > a::after {
  background: var(--white);
}

.header__area-menubar-right.three ul li.menu-item-has-children:hover > a::after {
  background: var(--primary-color);
}

.header__area-menubar-right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__area-menubar-right-box-search {
  margin-left: 40px;
}

.header__area-menubar-right-box-search-icon i {
  cursor: pointer;
  position: relative;
  z-index: 9;
}

.header__area-menubar-right-box-search-icon i::before {
  display: block;
  color: var(--white);
}

.header__area-menubar-right-box-search-icon.two i::before {
  color: var(--heading-color);
}

.header__area-menubar-right-box-search-icon.three i::before {
  color: var(--white);
}

.header__area-menubar-right-box-search-box {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  left: 0;
  right: 0;
  height: 0;
  background: var(--heading-color);
  z-index: 999;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
}

.header__area-menubar-right-box-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 55%;
}

.header__area-menubar-right-box-search-box input {
  background: var(--white);
  color: var(--heading-color);
  border: 0;
}

.header__area-menubar-right-box-search-box button {
  position: absolute;
  right: 15px;
  top: 19px;
  background-color: transparent;
  text-align: center;
  font-size: 22px;
  color: var(--primary-color);
  border: 0;
  outline: none;
  padding: 0;
  margin: 0;
}

.header__area-menubar-right-box-search-box.active {
  height: 100%;
  top: 0;
}

.header__area-menubar-right-box-search-box-icon {
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 22px;
  color: var(--white);
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header__area-menubar-right-box-search-box-icon:hover {
  -webkit-animation: rotate 0.4s ease 0s;
          animation: rotate 0.4s ease 0s;
}

.header__area-menubar-right-box-search-box-icon i {
  cursor: pointer;
  position: relative;
  z-index: 9;
}

.header__area-menubar-right-box-search-box-icon i::before {
  display: block;
}

.header__area-menubar-right-box-btn {
  margin-left: 30px;
}

.header__area-menubar-right-box-btn .theme-border-btn::after {
  background: var(--heading-color);
}

.header__area-menubar-right-box-btn .theme-border-btn:hover {
  color: var(--white);
}

.header__area-menubar-right-box-sidebar-popup {
  position: fixed;
  width: 460px;
  height: 100%;
  right: 0;
  overflow: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  top: 0;
  background: var(--white);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 40px;
  scrollbar-width: none;
}

.header__area-menubar-right-box-sidebar-popup::-webkit-scrollbar {
  display: none;
}

.header__area-menubar-right-box-sidebar-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  right: 0;
}

.header__area-menubar-right-box-sidebar-popup-icon {
  margin-left: 30px;
}

.header__area-menubar-right-box-sidebar-popup-icon i {
  cursor: pointer;
  font-size: 25px;
  color: var(--primary-color);
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--color-6);
  border-radius: 50%;
  text-align: center;
}

.header__area-menubar-right-box-sidebar-popup-icon.three i {
  color: var(--white);
  background: var(--border-color-3);
}

.header__area-menubar-right-box-sidebar-popup .sidebar-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.header__area-menubar-right-box-sidebar-popup .sidebar-close-btn i::before {
  background: var(--primary-color);
  width: 40px;
  color: var(--white);
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  display: block;
}

.header__area-menubar-right-box-sidebar-popup .sidebar-close-btn:hover {
  -webkit-animation: rotate 0.4s ease 0s;
          animation: rotate 0.4s ease 0s;
}

.header__area-menubar-right-box-sidebar-popup .sidebar-close-btn.one i::before {
  background: var(--primary-color);
}

.header__area-menubar-right-box-sidebar-popup-logo {
  margin-bottom: 30px;
}

.header__area-menubar-right-box-sidebar-popup-logo a {
  display: inline-block;
}

.header__area-menubar-right-box-sidebar-popup-logo a img {
  max-width: 155px;
  position: relative;
  z-index: 999;
}

.header__area-menubar-right-box-sidebar-popup-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  gap: 30px;
}

.header__area-menubar-right-box-sidebar-popup-contact-item-icon {
  width: 30px;
}

.header__area-menubar-right-box-sidebar-popup-contact-item-icon i {
  color: var(--primary-color);
  font-size: 30px;
  position: relative;
  top: 6px;
}

.header__area-menubar-right-box-sidebar-popup-contact-item-content span {
  font-size: 14px;
  line-height: 24px;
  font-family: var(--heading-font);
  font-weight: 700;
}

.header__area-menubar-right-box-sidebar-popup-contact-item-content h6 {
  max-width: 300px;
}

.header__area-menubar-right-box-sidebar-popup-contact-item-content h6 a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-family: var(--heading-font);
}

.header__area-menubar-right-box-sidebar-popup-contact-item-content h6 a:hover {
  color: var(--primary-color);
}

.header__area-menubar-right-box-sidebar-popup-contact-item:last-child {
  margin: 0;
}

.header__area-menubar-right-box-sidebar-popup-image {
  margin: 40px 0;
  position: relative;
}

.header__area-menubar-right-box-sidebar-popup-image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  background: var(--white);
  opacity: 0.3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__area-menubar-right-box-sidebar-popup-image::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--white);
  opacity: 0.3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__area-menubar-right-box-sidebar-popup-social {
  margin-top: 40px;
}

.header__area-menubar-right-box-sidebar-popup-social ul {
  margin: 0;
  padding: 0;
}

.header__area-menubar-right-box-sidebar-popup-social ul li {
  display: inline-block;
  margin-right: 10px;
}

.header__area-menubar-right-box-sidebar-popup-social ul li:last-child {
  margin: 0;
}

.header__area-menubar-right-box-sidebar-popup-social ul li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: var(--primary-color);
  border: 1px solid var(--border-color-1);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.header__area-menubar-right-box-sidebar-popup-social ul li a i:hover {
  background: var(--primary-color);
  color: var(--white);
}

.header__area-menubar-right-box-sidebar-popup.three {
  background: var(--color-10);
}

.header__area-menubar-right-box-sidebar-popup.three p {
  color: var(--color-2);
}

.header__area-menubar-right-box-sidebar-popup.three .header__area-menubar-right-box-sidebar-popup-contact h4 {
  color: var(--white);
}

.header__area-menubar-right-box-sidebar-popup.three .header__area-menubar-right-box-sidebar-popup-contact-item-content span {
  color: var(--color-2);
}

.header__area-menubar-right-box-sidebar-popup.three .header__area-menubar-right-box-sidebar-popup-contact-item-content h6 {
  color: var(--color-5);
}

.header__area-menubar-right-box-sidebar-popup.three .header__area-menubar-right-box-sidebar-popup-social ul li a i {
  border: 1px solid var(--color-12);
}

.header__area-menubar-right-box .sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0.85;
  background: var(--heading-color);
  display: none;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.header__area-menubar-right-box .sidebar-overlay.show {
  display: block;
}

/*==========================================================================
Responsive Menu Css
========================================================================== */
.responsive-menu {
  position: absolute;
  top: 7px;
  right: 0;
  width: 100%;
}

.mean-container a.meanmenu-reveal {
  color: var(--heading-color);
  width: 25px;
  height: 31px;
  top: 22px;
  padding: 0;
  -webkit-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
}

.mean-container a.meanmenu-reveal span {
  background: var(--white);
  margin-top: 6px;
}

.mean-container .mean-bar {
  background: transparent;
  padding: 0;
  z-index: 99;
}

.mean-container .mean-bar a i {
  font-size: 32px;
  display: block;
  color: var(--white);
}

.mean-container .mean-nav {
  background: var(--white);
  margin-top: 84px;
  -webkit-box-shadow: var(--box-shadow-3);
          box-shadow: var(--box-shadow-3);
}

.mean-container .mean-nav li:first-child > a {
  border: none;
}

.mean-container .mean-nav ul li a.mean-expand {
  background: var(--primary-color);
  height: 34px;
  color: var(--white);
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--primary-color);
}

.mean-container .mean-nav .sub-menu li a.mean-expand {
  background: var(--primary-color);
  height: 34px;
  color: var(--white);
}

.mean-container .mean-nav .sub-menu li a.mean-expand:hover {
  background: var(--primary-color);
}

.mean-container .mean-nav ul li a i {
  display: none;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav li li:first-child > a {
  color: var(--heading-color);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  border-top: 1px solid var(--border-color-1);
  opacity: 1;
}

@media (max-width: 1450px) {
  .header__area-menubar-left-contact {
    display: none;
  }
}

@media (max-width: 1100px) {
  .header__area-menubar-right-box-btn {
    display: none;
  }
}

@media (max-width: 991px) {
  .header__area {
    padding: 0 40px;
  }
  .header__area-menubar {
    display: initial;
  }
  .header__area-menubar-left {
    display: initial;
  }
  .header__area-menubar-left-logo {
    position: relative;
    padding: 25px 0;
  }
  .header__area-menubar-right-box-search {
    display: none;
  }
  .header__area-menubar-right-box-sidebar {
    display: none;
  }
  .header__area.two .mean-container a.meanmenu-reveal span {
    background: #d3a06d;
  }
  .header__area.two .mean-container .mean-bar a i {
    color: var(--heading-color);
  }
}

@media (max-width: 575px) {
  .header__area {
    padding: 0;
  }
}

/*==========================================================================
Banner
========================================================================== */
.home__banner .banner__slide {
  position: relative;
  z-index: 1;
}

.home__banner .banner__slide-area {
  overflow: hidden;
  position: relative;
}

.home__banner .banner__slide-area-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 15s ease-out 0s;
  transition: all 15s ease-out 0s;
}

.home__banner .banner__slide-area-image::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--heading-color);
  opacity: 0.59;
}

.home__banner .banner__slide-content {
  position: relative;
  z-index: 9;
  text-align: left;
  padding-top: 250px;
  padding-bottom: 200px;
}

.home__banner .banner__slide-content h2 {
  margin-bottom: 20px;
  color: var(--white);
  max-width: 755px;
  font-size:80px;
  line-height: 100px;
  font-weight:900;
}

.home__banner .banner__slide-content p {
    color:#fff;
    margin-bottom:30px;
}

.home__banner .banner__slide-content-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home__banner .banner__slide-content-button .theme-border-btn {
  margin-left: 30px;
}

.home__banner .banner__slide-right {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}

.home__banner .swiper-slide-active .banner__slide-area-image {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.home__banner-button-prev {
  left: 70px;
}

.home__banner-button-prev i::before {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid var(--primary-color);
  font-size: 18px;
  color: var(--primary-color);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.home__banner-button-prev i:hover::before {
  color: var(--white);
  background: var(--primary-color);
}

.home__banner-button-next {
  right: 70px;
}

.home__banner-button-next i::before {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid var(--primary-color);
  font-size: 18px;
  color: var(--primary-color);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.home__banner-button-next i:hover::before {
  color: var(--white);
  background: var(--primary-color);
}

/*==========================================================================
Banner Two
========================================================================== */
.banner__two {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 140px 0;
}

.banner__two-title {
  margin-left: 140px;
}

.banner__two-title h1 {
  margin-bottom: 20px;
}

.banner__two-title p {
  max-width: 580px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 50px;
}

/*==========================================================================
Banner Three
========================================================================== */
.banner__three {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 110px;
}

.banner__three::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--heading-color);
  opacity: 0.96;
  z-index: -2;
}

.banner__three-right {
  text-align: right;
  position: absolute;
  right: -195px;
  bottom: 0;
  z-index: -1;
}

.banner__three-title {
  padding: 205px 0;
}

.banner__three-title h1 {
  margin-bottom: 20px;
  color: var(--white);
  max-width: 700px;
}

.banner__three-title p {
  max-width: 600px;
  font-size: 20px;
  line-height: 30px;
  color: var(--color-3);
  margin-bottom: 50px;
}

@media (max-width: 1800px) {
  .home__banner .banner__slide-right img {
    max-width: 930px;
  }
  .banner__three-right {
    max-width: 1150px;
  }
}

@media (max-width: 1799px) {
  .home__banner .banner__slide-right img {
    max-width: 850px;
  }
}

@media (max-width: 1520px) {
  .home__banner .banner__slide-right img {
    max-width: 750px;
  }
}

@media (max-width: 1399px) {
  .home__banner .banner__slide-content {
    padding-top: 265px;
    padding-bottom: 145px;
  }
  .home__banner .banner__slide-right img {
    max-width: 580px;
  }
  .banner__three-right {
    max-width: 1025px;
  }
  .banner__three-title {
    padding: 140px 0;
  }
}

@media (max-width: 1199px) {
  .home__banner .banner__slide-right {
    display: none;
  }
  .banner__two {
    padding: 140px 50px;
  }
  .banner__two-title {
    margin-left: 0;
  }
  .banner__three-right {
    display: none;
  }
}

@media (max-width: 991px) {
  .home__banner .banner__slide-content {
    padding-top: 240px;
    padding-bottom: 155px;
  }
  
  .home__banner .banner__slide-content .subtitle__one {
      font-size:40px;
      margin-top:30px;
  }
  
  .home__banner .banner__slide-content h2 {
    font-size: 18px;
    line-height: 74px;
  }
  .banner__three {
    padding-top: 92px;
  }
}

@media (max-width: 767px) {
    
    .pie-img-sec.mobile-hide {
        display:none;
    }
    
   body .coming-soon-section {
        height:50vh;
    }
   body .piercing-sec .pie-txt-sec.rr .right-side-stk .p-gallery {
        width: 100%;
    height: 450px;
    }
    .pie-txt-sec p{
        text-align:justify;
    }
    
    .aft-care-sec .banner__slide-content-button {
         text-align:center;
     }
     body .aft-care-sec .banner__slide-content-button a {
               margin: 0 0 15px 0;
        width: 100%;
    }
    
    .piercing-sec.aeropage .pie-img-sec{
        margin-bottom:40px;
        height: 350px;
        background-position: center;
    }
    
    
    body .main-tab-uk {
        padding:50px 30px;
    }
    
    body .main-tab-uk .col-md-8 {
        padding:20px;
    }
    
    .treat-sec .row .col-md-3 {
        flex: 0 0 50%;
    }
    .treat-sec .single-treat {
        margin-top:10px;
    }
    
    body .card-who-is {
            width: 90%;
    padding: 30px;
    }
   body .card-who-is .right-ul {
    padding-top: 8px;
     padding-left: 0px; 
}

.bg-image-tattoo {
    height:400px;
}

body .af-bef-card-lf {
    right:auto;
}

body .af-bef-card-ri {
     left:auto;
}

body .after-before-sec {
   padding: 0;
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
}

body .piercing-sec .pie-txt-sec, body .piercing-sec.aeropage .pie-txt-sec {
    padding:30px;
}

body .contact-bg-sec .bg-con {
    padding:50px;
}

.pie-img-sec {
     height: 233px;
}
    
  .home__banner .banner__slide-content {
    padding-top: 120px;
    text-align: center;
 padding-bottom: 120px;
  }
  .home__banner .banner__slide-content h2 {
    font-size: 18px;
    line-height: 64px;
  }
  .home__banner .banner__slide-content-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home__banner-button {
    display: none;
  }
  .banner__three-title h1 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 575px) {
  .banner__two {
    padding: 140px 0;
  }
}

@media (max-width: 540px) {
  .home__banner .banner__slide-content h2 {
    font-size: 18px;
    line-height: 58px;
  }
  .banner__two-title h1 {
    font-size: 48px;
    line-height: 58px;
  }
  .banner__three-title h1 {
    font-size: 48px;
    line-height: 58px;
  }
}

@media (max-width: 480px) {
  .home__banner .banner__slide-content h2 {
    font-size: 18px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .home__banner .banner__slide-content-button {
    display: block;
  }
  .home__banner .banner__slide-content-button .theme-border-btn {
    margin: 25px;
    margin-bottom: 0;
  }
}

@media (max-width: 400px) {
  .home__banner .banner__slide-content h2 {
    font-size: 18px;
    line-height: 46px;
  }
  .banner__two-title h1 {
    font-size: 44px;
    line-height: 54px;
  }
  .banner__two-title p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px;
  }
  .banner__three-title h1 {
    font-size: 44px;
    line-height: 54px;
  }
  .banner__three-title p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px;
  }
}

@media (max-width: 359px) {
  .home__banner .banner__slide-content h2 {
    font-size: 18px;
    line-height: 42px;
  }
  .banner__three-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

/*==========================================================================
About
==========================================================================*/
.about__area-left-image {
  position: relative;
  margin: 0 90px 60px 0;
}

.about__area-left-image-two {
  max-width: 170px;
  position: absolute;
  top: 25px;
  right: 0;
}

.about__area-left-image-three {
  max-width: 285px;
  position: absolute;
  border-top: 15px solid var(--white);
  border-left: 15px solid var(--white);
  bottom: -60px;
  right: 0;
}

.about__area-left-image-shape {
  position: absolute;
  top: 0;
  left: -70px;
  z-index: -1;
}

.about__area-right-title h2 {
  max-width: 430px;
  margin-bottom: 25px;
}

.about__area-right-title p {
  max-width: 490px;
}

.about__area-right-bottom h5 {
  font-weight: 400;
  padding-left: 20px;
  max-width: 500px;
  position: relative;
}

.about__area-right-bottom h5::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: var(--primary-color);
}

/*==========================================================================
About Two
==========================================================================*/
.about__two {
  position: relative;
  z-index: 1;
}

.about__two-left-image {
  position: relative;
  margin-left: 90px;
  margin-right: 60px;
}

.about__two-left-image::after {
  position: absolute;
  content: '';
  left: -30px;
  top: 0;
  width: 500px;
  height: 100%;
  border: 1px solid var(--heading-color);
  opacity: 0.1;
  border-radius: 380px;
  z-index: -1;
}

.about__two-left-image img {
  border-radius: 380px;
}

.about__two-left-image-two {
  max-width: 240px;
  position: absolute;
  border: 10px solid var(--white);
  bottom: 30px;
  border-radius: 380px;
  right: 0;
}

.about__two-left-image-two img {
  border-radius: 380px;
}

.about__two-right-title h2 {
  max-width: 430px;
  margin-bottom: 25px;
}

.about__two-right-title p {
  margin-bottom: 25px;
}

.about__two-right-list span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--heading-font);
  font-weight: 700;
  margin-bottom: 20px;
}

.about__two-right-list span i {
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  background: var(--color-7);
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  color: var(--primary-color);
}

.about__two-right-list span:last-child {
  margin: 0;
}

.about__two-shape {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}

/*==========================================================================
About Three
==========================================================================*/
.about__three {
  background: var(--color-10);
  position: relative;
  z-index: 1;
}

.about__three::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54%;
  background: var(--color-13);
  z-index: -1;
}

.about__three-left {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 70px;
}

.about__three-left-image {
  width: 950px;
}

.about__three-left-play-icon {
  position: absolute;
  background: var(--white);
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about__three-left-play-icon a {
  color: var(--primary-color);
  font-size: 25px;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.about__three-right {
  background: var(--heading-color);
  padding: 70px 40px;
  position: relative;
  z-index: 1;
}

.about__three-right-title h2 {
  color: var(--white);
  margin-bottom: 30px;
}

.about__three-right-title p {
  color: var(--color-3);
  margin-bottom: 50px;
  max-width: 340px;
}

.about__three-counter {
  margin-top: 100px;
}

.about__three-counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.about__three-counter-item-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  background: var(--color-11);
}

.about__three-counter-item-icon img {
  max-width: 40px;
}

.about__three-counter-item-content h2 {
  color: var(--white);
}

.about__three-counter-item-content p {
  color: var(--color-2);
}

/*==========================================================================
History
==========================================================================*/
.history__area-left-image {
  margin: 30px 0 0 30px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.history__area-left-image::after {
  content: '';
  position: absolute;
  left: -30px;
  top: -30px;
  border: 1px solid var(--primary-color);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.history__area-right-title h2 {
  margin-bottom: 20px;
}

.history__area-right-title p {
  max-width: 490px;
}

.history__area-right-author {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.history__area-right-author-image {
  margin-right: 30px;
}

.history__area-right-author-image img {
  max-width: 100px;
  border-radius: 50%;
}

/*==========================================================================
Mission
==========================================================================*/
.mission__area {
  background: var(--color-4);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.mission__area-left {
  padding-top: 115px;
  padding-bottom: 150px;
}

.mission__area-left-title h2 {
  margin-bottom: 20px;
}

.mission__area-left-title p {
  max-width: 490px;
}

.mission__area-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1600px) {
  .mission__area-right {
    max-width: 900px;
  }
}

@media (max-width: 1399px) {
  .mission__area-right {
    max-width: 780px;
  }
}

@media (max-width: 1199px) {
  .about__area-left-image {
    margin: 0 30px 60px 0;
  }
  .about__two-left-image {
    margin-left: 0;
  }
  .about__two-left-image::after {
    display: none;
  }
  .about__two-left-image-two {
    right: -40px;
  }
  .about__three-left {
    padding-top: 60px;
  }
  .about__three-left-image {
    width: 850px;
  }
  .about__three-counter-item {
    gap: 20px;
  }
  .about__three-counter-item-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .about__three-counter-item-icon img {
    max-width: 35px;
  }
  .mission__area-right {
    max-width: 550px;
  }
}

@media (max-width: 991px) {
  .about__area-left-image {
    margin: 0 0 60px 0;
  }
  .about__two-left-image {
    margin: 0;
  }
  .about__two-left-image-two {
    right: 0;
  }
  .about__three-left {
    padding-top: 0;
  }
  .about__three-left-image {
    width: initial;
  }
  .history__area-left-image {
    display: block;
  }
  .history__area-left-image img {
    width: 100%;
  }
  .mission__area-left {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .mission__area-right {
    position: initial;
    max-width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .about__area-left-image-shape {
    display: none;
  }
}

@media (max-width: 410px) {
  .about__area-left-image img {
    max-width: 295px;
  }
  .about__area-left-image-three {
    max-width: 235px;
  }
  .about__area-right-bottom h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .about__two-left-image img {
    border-radius: 300px;
  }
  .about__two-left-image-two {
    max-width: 200px;
    bottom: 20px;
  }
  .about__three-right {
    padding: 50px 24px;
  }
  .history__area-right-author-image {
    margin-right: 20px;
  }
}

/*==========================================================================
Services
==========================================================================*/
.services__area {
  background: #000;
  position: relative;
  z-index: 1;
}

.services__area.section-padding {
    padding-bottom:0;
}

.tatpg.services__area.section-padding {
    padding-bottom:70px;
}


.services__area .services__area-title h2, .services__area .services__area-title p {
    color:#fff;
}

.services__area-title {
  text-align: center;
}

.services__area-title h2 {
  max-width: 500px;
  margin: 0 auto;
}

.services__area-shape {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  display:none;
}

.services__area-right-title h3 {
  max-width: 330px;
}

.services__area-right-title p {
  margin-top: 20px;
  margin-bottom: 30px;
}

.services__area-right-title-list span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--heading-font);
  font-weight: 700;
  margin-bottom: 20px;
}

.services__area-right-title-list span i {
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  background: var(--color-7);
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  color: var(--primary-color);
}

.services__area-right-title-list span:last-child {
  margin: 0;
}

.services__area-button {
  margin-left: -7px;
  margin-right: -11px;
}

.services__area-button ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.services__area-button .nav-item button {
  background: var(--white);
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 900;
  padding: 30px 20px;
  width: 190px;
  margin: 14px;
  position: relative;
}

.services__area-button .nav-item-button {
  background: var(--white);
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 900;
  padding: 30px 20px;
  width: 190px;
  margin: 14px;
  position: relative;
}

.services__area-button .nav-item-button-icon {
  display: block;
  margin-bottom: 25px;
  padding: 0 45px;
}

.services__area-button .nav-item-button-icon2 {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
}

.services__area-button .nav-item .active {
  background: var(--primary-color);
  color: var(--white);
}

.services__area-button .nav-item .active .nav-item-button-icon2 {
  opacity: 1;
}

/*==========================================================================
Services Two
==========================================================================*/
.services__two {
  background: var(--color-4);
  position: relative;
  z-index: 1;
}

.services__two::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 140px;
  background: var(--heading-color);
  bottom: 0;
  left: 0;
  z-index: -1;
}

.services__two-right-title h2 {
  max-width: 450px;
  margin-bottom: 30px;
}

.services__two-right-item {
  background: var(--white);
  border: 1px solid var(--white);
  padding: 40px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.services__two-right-item-icon {
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}

.services__two-right-item-icon::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  opacity: 0.1;
  top: 20px;
  left: 20px;
  border-radius: 50%;
}

.services__two-right-item-content h4 {
  margin-bottom: 10px;
}

.services__two-right-item-content h4 a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.services__two-right-item-content h4 a:hover {
  color: var(--primary-color);
}

.services__two-right-item-content p {
  margin: 0;
}

.services__two-right-item:hover {
  border-color: var(--primary-color);
}

/*==========================================================================
Services Three
==========================================================================*/
.services__three {
  background: var(--color-10);
}

.services__three-title {
  text-align: center;
}

.services__three-title h2 {
  color: var(--white);
}

.services__three-item {
  background: var(--heading-color);
  border: 1px solid var(--heading-color);
  padding: 40px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.services__three-item-icon {
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}

.services__three-item-icon::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background: var(--color-11);
  top: 20px;
  left: 20px;
  border-radius: 50%;
  z-index: -1;
}

.services__three-item-content h4 {
  margin-bottom: 10px;
}

.services__three-item-content h4 a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: var(--white);
}

.services__three-item-content h4 a:hover {
  color: var(--primary-color);
}

.services__three-item-content p {
  color: var(--white);
  margin-bottom: 30px;
}

.services__three-item-content .simple-btn {
  color: var(--color-1);
}

.services__three-item-content .simple-btn:hover {
  color: var(--primary-color);
}

.services__three-item:hover {
  border-color: var(--primary-color);
}

/*==========================================================================
Services Three
==========================================================================*/
.services__page {
  position: relative;
  z-index: 1;
}

.services__page::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 140px;
  /*background: #191d1f;*/
   background: #f7f7f7;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.services__page-item {
  background: var(--white);
  border: 1px solid var(--white);
  -webkit-box-shadow: var(--box-shadow-4);
          box-shadow: var(--box-shadow-4);
  padding: 25px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.services__page-item-icon {
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}

.services__page-item-icon::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background: var(--color-6);
  top: 20px;
  left: 20px;
  border-radius: 50%;
  z-index: -1;
}

.services__page-item-content h4 {
  margin-bottom: 10px;
  min-height:103px;
  display:flex;
  align-items:center;
}

.services__page-item-content h4 a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.services__page-item-content h4 a:hover {
  color: var(--primary-color);
}

.services__page-item-content p {
  margin-bottom: 30px;
}

.services__page-item:hover {
  border-color: var(--primary-color);
}

@media (max-width: 450px) {
  .services__area-button .nav-item button {
    font-size: 16px;
    width: 160px;
    margin: 8px;
  }
  .services__area-button .nav-item-button-icon {
    margin-bottom: 20px;
    padding: 0 30px;
  }
}

/*==========================================================================
Blog
==========================================================================*/
.blog__area-title {
  text-align: center;
}

.blog__area-item-image {
  overflow: hidden;
}

.blog__area-item-image img {
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.blog__area-item-image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog__area-item-content {
  padding: 30px 40px;
  padding-bottom: 35px;
  border: 1px solid var(--border-color-2);
  border-top: 0;
}

.blog__area-item-content-meta {
  margin-bottom: 10px;
}

.blog__area-item-content-meta ul {
  padding: 0;
  margin: 0;
}

.blog__area-item-content-meta ul li {
  list-style: none;
  display: inline-block;
}

.blog__area-item-content-meta ul li a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 900;
  font-family: var(--heading-font);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.blog__area-item-content-meta ul li a:hover {
  color: var(--primary-color);
}

.blog__area-item-content-meta ul li a span {
  background: var(--primary-color);
  padding: 7px 12px 4px 12px;
  color: var(--white);
  display: inline-block;
  margin-right: 25px;
}

.blog__area-item-content-meta ul li a i {
  color: var(--primary-color);
  margin-right: 10px;
}

.blog__area-item-content h4 {
  margin-bottom: 25px;
  max-width: 325px;
}

.blog__area-item-content h4 a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.blog__area-item-content h4 a:hover {
  color: var(--primary-color);
}

/*==========================================================================
Blog Two
==========================================================================*/
.blog__two-title {
  text-align: center;
}

.blog__two-item-content {
  padding: 30px 40px;
  padding-bottom: 35px;
  border: 1px solid var(--border-color-2);
  border-top: 0;
}

.blog__two-item-content-meta {
  margin-bottom: 15px;
}

.blog__two-item-content-meta ul {
  padding: 0;
  margin: 0;
}

.blog__two-item-content-meta ul li {
  list-style: none;
  display: inline-block;
}

.blog__two-item-content-meta ul li a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 900;
  font-family: var(--heading-font);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.blog__two-item-content-meta ul li a:hover {
  color: var(--primary-color);
}

.blog__two-item-content-meta ul li a span {
  background: var(--primary-color);
  padding: 0 13px;
  color: var(--white);
  line-height: 34px;
  display: inline-block;
  margin-right: 25px;
}

.blog__two-item-content-meta ul li a i {
  color: var(--primary-color);
  margin-right: 10px;
}

.blog__two-item-content h4 {
  margin-bottom: 15px;
  max-width: 325px;
}

.blog__two-item-content h4 a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.blog__two-item-content h4 a:hover {
  color: var(--primary-color);
}

.blog__two-item-content p {
  margin-bottom: 28px;
}

.blog__two-item.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--border-color-2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog__two-item.right img {
  max-width: 410px;
}

.blog__two-item.right .blog__two-item-content {
  border: 0;
  padding: 0 40px;
}

/*==========================================================================
Blog Standard
==========================================================================*/
.blog__standard-left {
  border: 1px solid var(--border-color-1);
  padding: 40px;
}

.blog__standard-left-item-image {
  overflow: hidden;
}

.blog__standard-left-item-image img {
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.blog__standard-left-item-image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog__standard-left-item-meta {
  padding: 30px 0;
}

.blog__standard-left-item-meta ul {
  padding: 0;
  margin: 0;
}

.blog__standard-left-item-meta ul li {
  display: inline-block;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid var(--border-color-1);
}

.blog__standard-left-item-meta ul li a {
  -webkit-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}

.blog__standard-left-item-meta ul li a i {
  color: var(--primary-color);
  margin-right: 10px;
}

.blog__standard-left-item-meta ul li a:hover {
  color: var(--primary-color);
}

.blog__standard-left-item-meta ul li a span {
  background: var(--primary-color);
  padding: 0 13px;
  color: var(--white);
  font-family: var(--heading-font);
  font-weight: 700;
  line-height: 34px;
  display: inline-block;
  margin-right: 25px;
}

.blog__standard-left-item-meta ul li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.blog__standard-left-item-meta ul li:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.blog__standard-left-item h3 a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.blog__standard-left-item h3 a:hover {
  color: var(--primary-color);
}

/*==========================================================================
Blog Details
==========================================================================*/
.blog__details-left {
  border: 1px solid var(--border-color-1);
  padding: 40px;
}

.blog__details-left-meta {
  padding: 30px 0;
}

.blog__details-left-meta ul {
  padding: 0;
  margin: 0;
}

.blog__details-left-meta ul li {
  display: inline-block;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid var(--border-color-1);
}

.blog__details-left-meta ul li a {
  -webkit-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}

.blog__details-left-meta ul li a i {
  color: var(--primary-color);
  margin-right: 10px;
}

.blog__details-left-meta ul li a:hover {
  color: var(--primary-color);
}

.blog__details-left-meta ul li a span {
  background: var(--primary-color);
  padding: 0 13px;
  color: var(--white);
  line-height: 34px;
  display: inline-block;
  font-family: var(--heading-font);
  font-weight: 700;
  margin-right: 25px;
}

.blog__details-left-meta ul li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.blog__details-left-meta ul li:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.blog__details-left-box {
  background: var(--heading-color);
  padding: 50px 40px;
  position: relative;
  margin: 40px 0;
  text-align: center;
}

.blog__details-left-box-icon {
  position: absolute;
  max-width: 180px;
  bottom: 60px;
  right: 60px;
}

.blog__details-left-box p {
  font-size: 20px;
  line-height: 30px;
  text-transform: none;
  color: var(--color-3);
  margin-bottom: 30px;
}

.blog__details-left-box h6 {
  position: relative;
  display: inline-block;
  color: var(--white);
  padding-left: 60px;
}

.blog__details-left-box h6::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  left: 0;
  top: 11px;
  background: var(--primary-color);
}

.blog__details-left-related {
  margin: 70px 0;
}

.blog__details-left-related h6 {
  margin-right: 30px;
}

.blog__details-left-related-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.blog__details-left-related-tag ul {
  padding: 0;
  margin: 0;
}

.blog__details-left-related-tag ul li {
  display: inline-block;
  margin-right: 20px;
}

.blog__details-left-related-tag ul li a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.blog__details-left-related-tag ul li a:hover {
  color: var(--primary-color);
}

.blog__details-left-related-share ul {
  padding: 0;
  margin: 0;
}

.blog__details-left-related-share ul li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
}

.blog__details-left-related-share ul li a i {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog__details-left-related-share ul li a i:hover {
  color: var(--primary-color);
}

.blog__details-left-related-share ul li:last-child {
  margin: 0;
}

.blog__details-left-post {
  background: var(--color-4);
}

.blog__details-left-post-author {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.blog__details-left-post-author-image {
  width: 130px;
  height: 130px;
  min-width: 130px;
}

.blog__details-left-post-author-image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.blog__details-left-post-author-content h4 {
  margin-bottom: 10px;
}

.blog__details-left-post-author-content p {
  margin: 0;
}

.blog__details-left-comment-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color-1);
}

.blog__details-left-comment-item-comment-image {
  float: left;
}

.blog__details-left-comment-item-comment-image img {
  max-width: 100px;
  border-radius: 50%;
}

.blog__details-left-comment-item-comment-content {
  padding-left: 30px;
  overflow: hidden;
}

.blog__details-left-comment-item-comment-content span {
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
}

.blog__details-left-comment-item-comment-content h5 a {
  float: right;
  font-size: 14px;
  font-weight: 600;
  line-height: 35px;
  border: 1px solid var(--border-color-1);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  padding: 0 15px;
}

.blog__details-left-comment-item-comment-content h5 a i {
  margin-right: 10px;
}

.blog__details-left-comment-item-comment-content h5 a:hover {
  color: var(--white);
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.blog__details-left-contact-form-item {
  position: relative;
}

.blog__details-left-contact-form-item i {
  position: absolute;
  right: 20px;
  top: 23px;
  color: var(--primary-color);
}

.blog__details-left-contact-form-item input {
  font-size: 14px;
  background: transparent;
}

.blog__details-left-contact-form-item textarea {
  height: 220px;
  font-size: 14px;
  background: transparent;
}

.blog__details-left-contact-form-item .theme-btn i {
  position: relative;
  top: initial;
  right: initial;
  color: var(--white);
  -webkit-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}

@media (max-width: 1399px) {
  .blog__area-item-content {
    padding: 30px;
    padding-bottom: 25px;
  }
  .blog__area-item-content-meta ul li a span {
    margin-right: 15px;
  }
  .blog__two-title {
    text-align: center;
  }
  .blog__two-item-content {
    padding: 25px 30px;
    padding-bottom: 28px;
  }
  .blog__two-item-content h4 {
    font-size: 22px;
  }
  .blog__two-item.right img {
    max-width: 372px;
  }
  .blog__two-item.right .blog__two-item-content {
    padding: 0 30px;
  }
  .blog__details-left {
    padding: 40px 30px;
  }
  .blog__details-left-meta ul li {
    margin-right: 15px;
    padding-right: 15px;
  }
  .blog__details-left-meta ul li a span {
    margin-right: 15px;
  }
  .blog__details-left-box {
    padding: 40px 30px;
  }
  .blog__details-left-related {
    margin: 50px 0;
  }
  .blog__details-left-post-author {
    padding: 30px;
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .blog__area-item-content h4 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .blog__two-item.right img {
    max-width: 324px;
    min-height: 290px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog__two-item.right .blog__two-item-content {
    padding: 0 30px;
  }
  .blog__two-item.right .blog__two-item-content p {
    margin-bottom: 15px;
  }
  .blog__two-item.right .blog__two-item-content h4 {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .blog__two-item.right {
    display: block;
  }
  .blog__two-item.right img {
    max-width: 100%;
    min-height: 290px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog__two-item.right .blog__two-item-content {
    padding: 25px 30px;
    padding-bottom: 28px;
  }
  .blog__two-item.right .blog__two-item-content p {
    margin-bottom: 28px;
  }
  .blog__two-item.right .blog__two-item-content h4 {
    margin-bottom: 15px;
  }
  .blog__standard-left {
    padding: 30px;
  }
  .blog__details-left-meta ul li a span {
    margin-bottom: 5px;
  }
}

@media (max-width: 575px) {
  .blog__area-item-content-meta ul li a span {
    margin-right: 10px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
  }
  .blog__two-item-content-meta ul li a span {
    margin-right: 10px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
  }
  .blog__standard-left {
    padding: 30px;
  }
  .blog__standard-left-item-meta ul li {
    margin-right: 20px;
    padding-right: 20px;
  }
  .blog__standard-left-item-meta ul li a span {
    padding: 0 12px;
    line-height: 30px;
    margin-right: 15px;
    font-size: 14px;
  }
  .blog__details-left {
    padding: 0;
    border: 0;
  }
  .blog__details-left-meta ul li {
    margin-right: 20px;
    padding-right: 20px;
  }
  .blog__details-left-box {
    padding: 30px;
  }
  .blog__details-left-box p {
    font-size: 16px;
    line-height: 26px;
  }
  .blog__details-left-post-author {
    padding: 30px;
    display: block;
  }
  .blog__details-left-post-author-image {
    margin-bottom: 20px;
  }
  .blog__details-left-comment-item {
    margin-left: 0;
  }
  .blog__details-left-comment-item-comment-image {
    float: initial;
    margin-bottom: 20px;
  }
  .blog__details-left-comment-item-comment-content {
    padding-left: 0;
  }
}

@media (max-width: 495px) {
  .blog__standard-left {
    padding: 0;
    border: 0;
  }
  .blog__standard-left-item-meta ul li a span {
    margin-bottom: 5px;
  }
  .blog__standard-left-item h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .blog__details-left h3 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 359px) {
  .blog__standard-left-item h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .blog__details-left h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

/*==========================================================================
Faq CSS
==========================================================================*/
.faq__area {
  position: relative;
  z-index: 1;
     background: var(--color-4);
}

.faq__area-title .subtitle__two {
  color: #d3a06d;
}

.faq__area-title h2 {
  color: #000;
  margin-bottom: 20px;
}

.faq__area-title p {
  color: #000;
  max-width: 430px;
}

.faq__area-title-shape {
  display: inline-block;
  margin-left: 20px;
}

.faq__area-left {
  background: #fff;
}

.faq__area-left-item {
  border-bottom: 1px solid #d3a06d ;
}

.faq__area-left-item-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  cursor: pointer;
  padding: 20px 30px;
}

.faq__area-left-item-card-header h5 {
  color: #000;
  text-align:left;
}

.faq__area-left-item-card-header i {
  color: #d3a06d;
  font-size: 20px;
}

.faq__area-left-item-card-header-content {
  padding: 0 30px 35px 30px;
}

.faq__area-left-item-card-header-content p {
  color: #333334;
  margin: 0;
  max-width: 570px;
}

@media (max-width: 1199px) {
  .faq__area-left-item-card-header h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
  }
}

@media (max-width: 991px) {
  .faq__area-title .subtitle__two {
    color: var(--white);
  }
  .faq__area-title h2 {
    color: var(--white);
    margin-bottom: 20px;
  }
  .faq__area-title p {
    color: var(--color-3);
    max-width: 430px;
  }
  .faq__area-title-shape {
    display: none;
  }
}

@media (max-width: 575px) {
  .faq__area-left-item-card-header {
    padding: 20px;
  }
  .faq__area-left-item-card-header i {
    font-size: 16px;
  }
  .faq__area-left-item-card-header-content {
    padding: 0 20px 30px 20px;
  }
}

/*==========================================================================
Footer
========================================================================== */
.footer__area {
  position: relative;
  z-index: 1;
  background: var(--heading-color);
  padding-top: 100px;
}

.footer__area-left-logo a {
  display: inline-block;
}

.footer__area-left-logo a img {
  max-width: 155px;
  position: relative;
  z-index: 999;
}

.footer__area-left-menu {
  margin-top: 50px;
}

.footer__area-left-menu ul {
  padding: 0;
  margin: 0;
}

.footer__area-left-menu ul li {
  display: inline-block;
  list-style: none;
  margin-right: 50px;
}

.footer__area-left-menu ul li a {
  color: var(--color-3);
  display: block;
  font-weight: 700;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-family: var(--heading-font);
}

.footer__area-left-menu ul li a:hover {
  color: var(--primary-color);
}

.footer__area-left-menu ul li:last-child {
  margin: 0;
}

.footer__area-subscribe form {
  position: relative;
}

.footer__area-subscribe form input {
  background: transparent;
  border-color: var(--border-color-3);
  height: 70px;
  color: var(--color-2);
}

.footer__area-subscribe form input:focus {
  color: var(--white);
}

.footer__area-subscribe form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  padding: 0;
}

.footer__area-subscribe form button:focus {
  color: var(--white);
}

.footer__area-shape {
  position: absolute;
  z-index: -1;
  bottom: 40px;
  left: 70px;
  display:none;
}

/*==========================================================================
Footer Two
========================================================================== */
.footer__two {
  position: relative;
  z-index: 1;
  background: var(--heading-color);
  padding-top: 100px;
}

.footer__two-widget-logo a {
  display: inline-block;
}

.footer__two-widget-logo a img {
  max-width: 155px;
  position: relative;
  z-index: 999;
}

.footer__two-widget h5 {
  margin-bottom: 35px;
  color: var(--color-3);
}

.footer__two-widget p {
  margin: 0;
  margin-top: 30px;
  color: var(--color-3);
  max-width: 405px;
}

.footer__two-widget-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.footer__two-widget-contact-item-icon {
  margin-right: 20px;
  width: 18px;
}

.footer__two-widget-contact-item-icon i {
  color: var(--primary-color);
  font-size: 18px;
}

.footer__two-widget-contact-item-content h6 {
  color: var(--color-2);
  max-width: 190px;
  font-weight: 500;
}

.footer__two-widget-contact-item-content h6 a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.footer__two-widget-contact-item-content h6 a:hover {
  color: var(--primary-color);
}

.footer__two-widget-newsletter form {
  position: relative;
}

.footer__two-widget-newsletter form input {
  background: transparent;
  border-color: var(--border-color-3);
  color: var(--color-2);
  height: 70px;
}

.footer__two-widget-newsletter form input:focus {
  color: var(--white);
}

.footer__two-widget-newsletter form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  padding: 0;
}

.footer__two-widget-newsletter form button:focus {
  color: var(--white);
}

.footer__two-widget-social {
  margin-top: 40px;
}

.footer__two-widget-social ul {
  padding: 0;
  margin: 0;
}

.footer__two-widget-social ul li {
  display: inline-block;
  margin-right: 10px;
  list-style: none;
}

.footer__two-widget-social ul li:last-child {
  margin: 0;
}

.footer__two-widget-social ul li a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--primary-color);
  border-radius: 50%;
  border: 1px solid var(--body-color);
  color: var(--color-1);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.footer__two-widget-social ul li a i:hover {
  color: var(--white);
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.footer__two-widget.border1 {
  border-left: 1px solid var(--body-color);
  padding-left: 60px;
}

.footer__two-widget-menu ul {
  padding: 0;
  margin: 0;
}

.footer__two-widget-menu ul li {
  list-style: none;
  margin-bottom: 10px;
}

.footer__two-widget-menu ul li:last-child {
  margin: 0;
}

.footer__two-widget-menu ul li a {
  color: var(--color-2);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer__two-widget-menu ul li a:hover {
  color: var(--primary-color);
  margin-left: 5px;
}

.footer__two-widget-follow ul {
  padding: 0;
  margin: 0;
}

.footer__two-widget-follow ul li {
  display: inline-block;
  margin-right: 10px;
  list-style: none;
}

.footer__two-widget-follow ul li:last-child {
  margin: 0;
}

.footer__two-widget-follow ul li a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--primary-color);
  border-radius: 50%;
  border: 1px solid var(--body-color);
  color: var(--color-1);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.footer__two-widget-follow ul li a i:hover {
  color: var(--white);
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.footer__two-widget.last {
  max-width: 210px;
  margin: 0 0 0 auto;
}

/*==========================================================================
Copyright
==========================================================================*/
.copyright__area {
  margin-top: 50px;
  padding: 40px 0;
  border-top: 1px solid var(--border-color-3);
}

.copyright__area-left p {
  color: var(--white);
  margin: 0;
  text-align:center;
}

.copyright__area-left p a {
  color: var(--primary-color);
}

.copyright__area-right ul {
  padding: 0;
  margin: 0;
}

.copyright__area-right ul li {
  display: inline-block;
  margin-right: 20px;
  list-style: none;
}

.copyright__area-right ul li:last-child {
  margin: 0;
}

.copyright__area-right ul li a i {
  color: var(--white);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.copyright__area-right ul li a i:hover {
  color: var(--primary-color);
}

/*==========================================================================
Copyright Two
==========================================================================*/
.copyright__two {
  padding: 40px 0;
  background: var(--color-9);
  margin-top: 100px;
}

.copyright__two-center {
  text-align: center;
}

.copyright__two-center p {
  color: var(--white);
  margin: 0;
}

.copyright__two-center p a {
  color: var(--primary-color);
}

@media (max-width: 1199px) {
  .footer__two-widget.border1 {
    padding-left: 35px;
  }
}

@media (max-width: 991px) {
  .footer__area-left {
    text-align: center;
  }
  .footer__two-widget.border1 {
    padding: 0;
    border: 0;
  }
  .footer__two-widget.last {
    max-width: initial;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .footer__area-left-menu ul li {
    margin-right: 16px;
  }
  .footer__area-left-menu ul li a {
    font-size: 15px;
  }
}

/*==========================================================================
Products Area
==========================================================================*/
.products__area-title {
  text-align: center;
}

.products__area-title h2 {
  max-width: 780px;
  margin: 0 auto;
}

.products__area-item-image {
  position: relative;
  z-index: 1;
}

.products__area-item-image::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: var(--heading-color);
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.products__area-item-image-social {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
}

.products__area-item-image-social ul {
  padding: 0;
  margin: 0;
}

.products__area-item-image-social ul li {
  list-style: none;
  margin-bottom: 10px;
}

.products__area-item-image-social ul li:last-child {
  margin: 0;
}

.products__area-item-image-social ul li a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  background: var(--white);
  color: var(--heading-color);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.products__area-item-image-social ul li a i:hover {
  color: var(--white);
  background: var(--primary-color);
}

.products__area-item-content {
      text-align: center;
    padding: 30px 19px;
}

.products__area-item-content-social ul {
  padding: 0;
  margin: 0;
}

.products__area-item-content-social ul li {
  display: inline-block;
  list-style: none;
}

.products__area-item-content-social ul li:last-child i {
  color: var(--color-3);
}

.products__area-item-content-social ul li i {
  color: var(--primary-color);
}

.products__area-item-content h5 a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.products__area-item-content h5 a:hover {
  color: var(--primary-color);
}

.products__area-item-content span {
  color: var(--primary-color);
  font-family: var(--heading-font);
  font-weight: 900;
}

.products__area-item:hover .products__area-item-image::after {
  opacity: 0.6;
  height: 100%;
}

.products__area-item:hover .products__area-item-image-social {
  left: 30px;
  opacity: 1;
}

/*==========================================================================
Products Page
==========================================================================*/
.product__page-border {
  border-top: 1px solid var(--border-color-1);
  margin-top: 40px;
  padding-top: 50px;
}

.product__page-filter select {
  width: 100%;
  padding: 10px 15px 10px 15px;
  border: 1px solid var(--border-color-1);
  font-size: 16px;
  height: 70px;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 95% 50%;
}

/*==========================================================================
Products Details
==========================================================================*/
.product__details-image {
  width: 190px;
  height: 190px;
  min-height: 190px;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}

.product__details-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.product__details-image:last-child {
  margin: 0;
}

.product__details-title h3 {
  margin-bottom: 15px;
}

.product__details-title h4 {
  color: var(--primary-color);
  margin-bottom: 30px;
}

.product__details-title h4 span {
  color: var(--color-2);
  text-decoration: line-through;
  margin-left: 20px;
}

.product__details-title-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.product__details-title-info span {
  color: var(--color-1);
}

.product__details-title-info-rating ul {
  padding: 0;
  margin: 0;
}

.product__details-title-info-rating ul li {
  list-style: none;
  display: inline-block;
}

.product__details-title-info-rating ul li a i {
  color: var(--primary-color);
}

.product__details-product-qty {
  margin: 40px 0;
}

.product__details-product-qty-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__details-product-qty-select-cart-plus-minus {
  position: relative;
  text-align: center;
  width: 200px;
  margin-right: 25px;
}

.product__details-list {
  width: 260px;
}

.product__details-list h6 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}

.product__details-list h6 a {
  color: var(--color-1);
  font-weight: 400;
  font-family: var(--body-font);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin-left: 10px;
}

.product__details-list h6 a:hover {
  color: var(--primary-color);
}

.product__details-information {
  border-bottom: 1px solid var(--border-color-1);
  margin-bottom: 30px;
}

.product__details-information .nav-button {
  margin-right: 70px;
  cursor: pointer;
  padding-bottom: 10px;
  position: relative;
}

.product__details-information .nav-button::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 10%;
  height: 2px;
  background: var(--primary-color);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.product__details-information .nav-button h6 {
  color: var(--color-2);
}

.product__details-information .nav-button.active h6 {
  color: var(--heading-color);
}

.product__details-information .nav-button.active::after {
  opacity: 1;
  width: 100%;
}

.product__details-description {
  border-bottom: 1px solid var(--border-color-1);
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.product__details-reviews-title h6 {
  font-size: 16px;
  line-height: 26px;
}

.product__details-reviews-rating span {
  font-weight: 600;
  color: var(--heading-color);
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 5px;
}

.product__details-reviews-rating ul {
  padding: 0;
  margin: 0;
}

.product__details-reviews-rating ul li {
  list-style: none;
  display: inline-block;
}

.product__details-reviews-rating ul li a i {
  color: var(--primary-color);
}

.product__details-reviews-form label {
  cursor: pointer;
}

.product__details-reviews-form label input {
  accent-color: var(--primary-color);
  cursor: pointer;
}

.product__details-product-qty-select-cart-plus-minus {
  position: relative;
}

.product__details-product-qty-select-cart-plus-minus input {
  border: 0px;
  outline: 0px;
  padding: 0;
  margin: 0;
  background: none;
  font-weight: 400;
  color: #010101;
  font-size: 16px;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 1px solid #e3e6e7;
  text-align: center;
}

.product__details-product-qty-select-cart-plus-minus .qtybutton {
  font-size: 20px;
  color: #010101;
  display: inline-block;
  position: absolute;
  top: 50%;
  background: transparent;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #e3e6e7;
  height: 60px;
  width: 60px;
  line-height: 60px;
}

.product__details-product-qty-select-cart-plus-minus .dec {
  left: 0;
}

.product__details-product-qty-select-cart-plus-minus .inc {
  right: 0;
}

.product__details-product-information ul {
  padding: 0;
  margin: 0;
}

.product__details-product-information ul li {
  list-style: none;
  margin-bottom: 5px;
}

.product__details-product-information ul li:last-child {
  margin: 0;
}

.product__details-product-information ul li span {
  color: var(--heading-color);
  font-weight: 500;
  margin-right: 10px;
}

/*==========================================================================
Cart Area
==========================================================================*/
.cart__area-form {
  text-align: center;
}

.cart__area-table {
  border: 1px solid var(--border-color-1);
  width: 100%;
}

.cart__area-table-item .title {
  position: absolute;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 900;
  left: 15px;
  top: 50%;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.cart__area-table-item-product {
  width: 150px;
  height: 150px;
  display: inline-block;
}

.cart__area-table-item-product img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.cart__area-table-item-product-qty-select-cart-plus-minus {
  position: relative;
}

.cart__area-table-item-product-qty-select-cart-plus-minus input {
  border: 0px;
  outline: 0px;
  padding: 0;
  margin: 0;
  background: none;
  font-weight: 400;
  color: var(--heading-color);
  font-size: 16px;
  display: inline-block;
  height: 35px;
  width: 35px;
  border: 1px solid var(--border-color-1);
  text-align: center;
}

.cart__area-table-item-product-qty-select-cart-plus-minus .qtybutton {
  font-size: 20px;
  color: var(--heading-color);
  display: inline-block;
  position: absolute;
  top: 50%;
  background: transparent;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid var(--border-color-1);
  height: 35px;
  width: 35px;
  line-height: 35px;
}

.cart__area-table-item-product-qty-select-cart-plus-minus .dec {
  left: 0;
  line-height: 31px;
}

.cart__area-table-item-product-qty-select-cart-plus-minus .inc {
  right: 0;
  line-height: 34px;
}

.cart__area-table-item-name a {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 900;
  font-size: 18px;
  line-height: 28px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.cart__area-table-item-name a:hover {
  color: var(--primary-color);
}

.cart__area-table-item-price span {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 900;
  color: var(--primary-color);
}

.cart__area-table-item-total span {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 900;
  color: var(--primary-color);
}

.cart__area-table-item-remove a {
  color: var(--primary-color);
}

.cart__area-table-item-remove a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: var(--primary-color);
  background: var(--color-6);
}

.cart__area-table thead {
  background: var(--color-4);
}

.cart__area-table th {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 900;
  border: none;
  padding: 20px;
}

.cart__area-table td {
  border: none;
  border-bottom: 1px solid var(--border-color-1);
  padding: 20px;
  position: relative;
  vertical-align: middle;
}

.cart__area-coupon {
  margin-top: 45px;
}

.cart__area-coupon-left {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart__area-coupon-left input {
  width: initial;
  margin-right: 10px;
}

.cart__area-coupon-right {
  float: right;
}

/*==========================================================================
Checkout Area
==========================================================================*/
.checkout__area-left-top {
  background: var(--color-4);
  padding: 16px 30px;
}

.checkout__area-left-top span {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}

.checkout__area-left-top span a {
  color: var(--heading-color);
  float: right;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.checkout__area-left-top span a:hover {
  color: var(--primary-color);
}

.checkout__area-left-form-select select {
  width: 100%;
  display: block;
  background: var(--white);
  border: 1px solid var(--border-color-1);
  color: var(--color-2);
  height: 60px;
  cursor: pointer;
  padding-left: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 98% 50%;
}

.checkout__area-left-form-select label {
  color: var(--heading-color);
  margin-bottom: 5px;
}

.checkout__area-left-form-select label span {
  color: var(--primary-color);
}

.checkout__area-left-form-list label {
  color: var(--heading-color);
  margin-bottom: 5px;
}

.checkout__area-left-form-list label span {
  color: var(--primary-color);
}

@media (max-width: 1399px) {
  .product__details-image {
    height: 160px;
    min-height: 160px;
  }
}

@media (max-width: 1199px) {
  .product__details-image {
    height: 135px;
    min-height: 135px;
    margin-bottom: 20px;
  }
  .product__details-product-qty-select {
    display: block;
  }
  .product__details-product-qty-select-cart-plus-minus {
    margin: 0;
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .cart__area-table-item-product {
    width: 100px;
    height: 100px;
  }
  .cart__area-table-item-product-qty-select-cart-plus-minus input {
    font-size: 14px;
    height: 30px;
    width: 30px;
  }
  .cart__area-table-item-product-qty-select-cart-plus-minus .qtybutton {
    font-size: 18px;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .cart__area-table-item-product-qty-select-cart-plus-minus .dec {
    line-height: 26px;
  }
  .cart__area-table-item-product-qty-select-cart-plus-minus .inc {
    line-height: 29px;
  }
  .cart__area-table-item-name a {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
  }
  .cart__area-table-item-price span {
    font-weight: 700;
  }
  .cart__area-table-item-total span {
    font-weight: 700;
  }
  .cart__area-table-item-remove a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .cart__area-table th {
    padding: 15px;
  }
  .cart__area-table td {
    padding: 15px 10px;
  }
}

@media (max-width: 767px) {
  .product__details-information .nav-button {
    padding-bottom: 10px;
    margin-top: 8px;
  }
  .cart__area-table {
    border: 0;
    border-bottom: 1px solid var(--border-color-1);
  }
  .cart__area-table-item .title {
    display: block;
  }
  .cart__area-table-item-product-qty-select-cart-plus-minus {
    width: 110px;
    text-align: center;
    display: inline-block;
  }
  .cart__area-table thead {
    display: none;
  }
  .cart__area-table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid var(--border-color-1);
    border-bottom: none;
  }
  .cart__area-coupon-right {
    float: none;
    display: inline-block;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .product__details-image {
    width: 33.33%;
    height: 120px;
    min-height: 120px;
    margin-bottom: 0;
  }
  .checkout__area-left-top span a {
    float: initial;
    display: block;
  }
}

@media (max-width: 485px) {
  .cart__area-coupon {
    text-align: center;
  }
  .cart__area-coupon-left {
    float: none;
    display: block;
  }
  .cart__area-coupon-left input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .cart__area-coupon-right {
    float: none;
    display: inline-block;
    margin-top: 30px;
  }
}

/*==========================================================================
Features
==========================================================================*/
.band__area {
  background: var(--heading-color);
  padding: 80px 0;
  border-bottom: 1px solid var(--body-color);
}

.band__area-item {
  text-align: center;
}

/*==========================================================================
Newsletter
==========================================================================*/
.newsletter__area {
  background: var(--heading-color);
  padding: 80px 0;
  border-bottom: 1px solid var(--body-color);
}

.newsletter__area-left h2 {
  color: var(--white);
}

.newsletter__area-right form {
  position: relative;
}

.newsletter__area-right form input {
  background: transparent;
  border-color: var(--border-color-3);
  height: 70px;
  color: var(--color-2);
}

.newsletter__area-right form input:focus {
  color: var(--white);
}

.newsletter__area-right form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  padding: 0;
}

.newsletter__area-right form button:focus {
  color: var(--white);
}

/*==========================================================================
Pagination
========================================================================== */
.theme__pagination ul {
  margin: 0;
  padding: 0;
}

.theme__pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.theme__pagination ul li:last-child {
  margin: 0;
}

.theme__pagination ul li .active {
  background: var(--primary-color);
  color: var(--white);
  border-color: var(--primary-color);
}

.theme__pagination ul li a {
  color: var(--heading-color);
  border: 1px solid var(--border-color-2);
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.theme__pagination ul li a:hover {
  background: var(--primary-color);
  color: var(--white);
  border-color: var(--primary-color);
}

/*==========================================================================
Gallery
========================================================================== */
.gallery__area {
  background: var(--color-10);
  position: relative;
  z-index: 1;
}

.gallery__area-title {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.gallery__area-title h2 {
  color: var(--white);
}

.gallery__area-title .subtitle__two {
  color: var(--white);
}

.gallery__area-item-image {
  position: relative;
}

.gallery__area-item-image img {
  min-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__area-item-image-content {
  position: absolute;
  bottom: 30px;
  -webkit-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  background: var(--color-10);
  padding: 30px 25px;
  display: inline-block;
  left: 10px;
  opacity: 0;
}

.gallery__area-item-image-content h4 {
  color: var(--white);
}

.gallery__area-item-image-content span {
  color: var(--primary-color);
  font-family: var(--heading-font);
  font-weight: 600;
}

.gallery__area-item-image:hover .gallery__area-item-image-content {
  opacity: 1;
  left: 30px;
}

/*==========================================================================
Booking
==========================================================================*/
.booking__area {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.booking__area::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--heading-color);
  opacity: 0.9;
  z-index: -2;
}

.booking__area-title h2 {
  color: var(--white);
}

.booking__area-title .subtitle__two {
  color: var(--white);
}

.booking__area-right-contact {
  background: var(--white);
  padding: 40px 55px;
  display: inline-block;
  text-align: center;
}

.booking__area-right-contact-icon {
  margin-bottom: 30px;
}

.booking__area-right-contact-icon i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 40px;
  background: var(--color-6);
  color: var(--primary-color);
}

.booking__area-right-contact-content span {
  font-size: 14px;
  line-height: 24px;
  font-family: var(--heading-font);
  font-weight: 900;
  color: var(--heading-color);
}

.booking__area-right-contact-content h4 a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.booking__area-right-contact-content h4 a:hover {
  color: var(--primary-color);
}

/*==========================================================================
Working
==========================================================================*/
.working__area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.working__area::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: var(--color-4);
  z-index: -1;
}

.working__area-left {
  position: relative;
  width: 100%;
  height: 100%;
}

.working__area-left-play-icon {
  position: absolute;
  background: var(--white);
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.working__area-left-play-icon a {
  color: var(--primary-color);
  font-size: 25px;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.working__area-left img {
  display: none;
}

.working__area-right {
  background: #000;
  padding: 110px 70px;
  padding-top: 65px;
  position: relative;
  z-index: 1;
}

.working__area-right::after {
  position: absolute;
  content: '';
  top: 0;
  left: -10px;
  width: 20px;
  height: 100%;
  background: #000;
  z-index: -1;
}

.working__area-right::before {
  position: absolute;
  content: '';
  top: 0;
  right: -15px;
  width: 20px;
  height: 100%;
  background: #000;
  z-index: -1;
}

.working__area-right-title .subtitle__two {
  color: var(--white);
  margin-left: -50px;
}

.working__area-right-title h2 {
  color: var(--white);
  margin-bottom: 25px;
}

.working__area-right-title p {
  color: var(--white);
  max-width: 420px;
  margin-bottom: 25px;
}

.working__area-right-hours {
  margin-bottom: 50px;
  max-width: 420px;
}

.working__area-right-hours ul {
  padding: 0;
  margin: 0;
}

.working__area-right-hours ul li {
  list-style: none;
  font-size: 22px;
  line-height: 32px;
  font-family: var(--heading-font);
  color: var(--white);
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed var(--color-7);
}

.working__area-right-hours ul li span {
  float: right;
}

.working__area-right-hours ul li:last-child {
  margin: 0;
}

.working__area-right .theme-border-btn {
  color: var(--white);
  border-color: var(--white);
}

.working__area-right .theme-border-btn:hover {
  color: var(--heading-color);
}

.working__area-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

/*==========================================================================
Working Two
==========================================================================*/
.working__two {
  position: relative;
  z-index: 1;
  background: var(--heading-color);
}

.working__two-left-title .subtitle__two {
  color: var(--white);
}

.working__two-left-title h2 {
  color: var(--white);
  margin-bottom: 25px;
}

.working__two-left-title p {
  color: var(--white);
  margin-bottom: 35px;
  max-width: 630px;
}

.working__two-left-hours {
  margin-bottom: 50px;
  max-width: 530px;
}

.working__two-left-hours ul {
  padding: 0;
  margin: 0;
}

.working__two-left-hours ul li {
  list-style: none;
  font-size: 22px;
  line-height: 32px;
  font-family: var(--heading-font);
  color: var(--white);
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed var(--color-8);
}

.working__two-left-hours ul li span {
  float: right;
}

.working__two-left-hours ul li:last-child {
  margin: 0;
}

.working__two-left .theme-border-btn {
  color: var(--white);
  border-color: var(--white);
}

.working__two-left .theme-border-btn:hover {
  color: var(--heading-color);
}

.working__two-shape {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}

.working__two.three {
  background: var(--white);
}

.working__two.three .working__two-left-title .subtitle__two {
  color: var(--heading-color);
}

.working__two.three .working__two-left-title h2 {
  color: var(--heading-color);
}

.working__two.three .working__two-left-title p {
  color: var(--body-color);
}

.working__two.three .working__two-left-hours ul li {
  color: var(--heading-color);
}

@media (max-width: 767px) {
  .working__area-left {
    margin-left: -15px;
  }
  .working__area-left img {
    display: block;
    max-width: 110%;
  }
  .working__area-left-play-icon {
    left: 54%;
  }
  .working__area-right {
    padding: 80px 20px;
  }
  .working__area-right::after {
    left: -15px;
  }
  .working__area-right-title .subtitle__two {
    margin-left: 0;
  }
  .working__area-right-hours {
    max-width: initial;
  }
  .working__area-right-hours ul li {
    font-size: 18px;
    line-height: 28px;
  }
  .working__area-right .theme-border-btn {
    padding: 18px 27px 14px 27px;
  }
  .working__area-bg {
    background-image: none;
  }
  .working__two-left-hours {
    max-width: initial;
  }
  .working__two-left-hours ul li {
    font-size: 18px;
    line-height: 28px;
  }
}

/*==========================================================================
Price
==========================================================================*/
.price__area-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: var(--box-shadow-4);
          box-shadow: var(--box-shadow-4);
  padding: 20px 40px 20px 20px;
}

.price__area-item-image {
  margin-right: 30px;
}

.price__area-item-image img {
  max-width: 120px;
}

.price__area-item-content h4 span {
  color: var(--primary-color);
  float: right;
  position: relative;
  padding-left: 120px;
}

.price__area-item-content h4 span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 1px;
  border: 1px dashed var(--primary-color);
}

.price__area-item-content p {
  margin-bottom: 0;
}

/*==========================================================================
Price Two
==========================================================================*/
.price__two {
  background: var(--heading-color);
  position: relative;
  z-index: 1;
}

.price__two-title h2 {
  color: var(--white);
}

.price__two-title .subtitle__two {
  color: var(--white);
}

.price__two-item {
  background: var(--border-color-5);
  border: 1px solid var(--border-color-3);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  padding: 50px 40px;
}

.price__two-item-content h4 {
  color: var(--white);
}

.price__two-item-content p {
  color: var(--color-3);
}

.price__two-item-content h2 {
  color: var(--white);
  margin-bottom: 30px;
}

.price__two-item-content h2 span {
  color: var(--color-3);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--body-font);
}

.price__two-item-btn .theme-border-btn {
  color: var(--white);
}

.price__two-item-btn .theme-border-btn::after {
  background: var(--primary-color);
}

.price__two-item-btn .theme-border-btn:hover {
  border-color: var(--primary-color);
}

.price__two-item-list ul {
  padding: 0;
  margin: 0;
}

.price__two-item-list ul li {
  list-style: none;
  color: var(--color-3);
  margin-bottom: 12px;
}

.price__two-item-list ul li:last-child {
  margin: 0;
}

.price__two-item-list ul li i {
  color: var(--white);
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background: var(--color-12);
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 10px;
}

.price__two-item:hover {
  border-color: var(--primary-color);
}

@media (max-width: 1199px) {
  .price__area-item {
    padding: 20px;
  }
  .price__area-item-image {
    margin-right: 20px;
  }
  .price__area-item-content h4 span {
    padding-left: 65px;
  }
  .price__area-item-content h4 span::before {
    width: 45px;
  }
  .price__two-item {
    padding: 40px 30px;
  }
}

@media (max-width: 480px) {
  .price__area-item {
    display: block;
  }
  .price__area-item-image {
    margin: 0;
    margin-bottom: 30px;
  }
  .price__area-item-image img {
    max-width: 100%;
  }
  .price__area-item-content h4 span {
    padding-left: 55px;
  }
  .price__area-item-content h4 span::before {
    width: 40px;
  }
}

/*==========================================================================
Skill
==========================================================================*/
/*==========================================================================
Team
==========================================================================*/
.team__area-title h2 {
  max-width: 540px;
}

.team__area-item {
  padding: 20px;
  border: 1px solid var(--border-color-1);
  padding-bottom: 0;
  margin-bottom: 1px;
}

.team__area-item-image {
  position: relative;
  z-index: 2;
}

.team__area-item-image::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: var(--heading-color);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
  z-index: 1;
}

.team__area-item-content {
  text-align: center;
  padding-top: 30px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: var(--white);
  position: relative;
  z-index: 2;
}

.team__area-item-content span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.team__area-item-content-social {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.team__area-item-content-social ul {
  padding: 0;
  margin: 0;
}

.team__area-item-content-social ul li {
  display: inline-block;
  list-style: none;
  margin-right: 8px;
}

.team__area-item-content-social ul li a i {
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: var(--primary-color);
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.team__area-item-content-social ul li a i:hover {
  background: var(--primary-color);
  color: var(--white);
}

.team__area-item-content-social ul li:last-child {
  margin: 0;
}

.team__area-item:hover .team__area-item-image::after {
  opacity: 0.7;
  height: 100%;
}

.team__area-item:hover .team__area-item-content {
  margin-top: -55px;
  padding-bottom: 35px;
}

.team__area-item:hover .team__area-item-content-social {
  opacity: 1;
  margin-top: 10px;
}

.team__area-item:hover .team__area-item-content-social ul li a i {
  height: 40px;
  line-height: 40px;
}

.team__area-button {
  text-align: right;
}

.team__area-button-next {
  display: inline-block;
  position: initial;
  margin: 0;
  margin-left: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.team__area-button-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  color: var(--primary-color);
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team__area-button-next i:hover {
  background: var(--primary-color);
  color: var(--white);
}

.team__area-button-prev {
  display: inline-block;
  position: initial;
  margin: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.team__area-button-prev i {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  color: var(--primary-color);
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team__area-button-prev i:hover {
  background: var(--primary-color);
  color: var(--white);
}

@media (max-width: 767px) {
  .team__area-button {
    text-align: left;
    margin-top: 30px;
  }
}

/*==========================================================================
Testimonial
==========================================================================*/
.testimonial__area {
  background: var(--color-4);
  position: relative;
  z-index: 1;
  overflow:hidden;
}

.testimonial__area-title h2 {
  margin-bottom: 25px;
}

.testimonial__area-title p {
  margin-bottom: 45px;
  font-size: 20px;
  line-height: 30px;
  max-width: 550px;
  text-align:justify;
}

.testimonial__area-title .theme-border-btn::after {
  background: var(--heading-color);
}

.testimonial__area-title .theme-border-btn:hover {
  color: var(--white);
}

.testimonial__area-title .theme-border-btn:focus {
  color: var(--primary-color);
}

.testimonial__area-item {
  padding: 50px 40px;
  text-align: center;
  background: var(--white);
  position: relative;
  z-index: 1;
}

.testimonial__area-item-avatar {
  margin-bottom: 30px;
}

.testimonial__area-item-avatar img {
  max-width: 100px;
  border-radius: 50%;
}

.testimonial__area-item-content-social ul {
  padding: 0;
  margin: 0;
}

.testimonial__area-item-content-social ul li {
  display: inline-block;
  list-style: none;
}

.testimonial__area-item-content-social ul li:last-child i {
  color: var(--color-3);
}

.testimonial__area-item-content-social ul li i {
  color: var(--primary-color);
}

.testimonial__area-item-content p {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
}

.testimonial__area-item-content span {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  margin-top: 5px;
}

.testimonial__area-item-icon {
  position: absolute;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.testimonial__area-shape {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  display:none;
}

.testimonial__area.two {
  background: transparent;
}

.testimonial__area.two .testimonial__area-item {
  -webkit-box-shadow: var(--box-shadow-4);
          box-shadow: var(--box-shadow-4);
}

/*==========================================================================
Testimonial Two
==========================================================================*/
.testimonial__two {
  background: var(--heading-color);
  position: relative;
  z-index: 1;
}

.testimonial__two::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 215px;
  background: var(--white);
  top: 0;
  left: 0;
  z-index: -1;
}

.testimonial__two-image {
  position: relative;
}

.testimonial__two-image .testimonial__two-button {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}

.testimonial__two-image .testimonial__two-button-next {
  display: inline-block;
  position: initial;
  margin: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.testimonial__two-image .testimonial__two-button-next i {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  color: var(--heading-color);
  background: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.testimonial__two-image .testimonial__two-button-next i:hover {
  background: var(--primary-color);
  color: var(--white);
}

.testimonial__two-image .testimonial__two-button-prev {
  display: inline-block;
  position: initial;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}

.testimonial__two-image .testimonial__two-button-prev i {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  color: var(--heading-color);
  background: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.testimonial__two-image .testimonial__two-button-prev i:hover {
  background: var(--primary-color);
  color: var(--white);
}

.testimonial__two-item-image {
  float: left;
  margin-right: 40px;
}

.testimonial__two-item-image img {
  max-width: 190px;
  border-radius: 50%;
}

.testimonial__two-item-content {
  overflow: hidden;
}

.testimonial__two-item-content-review h4 {
  margin-right: 30px;
  color: var(--white);
}

.testimonial__two-item-content-review ul {
  padding: 0;
  margin: 0;
}

.testimonial__two-item-content-review ul li {
  list-style: none;
  display: inline-block;
}

.testimonial__two-item-content-review ul li i {
  color: var(--primary-color);
}

.testimonial__two-item-content h6 {
  color: var(--white);
}

.testimonial__two-item-content p {
  color: var(--white);
  max-width: 950px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
}

.testimonial__two-item-content span {
  color: var(--primary-color);
  font-family: var(--heading-font);
}

.testimonial__two-item-dot {
  position: relative;
}

.testimonial__two-item-dots {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.testimonial__two-item-dots .pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background: var(--primary-color);
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 1;
  margin: 0;
  margin-right: 15px;
  position: relative;
}

.testimonial__two-item-dots .pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  border: 2px solid var(--primary-color);
  top: 50%;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.testimonial__two-item-dots .pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
}

@media (max-width: 767px) {
  .testimonial__two::after {
    height: 100px;
  }
  .testimonial__two-item-image {
    float: initial;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .testimonial__two-item-image img {
    max-width: 170px;
  }
  .testimonial__two-item-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .testimonial__area {
    background: var(--color-4);
    position: relative;
    z-index: 1;
  }
  .testimonial__area-title h2 {
    margin-bottom: 25px;
  }
  .testimonial__area-title p {
    margin-bottom: 45px;
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
  }
  .testimonial__area-title .theme-border-btn::after {
    background: var(--heading-color);
  }
  .testimonial__area-title .theme-border-btn:hover {
    color: var(--white);
  }
  .testimonial__area-item {
    padding: 40px 30px;
  }
  .testimonial__area-item-content p {
    font-size: 18px;
    line-height: 28px;
  }
}

/*==========================================================================
All Side Bar
========================================================================== */
.all__sidebar {
  border: 1px solid var(--border-color-1);
  padding: 40px;
}

.all__sidebar-item h5 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-align:left;
}

.all__sidebar-item h5::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 30px;
  background: var(--primary-color);
}

.all__sidebar-item-category ul {
  padding: 0;
  margin: 0;
}

.all__sidebar-item-category ul li {
  list-style: none;
}

.all__sidebar-item-category ul li a {
  display: block;
  color: var(--heading-color);
  font-weight: 700;
  font-family: var(--heading-font);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color-1);
      display: flex;
    align-items: center;
    gap: 6px;
        width: 100%;
    position:relative;
}

.all__sidebar-item-category ul li a i {
  margin-right: 5px;
}

.all__sidebar-item-category ul li a span {
     float: right;
    top: auto;
    right: -14px;
    position: absolute;
}

.all__sidebar-item-category ul li a:hover {
  color: var(--primary-color);
  margin-left: 5px;
}

.all__sidebar-item-search form {
  position: relative;
}

.all__sidebar-item-search form input {
  background: transparent;
  height: 70px;
}

.all__sidebar-item-search form button {
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  color: var(--primary-color);
  bottom: 0;
  display: inline-block;
}

.all__sidebar-item-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}

.all__sidebar-item-product-item-image {
  width: 100px;
  height: 100px;
  min-width: 100px;
  overflow: hidden;
}

.all__sidebar-item-product-item-image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -o-object-fit: cover;
     object-fit: cover;
}

.all__sidebar-item-product-item-image:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.all__sidebar-item-product-item-content-review ul {
  padding: 0;
  margin: 0;
}

.all__sidebar-item-product-item-content-review ul li {
  list-style: none;
  display: inline-block;
}

.all__sidebar-item-product-item-content-review ul li i {
  color: var(--primary-color);
}

.all__sidebar-item-product-item-content-review ul li:last-child i {
  color: var(--color-3);
}

.all__sidebar-item-product-item-content h6 {
  margin-bottom: 5px;
}

.all__sidebar-item-product-item-content h6 a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  display: inline-block;
}

.all__sidebar-item-product-item-content h6 a:hover {
  color: var(--primary-color);
}

.all__sidebar-item-product-item-content span {
  color: var(--primary-color);
  font-family: var(--heading-font);
  font-weight: 900;
}

.all__sidebar-item-product-item:last-child {
  margin: 0;
}

.all__sidebar-item-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}

.all__sidebar-item-post-item-image {
  width: 100px;
  height: 100px;
  min-width: 100px;
  overflow: hidden;
}

.all__sidebar-item-post-item-image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -o-object-fit: cover;
     object-fit: cover;
}

.all__sidebar-item-post-item-image:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.all__sidebar-item-post-item-content span {
  font-size: 14px;
  line-height: 24px;
  color: var(--color-1);
}

.all__sidebar-item-post-item-content span i {
  color: var(--primary-color);
  margin-right: 10px;
}

.all__sidebar-item-post-item-content h6 a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  display: inline-block;
}

.all__sidebar-item-post-item-content h6 a:hover {
  color: var(--primary-color);
}

.all__sidebar-item-post-item:last-child {
  margin: 0;
}

.all__sidebar-item-tag ul {
  padding: 0;
  margin: 0;
  margin-left: -14px;
  margin-top: -11px;
}

.all__sidebar-item-tag ul li {
  display: inline-block;
  margin: 5px 14px;
}

.all__sidebar-item-tag ul li a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.all__sidebar-item-tag ul li a:hover {
  color: var(--primary-color);
}

.all__sidebar-item-cart ul {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}

.all__sidebar-item-cart ul li {
  list-style: none;
  margin-bottom: 14px;
}

.all__sidebar-item-cart ul li :last-child {
  margin: 0;
}

.all__sidebar-item-cart ul li span {
  float: right;
}

.all__sidebar-item-help {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  padding-top: 280px;
}

.all__sidebar-item-help h5 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-12);
  color: var(--white);
}

.all__sidebar-item-help::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--heading-color)), color-stop(200%, #0f121205));
  background-image: linear-gradient(0deg, var(--heading-color) 0%, #0f121205 200%);
}

.all__sidebar-item-help-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.all__sidebar-item-help-contact-icon {
  margin-right: 20px;
}

.all__sidebar-item-help-contact-icon i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--primary-color);
}

.all__sidebar-item-help-contact-content span {
  color: var(--color-3);
  font-weight: 500;
  font-family: var(--heading-font);
  margin-bottom: 4px;
  display: inline-block;
}

.all__sidebar-item-help-contact-content h6 {
  color: var(--white);
}

.all__sidebar-item-help-contact-content h6 a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.all__sidebar-item-help-contact-content h6 a:hover {
  color: var(--primary-color);
}

@media (max-width: 1399px) {
  .all__sidebar-item-help {
    padding: 30px;
    padding-top: 280px;
  }
}

@media (max-width: 1199px) {
  .all__sidebar {
    padding: 40px 30px;
  }
  .all__sidebar-item-post-item {
    gap: 15px;
  }
  .all__sidebar-item-post-item-image {
    width: 90px;
    height: 90px;
    min-width: 90px;
  }
  .all__sidebar-item-post-item-content h6 {
    font-size: 16px;
    line-height: 26px;
  }
  .all__sidebar-item-help {
    padding-top: 200px;
  }
  .all__sidebar-item-help-contact-icon {
    margin-right: 15px;
  }
  .all__sidebar-item-help-contact-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .all__sidebar-item-post-item {
    gap: 25px;
  }
  .all__sidebar-item-post-item-image {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
}

@media (max-width: 359px) {
  .all__sidebar {
    padding: 40px 30px;
  }
  .all__sidebar-item-post-item {
    gap: 20px;
  }
  .all__sidebar-item-post-item-image {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
}

/*==========================================================================
Instagram
==========================================================================*/
.instagram__area {
  padding: 0 25px;
}

.instagram__area.one {
  position: relative;
  z-index: 2;
}

.instagram__area.one::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: var(--heading-color);
  z-index: -1;
}

.instagram__area-item {
  position: relative;
  z-index: 1;
}

.instagram__area-item::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: var(--primary-color);
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.instagram__area-item img {
  width: 100%;
}

.instagram__area-item-icon {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.instagram__area-item-icon a i {
  color: var(--white);
  font-size: 45px;
  line-height: 55px;
}

.instagram__area-item:hover::after {
  opacity: 0.5;
  height: 100%;
}

.instagram__area-item:hover .instagram__area-item-icon {
  opacity: 1;
  top: 50%;
}

.instagram__area.two {
  background: var(--color-10);
  padding-bottom: 100px;
}

@media (max-width: 575px) {
  .instagram__area {
    padding: 0 10px;
  }
}

/*==========================================================================
Page
========================================================================== */
.page__banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 200px 0 130px 0;
}

.page__banner::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--heading-color);
  opacity: 0.7;
}

.page__banner-title {
  text-align: center;
}

.page__banner-title h1 {
  color: var(--white);
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 10px;
}

.page__banner-title ul {
  padding: 0;
  margin: 0;
}

.page__banner-title ul li {
  list-style: none;
  display: inline-block;
  font-weight: 900;
  font-family: var(--heading-font);
  color: var(--primary-color);
  font-size: 18px;
  line-height: 28px;
}

.page__banner-title ul li span {
  color: var(--white);
  display: inline-block;
  margin: 0 5px 0 0px;
}

.page__banner-title ul li a {
  color: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page__banner-title ul li a:hover {
  color: var(--primary-color);
}

@media (max-width: 991px) {
  .page__banner-title h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (max-width: 480px) {
  .page__banner-title h1 {
    font-size: 39px;
    line-height: 56px;
  }
}

@media (max-width: 359px) {
  .page__banner-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

/*==========================================================================
Contact
==========================================================================*/
.contact__area-bottom {
  position: relative;
}

.contact__area-bottom-form {
  width: 510px;
  background: var(--heading-color);
  padding: 65px;
  position: absolute;
  top: -150px;
  right: 70px;
  z-index: 1;
}

.contact__area-bottom-form form input, .contact__area-bottom-form form select {
  background: transparent;
  border-color: var(--color-11);
  color: var(--color-2);
}

.contact__area-bottom-form form input:focus, .contact__area-bottom-form form select:focus {
  border-color: var(--primary-color);
  color: var(--color-2);
}

.contact__area-bottom-form form select {
    border-radius: 0px;
    width: 100%;
    height: 60px;
    padding-left: 20px;
}

.contact__area-bottom-form form textarea {
  background: transparent;
  border-color: var(--color-11);
  color: var(--color-2);
}

.contact__area-bottom-form form textarea:focus {
  border-color: var(--primary-color);
  color: var(--color-2);
}

.contact__area-bottom-form.page {
  top: -505px;
}

.contact__area-bottom-map iframe {
  width: 100%;
  height: 570px;
  display: block;
}

.contact__area-info {
  margin-top: 30px;
}

.contact__area-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  gap: 25px;
}

.contact__area-info-item-icon i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: var(--primary-color);
  border-radius: 50%;
  background: var(--color-6);
  font-size: 20px;
}

.contact__area-info-item-content span {
  color: var(--color-1);
  display: inline-block;
  margin-bottom: 5px;
}

.contact__area-info-item-content h5 {
  max-width: 240px;
  font-weight: 600;
}

.contact__area-info-item-content h5 a {
  -webkit-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}

.contact__area-info-item-content h5 a:hover {
  color: var(--primary-color);
}

.contact__area-info-item:last-child {
  margin: 0;
}

@media (max-width: 1199px) {
  .contact__area-bottom-form.page {
    right: 30px;
    width: 430px;
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .contact__area-bottom-form {
    width: 100%;
    position: initial;
    margin-bottom: 30px;
  }
  .contact__area-bottom-form.page {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .contact__area-bottom-form {
    padding: 50px;
  }
}

@media (max-width: 475px) {
  .contact__area-bottom-form {
    padding: 50px 30px;
  }
  .contact__area-bottom-form.page {
    padding: 50px 30px;
  }
}


.creative-carousal--hero{
    width: 100%;
    height: 70vh;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.creative-carousal--hero .carousel-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.creative-carousal--hero .carousel-slider  .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    background-size: cover;
    background-position: center;
}
.creative-carousal--hero .carousel-slider .swiper-slide.swiper-slide-active {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    z-index: 3;
}
.creative-carousal--hero .carousel-slider .swiper-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #222327;
    opacity: 0.7;
}
.creative-carousal--hero .carousel-slider .swiper-slide.swiper-slide-active:after {
    opacity: 0.2;
}
.creative-carousal--hero .carousel-slider .swiper-slide .inner {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    display:none;
}

.creative-carousal--hero .carousel-slider .swiper-slide .inner.bct {
    display:block;
}
.creative-carousal--hero .carousel-slider .swiper-slide.swiper-slide-active .inner {
    opacity: 1;
}
.creative-carousal--hero .carousel-slider .swiper-slide .inner h2{
    width: 100%;
    float: left;
    font-size: 4vw;
    line-height: 5vw;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0;
}
.creative-carousal--hero .carousel-slider .swiper-slide .inner a{
    font-size: 19px;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
    text-decoration: none;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.creative-carousal--hero .carousel-slider .swiper-slide .inner a:hover{
    text-decoration: none;
    color: #d3a06d;
}
.creative-carousal--hero .slide-progress {
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -110px;
    z-index: 3;
    text-align: center;
}
.creative-carousal--hero .slide-progress span {
    display: inline-block;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    font-size: 14px;
}
.creative-carousal--hero .slide-progress .swiper-pagination {
    width: 160px;
    height: 2px;
    margin: auto 10px;
    display: inline-block;
    position: static;
    background: rgba(255, 255, 255, 0.3);
}
.creative-carousal--hero .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #fff;
}

.creative-carousal--hero .slide-progress span {
    display: inline-block;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    font-size: 14px;
}
.creative-carousal--hero .swiper-button-prev {
    height: auto;
    position: absolute;
    left: auto;
    top: auto;
    right: 120px;
    bottom: 30px;
    font-family: "Fjalla One", sans-serif;
    color: #fff;
    background: none;
}
.creative-carousal--hero .swiper-button-prev:after{
    display: none;
}
.creative-carousal--hero .swiper-button-next {
    height: auto;
    position: absolute;
    left: auto;
    top: auto;
    right: 40px;
    bottom: 30px;
    font-family: "Fjalla One", sans-serif;
    color: #fff;
    background: none;
}
.creative-carousal--hero .swiper-button-next:after{
    display: none;
}
/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
    .creative-carousal--hero .carousel-slider .swiper-slide .inner h2{
               font-size: 7vw;
        line-height: 7vw;
        margin-bottom: 15px;
    }
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
    
    .header__area-menubar-left-logo a img {
        height:50px;
    }
    .founder-img {
        min-height:200px;
    }
    
    .founder-inner .row.mt-5 {
        flex-direction: column-reverse !important;
    }
    .copyright__area-right {
        margin-left:0 !important;
    }
    .work-gal .item {
        width:43% !important;
    }
    .floating-button {
        display:none !important;
    }
    .copyright__area {
        padding-bottom:50px;
    }
    
    
    .scroll-up{
            bottom: 75px !important;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .creative-carousal--hero .carousel-slider .swiper-slide .inner h2{
        font-size: 12vw;
        line-height: 12vw;
        margin-bottom: 15px;
    }
    .creative-carousal--hero .swiper-button-prev{
            left: 40px;
    }
    .creative-carousal--hero .swiper-button-next{
            right: 40px;
    }
    
    
    .mobile-team {
    display: flex !important;
    }
    
    .products__area-item-image-social {
        display:none;
    }
    
    .mobile-team a{
            font-size: 30px;
    }

}

.products__area-item{
    border: 1px solid #d3a06d;
    border-radius: 0px 10px 0px 10px;
    overflow: hidden;
}

.mobile-team {
    padding: 0;
    margin-top: 10px;
    list-style: none;
    display: none;
    width: 100%;
    justify-content: space-around;
}

.about__area-right-bottom .theme-btn::after {
    background-color:#000;
}

.work-gal.section-padding {
    background-color:#000;
}

.work-gal.section-padding h2 {
    color:#fff;
}


.work-gal ul{
  list-style:none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  font-weight: 300;
  margin:0 auto 50px auto;
  
}
.work-gal ul li{
  padding: 10px 20px;
  margin: 5px;
  cursor:pointer;
  border-bottom: 2px solid #FFF;
  transition: 0.5s linear;
  color: #fff;
  
}

.work-gal .list.active,
.work-gal li:hover{
  color: #d3a06d;
  border-bottom: 2px solid #d3a06d;
}

.work-gal .products{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.work-gal .item{
  overflow: hidden;
  width: 250px;
  height: 250px;
  border-radius: 8px;
}
.work-gal .item img{
  width: 100%;
  height: 100%;
  object-fit:cover;
  cursor: pointer;
  transition: 0.5s linear;
}
.work-gal .item:hover img{
  transform: scale(1.1);
}

.work-gal .subtitle__two, .services__area .subtitle__two{
    color:#fff;
    z-index:0;
}

body .es-widget-title-container,body .es-header-container {
    display:none !important;
}

.founder__area {
    background-color:#000;
}

.founder__area h2 {
    color:#fff;
}

.founder-img{
    background-position: center;
    height: 100%;
    background-size: cover;
    border-radius: 15px;
}


.founder__area .subtitle__two {
    color: #fff;
    z-index: 0;
}


.founder-dtls{
        background: #d3a06d;
    padding: 20px 20px 20px 38px;
    border-radius: 12px;
}

.founder-dtls.down-pro {
       background: #fff;
    padding: 20px 38px 20px 30px;
    border-radius: 12px; 
}

.founder-dtls.down-pro h2 {
    color: #d3a06d;
}

.founder-dtls.down-pro p {
    text-align:justify;
    margin:0;
}

.homepage-form  {
    overflow:hidden;
}

.homepage-form .contact__area-bottom-form.page {
    position:relative;
    top:auto;
    right:auto;
    width:100%;
    background:#fff;
    padding:0;
}

.footer__area-left-menu ul {
    text-align:center;
}

.homepage-form .theme-banner-btn::after {
    background-color:#000 !important;
}

.copyright__area-right{
    display: inline-block;
    margin-left: 17px;
    margin-top: 25px;
}

.footer__area-subscribe label{
    color: #d3a06d;
    font-size: 20px;
    padding-bottom: 20px;
}

.floating-button {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
    z-index: 1000; /* Ensure buttons are above other content */
}


.whatsapp {
    background-color: #25D366;
}


.call {
    background-color: #d3a06d; 
    bottom: 135px; 
}


.floating-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 24px; /* Adjust icon size */
}


.floating-button:hover {
    transform: scale(1.1);
}



.bg-black {
    background-color:#000;
}

.theme-banner-btn.whatsapp-btn {
    background: #25d366;
}

.tattoo-section {
    margin: 80px 0 0 0;
}

.dtls-cont h2{
    margin-bottom:20px;
}

.tat-img img{
    width:100%;
   max-height: 450px;
    object-fit:cover
}

.more-text {
    display: none;
}

.read-more{
    color: #d3a06d;
}

.tat-section-break {
    margin-top:100px;
}

.appo-btn {
    margin-top:25px;
}

.appo-btn .theme-banner-btn::after {
    border: 1px solid;
}

.tab-section-main {
    margin:80px 0;
}

.tab-section-main button{
    text-align:left;
    color:#d3a06d;
}

.tab-section-main button:hover{
    color:#fff;
}

.tab-section-main button.active{
        background-color: #d3a06d !Important;
}

.main-tab-uk {
    border: 1px solid #d3a06d;
    padding: 50px;
    scrollbar-gutter: 0;
    background: #000;
    color: #fff;
}

.main-tab-uk .col-md-8{
    border-left: 1px solid #d3a06d;
        padding: 38px;
}

.tab-section-main .products__area-title {
    margin-bottom:40px;
}

.piercing-sec {
    /*overflow:hidden;*/
    background-color:#f7f7f7;
    padding-top:50px;
}

.piercing-sec .cus-con-per {
    width:90%;
    margin:0 auto;
}

.piercing-sec .pie-txt-sec.rr .right-side-stk {
    position:sticky;
    top:130px;
   
}

.piercing-sec .pie-txt-sec.rr .right-side-stk .p-gallery {
    width: 80%;
    margin: 0 auto;
    height: 600px;
     overflow:hidden;

}

 .piercing-sec .pie-txt-sec.rr .right-side-stk .p-gallery img {
     height:600px;
     object-fit:cover;
 }

 .piercing-sec .pie-txt-sec.rr .right-side-stk .p-gallery .swiper-button-next,
 .piercing-sec .pie-txt-sec.rr .right-side-stk .p-gallery .swiper-button-prev {
    color: #ae8057; 
    background-color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  
 .piercing-sec .pie-txt-sec.rr .right-side-stk .p-gallery .swiper-button-next:before,
 .piercing-sec .pie-txt-sec.rr .right-side-stk .p-gallery .swiper-button-prev:before {
     content:"";
    font-size: 16px;
    font-weight: bold;
    color:#ae8057;
  }

.piercing-sec .pie-txt-sec.rr .right-side-stk .p-gallery .swiper-button-next:before {
    content: "›" !important;
  }

.piercing-sec .pie-txt-sec.rr .right-side-stk .p-gallery .swiper-button-prev:before {
    content: "‹" !important; 
  }


.piercing-sec .pie-txt-sec h3 {
    margin-bottom:20px;
}

.piercing-sec.aeropage {
    overflow:hidden
}

.piercing-sec.aeropage .pie-txt-sec {
    padding:90px 45px ;
}

.pie-img-sec {
    background-image:url();
    background-size: cover;
    background-repeat: no-repeat;
}

.social-share img {
        height: 50px;
    width: 50px;
    margin-right: 8px;

}

.social-share {
        text-align: center;
    padding: 80px 0;
}


.aft-care-sec{
    padding: 20px 0;
}

.aft-care-sec .ba1nner__slide-content-button {
    text-align:center;
}

.aft-care-sec .banner__slide-content-button a{
       margin: 0 6px;
    width: 211px;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.aft-care-sec .theme-banner-btn::after {
    border: 1px solid;
}

.aft-care-sec .theme-border-btn:hover {
    color:#fff;
}

.aft-care-sec .theme-border-btn::after {
    background: #d3a06d;
}

#pri .modal-body {
    padding:0;
}

   .modal-aft-logo{ max-width: 153px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 37px;
}

.contact__area-bottom-form-item .iti {
    width:100%;
}

.contact__area-bottom-form-item .form-control[readonly] {
    background:#fff;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    border: 2px dashed #ccc;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
}

.file-upload-label {
    font-size: 18px;
    color: #999;
}

.file-upload-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background-color: #d3a06d;
}

.file-upload-wrapper input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file-info img {
    max-width: 100px;
    margin-right: 10px;
}

.close {
    font-size: 1.5rem;
    color: #000;
}

.medical-section {
    padding:0 0 80px 0; 
}


.medical-section a{
  text-decoration: none;
  outline: none;
}
.medical-section .card-flyer {
  border-radius: 5px;
}
.medical-section .card-flyer .image-box{
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
  border-radius: 5px;
}
.medical-section .card-flyer .image-box img{
  -webkit-transition:all .9s ease; 
  -moz-transition:all .9s ease; 
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease; 
  width: 100%;
  height: 250px;
}
.medical-section .card-flyer:hover .image-box img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
.medical-section .card-flyer .text-box{
  text-align: center;
}
.medical-section .card-flyer .text-box .text-container{
  padding: 30px 18px;
}
.medical-section .card-flyer{
  background: #FFFFFF;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}
.medical-section .card-flyer:hover{
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.medical-section .card-flyer .text-box p{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px; 
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
      text-align: justify;
}
.medical-section .card-flyer .text-box h6{
  margin-top: 0px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d3a06d;
}

.medical-section .text-container ul{
        text-align: left;
    list-style: disc;
    margin-left: 20px;
    margin-top: 10px;
        min-height: 157px;
}

.medi-tattoo-slide {
    overflow: hidden;
    /*padding: 0 0 100px 0;*/
}

.medi-tattoo-slide img{

    min-height: 400px;
}

.coming-soon {
        padding: 100px 0;
    text-align: center;
    position: relative;
    height: 750px;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-foreground {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 900px;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.video-foreground iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

.content h1 {
    font-size: 3em;
    margin: 0;
    color: #fff;
}

.speaker-block{
    position: relative;
    margin-bottom: 40px;
}

.speaker-block .inner-box{
       position: relative;
    padding: 20px;
    border: 1px solid #d3a06d;
    border-radius: 5px;
}

.speaker-block .image-box{
    position: relative;
    background-color: rgba(255,255,255,.15);
    overflow: hidden;
}

.speaker-block .image-box .image:after,
.speaker-block .image-box:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background-color: #ffffff;
    content: "";
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.speaker-block .inner-box:hover .image-box .image:after,
.speaker-block .inner-box:hover .image-box:before{
    height: 100%;
}

.speaker-block .image-box .image:after{
    opacity: .40;
    z-index: 1;
    top: auto;
    bottom: 0;
    background-color: #000;
}

.speaker-block .image-box .image{
    position: relative;
    margin-bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.speaker-block .image-box .image img{
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.speaker-block .social-links{
    position: absolute;
    left: 0;
    bottom: -140px;
    padding: 20px;
    width: 100%;
    z-index: 9;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.speaker-block .social-links ul{
        position: relative;
    padding: 15px 20px;
    text-align: center;
    background-color: rgb(211 160 109);
    color: #fff;
    transition:all ease .5s;
}

.speaker-block .social-links ul:hover {
    background-color:#000;
}

.speaker-block .social-links li{
    position: relative;
    display: inline-block;
    margin: 0 9px;
}

.speaker-block .social-links li a{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block .social-links li a:hover{
    color: #fff;
}

.speaker-block .inner-box:hover .social-links{
    bottom: 0;
}

.speaker-block .caption-box{
    position: relative;
    padding-top: 20px;
}

.speaker-block .caption-box .name{
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1em;
    color: #d3a06d;
    font-weight: 400;
    margin-bottom: 10px;
}

.speaker-block .caption-box .name a{
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block .caption-box .name a:hover{
    color: #000;
}

.speaker-block .caption-box .designation{
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    opacity: .70;
}
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}

.gust-arts {
    padding:100px 0;
}

.modal-body.gua-modal-boday {
    text-align:center;
    padding-top:25px;
}

.modal-body.gua-modal-boday h3 {
       color: #d3a06d;
    border-bottom: 3px solid #d3a06d;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 7px;

}

.modal-body.gua-modal-boday h6{
    margin:10px 0;
}

.ga-insta-btn {
      background: #833ab4;
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
    color: #fff;
    padding: 9px 19px;
    border-radius: 10px;
    text-transform: uppercase;
    display: inline-block;
    margin: 5px 0;
    font-size: 14px;
}

.ga-insta-btn:hover {
    color:#fff;
}

.modal-body.gua-modal-boday .flex-column {
           max-width: 187px;
        }
        
       .modal-body.gua-modal-boday img {
            margin: 5px;
        }
        
       .modal-body.gua-modal-boday .scale {
            transform: scaleY(1.05);
            padding-top: 5px; 
        }
        
        .ga-img-gal {
            margin-top:30px;
        }


.artpage .page__banner-title h1 {
    color: var(--white);
    font-size: 65px;
    line-height: 99px;
    margin-bottom: 10px;
    background: #ffffff14;
    padding: 17px;
}

.artpage.page__banner {
    padding: 250px 0 160px 0;
}

.wel-sec-shop {
    padding:80px 0;
}

.wel-sec-shop p{
       margin-top: 20px;
}

.show-case {
    padding:80px 0;
    background-color:#f7f7f7;
}


.sing-show .box-shadow
{
	-webkit-box-shadow: 0 1px 1px rgba(72,78,85,.6);
	box-shadow: 0 1px 1px rgba(72,78,85,.6);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.sing-show .box-shadow:hover
{
	-webkit-box-shadow: 0 20px 40px rgba(72,78,85,.6);
	box-shadow: 0 20px 40px rgba(72,78,85,.6);
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
}

.sing-show .card
{
	border-radius: 25px;
	
}

.sing-show .card img
{
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	height:350px;
	object-fit:cover
}

.sing-show .card svg
{
	position:absolute;
	    top: 16.5rem;

  -webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	filter:drop-shadow(2px -9px 4px rgba(0, 69, 134, 0.2));
}
.sing-show .card:hover svg
{
	filter:drop-shadow(2px -9px 4px rgba(211, 160, 109, 0.4))
}

.sing-show i
{
	position:absolute;
	    top: 17.5rem;
    right: 1.5rem;
	color:white;
	font-size:3rem;
	background: linear-gradient(133deg, rgba(255, 255, 255, 1) 0%, rgb(0 0 0) 19%, rgb(174 128 87) 100%);
	padding: 1rem;
	border-radius: 100%;
	transition: all .6s ease-in-out;
}

.sing-show .card:hover i
{
	transform: rotate(-180deg);
}

.sing-show i:hover
{
	box-shadow: rgba(2, 196, 255, 0.25) 0px 30px 60px -12px inset, rgba(255, 2, 204, 0.7) 0px 18px 36px -18px inset;
}

.sing-show p{
        color: #ab7e56;
    font-weight: 600;
}

.sing-show h6{
        font-size: 15px;
    line-height: 24px;
}

.sing-show {
    margin-bottom:25px;
}

.right-show-case{
    padding: 0 0 0 30px;
    position: sticky;
    top: 133px;
}

.right-show-case ul li a {
    text-decoration:underline;
    font-size:17px;
    line-height:32px;
    font-weight:500;
}

.right-show-case ul li a:hover {
    text-decoration:none;
    color:#ab7e56;
}

.look-to-collab {
    background-image:url(../img/art-collab-1.webp);
        padding: 120px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position:relative;
        background-attachment: fixed;
}

.look-to-collab:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    opacity:0.6;
}

.look-inner-section {
    position:relative;
}

.look-inner-section h2{
    color: #fff;
    text-align: center;
}

.look-inner-section p{
        color: #fff;
    text-align: center;
    margin-top: 10px;

}

.look-inner-section h5{
        text-align: center;
    color: #fff;
}

.partnr-sec-new {
    padding:80px 0;
    background: #f7f7f7;
}

.partnr-sec-new p {
    margin-top:10px;
}

.cont p {
    font-size:22px;
    
}

.contact-bg-sec {
    padding:0 0 80px 0;
}

.contact-bg-sec .bg-con {
    background-image:url(../img/tat-1-bg.webp);
    background-repeat:no-repeat;
    background-size:cover;
    padding:100px 0;
    border-radius:12px;
    position:relative;
    overflow:hidden;
}

.contact-bg-sec .bg-con:after{
    content:"";
    height:100%;
    width:100%;
    background:#000;
    opacity:0.6;
    position:absolute;
    top:0;
    left:0;
}

.contact-bg-sec .bg-con .banner__slide-content-button{
   z-index:1;
   position:relative;
}

.contact-bg-sec .bg-con .banner__slide-content-button a{
        margin: 0 20px;
}

.contact-bg-sec .bg-con h2{
    margin-bottom:55px;
    color:#fff;
    z-index:1;
    position:relative;
}

.aadd-div {
    padding:50px 0 0 0 ;
}

span.team-desi {
    min-height: 107px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:10px;
}

.vis-texts h3 {
    margin-bottom:30px;
}

.vis-texts h5 {
    margin:20px 0;
}

.vis-texts h3, h5{
    text-align:center;
}

.vis-texts p {
    text-align:justify;
}

.blog__area {
        background: #fff;
}

div.vis-sec-hp {
    padding-top:0;
}

.all__sidebar-item-help.sticky-side {
    position:sticky;
    top:130px;
}

.treat-sec {
    padding:50px 0;
}

.single-treat {
    text-align:center;
}
.single-treat p {
    margin-bottom:0;
}
.single-treat svg {
    margin-bottom:10px;
}

.help-treat {
        background: #ae8057;
    padding: 40px 0;
}

.help-treat ul{
        display: flex;
    gap: 20px;
    color: #fff;
        flex-wrap: wrap;
}

.help-treat ul li{
    background-color: #000;
    padding: 8px 10px;
    border-radius: 10px;
    text-transform:uppercase;
}

.help-treat h4{
        text-align: left;
    padding-bottom: 15px;
}


.card-who-is {
        width: 80%;
    margin: 40px auto;
    box-shadow: -1px 1px 5px #ccc;
       padding: 60px;
}

.top-ttl h6{
        color: var(--primary-color);
    margin-bottom: 10px;
}

.card-who-is li{
  display: flex;
    gap: 10px;
    align-items: center;
    line-height: 1.2;
    margin-bottom:7px;
}


.card-who-is .right-ul{
        padding-top: 40px;
    padding-left: 30px;
}
.card-who-is .right-ul li{
        margin-bottom: 10px;
}
.title-sec-cop {
        text-align: center;
    padding: 50px 0 0 0;
}

.news-sec-ld.tatoo-news {
    padding: 0 0 100px 0;
}

.news-sec-ld .appo-btn {
    margin:0;
}

.dtls-section {
   overflow:hidden;
}

.dtls-section table{
    border:1px solid #000;
    overflow-x:auto;
    display:block;
}

.dtls-section table tr{
    border:1px solid #000;
}

.dtls-section table tr td{
   border: 1px solid #000;
    padding: 15px;
}

.dtls-section table {
    margin-bottom:30px;
}

.dtls-section ul{
        list-style: disc; 
    margin-left: 18px;
}

.dtls-section .container{
    margin-top:40px;
    border-bottom: 2px solid #d3a06d;
    padding-bottom:40px;
}

.dtls-section .container:last-child {
    border:none;
    padding-bottom:0;
}

.box-design-medi {
    padding:30px;
    border:2px solid #d3a06d;
    margin-top:30px;
    border-radius:10px;
}
.tab-section-main-new {
    padding:40px 0;
}
.bg-image-tattoo {
        background-image: url(../img/per-op.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.after-before-sec{
        padding: 80px 30px 0 30px;
}

.after-before-sec h3 {
    margin-bottom:20px;
}

.af-bef-card-ri {
      padding: 20px;
    background-color: rgba(255, 255, 255, .5);
    position: relative;
    left: -120px;  
    height: 100%;
        border: 1px solid #ae8057;
}

.af-bef-card-lf {
       padding: 20px;
    background-color: rgba(255, 255, 255, .5);
    position: relative;
    right: -120px;
    height: 100%;
        border: 1px solid #ae8057;
}

.innn-ulsss{
    list-style: disc;
    margin-left: 18px;
}

.colla-sec {
    padding:100px 0 0 0;
    text-align:center;
}

.box-sect-sec {
  border-width: 2px;
    border-color: #d3a06d;
    border-style: solid;
    border-radius: 16px 16px 16px 16px;
    padding: 40px;
    margin-top:40px;
}

.box-sect-sec h4 {
    padding-bottom:20px;
}

.box-sect-sec p {
    margin:0;
}

.dec-area {
    padding-top:50px;
}

.dec-area p{
        color: #fff;
    text-align: center;
    margin:0;
}

.tatoo-news {
    padding:100px 0;
}


.tatoo-news h5 {
        margin-top: 20px;
    line-height: 1.2;
    font-size: 18px;
}

.sin-news {
    margin-bottom:30px;
}


.blog-cat-sec{
        padding: 70px 0 100px 0;
}

.sing-img-cat {
        position: relative;
    border-radius: 17px;
    overflow: hidden;
        margin-top: 30px;
}

.sing-img-cat a:before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background-color:#000;
    opacity:0.6;
        z-index: 1;
}

.sing-img-cat .img-cat-div {
    overflow:hidden;
}


.sing-img-cat:hover a:before {
    opacity:0.8;
}


.sing-img-cat .cat-con-div{
       position: absolute;
    bottom: 0;
    padding: 20px 15px;
    width: 100%;
    left: 0;
     z-index:1;
         
}

.sing-img-cat.img-cat-div img {
    transition: all ease .4s;
}

.sing-img-cat:hover .img-cat-div img {
        transform: scale(1.2) rotate(10deg);
}


.sing-img-cat .cat-con-div h4{
    color: #fff;
    text-align: left;
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 10px;
       
}

.sing-img-cat .cat-con-div p {
    color: #fff;
    margin: 0;
    margin-top:5px;
}

.bd-team h3 {
        /*min-height: 60px;*/
        font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-weight: 900;
}

#acc-tatoo h6 {
    cursor:pointer;
}

#acc-tatoo div {
    margin-top:15px;
}

#acc-tatoo h6::after {
      font-family: "Font Awesome 5 Free"; /* Use Font Awesome for icons */
      content: '\f068'; /* Minus icon when expanded */
      font-weight: 900;
      float: right;
    }
#acc-tatoo h6.collapsed::after {
      
       content: '\f067'; /* Default plus icon */
    }
.top-info-header{
        padding: 10px 80px;
    background: #ae8057;
    overflow:hidden;
}

.top-info-header .left-conts, .top-info-header .right-soci{
    display: flex;
    gap: 15px;
}

.top-info-header .right-soci {
    justify-content: flex-end;
}

.top-info-header .right-soci li {
        border-radius: 50%;
    border: 1px solid #fff;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-info-header ul li {
    color:#fff;
}

.coming-soon-section {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden; /* Hides any overflow */
}

.background-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%); /* Center the video */
}

.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the entire container */
}

@media (max-width: 767px) {
    
    .dtls-section table {
        width: 100%;
        border-collapse: collapse;
        
        overflow-x: auto;
        display: block;
    }

    .dtls-section table td {
        padding: 12px;
        text-align: left;
        vertical-align: top;
        width:100%;
                width: 100%;
        display: table;
    }
    
    .dtls-section table th {
        padding: 12px;
        text-align: center;
        vertical-align: top;
        width:100%;
                width: 100%;
        display: table;
    }

   
}

.pie-txt-sec h5 {
    text-align:left;
}

.dtls-section.semi h2{
    margin-bottom:15px;
}

.goog-tag {
    background-color: #fff;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    display: block;
    color: #525366;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 212px;
    margin:0 auto;
        margin-bottom: 40px;
}

.google-logo img {
    width:30px;
    height:30px;
}

.google-logo {
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
        margin-bottom: 5px;
}

.google-text span {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    margin-right: 8px;
    position: relative;
}

.google-text {
        display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:5px;
}

.google-text i {
    color:gold;
    font-size:20px;
}
.goog-tag p  {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 4px;
}

.goog-tag p a{
    color: #979797;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 4px;
        text-decoration: underline;
}




.bdcuk-popup-container {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

/* Popup content */
.bdcuk-popup-content {
 background: white;
    color: black;
    text-align: center;
    padding: 40px 60px;
    width: 600px;
    border-radius: 2px;
    position: relative;
}

.bdcuk-popup-content h2 {
      font-size: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
      margin-bottom: 40px;
}

.bdcuk-popup-content h6 {
    
    color: #d3a06d;
    font-weight: 600;
        text-align: left;
    padding: 0 4px;
    margin-top:25px;
}

.bdcuk-popup-content input {
     padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.bdcuk-popup-content button {
      background-color:#000 ;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 2px;
    cursor: pointer;
    width: 100%;
}

.bdcuk-popup-content button:hover {
  background-color: #d3a06d;
}

.bdcuk-popup-content .bdcuk-close {
  position: absolute;
    top: 0px;
    right: 0px;
    font-size: 30px;
    cursor: pointer;
    border: 2px solid #000000;
    padding: 8px 15px;
    border-right: 0;
    border-top: 0;
}

.bdcuk-popup-content p{
        text-align: left;
    padding: 0 3px;
    margin:0;
}

.sing-img-ser {
        position: relative;
    overflow: hidden;
    margin-top: 10px;
    border-radius:12px;
}

.sing-img-ser img {
    transition:all ease .5s;
}


.sing-img-ser:hover img {
    transform:scale(1.1);
}

.sing-img-ser h3{
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    padding: 0 20px;
    top: 50%;
    transform: translate(0, -50%);
    font-weight: 600;
    font-size: 19px;
    transition: all .4s;
    z-index: 2;
    line-height: 1.2;

}

.sing-img-ser h3 span {
    position:relative;
}

.sing-img-ser h3 i{
    color: #ae8057;
    font-size: 33px;
    transform: translatex(-262px);
    transition:all ease .4s;
    position:absolute;
}

.sing-img-ser:hover h3 span i{
     transform: translatex(-20px);
    margin-top: 15px;
    
}

.sing-img-ser:hover h3{
    transform: translatey(-40px);
}


.sing-img-ser:before {
       content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    z-index: 1;
    transition :all ease .5s ;
}

.sing-img-ser:hover::before {
    opacity:0.7;
}

.safe-sec {
       padding: 80px 0;
    background: var(--color-4);
}

.safe-sec .sing-safe-sec{   
       text-align: center;
    padding: 15px;
    box-shadow: -1px 2px 11px 1px #d3a06d08;
    background: #ffffff1f;
    min-height: 315px;
    
}

.sing-safe-sec h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sing-safe-sec svg {
      width: 60px;
    margin-bottom: 10px;
    height: 70px;
       fill: #d3a06d;
}

.si-hp-service {
     text-align: center;
    padding: 23px;
    border-radius: 16px;
    background: #fff;
    margin-bottom:30px;
}

.si-hp-service h5 {
    font-size: 28px;
        margin: 20px 0;
    color: #d3a06d;
}

.si-hp-service p{
       text-align: justify;
    margin: 0;
}

.bd-geays {    
    background: var(--color-4);
}

.service-img-div {
    overflow:hidden;
    position:relative;
    border-radius:12px;
}

.service-img-div img {
       transition: all .4s;
    max-height: 295px;
    object-fit: cover;
}

.si-hp-service:hover .service-img-div img {
    transform:scale(1.13);
}

.service-img-div h3{
        position: absolute;
    width: 100%;
    top: 50%;
    color: #d3a06d;
    transform: translate(0, -300%);
    transition: all ease .4s;
    z-index:2;
    visibility:hidden;
    opacity:0;
    font-size:22px;
}

.service-img-div:before {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    opacity:0.2;
    transition: all ease .4s;
        z-index: 1;
    background: #000;
}

.si-hp-service:hover .service-img-div:before {
    opacity:.6;
}

.si-hp-service:hover .service-img-div h3{
        transform: translate(0, -50%);
        visibility:visible;
    opacity:1;
}


.cont-sec-sihp { 
    min-height: 162px;
        max-height: 162px;
    overflow: hidden;
    transition: all .4s;
}

.si-hp-service:hover .cont-sec-sihp {
        max-height: 100%;
}

.bd-geays .subtitle__two {
    z-index:0;
}


.hp-faq-sec {
   background: var(--color-4);
    padding: 80px 0;
}

.hp-faq-sec .subtitle__two {
    z-index:0;
}

.hp-faq-sec .accordion-button{
    height: 70px;
    background: #ededed;
    color: #000;
    line-height:1.2;
}

.hp-faq-sec .accordion-button:focus {
   outline: none;
    border: none;
    box-shadow: none;
}

.hp-faq-sec .accordion-button::after {
      content: '';
      display: inline-block;
      width: 25px;
      height: 25px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-plus" viewBox="0 0 16 16"%3E%3Cpath d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      margin-left: auto;
      transition: transform 0.2s ease-in-out;
    }


    .hp-faq-sec  .accordion-button:not(.collapsed)::after {
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash" viewBox="0 0 16 16"%3E%3Cpath d="M3.5 8a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5z"/%3E%3C/svg%3E');
    }


.new-footer {
    background-color:#0f1212;
        padding: 80px 0 60px 0;
    position:relative;
}


.new-footer:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    opacity:.01;
    background-image:url(../img/28345446_7421474.svg);
    background-repeat:no-repeat;
    background-position:center center;
        z-index: 1;
    background-size: cover;
    
}

.new-footer .container {
       z-index: 2;
    position: relative;
}

.footer-smp h4{
       color: #d3a06d;
    font-size: 20px;
    font-weight: 600;
        margin-bottom: 10px;
}

.footer-smp ul li {
    color:#fff;
        line-height: 1.8;
}

.footer-smp ul li:hover {
    color:#d3a06d;
}

.footer-smp {
    margin-bottom:20px;
}

.footer-nw-soci {
        display: flex;
    gap: 15px;
    margin-top:25px;
}

.footer-nw-soci li{
   border-radius: 50%;
    border: 1px solid #d3a06d;
    height: 45px;
    background: #d3a06d;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.footer-nw-soci li:hover {
    background: #fff;
}

.footer-nw-soci li:hover i {
    color:#d3a06d;
}

.footer-nw-soci li i {
    color:#fff;
     transition: all .3s;
}

.phe {
        display: flex;
    gap: 10px;
    justify-content: space-between;
        margin-top: 20px;
}

.phe li {
    width:30%;
}

.phe li a{
       width: 100%;
    display: inline-block;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    padding: 12px 10px;
}

.page__banner-title-menu {
    display:none;
} 

.copy-note{
        text-align: center;
    padding: 10px 0;
    background: #d3a06d;
    color: #fff;
}

.copy-note p {
    margin:0;
}

.copy-note p a {
    font-weight:800;
}

.desc-innp {
    margin-top:20px;
}

.desc-innp p{
    color:#fff;
}




.mob-btn-wp{
        position: fixed;
        bottom: 70px;
        width: 5%;
        z-index: 999;
        display: flex !important;
        overflow: hidden;
        flex-direction: column;
        right: 0;
        gap: 10px;
    }
    
    .mob-btn-wp a{
        /*width: 50%;*/
           display: block;
        background: #25d366;
        text-align: center;
        padding: 10px;
        color: #fff;
        font-size: 19px;
        border-radius: 25px 0px 0px 25px;
        transition: all .4s;
    }
    .mob-btn-wp a:nth-child(2) {
        background:#121515; 
    }
    .mob-btn-wp a:nth-child(3) {
        background:#d3a06d; 
    }
.mob-btn-wp a:hover {
    background:#121515 ;
}

.mob-btn-wp a:nth-child(2):hover {
    background:#d3a06d  !important;
}


.mob-btn-wp a:nth-child(3):hover {
    background: #25d366 !important;
}

#tawkchat-minified {
    display: none !important;
}

.mob-ta-page {
    overflow:hidden;
}

.mob-ta-page .cus-con {
    padding:0;
    width:100%;
}


.mob-ta-page .products__area-title{
    padding: 10px 0;
}



/*# sourceMappingURL=style.css.map */