@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Hammersmith+One&display=swap');*/

/*new fonts*/
@import url('https://fonts.googleapis.com/css?family=Lalezar&display=swap');
/*fonts for slider*/
@import url('https://fonts.googleapis.com/css?family=Share&display=swap');
/*fonts for slider*/


html {
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	min-height: 100%;
}

.menu {
	display: none;
}

.callUs {
	position: fixed;
	right: 2.5%;
	bottom: 18%;
	max-width: 150px;
	padding: 5px;
	background: rgba(0, 0, 0, 0.85);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	z-index: 999;
	text-align: center;
	display: block;
}

.callUs p {
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 6px;
	border-radius: 5px;
	font-size: 15px;
	color: #fff;
	border: 1px solid #2EDFD5;
}

.callUs p span {
	font-size: 20px;
	font-weight: bolder;
	color: #2EDFD5;
	text-transform: uppercase;
}

.whatsapp {
	width: 80px;
	height: auto;
	position: fixed;
	right: 3%;
	bottom: 3%;
	z-index: 999;
}

.whatsapp a {
	display: block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	display: block;
	text-align: center;
	margin: 0 10px;
	border-radius: 50%;
	padding: 6px;
	box-sizing: border-box;
	text-decoration: none;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
	background: linear-gradient(0deg, #ddefe445, #ddefe4e6);
	/*  background: linear-gradient(0deg, #ddd, #fff);*/
	transition: 0.5s;
}

.whatsapp a:hover {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
	text-decoration: none;
}

.whatsapp a .fa {
	width: 100%;
	height: 100%;
	display: block;
	/*  background: linear-gradient(0deg, #fff, #ddd);*/
	background: #25D366;
	border-radius: 50%;
	line-height: calc(60px - 12px);
	font-size: 24px;
	color: #fff;
	transition: 0.5s;
	font-size: 30px;
}

.whatsapp a:hover .fa {
	color: #262626;
}

nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	padding: 10px 100px;
	box-sizing: border-box;
	transition: .5s;
	z-index: 999;
}

nav.white {
	background: #fff;
	height: 80px;
	padding: 10px 50px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

nav .logo {
	float: left;
}

nav .logo img {
	height: 80px;
	transition: .5s;
}

nav.white .logo img {
	height: 60px;
}

nav ul {
	float: right;
	margin: 0;
	padding: 0;
	display: flex;
}

nav ul li {
	list-style: none;
}

nav ul li a {
	line-height: 80px;
	color: #621b19;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	transition: .5s;
	font-size: 17px;
	/*	font-family: 'Hammersmith One', sans-serif;*/
	font-family: 'Lalezar', cursive;
}

nav.white ul li a {
	color: #621b19;
	line-height: 60px;
}

nav ul li a:active,
nav ul li a:hover {
	color: #fff;
	background: #621b19;
	border-radius: 4px;
}

nav ul li a:hover,
a:visited,
a:link,
a:active {
	text-decoration: none;
}

section.sec1 {
	width: 100%;
	height: 100vh;
	/* background-image: url(../images/1.jpg); */
}

/* Slideshow */

.carousel-inner .item {
	height: 100vh;
}

.carousel-inner .item .banner {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
	/* center center*/
	background-repeat: no-repeat;
	height: 100vh;
}

.carousel-caption {
	/* padding-bottom: 250px; */
	top: 45%;
	left: 50%;
	transform: translate(0%, -50%);
	text-align: center;
}

.carousel-caption h2.title {
	/*	font-family: 'Hammersmith One', sans-serif;*/
	font-family: 'Lalezar', cursive;
	letter-spacing: 3px;
	font-size: 3.5em;
	color: #fdd43a;
	font-weight: bold;
	margin-bottom: 10px;
	/*	text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.3);*/
	text-shadow:
		3px 3px 0 #262626,
		1px 2px 0 #262626,
		-1px 1px 0 #262626,
		0px 0px 0 #262626;
}

.carousel-caption h2 {
	font-size: 2.2em;
	text-transform: uppercase;
	text-align: center;
	color: #621b19;
	font-family: 'Lalezar', cursive;
	/*	font-family: 'Hammersmith One', sans-serif;*/
	text-shadow:
		-1px -1px 0 #ccc,
		1px -1px 0 #ccc,
		-1px 1px 0 #ccc,
		1px 1px 0 #ccc;
	letter-spacing: 2px;
}

.carousel-caption h2 span {
	color: #621b19;
	text-align: center;
}

.carousel-caption h3 {
	color: #2EDFD5;
	font-weight: bolder;
	letter-spacing: 1.5px;
	font-size: 1.4em;
	text-align: center;
	text-transform: uppercase;
	/*	font-family: 'Basic', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	text-shadow:
		-1px -1px 1px #000,
		1px -1px 1px #000,
		-1px 1px 1px #000,
		1px 1px 1px #000;
}

.carousel-caption a.downloadPromo {
	background: #2EDFD5;
	padding: 15px 35px;
	display: inline-block;
	margin-top: 50px;
	color: #fff;
	text-transform: capitalize;
	border-radius: 25px;
	text-decoration: none;
	/*	font-family: 'Hammersmith One', sans-serif;*/
	/*	font-family: 'Lalezar', cursive;*/
	font-size: 1.2em;
}

.carousel-caption a.downloadPromo:hover,
.carousel-caption a.downloadPromo:active,
.carousel-caption a.downloadPromo:visited {
	background: #621b19;
	color: #fff;
	text-decoration: none;
}

.carousel-control.right {
	background-image: none;
}

.carousel-control.left {
	background-image: none;
}

.carousel-indicators li {
	border-color: #2EDFD5;
	text-align: center;
}

.carousel-indicators .active {
	background-color: #2EDFD5;
}

/* Section 2 */
section.sec2 {
	background-image: url(../images/1.jpg);
	background-size: cover;
}

.container_info {
	padding: 0 50px;
	width: 100%;
	height: 80%;
}

.testimonials {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0;
	width: 100%;
}

.testimonials .card,
.testimonials.services .card {
	position: relative;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 300px;
	height: 630px;
	border-radius: 4px;
	background-color: #fff;
	text-align: center;
	margin: 20px 30px;
	padding: 10px;
	font-weight: 400;
}

.testimonials.services .card {
	height: 710px;
	margin: 20px 15px;
	padding: 10px;
	width: 280px;
}

.testimonials .card .layer {
	position: absolute;
	top: calc(100% - 4px);
	left: 0;
	width: 100%;
	height: 100%;
	background: #2EDFD5;
	z-index: 1;
	transition: 0.5s;
}


/*do not delete this part ***********************************************

.testimonials .card:hover .layer {
	top: 0;
	color: #262626;
}
************************************************************************/



.testimonials .card .content {
	list-style: none;
	padding-left: 0;
	position: relative;
	z-index: 2;
}

.testimonials .card .content p {
	position: relative;
	list-style: none;
	margin: 10px 20px;
	color: #621b19;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}

.testimonials .card .content ul {
	margin: :20px 0 0;
	padding: 0;
	padding: 0;
	list-style-position: outside;
	list-style: none;
}

.testimonials .card .content ul li,
.testimonials.services .card .content ul li {
	font-family: 'Roboto', sans-serif;
	outline-style: 1px;
	position: relative;
	margin: 10px 5px 5px 0;
	color: #621b19;
	text-align: left;
}

.testimonials .card .content li {
	position: relative;
	padding-left: 20px;
}

.testimonials .card .content li:before {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	background-image: url('../images/icons/vintageHauz.png');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 0;
}

.testimonials .card .content li:before,
.testimonials.services .card ul li:before {
	margin: 0 10px;
	padding: 0;
}

.testimonials .card .content li,
.testimonials.services .card ul li {
	padding: 0 30px;
}

.testimonials .card .content .info {
	margin-left: 10px;
	padding-left: 10px;
}

.testimonials .card .content .image {
	color: #fff;
}

.testimonials .card .content ul li .info,
.testimonials.services .card .content ul li .info {
	display: inline-block;
	font-size: 16px;
}

.testimonials .card .content .image img {
	width: 100%;
	height: 200px;
	padding: 20px 10px 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}


.testimonials .card .content .details {
	margin: 0;
	padding: 0;
}

.testimonials .card .content .details h2 {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #2EDFD5;
	border: 2px solid #fff;
	font-size: 16px;
	text-align: center;
	padding: 15px;
	position: relative;
	left: 10%;
	top: -25px;
	width: 80%;
	margin: 0;
	bottom: -10px;
	border-radius: 50px;
	letter-spacing: 2px;
	font-weight: 600;
}

.testimonials.services .card .content .details h2 {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #2EDFD5;
	border: 2px solid #fff;
	font-size: 16px;
	text-align: center;
	padding: 15px;
	position: relative;
	left: 10%;
	top: -30px;
	width: 80%;
	margin: 0;
	bottom: -10px;
	border-radius: 50px;
	letter-spacing: 2px;
	font-weight: 600;
}

.banner img {
	width: 400px;
	height: 300px;
	align-items: center;
	-webkit-background-size: cover;
	background-size: cover;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px;
}



/* Section 4: Gallery */
section.sec4 {
	width: 100%;
	height: 100%;
}

.gallery-image {
	width: 150px;
	height: 130px;
	border: 3px solid #ccc;
	display: inline-block;
	margin: 3px;
	transition: all 0.05s ease;
}


section.content {
	/* Main background color for content */
	padding: 60px 0px 0;
	height: 100%;
	background-color: #fff;
}

section.content h1 {
	font-family: 'Lalezar', cursive;
	margin: 40px 30px 30px;
	padding: 0;
	font-size: 2.4em;
	color: #621b1a;
	font-weight: bolder;
	letter-spacing: 3px;
	text-transform: uppercase;
}

section.content p {
	font-family: 'Roboto', sans-serif;
	margin: 30px;
	padding: 0;
	font-size: 16px;
	color: #621b19;
	text-align: justify;
	line-height: 1.7;
}

.responsive-bar {
	display: none;
}



/*************************************************************************
			 Contact Form
**************************************************************************/

.container_contactus {
	/*	background: #262626;*/
	margin: 30px 0px;
	padding: 0;
}

.contact_details {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
}

.contact_card.one {
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	width: 400px;
	height: auto;
	text-align: justify;
	margin: 0 20px;
	padding: 0px;
}

.contact_card.two {
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	width: 350px;
	height: auto;
	text-align: justify;
	margin: 0px 20px;
	padding: 20px 0px;
}

.contact_card .content {
	list-style: none;
	padding-left: 0;
	position: relative;
	z-index: 2;
}

.contact_details .contact_card .content .details h3 {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	background: #2EDFD5;
	border: 2px solid #2EDFD5;
	font-size: 17px;
	text-align: center;
	font-weight: 700;
	padding: 10px;
	position: relative;
	width: 100%;
	margin: 20px 0;
	border-radius: 5px;
	letter-spacing: 2px;
}

.contact_details .contact_card {
	font-family: 'Roboto', sans-serif;
}

.contact_details .contact_card .contact_info {
	background: transparent;
	border: 2px solid #2EDFD5;
	border-radius: 5px;
	color: #262626;
	margin: 0 0 10px;
	padding: 10px;
	text-align: left;
	line-height: 20px;
}

.contact_details .contact_card.two .contact_info h4 {
	font-family: 'Roboto', sans-serif;
	margin: 5px auto;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
}

.contact_info ul {
	list-style: none;
	margin: 0;
	padding: 10px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 2px;
}

hr {
	border-top: 2px solid #621b19 !important;
	width: 80%;
	margin: 0 auto 5px !important;
}

button {
	cursor: pointer;
	width: 100px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
}


.btn_send {
	border-radius: 5px;
	cursor: pointer;
	font-size: 17px;
	padding: 6px 12px;
	-moz-box-shadow: inset 0px 1px 0px 0px #ccc;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ccc;
	box-shadow: inset 0px 1px 0px 0px #ccc;
	background: #2EDFD5;
	border: 1px solid #2EDFD5;
	color: #fff;
	text-shadow: 0 1px 0px #ccc;
	box-shadow: 3px 3px 0 #ccc;
	outline: none;
}

.btn_send:hover {
	background: transparent;
	border-color: #621b19;
	color: #621b19;
}

.btn_send:active {
	background: #621b19;
	border-color: #621b19;
	color: #fff;
}


/*************************************************************************
											Footer
**************************************************************************/
footer {
	padding: 0;
	margin: 0;
	bottom: 0;
}

.footer-top {
	background: #2EDFD5;
	padding: 50px 0;
}

.footer-container {
	margin: 0;
	padding: 0 50px 0 70px;
}

.footer-logo {
	height: 80px;
	width: auto;
}

footer p {
	color: #262626;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
}

footer h2,
footer h3 {
	color: #fff;
}

footer h2 {
	font-size: 18px;
	margin-bottom: 30px;
}

.segment-one h1 {
	/*	font-family: 'Anton', sans-serif;*/
	font-family: 'Lalezar', cursive;
	color: #621b19;
	letter-spacing: 1px;
	margin: 30px 0;
}

.segment-two h2,
.segment-three h2,
.segment-four h2 {
	color: #621b19;
	/*	font-family: 'Hammersmith One', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}

.segment-two h2::before {
	content: '|';
	height: 15px;
	color: #fff;
	padding-right: 10px;
	font-weight: 900;
}

.segment-two a {
	background: #fff;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 4px;
	margin: 5px;
	font-family: 'Roboto', sans-serif;
}

.segment-two a i {
	font-size: 20px;
	color: #494848;
	padding: 10px 12px;
}


.segment-three h2::before {
	content: '|';
	height: 15px;
	color: #fff;
	padding-right: 10px;
	font-weight: 900;
}

.segment-three ul li img {
	background: #fff;
	width: 100%;
	height: 40px;
	display: inline-block;
}

.segment-three ul {
	margin: :20px 0 0;
	padding: 0;
	margin: 0;
	list-style-position: outside;
	list-style: none;
	line-height: 50px;
}

.segment-three ul li {
	list-style-position: outside;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 5px;
}

.segment-three .cert img {
	height: 40px;
	width: 40px;
	display: inline;
	margin: 2px 10px;
}

.segment-three .cert.ES img {
	height: 40px;
	width: 60px;
	display: inline;
	margin: 2px 10px;
}

.segment-three .name {
	line-height: 60px;
	display: inline;
	margin-left: 20px;
	color: #262626;
	padding: 0;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}

.segment-three .name.ES {
	margin-left: 0px;
}


.segment-three a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	margin-left: 15px;
	display: inline;
	width: 100%;
}

.segment-four h2 {
	margin-bottom: 0px;
}

.segment-four h2::before {
	content: '|';
	height: 15px;
	color: #fff;
	padding-right: 10px;
	font-weight: 900;
}

.segment-four ul.paymentMethod {
	display: block;
	list-style: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;
}

.segment-four img.visacard {
	width: 70px;
	height: 60px;
	border-radius: 4px;
	margin: 25px 0 0;
	padding: 0;
}

.segment-four img.mastercard {
	width: 70px;
	height: 50px;
	margin: 0px;
	padding: 0px;
}

.segment-four img.maybank {
	width: 70px;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

.footer-bottom-text {
	text-align: center;
	background: transparent;
	line-height: 75px;
	color: #262626;
	font-family: 'Roboto', sans-serif;
}




/*Desktop*/
@media only screen and (min-width: 992px) and (max-width: 1300px) {}

@media only screen and (min-width: 1025px) {}

/*Tablet and Desktop*/
@media only screen and (max-width: 991px) {

	/* Menu bar*/
	nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100px;
		padding: 10px 30px;
		box-sizing: border-box;
		transition: .5s;
		z-index: 999;
	}

	/* Section 1   */

	.carousel-caption {
		padding-bottom: 350px;
	}

	.carousel-caption h2.title {
		font-size: 2.5em;
	}

	.carousel-caption h2 {
		font-size: 1.8em;
	}

	.carousel-caption h3 {
		font-size: 1.5em;
	}

	.carousel-caption a.downloadPromo {
		font-size: 1em;
	}

	.testimonials {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin: 0;
		width: 100%;
	}

	.testimonials .card,
	.testimonials.services .card {
		position: relative;
		background: #fff;
		box-sizing: border-box;
		box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.2);
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 300px;
		height: 550px;
		border-radius: 4px;
		background-color: #fff;
		text-align: center;
		margin: 20px 15px;
		padding: 10px;
	}


	.testimonials.services .card {
		/*		width: 300px;*/
		height: 670px;
	}

	section.content p {
		font-family: 'Roboto', sans-serif;
		margin: 30px;
		padding: 0;
		font-size: 15px;
		color: #621b19;
		text-align: justify;
		line-height: 1.7;
	}

	.testimonials .card .content .details h2 {
		text-align: center;
		text-transform: uppercase;
		color: #fff;
		background: #2EDFD5;
		border: 2px solid #fff;
		font-size: 15px;
		text-align: center;
		padding: 15px;
		position: relative;
		left: 10%;
		top: -30px;
		width: 80%;
		margin: 0;
		bottom: -10px;
		border-radius: 50px;
		letter-spacing: 2px;
		font-weight: 600;
	}

	.testimonials .card .content p {
		position: relative;
		list-style: none;
		margin: 20px;
		color: #621b19;
		font-size: 15px;
		font-family: 'Roboto', sans-serif;
		line-height: 25px;
	}


	.testimonials .card .content ul li .info,
	.testimonials.services .card .content ul li .info {
		display: inline-block;
		font-size: 15px;
	}


	.testimonials .card,
	.testimonials.services .card {
		position: relative;
		background: #fff;
		box-sizing: border-box;
		box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.2);
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 300px;
		height: 600px;
		border-radius: 4px;
		background-color: #fff;
		text-align: center;
		margin: 20px 30px;
		padding: 10px;
		/*	font-weight: 400;*/
	}

	.testimonials.services .card {
		width: 300px;
		height: 670px;
		/*	font-weight: 400;*/
	}

	/*************************************************************************
											Our Forte
**************************************************************************/
	.banner img {
		width: 250px;
		height: 200px;
		align-items: center;
		-webkit-background-size: cover;
		background-size: cover;

		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin: 0 auto 20px;
	}

	/*************************************************************************
											Gallery
**************************************************************************/
	.gallery-image {
		width: 100px;
		height: 100px;
		border: 2px solid #fff;
		padding: 0;
		margin: 0;
	}

	/*************************************************************************
											Footer
**************************************************************************/

	.md-mb-30 {
		margin-bottom: 30px;
	}

	.segment-four ul.paymentMethod {
		display: inline;
		list-style: none;
		margin: 0;
		margin-left: 10px;
		padding: 0;
	}

	.segment-four ul li {
		display: inline;
		margin: 10px 0;
	}

	.segment-four img.visacard {
		display: inline;
		margin: 0;
	}
}


/*Tablet and Mobile*/
@media only screen and (max-width: 767px) {
	section.content h1 {
		font-family: 'Lalezar', cursive;
		margin: 60px 30px 30px;
		padding: 0;
		font-size: 2.4em;
		color: #621b1a;
		font-weight: bolder;
		letter-spacing: 3px;
		text-transform: uppercase;
	}

	.menu {
		display: block;
		position: fixed;
		width: 1.5rem;
		height: 1.5rem;
		top: 2rem;
		right: 1.5rem;
		z-index: 999;
		cursor: pointer;
	}

	.bar,
	.bar::before,
	.bar::after {
		position: absolute;
		background-color: #621b19;
		margin: auto;
		width: 100%;
		height: 3px;
		content: "";
		top: 50%;
		left: 0;
	}

	.bar {
		margin-top: -2px;
	}

	.bar::before {
		top: -0.5rem;
	}

	.bar::after {
		top: 0.5rem;
	}

	.bar::before,
	.bar::after {
		transform: rotate(0deg);
	}

	.active .bar {
		background-color: transparent;
	}

	.active .bar::before {
		transform: rotate(45deg);
	}

	.active .bar::after {
		transform: rotate(-45deg);
	}

	.active .bar::before,
	.active .bar::after {
		top: 0;
	}

	.menu-open nav {
		transform: translateX(0);
	}

	.responsive-bar {
		display: block;
		width: 100%;
		height: 60px;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		padding: 5px 20px;
		box-sizing: border-box;
		z-index: 999;
	}

	.responsive-bar .logo img {
		float: left;
		height: 50px;
	}

	.responsive-bar .menu h4 {
		float: right;
		color: #262626;
		margin: 0;
		padding: 0;
		line-height: 50px;
		cursor: pointer;
		text-transform: uppercase;
	}

	nav,
	nav.white {
		background: #fff;
		box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
		height: 60px;
		padding: 0;
		transform: translateX(0);
		position: fixed;
		z-index: 16;
		transition: transform 0.5s cubic-bezier(0.56, 0.1, 0.34, 0.91);
	}

	nav .logo {
		display: none;
	}

	nav ul.active {
		display: block;
	}

	nav ul {
		position: absolute;
		width: 100%;
		top: 60px;
		left: 0;
		background: #262626;
		float: none;
		display: none;

	}

	nav ul li {
		width: 100%;
	}

	nav ul li a {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		line-height: 60px !important;
		color: #fff;
		z-index: 999;
	}

	nav.white ul li a {
		color: #fff;
		line-height: 60px;
	}

	nav.white ul li a:active,
	nav.white ul li a:hover {
		color: #fff;
		background: #2EDFD5;
		border-radius: 4px;
	}

	nav ul li a:active,
	nav ul li a:hover {
		color: #fff;
		background: #2EDFD5;
		border-radius: 4px;
	}

	/* Section 1 */

	.carousel-caption h2.title {
		margin-top: 5px;
		font-size: 2em;
	}

	.carousel-caption h2 {
		margin-top: 5px;
		font-size: 1.5em;
	}

	.carousel-caption h3 {
		margin-top: 30px;
		font-size: 1.2em;
	}

	.carousel-caption a.downloadPromo {
		text-decoration: none;
		font-size: 1em;
	}

	.carousel-caption a.downloadPromo:active {
		text-decoration: none;
	}

	.callUs {
		position: fixed;
		right: 2.5%;
		bottom: 18%;
		max-width: 80px;
		padding: 5px;
		background: rgba(0, 0, 0, 0.85);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		border-radius: 5px;
		z-index: 999;
		text-align: center;
		display: block;
	}

	.callUs p {
		font-family: 'Roboto', sans-serif;
		margin: 0px;
		padding: 6px;
		border-radius: 5px;
		font-size: 8px;
		color: #fff;
		border: 1px solid #2EDFD5;
	}

	.callUs p span {
		font-size: 12px;
		font-weight: bolder;
		color: #2EDFD5;
		text-transform: uppercase;
	}

	.whatsapp {
		width: 80px;
		height: auto;
		position: fixed;
		right: 3%;
		bottom: 3%;
		z-index: 999;
	}

	.whatsapp a {
		display: block;
		text-align: center;
		line-height: 40px;
		color: #fff;
		display: block;
		text-align: center;
		margin: 0 10px;
		border-radius: 50%;
		padding: 6px;
		box-sizing: border-box;
		text-decoration: none;
		box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
		background: linear-gradient(0deg, #ddefe445, #ddefe4e6);
		transition: 0.5s;
	}

	.whatsapp a:hover {
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
		text-decoration: none;
	}

	.whatsapp a .fa {
		width: 100%;
		height: 100%;
		display: block;
		background: #25D366;
		border-radius: 50%;
		line-height: calc(60px - 12px);
		font-size: 24px;
		color: #fff;
		transition: 0.5s;
		font-size: 30px;
	}

	/*Section 2*/

	section.sec2 {
		width: 200%;
		margin: 0;
	}

	section.content {
		padding: 0px;
		margin: 0px;
	}

	.container_info {
		width: 100%;
		height: 80%;
		padding: 3.5%;
	}

	section.content p {
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		line-height: 1.7;
	}

	.testimonials {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin: 0;
		width: 100%;
	}

	.testimonials .card,
	.testimonials.services .card {
		position: relative;
		background: #fff;
		box-sizing: border-box;
		box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.2);
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 280px;
		height: 630px;
		border-radius: 4px;
		background-color: #fff;
		text-align: center;
		margin: 20px 10px;
		padding: 10px;
	}


	.testimonials.services .card {
		width: 280px;
		height: 670px;
	}

	.testimonials .card.sm,
	.testimonials.services .card {
		margin: 20px 15px;
		padding: 10px;
		width: 300px;
	}

	.testimonials .card .content .image img {
		width: 100%;
		height: 180px;
		padding: 20px 10px 0;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
	}

	.testimonials .card .content .details h2 {
		text-align: center;
		text-transform: uppercase;
		color: #fff;
		background: #2EDFD5;
		border: 2px solid #fff;
		font-size: 15px;
		text-align: center;
		padding: 15px;
		position: relative;
		left: 15%;
		top: -25px;
		width: 70%;
		margin: 0;
		bottom: -10px;
		border-radius: 50px;
		letter-spacing: 2px;
		font-weight: 600;
	}

	.testimonials .card .content p {
		font-size: 16px;
		font-family: 'Roboto', sans-serif;
	}

	.testimonials .card .content ul li .info,
	.testimonials.services .card .content ul li .info {
		display: inline-block;
		font-size: 16px;
		font-family: 'Roboto', sans-serif;
	}

	/*************************************************************************
											Gallery
**************************************************************************/
	.gallery-image {
		width: 80px;
		height: 80px;
		border: 1px solid #fff;
		padding: 0;
		margin: 0;
	}

	/*************************************************************************
											Footer
**************************************************************************/

	.sm-mb-30 {
		margin-bottom: 30px;
		height: auto;
	}

	.footer-top {
		padding: 50px 0;
	}

	.segment-one {
		text-align: center;
	}

	.segment-one h1 {
		font-size: 2em;
	}

	.segment-four ul.paymentMethod {
		display: inline;
		list-style: none;
		margin: 0;
		margin-left: 10px;
		padding: 0;
	}

	.segment-four ul li {
		display: inline;

		margin: 10px 0;

	}

	.segment-four img.visacard {
		display: inline;

		margin: 0;

	}
}



@media only screen and (max-width: 645px) {

	/* DO NOT REMOVE THIS

	.testimonials .card,
	.testimonials.services .card {
		box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.2);
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
				width: 60%;
		height: auto;
		border-radius: 4px;
		background-color: #fff;
		text-align: center;
		margin: 20px;
		padding: 20px;
		box-sizing: border-box;
	}
*/

	.testimonials .card .content li:before,
	.testimonials.services .card ul li:before {
		margin: 0 10px;
		padding: 0;
	}


	.testimonials .card .content li,
	.testimonials.services .card ul li {
		padding: 0 30px;
	}

	.testimonials .card .content .image img,
	.testimonials.services .card .content .image img {
		margin: 0px;
		padding: 0px;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center center;
	}

	section.content p {
		font-family: 'Roboto', sans-serif;
		margin: 30px;
		padding: 0;
		font-size: 15px;
		color: #621b19;
		text-align: justify;
		line-height: 1.7;
	}

	.testimonials .card .content .details h2 {
		text-align: center;
		text-transform: uppercase;
		color: #fff;
		background: #2EDFD5;
		border: 2px solid #fff;
		font-size: 15px;
		text-align: center;
		padding: 15px;
		position: relative;
		left: 10%;
		top: -30px;
		width: 80%;
		margin: 0;
		bottom: -10px;
		border-radius: 50px;
		letter-spacing: 2px;
		font-weight: 600;
	}

	.testimonials .card .content p {
		position: relative;
		list-style: none;
		margin: 20px;
		color: #621b19;
		font-size: 15px;
		font-family: 'Roboto', sans-serif;
		line-height: 25px;
	}


	.testimonials .card .content ul li .info,
	.testimonials.services .card .content ul li .info {
		display: inline-block;
		font-size: 15px;
	}


	.testimonials .card,
	.testimonials.services .card {
		position: relative;
		background: #fff;
		box-sizing: border-box;
		box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.2);
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 300px;
		height: auto;
		border-radius: 4px;
		background-color: #fff;
		text-align: center;
		margin: 20px 30px;
		padding: 10px;
		font-weight: 400;
	}

	.footer-container {
		margin: 0;
		padding: 0 20px;
	}
}

@media only screen and (max-width: 350px) {


	nav ul li a {
		line-height: 80px;
		color: #fff;
		padding: 5px 15px;
		text-decoration: none;
		text-transform: uppercase;
		transition: .5s;
		font-size: 17px;
		/*		font-family: 'Hammersmith One', sans-serif;*/
		font-family: 'Lalezar', cursive;
	}

	nav.white ul li a {
		color: #fff;
		line-height: 60px;
	}


	nav ul li a:active,
	nav ul li a:hover {
		color: #fff;
		background: #2EDFD5;
		border-radius: 4px;
	}

	nav ul li a:hover,
	a:visited,
	a:link,
	a:active {
		text-decoration: none;
	}

	section.content {
		padding: 0px;
		margin: 0;
		background-color: #fff;
	}


	/* Section 1 */



	.callUs {
		position: fixed;
		right: 2.5%;
		bottom: 17%;
		max-width: 50px;
		padding: 3px;
	}

	.callUs p {
		margin: 0px;
		padding: 2px;
		font-size: 8px;
	}

	.callUs p span {
		font-size: 10px;
	}

	.carousel-caption h2.title {
		margin-top: 5px;
		font-size: 1.8em;
	}

	.carousel-caption h2 {
		margin-top: 5px;
		font-size: 1.3em;
	}

	.carousel-caption h3 {
		margin-top: 30px;
		font-size: 1em;
	}

	.carousel-caption a.downloadPromo {
		margin-top: 10px;
		font-size: 0.9em;
	}

	.carousel-caption a.downloadPromo:hover,
	.carousel-caption a.downloadPromo:active,
	.carousel-caption a.downloadPromo:visited {
		background: #621b19;
		color: #fff;
		text-decoration: none;
	}

	.carousel-indicators {
		display: none;
	}

	section.content p {
		font-family: 'Roboto', sans-serif;
		margin: 30px;
		padding: 0;
		font-size: 15px;
		color: #621b19;
		text-align: justify;
		line-height: 1.7;
	}

	/* Section 2 */
	section.sec2 {
		margin: 0;
		padding: 0;
	}

	.container_info {
		width: 100%;
		height: 80%;
		padding: 30px 0 0;
	}

	.testimonials .card,
	.testimonials.services .card {
		box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.2);
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 85%;
		height: auto;
		border-radius: 4px;
		background-color: #fff;
		text-align: center;
		margin: 20px;
		padding: 10px;
	}

	.testimonials .card .content .details h2 {
		border: 2px solid #fff;
		font-size: 15px;
		text-align: center;
		padding: 15px;
		position: relative;
		left: 10%;
		top: -40px;
		width: 80%;
		margin: 0;
		bottom: -10px;
		border-radius: 50px;
		letter-spacing: 2px;
		font-weight: 600;
	}

	

	.testimonials .card .content p,
	.testimonials .card .content ul li .info,
	.testimonials.services .card .content p,
	.testimonials.services .card .content ul li .info {
		display: inline-block;
		font-size: 15px;
	}

	.testimonials .card .content li:before,
	.testimonials.services .card ul li:before {
		margin: 0 10px 0 10px;
		padding: 0;
	}


	.testimonials .card .content li,
	.testimonials.services .card ul li {
		padding: 0 30px;
	}

	.testimonials .card .content .image img,
	.testimonials.services .card .content .image img {
		margin: 0px;
		padding: 10px;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center center;
	}

	/*************************************************************************
											Gallery
**************************************************************************/
	.gallery-image {
		width: 50px;
		height: 50px;
		border: 1px solid #fff;
		padding: 0;
		margin: 0;
	}

	/*************************************************************************
											Contact Form
**************************************************************************/
	.footer-container {
		margin: 0;
		padding: 0 5px;
	}


	.contact_details {
		margin: 0;
		padding: 0;
	}

	.contact_details .contact_card .contact_info {
		padding: 0px;
		text-align: left;
		line-height: 20px;
	}

	.contact_details .contact_card.one,
	.contact_details .contact_card.two {
		margin: 0;
		padding: 0 5%;
	}

	.contact_details .contact_card.two .contact_info h4 {
		font-family: 'Roboto', sans-serif;
		margin: 5px auto;
		padding: 10px 5px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 12px;
		letter-spacing: 2px;
	}

	.contact_info ul {
		list-style: none;
		margin: 0;
		padding: 10px;
		text-align: center;
		line-height: 30px;
		letter-spacing: 0px;
		font-size: 12px;
	}

	.footer-container {
		margin: 0;
		padding: 0 20px;
	}

	.segment-one {
		text-align: center;
	}

	.segment-one h1 {
		font-size: 2em;
	}

	.segment-four h2 {
		margin-bottom: 20px;
	}

	.segment-four ul.paymentMethod {
		display: inline;
		list-style: none;
		margin: 0;
		margin-left: 0px;
		padding: 0;
	}

	.segment-four ul li {
		display: inline;

		margin: 10px 0;

	}

	.segment-four img.visacard {
		display: inline;

		margin: 0;

	}

	.footer-bottom-text {
		text-align: center;
		background: transparent;
		color: #262626;
		font-family: 'Roboto', sans-serif;
		font-size: 12px;
		line-height: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin: 10px auto;
	}


}