/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com/
Author:               UX-Themes
Author URI:           http://www.uxthemes.com/
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.15.5
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.4.0
Text Domain:          flatsome
License:              http://themeforest.net/licenses
License URI:          http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Send+Flowers&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@900&display=swap');


@font-face {
  font-family: 'bonjour'; src:  url('../flatsome/assets/font/bonjour.otf') format('opentype');
}
/*header*/
h2.gt{
font-size: 7rem;
font-family: 'Mrs Saint Delafield', cursive;
letter-spacing: 6px;
}
p.txtheader{
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
}
span.last{
    color: #edca7b; 
}
.header-main .nav > li > a {
    color: #555;   
    font-family: 'Open Sans', sans-serif;
}
p.td1{
	color:#edca7b;
}
h2.td2{
    color: #fff;
    font-size: 100px;
    font-family: 'bonjour';
    text-transform: uppercase;
}
/*trang contact*/
h2.sendmess{
    background: -webkit-linear-gradient(#d3a04e, #edca7b, #d3a04e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: ;
}
/*backtotop*/
a.back-to-top.button.icon.invert.plain.fixed.bottom.z-1.is-outline.round.hide-for-medium.active{
   background: #aeaeab;
}
is-outline:hover{
    border-color:  #edca7b;;
}
.groupfbye {
    background: #828282;
    background-size: cover;
    height: 180px;
    width: 55px;
    top: 20%;
    left: 0;
    position: fixed;
    z-index: 999;
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
}
.groupfbye a i 
{
    padding: 8px;
    font-size: 14pt;
    color: #000;
}
.line3
{
    border-bottom: 1px solid #000;
    /*height: 4px;
    width: 33px;*/
    text-align: center;
    margin-bottom: 4px;
    margin-top: 4px;
}
#line2
{
   margin-bottom: 10px; 
}

a.button.primary.is-smaller.lowercase{
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    max-width: 153px;
    width: 100%;
    max-width: 220px;
    height: 45px;
    border: 1px solid #ae8444;
    background: url(../flatsome/assets/img/bg-btn.webp) left bottom no-repeat;
    background-size: cover;
}
a.button.primary.is-large.lowercase{
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    max-width: 153px;
    width: 100%;
    height: 45px;
    border: 1px solid #ae8444;
    background: url(../flatsome/assets/img/bg-btn.webp) left bottom no-repeat;
    background-size: cover;
}
.section-title-center span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 50px;
    text-transform: capitalize;
    padding-bottom: 25px;
    cursor: default;
    margin: 0;
    position: relative;
}
.section-title-center span:before {
	background: url(../flatsome/assets/img/title2.png) center bottom no-repeat;
    bottom: -15px;
    content: "";
    height: 19px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 150px;
}
h4.tit4{
     float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 25px;
    background: url(../flatsome/assets/img/title.webp) center bottom no-repeat;
    cursor: default;
    margin: 0;
    position: relative;
    color: #000;

}
p.desc_se{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin: 10px auto 0px;
    padding: 0px 5%;
}

/*form*/
.form-field {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 50px;
	height: 40px;
}
.form-field.full {
    width: 100%;
}

.submit-field{
	margin-top: 100px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.button{  
	margin:auto;
  	display:block;
    cursor: pointer;
    font-size: 12px;
    line-height: 45px;
    height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    max-width: 178px;
    width: 100%;
    color: #fff;
    border: 1px solid #fff;
    background: #aeaeab;
    background-size: cover;
}
label, legend{
    font-size: 16px;
}
div.bgform{
    background: url(https://demoelite.myesalon.com/images/bg-page.webp);
}
.form-field2 {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 34px;
    text-align: left;
	height: 40px;
}
.footer-menu {
    text-align: center;
    flex-direction: inherit!important;
    justify-content: center!important;
}
.footer-menu .a-link {
    font-size: 12px;
}
.footer-menu ul {
    list-style: none;
}
.footer-menu ul li:first-child {
    padding-left: 0;
}
.footer-menu ul li {
    margin-left: 0px!important;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 34px;
}
.footer-menu ul li a {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-weight: 400;
}
.footer-menu li:not(:first-child):before {
    content: "";
    background: url(/wp-content/uploads/2022/09/footer-dot.png) no-repeat center center;
    position: absolute;
    left: 11px;
    top: 6px;
    width: 4px;
    height: 3px;
}

/*Mobile*/
@media handheld, only screen and (max-width: 767px) {
    .logo-footer {
        padding: 0 10px;
        text-align: center;
    }
    .logo-footer img {
        width: 130px;
    }
	.egift-img, .party-img {
		height: 150px;
	}
	.contact-us > .col-inner {
		margin: 0px!important;
	}
}

.btn-booking:hover {
    background: #000!important;
    color: #edca7b!important;
    border: 1px solid #edca7b;
}

.service-box {
    padding: 10px;
    border: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to top, #fff, #000, #fff, #000, #edca7b);
    position: relative;
    cursor: pointer;
    height: auto;
}
.service-box img {
    display: block;
    margin: 0 auto;
    width: 88%;
}
.service-box h4.tit4 {
    color: #d3a04e!important;
    font-weight: 100!important;
}
.service-box:hover h4.tit4 {
    color: #000;
}
.service-box:hover .button {
    background: #000!important;
    color: #edca7b!important;
    margin-bottom: -5px!important;
}
.slide-service .flickity-page-dots {
    bottom: 0px;
}
.slide-service .flickity-prev-next-button.next {
    right: 14%;
}
.slide-service .flickity-prev-next-button.previous {
    left: 14%;
}
.font-aboutus, .sanitation span {
    background: -webkit-linear-gradient(#d3a04e, #edca7b, #d3a04e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    letter-spacing: 0.1px;
    margin-top: 4px;
    font-family: bonjour;
}
p.font-aboutus {
    font-size: 32px;
}
.brush-image-big {
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}
.brush-inner-big-img > img {
    width: 100%;
}
.brush-over-text-main {
    left: 0;
    padding: 25px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/wp-content/uploads/2022/09/about2.png) 0px 0px no-repeat;
    background-size: cover;
}
.brush-over-text {
    background: rgba(0, 0, 0, 0.6);
    padding: 55px 0 30px;
    height: 100%;
    width: 100%;
}
.timing-text {
    margin-bottom: 38px;
}
.timing-text img {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
}
.timing-text h5 {
    width: auto;
    border-bottom: 1px solid #edca7b;
    background: -webkit-linear-gradient(#d3a04e, #edca7b, #d3a04e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 36px;
    margin-top: 4px;
    padding-bottom: 2px;
    vertical-align: middle;
    font-family: Bonjour;
}
.days-text {
    margin-bottom: 29px;
}
.days-text .day {
    color: #edca7b;
    margin-bottom: 8px;
}
.days-text span, .location-text span, .phone-text span {
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 1.5;
}
.location-text {
    padding-top: 69px;
    position: relative;
    color: #ffffff;
}
.location-text:before {
    content: "";
    background: #edca7b;
    width: 1px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.location-text span, .phone-text span {
    display: block;
    margin-top: 13px;
}
.phone-text {
    margin-top: 38px;
    color: #ffffff;
}
/*instant*/
.deal_content {
    overflow: hidden;
    width: 100%;
}
.deal_salon_name {
    width: 100%;
    height: auto;
    border: 1px solid #888;
    font-size: 20pt;
    text-align: center;
    line-height: 50px;
}
.deal_box_salon {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.deal_box_salon_l {
    width: 50%;
    height: auto;
    min-height: 140px;
    float: left;
    border: 1px solid #888;
    border-right: none;
    border-top: none;
    font-size: 12pt;
    text-align: right;
    line-height: 23px;
    padding: 22px;
}
.deal_box_salon_r {
    width: 50%;
    height: auto;
    min-height: 140px;
    float: left;
    border: 1px solid #888;
    border-top: none;
    font-size: 12pt;
    text-align: left;
    line-height: 23px;
    padding: 22px;
}
@media screen and (max-width: 615px){
.deal_box_salon {
    width: 90%;
    margin: auto;
}
.deal_salon_name {
    width: 90%;
    margin: auto;
    border-bottom: none;
}
.deal_box_salon_l {
    width: 100%;
    float: none;
    border: 1px solid #888;
    border-top: 1px solid #888;
    text-align: center;
    border-bottom: none;
}
.deal_box_salon_r {
    width: 100%;
    float: none;
    border: 1px solid #888;
    border-top: 1px solid #888;
    text-align: center;
}
h1.entry-title.mb-0{
    font-size: 50px!important;
}
h2.td2{
    font-size:  35px;
}
.header_m {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.groupmenu_m ul {
    margin: 0px;
    padding: 0px;
}
.groupmenu_m ul li {
    width: 24.4%;
    margin: 2px 0.2%;
    float: left;
    /* background: #292929; */
    padding-top: 3px;
    text-align: center;
    list-style-type: none;
    background-size: cover;
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 3px;
    padding-top: 3px;
    padding-bottom: 5px;
    border-radius: 5px;
    text-transform: capitalize;
    background: #fff;
    background-size: cover;
}
.groupmenu_m ul li a {
    color: #000;
    text-decoration: none;
    font-family: Arial;
    font-size: 11pt;
}
.groupmenu_m ul li a span {
    display: block;
}

li.html.custom.html_top_right_text{
    width: 100%;
}
.second ul li {
    width: 32.8%;
}
}
li.tab.has-icon.active{
    color: #d3a04e;
    border-bottom: 1px solid #edca7b;
}
.icon-box:hover .has-icon-bg .icon .icon-inner{
    background-color: #edca7b;
}
h3.icon1{
    font-size: 18px;
    line-height: 1.5;
    color: #333 !important;
    font-weight: 600;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.egift-img {
	display: table-cell;
    vertical-align: middle;
    background: url(/wp-content/uploads/2022/09/egift-home.png) 20% center no-repeat;
    background-size: cover;
}
.our-price-box-inner > .col-inner {
	padding: 0;
    border: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #fff, #000, #fff, #000, #edca7b);
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
    cursor: pointer;
    transition: all ease 0.5s;
    background: rgb(0,0,0,0.5);
}
.our-price-box-text {
	padding: 37px!important;
    border-right: 2px solid #fff;
}
.our-price-box {
	margin-left: 0px!important;
	margin-right: 0px!important;
}
.party-img {
	display: table-cell;
    vertical-align: middle;
    background: url(/wp-content/uploads/2022/09/party-home.png) 70% center no-repeat;
    background-size: cover;
}
.title1, .section-title-main {
	font-family: 'bonjour';
	font-size: 50px;
}
.title-service-2 .section-title-center span:before {
	background: url(/wp-content/uploads/2022/09/icon-home2.png) center bottom no-repeat;
}
.bg-flower-left img {
	position: absolute;
    width: 300px;
    height: 342px;
    z-index: 99;
    left: 19px;
    bottom: 10px;
    -webkit-animation-name: shapeAnimaiton;
    -moz-animation-name: shapeAnimaiton;
    -o-animation-name: shapeAnimaiton;
    animation-name: shapeAnimaiton;
    -webkit-animation-duration: 8s;
    -moz-animation-duration: 8s;
    -o-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.bg-flower-right img {
	position: absolute;
    width: 170px;
    height: 263px;
    z-index: 999999;
    right: 170px;
    top: 50px;
    -webkit-animation-name: shapeAnimaiton2;
    -moz-animation-name: shapeAnimaiton2;
    -o-animation-name: shapeAnimaiton2;
    animation-name: shapeAnimaiton2;
    -webkit-animation-duration: 8s;
    -moz-animation-duration: 8s;
    -o-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes shapeAnimaiton {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  50% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  75% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-moz-keyframes shapeAnimaiton {
  0% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
  25% {
    -moz-transform: translate(-20px, 0);
         transform: translate(-20px, 0);
  }
  50% {
    -moz-transform: translate(-20px, -20px);
         transform: translate(-20px, -20px);
  }
  75% {
    -moz-transform: translate(0, -20px);
         transform: translate(0, -20px);
  }
  100% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
}

@-o-keyframes shapeAnimaiton {
  0% {
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
  }
  25% {
    -o-transform: translate(-20px, 0);
       transform: translate(-20px, 0);
  }
  50% {
    -o-transform: translate(-20px, -20px);
       transform: translate(-20px, -20px);
  }
  75% {
    -o-transform: translate(0, -20px);
       transform: translate(0, -20px);
  }
  100% {
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
  }
}

@keyframes shapeAnimaiton {
  0% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-20px, 0);
       -moz-transform: translate(-20px, 0);
         -o-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  50% {
    -webkit-transform: translate(-20px, -20px);
       -moz-transform: translate(-20px, -20px);
         -o-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  75% {
    -webkit-transform: translate(0, -20px);
       -moz-transform: translate(0, -20px);
         -o-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes shapeAnimaiton2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  50% {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  75% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes shapeAnimaiton2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  50% {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  75% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-moz-keyframes shapeAnimaiton2 {
  0% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
  25% {
    -moz-transform: translate(20px, 0);
         transform: translate(20px, 0);
  }
  50% {
    -moz-transform: translate(20px, 20px);
         transform: translate(20px, 20px);
  }
  75% {
    -moz-transform: translate(0, 20px);
         transform: translate(0, 20px);
  }
  100% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
}

@-o-keyframes shapeAnimaiton2 {
  0% {
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
  }
  25% {
    -o-transform: translate(20px, 0);
       transform: translate(20px, 0);
  }
  50% {
    -o-transform: translate(20px, 20px);
       transform: translate(20px, 20px);
  }
  75% {
    -o-transform: translate(0, 20px);
       transform: translate(0, 20px);
  }
  100% {
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
  }
}

@keyframes shapeAnimaiton2 {
  0% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(20px, 0);
       -moz-transform: translate(20px, 0);
         -o-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  50% {
    -webkit-transform: translate(20px, 20px);
       -moz-transform: translate(20px, 20px);
         -o-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  75% {
    -webkit-transform: translate(0, 20px);
       -moz-transform: translate(0, 20px);
         -o-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*services*/
.services-img-page {
    position: fixed;
    max-width: 400px;
    z-index: 9;
}
.services-img-page-top {
    top: 70px;
}
.grouprow {
    overflow: hidden;
    margin-bottom: 30px;
    color: #000;
    padding: 2%;
    padding-top: 0;
}
.rowtitle_note
{
    color:#333;  
    font-size: 12pt;   
    margin:20px 0px;
    text-align:center;
}
.row_note
{
    color:#333; 
    font-size:12pt;     
    margin-top:5px;
    text-transform: none;
    line-height: 25px;
    font-weight:400;
}
.price
{
    float:right;
    color:#d3a04e;
    text-transform: none;
    font-weight: 600;
}
.mani-pedi{
    color:#d3a04e;
    text-align: right;
    font-size:14pt;
    padding:10px 0px 10px 0px;
    font-weight: bold;
}
.bg_services
{
    background: url(../images/services/up-mb.png), url(../images/bg-btn.webp);
    background-repeat: no-repeat, repeat;
    background-position: 98% 50%, 0px 0px;
    color: #fff;
}
.services_active
{
   font-weight: 600;
    background: url(../images/services/down-mb.png) #ae8444;
    background-repeat: no-repeat, repeat;
    background-position: 98% 50%, 0px 0px;
    color: #fff;
    border: 1px solid #ddd;
}
.row_svpage {
    border-bottom: 1px dashed #999;
    overflow: hidden;
    text-align: left;
    font-size: 14pt;
    padding: 10px 0px 10px 0px;
    text-transform: capitalize;
    margin-top: 10px;
    color: #000;
}
.accordion-inner{
    background: #fff;
}
.accordion-title{
    background: #ae8444;
    color: #fff;
}
div.accordion{
     color: #fff;
     font-weight: 800;
}
/*code mobi*/
@media only screen and (max-width: 600px) {
  .groupfbye {
    display: none;
  }
  .services-img-page-top{
    display: none;
  }
  .bg-flower-right img{
    display: none;
  }
  .bg-flower-left img{

    position: absolute;
    width: 40%;
    height: auto;
    z-index: 99;
    left: 19px;
    bottom: 125px;
  
	}}

/*trang dịch vụ*/
#hero {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 475px;
    padding-top: 150px;
    padding-bottom: 30px;
    color: #fff;
}
#hero .titlesv{
    color: #fff;
    font-size: 50px;
    margin-top: 55px;
    font-weight: 100;
}
h1.titlesv {
    line-height: 1.1;
    color: inherit;
    font-weight: bold!important;
}
#hero .titlesv span {
    font-weight: 100;
    display: block;
    font-size: 50px;
    color: #fff;
}
.servicesgroup {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 3px;
    border: 10px solid transparent;
    padding: 15px;
    padding-top: 30px;
    background: rgba(255,255,255,0.9);
    width: 100%;
}
.servicesimg {
    text-align: center;
    float: left;
}
.servicestitle {
    font-size: 21pt;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    line-height: 30px;
    background: #aeaeab;
    font-weight: bold;
}
.row_note {
    font-size: 10pt;
    font-style: italic;
    text-transform: capitalize;
    color: #333;
    padding-top: 7px;
    padding-bottom: 7px;
}
.row_svpage {
    border-bottom: 1px dashed #828282;
    overflow: hidden;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    font-size: 12pt;
    padding: 10px 0px 10px 0px;
}
.row_svpage .row_des{
	font-size:13px;
	text-transform:capitalize;
}
.servicesimg img {
    border: 1px solid #f6f1e6;
    padding: 10px;
    margin-bottom: 30px;
    width: 100%;
}
.gallery .__item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.gallery .__image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 290px;
    margin: 0;
}
.service-i {
    position: relative;
}
.service-i img {
    display: block;
    width: 100%;
    height: 100%;
}
.service-i .box-text{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #fff;
}
.service-i .box-text .content-s h3{
    font-size: 35px;
    color: #fff;
	text-transform:uppercase;
}
.service-i .box-text .content-s h3 span{
    font-weight: 100;
}
.ss-service {
 
}


@media (min-width: 992px) {
    .welcome-img .img-inner {
        margin-right: -30%;
    }   
	.welcome-text h2 {
		margin-top: 5px;
	}
}
.welcome-text h2 {
    font-weight: 100!important;
    text-transform: none;
    font-size: 4.5rem;
    margin-top: 90px;
}
.custom-btn.custom-btn--style-5 {
    background-color: #aeaeab;
    border-color: #aeaeab;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    font-family:   'Raleway'!important;
    font-weight:    600!important;
}
h2.sl1{
    font-family: 'Mrs Saint Delafield', cursive!important;
    letter-spacing: 6px;
    font-size: 115px;
}
@media only screen and (max-width: 767px) {
    h2.sl1{
    font-family: 'Mrs Saint Delafield', cursive;
    letter-spacing: 6px;
    font-size: 25px;
}
}
h2.titlesq{
text-transform: uppercase;
color: #aeaeab!important;
 font-family:   'Raleway'!important;
 font-weight: 900;
 font-size: 40px;
}
span.titlesq{
text-transform: uppercase;
font-size: 31px;
	 font-weight: 100;
}
div.txtsq{
    justify-content: center;
    padding: 90px;
}
h2.we{
    font-weight: 100;
}
h2.inwe{
font-weight: 900;
font-size: 4.5rem;
}
a.button.primary.is-outline.lowercase{
        border-color: #aeaeab;
}
.button span {
    display: inline-block;
    line-height: 1.6;
    font-size: 15px;
}
.is-outline.primary {
    color: #a5a5a5!important;
}
a.custom-btn.custom-btn--small.custom-btn--style-5{
    background-color: #aeaeab;
    border-color: #aeaeab;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    font-family: 'Raleway'!important;
    font-weight: 600!important;
}
.form-bg{
background: linear-gradient(to right, #ebebeb, #e1e4e9);
}
.imga-contract .img-inner .attachment-large {
height: 670px;
}
.wpcf7-form-control-wrap .wpcf7-form-control {
	height: 35px;
margin-top: -7px ;
}

#content .section .section-bg {
    background-image: url(/wp-content/uploads/2022/09/bg-body-scaled.jpg) !important;
background-attachment: fixed;
}

#content .section .section-content .row .col .col-inner{
font-family: -apple-system,BlinkMacSystemFont,"Open Sans",sans-serif;
}

.text-policy{
margin-top: 100px;
}
.text-hostaparty{
font-family: -apple-system,BlinkMacSystemFont,"Open Sans",sans-serif;
color: #000;
font-size: 12pt;
}

.form-field {
    margin-bottom: 26px !important;
}
.form-field2 {
    margin-bottom: 26px !important;
}

input .wpcf7-form-control .has-spinner .wpcf7-submit .button{  
background: #aeaeab !important;
 color: #fff !important;
max-width: 178px !important;
}

.sv{
    font-weight: 900 !important;
    text-transform: none;
	font-size: 1rem;
}
h2.h2title{
	font-weight:900;
	text-transform:uppercase;
	font-size:45px;
}
h2>span{
	font-weight:100;
}
h2.text-white{
	font-weight:900;
	text-transform:uppercase;
}
/*Loading Page*/
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
.preloader {
	position: fixed;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	z-index: 9999999999; 
 	background: #fff url(../images/bg-load.webp) 0px 0px no-repeat fixed;
 	background-size:cover;
  	display:flex;
  	align-items:center;
}
.back {
	margin:1em auto;
    font-size: 5pt;
    font-family:"Roboto";
}
.back span {
	font-size: 3em;
    color: #666;
    background: #fff;
    display: table-cell;
    box-shadow: inset 0 0 5px rgba(255,255,255,0.3), 0 5px 0 #aeaeab;
    padding: 0 15px;
    line-height: 100px;
    animation: jumb 2s infinite;
}
@keyframes jumb {
	0% {
		transform:translateY(0px)
	}
	50% {
		transform:translateY(-30px);
		box-shadow:0 15px 0 #828282999;
	}
	100% {
		transform:translateY(0px)	
	}
}
.back span:nth-child(1) {
	animation-delay:0s;
}
.back span:nth-child(2) {
	animation-delay:.1s;	
}
.back span:nth-child(3) {
	animation-delay:.2s;
}
.back span:nth-child(4) {
	animation-delay:.3s;	
}
.back span:nth-child(5) {
	animation-delay:.4s;
}
.back span:nth-child(6) {
	animation-delay:.5s;	
}
.back span:nth-child(7) {
	animation-delay:.6s;
}

.row_svpage > .row_name > p {
	float:right
}