/*
Theme Name: DEV Theme
Theme URI: https://devvn.net
Author: DEVVN
Author URI: https://www.facebook.com/DEVVN.NET
Description: Hi, I am the ultra minimal starter theme, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress.
Version: 1.1.3
License: GNU General Public License
License URI: see license.txt
Tags: shop, blog, handmade, studio, portfolio, personal website, busines, responsive, bootstrap

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
	font-family: 'Quicksand', sans-serif;
	
}
.font{font-family: "Quicksand", sans-serif; }

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
* Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
* Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
* For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {
	
}

.bypostauthor {
	
}

.entry-meta {
	clear: both;
}

.navbar-nav li.menu-item-has-children:hover > ul.dropdown-menu {display: block;}
.navbar-nav li.menu-item-has-children  ul.dropdown-menu ul.dropdown-menu {left: 100%;top: 0;}

.container{
	padding-bottom: 0;
	position: relative;
	z-index: 1;
}
.topbar ul li{
	display: inline-block
}
.topbar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}.wpml-ls-legacy-dropdown-click a:hover, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a{
	color: #fff;
	background-color: transparent;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
	background: #c8a57e;
	text-align: left;
}
.topbar a:hover,
.topbar a{
	color: #fff;
	background-color: transparent;
	border: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.topbar{
	background-color: #c8a57e; 
	color: #fff; /* text color */
	font-size: 15px;
	padding: 6px 0 12px;
}
.topbar-left-info svg{
	font-size: 25px;
	position: relative;
	top: 3px;
	margin-right: 8px;
}
.topbar-left-info li+li{
	margin-left: 30px;
}
.wpml-ls-legacy-dropdown-click {
	display: inline-block;
	width: 100px;
	position: relative;
	top: -4px;
}
.topbar-social{
	display: inline-block;
}
.topbar-right-info{
	text-align: right;
	position: relative;
	top: 4px;
}
.topbar-social svg{
	font-size: 22px;
}
.topbar-social li{
	margin-left: 10px;
}
.navbar-brand{
	height: auto;
}
.navbar-default{
	
	border-radius: 0;
	border: 0;
	margin: 0;
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.navbar-brand{
	padding: 0px;
}
.site-navigation{
	background-color: #000; 
	padding: 15px 0;
}
.navbar-header {
	width: 177px;
}
.navbar-collapse{
	width: calc(100% - 177px);
	padding: 0;
}
.navbar-nav {
	float: none;
	text-align: right;
}
.navbar-nav li+li{
	margin-left: 30px;
}
.navbar-nav>li {
	float: none;
	display: inline-block;
}
.navbar-default .navbar-nav>li>a{
	color: #fff; /* text color */
	font-size: 24px;
	padding: 0 0 12px;
	font-family: "Dancing Script", cursive;	
	border-bottom: 3px solid transparent;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	background: transparent;
	color: #d3a943;
	border-bottom: 3px solid #d3a943;
}
.center{
	text-align: center;
}
:focus{
	outline: none!important;
}
.slick-next{
	background: #FAEFED!important;
	width: 36px;
	height: 35px;
	border-radius: 50%;
	z-index: 1;
}
.slick-next:before{
	background: url(images/right.png) no-repeat center!important;
	content: "";
	width: 40px;
	height: 15px;
	display: block;
	margin-left: -13px;
	opacity: 1;
	z-index: 1;
}
.slick-prev{
	background: #FAEFED!important;
	width: 36px;
	height: 35px;
	border-radius: 50%;
	z-index: 1;
}
.slick-prev:before{
	background: url(images/left.png) no-repeat center!important;
	content: "";
	width: 40px;
	height: 15px;
	display: block;
	opacity: 1;
	z-index: 1;
	position: relative;
	right: -10px;
}
body{
	background-color: #c6c6c6; 
}
.section-title.revert span{
	color: #fff;
}
.section-title span{
	color: #000;
}
.section-title{
	color: #f9efec; /* text color */
	font-size: 33px;
	text-transform: uppercase;
	margin: 0 0 60px;
	font-weight: 300;
}
.section-subtitle2{
	color: #d3a943; /* text color */
	font-size: 20px;
	
}
.section-subtitle{	
	font-family: "Dancing Script", cursive;	
	font-size: 50px;
	margin-bottom: 10px;
}
.section-subtitle span{
	color: #d3a943; /* text color */
	margin-bottom: 10px;	
}

.homeblog-inner{
	background: #fff;
	padding: 40px 60px 60px;
}
.blog-image img{
	width: 100%;
	height:300px;
}
.blog-item{
	text-align: center;
	padding: 3px;
	direction: rtl;
	border-start-end-radius: 15px;
	border: 1px solid #d3a943; 
	margin-top:15px;
	margin-bottom:10px;
	background: #d3a943;
}
.blog-title::after{
	content: "";
	height: 1px;
	width: 70px;
	background: #d5aa46;
	display: block;
	margin: 20px auto;
}
.blog-title{
	margin-top: 30px;
}
.blog-title a{
	color: #000; /* text color */
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
}
section{
	margin-bottom: 60px;
}
.post-category a{
	color: #969696; /* text color */
	font-size: 15px;
	font-weight: 300;
}
body .alm-btn-wrap .alm-load-more-btn:hover,
.button-a:hover{
	background-color: #000;
	color: #fff;
	text-decoration: none;
	border: 0;
}
body .alm-btn-wrap .alm-load-more-btn.loading,
body .alm-btn-wrap .alm-load-more-btn.done,
body .alm-btn-wrap .alm-load-more-btn,
.button-a{
	display: inline-block;
	background-color: #d3a943;
	color: #fff; /* text color */
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 25px;
	height: auto;
	line-height: 1;
	border: 0;
}
body .alm-btn-wrap .alm-load-more-btn.loading{
	padding-left: 60px;
}
.home-blog-url{
	margin-top: 50px;
}
.fullwidth{
	width: 100%;
	height: 250px;
}
#clients::after{
	content: "";
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
#clients{
	overflow: hidden;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 0px 0 30px;
}
.client{
	padding: 0 5px;	
}
.home-clients{
	margin: 0 -55px;
}
.client-image img{
	margin: auto;
	height: 300px;
	border: 1px solid #d3a943;
}
.client-name{
	color: #fff; /* text color */
	font-size: 20px;
	font-weight: 300;
	margin: 15px 0 5px;
	position: relative;
}
.client-title{
	color: #fff;
	font-size: 15px;
}
.slick-dots li.slick-active button{
	background-color: #d3a943; 
}
.slick-dots li button{
	padding: 0;
	width: 30px;
	height: 3px;
	text-indent: -99999999px;
	background-color: #fff; 
}
.slick-dots li button:before{
	display: none;
}
.slick-dots li{
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 5px;
}
.slick-dots {
	position: relative;
	bottom: -18px;
}
.home-test-slick{
	background: #fff;
	text-align: center;
	padding: 60px 8% 30px;
}
.home-test-image img{
	margin: auto;
	border-radius: 50%;
	border: 5px solid #fff;
}
.home-test-image{
	
}
.home-test-content{
	color: #000;
	font-size: 15px;
	background: url(images/qupte.png) no-repeat top left;
	padding: 14px 28px;
	max-width: 800px;
	margin: 0 auto 11px;
}
.home-test-name{
	color: #d3a943; /* text color */
	font-size: 15px;
	margin-bottom: 20px;
}
#nailit .section-title{
	color: #000; /* text color */
	margin-top: 10px;
}
#nailit .section-subtitle{
	color: #fff;
}

.grid-image img{
	width: 100%;
}
.grid-image::after{
	content: "";
	background: #d5aa46;
	width: 125px;
	height: 100%;
	position: absolute;
	top: 15px;
	right: -15px;
	z-index: -1;
}
.grid-image{
	left: 0;
	top: 0;
	position: absolute;
	width: 44%;
	z-index: 1;
}
.grid-inner{
	position: relative;
}
#nailit{
	margin-bottom: 50px;
}
.grid-content{
	background: #fff;	
	font-size: 18px;
	position: relative;
	top: 19px;
	right: 0;
	padding: 24px 54px 90px 165px;
	width: 63%;
	float: right;
}
.button-b{
	color: #d3a943; /* text color */
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.grid-url .button-b{
	margin-left: 25px;
}
.grid-url{
	margin-top: 36px;
}

.thumb-block  {		
	overflow: hidden;	
	display: block;
	padding: 5px;	
}
.post-thumbnaildetail {	
	position: relative;	
	width: 100%;
	background-color: #d3a943;
	height:250px;
	padding:2px;
}
.post-thumbnail-container {
	 
	align-items: stretch; /* center / stretch */
	position: absolute;
	width: 100%;
	height: 100%;
}

.post-thumbnail {	
	position: relative;	
	width: 100%;
	background-color: #d3a943;
	height:436px;
}
span.services-name {
	background: #eee;
	color: #000; /* text color */	
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 10px;
	font-size: 15px;
	opacity: 0.9;
	width: 100%;
	height: 100px;
	
}
.namesv{	
	padding:5px;	
	font-size: 16px;
}
.font-detail{	
	padding:5px;	
	font-size: 16px;
}
.typesv{ border-radius: 3px; background: #f0f0f0; padding:3px; margin:3px;opacity: 0.5; color: red; /* text color */	}

.viewmore{
	border: 1px solid #ccc;
	border-radius: 4px;
	width:90px;
	padding:5px;
	margin: 0 auto;
	background-color: #000;
	color: #f1f1f1; /* text color */
}


.service-image img{
	width: 100%;
	height: auto;
	border: 3px solid #F4DDD9;
}
.service-image{
	position: relative;
}
.service-item:hover .service-hover{
	opacity: 1;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.service-item{
	margin-bottom: 10px;
}
.service-hover{
	background-color: rgba(145, 20, 57, 0.4);
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	color: #fff;
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.service-hover-content{
	width: 100%;
	text-align: center;
}
.detail-button{
	margin-top: 10px;
}
.home-services-slick {
	margin: 0 -30px;
}
.home-services-slick .service-item{
	padding: 0 8px;
}
#home-services{
	overflow: hidden;
	background: #C1C1C1;
	padding: 10px 0;
}
.service-listing-detail{
	text-align: center;
}
.service-name{
	margin: 20px 0;
}
.service-name a{
	color: #000; /* text color */
	font-size: 20px;

	
}
.bg {
	background: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	width:auto;
	height:70px;	
	margin: 0 auto;
}
.font-size{font-size: 18px;}
.bgnametitle{
	color: #000; 
	font-size: 30px;
	font-weight: bold;
	text-align:center;	
	margin:10px;
}

.bgtitle {
	background: url(images/bgtitle.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	width:410px;
	height:110px;	
	border: 0px solid #e3e3e3;
	margin: 0 auto;
}

.bgname {
	color: #000; 
	font-family: 'Dancing Script';
	font-size: 40px;
	font-weight: bold;
	text-align:center;
	margin-top:20px;	
}

.button-c:hover{
	background-color: #d3a943;
	color: #fff; 
	text-decoration: none;
}
.button-c{
	display: inline-block;
	background-color: #fff;
	color: #d3a943; 
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 25px;
}
.booking-button{
	margin-top: 20px;
}
.academy-image img{
	width: 100%;
	height: auto;
}
.academy-image::after{
	content: "";
	background: #a1a1a1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: -1;
}
.academy-image{
	width: 50%;
	float: left;
	position: relative;
}
.academy-content{
	width: 55%;
	padding-left: 60px;
	float: left;
}
#academy .container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#academy .section-title{
	margin-bottom: 30px;
}
#academy{
	overflow: hidden;
	padding: 2px 0;
}
.academy-url a{
	color: #d3a943; /* text color */
	font-size: 20px;
	font-weight: 300;
}
.academy-urls .academy-url+.academy-url{
	margin-left: 30px;
}
.academy-url{
	display: inline-block;
}
.academy-urls{
	margin-top: 30px;
}
.partner-slick .slick-track{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.partner-slick img{
	width: auto;
	margin: auto;
}
.cta-content::before{
	background: url(images/girl.png) no-repeat;
	content: "";
	background-size: 100% auto;
	position: absolute;
	left: -50px;
	height: 395px;
	width: 221px;
	bottom: 0;
}
.page-template-template-Franchise-php .cta-content,
.page-template-template-hopctac-php .cta-content{
	color: #fff;
	font-weight: normal;
}
.page-template-template-Franchise-php .cta-content h1,.page-template-template-Franchise-php .cta-content h2,.page-template-template-Franchise-php .cta-content h3,.page-template-template-Franchise-php .cta-content h4,.page-template-template-Franchise-php .cta-content h5,.page-template-template-Franchise-php .cta-content h6,
.page-template-template-hopctac-php .cta-content h1,.page-template-template-hopctac-php .cta-content h2,.page-template-template-hopctac-php .cta-content h3,.page-template-template-hopctac-php .cta-content h4,.page-template-template-hopctac-php .cta-content h5,.page-template-template-hopctac-php .cta-content h6{
	color: #fff; /* text color */
	font-size: 40px;
	font-family: 'Open Sans', sans-serif;
}
.cta-content h1,.cta-content h2,.cta-content h3,.cta-content h4,.cta-content h5,.cta-content h6{
	color: #d3a943; /* text color */
	font-family: 'Dancing Script', cursive;
	font-size: 35px;
	font-weight: bold;
}
.cta-content{
	background: url(images/cta-bg.png) no-repeat right bottom #000;
	padding: 10px;
	text-align: center;
	position: relative;
	color: #d3a943; /* text color */
	font-size: 36px;
	font-weight: 300;
	border: 0px solid #e3e3e3;
	min-height:255px;
}
.cta-content img{padding:2px;} 
.cta-booking{
	margin-top: 0;
}
#calltoaction{
	margin-bottom: 0;
	margin-top: 0px;
}

.footer-bar-3 {
	background: url(images/apple.jpg) no-repeat top left;
}
.footer-bar-1 {
	background: url(images/phone-bg.png) no-repeat top left; margin: 5px;
}
.footer-bar-2 {
	background: url(images/email.png) no-repeat top left; margin: 5px;
}
.footer-bar-4 {
	background: url(images/chplay.jpg) no-repeat top left;
}
.footer-bar-5 {
	background: url(images/add.png) no-repeat top left; margin: 5px;
}
.footer-bar a{
	color: #fff;
}
.footer-bar {
	background-size: auto 100%!important;
	padding-left: 65px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 15px;
}
.footer-cta{
	background: #d3a943;
	padding: 10px 0;
}
.footer-title,.social-title,
.footer-showrooms span{
	color: #000; /* text color */
	font-size: 15px;
	font-weight: 600;
}

.footer-showrooms span{
	background: url(images/showroom-arrow.png) no-repeat right -10px;
	padding-right: 17px;
	cursor: pointer;
}
.footer-showrooms > ul li{
	margin-bottom: 30px;
}
.footer-showrooms > ul ul li{
	padding: 4px 0;
	margin: 0;
}
.footer-showrooms > ul ul.active{
	display: block;
}
.footer-showrooms > ul ul{
	padding-left: 18px;
	list-style-type: disc;
	display: none;
}
.footer-showrooms > ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.sitefooter {
	background-color: #000;
	color: #d3a943; /* text color */
	padding:20px;
}
.footer-open  {
	font-family: "Dancing Script", cursive;	
	font-size: 28px;
	border-bottom: 2px solid #c1c1c1;
	color: #000; /* text color */
	padding:5px;
}

.footer-bgopen::before {
  content: "";
  background: url(images/bgopenhour.png) no-repeat right bottom;	
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0; /* Fill the container */
  opacity: 0.3; /* Set your opacity here */
  z-index: -1; /* Push background behind the text */
}
.footer-hour  {
	padding:5px;
	font-size: 16px;
	color: #fff; /* text color */
}
.site-footer{
	background-color: #d7c1a7;
	padding: 2px 0 10px;
}
.footer-social a{
	display: inline-block;
	margin-left: 20px;
}
.footer-3 .footer-title{
	margin-bottom: 30px;
}
.footer-copyright{
	margin-top: 30px;
}
.footer-1 img{
	display: block;
	margin: 0 auto 30px;
}
.footer-1{
	text-align: center;
	color: #000; /* text color */
	font-size: 15px;
	
}
.shortdesc{color: #d3a943; /* text color */}

#breadcrumbs a,
#breadcrumbs{
	color: #000; /* text color */
	font-size: 15px;
	font-weight:bold;
}
#breadcrumbs{
	margin: 30px 0;
}
#breadcrumbs svg{
	font-size: 6px;
	position: relative;
	top: -3px;
	margin: 0 7px;
}
.black{
	color: #000;
}
#gallery .section-title{
	margin: 0 auto 60px;
	max-width: 670px;
}
.ab-video{
	text-align: center;
}
.ab-video iframe{
	height: 390px;
	max-width: 640px;
	width: 100%;
}
.ab-content{
	text-align: center;
	color: #000; /* text color */
	font-size: 15px;
	max-width: 950px;
	margin: 50px auto;
}
.ab-gallery{
	overflow: hidden;
}
.ab-gallery a:hover{
	opacity: 0.8;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.ab-gallery a{
	display: block;
	float: left;
	width: 20%;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.white{
	color: #fff;
}
#showrooms::after{
	content: "";
	background: rgba(0, 0, 0, 0.66);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#showrooms .container{
	position: relative;
	z-index: 1;
}
#showrooms{
	background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom: 0;
	padding: 85px 0;
}
.ab-showroom-item img{
	height: 42px;
	margin-right: 10px;
}
.ab-showroom-item{
	width: auto;
	float: none;
	padding: 0 15px;
	display: inline-block;
}
.ab-showroom-items{
	color: #fff;
	font-size: 23px;
	overflow: hidden;
	max-width: 860px;
	margin: 0 auto 40px;
	text-align: center;
}
.float-button { right: 5px!important;}

#ins-chat {top: 380px;}
#fbtn-facebook {top: 290px;}
#fbtn-call {top: 335px;}


.booking-fixed a{
	-webkit-box-shadow: 0 0 5px rgba(123,123,123,.75);
	box-shadow: 0 0 5px rgba(123,123,123,.75);
	background: #d3a943;
	color: #955f23;
	font-size: 13px;
	text-transform: uppercase;
	position: fixed;
	z-index: 999;
	top: 20%;
	right: 0;
	text-align: center;
	padding: 15px;
}
.services-lising .row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
}
#servicecalltoaction .cta-content{
	background: transparent;
}
.page-template-template-Franchise-php #servicecalltoaction,
.page-template-template-hopctac-php #servicecalltoaction{
	margin: 0 0 60px;
}
.page-template-template-Franchise-php #servicecalltoaction .cta-content::before,
.page-template-template-hopctac-php #servicecalltoaction .cta-content::before {
	display: none;
}
#servicecalltoaction .cta-content::before {
	background: url(images/girl2.png) no-repeat;
	content: "";
	background-size: 100% auto;
	position: absolute;
	left: -50px;
	height: 372px;
	width: 511px;
	bottom: 0;
	z-index: -1;
}
#servicecalltoaction{
	margin: 80px 0 0;
	background: url(images/cta-bg2.jpg);
	background-size: cover;
	background-position: center;
}
.gallery-nav{
	width: 18%;
	float: left;
	position: relative;
	z-index: 11;
}
.gallery-for {
	width: 82%;
	float: left;
}
.service-gallery .slick-next {
	right: -15px;
}
.service-gallery .slick-prev {
	left: -15px;
}
.service-gallery{
	overflow: hidden;
	width: 50%;
}
.service-details{
	width: 50%;
	background: #fff;
	padding: 30px 10px 30px 20px;
}
.service-name{
	color: #000; /* text color */
	font-size: 20px;
}
.service-description{
	color: #000; /* text color */
	font-size: 15px;
	margin: 30px 0;
}
.service-main{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.single #servicecalltoaction .cta-content span,
.single #servicecalltoaction .cta-content{
	color: #fff!important;
}
.single #servicecalltoaction{
	background: url(images/single-service-bg.jpg);
	background-size: cover;
	background-position: center;
}
.single #servicecalltoaction .cta-content::before{
	display: none;
}
.service-process-item{
	background-color: #fff; 
	color: #000; /* text color */
	font-size: 15px;
	padding: 30px;
}
.process-title{
	color: #d3a943;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.service-process-item{
	width: calc(33.333333333% - 30px);
	margin: 0 15px 30px;
}
.service-process-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	margin: 0 -15px;
}
.blog-listing .row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	margin: 0 -15px;
}
.related-service{
	margin: 60px 0 30px;
}
.gallery-for-item{
	background-size: cover;
	background-position: center;
	height: 406px;
}
.blog-listing .blog-item{
	margin-bottom: 20px;
	
}
.pager li>a:hover,
.pager li.active>a{
	background-color: #d3a943;
	color: #fff;
}
.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #d3a943;
	color: #d3a943;
}
.widget-title{
	color: #000; /* text color */
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 0 30px;
}
.rpwwt-post-title{
	color: #000; /* text color */
	font-size: 15px;
	
}
li.cat-item{
	background: url(images/list-arrow.jpg) no-repeat left;
	padding-left: 30px;
	margin: 13px 0;
}
.widget_categories ul a{
	color: #000; /* text color */
	font-size: 15px;
}
.widget_categories ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget_categories{
	background: #fff;
	padding: 20px 20px 10px;
}
.tagcloud a:hover{
	background-color: #000;
}
.tagcloud a{
	color: #fff;
	font-size: 14px!important;
	background-color: #d7c1a7;
	display: inline-block;
	padding: 7px 10px;
	text-decoration: none;
	margin: 3px;
}
.page-title{
	color: #000; /* text color */
	font-size: 20px;
	
}
.blog-content{
	color: #000; /* text color */
	font-size: 15px;
	margin-top: 30px;
}
.single-post .related-service{
	background: #fff;
	margin: 0;
	padding: 50px 0px;
}
.gallery-item{
	width: calc(25% - 30px);
	margin: 0 15px;
	background: #fff;
	text-align: center;
	margin-bottom: 30px;
	border: 2px solid #d7c1a7;
}
.gallery-listing .alm-listing{
	margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
}
.gallery-name{
	margin-bottom: 10px;
}
.gallery-info{
	padding: 20px;
}
.gallery-name a{
	color: #000; /* text color */
	font-size: 15px;
	text-transform: uppercase;
}
.gallery-count{
	color: #989898; /* text color */
	font-size: 13px;
}
.gallery-thumbnail a{
	position: relative;
	display: block;
}
.gallery-thumbnail.video a::after{
	background: url(images/play.png) no-repeat center rgba(0, 0, 0, 0.5);
	opacity: 1;
}
.gallery-thumbnail a::after{
	background: url(images/search.png) no-repeat center rgba(0, 0, 0, 0.5);
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.gallery-item:hover a::after{
	opacity: 1;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.single-gallery img{
	width: 100%;
}
.single-gallery{
	max-width: 600px;
	margin: 0 auto 40px;
}
.single-gallery-nav{
	max-width: 800px;
	max-width: auto;
}
.related-gallery{
	background-color: #f7f7f7;
	padding: 50px 0;
	overflow: hidden;
}
.header-hero-section{
	background-size: cover;
	background-position: center;
}
.header-hero-section .container{
	width: 100%;
	text-align: center;
}
.header-hero-section{
	height: 513px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff; /* text color */
	font-size: 25px;
	
}
.hero-title span{
	color: #c8a57e;
}
.hero-title{
	color: #fff; /* text color */
	font-size: 60px;
	font-weight: bold;
	
}
.arrow-hero{
	margin-top: 30px;
}
.section-content{
	color: #000; /* text color */
	font-size: 15px;
	max-width: 970px;
	margin: 0 auto 60px;
	overflow: hidden;
}
#aca-system .section-content{
	max-width: 100%;
}
.section-content ul{
	margin-top: 40px;
}
.section-content li {
	text-align: left;
	width: 33.3333%;
	float: left;
	margin-bottom: 20px;
	padding: 0 50px 0 0;
}
#course{
	background: #fff;
	padding: 60px 0;
}
.coure-infos{
	width: calc(50%);
	float: left;
	padding: 050px 15px 0;
}
.course-image{
	width: calc(50%);
	float: left;
	padding: 0 15px;
}
.course-item:nth-child(even) .course-image{
	float: right;
}
.course-item{
	clear: both;
	overflow: hidden;
	margin: 0 -15px 50px;
}
.course-title{
	color: #000; /* text color */
	font-size: 20px;
}
.course-excerpt{
	color: #000; /* text color */
	font-size: 15px;
	margin: 20px 0 30px;
}
.ts-title a{
	color: #000; /* text color */
	font-size: 15px;
	
}
.ts-meta{
	color: #7f7f7f; /* text color */
	font-size: 13px;
	
}
.ts-infos{
	padding: 20px;
}
.academy-galleries a{
	display: block;
	width: 25%;
	float: left;
}
.ts-item{
	background: #fff;
	width: 100%;
	margin-bottom: 30px;
}
.listing-url{
	margin-top: 30px;
}
.section-description{
	margin-bottom: 60px;
}
#section-kh-info .row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.kh-content ul{
	padding-left: 18px;
}
.kh-content{
	color: #000; /* text color */
	font-size: 15px;
}
#kh-details{
	background: #fff;
	padding: 60px 0;
}
.block-title{
	color: #d3a943; /* text color */
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.block-content{
	color: #000; /* text color */
	font-size: 15px;
	line-height: 1.8;
}
.gv-iamge img{
	border-radius: 50%;
	border: 3px solid #FAEFED;
}
.gv-iamge{
	width: 90px;
	float: left;
}
.gv-info{
	width: calc(100%  - 90px);
	float: left;
	padding-left: 20px;
}
.gv-name{
	color: #d3a943; /* text color */
	font-size: 15px;
	margin-bottom: 20px;
	font-weight: bold;
}
.ttdd-image{
	width: 50%;
	background-size: cover;
	background-position: center;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#yeucau .kh-content{
	width: 50%;
	float: right;
	padding: 50px 30px;
}
.tt-td{
	background-color: #d7c1a7; 
	overflow: hidden;
	position: relative;
}
.kh-content li{
	margin-bottom: 20px;
}
.td-contact{
	margin-top: 30px;
}
.related-ts{
	background-color: #F7E2DE;
	padding: 60px 0 ;
}
.benefit{
	width: 25%;
	text-align: center;
	padding: 0 30px;
}
.benefits{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
}
#benefit{
	background-color: #fff;
	padding: 60px 0;
	margin: 0;
}
.benefit-name{
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	max-width: 160px;
	margin: 20px auto 0;
}
.fcontent{
	text-align: center;
}
.stt{
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: #d3a943;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 10px;
	text-align: center;
	float: left;
}
.f-item-infos{
	width: calc(100% - 33px);
	padding-left: 20px;
}
.f-item-name{
	color: #d3a943; /* text color */
	font-size: 15px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.f-item{
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}
.f-items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
}
.showroom > span::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.35);
}
.showroom > span span{
	position: relative;
}
.showroom > span{
	position: relative;
	display: block;
	background-size: cover;
	background-position: center;
	padding: 38px;
	color: #fff; /* text color */
	font-size: 33px;
	text-align: center;
	text-transform: uppercase;
}
.showroom{
	width: calc(33.3333% - 30px);
	margin: 0 15px 30px;
}
.showroom ul li{
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
	padding-bottom: 10px;
}
.showroom ul{
	padding-left: 17px;
}
.showrooms-listing{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	margin-right: -15px;
	margin-left: -15px;
}
.contact-form input[type=text],.contact-form input[type=email],.contact-form textarea{
    border: 1px solid #e3e3e3;
    background: #fff;
    width: 100%;
    padding: 17px 20px;
	font-size: 13px;
	margin-bottom: 30px;
}
.contact-form input[type=submit]{

}.banner {width:100%;border: 1px solid #d3a943;}




.show_more_main {
    margin: 15px 25px;
}
.show_more {
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
    background-image: linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
    color: #333;
    font-size: 18px;
	border: 1px solid #d3a943;float:left; width:100%;
}
.show_more {
    cursor: pointer;
    display: block;
    padding: 10px;
	margin:10px;
    text-align: center;
    font-weight:bold;
}
.loding {
    background-color: #e9e9e9;
    border: 1px solid;
    border-color: #c6c6c6;
    color: #333;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 10px 0;
    outline: 0;
    font-weight:bold;
}
.loding_txt {
    background-image: url(loading.gif);
    background-position: left;
    background-repeat: no-repeat;
    border: 0;
    display: inline-block;
    height: 16px;
    padding-left: 20px;
}