body{
	position:relative;
	z-index: 1;
	color: #FFF;
	background: #e3eefd;
	background: #fff;
	font-family: 'PT Sans', sans-serif;

}

a{
	color: #000000;
}
a:hover{
	color: #000;
}


h1,h2,h3,h4,h5{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
.content-ddbox{
}

h1.right-header {
    font-size: 30px;
    text-shadow: 1px 1px 1px #000;
    
}

ul.sub-services-list li {
}

ul.sub-services-list {
    list-style-type: none;
        padding-bottom: 10px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

main#content{
	margin-top: 15px;
}
.callus_area {
    font-size: 34px;
}

.footer_buttons {
    background: #000265;
    color: #000000;
    z-index: 9999999;
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    box-shadow: inset 0px 4px 14px -7px #404040;
    text-align: center;
    display: table;
    padding: 10px 0;

}

.socials {
    float: right;
    margin-right: 17px;
}
img.social-img {
    background: #3498db;
    width: 39px;
    border-radius: 50%;
    border: 3px solid #fff;
}

.socials {
    float: none;
    margin-right: 17px;
}
img.social-img {
    background: #0f4025;
    width: 60px;;
}
.navbar-nav>li {
    float: none;
    display: inline-block;
}
ul.dropdown-menu {
    text-align: justify;
}
.navbar-nav {
    float: none;
    margin: 0;
    text-align: center;
}

.cit.col-md-12 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding-left: 50px;
}

.logo{
	float: left;
	position: relative;
}

.logox {
    text-align: center;
    margin-top: 40px;
        margin-bottom: 5px;
}

h4.footer-header.white {
    color: #fff;
    border-bottom: 1px dotted #083808;
    padding-bottom: 10px;
    text-shadow: 1px 1px 1px #000;
}

h4.fill {
    color: #fff;
    border-bottom: 1px dotted #0c440d;
    padding-bottom: 10px;
    text-shadow: 1px 1px 1px #000;
}

.header{
	border:none;
	position: relative;
	z-index: 99;
	min-height: 50px;
	color: #FFF;
	width: 100%;
	background: #0f4025;
}

.header .header-inner{
	position:relative;
}

.page_header{
	text-shadow: 0 0 1px rgba(65,65,65,.5);
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
}

.header-shadow{
	position:absolute;
}.header-shadow-top{
	position:absolute;
	top: -44px;
	z-index: 9;
}

.header-shadow-top-inner{
	position:absolute;
	top:0;
	z-index: 99;
}
.header-shadow-bottom-inner{
	position:absolute;
	bottom:0;
	z-index: 99;
}

 .blink_me {
       -webkit-animation-name: blinker;
       -webkit-animation-duration: 2s;
       -webkit-animation-timing-function: linear;
       -webkit-animation-iteration-count: infinite;

       -moz-animation-name: blinker;
       -moz-animation-duration: 2s;
       -moz-animation-timing-function: linear;
       -moz-animation-iteration-count: infinite;

       animation-name: blinker;
       animation-duration: 2s;
       animation-timing-function: linear;
       animation-iteration-count: infinite;
       color: #ed7411;
       text-align: center;
       font-size: 36px;
       text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
   }

   @-moz-keyframes blinker {  
       0% { opacity: 1.0; }
       50% { opacity: 0.0; }
       100% { opacity: 1.0; }
   }

   @-webkit-keyframes blinker {  
       0% { opacity: 1.0; }
       50% { opacity: 0.0; }
       100% { opacity: 1.0; }
   }

   @keyframes blinker {  
       0% { opacity: 1.0; }
       50% { opacity: 0.0; }
       100% { opacity: 1.0; }
   }
/* end of blink me */

.callus h1{
	font-size: 30px;
	/* font-weight: bold; */
	float: right;
	margin: 0;
	padding: 5px 25px;
	position: absolute;
	top: 0;
	right: 0;
	/* text-shadow: rgb(0, 0, 0) 1px 1px 0px; */
	color: #FFF;
	margin-top: 50px;
	 margin-right: 30px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	color: #0a0e17;
	background: #1fd26f;
}


.btn-myprimary{
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	text-shadow: 0 0 1px rbga(65,65,65,.4);
	
	background: rgb(157,213,58); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(51%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */

}

.btn-myprimary:focus, .btn-myprimary:active:focus, .btn-myprimary:hover, .btn-myprimary:active{
	background: rgb(124,188,10); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(124,188,10,1) 0%, rgba(128,194,23,1) 49%, rgba(161,213,79,1) 50%, rgba(157,213,58,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(124,188,10,1)), color-stop(49%,rgba(128,194,23,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(100%,rgba(157,213,58,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 49%,rgba(161,213,79,1) 50%,rgba(157,213,58,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 49%,rgba(161,213,79,1) 50%,rgba(157,213,58,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 49%,rgba(161,213,79,1) 50%,rgba(157,213,58,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 49%,rgba(161,213,79,1) 50%,rgba(157,213,58,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cbc0a', endColorstr='#9dd53a',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
}

.navigation-bar{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #1fd26f;
}
.innerpage .navigation-bar{
	position: relative;
}
.innerpage .leader{
	/*margin-top: 25px !important;*/
}

.innerpage .footer{
	margin-top:0px;
}

.innerpage .featured{
	margin-top: 15px;
}


.innerpage .header{
	/*position:relative;*/
}
/*navbar*/
.navbar {
	margin-left: 0px;
	min-height: 0;
	margin-bottom: 0px;
	border: none;
	z-index: 999;
	bottom: 0;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: #000;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.navbar-collapse {
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: underline;
	background-color: #7eecb0;
    color: #000000;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: #7eecb0;
	border:none;
	z-index: 999;
	color: #000;
}

section.citieslist {
    background: #7eecb0;
    padding: 10px;
}

.dropdown-menu {
	border:none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #7eecb0;
}

.dropdown-menu li>a{
	color: #000;
}

.dropdown-menu>li>a {
}

/*tagblock*/
.tagblock, .tagblock2{
	position:relative;
	background: #FF6B11 url('../images/transparent-bg.png');
	-webkit-box-shadow:inset 0 0 50px 0 rgba(0,0,0,.5);
	box-shadow:inset 0 0 50px 0 rgba(0,0,0,.5);
	/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top right, rgb(255, 213, 8) 0%, rgb(132, 24, 0) 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top right, rgb(255, 213, 8) 0%, rgb(132, 24, 0) 100%);

/* Opera */ 
background-image: -o-linear-gradient(top right, rgb(255, 213, 8) 0%, rgb(132, 24, 0) 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, rgb(255, 213, 8)), color-stop(1, rgb(132, 24, 0)));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top right, rgb(255, 213, 8) 0%, rgb(132, 24, 0) 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom left, rgb(255, 213, 8) 0%, rgb(132, 24, 0) 100%);
}

.tagblock2 .leader{
	margin-top: 20px;
font-size: 69px;
text-shadow: 2px 2px 2px #000;
text-align: center;
color: #fff;
text-transform: uppercase;
	
}

.tagblock2 .mylead{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}



.frontpage #content{
	margin-bottom: 20px;
}

.frontpage .tagblock .leader{
	margin-top: 20px;
	font-size: 32px;
	text-shadow: 2px 2px 2px #000;
	text-align: center;
}

.tagblock-bg{

}

.tagblock a{
	color: #FFF;
}
.tagblock .leader{
	color: #FFF;
	font-size: 31px;
	text-shadow: 2px 2px 2px #000;
	text-align: center;

}
.tagblock .mylead{
	text-shadow: 0 0 1px rgba(65,65,65,.4);
	color: #FFF;
	font-size: 17px;
	font-style:normal;
	font-weight: normal;
	text-align: center;
}
.tagblock .mylead a{
	color: #FFF;
}

.tagblock .btn-myprimary{
	margin-top: 20px;
	margin-bottom: 20px;
}

/*featured*/
.featured{
	position: relative;
	margin-bottom: 0;
	padding-top: 10px;
padding-bottom: 10px;
	color: #FFFFFF;
background: #0f4025;


	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
}

.featured .head{
}
.featured .description{
	
}

.featured a{
	color: #FFF;
	color: #FFF;
text-transform: uppercase;
font-weight: bold;
text-shadow: 2px 2px 2px rgba(0,0,0,1);
}
.featured a:before{
}
.featured h3{
	text-shadow: 0 0 1px rgba(65,65,65,.5);
}

.featured .heading h3{
	font-size: 21px;
	color: #ffffff !important;
    text-align: center;
	text-transform: uppercase;

}

.carousel-caption h1 {
    background: rgba(0, 0, 0, 0.52);
}
.featured a:hover{
	text-decoration: none;
	color: #E8F2D9;
}
.featured .heading h3:hover{
	color: #EEEEEE;
}
.featured .description {
	text-align: ;
	
}

.featured .description p{
	color: #ffffff !important;
	text-align: justify;
}


.fheading{
	
}

.fheading h1{
	margin: 0;
	color: #FFF;
	text-shadow: 2px 2px 2px rgba(0,0,0,.3);
	font-size: 50px;
	border-bottom: 1px dotted rgba(255,255,255,.5);
}

.fheading .lead{
	color: #C3FBFF;
	font-size: 30px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

.footer{
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
	background: #000000;
	text-align: center;
	margin-bottom: -20px;
	font-size: 20px;
}

.footer .copy{
	margin-bottom: 0;
}
.footer a{
	color: #FFF;
}


/* Sidebar Widget */
.sidebar_right .widget{
	
}
.sidebar_right .widget .head{
	border-bottom: 2px solid #CCC;
}

.sidebar_right .widget .description .sitelinks{
	padding: 10px 0 10px 0;
	margin: 0;
	list-style:none;
}

.sidebar_right .widget .description .sitelinks li{
	
}

.sidebar_right .widget .description .sitelinks li a{
	padding: 5px 8px;
display: block;
border-bottom: 1px solid #4C4D4E;
font-size: 17px;
color:#fff;
}

.sidebar_right .widget .description .sitelinks li a:hover{
		background-color: #08485f;
		color: #fff;
		text-decoration: none;

}

/* Recaptcha Overrides */
#recaptcha_table{
	border: none !important;
}
#recaptcha_challenge_image{
	border: none !important;
	padding: 5px;
}

#recaptcha_response_field{
	padding: 5px;
}

.customHeader1{
	background: #139DCE;
	color: #FFF;
	padding: 10px;
	border-bottom: 2px solid #2F7894;
}

.customHeader2{
}

.navbar-toggle {
	background: #0f4025;
}

.navbar-toggle .icon-bar {
	background: #FFF;
}


.my-thumb-circle{
	border-radius: 100%;
	width: 90%;
	text-align: center;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}


.my-thumb{
	max-width: 100%;
	text-align: center;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 2px 0 rgba(0,0,0,.5);
	border: 4px solid #7eecb0;
}

.fitem{
}
.carousel-inner>.item >img {
    width: 100%;
}
.content-ddbox2 {
	webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	/*-webkit-box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);
	box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);*/
	padding: 5px;
	/*background: #E45812;*/
	color: #fff;
}

.content-ddbox2 a{
	color: #fff;

}

.content-ddbox {
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);
box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);
padding: 15px;
background: #7eecb0;
	color: #333;
text-align: justify;
}

.content-ddbox2 h1,
.content-ddbox2 h2,
.content-ddbox2 h3,
.content-ddbox2 h4,
.content-ddbox2 h5{
	color: #fddf65;
	
}

.content-ddbox h1,
.content-ddbox h2,
.content-ddbox h3,
.content-ddbox h4,
.content-ddbox h5{
	color: #0f4025 !important;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
        background: #fff;
	
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.customWidget1{
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background: #0f4025;
	color: #333333;
}

.services-group {
    background: #3b5998 url('../images/pattern1.png');
}
.customWidget2{
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	padding: 15px;
	color: #333333;
}

.customWidget2 p{
	color: #fff;
}

.customWidget1 a{
	color: #ffffff !important;
}

p.title {
    color: #fff;
}

.customWidget1 a:hover{
	color: #fff !important;
}
.content-ddbox a{
	color: #000;
}

.ddheader{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);
	box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: rgb(191,191,191);
	background: -moz-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(252,255,244,1) 9%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,191,191,1)), color-stop(9%,rgba(252,255,244,1)));
	background: -webkit-linear-gradient(top, rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%);
	background: -o-linear-gradient(top, rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%);
	background: -ms-linear-gradient(top, rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%);
	background: linear-gradient(to bottom, rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#fcfff4',GradientType=0 );
	padding: 15px;
}


h3.cit {
    font-size: 15px;
    background: transparent;
    text-align: justify;
}


.ddheader{
	color: #144E64;
}


.mobile-con{
	display:none;
}


.vertical-shadow-left{
	position:absolute;
	left: -15px;
	top: -50%;
}
.vertical-shadow-right{
	position:absolute;
	right: -15px;
	top: -50%;
}

.readmoreside{
color: #fff !important;
text-transform: uppercase;
}

.citieslist h1{

	color: #0f4025 !important;
	text-transform: uppercase;
	font-size: 34px;
	text-align: center;
	background: #fff;
}

.citieslist a{
	font-size: 12px;
}