html, body {
/*	overflow-X : hidden;*/
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #6f6f6f;
	font-weight: 400;
	padding: 0!important
}
img {
	max-width: 100%;
	outline: 0
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-shadow: none;
	line-height: 110%
}
p {
	padding: 0 0 15px 0;
	margin: 0
}
a {
	text-decoration: none;
	outline: 0;
	transition: ease-in-out 0.5s
}
a:hover {
	text-decoration: none;
}
*:focus {
    outline: none;
}
.margin-bottom-70 {
	margin-bottom: 70px;
}
/* --- same-height - row --  */
.equal_height_row{
 display: flex;			
}
.equal_height_col{
	 flex: 1;
}
/* --- same-height - row --  */
/* -- general style end ---  */

.banner_bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 500px;
}
.banner_cont {
	margin: 10% 0 0 0;
	display: inline-block;
	width: 100%;
}
.logo_bg {
	display: inline-block;
	vertical-align: bottom;
}
.logo_bg img {
	max-width: 210px;
}
.banner_text_bg {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 0 0 5%;
}
.banner_text_bg h2 {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
}
.banner_text_bg p {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	padding: 0 0 0 0;
}

/* ====   home page start ==== */
.main_body {
	background: #f5f6f7;
}
.home_page_bg {
	padding: 100px 0;
}
.home_page_bg h2 {
	font-size: 55px;
	font-weight: bold;
	line-height: 1.5;
	color: #484848;
	text-align: center;
}
.home_main_cont {
	padding: 60px 0 60px;
	margin: 0 auto;
	width: 75%;
}
.home_box_cont {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0 0 0 25px;
}
.home_box_cont p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
	color: #484848;
	text-align: left;
	padding: 0 0 0 0;
}

.home_bottom_sec {}

.home_bottom_sec h4 {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5;
	padding: 10px 0;
	margin: 0 auto 20px;
	color: #484747;
}
.home_button_sec ul{
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: center;
}
.home_button_sec ul li{
	list-style: none;
	display: inline-block;
	margin: 8px 8px;
}
.home_button_sec ul li a {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	padding: 10px 20px;
	min-width: 165px;
	display: block;
	color: #fff;
	background: #484747;

	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home_button_sec ul li a:hover, .home_button_sec ul li a:focus, .home_button_sec ul li a:active {
	color: #fff;
	background: #12bcce;

	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* ====   home page end ==== */

/* ====   inner page start ==== */

.inner_page_bg {
	width: 90%;
	margin: 0 auto;
	padding: 60px 0 60px;
}
.inner_left_btn {
	padding: 0 0 50px 0;
}

.inner_left_btn ul{
	margin: 0px auto;
	padding: 0px 0px;
	text-align: center;
	width: 80%;
}
.inner_left_btn ul li{
	list-style: none;
	display: inline-block;
	margin: 8px 0px;
	width: 100%;
	box-sizing: border-box;
}
.inner_left_btn ul li a {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	padding: 15px 20px;
	display: block;
	color: #fff;
	background: #484747;

	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.inner_left_btn ul li a:hover, .inner_left_btn ul li a:focus, .inner_left_btn ul li a:active {
	color: #fff;
	background: #12bcce;

	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.inner_left_btn ul li.active a {
	color: #fff;
	background: #12bcce;

	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* -- inner right -- */
.inner_sec_titile {
	margin: 0 0 20px 0;
}
.inner_sec_titile h3 {
	text-align: left;
	font-size: 28px;
	font-weight: 600;
	color: #494848;
	margin: 0px 0px;
	padding: 0px 0px;

}
.map_box_bg {
	margin: 0 0 30px 0;
	
	padding: 10px 10px;
	background: #fff;
	
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
.map {
	height: 400px;
	
	
}

/* -- accordian -- */
.map_acc_panel {

}
.map_acc_panel .panel {
	margin: 0 0 20px 0 !important;
}
.map_acc_panel .panel-heading {
	padding: 15px 15px;
	background-color: #fff !important;
	border-bottom: 1px solid #e6e6e6;
}
.map_acc_panel .panel-heading h4.panel-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	color: #484747;
	margin-bottom: 0px;
}
.map_acc_panel .panel-heading h4 a {
	display: block;
	color: #484747;
}
.map_acc_panel .panel-heading h4 a:hover , .map_acc_panel .panel-heading h4 a:focus, .map_acc_panel .panel-heading h4 a:active {
	color: #484747;
}
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f107";
	padding-right: 5px;
	color: #12bcce;
}
.panel-title > a.collapsed:before {
    float: right !important;
	content:"\f105";
	color: #12bcce;
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

.map_acc_panel .panel-body {
	padding: 10px 20px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
}
.map_acc_tagbg ul {
	margin: 0px 0px;
	padding: 0px 0px;
}
.map_acc_tagbg ul li {
	list-style: none;
	margin: 5px 5px 5px 5px;
	display: inline-block;
}
.map_acc_tagbg ul li a {
	padding: 5px 10px;
	display: block;
	/*background: #fff;*/
	border: 1px solid #edeff2;
	color: #484747;
}
.map_acc_tagbg ul li a i {
	color: #12bcce;
	margin: 0 10px 0 0;
}
.map_acc_tagbg ul li a:hover, .map_acc_tagbg ul li a:focus, .map_acc_tagbg ul li a:active {
	background: #12bcce;
	color: #fff;
}
.map_acc_tagbg ul li a:hover i,.map_acc_tagbg ul li a:focus i, .map_acc_tagbg ul li a:active i {
	color: #fff;
}
/* -- accordian -- */

/* ====   inner page end ==== */

/* ==== WordPress edit css  ==== */

.content-area.primary {
	margin: 0px 0px !important;
	padding: 0px 0px !important;
}
.no-space-map {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	height: 100%;
}


/* ==== WordPress edit css  ==== */

/* ==== responsive fix css  ====*/
@media screen and (min-width: 1400px) {
	.container {
		width: 1250px;
	}
}

@media screen and (max-width: 1800px) {
}

@media screen and (max-width: 1199px) {
	/* -- banner -- */
	.banner_bg { height: 400px;	}
	.logo_bg img { max-width: 160px; }
	.banner_text_bg h2 { font-size: 60px;}
	.banner_text_bg p { font-size: 30px;}
	/* -- banner -- */

	.home_page_bg { padding: 60px 0; }
	.home_page_bg h2 { font-size: 40px; }
	.home_main_cont { padding: 40px 0 40px; margin: 0 auto;	width: 85%;	}

	/* -- inner page --*/
	.inner_left_btn ul { width: 100%; }
	.inner_left_btn ul li a { font-size: 18px; padding: 10px 15px; }

}
 @media screen and (max-width: 1024px) {

	/* -- inner page --*/
	.map_acc_tagbg ul li a { font-size: 12px; }

}

 /* @media only screen and (min-width: 768px)  and (max-width: 991px) { */
 @media screen and (max-width: 991px) {

	/* -- banner -- */
	.banner_bg { height: 350px;	}
	.logo_bg img { max-width: 140px; }
	.banner_text_bg h2 { font-size: 40px;}
	.banner_text_bg p { font-size: 20px;}
	/* -- banner -- */

	.home_page_bg { padding: 40px 0; }
	.home_page_bg h2 { font-size: 30px; }
	.home_main_cont { padding: 30px 0 30px; margin: 0 auto;	width: 90%;	}
	.home_box_cont { padding: 0 0 0 0; }
	.home_box_cont p { font-size: 16px; }

	.home_button_sec ul li a { font-size: 18px; line-height: 1.5;	padding: 10px 10px;	min-width: 130px;}

	/* -- inner page --*/
	.inner_page_bg { padding: 50px 0 50px; }
	.inner_left_btn { padding: 0 0 20px 0; }

	.inner_left_btn ul li a { font-size: 18px; padding: 8px 10px; }
	.inner_sec_titile { margin: 0 0 25px 0; }
	.inner_sec_titile h3 { font-size:  24px; }
	.map_acc_panel .panel-body { padding: 15px 15px; }
	

}
	


@media screen and (min-width: 768px) {
}

 @media screen and (max-width: 767px) {
	 /* -- banner -- */
	.banner_bg { height: 300px; }
	.banner_cont {	margin: 5% 0 0 0; display: inline-block; width: 100%;	}
	.logo_bg { display: block; text-align: center; }
	.logo_bg img {	max-width: 100px; }
	.banner_text_bg { width: 100%; text-align: center; padding: 0 0; }
	.banner_text_bg h2 {font-size: 40px; text-align: center; }
	.banner_text_bg p { font-size: 24px; text-align: center; }

	/* -- banner -- */
	.home_page_bg {	padding: 40px 0; }
	.home_page_bg h2 { font-size: 30px;	}
	.home_main_cont { padding: 30px 0 30px;	margin: 0 auto;	width: 100%; }
	.home_img { max-width: 300px; }
	.home_box_img { text-align: center; margin: auto; }
	.home_img { max-width: 300px; text-align: center; margin: 0px auto 20px; }
	.home_box_cont { padding: 0 0 0 0; }
	.home_box_cont p { font-size: 16px; font-weight: 400; line-height: 1.8;	text-align: center; }

	
}

 @media screen and (max-width: 560px) {
	 /* -- banner -- */
	.banner_bg { height: 250px; }
	.banner_cont {	margin: 3% 0 0 0; display: inline-block; width: 100%;	}
	.logo_bg { display: block; text-align: center; }
	.logo_bg img {	max-width: 85px; }
	.banner_text_bg { width: 100%; text-align: center; padding: 0 0; }
	.banner_text_bg h2 {font-size: 35px; text-align: center; }
	.banner_text_bg p { font-size: 22px; text-align: center; }

	/* -- banner -- */
	.home_page_bg {	padding: 30px 0; }
	.home_page_bg h2 { font-size: 26px;	}
	.home_main_cont { padding: 25px 0 25px;	margin: 0 auto;	width: 100%; }
	.home_box_img { text-align: center; margin: auto; }
	.home_img { max-width: 250px; text-align: center; margin: 0px auto 20px; }
	.home_box_cont p { font-size: 14px; font-weight: 400; line-height: 1.8;	text-align: center; }

}


.numberCircle {
    background: #000000;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em;
  float:left;
}

.flagname
{
	line-height: 1.6em;
    margin-right: 5px;
	text-align: center;
	color: #000000;
	float:left;
}

.tag_see_vacant
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 15px;
}

.tag_bia{
	font-size: 15px;
}

.map-head{
	font-size: 15px;
}
.activenow a{
	background: #12bcce;
	color: #ffffff !important;
}

.activenow a i{
	color: #ffffff !important;
}

.breadc{
	margin: 10px;
}