 

@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&display=swap');
/*font-family: 'Righteous', cursive;*/
/*font-family: 'Kaushan Script', cursive;*/
/*    font-family: 'Libre Caslon Display', serif;*/

 html, body {
    overflow-x: hidden; /* Prevent horizontal scrolling */
    margin: 0;
    padding: 0;
  }

@font-face {
  font-family: 'Verlag';
  src: url('../fonts/verlag-black.ttf') format('truetype'), url('../fonts/verlag-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Verlag';
  src: url('../fonts/verlag-light.ttf') format('truetype'), url('../fonts/verlag-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Verlag';
  src: url('../fonts/verlag-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:16px;
  color:#8a8582;
  line-height:28px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Jost', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

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

.large-container{
  max-width: 1700px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

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

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Verlag';
  color: #8a8582;
  font-weight: 500;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Verlag';
  color: #35312f;
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
}

.preloader-close{
  position: fixed;
  z-index: 999999;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  right: 0;
  bottom: 0;
  font-weight: 600;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  color: #513c8f;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #a7ab91;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #513c8f;
  border-top-color: rgb(236 240 219);
}

/* AnimaciÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  /*width: 100%;*/
}

/** button **/

.theme-btn-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  font-weight: inherit;
  color: #fff;
  text-align: center;
  padding: 23.5px 50px;
  text-transform: uppercase;
  z-index: 1;
  letter-spacing: 2px;
}

.theme-btn-one:before{
  position: absolute;
  content: '';
  background: #ecf0db;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn-one:after{
  position: absolute;
  content: '';
  background: #ecf0db;
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn-one:hover:before,
.theme-btn-one:hover:after{
  width: 50%;
}
.theme-btn-one:hover {
    color: #513c8f;
}
.pagination{
  position: relative;
  display: block;
}

.pagination li{
  display: inline-block;
  margin: 0px 3px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #35312f;
  border-radius: 5px;
  background: transparent;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.active{
  color: #fff;
}

.sec-pad{
  padding: 120px 0px !important;
}

.mr-0{
  margin: 0px !important;
}

.scroll-top{
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 24px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 50px;
}

.scroll-top span{
  color: #fff;
}

.sec-title{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 60px;
}

.sec-title span{
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  top: 41px;
  font-size: 150px;
  line-height: 120px;
  font-family: 'Mrs Saint Delafield', cursive;
  color: #fff;
}

.sec-title.brown span{
  color: #fbf4f0;
}

.sec-title.light span{
  color: rgba(255,255,255,0.1);
}

.sec-title h2{
  position: relative;
  display: block;
  color: #513c8f;
  font-size: 3.8em;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.sec-title.light h2{
  color: #fff;
}




/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #fff;
  left:0px;
  top:0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  padding: 20px 0px;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  display: block;
}

/** header-top **/
.main-header .header-top{
  position: relative;
  width: 100%;
  background: #fff;
  padding-left: 300px;
}

.main-header .header-top .top-inner{
  position: relative;
  background: #35312f;
  padding: 9px 0px 9px 30px;
}

.main-header .header-top .top-inner:before{
  position: absolute;
  content: '';
  background: #513c8f;
  width: 5000px;
  height: 100%;
  left: 0px;
  top: 0px;
}

.main-header .header-top p{
  font-size: 15px;
  font-weight: 100;
  line-height: 12px;
  color: #fff;
}

.main-header .header-top p i{
  margin-right: 8px;
}

/** header-upper **/

.header-upper{
  position: relative;
  width: 100%;
  padding: 15px 0px 15px 300px;
  border-bottom: 1px solid #dcc6fd;
}
.header-lower {
  padding-top: 15px;
  /* padding-bottom: 15px; */
}
.header-upper .logo-box{
  position: absolute;
  left: 0px;
  top: -17px;
  max-width: 168px;
  z-index: 1;
}

.header-upper .logo-box img{
   width: auto; 
   max-width: 260px; 
}
 .social-links li{
  position: relative;
  display: inline-block;
  line-height: 0;
}
.social-links.pull-left {
  line-height: 0px;
}
.social-links li a{
  position: relative;
  /*! display: inline-block; */
  font-size: 14px;
  color: #cbd78d;
  /*! background: #cbd78d; */
  /*! height: 30px; */
  /*! width: 30px; */
  line-height: 0px;
  text-align: center;
  padding-right: 10px;
}

.social-links li a:hover{
  color: #fff;
}

 .info-box li{
  position: relative;
  display: inline-block;
  line-height: 20px;
  padding: 0px 0px 0px 36px;
  text-align: left;
  margin-right: 15px;
}

 .info-box li:last-child{
  margin-right: 0px;
}

 .info-box li i{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 26px;
  line-height: 26px;
  color: #c1cc89;
}

 .info-box li p{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #513c8f;
  line-height: 16px;
  font-weight: 500;
}

 .info-box li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #513c8f;
  line-height: 16px;
  font-weight: 500;
}

 .info-box li a:hover{

}


/** header-lower **/

.main-header .outer-box{
  position: relative;
}

.main-header .menu-right-content{
  position: relative;
}

.main-header .menu-right-content .search-btn,
.main-header .menu-right-content .cart-box{
  position: relative;
  float: left;
}

.main-header .menu-right-content .search-btn{
  /*! margin-right: 30px; */
}

.main-header .menu-right-content .search-btn button{
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #513c8f;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
  padding: 0px;
}

.main-header .menu-right-content .search-btn button:hover{

}

.main-header .menu-right-content .cart-box a{
  position: relative;
  display: inline-block;
  font-size: 26px;
  color: #35312f;
  padding-right: 8px;
}

.main-header .menu-right-content .cart-box a:hover{

}

.main-header .menu-right-content .cart-box a span{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 8px;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
}

/** main-menu **/

.main-menu{
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  padding: 0px 0px;
  margin: 0px 13px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a {
  position:relative;
  display:block;
  text-align:center;
  font-size:15px;
  line-height:30px;
  font-weight:500;
  opacity:1;
  font-family: 'Jost', sans-serif;
  z-index:1;
  text-transform: uppercase;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}
.main-menu .navigation > li > a,
.main-menu .navigation li a {
  color: #513c8f;

}

/* .main-menu .navigation > li:hover ul,
.main-menu .navigation > li ul li:hover ul{
  visibility: visible;
  opacity: 1;
  top: 16px;
} */

.main-menu .navigation > li.menu-item-has-children:hover > .sub-menu,
.main-menu .navigation > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover > .sub-menu,
.main-menu .navigation > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 16px;
}

.main-menu .navigation > li.menu-item-has-children:hover > .sub-menu:has( > ul.sub-menu){
  display: flex;
}

.main-menu .navigation > li.menu-item-has-children > .sub-menu{
  display: none;
}


.main-menu .navigation > li > a:before{
  position: absolute;
  content: '';
  width: 31px;
  height: 4px;
  left: 50%;
  bottom: -4px;
  margin-left: -17px;
  transform: scale(0,0);
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before{
  transform: scale(1,1);
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  color: #cbd78d;
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:250px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  background-color: #fff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding:14px 0px;
  line-height:24px;
  font-weight:500;
  font-family: 'Jost', sans-serif;
  font-size:15px;
  text-transform:capitalize;
  color:#35312f;
  border-bottom: 1px solid #461988;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:before{
  position: absolute;
  content: "\f105";
  font-size: 17px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  left: -30px;
  top: 15px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover:before{
  left: -17px;
  opacity: 1;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{

}

/*.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}*/

.main-menu .navigation > li > ul > li > a:hover{
  
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:14px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul,
.main-menu .navigation > li > ul > li > ul > li > ul {
  position:absolute;
  right:-225px;
  top:0 !important;
  width:230px;
  z-index:100;
  display:none;
  padding: 10px 0px;
  background-color: #fff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  transition: 0.3s ease-in-out;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li {
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li:last-child,
.main-menu .navigation > li > ul > li > ul > li > ul > li:last-child {
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a,
.main-menu .navigation > li > ul > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  font-size: 15px;
  padding:14px 0px;
  line-height:24px;
  font-weight:500;
  font-family: 'Jost', sans-serif;
  text-transform:capitalize;
  color:#35312f;
  border-bottom: 1px solid #f1e6df;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:before{
  position: absolute;
  content: "\f105";
  font-size: 17px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  left: -30px;
  top: 14px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover:before{
  left: -17px;
  opacity: 1;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease; 
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #3b3b3b;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}

.main-header .sticky-header .logo-box{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 20px 0px;
  z-index: 1;
}

.main-header .sticky-header .logo-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: rotate(45deg);
  z-index: -1;
}

.main-header .sticky-header .logo-box:after {
  position: absolute;
  content: '';
  border: 1px dashed #fff;
  width: calc(100px - 10px);
  height: calc(100px - 10px);
  left: 5px;
  top: 5px;
  transform: rotate(45deg);
}

/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  font-weight: 500;
  padding: 3px 0px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #202020;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 12px;
  text-transform: capitalize;
  display: inline-block;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  background:#fff; 
  color: #3b3b3b;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  /*! display: none; */
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}


/** search pop-up style **/

.main-header.style-one .search-box-outer .search-toggler{
  position: relative;
  font-size: 18px;
  color: #fff;
  padding: 5px 10px;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  transition: all 500ms ease;
}

.main-header .search-box-outer .search-toggler:hover{
  
}

.search-popup{
  position:fixed;
  left:0;
  top:0px;
  width:100%;
  height:100%;
  z-index:99999;
  visibility:hidden;
  opacity:0;
  overflow:auto;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform:translateY(101%);
  -ms-transform:translateY(101%);
  transform:translateY(101%);
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.search-popup.popup-visible{
  -webkit-transform:translateY(0%);
  -ms-transform:translateY(0%);
  transform:translateY(0%);
  visibility:visible;
  opacity:1;
}

.search-popup .overlay-layer{
  position:absolute;
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  display:block;
}

.search-popup .close-search{
  position:absolute;
  right:25px;
  top:25px;
  font-size:16px;
  font-weight: 700;
  color:#ffffff;
  cursor:pointer;
  z-index:5;
  transition: all 500ms ease;
}

.search-popup .close-search:hover{

}

.search-popup.popup-visible .search-form {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 500ms ease 500ms;
  -moz-transition: all 900ms ease 500ms;
  -webkit-transition: all 900ms ease 500ms;
  -ms-transition: all 900ms ease 500ms;
  -o-transition: all 900ms ease 500ms;
}

.search-popup .search-form {
  position: relative;
  padding: 0px 15px 0px;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 100px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  z-index: 10;
}

.search-popup .search-form fieldset{
  position:relative;
}

.search-popup .search-form fieldset input[type="search"]{
  position:relative;
  height:70px;
  padding:20px 250px 20px 30px;
  background:#ffffff;
  line-height:30px;
  font-size:24px;
  color:#233145;
  box-shadow: none;
  outline: none;
}

.search-popup .search-form fieldset input[type="submit"]{
  position:absolute;
  display:block;
  right:0px;
  top:0px;
  text-align:center;
  width:220px;
  height:70px;
  padding:20px 10px 20px 10px;
  color:#ffffff !important;
  line-height:30px;
  font-size:20px;
  cursor:pointer;
  text-transform:uppercase;
}

.search-popup .search-form fieldset input[type="submit"]:hover{
  transform: translateY(0px);
}

.search-popup h3{
  text-transform:uppercase;
  font-size:20px;
  font-weight:600;
  color:#ffffff;
  margin-bottom:20px;
  letter-spacing:1px;
  text-align:center;  
}

.search-popup .recent-searches{
  font-size:16px;
  color:#ffffff;
  text-align:center;
}

.search-popup .recent-searches li{
  display:inline-block;
  margin:0px 10px 10px 0px; 
}

.search-popup .recent-searches li a{
  display:block;
  line-height:24px;
  border:1px solid #ffffff;
  padding:7px 15px;
  color:#ffffff;
  border-radius:3px;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}

.search-popup .recent-searches li a:hover{
  
}


/** banner-section **/

.banner-section{
  position: relative;
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 307px 0px 220px 0px;
	height: 750px;
}

.page-id-5 .banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #23201f;
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.6;
}

.banner-carousel .slide-item .image-layer{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
}

.banner-carousel .content-box{
  position: relative;
  display: block;
  z-index:5;
}

.banner-carousel .content-box .title-text{
  position: absolute;
  display: block;
  width: 100%;
  left: 0px;
  top: 0px;
  font-size: 280px;
  line-height: 200px;
  font-family: 'Mrs Saint Delafield', cursive;
  color: rgba(255,255,255,0.1);
}

.banner-carousel .content-box h1{
  position: relative;
  display: block;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  font-weight: 400;
  margin-bottom: 47px;
  opacity: 0;
  text-transform: uppercase;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.banner-carousel .content-box .btn-box .video-btn{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 73px;
  line-height: 73px;
  font-size: 14px;
  color: #35312f;
  background: #fff;
  text-align: center;
  transition: all 500ms ease;
}

.banner-carousel .content-box .btn-box .video-btn:hover{
  color: #fff;
}

.banner-carousel .content-box .btn-box .theme-btn-one{
  margin-right: 5px;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.rotate-me {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.banner-section .owl-dots{
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}

.owl-dots-style-one .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 31px;
  height: 4px;
  background-repeat: no-repeat !important;
  cursor: pointer;
  opacity: 0.5;
  margin: 0px 5px;
  transition: all 500ms ease;
}

.owl-dots-style-one .owl-dots .owl-dot.active span,
.owl-dots-style-one .owl-dots .owl-dot span:hover{
  opacity: 1;
}


/** about-section **/

.about-section{
  position: relative;
  padding-bottom: 140px;
}

.about-section .content-inner{
  position: relative;
  padding-top: 110px;
}

.about-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 360px;
  height: 488px;
  background-repeat: no-repeat;
}

#content_block_1 .content-box h2{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 53px;
  text-transform: uppercase;
  margin-bottom: 48px;
}

#content_block_1 .content-box .image-holder{
  position: relative;
  display: block;
  padding-right: 50px;
  margin-right: 40px;
}

#content_block_1 .content-box .image-holder .line{
  position: absolute;
  width: 26px;
  height: 100%;
  left: -45px;
  top: 0px;
  background-repeat: no-repeat;
}

#content_block_1 .content-box .image-holder .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

#content_block_1 .content-box .image-holder .image-box img{
  width: 100%;
}

#content_block_1 .content-box .image-holder .image-box:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#content_block_1 .content-box .image-holder:hover .image-box:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

#content_block_1 .content-box .image-holder .icon-box{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
}

#content_block_2 .content-box h4{
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 29px;
}

#content_block_2 .content-box .list li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #8a8582;
  margin-bottom: 10px;
  padding-left: 22px;
}

#content_block_2 .content-box .list li:last-child{
  margin-bottom: 0px;
}

#content_block_2 .content-box .list li:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  left: 0px;
  top: 9px;
}

#content_block_2 .content-box .list{
  position: relative;
  margin-bottom: 45px;
}

#content_block_2 .content-box .inner-box li{
  position: relative;
  display: inline-block;
  float: left;
  max-width: 180px;
  width: 100%;
  background: #e8ebda;
  min-height: 96px;
  padding: 34px 0px 30px 60px;
  margin-right: 10px;
}

#content_block_2 .content-box .inner-box li:last-child{
  margin-right: 0px;
}

#content_block_2 .content-box .inner-box li i{
  position: absolute;
  left: 25px;
  top: 33px;
  font-size: 30px;
  line-height: 30px;
}

#content_block_2 .content-box .inner-box li p{
  font-size: 14px;
  color: #35312f;
  font-weight: 500;
  text-transform: uppercase;
}

#content_block_3 .content-box{
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

#content_block_3 .content-box .location-box{
  position: relative;
  padding: 40px 60px 37px 60px;
}

#content_block_3 .content-box .location-box p{
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

#content_block_3 .content-box .location-box i{
  position: absolute;
  right: -30px;
  bottom: -30px;
  font-size: 120px;
  line-height: 120px;
  color: rgba(255,255,255,0.1);
}

#content_block_3 .content-box .shediul-box{
  position: relative;
  padding: 53px 75px 59px 60px;
}

#content_block_3 .content-box .shediul-box i{
  position: absolute;
  top: 65px;
  right: 60px;
  font-size: 50px;
  line-height: 50px;
}

#content_block_3 .content-box .shediul-box h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 38px;
}

#content_block_3 .content-box .shediul-box .time-list li{
  position: relative;
  display: block;
  margin-bottom: 28px;
}

#content_block_3 .content-box .shediul-box .time-list li:last-child{
  margin-bottom: 0px;
}

#content_block_3 .content-box .shediul-box .time-list li span{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#content_block_3 .content-box .shediul-box .time-list li h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 25px;
}

.bg-color-1{
  background: #ecf0db;
}


/** service-section **/

.service-section{
  position: relative;
  padding: 133px 0px 120px 0px;
}

#content_block_4 .content-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

#content_block_4 .content-box .service-box{
  position: relative;
  padding: 41px 15px 29px 24px;
}

#content_block_4 .content-box .btn-box{
  padding: 15px 15px;
}

#content_block_4 .content-box .btn-box .theme-btn-one{
  padding: 23.5px 30px;
  display: block;
}

#content_block_4 .content-box 

.service-box.list li > a {
    color: #000;
    font-size: 22px;
    padding: 0px 25px;
    font-weight: revert;
}

.service-box.list li {
  padding: 15px 0px !important;
  border-bottom: ;
}
.service-box.list li:hover {
  background: #ecf0db;
}
h3, .service-box h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #513c8f;
  font-weight: 900;
  text-align: center;
}

#content_block_4 .content-box .service-box ul li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 9px;
  font-family: 'Verlag';
}

#content_block_4 .content-box .service-box ul li:last-child{
  margin-bottom: 0px;
}

#content_block_4 .content-box .service-box ul li span{
  float: right;
  font-weight: 500;
}

.three-item-carousel .service-block-one{
  margin-bottom: 50px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
  height: 250px;
  object-fit: cover;
}

.service-block-one .inner-box:hover .image-box img{
  opacity: 0.2;
  transform: scale(1.1);
}

.service-block-one .inner-box .lower-content{
  position: relative;
  padding: 25px 0px 0px;
}

.service-block-one .inner-box .lower-content .price{
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 73px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fbf4f0;
  font-size: 14px;
  font-weight: 500;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .price{
  color: #fff;
}

.service-block-one .inner-box .lower-content h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.service-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #513c8f;
  font-family: 'Verlag';
  font-weight: 800;
}

.service-block-one .inner-box .lower-content h4 a:hover{

}

.service-block-one .inner-box .lower-content p{
  font-size: 16px;
  font-weight: 400;
}

.service-section .owl-dots-style-one .owl-dots .owl-dot span{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.service-section .owl-dots-style-one .owl-dots .owl-dot span:hover,
.service-section .owl-dots-style-one .owl-dots .owl-dot.active span{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

.service-section .owl-dots{
  position: relative;
  display: block;
  margin-top: 50px;
}

/** service-style-two **/

.service-style-two{
  position: relative;
  padding: 111px 0px 120px 0px;
}

.service-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 545px;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-style-two .image-layer{
  position: absolute;
  right: 0px;
  top: -118px;
}

.service-style-two #content_block_5 .content-box{
  margin-right: 70px;
}

#content_block_5 .content-box h2{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 53px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 39px;
}

#content_block_5 .content-box p{
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 33px;
}

#content_block_5 .content-box .list li{
  position: relative;
  display: block;
  float: left;
  width: 50%;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
  padding-left: 28px;
}

#content_block_5 .content-box .list li:before{
  position: absolute;
  content: "\f106";
  font-size: 18px;
  color: #fff;
  font-family: 'Flaticon';
  left: 0px;
  top: 0px;
  font-weight: 400;
}

#content_block_5 .content-box .list{
  margin-bottom: 28px;
}

#content_block_5 .content-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 43px;
}

#content_block_5 .content-box h5 a{
  display: inline-block;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

#content_block_5 .content-box h5 a:hover{
  color: #35312f;
  border-bottom: 1px solid #35312f;
}

#content_block_5 .content-box .btn-box .theme-btn-one{
  background: #35312f;
}

#content_block_5 .content-box .btn-box .theme-btn-one:before,
#content_block_5 .content-box .btn-box .theme-btn-one:after{
  background: #fff;
}

#content_block_5 .content-box .btn-box .theme-btn-one:hover{

}

.service-style-two .inner-box .single-item{
  position: relative;
  display: inline-block;
  max-width: 365px;
  width: 100%;
  background: #fff;
  padding: 34px 30px 26px 165px;
  min-height: 160px;
  margin-bottom: 20px;
}

.service-style-two .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.service-style-two .inner-box .single-item .icon-box{
  position: absolute;
  left: 40px;
  top: 48px;
  font-size: 65px;
  line-height: 65px;
}

.service-style-two .inner-box .single-item .icon-box:before{
  position: absolute;
  content: '';
  background: #f1e6df;
  width: 1px;
  height: 80px;
  top: -8px;
  right: -30px;
}

.service-style-two .inner-box .single-item h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.service-style-two .inner-box .single-item:nth-child(2){
  margin-left: 20px;
  background: #34302e;
}

.service-style-two .inner-box .single-item:nth-child(2) h4{
  color: #fff;
}

.service-style-two .inner-box .single-item:nth-child(2) .icon-box:before{
  background: #4a4644;
}

.service-style-two .inner-box{
  position: relative;
  margin-top: 11px;
}


/** team-section **/

.team-section{
  position: relative;
  padding: 133px 0px 140px 0px;
}

.team-section .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 507px;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-block-one{
  position: relative;
  display: block;
  max-width: 290px;
  width: 100%;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  background: #fff;
  min-height: 303px;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box{
  /*! padding: 15px 15px; */
  /*! box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
}

.team-block-one .inner-box .image-box img{
  width: 100%;
}

.team-block-one .inner-box .image-box .signature{
  position: absolute;
  display: block;
  right: -40px;
  bottom: 15px;
  font-size: 75px;
  line-height: 75px;
  font-family: 'Mrs Saint Delafield', cursive;
  color: #35312f;
  transform: rotate(-45deg);
}

.team-block-one .inner-box .lower-content{
  position: relative;
  padding-top: 35px;
}

.team-block-one .inner-box .lower-content h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.team-block-one .inner-box .lower-content h5 a{
  display: inline-block;
}

.team-block-one .inner-box .lower-content h5 a:hover{
  text-decoration: underline;
}

.team-block-one .inner-box .lower-content p{
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 36px;
}

.team-block-one .inner-box .lower-content .social-links{
  position: relative;
  top: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .lower-content .social-links{
  top: 0px;
  opacity: 1;
  visibility: visible;
}

.team-block-one .inner-box .lower-content .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.team-block-one .inner-box .lower-content .social-links li:last-child{
  margin-right: 0px;
}

.team-block-one .inner-box .lower-content .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #35312f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fbf4f0;
}

.team-block-one .inner-box .lower-content .social-links li a:hover{
  color: #fff;
}


/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding: 133px 0px 0px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.testimonial-section:before{
  position: absolute;
  content: '';
  /* background: #35312f; */
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.85;
}
.bg-orange-light {
    padding-bottom: 80px;
    background: #ecf0db;
    padding-top: 80px;
}
.testimonial-section .testimonial-content{
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 30px auto;
}

.testimonial-section .testimonial-content .inner-box h2 p{
  position: relative;
  display: block;
  margin-bottom: 44px;
  font-family: Verlag, sans-serif;
  color: #777785;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
}

.testimonial-section .testimonial-content .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

.testimonial-section .owl-dots{
  position: relative;
  display: block;
  margin-top: 20px;
}

.testimonial-section .sec-title{
  margin-bottom: 50px;
}
.testimonial-section .sec-title span {
    color: #ecf0db;
    font-family: Linotype Didot;
    color: #b3b99187;
    font-size: 3em;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
}
.instagram-follows-section  .sec-title
{  margin-bottom: 0px;}

.instagram-follows-section .sec-title span 
{
 color: #b3b99187 !important;
    font-family: Linotype Didot;
    color: #b3b99187;
    font-size: 2em;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
 line-height: 34px;
 top: -30px;
}
.instagram-follows-section .sec-title h2 {
  font-size: 2rem;
}

/** features-section **/

.features-section{
  position: relative;
  padding: 110px 0px 0px 0px;
}

.features-section .single-item{
  position: relative;
  display: block;
  float: left;
  width: 33.333%;
}

.features-section .single-item .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #302c2a;
  padding: 55px 60px 60px 60px;
}

.features-section .single-item .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 39px;
  transition: all 500ms ease;
}

.features-section .single-item .inner-box:hover h4{

}

.features-section .single-item .inner-box p{
  font-size: 18px;
  line-height: 34px;
  color: #a9a6a4;
  margin-bottom: 33px;
  transition: all 500ms ease
}

.features-section .single-item .inner-box:hover p{
  color: #fff;
}

.features-section .single-item .inner-box .theme-btn-one{
  padding: 8.5px 30px;
  font-size: 12px;
  font-weight: 600;
}

.features-section .single-item .inner-box .bg-layer{
  position: absolute;
  content: "";
  top: 0;
  left: -101%;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.features-section .single-item .inner-box:hover .bg-layer{
  left: 0px;
}

.features-section .single-item .inner-box .bg-layer:before{
  position: absolute;
  content: '';
  background: #35312f;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}


/** gallery-section **/

.gallery-section{
  position: relative;
  padding: 134px 0px 110px 0px;
}

.gallery-section .outer-container{
  position: relative;
  max-width: 1475px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.gallery-section .sec-title{
  margin-bottom: 83px;
}

.gallery-section .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.gallery-section .owl-dots-style-one .owl-dots .owl-dot span{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  opacity: 1
}

.gallery-section .owl-dots-style-one .owl-dots .owl-dot span:hover, 
.gallery-section .owl-dots-style-one .owl-dots .owl-dot.active span{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

.gallery-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 15px 15px;
  margin: 30px 0px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

.gallery-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0,0);
  opacity: 0.9;
  z-index: 1;
  transition: all 500ms ease;
}

.gallery-block-one .inner-box:hover .image-box:before{
  transform: scale(1,1);
}

.gallery-block-one .inner-box .image-box img{
  width: 100%;
  position: relative;
  height: auto !important;
}

.gallery-block-one .inner-box .image-box a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 30px;
  color: #fff;
  z-index: 1;
  opacity: 0;
}

.gallery-block-one .inner-box:hover .image-box a{
  opacity: 1;
}

.bg-color-3{
  background: #363230;
}


/** news-section **/

.news-section{
  position: relative;
  padding: 133px 0px 120px 0px;
}

.news-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img{
  opacity: 0.2;
  transform: scale(1.05);
}

.news-block-one .inner-box .image-box .post-date{
  position: absolute;
  display: inline-block;
  right: 0px;
  bottom: 0px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px;
  z-index: 1;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  padding: 33px 40px 31px 40px;
}

.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-right: 7px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child{
  margin-right: 0px;
}

.news-block-one .inner-box .lower-content .post-info li i{
  margin-right: 5px;
}

.news-block-one .inner-box .lower-content .post-info li a{
  color: #8a8582;
}

.news-block-one .inner-box .lower-content .post-info li a:hover{

}

.news-block-one .inner-box .lower-content .post-info{
  position: relative;
  margin-bottom: 1px;
}

.news-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.news-block-one .inner-box .lower-content h3 a{
  color: #35312f;
}

.news-block-one .inner-box .lower-content h3 a:hover{

}

.news-block-one .inner-box .lower-content .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #8a8582;
  text-transform: uppercase;
  padding-left: 17px;
}

.news-block-one .inner-box .lower-content .link-btn a:hover{

}

.news-block-one .inner-box .lower-content .link-btn a:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  left: 0px;
  top: 7px;
}


/** appointment-section **/

.appointment-section{
  position: relative;
  padding: 60px 0px;
  border-bottom: 1px solid #f1e6df;
}

.appointment-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.appointment-section .bg-layer:before{
  position: absolute;
  content: '';
  background: #eaeed9;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.appointment-section .content-box{
  position: relative;
  margin-right: 45px;
  margin-top: -8px;
}

.appointment-section .content-box .upper-inner h2{
  font-weight: 800;
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 53px;
  text-transform: uppercase;
  margin-bottom: 39px;
  color: #513c8f;
}

.appointment-section .content-box .upper-inner p{
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
}

.appointment-section .content-box .upper-inner{
  position: relative;
  margin-bottom: 208px;
}

.appointment-section .content-box .lower-inner{
  position: relative;
  padding-left: 270px;
}

.appointment-section .content-box .lower-inner .image-box{
  position: absolute;
  left: 0px;
  top: 6px;
}

.appointment-section .content-box .lower-inner .counter-inner .single-counter{
  position: relative;
  padding-bottom: 36px;
  margin-bottom: 29px;
  border-bottom: 1px solid #f1e6df;
}

.appointment-section .content-box .lower-inner .counter-inner .single-counter:last-child{
  padding: 0px;
  margin: 0px;
  border-bottom: none;
}

.appointment-section .content-box .lower-inner .counter-inner .single-counter .count-outer{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 5px;
}

.appointment-section .content-box .lower-inner .counter-inner .single-counter h4{
  font-size: 20px;
  line-height: 26px;
}

#appointment_block .form-inner{
  /* position: relative; */
  /* display: block; */
  /* background: #fff; */
  /* padding: 53px 70px 80px 70px; */
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
}

#appointment_block .form-inner .title-text{
  position: absolute;
  display: inline-block;
  right: -140px;
  bottom: 80px;
  color: #faf3ef;
  font-size: 90px;
  line-height: 90px;
  text-transform: uppercase;
  letter-spacing: 5px;
  transform: rotate(90deg);
  z-index: -1;
}

#appointment_block .form-inner:before{
  position: absolute;
/*   content: ''; */
  width: 100%;
  max-width: 310px;
  height: 14px;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: 0 auto;
}

/** nice-select **/

.nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #ecf0db;
  padding: 5px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #8a8582;
  border: none;
  border-radius: 0px;
  border: 2px solid #c8cbbb;
}

.main-header .nice-select{
  width: 170px !important;
}

.nice-select:after{
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #8a8582;
  border-right: 2px solid #8a8582;
  right: 25px;
  margin-top: -3px;
}

#appointment_block .form-inner .form-group{
  position: relative;
  margin-bottom: 10px;
  padding: 0px 5px;
}

#appointment_block .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

#appointment_block .form-inner .form-group input[type='text'],
#appointment_block .form-inner .form-group input[type='email'],
#appointment_block .form-inner .form-group textarea,
#appointment_block .form-inner .form-group input[type='tel'],
#appointment_block .form-inner .form-group select{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #ecf0db;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #000 !important;
  border: 2px solid #c8cbbb;
}

#appointment_block .appointment-form{
  position: relative;
  margin: 0px 10px;
}

#appointment_block .form-inner .form-group textarea{
  height: 125px;
  resize: none;
}

#appointment_block .form-inner p{
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 25px;
  color: #000;
}


/** clients-section **/

.clients-section{
  position: relative;
  padding: 80px 0px 80px 0px;
}

.clients-section .clients-logo-box{
  position: relative;
  display: block;
}

.clients-section .clients-logo-box img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  opacity: 0.2;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-section .clients-logo-box img:hover{
  opacity: 1;
}


/** cta-section **/

.cta-section{
  position: relative;
}

.cta-section .image-box{
  position: relative;
  display: block;
  min-height: 300px;
}

.cta-section .image-box .image{
  position: absolute;
}

.cta-section .image-box .image-1{
  left: -123px;
  top: -130px;
  z-index: 1;
}

.cta-section .image-box .image-2{
  left: -60px;
  bottom: -60px;
}

.cta-section .image-box .image-3{
  right: 115px;
  top: -110px;
}

.cta-section .image-box .image-4{
  right: 70px;
  bottom: -50px;
  z-index: -1;
}

.cta-section .content-box{
  position: relative;
  display: block;
  padding: 71px 0px 80px 0px;
}

.cta-section .content-box h2{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 53px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.cta-section .content-box .theme-btn-one{
  background: #fff;
  color: #35312f !important;
  font-size: 18px;
}

.cta-section .content-box .theme-btn-one:hover{
  color: #513c8f !important;
}

.cta-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}


/** main-footer **/

.main-footer{
  position: relative;
}

.footer-top{
  position: relative;
  display: block;
  background: #513c8f;
  padding: 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-column {

-webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);

background-color: #64628d;
}
.footer-top .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 545px;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-top .logo-widget .footer-logo{
  position: relative;
  margin-bottom: 31px;
}

.footer-top .logo-widget .text p{
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  color: #fff;
}

.footer-top .logo-widget .text{
  margin-bottom: 28px;
}

.footer-top .logo-widget{
  position: relative;
  padding: 50px 50px;
}

.footer-top .logo-widget .subscribe-form .form-group{
  position: relative;
  margin: 0px;
}

.footer-top .logo-widget .subscribe-form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #8f9d58;
  border: 1px solid rgba(255,255,255,0.1);
  padding: 10px 80px 10px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #513c8f;
  transition: all 500ms ease;
}

.footer-top .logo-widget .subscribe-form .form-group input::-webkit-input-placeholder{
  color:#a9a6a4;
}

.footer-top .logo-widget .subscribe-form .form-group input:focus{

}

.footer-top .logo-widget .subscribe-form .form-group button{
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  padding: 14.5px 14px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.footer-top .widget-title{
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.footer-top .widget-title h5{
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-top .links-widget .links-list li{
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.footer-top .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.footer-top .links-widget .links-list li a{
  color: #fff;
}

.footer-top .links-widget .links-list li a:hover{

}
.footer-top .logo-widget h4 {
    font-weight: 600;
    padding-bottom: 10px;
}

.footer-top .logo-widget p {
    color: #fff;
}
.footer-top .contact-widget .info-list li{
  position: relative;
  display: block;
  padding: 10px 0px 0px 30px;
}

.footer-top .contact-widget .info-list li:last-child{
  border-bottom: none;
}

.footer-top .contact-widget .info-list li i{
  position: absolute;
  left: 0px;
  top: 17px;
  font-size: 18px;
}

.footer-top .contact-widget .info-list li p{
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  color: #fff;
}

.footer-top .contact-widget .info-list li p a{
  color: #fff;
}

.footer-top .contact-widget .info-list li p a:hover{

}

.footer-top .contact-widget .widget-title{
  margin-bottom: 19px;
}

.footer-top .instagram-widget .image-list li{
  position: relative;
  float: left;
  width: 76px;
  height: 76px;
  margin: 0px 5px 10px 5px;
}

.footer-top .instagram-widget .image-list li .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.footer-top .instagram-widget .image-list li .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.footer-top .instagram-widget .image-list li .image-box:hover img{
  opacity: 0.2;
}

.footer-top .instagram-widget .image-list li .image-box a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 20px;
  color: #fff;
  opacity: 0;
  z-index: 1;
}

.footer-top .instagram-widget .image-list li .image-box:hover a{
  opacity: 1;
}

.footer-top .instagram-widget .image-list{
  position: relative;
  margin: 0px -5px;
}

.footer-botton{
  position: relative;
  display: block;
  background: #fff;
  padding: 10px 0px;
}

.footer-botton .copyright p{
  position: relative;
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  color: #513c8f;
  font-family: 'Jost';
}

.footer-botton .copyright p a{
  color: #fff;
}

.footer-botton .copyright p a:hover{

}

.footer-botton .footer-social li{
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.footer-botton .footer-social li:last-child{
  margin-right: 0px;
}

.footer-botton .footer-social li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  background: #513c8f;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.footer-botton .footer-social li a:hover{
  color: #fff;
  font-size: 16px;
}



/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

/** header-style-two **/

.main-header.style-two{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
}

.page-id-5 .main-header.style-two .header-top{
  padding-left: 0px;
  background: #513c8f;
  box-shadow: 0 70px 120px 100px #1e188c4f;
}
.main-header.style-two .header-top{
padding-left: 0px;
  background: #513c8f;
}
.main-header.style-two .header-top .top-inner{
  padding-left: 0px;
}

.main-header.style-two .header-upper .mail-box{
  position: relative;
  padding: 34px 0px 31px 0px;
}

.main-header.style-two .header-upper .mail-box .inner{
  position: relative;
  padding-left: 45px;
}

.main-header.style-two .header-upper .info-box i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 36px;
  line-height: 30px;
}

.main-header.style-two .header-upper .info-box p{
  font-size: 12px;
  line-height: 14px;
  color: #a9a6a4;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.main-header.style-two .header-upper .info-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  font-weight: 500;
}

.main-header.style-two .header-upper .info-box a:hover{

}

.main-header.style-two .header-upper .logo-box{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  top: 0px;
}

.main-header.style-two .header-upper .phone-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 0px 25px 0px;
}

.main-header.style-two .header-upper .phone-box .inner{
  position: relative;
  padding-left: 45px;
}

.main-header.style-two .header-upper .upper-inner{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-header.style-two .header-upper{
  padding: 0px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.main-header.style-two .header-lower .outer-box{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-header.style-two .header-lower .outer-box .search-btn{
  position: relative;
  padding: 15px 0px 15px 0px;
}

.main-header.style-two .header-lower .outer-box .search-btn button {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #fff;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-header.style-two .header-lower .outer-box .menu-area{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main-header.style-two .header-lower .outer-box .menu-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-header.style-two .header-lower .outer-box .menu-right-content .cart-box a{
  color: #fff;
}

.main-header.style-two .main-menu .navigation > li > a{
  color: #fff;
}

.main-header.style-two .main-menu .navigation > li.current > a, 
.main-header.style-two .main-menu .navigation > li:hover > a {

}

.main-header.style-two .main-menu .navigation > li > a{
  color: #fff;
}


/** slider-style-two **/

.banner-section.style-two{
  position: relative;
}

.banner-carousel .content-box .top-text{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 19px;
  font-family: 'Mrs Saint Delafield', cursive;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.banner-carousel .active .content-box .top-text{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

.banner-carousel .content-box p{
  position: relative;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  margin-bottom: 38px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 1300ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
}

.banner-carousel .content-box p span{
  font-weight: 700;
}

.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-section.style-two .banner-carousel .content-box h1{
  margin-bottom: 23px;
}

.banner-section.style-two .banner-carousel .slide-item{
  padding: 409px 0px 185px 0px;
}

.banner-section.style-two .owl-dots{
  bottom: 80px;
}


/** features-style-two **/

.features-style-two{
  position: relative;
}

.features-style-two .inner-container{
  position: relative;
  display: block;
  background: #fff;
  margin-top: -50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.features-style-two .inner-container .single-item{
  position: relative;
  float: left;
  width: 25%;
}

.features-style-two .inner-container .single-item .inner-box{
  position: relative;
  display: block;
  padding: 50px 60px 40px 50px;
}

.features-style-two .inner-container .single-item .inner-box:before{
  position: absolute;
  content: '';
  background: #f1e6df;
  width: 1px;
  height: 280px;
  top: 50px;
  right: 10px;
}

.features-style-two .inner-container .single-item:last-child .inner-box:before{
  display: none;
}

.features-style-two .inner-container .single-item .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 23px;
  z-index: 1;
}

.features-style-two .inner-container .single-item .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #fbf4f0;
  width: 52px;
  height: 52px;
  top: 0px;
  right: -18px;
  z-index: -1;
}

.features-style-two .inner-container .single-item .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #35312f;
  text-transform: uppercase;
  margin-bottom: 38px;
}

.features-style-two .inner-container .single-item .inner-box h4 a{
  display: inline-block;
  color: #35312f;
}

.features-style-two .inner-container .single-item .inner-box h4 a:hover{

}

.features-style-two .inner-container .single-item .inner-box p{
  font-size: 18px;
  line-height: 34px;
  color: #8a8582;
  font-weight: 400;
}

.features-style-two .lower-content{
  position: relative;
  max-width: 850px;
  width: 100%;
  padding: 60px 0px;
}

.features-style-two .lower-content .text{
  margin-top: 17px;
}

.features-style-two .lower-content .text h2{
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 42px;
  text-transform: uppercase;
}


/** welcome-section **/

.about-style-two{
  position: relative;
  padding-bottom: 80px;
}

#content_block_6 .content-box .single-progress-box .piechart{
  position: relative;
}

#content_block_6 .content-box .single-progress-box{
  position: relative;
  padding: 20px 10px 0px 120px;
  min-height: 100px;
  margin-bottom: 20px;
}

#content_block_6 .content-box .single-progress-box:last-child{
  margin-bottom: 0px;
}

#content_block_6 .content-box .single-progress-box .box{
  position: absolute;
  max-width: 100px;
  left: 0px;
  top: 0px;
}

#content_block_6 .content-box .single-progress-box .piechart span{
  position: absolute;
  display: flex;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #35312f;
  text-align: center;
}

#content_block_6 .content-box .single-progress-box .piechart span:after{
  color: #35312f;
  content: "%";
  font-size: 24px;
}

#content_block_6 .content-box .single-progress-box h5{
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 30px;
}

#content_block_6 .content-box .text h2{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 53px;
  text-transform: uppercase;
  margin-bottom: 39px;
}

#content_block_6 .content-box .text p{
  font-size: 18px;
  line-height: 34px;
  color: #000;
  font-weight: 400;
}

#content_block_6 .content-box .text{
  margin-bottom: 49px;
}

.about-style-two #content_block_6 .content-box{
  padding-top: 110px;
}

#content_block_6 .content-box .inner-box .left-column .list li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 6px;
  padding-left: 30px;
/* 	width:50%; */
}

#content_block_6 .content-box .inner-box .left-column .list li:last-child{
  margin-bottom: 0px;
}

#content_block_6 .content-box .inner-box .left-column .list li:before{
  position: absolute;
  content: "\f106";
  font-size: 18px;
  font-family: 'Flaticon';
  left: 0px;
  top: -1px;
}

#content_block_6 .content-box .inner-box .left-column .list{
  margin-bottom: 30px;
}

#content_block_6 .content-box .inner-box .left-column .signature h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-family: 'Mrs Saint Delafield', cursive;
}

#content_block_6 .content-box .inner-box .left-column .signature span{
  font-size: 16px;
  font-family: 'Jost', sans-serif;
  color: #35312f;
}

#content_block_6 .content-box .inner-box .left-column{
  position: relative;
}

#content_block_6 .content-box .inner-box .left-column:before{
  position: absolute;
  content: '';
  background: #f1e6df;
  width: 1px;
  height: 225px;
  top: 5px;
  right: 20px;
}

.about-style-two .image-box{
  position: relative;
  overflow: hidden;
}

.about-style-two .image-box img{
  width: 100%;
}

.about-style-two .image-box:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about-style-two .image-box:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-style-two .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 558px;
  width: 412px;
  background-repeat: no-repeat;
}

.about-style-two .pattern-layer .pattern-2{
  position: absolute;
  top: -60px;
  right: 0px;
  width: 530px;
  height: 635px;
}

.about-style-two .pattern-layer .pattern-3{
  position: absolute;
  top: -60px;
  right: 0px;
  width: 464px;
  height: 681px;
  background-repeat: no-repeat;
}


/** video-section **/

.video-section{
  position: relative;
}

.video-section .video-inner{
  position: relative;
  width: 100%;
  padding: 350px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video-section .video-inner:before{
  position: absolute;
  content: '';
  background: #35312f;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.8;
}

.video-section .video-inner .video-content a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  width: 70px;
  height: 73px;
  line-height: 73px;
  text-align: center;
}

.video-section .video-inner .video-content a:hover{
  background: #fff;
}

.video-section .video-inner .video-content{
  position: relative;
  text-align: center;
}

.video-section .video-inner .video-content .title-text{
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  font-size: 150px;
  line-height: 150px;
  font-family: 'Mrs Saint Delafield', cursive;
  color: rgba(255,255,255,0.1);
}

.video-section .video-inner .phone-box{
  position: absolute;
  right: 0;
  /*! bottom: -30px; */
  /*! background: #fff; */
  /*! padding: 35px 60px 30px 60px; */
  /*! box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
  /*! z-index: 1; */
  text-align: center;
  left: 0;
  bottom: 0px;
}

.video-section .video-inner .phone-box h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.video-section .video-inner .phone-box h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 36px;
}

.video-section .video-inner .phone-box h3 a{

}

.video-section .video-inner .phone-box h3 a:hover{
  text-decoration: underline;
}


/** prices-section **/

.prices-section{
  position: relative;
  padding: 133px 0px 120px 0px;
}

.pricing-block-one{
  position: relative;
  display: block;
  background: #fbf4f0;
  padding: 25px 25px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.pricing-block-one:hover{
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.pricing-block-one .inner-box{
  position: relative;
  padding: 11px 0px 10px 107px;
}

.pricing-block-one .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 78px;
  height: 78px;
}

.pricing-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.pricing-block-one:hover .inner-box .image-box img{
  opacity: 0.2;
}

.pricing-block-one .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.pricing-block-one .inner-box h4 a{
  display: inline-block;
  color: #35312f;
}

.pricing-block-one .inner-box h4 a:hover{

}

.pricing-block-one .inner-box p{
  font-size: 16px;
  line-height: 26px;
  color: #8a8582;
  font-weight: 400;
}

.pricing-block-one .inner-box .price{
  position: absolute;
  top: 22px;
  right: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  background: #fff;
  padding: 7.5px 13px;
  text-align: center;
  transition: all 500ms ease;
}

.pricing-block-one:hover .inner-box .price{
  color: #fff;
}

.prices-section .more-btn{
  position: relative;
  margin-top: 10px;
}


/** counter-section **/

.counter-section{
  position: relative;
  width: 100%;
  padding: 111px 0px 113px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.counter-section:before{
  position: absolute;
  content: '';
  background: #35312f;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.85;
}

.counter-section .text h2{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 53px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 39px;
}

.counter-section .text p{
  font-size: 18px;
  line-height: 34px;
  color: #a9a6a4;
}

.counter-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
  background: #302c2a;
  padding-top: 34px;
  border: 1px solid rgba(255,255,255,0.2);
  transition: all 500ms ease;
}

.counter-block-one .inner-box:hover{

}

.counter-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 13px;
}

.counter-block-one .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 50px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 19px;
}

.counter-block-one .inner-box p{
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  background: rgba(255,255,255,0.2);
  padding: 13.5px 10px;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.counter-block-one .inner-box:hover p{

}

.counter-section .counter-inner{
  position: relative;
  margin: 9px 8px 0px 8px;
}

.counter-section .counter-inner .counter-block{
  padding: 0px 7px;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  /*! overflow: hidden; */
  padding-bottom: 0px !important;
}

.testimonial-style-two .testimonial-column{
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
}

.testimonial-style-two .testimonial-column .testimonial-inner{
  position: relative;
  display: block;
  max-width: 700px;
  padding: 133px 15px 140px 15px;
  text-align: center;
  margin: 0 auto;
}

.testimonial-style-two .image-column{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
}

.testimonial-style-two .image-column .image{
  position: relative;
  float: left;
  width: 50%;
  max-height: 403px;
}

.testimonial-style-two .image-column .image img{
  width: 100%;
}

.testimonial-style-two .testimonial-column .testimonial-inner .sec-title.light span{
  color: rgba(0,0,0,0.05);
}

.testimonial-style-two .testimonial-column .slider-pager{
  position: relative;
  margin-bottom: 46px;
}

.testimonial-style-two .testimonial-column .slider-pager .thumb-box li{
  position: relative;
  display: inline-block;
  width: 72px;
  height: 72px;
  margin: 0px 3px;
}

.testimonial-style-two .testimonial-column .slider-pager .thumb-box li img{
  position: relative;
  display: inline-block;
  opacity: 0.5;
}

.testimonial-style-two .testimonial-column .slider-pager .thumb-box li a.active img{
  opacity: 1;
}

.testimonial-style-two .testimonial-column .testimonial-content h2{
  display: block;
  font-size: 36px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 44px;
}

.testimonial-style-two .testimonial-column .testimonial-content h4{
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}

.testimonial-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 545px;
  background-size: cover;
  background-repeat: no-repeat;
}


/** shop-section **/

.shop-section{
  position: relative;
  padding: 133px 0px 115px 0px;
  border-bottom: 1px solid #f1e6df;
}

.shop-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
}

.shop-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  transition: all 500ms ease;
}

.shop-block-one .inner-box .image-box img{
  width: 100%;
}

.shop-block-one .inner-box:hover .image-box{
  padding: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.shop-block-one .inner-box .image-box .cart-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 24px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  opacity: 0;
}

.shop-block-one .inner-box:hover .image-box .cart-btn{
  opacity: 1;
}

.shop-block-one .inner-box .image-box .cart-btn:hover{
  background: #fff;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.10);
}

.shop-block-one .inner-box .lower-content{
  position: relative;
  padding-top: 26px;
}

.shop-block-one .inner-box .lower-content h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.shop-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #35312f;
}

.shop-block-one .inner-box .lower-content h4 a:hover{

}

.shop-block-one .inner-box .lower-content p{
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}


/** featured-products **/

.featured-products{
  position: relative;
  overflow: hidden;
  background: #35312f;
  padding: 110px 0px 120px 0px;
}

.featured-products .map-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

#image_block_1 .image-box{
  position: relative;
  display: block;
  padding-right: 185px;
  padding-bottom: 95px;
  margin-top: 9px;
  max-width: 570px;
}

#image_block_1 .image-box .image{
  border-radius: 50%;
}

#image_block_1 .image-box .image img{
  border-radius: 50%;
}

#image_block_1 .image-box .image-2{
  position: absolute;
  top: 20px;
  right: 40px;
}

#image_block_1 .image-box .image-3{
  position: absolute;
  left: 100px;
  bottom: 0px;
}

#image_block_1 .image-box .image-4{
  position: absolute;
  right: 90px;
  bottom: -35px;
}

#image_block_1 .image-box .anim-icon .icon-1{
  position: absolute;
  left: -30px;
  top: 208px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 1;
}

#image_block_1 .image-box .anim-icon .icon-2{
  position: absolute;
  right: 100px;
  bottom: 20px;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
}

#content_block_7 .content-box h2{
  font-size: 44px;
  line-height: 53px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 38px;
}

#content_block_7 .content-box .inner-box .text,
#content_block_7 .content-box .inner-box .list{
  position: relative;
  float: left;
  width: 50%;
}

#content_block_7 .content-box .inner-box .text{
  padding-right: 30px;
}

#content_block_7 .content-box .inner-box .text p{
  font-size: 18px;
  line-height: 34px;
}

#content_block_7 .content-box .inner-box{
  margin-bottom: 53px;
}

#content_block_7 .content-box .inner-box .list{
  padding-left: 15px;
}

#content_block_7 .content-box .inner-box .list li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #a9a6a4;
  font-weight: 500;
  padding-left: 25px;
  margin-bottom: 2px;
}

#content_block_7 .content-box .inner-box .list li:last-child{
  margin-bottom: 0px;
}

#content_block_7 .content-box .inner-box .list li:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  left: 0px;
  top: 13px;
}

#content_block_7 .content-box .theme-btn-one:before,
#content_block_7 .content-box .theme-btn-one:after{
  background: #fff;
}

#content_block_7 .content-box .theme-btn-one:hover{

}

.google-map-section{
  position: relative;
}

.google-map-section #contact-google-map{
  position: relative;
  display: block;
  width: 100%;
  height: 550px;
}



/*** 

====================================================================
                        About-Page
====================================================================

***/


/** page-title **/

.page-title{
  position: relative;
  width: 100%;
  padding: 100px 0px 100px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title:before{
  position: absolute;
  content: '';
  background: #35312f;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.8;
}

.page-title .title-box{
  position: relative;
  display: block;
}

.page-title .title-box .title-text{
  position: absolute;
  display: block;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
  font-size: 150px;
  line-height: 150px;
  width: 100%;
  font-family: 'Mrs Saint Delafield', cursive;
  color: rgba(255,255,255,0.1);
}

.page-title .title-box h1{
  font-size: 52px;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}


/** about-style-three **/

.about-style-three{
  position: relative;
  padding: 120px 0px 120px 0px;
}

.about-style-three #content_block_6 .content-box .inner-box .list li{
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 6px;
  padding-left: 30px;
}

.about-style-three #content_block_6 .content-box .inner-box .list li:before{
  position: absolute;
  content: "\f106";
  font-size: 16px;
  font-family: 'Flaticon';
  left: 0px;
  top: -1px;
  font-weight: 700;
}

.about-style-three #content_block_6 .content-box .inner-box .list{
  margin-bottom: 55px;
}

.about-style-three #content_block_6 .content-box .inner-box .signature h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 60px;
  font-family: 'Mrs Saint Delafield', cursive;
}

.about-style-three #content_block_6 .content-box .inner-box .signature span{
  font-size: 18px;
  font-family: 'Jost', sans-serif;
  color: #35312f;
  text-transform: uppercase;
}

.about-style-three #content_block_6 .content-box .text p{
  margin-bottom: 34px;
}

.about-style-three #content_block_6 .content-box .text p.color-text{
  margin: 0px;
  padding-right: 50px;
}

.about-style-three #content_block_6 .content-box{
  position: relative;
  margin-top: -9px;
}

.about-style-three #content_block_6 .content-box .text {
  margin-bottom: 37px;
}

.about-style-three #content_block_1 .image-holder{
  margin-right: 20px;
  padding-bottom: 60px;
}

.about-style-three #content_block_1 .image-holder .image-1{
  position: relative;
  overflow: hidden;
}

.about-style-three #content_block_1 .image-holder .image-1:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about-style-three #content_block_1 .image-holder:hover .image-1:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-style-three #content_block_1 .image-holder .image-1 img{
  width: 100%;
}

.about-style-three #content_block_1 .image-holder .image-2{
  position: absolute;
  right: 50px;
  bottom: 0px;
}

.about-style-three #content_block_1 .image-holder .image-2 .line{
  position: absolute;
  width: 26px;
  height: 100%;
  left: -45px;
  top: 0px;
  background-repeat: no-repeat;
}

.about-style-three #content_block_1 .content-box .title{
  position: absolute;
  left: -305px;
  top: 230px;
  font-size: 90px;
  line-height: 90px;
  font-weight: 400;
  color: #fbf4f0;
  letter-spacing: 20px;
  text-transform: uppercase;
  transform: rotate(-90deg);
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Verlag';
}

.about-style-three .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 466px;
  height: 632px;
  background-repeat: no-repeat;
}

.features-section.alternat-2{
  padding: 0px 0px 120px 0px;
}

.team-section .pattern-2{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 446px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}


/** features-style-three **/

.features-style-three{
  position: relative;
}

.features-style-three .image-box img{
  width: 100%;
}

.features-style-three #content_block_8 .content-box{
  /*! margin: 60px 0px 60px -200px; */
}

#content_block_8 .content-box{
  position: relative;
  display: block;
  background: #fff;
  /*! padding: 71px 50px 74px 130px; */
  /*! box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1); */
}

#content_block_8 .content-box .text h2{
  color: #513c8f;
  position: relative;
  display: block;
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 73px;
}

#content_block_8 .content-box .text p{
  margin-bottom: 0px;
  font-family: Verlag, sans-serif;
  color: #777785;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
  padding: 45px 0px 20px;
}

#content_block_8 .content-box .text p:last-child{
  margin-bottom: 0px;
  color: #000;
  font-weight: 100;
  font-family: Verlag;
}

#content_block_8 .content-box .text p.color-text{

padding-top: 20px;
}

#content_block_8 .content-box .line{
  position: absolute;
  left: 66px;
  top: 83px;
  width: 26px;
  height: 279px;
  background-repeat: no-repeat;
}

.team-page-section{
  padding: 120px 0px 65px 0px;
}

.team-page-section .team-block-one .inner-box{
  margin-bottom: 50px;
}




/*** 

====================================================================
                        Gallery-Page
====================================================================

***/

.gallery-page-section{
  position: relative;
  padding: 120px 0px 90px 0px;
}

.gallery-page-section .gallery-block-one .inner-box{
  padding: 0px;
  box-shadow: none;
  margin: 0px;
  margin-bottom: 30px;
}


/*** 

====================================================================
                        Error-Page
====================================================================

***/

.error-section{
  position: relative;
}

.error-section .inner-box h1{
  position: relative;
  display: block;
  font-size: 170px;
  line-height: 150px;
  color: #222;
  font-weight: 600;
  margin-bottom: 27px;
}

.error-section .inner-box h2{
  font-size: 40px;
  line-height: 45px;
  position: relative;
  color: #848484;
  font-weight: 600;
  margin-bottom: 10px;
}

.error-section .inner-box p{
  position: relative;
  margin-bottom: 57px;
}

.error-section .inner-box p a{
  display: inline-block;
  line-height: 18px;
}

.error-section .inner-box p a{

}

.error-section .inner-box p a:hover{
  text-decoration: underline;
}



/*** 

====================================================================
                        Service-Page
====================================================================

***/

.service-page-section{
  position: relative;
}

.service-page-section .service-block-one .inner-box{
  height: 100%;
}

.service-page-section .more-btn{
  position: relative;
  margin-top: 30px;
}

.clients-section.service-page{
  border-top: 1px solid #f1e6df;
}

.counter-section.service-page{
  padding-bottom: 163px;
}

.service-sidebar .categories-widget .list{
  position: relative;
  display: block;
  background: #fbf4f0;
}

.service-sidebar .categories-widget .list li{
  position: relative;
  display: block;
}

.service-sidebar .categories-widget .list li a{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #35312f;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding: 24px 40px 21px 40px;
  z-index: 1;
}

.service-sidebar .categories-widget .list li:last-child a{
  border-bottom: none;
}

.service-sidebar .categories-widget .list li a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-sidebar .categories-widget .list li a.active:before,
.service-sidebar .categories-widget .list li a:hover:before{
  width: 100%;
  left: 0px;
}

.service-sidebar .categories-widget .list li a.active,
.service-sidebar .categories-widget .list li a:hover{
  color: #fff;
}

.service-sidebar .sidebar-widget{
  position: relative;
  margin-bottom: 30px;
}

.service-sidebar .sidebar-widget:last-child{
  margin-bottom: 0px;
}

.service-sidebar .sidebar-support{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 46px 50px 50px 50px;
}

.service-sidebar .sidebar-support:before{
  position: absolute;
  content: '';
  background: #35312f;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.service-sidebar .sidebar-support h4{
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.service-sidebar .sidebar-support p{
  line-height: 30px;
  color: #a9a6a4;
  margin-bottom: 22px;
}

.service-sidebar .sidebar-support h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
  color: #fff;
}

.service-sidebar .sidebar-support h3 a{
  color: #fff;
}

.service-sidebar .sidebar-support h3 i{
  font-size: 30px;
  font-weight: 400;
  margin-right: 10px;
}

.service-sidebar .sidebar-support h3 a:hover{

}

.service-sidebar .download-widget .download-content a{
  position: relative;
  display: block;
  background: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #35312f;
  text-transform: uppercase;
  padding: 23px 50px 23px 30px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.service-sidebar .download-widget .download-content a i{
  position: relative;
  font-size: 35px;
  margin-right: 10px;
  font-weight: 400;
  top: 5px;
}

.service-sidebar .download-widget .download-content a:hover{

}

.service-details-content img{
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.service-details-content .image-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.service-details-content .text{
  position: relative;
  display: block;
  margin-bottom: 46px;
}

.service-details-content .text h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.service-details-content .text p{
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 34px;
}

.service-details-content .text p:last-child{
  margin-bottom: 0px;
}

.service-details-content .two-column .text{
  margin: 0px;
}

.service-details-content .two-column .text h5{
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 24px;
}

.service-details-content .two-column .text .list li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  color: #8a8582;
  margin: 0px;
  padding-left: 23px;
}

.service-details-content .two-column .text .list li:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  left: 0px;
  top: 14px;
}

.service-details-content .two-column{
  position: relative;
  display: block;
  margin-bottom: 50px;
}


/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.our-blog{
  position: relative;
  padding: 120px 0px 90px 0px;
}

.our-blog .news-block-one .inner-box{
  margin-bottom: 30px;
}

.sidebar-page-container{
  position: relative;
  padding: 120px 0px;
}

.blog-details-content .inner-box .image-box{
  position: relative;
  display: block;
  margin-bottom: 34px;
}

.blog-details-content .inner-box .image-box .post-date{
  position: absolute;
  display: inline-block;
  right: 0px;
  bottom: 0px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px;
  z-index: 1;
}

.blog-details-content .inner-box .image-box img{
  width: 100%;
}

.blog-details-content .inner-box .post-info li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-right: 7px;
}

.blog-details-content .inner-box .post-info li:last-child{
  margin-right: 0px;
}

.blog-details-content .inner-box .post-info li i{
  margin-right: 5px;
}

.blog-details-content .inner-box .post-info li a{
  color: #8a8582;
}

.blog-details-content .inner-box .post-info li a:hover{

}

.blog-details-content .inner-box .post-info{
  position: relative;
  margin-bottom: 7px;
}

.blog-details-content .inner-box h2{
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.blog-details-content .inner-box .text p{
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 34px;
}

.blog-details-content .inner-box .text p:last-child{
  margin-bottom: 0px;
}

.blog-details-content .inner-box{
  position: relative;
  padding-bottom: 22px;
  border-bottom: 1px solid #f1e6df;
  margin-bottom: 30px;
}

.blog-details-content .post-share-option ul li{
  position: relative;
  display: inline-block;
}

.blog-details-content .post-share-option .tags li{
  color: #8a8582;
  font-size: 16px;
  line-height: 26px;
}

.blog-details-content .post-share-option .tags li a{
  display: inline-block;
  color: #8a8582;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.blog-details-content .post-share-option .tags li a:hover{

}

.blog-details-content .post-share-option .tags li h4{
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}

.blog-details-content .post-share-option .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #35312f;
  background: #fbf4f0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.blog-details-content .post-share-option .social-links li{
  margin-right: 5px;
}

.blog-details-content .post-share-option .social-links li:last-child{
  margin-right: 0px;
}

.blog-details-content .post-share-option .social-links li a:hover{
  color: #fff;
}

.blog-details-content .post-share-option .tags{
  position: relative;
  margin-top: 6px;
}

.blog-details-content .post-share-option{
  margin-bottom: 30px;
}

.blog-details-content .author-box{
  position: relative;
  display: block;
  border: 1px solid #f1e6df;
  padding: 60px 60px;
  margin-bottom: 50px;
}

.blog-details-content .author-box .inner{
  position: relative;
  padding: 3px 0px 2px 210px;
}

.blog-details-content .author-box .inner .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 170px;
  height: 160px;
}

.blog-details-content .author-box .inner .image-box img{
  width: 100%;
}

.blog-details-content .author-box .inner h4{
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.blog-details-content .author-box .inner p{
  font-size: 18px;
  line-height: 34px;
}

.blog-details-content .group-title{
  position: relative;
  display: block;
  margin-bottom: 44px;
}

.blog-details-content .group-title h2{
  font-size: 34px;
  line-height: 45px;
  text-transform: uppercase;
}

.blog-details-content .comments-area .comment{
  position: relative;
  display: block;
  padding-bottom: 62px;
  border-bottom: 1px solid #f1e6df;
  margin-bottom: 55px;
}

.blog-details-content .comments-area .comment:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comments-area .comment .thumb-box{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 165px;
  height: 165px;
}

.blog-details-content .comments-area .comment .thumb-box img{
  width: 100%;
}

.blog-details-content .comments-area .comment .comment-inner{
  position: relative;
  padding-left: 205px;
}

.blog-details-content .comments-area .comment .comment-inner h4{
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.blog-details-content .comments-area .comment .comment-inner h4 span{
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

.blog-details-content .comments-area .comment .comment-inner p{
  font-size: 18px;
  line-height: 34px;
}

.blog-details-content .comments-area .comment .comment-inner a{
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 0px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  padding: 7.5px 20px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}

.blog-details-content .comments-area .comment .comment-inner a:hover{
  background: #222;
}

.blog-details-content .comments-area{
  margin-bottom: 52px;
}

.default-form .form-group{
  position: relative;
  padding: 0px 5px;
  margin-bottom: 10px;
}

.default-form .form-group:last-child{
  margin-bottom: 0px;
}

.default-form{
  position: relative;
  margin: 0px 10px;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 73px;
  background: #fbf4f0;
  font-size: 16px;
  font-weight: 500;
  color: #8a8582;
  border: 2px solid #fbf4f0;
  padding: 10px 30px;
  transition: all 500ms ease;
}

.default-form .form-group textarea{
  height: 185px;
  resize: none;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus{

}

.blog-details-content .comments-form-area .group-title{
  margin-bottom: 49px;
}

.blog-sidebar{
  position: relative;
  display: block;
  background: #d7dfaa;
  padding: 40px 30px;
}

.blog-sidebar .search-widget .search-form .form-group{
  position: relative;
  margin: 0px;
}

.blog-sidebar .search-widget .search-form .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 84px;
  border: 1px solid #fff;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 400;
  color: #8a8582;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-form .form-group input:focus{

}

.blog-sidebar .search-widget .search-form .form-group button{
  position: absolute;
  top: 27px;
  right: 30px;
  font-size: 22px;
  color: #222;
  font-weight: 400;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-form .form-group input:focus + button,
.blog-sidebar .search-widget .search-form .form-group button:hover{

}

.blog-sidebar .search-widget{
  margin-bottom: 44px;
}

.blog-sidebar .sidebar-widget .widget-title{
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.blog-sidebar .sidebar-widget .widget-title h4{
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: CAPITALIZE;
  color: #513c8f;
  font-family: 'Jost';
}

.blog-sidebar .post-widget .post-inner .post{
  position: relative;
  display: block;
  padding-left: 85px;
  padding-bottom: 27px;
  margin-bottom: 25px;
  min-height: 103px;
  border-bottom: 1px solid #fff;
}

.blog-sidebar .post-widget .post-inner .post:last-child{
  border-bottom: none;
  margin-bottom: 0px;
}

.blog-sidebar .post-widget .post-inner .post .image-box{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 66px;
  height: 67px;
  overflow: hidden;
}

.blog-sidebar .post-widget .post-inner .post .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.blog-sidebar .post-widget .post-inner .post:hover .image-box img{
  opacity: 0.2;
}

.blog-sidebar .post-widget .post-inner .post .post-date{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}

.blog-sidebar .post-widget .post-inner .post h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.blog-sidebar .post-widget .post-inner .post h6 a{
  display: inline-block;
  color: #35312f;
}

.blog-sidebar .post-widget .post-inner .post h6 a:hover{

}

.blog-sidebar .post-widget{
  margin-bottom: 12px;
}

.blog-sidebar .categories-widget .categories-list li{
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 13px;
}

.blog-sidebar .categories-widget .categories-list li:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .categories-widget .categories-list li a{
  display: inline-block;
  color: #000;
  font-weight: 100;
}

.blog-sidebar .categories-widget .categories-list li a:hover{

}

.blog-sidebar .categories-widget .widget-title{
  margin-bottom: 13px;
}

.blog-sidebar .categories-widget{
  margin-bottom: 35px;
}

.blog-sidebar .tags-widget .tags-list li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #8a8582;
  margin-bottom: 6px;
}

.blog-sidebar .tags-widget .tags-list li a{
  color: #000;
  font-weight: 100;
}

.blog-sidebar .tags-widget .tags-list li a:hover{

}

.blog-sidebar .tags-widget .widget-title{
  margin-bottom: 14px;
}



/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.contact-section{
  position: relative;
  padding: 120px 0px;
}

.contact-section .content-box{
  position: relative;
  margin-right: 70px;
}

.contact-section .content-box h2{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 53px;
  text-transform: uppercase;
  margin-bottom: 39px;
}

.contact-section .content-box p{
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 43px;
}

.contact-section .content-box .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 7px;
}

.contact-section .content-box .social-links li:last-child{
  margin-right: 0px;
}

.contact-section .content-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #35312f;
  background: #fbf4f0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.contact-section .content-box .social-links li a:hover{
  color: #fff;
}


/** contact-info-section **/

.contact-info-section{
  position: relative;
}

.contact-info-section .single-item{
  position: relative;
  display: block;
  float: left;
  width: 33.333%;
}

.contact-info-section .single-item .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #302c2a;
  padding: 53px 60px;
}

.contact-info-section .single-item .inner-box .bg-layer{
  position: absolute;
  content: "";
  top: 0;
  left: -101%;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.contact-info-section .single-item .inner-box:hover .bg-layer{
  left: 0px;
}

.contact-info-section .single-item .inner-box .bg-layer:before{
  position: absolute;
  content: '';
  background: #35312f;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.contact-info-section .single-item .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 36px;
  transition: all 500ms ease;
}

.contact-info-section .single-item .inner-box:hover h4{

}

.contact-info-section .single-item .inner-box p{
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  color: #a9a6a4;
  transition: all 500ms ease;
}

.contact-info-section .single-item .inner-box:hover p{
  color: #fff;
}

.contact-info-section .single-item .inner-box p a{
  color: #a9a6a4;
}

.contact-info-section .single-item .inner-box p a:hover{
  text-decoration: underline;
}

.contact-info-section .single-item .inner-box:hover p a{
  color: #fff;
}

.sidebar-page-container .news-block-one .inner-box{
  margin-bottom: 30px;
}

.sidebar-page-container .pagination-wrapper{
  position: relative;
  margin-top: 30px;
}

.news-block-one .inner-box .lower-content p{
  margin-bottom: 20px;
}


.vc_sep_holder {
    display: block;
    text-align: center;
    height: 80px;
    margin: 20px 0 26px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}
.vc_sep_line {
    border-top: 0 none;
    border-right: 1px solid #bcc87f;
    height: 80px;
    display: inline-block;
    margin: 0 auto;
    width: 1px;
    border-color: #c2cd8a !important;
    border-color: #c4ce8e !important;
    zoom: 1;
    filter: alpha(opacity=60);
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
}
#content_block_6 .content-box .text span {
    font-family: 'Mrs Saint Delafield';
    font-size: 50px;
    line-height: 118px;
    color: #c7cf9c;
}

.title__head {
 
writing-mode: vertical-lr;
 
text-align: center;
 
margin-bottom: 0;
 
font-size: 6rem;
 
width: 100%;
 
position: absolute;
 
top: 22%;
 
right: 22px;
 
z-index: -1;
 
-webkit-transform: rotate(
90deg);
 
-ms-transform: rotate(90deg);
 
transform: rotate(180deg) translate(-4px);
 
color: #dce2bb87;
 
line-height: 1em;
 
font-weight: 900;
 
text-transform: uppercase;
 
will-change: transform;
 
transform-style: preserve-3d;
font-size: ;
}
@media (min-width: 1020px) {
  .title__head {
    font-size: 7rem;
  }
}

.features-style-three h4 {
    font-weight: 100;
    font-size: 43px;
    font-family: Linotype Didot Std;
    color: #8a88b4;
    line-height: 22px;
}





/*** 

====================================================================
  Services Section
====================================================================

***/

.services-section{
  position: relative;
  background-color: #fdfaff;
}

.services-section .outer-box{
  position: relative;
  box-shadow: 0 10px 10px rgba(0,0,0,0.04);
}

.services-section .outer-box:before{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 2px;
  background-color: #e9def1;
  width: 100%;
  content: "";
}

.services-section .row{
  margin: 0 -2px;
}

.service-block{
  position: relative;
  display: block;
  /* padding: 0 1px; */
  margin-bottom: 2px;
}

.service-block .inner-box{
  position: relative;
  padding: 0px 0px 25px;
  text-align: center;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 500ms ease;
}

.service-block .inner-box:hover{
  background-color: #ffffff;
}

.service-block .icon{
  position: relative;
  display: inline-flex;
  height: 60px;
  width: 60px;
  background-color: #e8dbf0;
  font-size: 44px;
  color: #620d98;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .icon:before{
  position: relative;
  left: 25px;
  transition: all 300ms ease;
}

.service-block .inner-box:hover .icon:before{
  left: 0;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 500ms ease;
}

.service-block h5{
  position: relative;
  display: block;
  font-size: 24px;
  color: #ffa38d;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.service-block h5 a{
  display: inline-block;
  color: inherit;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block h5 a:hover{
  color: #620d98;
}

.service-block .text{
  position: relative;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  cursor: default;
  margin-bottom: 15px;
}

.service-block .read-more{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #620d98;
  font-weight: 600;
}

.service-block .read-more span{
  display: inline-block;
  margin-left: 5px;
}

.service-block .read-more:hover{
  text-decoration: underline;
}

.services-section.style-two{
  background-color: #fff9f6;
  padding: 0px 0 80px;
}

.services-section.style-two .outer-box{
  border: 5px solid #fedbd2;
  box-shadow: none;
}

.services-section.style-two .outer-box:before{
  background-color: #f7dad7;
}

.services-section.style-two .service-block .inner-box:hover,
.services-section.style-two .service-block .inner-box{
  background-color: #fff9f6;
}

.services-section.style-two .service-block .icon{
  background-color: #ffe2db;
  color: #c20000;
}

.services-section.style-two .service-block h5 a,
.services-section.style-two .service-block h5{
  color: #000000;
}

.services-section.style-two .service-block .read-more,
.services-section.style-two .service-block h5 a:hover{
  color: #c20000;
}





/* Tabs */
.tabs {
  /*! width: 600px; */
  /*! background-color: #09F; */
  /*! border-radius: 5px 5px 5px 5px; */
  display: flex;
  flex-direction: ;
}
ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
ul#tabs-nav li {
  float: left;
  font-weight: bold;
  margin-right: 2px;
  padding: 8px 10px;
  border-radius: 5px 5px 5px 5px;
  /*border: 1px solid #d5d5de;
  border-bottom: none;*/
  cursor: pointer;
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  background-color: #08E;
}
#tabs-nav li a {
 text-decoration: none;
color: #000;
font-size: 22px;
padding: 0px 25px;
font-weight: revert;
}
.tab-content {
  /*! padding: 10px; */
  /*! border: 5px solid #09F; */
  /*! background-color: #FFF; */
}

.service-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
padding: 41px 0px 29px 0px;
}















/*Services Box*/
.services-slider .owl-item:nth-child(odd) {
  margin-top:40px;
}

.service-box-1{
	position:relative;
}
.service-box-media img{
	width:100%;
	border:8px solid #d1cddd;
}


/*light-next-prev*/
.light-next-prev.owl-carousel .owl-next,
.light-next-prev.owl-carousel .owl-prev{border:none;	width:auto;	height:auto;}
.light-next-prev.owl-carousel .owl-nav i{color:#541f5c;	font-style: normal;	text-transform: uppercase;	font-size: 16px;	font-weight: bold;}

.light-next-prev.owl-carousel .owl-next,
.light-next-prev.owl-carousel .owl-prev{position:relative;	z-index:1; background:none;padding-right: 15px;}



.light-next-prev.owl-carousel .owl-next:hover,
.light-next-prev.owl-carousel .owl-prev:hover{background:none;}

.light-next-prev.owl-carousel .owl-next:hover i,
.light-next-prev.owl-carousel .owl-prev:hover i{color:#541f5c;}

.service-title h1:after, .service-title h2:after, .service-title h3:after {
   position: absolute;
content: attr(data-title);
color: #541f5c;
opacity: 0.5;
font-size: 120px;
line-height: 100px;
bottom: -112%;
left: 0;
width: 100%;
z-index: 0;
/*! -webkit-transform: translateX(-50%); */
-ms-transform: translateX(-50%);
/*! transform: translateX(-50%); */
   font-size: 1.2em;
   line-height: 1em;
   font-style: initial;
   font-weight: 400;
   text-transform: none;
   color: #a9a197;
}
.service-title h2
{font-family: Linotype Didot Bold;
color: #7e7cb0;
font-size: 3em;
font-weight: 400;
margin-bottom: 20px;
font-style: italic;
text-transform: capitalize;
}



/*Discount Section*/
.discount-section-outer{
	position:relative;
	z-index:1;
}
.discount-add-info{
	position:relative;
}
.discount-add-info .hilite-large-title{position:absolute;}
.discount-add-info .hilite-large-title span{
	position: absolute;
    left: -70px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: left bottom;
	font-size: 120px;
	line-height: 100px;
	color: #dce2bb87;
	opacity: ;
	display: inline-block;
	font-family: 'Verlag';
	font-weight: bolder;
}

.discount-add-info{
	padding:80px 50px;
}

.discount-add-pic{
	position:relative;
}
@media only screen and (max-width:991px){
.discount-add-pic{
	min-height:280px;
}
.discount-add-info{
	padding:30px;
}
}

.discount-section-outer:after{
	position:absolute;
	content:'';
	background-color:#fff;
	width:100%;
	height:50%;
	bottom:0px;
	left:0px;
	z-index:-1;
}

@media only screen and (max-width:1340px){
	.discount-add-info .hilite-large-title span{
		display:none;
	}
}
.features-style-three #content_block_8 .content-box.left {
    margin: 60px -200px 60px 0px;
    z-index: 1;
}
.offer .content-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 70px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

.quote__author {
  font-family: Linotype Didot Bold;
  color: #8a88b4;
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 20px;
}
.quote__text.text-left {
  color: #777785;
  padding: 20px 0px;
  font-size: 22px;
}


.service-option .main-menu .navigation {
  display: flex !important;
  flex-direction: column !important;
}
.service-option .main-menu .navigation .dropdown {
  margin: 10px auto;
}
.service-option .main-menu .navigation .dropdown a {
  color: #513c8f !important;
  font-size: 1.5em !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  text-align: left;
  white-space: nowrap !important;
}
.service-option .main-menu .navigation .dropdown> ul {
  width: 500px;
  height: fit-content;
  transform: ;
}






.mainnav{display: block;padding-top: 20px !important;}
#mainnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#mainnav > ul > li {
    display: block;
    padding: 0 6px;
}
#mainnav ul li {
    position: relative;
}
.header #mainnav > ul > li > a {
    line-height: 100px;
}
#mainnav > ul > li.home > a {
/*     color: #909781; */
}
#mainnav > ul > li > a {
    position: relative;
    display: block;
text-decoration: none;
   
    margin: 15px 15px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    
    color: #513c8f;
  font-size: 1.5em ;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer ;
  text-align: left;
  white-space: nowrap;
}
.left-image img
{
    max-width: 500px;
    
}
#mainnav ul.submenu {
    position: absolute;
    left: 30%;
    top: 0;
    width: 400px;
    text-align: left;
    background-color: #fff;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
     height: 300px;
    overflow: auto;
}
#mainnav ul.submenu li:first-child {
    border-top: none;
}
#mainnav ul.submenu > li {
    border-top: none;
}
#mainnav ul li ul li {
    margin-left: 0;
}
#mainnav ul li:hover .submenu {
  display: block;
  visibility: visible;
  opacity: 1;
}
#mainnav ul.submenu > li > a, #mainnav ul.submenu > div >li > a {
    display: block;
    color: #9283bf;
    text-decoration: none;
    padding: 0 0 0 20px;
    line-height: 45px;
    -webkit-transition: all 0.3s ease-in-out;
    text-transform: capitalize;
}




/*Instagram Follows*/
.instagram-follows-section{
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	padding-right: 200px;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
	background-color: #FFF;
}
.instagram-pics-slide .owl-carousel .owl-nav{
	margin-top:10px;
	display: flex;
	cursor: pointer;
}

.instagram-box-1{
	position:relative;
}
.instagram-box-media img
{     width: 100%;
	height: 300px;
	object-fit: cover;
}

.instagram-pics-slide{
	margin-top: 30px;
	margin-left: -100px;
}

.instagram-box-info {
    background-color: rgba(84, 31, 92, 0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	
	transform:scale(0,0);
	-webkit-transform:scale(0,0);
	
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;	
}

.instagram-box-1:hover .instagram-box-info{
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
}
.instagram-box-info a{
    display:block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
    width: 100%;
}
.instagram-box-info p {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
}
.instagram-box-info a i,
.instagram-box-info a span{
	display:block;
	font-size:28px;
}

@media only screen and (max-width:1400px){
.instagram-pics-slide {
    margin-top: 40px;
    margin-left: -140px;
}
}
@media only screen and (max-width:1024px){
.instagram-pics-slide {
    margin-left: 0px;
	margin-top:0px;
}
.instagram-follows-section {
	padding-right: 15px;
	background:transparent !important;
	box-shadow: none;
}
.instagram-follows-section .p-a30{
	padding:0px;
}
}


.section-content {
  /*! border: 10px solid #fff; */
  /*! background-color: #8a88b4 !important; */
}
.upper-inner.sec-title span {
  font-family: Linotype Didot;
  color: #989d7987;
  font-size: 3em;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  bottom: 0px;
  top: 90%;
  left: 25%;
}
.upper-inner.sec-title h2 {
  font-size: 4.5rem !important;
  text-align: left;
  line-height: 85px !important;
}

.section_content {
    padding: 80px 0px;
}

.main-header .header-top p a{
    font-size: 15px;
    font-weight: 100;
    line-height: 12px;
    color: #fff;
}

.sec-title h2 a{
    position: relative;
    display: block;
    color: #513c8f;
    font-size: 64px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}

.error-404 h1 {
    font-weight: 900 !important;
    font-size: 120px !important;
}

.comment-author img{
  width: 10%;
}

.clients-section .client-logo {
    width: 100%;
    height: 60px;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
  .clients-section .col-md-3 {
    width: 50%;
}
}

.list li{
 position: relative;
display: inline-block;
float: left;
width: 50%;
font-size: 18px;
line-height: 34px;
font-weight: 500;
margin-bottom: 6px;
padding-left: 30px;
color: #513c8f;
}
.list li:before{
  position: absolute;
  content: "\f106";
  font-size: 16px;
  font-family: 'Flaticon';
  left: 0px;
  top: -1px;
  font-weight: 700;
  color: #b7acd9;
}

 .list{
  margin-top: 30px;
}


/*===============*/
.feature-items {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.15);
}
    .about-style-two {
    
    padding-top: 80px;
}
    
.about-style-two .image-box{
  position: relative;
  display: flex;
  overflow: hidden;
  /*! max-height: 100%; */
  min-height: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #8a88b4;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-style-two .image-box img{
  width: ;
  position: relative;
  top: auto;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.75;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.about-style-two .image-box:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
    .content-box.servce-items {
    padding: 0px !important;
        padding-right: 0px;
        padding-left: 0px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
    #content_block_6 .content-box .inner-box .left-column .list li::before {
    color: #c7cf9c;
}
    .content-box.servce-items .list li > a {
    color: #513c8f;
}
     .content-box.servce-items .list li > a:hover {
    color: #8a88b4;
}

/*============Single Treatment================*/

.galler
    {
        padding: 80px 0px 30px;
    }
    
.divider {
  width: 100%;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #cacaca;
}

.divider.divider-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0em;
  margin-bottom: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.divider.divider-alt.margin {
  margin-top: 1em;
  margin-bottom: 2em;
}
    .divider-alt__symbol {
    display: flex;
}
    .divider-alt__line {
    width: 2.5em;
    height: 1px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #d4d3e7;
}
   .content-side-detail h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Verlag, sans-serif;
    color: #777785;
}
    .blog-details-content .inner-box h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 34px;
    text-transform: uppercase;
    color: #5831a9;
}
    .content-side-detail .text p {
    font-family: 'Verlag', sans-serif;
font-size: 20px !important;
line-height: 1.6 !important;
margin-bottom: 1em !important;
}

/*=============Single Treatment===============*/

.galler {
        padding: 80px 0px 30px;
    }

    .divider {
        width: 100%;
        height: 1px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-color: #cacaca;
    }

    .divider.divider-alt {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        margin-top: 0em;
        margin-bottom: 1em;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        background-color: transparent;
    }

    .divider.divider-alt.margin {
        margin-top: 1em;
        margin-bottom: 2em;
    }

    .divider-alt__symbol {
        display: flex;
    }

    .divider-alt__line {
        width: 2.5em;
        height: 1px;
        margin-right: 5px;
        margin-left: 5px;
        background-color: #d4d3e7;
    }

    .content-side-detail h4 {
       margin-top: 10px;
margin-bottom: 10px;
font-size: 24px;
line-height: 1.5em;
font-weight: 700;
text-transform: uppercase;
font-family: Verlag, sans-serif;
color: #513c8f;
    }

    .blog-details-content .inner-box h2 {
        position: relative;
        display: block;
        font-size: 40px;
        line-height: 45px;
        font-weight: 700;
        margin-bottom: 34px;
        text-transform: uppercase;
        color: #5831a9;
    }

    .content-side-detail .text p {
       font-family: 'Verlag', sans-serif;
font-size: 18px !important;
line-height: 1.6 !important;
margin-bottom: 1em !important;
color: #322557;
    }

    .wp-block-yoast-faq-block .schema-faq-section{
    border: 2px solid #513c8f;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
 .schema-faq-question {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 16px;
    color: #513c8f;
}
 .schema-faq-question:after {
    position: absolute;
    content: "+";
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #513c8f;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #513c8f;
}
 .schema-faq-section.active .schema-faq-question:after {
    content: "-";
    align-items: normal;
    font-size: 30px;
    line-height: 17px;
    color: #fff;
    border-color: #fff;
}
 .schema-faq-question:hover{
    background: #513c8f;
    border-radius: 8px;
    color: #fff;
}
 .schema-faq-section.active .schema-faq-question{
  background: #513c8f;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;  
  color: #fff;
}
.schema-faq-answer {
    display: none;
    margin: 20px 0 20px;
    padding: 0 20px;
    color: #000;
}

.schema-faq-section:hover .schema-faq-question:after {
     border-color: #fff;
    color: #fff; 
    }

ol.order-list {
    padding-left: 30px;
}

.order-list li {
    list-style: decimal;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #513c8f;
}

.page-title .title-box h1 {
    font-size: 52px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
}

.full-list li {
  width: 100%;
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 6px;
    padding-left: 30px;
    color: #513c8f;
}

.full-list li:before {
    position: absolute;
    content: "\f106";
    font-size: 16px;
    font-family: 'Flaticon';
    left: 0px;
    top: -1px;
    font-weight: 700;
    color: #b7acd9;
}
.page-template-default .section_content ul li{
  list-style-type: disc;
}
.page-template-default .section_content ul{
  padding-left:30px;
}




/* Blclinic dropdown Changes */

.main-header .mega-menu > ul.sub-menu,.main-header .mega-menu > ul > ul.sub-menu{
    display: flex !important;
    width: auto;
}

.main-header .mega-menu > ul.sub-menu >.menu-item{
  position: relative;
  width: auto;
  padding: 0px 18px;
  flex: 0 0 auto;
}

.main-header .mega-menu > ul.sub-menu >.menu-item a{
font-size: 18px;
}


.main-header .mega-menu > ul.sub-menu > .menu-item > ul.sub-menu {
  position: relative;
  left: 0;
  transform: translateY(0);
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  width: auto;
}

.main-header .mega-menu > ul.sub-menu > .menu-item >ul li a{
  padding: 8px;
  line-height: 18px;
  font-size: 14px;
}
.main-header .mega-menu > ul.sub-menu > .menu-item >ul li{
  padding: 0px;
}

.main-menu .navigation > .mega-menu > ul > li > a:hover:before,.main-menu .navigation > .mega-menu > ul > li > ul > li > a:hover:before{
  left: -17px;
  opacity: 0;
}

.main-header .main-menu .navigation > li > ul{
  width: auto;
}
  
.main-menu .navigation .mega-menu.menu-item{
  position: relative;
  padding-bottom: 17px;
}    
  

.main-menu .navigation .mega-menu.menu-item:hover > ul.sub-menu{
  display: flex !important;
  opacity: 1;
  visibility: visible;
  width: max-content;
}

.main-menu .navigation .mega-menu.menu-item > ul.sub-menu{
  position: absolute;
  left: inherit;
  z-index: 100;
  display: none !important ;
  opacity: 1;
  visibility: visible;
  padding: 10px 0px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation .mega-menu.menu-item > ul.sub-menu >ul.sub-menu{

}

li.mega-menu > ul.sub-menu >li:nth-child(3) >ul.sub-menu >li:first-child>ul.sub-menu {
    position: relative;
    left: 0;
    transform: translateY(0);
    box-shadow: none;
    padding: 0;
    padding-left: 15px;
    opacity: 1;
    visibility: visible;
}
li.mega-menu > ul.sub-menu >li:nth-child(3) >ul.sub-menu >li:first-child>ul.sub-menu a:hover{
   color: #513c8f;
}

.important-link a{ font-size: 20px !important;
background-color: #CBD78D;
border-radius: 5px;
width: 80%;
padding: 15px 10px !important; }



/* Semaglutide Palm Harbor Page Css */
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.semaglutide_palm_page h2, .semaglutide_palm_page h4 {
  font-size: 19px;
  font-weight: 900;
  line-height: 1.4;
  font-family: 'Archivo Black', arial, sans-serif;
  color: #1b1b1b;
  text-align: center;
  text-transform: uppercase;
}
.semaglutide_palm_page h2 {
  margin-bottom: 40px;
}
.semaglutide_palm_page h4 {
  margin-bottom: 24px;
}
.semaglutide_palm_page h3, .semaglutide_palm_page .h2 {
  font-size: 22px;
  letter-spacing: unset;
  font-weight: 400;
  color: #1b1b1b;
  font-family: 'Montserrat', arial, sans-serif;
  margin: 0;
  text-transform: unset;
}
.semaglutide_palm_page p {
  font-size: 18px;
  color: rgb(94, 94, 94);    
  font-weight: 400;
  line-height: 1.8;
  font-family: 'Montserrat', arial, sans-serif;
  letter-spacing: normal;
}
.semaglutide_palm_banner, .shot_section, .odd_even_wrapper, .about_wrapper, .faq_wrapper, .contact_wrapper {
  padding: 56px 0;
}
.semaglutide_palm_page h1, .semaglutide_palm_page .h1 {
  font-size: 35px;
  color: #1b1b1b;
  font-family: 'Archivo Black', arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: normal;
  font-weight: 900;
  line-height: 1.2;
  max-width: 1112px;
  width: 100%;
  margin: 0 auto 40px;
}
.semaglutide_palm_inner img {
  max-width: 796px;
  width: 100%;
  margin: 0 auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  .semaglutide_palm_page h1, .semaglutide_palm_page .h1 {
    font-size: 42px;
  }
}
@media (min-width: 1280px) {
  .semaglutide_palm_page h1, .semaglutide_palm_page .h1 {
    font-size: 54px;
  }
}
.shot_video {
  max-height: 620px;
  max-width: 350px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.shot_video iframe {
  width: 100%;
  height: 100%;
  min-height: 620px;
}
.shot_content p {
  font-size: 22px;
}
.odd_even_block:not(:last-child) {
  margin: 0 0 48px;
}
.odd_even_block .odd_even_img {
  margin-bottom: 24px;
}
.odd_even_content ul {
  margin-right: 16px;
  margin-left: 16px;
  padding-left: 1.3em;
  text-align: left;
  display: block;
  font-size: 18px;
  color: rgb(94, 94, 94);
  font-weight: 400;
  line-height: 1.8;
  overflow-wrap: break-word;
  font-family: 'Montserrat', arial, sans-serif;
  letter-spacing: normal;
} 
.odd_even_content ul li {
  list-style: disc;
}
.about_detail_block .col-12 {
  padding-bottom: 48px;
} 
@media (min-width: 768px) {
  .odd_even_block .col-12, .about_detail_block .col-12, .contact_form_block .col-12 {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.detail_block {
  display: flex;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  font-family: 'Montserrat', arial, sans-serif;
  height: 100%;
}
.detail_block .about_img {
  margin-bottom: 24px;
}
.about_content h4 {
  margin-bottom: 24px;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 80px;
}
.about_content p {
  font-size: 16px;
}
.result_wrapper {
  background-color: rgb(22, 22, 22);
}
.result_wrapper h4 {
  color: #fff;
}
.result_wrapper p {
  color: rgb(164, 164, 164);
}
.result_wrapper .about_content h4 {
  max-height: 60px;
}
.program_feature_wrapper .odd_even_content ul {
  font-size: 16px;
}
.program_feature_wrapper .odd_even_content h4 {
  margin-bottom: 54px;
  font-size: 30px;
  line-height: 1.25;
  color: #1b1b1b;
  font-weight: 400;
  font-family: 'Montserrat', arial, sans-serif;
  text-transform: none;
  letter-spacing: normal;
}
@media (min-width: 1280px) {
  .program_feature_wrapper .odd_even_content h4 {
    font-size: 32px;
  }
}
.faq_wrapper {
  background-color: rgb(22, 22, 22);
}
.faq_wrapper h2 {
  margin: 0;
  color: #fff;
}
.faq_inner .faq_title p {
  text-align: center;
  max-width: 725px;
  width: 100%;
  margin: 16px auto 0;
  color: rgb(164, 164, 164);
  font-size: 16px;
}
.faq_inner .faq_title {
  margin-bottom: 40px;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion_block {
  max-width: 725px;
  width: 100%;
  margin: 0 auto;
}
.faq_accordion {
  background-color: transparent;
  color: rgb(247, 247, 247);
  cursor: pointer;
  padding: 24px 0;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 22px;
  border-bottom: 1px solid rgb(42, 42, 42);
  font-family: 'Montserrat', arial, sans-serif;
}
.faq_accordion svg {
  flex-shrink: 0;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active.faq_accordion, .faq_accordion:hover {
  background-color: transparent;
  color: rgb(162, 93, 232);
}
.active.faq_accordion {
  border-bottom: 0;
  padding: 24px 0 16px;
}
.faq_accordion.active svg {
  transform: rotate(180deg);
}
/* Style the accordion panel. Note: hidden by default */
.faq_wrapper .faq_inner .accordion_block .panel {
  line-height: 1.8;
  font-weight: 400;
  font-family: 'Montserrat', arial, sans-serif;
  text-transform: none;
  display: none;
  overflow: hidden;
  text-align: left;
  border-bottom: 1px solid rgb(42, 42, 42);
  padding: 8px 0 24px;
}
.faq_wrapper .faq_inner .accordion_block .panel p {
  text-align: left;
  font-family: 'Montserrat', arial, sans-serif;
  color: rgb(164, 164, 164);
  font-size: 16px;
  max-width: 685px;
  width: 100%;
}
.contact_wrapper_inner h2, .contact_content_block .h4 {
  margin-bottom: 40px;
  line-height: 1.4;
  font-weight: 400;
  color: rgb(27, 27, 27);
  text-align: center;
  font-family: 'Montserrat', arial, sans-serif;
  text-transform: none;
  letter-spacing: normal;
  font-size: 30px;
}
.contact_wrapper_inner .contact_content_block .h4 {
  text-align: left;
  margin-bottom: 24px;
}
.contact_content_block h2 {
  text-align: left;
  margin-bottom: 0;
}
.contact_wrapper_inner h4 {
  font-size: 22px;
  margin-bottom: 24px;
  line-height: 1.25;
  font-weight: 400;
  font-family: 'Montserrat', arial, sans-serif;
  text-transform: none;
  letter-spacing: normal;
  text-align: left;
}
.contact_content_block {
  max-width: 532px;
  width: 100%;
}
.contact_content_block > p {
  font-size: 16px;
  margin-bottom: 28px;
}
.contact_content_block table p {
  font-size: 16px;
}
.contact_content_block table tr td:first-child {
  padding-right: 4px;
}
.field_block {
 margin-bottom: 24px;
 position: relative;
}
.form_field {
  font-size: 16px;
  color: rgb(71, 71, 71);
  padding: 23px 8px 7px;
  border: 1px solid rgb(226, 226, 226);
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  font-weight: 400;
  font-family: 'Montserrat', arial, sans-serif;
  text-transform: none;
  letter-spacing: normal;
  width: 100%;
}
.form_field_label {
  font-size: 16px;
  pointer-events: none;
  transition: all 0.15s ease 0s;
  left: 8px;
  top: 50%;
  position: absolute;
  display: inline-block;
  color: rgb(71, 71, 71);
  font-weight: 400;
  font-family: 'Montserrat', arial, sans-serif;
  text-transform: none;
  letter-spacing: normal;
  width: 100%;
}
.field_block.form_focus {
  box-shadow: currentcolor 0px 0px 0px 1px inset;
  outline: none;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border: 1px solid #000;
}
.field_block.form_focus label.form_field_label {
  color: rgb(151, 82, 222);
  top: 5px;
  font-size: 12px;
}
.field_block .wpcf7-not-valid-tip {
	position: absolute;
}
.textarea_field {
  width: 100%;
  min-height: 157px;
  height: 100%;
  border: 1px solid rgb(226, 226, 226);
  padding: 8px;
  font-family: 'Montserrat', arial, sans-serif;
}
.form_submit_btn {
  background-color: rgb(0, 0, 0);
  font-size: 19px;
  width: 100%;
  font-family: "Archivo Black", arial, sans-serif;
  color: rgb(255, 255, 255);
  border-radius: 48px;
  min-height: 56px;
  padding: 8px 40px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  margin-bottom: 24px;
}
.form_submit_btn:hover {
  background-color: rgb(38, 38, 38);
  color: rgb(255, 255, 255);
}
.field_block p {
  font-size: 12px;
  color: rgb(89, 89, 89);
  line-height: 1.8;
  font-weight: 400;
  font-family: 'Montserrat', arial, sans-serif;
  letter-spacing: normal;
  text-align: center;
}
.field_block p a {
  color: rgb(151, 82, 222);
}
.field_block p a:hover {
  color: rgb(100, 36, 153);
}
@media (min-width: 1280px) {
  .contact_wrapper_inner h2, .contact_content_block .h4 {
      font-size: 32px;
  }
}
.textarea_field::-webkit-input-placeholder {color:rgb(71, 71, 71);}
.textarea_field::-moz-placeholder {color:rgb(71, 71, 71);}
.textarea_field:-ms-input-placeholder  {color:rgb(71, 71, 71);}
.textarea_field::-ms-input-placeholder {color:rgb(71, 71, 71);}
.textarea_field:-moz-placeholder {color:rgb(71, 71, 71);}

.textarea_field:focus::-webkit-input-placeholder {color: transparent;}
.textarea_field:focus::-moz-placeholder {color: transparent;}
.textarea_field:focus:-ms-input-placeholder {color: transparent;}
.textarea_field:focus::-ms-input-placeholder  {color: transparent;}
.textarea_field:focus:-moz-placeholder {color: transparent;}