/*-------- IMPORTS ---------------*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');
/*-------- GENERAL ---------------*/

html {
	width: 100%;
	overflow-x: hidden;
}
html.cut-off{
	overflow:hidden;
}
::-moz-selection {
	background-color: #997c55;
	color: #FFFFFF;
	;
}
::selection {
	background-color: #997c55;
	color: #FFFFFF;
	;
}
a, a:hover {
	cursor: pointer;
	cursor: hand;
  color:inherit;
}
a, a:hover {
	transition: all .2s ease 0s;
	cursor: pointer!important;
}

p a:hover {
    text-decoration: none;
    border-bottom: 1px solid #997c55;
    cursor: pointer;
}
a:active{
opacity: 0.7;
}
body {
	font-family: 'Rubik', sans-serif;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	background-color: #fff;
	background-repeat: repeat;
	background-size: auto;
	background-position: center top;
	color:#595959;
}
hr {
	margin: 20px 0;
	border-top: 1px solid #eee;
	width: 100%;
}
p{
	margin: 1em 0;
	line-height: 26px;
}
p a, li a, ol a{
	color:#595959;
	transition: all .2s;
	-webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
}
footer p a, .city p a{
text-decoration:none;
}
a{
text-decoration: none;
  cursor: pointer;
}
a:hover {
	text-decoration: none;
  cursor: pointer;
}
.strong, strong {
  display: inline-block;
font-weight: 700;
letter-spacing: -0.2px;
}
img {
	max-width: 100%;
	height: auto;
}
h1 {
	font-size: 2.5em;
	line-height: 1em;
	margin: 0 0 1.6em;
	letter-spacing: 0;
}
h2 {
	font-size: 2.2em;
	line-height: 1.1em;
	margin: 0 0 .5em;
}
h3 {
	font-size: 2em;
	line-height: 1.2em;
	margin: 0 0 .5em;
}
h4 {
	font-size: 1.7em;
	line-height: 1.4em;
	margin: 0 0 .5em;
	letter-spacing: .5px;
}
h5 {
	font-size: 1.5em;
	line-height: 1.4em;
}
h6 {
	font-size: 1.2em;
	line-height: 1.4em;
}
.tm-extra-product-options-totals{
	display:none !important;
}
/* General */

.dp-block {
	display: block !important;
}
#page.standard-page .inner h1{
font-size:1.9em;
}
#page.standard-page .inner h2, #page.standard-page .inner h3, #page.standard-page .inner h4{
margin:15px 0 10px;
font-size:1.5em;
}
.reveal {
	opacity: 1 !important;
	transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
}
.open {
	opacity: 1 !important;

    visibility: visible !important;
}
.dark-overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;;
    top: 0;
}

/* Hamburger */

#hamburger {
width: 35px;
    height: 35px;
    position: relative;
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-left: 15px;
}

#hamburger span {
display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #353537;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2),#hamburger span:nth-child(3) {
    top: 10px;
}

#hamburger span:nth-child(4) {
	top: 20px;
}

#hamburger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}



/* Header */

body.hidden-scroll {
    overflow: hidden;
    padding-right: 0 !important;
}
header {
	padding:1.5em 0 0;
    z-index: 999;
    position: relative;
    background-color: #fff;
    background-position: left top;
    background-size:145px auto;
    background-repeat:no-repeat;
    width: 100%;
    transition: all .1s ease;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
}
header .for-scroll{
opacity:0;
position:fixed;
top:-56px;
transition: all .2s;
}
header.scrolled .for-scroll{
opacity:1;
position:fixed;
top:0;
margin-top:0;
}
header .for-scroll nav{
width:100%;
text-align:center;
}
.container.bot-bit.for-scroll.mob-hide {
    background: #fffbf8;
}
.container.bot-bit.for-scroll.mob-hide .row{
    position:relative;
}
.scroll-contacts {
    position: absolute;
    left: 0;
    top: 14px;
    font-size: .95em;
}
.scroll-contacts a{
  margin-right:15px;
}
.scroll-contacts i{
  transition: all .2s;
}
.scroll-contacts a:hover i{
  color:#997c55;
}
ul#menu-main-menu, ul#menu-main-menu-1{
    list-style: none;
    text-align: center;
    margin-top: .55em;
    margin-bottom: .5em;
    font-size: 1em;
    padding-left: 0;
}
ul#menu-main-menu li a, ul#menu-main-menu-1 li a{
text-decoration:none;
}
ul#menu-main-menu li a:hover, ul#menu-main-menu-1 li a:hover{
  color:#000;
  border-bottom:1px solid #000;
}
.bot-bit{
border-top:1px solid #e0e0e0;
margin-top:1.3em;
height: 52px;
}
ul#menu-main-menu li, ul#menu-main-menu-1 li{
display:inline-block;
padding: 5px 12px;
}

header.scrolled {
    padding: .8em 0em;
}
header .main-logo-wrapper {
	text-align: center;
}
header .main-logo-wrapper a {
	position: relative;
}
header .main-logo-wrapper img {
	width: 300px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
}

header .main-logo-wrapper img.logo-swap {
	position: absolute;
	left: 0;
	opacity: 0 !important;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
}
header .contact-right {
	text-align: right;
}

header .burger-menu-wrapper, header .contact-right {
	display: table;
    height: 100%;
    width: 100%;
}
header .burger-menu-wrapper .inner-wrapper {
	display: flex !important;
}
header .burger-menu-wrapper .inner-wrapper, header .contact-right .inner-wrapper, header .burger-menu-outer {
    display: table-cell;
    vertical-align: middle;
    width:100%;
}
header .burger-menu-outer {
    padding-top:1px;
}
a.cta-header{
  font-size: .8em;
letter-spacing: .5px;
color: #FFF;
font-weight: bold;
border: 2px solid #997c55;
background: #997c55;
border-radius: 8px;
padding: 12px 25px;
margin-top: 8px;
display: inline-block;
text-transform: uppercase;
}
a.cta-header.book-forscroll {
  position: absolute;
right: 0;
font-size: .8em;
padding: 6px 19px;
}
a.cta-header:hover{
background: transparent;
color:#997c55;
}
header svg {
	margin-right: 7px;
}
header .menu-first ul {
    display: flex;
    margin-bottom: 0px !important;
}
header .menu-first ul li {
    list-style-type: none;
    margin-right: 20px;
}

header .menu-first ul li a:hover:after{
background:#000;
bottom:-3px;
}
.header-block-1 a {
    margin-right: 25px;
}
.header-block-1{
  padding-top:23px;
}
.header-block-1 i{
  transition: all .2s;
	color:#000;
}
.header-block-1 a:hover i{
  color:#997c55;
}
/* SUB MENU */

li.menu-item-has-children {
    margin-right: 0 !important;
}
@media screen and (min-width: 1000px){
 ul.menu li.menu-item-has-children::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f078";
    margin-left: 3px;
    position: relative;
    transform-origin: center center;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0.4;
    font-size: .75em;
    transform-origin: center center;
}
ul.menu li.menu-item-has-children:hover::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
}
}
header.scrolled .menu ul.sub-menu {
    position: absolute;
    top: 42px;
}
.menu ul.sub-menu {
  position: absolute;
top: 44px;
max-width: 270px;
text-align: left;
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: 200ms ease;
-moz-transition: 200ms ease;
-o-transition: 200ms ease;
transition: 200ms ease;
background: #fefbf7;
padding: 10px 9px !important;
transition: all 0.2s;
margin-left: -14px;
}
.menu ul.sub-menu li{
    display: block !important;
    text-align: left;
    padding-bottom: 10px !important;
    padding-top: 5px !important;
    border-bottom: 1px solid #d3d3d3;
}
body .menu ul.sub-menu li:last-child{
	padding-bottom:0px !important;
  padding-top: 10px !important;
	border-bottom: none !important;
}
body .menu ul.sub-menu li:first-child{
	padding-top:0px !important;
}
.menu ul.sub-menu li a, #menu-fix ul.sub-menu li a{
    color: #595959;
}
.menu ul.sub-menu li a:hover{
color:#fff;
opacity:0.7;
}
.menu .menu-item-has-children:hover ul.sub-menu{
    visibility:visible;
    opacity:1;
    filter:alpha(opacity=100);
}

/*Navigation on Open */


.header-pop .menu-description, .header-pop nav, .header-pop .social-wrapper, .header-pop .site-contact-info, .header-pop .navigation-bottom-container  {
	opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0.25s;
    -moz-transition: all 0.3s ease-in-out 0.25s;
    -o-transition: all 0.3s ease-in-out 0.25s;
    transition: all 0.3s ease-in-out 0.25s;
}
.header-pop.mob-show{
display:none !important;
}
.header-pop.open {
visibility: visible !important;
display:block !important;
    opacity: 1 !important;
    display: block !important;
    background: #c99777;
    height: auto;
    width: 100%;
    margin-top: 0;
    position: fixed;
    overflow-y:scroll;
    padding-bottom: 30px;
}
.header-pop a.cta-header {
    font-size: 1em;opacity:0;
    display:none;
    font-size:.9em;
    color: #fff;
    margin: 0 auto;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 10px 12px;
        margin-top: 39px;
    width: 200px;
    text-align: center;
    text-transform: uppercase;
}
.header-pop.open a.cta-header {
    font-size: 1em;
    display:block;
    opacity:1;
    }
  .header-pop a.cta-header:hover{
    color: #c99777;
    background:#fff;
  }
.header-pop.open nav {
    opacity:1;
}
.header-pop nav {
    text-align:center;
}
.header-pop nav ul{
list-style:none;
color:#fff;
padding-top:40px;
padding-left:0;
}

.header-pop nav ul li a{
  font-size: 1.8em;
  margin-bottom: 18px;
color:#fff;
text-decoration:none;
}
.header-pop.open .menu-description {
	 opacity: 1 !important;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .1s;
    -moz-transition-delay:.1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
 .menu-description ul{
list-style:none;
padding:0;
}
.menu-description ul li a{
    font-size: 2.4em;
    line-height: 1.4em;
}
.header-pop.open .menu-description ul li a:hover{
opacity:0.5;
}


 /* Link Copier ============= */
 @keyframes anim {
   from{ color: #7d9668;}
   to {color: white;}
 }

 .effect {
   position: absolute;
       top: 0;
       font-weight: 600;
       animation-name: anim;
       animation-duration: 3.5s;
       background: #c4cfbb;
       padding: 12px 20px;
       top: 8px;
       left: 0px;
       border-radius: 9px;
 }
/* Content Section ============= */

/* Tile */
.tile-title p, .tile-title span {
    margin:0px !important;
    line-height: 1em;
}
.home-tile .tile-wrapper {
    border:1px solid #d9d9d9;
    display:block;
    margin-bottom: 2.5em;
    position: relative;
    	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.home-tile .tile-wrapper:hover{
	border: 1px solid #f2f2f2;
}
.home-tile .tile-wrapper:hover .tile-image img{
	transform: scale(1.2) !important;
	-webkit-transform: scale(1.2) !important;
	-moz-transform: scale(1.2) !important;
	-o-transform: scale(1.2) !important;
}
.tile-content {
padding: 2em 2em 1.5em;
}
.home-tile .tile-image img {
    width:100%;
    transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.tile-image {
    overflow: hidden;
}
#contact .tile-content {
    padding-top:28% !important;
    padding-bottom: 3em;
}
.tile-wrapper .tile-title h3 {
    line-height: 0.9em;
	font-size: 1.4em;
}
.tile-wrapper .tile-title h4 {
   line-height: 0.9em;
   font-size: 1.3em;
}
.tile-wrapper .tile-title h3, .tile-wrapper .tile-title h4, .tile-description p, .tile-readmore p {
    margin:0px;
}

.tile-wrapper .bottom-title {
    margin-top: 5px !important;
    margin-bottom: 1em !important;
}
.tile-wrapper .tile-description {
    margin-top:0.5em;
}
.tile-wrapper .tile-description p {
    line-height: 1.3em;
}
.tile-wrapper .tile-description a {
color:#02b9e1 !important;
}
.tile-readmore {
    margin-top: 1em;
}
.bg-tile .tile-readmore p {
    color: #fff !important;
}
.bg-tile .tile-wrapper {
    background-size: cover;
    position: relative;

}
#contact h3, #contact a, #contact p, #contact__ h3, #contact__ a, #contact__ p {
    color:#fff !important;
}
.home-tile #gallery {
    padding-top: 30%;
}
#contact.bg-tile .tile-wrapper , #contact.bg-tile .tile-content  {
    height: 100%;
}
#op .black-text p ,#top  .black-text h3, #top  .black-text p, #top  .black-text a {
    color:#000 !important;
}
.tile-readmore p {
 color: #000;
}
.tile-readmore a {
     color: #000;
     position:relative;
    padding: 10px 1px 1px;
}
.tile-readmore a:after{
content:"";
width:0;
height:1px;
background:#000;
position:absolute;
bottom:-1px;
left:50%;
-webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}

.tile-readmore a{
opacity:1;
}
.bg-img .tile-readmore a:after, #contact .tile-readmore a:after{
content:"";
width:0;
height:1px;
background:#fff;
position:absolute;
bottom:-1px;
left:50%;
-webkit-transition: all 0.2s ease-in-out 0.1s;
 -moz-transition: all 0.2s ease-in-out 0.1s;
 -o-transition: all 0.2s ease-in-out 0.1s;
 transition: all 0.2s ease-in-out 0.1s;
}
.bg-img, #contact{
border:none !important;
}
.tile-readmore a:hover:after, #contact .tile-readmore a:hover:after{
content:"";
width:100%;
height:1px;
position:absolute;
left:0;
-webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}
 .home-tile .row {
    padding-top: 5em;
    padding-bottom: 5em;
 }
 .home-tile .col-md-4   {
  content: '';
  display: block;
  clear: both;
  margin-bottom: 0.7em;
  margin-top: 1.2em;
}
.bg-tile .tile-title h3, .bg-tile .tile-title h4, #twitter .tile-description p, .bg-tile .tile-readmore a, .bg-tile .tile-description p {
    color:#fff;
}
#partners .tile-wrapper .tile-description {
    margin-top: 0.8em !important;
}

#partners .tile-content, #partners__ .tile-content {
    position: absolute;
    bottom:15px;
    width: 100%;
}
#gallery .tile-wrapper {
    padding-top:7em;
}
.home-tile .bg-tile .icon-thumb, .home-tile .icon-thumb {
  position: absolute;
    top: 25px;
    right: 35px;
    width: 64px;
}
.home-tile #contact .icon-thumb , .home-tile #gallery .icon-thumb {
    top:35px !important;
}
 .elipsis__ {
    overflow:hidden;
    text-overflow:ellipsis;
}
.aeg-logo{
	width: 100px;
    margin-bottom: 6px;
}

/* HOMEPAGE ============= */
.test-slider{
	display: block;
    max-width: 680px;
    text-align: center;
    margin-bottom:55px;
}
section.testimonials {
    padding: 6em 0 1.5em;
}
section.test-2 {
    padding: 2em 0 1.5em !important;
}
.col-md-10.test-page-t {
    border: 1px solid #dcdcdc;
    padding: 10px 15px 0;
    margin-bottom: 20px;
}
img.test-icon {
    display: block;
    width: 40px;
    margin: 0 auto 20px;
}
a.r-more {
    color: #6a0d36;
    border-bottom: 1px solid #6a0d36;
    text-align: center;

}
.r-more-holder{
text-align:center;
}
section.home-banner {
    background-size: cover;
    background-position: center top;
		background-image: url('../img/hero-hom.jpg');
		color:#fff;
}
section.home-banner .container{
  padding-bottom: 8em;
  padding-top: 11%;
  height: 58vh;
}
section.home-banner .container h1{
  margin: 0;
  text-align: left;

  line-height: 1.15;
  font-size: 2.6em;
}
section.home-banner .container h2 {
    margin: 18px 0 0 0;
    text-align: left;

    line-height: 1.4;
    font-size: 1.6em;
}
section.home-banner .container h1 span {
    font-size: .78em;
}
section.home-banner .cta-button{
  font-size: .9em;
letter-spacing: .5px;
color: #FFF;
font-weight: bold;
border: 2px solid #997c55;
background: #997c55;
border-radius: 8px;
padding: 12px 25px;
margin-top: 45px;
display: inline-block;
text-transform: uppercase;
}
section.home-banner .cta-button:hover{
  color: #997c55;
  border: 2px solid #997c55;
  background: transparent;
}
section.home-intro {
    padding: 6em 0;
    text-align:center;
}
section.info-intro {
    padding: 4em 0;
    text-align: left;
}
section.home-intro .logo-content {
  width: 120px;
padding: 25px 0;
}
section.home-intro h3{
  margin: 35px 18px 18px;
  font-size: 1.5em;
  text-align: left;

}
h3.first-content-title:after {
    content: "";
    width: 59px;
    height: 1px;
    background: #c3c3c3;
    display: block;
    right: -93px;
    top: -11px;
    position: relative;
}
ul.doyou-list {
    text-align: left;
    font-size: .9em;
    list-style: none;
}
ul.doyou-list li{
    margin-bottom:10px;
    padding-left: 1.5em;
    position: relative;
}
ul.doyou-list li:after {
      content: '';
      height: .4em;
      width: .4em;
      background: #E2CCBE;
      display: block;
      position: absolute;
      transform: rotate(45deg);
      top: .55em;
      left: 0;
    }
body .slick-dotted.slick-slider {
    margin-bottom: 50px;
}
body .slick-dots li button:before {
    font-family: 'slick';
    font-size: 13px;
    color: #6a0d36;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #6a0d36;
}
section.home-intro .bio_deets{
text-align:center;
}
section.home-intro p.sub-title {
    margin-bottom: 0;
    margin-top: 40px;
}
section.home-intro .text-first{
  padding:0 50px;
}
.blue-left, .blue-right, .blue-right-bottom{
  position:relative;
  display: block;
margin: 0 auto;
}
.blue-left:after {
  content: "";
background-color: #AFCBDE;
height: 100%;
width: 146px;
position: absolute;
display: block;
left: -100px;
top: 45px;
z-index: 0;
border-radius: 5px;
}
.blue-right img, .blue-right-bottom img {
    z-index: 1;
    position: relative;
    border-radius: 5px;
}
.blue-right:after {
  content: "";
background-color: #AFCBDE;
height: 100%;
width: 146px;
position: absolute;
display: block;
right: -100px;
bottom: 45px;
z-index: 0;
border-radius: 5px;
}
.blue-right-bottom:after {
  content: "";
background-color: #AFCBDE;
height: 100%;
width: 146px;
position: absolute;
display: block;
right: -60px;
bottom: -45px;
z-index: 0;
border-radius: 5px;
}
.blue-left img {
    z-index: 1;
    position: relative;
    border-radius: 5px;
}
section.home-blocks-1 {
  padding: 1em 0 0;
  background: #fefbf7;
  text-align: center;
}
h2.block-title {
    text-align: center;
    margin: 0 0 40px;
}
a.block-sec {
    background: #997c55;
    border: 3px solid #fdb912;
    display: block;
    text-align: center;
    padding: 3em 2.5em;
    margin: 0 auto 50px;
    color: #fff;
    width: 95%;
    min-height: 348px;
    font-size: .93em;
}
a.block-sec:hover {
background: #540829;
    border: 3px solid #fdb912;
    color: #fdba11;
}
a.block-sec h3, a.block-sec p{
margin:0;
}
a.block-sec h3{
font-size:1.4em;
}
a.block-sec img.icon-sec {
    width: 100px;
    margin: 0 auto 35px;
}
.service-cta {
    display: block;
    width: 100%;
    background: #EAF0FF;
    padding: 13px 40px;
    text-align: center;
    font-size: .9em;
}
.service-cta a{
  color:#67A4FF;
  padding-bottom:1px;
  border-bottom: 1px solid #67A4FF;
}
/* ABOUT US ============= */
section.about.wow.fadeInUp.animated {
    padding: 4em 0;
}
span.about-subi {
    color: #997c55;
    margin-bottom: 10px;
    display: block;
}
.content-p h2 {
    line-height: 1.3;
}
/* HOME BLOCKS ============= */
section.home-blocks-2 {
    padding: 6em 0 4em;
    background: #F9F9F9;
    text-align: left;
}
section.home-blocks-2 .content-p{
  font-size:1.1em;
  padding-top:4em;
}
.cta-button.blue-but {
    font-size: .9em;
    letter-spacing: .5px;
    color: #FFF;
    font-weight: bold;
    border: 2px solid #AFCBDE;
    background: #AFCBDE;
    border-radius: 8px;
    padding: 12px 25px;
    margin-top: 45px;
    display: inline-block;
    text-transform: uppercase;
}
.cta-button.blue-but:hover {
    color: #AFCBDE;
    border: 2px solid #AFCBDE;
    background: transparent;
}
.col-md-6.service-home {
    padding: 0;
}
section.home-blocks-3 {
    background: #fff;
    text-align: center;
    padding: 4em 0 3em;
}
section.home-blocks-3 h2{
  padding-bottom:10px;
}
h2.block-title.hw {
    margin-bottom: 15px;
}
p.hw_text {
    margin-bottom: 60px;
}
section.home-blocks-3 img{
  height: 90px;
    width: auto;
    display: block;
    margin: 20px auto;
}
.over-l {
    background-size: cover;
    padding: 26% 4em;
    color: #fff;
    transition: all.2s;
}
.over-l .over-p{
  position:relative;
  z-index:1;
}
.over-l .over-p span{

  border-bottom:1px solid #fff;
  padding-bottom:2px;
  margin-top:20px;
  transition: all .15s;
  display:inline-block;
}
.over-l:hover span{
  border-bottom:1px solid #997c55;
}
.over-1:after {
    content:"";
    transition: all .15s;
    background-color: rgba(0,0,0,.25);
    opacity:0.8;
    position:absolute;
    height:100%;
    width:100%;
    display:block;
    top:0;
    left:0;
    z-index:0;
}
.over-1:hover:after, .over-2:hover:after  {
  opacity:1;
}
.over-2:after {
    content:"";
    transition: all .15s;
    background-color: rgba(0,0,0,.25);
    opacity:0.8;
    position:absolute;
    height:100%;
    width:100%;
    display:block;
    top:0;
    left:0;
    z-index:0;
}

section.home-blocks-4 {
    background-size: cover;
    background-position: center bottom;
    padding: 6em 0;
    color:#fff;
}
.cta-button.green-but {
    font-size: .9em;
    letter-spacing: .5px;
    color: #FFF;
    font-weight: bold;
    border: 2px solid #879A7C;
    background: #879A7C;
    border-radius: 8px;
    padding: 12px 25px;
    margin-top: 45px;
    display: inline-block;
    text-transform: uppercase;
}
.cta-button.green-but:hover {
    color: #879A7C;
    border: 2px solid #879A7C;
    background: transparent;
}
.content-four h3 {
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 2.5em;
    line-height: 1;
    margin-bottom:0;
}
.content-four .four-subo{
  font-size:.9em;
  margin-bottom:30px;
}
.content-four ul {
    text-align: left;
    font-size: 1em;
    line-height: 1.4;
    list-style: none;
    padding-left: 10px;
}
.content-four ul li{
    margin-bottom:10px;
    padding-left: 1.5em;
    position: relative;
}
.content-four ul li:after {
      content: '';
      height: .4em;
      width: .4em;
      background: #dfe6d9;
      display: block;
      position: absolute;
      transform: rotate(45deg);
      top: .55em;
      left: 0;
    }
section.booking-head {
        padding: 3em 0;
        background: #fdf1eb;
    }
    section.booking-head h1{
    text-align:center;
    margin-bottom:0;
    font-size:2.5em;
    }
/* SINGLE SERVICE PAGES ============= */
section.service-content-top {
    padding: 2em 0 4em;
}
.s-top-img-holder {
        height: 32vh;
        overflow: hidden;
        margin-bottom: 25px;
        position: relative;
}
.s-top-img-holder img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.left-col h1 {
    font-size: 2em;
    margin-bottom: 0;
}
.right-col-inner{
  background: #C3D0BB;
    border-radius: 2px;
    color: #fff;
    padding: 35px 55px 20px 35px;
}
.cta-button-s {
    font-size: .9em;
    letter-spacing: .5px;
    color: #FFF;
    font-weight: bold;
    border: 2px solid #997c55;
    background: #997c55;
    border-radius: 8px;
    padding: 12px 25px;
    margin-top: 25px;
    display: inline-block;
    text-transform: uppercase;
}
.cta-button-s:hover {
    color: #997c55;
    border: 2px solid #997c55;
    background: transparent;
}
.cta-button-d{
  text-decoration:underline;
  padding:12px;

  text-transform:uppercase;
  font-weight:bold;
  letter-spacing:.5px;
  margin-left:15px;
}
section.service-content-bottom {
    background: #F9F5F2;
    padding: 4em 0 3em;
}
.right-col-inner h2 {
  font-size:1.5em;
}
.right-col-inner ul {
    text-align: left;
    font-size: 1em;
    line-height: 1.4;
    list-style: none;
    padding-left: 10px;
}
.right-col-inner  ul li{
    margin-bottom:10px;
    padding-left: 1.5em;
    position: relative;
}
.right-col-inner  ul li:after {
      content: '';
      height: .4em;
      width: .4em;
      background: #fff;
      display: block;
      position: absolute;
      transform: rotate(45deg);
      top: .55em;
      left: 0;
    }
.right-col-inner  ul ul{
  margin-top: 10px;
  padding-left: 0;
  font-size: .9em;
}
    .right-col-inner  ul ul li:after {
          content: '';
          height: .4em;
          width: .4em;
          background: transparent;
          border:1px solid #fff;
          display: block;
          position: absolute;
          transform: rotate(45deg);
          top: .55em;
          left: 0;
}

.serv-box {
            text-align: center;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0px 0px 15px rgb(214 214 214 / 40%);
}
.serv-box .serv-box-holder{
  padding:35px 40px;
  background: #fff;
}
.serv-box .serv-box-holder h2{
  font-size: 1.6em;
    color: #997c55;
}
.serv-box .serv-box-holder p{
  margin:0;
}
.img-s-holder {
    max-height: 280px;
    width:100%;
    overflow: hidden;
    position:relative;
}
.img-s-holder img{
  object-fit: cover;
  top:-3em;
  height:100%;
  width:100%;
}
.service-arc{
  background-color: #fefbf7;

}

/* CONTACT PAGE ============= */
section.contact-mains {
    text-align: center;
    padding: 3em 0 1em;
}
section.contact-mains img {
    height: 45px;
    width: auto;
    margin-bottom: -4px;
}
section.contact-mains .ct-subo{
  font-size:.9em;
}
section.contact-mains .ct-main-s a{
  text-decoration:none;
}
p.ct-main-s {
    line-height: 1.4;
}
iframe.gframe {
    filter: sepia(.2);
    margin-bottom:-5px;
}

/* LOGIN PAGE ============= */
.um-page-login .container.bot-bit.mob-hide, .um-page-login .header-block-1, .um-page-login .header-block-3, .um-page-login footer {
    display: none;
}
.um-page-login .col-md-4.header-block-2 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    padding: 1em 0 2.3em;
}
/* ABOUT PAGE ============= */
section.about-mains {
    text-align: center;
    padding: 3em 0 1em;
}
section.about-mains img {
    height: 75px;
    width: auto;
    margin-bottom: 10px;
}
section.about-mains {
    background: #fdf1eb;
    padding: 4em 0;
    margin-top: 4em;
}
.col-md-4.padit {
    padding: 0 60px;
}
section.about-mains-2 {
    padding: 4em 0;
    text-align: center;
}
section.about-mains-2 h2 {
    margin-top: 50px;
    margin-bottom: 30px;
}
/* FANCY BUTTON ============= */
a.c-max {
    border: 1px solid #6a0d36;
    color:#6a0d36;
    padding: 10px 20px;
    margin: 20px 0;
    display: inline-block;
}
a.c-max svg{
margin-right:10px;
}

a.c-max:hover{
color:#fff;
background: #6a0d36;
}
a.c-max:hover svg{
color:#fcb813;
}

/* WOOCOMMERCE ============= */
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input, .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover, .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
    border-radius: 8px;
}
body.woocommerce div.product div.images .flex-control-thumbs li {
    width: 20%;
    float: left;
    margin: 0;
    list-style: none;
}
body.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}
body.woocommerce ul.products li.product .price {
    color: #000000;
    display: block;
    font-weight: 900;
    margin-bottom: .5em;
    font-size: 1.257em;
}
body.woocommerce div.product p.price, body.woocommerce div.product span.price {
    color: #000000;
		font-weight: 900;
    font-size: 1.55em;
}
.summary.entry-summary.tc-init p {
    margin: 8px 0;
}
table.shop_table.woocommerce-checkout-review-order-table .product-total, table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal,
table.shop_table.woocommerce-checkout-review-order-table tfoot {
    display:none !important;
}
body #add_payment_method #payment div.form-row, body.woocommerce-cart #payment div.form-row, body.woocommerce-checkout #payment div.form-row {
    padding: 0 1em 1em;
}
li.woocommerce-order-overview__total.total {
    display: none;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__product-table {
    display: none;
}
.woocommerce table.shop_table td.woocommerce-table__product-total.product-total {
display:none;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot {
    display: none;
}
.woocommerce-cart table .product-price, .woocommerce-cart table .product-quantity, .woocommerce-cart table .product-subtotal, .woocommerce-cart .cart_totals h2, .woocommerce-cart .cart_totals table  {
    display:none !important;
}
span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce form .form-row.notes span{
	display:inline-block;
}
body.woocommerce .col2-set .col-1, body.woocommerce-page .col2-set .col-1, body.woocommerce .col2-set .col-2, body.woocommerce-page .col2-set .col-2 {
    float: left;
    width: 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}
body .woocommerce td.product-name .wc-item-meta dd, body .woocommerce td.product-name dl.variation dd {
    margin: 0;
    display: block;
		text-align:left;
		width:100%;
}
body .woocommerce td.product-name .wc-item-meta .wc-item-meta-label, body .woocommerce td.product-name .wc-item-meta dt, body .woocommerce td.product-name dl.variation .wc-item-meta-label, body .woocommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: .25em;
    list-style: none outside;
    display: block;
		text-align:left;
		width:100%;
}
body .woocommerce #respond input#submit.alt, body .woocommerce a.button.alt, body .woocommerce button.button.alt, body .woocommerce input.button.alt {
    background-color: #987c53;
		border: 1px solid #987c53;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-size: 1.6em;
}
body .woocommerce #respond input#submit.alt:hover, body .woocommerce a.button.alt:hover, body .woocommerce button.button.alt:hover, body .woocommerce input.button.alt:hover {
    background-color: transparent;
    color: #987c53;
}
body.woocommerce #respond input#submit.alt, body.woocommerce a.button.alt, body.woocommerce button.button.alt, body.woocommerce input.button.alt {
    background-color: #987c53;
		border: 1px solid #987c53;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-size: 1.6em;
}
body.woocommerce #respond input#submit.alt:hover, body.woocommerce a.button.alt:hover, body.woocommerce button.button.alt:hover, body.woocommerce input.button.alt:hover {
    background-color: transparent;
    color: #987c53;
}

.woocommerce div.product .product_title {
    margin-bottom: 0;
}
.summary.entry-summary.tc-init p.bbb {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: -20px;
}
div#page.woo-page .inner {
    padding: 2em 0 1em;
}
ul.cato-list {
    list-style: none;
    padding-left: 0;
    margin: 2em 0 2.5em;
}
ul.cato-list li{
display:inline-block;
}
ul.cato-list li a {
    margin-right: 10px;
    text-decoration: none;
    border: 1px solid #987c53;
    border-radius: 5px;
    padding: 6px 13px;
}
ul.cato-list li a:hover{
    background: #987c53;
    color:#fff;
}
body.woocommerce #respond input#submit, body.woocommerce a.button, body.woocommerce button.button, body.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #ffffff;
    background-color: #987c54;
    border: 1px solid #987c54;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
body.woocommerce #respond input#submit:hover, body.woocommerce a.button:hover, body.woocommerce button.button:hover, body.woocommerce input.button:hover {
    border: 1px solid #987c54;
    color: #987c54;
    background-color: #fff;
}
section.related.products {
    display: block;
    width: 100%;
    float: left;
}
header .header-right-area .cart-wrap {
    width: 10% !important;
		position:relative;
}
header .header-right-area .user-wrap {
    width: 80% !important;
		position:relative;
}
header .header-right-area {
    display: flex;
    margin-top: 17px;
}
header.scrolled .header-right-area {
    display: flex;
    margin-top: 17px;
    position: absolute;
    right: 0;
    width: 271px;
    top: -8px;
}
.container.main-bit {
    position: relative;
    z-index: 1;
}
header .shopping-cart .cart-count-wrap {
    background: #987c54;
    padding: 1px 3px;
    border-radius: 50%;
    position: absolute;
    width: 22px;
    height: 22px;
    top: -7px;
    right: -17px;
}
header .shopping-cart .cart-count__ {
    color: #fff;
    display: flex;
    justify-content: center;
}
header .shopping-cart i {
    color: #252525;
    font-size: 1.1em;
		margin-top:9px;
}
header .user-display-area i {
    color: #252525;
    font-size: 1.1em;
}
.col-md-3.header-block-1 i {
    color: #000;
}
header .shopping-cart {
    position: relative;
    display: flex;
    justify-content: flex-end;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}
header .user-wrap .user-display-area {
    margin-top: 8px;
    display: flex;
    justify-content: right;
}
header .user-wrap .fa-user {
    margin-right: 10px;
}
header .user-wrap .user-display-area a {
    color: #000;
}
/* FANCY SCROLL DOWN ============= */
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

a.scroll-d {
  position: relative;
}

@keyframes occasional-arrow-bounce {
  0% { transform: translateY(0); }
  79% { transform: translateY(0); }
  80% { transform: translateY(2px); }
  100% { transform: translateY(-4px); }
}

a.scroll-d:after {
	color: white;
    content: '\02193';
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    opacity: 0.5;
    left: 50%;
    margin-left: -10px;
    animation: occasional-arrow-bounce 3s infinite 2s alternate ease-out;
}

.circle-d {
  height: 64px;
  width: 64px;
}

.background-d {
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.1);
  transition: all 200ms ease;
}

.foreground-d {
  fill: transparent;
  stroke-dasharray: 377;
  stroke-dashoffset: 377;
  stroke: #fff;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
  transition: all 800ms ease;
}

a.scroll-d:hover .foreground-d {
  stroke-dashoffset: 0;
  transform: rotate(90deg);
}

@keyframes arrow-bounce {
  0% { transform: translateY(2px); }
  100% { transform: translateY(-4px); }
}

a.scroll-d:hover:after {
  animation: arrow-bounce 0.5s infinite alternate ease-out;
  opacity:1;
  color: #fdb912;
}


/* LATEST NEWS ============= */
.news-li{
text-align:center;
list-style:none;
padding-left:0;
margin-top:30px;
}
.news-li li{
display:inline-block;
padding:0 20px;
    color: #000;
    margin-bottom: 7px;
}
.news-li li.active a{
	color: #fcb813;
    border-bottom: 1px solid #fcb813;
}
section.service-head {
    padding: 3em 0;
    background: #fdf1eb;
}
section.service-head.find-us {
    background: #edf2ff;
    padding:1.5em 0 3.5em;
}
.howtofind img {
    width: 80px;
    margin: 0 0 19px 0;
}
.howtofind h4{
  font-weight:bold;
  font-size:1.4em;
}
.find-grid {
  background: #FFFFFF;
box-shadow: 0px 0px 15px rgb(214 214 214 / 40%);
border-radius: 8px;
padding: 40px 50px 13px 40px;
min-height: 235px;
margin: 16px 0;
transition: all .2s;
}
 ul.direction-list {
    text-align: left;
    font-size: 1em;
    line-height: 1.4;
    list-style: none;
    padding-left: 10px;
}
ul.direction-list li{
    margin-bottom:5px;
    padding-left: 1.5em;
    position: relative;
    font-size:.9em;
}
ul.direction-list li:after {
      content: '';
      height: .4em;
      width: .4em;
      background: #ccd3e6;
      display: block;
      position: absolute;
      transform: rotate(45deg);
      top: .55em;
      left: 0;
    }
section.service-head.find-us .top-bit{
  text-align:center;
  margin-bottom:25px;
  }

section.service-head.top-con{
  text-align:center;
}
.single-service section.service-head .cta-button-s{
    padding: .3em 0;
    background: #fdf1eb;
}
.single-service section.service-head p{
  text-align:left;
}
section.service-head h1{
text-align:center;
margin-bottom:0;
font-size:2.5em;
}
section.yoast-breadcrumbs {
    text-align: center;
    color:#d2d2d2;
    font-size:.9em;
  }
section.yoast-breadcrumbs a {
        text-decoration: none;
        color:#595959;
    }
    span.breadcrumb_last {
      color:#997c55;
}
.term-medical #Projects{
  background: rgb(234,240,255);
background: linear-gradient(
180deg
, rgba(234,240,255,1) 0%, rgba(234,240,255,1) 40em, rgba(234,240,255,0) 40em);
}
.term-beauty #Projects{
  background: rgb(225,232,221);
background: linear-gradient(
180deg
, rgba(225,232,221,1) 0%, rgba(225,232,221,1) 40em, rgba(225,232,221,0) 40em);
}
#Projects .inner{
padding:2em 0 4em;
}
.project-grid .image-inner.scale-box .l-more{
  position: relative;
      margin-top: 30px;
}
.project-grid .image-inner.scale-box .arrow {
  background: #949494;
  height: 1px;
  left:0;
  width: 20px;
  margin: 0 8px 5px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  transition: all .2s;
}
.project-grid .image-inner.scale-box .arrow:before, .arrow:after {
    content: "";
    background: #949494;
    position: absolute;
    height: 1px;
    width: 11px;
  }

.project-grid .image-inner.scale-box .arrow:before {
    right: -3px;
    bottom: -4px;
    transform: rotate(-45deg);
  }
.project-grid .image-inner.scale-box .arrow:after {
    right: -3px;
    top: -4px;
    transform: rotate(45deg);
  }
.project-grid:hover .arrow {
  left:8px !important;
  background: #997c55 !important;
}
.project-grid:hover .arrow:before , .project-grid:hover .arrow:after{
  background: #997c55 !important;
}
.project-grid .image-inner.scale-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgb(214 214 214 / 40%);
    border-radius: 8px;
    padding: 40px 50px 40px 40px;
    min-height: 345px;
margin: 16px 0;
    transition: all .2s;
}
.project-grid:hover .image-inner.scale-box {
    box-shadow: 0px 0px 0px rgb(214 214 214 / 40%);
}
.scale-box .pro-mg img {
    height: 65px;
    width: auto;
    margin-bottom: 30px;
}
.scale-box h3.pro-title {
    font-size: 1.5em;
    color: #997c55;
}
.scale-box p {
  font-size: 1em;
}
.news-grid{
margin-bottom:30px;
}
.news-grid h3{
    margin: 0;
    letter-spacing: -0.5px;
    font-size: 1.4em;
}
.news-grid .pro-mg {
    height: 180px;
    overflow: hidden;
}
.news-grid .pro-mg img{
object-fit:cover;
width:100%;
height:100%;
position:relative;
}
.news-grid .f-rmore{
color: #fcb813;
    border-bottom: 1px solid #fcb813;
    margin-bottom: 7px;
}
.news-li a{
text-decoration:none;
}

ul.service-list {
    text-align: left;
    column-count: 4;
        column-fill: balance;
    column-gap: 40px;
    border-radius: 6px;
    margin-bottom: 30px;
    margin-top:30px;
    padding: 30px 40px;
    text-align: left;
    font-size: 1em;
    line-height: 1.4;
    list-style: none;
    box-shadow: 0px 0px 15px rgb(214 214 214 / 40%);
    background: #fff;
}

ul.service-list li{
   margin-bottom:10px;
   padding-left: 1.5em;
   position: relative;
   font-size:.95em;
}
ul.service-list li:after {
     content: '';
     height: .4em;
     width: .4em;
     background: #ccd3e6;
     display: block;
     position: absolute;
     transform: rotate(45deg);
     top: .55em;
     left: 0;
   }
   .treat-grid {
    text-align: center;
    margin-top: 60px;
}
/* LATEST RESEARCH ============= */
.news-grid-2 a{
margin-bottom:30px;
display: block;
    border: 2px solid #6a0d36;
    padding: 20px;
min-height: 118px;
}
.news-grid-2 a:hover{
background: #6a0d36;
border: 2px solid #fcb813;
color: #fcb813;
}
.news-grid-2:hover a{
color: #fcb813 !important;
}
.news-grid-2 h3{
    margin: 0;
    letter-spacing: -0.5px;
    font-size: 1.25em;
}

/* SINGLE NEWS ============= */
section.bot-correct {
    background: #6f103d;
    padding: 6em 0 4em;
    color: #fff;
}

section.bot-correct h1{
text-align:left;
font-size:2.2em;
line-height:1.4em;
margin-bottom:0px;
}
.single #page .inner{
padding:6em 0;
}

/* RELATED POST ============= */

#related-post .inner{
padding: 13em 0 12em;
}
#related-post {
position:relative;
text-align:center;
overflow:hidden;
background-color: #ffe6f3;
-webkit-transition: all 0.2s ease-in-out 0.1s;
 -moz-transition: all 0.2s ease-in-out 0.1s;
 -o-transition: all 0.2s ease-in-out 0.1s;
 transition: all 0.2s ease-in-out 0.1s;
}
#related-post img.back-img{
z-index:0;
opacity:0.08;
position:absolute;
width:100%;
height:100%;
object-fit:cover;
left:0;
top:0;
-webkit-transition: all 0.2s ease-in-out 0.1s;
 -moz-transition: all 0.2s ease-in-out 0.1s;
 -o-transition: all 0.2s ease-in-out 0.1s;
 transition: all 0.2s ease-in-out 0.1s;
}
#related-post:hover{
background:#222;
}
#related-post:hover img.back-img{
opacity:.5;
}
#related-post .n_project{
-webkit-transition: all 0.2s ease-in-out 0.1s;
 -moz-transition: all 0.2s ease-in-out 0.1s;
 -o-transition: all 0.2s ease-in-out 0.1s;
 transition: all 0.2s ease-in-out 0.1s;
 color:#000;
 font-size:1.2em;
}
#related-post:hover .n_project{
color:#fff;
}
#related-post .n_project .center{
padding:0 2em;
opacity: 0.4;
}
#related-post .n_project .center:after{
    width: 1px;
    height: 40px;
    position: absolute;
    top: -8px;
    display: inline-block;
    content: "";
    background: #6a0d36;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
 -moz-transition: all 0.2s ease-in-out 0.1s;
 -o-transition: all 0.2s ease-in-out 0.1s;
 transition: all 0.2s ease-in-out 0.1s;
}
#related-post:hover .center:after{
background:#fff;
}
#related-post .n_project{
color: #6a0d36;
}
#related-post .n_project .title{
font-size:1.1em;
}
.one-pad{
margin: 0 2em 8em!important;
}
.two-pad{
margin: 8em 2em 8em!important;
}


/* CONTACT ============= */
.service-head.wit-contact {
    padding: 0 0 4em;
    background: #fefbf7;
}
.ctact-deets, .ctact-deets-1{
margin-top: 40px;
font-size:1.2em;
}
.ctact-deets h3 {
    font-size: 1em;
    margin: 40px 0 15px;
    color: #bababa;
}
.ctact-deets p{
margin:0;
}
.ctact-deets a {
    color: #6a0d36;
    position: relative;
    font-size: 1em;
    line-height: 2em;
    border-bottom: 1px solid #fcb813;
}

.ctact-deets a:hover{
color:#fcb813;
}
.ctact-deets p a:hover{
background:transparent;
}
.ctact-deets.wit-pro p{
margin-top:20px;
}
.city{
display: none;
}
.ex-diections {
    font-size: 0.8em;
    background: #fcebf4;
    padding: 20px;
    margin-top: 40px;
}

a.w3-button {
    text-align: center;
    display: block;
    border: 2px solid #6a0d36;
    padding: 30px 7px 10px;
    font-size:.9em;
    min-height: 185px;
margin-bottom: 25px;
}
a.w3-button svg {
    font-size: 40px;
    width: 60px !important;
    height: 60px;
    border: 2px solid #fcb912;
    background: transparent;
    border-radius: 50%;
    color: #fcb912;
    padding: 12px;
    margin-bottom: 20px;
}
.col-md-6.news-grid-2 {
    margin: 13px 0;
}
a.w3-button:hover, a.w3-button.active{
border: 2px solid #fcb912;
background: #6a0d36;
color:#fff !important;
}

a.w3-button:hover svg, a.w3-button.active svg{
	border: 2px solid #fcb912;
    background: #fcb912;
    color: #6a0d36;
}

/* Footer */
.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    border: 1px solid #d0d0d0;
}
section.section.services-page.services-banner.title-banner.align-center__ {
    background: #fdf1eb;
    text-align: center;
    padding: 4em 0 0;
}
.footer-top-3 ul {
    padding-left: 0px;
    margin-top: 10px;
    list-style: none;
}
.footer-top-3 ul a{
    text-decoration:none;
}
.footer-top-3 ul li{
    padding-bottom:10px;
}
img.logo-footer-2 {
    opacity: 0.1;
}
footer .project-grid h3 {
text-transform:initial;
margin:0;
font-size:1em;
letter-spacing:0;
}
ul#menu-footer-menu {
    list-style: none;
    padding-left: 0;
}
ul#menu-footer-menu li{
    margin:.5em 0;
  }
ul#menu-footer-menu li a{
    text-decoration:none;
}
footer .f-rmore{
    color: #fcb813;
    border-bottom: 1px solid #fcb813;
    margin-bottom: 7px;
}
footer .f-rmore:hover{
opacity: 0.5;
color: #fff;
}
footer .exx p{
margin:0 0 15px;
}
footer p.small-date {
    margin-bottom: 0px;
    opacity:0.5;
}
.footer-booking {
	background-color: #fff2eb;
    background-position: center center;
    background-size: cover;
    background-repeat:no-repeat;
	padding: 4em 0;
  background-size: cover;
background-position: center top;
background-position: 100% 24%;
}
.footer-booking h2{
text-align:left;
padding:0;
margin:0;

font-size: 1.7em;
}
a.cta-share, span.cta-share{
  font-size: .9em;
  letter-spacing: .5px;
  color: #565656;
  background: #EBDACF;
  font-weight: bold;
  border: 2px solid #EBDACF;
  padding: 14px 20px;
  margin: 23px auto 0;
  display: block;
  border-radius:10px;
  max-width: 224px;
}
a.cta-share:hover, span.cta-share:hover{
  background:transparent;
}
.footer-booking p{
font-size:1.1em;
}
section.footer-logos {
    text-align: center;
}
section.footer-logos img{
    height: 73px;
    width: auto !important;
    max-width: fit-content;
    display: block;
    margin: 0 auto;
}
a.cta-body {
    font-size: .9em;
    letter-spacing: 1px;
    color: #fff;
    background:#997c55;
    font-weight: bold;
    border: 2px solid #997c55;
    padding: 16px 35px;
    display:block;
    margin: 23px auto 0;
    display: inline-block;
    text-transform: uppercase;
}
a.cta-body:hover {
    color: #997c55;
    background: transparent;
    border: 2px solid #997c55;
}
.footer-logo {
    width: 19%;
    display: inline-block;
    padding: 33px 54px 28px;
}
footer {
	background-color: #fff;
    background-position: right top;
    background-size:205px auto;
    background-repeat:no-repeat;
	padding: 4em 0em 0em;
	position:relative;z-index:1;
	border-top: 1px solid #ddd;
}
img.logo-footer {
    width: 165px;
    margin-top: 0;
}
.linux-logo {
    width: 14px;
    margin: 0 4px;
}
footer a:hover{
opacity:0.9;
border-bottom: 1px solid #997c55;
}
footer a.linux:hover{
  border:none;
}
footer h3 {
	margin:0;
    font-size:1.1em;
    text-transform:uppercase;
    line-height: 1.7em;
}

.underlined__ {
    text-decoration: underline;
}
.underlined__:hover {
    text-decoration: underline;
}
.contact-text__ {
    display: flex;
}
.contact-text__ a, .contact-text__ p {
    line-height: 1.7em;
}
.contact-text__ a {
    margin-left:5px;
}
.opening-times p {
    line-height: 1em !important;
}
.opening-times span, .contact-text__ span, .opening-times td p, .contact-text__ a {
    font-size: 1em !important;
    line-height: 1.7em;
}

.contact-text__ a:hover {
    text-decoration: underline;
}
 footer span {

    margin:0px;
    opacity:0.6;

 }
.op-1 {
    opacity: 1!important;
}
footer h3.title__ {
    font-size: 1.2em;
    margin-bottom: 1.3em;
}
footer .widgetizedArea .textwidget, footer .widgetizedArea img {
	margin-bottom: 1.5em;
}
footer .social-wrapper {
    position: relative;
    margin-top: -4px;
    text-align: right;
    margin-bottom: 0;
}
footer .social-wrapper svg {
    color: #fff;
    font-size: 1.3em;
    margin: 6px;
}
footer .footer-top {
    padding-bottom: 5em;
}

footer .footer-bottom-logo {
	display: flex;
    justify-content: flex-end;
}
footer .footer-bottom-logo .footer-logo-wrapper {
    width: 30px;
    position: relative;
    top: 5px;
}
footer .footer-bottom-logo .footer-logo-wrapper {
	margin-right: 10px;
}
footer .footer-logo-text {
	padding-top: 5px;
}
footer .footer-bottom {
    padding: 1.5em 0em;
}
footer .footer-bottom p, footer .footer-bottom a {
	position: relative;
  font-size: 0.9em;
    margin:0;
}
footer .social-wrapper a {
    color: #525459;
    border: 1px solid #525459;
    padding: 5px;
    height: 30px;
    width: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
footer .social-wrapper a:hover{
  color: #fff;
border: 1px solid #997c55;
background:#997c55;
opacity:1;
}
footer .f_c_a{
margin-bottom:7px;
}

footer .footer-bottom a:hover {
	text-decoration: none;
}
footer .footer-png {
	padding: 1.5em 0em;
}
footer .terms-privacy-wrapper {
padding: 0em 1em;
    width: auto;
    text-align: center;
    margin: auto;
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
}
footer .terms-privacy-wrapper a{
margin:0 .8em;
}
footer .footer-top-top-bottom-logo {
    margin-bottom: 1.5em !important;
}
footer .footer-top-logo__ {
    width:100px;
}
footer .footer-two-top-bottom-logo img {
    width:65px;
    margin: 0px 10px;
}
footer .footer-top-logo-2 {
    margin-top: -15px;
}

/*-------- CONTACT FORMS ---------------*/
#showey{
display:none;
text-align:center;
    background: #ecffec;
    padding: 30px 30px 15px;
}
#showey svg {
  width: 100px;
  display: block;
  margin:  0 auto 40px;
}
#showey .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
#showey .path.circle {
  animation: dash .9s ease-in-out;
}

#showey .path.check {
  stroke-dashoffset: -100;
  animation: check 3s ease-in infinite;
}

#showey p, #showey h3 {
  color: #000;
  margin:5px 0;
}

@keyframes check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
::-webkit-input-placeholder {
		color:    #2f1440;
		opacity:  .8;
}
:-moz-placeholder {
	 color:    #2f1440;
	 opacity:  .8;
}
::-moz-placeholder {
	 color:    #2f1440;
	 opacity:  .8;
}
:-ms-input-placeholder {
	 color:    #2f1440;
	 opacity:  .8;
}
::-ms-input-placeholder {
	 color:    #2f1440;
	 opacity:  .8;
}
.wpcf7-form label{
width:100%;
}
.wpcf7-form .c-label{
font-size: .9em;
 margin-bottom: 0px;
}
/* Button */
input[type=submit] {
font-size: .9em;
    color: #fff;
    background: #997c55;

    font-weight: bold;
    border: 1px solid #997c55;
    padding: 16px 35px;
    display: block;
    margin: 23px auto 0;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 8px;
}
input[type=submit]:active{
	outline:none;
	border:2px solid #997c55;
}
input[type=submit]:hover {
 background-color: transparent;
 color:#997c55;
 }
input[type=text],input[type=tel],input[type=email],input[type=date]{
width:100%;
padding:15px 10px;
margin:10px 0;
background:#fff;
border: 1px solid #997c55;
font-size:.9em;
border-radius: 4px;
 }
textarea{
    width: 100%;
    padding: 15px 10px;
    margin: 10px 0;
    background: #fff;
  border-radius: 4px;
    border: 1px solid #997c55;
    height: 100px;
    margin-top: 10px;
    font-size: .9em;

    }
select {
		    -webkit-appearance: none;
		    -moz-appearance: none;
		    -ms-appearance: none;
		    appearance: none;
		    outline: 0;
		    width: 100%;
		    padding: 10px 5px;
		    margin: 5px 0 0;
		    border-radius: 0px;
		    height: 40px;
		    box-shadow: none;
		    border-top: none;
		    border-left: none;
		    border-right: none;
		    background: #fff;
		    border: 1px solid #d2d2e2;
		    display: block;
		    font-family: 'Rubik', sans-serif !important;
		    font-size: .9em;
		    color: #584367;
		    overflow: hidden;
		    position: relative;
		    text-align: center;
}
span.subscriber::after, span.areyou::after{
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	content: "\f0dc";
	position: absolute;
	color: #DA0B7A;
	top: 5px;
	right: 0;
	font-size: 19px;
	bottom: 0;
	padding: 0 .5em;
	pointer-events: none;
}
span.subscriber, span.areyou{
		position: relative;
		width: 100%;
		display: block;
}
span.subscriber:hover::after, span.areyou:hover::after {
    color: #2f1440;
}
span.subscriber::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

/* MOBILE CSS FOR DESKTOP */
.mob-show{
display:none !important;
}

/* Media Query */

@media screen and (max-width: 1680px) {
    .container {
        width: 95%;
    }
       #contact .tile-content {
        padding-top: 31% !important;
    }
}
@media screen and (max-width: 1640px) {
    footer .footer-bottom p, footer .footer-bottom a {
    font-size: 0.9em !important;
}
}
@media screen and (max-width: 1368px) {
section.home-blocks-2 .content-p{
  padding-top:0;
}
.cta-button.blue-but {
    margin-top: 15px;
    margin-bottom:20px;
  }
  ul.service-list {
      column-count: 3;
    }
}

@media screen and (max-width:1368px) {}
@media screen and (max-width:1366px) {
    header .burger-menu-wrapper {
        width: 300px !important;
    }
a.block-sec{
min-height: 376px;
}
    .container {
        width: 95%;
    }
    footer .social-wrapper svg {
    	font-size: 1.2em;
    }
}

@media (min-width:768px) and (max-width:1366px) {
section.footer-logos img {
     height: auto;
    width: auto !important;
    max-width: -webkit-fill-available;
    display: block;
    margin: 0 auto;
}
.footer-logo {
    width: 19%;
    display: inline-block;
    padding: 33px 35px 28px;
}
}

@media (min-width: 1200px) {
	  .container {
	    max-width: 100%;
	    width:100%;
	    padding:0 9em;
	}
	header .container {
    max-width: 100%;
    width: 100%;
    padding: 0 3em;
}
}

@media (max-width: 1200px) {
.container.bot-bit.for-scroll.mob-hide{
  max-width:100%;
  padding:0 9%;
  width:100%;
}
}

@media screen and (min-width:1024px) {
    header .navigation-bottom-container .footer-bottom {
        padding-left:0px !important;
        padding-right: 0px !important;
    }
    .header-pop .copyright-wrapper {
        text-align: left !important;
    }
    .header-pop .footer-bottom-logo {
        justify-content: flex-end !important;
    }

}
@media screen and (max-width:1024px) {
.mob-show{
display:block !important;
}
.mob-hide{
display:none !important;
}
header {
    padding: 1em 0;
}
img.logo-footer {
    margin-bottom: 30px;
}
footer .social-wrapper {
    position: relative;
    margin-top: 19px;
    text-align: center;
    margin-bottom: 0;
}
footer .colourbar {
    top: 0;
    }
.colourbar {
    top: 4px;
    position: relative;
}
header .main-logo-wrapper img{
width:115px;
padding-bottom:.7em;
}
a.cta-header {
    font-size: .9em;
    margin-top: 15px;
}
.menu ul.sub-menu {
  display:none;
    position: relative;
    top: 0;
    max-width: 100%;
    margin: 0 auto 10px;
    text-align: center;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
    background: transparent;
    padding: 0 6px !important;
    transition: all 0.2s;
    }
.menu ul.sub-menu li{
text-align: center;
    display: inline-block !important;
    border: none;
    padding: 20px;
    padding-bottom: 0 !important;

    font-size:.85em;
}
ul.menu li.menu-item-has-children::after{
content: "";
display:none;
}
}
@media screen and (max-width:980px) {
    footer .footer-top .col-md-3 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    ul.service-list {
        column-count: 2;
      }

}
@media screen and (min-width:768px) and (max-width:991px) {
    .testimonial-container .testimonial-content {
        width: 80%;
        margin: auto;
    }
}
@media screen and (min-width:769px) and (max-width:991px) {
    .footer .footer-bottom {
        padding: 1.5em 1em 1.5em !important;
    }
    footer .copyright-wrapper, footer .terms-privacy-wrapper {
        padding-top:0.3em;
    }
}
@media screen and (min-width:992px) {
    .desktop-view-flex {
        display: flex !important;
    }
    .mobile-view {
        display: none !important;
    }
    .mobile-view-flex {
        display: none !important;
    }
}
@media screen and (max-width:991px) {
    footer .footer-bottom {
       padding: 1.5em 1em 1.5em !important;
    }
    section.home-blocks-4 {
        background-size: contain;
        background-position: center bottom;
        padding: 6em 0;
        color: #fff;
        background-repeat: no-repeat;
        background-color: #c3d0bc;
    }
    .mobile-view {
        display: block !important;
    }
    .mobile-view-flex  {
        display: flex !important;
    }
    .home-tile .mobile-view .tile-main-wrapper .tile-each {
        padding:8px;
        padding-bottom: 16px;
    }
    .home-tile .tile-wrapper {
        margin-bottom: 0em;
        background-size: cover;
    }
    .mobile-view-flex.tile-main-wrapper {
        display: flex;
        flex-wrap: wrap;

    }
    .mobile-view-flex.tile-main-wrapper .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
         padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .mobile-view-flex.tile-main-wrapper .tile-each {
        padding-bottom: 16px;
    }
    .home-tile #gallery {
        padding-top: 0% !important;
    }
    .home-tile .row {
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .home-tile .bg-img.no-content {
        padding-top:7em;
    }
}

@media screen and (min-width:768px) {

}
@media screen and (max-width:768px) {
  .home-intro .blue-holder{
    display:none;
  }
  section.home-intro p.sub-title{
    margin-top:0;
  }
  ul.service-list {
      column-count: 1;
    }
  body {
    padding-top: 68px;
}
  .right-col-inner{
    margin-top:40px;
  }
  section.home-banner .container {
    padding-bottom: 8em;
    padding-top: 33%;
    height: 73vh;
}
.blue-right{
  margin-top:60px;
}
  .footer-logo {
    width: 100%;
    display: inline-block;
    padding: 24px 48px 14px;
}
	.header-block-1{
	    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	}
	.header-block-2{
	    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
	}
	.header-block-3{
	display:none;
	}
	header .main-logo-wrapper img {
    width: 90px;
    padding-bottom: .5em;
    padding-top: 0.7em;
}
header .main-logo-wrapper {
    text-align: right;
}
    .footer-bottom .row {
        display: block !important;
        padding: 0em 1em;
    }
    .footer-bottom .row .col-md-4 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .footer-bottom .copyright-wrapper, .footer-bottom  .terms-privacy-wrapper, .footer-bottom .footer-bottom-logo {
        text-align: center !important;
    }
     .footer-bottom .terms-privacy-wrapper {
        display: block !important;
        justify-content: unset !important;
       padding: 0em 0em 0.5em !important;
    }
     footer .footer-bottom {
        padding: 1.5em 0em 1.5em !important;
    }

    footer .footer-top .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
#related-post .n_project .center{
padding:0;
}
#related-post .n_project .center:after{
content: none;
}
#related-post .n_project .title{
display:block;
}
}

@media screen and (max-width:767px) {


    header {
      padding: 0em 0em .2em !important;
  top: 0;
  height: auto;
  position: fixed;
        }

    footer {
        padding: 3em 0em 0em;
    }
    footer h3.title__ {
        font-size: 1.1em;
    }
}
@media screen and (min-width:600px) and (max-width: 980px) {

}
@media screen and (max-width:600px) {
  section.home-banner .container h1 {
      font-size: 2.3em;
  }
  section.service-head {
    padding: 1em 0;}
  header .main-logo-wrapper img {
    width: 75px;}
  section.home-banner .container {
    padding-bottom: 8em;
    padding-top: 12%;
  }
  section.home-intro {
    padding: 6em 0 0;
  }
  img.logo-footer-2 {
    opacity: 0.1;
    width: 150px;
    margin-bottom: -40px;
    margin-top: 20px;
}
a.cta-share, span.cta-share{
  max-width:100%;
}
.content-p h2 {
    font-size: 1.6em;
  }
.serv-box{
  margin-bottom:30px;
}
}
@media screen and (max-width:525px) {

}
@media screen and (max-width:480px) {

}
@media screen and (max-width:400px) {
.menu ul.sub-menu{
font-size:.9em;
}

}
@media screen and (max-width:414px) {

}
@media screen and (max-width:320px) {

}


/* Product Options Builder CSS */

.options-divider {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.tc-cell span {
	margin-bottom: 5px !important;
	font-weight: bold !important;
}

.tc-cell p {
	margin-top: 0 !important;
}

.tc-extra-product-options textarea {
	margin: 0 !important;
}

.bride-name-div .tm-epo-field-label textarea {
	height: 50px !important;
}
