
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html {
	scroll-behavior: smooth;
}
  
body{
	margin:0px ;
 	padding:0px;
 	background:#fff !important;
	font-family: 'Rubik', sans-serif !important;
}

div,h1,h2,h3,h4,h5,h6,p,img,a,ul,li{
  margin:0px ;
  padding:0px;
}

.grid{
	margin:0px auto;
  	padding:0px 15px;
	width: 1024px;
}


/*font-family: 'Poppins', sans-serif;
font-family: 'Cabin', sans-serif;*/
/*needed*/
a{
  text-decoration:none !important;
  -webkit-transition:300ms;
  -moz-transition:300ms;
  -ms-transition:300ms;
  -o-transition:300ms;
  transition:300ms;
}
a:hover{
  text-decoration:none !important;
}
ul{
  list-style-type:none;
}
.clear{
  clear:both;
}
/*needed*/
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

/****** area-banner *****/

.area-banner{
	margin: 0px 0px 0px 0px;
	padding: 130px 0px 130px 0px;
	background: url(../images/map-banner.png) 0 0 no-repeat;
	background-size: cover;
	overflow: hidden;
	width: 100%;
	position: relative;
}
	
.area-banner-text{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.area-banner-text h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 70px;
	color: #fff;
	text-shadow: 0px 3px 9px rgba(0,0,0,.85);
}
.area-banner-text p {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 400;
	font-size: 24px;
	color: #fff;
	text-shadow: 0px 1px 5px rgba(0,0,0,.85);
}


/****** area *********/

.area{
	margin: 0px 0px 0px 0px;
	padding: 130px 0px 130px 0px;
	background: #fff;
	overflow: hidden;
	width: 100%;
}
.area-row {
	margin: 0px auto 100px auto;
	padding: 0px 0px 0px 0px;
	width: 640px;
}
.area-row h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 700;
	font-size: 16px;
	color: #42a935;
	text-align: center;
}
.area-row h2 {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 500;
	font-size: 34px;
	color: #282828;
	text-align: center;
}
img.mp{
	margin: 0px auto 0px auto;
}

#map {
	height: 100%;
}
  