@font-face {
	font-family: 'Futura LT';
	src: url("../fonts/Futura.woff");
}

@font-face {
	font-family: 'Futura LT Bold';
	src: url("../fonts/FuturaLT-Bold.woff");
}

html,
body {
	height: 100%;
	font-family: 'Futura LT', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #1b1a1a;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 18px;
	color: #7e7e7e;
	line-height: 1.8;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*----CSS Part 1----*/

.section-title {
	margin-bottom: 25px;
}

.section-title h2 {
	font-size: 74px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 110px;
	padding-bottom: 110px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

.rating i {
	color: #fbb710;
}

.rating .is-fade {
	color: #e0e3e4;
}

/*----Items----*/

/* Btn */
.site-btn {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 12px 30px;
	min-width: 145px;
	border: 2px solid #ffffff;
	background: #69a9b5;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
    margin: 11px 0% 0 12%;
    height: 50px;
}

.site-btn:hover {
	color: #fff;
}

.site-btn.sb-line {
	color: #e22b63;
	background: transparent;
}

.site-btn.sb-dark {
	background: #000000;
	border: 2px solid #000000;
}

.site-btn.sb-big {
	color: #fff;
	min-width: 200px;
}

/* whatsapp */
.whatsapp {
    position: fixed;
    bottom: .75rem;
    right: .75rem;
    z-index: 999;
    animation: 5s ring ease infinite;
    animation-fill-mode: both;
}

.whatsapp img {
    max-width: 80px;
}

/* loader */
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.element {
	margin-bottom: 110px;
}

.element:last-child {
	margin-bottom: 0;
}

.el-title {
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 34px;
}


/* Accordion */

.accordion-area .panel {
	margin-bottom: 13px;
}

.accordion-area .panel-link:after {
	content: "+";
	position: absolute;
	font-size: 20px;
	font-weight: 700;
	right: 25px;
	top: 50%;
	color: #fff;
	line-height: 16px;
	margin-top: -8px;
	margin-left: -4px;
}

.accordion-area .panel-header .panel-link.active {
	background: #000;
	color: #fff;
}

.accordion-area .panel-header .panel-link.collapsed {
	background: #e22b63;
	color: #fff;
}

.accordion-area .panel-header .panel-link.collapsed:after {
	content: "+";
	color: #fff;
}

.accordion-area .panel-link.active:after {
	content: "-";
	margin-top: -10px;
	color: #fff;
}

.accordion-area .panel-link {
	text-align: left;
	border: none;
	position: relative;
	width: 100%;
	padding: 16px 40px;
	padding-left: 30px;
	font-size: 20px;
	background: #e22b63;
	color: #fff;
	line-height: 1;
	cursor: pointer;
}

.accordion-area .panel-body p {
	margin-bottom: 0;
	padding-top: 15px;
	font-size: 20px;
	line-height: 1.7;
}

.accordion-area .panel-body {
	padding: 0;
}

/* tab */
.tab-element .nav-tabs {
	border-bottom: none;
}

.tab-element .nav-tabs .nav-link {
	border-radius: 0;
	font-size: 20px;
	color: #fff;
	border: none;
	padding: 12px 27px;
	margin-right: 15px;
	background: #e22b63;
	margin-bottom: 10px;
}

.tab-element .nav-tabs .nav-item:last-child .nav-link {
	margin-right: 0;
}

.tab-element .nav-tabs .nav-link.active {
	background: #000;
	color: #fff;
}

.tab-element .nav-tabs .nav-link:focus,
.tab-element .nav-tabs .nav-link:hover {
	border: none;
}

.tab-element .tab-pane p {
	font-size: 20px;
	padding-top: 10px;
	line-height: 1.7;
}


/* Circle progress */


.circle-progress {
	text-align: center;
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.circle-progress canvas {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.circle-progress .progress-info {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -45px;
}

.circle-progress .progress-info h2 {
	font-size: 48px;
	font-weight: 900;
	font-family: 'Futura LT Bold', sans-serif;
}

.circle-progress .progress-info p {
	font-size: 20px;
	margin-bottom: 0;
	color: #3c3c3c;
}

.cp-item {
	text-align: center;
}

.cp-item h4 {
	font-size: 14px;
	color: #7e7e7e;
}

/* fact */

.fact i {
	font-size: 80px;
	color: #e22b63;
	line-height: normal;
}

.fact h2 {
	font-family: 'Futura LT Bold', sans-serif;
	font-weight: 900;
	font-size: 48px;
}

.fact p {
	font-size: 20px;
}

/* icon box */

.icon-boxe i {
	display: block;
	color: #e22b63;
	font-size: 65px;
	margin-bottom: 20px;
}

.icon-boxe h2 {
	margin-bottom: 10px;
}

/*----header----*/

.header-section {
    background: #fac6c4cf;
	padding: 0 15px;
	border-bottom: 2px solid #69a9b5;
}

.header-warp {
	max-width: 1613px;
	margin: 0 auto;
}

.site-logo {
	display: inline-block;
    width: 11%;
    margin-left: 2%;
}

.nav-switch {
	display: none;
}

.main-menu {
	display: inline-block;
	list-style: none;
	padding-left: 125px;
}

.main-menu li {
	display: inline;
}

.main-menu li a {
	display: inline-block;
	color: 	#ffffff;
	font-size: 18px;
	padding: 53px 24px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.main-menu li a:hover {
/*	color: #ffc107;*/
    color: #FFEB3B;
}

.main-menu li.active a {
	background: #69a9b5;
}

.main-menu li.active a:hover {
/*	color: 	#ffc107;*/
    color: #FFEB3B;
}

.header-right {
	float: right;
	padding-top: 37px;
}

.header-right .site-btn {
	margin-left: 10px;
}


/*----Hero----*/

.hero-section {
	padding-top: 121px;
	padding-bottom: 190px;
}

.hero-slider {
	border: 2px solid #69a9b5;
	background: #1e1e1e;
}

.hero-slider .owl-dots {
	position: absolute;
	left: 0;
	bottom: -140px;
	width: 100%;
}

.hero-slider .owl-dot {
	display: inline-block;
	height: 33px;
	min-width: 33px;
	text-align: center;
	color: #000;
	border: 2px solid transparent;
	padding-top: 3px;
	margin-right: 3px;
}

.hero-slider .owl-dot.active {
	background: #f598a2;
	color: #fff;
	border: 2px solid #69a9b5;
}

.hs-item {
	position: relative;
	overflow: hidden;
}

.hs-content {
	width: calc(50% + 30px);
	padding: 118px 65px 100px 60px;
/*	background: #ffe4dd;*/
/*    background: #ffc107;*/
    background: #fffaca;
}

.hs-content h2 {
	font-size: 75px;
	margin-bottom: 25px;
	padding-top: 25px;
	position: relative;
	line-height: 0.95;
}

.hs-content h2:after {
	position: absolute;
	content: "";
	width: 65px;
	height: 7px;
	left: 0;
	top: 0;
/*	background: #e22b63;*/
}

.hs-content p {
	font-size: 16px;
/*	margin-bottom: 40px;*/
    margin-bottom: 2%!important;
    width: 84%;
    line-height: 1;
    text-align: justify;
}

.hs-preview {
	position: absolute;
	width: calc(50% - 30px);
	height: 100%;
	right: 0;
	top: 0;
}

/*----Introduction----*/

.intro-content h2 {
	padding-top: 50px;
	font-size: 75px;
/*	margin-bottom: 50px;*/
    margin-bottom: 25px;
}

.intro-content p {
	font-size: 20px;
	margin-bottom: 60px;
    line-height: 1.2;
    width: 74%;
    margin: auto;
    text-align: justify;
}

/*----service----*/

.services-section {
	background-color: #f598a2;
}

.services-section .container {
	margin-bottom: -65px;
    padding-left: 7%;
}

.service {
	margin-bottom: 65px;
}

.service i {
	font-size: 50px;
	display: block;
	margin-bottom: -10px;
}

.service h2 {
	margin-bottom: 0;
}

.service p {
    margin-bottom: 0;
    width: 85%;
    text-align: justify;
    line-height: 1.1;
}

.service.popular-item i {
	color: #e2e2e2;
	font-size: 85px;
	margin-bottom: 0;
}

.service.popular-item h2 {
	margin-bottom: 10px;
}

.service.popular-item p {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 1.8;
}

.service.popular-item a {
	color: #e22b63;
	font-size: 22px;
}

.popular-services-slider .owl-nav {
	position: absolute;
	right: 0;
	top: -115px;
	width: 108px;
}

.popular-services-slider .owl-nav .owl-next,
.popular-services-slider .owl-nav .owl-prev {
	width: 54px;
	height: 53px;
	display: inline-block;
	text-align: center;
	background: #e22b63;
	color: #fff;
	font-size: 20px;
	padding-top: 11px;
}

.popular-services-slider .owl-nav .owl-next:hover,
.popular-services-slider .owl-nav .owl-prev:hover {
	background: #212121;
}

.img-desktop-height{height: 372px;}

.svc {
    min-height: 625px;
    background-color: #f8eeee;
}

.svc-details {
    padding: 20px;
    text-align: center;
    background: #f8eeee;
}

.width-auto{width: auto!important;}

/*----redeem offer----*/
.tagline {
    width: 100%;
    background: pink;
/*    background: linear-gradient(to bottom, #031d2c 30%,#28679c 100%);*/
/*    background: linear-gradient(to bottom, #FF9800 30%,#FFC107 100%);*/
    background-size: cover;
/*    padding: 20px;*/
    padding: 40px 45% 50px 25px;
    min-height: 280px;
    font-family: initial;
}

.tagline h2 {
    font-size: 3.125em;
    letter-spacing: -3px;
    color: white;
}

.tagline h6{
    color: white;
}

.tagline h3 {
    color: #50bceb;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.2;
    font-size: 1.375em;
    letter-spacing: -1px;
}

.hero {
    width: 550px;
    height: 1000px;
    position: absolute;
    right: 0;
    top: 0px;
    background: transparent url(../img/model-A.png) no-repeat right top;
/*    background-size: contain !important;*/
    background-size: 137% 77%;
}

.main {
    width: 55%;
}


input[type="submit"] {
    background: #ff69ba;
    color: #fff !important;
    padding: 8px 16px;
    font-size: .875em;
    max-width: 100px;
    display: inline-block;
    border-radius: 24px;
    font-weight: 600;
    line-height: 1;
}

input[type="submit"]:hover { background: #b04a81; }

/*----testimonial----*/

.testimonials-section {
	padding-top: 110px;
	padding-bottom: 81px;
}

.ts-item {
	padding-top: 8px;
}

.ts-item .quota {
	font-size: 32px;
}

.ts-item p {
	font-size: 20px;
	font-style: italic;
	margin-bottom: 50px;
}

.ts-item .ts-pic {
	width: 51px;
	height: 51px;
	border-radius: 50%;
	float: left;
}

.ts-item .ts-author-info {
	padding-left: 85px;
}

.ts-item .ts-author-info span {
	font-size: 18px;
	color: #e22b63;
}

.testimonials-slider .owl-dots {
	padding-top: 50px;
}

.testimonials-slider .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #484848;
	margin-right: 5px;
}

.testimonials-slider .owl-dots .owl-dot.active {
	background: #e22b63;
}

/*----galleries----*/

.galleries-section {
	width: 100%;
    height: 386px;
    background: #000000;
}

.galleries-slider {
	padding: 0 50px;
}

.gallery_slider_container
{
	width: 100%;
	height: 100%;
}
.gallery_item a
{
	display: block;
	width: 100%;
	height: 100%;
}
.gallery_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(14,14,14,0.76);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.gallery_item:hover .gallery_overlay
{
	visibility: visible;
	opacity: 1;
}
.gallery_overlay > div
{
	width: 63px;
	height: 63px;
	background: #ffae00;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 63px;
	color: #FFFFFF;
}

.background_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


/*
.bs-item img {
	-webkit-filter: grayscale(1) contrast(2);
	filter: grayscale(1) contrast(2);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.bs-item:hover img {
	-webkit-filter: grayscale(0) contrast(1);
	filter: grayscale(0) contrast(1);
}
*/

/*----footer----*/

.footer-section {
	padding-top: 30px;
/*    background-color: #69a9b5;*/
    background-color: #fac6c4;
}

.footer-section-other {
	padding-top: 20px;
/*    background-color: #69a9b5;*/
    background-color: #fac6c4;
}

.footer-warp {
	max-width: 1613px;
	margin: 0 auto;
	padding: 0 15px;
}

.footer-widgets {
	padding: 0 15px;
}

.footer-widget .fw-title {
	color: #fff;
/*	margin-bottom: 35px;*/
    width: 50%;
}

.footer-widget .fw-title i {
	display: block;
	color: #e22b63;
	font-size: 40px;
	padding-bottom: 7px;
    width: 50%;
}

.footer-widget p {
	font-size: 16px;
	margin-bottom: 0;
	color: #fff;
}

.footer-widget.about-widget {
	padding-top: 20px;
}

.footer-widget.about-widget img {
	margin-bottom: 10px;
    width: 35%;
}

.footer-widget.about-widget p {
	opacity: 0.5;
    line-height: 1;
}

.footer-widget.list-widget ul {
	list-style: none;
	display: inline-block;
	margin-right: 70px;
}

.footer-widget.list-widget ul:last-child {
	margin-right: 0;
}

.footer-widget.list-widget ul li a {
	color: #9E9E9E;
	opacity: 1;
/*	margin-bottom: 12px;*/
	display: block;
}

.footer-widget.list-widget ul li a:hover {
	color: #e22b63;
}

.footer-widget .fw-social {
	padding-top: 15px;
}

.footer-widget .fw-social a {
	font-size: 14px;
	color: #fff;
	margin-right: 25px;
}

.footer-widget .fw-social a:last-child {
	margin-right: 0;
}

.footer-widget.contact-widget {
	max-width: 470px;
	float: right;
}

.fw-contact-form .cf-inputs {
	margin: 0 -9px;
}

.fw-contact-form .cf-input {
	width: 50%;
	float: left;
	padding: 0 9px;
}

.fw-contact-form .cf-input input {
	height: 50px;
	width: 100%;
	border: none;
	background: none;
	border-bottom: 2px solid #5e5e5d;
	color: #000;
	font-size: 16px;
/*	margin-bottom: 22px;*/
}

.fw-contact-form textarea {
	width: 100%;
/*	height: 97px;*/
    height: 60px;
	border: none;
	background: none;
	border-bottom: 2px solid #5e5e5d;
	margin-bottom: 15px;
	color: #000;
}

.footer-bottom {
	overflow: hidden;
/*
	padding-bottom: 28px;
	padding-top: 95px;
*/
}

.footer-bottom .footer-nav {
	float: right;
}

.footer-bottom .footer-nav ul {
	list-style: none;
}

.footer-bottom .footer-nav ul li {
	display: inline;
}

.footer-bottom .footer-nav ul li a {
	display: inline-block;
	color: #fff;
	margin-left: 45px;
	font-size: 16px;
	opacity: 1;
}

.footer-bottom .footer-nav ul li a:hover {
	color: #ffc107;
}

.footer-bottom .copyright {
	float: left;
	padding-top: 3px;
}

.footer-bottom .copyright p {
	font-size: 14px;
	margin-bottom: 0;
	color: #fff;
	opacity: 1;
}


/*==footer other==*/

.footer-bottom-other {
	overflow: hidden;
/*
	padding-bottom: 28px;
	padding-top: 18px;
*/
}

.footer-bottom-other .footer-nav {
	float: right;
}

.footer-bottom-other .footer-nav ul {
	list-style: none;
}

.footer-bottom-other .footer-nav ul li {
	display: inline;
}

.footer-bottom-other .footer-nav ul li a {
	display: inline-block;
	color: #fff;
	margin-left: 45px;
	font-size: 16px;
	opacity: 1;
}

.footer-bottom-other .footer-nav ul li a:hover {
	color: #ffc107;
}

.footer-bottom-other .copyright {
	float: left;
	padding-top: 3px;
}

.footer-bottom-other .copyright p {
	font-size: 14px;
/*	margin-bottom: 0;*/
	color: #fff;
	opacity: 1;
    margin-bottom: 20px;
}

/*----Pages----*/

.page-info-section {
	padding: 72px 0;
}

.page-info-section h2 {
	position: relative;
	display: inline-block;
	font-size: 50px;
	color: #fff;
	padding-top: 20px;
}

.page-info-section h2:after {
	position: absolute;
	content: "";
	width: 65px;
	height: 7px;
	left: calc(50% - 33.5px);
	top: 0;
	background: #e22b63;
}

.col-push {
	position: relative;
	left: 50%;
}

.col-pull {
	position: relative;
	left: -50%;
}

/*----about-page----*/

.about-content {
	padding-left: 20px;
}

.about-content h2 {
	font-size: 50px;
	margin-bottom: 30px;
	padding-top: 80px;
}

.about-content p {
	font-size: 20px;
	margin-bottom: 60px;
}

/* team */

.team-section .section-title {
	background: #e22b63;
	margin-bottom: 0;
	padding: 35px 0 30px;
}

.team-navigation {
	background: #1e1e1e;
}

.team-navigation .nav-tabs {
	border-style: none;
}

.team-navigation .nav-tabs li .nav-link {
	display: block;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: none;
	color: #fff;
	padding: 37px 15px;
	font-size: 18px;
	margin-right: 15px;
}

.team-navigation .nav-tabs li .nav-link.active {
	background: #e22b63;
}

.team-navigation .nav-tabs li .nav-link:hover {
	border: none;
}

.team-member {
	position: relative;
}

.team-member img {
	min-width: 100%;
}

.team-member:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 70%;
	left: 0;
	bottom: 0;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
}

.team-member .tm-info {
	position: absolute;
	bottom: 30px;
	z-index: 2;
	text-align: center;
	width: 100%;
}

.team-member .tm-info h2 {
	color: #fff;
	font-size: 38px;
}

.team-member .tm-info p {
	color: #fff;
	font-size: 20px;
}

.team-member .tm-info a {
	font-size: 50px;
	color: #fff;
	line-height: 1;
}

/* timetable */

.timetable-section {
	padding: 100px 0;
}

.ts-title {
	font-size: 50px;
	margin-bottom: 50px;
}

.about-accordion .panel {
	margin-bottom: 10px;
}

.about-accordion .panel-header .panel-link,
.about-accordion .panel-header .panel-link.collapsed,
.about-accordion .panel-header .panel-link.collapsed.active {
	background: #4a4a4a;
}

.about-accordion .panel-header .panel-link.active {
	background: #e22b63;
}

.about-accordion .panel-body {
	background: #212121;
	padding: 10px 20px 30px;
}

.about-accordion .panel-body p {
	font-size: 18px;
	color: #fff;
	line-height: 1.7;
}

.about-accordion .panel-link.active:after {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.about-accordion .panel-link.active:after {
	content: "+";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.about-accordion .panel-header .panel-link.collapsed:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.timetable-card {
	background: #f6f6f6;
	padding: 45px 70px 55px;
}

.timetable-card img {
	margin-bottom: 20px;
}

.timetable-card ul {
	list-style: none;
	margin-bottom: 35px;
}

.timetable-card ul li {
	font-size: 20px;
	margin-bottom: 5px;
}

.timetable-card ul li span {
	font-weight: 700;
	margin-right: 15px;
}

/* review */

.rate-box{width: 100%;border: 1px solid #f6f1f1;padding: 6px;background-color: #fff9f9;}
.rate-header{width: auto;border: 1px solid #f6f1f1;}
.rate-star{width: 50%;float:left;display: inline-block;color: #ff9a55;border-bottom: 1px solid #f6f1f1;border-right: 1px solid #f6f1f1;}
.rate-date{width: 50%;float:right;border-bottom: 1px solid #f6f1f1;border-left: 1px solid #f6f1f1;}
.rate-name{font-weight: 600;font-size: 20px;}
.rate-comment{font-size: 17px;}

.star1::after{content: "★";}
.star2::after{content: "★★";}
.star3::after{content: "★★★";}
.star4::after{content: "★★★★";}
.star5::after{content: "★★★★★";}

/* newsletter */

.newsletter-section {
	padding: 60px 0 80px;
}

.newsletter-section .section-title {
	padding-bottom: 30px;
}

.newsletter-form {
	position: relative;
}

.newsletter-form input[type=text],
.newsletter-form input[type=email] {
	width: 100%;
	border: none;
	font-size: 16px;
	height: 52px;
	padding: 0 24px;
	color: #fff;
	margin-bottom: 29px;
	border-bottom: 2px solid #fff;
	background-color: transparent;
}

.newsletter-form input[type=checkbox] {
	position: absolute;
	visibility: hidden;
}

.newsletter-form input[type=checkbox]:checked+label:before {
	background-image: url("../img/icons/check.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #e22b63;
	border: 1px solid #e22b63;
}

.newsletter-form label {
	display: block;
	position: relative;
	padding-left: 37px;
	color: rgba(255, 255, 255, 0.7);
}

.newsletter-form label:before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	left: 0;
	top: 4px;
	border: 1px solid #fff;
	border-radius: 2px;
}

.newsletter-form ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.newsletter-form :-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.newsletter-form ::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.newsletter-form ::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

/*----service-page----*/

/*$bg: #FEF5DF;*/

/*
body {
  background-color: $bg;
}
*/

.services-container {
  width: 300px;
  height: 400px;
  
  position: relative;
  top:0; right: 0; left: 0; bottom: 0;
  margin: auto;

  cursor: pointer;
  
  -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
  }

.services-bg1{background: url("../img/services-img/services1.jpg");background-repeat: no-repeat;
    background-position: center;background-color: white;}
.services-bg2{background: url("../img/services-img/services2.jpg");background-repeat: no-repeat;
    background-position: center;background-color: white;}
.services-bg3{background: url("../img/services-img/services3.jpg");background-repeat: no-repeat;
    background-position: center;background-color: white;}
.services-bg4{background: url("../img/services-img/services4.jpg");background-repeat: no-repeat;
    background-position: center;background-color: white;}
.services-bg5{background: url("../img/services-img/services5.jpg");background-repeat: no-repeat;
    background-position: center;background-color: white;}
.services-bg6{background: url("../img/services-img/services6.png");background-repeat: no-repeat;
    background-position: center;background-color: white;}
.services-bg7{background: url("../img/services-img/services7.jpg");background-repeat: no-repeat;
    background-position: center;background-color: white;}
.services-bg8{background: url("../img/services-img/services8.jpg");background-repeat: no-repeat;
    background-position: center;background-color: white;}
.services-bg9{background: url("../img/services-img/services9.jpg");background-repeat: no-repeat;
    background-position: center;background-color: white;}
.services-bg10{background: url("../img/services-img/services10.jpg");background-repeat: no-repeat;
    background-position: center;background-color: white;}
.services-bg11{background: url("../img/services-img/services11.jpg");background-repeat: no-repeat;
    background-position: center;background-color: white;}
.services-bg12{background: url("../img/services-img/services12.jpg");background-repeat: no-repeat;
    background-position: center;background-color: white;}
.services-bg13{background: url("../img/services-img/services13.jpg");background-repeat: no-repeat;
    background-position: center;background-color: white;}
.services-bg14{background: url("../img/services-img/services14.jpg");background-repeat: no-repeat;
    background-position: center;background-color: white;}
.services-bg15{background: url("../img/services-img/services15.jpg");background-repeat: no-repeat;
    background-position: center;background-color: white;}
.services-bg16{background: url("../img/services-img/services16.jpg");background-repeat: no-repeat;
    background-position: center;background-color: white;}

.services-overlay {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 2fr 2fr 1fr;
  background: rgba(77, 77, 77, .9);
  color: #FEF5DF;
  opacity: 0;
  transition: all 0.5s;
  font-family: 'Playfair Display', serif;
}


.services-items {
  padding-left: 20px;
  letter-spacing: 3px;
}

.services-head {
  font-size: 30px;
  line-height: 40px;
  transform: translateY(40px);
  transition: all 0.7s;
  
}

.services-head p{
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 3px;
    margin-bottom: 20px;
    color: #FEF5DF;
}

.services-head hr {
    display: block;
    width: 0;
    
    border: none;
    border-bottom: solid 2px #FEF5DF;
    
    position: absolute;
    bottom: 0; left:20px;
    
    transition: all .5s;
  }

.services-price {
  font-size: 22px;
  line-height: 10px;
  font-weight: bold;  
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s;
  
}

.services-price p{
  font-size: 22px;
  line-height: 10px;
  font-weight: bold;
    margin-bottom: 1rem;
}



.services-price .old {
    text-decoration: line-through;
/*    color: lighten(rgb(77, 77, 77),40%);*/
    color: #b3b3b3;
    margin-top: 1rem;
  }

.services-price .new{color: #FEF5DF;}

.services-cart {
  font-size: 12px;
  opacity: 0;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  transform: translateY(40px);
  transition: all 0.7s;
}

.services-cart i {
    font-size: 16px;
  }
.services-cart span {
    margin-left: 10px;
}

.services-container:hover .services-overlay {
  opacity: 1;
}

.services-container:hover .services-overlay .services-head {
    transform: translateY(0px);
  }
  
.services-container:hover .services-overlay hr {
    width: 75px;
    transition-delay: 0.4s;
  }
  
.services-container:hover .services-overlay .services-price {
    transform: translateY(0px);
    transition-delay: 0.3s;
    opacity: 1;
  }
  
.services-container:hover .services-overlay .services-cart {
    transform: translateY(0px);
    transition-delay: 0.6s;
    opacity: 1;
  }


/*----blog-page----*/

.blog-item {
	margin-bottom: 65px;
}

.blog-item .blog-thumb {
	height: 512px;
	padding-top: 43px;
	margin-bottom: 30px;
}

.blog-item .blog-date {
	color: #fff;
	background: #e22b63;
	display: inline-block;
	min-width: 167px;
	font-size: 18px;
	text-align: center;
	padding: 14px;
}

.blog-item .blog-content h3 {
	color: #000000;
	font-size: 34px;
	margin-bottom: 5px;
}

.blog-item .blog-content .blog-meta {
	color: #b6b5b5;
	font-size: 12px;
	margin-bottom: 30px;
}

.blog-item .blog-content .blog-meta a {
	font-size: 14px;
	color: #6d6d6d;
	margin: 0 13px;
}

.blog-item .blog-content .blog-meta a:first-child {
	margin-left: 0;
}

.blog-item .blog-content p {
	font-size: 20px;
	margin-bottom: 36px;
}

.blog-item .blog-content .readmore {
	font-size: 22px;
	color: #e22b63;
}

.load-more {
	margin-top: 40px;
}

.sb-widget {
	margin-bottom: 56px;
}

.sb-widget:last-child {
	margin-bottom: 0;
}

.sb-widget .sbw-title {
	font-size: 26px;
	color: #000;
	margin-bottom: 60px;
}

.sb-widget ul {
	list-style: none;
	padding-left: 29px;
}

.sb-widget ul li {
	margin-bottom: 13px;
}

.sb-widget ul li a {
	color: #919191;
	font-size: 18px;
}

.sb-widget ul li a:hover {
	color: #e22b63;
}

.sb-widget .add {
	padding-top: 50px;
	display: block;
}

.sb-search {
	position: relative;
}

.sb-search input {
	width: 100%;
	border: none;
	padding: 0 15px 18px;
	padding-right: 60px;
	background-color: transparent;
	font-size: 12px;
	color: #828282;
	border-bottom: 3px solid #e22b63;
}

.sb-search button {
	position: absolute;
	background: none;
	border: none;
	top: 0;
	right: 0;
	font-size: 18px;
	color: #a9a9a9;
	cursor: pointer;
	font-style: italic;
}

.latest-posts-widget .lp-item {
	margin-bottom: 10px;
	overflow: hidden;
}

.latest-posts-widget .lp-thumb {
	height: 80px;
	width: 80px;
	float: left;
	background-color: #333;
}

.latest-posts-widget .lp-content {
	padding-left: 97px;
}

.latest-posts-widget .lp-content span {
	font-size: 14px;
	color: #e22b63;
}

.latest-posts-widget .lp-content h6 {
	font-size: 20px;
	margin-bottom: 4px;
	color: #6d6d6d;
}

/*----contact-page----*/

.contact-section {
	padding: 92px 0;
}

.contact-form input {
	padding-bottom: 17px;
	width: 100%;
	border: none;
	background: none;
	border-bottom: 2px solid #e3e3e3;
	font-size: 16px;
	margin-bottom: 35px;
}

.contact-form textarea {
	width: 100%;
	height: 97px;
	border: none;
	background: none;
	border-bottom: 2px solid #e3e3e3;
	margin-bottom: 15px;
	color: #b0b0b0;
}

.contact-form ::-webkit-input-placeholder {
	color: #4a4a4a;
	font-style: italic;
}

.contact-form :-ms-input-placeholder {
	color: #4a4a4a;
	font-style: italic;
}

.contact-form ::-ms-input-placeholder {
	color: #4a4a4a;
	font-style: italic;
}

.contact-form ::placeholder {
	color: #4a4a4a;
	font-style: italic;
}

.contact-title {
	margin-bottom: 35px;
}

.contact-content p {
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 50px;
}

.sub-title{font-size: 23px;color: #7e7e7e;}

.ci-item {
	margin-bottom: 5px;
	overflow: hidden;
}

.ci-item .ca-icon {
	width: 39px;
	height: 39px;
	background: #e22b63;
	color: #fff;
	text-align: center;
	font-size: 22px;
	float: left;
}

.ci-item .ca-icon i {
	display: table-cell;
	vertical-align: middle;
}

.ci-item .ca-text {
	padding-left: 65px;
	padding-top: 10px;
	font-size: 17px;
	color: #4a4a4a;
}

.map-area {
	margin-top: 85px;
	height: 617px;
	background: #ddd;
}

.contact-img{width: 100%;}
.googlemap{
            width:100%;height:700px;
        }

/*---- Promotion Banner ----*/
.cta {
/*    background: #dc5969;*/
    background: #FFC107;
    width: 100%;
    color: #fff;
}
       .pad {
/*    padding: 55px 20%;*/
    padding: 55px 16%;
}
/*
        .cta h2 {
    font-size: 2.4em;
    color: #000;
    font-size: 2.2em;
    color: #1b1b1a;
    font-family: fantasy;
}
*/
.cta h2 {
    font-size: 50px;
    color: #1b1b1a;
    font-family: Times New Roman;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.0;
}

        .cta p, .cta h3 {
    font-size: 1.25em;
    letter-spacing: -1px;
    color: #dff5ff;
    max-width: 740px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.2;
}

    .cta h3{color:#fff;font-family: cursive;}

        .button2 {
    font-size: 1em;
    margin: 10px 0;
    padding: 8px 16px;
        background: #ff69ba;
    color: #fff !important;
        display: inline-block;
    border-radius: 24px;
    font-weight: 600;
    line-height: 1;        
}

/*---- Contact box ----*/
.address-box, .call-box, .working-hour-box {
    padding: 44px;
    background: #ffeac1;
    margin-top: 20%;
    border-radius: 37px;
/*    width: 118%;*/
    width: 122%;
}
.icon-col {
    margin-bottom: 10%;
}
.icon-img{width: 50%;}
.label-col {
    margin-bottom: 10%;
}
.details-col {
    text-align: justify;
}

/*---- footer appointment form ----*/
select#service, select#location-home {
    height: 34px;
    margin: 6% 10% 0 0;
    background: no-repeat;
    border: none;
    border-bottom: 2px solid #5e5e5d;
    font-size: 16px;
}

select#outlet, select#location {
    background: #eee;
    border: none;
    padding: .625em;
    margin-bottom: 1rem;
    width: 100%;
}

input#contact {width: 100%;}

img.svc-img {height: 372px;}

span.business-day{
    width: 98px!important;
    display: inline-block;
}

span.promotion-style {
    font-family: times;
    letter-spacing: -1px;
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
}

.pad.aos-init{padding: 22px 16%;}

a.button2 {
    float: right;
    margin-top: -8%;
}

.large-view{display: block;}
.small-view{display: none;}

/*----media-device-responsive----*/

@media (min-width: 1200px) {
	.container {
		max-width: 1176px;
	}
}

@media (max-width: 1600px){
    .address-box, .call-box, .working-hour-box {padding: 24px; width: 140%;}
    span.business-day {
        width: 85px!important;
    }
}

@media (max-width: 1400px){.address-box, .call-box, .working-hour-box{width: 150%;}}

@media (max-width: 1225px) {
	.main-menu {
		padding-left: 60px;
	}
    .details-col {
        font-size: 10px;
    }
    .company-title {
        font-size: 20px!important;
    }
}

/* device size (medium) : 992px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu {
		padding-left: 20px;
	}
	.main-menu li a {
		padding: 45px 10px;
	}
	.footer-widget.list-widget ul {
		margin-right: 20px;
	}
}

/* device size (tablet) : 768px */

.social-bar{text-align: center;font-size: 28px;font-weight: 900;margin-top: 2%;}
@media only screen and (max-width: 991px) {
    
    .address-box, .call-box, .working-hour-box{padding: 44px;width: 100%;}
    .address-box{width: 90%;margin: 5% auto;}
    .call-box{width: 90%;margin: 3% auto 3%;}
    .working-hour-box{width: 90%;margin: 3% auto 3%;}
    .social-bar{padding: 5%;text-align: center;}
    section.intro-section.spad.set-bg {padding: 5% 3%;}
    .footer-bottom-other .footer-nav {display: none;}
    footer.footer-section-other.set-bg {text-align: center;}
    
    .main {width: 100%;}
    
    .services-section{padding: 15% 5%;}
    
    img.svc-img {height: auto;}
    
    .intro-content p{width: 80%;}
    
    .svc {min-height: auto;}
    
    .sec-contact{padding: 0!important;}
    
    .mob-overflowxhid{overflow-x: hidden!important;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .large-view{display: none;}
    .small-view{display: block;}
    
    .hero{display: none;}
    .tagline{padding: 40px 25px 50px 25px;}
    
	.header-right {
		display: none;
	}
	.hs-content h2 {
		font-size: 45px;
	}
	.footer-widget.contact-widget {
		float: none;
		max-width: 100%;
	}
	.about-content h2 {
		padding-top: 0;
	}
	.about-accordion {
		margin-bottom: 40px;
	}
	.newsletter-form .site-btn {
		margin-bottom: 20px;
	}
	.memberships-card {
		margin-bottom: 30px;
	}
	.sidebar {
		padding-top: 50px;
	}
	.contact-content {
		margin-bottom: 50px;
	}
    
    .googlemap{height:400px;}
}

/* device size (mobile-large) : 767px */

@media only screen and (max-width: 767px) {
    
    .large-view{display: none;}
    .small-view{display: block;}
    
    .hero{display: none;}
    
    .tagline{padding: 0px 25px 23px 25px;font-size: 19px;min-height: 200px;}
    
    .googlemap{height:400px;}

    .mob-overflow{overflow: hidden;}
    
	.header-section {
		position: relative;
		padding: 10px 15px;
	}
    .site-logo {
        width: 17%;
    }
	.nav-switch {
		display: block;
		float: right;
		font-size: 32px;
		color: #fff;
/*		padding-top: 10px;*/
		cursor: pointer;
	}
	.main-menu {
		display: none;
		position: absolute;
		background: #fff;
		width: 100%;
		padding-right: 0;
		text-align: left;
		left: 0;
		top: 100%;
		z-index: 999;
		padding-left: 0;
	}
	.main-menu li {
		display: block;
		border-bottom: 1px solid #ddd;
	}
	.main-menu li.active a {
		color: #fff;
	}
	.main-menu li a {
		display: block;
		padding: 13px 5px;
		color: #000;
	}
	.main-menu li a:hover {
		color: #e22b63;
	}
	.header-right {
		display: none;
	}
	.hero-section {
		padding-top: 70px;
		padding-bottom: 100px;
	}
	.hero-slider .owl-dots {
		bottom: -70px;
	}
	.hs-content {
		width: 100%;
		padding: 80px 30px 60px 30px;
	}
	.hs-content h2 {
		font-size: 65px;
	}
	.hs-preview {
		width: 0;
		display: none;
	}
	.intro-content h2,
	.section-title h2 {
		font-size: 55px;
	}
    .intro-content h2{font-size: 31px;}
	.footer-widget {
		margin-bottom: 40px;
	}
	.footer-widget.contact-widget {
		float: none;
		max-width: 100%;
	}
	.footer-bottom {
		text-align: center;
	}
	.footer-bottom .footer-nav ul li a {
		margin-left: 10px;
	}
	.footer-bottom .footer-nav ul li:first-child a {
		margin-left: 0;
	}
	.footer-bottom .footer-nav,
	.footer-bottom .copyright {
		float: none;
	}
	.footer-bottom .copyright {
		padding-top: 20px;
	}
	.col-push,
	.col-pull {
		left: 0;
	}
	.team-navigation .nav-tabs li .nav-link {
		padding: 25px 10px;
		margin-right: 0;
	}
	.popular-services-slider .owl-nav {
		position: relative;
		top: 0;
		margin-bottom: 90px;
	}
	.memberships-card {
		margin-bottom: 30px;
	}
	.sidebar {
		padding-top: 50px;
	}
	.contact-content {
		margin-bottom: 50px;
	}
	.newsletter-form .site-btn {
		margin-bottom: 20px;
	}
    
    .service p {
        width: 100%;
    }
    
    .hs-content p{
        width: 100%;
    }
    
    span.promotion-style {
        font-size: 21px;
    }
}

/* device size (mobile-medium) : 480px */

@media only screen and (max-width: 576px) {
	.timetable-card {
		padding: 30px 30px 35px;
	}
	.blog-item .blog-thumb {
		height: 400px;
	}
    
    a.button2 {
        float: none;
        margin-top: auto;
    }
}

/* device size (mobile-small) : 320px */

@media only screen and (max-width: 479px) {
	.hs-content h2 {
		font-size: 45px;
	}
	.fw-contact-form .cf-input {
		width: 100%;
	}
    
    select#service, select#location-home {
/*        margin: 5% 10% 0% 0 !important;*/
        margin: 0;
        height: 50px;
    }
}