@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Dosis:400,600);


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, * focus {
	outline: none!important;
	margin: 0;
	padding: 0;
}
a:hover{
	text-decoration:none!important;
}
html, body {
    height:100%;
}
body{
	font-family: 'Open Sans', sans-serif!important;
	font-weight:normal;
	line-height: 30px!important;
	font-size: 15px!important;
	color: #444!important;
	text-decoration: none;
	height:100%;
	background-color:#fff;
}
@media screen and (max-width : 768px) {
body{	
	line-height: 28px!important;
	font-size: 14px!important;
}
}
.container{	
	padding:30px 0;
	position:relative;
}
.wrap{
	min-width: 992px;
	max-width:1150px;
	width:94%;
	margin: auto;
	position: relative;
	padding: 0;
}
.res-hide{
}
.res-show{
	display:none!important;
}
@media screen and (max-width : 960px) {
.wrap{
	min-width: 94%;
	max-width:94%;
	margin: auto;
	position: relative;
	padding: 0;
}
}
@media screen and (max-width : 768px) {
.wrap{
	min-width: 94%;
	max-width:94%;
	margin: auto;
	position: relative;
	padding: 0;
}
.res-hide{
	display:none!important;
}
.res-show{
	display:block!important;
}
}
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.top-nav{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-size:13px;
	background-color:#0f4a8c;
	clear:both;
	overflow:hidden;
}
.top-nav .container{
	padding-top:0;
	padding-bottom:0;
}
.top-nav .btn-demo{
}
.top-nav span{
	color:rgba(255,255,255,1);
	padding:0 5px 0 0;
	margin:0 0 0 5px;
	font-weight:700;
	font-size:18px;	
}
.top-nav span a{
	color:rgba(255,255,255,1);
}
.top-nav span i{
	margin:0 5px 0 0;
	color:#ffcc00;
	font-size:22px;
}
.top-nav .social{
	float:right;
	font-weight:700;
	font-size:16px;
}
.top-nav .social ul{
}
.top-nav .social ul li{
	list-style:none;
	float:left;
	margin:0 5px 0 0;
}
.top-nav .social ul li i{
	color:#fff;
	background-color:rgba(0,0,0,0);
	width:25px;
	height:40px;
	line-height:40px;
	font-size:16px;
	text-align:center;
}
.affix {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	border-top: 0;
	border-bottom:solid 0px #fff;
	box-shadow:0px 0px 5px #000;
	padding:0;
	background-color:rgba(255,255,255,1);
	-webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
}
.home-banner .affix{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	border-top: 0;
	border-bottom:solid 0px #fff;
	box-shadow:0px 0px 5px #000;
	padding:0;
	background-color:rgba(255,255,255,1);
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.home-banner .affix .logo2{
	display:none;	
}
.home-banner .affix .logo{
	display:block;
	width:32%;
}
.affix .logo{
	width:32%;
}
.affix .logo img{
	height:45px;
}
.affix .header-right{
	width:68%;
}
.affix .header-right .t-menu{
	margin:3px 0;
}
.affix .call{
	display:block;
}
header{
	position: -webkit-sticky;
	width: 100%;
	padding:1px 0 0 0;
	border-top:solid 0px #006699;
	border-bottom:solid 0px #006699;
	background-color:rgba(255,255,255,1);
}
header .container{
	padding-top:0;
	padding-bottom:0;
}
header .logo{
	float:left;
	width:25%;
	padding:4px 0;
}
header .logo img{
	height:60px;
	width:auto;
	max-width:100%;
}
header .logo2{
	float:left;
	width:25%;
	padding:4px 0;
	display:none;
}
header .logo2 img{
	width:auto;
	height:70px;
}
header .header-right{
	float:left;
	width:75%;
}
header .header-right .t-menu{
	margin:10px 0;
}
header .call{
	position:absolute;
	z-index:1;
	right:0%;
	background-color:#e67918;
	padding:5px 10px;
	border-radius:0 0 10px 10px;
	color:#fff;
	font-family: 'Dosis', sans-serif!important;
	font-weight:700;
	font-size:20px;
	letter-spacing:1px;
	display:none;
}
header .call a{	
	color:#fff;
}
header .call i{
	background-color:rgba(0,0,0,.3);
	padding:8px;
	border-radius:50%;
}
.home-banner header{
	position: -webkit-sticky;
	position:absolute;
	z-index:10;
	left:0;
	width: 100%;
	padding:1px 0 0 0;
	border-top:solid 0px #006699;
	border-bottom:solid 0px #006699;
	background-color:rgba(0,0,0,0);
	box-shadow:inset 0px 70px 50px rgba(0,0,0,0);
	padding:10px 0;
}
.home-banner header .logo{
	display:none;
}
.home-banner header .logo2{
	display:block;
}
.g-review{
	position:fixed;
	z-index:1000;
	right:10px;
	bottom:50px;
}
@media screen and (max-width : 992px) {
.top-nav{
		overflow:visible;
}
.top-nav .text-center{
	text-align:left;
}
.home-banner .affix .logo2{
	display:none;	
}
.home-banner .affix .logo{
	display:block;
	width:100%;
}
.affix .logo{
	width:100%;
}
header{
	position: -webkit-sticky;
	background-color: #fff;
	width: 100%;
	padding:1px 0 0 0;
	position:relative;
	z-index:auto;
	padding:0;		
}
header .logo{
	float:none;
	width:100%;
	padding:4px 0;
}
header .logo img{
	width:auto;
	height:45px;
	max-width:80%;
}
header .logo2{
	float:none;
	width:100%;
	padding:4px 0;
	display:none;
}
header .logo2 img{
	width:auto;
	height:30px;
}
.affix .logo2 img{
	height:40px;
	width:auto;
}
header .header-right{
	float:none;
	width:100%;
}
header .header-right .t-menu{
	margin:0;
}
header .call{
	position:fixed;
	z-index:100;
	left:0;
	bottom:0;
	width:100%;
	background-color:#006699;
	padding:0;
	border-radius:0;
	color:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,.5);
	border:solid 1px rgba(255,255,255,0);
	border-top:0;
	font-size:17px;
	letter-spacing:0px;
	text-align:center;
}
header .call a{	
	color:#fff;
	float:left;
	width:50%;
	text-align:center;
	padding:5px 0;
}
header .call a.bdr{	
	box-shadow:-1px 0 0px rgba(0,0,0,.4);
}
header .call i{
	background-color:rgba(0,0,0,0);
	padding:6px 8px;
	border-radius:50%;
}
.home-banner header{
	position:relative;
	position: -webkit-sticky;
	width: 100%;	
	border-top:solid 0px #006699;
	border-bottom:solid 0px #006699;
	background-color:rgba(255,255,255,1);
	box-shadow:inset 0px 70px 50px rgba(0,0,0,0);
	padding:1px 0;
}
.home-banner header .logo{
	display:block;
}
.home-banner header .logo img{
	height:45px;
}
.home-banner header .logo2{
	display:none;
}
}


@media screen and (max-width : 768px) {
.top-nav{	
	height:3px;
	line-height:normal;
	font-size:13px;
	background-color:#0f4a8c;
}
}

.home-banner{
	width:100%;
	height:auto;
	position:relative;
	border-bottom:solid 5px #0f4a8c;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/home-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}
.home-banner .hb{
	width:100%;
	height:auto;
}
.home-banner .hb-l{
	float:left;
	width:50%;	
}
.home-banner .hb-l img{
	max-width:100%;
	height:auto;
}
.home-banner .hb-r{
	float:left;
	width:50%;	
	text-align:center;
}
.home-banner .hb-r img{
	max-width:100%;
	height:auto;
}
.home-banner h4{
	color:#fff;
	font-size:28px!important;
}
.home-banner h4 strong{
	color:#ffcc00;
}

.banner-bottom{
	width:100%;
	padding:0;
	background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7)); /*Safari 5.1-6*/
  	background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7)); /*Opera 11.1-12*/
  	background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7)); /*Fx 3.6-15*/
  	background: linear-gradient(to rgba(0,0,0,0),rgba(0,0,0,.7)); /*Standard*/
	position:absolute;
	z-index:800;
	bottom:0;
}
.banner-bottom ul{	
}
.banner-bottom ul li{
	float:left;
	list-style:none;
	width:23%;
	text-align:center;
	margin:0 1%;
}
.banner-bottom ul li a{
	display:block;
	font-weight:700;
	font-size:12px;
	color:#fff;
	text-shadow:1px 1px 3px rgba(0,0,0,.5);
}
.banner-bottom ul li a img{	
	background-color:#006699;
	border:solid 5px rgba(255,255,255,1);
	box-shadow:0px 0px 3px rgba(0,0,0,1);		
	width:100px!important;
	height:auto;
	padding:5px;
	border-radius:50%;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.banner-bottom ul li a:hover img{
	background-color:#dd2627;
}
.banner-bottom h3{
	font-weight:700;
	color:#000;
}


@media screen and (max-width : 992px) {
.home-banner{
	width:100%;
	height:auto;
}
.home-banner h4{
	color:#fff;
	font-size:18px!important;
}
.home-banner h4 strong{
	color:#ffcc00;
}
.slider{
	background-color:#006699;
}
.banner-bottom{
	width:100%;
	padding:10px 0;
	position:relative;
	z-index:auto;
	bottom:0;
	border-top:solid 3px #111;
}
.banner-bottom ul{	
}
.banner-bottom ul li{
	float:left;
	list-style:none;	
}
.banner-bottom ul li a{
	font-size:10px;
}
}
@media screen and (max-width : 768px) {
.banner-bottom{
	width:100%;
	padding:10px 0;
	position:relative;
	z-index:auto;
	bottom:0;
	border-top:solid 3px #111;
}
.banner-bottom ul{	
}
.banner-bottom ul li{
	float:left;
	list-style:none;
	width:48%;
	margin:0 1%;
}
.banner-bottom ul li a{
	font-size:10px;
}
}



.home-0{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/home-1.html);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding:200px 0 0 0;
	position:relative;
	font-size:16px;
	color:#000;
	box-shadow:inset 0px 50px 80px rgba(0,0,0,.4);
}
.home-0 .container{
	width:100%;
	padding:30px 5%!important;
	background-color:rgba(255,255,255,.9);
}
.home-0 ul{	
}
.home-0 ul li{
	float:left;
	list-style:none;
	width:14.66%;
	text-align:center;
	margin:1%;
}
.home-0 ul li a{
	display:block;
	font-weight:700;
	font-size:12px;
	color:#006699;
}
.home-0 ul li a img{
	background-color:rgba(0,0,0,.7);
	border:solid 5px rgba(255,255,255,.2);
	padding:15px;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.home-0 ul li a:hover img{
	background-color:rgba(221,38,39,.95);
}
.home-0 .container h3{
	font-weight:700;
	color:#000;
}
@media screen and (max-width : 768px) {
.home-0{
	background-attachment: scroll;
	background-size: 100%;
	background-image: url(../images/home-1.html);
	background-repeat: no-repeat;
	background-position: center -30px;
	padding:100px 0 0 0;
	position:relative;
	font-size:16px;
	color:#000;
	box-shadow:inset 0px 50px 80px rgba(0,0,0,.4);
}
.home-0 ul{	
}
.home-0 ul li{
	float:left;
	list-style:none;
	width:31.33%;
	text-align:center;
	margin:1%;
}
.home-0 ul li a{
	display:block;
	font-weight:400;
	font-size:11px;
	color:#006699;
	line-height:normal;
}
.home-0 ul li a img{
	background-color:rgba(0,0,0,.7);
	border:solid 5px rgba(255,255,255,.2);
	padding:15px;
	width:auto;
	height:auto;
	max-width:75%;
}
}

.h-service{
	position:relative;
}
.h-service h2{
	margin:0 0 50px 0!important;
	text-align:center;
	color:#fff!important;
}
.h-service a{	
	display:inline-block;
	width:100%;
	position:relative;
	height:100%;
	color:#fff;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.h-service a:hover{
	color:#fff;
}
.h-service a .hs-box{
	background-color:rgba(221,38,39,.8);
	margin:240px 0 0 0;
	height:100%;
	padding:15px;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-shadow:1px 1px 3px rgba(0,0,0,.5);	
}
.h-service a:hover .hs-box{
	margin:0;
	background-color:rgba(221,38,39,.9);
}
.h-service a .hs-box ul li {
	list-style:none;
	float:left;
	width:50%;
	font-size:11px;
}


h1,h2,h3,h4{	
	font-family: 'Dosis', sans-serif!important;
	font-weight:600!important;
}
.container h1{
	font-size: 30px;
	line-height: normal;
	color: #069;
	margin:0 0 10px 0;
}
.container h1 a{
	color: #069;
	text-decoration:none;
}
h4{
	font-size: 20px;
	line-height: normal;
	color: #069;
	margin-bottom: 10px;
}
h5{
	font-size: 16px!important;
	line-height: normal;
	color: #dd2627!important;
}
h6{
	font-size: 16px!important;
	font-style:italic;
	line-height:32px!important;
	color:#777!important;
}
@media screen and (max-width : 480px) {
h1{
	font-size:150%!important;
}
h2{
	font-size:140%!important;
}
h3{
	font-size:130%!important;
}
h4{
	font-size:120%!important;
}
h5{
	font-size:110%!important;
}
}
.container h2{
	line-height: normal;
	font-weight: lighter;
	color: #222;
	margin-bottom: 10px;
	font-size:28px;
	font-weight:700;
}
.container h3{
	font-size: 20px;
	line-height: normal;
	font-weight: lighter;
	color: #006699;
	margin:0 0 0 0;
}
.h-award{	
	border-right:solid 1px rgba(255,255,255,.5);
}
.h-award h3{
	color:#fff!important;
	margin:0 0 10px!important;
}
.h-award ul{
}
.h-award ul li{
	list-style:none;
	float:left;
	width:23%;
	margin:0 2% 0 0;
	border:solid 3px #fff;
}
.h-award ul li img{
	width:100%;
	height:auto;	
}
.img-thumbnail{
	margin-top:10px;
	margin-bottom:15px;
}

@media screen and (max-width : 992px) {
.h-award{	
	border-right:solid 0px rgba(255,255,255,.5);
}

}


.h-event{
	text-align:center;	
}
.h-event img{
	width:80%;
	height:auto;
	padding:5px;
	box-shadow:0px 0px 3px rgba(0,0,0,.5);
	background-color:rgba(255,255,255,.8);
}

.home-visit{
	background-image: url(../images/home-visit.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:center center;
	text-align:left;
	box-shadow:inset 0px -100px 100px -50px rgba(0,0,0,.5);
	border-bottom:solid 3px #eee;
	text-shadow:1px 1px 4px rgba(0,0,0,.5);
	position:relative;
	border-bottom:solid 5px #006699;
	padding:0 0;
	overflow:hidden;
	color:#fff;
	font-size:20px!important;
}
.home-visit h1{
	color:#ffcc00!important;
	margin:0 0 20px 0!important;
	padding:0 0 15px 0!important;
	position:relative;
}
.home-visit h1 span{
	position:absolute;
	width:80px;
	height:2px;
	background-color:#fff;
	left:0;
	bottom:0;
}
.home-visit h2{
	color:#ffcc00!important;
	margin:0 0 20px 0!important;
	padding:0 0 15px 0!important;
	position:relative;
}
.home-visit h2 span{
	position:absolute;
	width:80px;
	height:2px;
	background-color:#fff;
	left:0;
	bottom:0;
}
.home-visit .fa{
	color:#ffcc00;
}
.home-visit h4{
	color:#FFF;
	font-weight:400!important;
}
.home-visit h4 a{
	color:#FF6600;
	font-weight:700;
}
.home-visit form{
	background-color:rgba(0,0,0,.8);
	padding:20px;
	border-radius:20px;
	margin:10px 0 0 0;
}
.home-visit ul{
	margin:10px 0 0 0!important;
}
.home-visit ul li{
	list-style-type: none;
	padding:0 0 0 33px;
	text-indent:3px;
	border-left:solid 0px #FF6600;
	margin:15px 0!important;
	text-align:left;
	line-height:normal;
}
.home-visit ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -33px;
    content: "\f00c";
	color: #ffcc00;
	font-size:18px;
}
.home-visit input[type="text"], .home-visit input[type="tel"], .home-visit input[type="email"] {
	border:solid 0px rgba(0,0,0,.1);
	border-bottom:solid 1px rgba(255,255,255,.5);
	color: #fff;
	height: 40px;
	background-color:rgba(255,255,255,0);
	border-radius:0;
}
.home-visit input[type="text"]:focus, .home-visit input[type="email"]:focus, .home-visit input[type="tel"]:focus{ 
	border-bottom:solid 1px #075482;	
}
.home-visit .f-user:before {
    color: #ffcc00;
    bottom: 10px;
}
.home-visit .f-email:before {
    color: #ffcc00;
    bottom: 10px;
}
.home-visit .f-message:before {
    color: #ffcc00;
    bottom: 10px;
}
.home-visit .f-mobile:before {
    color: #ffcc00;
    bottom: 10px;
}


.home-visit input[type="submit"] {	
	display:block;
	border:0!important;
	background-color:#ffcc00!important;
	height:50px!important;
	line-height:50px!important;
	color:rgba(0,0,0,.8);
	text-decoration:none!important;
	padding:0 15px!important;
	border-radius:3px!important;
	font-weight:bold!important;
	font-size:18px!important;
	margin:5px 0 0 0!important;
	box-shadow:inset 0px 25px 3px rgba(255,255,255,.2)!important;
}

.f-user:before {
    color: #0f4a8c;
}
.f-email:before {    
    color: #0f4a8c;
}
.f-message:before {    
    color: #0f4a8c;
}
.f-phone:before {   
    color: #0f4a8c;
}
.bb{
	background-color:#006699;
	text-align:center;
	font-weight:700!important;
	color:#fff;
}
.bb strong{
	font-size:18px;
	font-weight:700!important;
	color:#fff;
}
.bb img{
	width:45px;
	height:auto;
	margin:0 0 10px 0;
}
@media screen and (max-width : 768px) {
.g-cap{
	text-align:center!important;
}
.g-cap .g-recaptcha{
	text-align:center!important;
	margin:0 auto;
}

.home-visit{
	font-size:14px!important;
	padding:0px 0;
}
.home-visit form{
	margin:10px 0 0 0;
}
.bb{
	font-size:10px;
	line-height:normal;
}
.bb img{
	width:45px;
	height:auto;
	margin:0 0 5px 0;
}
}



.inner-banner{
	background-size: 100%;
	background-image: url(../images/inner-bg.jpg);
	background-repeat: no-repeat;
	background-position:center bottom;
	text-align:left;
	box-shadow:inset 0px -100px 100px -50px rgba(0,0,0,.5);
	border-bottom:solid 3px #eee;
	text-shadow:1px 1px 4px rgba(0,0,0,.5);
	position:relative;
	border-bottom:solid 5px #006699;
	padding:250px 0 0 0 ;
	overflow:hidden;
}
.banner-s{	
	padding:80px 0 0 0!important ;
}
.inner-banner img{
	width:100%;
	height:auto;
}
.inner-banner h1{
	color:#fff;
	font-size:35px;
	line-height:normal;
	width:100%;
}
.inner-banner h3{
	color:#fff;
	font-size:16px;
	font-family: 'Open Sans', sans-serif!important;
}
@media screen and (max-width : 768px) {
.inner-banner{
	padding:25px 0;
}
.banner-s{	
	padding:0px 0!important ;
}
}


.container p{
	margin:0 0 25px 0;
	text-align:justify;
}
.container p a{
	color:#ff6600;
	text-decoration:none;
}
.container .heading{
	text-align:center;
}
.container .heading h2{
	text-align:center;
	display:inline-block;
	color:#3399ff;
	border-bottom:solid 3px #999;
	font-size:35px;
	line-height:normal;
	margin:0 0 20px 0;
}
.container .heading h2 a{	
	color:#3399ff;
	text-decoration:none;
}
.container .heading h2 a:hover{
	color:#666;
}



.container2{
	background-color: #083a71;
	color: #fff;
	box-shadow:inset 0px 0px 100px rgba(0,0,0,.5);
}
.container2 h2{
	color:#fff;
	margin:0 0 30px 0;
	font-weight:lighter;
	font-size:36px;
}
.container2 h3{
	color:#fff;
}
.container2 .no{
	font-size:40px;
	line-height:normal;
	font-weight:700;
	text-align:left;
}
.container2 .call{
	font-size:120px;
	line-height:normal;
	font-weight:700;
	text-align:left;
	letter-spacing:20px;	
}
@media screen and (max-width : 768px) {
.container2{
	background-color: #006699;
	color: #fff;
	background-image: url(../images/girl.html);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:50%;
	padding:10px 0 30px 0;
}
.container2 .no{
	font-size:25px;
	text-align:left;
	text-shadow:1px 1px 3px rgba(0,0,0,.5);
}
.container2 .call{
	font-size:50px;
	text-align:left;
	letter-spacing:2px;
	text-shadow:1px 1px 3px rgba(0,0,0,.5);
}
}
.container3{
	background-color: #083a71;
	color: #fff;
	box-shadow:inset 0px 0px 100px rgba(0,0,0,.5);
}
.container3 h2{
	color:#fff;
	margin:0 0 30px 0;
}
@media screen and (max-width : 768px) {
.container3 h2{
	color:#fff;
	margin:30px 0 0 0;
}
}
.container-red{
	background-color:#fff;
	box-shadow:inset 0px 0px 100px rgba(0,0,0,.2);
	border-top:solid 3px #fff;
}
.container-red img{
	width:auto;
	height:auto;
	max-width:320px;
	border-radius:25px 0 25px 0;
	margin:0 0 0 15px;
}
.container-red p{
	text-align:justify;
}
.container-red ul{
	margin:0;
}
.container-red ul li{
	list-style-type: none;
	padding:0 0 0 33px;
	text-indent:3px;
	font-size:14px;
	border-left:solid 0px #FF6600;
	margin:0 2% 10px 0;
}
.container-red ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -33px;
    content: "\f00c";
	color: #006699;
	font-size:18px;
}
.container-red .list-subcat{
	margin:0;
}
.container-red .list-subcat li{
	list-style-type: none;
	padding:0;
	text-indent:3px;
	font-size:15px;
	font-weight:700;
	margin:2%;
	text-align:center;
	float:left;
	width:21%;
}
.container-red .list-subcat li a{
	background-color:#fff;
	display:block;
	color:#006699;
	border:solid 3px rgba(0,0,0,.1);
	padding:15px 0;
	border-radius:10px 0 10px 0;
	box-shadow:5px 5px 0px rgba(0,0,0,.3);
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.container-red .list-subcat li a:hover{
	background-color:rgba(0,0,0,.5);
	display:block;
	color:#fff;
}
.container-red .list-subcat li:before {
    font-family: font-family: 'Open Sans', sans-serif!important;
    top:0;
	margin:0;
    content: "";
	color: #fff;
	font-size:18px;
}
@media screen and (max-width : 920px) {
.container-red .list-subcat li{
	list-style-type: none;
	padding:0;
	text-indent:3px;
	font-size:12px;
	font-weight:700;
	margin:2%;
	text-align:center;
	float:left;
	width:46%;
}
.container-red .list-subcat li a{
	border:solid 3px rgba(0,0,0,.1);
	padding:10px 0;
	border-radius:5px 0 5px 0;
	box-shadow:3px 3px 0px rgba(0,0,0,.3);
}
}
@media screen and (max-width : 480px) {
.container-red .list-subcat li{
	list-style-type: none;
	padding:0;
	text-indent:3px;
	font-size:12px;
	font-weight:700;
	margin:5%;
	text-align:center;
	float:none;
	width:90%;
}
.container-red .list-subcat li a{
	border:solid 3px rgba(0,0,0,.1);
	padding:10px 0;
	border-radius:5px 0 5px 0;
	box-shadow:3px 3px 0px rgba(0,0,0,.3);
}
}




.testimonials{	
	background-color:#fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding:30px 0;
	position:relative;
	box-shadow:inset 0 50px 50px rgba(0,0,0,.1);
}
.testimonials h2{
	margin:0 0 30px 0;
}
.testimonials h4 a{	
	font-weight:700;
	color:#F30;
}
.testimonial{
	margin:0 0 30px 0;
}
.testimonial img{
	width:100px;
}
.testimonial .t-con{
	padding:25px;
	background-color:#eee;
	position:relative;
	margin:0 0 35px 0;
	color:#333;
	font-style:italic;
	border-radius:3px;
}
.testimonial .t-con .t-arrow{
	width:34px;
	height:34px;
	background-color:#eee;
	position:absolute;
	z-index:10;
	bottom:-17px;
	left:40px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
}
@media screen and (max-width : 768px) {
.testimonials{	
	font-size:12px;
	padding:10px 0;
}
}
@media screen and (max-width : 480px) {
.testimonial img{
	width:80px;
}
}

.contact{
	text-align:center;
	margin:20px 0;
}

.contact i{
	width:70px;
	height:70px;
	line-height:70px;
	font-size:40px;
	border-radius:50%;
	background-color:#f58634;
	color:#fff;
	margin:0 0 15px 0;
}
.contact iframe{
	width:100%!important;
	height:200px!important;
	padding:10px;
	margin:15px 0 0 0;
	box-shadow:1px 1px 3px rgba(0,0,0,.5);
}




.smile-gal{
}

.smile-gal img{
	height:380px;
	width:auto;
	padding:7px;
	box-shadow:0px 0px 3px rgba(0,0,0,.5);
	margin:0 10px;
}

.box1{	
}
.box1 .img{
	width:100%;
	height:auto;
	height:auto;
}
.box1 .img img{
	width:100%;
	height:auto;
	border:solid 3px #fff;
	box-shadow:0px 0px 5px #ccc;
}
.box1 h3{
	border-bottom:solid 1px #ddd;
	padding:10px 0;
	margin:0 0 10px 0;
	font-size:20px;
	text-align:left;
	font-family: 'Museo700-Regular';
	color:#09C;
}
.blog{
	background-color:#f9f9f9;
	border:solid 1px #eee;
	border-radius:4px;
	padding:20px;
	text-align:center;
	margin:10px 0;
}
.blog .blog-img{
	width:250px;
	height:250px;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto 20px auto;
	border:solid 3px #fff;
}
.blog .blog-img img{
	width:auto;
	height:250px;
	min-width:250px;
}
.blog p{
	margin:0 0 20px 0;
}
.form-box{
	border:solid 5px #ddd;
	background-color:#f9f9f9;
	box-shadow:10px 10px 0px rgba(0,0,0,.3);
	margin:0!important;
	padding:10px;
}
.form-box iframe{
	margin:0!important;
	padding:0!important;
}
.video{
	background-color:#f9f9f9;
	border-radius:10px;
	width:100%;
	height:350px;
	box-shadow:10px 10px rgba(0,0,0,.2);
}
.video iframe{
	margin:0!important;
	padding:0!important;
	width:100%;
	height:350px;
	border-radius:10px;
}

input[type="text"] {
	font-size: 14px;
	border: 0px;
	border:solid 3px rgba(0,0,0,.1);
	color: #666;
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 46px;
	margin:5px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:25px;
	line-height:1!important;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus { 
border-bottom:solid 3px #075482;	
}
input[type="tel"] {
	font-size: 14px;
	border: 0px;
	border:solid 3px rgba(0,0,0,.1);
	color: #666;
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 46px;
	margin:5px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:25px;
	line-height:1!important;
}
input[type="number"] {
	font-size: 14px;
	border: 0px;
	border:solid 3px rgba(0,0,0,.1);
	color: #666;	
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 46px;
	margin:5px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:25px;
	line-height:1!important;
}
input[type="email"] {
	font-size: 14px;
	border: 0px;
	border:solid 3px rgba(0,0,0,.1);
	color: #666;
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 46px;
	margin:5px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:25px;
	line-height:1!important;
}
select {
	font-size: 14px;
	border: 0px;
	border:solid 3px rgba(0,0,0,.1);
	color: #666;
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 46px;
	margin:5px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:25px;
	line-height:1!important;
}
select option {	
	color: #666;
}
textarea {
	font-size: 14px;
	border: 0px;
	border:solid 3px rgba(0,0,0,.1);
	color: #666;
	padding: 10px 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 138px;
	margin:5px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:25px;
	line-height:1!important;
}
.f-user:before {
    content: "\f2c0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0f4a8c;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 25px;
}
.f-map:before {
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0f4a8c;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 25px;
}
.f-email:before {
    content: "\f2b7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0f4a8c;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 25px;
}
.f-message:before {
    content: "\f044";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0f4a8c;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 25px;
}
.f-mobile:before {
    content: "\f10b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0f4a8c;
    font-size: 26px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 27px;
}

.btn1{
	display:inline-block;
	background-color:#006699;
	line-height:30px;
	height:30px;
	color:#fff;
	text-decoration:none;
	padding:0 15px;
	border-radius:3px;
	font-weight:bold;
	font-size:14px;
	margin:5px 0 0 0;	
}
.btn1:hover{
	text-decoration:none;
}
.btn2{
	display:inline-block;
	background-color:#006699;
	line-height:50px;
	color:#fff;
	text-decoration:none;
	padding:0 25px;
	border-radius:3px;
	font-weight:bold;
	font-size:18px;
	margin:5px 0 0 0;
	box-shadow:inset 0px 25px 3px rgba(255,255,255,.2);
}
.btn2:hover{
	text-decoration:none;
	background-color:#FF3300;
	color:#fff;
}
.btn2-2{
	display:inline-block;
	background-color:#FF6600;
	line-height:50px;
	color:#fff;
	text-decoration:none;
	padding:0 25px;
	border-radius:3px;
	font-weight:bold;
	font-size:18px;
	margin:5px 0 0 0;
	box-shadow:inset 0px 25px 3px rgba(255,255,255,.2);
}
.btn2-2:hover{
	text-decoration:none;
	background-color:#333;
	color:#fff;
}
.btn3{
	display:inline-block;
	background-color:#fff;
	box-shadow:inset 0px 0px 0px 2px #006699;
	line-height:50px;
	height:50px;
	color:#666;
	text-decoration:none;
	padding:0 30px;
	border-radius:8px;
	font-weight:bold;
	font-size:14px;
	margin:5px 0 0 0;
}
.btn3:hover{
	text-decoration:none;
}
.btn4{
	display:inline-block;
	background-color:rgba(0,0,0,.05);
	box-shadow:inset 0px 0px 0px 2px #fff;
	line-height:50px;
	height:50px;
	color:#fff;
	text-decoration:none;
	padding:0 30px;
	border-radius:8px;
	font-weight:bold;
	font-size:14px;
	margin:5px 0 0 0;
}
.btn4:hover{
	text-decoration:none;
}
.btn4-2{
	display:inline-block;
	background-color:rgba(0,0,0,.05);
	box-shadow:inset 0px 0px 0px 2px #fff;
	line-height:30px;
	height:30px;
	color:#fff;
	text-decoration:none;
	padding:0 15px;
	border-radius:8px;
	font-weight:bold;
	font-size:13px;
	margin:0px 0 8px 0 ;
}
.btn4-1:hover{
	text-decoration:none;
}
.btn5{
	display:inline-block;
	background-color:#006699;
	line-height:30px;
	height:30px;
	color:#fff;
	text-decoration:none;
	padding:0 15px;
	border-radius:3px;
	font-weight:bold;
	font-size:14px;
	margin:5px 0 0 0;	
}
.btn5:hover{
	text-decoration:none;
}
.btn-file {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	line-height: 35px;
	height: 35px;
	background-color: #FFF;
	cursor: pointer;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #ccc;
	margin:5px 0;
}
.btn-file:hover {	
	background-color:#f9f9f9;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}


.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,1)!important;
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control:hover,
.carousel-control:focus {
  	color: #fff;
  	text-decoration: none;
  	filter: alpha(opacity=90);
  	outline: 0;
  	opacity: .9;
}
.carousel-control.left, .carousel-control.right{
	width:50px;
	height:50px;
	line-height:50px;
  	position: absolute;
  	top: 50%;
  	z-index: 5;
  	display: inline-block;
  	margin-top: -25px;
  	font-size:26px;
  	text-align:center;
}
.carousel-control.left i{
  	left: 50%;
  	margin-left: -10px;
}
.carousel-control.right i{
  	right: 50%;
  	margin-right: -10px;
}
@media screen and (max-width : 768px) {
.carousel-control.left, .carousel-control.right{
	width:30px;
	height:30px;
	line-height:30px;
  	margin-top: -15px;
  	font-size:16px;
}
}

.footer-form{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/form-bg.html);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding:30px 0;
	position:relative;
	font-size:16px;
	color:#fff;	
}
.footer-form h2{
	color:#fff;
	text-align:center;
	margin:0 0 40px 0;
	text-shadow:1px 1px 3px rgba(0,0,0,.5);	
}
.footer-form input[type="submit"] {
	background-color: rgba(0,0,0,.1);
	box-shadow:inset 0px 0px 0px 2px rgba(255,255,255,1);
	font-size: 14px;
	text-transform:capitalize;
	height:55px;
	border-radius:8px;
}
.home-banner .practo{
	top:-52px;
}
.practo{
	position:absolute;
	z-index:1;
	padding:0;
	display:inline-block;
	top:-43px;
	left:50%;
	margin-left:-80px;
	height:40px;
	overflow:hidden;
}
.practo .practo_abs_widget_button::after {
    color: white;
    content: 'Book Appointment';
    background: #1ebef0;
    position: relative;
    font-weight: 500;
    float: left;
    height: 28px;
    margin: 7px 0px 0px 5px;
    line-height: 30px;
    width: 160px;
}
.practo .practo_abs_widget_button {
    color: #1ebef0;
    font-weight: bold;
    background-color: #ffd633 !important;
    background: url('https://www.practo.com/health/widgets/c09e21045d3f994a/icon?practice_id=null') no-repeat -0px -0px !important;
    padding: 0 0 0 55px !important;
    display: inline-block;
    line-height: 41px !important;
    width: 175px !important;
    font-size: 15px;
    text-align: left;
    cursor: pointer;
    border: 0px solid #e0e0e0;
}

.affix .practo{
	position:absolute;
	z-index:1;
	padding:0;
	display:inline-block;
	top:7px;
	left:140px;
	margin-left:0;
	height:40px;
	overflow:hidden;
}
.affix .practo .practo_abs_widget_button::after {
    color: white;
    content: 'Book Appointment';
    background: #1ebef0;
    position: relative;
    font-weight: 500;
    float: left;
    height: 28px;
    margin: 7px 0px 0px 5px;
    line-height: 30px;
    width: 160px;
}
.affix .practo .practo_abs_widget_button {
    color: #1ebef0;
    font-weight: bold;
    background-color: #ffd633 !important;
    background: url('https://www.practo.com/health/widgets/c09e21045d3f994a/icon?practice_id=null') no-repeat -0px -0px !important;
    padding: 0 0 0 55px !important;
    display: inline-block;
    line-height: 41px !important;
    width: 175px !important;
    font-size: 15px;
    text-align: left;
    cursor: pointer;
    border: 0px solid #e0e0e0;
}
@media screen and (max-width : 1200px) {
.home-banner .practo{
	top:-42px;
}
.practo{
	position:absolute;
	z-index:1;
	padding:0;
	display:inline-block;
	top:-42px;
	left:50%;
	margin-left:-80px;
	height:40px;
	overflow:hidden;
}
.affix .practo{
	position:absolute;
	z-index:1;
	padding:0;
	display:inline-block;
	top:7px;
	left:130px;
	margin-left:0;
	height:40px;
	width:170px;
	overflow:hidden;
}
.affix .practo .practo_abs_widget_button::after {
    color: white;
    content: 'Book Appointment';
    background: #1ebef0;
    position: relative;
    font-weight: 500;
    float: left;
    height: 28px;
    margin: 7px 0px 0px 5px;
    line-height: 30px;
    width: 150px;
}
.affix .practo .practo_abs_widget_button {
    color: #1ebef0;
    font-weight: bold;
    background-color: #ffd633 !important;
    background: url('https://www.practo.com/health/widgets/c09e21045d3f994a/icon?practice_id=null') no-repeat -0px -0px !important;
    padding: 0 0 0 20px !important;
    display: inline-block;
    line-height: 41px !important;
    width: 160px !important;
    font-size: 15px;
    text-align: left;
    cursor: pointer;
    border: 0px solid #e0e0e0;
}
}
@media screen and (max-width : 768px) {
.home-banner .practo{
	top:10px;
}
.practo{
	position:absolute;
	z-index:10;
	right:60px;
	left:auto;
	margin-left:0;
	top:10px;
	padding:0;
	display:inline-block;
	margin-top:-2px;
	width:170px;
	overflow:hidden;
}
.practo .practo_abs_widget_button::after {
    color: white;
    content: 'Book Appointment';
    background: #1ebef0;
    position: relative;
    font-weight: 500;
    float: left;
    height: 28px;
    margin: 7px 0px 0px 5px;
    line-height: 30px;
    width: 150px;
}
.practo .practo_abs_widget_button {
    color: #1ebef0;
    font-weight: bold;
    background-color: #ffd633 !important;
    background: url('https://www.practo.com/health/widgets/c09e21045d3f994a/icon?practice_id=null') no-repeat -0px -0px !important;
    padding: 0 0 0 20px !important;
    display: inline-block;
    line-height: 41px !important;
    width: 160px !important;
    font-size: 15px;
    text-align: left;
    cursor: pointer;
    border: 0px solid #e0e0e0;
}
.affix .practo{
	position:absolute;
	z-index:10;
	right:60px;
	left:auto;
	margin-left:0;
	top:10px;
	padding:0;
	display:inline-block;
	margin-top:-2px;
	width:170px;
	overflow:hidden;
}
.affix .practo .practo_abs_widget_button::after {
    color: white;
    content: 'Book Appointment';
    background: #1ebef0;
    position: relative;
    font-weight: 500;
    float: left;
    height: 28px;
    margin: 7px 0px 0px 5px;
    line-height: 30px;
    width: 150px;
}
.affix .practo .practo_abs_widget_button {
    color: #1ebef0;
    font-weight: bold;
    background-color: #ffd633 !important;
    background: url('https://www.practo.com/health/widgets/c09e21045d3f994a/icon?practice_id=null') no-repeat -0px -0px !important;
    padding: 0 0 0 20px !important;
    display: inline-block;
    line-height: 41px !important;
    width: 160px !important;
    font-size: 15px;
    text-align: left;
    cursor: pointer;
    border: 0px solid #e0e0e0;
}
}

.footer3{
	background-color:#f9f9f9;
}
.footer3 p{
	font-size:11px;
	line-height:20px;
	margin:0;
}
.footer3 h3{
	font-size:13px;	
	margin:20px 0 10px 0;
}

.footer2{
	padding: 0;
	position: relative;
	background-color: #0f4a8c;
	width: 100%;
	overflow: hidden;
	color: rgba(255,255,255,1);
}
.footer2 h3{
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	margin:0 0 20px 0;
	font-weight:600;
}
.footer2 h3 a{
	color:#fff;	
}
.footer2 a{
	color:#fff;	
}
.footer2 p{
	font-size:13px;
	line-height:22px;
}

.footer2 .social{
	text-align:left;
	margin:0;
}
.footer2 .social ul{
	text-align:left;
	display:inline-block;
}
.footer2 .social ul li{
	list-style:none;
	float:left;
	margin:0 4px;
	border:0;
}
.footer2 .social ul li a i{
	width:30px;
	height:30px;
	font-size:16px;
	text-align:center;
	padding:5px;
	border-radius:50%;
	background-color:rgba(255,255,255,0);
	border:solid 2px rgba(255,255,255,1);
	color: rgba(255,255,255,1);
}
.footer2 ul li{
	list-style:none;
	font-size:13px;
	border-bottom:dotted 1px rgba(255,255,255,.5);
	line-height:45px;
}
.footer2 ul li i{
	font-size:20px;
	margin:0 10px 0 0;
}
.footer2 ul li a{
	color: rgba(255,255,255,1);
	display:inline-block;
}
.footer2 ul li a:hover{
	color: rgba(255,255,255,1);
}
footer{
	background-color:#083a71;
	padding: 10px 0;
	position: relative;
	color: rgba(255,255,255,1);
	font-size:13px;
	text-align:center;
	margin:0 0 70px 0;
}
.f-home-visit footer{
	margin:0 0 0 0!important;
}

.f-home-visit .practo{
	bottom:0px;
}


footer a{	
	color: rgba(255,255,255,1);
	text-decoration:none;
}

.footer-strip{
	position:fixed;
	z-index:2000;
	bottom:0;
	right:0;
	background-color:#006699;
	border-top:solid 1px #0e5797;
	box-shadow:inset 0px 3px 5px rgba(255,255,255,.3);
}
.footer-strip span{
	float:left;
	border-left:solid 1px #0e5797;
}
.footer-strip span a{
	font-weight:700;
	color:#fff;
	padding:4px 10px;
	display:block;
}
.footer-strip span a i{
	margin:0 0 0 3px;
}
.footer-strip span a:hover{
	box-shadow:inset 0px 20px 10px -5px rgba(255,255,255,.3);
}
.fix-wa{
	position:fixed;
	z-index:10;
	width:50px;
	height:50px;
	line-height:46px;
	text-align:center;
	font-size:32px;
	bottom:100px;
	right:20px;
	text-align:center;
	background-image: linear-gradient(130deg, #00ae39 0%, #00ae39 100%);
	color:#fff!important;
	padding:0px;
	border-radius:100%;
	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
	-webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
	animation-name: example2;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	border:solid 0px rgba(255,255,255,.8);
}
.fix-wa i, .fix-wa a{
	color:#fff!important;
}
@media screen and (max-width : 992px) {
.footer2 h3{
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	margin:20px 0 0 0;
	font-weight:600;
}
footer{
	padding: 10px 0;
	position: relative;
	color: rgba(255,255,255,1);
	font-size:13px;
	text-align:center;
	margin:0 0 40px 0;
}
footer div{
	display:none;
}
.fix-wa{
	width:60px;
	height:60px;
	line-height:58px;
	font-size:38px;
	bottom:52px;
	right:auto;
	left:20px;
}
}

.f-bar{
	position:fixed;
	z-index:10;
	left:0;
	bottom:0;
	width:100%;
	height:auto;
	background-color:#0f4a8c;
	box-shadow:0px 0px 15px rgba(0,0,0,.5);
}
.f-bar .container{
	padding-top:10px;
	padding-bottom:10px;
}
.f-bar .captcha{
	width:100%;
	height:47px;
	overflow:hidden;
}
.f-bar input[type="submit"] {	
	display:block;
	border:0!important;
	background-color:#ffcc00;
	height:40px!important;
	line-height:40px!important;
	color:rgba(0,0,0,.8);
	text-decoration:none!important;
	padding:0 15px!important;
	border-radius:3px!important;
	font-weight:bold!important;
	font-size:14px!important;
	margin:5px 0 0 0!important;
	box-shadow:inset 0px 25px 3px rgba(255,255,255,.2)!important;
}
.team{
	border:solid 1px #ddd;
	padding:10px;
	margin:0 0 15px 0;
	min-height:135px;
	text-align:justify;
}
.team img{
	float:right;
	margin:0 0 0 15px;
	border:solid 2px #eee;
	width:120px;
	height:auto;
	padding:5px;
}
.team h3 span{
	float:right;
}
.team h3 span a{
	text-decoration:none;
}
.team h3 span a:hover{
	color:#666;
}

.dynamic{
}

.dynamic ul{
	margin:0 0 20px 0;
}
.dynamic ul li{
	list-style-type: none;
	padding:0 0 0 15px;
	text-indent:0;
	background-color:#fff;
	border-left:solid 0px #FF6600;
	margin:0 2% 0 0;
}
.dynamic ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -15px;
    content: "\f164";
	color: #FF6600;
	font-size:18px;
}
.dynamic ol{
	margin:0 0 0 17px;
}

@media screen and (max-width : 768px) {
.dynamic ul{
	margin:0 0 20px 15px;
}
.dynamic ul li{
	list-style-type: circle;
	padding:0 0 0 10px;
	text-indent:0;
	background-color:#fff;
	border-left:solid 0px #FF6600;
	margin:0 2% 10px 0;
}
.dynamic ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0;
    content: "";
	color: #FF6600;
	font-size:18px;
}
}

.list1{
	margin:0;
}
.list1 li{
	list-style-type: none;
	padding:0 0 0 33px;
	text-indent:3px;
	border-left:solid 0px #FF6600;
	margin:0 2% 10px 0;
	text-align:justify;
	line-height:normal;
}
.list1 li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -33px;
    content: "\f164";
	color: #FF6600;
	font-size:18px;
}
.list1-link{
	margin:0;
}
.list1-link li{
	list-style-type: none;
	border-bottom:dotted 1px #eee;
}
.list1-link li a{
	padding:5px 0 5px 33px;
	text-indent:3px;
	border-left:solid 0px #FF6600;
	margin:0 2% 0 0;
	text-align:justify;
	display:block;
	color:#333;
}
.list1-link li a:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -33px;
    content: "\f164";
	color: #ef0108;
	font-size:18px;
}
.list1-link li a:hover {
	text-decoration:none;
	color:#006699;
}



.list2{	
	margin:10px 0 30px 0!important;
}
.list2:before, .list2:after{
	display: table;
	content: "";
}
.list2:after{	
	clear: both;
}
.list2 li{
	list-style-type: none;
	padding:0 0 0 30px!important;
	text-indent:0!important;
	border-left:solid 0px #FF6600;
	margin:0 2% 10px 0;
	text-align:left;
	float:left;
	width:47%;
	line-height:normal;
}
.list2 li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -30px!important;
    content: "\f164";
	color: #FF3300;
	font-size:18px;
}

.list3{	
	margin:10px 0 30px 0!important;
}
.list3:before, .list3:after{
	display: table;
	content: "";
}
.list3:after{	
	clear: both;
}
.list3 li{
	list-style-type: none;
	padding:0 0 0 30px!important;
	text-indent:0!important;
	border-left:solid 0px #FF6600;
	margin:0 2% 10px 0;
	text-align:left;
	float:left;
	width:31.33%;
	line-height:normal;
}
.list3 li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -30px!important;
    content: "\f164";
	color: #FF3300;
	font-size:18px;
}


.list4{	
	margin:10px 0 30px 0!important;
}
.list4:before, .list4:after{
	display: table;
	content: "";
}
.list4:after{	
	clear: both;
}
.list4 li{
	list-style-type: none;
	padding:0 0 0 30px!important;
	text-indent:0!important;
	border-left:solid 0px #FF6600;
	margin:0 2% 10px 0;
	text-align:left;
	float:left;
	width:22%;
	line-height:normal;
}
.list4 li a{
	color:#333;
}
.org_clr li:before{
	color: #FF6600 !important;
}
.list4 li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -30px!important;
    content: "\f164";
	color: #FF3300;
	font-size:18px;
}

@media screen and (max-width : 768px) {
.list2 li, .list2-2 li{
	list-style-type: none;
	padding:0 0 0 33px;
	text-indent:3px;
	border-left:solid 0px #FF6600;
	margin:0 2% 10px 0;
	text-align:left;
	float:none;
	width:96%;
}
.list4 li{
	list-style-type: none;
	padding:0 0 0 30px!important;
	text-indent:0!important;
	border-left:solid 0px #FF6600;
	margin:0 2% 10px 0;
	text-align:left;
	float:none;
	width:96%;
	line-height:normal;
}
}

.cat-icon{
	float: right;
	padding: 80px;
	margin:0 0 0 30px;
	width: 126px;
	height: 126px;
	background-image: url(../images/h-slide-bg.html);
	background-repeat: no-repeat;
	background-position: center top;
	border:solid 5px #fff;
	box-shadow:0px 0px 10px #999;
	border-radius:50%;
}
.map{
	border:solid 3px #fff;
	box-shadow:0px 0px 10px #999;
	overflow:hidden;
}
.img-r{
	float:right;
	width:auto;
	max-width:500px;
	height:auto;
	margin:0 0 0 20px;
}
@media screen and (max-width : 480px) {
.img-r{
	float:none;
	width:100%;
	max-width:100%;
	height:auto;
	margin:10px 0;
}
}
/*hr{	
	border: 0!important;
	height: 1px!important;
	margin:10px 0!important;
	background: #333!important;
	background-image: linear-gradient(to right, #bbb, #ccc, #aaa)!important;
}*/
hr{	
	border: 0!important;
	height: 1px!important;
	margin:15px 0!important;
	background: #006699!important;
	background-image: linear-gradient(to right, #ccc, #ddd, #ccc)!important;
}
.sitemap{	
}
.sitemap li{
	list-style:none;
	margin:0 0 5px 0;
}
.sitemap li a{
	list-style:none;
	color:#333;
	font-size:13px;
	text-decoration:none;
}
.sitemap li a i{
	width:15px;
	color:#999;	
}
.sitemap li a:hover{
	color:#993300;
}
.sitemap li{
	list-style:none;
}
.sitemap li ul{
	margin:5px 0 0 35px;
	float:left;
}
.sitemap li ul li{
	list-style:square;
}
.sitemap li ul li ul li{
	list-style:disc;
}
.page_nation{
	height: 45px;
	margin:30px 0 0 0;
}
.page_nation a{
	text-decoration: none;
	color: #fff!important;
	line-height: 30px;
	background-color: #242B34;
	height: 30px;
	border: 1px solid #242B34;
	font-weight: lighter;
	display: block;
	float: left;
	margin-right: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;


	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.page_nation a:hover{
	text-decoration: none;
	color: #242B34;
	background-color: #F6D600;
	border: 1px solid #F6D600;
}
.page_nation .pn-sel{
	text-decoration: none;
	color: #fff;
	line-height: 30px;
	height: 30px;
	background-color: #dd2627;
	border: 1px solid #dd2627;
	font-weight: lighter;
	display: block;
	float: left;
	margin-right: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;


	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}


.modal-content {  
  border: 0px solid rgba(255, 255, 255, 0.5)!important;
  border-radius: 0!important;
  outline: 0;
  box-shadow:15px 15px 25px rgba(0,0,0,.3);
}
.modal-body h4{
	color:#069!important;
	font-size:28px!important;
}
.modal-body {  
  padding: 0!important;
  padding:30px!important;
}
.modal-body .close {
  float: right;
  font-size: 28px!important;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0px 0 rgba(255,255,255,0);
  opacity: 1;
  margin:-40px -40px 0 0;
  background-color:#023b67;
  width:42px;
  height:42px;
  line-height:32px;
  border-radius:50%;
  border:solid 3px #fff;
  box-shadow:0px 0px 3px rgba(255,255,255,1);
}
.modal-body .close:hover, .modal-body.close:focus {
	background-color:#4fc734;
	opacity: 1;
	color:#fff;
}
.top-nav .btn-demo{
	display:inline-block!important;
	clear:none!important;
	position:relative;
	border-radius:3px;
	background: -webkit-linear-gradient(45deg, #e57825, #ff6607);
	background: linear-gradient(45deg, #e57825, #ff6607);
	color:#fff;
	padding:3px 15px;
	font-weight:700;
	font-size:16px;
	line-height:28px;
	border:solid 2px #fff;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
	margin:3px 0 0 0!important;
}
.top-nav .btn-demo i{
	font-size:28px;
	float:left;
	margin:0 5px 0 0;
}
@media screen and (max-width : 992px) {
.modal-body h4{
	color:#069!important;
	font-size:16px!important;
}
.modal-body {  
  padding: 0!important;
  padding:15px!important;
}
.modal-body .close {
  margin:-25px -25px 0 0;
  line-height:30px;
}
.btn-demo{
	position:fixed;
	right:10px;
	bottom:50px;
	z-index:99;
	width:40px;
	height:40px;
	line-height:34px;
	border-radius:100%;
	background: -webkit-linear-gradient(45deg, #e57825, #ff6607);
	background: linear-gradient(45deg, #e57825, #ff6607);
	color:#fff;
	border:solid 2px #fff;
	font-size:26px;
	text-align:center;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
}
.btn-demo:hover{
	color:rgba(0,0,0,.8);
}
}