* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}
p{
    margin: 0;
}

ol li, ul li{
  list-style-type:none;
}
html,body{
    overflow-x: hidden !important;
    
    margin: 0;
    padding: 0;
  }
a{
  text-decoration: none;
  color: unset;
}
body{
    font-family: Poppins;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Belleza", sans-serif;
  font-weight: 400;
  font-style: normal;
}
header{
    position: relative;
    /*height: 130px;*/
    background-color: #fff;
    z-index: 10;
}
header .top-header{
    /*height: 50px;*/
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #E3E3E3;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 50px 0px 50px;
    line-height: 30px;
}
header .main-header{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 50px 0px 50px;
}
header .main-header .navbar{
    padding: 0;
}
header .main-header .navbar-brand{
    max-width: 19%;
    /*padding-top: 0;*/
    /*padding-bottom: 0;*/
}
header .main-header .navbar-brand img{
    /* padding-top: var(--bs-navbar-brand-padding-y); */
    /* padding-bottom: var(--bs-navbar-brand-padding-y); */
}
header .main-header .navbar-nav .nav-item .nav-link{
    display: inline-block;
    padding: 8px 18px;
    vertical-align: middle;
    margin: 22px 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
}
header .main-header.sticky {
	box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.1);
	position: fixed;
	width: 100%;
	top: -70px;
	left: 0;
	right: 0;
	z-index: 99;
	transform: translateY(70px);
	transition: transform 500ms ease, background 500ms ease;
	-webkit-transition: transform 500ms ease, background 500ms ease;
	box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.1);
	padding: 0px 150px;
	background: rgba(255,255,255,1);
}
@media (max-width: 767px) {
  .navbar-toggler{
    border: 0;
  }
    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
    }
    header .main-header .navbar-nav .nav-item .nav-link{
        margin:0;
    }
    .navbar-collapse{
        background-color:#fff;
        padding:10px 0;
    }
    
  header{
      /*height:95px;*/
  }
	header .main-header.sticky {
		padding: 0px 10px;
	}
  header .top-header{
    display: none;
  }
  header .main-header{
    padding:0;
  }
  header .main-header .navbar-brand{
      max-width:70%;
  }
  header .main-header .navbar{
      padding: 0.5rem 0;
  }
  .container-fluid{
      padding-right: calc(1.5rem* .5) !important;
      padding-left: calc(1.5rem* .5) !important;
  }
  .slider-content h1{
      padding:35px 0px 20px 0px !important;
  }
  .slider-content p{
      padding:0 !important;
  }
  #home-slider .counters{
      display:block !important;
  }
  #home-slider .counters .card .card-icon{
      float:left;
      padding-right:20px;
  }
  .mob-mb-12p{
      margin-bottom:12% !important;
  }
  .mob-col-w-50p{
      width:50% !important;
  }
  .mob-col-w-80p{
      width:80% !important;
  }
  .mob-col-w-20p{
      width:20% !important;
  }
  .mob-col-w-24p{
      width:24% !important;
  }
  .mob-col-w-76p{
      width:76% !important;
  }
  .about-section .img-1 img {
      border-radius: 130px 20px 20px 20px !important;
  }
  .about-section .img-2 img {
    border-radius: 20px 130px 20px 20px !important;
  }
  .about-section .img-3 img {
    border-radius: 130px 20px 20px 20px !important;
  }
  .about-section .img-3{
      margin: -36% 0% 0% 0% !important;
  }
  #content_block_04 .content-box .single-item:first-child{
      padding-top: 190px;
    padding-left: 10px !important;
    margin-bottom: 67px;
  }
  #content_block_04 .content-box .single-item:last-child {
    padding-right: 10px !important;
    padding-top: 190px;
    }
    .subline-left{
        height:50vh !important;
    }
    .mob-ps-0{
        padding-left:0 !important;
    }
    .mob-pe-0{
        padding-right:0 !important;
    }
    .contact-info-icon{
        width:40px !important;
        height:40px !important;
    }
    .contact-info-icon i{
        font-size:15px !important;
        line-height:40px !important;
    }
    .mob-contact-content{
        padding: 85px 5px !important;
    }
    .contact-form .col-md-6:last-child{
        padding-left:calc(1.5rem * .5) !important;
    }
    .contact-form .col-md-6:first-child{
        padding-right:calc(1.5rem * .5) !important;
    }
    .contact-form{
        padding:30px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	header .main-header.sticky {
		padding: 0px 10px;
	}
  header .top-header{
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
	header .main-header.sticky {
		padding: 0px 20px;
	}
}

@media (min-width: 1200px) and (max-width: 1500px) {
	header .main-header.sticky {
		padding: 0px 20px;
	}
}
/*=====================================================================
                       Slider                                        
======================================================================*/
#home-slider{
  position: relative;
}

.slide {
    width: 100%;
    height: 130vh;
    overflow: hidden;
    position: relative;
    background-color: #000;
  }
  .slide > div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: absolute;
    animation: slide 25s infinite;
    opacity: 0;
  }
  .slide > div:nth-child(2) {
    animation-delay: 5s;
  }
  .slide > div:nth-child(3) {
    animation-delay: 10s;
  }
  .slide > div:nth-child(4) {
    animation-delay: 15s;
  }
  .slide > div:nth-child(5) {
    animation-delay: 20s;
  }
  
  @keyframes slide {
    10% {
      opacity: 1;
    }
    20% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    40% {
      transform: scale(1.1);
    }
  }

  .bg-overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #663130;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 1;
  }
  .slider-content{
    position: absolute;
    top: 15%;
    text-align: center;
    color: #fff;
    z-index: 2;
  }
  .slider-content h1{
    text-transform: capitalize;
    font-size: 40px;
    padding: 35px 60px 20px 60px;
    font-weight: 500;
    letter-spacing: 1.5px;
    /* margin-bottom: 20px; */
  }
  .slider-content p{
    padding: 0 60px;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 14px;
  }
  .shopnow-btn, .view-all-btn{
    font-size: 12px;
    padding: clamp(0.625rem, 0.5673rem + 0.2564vw, 0.875rem) clamp(1.25rem, 0.9904rem + 1.1538vw, 2.375rem);
    line-height: normal;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #663130;
    color: #663130;
    display: inline-flex;
    align-items: stretch;
    position: relative;
    z-index: 0;
    transition: all 0.3s linear 0s;
  }
  .shopnow-btn:hover{
    box-shadow: inset -5.85rem 0 0 0 #663130b3, inset 5.85rem 0 0 0 #663130b3;
  }
  .shopnow-btn:before, .shopnow-btn:after, .view-all-btn:before, .view-all-btn:after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  #home-slider .shopnow-btn:hover{
    background-color: transparent;
  }
  #home-slider .shopnow-btn:hover .shopnow-btn-text{
    color: #fff;
  }
  #home-slider .shopnow-btn{
    background-color: #fff;
    margin-top: 40px;
  }
  .shopnow-btn-text{
    position: relative;
    display: inline-flex;
  }
  .shopnow-btn-text::before, .shopnow-btn-text::after, 
  .appointment-btn .shopnow-btn-text::before, .appointment-btn .shopnow-btn-text::after{
    content: '';
    position: relative;
    width: 7px;
    height: 1px;
    background-color: currentColor;
    display: inline-flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .shopnow-btn-text span{
    margin: auto 10px;
  }
  #home-slider .counters{
    display: inline-flex;
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
  #home-slider .counters .card{
    border-radius: 0;
    width: 448px;
    height: 100%;
    display: inline-block;
    transition: transform .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem);
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: rgb(227,227,227, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgb(102,49,48, 0);
    cursor: grab;
  }
  #home-slider .counters .card:hover{
    background-color: rgb(102,49,48, 0.5);
  }
  #home-slider .counters .card .card-icon
  {
    display: inline-flex;
    justify-content: inherit;
  }
  #home-slider .counters .card .card-title{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
  }

  svg:not(:root){
    overflow: hidden;
  }
  svg:not([fill]){
    fill: currentColor;
  }
  
  #home-slider .counters .card .card-icon img{
    fill: currentColor;
    width: 4.5em;
  }
  .counter-text p.number{
    font-size: 35px;
    padding: 0;
    font-weight: bold;
}
.counters .card:first-child .counter-text p.percent:after,
.counters .card:last-child .counter-text p.percent:after
 {
    content: "+";
    padding-left: 5px;
    display: inline-block;
  }
.counter-text p{
    color: rgba(255, 255, 255);
    font-size: 18px;
    margin: 0;
    /* padding: 10px; */
    text-transform: uppercase;
    font-weight: bold;
  }
  /*---------------------------Circle Text -------------------------*/

  .circle {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 100vmax;
    display: inline-flex;
    
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  
 .circle i{
  color: #fff;
  font-size: 20px;
 }
  
  .text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: consolas;
    color: #fff;
    font-size: 12px;
    animation: textRotation 8s linear infinite;
  }
  
  @keyframes textRotation {
    to {
      transform: rotate(360deg);
    }
  }
  
  .text span {
    position: absolute;
    left: 50%;
    font-size: 1.2em;
    transform-origin: 0 60px;
  }

  .section-space{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 100px 0px 100px 0px;
  }
  .appointment-form{
    background-color: #f9f8f6;
  }
  .appointment-form .container-fluid{
    padding: 0 30px;
  }
  .form-control{
    color: #000;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    background-color: transparent;
  }
  .appointment-form .row{
    margin-bottom: 40px;
  }
  .appointment-form .row [class*="col-"]{
    padding: 0 25px;
  }
  input[type="text"], input[type="email"], input[type="date"], .form-select{
    font-size: 13.5px;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-border-radius: 0;
    display: block;
    margin: 0;
    padding: 18px;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    /* line-height: 1.15; */
    outline: none;
    color: inherit;
    height: auto;
    background-color: transparent;
  }
  .form-select{
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-position: calc(100% - 15px);
    background-repeat: no-repeat;
    background-size: unset;
  }
  select option:hover{background-color:yellow;}
  .form-label{
    line-height: normal;
    color: #000;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .form-select:focus, .form-control:focus {
    border-color: unset;
    outline: 0;
    box-shadow: none;
}
  .ps-4{
    padding-left: 2rem !important;
  }
  ::-webkit-inner-spin-button { 
    display:none;
  }
  ::-webkit-calendar-picker-indicator { background-color:white}
 
  ::-webkit-datetime-edit-text { color:#555555}
  ::-webkit-datetime-edit-month-field { color:#555555 }
  ::-webkit-datetime-edit-day-field { color: #555555; }
  ::-webkit-datetime-edit-year-field { color:#555555; }
  ::-webkit-calendar-picker-indicator{ 
    background-image: url(http://icons.iconarchive.com/icons/dakirby309/simply-styled/256/Calendar-icon.png);
        background-position:center;
         background-size:20px 20px;
         background-repeat:no-repeat;
        color:rgba(204,204,204,0);
  }
  .appointment-btn{
    font-size: 12px;
    padding: clamp(0.625rem, 0.5673rem + 0.2564vw, 0.875rem) clamp(1.25rem, 0.9904rem + 1.1538vw, 2.375rem);
    line-height: normal;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-flex;
    align-items: stretch;
    position: relative;
    background-color: #fff;
    color: #fff;
    border: 1px solid #663130;
    z-index: 1;
    transition: color 400ms;
  }
  .appointment-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #663130;
    z-index: -1;
    transition: transform 400ms ease-out;
    transform: scaleX(1);
    transform-origin: right;
  }
  .appointment-btn:hover::before{
    transform: scaleX(0);
  } 
  .appointment-btn:hover .shopnow-btn-text{
    color: #663130;
    font-weight: 500;
  }

  /*------------------ Section title ------------------*/
  h2 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Belleza", sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  
  h2 span {
    display: block;
    font-size: 0.38em;
    line-height: 1.3;
  }
  h2 em {
    font-style: normal;
    font-weight: 600;
  }

  .section-title h2 {
    text-align: center;
    padding-bottom: 0.7em;
  }
  .section-title h2 span {
    font-weight: bold;
    word-spacing: 3px;
    letter-spacing: 0.2em;
    font-size: 12px;
    line-height: 2em;
    padding-bottom: 0.35em;
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
  }
  .section-title h2:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 26px;
    left: 50%;
    margin-left: -14px;
    background-color: #663130;
  }
  .section-title h2:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -50px;
    background-color: #663130;
  }
  .service-type{
    cursor: pointer;
    margin-bottom: 35px;
  }
  .service-type .image {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 390 335' style='enable-background:new 0 0 390 335;' xml:space='preserve'%3E%3Cpath d='M389.6,131.9c-10,136.2-173.2,219.8-251.3,200.3C45.7,309.1-8.8,202,1.2,135.9c6.5-43,28.2-82.2,77.1-104.1 c36.4-16.4,66.7-3.8,106.1-10c36.6-5.7,56.3-25.8,93.1-21C349.9,10.2,394.5,65.6,389.6,131.9z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 390 335' style='enable-background:new 0 0 390 335;' xml:space='preserve'%3E%3Cpath d='M389.6,131.9c-10,136.2-173.2,219.8-251.3,200.3C45.7,309.1-8.8,202,1.2,135.9c6.5-43,28.2-82.2,77.1-104.1 c36.4-16.4,66.7-3.8,106.1-10c36.6-5.7,56.3-25.8,93.1-21C349.9,10.2,394.5,65.6,389.6,131.9z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
}
.service-section .col-md-3{
  padding: 15px 35px 35px 35px;

}
.service-type .image img{
    transform: scale(1.1);
    transition: transform .4s ease-in-out;
}
.service-type:hover .image img{
  transform: scale(1);
}
.service-type .service-detail{
  padding-top: 25px;
}
.service-detail p{
  font-size: 12.5px;
}
.about-section{
  position: relative;
  background-color: #F4F2ED;
}
.about-section .img-1{
  position: relative;
  z-index: 1;
}
.about-section .img-1 img{
  border-radius: 200px 20px 20px 20px;
}
.about-section .img-2 img{
  border-radius: 20px 200px 20px 20px; 
}

.about-section .img-3{
  margin: -43% 0% 0% 0%;
  max-width: 88%;
  position: relative;
  z-index: 0;
}
.about-section .img-3 img{
  border-radius: 200px 20px 20px 20px; 
}
.about-section .section-title h2{
  text-align: start;
}
.about-section .section-title h2:before, .about-section .section-title h2:after,
.service-therapy .section-title h2:before, .service-therapy .section-title h2:after{
  left: 0;
  margin-left: 0;
}
.ps-4p{
  padding-left: 4%;
}
p{
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: initial;
}
.service-icon{
    width: 60px;
    height: 60px;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.service-icon span{
  font-size: 40px;
}
/* .about-content{
  position: relative;
} */
.about-content p{
  margin-bottom: 50px;
}
.service-icon span svg{
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.service-head h6{
  /*font-size: clamp(1rem, 0.9135rem + 0.3846vw, 1.375rem);*/
    font-size:17px;
    /*padding-left: 6px;*/
    font-weight: 700;
    /*line-height: 60px;*/
    position:relative;
    top:14px;
}
.view-all-btn{
  background-color: #663130;
  color: #fff;
}
.view-all-btn:hover{
  box-shadow: inset -5.85rem 0 0 0 #fff, inset 5.85rem 0 0 0 #fff;
  color: #663130;
  font-weight: 500;
  border: 1px solid #663130;
}
.bottom-img-size{
  font-size: 300px;
}
.bottom-img{
  padding: 20px 20px 20px 20px;
}
.relative{
  position: relative;
}
.bottom-img svg{
  height: 300px;
}
.bottom-decor{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.05;
}


#content_block_04 .content-box .single-item{
  position: relative;
}

#content_block_04 .content-box .single-item:first-child{
  padding-left: 190px;
  margin-bottom: 67px;
}

#content_block_04 .content-box .single-item:last-child{
  padding-right: 190px;
}

#content_block_04 .content-box .single-item .icon-box{
  position: absolute;
  top: 14px;
  width: 158px;
  height: 158px;
  line-height: 158px;
  text-align: center;
  font-size: 70px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
/* #content_block_04 .content-box .single-item .icon-box img{
    max-width: 50%;
} */

/* #content_block_04 .content-box .single-item .icon-box:before{
  position: absolute;
  content: '';
  background: #fbfbfb;
  width: 138px;
  height: 100%;
  left: 10px;
  border-radius: 10px;
} */

#content_block_04 .content-box .single-item:first-child .icon-box:before{
  top: 10px;
}

#content_block_04 .content-box .single-item:last-child .icon-box:before{
  top: -10px;
}

#content_block_04 .content-box .single-item .icon-box i {
    background:  #663130;
    position: relative;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#content_block_04 .content-box .single-item .icon-box svg{
  width: 2em;
  height: 2em;
}
#content_block_04 .content-box .single-item .icon-box .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 158px;
  height: 158px;
  background-repeat: no-repeat;
}

#content_block_04 .content-box .single-item:first-child .icon-box{
  left: 0px;
}

#content_block_04 .content-box .single-item:last-child .icon-box{
  right: 0px;
}

#content_block_04 .content-box .single-item .box h4{
  position: relative;
  padding-bottom: 12px;
  /* margin-bottom: 27px; */
}

#content_block_04 .content-box .single-item .box h4:before{
  position: absolute;
  content: '';
  width: 55px;
  height: 2px;
  bottom: 0px;
}

#content_block_04 .content-box .single-item:first-child .box h4:before{
  left: 0px;
}

#content_block_04 .content-box .single-item:last-child .box h4:before{
  right: 0px;
}

#content_block_04 .content-box .single-item .box p{
  margin-bottom: 20px;
  line-height: 28px;
  font-size: 13.5px;
}

#content_block_04 .content-box .single-item .box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Josefin Sans', Sans-serif;
  font-weight: 600;
  color: #040535;
}

#content_block_04 .content-box .single-item .box a:hover{
    color: #5167f9;
}

#content_block_04 .content-box .single-item:first-child .box a i{
  margin-right: 10px;
}

#content_block_04 .content-box .single-item:last-child .box a i{
  margin-left: 10px;
}

.why-choose-us-img{
    background-image: url("../images/background/why-choose.jpg"), linear-gradient(270deg, #66313000 0%, #663130 100%);
    /* opacity: 0.6; */
    background-blend-mode: overlay;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-color: transparent;
    
    /* background-attachment: fixed; */
}

/* .subline-left span{
  writing-mode: vertical-rl;
  text-orientation: upright;
} */


.subline-left {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 180vh;
  
}

.subline-text {
  width: 5%;
  position: absolute;
  display: grid;
  white-space: nowrap;
  will-change: transform;
  left: 5%;
  animation: marquee 30s linear infinite;
}
.subline-text1 {
  width: 5%;
  position: absolute;
  display: grid;
  white-space: nowrap;
  will-change: transform;
  animation: marqueer 30s linear infinite;
  right: 8%;
}

.subline-content{
  writing-mode:vertical-rl;
  text-orientation:upright;
  color:#fff;
  font-size: 13px;
  letter-spacing: 0;
}

@keyframes marquee {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}
@keyframes marqueer {
  from { transform: translateY(-50%); }
  to { transform: translateY(-0); }
}
.discount{
  position: relative;
  
}
video{
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  display: block;
  /* height: 755.438px; */
}
.video-embed{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.overlay{
  background-color: #663130;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.slideshow-container {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

/* Slides */
.mySlides {
  display: none;
  text-align: center;
}
.mySlides .section-title{
  padding: 200px 30px 20px 30px;
}
.mySlides .section-title h2:before, .mySlides .section-title h2:after{
  display: none;
}
.mySlides .section-title h2{
  padding-bottom: 0;
  animation-delay: .5s;
}
.mySlides .section-title span{
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  font-family: "Belleza", sans-serif;
  animation-delay: .2s;
  letter-spacing: 1.5px;
}
.mySlides p{
  padding: 0 40px;
  color: #fff;
  animation-delay: 1s;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
}

/* The dots/bullets/indicators */
.dot{
  position: relative;
  width: 35px;
  height: 35px;
  border: 2px solid transparent;
  background-color: transparent !important;
  background-image: none !important;
  display: inline-flex;
  place-content: center;
  place-items: center;
  letter-spacing: 0;
  line-height: normal;
  margin: 5px;
  opacity: 1;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  vertical-align: top;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  z-index: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 50%;
  border-radius:50%;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  cursor: pointer;
}


/* Add a background color to the active dot/circle */
.dot.active, .dot:hover {
  border: 2px solid #ffffff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.active:before{
  -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.dot:before{
  content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    margin: auto;
}
.discount .section-title h2{
  font-size: 55px;
}
.discount .section-title h2, .discount .section-title h2 span{
  color: #fff;
}

.discount .mySlides a{
  margin: 6% 0;
  animation-delay: 1.5s;
}

.container-fluid{
  padding: 0 30px;
}
.service-therapy .section-title h2{
  text-align: start;
}
.service-therapy .section-title h2 span{
  letter-spacing: 0.25em;
  font-size: 12px;
  font-weight: bold;
}

.service-therapy .nav-pills .nav-link{
  color: #000;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.service-therapy .nav-pills .nav-link.active, .service-therapy .nav-pills .show>.nav-link{
  color: #000;
  background-color: transparent;
}
.service-therapy .nav-pills .nav-link:hover .tab-content>.active{
  display: block;
}

.service-therapy .nav-pills .nav-link .tab-head svg{
  width: 3.13em;
  height: 3.13em;
  fill: #663130;
}

.service-therapy .nav-pills .nav-link .tab-head h4{
  font-family: Poppins;
  padding-left: 30px;
  margin: auto 0;
  font-weight: 400;
}
.service-therapy .nav-pills .nav-link .tab-head{
  padding: 22px 0;
  border-bottom: 1px solid #e3e3e3;
}
.service-therapy .nav-pills .nav-link:last-child .tab-head{
  border: 0;
}

.tab-content-img{
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.tab-content-img img{
  opacity: 0.7;
  transform: scale(1.15);
  transition: transform 0.5s, opacity 0.5s;
}
.tab-service-content{
  cursor: grab;
}
.tab-service-content:hover .tab-content-img img{
  opacity: 1;
  transform: scale(1.03);  
}
.tab-content-text{
  text-align: center;
  padding: 80px 20px;
}

.our-team{
  background-color: #F4F2ED;;
}
/* .container {
	position: relative;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
} */
.our-team .card {
	position: relative;
	/* width: 300px;
	height: 400px;
	margin: 20px; */
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	/* display: flex;
	justify-content: center;
	align-items: center; */
}
.our-team .card .content {
	position: absolute;
	bottom: -80px;
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	flex-direction: column;
  background-color: rgb(102 49 48 / 72%);
	backdrop-filter: blur(15px);
	box-shadow: 0 -10 10px rgba(0, 0, 0, 0.1);
	border: 0;
	transition: bottom 0.5s;
	transition-delay: 0.8s;
  z-index: 1;
}
.our-team .card:hover .content {
	bottom: 0px;
	transition-delay: 0s;
}
.our-team .contentBox h4 {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 26px;
	text-align: center;
	margin: 20px 0 15px;
	line-height: 1.1em;
	/* transition: 0.5s;
	transform: translate(20px, 30px);
	transition-delay: 0.6s; */
}
/* .our-team .card:hover .content .contentBox h4 {
	opacity: 1;
	transform: translateY(0px);
} */
.our-team .contentBox h4 span {
	font-size: 20px;
	font-weight: 700;
	text-transform: initial;
  color: #663130;
}
.our-team .card .content .sci {
	position: relative;
	bottom: -10px;
	display: flex;
  padding-left: 0;
}

.our-team .card .content .sci li {
	list-style: none;
	margin: 0 10px;
	transform: translateY(40px);
	transition: 0.5s;
	opacity: 0;
	transition-delay: calc(0.1s * var(--i));
}
.our-team .card:hover .content .sci li {
	transform: translateY(0px);
	opacity: 1;
}

.our-team .card .content .sci li a {
	color: #fff;
	font-size: 18px;
}
.testimonials{
  background-color: #F4F2ED;
}

.testimonials{position: relative;background-repeat: no-repeat;background-size: cover;font-family:'Poppins', sans-serif}
/* .testimonials::before{content:'';position: absolute;right:0;left:0;top:0;bottom:0;background: rgba(255,216,50,.7);} */
/* .testimonials .title {text-align: center;margin-bottom: 50px;position: relative;padding: 20px 0;max-width: 600px;margin: 0 auto;}
.testimonials .title h5 {color: #EB6D2F;line-height: 1.2em;font-size: 18px;font-weight: 900;margin-bottom: -3px;}
.testimonials .title h2 {color: #5A3733;line-height: 1.2em;font-weight: 900;font-size: 41px;letter-spacing: -1px;margin:0}
.testimonials .title img {margin-top: -10px;}
.testimonials .title p {margin: 0 0 10px;margin-bottom: 0;color: #5A3733;} */
.testimonials .testi .item {background: #faebe1;padding: 50px 30px;border-radius:15px;}
.testimonials .testi .item .profile {display:flex;padding-left: 15px;}
.testimonials .testi .item .profile img {border-radius: 100%;width:50px;height:50px;object-fit:cover}
.testimonials .testi .item .profile .information {padding-left:20px;margin-bottom:15px}
.testimonials .testi .item .profile .information .stars i {color:#663130}
.testimonials .testi .item .profile .information p {font-size: 24px;margin: 0px auto 0px;color: #5A3733;font-weight: 900;line-height: 1;}
.testimonials .testi .item .profile .information span {color: #EB6D2F;font-weight: bold;margin-top: -4px;line-height: 1.6em;font-size: 14px;}
.testimonials .testi .item>p {margin-bottom: 15px;font-size: 16px;line-height: 1.6em;display: block;z-index: 2;font-style: italic;color: #5A3733;text-align: center;}
.testimonials .testi .item .icon {text-align: center;}
.testimonials .testi .item .icon i {font-size: 32px;color: #663130;}

.contact-form{
  background-color: #663130;
  padding: 80px;
}
.contact-form .section-title{
  margin-bottom: 10px;
}
.contact-form .section-title h2, .contact-form .section-title h2 span{
  text-align: start;
  color: #fff;
}
.contact-form .col-md-6:first-child{
  padding-right: 30px;
}
.contact-form .col-md-6:last-child{
  padding-left: 30px;
}
.contact-form .form-group{
  margin-bottom: 60px;
}
.contact-form .form-control{
    margin-bottom: 0;
    border-width: 0 0 1px 0;
    font-size: 16px;
    line-height: normal;
    text-transform: capitalize;
    color: #fff;
    padding: 10px 0;
    
}
.contact-form .form-control:focus{
  background-color: transparent;
}
.contact-form input[type="text"]{
  color: #fff;
}

.contact-form .form-control::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
  font-size: 14px;
  letter-spacing: 1px;
}

.contact-form .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

.contact-form .appointment-btn{
  border: 1px solid #fff;
}

.contact-form .appointment-btn:hover{
  border: 1px solid #fff;
}
.contact-us .contact-content{
  position: relative;
  background-color: #FBEADE;
  padding: 127px 50px;
}
.contact-us .contact-content .section-title h2{
  text-align: start;
}
.contact-us .contact-content .section-title h2:after,
.contact-us .contact-content .section-title h2:before{
  left: 0;
  margin-left: 0;
}

.contact-content p{
  margin-bottom: 40px;
}
.contact-content ul{
  list-style-type: none;
  padding-left: 0;
}
.contact-content ul li{
  list-style-type: none ;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}
.contact-content ul li:not(:first-child){
  margin-top: calc(14px / 2);
}
.contact-content ul li:not(:last-child){
  padding-bottom: calc(14px / 2);
}

.contact-info-item {
  display: flex;
  margin-bottom: 30px;
  cursor: pointer;
}

.contact-info-icon {
  height: 70px;
  width: 70px;
  background-color: rgba(255,255,255,0.3);
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
}
.contact-info-item:hover .contact-info-icon{
  background-color: rgb(102 49 48 / 72%);
  cursor: pointer;
}
.contact-info-item:hover .contact-info-icon{
  border: 1px solid #FBEADE;
}
.contact-info-item:hover .contact-info-icon i
{
  color: #FBEADE;
  
  -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2); 
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.contact-info-icon i {
  font-size: 30px;
  line-height: 70px;
  color: #663130;
}

.pl-20p{
  padding-left: 20%;
}
.contact-info-content {
  margin-left: 20px;
}

.contact-info-content h4 {
  color: #663130;
  font-size: 1.6em;
  margin-bottom: 5px;
  font-weight: 700;
}

.contact-info-content p {
  color: #000;
  font-size: 1em;
}
iframe{
  display: block;
  cursor: none;
}
iframe:focus{
  border: 0;
  border-color: transparent;
  outline: none;

}
[contenteditable=true]:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, button:focus, details:focus, input:focus, select:focus, textarea:focus {
  outline: none ! important;
  outline-offset: 0px ! important;
  }
.footer {
	  background-image: url("../images/background/footer.jpg"),linear-gradient(rgb(0 0 0 / 70%),rgb(0 0 0 / 70%));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment:fixed;
    background-blend-mode: overlay;
}
.footer-overlay{
  /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F4F2ED;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  opacity: 0.8;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
}

.footer .footer_top {
	padding-top: 80px;
	padding-bottom: 40px;
}

@media (max-width: 767px) {
	.footer .footer_top {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.footer{
	    text-align:center;
	}
	.t-center{
	    text-align:center;
	}
}

@media (max-width: 767px) {
	.footer .footer_top .footer_widget {
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer .footer_top .footer_widget {
		margin-bottom: 30px;
	}
}

.footer .footer_top .footer_widget .footer_title {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 40px;

}
.footer .footer_top .footer_widget .footer_title img{
  max-width: 90%;
}

@media (max-width: 767px) {
	.footer .footer_top .footer_widget .footer_title {
		margin-bottom: 20px;
	}
}

.footer .footer_top .footer_widget p.footer_text {
	font-size: 16px;
	color: #fff;
	margin-bottom: 23px;
	font-weight: 400;
	line-height: 28px;
}

.footer .footer_top .footer_widget ul li a {
	font-size: 16px;
	color: #fff;
	line-height: 42px;
}

.footer .footer_top .footer_widget ul li a:hover {
	color: rgba(255,255,255,0.3);
}

.footer .footer_top .footer_widget .newsletter_form {
	position: relative;
	margin-bottom: 20px;
}

.footer .footer_top .footer_widget .newsletter_form input {
	width: 100%;
	height: 45px;
	background: #fff;
	padding-left: 20px;
	font-size: 16px;
	color: #000;
	border: none;
}

.footer .footer_top .footer_widget .newsletter_form input::placeholder {
	font-size: 16px;
	color: #919191;
}

.footer .footer_top .footer_widget .newsletter_form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	border: none;
	font-size: 14px;
	color: #fff;
	background: #52682c;
	padding: 10px;
	padding: 0 22px;
	cursor: pointer;
}

.footer .footer_top .footer_widget .newsletter_text {
	font-size: 16px;
	color: #BABABA;
}

.footer .copy-right_text {
	padding-bottom: 30px;
}

.footer .copy-right_text .footer_border {
	border-top: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 30px;
}

.footer .copy-right_text .copy_right {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
	font-weight: 400;
}

@media (max-width: 767px) {
	.footer .copy-right_text .copy_right {
		font-size: 14px;
	}
}

.footer .copy-right_text .copy_right a {
	color: rgba(255,255,255,0.3);
}
.footer .copy-right_text .copy_right a:hover {
	color:#fff;
}

.footer .footer_widget .social_links {
	/* text-align: right; */
}

@media (max-width: 767px) {
	.footer .footer_widget .social_links {
		text-align: center;
		margin-top: 30px;
	}
}

.footer .footer_widget .social_links ul li {
	display: inline-block;
}

.footer .footer_widget .social_links ul li a {
	color: rgba(255,255,255,0.3);
	margin: 0 10px;
	font-size: 15px;
}

.footer .footer_widget .social_links ul li a:hover {
	color: #fff;
}
.line-button {
	color: #919191;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	padding-right: 5px;
	padding-bottom: 2px;
}

.line-button::before {
	position: absolute;
	content: "";
	background: #919191;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
}

.line-button:hover {
	color: #fff;
}

.line-button:hover::before {
	background: #fff;
}

.single-gallery-image {
	/*margin-top: 30px;*/
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	height: 346px;
  max-width: 100%;
  /* max-width: calc((100% - 16px* 2) / 3); */
}
.gallery-item{
  margin-top: 60px;
}
.gallery-item .col-md-4{
  padding: 0 22px;
  margin-bottom: 30px;
}
.gallery-item a{
  overflow: hidden;
  position: relative;
}

.gallery-item a:after{
    position: absolute;
    content: '';
    background: #663130;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center left;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 800 800' style='enable-background:new 0 0 800 800;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M380.5,135.1c-2.5,11.1-4.2,22.5-5.9,33.5c-0.8,5.3-1.6,10.5-2.4,15.8C361.4,249.2,359,315.7,356.8,380l-0.1,2.6 c-0.2,5.8-0.7,11.7-1.3,18c-0.2,2-0.4,4-0.5,6.1l-1-1c-2.1-2-3.8-3.8-5.7-5.4c-30.4-25.7-63.9-36.5-99.6-31.9 c-7.6,0.8-14.9,3.5-21.3,7.9c-6.3,4.4-11.5,10.2-14.9,17.1c-3.5,7.2-5.2,15.1-4.9,23.1c0.3,8,2.6,15.7,6.7,22.6 c5.1,8.1,11.1,15.6,18,22.3l1.5,1.6c21.3,21.9,38.6,47.4,50.9,75.3c17.3,40.5,36.7,83.3,59.6,130.7c5.7,11.8,15.4,21.8,23.3,29.2 c18.1,16.4,38.6,30,60.9,40.1c22,10.6,45.8,17,70.1,18.9c28.3,1.9,56.7-1.2,83.9-9.2c19.3-5.7,37.6-14.6,53.8-26.5 c30.5-21.5,53-52.5,68.8-94.7c20.5-54.8,32-112.5,33.9-170.9c0.4-17.4-2.1-34.7-7.5-51.3c-2.4-7.8-6.5-14.9-12-21 c-5.5-6-12.3-10.7-19.8-13.8c-7.9-3.1-16.5-4.5-25-3.9c-8.5,0.6-16.8,3-24.3,7.2c-1.7,0.9-3.4,1.9-5.2,3l-0.9,0.5 c-3.6-9.9-9.4-18.8-17-26.1c-7.6-7.3-16.9-12.6-26.9-15.7c-8.7-2.5-17.8-2.8-26.7-0.9c-8.8,1.9-17.1,5.9-24,11.7 c-21.1-33-38.4-37.5-75.2-19.3l0-1c-0.1-1.8-0.1-3.2-0.1-4.5c0.1-11.4,0.3-22.7,0.5-34.1c0.4-25.4,0.9-51.6,0.5-77.4 c-0.4-27.2-2.1-58.6-17.4-87c-7.2-13.3-18.5-21.7-31.2-23.1c-12.8-1.5-25.3,4.1-35.4,15.6C386.1,120.6,382.4,127.6,380.5,135.1z M387.8,331.5c0.5-9.2,0.9-18.5,1.3-27.8c0.8-18.4,1.6-37.5,3.4-56.1c2.8-28.6,7-57.6,11.1-85.6l1.7-12.1 c1.7-11.5,5.5-23.5,21.8-26.2c9.8,8.9,15.2,20.7,16.4,36.1c2.2,26.1,3.1,49.8,2.9,72.3c-0.3,29.2-1,59-1.8,87.7 c-0.5,17.6-0.9,35.2-1.3,52.8c-0.2,10.9,4.1,17.7,12.3,19c10.8,1.8,15.6-6.3,19-12.3c1.5-2.5,2.9-5,4.3-7.6 c4.2-8.3,9.3-16.1,15.1-23.3c5.7-6.5,12.5-9.4,18.5-7.9c6.2,1.5,11,7.5,13.2,16.4c1.3,6.6,1.7,13.4,1.4,20.2c0,1.7,0,3.4,0,5.1 c-0.1,2.8-0.4,5.6-0.9,8.4c-0.3,2-0.6,3.9-0.8,5.9c-0.3,1.7-0.3,3.4,0.1,5c0.4,1.7,1.1,3.2,2.1,4.6c1,1.4,2.2,2.5,3.7,3.4 c1.4,0.9,3.1,1.5,4.7,1.7c1.6,0.5,3.3,0.6,5,0.4c1.7-0.2,3.3-0.7,4.8-1.5c1.5-0.8,2.8-1.9,3.8-3.3c1-1.3,1.8-2.9,2.2-4.5 c0.4-1.2,0.8-2.3,1.2-3.5c0.6-1.8,1.2-3.7,2-5.5c0.7-1.8,1.4-3.6,2.1-5.4c1.6-4.7,3.6-9.3,5.9-13.7l0.5-1c5.3-9.6,10.3-18.8,23-17 c10.5,1.4,23.9,6.5,28.3,22.6c2,8.6,2.9,17.3,2.7,26.1l0.1,3.7c0,1.7,0,3.4-0.1,5.1c-0.3,7.4-0.7,15.7,9.3,20.2 c8.8,3.8,14-0.8,23.2-13.4c5-7.5,10.9-14.3,17.6-20.4c2.4-2.2,5.2-3.9,8.4-4.8c3.1-0.9,6.4-1.1,9.6-0.6c3.2,0.9,6.1,2.5,8.6,4.7 c2.5,2.2,4.4,5,5.6,8c9.3,18.7,12.9,39.7,10.3,60.4c-5,35.2-11.7,69.7-19.4,107.9c-5.9,29.4-19.8,55-32.7,76.2 c-19.4,32-49.7,52.5-92.5,62.6c-62.2,14.6-121-0.5-174.7-44.9c-5.8-4.5-10.7-10.1-14.5-16.3c-8.6-14.8-16.5-30.1-23.5-45.8 c-10.3-23.2-20.4-47.8-30.1-73.1c-17.1-44.5-39.9-79.3-69.8-106.3c-0.3-0.3-0.7-0.6-1-1c-0.9-1.1-1.9-2.2-2.8-3.4 c-5.6-6.5-10.9-12.7-7-21.9c4.2-9.9,13.9-10.8,23.2-10.1c0.5,0,1,0.1,1.5,0.1c34.2,3.3,58.7,18,72.9,43.8 c2.6,5.5,4.4,11.3,5.3,17.4c0.4,1.8,0.7,3.5,1.1,5.2c1.6,7,4.5,14.4,14.1,16c7.7,1.3,14.9-4.1,18.3-13.7c1.4-4.2,2.3-8.6,2.5-13 C383.2,413,385.4,375,387.8,331.5z'/%3E%3Cpath d='M194.3,210.2c-4.1,0.5-8,2.4-10.9,5.4c-3.2,2.9-6.3,6.1-9.2,9.4c-12.7,15.1-25.3,30.1-37.9,45.2 c-9.8,11.7-19.6,23.4-29.5,35.2c-1.4,1.7-3,3.3-5,5.3c-0.5,0.5-1,1-1.5,1.6l-8.3-30c-3.9-14.2-9.9-19.3-19.9-17.2 c-1.8,0.3-3.6,1-5.1,2c-1.5,1-2.8,2.4-3.8,3.9c-2.6,4.4-2.7,10.6-0.3,18.7c5.5,18.4,12,37.4,19.5,56.4 c5.1,12.9,11.5,15.7,26.4,11.8l8.2-2.2c9.5-2.5,19.4-5.2,29.2-7.5c5-1.2,10.1-2.2,15-3.2c6.4-1.3,13.1-2.7,19.6-4.3 c1.7-0.6,3.2-1.7,4.4-3.2c1.2-1.4,1.9-3.2,2.2-5c-0.4-1.8-1.2-3.5-2.5-4.8c-1.2-1.4-2.8-2.4-4.5-2.9c-4.9-1.1-9.9-1.3-14.9-0.6 c-9,1-17.8,2.3-28,3.7c-3.2,0.4-6.4,0.9-9.8,1.4c0.8-1.2,1.5-2.3,2.2-3.4c2.1-3.5,4.3-6.8,6.8-10c16.8-21.3,34-42.8,50.7-63.6 l9.7-12.1c0.9-1.1,1.8-2.1,2.7-3.1c1.2-1.4,2.5-2.8,3.6-4.3c7.3-9.8,3.9-16-0.2-19.5C200.5,211.2,197.4,210.1,194.3,210.2z'/%3E%3Cpath d='M232.9,190.1c4.2-0.4,8-2.2,11-5.2c3.3-2.9,6.4-6,9.3-9.2c12.9-14.8,25.8-29.7,38.7-44.6c10-11.6,20-23.1,30.1-34.7 c1.5-1.7,3.1-3.3,5.1-5.3c0.5-0.5,1-1,1.6-1.5l7.8,30.1c3.7,14.2,9.5,19.5,19.6,17.5c1.8-0.3,3.6-0.9,5.1-1.9 c1.6-1,2.9-2.3,3.9-3.9c2.7-4.3,2.9-10.6,0.6-18.7c-5.2-18.5-11.4-37.6-18.5-56.7c-4.8-13-11.2-15.9-26.2-12.3l-8.2,2 c-9.6,2.4-19.5,4.8-29.3,7c-5,1.1-10.1,2-15.1,3c-6.5,1.2-13.1,2.4-19.6,4c-1.7,0.6-3.3,1.7-4.5,3.1c-1.2,1.4-2,3.1-2.2,5 c0.4,1.8,1.2,3.5,2.4,4.8c1.2,1.4,2.8,2.4,4.5,3c4.9,1.1,9.9,1.4,14.9,0.9c9-0.9,17.8-2,28.1-3.2c3.2-0.4,6.4-0.8,9.9-1.2 c-0.8,1.2-1.5,2.3-2.2,3.4c-2.1,3.4-4.4,6.7-6.9,9.9c-17.2,21-34.7,42.2-51.7,62.7l-9.9,11.9c-0.9,1.1-1.8,2.1-2.8,3.1 c-1.2,1.3-2.5,2.7-3.7,4.2c-7.4,9.7-4.2,15.9-0.1,19.5C226.6,188.9,229.7,190.1,232.9,190.1z'/%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center left;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 800 800' style='enable-background:new 0 0 800 800;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M380.5,135.1c-2.5,11.1-4.2,22.5-5.9,33.5c-0.8,5.3-1.6,10.5-2.4,15.8C361.4,249.2,359,315.7,356.8,380l-0.1,2.6 c-0.2,5.8-0.7,11.7-1.3,18c-0.2,2-0.4,4-0.5,6.1l-1-1c-2.1-2-3.8-3.8-5.7-5.4c-30.4-25.7-63.9-36.5-99.6-31.9 c-7.6,0.8-14.9,3.5-21.3,7.9c-6.3,4.4-11.5,10.2-14.9,17.1c-3.5,7.2-5.2,15.1-4.9,23.1c0.3,8,2.6,15.7,6.7,22.6 c5.1,8.1,11.1,15.6,18,22.3l1.5,1.6c21.3,21.9,38.6,47.4,50.9,75.3c17.3,40.5,36.7,83.3,59.6,130.7c5.7,11.8,15.4,21.8,23.3,29.2 c18.1,16.4,38.6,30,60.9,40.1c22,10.6,45.8,17,70.1,18.9c28.3,1.9,56.7-1.2,83.9-9.2c19.3-5.7,37.6-14.6,53.8-26.5 c30.5-21.5,53-52.5,68.8-94.7c20.5-54.8,32-112.5,33.9-170.9c0.4-17.4-2.1-34.7-7.5-51.3c-2.4-7.8-6.5-14.9-12-21 c-5.5-6-12.3-10.7-19.8-13.8c-7.9-3.1-16.5-4.5-25-3.9c-8.5,0.6-16.8,3-24.3,7.2c-1.7,0.9-3.4,1.9-5.2,3l-0.9,0.5 c-3.6-9.9-9.4-18.8-17-26.1c-7.6-7.3-16.9-12.6-26.9-15.7c-8.7-2.5-17.8-2.8-26.7-0.9c-8.8,1.9-17.1,5.9-24,11.7 c-21.1-33-38.4-37.5-75.2-19.3l0-1c-0.1-1.8-0.1-3.2-0.1-4.5c0.1-11.4,0.3-22.7,0.5-34.1c0.4-25.4,0.9-51.6,0.5-77.4 c-0.4-27.2-2.1-58.6-17.4-87c-7.2-13.3-18.5-21.7-31.2-23.1c-12.8-1.5-25.3,4.1-35.4,15.6C386.1,120.6,382.4,127.6,380.5,135.1z M387.8,331.5c0.5-9.2,0.9-18.5,1.3-27.8c0.8-18.4,1.6-37.5,3.4-56.1c2.8-28.6,7-57.6,11.1-85.6l1.7-12.1 c1.7-11.5,5.5-23.5,21.8-26.2c9.8,8.9,15.2,20.7,16.4,36.1c2.2,26.1,3.1,49.8,2.9,72.3c-0.3,29.2-1,59-1.8,87.7 c-0.5,17.6-0.9,35.2-1.3,52.8c-0.2,10.9,4.1,17.7,12.3,19c10.8,1.8,15.6-6.3,19-12.3c1.5-2.5,2.9-5,4.3-7.6 c4.2-8.3,9.3-16.1,15.1-23.3c5.7-6.5,12.5-9.4,18.5-7.9c6.2,1.5,11,7.5,13.2,16.4c1.3,6.6,1.7,13.4,1.4,20.2c0,1.7,0,3.4,0,5.1 c-0.1,2.8-0.4,5.6-0.9,8.4c-0.3,2-0.6,3.9-0.8,5.9c-0.3,1.7-0.3,3.4,0.1,5c0.4,1.7,1.1,3.2,2.1,4.6c1,1.4,2.2,2.5,3.7,3.4 c1.4,0.9,3.1,1.5,4.7,1.7c1.6,0.5,3.3,0.6,5,0.4c1.7-0.2,3.3-0.7,4.8-1.5c1.5-0.8,2.8-1.9,3.8-3.3c1-1.3,1.8-2.9,2.2-4.5 c0.4-1.2,0.8-2.3,1.2-3.5c0.6-1.8,1.2-3.7,2-5.5c0.7-1.8,1.4-3.6,2.1-5.4c1.6-4.7,3.6-9.3,5.9-13.7l0.5-1c5.3-9.6,10.3-18.8,23-17 c10.5,1.4,23.9,6.5,28.3,22.6c2,8.6,2.9,17.3,2.7,26.1l0.1,3.7c0,1.7,0,3.4-0.1,5.1c-0.3,7.4-0.7,15.7,9.3,20.2 c8.8,3.8,14-0.8,23.2-13.4c5-7.5,10.9-14.3,17.6-20.4c2.4-2.2,5.2-3.9,8.4-4.8c3.1-0.9,6.4-1.1,9.6-0.6c3.2,0.9,6.1,2.5,8.6,4.7 c2.5,2.2,4.4,5,5.6,8c9.3,18.7,12.9,39.7,10.3,60.4c-5,35.2-11.7,69.7-19.4,107.9c-5.9,29.4-19.8,55-32.7,76.2 c-19.4,32-49.7,52.5-92.5,62.6c-62.2,14.6-121-0.5-174.7-44.9c-5.8-4.5-10.7-10.1-14.5-16.3c-8.6-14.8-16.5-30.1-23.5-45.8 c-10.3-23.2-20.4-47.8-30.1-73.1c-17.1-44.5-39.9-79.3-69.8-106.3c-0.3-0.3-0.7-0.6-1-1c-0.9-1.1-1.9-2.2-2.8-3.4 c-5.6-6.5-10.9-12.7-7-21.9c4.2-9.9,13.9-10.8,23.2-10.1c0.5,0,1,0.1,1.5,0.1c34.2,3.3,58.7,18,72.9,43.8 c2.6,5.5,4.4,11.3,5.3,17.4c0.4,1.8,0.7,3.5,1.1,5.2c1.6,7,4.5,14.4,14.1,16c7.7,1.3,14.9-4.1,18.3-13.7c1.4-4.2,2.3-8.6,2.5-13 C383.2,413,385.4,375,387.8,331.5z'/%3E%3Cpath d='M194.3,210.2c-4.1,0.5-8,2.4-10.9,5.4c-3.2,2.9-6.3,6.1-9.2,9.4c-12.7,15.1-25.3,30.1-37.9,45.2 c-9.8,11.7-19.6,23.4-29.5,35.2c-1.4,1.7-3,3.3-5,5.3c-0.5,0.5-1,1-1.5,1.6l-8.3-30c-3.9-14.2-9.9-19.3-19.9-17.2 c-1.8,0.3-3.6,1-5.1,2c-1.5,1-2.8,2.4-3.8,3.9c-2.6,4.4-2.7,10.6-0.3,18.7c5.5,18.4,12,37.4,19.5,56.4 c5.1,12.9,11.5,15.7,26.4,11.8l8.2-2.2c9.5-2.5,19.4-5.2,29.2-7.5c5-1.2,10.1-2.2,15-3.2c6.4-1.3,13.1-2.7,19.6-4.3 c1.7-0.6,3.2-1.7,4.4-3.2c1.2-1.4,1.9-3.2,2.2-5c-0.4-1.8-1.2-3.5-2.5-4.8c-1.2-1.4-2.8-2.4-4.5-2.9c-4.9-1.1-9.9-1.3-14.9-0.6 c-9,1-17.8,2.3-28,3.7c-3.2,0.4-6.4,0.9-9.8,1.4c0.8-1.2,1.5-2.3,2.2-3.4c2.1-3.5,4.3-6.8,6.8-10c16.8-21.3,34-42.8,50.7-63.6 l9.7-12.1c0.9-1.1,1.8-2.1,2.7-3.1c1.2-1.4,2.5-2.8,3.6-4.3c7.3-9.8,3.9-16-0.2-19.5C200.5,211.2,197.4,210.1,194.3,210.2z'/%3E%3Cpath d='M232.9,190.1c4.2-0.4,8-2.2,11-5.2c3.3-2.9,6.4-6,9.3-9.2c12.9-14.8,25.8-29.7,38.7-44.6c10-11.6,20-23.1,30.1-34.7 c1.5-1.7,3.1-3.3,5.1-5.3c0.5-0.5,1-1,1.6-1.5l7.8,30.1c3.7,14.2,9.5,19.5,19.6,17.5c1.8-0.3,3.6-0.9,5.1-1.9 c1.6-1,2.9-2.3,3.9-3.9c2.7-4.3,2.9-10.6,0.6-18.7c-5.2-18.5-11.4-37.6-18.5-56.7c-4.8-13-11.2-15.9-26.2-12.3l-8.2,2 c-9.6,2.4-19.5,4.8-29.3,7c-5,1.1-10.1,2-15.1,3c-6.5,1.2-13.1,2.4-19.6,4c-1.7,0.6-3.3,1.7-4.5,3.1c-1.2,1.4-2,3.1-2.2,5 c0.4,1.8,1.2,3.5,2.4,4.8c1.2,1.4,2.8,2.4,4.5,3c4.9,1.1,9.9,1.4,14.9,0.9c9-0.9,17.8-2,28.1-3.2c3.2-0.4,6.4-0.8,9.9-1.2 c-0.8,1.2-1.5,2.3-2.2,3.4c-2.1,3.4-4.4,6.7-6.9,9.9c-17.2,21-34.7,42.2-51.7,62.7l-9.9,11.9c-0.9,1.1-1.8,2.1-2.8,3.1 c-1.2,1.3-2.5,2.7-3.7,4.2c-7.4,9.7-4.2,15.9-0.1,19.5C226.6,188.9,229.7,190.1,232.9,190.1z'/%3E%3C/g%3E%3C/svg%3E%0A");
    z-index: 9;
    opacity: 0;
    -webkit-transform: scale(1.2) translate(-50%, -50%);
    transform: scale(1.2) translate(-50%, -50%);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.gallery-item a:before{
  position: absolute;
  content: '';
  background: #fbeade;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s linear 0s;;
  -webkit-transition: all 0.3s linear 0s;;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  pointer-events: none;
}
.gallery-item a:hover:before {
  opacity: 0.6;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gallery-item a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}
.gallery-item > div > a {
  display: block;
  line-height: 0;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  margin-bottom: 20px;
}

.instragram_area {
	display: block;
	overflow: hidden;
}

.instragram_area #instafeed .single_instagram {
	/*width: 20%;*/
	height:250px;
	float: left;
	position: relative;
	overflow: hidden;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}

@media (max-width: 767px) {
	.instragram_area #instafeed .single_instagram {
		width: 100%;
		height:auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.instragram_area #instafeed .single_instagram {
		/*width: 50%;*/
		height:auto;
	}
}

.instragram_area #instafeed .single_instagram img {
	width: 100%;
	/*-webkit-transform: scaleX(1);*/
	/*-moz-transform: scaleX(1);*/
	/*-ms-transform: scaleX(1);*/
	/*transform: scaleX(1);*/
	/*-webkit-transition: .5s;*/
	/*-moz-transition: .5s;*/
	/*-o-transition: .5s;*/
	/*transition: .5s;*/
	transform: scale(1.1);
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}

.instragram_area #instafeed .single_instagram .ovrelay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	/*-webkit-transform: translateX(-80%);*/
	/*-moz-transform: translateX(-80%);*/
	/*-ms-transform: translateX(-80%);*/
	/*transform: translateX(-80%);*/
	/*-webkit-transition: .5s;*/
	/*-moz-transition: .5s;*/
	/*-o-transition: .5s;*/
	/*transition: .5s;*/
	-webkit-transition:all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
	opacity: 0;
	visibility: hidden;
}

.instragram_area #instafeed .single_instagram .ovrelay a {
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	/*transform: translateY(-50%);*/
	right: 0;
	text-align: center;
	font-size: 34px;
	/*-webkit-transform: translateY(-50%);*/
	/*-moz-transform: translateY(-50%);*/
	/*-ms-transform: translateY(-50%);*/
	/*transform: translateY(-50%);*/
}

.instragram_area #instafeed .single_instagram .ovrelay a i{
    background: linear-gradient(115deg, rgb(249, 206, 52), rgb(238, 42, 123), rgb(98, 40, 215));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight:bold;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.instragram_area #instafeed .single_instagram:hover .ovrelay {
	/*-webkit-transform: translateX(0%);*/
	/*-moz-transform: translateX(0%);*/
	/*-ms-transform: translateX(0%);*/
	/*transform: translateX(0%);*/
	-webkit-transform: scale(1);
    transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.instragram_area #instafeed .single_instagram:hover img {
	/*-webkit-transform: scaleX(1.1);*/
	/*-moz-transform: scaleX(1.1);*/
	/*-ms-transform: scaleX(1.1);*/
	/*transform: scaleX(1.1);*/
	-webkit-transform: scale(1);
    transform: scale(1);
}
.pad-left-2{
    padding-left:2rem;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    display:none;
}