@charset "utf-8";
/* CSS Document */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,
tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,figure,figcaption,
footer,header,hgroup,menu,nav,output,ruby,
section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Quentin";
  src: url("../fonts/Quentin.otf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}


* {
  box-sizing: border-box;
}
body {
  font-family: "Montserrat";
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Freight Big Pro';
  font-weight: 500;
  font-style: normal;
}
h3 {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.41em;
  text-transform: uppercase;
}
h5 {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  line-height: 1.33em;
  text-transform: uppercase;
}
p {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
line-height: 28px;
color: #424f51;
}
ul {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
a:hover {
  text-decoration: none;
}
button, input, textarea{
  font-family: "Montserrat";
}
button {
  cursor: pointer;
}

.container-fluid {
  padding-right: 45px;
  padding-left: 45px;
  margin-right: auto;
  margin-left: auto;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  font-family: "Montserrat";
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group{
  width: 100%;
  margin-bottom: 30px;
}

.col,.col1,.col10,.col11,.col12,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,
.col-sm,.col-sm1,.col-sm10,.col-sm11,.col-sm12,.col-sm2,.col-sm3,.col-sm4,.col-sm5,.col-sm6,.col-sm7,.col-sm8,.col-sm9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Common CSS */
.desk-view {
  display: block !important;
}
.mob-view {
  display: none !important;
}
.desk-tab-view{ display: block;}


.plr-0 {
  padding-left: 0;
  padding-right: 0;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mt-90 {
  margin-top: 120px !important;
}
.mb-90 {
  margin-bottom: 120px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.pt-50 { padding-top: 50px !important; }
.pt-80 { padding-top: 80px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pt-90 { padding-top: 90px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pr-50 { padding-right: 50px;}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.desk-view{
	display: block;
}
	.tab-view{
		display: none;
	}



  .lightgrey-bg{ background-color: #f0ede4;}
  .subtitle{ font-family: "Montserrat";font-size: 14px !important;}
  .section{ padding: 100px 0;}
  strong{ font-weight: 600;}


/************************************
Home Page 
**************************************/

/*****************************************************
**********************Slider**************************
****************************************************/

.bannerslider{ position: relative; height: 100%; overflow: hidden;}

  @media (min-width: 992px) {
    .slider,
    .slide {
      height: 90vh;
    }
  }
  .slide {
    position: relative;
  }
  .slick-list{ overflow-y: visible;}
  .slide .slide__img{ max-height: 90vh; min-height: 90vh; height: 90vh;}
  .slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  @media (min-width: 992px) {
    .slide .slide__img {
      /* position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); */
    }
  }
  .slide .slide__img img {
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    transition: all 1s ease;
  }
  .slide .slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .slide .slide__content--headings {
    text-align: center;
    color: #FFF;
  }
  .slide .slide__content--headings h2 {
    font-size: 4.5rem;
    margin: 10px 0;
  }
  .slide .slide__content--headings .animated {
    transition: all 0.5s ease;
  }
  .slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
  }
  .slick-dotted .slick-slider {
    margin-bottom: 30px;
  }
  .slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }
  .simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
  }
  .simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
  }
  .simple-dots .slick-dots li button:hover,
  .simple-dots .slick-dots li button:focus {
    opacity: 1;
  }
  .simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
  }
  .stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
  }
  .stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
  }
  .stick-dots .slick-dots li button:hover,
  .stick-dots .slick-dots li button:focus {
    opacity: 1;
  }
  .stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
  }
  .stick-dots .slick-dots li.slick-active button:hover,
  .stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
  }
  /* /////////// IMAGE ZOOM /////////// */
  @-webkit-keyframes zoomInImage {
    from {
      transform: scale3d(1, 1, 1);
    }
    to {
      transform: scale3d(1.1, 1.1, 1.1);
    }
  }
  @keyframes zoomInImage {
    from {
      transform: scale3d(1, 1, 1);
    }
    to {
      transform: scale3d(1.1, 1.1, 1.1);
    }
  }
  .zoomInImage {
    -webkit-animation-name: zoomInImage;
            animation-name: zoomInImage;
  }
  @-webkit-keyframes zoomOutImage {
    from {
      transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  @keyframes zoomOutImage {
    from {
      transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  .zoomOutImage {
    -webkit-animation-name: zoomOutImage;
            animation-name: zoomOutImage;
  }




  .slide__content--headings .tagline{ font-size: 50px;}
  .slide__content--headings .bannertitle{ font-size: 130px; letter-spacing: 10px; color: #fff;}
  .slide__content--headings .subtitle{ color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .25em;
    line-height: 1.33em;
    text-transform: uppercase;
  margin-bottom: 53px;}
  .slide__content--headings .pngimgbnr{ max-width: 250px; width: 100%; margin: 0 auto;}
  .pngimgbnr.blogo{ max-width: 500px; margin-bottom: 30px;}
  .pngimgbnr img{width: 100%;}



  /************************ Slider End ***********************/




.banner-signup{ background-color: #b56b59; padding: 80px 0; text-align: center;}
.banner-signup form{ display: flex; flex-wrap: wrap;}
.banner-signup form .form-group{ max-width: 22.6%; flex: 0 0 22.6%; margin: 0 15px;}
.form-control{ 
  background-color: transparent;
  border: 1px solid #141414;
  border-radius: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #141414;
cursor: inherit;
font-family: inherit;
font-size: 13px;
font-weight: inherit;
height: 52px !important;
line-height: 50px;
margin: 0 0 15px;
outline: 0;
padding: 0 20px;
width: 100%;
-webkit-transition: border-color .2s ease-in-out;
-o-transition: border-color .2s ease-in-out;
transition: border-color .2s ease-in-out;
-webkit-appearance: none; 
}
.form-select{ opacity: 0.6;}
.sendbtn{
  color: #fff;
background-color: #34261c;
font-family: inherit;
position: relative;
display: inline-block;
vertical-align: middle;
width: auto;
outline: 0;
font-size: 14px;
line-height: 1em;
letter-spacing: .25em;
font-weight: 700;
text-transform: uppercase;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
-webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
-o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
padding: 18px 70px;
border: 1px solid transparent;
cursor: pointer;
}


.bknwbtngrp{ display: flex; align-items: center; margin-top: 30px;}
.wpbtn{ /* margin-top: 15px; margin-bottom: 50px; */ margin-left: 30px;}
.wpbtn:hover{ color: #fff;}


.services{ position: relative; overflow-x: hidden;}
.services .col4:first-child, .services .col4:nth-child(2){ padding-right: 0;}
.services .col4:last-child, .services .col4:nth-child(2){ padding-left: 0;}
.srvcitem{
position: relative;
height: 100%;
width: 100%;
text-align: center;
background-color: #f0ede4;
}
.srvcitem.bgblack{ background-color: #4A332D;}
.srvc-inrcontent{ max-height: 470px;
  min-height: 470px;
  padding: 150px 0;}
.tagline {
  color: #dfbd69;
  display: block;
  font-family: Quentin;
  font-size: 66px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1em;
}
.srvcitem .bannertitle{ margin-bottom: 13px; }
.srvcitem .subtitle{ margin-bottom: 53px;}
.srvcitem.bgblack h3, .srvcitem.bgblack h5{ color: #fff;}
.mkdf-btn.mkdf-btn-simple {
  background-color: transparent;
  border: 0;
  color: #dfbd69;
  padding: 0 !important;
}
.srvcbanner-link{ cursor: auto;}
.srvcbanner-link::before {
  border: 2px solid #dfbd69;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  height: calc(100% - 40px);
  left: 20px;
  opacity: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 20px;
  width: calc(100% - 40px);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95);
}

.srvcitem:hover .srvcbanner-link::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


.linkbtn {
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 0 1px;
  transition: color ease 0.3s;
  font-size: 14px;
line-height: 1em;
letter-spacing: .25em;
font-weight: 700;
text-transform: uppercase;
background-color: transparent;
border: 0;
color: #dfbd69;
padding: 0 !important;
padding-bottom: 10px; margin-top: 30px;
}
.linkbtn:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0%;
  position: absolute;
  background: #dfbd69;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.linkbtn:hover:after { 
  width: 100%; 
  left: 0; 
}

    .parallax{
      position: relative;
      background: url(../images/h1-parallax-1-pastel.jpg) center no-repeat fixed;
    }

    .about{ width: 100%; position: relative; overflow: hidden; padding: 100px 0;}
    .abtbgimg{width: 100%; position: absolute; top: 0; left: 0; z-index: -1;}
    .abtbgimg img{ width: 100%; height: 100%; object-fit: cover;}
    .aboutcontent{ text-align: center; padding: 80px 3%; color: #fff;}
    .aboutcontent .tagline,
    .testimonial-sec .tagline{ font-size: 200px; opacity: 0.3; position: absolute; top: 120px; left: 50%; translate: -50% -40px;}
    .abrconinr{}
    .abrconinr .subtitle{ color: #fff; }
    .abrconinr .bannertitle{ font-size: 50px; color: #fff; margin-bottom: 30px;}
    .abrconinr .bodytext{font-size: 18px; color: #fff; padding: 0 15%;}
    .viewmorebtn{ 
      border: 2px solid #f0ede4;
      background: transparent;
      font-size: 14px;
line-height: 1em;
letter-spacing: .25em;
font-weight: 700;
text-transform: uppercase;
padding: 18px 70px;
margin-top: 53px;
color: #fff;
    }
    .viewmorebtn:hover{
      background-color: #dfbd6a;
      border-color: #dfbd6a;
      color: #141414;
      transition: ease-in 0.3s;
    }
    .abtnmbq{ color: #141414; font-weight: 700; text-align: right; padding-right: 15%;
      padding-top: 20px;
    }
    .abtwrp .parallaximg{ margin: 0 auto; }
    .parallax2 .abrconinr .bodytext{ padding: 0; margin-bottom: 30px;}

.hdrtext{ text-align: center; margin-bottom: 30px;}

.salonservices{ position: relative; padding: 120px 0; background-color: #f0ede4;}
.gallery-sec{ position: relative; padding: 120px 0;}
    
.masonary {
	margin: 0;
	max-width: 100%;
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-auto-rows: 250px;
	grid-auto-flow: dense;
}
.masonary .mitem {
	text-align: center;	padding: 1rem 0;
  position: relative;
	color: white;
	font-size: 3rem;
	text-transform: uppercase;
	background: rgba(0,0,0,.2);
	overflow: hidden;
	padding: 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.mtmimg{ width: 100%; }
.mitem img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: all .5s;
}
.horizontal {
	grid-column: span 2;
}
.vertical {
	grid-row: span 2;
}
.square {
	grid-column: span 2;
  grid-row: span 2;
}

.atypsrvc-content {
  background-color: rgba(0,0,0,.4);
  border: 2px solid #dfbd69;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: calc(100% - 40px);
  left: 20px;
  opacity: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 20px;
  width: calc(100% - 40px);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95);
}
.mitem:hover .atypsrvc-content {
  opacity: 1;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}
.atscn-wrapper {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.atscn-text {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.hmsrv-link{ position: absolute; width: 100%; height: 100%; z-index: 1;}
.atscn-text .bannertitle, .atscn-text .subtitle{ color: #fff;}

.parallax2{ position: relative; padding: 100px 0 200px;
  background: url(../images/h1-parallax-2pastel.jpg) center no-repeat fixed;}
.banrinrcon .bannertitle{ font-size: 34px;}
.parallaximg-wrapper{ position: relative;}
.parallaximg{ max-width: 60%;}
.parallaximg.two{ position: absolute; top: 30%; right: 10%;}
.parallaximg img{}



.newsletter-sec{ position: relative; background-color: #f0ede4; padding: 100px 0;}
.nwsletterinr{ text-align: center;}
.hdrtext .bannertitle{ margin-top: 15px; padding: 0 10%;}
.form-subscribe{max-width:700px; width: 100%; margin:0 auto; margin-top: 30px; }
.input-group{ max-width: 100%; width: 100%; display: flex; flex-wrap: wrap;}
.form-subscribe .form-control{ letter-spacing:1px; border-color: #b56b59; color: #000; width: 63%; height:52px;}
.form-subscribe .form-control.focus,.form-subscribe .form-control:focus{ z-index:2; }
.form-subscribe .sendbtn{
  background:#b5796a;
  border-color:#b5796a;
  height:52px;
  color: #fff;
}
.prodctbrand-sec{ background-color: #b56b59; position: relative; padding: 100px 0;}
.branditem {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.branditem a{ cursor: ;}
.branditem img { padding: 15px 30px; }
.brandimg {
  position: relative;
  display: block;
  width: auto;
  margin: 0 auto;
  padding: 15px 30px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  filter: contrast(50%);
}
.branditem:hover .brandimg  {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.brand-hoverimg {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%,-100%);
  -ms-transform: translate(-50%,-100%);
  transform: translate(-50%,-100%);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}
.branditem:hover .brand-hoverimg {
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
}

.testimonial-sec{ position: relative; background-color: #362D2A; padding: 120px 0;}
.testimonial-sec .tagline{ font-size: 155px;}
.testimonial-carousel .item{ text-align: center; color: #fff;}
.testimonial-sec .bannertitle, .testimonial-sec .subtitle, .testimonial-sec p{ color: #fff;}
.testimonial-sec .bannertitle{ font-size: 40px;}
.testimonial-sec .bannertitle span{ display: block;}
.testimonial-sec p{ padding: 30px 0;}

.contact-sec{ position: relative; padding: 100px 0;}
.contact-sec .abppntform{ padding: 0;}
.map-area{ height: 400px;}
.contactdetails{ margin-top: 30px; max-width: 60%;}
.contactdetails li{ margin-bottom: 20px; display: flex; flex-wrap: wrap; align-items: baseline; line-height: 30px; font-size: 16px;}
.contactdetails li span{ padding-right: 15px;}
.contact-sec .alert-success{ text-align: center; }


.gallery.masonary {
	margin: 0;
	max-width: 100%;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-auto-rows: 250px;
	grid-auto-flow: dense;
}
.gallery.masonary .gmitem {
	text-align: center;	padding: 1rem 0;
  position: relative;
	color: white;
	font-size: 3rem;
	text-transform: uppercase;
	background: rgba(0,0,0,.2);
	overflow: hidden;
	padding: 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.gallery.masonary .gmitem img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: all .5s;
}
.gallery-carousel .gmitem{ height: 200px;}
.gallery-carousel .gmitem img{ width: 100%; height: 100%; object-fit: cover;}
.gmitem.medium { grid-column: span 1; }
.gmitem.small { grid-column: span 1; }
.gmitem.big { grid-column: span 3; grid-row: span 2; }
/* .gmitem:nth-of-type(1n+8){ display: none !important;}
.gmitm-overlay{ width: 100%; height: 100%; background-color: #14141454; position: absolute; top: 0; left: 0;}
.gmitem p{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 13px; font-weight: 700; opacity: .8;}
 */
 .owl-theme .owl-nav {
  margin-top: 25px !important;
}
.gallery-carousel .owl-nav [class*="owl-"] {
  margin: 0 15px 0 15px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50% !important;
  width: 72px;
  height: 72px;
  position: relative;
  background-color: #f7f7f7 !important;
  -webkit-box-shadow: 3px 4px 13px rgba(0,0,0,.25);
}
.gallery-carousel .owl-nav button i{ font-size: 30px;}
.gallery-carousel .owl-nav button:hover i{ color: #000;}
.gallery-carousel .owl-nav button.owl-prev::after {
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  z-index: 1;
}
.gallery-carousel .owl-nav button.owl-next::after {
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  z-index: 1;
}


.footer{ background-color: #2b2523; padding: 80px 0 0;}
.footerlogo{ max-width: 250px;}
.footerlogo img{ width: 100%; }
.ftrwidget{ color: #fff; padding-bottom: 50px;}
.ftr-title{ color: #fff; font-size: 24px; font-weight: 700; letter-spacing: .025em; line-height: 1.41em; text-transform: uppercase; margin-bottom: 20px;}
.ftrwidget ul{}
.ftrwidget li{ color: #fff; font-size: 14px; margin-bottom: 12px; line-height: 20px;}
.ftrwidget li a{}
.ftrabt p{ color: #fff; padding-top: 20px; font-size: 14px; line-height: 20px;}
.ftrlinks{ display: flex; flex-wrap: wrap;}
.ftrlinks li{flex: 0 0 50%; max-width: 50%; text-transform: uppercase;}

.socialmedia-follow{ margin-top: 25px;}
.socialmedia-follow li{ display: inline-block; color: #fff; font-size: 17px; padding: 0 10px; border-right: 1px solid #fff;}
.socialmedia-follow li:first-child{ padding-left: 0;}
.socialmedia-follow li:last-child{ border-right: none;}

.cpryt{ text-align: center; background-color: #241f1d; padding: 15px 0;}
.cpryt p{ font-size: 14px; color: #fff;}





/************************* Book an Appointment ************************/

.innerbanner{ position: relative; height: 430px; background-color: #f0ede4;}
.innerbanner .container{ height: 100%;}
.inrbnr-bgimg{ height: 100%;}
.inrbnr-bgimg img{ width: 100%; height: 100%; object-fit: cover;}
.inrbnr-overlay{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; /* background-color: #0000000e; */ z-index: 1;}
.inrbnr-content{ width: 100%; /* position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; */ text-align: center; 
display: flex; flex-wrap: wrap; align-items: center; flex-direction: column; align-content: center; justify-content: center; height: 100%; padding-top: 30px;}
.inrbnr-content .tagline{ font-size: 60px;}
.inrbnr-content .bannertitle{ font-size: 50px; }
.inrbnr-content .breadcrumb{ /* margin-left: auto; */ margin-top: 30px; background-color: transparent;}
.inrbnr-content .breadcrumb ul{ display: flex; flex-wrap: wrap; align-items: center; }
.inrbnr-content .breadcrumb ul li{ font-size: 14px; font-weight: 500; text-transform: uppercase;}
.inrbnr-content .breadcrumb ul li.active a{ color: #fff;}
.inrbnr-content .breadcrumb ul li::after{ content: "/"; padding: 0 10px;}
.inrbnr-content .breadcrumb ul li:last-child::after{ content: none; padding: 0;}
.inrbnr-content .breadcrumb ul li a{}

.imgbnr .inrbnr-content{ width: 100%; position: absolute; top: 10%; left: 50%; transform: translate(-50%, -10%); z-index: 3; text-align: center; 
  flex-direction: column; align-content: center;  }
  .imgbnr .inrbnr-content .breadcrumb{ margin-left: 0;}
  .imgbnr .inrbnr-content{}


.bookapntmnt { position: relative; padding: 80px 0;}
.bookapntmnt .hdrtext{ margin-bottom: 50px;}
.bookapntmnt .hdrtext p{ font-size: 16px; padding: 30px 10% 0;}
.abppntform{ max-width: 85%; margin: 0 auto; padding: 60px 0;}

.inputWithIcon input, .inputWithIcon select, .inputWithIcon textarea {padding-left: 40px; color: #141414;}
.inputWithIcon select{ color: #aaa;}
.inputWithIcon input::placeholder, .inputWithIcon textarea::placeholder{ opacity: 1; color: #aaa;}
.inputWithIcon {position: relative; margin-bottom: 15px;}
.inputWithIcon i {
  position: absolute;
  left: 0;
  top: 8px;
  padding: 9px 8px;
  color: #aaa;
  transition: 0.3s;
}
.inputWithIcon input:focus + i, 
.inputWithIcon select:focus + i,
.inputWithIcon textarea:focus + i { color: #c29e5b; }
.inputWithIcon.inputIconBg i {
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}
.inputWithIcon.inputIconBg input:focus + i,
.inputWithIcon.inputIconBg select:focus + i,
.inputWithIcon.inputIconBg textarea:focus + i { color: #fff; background-color: #c29e5b; }
.inputWithIcon textarea{ height: 150px !important;}


/************************* About ************************/

.aboutushdr{}
.aboutushdr .tagline{ font-size: 160px; opacity: 0.7; position: absolute; top: -15px; left: 50%; transform: translate( -50%, 0);}
.aboutushdr .bannertitle{ font-size: 60px; text-align: right; line-height: 55px; letter-spacing: 1px;}
.aboutustext{}
.aboutustext h4{ font-size: 30px; line-height: 36px; padding-bottom: 15px; letter-spacing: 2px;}
.aboutustext p{}
input[type="date"].form-control::-webkit-inner-spin-button,
input[type="date"].form-control::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.parallax3{ position: relative; padding: 100px 0 200px;
  /* background: url(../images/p-parallax-img-1.jpg) center no-repeat fixed; */}
  .aboutbrand .bannertitle, .aboutbrand .bodytext{ color: #000; padding: 0;}

  .quote{ position: relative; background-color: #d3a882e3; padding: 50px 0; margin-top: 50px; border-left: 5px solid #c29e5b; padding-left: 90px;}
  .quote blockquote{ position: relative; z-index: 1;}
  .quote blockquote h6{ font-size: 28px; font-style: italic; line-height: 36px; letter-spacing: 1px;}
  .quote i{ font-size: 100px; color: #c29e5b; opacity: 0.6; position: absolute; top: 15%; left: 5%; z-index: 0; }





  /****************************** Services Page *****************************/

  .serviceslist{ position: relative; padding: 80px 0;}

.bullets-ul{ list-style-type: disc; list-style-position: inside; padding-top: 20px;}
.bullets-ul li{ font-size: 16px; font-weight: 400; line-height: 28px; color: #424f51;}

.servicecnct{ background-color: #efcab7; position: relative;}
.srvcfrm{ max-width: 700px;}
.srvcfrm textarea{ height: 100px;}
.srvcfrm button{ text-align: center;}





  .srvc-tab{ }
  .srvc-tab .nav-pills { /* display: flex !important; */ margin: 0; padding: 0; padding-bottom: 30px; text-align: center; border: none !important; justify-content: center;}
  .srvc-tab .snav-pills li { display: inline-block; position: relative; }
  
  .srvc-tab .nav-pills li a{
    display: block;
    position: relative;
    padding: 10px 15px;
    font-weight: bold;
    background: transparent; 
    color: #141414;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    margin-right: 15px;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #b68a6a;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
   .srvc-tab .nav-pills li.active a,
   .srvc-tab .skltbs-panel-group,
   .srvc-tab .nav-pills li a.active{ background: #b68a6a; color: #fff; border-color: #c29e5b;} 
  .srvc-tab .nav-pills li.active { color: inherit; }
  /* Tab content */
  .srvc-tab .tab-content {
    border: none !important;
    padding: 0;
  overflow: hidden;
  }
  .srvc-tab .tab-pane{ border: none; padding: 0 !important;}
  .srvc-tab .nav-pills li a::before,
  .srvc-tab .nav-pills li a::after,
  .srvc-tab .beauty-tab .nav-pills li::before,
  .srvc-tab .beauty-tab .nav-pills li::after {
    background: #b68a6a;
    content: '';
    position: absolute;
    z-index: -1;
  }
  .srvc-tab .beauty-tab .nav-pills li a::before, 
  .srvc-tab .beauty-tab .nav-pills li a::after, 
  .srvc-tab .beauty-tab .nav-pills li a::before, 
  .srvc-tab .beauty-tab  .nav-pills li a::after {
    background: #b68a6a;
    content: '';
    position: absolute;
    z-index: 0;
  }
  .srvc-tab .beauty-tab .nav-pills li a{ position: relative; z-index: 1;}
  .srvc-tab .nav-pills li a:hover,
  .srvc-tab .beauty-tab .nav-pills li a:hover,
  .srvc-tab .nav-pills li a:hover { color: #fff; }
  .srvc-tab .nav-pills li a::after,
  .srvc-tab .beauty-tab .nav-pills li a::after {
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .srvc-tab .nav-pills li a:hover:after,
  .srvc-tab .beauty-tab .nav-pills li a:hover:after {
    width: 100%;
  }


  .srvc-tab .tab-content .row{ align-items: flex-start; }
.srvcimg{ max-height: 450px; min-height: 450px; height: 100%; border-radius: 10px;}
.srvcimg img{ width: 100%; height: 100%; object-fit: contain; border-radius: 10px;}
.srvcimg.thrdwax,
.srvcimg.hextnimg{ max-height: 100%; min-height: 100%; height: 100%; }
.srvctext{}
.srvctext h3{ padding-bottom: 15px;}



#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}


.brdlglry .gmitem{ height: 300px;}


/*************************** Contact Us  ***************************/

.contactlist{}
.contactlist li{ display: flex; flex-wrap: wrap; padding-bottom: 15px; line-height: 28px; align-items: baseline; padding-top: 15px;}
.contactlist li i{ font-size: 20px; color: #c29e5b; padding-right: 10px;}

.contact-map{ height: 500px;}



/***********************Offer Page **********************/

.coupons-sec .hdrtext .subtitle{ font-size: 20px; letter-spacing: 1px;}

.safety-sec{}
.safety-sec ul{ list-style-type: disc; list-style-position: inside; padding: 15px 0; }
.safety-sec ul li{ font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #424f51;}
  .coupn-itm{ height: 350px;}
  .coupn-itm img{ height: 100%; object-fit: cover;}

  .brandslist-sec{}
  .brandslist-sec .row{ align-items: center;}
  .brand-item{ padding: 30px; margin-bottom: 30px;}
  .biglogo{ max-width: 90%; margin: 0 auto;}
  .brand-item img{ filter: contrast(0%);}
  .brand-item img:hover{ filter: contrast(100%); transition: 0.2s ease-in-out;}




  /*************************** Tips Page *********************/

  .tips-masonary{  -moz-column-count: 3;
    column-count: 3;
-moz-column-gap: 10px;
    column-gap: 10px;
-moz-column-fill: balance;
    column-fill: balance;
margin: 0 auto;
padding: 0;}
.skin-masonary{ display: flex; }
  .blog-masonary-item{  display: inline-block;
    margin: 0 0 20px;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    width: 100%; -webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;}
   
    @media (max-width: 900px) {
      .tips-masonary{
        -moz-column-count: 2;
             column-count: 2;
      }
    }
    @media (max-width: 600px) {
      .tips-masonary {
        -moz-column-count: 1;
             column-count: 1;
      }
    }

  .blog-item{margin: 10px 5px;height: 100%;}
  .blog-img{}
  .blog-img img{}
  .blog-content{margin: 30px 5px;}
  .meta{padding-bottom: 15px;}
  .date{font-size: 14px;}
  .blogtext{}
  .blogtitle{font-size: 26px;line-height: 30px;margin-bottom: 15px;}
  .blogbdy{display: -webkit-box;-webkit-box-orient: vertical; /* -webkit-line-clamp: 3; */ overflow: hidden;line-height: 26px; margin-bottom: 20px; text-align: justify;}
 .rdmore-link{margin-bottom: 50px;}
 .rdmore-link { font-weight: 600; color: #c29e5b; text-transform: uppercase;}



 /* .skintips .blog-img{ height: 250px;}
 .skintips .blog-img img{ height: 100%; object-fit: cover;}
 .skintips .blogtitle{ height: 55px;} */

 /**************** Careers Page ***********************/

 
 .file {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.file > input[type='file'] {
  display: none;
}
.file > label {
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
  outline: 0;
  user-select: none;
  border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
  border-style: solid;
  border-width: 1px;
  /*! background-color: hsl(0, 0%, 100%); */
  color: #aaa;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.file > label:hover {
  border-color: hsl(0, 0%, 21%);
}
.file > label:active {
  background-color: hsla(29.3, 36.2%, 50.2%, 0.7);
}
.file > label > i {
  padding-right: 5px;
}
.file--upload > label {
  color: #bbb;
  border-color: #141414;
  opacity: 1;
}
.file--upload > label:hover {
  border-color: hsl(29.3, 36.2%, 50.2%);
  background-color: hsla(29.3, 36.2%, 50.2%, 0.7);
  color: #141414;
}
.file--upload > label:active {
  background-color: hsl(204, 86%, 91%);
}

.job-item{}
.jobtitle{ font-size: 30px; margin-bottom: 15px;}




/************************ Testimonial Page ************************/

.testimonial-masonry{  -moz-column-count: 2;
  column-count: 2;
-moz-column-gap: 15px;
  column-gap: 15px;
-moz-column-fill: balance;
  column-fill: balance;
margin: 0 auto;
padding: 0;}
.tstmnl-masonary-item{  display: inline-block;
  margin: 0 0 20px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  width: 100%; -webkit-transition:1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;}
  @media (max-width: 600px) {
    .testimonial-masonry {
      -moz-column-count: 1;
           column-count: 1;
    }
  }
.testimnl-list{}
.testimnl-list .testimonial-item{ background-color: #efcab7; padding: 30px; border-radius: 10px;}
.testimnl-list .testimonial-item .subtitle{ margin-top: 15px;}
.testimnl-list .testimonial-item .subtitle::before{
  content: "\f068";
  font-family: "FontAwesome";
  padding-right: 5px;
  color: #b68a6a;
}


.enquire-btn{ position: fixed;}
.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:40px;
	right:40px;
	background-color: #25D366;
color: #fff;
	border-radius:50px;
	text-align:center;
	/* box-shadow: 2px 2px 3px #999; */
  z-index: 5;
}

.my-float{
  font-size: 25px !important;
  margin-top: 0;
  line-height: 50px !important;
}

a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container{
  visibility: visible;
  opacity: 1;
}
.bookapntmnt .wphdr{ margin-bottom: 0;}
.wphdr{}
.wphdr h4{ font-size: 20px;
  letter-spacing: 1px; }
  .wphdr h4.subtitle{ padding: 30px 0;}







  .offer-block{
    position: relative;
    margin-bottom: 30px;
}

.offer-block .image-layer{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 0;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease,-webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.offer-block:hover .image-layer,
.offer-block.active .image-layer{
    -webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.offer-block .image-layer:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #1b212f;
    opacity: 0.80;
}

.offer-block .inner-box{
    position: relative;
    display: block;
    padding: 50px 40px 50px;
    background: #f0e5e1;
    text-align: left;
    max-height: 450px;
    min-height: 450px;
    height: 100%;
    /* -ms-box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.03), 5px 0px 25px 0px rgba(0, 0, 0, 0.03), 0px 30px 15px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.03), 5px 0px 25px 0px rgba(0, 0, 0, 0.03), 0px 30px 15px 0px rgba(0, 0, 0, 0.02); */
    border-radius: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.offer-block h6{ position: relative; z-index: 1;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #191919;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 700;
}

.offer-block .text{
    position: relative;
    margin-bottom: 25px;
    color: #141414;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.offer-block:hover .text,
.offer-block:hover h6,
.offer-block:hover .link-box,
.offer-block:hover p,
.offer-block.active .text,
.offer-block.active h6,
.offer-block.active .link-box,
.offer-block.active p,
.offer-block .link-box a:hover{
    color: #fff;
}
.offer-block:hover h6,
.offer-block.active h6{ border-bottom-color: #fff; }

.offer-block .text li{
    position: relative; display: flex;
    font-size: 16px; line-height: 22px;
    margin-bottom: 10px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.offer-block .text li::before{ content: "\f00c"; font-family: FontAwesome; font-size: 12px; margin-right: 5px;}
.offer-block .link-box{
    position: relative;
    z-index: 1;
}



.offer-block .image{
    position: relative;
    border-radius: 8px;
}

.offer-block .image img{
    display: block;
    width: 100%;
    border-radius: 8px;
}
.offer-block p.small{ margin-left: auto; position: relative;
  z-index: 1;}
  .flexconct{ display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 0;}
  .hdrtext.flexconct .bannertitle {
    margin-top: 0;
    padding: 0;
  }
  .cnct-txt{ text-align: left;}
  .flexconct h4 {
    font-size: 20px;
    letter-spacing: 1px; margin-left: auto;
  }
  .flexconct h4 .sendbtn{ padding: 15px 50px;}
  .blowdryimg{ max-width: 80%; margin: 0 auto; max-height: 100%;
    min-height: 100%;
    height: 100%; }