* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif !important;
	font-weight: 400;
	list-style: none;
}

*:focus {
	outline: none;
	text-decoration: none;
}

body {
	color: #000;
	font-family: 'Raleway', sans-serif !important;
	font-weight: 400;
}

p {
	color: #000;
	margin: 0;
	font-weight: 400;
	font-size: 14px;
}

.main-left-heading {
	font-size: 48px;
	color: #000;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
	margin-bottom: 30px;
}
.main-left-heading span {
	display: inline-block;
	font-size: 60px;
	font-weight: 300;
}
.main-left-para {
	font-size: 18px;
	font-weight: 400;
	margin-top: 0px;
	padding-bottom: 50px;
}
.main-heading {
	font-size: 48px !important;
	color: #000;
	font-weight: 300 !Important;
	margin-bottom: 30px;
	text-transform: uppercase;
	margin-top: 0;
}
#service .service-slide p {
	margin-bottom: 0;
}
.main-heading span {
	font-size: 30px;
	display: inline-block;
	font-weight: 300 !Important;
	text-transform: uppercase;
}
h5.left {
	font-size: 18px;
}
h2.main {
	font-size: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-family: 'Raleway', sans-serif !important;
	font-weight: 400;
	color: #000;
}
.text-right {
	text-align: right;
	font-weight: 500;
	font-size: 15px;
}
.mb50 {
	margin-bottom: 50px;
}
.mt10 {
	margin-top: 10px !Important;
}
.mb20 {
	margin-bottom: 20px;
}
.mb15 {
	margin-bottom: 15px !important;
}
a,
a:active,
a:hover,
a:visited {
	text-decoration: none !important;
	outline: none !important;
	text-decoration: none !important;
}
.service-slide h1.main-left-heading {
	margin-bottom: 20px !important;
}
.global-menu .global-menu__wrap a:focus {
	color: #d1b86e !Important;
}
.error-message {
	margin-top: 5px;
	color: red;
	font-size: 12px;
	margin-left: 8px;
}
#name-galantry .name-title-content p {
	font-weight: 300 !important;
}
.home-index {
	padding: 30px 0 !Important;
	overflow: hidden;
	max-width: 800px;
	text-align: center;
	color: #000;
}
.home-index h1 {
	margin-bottom: 10px !important;
}
.home-index h5 {
	font-size: 16px;
}
/*slider-nav*/
.navigation {
	float: right;

}
.navigation ul {
	margin: 0;
	padding: 0;
	transition: 0.3s linear;
	text-align: center;
}
.navigation ul li {
	list-style: none;
	display: inline-block;
}
.navigation ul li a {
	font-size: 16px;
	font-weight: 600 !Important;
	color: #fff;
	display: inline-block;
	margin-right: 0px;
	text-decoration: none;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	position: relative;
	padding: 0 20px;
	text-transform: capitalize;
	font-weight: 500;
	margin-top: 30px;
	-webkit-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	transition: 0.3s linear all;
}
.navigation ul li a:hover {
	color: #d1b86e;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: block;
}
.owl-carousel.s1 {
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	color: #c99f41;
}
.owl-carousel.s1 .owl-item {
	position: relative;
}
.owl-carousel .owl-nav i {
	font-family: fontAwesome !important;
	font-size: 80px;
}
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: 170px;
	top: 40%;
	font-weight: 300;
}
.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: 170px;
	top: 40%;
	font-weight: 300;
}
.svg-inline--fa {
	height: 1em !important;
}
/*onload popup*/
.onload_popup-b-layer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 2;
	background: rgba(0, 0, 0, .5);
	left: 0;
	display: none;
	overflow: auto;
}
.show-pp {
	visibility: visible;
}
.onload_popup-b-layer .popup_img_cont {

	background: #fff;
	border-radius: 10px;
	overflow: auto;
	max-width: 365px;
	position: relative;
	margin: 30px auto;
}
.onload_popup-b-layer .popup_img_cont .popup_content {
	margin: 50px;
}
.onload_popup-b-layer .popup_img_cont .popup_content h3 {
	margin-top: 0;
	color: #25326e;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 22px;
}
.onload_popup-b-layer .popup_img_cont .popup_content p {
	margin-bottom: 22px;
}
.onload_popup-b-layer .popup_img_cont .popup_content .btn-hover {
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	margin: 0 auto;
}
.onload_popup-b-layer .popup_img_cont .popup_content .btn-hover:hover {
	color: #ffff;
}
.close_popup {
	background: url(../images/close.png)no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 25px;
	right: 20px;
	cursor: pointer;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.close_popup:hover {
	background-position: bottom;
}
/* button css */
.btn-common {
	border: 1px solid #d1b86e;
	color: #000;
	padding: 7px 30px;
	display: inline-block;
	border-radius: 33px;
	perspective: 50px;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	font-weight: 600;
}
.services-button a {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.btn-common:before {
	position: absolute;
	content: "";
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #d1b86e8a;
	z-index: -1;
	transition: 0.3s;
}
.btn-common:after {
	position: absolute;
	content: "";
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #d1b86e;
	z-index: -1;
	transition: 0.3s;
}
.btn-common:hover:before {
	top: 0;
}
.btn-common:hover:after {
	top: 0;
	transition-delay: 0.2s;
}
.btn-common:hover {
	color: #fff;
}
.btn-common:active {
	background-color: #d1b86e;
	outline: none;
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
}
.custom-container {
	width: calc(100% - 160px);
	margin: 0 auto;
}
/* header */
#header {
	margin-top: 70px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
/* logo */
.logo {
	float: left
}
/* banner */
#banner {
	overflow: hidden;
	width: 100%;
	z-index: 0;
}
.banner-caption {
	width: 100%;
	position: absolute;
	bottom: 190px;
	left: auto !important;
	right: auto !important;
	text-align: center;
	color: #fff;
}
.banner-caption h2 {
	font-size: 60px;
	color: #fff;
	margin-bottom: 0;
}

.banner-caption p {
	text-align: center !important;
	font-size: 16px;
	margin-top: 10px;
	padding: 0 500px;
	color: #fff;
}
/* name-galantry */
.custom-width {
	width: 1024px;
	float: right;
	padding-bottom: 46px;
	overflow: hidden;
}
#name-galantry {
	background: url(../images/parallax-bg.png)no-repeat;
	padding-top: 190px;
	margin-top: -96px;
	z-index: 1;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #eee;
}
.vision-ul2.vision-content {
	padding-top: 70px;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 50px;

}
.about-our-vision .vision-ul1,
.about-our-vision .vision-ul2 {
	padding: 0;
	border: 0;
	margin: 0;
}
 ul.vision-ul2.vision-content li img{
	margin-left: 5px;
    max-width: 22px;
    margin-top: -3px;
}
.vision-ul2.vision-content h2 {
	font-size: 30px;
}
.four_points {
	margin-top: 110px;
}
.four_points h2 {
	text-transform: uppercase;
	font-size: 22px;
	color: #000;
}
.first-point h1 {
	font-size: 160px;
	margin: 0;
	line-height: 45px;
	font-weight: 100;
	color: #d1b86e;
}
#name-galantry .common-points {
	border-left: 2px solid #d1b86e !important;
}
.common-points:first-child {
	border: none;
}
.common-points:nth-child(3) {
	padding-left: 25px;
}
.common-points:nth-child(2) {
	padding-left: 36px;
	border: 0;
}
.common-points:nth-child(4) {
	padding-left: 38px;
	padding-right: 0;
}
/* service-item */
.service-slide h2.main {
	text-transform: uppercase;
	margin-bottom: 20px;
}
#service .row,
#service .col-md-3 {
	margin: 0;
	padding: 0;
}
.service-item-cont {
	text-align: center;
	padding: 43px 15px;
	position: relative
}
.service-item-cont p {
	font-size: 14px;
	color: #000000;
	font-weight: 300;
}
.service-item img,
.package-item img {
	max-width: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.service-item .item-img,
.package-item .item-img {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.service-item .item-img:before,
.package-item .item-img:before {
	content: "";
	position: absolute;
	border-top: 2px solid #d1b86e;
	width: 0%;
	height: 80%;
	top: 0;
	border-bottom: 2px solid #d1b86e;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.service-item .item-img:after,
.package-item .item-img:after {
	content: "";
	position: absolute;
	border-right: 2px solid #d1b86e;
	width: 80%;
	height: 0%;
	top: 0;
	border-left: 2px solid #d1b86e;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.service-item:hover .item-img img,
.package-item:hover .item-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.service-item:hover .item-img:after,
.package-item:hover .item-img:after {
	height: 80%;
}
.service-item:hover .item-img::before,
.package-item:hover .item-img::before {
	width: 80%;
}
.service-item:hover .item-img span,
.package-item:hover .item-img span {
	opacity: 1;
}
.service-item .item-img span,
.package-item .item-img span {
	width: 100%;
	height: 100%;
	background: #0096882e;
	display: block;
	position: absolute;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 1;
}
/* training-acadmy */
.training-acadmy {
	background: url(../images/training-acadmy.jpg) no-repeat;
	color: #fff;
	padding: 80px 0;
	text-align: center;
}
.training-acadmy h2 {
	color: #fff;
	margin-bottom: 30px !important;
}
.training-acadmy p {
	margin-bottom: 35px;
	color: #fff;
}
.training-acadmy a {
	color: #fff;
}
.gallantry_academy li {
	padding-left: 20px;
	position: relative;
	color: #000;
	font-size: 14px;
}
.gallantry_academy li:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #ce9f41;
	left: 0;
	top: 3px;
	border-radius: 50%;
}
.academy-our-vision ul.vision-ul1.vision-content,
.academy-our-vision ul.vision-ul2.vision-content {
	margin-top: 30px;
}
/* owl-carousel s2 */
.owl-carousel.s2 img {
	width: auto;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
}
/* partners */
.slick-slide {
	height: auto;
}
.slick-slide img {
	max-width: 100%;
}
.partners {
	padding: 60px 0 0;
}
.partners h2 {
	text-align: center;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 30px;
}
.partners p {
	text-align: center !important;
	margin-bottom: 50px;
}
.partners .owl-carousel.owl-drag .owl-item {
	border-right: 1px solid #eee;
	padding-right: 50px;
}
.partners .owl-carousel.s2 {
	z-index: 0;
}
#packages .package-item {
	text-align: center;
	padding: 0 0 15px;
}
.package-item .item-img img {
	max-width: 100%;
	width: 100%;
}
.package-item-cont {
	margin: 30px 30px 10px;
	text-align: left;
}
.package-item:last-child .package-item-cont {
	margin-bottom: 0;
}
#packages .package-item h3 {
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 20px;
	font-weight: 300;
}
#packages .package-item p {
	color: #000;
}
#packages .package-item a {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/plus.png) no-repeat top;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}
#packages .package-item a:hover {
	background-position: bottom;
}
#footer {
	background: url(../images/footer-bg.jpg) no-repeat;
	overflow: hidden;
	padding: 94px 0;
	border-top: 1px solid #ccc;
}
#footer .new-letter h1 {
	font-weight: 300;
	position: relative;
	line-height: 34px;
	display: inline-block;
}
#footer .new-letter h1:before {
	position: absolute;
	content: "";
	background: url(../images/mail.png) no-repeat top;
	width: 71px;
	height: 30px;
	display: block;
	left: 160px;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}
#footer .new-letter h1:hover:before {
	background-position: bottom;
}
.footer-right h6 {
	font-size: 13px;
	color: #ddb762;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.footer-right p {
	color: #000000;
	margin-bottom: 4px;
	font-weight: 600;
	text-transform: uppercase;
}
.footer-call p a {
	color: #000;
}
.footer-right .social-media {}

.footer-right .social-media li {
	display: inline-block;
	margin-right: 10px;
}
.footer-right .social-media li a {
	background: url(../images/social.png);
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.footer-right .social-media li:nth-child(1) a {
	width: 15px;
	height: 32px;
}

.footer-right .social-media li:nth-child(2) a {
	width: 30px;
	height: 32px;
	background-position: -31px 0px;
}

.footer-right .social-media li:nth-child(3) a {
	width: 33px;
	height: 32px;
	background-position: -69px 0;
}

.footer-right .social-media li:nth-child(4) a {
	width: 24px;
	height: 32px;
	background-position: -114px 0;
}

.footer-right .social-media li:nth-child(5) a {
	width: 29px;
	height: 32px;
	background-position: -150px 0;
}

.footer-right .social-media li a:hover {
	background-position-y: bottom;
}

#footer-news-letter .popup_content h2 {
	font-size: 28px;
	font-weight: 300;
	border-bottom: 1px solid #d1b86e;
	padding-bottom: 10px;

}

.popup_content_inner {
	position: relative;
}

#footer-news-letter .popup_content #newsletterEmail {
	width: calc(100% - 40px);
	height: 40px;
	border: 1px solid #aaa;
	padding: 0 20px;
	border-radius: 23px;
}

#footer-news-letter .popup_content #newletter {
	background: url(../images/ckeck-sprit.png) no-repeat;
	width: 33px;
	height: 32px;
	position: absolute;
	display: block;
	top: 5px;
	right: 0;
	transition: 0.3s;
	margin: auto;
}

#footer-news-letter .popup_content #newletter:hover {
	background-position-y: bottom;
}

#footer-news-letter .popup_content p {
	margin-top: 14px;
	font-size: 14px;
	margin-bottom: 0;
}


/* gllery */

.gallery-page-wrapper h1 {
	margin-top: 0;
	font-size: 36px;
	text-transform: capitalize;
	border-bottom: 2px solid #d1b86e;
	padding-bottom: 15px;
}

.gallery-page-wrapper {
	padding: 50px 0;
}

.common-box-arrnge .common-box-arrnge-child {
	margin-bottom: 30px;
}

.common-box-arrnge:after {
	content: '';
	display: block;
	clear: both;
}
/* about-us */
.about-custom-width {
	width: 100%;
	overflow: hidden;
	float: none;
	padding: 0;
}
.about-profile {
	/*max-width: 370px;*/
	float: left;
	margin-right: 26px;
}
.about-profile-main {
	overflow: hidden;
}
.about-profile-content h1 {
	font-size: 30px;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 40px;
	color: #000;
}
.about-name-title-cont .main-left-para {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
}
.about-profile-content h3 {
	color: #000;
	font-size: 18px;
}
.about-profile-content h1 span {
	display: inline-block;
	color: #d1b86e;
	font-weight: 700;
}
.about-profile img {
	border-radius: 15px;
}
.salon-models {
	margin-top: 30px;
}
.about-profile h2.person-name {
	text-align: center;
	color: #000;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 22px;
}
.about-profile h6 {
	font-size: 13px;
	color: #ddb762;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
	margin-top: 7px;
}
.about-profile-content p {
	margin: 15px 0;
	font-size: 14px;
	color: #000;
	font-weight: 500;
}
.pl30 {
	padding-left: 30px;
}
.four_points.about .col-xs-12 {
	border-right: 1px solid #d1b86e;
	padding-left: 30px;
}

.our-vision {
	/*	padding-bottom: 100px;*/
}
.our-vision img {
	border-radius: 11px;
}
.about-pont:nth-child(2),
.about-pont:nth-child(3),
.about-pont:nth-child(4) {
	padding-left: 40px;
}
.about-pont:nth-child(5) {
	padding-left: 45px;
}
.about-pont:nth-child(6) {
	padding-left: 50px;
}
.vision-ul1 p,
.vision-ul2 p {
	padding-bottom: 0;
}
.our-vision img.vision-icon {
	margin-left: 20px;
}
.galentry-express-salon h2 {
	font-size: 30px;
	color: #000;
	padding: 30px 0;
}
/* training-academy */
.our-training-academy {
	background: url(../images/about/training-academy-bg.jpg)no-repeat;
	background-size: cover;
}
.our-training-academy-inner {
	padding: 80px 0;
}
.our-training-academy h1 {
	font-size: 60px;
	color: #000;
	text-transform: uppercase;
	margin: 0;
	font-weight: 300;
	padding-bottom: 50px;
}
.our-training-academy h1 span {
	font-size: 30px;
}
.our-training-academy h5 {
	font-size: 18px;
	color: #000;
	line-height: 25px;
}
.our-training-academy p {
	padding: 10px 0;
	font-size: 14px;
	color: #000;
	line-height: 22px;
	font-weight: 400;
}
.aboutbrr {
	border-right: 2px solid #d1b86e;
}
.first-point.about h1 {
	font-size: 160px;
}
.four_points.about h2 {
	font-size: 21px;
	padding-left: 25px;
}
.academy-page .academy-inner h5 {
	margin-bottom: 20px !important;
}
/* services */
#services-galantry {
	padding-top: 0;
	padding-bottom: 50px;
	border-bottom: 2px solid #ddb762;
}
.services-hair p {
	font-size: 18px;
}
.services-hair ul {
	margin: 0;
	padding: 0;
}
.services-list-inner img {
	border-radius: 6px;
	border: 1px solid #ddb762;
	padding: 2px;
	margin: 0 auto;
}
.services-list-content-main{
	margin-top: 20px;
}
.services-list-content{
	color: #000;	
}
.services-list-content-main {
	text-align: center;
}
.main-service .services-list-content h4 {
	margin-top: 0;
}
.main-service .services-list-content p {
	font-size: 14px;
}
.main-service .services-list-content a {
	padding: 6px 20px;
	width: 31%;
	text-align: center;
	margin-top: 20px;
}
.services-list-content h4,
.services-list-content-main h4 {
	font-size: 30px;
	text-transform: uppercase;
	border-bottom: 1px solid #ddb762;
	padding-bottom: 10px;
}
.services-list-content-main h4 {
	border-bottom: none;
}
.services-list-content p {
	font-size: 14px;
	margin-top: 10px;
}
/*packages*/
.packages {
	color: #000;
}
.franchise-right-cont hr,
.services-hair hr,
.main-hr hr,
hr.main-hr {
	border-color: #ddb762;
	border-width: 2px;
	margin-top: 50px;
	margin-bottom: 0;
	overflow: hidden;
}
.services-button .active {
	background: #d1b86e;
	color: #fff;
}
.franchise-marketing-branding ul li {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 15px;
}
.franchise-marketing-branding ul li h3 {
	float: left;
	margin-right: 9px;
	margin-bottom: 0;
	font-size: 18px;
}
.franchise-right-cont .main-left-para {
	border: 0;
	padding-bottom: 10px;
	margin-top: 0;
}
/*.franchise-right-cont{
	padding: 0;
}*/

.bb {
	border-bottom: 2px solid #ddb762;
	padding-bottom: 50px;
}
.mt50 {
	margin-top: 50px;
}
.mt30 {
	margin-top: 30px;
}
.packages-main-inner-main img {
	border-radius: 20px;
	max-width: 100%;
}
.packages-main-inner-main h3 {
	font-size: 27px;
	color: #000;
	text-transform: uppercase;
	margin-top: 30px;
	font-weight: 100;
	margin-bottom: 10px;
}
.packages-main-inner-main p {
	padding: 25px 0;
	color: #000;
}
.packages-main-inner ul li {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
	padding: 15px 0;
	font-size: 14px;
	position: static !important;
	color: #000;
	opacity: 1 !important;
	font-weight: 600;
}
.packages-main-inner ul li:nth-last-child(1) {
	border-bottom: none;
}
.packages-main-inner ul li p {
	padding: 0;
	margin: 0;
	float: left;
	font-size: 14px;
	font-weight: 600;
}
.packages-main-inner ul li:nth-child(2) h6 {
	font-size: 15px;
}
.packages-main-inner ul li img {
	margin: 0 0 0 10px;
	display: inline-block !important;
}
.packages-main-inner ul li h6 {
	float: right;
}
.packages-main-inner ul li h6 span {
	color: #c99f41;
	display: block;
	font-size: 20px;
	font-weight: 700;
}
.pr50 {
	padding-right: 50px;
}
.package_form .modal-dialog {
	width: 400px;
}
.package_form .modal-content {
	padding: 30px 15px;
}
.package_form .modal-content h3 {
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
	font-weight: 300;
}
.package_form .popup_content_inner .package-form-div {
	margin-bottom: 15px;
}
.package_form .popup_content_inner input {
	width: 100%;
	height: 40px;
	border-radius: 24px;
	border: 1px solid;
	padding: 0 20px;
	font-size: 12px;
}
.package_form .popup_content_inner #message {
	width: 100%;
	margin-bottom: 15px;
	border-radius: 4px;
	border: 1px solid;
	padding: 20px 20px;
	font-size: 12px;
}
.package_form .popup_content_inner .package-submit {
	padding: 6px 40px;
	margin: 0 auto;
	display: block;
	width: 140px;
	text-align: center;
}
/* shaz academy 11june */
#academy-galantry {
	border-bottom: 2px solid #ddb762;
	padding-bottom: 60px;
}
.acadeny-inner {
	color: #000;
}
.prpl {
	padding: 0 40px;
}
.acadeny-inner img {
	border-radius: 11px;
}
.academy-inner-content {
	padding-top: 30px;
}
.academy-inner .main-left-para {
	margin-top: 0;
	border: 0;
}
ul.academy-vision li img {
	margin-left: 20px;
}
.academy-page-inner .main-left-para,
.academy-page-inner .vision-ul2.vision-content {
	border: 0;
}
.academy-page-inner .main-left-para {
	margin-top: 0;
}

.academy-inner-content h2 {
	margin: 0;
	font-size: 30px;
	font-weight: 400;
}

.academy-inner-content h2 span {
	color: #c99f41;
}

.academy-inner-content p {
	padding: 20px 0;
}

.academy-inner-content ul li {
	font-size: 14px;
	display: inline-block;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 0;
	width: 100%;
	color: #000;
	font-weight: 500;
}

.academy-inner-content ul li:nth-last-child(1) {
	border-bottom: none;
}

.academy-inner-content ul li span {
	color: #c99f41;
	float: right;
	font-weight: 500;
}

.mt100 {
	margin-top: 100px;
}

.academic-linkage img {
	padding: 50px 0;
}

.academic-linkage-logo-2 {
	border-top: 2px solid #ddb762;
	padding-top: 50px;
}


/* shaz 11june franchisee */

#academy-galantry.franchisee-galantry {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 50px;
}

.franchisee academy {
	color: #000;
}

.franchisee-model {
	padding-bottom: 50px;
}

.franchise-model-content h1 {
	font-size: 48px;
	color: #000;
	font-weight: 300;
	text-transform: uppercase;

}

.franchise-model-content h1 span {
	font-weight: 300;
	font-size: 72px;

}

.franchise-model-content h2 span {
	color: #c99f41;
	font-weight: 400;
	font-size: 30px;
	margin: 20px 0 !important;
	display: block;
}

. .franchise-model-content p {
	margin: 0 !important;
	padding: 0 !important;
	text-align: justify;
}

.franchise-model-content {
	padding-right: 50px;
}

.franchise-young-brand {
	margin-top: 50px;
}

.franchise-young-brand h4,
.franchise-advantage h4 {
	font-size: 20px;
	margin-bottom: 10px;
}

.borderlfranchise {
	border-left: 2px solid #d1b86e !important;
	padding-left: 36px;
}

.franchise-four-points h2 {
	margin-bottom: 10px !Important;
}

.franchise-four-points h3 {
	margin-bottom: 10px;
	font-size: 20px;
	padding-bottom: 5px;
}

.franchise-four-points .four_points {
	margin-top: 0;
}

.franchisebb {
	padding-bottom: 50px;
}

.franchisee-inner-content {
	padding-top: 25px;
}

.franchisee-inner img {
	border-radius: 11px;
}

.franchisee-inner-content h2 {
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 !Important;
	font-weight: 400;
}

.franchisee-inner-content p {
	padding-top: 25px !important;
	margin: 0 !Important;
}

.franchise-advantage h2,
.franchise-four-points h2 {
	font-size: 30px;
	margin-bottom: 10px;
}

.franchiseheadingbr {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 20px;
	font-size: 20px;
}

.franchise-four-points p {
	margin-bottom: 5px !Important;
}

table {
	width: 100%;
	margin-top: 30px;
}

table > tbody > tr > {
	width: 33.33%;
}

table > tbody > tr > th > h2 {
	font-size: 30px;
	color: #000;
	font-weight: 500 !important;
}

table > tbody > tr > th {
	padding-bottom: 20px;
}


table > tbody > tr > th > span {
	color: #c99f41;
	font-size: 13px;
	display: block;
}

table > tbody > td > th {
	padding: 5px;
}

table > tbody > tr.inner-list > td {
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 0;
	width: 37.333%;
	color: #000;
	font-size: 16px;
	font-weight: 500;

}

table > tbody > tr.inner-list-last > td {
	padding: 10px 0;
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
/*tabs*/
.tabs {

	margin-top: 100px;
}
.tab-pane {
	margin-top: 50px;
}
.nav-tabs {
	width: 100%;
	border-bottom: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	border: none;
	color: #c99f41;
	background: none;
	border-bottom: 2px solid #c99f41;
	padding-bottom: 20px;
}
.nav > li > a:focus,
.nav > li > a:hover {
	background: none;
}
.nav-tabs > li {
	margin-right: 50px;
}
.nav-tabs > li > a {
	text-transform: uppercase;
	font-size: 30px;
	color: #000;
	border: none;
	text-align: center;
}
/*end-tabs*/
/* gallery 12june */
#gallery {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 20px;
}

.gallery-inner-content {
	text-align: center;
}
.gallery-right-cont h5 {
	color: #c99f41;
	float: right;
	font-weight: 500;
}
.gallery-col {
	width: 20% !important;
}
.gallery-inner h3 {
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0;
}
.gallery-inner img {
	border-radius: 11px;
}
.gallery-inner .img-thumbnail {
	border-radius: 11px;
}
/*album1*/
#lightgallery h3 {
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0;
}
.gallery-album-one h4 {
	color: #c99f41;
	float: right;
	font-weight: 500;
}
.mt20 {
	margin-top: 20px;
}
/*contact*/
#contact {
	color: #000;
}
.contact-title-content h2 {
	font-size: 30px;
	font-weight: 400;
}
.contact-title-content p {
	margin: 20px 0;
}
.contat-inner-points p {
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 20px;
	font-size: 12px;
}
.contat-inner-points img {
	float: left;
	margin-right: 8px;
}
.contat-inner-points .pt20 {
	padding-top: 20px;
}
.contat-inner-points h4 {
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 18px;
}
.contat-inner-points h6 a {
	font-size: 13px;
	color: #000;
}
/*form*/
.contact-us-form {
	overflow: hidden;
}
.contact-inner {
	margin-bottom: 16px;
}
.contct-common-field {
	width: 100%;
	height: 40px;
	border-radius: 0px;
	border: 1px solid #b7b7b7;
	outline: none;
	font-size: 13px;
	padding-left: 13px;
}
.contact-inner textarea {
	border: 1px solid #ccc;
	border-radius: 2px;
	outline: none;
	width: 100%;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 10px;
	height: 125px;
	color: #000;
}
.contact-inner p {
	text-align: left;
	font-size: 14px;
	color: #000;
	text-transform: capitalize;
	padding-bottom: 10px;
	font-weight: 600;
}
.contact-inner a.submit {
	position: relative;
	display: inline-block;
	width: 100%;
}
.contact-inner a.submit:before {
	position: absolute;
	content: "";
	background: url(../images/mail.png) no-repeat top;
	width: 71px;
	height: 30px;
	display: block;
	right: 0px;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	top: 110px;
}
.contact-inner a.submit:hover::before {
	background-position: bottom;
}
.contact-form h1 {
	font-size: 30px;
	text-transform: uppercase;
	padding: 30px 0;
	margin: 0;
}
form {
	padding: 0 5px;
}
.contact-inner input {
	font-size: 14px;
	color: #000;
}
.about-galantry {
	padding-bottom: 100px;
}
.pb50 {
	padding-bottom: 50px;
}
/*testimonial*/
.testimonial-slider {
	text-align: center;
	margin: 0 auto;
}
.testimonial-slider.owl-carousel .item img {
	width: auto !important;
	margin: 0 auto;
	max-width: 200px;
}
.testimonials {
	padding-bottom: 100px;
}
.testimonial-content {
	color: #000;
	max-width: 680px;
	margin: auto;
	text-align: center;
}
.testimonial-content h2 {
	margin: 10px 0;
}
p.display-block1366 {
	display: none;
}
/*salon-page*/
.salon-page .academy-right-cont h5 {
	text-transform: uppercase;
	margin-bottom: 0px;
	text-align: center;
}
.salon-page .academy-right-cont .galentry-inner-content h3 {
	padding: 10px 0;
}
.salon-page .academy-right-cont .galentry-inner-content p{
	font-size: 14px;
}
.salon-page .academy-right-cont .galentry-inner-content p {
	margin-top: 0;
}
.gallery-name-title .main-left-para {
	padding-bottom: 0;
	border: 0;
}
.salon-cont h2 {
	font-size: 25px;
}
.salon-models h3 {
	font-size: 20px;
	text-transform: uppercase;
}
.services-list-inner .mt30 {
	margin-top: 50px;
}
.franchise-advantage p {
	margin-top: 10px;
}