body{
	position:relative;
	z-index: 1;
 	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	background: rgba(34, 49, 54, 0.48) url(../images/bg_pattern/square_bg.png);
}
a{
	color: #fff;
}
a:hover, a:focus{
	color: #fff;
}
h1,h2,h3,h4,h5{

	color: #f2f3f2;
    text-align: center;
        text-shadow: 1px 1px 1px #101010;
    font-weight: bolder;
    font-size: 14px;
}


h5{
    font-size: 30px;
}

main#content {
/*   background: rgba(46, 103, 123, 0.08) url(../images/bg_pattern/square_bg.png);*/
}
.content-ddbox {
    color: #000;
    background: #0d612a;
    padding: 15px;
    border: 2px solid #a6450d;
    margin-top: 20px;
    box-shadow: 2px 2px 2px #000;
    
        margin-bottom: 10px;
}

.content-ddbox p, .content-ddbox a, .content-ddbox li {
    color: #f2f2f2;
}

/*---------------header-----------------*/
.header{
 	border: none;
    z-index: 99;
    min-height: 120px;
    color: #fff;
    width: 100%;
    background: #0c401e;
}

/*logo*/
.logo{
	float: left;
	position: relative;
}
.logox img {
   	max-width: 100%;
	z-index: 9999;
	padding: 4px;
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
/*        background: rgba(165, 165, 165, 0.67);*/
}
/*end of logo*/

/*header phone*/
/*.callus p a {
    color: #ffffff;
    text-decoration: none;
    background: #a6450d;
    font-weight: bold;
    padding: 10px;
    margin-top: 5px;
    border: 2px solid #ffffff;
    box-shadow: 2px 2px 2px #000;
    display: inline-block;
    font-size: 25px;
}*/
.call1 {
    
    color: #ffffff;
    padding: 10px;
    margin-top: 0;
    font-size: 30px;

}

.call2 {

    color: #ffffff;
    text-decoration: none;
    background: #a6450d;
    font-weight: bold;
    padding: 10px;
    margin-top: 5px;
    border: 2px solid #ffffff;
    box-shadow: 2px 2px 2px #000;
    display: inline-block;
    font-size: 35px;
        border-radius: 10px;

}
.callus {
    text-align: right;
}
/*end of header phone*/

/*social button*/
.socials {
	text-align: right;
	margin-right: 20px;
	padding: 2px 0;
        margin-top: 10px;
        margin-top: 20px;
}
img.social-img {
        border-radius: 20px;
    width: 35px;
    font-size: 30px;
    margin: 5px;
    margin-top: -20px;
    margin-right: 0px;
    background: #a6450d;
    line-height: 0;
    border: 2px solid #fff;
}

.logox {
    text-align: center;
}

.logox img {
    max-width: 100%;
}

.col-socials.col-md-6.col-sm-12.col-xs-12 {
    width: 100%;
}


/*end iof social buttons*/

/*navigation*/
.navigation-bar{
	position: relative;
	margin-left: auto;
	margin-right: auto;
    border-bottom: 2px solid #0d612a;
	left: 0;
	right: 0;
	z-index: 999999;
	bottom: 0;
/*	background: #a6450d;
	box-shadow: -2px 1px 5px #1b1b1b;
*/
}
.navbar {
	margin-left: 0px;
	min-height: 0;
	margin-bottom: 0px;
	border: none;
	z-index: 999;
	bottom: 0;
}
.nav>li>a {
    position: relative;
    display: block;
    
    text-decoration: none;
  /*  background: #0c401e;
  */  color: #ffffff;
    border-radius: 10px;
    padding: 3px;
/*    box-shadow: 1px 1px 1px #101010;
    border: 1px solid #f2f2f2;*/

}

p.pimg {
    text-align: center;
}
p.pimg img {
    max-width: 100%;
}
.sideservices{

    padding-top: 8px;
    padding-bottom: 3px;

    box-shadow: 2px 2px 2px #000;
    background: #a6450d;
    border: 2px solid #f2f2f2;
}


.navbar1 {
    margin-left: 0px;
    min-height: 0;
    margin-bottom: 20px;
    border: none;
    z-index: 999;
    bottom: 0;
    /* color: #fff; */
    /* background: #0d612a; */
    /* padding: 15px; */
    /* font-size: 20px; */
    /* border: 2px solid #fff; */
    /* box-shadow: 2px 2px 2px #000; */
}

div#bs-example-navbar-collapse-12 {
    background: #0c401e;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #000;
}

strong {
    font-size: 20px;
    color: #f2f2f2;
}
u  {
    color: #f2f2f2;
}

ul.nav1.navbar-nav1 {
    list-style: none;
}

.navbar-nav>li {
    float: left;
    padding: 0px 7px;
}

.navbar-nav1>li {
    float: none;
    padding: 0px 7px;
}

.navbar-nav1 .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.nav>li>a:hover, .nav>li>a:focus {
text-decoration: underline;
    background: #0c401e;
    color: #ffffff;

}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: #0d612a;
/*	border-left: 2px solid;*/
	z-index: 999;
	color: #fff;
}
.navbar-toggle {
	background:#223136;
}
.navbar-toggle .icon-bar {
background: #fff;
}
.dropdown-menu {
	border:none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #a6450d;
}
.dropdown-menu li>a{
	color: #fff;
    font-size: 13px;
    background: #0d612a;
    border: 2px solid #0d612a;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	text-decoration: underline;
    color: #fff;
    background-color: #a6450d;
}
/*end of navigation*/
/*---------------end of header-----------------*/

/*---------------banner------------------------*/
.carousel-control.left, .carousel-control.right{
	background-image: none !important;
}
.carousel-control {
	width: 5% !important;
}

h1.tagline {
    color: #fff;
    text-align: center;
    margin: 0px 50px 9px 50px;
    font-size: 30px;
    position: absolute;
    top: 250px;
    right: 20px;
    left: auto;
    width: 50%;
    text-transform: uppercase;
    background: rgba(26, 188, 156, 0.59);
    padding: 10px;
    text-shadow: 0 0 6px #000000;
    border-radius: 10px;
}
/*----------end of banner------------------------*/

.content-bottom {
    background: #0d612a;
    margin-top: 10px;
}

p.imgs {
    text-align: center;
}

/*----------services------------------------*/
.services-bg {
    background: #0d612a;
    margin-top: 10px;
}
.well {
    background:#a6450d;
    
    box-shadow: none;
    border: none;
    margin: 0px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #101010;
    border: 2px solid #f2f2f2;
    text-align: center;
    padding: 10px;
}

.wells {
/*    background: #0d612a;*/
    box-shadow: none;
    border: none;
    margin: 0px;
    border-radius: 0px;
    text-align: center;
    padding: 10px;
}


.img-services {
    background-color: #0c401e;

    display: inline-block;
    max-width: 100%;
    padding: 0px;

    border-radius: 10px;
    box-shadow: 2px 2px 2px #000;
}

p.srv-title {
    font-size: 14px;
    text-align: center;
    background: #a6450d;
/*    box-shadow: 2px 2px 2px #000;*/
}
ul.top-sub-services-divst {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    font-size: 17px;
    list-style: none;
    background: #0c401e;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #000;
}

ul.top-sub-services-divst li {
    color:#fff;
}
.srv-thirty {
    background: #a6450d;
}
.services-title {
    margin-bottom: 5px;
    text-shadow: 2px 2px 2px #000;
}
.services-title h1 {
    font-size: 25px;
    text-align: left;
}
h1#services-title {
    background: #a6450d;
    border-radius: 5px;
}
span#l {
    background-color: #0c7abf;
}
.badges a {
    color: #000;
}
/*----------end of services------------------------*/
/*----------citieslist------------------------*/
.cit {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    margin-bottom: 10px;
    padding: 10px;
}
h1#citieslist {
    background: #a6450d;
    margin: 0px;
    border-radius: 5px;
}
.fa-chevron-circle-right:before {
    content: "\f138";
    color: #ffffff;
}
section.citieslist {
    background: #0d612a;
}
/*----------end of citieslist---------------*/

/*-------------sidebar----------------------*/

/*sidebar about*/
.sidebar {
    color: #fff;
    background: #0d612a;
    padding: 5px;
    border: 2px solid #a6450d;
    margin-top: 20px;
    box-shadow: 2px 2px 2px #000;
}
img.img-about {
    width: 100%;
    border-radius: 15px;
    box-shadow: 2px 2px 2px #000;
}
.read {
    text-align: center;
    padding: 5px;
    background: #a6450d;
    box-shadow: 2px 2px 2px #000;
}
a.read-more {
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
}
/*sidebar services*/
ul.side-sub-services-divst {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    font-size: 15px;
    list-style: none;
}

.sidetags a {
    display: inline-block;
    color: #FFF;
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif;
    padding: 5px 8px;
    text-decoration: none;
    background: #a6450d;
    border: 1px solid #49a7a4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    margin: 4px;
}

.sidetags a:hover{
        background: #1e4663;
}

/*sidebar sitelinks*/
img.img-services-side {
    background-color: #a6450d;
    padding: 5px;
    border: 4px solid #fff;
    margin-bottom: 5px;
    display: inline-block;
    max-width: 100%;
    box-shadow: 2px 2px 2px #000;
    margin-top: 20px;
}
.services-group {
    color: #fff;
    margin-top: 10px;
}

.sidebg {
    color: #fff;
    background: #0d612a;
    padding: 15px;
    border: 2px solid #a6450d;
    margin-top: 20px;
    box-shadow: 2px 2px 2px #000;
        margin-bottom: 10px;
}
h1.info {
    color: #ffffff;
    text-decoration: none;
    background: #a6450d;

    font-weight: bold;
    padding: 10px;
    margin-top: 10px;
    border: 2px solid #ffffff;
    box-shadow: 2px 2px 2px #000;
    font-size: 14px;
    text-shadow: none;
    text-transform: uppercase;
    text-align: left;
}

h1.page_header {
    color: #ffffff;
    text-decoration: none;
    background: #a6450d;
    font-weight: bold;
    padding: 10px;
    margin-top: 0;
    border: 2px solid #ffffff;
    box-shadow: 2px 2px 2px #000;
    font-size: 30px;
    text-shadow: none;
    text-transform: uppercase;
    text-align: center;
}

p.infop {
    font-size: 15px;
    background: #0c401e;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #000;
}

p.img1 {
    text-align: center;
}

p.img1 img{
    max-width: 100%;
}

.googleplus {
    text-align: center;
    background: #0c401e;
    padding-top: 8px;
    padding-bottom: 3px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #000;
}

.sidebadge {
    text-align: center;

    padding-top: 8px;
    padding-bottom: 3px;

    box-shadow: 2px 2px 2px #000;
    background: #a6450d;
    border: 2px solid #f2f2f2;
}

.linkss p {
    text-align: left;
    padding-left: 10px;
    font-size: 15px;
    font-weight: bolder;
}
p.srv-titles {
    font-size: 15px;
    font-weight: bolder;
}

/*end of sidebar innerpage*/
/*------------end of sidebar-----------------*/

/*----------footer----------------------------*/
.location1 .iframe {
    width: 100%;
}
/*------------end of sidebar-----------------*/

/*----------footer----------------------------*/


h1.loc1 {
    color: #000000;
    text-decoration: none;
    background: #0d612a;
    font-weight: bold;
    padding: 10px;
    margin-top: 0;
    border: 2px solid #ffffff;
    box-shadow: 2px 2px 2px #000;
    font-size: 30px;
    text-shadow: none;
    text-transform: uppercase;
    text-align: left;
}

table {
    max-width: 100%;
    background-color:#a6450d;
    box-shadow: 2px 2px 2px #000;
}

.loc.col-md-3.col-sm-6.col-xs-12 {
    text-align: center;
}

center.calen b {
    color: #000;
}

center.calen {
    margin-bottom: 10px;
}

.footer1 a{
    color:  #000;
}
.footer1 {
    color: #000;
    background: #a6450d;
    margin-top: 20px;
    padding-top: 20px;
}


.footer{

	color: #fff;
	background: #0c401e;
    border-top: 2px solid #fff;
}
.footer .copy{
	margin-bottom: 0;
	color: #fff !important;
	text-align: center;
    margin: 15px;
    font-size: 13px;
}
.footer a{
	color:  #fff;
}
.footer_buttons {
	background: #0d612a;
    border-top: 2px solid #f2f2f2;
	color: #000000;
	z-index: 9999999;
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	box-shadow: inset 0px 4px 14px -7px #404040;
	text-align: center;
	display: table;
	padding: 10px 0;
}
.footer_buttons a {
	margin-top: 10px;
	color: #ffffff;
	font-size: 28px;
}


/*---------recaptcha---------------*/
#recaptcha_table{
	border: none !important;
}
#recaptcha_challenge_image{
	border: none !important;
	padding: 5px;
}
#recaptcha_response_field{
	padding: 5px;
}
#responsive_recaptcha {
	background-color: #000000;
	padding: 0.5em;
	border-radius: 1em;
	position: relative;
	overflow: auto;
	max-width: 480px;
	font: 0.75em/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}
#responsive_recaptcha .solution {
	margin-top: 0.5em;
	padding: 0.5em;
	padding-top: 1em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #7d7d7d;
	display: block;
}
/*--------end of recaptcha---------------*/



/*start of callendar*/
 .shift {
    margin-top: 20px;
}
    
    table{
        border:11px solid #ecf1f3;
        max-width: 100%;
        text-align: center;
        margin: auto;
        width: 100%;
        
    }
    td{
        text-align:center;
        font-size:18px;
        font-weight:bold;
        padding:0;
    }
    th{
        background: #e7ecee;
        font-size:20px;
        color:#034ab7;
        padding:0;
    }
    .prevcell a, .nextcell a{
        color:white;
        text-decoration:none;
    }
    
    tr.wk_nm{
        background:#000000;
        color:#ffffff;
        font-size:17px;
        font-weight:bold;
        width:10px;
        padding:5px;
    }
    
    .highlight{
        background:#383434;
        color:white;
        padding:10px;
    }
    td a {
    color: #ff5200;
}
/*end of calendar*/


.cont small {
    color: #fff !important;
}

.content-ddbox img{
    width: auto !important;
    height: auto !important;
}