/*===== Common Class =====*/

body {
	padding:0  !important ;
	margin: 0   !important;
	font-family: 'playfair_displayregular';
	font-size:18px;
}
html { 
	-webkit-font-smoothing: antialiased; 
}
img{
	padding: 0;
	margin: 0;
	border: 0;
}
*{
	padding: 0;
	margin: 0;
	outline: none;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
a, a:hover {
	outline: none;
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
input[type=submit],
input[type=submit]:hover {
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a:focus,select:focus{outline: none;}

a, input, button, textarea {
	outline: none !important;
}
:focus {
	outline: none;
}


/*===== Common Class =====*/
.float_none{
	float:none !important; 
}

.main_wapper{ 
	width:100%; 
	float:left;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width:1200px;
  }
}
/*=========================================*/
/* Bootstrap Class Overwrite */
/*=========================================*/

.navbar-toggle {
	border:0;
	margin: 0 0 0  0;
	padding:0;
	float:right;
	border-radius:0px;
}
.navbar-toggle:hover {
	background: none !important;
}
.navbar-toggle .icon-bar {
	height: 3px;
	background: #b5ac9e !important;
}
.navbar-toggle:hover .icon-bar, 
.navbar-toggle:focus .icon-bar {
	background: #b5ac9e !important;
}
.navbar-toggle:focus {
	background: none !important;
}


.navbar-inverse
{
	background:none;
	padding:0px;
	margin:0px;
	height:auto;
	border-radius:0px;
	border:0px;
	width:auto;
	float:left;
}
#navbar
{
	border:0px;
	background:none;
	padding:0px;
	margin:0px;
	height:auto;
	border-radius:0px;
}
.navbar-nav > li
{
	padding:0 40px 0 0;
}
.navbar-nav > li > a 
{
	color:#b1a89b;
	font-size:12px;
	font-family: 'montserratbold';
	text-transform:uppercase;
	padding:0px;
}
.navbar-nav > li > a:hover
{
	color:#534741 !important;
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .current-menu-item > a,
.navbar-inverse .navbar-nav > .current_page_parent  > a,
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus
{
	background:none;
	color:#534741;
}
/*=========================================*/
/* Main Header */
/*=========================================*/

#header{
	float:left;
	width:100%;
}
.header_wapper{
	width:100%;
	float:left;
	padding:27px 0 13px 0;
	background:#f2e5d4;
}
.logo
{
	width:auto;
	float:left;
	padding:0px;
}
.header_right
{
	width:773px;
	float:right;
	padding:19px 0 0 0;
}
.header_top
{
	width:100%;
	float:left;
	padding:0 0 26px 0;
	border-bottom:#d8cbba solid 1px;
}
.phone_number
{
	width:auto;
	float:left;
	font-size:14px;
	color:#b1a89b;
	font-family: 'montserratlight';
}
.phone_number a
{
	color:#b1a89b;
}
.header_link
{
	width:auto;
	float:right;
	padding:0px;
	
}
.header_link ul
{
	width:auto;
	float:left;
	padding:0px;
}
.header_link ul li
{
	width:auto;
	float:left;
	padding:0px 0 0 63px;
}
.header_link ul li a
{
	width:auto;
	float:left;
	padding:0px;
	color:#534741;
	font-size:15px;
	font-family: 'montserratregular';
	text-transform:uppercase;
}
.header_link ul li a:hover
{
	color:#b1a89b;
}



.header_bottom
{
	width:100%;
	float:left;
	padding:13px 0 0 0px;
}

.header_icon
{
	width:auto;
	float:right;
	position:relative;
	margin:0px 0 0 16px;
	 
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
 

.search_form{ 

	position:absolute;
	right:100%;
	top:0px;
	margin:0 5px 0 0; 
	display:none;
} 
.search_form .input_text
{
	color:#000 !important;
	border-color:#c3ae95;
	font-family: 'montserratregular';
	background:none;
	width:200px;
	padding:5px 10px 5px 10px; 
	
}

/*=========================================*/
/* Main Banner */
/*=========================================*/
.banner_wapper{
	float:left;
	width:100%;
	background:#f2e5d4;
}

.banner_image{  
	width:100%;
	display:inline-block;
	min-height:693px;
	float:left;
}

.banner_caption
{
	width:100%;
	position:absolute;
	left:0px;
	top:50%;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	text-align:center;
	vertical-align:top;
	padding:0 0 23px 0;
	
}
.banner_text
{
	display:inline-block;
	font-size:70px;
	color:#fff;
	width:100%;
	line-height:68px;
	position:relative;
}
.banner_text:after
{
	width:86px;
	position:absolute;
	left:50%;
	margin:0 0 0 -43px;
	background:#fff;
	height:2px;
	content:'';
	bottom:0px;
}
.banner_text strong
{
	font-weight:normal;
	vertical-align:top;
}
.banner_text span
{
	display:inline-block;
	padding:24px 0 0 0;
}
.banner_caption .banner_text span img
{
	display:inline-block;
	width:auto;
	height:auto;
}
.banner_caption .banner_text span.second_icon
{
	padding-left:0px;
}

.banner_button_set
{
	width:100%;
	display:inline-block;
	text-align:center;
}


.inner_banenr
{
	width:100%;
	float:left;
	padding:29px 0 0 0px;
	margin:0px;
	min-height:182px;
	background-color:#98ccc9;
	background-position:center top;
	background-size:cover;
}

.bradecumb
{
	width:100%;
	float:left;
	padding:0px;
}
.bradecumb ul
{
	width:auto;
	float:left;
	padding:0px;
}
.bradecumb ul li
{
	width:auto;
	float:left;
	padding:2px 23px 0 0;
	color:#fff;
	margin:0 8px 0 0;
	font-size:12px;
	font-family: 'montserratbold';
	text-transform:uppercase;
	position:relative;
}
.bradecumb ul li:after
{
	position:absolute;
	right:0px;
	top:50%;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	content:"\f0da";
	font-size:20px;
	color:#fff;
	font-family:'FontAwesome';
}
.bradecumb ul li:last-child:after
{
	display:none;
}
.bradecumb ul li a
{
	width:auto;
	float:left;
	padding:0px;
	color:#fff;
	letter-spacing:1px;
	font-size:12px;
	font-family: 'montserratbold';
	text-transform:uppercase;
}
.bradecumb ul li a:hover
{
	color:#000;
}

.banner_row
{
	width:100%;
	float:left;
	padding:16px 0 0 0px;
}
.banner_row h2
{
	color:#fff;
	width:auto;
	float:left;
	padding:8px 0 0 0;
}

.banner_button_set
{
	width:100%;
	float:left;
	padding:57px 0 0 0px;
	text-align:center;
}
.banner_btn
{
	width:auto;
	display:inline-block;
	padding:0px 10px;
}
.banner_btn a
{
	width:auto;
	float:right;
	padding:16px 35px;
	color:#fff;
	font-size:14px;
	font-family: 'montserratbold';
	text-transform:uppercase;
	
	background:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
}
.banner_btn a:hover
{
	background:#98ccc8;
}


.banner_btn2
{
	width:auto;
	float:right;
	display:inline-block;
	padding:0px 10px;
}
.banner_btn2 a
{
	width:auto;
	float:right;
	padding:16px 35px;
	color:#fff;
	font-size:14px;
	font-family: 'montserratbold';
	text-transform:uppercase;
	
	background:#d66867;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
}
.banner_btn2 a:hover
{
	background:#ab2928;
}





/*=========================================*/
/* Main Content */
/*=========================================*/
.contain_wapper
{
	width:100%;
	float:left;
	padding:0px;
}
.services_wapper
{
	width:100%;
	float:left;
	padding:63px 0 68px 0px;
	position:relative;
	background:#fff;
	z-index:10;
	
}
.services_wapper:after
{
	position:absolute;
	left:0px;
	top:-9px;
	background:url(../images/arrow.png) repeat-x left top;
	width:100%;
	height:9px;
	content:'';
}

.services_box 
{
	width:100%;
	display:inline-block;
}
.services_box  h6
{
	width:100%;
	display:inline-block;
	text-transform:uppercase;
}
.services_box  p
{
	width:100%;
	display:inline-block;
	font-size:14px;
	color:#808080;
	padding:15px 14px 0 0;
}
.services_box  a
{
	 
	display:inline-block;
	font-size:13px;
	color:#d66868;
	font-family: 'montserratbold';
	text-transform:uppercase;
	margin:9px 0 0 0;
}
.services_box  a:hover
{
	color:#98ccc8;
}


.home_about_wapper
{
	width:100%;
	float:left;
	padding:0px;
	min-height:473px;
	padding:84px 0 30px 0;
	background-color:#98ccc9;
	background-size:cover;
	background-position:center top;
}

.about_block
{
	width:100%;
	display:inline-block;
}
.about_block h2
{
	width:100%;
	display:inline-block;
	font-family: 'playfair_displayregular';
	font-size:60px;
	color:#fff;
	line-height:70px;
}
.about_block h2 span
{
	font-style:italic;
}
.about_block p
{
	width:100%;
	display:inline-block;
	font-size:21px;
	color:#d5eae9;
	padding:22px 0 0 0;
}
.about_block a
{
	 
	display:inline-block;
	font-size:14px;
	color:#fff;
	font-family: 'montserratbold';
	text-transform:uppercase;
	margin:23px 0 0 0;
}
.about_block   a:hover
{
	color:#d66868;
}

.about_slider
{
	width:100%;
	display:inline-block;
}
.about_banner
{
	width:100%;
	display:inline-block;
}
.about_banner .about_image
{
	width:69%;
	display:inline-block;
	float:left;
	
}
.about_banner .about_image img
{
	width:100%;
	display:inline-block;
	line-height:0px;
}
.about_slider_text
{
	width:144px;
	float:left;
	margin:0 0 0 26px;
	position:relative;
	padding:27px 0 0 0;
}
.about_slider_text:after
{
	width:100px;
	left:0px;
	top:0px;
	height:2px;
	background:#fff;
	content:'';
	position:absolute;
}
.about_slider_text p
{
	color:#ecf7f7;
	font-size:14px;
}

.about_slider_home .owl-controls
{
	position:absolute;
	right:-40px;
	top:0px;
	width:15px;
	height:100%;
}
.about_slider_home .owl-controls .owl-dots
{
	position:absolute;
	 
	top:50%;
	width:15px;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.about_slider_home.owl-theme .owl-dots .owl-dot span
{
	border:0px;
	height:12px;
	width:12px;
	background:#c1e0de;
	margin:3px 0;
}
.about_slider_home.owl-theme .owl-dots .owl-dot.active span, 
.about_slider_home.owl-theme .owl-dots .owl-dot:hover span
{
	background:#fff;
}



.home_news_wapper
{
	width:100%;
	float:left;
	position:relative;
	padding:64px 0 0 0px;
	background:url(../images/news_bg.png) repeat left top #f2e5d4;
}
.home_news_wapper .container
{
	position:relative;
	padding-bottom:76px;
}
.home_news_wapper .icon
{
	position:absolute;
	right:0px;
	bottom:0px;
	width:100%;
	height:auto;
	text-align:right;
}
.home_news_wapper .icon img
{
	max-width:100%;
}
.news_title
{
	width:100%;
	display:inline-block;
	text-align:center;
	padding:0 0 50px 0;
}
.news_title h4
{
	text-transform:uppercase;
	letter-spacing:3px;
	
}
.news_title span
{
	font-size:21px;
	color:#736357;
}


.home_news
{
	width:100%;
	display:inline-block;
}
.home_news h3
{
	width:100%;
	display:inline-block;
	color:#958275;
	font-size:22px;
	font-family: 'playfair_displayitalic';
}
.home_news ul
{
	width:67%;
	display:inline-block;
	padding:4px 0 0 0;
}
.home_news ul li
{
	width:100%;
	display:inline-block;
	padding:11px 0 10px 0;
}
.home_news ul li h6
{
	width:100%;
	display:inline-block;
	font-size:14px;
	color:#d66868;
	float:left;
	font-family: 'montserratbold';
	text-transform:uppercase;
}
.home_news ul li h6 a
{
	color:#d66868;
}
.home_news ul li h6 a:hover
{
	color:#1e9792;
}
.home_news ul li .news_date
{
	width:100%;
	float:left;
	display:inline-block;
	font-size:12px;
	color:#958275;
	padding:1px 0 0 0;
	font-family: 'montserratbold';
	text-transform:uppercase;
}
.home_news ul li  p
{
	width:100%;
	float:left;
	display:inline-block;
	font-size:14px;
	color:#958275;
	padding:14px 0 0 0;
}

.home_newslatter
{
	width:100%;
	display:inline-block;
}
.home_newslatter h3
{
	width:100%;
	display:inline-block;
	color:#958275;
	font-size:22px;
	font-family: 'playfair_displayitalic';
}
.home_newslatter  p
{
	width:100%;
	float:left;
	display:inline-block;
	font-size:14px;
	color:#958275;
	padding:10px 0 0 0;
}
.newslatter
{
	width:89%;
	display:inline-block;
}
.home_newslatter form
{
	display:inline-block !important;
	width:100 !important%;
	padding:18px 0 0 0 !important;
}
.home_newslatter form .input_text
{
	display:inline-block;
	width:100%;
	background:#f2e5d4;
}
.home_newslatter form input[type=submit]
{
	display:inline-block;
	font-size:14px;
	color:#fff; 
	float:right;
	min-width:137px;
	margin:15px 0 0 0;
	font-family: 'montserratbold';
	text-transform:uppercase;
 
}

.news_details_in
{
	width:100%;
	display:inline-block;
}
.news_details_in img
{
	float:right;
	max-width:50%;
	margin:0 0 15px 15px;
}
.news_details_in p
{
	display:block !important;
	padding:0 0 25px 0;
}

/*=========================================*/
/* Main Footer */
/*=========================================*/
#footer{
	float:left;
	width:100%;
	min-height:430px;
	background:url(../images/footer_bg.png) no-repeat center top #2a2522;
}
.footer_wapper{
	width:100%; 
	float:left;
	padding:0;
}
.footer_wapper_top{
	width:100%; 
	float:left;
	padding:68px 0 50px 0;
}

.footer_box
{
	width:100%;
	display:inline-block;
	padding:0px;
}
.footer_box h6
{
	font-size:14px;
	color:#bab5b3;
	text-transform:uppercase;
	font-family: 'montserratbold';
}
.footer_box ul
{
	width:100%;
	display:inline-block;
	padding:8px 0 3px 0px;
	float:left;
}
.footer_box ul li
{
	width:100%;
	float:left;
	display:inline-block;
	padding:5px 0 4px 0px;
	line-height:15px;
}
.footer_box ul li a
{
	color:#958275;
	float:left;
	font-size:12px;
	line-height:15px;
	display:inline-block;
	font-family: 'montserratregular';
}
.footer_box ul li a:hover
{
	color:#fff;
}


.footer_bottom
{
	width:100%;
	float:left;
	padding:29px 0 14px 0;
	border-top:#3e3432 solid 1px;
}

.copyright
{
	width:auto;
	float:left; 
	font-size:13px;
	line-height:15px; 
	color:#d66868;
	
	font-family: 'montserratregular';
}

.footer_social
{
	width:auto;
	float:right;
	padding:0px;
}
.footer_social ul
{
	width:auto;
	float:left;
	padding:0px;
}
.footer_social ul li
{
	width:auto;
	float:left;
	padding:0px 0 0 36px;
}
.footer_social ul li a
{
	width:auto;
	float:left;
	color:#fff;
	font-size:18px;
	padding:0px;
}
.footer_social ul li a:hover
{
	color:#958275;
}














/*===================================*/
/* Department start */ 
/*===================================*/
.department_wapper
{
	width:100%;
	float:left;
}
.department_top
{
	width:100%;
	float:left;
	padding:75px  0 0 0;
	
}
.help_you_block
{
	width:100%;
	padding:0 30px 0 0;
	display:inline-block;
}
.help_you_block h3
{
	margin:0px 0 13px 0;
}
.help_you_block .input_text
{
	color:#c3ae95;
	border-color:#c3ae95;
	
}
.help_you_block .input_text::-moz-placeholder {
  color:#c3ae95;
  opacity: 1;
}
.help_you_block .input_text:-ms-input-placeholder {
  color:#c3ae95;
}
.help_you_block .input_text::-webkit-input-placeholder {
  color:#c3ae95;
}

.emergency_number
{
	width:100%;
	padding:12px 0 0 0;
	display:inline-block;
}
.emergency_number h6
{
	text-transform:uppercase;
}
.emergency_number span
{
	display:block;
	color:#d66868;
	font-size:24px;
	padding:11px 0 0 0;
	font-family: 'montserratbold';
}
.department_block
{
	width:100%;
	float:left;
	padding:74px 0 95px 0px;
}
.department_block ul
{
	width:100%;
	float:left;
	padding:0px;
}
.department_block ul li
{
	width:20%;
	float:left;
	padding:12px 0px;
}
.department_box
{
	width:100%;
	float:left;
}
.department_box .image
{
	width:100%;
	float:left;
	padding:0px;
	overflow:hidden;
	
	
}
.department_box .image img
{
	width:100%;
	float:left;
	padding:0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transform:scale(1.0,1.0);
	-ms-transform:scale(1.0,1.0);
	-moz-transform:scale(1.0,1.0);
	-o-transform:scale(1.0,1.0);
	-webkit-transform:scale(1.0,1.0);
	
}
.department_box .image img:hover
{
	transform:scale(1.3,1.3);
	-moz-transform:scale(1.3,1.3);
	-ms-transform:scale(1.3,1.3);
	-o-transform:scale(1.3,1.3);
	-webkit-transform:scale(1.3,1.3);
	cursor:pointer;
	opacity:0.7;
}
.department_box h5
{
	color:#1a1a1a;
	font-size:15px;
	padding:9px 18px 0;
	text-transform:uppercase;
	font-family: 'montserratregular';
	display:inline-block;
	line-height:20px;
	width:100%;
}
.department_box h5 a
{
	color:#1a1a1a;
}
.department_box h5 a:hover
{
	color:#d66868;
}
.department_box p
{
	display:inline-block;
	width:100%;
	
	color:#808080;
	font-size:14px;
	padding:10px 18px 0;
}

.department_box > a
{
	 
	display:inline-block;
	font-size:13px;
	color:#d66868;
	font-family: 'montserratbold';
	text-transform:uppercase;
	margin:12px 18px 0 18px;
}
.department_box  a:hover
{
	color:#98ccc8;
}
/*===================================*/
/* Department End */ 
/*===================================*/


/*===================================*/
/* About Start  */ 
/*===================================*/
.about_wapper
{
	width:100%;
	float:left;
	padding:74px 0 48px 0;
}
.banner_link.sub
{
	padding:28px 0 0 0;
}
.banner_link
{
	width:100%;
	float:left;
	padding:20px 0 0 0;
}
.banner_link ul
{
	width:100%;
	float:left;
	padding:0px;
}
.banner_link ul li
{
	width:auto;
	float:left;
	padding:0px 2px 0 0;
} 
.banner_link ul li a
{
	width:auto;
	float:left;
	 
	color:#d5eae9;
	font-size:12px;
	padding:14px 30px;
	font-family: 'montserratbold';
	text-transform:uppercase;
	background:rgba(114,155,151,0.5);
} 
.banner_link ul li a:hover,
.banner_link ul li.active  a {
	background:#fff;
	color:#535250;
}

.about_left
{
	width:100%;
	float:left;
}
.about_left h4
{
	font-size:28px;
	font-family: 'montserratlight';
	color:#808080;
	line-height:normal !important;
}
.about_left p
{
	padding:15px 0;
}

.about_image2
{
 	display:block;
	padding:34px 0 0 0px;
	margin:0 0 0 -110px;
}
.about_image2 img{ 
	width:100%; 
	display:inline-block;
}
.about_image2 span
{
	font-size:14px;
	color:#808080;
	padding:10px 0 0 0;
	display:inline-block;
}
.about_image2 span a
{
	color:#333333;
}
.about_image2 span a:hover
{
	color:#d66868;
}


.about_sidebar
{
	width:100%;
	display:inline-block;
}

.about_post
{
	width:100%;
	display:inline-block;
	padding:0 0 28px 0;
}
.about_post  h5
{
	color:#1a1a1a;
	font-size:15px;
	padding:0px 0;
	text-transform:uppercase;
	font-family: 'montserratregular';
	display:inline-block;
	line-height:20px;
	width:100%;
}
.about_post p
{
	display:inline-block;
	width:100%;
	
	color:#808080;
	font-size:14px;
	padding:15px 20% 0 0;
}

.about_post  a
{
	 
	display:inline-block;
	font-size:13px;
	color:#d66868;
	font-family: 'montserratbold';
	text-transform:uppercase;
	margin:5px 0 0 0;
}
.about_post  a:hover
{
	color:#98ccc8;
}
/*===================================*/
/* About End */ 
/*===================================*/


/*===================================*/
/* Home Care start */ 
/*===================================*/
.home_care_wapper{
	width:100%;
	float:left;
	padding:69px 0 240px 0px;
}
.home_care_left
{
	width:100%;
	display:inline-block;
}
.home_care_left h4
{
	font-size:28px;
	font-family: 'montserratlight';
	color:#808080;
	line-height:normal !important;
}
.home_care_banner
{
	width:100%;
	display:inline-block;
	padding:32px 0 26px 0px;
}
.home_care_image
{
	width:72%;
	float:left;	
}

.home_care_image2
{
	width:100%;
	float:left;
}
.home_care_image img,.home_care_image2 img
{
	width:100%;
	float:left;
}
.home_care_text
{
	width:144px;
	float:left;
	margin:0 0 0 32px;
	position:relative;
	padding:24px 0 0 0;
}
.home_care_text:after
{
	width:100px;
	left:0px;
	top:0px;
	height:4px;
	background:#98ccca;
	content:'';
	position:absolute;
}
.home_care_text p
{
	color:#808080;
	font-size:14px;
	
}
.home_care_sidebar
{
	width:100%;
	display:inline-block;
}

.sidebar_link
{
	width:100%;
	display:inline-block;
	padding:4px 0 34px 0;
}
.sidebar_link a
{
	padding-left:25px;
	padding-right:25px;
}

.releted_services
{
	width:100%;
	display:inline-block;
	padding:0px 0 30px 0;
}
.releted_services  h5
{
	color:#1a1a1a;
	font-size:15px;
	padding:0px 0;
	text-transform:uppercase;
	font-family: 'montserratregular';
	display:inline-block;
	line-height:20px;
	width:100%;
}
.releted_services ul
{
	width:100%;
	display:inline-block;
	padding:9px 0 0 0;
}
.releted_services ul li
{
	width:100%;
	display:inline-block;
	color:#d66868;
	font-size:14px;
	font-family: 'montserratbold';
	background:url(../images/doat.png) no-repeat left 7px;
	padding:3px 0 3px 23px;
}

.releted_services ul li a
{
	color:#d66868;
}
/*===================================*/
/* Home Care  End */ 
/*===================================*/











/*===================================*/
/* News Start  */ 
/*===================================*/
.news_wapper
{
	width:100%;
	float:left;
	padding:67px 0 200px 0px;
}
.news_left
{
	width:100%;
	display:inline-block;
}
.news_left ul
{
	width:100%;
	display:inline-block;
}
.news_left ul li
{
	width:100%;
	display:inline-block;
	padding:29px 0;
}


.news_box
{
	width:100%;
	display:inline-block;
}
.news_box h3 a
{
	color:#000;
}
.news_box h3 a:hover
{
	color:#d66867;
}
.news_row
{
	width:100%;
	padding:18px 0 0 0;
	display:inline-block;
}
.news_row2
{
	width:100%;
	padding:10px 0 0 0;
	display:inline-block;
}
.news_row img
{
	width:100%;
	display:inline-block;
}
.news_row p
{
	display:inline-block;
	width:100%;
}
.news_details
{
	width:100%;
	float:left;
	padding:22px 0 0 0px;
}
.news_date_in
{
	width:auto;
	float:left;
	font-size:18px;
	color:#808080;
}
.news_date_in span
{
	display:inline-block;
	padding:0 0 0 5px;
}
.news_date_in a
{
	color:#d66868;
}
.news_date_in a:hover 
{
	 color: #98ccc8;
}
.news_community
{
	width:auto;
	float:right;
	font-size:18px;
	color:#808080;
}
.news_community a
{
	color:#d66868;
}
.news_community a:hover 
{
	 color: #98ccc8;
}

.more_news
{
	width:100%;
	display:inline-block;
	text-align:center;
	padding:63px 0 0 0;
}
.more_news a
{
	padding-left:56px;
	padding-right:56px;
}



.twitter_block
{
	width:100%;
	display:inline-block;
}
.twitter_block  h5
{
	color:#1a1a1a;
	font-size:15px;
	padding:0px 0 15px 0;
	text-transform:uppercase;
	font-family: 'montserratregular';
	display:inline-block;
	line-height:20px;
	width:100%;
}
.twitt
{
	width:100%;
	display:inline-block;
	padding:0 0 23px 0;
}
.twitt .fa
{
	float:left;
	font-size:14px;
	margin:3px 0 0 0;
}
.twitt p
{
	display:block;
	padding:0 0 0 25px;	
	font-size:14px;
	color:#808080;
}
.twitt p a
{
	display:inline-block;
	color:#d66868;
}
.twitt p a:hover {
    color: #98ccc8;
}
.sidebar_search
{
	width:100%; display:inline-block;
	padding:0 0 41px 0;
}
.sidebar_search  h5
{
	color:#1a1a1a;
	font-size:15px;
	padding:0px 0 15px 0;
	text-transform:uppercase;
	font-family: 'montserratregular';
	display:inline-block;
	line-height:20px;
	width:100%;
}
.sidebar_search .input_text
{
	color:#c3ae95;
	border-color:#c3ae95;
	
}
/*===================================*/
/* News End  */ 
/*===================================*/

/*===================================*/
/* News 2 Start  */ 
/*===================================*/

#header_news 
{
	width:100%;
	float:left;
	padding:15px 0px;
}

#header_news  .container 
{ 
	width:970px; 
}
#header_news .navbar-inverse
{
	width:100%;
}
#header_news #navbar
{
	width:100%;
}
#header_news #navbar ul { 
	padding:40px 0 0 0;
 }
#header_news #navbar ul:last-child
{ 
	float:right; 
}
#header_news #navbar ul:last-child li
{
	padding:0 0 0 40px;
}
#header_news .navbar-inverse .navbar-nav > li > a
{
	color:#3e8d77;
}
.news_logo
{
	width:auto;
	float:left;
}



.news_contain_wapper
{
	width:100%;
	float:left;
	padding:80px 0;
	background:url(../images/news_bg_wapper.png) no-repeat center top ;
	background-size:cover;
 
}
.news_contain_wapper  .container 
{ 
	width:970px; 
}

.news_full_block
{
	width:100%;
	float:left;
	padding:0px;
	-webkit-box-shadow: -5px 5px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 5px 20px 0px rgba(0,0,0,0.75);
	box-shadow: -5px 5px 20px 0px rgba(0,0,0,0.75);
}
.news_full_block .first_block
{
	width:50%;
	float:left;
	padding:0px;
	position:relative;
}
.news_images
{
	width:100%;
	float:left;
	padding:0px;
}
.news_images  img
{
	width:100%;
	float:left;
	padding:0px;
}

.news_details_full
{
	position:absolute;
	left:0px;
	bottom:0px;
	width:50%;
	padding:30px;
	background:rgba(255,128,18,0.8);
}
.news_details_full .news_link
{
	width:auto;
	float:left;
	padding:0px;
	font-size:13px;
	color:#fff;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	background:#4d9e8b;
	padding:2px 8px;
}
.news_details_full h2
{
	width:100%;
	float:left;
	font-size:14px;
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	color:#fff;
	 padding:14px 0 0 0;
	line-height:normal;
}
.news_details_full .date_in 
{
	width:100%;
	float:left;
	font-size:13px;
	color:rgba(255,255,255,0.8);
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
}
.news_details_full p
{
	width:100%;
	float:left;
	font-size:13px;
	color:rgba(255,255,255,1);
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	padding:5px 0 0 0;
}



.second_block
{
	width:50%;
	float:left;
	padding:0px;
	position:relative;
}

.news_helf_block
{
	width:50%;
	float:left;
	padding:0px;
	background:#fff;
}
.news_details_full_sub
{
	width:100%;
	float:left;
	padding:32px 30px 31px;
	min-height:235px;
}
.news_details_full_sub .news_link
{
	width:auto;
	float:left;
	padding:0px;
	font-size:13px;
	color:#fff;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	background:#ff7a01;
	padding:2px 8px;
}
.news_details_full_sub h2
{
	width:100%;
	float:left;
	font-size:14px;
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	color:#3e8d77;
	 padding:14px 0 0 0;
	line-height:normal;
}
.news_details_full_sub .date_in 
{
	width:100%;
	float:left;
	font-size:13px;
	color:#b3b3b3;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
}
.news_details_full_sub p
{
	width:100%;
	float:left;
	font-size:13px;
	color:#1a1a1a;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	padding:5px 0 0 0;
}

.desktop_logo
{
	width:auto;
	float:left;
	padding:0px;
	display:none;
}

/*===================================*/
/* News 2 End  */ 
/*===================================*/









.sitemap
{
	width:100%;
	display:inline-block;
	padding:60px 0;
}
.sitemap ul
{
	width:100%;
	display:inline-block;
 
}
.sitemap ul li
{
	width:100%;
	padding:5px 0;
	display:inline-block;
 
}
.sitemap ul li a
{
	width:auto;
	display:inline-block;
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
 
}
.sitemap ul li a:hover
{
	color:#d66867;
}

.ajax-loader{
	text-align:center;
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    left: 0;
    opacity: 0.9;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
	display:none;
}
.loader {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.loader i {
    color: #333;
    font-size: 80px;
}
/*=== add by DL ===*/



.error
{
	width:100%;
	display:inline-block;
	text-align:center;
	margin:60px 0;
}
.error img
{
	max-width:40%;
}
.error h3
{
	width:100%;
	padding:30px 0;
	display:inline-block;
	text-align:center;
}



.error a
{
	background:#98ccca;
	border:0px;
	color:#fff;
	display:inline-block;
	font-size:18px;
	padding:10px 20px;
	text-transform:uppercase;
	font-family: 'montserratregular';
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	
}
.error a:hover
{
	background:#729998;
}



.wpcf7-form
{
	display:inline-block;
	width:100%;
}
.wpcf7-form p
{
	padding-bottom:20px;
}
.wpcf7-form lable
{
	width:100%;
	display:inline-block;
	font-family: 'montserratregular';
	padding-bottom:10px;
}
.wpcf7-form input,
.wpcf7-form textarea
{
	width:100%;
	display:inline-block;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	font-family: 'montserratsemi_bold';
	font-size:14px;
	color: #959595;
	border:#958274 solid 2px;
	padding:13px 19px;
	resize:none;
}
.wpcf7-form input[type=submit]
{
	width:100%;
	border:0px;
	color:#fff;
}

.map
{
	width:100%;
	display:inline-block;
	padding:36px 0 0 0;
}
.contact-title
{
	padding-bottom:30px;
}






.header_mobile
{
	display:none;
	width:100%;
	float:left;
}





.header_icon input
{
	background:url(../images/search.png) no-repeat right center;
	border:2px solid transparent;
	height:30px;
	width:20px;
	padding:0 10px;
	font-size:0px;
	float:left;
	 
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.header_icon input:focus
{
	width:180px;
	border:#b5ac9e solid 2px;
	
	 
	color:#b5ac9e;
	font-size:15px;
	font-family: 'montserratregular';
	
}

.header_icon input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.header_icon input:-ms-input-placeholder {
  color: #999;
}
.header_icon input::-webkit-input-placeholder {
  color: #999;
}