body {
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #333;
}
ul, li {
	list-style-type: none;
}
ul, ol {
    margin: 0;
}
a:hover {
	text-decoration: none;
	color: #FA6400;
}
a, button, img, li, span{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div, header, li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	line-height: 1.1;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
}
h2 {
	font-size: 36px;
}
h2:after {
	content: "";
	width: 36px;
	height: 3px;
	background-color: #FA6400;
	display: block;
	margin: 10px auto 0;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
	margin-bottom: 15px;
}	
p {
	margin-bottom: 25px;
}
img {
	max-width: 100%;
	max-height: 100%;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* start button style */
.btn {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 700;
	padding: 11px 30px;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	letter-spacing: 4px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
	-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;
}
.btn:hover {
	border-radius: 23px;
    -webkit-border-radius: 23px;
    background-position: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.white-btn {
	border: 2px solid #fff;
	color: #fff;
	background-color: inherit;
}
.white-btn:hover {
	background: #fff;
}
.white-btn-bg {
	background: #fff;
	color: #333;
}
.white-btn-bg:hover {
	background: inherit;
	color: #fff;
}
.blue-btn {
	border: 1px solid #1BA9F7;
	background-color: inherit;
}
.blue-btn:hover,
.blue-btn-bg {
	color: #fff;
	background: rgb(27,169,247);
	background: -webkit-linear-gradient(left, rgba(27,169,247,1) 0%, rgba(7,138,179,1) 100%);
	background: -o-linear-gradient(left, rgba(27,169,247,1) 0%, rgba(7,138,179,1) 100%);
	background: linear-gradient(to right, rgba(27,169,247,1) 0%, rgba(7,138,179,1) 100%);
}
.blue-btn-bg:hover {
	border: 1px solid #1BA9F7;
	background: inherit;
	color: #333;
}

/* end button style */
/* header style starts */
header {
	position: relative;
	background-color: #075686;
	height: 108px;
	padding: 30px 0 0;
}
.brand {
	float: left;
	width: 301px;
}
.brand a {
 /*   display: inline-block; */
}
.brand img:hover,
.our-blog img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.header-right {
	float: right;
	width: 750px;
}
.top-header {
	float: right;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 18px;
}
.top-header li {
	float: left;
	padding: 0 8px;
}
.top-header li:last-child {
	padding-right: 0;
}
.top-header a {
	color: #64BAD3;
}
.top-header a:hover {
	color: #fff;
}
.select-menu {
    display: none !important;
}


/*-----subMenu1-----*/
.nav-collapse .sub-menu > ul {
	position: absolute;
	display: none;
	width: 88px;
	left: 0px;
	top: 72px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;	
	padding: 15px 3px 11px 11px;
	margin: 0;
	text-align: left;
}
.nav-collapse .sub-menu > ul li {
	background: none;
	float: none;
	margin: 0;
	padding: 0;
	border-right: none;
	margin-bottom: 10px;
}
.nav-collapse .sub-menu li:last-child {
	border-bottom: none;
}
.nav-collapse .sub-menu > ul li a {
	display: block;
	background: none;
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	color: #8e8e8e;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: -1px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.nav-collapse .sub-menu > ul li a span {
	margin-left: 5px;
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 5px;
	position: relative;
	top: -3px;
}
.nav-collapse .sub-menu > ul li a:hover {
	text-decoration: none;
	background: none !important;
	color: #ffffff !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.nav-collapse .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	background: none !important;
	color: #ffffff !important;
}
/*-----subMenu2-----*/
.nav-collapse .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 83px;
	left: 91px;
	top: -15px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #63a9cd;
	padding: 15px 3px 11px 11px;
	margin: 0;
	text-align: left;
}
.nav-collapse .sub-menu ul ul li a {
	display: block;
	background: none;
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.nav-collapse .sub-menu ul ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: none !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*-----subMenu3-----*/
.nav-collapse .sub-menu ul ul ul {
	position: absolute;
	display: none;
	width: 83px;
	left: 76px;
	top: -15px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #303030;
	padding: 15px 3px 11px 11px;
	margin: 0;
	text-align: left;
}
.nav-collapse .sub-menu ul ul ul li a {
	display: block;
	background: none;
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	color: #8e8e8e;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.nav-collapse .sub-menu ul ul ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: none !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/* main menu style end */
/* header style end */
/* home slider style start */
.slider {
	background: url('../images/slider_bg.png') no-repeat 50% 50%;
	background-size: cover;
	position: relative;
	height: 400px;
	z-index: 9;
	color: #fff;
}
.slider:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	background: url('../images/slider_right_img.png') no-repeat 100% 100%;
	background-size: 75%;
	width: 1105px;
	height: 393px;
}
.slider-left {
	max-width: 700px;
	padding: 30px 0 0;
}
.slider img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	max-width: 400px;
	max-height: 350px;
}
.banner-slider li {
	height: 400px;
}
.banner-slider, .banner-slider li {
	z-index: 9;
}
.banner-slider h2 {
	font-size: 44px;
	font-weight: 700;
}
.banner-slider h3 {
	font-size: 28px;
}
.banner-slider p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	margin-bottom: 30px;
}
.slider .slick-dots {
	position: absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}
.slider .slick-dots li {
	height: 14px;
	display: inline-block;
	margin: 0 5px;
}
.slider .slick-dots li button {
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50%;
	border: none;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.slider .slick-dots li button:after {
	content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #64BAD3;
    left: 3px;
    top: 3px;
}
.slider .slick-dots li.slick-active button:after {
	background-color: #F77F00;
}
/* home slider style end */
/* slogan style start */
.slogan {
	background: rgb(247,153,0);
	background: -webkit-linear-gradient(left, rgba(247,153,0,1) 0%, rgba(247,91,0,1) 100%);
	background: -o-linear-gradient(left, rgba(247,153,0,1) 0%, rgba(247,91,0,1) 100%);
	background: linear-gradient(to right, rgba(247,153,0,1) 0%, rgba(247,91,0,1) 100%);
	position: relative;
	padding: 60px 0 55px;
	color: #fff;
}
.slogan:before, .slogan:after {
	content: "";
	position: absolute;
	display: block;
	background: no-repeat 0 0;
}
.slogan:before {
	background-image: url('../images/toppan_left_block.png');
	width: 140px;
	height: 197px;
	left: 0;
	bottom: 7px;
}
.slogan:after {
	background-image: url('../images/toppan_right_block.png');
	width: 105px;
	height: 106px;
	top: 40px;
	right: 0;
}
.slogan h2,
.appointment h2 {
	font-size: 42px;
	margin-bottom: 10px;
}
.slogan p {	
	margin-bottom: 0;
	line-height: 1.3;
}
.slogan-left {
	float: left;
	width: 455px;
}
.slogan-right {
	float: right;
	width: 705px;
}
.slogan-right ul,
.content-right-list li img,
.appointment-left,
.appointment-right,
.listing-title h4 span {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.slogan-right ul {
	font-size: 0;
	text-align: right;
}
.slogan-right li {
	display: inline-block;
	margin: 0 2px 15px;
}
.slogan-right li:last-child {
	margin-bottom: 0;
}
/* slogan style end */
.content-right-list li {
	width: 165px;
	height: 165px;
	text-align: center;
	margin-bottom: 15px;
	padding: 10px;
	background-color: #F8F8F8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.content {	
	font-weight: 500;
	padding: 80px 0 50px;
}
.content h2:after {
	margin-left: 0;
}
.listing {
	background: #FFFFFF;
	box-shadow: 0 0 14px 0 rgba(0,0,0,0.06);
	border-radius: 10px;
	padding: 30px 30px 40px;
}
.listing-title {
	height: 60px;
	overflow: hidden;
	margin-bottom: 18px;
}
.listing-title h4 {
	position: relative;
	height: 60px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
	padding: 0 0 0 80px;
	overflow: hidden;
	word-break: break-word;
}
.listing-title h4 span {
	display: inline-block;
}
.listing-title h4 img {
	width: auto;
	max-height: 60px;
	position: absolute;
	left: 0;
	top: 50%;	
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.listing-title p{
	margin-top: 20px;
}
.listing-content {
	font-size: 15px;
	line-height: 1.5;
}
.content1 .span4:first-child,
.our-blog .span4:first-child {
	margin-left: 0;
}
.content1 {
	padding: 0 0 80px;
	position: relative;
}
.content1:after {
	content: "";
	position: absolute;
	top: 30px;
	right: 0;
	background: url('../images/content_right_bg.png') no-repeat 0 0;
	width: 155px;
	height: 162px;
	display: block;
}
.content1 article {
	position: relative;
	z-index: 1;
}
/* appoinment style starts */
.appointment {
	position: relative;
	background: url('../images/home_midpan_bg.png') no-repeat 50% 0;
	background-size: cover;
	color: #fff;
}
.appointment:before, .appointment:after {
	content: "";
	position: absolute;
	display: block;
	background: no-repeat 0 0;
}
.appointment:before {
	background-image: url('../images/app_left_block.png');
	width: 184px;
	height: 177px;
	left: 0;
	bottom: 0;
}
.appointment:after {
	background-image: url('../images/app_right_block.png');
	width: 121px;
	height: 68px;
	bottom: 0;
	right: 0;
}
.banner-slider h2:after,
.appointment h2:after,
.slogan h2:after {
	display: none;
}
.appointment p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 0;
}
.appointment-left {
	float: left;
	width: 580px;	
}
.appointment-right {
	float: right;
	width: 350px;
}
.appointment-right a.tel {
	float: right;
	font-size: 40px;
	font-weight: 600;
	animation: text-shadow 2s ease-in-out infinite;
	text-shadow: 1px 1px 2px #000;
}
@keyframes text-shadow {
    0% {  
        transform: translateY(0);        
    }

    20% {  
        transform: translateY(-1em);        
    }

    40% {  
        transform: translateY(0.5em);
    }
    
   60% {
        transform: translateY(-0.25em);
    }

    80% {  
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
      animation: none !important;
      transition: none !important;
    }
}
.app-block-height {
	height: 224px;
}
/* appoinment style end */
/* self healing style start */
.self-healing {
	padding: 70px 0;
	background-color: #FCFCFC;
	position: relative;
	font-weight: 500;
}
.self-healing article {
	position: relative;
}
.self-healing-title {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
.self-healing:before, .self-healing:after {
	content: "";
	position: absolute;
	display: block;
	background: no-repeat 0 0;
}
.self-healing h4 {
	font-weight: 600;
}
.self-healing:before {
	background-image: url('../images/self_healing_left_block.png');
	width: 743px;
	height: 578px;
	left: 0;
	bottom: 15px;
}
.self-healing:after {
	background-image: url('../images/self_healing_right_block.png');
	width: 247px;
	height: 135px;
	top: 0;
	right: 0;
}
/* self healing style end */
/* our blog style start */
.our-blog {
	position: relative;
	padding: 70px 0 50px;
}
.our-blog:after {
	content: "";
	position: absolute;
	top: 45px;
	right: 0;
	display: block;
	background:  url('../images/blog_bg1.png') no-repeat 0 0;
	width: 160px;
	height: 162px;
}
.our-blog .blog-title h4 {
	font-size: 16px;
	line-height: 30px;
}
.our-blog .blog-title {
	margin: 0 auto 40px;
	text-align: center;
}
.recent-blog-cont {
	background: #FFFFFF;
	box-shadow: 0 0 14px 0 rgba(0,0,0,0.06);
	-webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,0.06);
	border-radius: 10px;
}
.our-blog img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}
.recent-blog-content {
	padding: 25px 30px;
}
.recent-blog-content h4 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
	font-weight: 600;
}
.recent-blog-content p {
	font-size: 15px;
	line-height: 23px;
}
.recent-blog-content span.date {
	display: block;
	font-size: 13px;
	line-height: 17px;
	font-weight: 400;
	color: #FA6400;
	padding: 0 0 10px;
}
.blog-btn-cont {
	text-align: center;
	padding: 40px 0 0;
	clear: both;
}
/* our blog style end */
/* footer style start */
footer {
	background:  url('../images/footer_bg.jpg') no-repeat 0 0;
	background-size: cover;
	position: relative;
	padding: 50px 0 25px;	
}
footer, footer a {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}
footer:before, footer:after {
	content: "";
	position: absolute;
	display: block;
	background: no-repeat 0 0;
}
footer:before {
	background-image: url('../images/footer_left_block.png');
	width: 184px;
	height: 263px;
	left: 0;
	bottom: 65px;
}
footer:after {
	background-image: url('../images/footer_right_bg.png');
	width: 520px;
	height: 301px;
	bottom: 0;
	right: 0;
	z-index: 4;
}
footer .container {
	position: relative;
}
footer h5 {
	color: #fff;
}
footer h5:after {
	content: "";
	width: 26px;
	height: 3px;
	background-color: #FA6400;
	display: block;
	margin-top: 7px;
}
.footer-top {
	min-height: 195px;
}
.footer-top li {
	margin-bottom: 5px;
}
.footer-top .privacy-box {
	position: relative;
	z-index: 5;
}
.footer-top .privacy-box:before {
	content: "";
	position: absolute;
	bottom: -92px;
	left: -100px;
	display: block;
	background: url('../images/footer-graphics.png') no-repeat 0 0;
	width: 112px;
	height: 238px;
	display: block;
}
.footer-top .privacy-box p {
	margin-bottom: 15px;
	word-break: break-word;
}
.footer-top .privacy-box span {
	display: block;
	padding-top: 3px;
}
.footer-top .privacy-box a {
	font-size: 16px;
}
.tel {
	color: #fff;
	cursor: text;
}
.tel:hover {
	color: #fff;
}
.footer-bottom {
	margin: 25px 0 0;
	clear: both;
}
.footer-bottom p {
	margin-bottom: 0;
}
.footer-bottom ul {
	font-size: 0;
}
.footer-bottom li {
	display: inline-block;
	background:  url('../images/divider.png') no-repeat 0 50%;
	font-size: 13px;
	padding: 0 5px;
}
.footer-bottom li:first-child {
	background: none;
	padding-left: 0;
}
/* footer style end */

