body{
	position:relative;
	z-index: 1;
	color: #FFF;

	
/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center top, circle farthest-corner, #FFC60D 0%, #FFA800 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center top, circle farthest-corner, #FFC60D 0%, #FFA800 100%);

/* Opera */ 
background-image: -o-radial-gradient(center top, circle farthest-corner, #FFC60D 0%, #FFA800 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center top, 0, center top, 561, color-stop(0, #FFC60D), color-stop(1, #FFA800));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center top, circle farthest-corner, #FFC60D 0%, #FFA800 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(circle farthest-corner at center top, #FFC60D 0%, #FFA800 100%);
}

a{
	color: #00A3EF;
}
a:hover{
	color: #EBB914;
}


h1,h2,h3,h4,h5{
	color: #FFF;
}
.content-ddbox{
}

main#content{
	margin-top: 15px;
}

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

.header{
	border:none;
	-webkit-box-shadow: 0 0 10px 0 rgba(65,65,65,.5);
	box-shadow: 0 0 10px 0 rgba(65,65,65,.5);
	position: relative;
	z-index: 9999999;
	min-height: 50px;
	color: #FFF;

}

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

.page_header{
	text-shadow: 0 0 1px rgba(65,65,65,.5);
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCCCCC;
}

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

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



.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: #AD2381;
	/* margin-top: 5px; */
	color: #FFF;

	text-align: center;
	padding: 10px;
	min-height: 52px;
font-family: 'Racing Sans One', cursive;

	background: #333;
	padding: 10px 20px;
	margin-top: 12px;
	margin-right: 15px;

	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}


.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;
}
.innerpage .navigation-bar{
	position: relative;
}
.innerpage .leader{
	margin-top: 25px !important;
}

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

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

/*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 25px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.navbar-collapse {
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
background-color: #808080;
color: #FFF;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: #444;
	border:none;
	z-index: 999;
	color: #FFF;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
text-decoration: none;
color: #FFFFFF;
background-color: #0059AD;
}
.dropdown-menu {
	border:none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: rgba(0, 0, 0, 0.7);
}

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

.dropdown-menu>li>a {
}

/*tagblock*/
.tagblock{
	
	position:relative;
	background: #0059ad url('../images/pageheading.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);*/
}

.frontpage .tagblock{
	
}



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

.frontpage .tagblock .leader{
	margin-top:20px;
	font-size: 43px;
}

.tagblock-bg{
	text-align: center;
}

.tagblock a{
	color: #FFF;
}
.tagblock .leader{
	font-size: 35px;
	color: #fff;
	font-style: italic;
	margin-top: 37px;
	font-family: 'Racing Sans One', cursive;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
	
}
.tagblock .mylead{
	text-shadow: 0 0 1px rgba(65,65,65,.4);
	color: #000;
	font-size: 17px;
	font-style:normal;
	font-weight: normal;
}
.tagblock .mylead a{
	color: #fff;
}

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

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

	-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;
}
.featured a:before{
}
.featured h3{
	text-shadow: 0 0 1px rgba(65,65,65,.5);
}

.featured .heading h3{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-shadow: 0 0 1px rgba(0,0,0,.5);
	font-size: 19px;
	color: #00A3EF !important;
	text-align: left;
}
.featured a:hover{
	text-decoration: none;
	color: #EEEEEE;
}
.featured .heading h3:hover{
	color: #EEEEEE;
}
.featured .description {
	text-align: ;
	
}

.featured .description p{
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
}


.fheading{
	
}

.fheading h1{
	margin: 0;
	color: #FFF;
	font-family: 'Yellowtail', cursive;
	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;
	font-family: 'Open Sans Condensed', sans-serif;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

.footer{
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	background:#000;
}

.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 #EEE;	
}

/* 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;
}
.navbar-toggle {
	background: #0059AD;
}

.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:hover{

webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
-webkit-transform: scale(1.1) rotate(0deg);
-moz-transform: scale(1.1) rotate(0deg);
-o-transform: scale(1.1) rotate(0deg);
-ms-transform: scale(1.1) rotate(0deg);
transform: scale(1.1) rotate(0deg);
}

.my-thumb{
	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 #FFF;
	/*-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;*/
}

.fitem{
}

.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:#FFFFFF;
	color: #333;
	
}

.content-ddbox h1,
.content-ddbox h2,
.content-ddbox h3,
.content-ddbox h4,
.content-ddbox h5{
	color: #00A3EF;;
	
}

.customWidget1{
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	padding: 15px;
	background: #FFFFFF;
	color: #333333;
-webkit-box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);
box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);
}

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

.customWidget2 p{
	color: #FFFFFF;
}

.customWidget1 a{
	color: #333;
}
.content-ddbox a{
	color: #144E64
}

.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;
}


.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%;
}


.citieslist .itemblock a{
	font-size: 16px;
	color: #444;
}

.citieslist .itemblock a:hover{
	color: #fff;
}

.ddboxme{
	color: #333;
	-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); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(191,191,191,1) 0%, rgba(252,255,244,1) 9%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,191,191,1)), color-stop(9%,rgba(252,255,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#fcfff4',GradientType=0 ); /* IE6-9 */
	padding-bottom: 15px;
}

.ddboxme a{
	color: #CE8440;
}

.ddboxme .page_header{
	font-family: 'Racing Sans One', cursive;
	/*font-family: arial;*/
	font-weight: normal;
	color:#444;
	padding: 10px 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}




.thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}

.thumbnail img {
    width: 100%;
}

.thumbnail .captitle{
	min-height: 50px;
}
.thumbnail .capdesc{
	min-height: 70px;
	font-size: 12px;
}

.psps-container{
	padding-left: 0;
	padding-right: 0;
}


.carousel-caption {
position: absolute;
 left: 0%; 
 right: 0%; 
 top: 0;

z-index: 0;
 padding-top: 20px; 
 padding-bottom: 20px; 
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0,0,0,.6);
}




.stylish-panel {
    padding: 0 0;
    text-align: left;
    margin-top: 20px;

}
.stylish-panel > div > div{
   
    border-radius: 5px;
   /* transition: 0.2s;*/

		    /* IE10 Consumer Preview */ 
		
}
.stylish-panel > div:hover > div{
 
    /*border: 1px solid rgb(200, 200, 200);*/
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;*/
    /*background: rgba(200, 200, 200, 0.1);*/
/*    transition: 0.5s;
*/



}

.stylish-panel > div:hover{


}

.stylish-panel > div img.thmb{
	width: 100%;
	border-top: 2px solid #2A6161;
	border-bottom: 2px solid #2A6161;
} 
.stylish-panel > div:hover img {
   /* border-radius: 50%;*/
    /*-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);*/
}



h2.sp-title {
font-size: 20px;
padding:20px;
margin: 0;
color: #333; 
font-weight: bold;
text-shadow: 1px 1px 1px rgba(65,65,65,.4);
}

.sp-content{
	min-height:150px;
	padding: 20px;
	color: #333;
	font-size: 12px;
}


.services-item{


		margin-bottom: 20px;

		background: #FFF;
-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
		}

		.biyudetails{
			background: #444; border: none;

-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;

      -webkit-border-top-left-radius: 15px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 0px;
border-top-left-radius: 15px;
border-bottom-right-radius: 0px;

		}

	.biyudetails:hover{

		background: #111;
		transition: .5s;
	}


	#service_section {
		-webkit-box-shadow: inset 0px 0px 13px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    inset 0px 0px 13px 0px rgba(50, 50, 50, 0.75);
box-shadow:         inset 0px 0px 13px 0px rgba(50, 50, 50, 0.75);

padding:10px 0;

	background:  #222 url('../images/pattern3.png');
	}


	.innerpage .sp-content{
		display: none;
	}
	.innerpage .biyudetails{
		width: 100%;
		color: #333;
		-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background: #FFF;
	}