
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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;

}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Additions */
a{text-decoration:none;}
.txt-rt{text-align:right;}
.txt-lt{text-align:left;}
.txt-center{text-align:center;}
.float-rt{float:right;}
.float-lt{float:left;}
.clear{clear:both;}
.pos-relative{position:relative;}
.pos-absolute{position:absolute;}
.display-block{display:block;}
/*--------reset--------*/
body{
	background:#019aa0!important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.wrap{
	width:1000px;
	padding:0 30px;
	margin:0 auto;
	background: rgba(31, 31, 31, 0.4);
}
.logo a{
	margin: 4px 0;
    color: #fff;
    font-size: 28px;
    float: left;
    text-transform: uppercase;
    padding: 0em;
    margin-right: 11px;
}
/*--nav--*/
.nav{
	margin-top:15px;
	background:#3d3d3d;
}
.nav li{
	float:left;
	text-align:center;
	display:inline-block;
	border-right:1px solid #4d4d4d;
}
.nav li a{
	    color: #fff;
	font-size:13px;
	display:block;
	padding:14px 25px;
}
.nav li a:hover{
	    color: #fff;
	background:#333;
}
.content{
	margin:0 auto;
}
.slide-box{
	margin:0 auto;
	width:1000px;
	padding:0 30px;
	background:#fff;
	height:300px;
}
/*--search--*/
.search{
	margin-top:30px;
	padding:1px;
	float:right;
	border:1px solid #444;
}
.search input[type="text"],
.search input[type="submit"]{
	background:none;
	border:none;
	outline:none;
	color:#019AA0;
}
.search input[type="submit"]{
	background:url(../images/search.png) no-repeat 0 3px;
	cursor:pointer;
	
}
/*--boxes--*/
.box :nth-child(3n){
	margin-right:0;
}
.box{
	float: left;
    /* margin-right: 0px; */
    /* width: 280px; */
    padding: 12px 0;
	
	}
.box h1{
	margin:0 0 12px 0;
	padding-bottom:12px;
	font-size:14px;
	color:#d9c8be;
	border-bottom:2px dotted #d9c8be;
}
.box .more p{
	position:absolute;
	right:15px;
	bottom:15px;
	background:#2c251f;
	font-size:10px;
	padding:5px;
	-webkit-border-radius:.3em;
       -moz-border-radius:.3em;
	        border-radius:.3em;
}
.box .more p a{
	color:#fff;
	display:block;
}
.boxes{
	margin:35px auto;
}
.b-box{
	position:relative;
	padding:20px 40px;
	margin-bottom:20px;
	background:#3d3d3d;
	-webkit-box-shadow:1px 2px 3px #000;
	   -moz-box-shadow:1px 2px 3px #111;
	        box-shadow:1px 2px 3px #1d1d1d;
}
.b-box h1{
	margin:0 0 12px 0;
	padding:12px 0;
	font-size:16px;
	    color: #fff;
	border-bottom:2px dotted #ddd;
}
.b-box p{
	margin:0 0 12px 0;
	line-height:1.8em;
	font-size:15px;
	    color: #fff;
		text-align: justify;
}
/*--footer--*/
.f-menu{
	      padding: 0em!important;
	position:relative;
}
.f-menu ul{
	/*padding-bottom:10px;*/
	
}
.f-menu li{
	display:inline-block;
}
.f-menu li a{
	color:#fff;
	font-size:11px;
	display:block;
	padding:10px;
}
.f-menu li a:hover{
	color:#000000;
}
.copy{
	position:absolute;
	right:10px;
	top:13px;
	color: #fdfdfd;
	font-size:15px;
	    margin-top: -12px;
}
.copy a{
	color:#019AA0;
}
/* form */
.form{
	/*font-size:.8em;
	margin:2em 0 0 5em;*/
}
form label{
	font-size:15px;
	    color: #fff;
	padding-bottom:5px;
}
form div{
	/*padding:20px;*/
}
form div:last-child{
	border-bottom:none;
}
form span{
	display:block;
	color:#aaa;
}
.form form input[type=text],
form input[type=password],
form textarea,
form input[type=text].error,
form input[type=password].error,
form select.error{
	padding:8px 5px;
	width:300px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0;
	border:1px solid #555;
	color:#d9c8be;
	background:none;
-webkit-border-radius:.2em;
   -moz-border-radius:.2em;
		border-radius:.2em;
}
.form form input[type=text]:focus,
form input[type=password]:focus,
form textarea:focus,
form select:focus{
	background:none;
	outline:none;
}
.content form input[type=submit]{
	cursor: pointer;
    color: #fff;
    background: #019aa0;
    padding: 2px 16px;
    border: 2px solid #fff;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: .3em;
    border-radius: 0.3em
em
;
    font-size: 20px;
}
.content form input[type=submit]:hover{
	background:#444;
	color:#FFF;
}
.content form textarea{
	height:100px;
	width:300px;
}
.error{
display:inline;
	font-size:12px;
	font-weight:normal;
	padding:10px 0 0 10px;
	color:#FF0000;
}
select.error{
	padding:0;
}
/* content */
.content ul{
	margin:0 0 12px 0;
}
.content li{
	    color: #fff;
	font-size:	15px;

	line-height:22px;
}
.content a{
	color:#88aa00;
}
.content h2,
.content h3{
	    color: #fff;
	font-weight:bold;
	margin:12px 0;
}

.logo img{
width:400px;
}
.logo{
padding:0em;
float:none!important;
}
.b-box h1{
color:#3a98d8;
    font-size: 35px;
}
.info{
 text-align:justify;
}

.info1{

text-align:justify;
}

.readmore{
float:right;
}
.gallery{
float:left;
width:25%;
}
.address{
float:right;
width:40%;
}
.insurance{
color:#bbb;


}
.readmore{
float: right;
    margin-top: 11px;
	    margin-right: 9px;
}
.readbutton1{
    margin-left: 401px;
}
.readbutton3{
   
}



.hasmenu
{
	position:relative
}
.submenu li a
{
	text-align:left;
	padding:15px 0 15px 15px;
	
}
.submenu li
{	
	
	width:100%;
}
.submenu
{
	opacity:0;
	position:absolute!important;
	top:500px;
	left:-999999px;
	border-radius:5px!important;
	display:block;
	width:250px;
	z-index:9999999999999;
	background:#3d3d3d;
	
}
.hasmenu:hover>ul
{	
	opacity:1;
	position:absolute!important;
	top:40px;
	left:18%;
	padding:0;
	transition:opacity 0.8s, top 0.3s;
	
}
.table,td, tr{
border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    padding: 10px;
    margin: 10px;
    color: #fff;
    border: 1px solid #fff;
    line-height: 32.5px;
    font-size: 12px;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
	    text-align: justify;
        font-size:15px;
  }
.call_us {

       /* margin-right: 14px; */
    margin-top: 9px;
    font-weight: bold;
    
    color: #fff;
    line-height: 15.2px;
}
.call_us h1{ 
font-size:1em;
}
.call_us ul{
line-height:2em;
margin-bottom:0px;
}
.new_email_id ul{
line-height:2em;
}

.new_email_id {

      margin-right: 30px;
    margin-top: 8px;
    font-weight: bold;

    color: #fff;
    line-height: 15.2px;
}
.new_email_id h1{ 
font-size:1em;
}

.b-box h1{
font-size:20px;
}
.menubar{
display:none;
}
.mmenu{
display:none;
}
.newgallery img{
    
    margin-bottom: 20px;
}
.reach li{
line-height:3em;
}
.onediv{

    padding: 0em!important;
}
.onediv li a{
    line-height: 3em;
    /* margin-left: -29px; */
    color: #FFFFFF;
    font-size: 13px;
}


@media only screen and (orientation: portrait) {

.logo img{
        width: 100%;
    /* margin-left: -23px; */
       margin-top: 18px;
}
.call_us{
  width:100%;
}
.new_email_id{
  width:100%;
}
.slide-box {
    width: 100%;
    height: auto;
}
.b-box {
    width: 100%;
}
.nav {
    display: none;
}
.f-menu {
    margin: 0.2em -23px;
    position: relative;
}

.menubar {
    position: relative;
    top: 5px;
    right: 5px;
    cursor: pointer;
    display: block!important;    
	float: right;
}
.mmenu {
     position: absolute;
    top: 49px;
    left: 140px;
    background: #d1cdce;
    z-index: 999999999;
    display: none;
    line-height: 27px;
    padding: 4px;
	
	
}
.readbutton1 {
     margin-left: 0px; 
}
.mmenu li a{
color:#000;
font-weight:bold;
}
.dropmenu {
    background: #d85533;
	padding:4px;
}

.new_email_id {
    margin-top: 32px;
}
.copy{
    width: 100%;
    /* padding-right: 3em!important; */
    line-height: 2em;
    margin-left: 1em;
}
.wrap{
       width: 291px;!important;
}
.info{
  width: 100%;
}
.infoimage{
  width: 100%;
}
.infoimage img{
margin-left:-38px;
}
.infoimage1 img{
margin-left:-38px;
width: 169px;
}
.info1{
  width: 100%;
}
.infoimage1{
  width: 80%;
}
table{
    margin-left: -44px;
}
.newgallery img{
      width: 100%;
   
}
.form {
    width: 100%;
    /* padding: 0em; */
    margin-left: -46px;
    /* font-size: 10px; */
}
.form h2{
font-size:15px!important;
}
.b1 h2, h1{
font-size:15px!important;
}
.form form input[type=text], form input[type=password], form textarea, form input[type=text].error, form input[type=password].error, form select.error{
width:200px;
}
.content form textarea {
   
    width: 200px;
}
.b1{
width: 100%;
    margin-left: -39px;
}
.reach{
width:100%;
}
iframe{
width:100%;
}
}




h2.service {
    text-align: center;
    padding-left: -32px;
    padding-right: 276px;
    border: solid 1px #019aa0;
    margin-left: -76px;
}



.col-md-4.box3 {
    margin-top: 10px;
    margin-left: 20px;
}
.clients{
	max-height: 400px;
}
.clients marquee img{
	padding:5px;
}