﻿html{box-sizing:border-box; height: 100%;}*,*:before,*:after{box-sizing:inherit}

body{margin:0; height:100%; font-family: Lato-Regular, Arial, Helvetica, sans-serif; color:#3d3d3d; font-size:18px; line-height:1.5em;}

form {height:100%; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column}

a:link.w3-text {color:inherit;}
a:active.w3-text {color:inherit;}
a:visited.w3-text {color:inherit;}
a:hover.w3-text {text-decoration:none;}

a:link.w3-text2 {color:inherit;text-decoration:none}
a:active.w3-text2 {color:inherit;text-decoration:none}
a:visited.w3-text2 {color:inherit;text-decoration:none}
a:hover.w3-text2 {text-decoration:none;color:#ceb790}

a:link.w3-text3 {color:#ceb790;}
a:active.w3-text3 {color:#ceb790;}
a:visited.w3-text3 {color:#ceb790;}
a:hover.w3-text3 {text-decoration:none;}

a:link.w3-text4 {color:inherit;text-decoration:none}
a:active.w3-text4 {color:inherit;text-decoration:none}
a:visited.w3-text4 {color:inherit;text-decoration:none}
a:hover.w3-text4 {text-decoration:none}

h1{font-family:Lato-Light; font-size:60px; line-height:1em; font-weight:300; margin-top:0px}/*71px*/
h2{font-family:Lato-Light; font-size:36px; line-height:1.2em; font-weight:300; margin-top:0px}/*40px 2.222em*/
h3{font-family:Lato-Light; font-size:2em; line-height:1.5em; font-weight:300; margin-top:0px}/*32px*/
h4{font-family:Lato-Light; font-size:20px; line-height:1.5em; font-weight:300; margin-top:0px}/*24px*/
h5{font-family:Lato-Light; font-size:1em; line-height:1.5em; font-weight:300; margin-top:0px}/*16px*/
h6{font-family:Lato-Light; font-size:1.875em; line-height:1.5em; font-weight:300; margin-top:0px}/*30px*/
h7{font-family:Lato-Light; font-size:64px; line-height:1em; font-weight:300; margin-top:0px}/*32px*/

.p0{font-size:0.888em; line-height:1.5em}
.p1{font-size:1.111em; line-height:1.5em}
.p2{font-size:1.333em; line-height:1.5em}
.p3{font-size:15px; line-height:1.5em}
.p4{font-size:16px; line-height:1.5em}
.p5{font-size:20px; line-height:1.5em}
.p6{font-size:24px; line-height:1.5em}

.lato{font-family:Lato-Regular}
.latoL{font-family:Lato-Light}
/*.bold{font-family:Roboto-Bold}*/
.bold{font-weight:bold}
.italic{font-family:Roboto-Italic}
.white{color:#ffffff}
.gold{color:#ceb790}
.goldD{color:#7e6843}
.greyD{color:#464646}
.greyD2{color:#5b594d}
.black{color:#000000}
.u{text-decoration: underline}

.hr{background: #adadad; height: 1px}

/*image Border*/
#rcorners1 {
	border-radius: 30px;
}

#rcorners2 {
	border-radius: 50px;
}

#rcorners3 {
	border-radius: 10px;
}

#rcornersR {
	border-radius: 0px 50px 50px 0px;
}

#rcornersL {
	border-radius: 50px 0px 0px 50px;
}
#rcornersT {
	border-radius: 0px 0px 0px 30px;
}
/*End image Border*/
.flex-container{display:-webkit-box; display:-webkit-flex; display:flex}
.directionV{-webkit-flex-direction:column; flex-direction:column}
.wrap{-webkit-flex-wrap:wrap; flex-wrap:wrap}

.content-center{-webkit-justify-content:center; justify-content:center; -webkit-align-items:center; align-items:center;}

.content-centerV {-webkit-align-items: center; align-items: center;}

.content-container {-webkit-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-direction:column; flex-direction:column; margin-top:90px}

.logo{margin-left: 50px}

.book{padding: 10px 0px; font-family:Lato-Light; font-size:0.777em; line-height:1.5em; transition: 0.6s}
.book img{width: 100%}

.menu-div{height: 550px; overflow-y: auto; scrollbar-width:none}

.menu-div::-webkit-scrollbar {
  width: 2px;
}

.menu-div::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.menu-div::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 1px;
}

.count{font-family:Lato-Semibold; font-size:4em; line-height:1.5em; color: #efd8b2}
.count-text{font-size:1.111em; line-height:1.5em}

.banner-container{width:100%; height:320px;border-radius: 0px 0px 20px 20px; background-size: cover; background-position: center; color: #ffffff; -webkit-align-items:flex-end; align-items:flex-end}
.banner-container2{width:100%; height:630px;border-radius: 0px 0px 20px 20px; background-size: cover; background-position: center; color: #ffffff; -webkit-align-items:flex-end; align-items:flex-end}


.video-container {
  	position: relative;
  	width: 100%;
  	aspect-ratio: 18 / 25;
	border-radius: 10px;
  	cursor: pointer;
  	overflow: hidden;
}

.thumbnail, .preview-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.overlay1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	transition: 0.6s;
	/*background-color: #000000;*/
	background-color: rgba(0, 0, 0, 0.3); 
	pointer-events: none; 
	z-index: 1;
}

.video-container:hover .overlay1 {
	background-color: rgba(0, 0, 0, 0.4); 
}

.text1 {
	color: #ffffff;
	font-family: Lato-Light;
	font-size: 1.333em;
	line-height: 1.5em;
	position: absolute;	
	top: 85%;
	left: 10%;
	z-index: 2;
}

.video-container:hover .text1 {
	color: #ceb790;
}

/* Initially hide the video, show the image */
.preview-video {
  opacity: 0;
  pointer-events: none; /* Prevents the video from interfering with mouse events */
}

/* When the container is hovered, swap visibility */
.video-container:hover .thumbnail {
  opacity: 0;
}

.video-container:hover .preview-video {
  opacity: 1;
}

    .contactForm label {
        display: inline-block;
    }

    .contactForm .input {
        display: block;
        border:none;
		background:#ffffff;
		padding:0 10px;
		margin-bottom:20px;
        width: 100%;
		max-width:600px;
        height: 2.5em;
        font-family: inherit;
        font-size: inherit;
    }

    .contactForm .textarea {
        display: block;
        border:none;
		background:#ffffff;
		padding:10px;
        width: 100%;
        height: 300px;
        font-family: inherit;
        font-size: inherit;
    }

.contactForm .hidetext {
	display: none;
	visibility: hidden
}

.grid-container {display: inline-grid}
.grid-container2 {display: grid}

.grid-contact {
    grid-template-columns: auto 10px auto;
}

.grid-item {padding: 5px}

.grid-item2 {padding: 5px 20px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center}

.grid-2 {
    grid-template-columns: auto auto;
}

.grid-5 {
    grid-template-columns: auto auto auto auto auto;
}

.colspan-2 {grid-column-start: 1; grid-column-end: 3}

.grid-rate {
    grid-template-columns: 50% 25% 25%;
	font-size: 18px; line-height: 26px;
}
.grid-rate-head {background:none!important}

.grid-rate2 {
    grid-template-columns: 37.5% 35% 27.5%;
	font-size: 18px; line-height: 26px;
}
.grid-rate-head2 {background: none!important; grid-column-start: 1; grid-column-end: 4}

.grid-rate3 {
    grid-template-columns: 70% 30%;
	font-size: 18px; line-height: 26px;
}
.grid-rate-head3 {background:none!important; grid-column-start: 1; grid-column-end: 3}

.grid-rate-item {padding: 15px 0px; background: none; border-bottom: 1px solid #ceb790; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-flex-wrap:wrap; flex-wrap:wrap}
.grid-rate-item2 {padding: 15px 0px; background: none; border-bottom:1px solid #ceb790; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-align-items: center; align-items: center; -webkit-flex-wrap:wrap; flex-wrap:wrap}
.grid-rate-item3 {padding: 15px 0px; background: none; border-bottom: none; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-flex-wrap:wrap; flex-wrap:wrap}
.grid-rate-item4 {padding: 15px 0px 0px 0px; background: none; border-bottom: none; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-flex-wrap:wrap; flex-wrap:wrap}
.grid-rate-item5 {padding: 0px 0px 15px 0px; background: none; border-bottom: 1px solid #ceb790; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-flex-wrap:wrap; flex-wrap:wrap}
.grid-rate-item6 {padding: 0px 0px 15px 0px; background: none; border-bottom: none; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-flex-wrap:wrap; flex-wrap:wrap}

.map-container{width:100%; position:fixed; top:0; left:0; z-index:99999}
.map{position:relative; height:600px; border:2px solid #464646}
.close {color: #ffffff; font-size:1.5em; line-height:1em; padding:20px; background:#464646; position:absolute; top:0; right:0}
.close:hover,.close:focus {color: #ceb790; text-decoration: none; cursor: pointer; transition:all 0.6s ease;}

.btn {text-decoration: none; cursor:pointer; transition: 0.5s;}
.btn span {display: inline-block; position: relative; transition: 0.5s;}
.btn span:after {content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s;}
.btn:hover span {padding-right: 20px;}
.btn:hover span:after {opacity: 1; right: 0;}
.btn2 {margin: 10px 0; border-radius:0px; text-decoration: none; cursor:pointer; transition: 0.3s;}
.btn2 span {display: inline-block; position: relative; transition: 0.3s;}
.btn2 span:before {content: '\00ab'; position: absolute; opacity: 0; top: 0; left: -20px; transition: 0.3s;}
.btn2:hover span {padding-left: 25px;}
.btn2:hover span:before {opacity: 1; left: 0;}

.button{border:none; background:#eeecda; margin:15px 0px; width:260px; height:65px; font-family:Lato-Light; font-size:inherit; color:#000000; cursor:pointer; -webkit-appearance: none; -webkit-border-radius: 10px; border-radius: 10px}
.button2{border:none; background:#eeecda; margin:15px 0px; width:260px; height:65px; font-family:Lato-Light; font-size:inherit; color:#000000; cursor:pointer; -webkit-appearance: none; -webkit-border-radius: 10px; border-radius: 10px}
.button3{border:none; background:#eeecda; margin:10px 0px; width:220px; height:55px; font-family:Lato-Light; font-size:inherit; color:#000000; cursor:pointer; -webkit-appearance: none; -webkit-border-radius: 10px; border-radius: 10px}
.button4{border:none; background:#eeecda; margin:15px 0px; width:340px; height:65px; font-family:Lato-Light; font-size:inherit; color:#000000; cursor:pointer; -webkit-appearance: none; -webkit-border-radius: 10px; border-radius: 10px}
.button5{border:none; background:#eeecda; margin:15px 0px; width:205px; height:65px; font-family:Lato-Light; font-size:inherit; color:#000000; cursor:pointer; -webkit-appearance: none; -webkit-border-radius: 10px; border-radius: 10px}
.button6{border:none; background:#eeecda; margin:20px 0px; width:238px; height:65px; font-family:Lato-Light; font-size:inherit; color:#000000; cursor:pointer; -webkit-appearance: none; -webkit-border-radius: 10px; border-radius: 10px}
.button7{border:none; background:#000000; margin:20px 0px; width:160px; height:50px; font-family:Lato-Light; font-size:inherit; color:#ceb790; cursor:pointer; -webkit-appearance: none; -webkit-border-radius: 10px; border-radius: 10px}
.button8{border:none; background:#eeecda; margin:10px 0px; width:290px; height:65px; font-family:Lato-Light; font-size:inherit; color:#000000; cursor:pointer; -webkit-appearance: none; -webkit-border-radius: 10px; border-radius: 10px}
.button9{border:none; background:#eeecda; margin:10px 0px; width:178px; height:43px; font-family:Lato-Light; font-size:inherit; color:#000000; cursor:pointer; -webkit-appearance: none; -webkit-border-radius: 10px; border-radius: 10px}

.footer {flex-shrink: 0}
.footer1 {background:#7e6843; color:#ffffff}
.footer-link1 {display:block; padding:5px 0px; font-family:Lato-Light; font-size:1.111em; line-height:1.5em; color:inherit; text-decoration:none}
a:hover.footer-link1{text-decoration:underline}
.footer-link2 {display:block; padding:5px 0px; font-size:0.777em; line-height:1.5em; color:inherit; text-decoration:none}
a:hover.footer-link2{text-decoration:underline}
.footer2 {background:#464646; font-size:0.777em; line-height:1.5em; color:#ceb790}

.w3-padding-5{padding:5px}
.w3-padding-10{padding:10px}
.w3-padding-15{padding:15px}
.w3-padding-30{padding:30px}
.w3-padding-x-10{padding:0px 10px}
.w3-padding-x-15{padding:0px 15px}
.w3-padding-y-1{padding:1px 0px}
.w3-padding-y-15{padding:15px 0px}
.w3-padding-y-30{padding:30px 0px}
.w3-padding-l-30{padding:0px 0px 0px 30px}
.w3-padding-r-30{padding:0px 30px 0px 0px}
.w3-padding-l-60{padding:0px 0px 0px 60px}
.w3-padding-r-60{padding:0px 60px 0px 0px}

.w3-padding,.w3-row-padding:after,.w3-row-padding:before,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}

.w3-left{float:left!important}.w3-right{float:right!important}

.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
	
.w3-top{position:fixed; top:0; width:100%; height:90px; padding: 0px 30px; z-index:9999; background: #f9f9f9; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:center; align-items:center}
.w3-topM{position:fixed; width:400px; max-width: 100%!important; color:#ffffff;padding:20px 0px; z-index:9999; top:90px; background:#000000; opacity: 0.85}
.w3-topB{position:fixed; width:400px; max-width: 100%!important; color:#ffffff;padding:20px 30px; z-index:9999; top:90px; right: 0px; background:#000000; opacity: 0.85}

.w3-button{border:none;display:inline-block;padding:30px;vertical-align:middle;overflow:hidden; text-decoration:none; font-family:Lato-Light; font-size:1em; line-height:1.666em; color:#000000; text-transform: uppercase; text-align:center; white-space:nowrap; transition: 0.6s; cursor: pointer}
a:hover.w3-button{color:#ceb790;text-decoration:none}
.w3-button2{border:none;display:inline-block; width:100%;padding:5px 0px;vertical-align:middle; overflow:hidden; text-decoration:none; font-family:Lato-Light; font-size:0.888em; line-height:1.5em; color:#ffffff; white-space:nowrap; transition: 0.6s}
a:hover.w3-button2{color:#ceb790;text-decoration:none}
.w3-button3{display:inline-block; border:none; width:100%; padding:15px 30px;vertical-align:middle;overflow:hidden;text-decoration:none; font-family:Lato-Light; font-size:1em; line-height:1.5em; color:#ffffff; background-color:inherit; transition: 0.6s;cursor:pointer;white-space:nowrap}
a:hover.w3-button3{color:#ceb790;text-decoration:none}
.w3-button4{display:inline-block; border:none; width:100%; padding:15px 30px;vertical-align:middle;overflow:hidden;text-decoration:none; font-family:Lato-Light; font-size:1.333em; line-height:1.5em; color:#ffffff; text-transform: uppercase;background-color:inherit; transition: 0.6s;cursor:pointer;white-space:nowrap}
a:hover.w3-button4{color:#ceb790;text-decoration:none}
.w3-button5{border:none; background:inherit; display:inline-block; width:75%; padding:5px 20px 5px 60px;vertical-align:middle;overflow:hidden;text-decoration:none; font-family:Lato-Light; font-size:0.888em; line-height:1.5em; color:inherit;cursor:pointer;white-space:normal}
a:hover.w3-button5{color:#ceb790;text-decoration:none}
.w3-button6{border:none;display:inline-block;padding:5px 15px;vertical-align:middle; text-decoration:none; font-family:Lato-Light; font-size:1.1em; line-height:1.5em; color:#464646; text-align:center; white-space:nowrap; transition: 0.6s; cursor: pointer}
a:hover.w3-button6{color:#ceb790;text-decoration:none}
.w3-button6b{font-weight:700!important}

details summary::-webkit-details-marker {display: none}

details summary {width: 100%; position: relative; cursor: pointer; list-style: none; outline: 0}

details .summaryMenu {padding:15px 0px; border:none; font-family:Lato-Light; font-size:1.333em; line-height:1.5em; text-transform: uppercase}
details .summaryMenu span {padding:0px 30px}
details .summaryMenu:after {content: "\f107"; color:#ffffff; position: absolute; top:15px; right: 20px; font-family:FontAwesome; font-size:inherit; width:1.5em; height:1.5em; text-align:center; transform-origin: center; transition: 200ms linear}
details[open] .summaryMenu:after {transform: rotate(180deg)}

.parent2 {display: block;position: relative;float: left;}
.parent2:hover > ul {display:block;position:absolute;}
.child2 {display: none;background: #000000; margin-left:0px!important}
.child2 li {background: #000000; width:100%;}

.ul2{list-style: none; margin: 0px 30px; padding: 0px}
.ul{list-style: none; margin: 0px; padding: 20px 30px!important; opacity: 0.85}

.w3-center{text-align: center !important}

.w3-left-align {
    text-align: left !important;
}

.w3-right-align {
    text-align: right !important;
}

.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}

.w3-quarter{width:24.99999%}
.w3-third{width:33.33333%}
.w3-half{width:49.99999%}
.w3-whole{width:99.99999%}

.brighten img {
  -webkit-filter: brightness(100%);
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.brighten img:hover {
  -webkit-filter: brightness(70%);
}

/*Animation*/
.reveal, .reveal1, .reveal2, .reveal3, .reveal4, .reveal5, .reveal6 {
  position: relative;
  opacity: 0;
}

.reveal.active, .reveal1.active, .reveal2.active, .reveal3.active, .reveal4.active, .reveal5.active, .reveal6.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom .8s ease-out;
}
.active.fade-left {
  animation: fade-left .8s ease-out;
  /*animation-timing-function:ease-out;*/
}
.active.fade-right {
  animation: fade-right .8s ease-out;
  /*animation-timing-function:ease-out;*/
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.animated {animation: .8s ease-out}
.animated2 {animation: 1.2s ease-out}
.animated3 {animation: 1.5s ease-out}
.animated4 {animation: 1.8s ease-out}
.animated5 {animation: 2s ease-out}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
         
.fadeInLeft {
	animation-name: fadeInLeft;
}
         
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
         
.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeInBottom {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
         
.fadeInBottom {
	animation-name: fadeInBottom;
}

/*SideSlider*/
.overflow {
	width: 100%;
	/*height: 58%;*/
	/*  padding: 0 1.1vmax;*/
	padding: 0 0 0px 7.5%;/*11.5%*/
	margin: 0;
	/*  margin-top:-40px;*/
	box-shadow: none;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.overflow.animation-reveal {
		animation: reveal 1s cubic-bezier(0.77, 0, 0.175, 1);
	}

.strip_of {
	background-color: inherit;
	height: 57%;
	width: 1.1rem;
	z-index: 99;
	/*  position: absolute;*/
}

	.strip_of.paper1 {
		/*  transform: translate(5vw, 0%);*/
	}

	.strip_of.paper2 {
		/*  transform: translate(10vw, 0%);*/
	}

	.strip_of.invisible {
		visibility: hidden;
	}

.carousel {
	width: 100%;
	height: 100%;
	padding: 0 1rem;
	margin: 0;
	box-shadow: none;
	overflow: hidden;
}

.home-slider {
	width: 100%;
	height: 100%;
}

.home-service {
	margin: 0 10px 50px 0px;
	overflow: hidden;
	/*  border-radius: 30px;*/
	/*  height: 50vh;*/
	width: 20.5%; /*24.6%*/
	position: relative;
	background-size: cover;
	cursor: pointer;
	/*  transition: width 0.16s ease-in-out, height 0.16s ease-in-out;*/
	transition: 0.2s ease;
	font-size: 22px;
	line-height: 30px;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

	.home-service .slider {
		font-family: SansitaOne, Arial, Helvetica, sans-serif;
		font-size: 32px;
		color: #ffffff;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
		height: 100%;
		padding: 2rem;
		/*  background: linear-gradient(0deg, rgba(32, 51, 73, 0.7) 40%, transparent 50%);*/
		position: absolute;
		transform: translate(0%, 100%);
		text-decoration: none;
		transition: 0.2s ease;
	}

		.home-service .slider:hover {
			color: #333333;
			transition: 0.2s ease;
		}

	.home-service .slider2 {
		font-family: SansitaOne, Arial, Helvetica, sans-serif;
		font-size: 32px;
		color: #333333;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
		height: 55%;
		padding: 2rem;
		/*  background: linear-gradient(0deg, rgba(32, 51, 73, 0.7) 40%, transparent 50%);*/
		position: absolute;
		transform: translate(0%, 100%);
		text-decoration: none;
		transition: 0.2s ease;
	}

		.home-service .slider2:hover {
			color: #ffffff;
			transition: 0.2s ease;
		}

	.home-service.is-selected {
		transform: scale(1.05);
		display: flex;
		align-items: center;
		justify-content: flex-end;
		z-index: 10;
		/*  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25), 0 6px 6px rgba(0, 0, 0, 0.22);*/
		transition: 0.2s ease;
	}

.home-service-bg {
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: cover;
}

.flickity-enabled {
	position: relative;
}

	.flickity-enabled:focus {
		outline: none;
	}

.flickity-viewport {
	position: relative;
	height: 100%;
	/*  left: 100px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	transform: translate(0%, 8%);
	vertical-align: middle;
}

.flickity-slider {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	position: absolute;
	width: 100%;
	height: 100%;
}
/*End SideSlider*/

@media (max-width:600px){
	body{font-size:16px!important; line-height:24px!important}/*0.888em*/

	h1{font-size:32px!important; line-height:40px!important}/*3.333em*/
	h2{font-size:24px!important; line-height:30px!important}/*1.875em 30px*/
	h3{font-size:20px!important; line-height:28px!important}
	h4{font-size:20px!important; line-height:28px!important}
	h5{font-size:0.75em!important; line-height:1.5em}
	h6{font-size:20px!important; line-height:28px!important}
	h7{font-size:40px!important; line-height:1.5em}

	.p2{font-size:20px!important; line-height:1.5em}
	.p3{font-size:13px!important; line-height:1.5em!important}
	.p4{font-size:14px!important; line-height:24px!important}
	.p5{font-size:16px!important; line-height:1.5em!important}
	.p6{font-size:18px!important; line-height:1.5em!important}

	.directionR{-webkit-flex-direction:column-reverse!important; flex-direction:column-reverse!important}
	.directionM{-webkit-flex-direction:column; flex-direction:column}
	.directionV-m{-webkit-flex-direction:column; flex-direction:column}
	.directionR-m{display:flex; justify-content:flex-end}

	.logo {
		margin-left: 30px
	}
	
	.product-padding{padding:5px}

	.grid-media {grid-template-columns: auto auto auto auto auto auto;}

	.grid-rate {
		grid-template-columns: 50% 25% 25%;
		font-size: 14px;
		line-height: 24px;
	}

	.grid-rate-head {
		background: none !important
	}

	.grid-rate2 {
		grid-template-columns: 37.5% 35% 27.5%;
		font-size: 14px;
		line-height: 24px;
	}

	.grid-rate3 {
		grid-template-columns: 70% 30%;
		font-size: 14px;
		line-height: 24px;
	}

	.overflow {
		padding: 10px 10px 10px 5px
	}

	.home-service {
		font-size: 16px;
		height:;
		width: 70%
	}

	.carousel-slide {
		flex: 1 0 90%;
	}

	.banner-container{height:200px}
	.banner-container2{height:250px}
	
	.box-padding{padding:30px 16px}
	.box-padding-tl{padding:0px 16px 30px 16px}
	.box-padding-tr{padding:0px 0px 30px 16px}

	#rcornersT {
		border-radius: 0px 0px 0px 20px;
	}
	
	.button {width:100%; height:60px}/*200px*/
	.button2 {width:200px; height:60px}
	.button3 {margin:5px 0px; width:160px; height:45px}
	.button4 {width:100%; height:50px}
	.button5 {width:100%; height:50px}
	.button6 {width:100%; height:50px}/*180px*/
	.button7 {width:100px; height:50px}	
	.button8 {width:250px; height:50px}
	.button9 {width:176px; height:44px}

	#rcorners1 {
		border-radius: 10px;
	}

	.footer-direction{-webkit-flex-direction:column; flex-direction:column}
	.footer-link2 {font-size:0.888em; line-height:1.5em}

	.w3-hide-x-small{display:none!important}

	.w3-padding{padding:30px 16px}
	.w3-padding-x{padding:0px 16px}
	.w3-padding-y{padding:30px 0px}
	.w3-padding-t0{padding:0px 16px 30px 16px}

	.w3-padding-l-30{padding:30px 0px 0px 0px}
	.w3-padding-r-30{padding:20px 0px 0px 0px}
	.w3-padding-l-60{padding:20px 0px 0px 0px}
	.w3-padding-r-60{padding:20px 0px 0px 0px}

	.w3-padding-footer{padding:15px 30px!important}

	.nav-padding{padding:10px 0px 40px 0px;font-size:12px; line-height:1.5em; color:#828282}

	.w3-col.xs3{width:24.99999%}
	.w3-col.xs4{width:33.33333%}
	.w3-col.xs6{width:49.99999%}
	.w3-col.xs8{width:66.66666%}
	.w3-col.xs9{width:74.99999%}
	}

@media (min-width:601px) and (max-width:992px){
	h1{font-size:60px!important; line-height:1em}
	h2{font-size:36px!important; line-height:1.5em}
	h3{font-size:30px!important; line-height:1.5em}
	h7{font-size:50px!important; line-height:1.5em}

	.directionR{-webkit-flex-direction:column-reverse!important; flex-direction:column-reverse!important}
	.directionV-m{-webkit-flex-direction:column; flex-direction:column}
	.directionV-C{-webkit-flex-direction:column; flex-direction:column}


	.logo{margin-left: 30px}

	.product-padding{padding:5px}

	.overflow {
		padding: 10px 10px 10px 5px
	}

	.home-service .slider {
		padding: 1rem
	}

	.carousel-slide {
		flex: 1 0 90%;
	}

	.grid-media {grid-template-columns: auto auto auto auto auto auto;}
	
	.text1 {font-size: 0.888em; line-height: 1.5em;}

	.count{font-size:3em!important; line-height:1.5em!important}
	.count-text{font-size:1em; line-height:1.5em}
	
	.box-padding{padding:30px}
	.box-padding-tl{padding:0px 30px 30px 30px}
	.box-padding-tr{padding:0px 0px 30px 30px}
	#rcornersT {
		border-radius: 0px 0px 0px 30px;
	}

	.footer-direction{-webkit-flex-direction:column; flex-direction:column}

	.w3-hide-small{display:none!important}

	.w3-padding{padding:30px}
	.w3-padding-x{padding:0px 30px}
	.w3-padding-y{padding:30px 0px}
	.w3-padding-t0{padding:0px 30px 30px 30px}

	.w3-padding-l-30{padding:30px 0px 0px 0px}
	.w3-padding-r-30{padding:20px 0px 0px 0px}
	.w3-padding-l-60{padding:20px 0px 0px 0px}
	.w3-padding-r-60{padding:20px 0px 0px 0px}

	.w3-padding-footer{padding:15px 30px!important}

	.nav-padding{padding:20px 0px 40px 0px;font-size:12px; line-height:1.5em; color:#828282}

	.w3-col.s3{width:24.99999%}
	.w3-col.s4{width:33.33333%}
	.w3-col.s6{width:49.99999%}
	.w3-col.s8{width:66.66666%}
	.w3-col.s9{width:74.99999%}
	}
	
@media (min-width:993px) and (max-width:1440px){
	body{font-size:17px!important; line-height:1.5em!important;}

	h1{font-size:50px!important; line-height:1em}
	h2{font-size:32px!important; line-height:1.2em}
	h3{font-size:30px!important; line-height:1.5em}
	h6{font-size:24px!important; line-height:1.5em}
	h7{font-size:40px!important; line-height:1em}

	.directionV-C{-webkit-flex-direction:column; flex-direction:column}

	.product-padding{padding:15px}

	.grid-media {grid-template-columns: auto auto auto;}
	
	.text1 {font-size: 1.111em; line-height: 1.5em;}

	.box-padding{padding:60px}
	.box-padding-tl{padding:0px 30px 60px 60px}
	.box-padding-tr{padding:0px 0px 60px 30px}

	.w3-button{padding:30px 20px}

	.w3-hide-large{display:none!important}

	.w3-padding{padding:60px}
	.w3-padding-x{padding:0px 60px}
	.w3-padding-y{padding:60px 0px}
	.w3-padding-t0{padding:0px 60px 60px 60px}

	.w3-padding-footer{padding:15px 60px!important}

	.nav-padding{padding:20px 0px 40px 0px;font-size:13px; line-height:1.5em; color:#828282}


	.w3-col.l2{width:16.66666%}
	.w3-col.l3{width:24.99999%}
	.w3-col.l4{width:33.33333%}
	.w3-col.l5{width:41.66666%}
	.w3-col.l6{width:49.99999%}
	.w3-col.l7{width:58.33333%}
	.w3-col.l8{width:66.66666%}
	.w3-col.l9{width:74.99999%}

	.w3-col.l13{width:20.83333%}
	.w3-col.l14{width:12.49999%}
	.w3-col.l15{width:47.91666%}
	.w3-col.l16{width:52.08333%}
	}
	
@media (min-width:1441px){
	.menu-div{height: 660px}

	.product-padding{padding:15px}

	.directionV-C{-webkit-flex-direction:column; flex-direction:column}

	.grid-media {grid-template-columns: auto auto auto;}

	.box-padding{padding:60px}
	.box-padding-tl{padding:0px 60px 60px 8.33%}
	.box-padding-tr{padding:0px 0px 60px 60px}

	.w3-hide-x-large{display:none!important}

	.w3-padding{padding:60px 8.33%}
	.w3-padding2{padding:60px 16.66%!important}
	.w3-padding-x{padding:0px 8.33%}
	.w3-padding-y{padding:60px 0px}
	.w3-padding-t0{padding:0px 8.33% 60px 8.33%}

	.w3-padding-footer{padding:15px 8.33%!important}

	.nav-padding{padding:20px 0px 40px 0px;font-size:13px; line-height:1.5em; color:#828282}

	.w3-col.xl2{width:16.66666%}
	.w3-col.xl3{width:24.99999%}
	.w3-col.xl4{width:33.33333%}
	.w3-col.xl5{width:41.66666%}
	.w3-col.xl6{width:49.99999%}
	.w3-col.xl7{width:58.33333%}
	.w3-col.xl8{width:66.66666%}
	.w3-col.xl9{width:74.99999%}

	.w3-col.xl13{width:20.83333%}
	.w3-col.xl14{width:12.49999%}
	.w3-col.xl15{width:47.91666%}
	.w3-col.xl16{width:52.08333%}
	}

@font-face {
    font-family: 'Lato-Light';
    src: url('fonts/Lato-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Regular';
    src: url('fonts/Lato-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Semibold';
    src: url('fonts/Lato-Semibold.ttf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('fonts/Roboto-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Italic';
    src: url('fonts/Roboto-Italic.ttf');
    font-weight: normal;
    font-style: normal;
}

#elevator_item {
width: 63px;
height: 63px;
position: fixed;
right: 0px;
bottom: 0px;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
opacity: 1;
z-index: 100020;
display: none;
}
#elevator_item.off {
opacity: 0;
visibility: hidden
}
#elevator {
display: block;
width: 63px;
height: 63px;
background: url(images/iconTop.png) center center no-repeat;
background-color: #000000;
background-color: rgba(0,0,0,.6);
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0,0,0,.2);
cursor: pointer;
margin-bottom: 10px
}
#elevator:hover {
background-color: rgba(0,0,0,.7)
}
#elevator:active {
background-color: rgba(0,0,0,.75)
}
