@font-face {
	font-family: 'NoemieScript';
	src: url('../fonts/NoemieScriptRegular.eot');
	src: url('../fonts/NoemieScriptRegular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NoemieScriptRegular.woff2') format('woff2'),
		url('../fonts/NoemieScriptRegular.woff') format('woff'),
		url('../fonts/NoemieScriptRegular.ttf') format('truetype'),
		url('../fonts/NoemieScriptRegular.svg#NoemieScriptRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	font-size: 20px;
	font-family: 'ABeeZee';
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #ffac00;
}

::selection {
    color: #fff;
    background: #ffac00;
}

.preloader{
    background: #7e7d7d;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.browser-screen-loading-content {
    text-align: center;
    height: 1em;
    max-width: 80%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 4em;
    left: 0;
    margin: auto;
}

.loading-dots {
    margin-left: -1.5em;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-animation: loading-dots-fadein .5s linear forwards;
    -moz-animation: loading-dots-fadein .5s linear forwards;
    -o-animation: loading-dots-fadein .5s linear forwards;
    -ms-animation: loading-dots-fadein .5s linear forwards;
    animation: loading-dots-fadein .5s linear forwards;
}

video {
  max-width: 100%;
  height: auto;
  object-fit: fill; /*to add black content at top and bottom*/
   object-position: 0 -14px; /* to center our image*/
}

.loading-text{
	color: #fff;
	margin-top: 20px;
	letter-spacing: 0.1em;
}

@-moz-keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-webkit-keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-o-keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-moz-keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-webkit-keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-o-keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-moz-keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em)
    }
}

@-webkit-keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em)
    }
}

@-o-keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em)
    }
}

@keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em)
    }
}

@-moz-keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        -moz-transform: translate(2em);
        -o-transform: translate(2em);
        -ms-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
}

@-webkit-keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        -moz-transform: translate(2em);
        -o-transform: translate(2em);
        -ms-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
}

@-o-keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        -moz-transform: translate(2em);
        -o-transform: translate(2em);
        -ms-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
}

@keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        -moz-transform: translate(2em);
        -o-transform: translate(2em);
        -ms-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
}
/************************************/
/*****    Navigation area css   *****/
/************************************/

.navbar{
	margin-bottom: 0;
	top: -72px;
}

.navbar-brand{
	padding: 1px 15px;
}

.navbar-brand img{
	transition: all 0.3s;
}

.navbar-brand h1{
	font-size: 30px;
	margin: 0;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	text-transform: uppercase;
}

.navbar-brand h1 i{
	position: relative;
	top: 3px;
	color: #ecae1a;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.navbar-default{
	background: #ffac00;
	border: none;
	border-bottom: 1px solid transparent;
	padding: 10px 0;
	border-radius: 0;
	z-index: 12;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}

.navbar-default .navbar-nav>li>a:focus{
	color: #fff;
}

.navbar-default .navbar-nav>li>a{
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.04em;
	padding: 17px 15px 13px; 
	position: relative;
}

.active a{
	background: none !important;
	color: #282828 !important;
}

.navbar-default .active a:after{
	transform: scale(1) !important;
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
}

.btn-custom{
	display: inline-block;
	background: #d0ae5e;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 15px;
	padding: 14px 40px;
	font-weight: 500;
	min-width: 200px;
	text-align: center;
	transition: all 0.4s;
	border-radius: 40px;
}

.btn-custom:hover{
	background: #282828;
	color: #fff;
}

.navbar-default .navbar-toggle{
	border-radius: 0;
	border-color: #fff;
	padding: 0;
}

.navbar-default .navbar-toggle .icon-bar{
	background: #fff;
}

.navbar-default .navbar-toggle:hover{
	background: none;
}

.sticky-header{
	top: 0;
}

/************************************/
/*****     Slider area css      *****/
/************************************/

.banner{
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	background: url(../images/banner5.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0 100px;
}

.banner:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.50);
}

.banner-icon{
	display: block;
	position: absolute;
	left: 50%;
	bottom: -40px;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	background: #fff;
	font-size: 44px;
	text-align: center;
	transform: rotate(45deg);
}

.banner-icon i{
	padding-top: 6px;
	padding-right: 16px;
	display: inline-block;
	transform: rotate(-45deg);
}

.header-banner{
	position: relative;
	z-index: 1;
	text-align: center;
}

.header-banner p{
	font-family: 'Titling MT';
	font-size: 32px;
	color: rgba(255,255,255,0.76);
	padding-top: 10px;
	padding-bottom: 20px;
}

.header-banner h3{
	font-size: 50px;
	color: rgba(255,255,255,0.76);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	line-height: 1.3em;
}

.banner-info-single{
	background: rgba(255,255,255,0.16);
	padding: 20px;
	position: relative;
	z-index: 1;
	padding-left: 80px;
	margin: 30px 0;
	border-radius: 25px;
}

.banner-info-single .icon-box{
	width: 60px;
	text-align: center;
	font-size: 50px;
	color: #ffac00;
	position: absolute;
	left: 10px;
	top: 10px;
}

.banner-info-single h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 20px; 
	margin-bottom: 6px;
	letter-spacing: 0.18em;
}

.banner-info-single p{
	font-size: 15px;
	color: #fff;
	margin-bottom: 0;
}

.main-title{
	text-align: center;
	padding-bottom: 20px;
	background: url(../images/title-bg.png) no-repeat bottom center;
	margin-bottom: 30px;
}

.main-title h2{
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.18em;
	font-weight: 600;
}

.covid19{
	padding: 10px 0;
	padding-top: 80px;
	background: #333;
}


.covid19 p{
	color: #ffffff;
	font-weight: 100;
}

.covid19 h4{
	color: #ffffff;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0.1em;
	margin-bottom: 14px;
}

.giftCard{
	padding: 10px 0;
	padding-top: 80px;
	background: #7e7d7d;
	border-top: solid;
    border-color: #ffac00;
    border-width: 10px;
}

.giftCard p{
	color: #ffffff;
	font-weight: 100;
	font-size: 20px;
}

.giftCard h4{
	color: #ffffff;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0.1em;
	margin-bottom: 14px;
}


.aboutus{
	background: #7e7d7d;
	padding-top: 80px;
	border-top: solid;
	border-color: #ffac00;
	border-width: 10px;	
}

.about-image:after{
	content: '';
	display: block;
	clear: both;
}

.about-img-single{
	width: 33.33%;
	float: left;
}

.about-img-single:nth-of-type(1){
	text-align: right;
	padding-top: 50px;
	padding-right: 5px;
}

.about-img-single:nth-of-type(2) img{
	width: 100%;
}

.about-img-single:nth-of-type(3){
	text-align: left;
	padding-top: 50px;
	padding-left: 5px;
	
}

.about-desc{
	margin-top: 80px;
}

.about-desc p{
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8em;
}

.service{
	background: #333;
	padding: 10px 0;
	padding-top: 80px;
	border-top: solid;
    border-color: #ffac00;
    border-width: 10px;
}

.service-single{
	text-align: center;
}

.service-single .icon-box{
	background: #fff;
	width: 156px;
	height: 156px;
	border-radius:50%;
	padding-top: 24px;
	border: 2px solid #ffac00;
	position: relative;
}

.service-single .icon-box-outer{
	padding: 12px;
	background: #fff;
	border-radius: 50%;
	width: 180px;
	height: 180px;
	margin: 0 auto 30px;
}

.service-single .icon-box i{
	font-size: 80px;
	color: #ffac00;
}

.service-single h3{
	text-transform: uppercase;
	color: #ffac00;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0.1em;
	margin-bottom: 14px;
}

.service-single p{
	color: #fff;
	font-weight: 300;
}

.service-single h5{
	font-size: 20px;
	display: inline-block;
	background: #ffac00;
	text-transform: uppercase;
	padding: 14px 20px 10px;
	color: #fff;
	margin-top: 10px;
}

.ourteam{
	padding-top: 80px;
	border-top: solid;
	border-color: #ffac00;
	border-width: 10px;	
}

.ourteam .main-title h2{
	color: #212121;
}



.onlineReviews{
	padding: 100px 0;
	background: url(../images/testimonial-bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	border-top: solid;
	border-color: #ffac00;
	border-width: 10px;	
}

.onlineReviews:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.onlineReviews-single{
	background: rgba(255,255,255,0.16);
	padding: 30px;
	text-align: center;
	border-radius: 25px;
}

.onlineReviews-single .icon-box{
	font-size: 58px;
	color: #fff;
	margin-bottom: 10px;
}

.onlineReviews-single p{
	color: #fff;
	font-size: 16px;
	line-height: 1.5em;
}

.onlineReviews-single h3{
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.18em;
	font-weight: 700;
	margin-top: 40px;
}

.onlineReviews-slider .owl-nav{
	margin-top: 40px;
}

.onlineReviews-slider .owl-nav .owl-next,
.onlineReviews-slider .owl-nav .owl-prev{
	width: 60px;
	height: 60px;
	background: #fff;
	color: #212121;
	text-align: center;
	border-radius: 50%;
	font-size: 24px;
	padding-top: 10px;
	transition: all 0.3s;
}

.onlineReviews-slider .owl-nav .owl-next{	
	float: right;
	padding-left: 3px;
}

.onlineReviews-slider .owl-nav .owl-prev{
	float: left;
	padding-right: 3px;
}

.onlineReviews-slider .owl-nav .owl-next:hover,
.onlineReviews-slider .owl-nav .owl-prev:hover{
	background: #ffac00;
	color: #fff;
}










.star-rating li {
	padding: 0 2px;
}
.star-rating i {
  font-size: 45px;
	color: #ffac00;
}






.team-box{
	border: 1px solid #999;
}

.team-box figure{
	background: #999;
	text-align: center;
	padding: 20px 20px 0 20px;
}

.team-box .team-entry{
	padding: 20px;
	text-align: center;
}

.team-box .team-entry p{
	font-size: 18px;
	color: #ffac00;
	text-transform: uppercase;
}

.team-box .team-entry h3{
	text-transform: uppercase;
	color: #212121;
	font-size: 26px;
	letter-spacing: 0.1em;
	margin: 14px 0;
}

.team-social a{
	display: inline-block;
	padding: 0 6px;
	font-size: 20px;
	color: #ffac00;
}

.team-social a:hover{
	color: #212121;
}

.gallery{
	padding: 30px 100px 0;
	background: #2f2c2c;
}

.row.no-pad {
  margin-right:0;
  margin-left:0;
}

.row.no-pad > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

.gallery .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.gallery-box{
	position: relative;
}

.gallery-box figure{
	margin-bottom: -1px;
}

.gallery-overlay{
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: rgba(0,0,0,0.5);
	border: 4px solid #ffac00;
	transition: all 0.4s;
	transform: scale(0.5);
	opacity: 0;
}

.gallery-info{
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	transition: all 0.3s;
	text-align: center;
	transform: translate(0,-50%);
}

.gallery-box:hover .gallery-overlay{
	opacity: 1;
	transform: scale(1);
}

.gallery-box:hover .gallery-info{
	top: 50%;
	opacity: 1;
}

.gallery-info p{
	display: inline-block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	color: #ffac00;
	text-transform: uppercase;
	background: #fff;
	line-height: 1em;
	margin: 0;
	padding: 16px 30px 10px;
}

.pricing{
	padding-top: 80px;
	background: #333;
	border-top: solid;
    border-color: #ffac00;
    border-width: 10px;
}

.pricing p{
	color: #ffffff;
	font-weight: 100;
}

.store-image{
	padding: 20px;
	background: rgba(255,255,255,0.04);
}

.pricing-logo{
	text-align: center;
}

.pricing-logo{
	margin-top: 40px;
	margin-bottom: 40px;
}

.price-list{
	max-width: 420px;
	margin: 0 auto 30px;
}

.price-item{
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.1em;
	display: table-cell;
	white-space: nowrap;
	width: 10%;
	padding-right: 4px;
}

.price-line{
	display: table-cell;
	border-bottom: 1px dashed #fff;
	position: relative;
	bottom: 4px;
}

.price-amount{
	text-align: right;
	display: table-cell;
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.1em;
	white-space: nowrap;
    width: 5%;
	padding-left: 4px;
}

.testimonial{
	padding-top: 80px;
	background: url(../images/products_bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	border-top: solid;
    border-color: #ffac00;
    border-width: 10px;
}

.testimonial:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
}

.testimonial-single{
	background: rgba(62,62,62,0.50);
	padding: 30px;
	text-align: center;
}

.testimonial-single .icon-box{
	font-size: 58px;
	color: #fff;
	margin-bottom: 10px;
}

.testimonial-single p{
	color: #fff;
	font-size: 16px;
	line-height: 1.5em;
}

.testimonial-single h3{
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.18em;
	font-weight: 700;
	margin-top: 40px;
}

.testimonial-slider .owl-nav{
	margin-top: 40px;
}



.contactus{
	background: #a5a5a5;
	border-top: solid;
    border-color: #ffac00;
    border-width: 10px;
}

.contactus .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.contact-form{
	padding: 10%;
	text-align: center;
}

.contact-form-title{
	background: url(../images/title-white-bg.png) no-repeat bottom center;
	font-size: 36px;
	color: #fff;
	letter-spacing: 0.18em;
	font-weight: 700;
	padding-bottom: 30px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.contact-form{
	
}

.contact-form .form-control{
	border: none;
	outline: 0;
	box-shadow: none;
	border-radius: 0;
	height: auto;
	padding: 12px;
}

.btn-contact{
	background: #ffac00;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border: none;
	padding: 10px 30px;
	margin-top: 10px;
}

.google-map{
	line-height: 0;
}

footer{
	background: #7e7d7d;
	padding: 60px 0;
	border-top: solid;
	border-color: #ffac00;
	border-width: 10px;	
}

.footer-social{
	text-align: center;
}

.footer-social a{
	display: inline-block;
	color: #ffac00;
	font-size: 14px;
	padding: 0 8px;
	transform: all 0.3s;
}

.footer-social a:hover{
	color: #fff;
}

.site-info{
	text-align: center;
	padding: 20px 0;
}

.site-info p{
	font-size: 14px;
	color: #c1c1c1;
	letter-spacing: 0.04em;
	margin-bottom: 0;
}

.site-info p a{
	color: #e2e2e2;
}

.site-info p a:hover{
	color: #ffac00;
}

.footer-menu{
	text-align: center;
}

.footer-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-menu ul li{
	display: inline-block;
}

.footer-menu ul li a{
	display: block;
	color: #c1c1c1;
	font-size: 14px;
	padding: 0 4px;
	transform: all 0.3s;
}

.footer-menu ul li:last-child a:after{
	display: none;
}

.footer-menu ul li a:after{
	content: '-';
	padding-left: 10px;
}

.footer-menu ul li a:hover{
	color: #ffac00;
}

/****************************************
		Responsive Media Query
****************************************/

@media only screen and (max-width: 991px) {
	
	.navbar-default .navbar-nav>li>a{
		font-size: 13px;
		padding: 15px 8px 10px;		
	}
	
	.service-single{
		margin-bottom: 40px;
	}
	
	.main-title h2{
		font-size: 25px;
	}
	
	.team-box{
		max-width: 480px;
		margin: 0 auto 30px;
	}
	
	.store-image{
		max-width: 568px;
		margin: 0 auto;
	}
}
	

/* Mobile Layout */
@media only screen and (max-width: 767px){
	
	#responsive-menu{
		display: block;
		
	}
	
	.navbar-brand img{
		float: left;
	}
	
	.navbar{
		padding: 2px 0;
		min-height: auto;
	}
	
	.navbar-header{
		padding: 8px 0;
	}
	
	.navbar-header:after{
		content: '';
		display: block;
		clear: both;
	}
	
	.slicknav_menu{
		margin-left: -15px;
		margin-right: -15px;
		padding: 0;
		background: none;
	}

	.slicknav_menu ul{
		background: #ffac00;
	}
	
	.slicknav_menu li{
		padding: 0 10px;
	}

	.slicknav_menu .active a{
		color: #24292f;
		background: none !important;
	}
	
	.slicknav_menu a{
		color: #fff;
		padding-top: 6px;
		padding-bottom: 6px;
		text-transform: uppercase;
		border: 1px solid transparent;
	}
	
	.slicknav_menu a a{
		border: none !important;
	}
	
	.slicknav_nav .slicknav_row:hover,
	.slicknav_nav a:hover{
		color: #24292f;
	}
	
	.slicknav_menu  .active a{
		color: #24292f !important;
	}
	
	.slicknav_btn{
		padding: 4px 4px;
		background: none;
	}
	
	.slicknav_icon-bar{
		box-shadow: none;
		border-radius: 0;
		margin: 2px 0;
	}
	
	.banner,
	.service,
	.ourteam,
	.onlineReviews,
	.pricing,
	.testimonial{
		padding: 60px 0;
	}
	
	.gallery{
		padding-top: 60px;
	}
	
	.header-banner p{
		font-size: 20px;
	}
	
	.header-banner h3{
		font-size: 26px;
	}

	.header-banner h3 br{
		display: none;
	}
	
	.main-title h2{
		font-size: 26px;
	}
	
	.about-img-single{
		width: 33.33%;
		text-align: center !important;
		padding: 10px !important;
		margin: 0 auto;
	}

	.about-img-single img{
		width: auto !important;
	}
	
	.about-desc{
		margin-top: 30px;
	}
	
	.gallery-overlay{
		top: 10px;
		right: 10px;
		bottom: 10px;
		left: 10px;
	}
	
	.gallery-info p{
		padding: 10px;
		line-height: 1.5em;
		background: none;
		font-size: 14px;
		color: #fff;
	}
}

/* Small Mobile Layout */
@media only screen and (max-width: 480px) {
	
	.main-title{
		margin-bottom: 50px;
	}
	
	.main-title h2{
		font-size: 20px;
	}
	
	.contact-form-title{
		font-size: 20px;
	}
	
	.banner-info-single h3{
		font-size: 18px;
	}
	
	.banner-info-single p{
		font-size: 12px;
	}
	
	.banner-info-single .icon-box{
		font-size: 44px;
	}
	
	.team-box .team-entry p{
		font-size: 14px;
	}
	
	.team-box .team-entry h3{
		font-size: 18px;
	}
	
	.team-social a{
		font-size: 16px;
	}
	
	.price-item,
	.price-amount{
		font-size: 16px;
	}
	
	.testimonial-single h3{
		font-size: 18px;
	}
	
		.onlineReviews-single h3{
		font-size: 18px;
	}
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

th,td {
  text-align: left; 
  color: #ffac00;
  font-size: 15px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.owl-carousel {
-ms-touch-action: pan-y;
touch-action: pan-y;
}

.booksy-widget-container-default .booksy-widget-button {
    background: url(../images/book-en-booksy.png) no-repeat center center !important;
	background-size: 300px 100px;
}

a {
  color: #fff;
  text-decoration: none;
}
.me {
  width: 400px;
  margin: 90px auto;
}
.me p,
.me h1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
.me p {
  font-weight: 200;
}
.me span {
  font-weight: bold;
}
.social {
  position: fixed;
  top: 20px;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 300px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgba(255, 255, 255, 0.4);
}
.social ul li:hover a {
  color: #000;
}
.social ul li:hover i {
  color: #fff;
  background: red;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
