 /* Theme Style */

/*-------------- Global Style -------------------*/
body{
	background: #FFF;
	color: #434343;
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	position: relative;
	cursor: default; 
}
.row { 
	max-width: 76em;
}
.list-unstyled, .list-unstyled li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.block{
	display: block;
}
a { 
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
ul.inline-list>li, ol.inline-list>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.icon-red{
	color: #2ba6cb !important; 
}
.icon-green{
	color: #08B30F !important; 
}
.icon-blue{
	color: #2795b6 !important; 
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";

}

.clearfix:after {
  clear: both;
}



/* === Typography === */
h1, h2, h3, h4, h5, h6{
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	color:#353535;
	font-weight:300;
	line-height:1.5em; 
}
 
p{
	margin-bottom: 1em;
}
a,a:focus,a:active{
	color:#2ba6cb; 
} 
 a:hover {
	color:#2284a1;
}
.icon-square, .icon-rounded, .icon-plain, .icon-circled {
	margin: 10px 10px 10px 0;
	 
}
.breadcrumbs > *.current a{
	color: #FFF;
	text-shadow: 1px 1px 1px #444;
}
.breadcrumbs > * a, .breadcrumbs > * span {
	text-transform: uppercase;
	color: #F0F0F0;
	text-shadow: 1px 1px 1px #444;
}
/* Logo Style */
#header .logo span, .logo i{
	color: #FFF !Important;
	font-weight: bold;	 
}
#header .logo {
	text-transform: uppercase;
	color:#2ba6cb !Important;
	font-size:1.3em;
	text-shadow: 1px 1px 1px #000;	
	margin-top: 2px;
}
.logo i{
	border: 2px solid #FFF;
	border-radius: 41px;
	padding: 5px 6px;
	width: 35px;
	height: 35px;
	display: block;	
	float: left;
	margin: 5px 5px 0 0;
}
 


/* Top Menu */
#header{
	/*background: #262626;*/
    background: #262626;
}
.top-bar-section li a{
	text-transform: uppercase;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.top-bar  { 
	background: none ;
	margin-bottom:0;	
	height: 50px;
}
#header .top-bar-section>ul{
	background: #262626;
	margin: -1px 0 0 0;
}
#header .top-bar-section ul li a{	
	background: none;
	line-height: 50px;
}
#header .top-bar-section li.active a,#header .top-bar-section li a:hover{
	background: #2ba6cb;
	-webkit-box-shadow: inset 1px 0 0 #262626;
	-moz-box-shadow: inset 1px 0 0 #262626;
	box-shadow: inset 1px 0 0 #262626;
}


#header .top-bar.expanded ul li a { 
		line-height: 25px;
	}
	
/* Sub - Menu */ 

 .dropdown {
	position: absolute;
	top: -9999px;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px; 
	margin: 2px 0 0;
	list-style: none;
	background-color:inherit;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	 background: inherit;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	
}
 

.top-bar-section  .dropdown li{
	width:100%;	
}


.top-bar-section  .dropdown li > a {
	display: block;
	padding: 6px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px; 
	white-space: nowrap;
	text-transform: capitalize;
	font-size:1em;
}
#header .top-bar-section .dropdown a{	
	background: #262626;
	line-height: 25px;
}

/* Banner Style */
#banner, .page-title {
	background: #dedddb url("../img/banner-bg-8.jpg") repeat 0 0 ; 
	border-bottom:8px solid #2ba6cb;
	margin-bottom: 25px;	 
}
 
#banner .orbit-container{
	background: none ;
}
#banner .orbit-slide-number {
	display: none;
}
.orbit-container .orbit-timer {
	position: absolute;
	top: 0; 
	height: 3px;
	width: 100%; 
}
.orbit-container .orbit-timer .orbit-progress { 
	background-color: #919191;
	background-color: rgba(167, 167, 167, 0.6);
}

.orbit-container .orbit-prev, .orbit-container .orbit-next { 
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	opacity: 0;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
.orbit-container .orbit-prev span{
	margin-left: -4px;
}
.orbit-container .orbit-next span{
	margin-left: -4px;
}
.orbit-container .orbit-prev{
	left:55px;
}
.orbit-container .orbit-next{
	right:55px;
}
.orbit-bullets{
	 display: block;
	 position: relative;
}
.orbit-container:hover  .orbit-prev{
	left:0;
	opacity: 1;
}
.orbit-container:hover  .orbit-next{
	right:0;
	opacity: 1;
}
.orbit-bullets{
	text-align: center;
}
.orbit-bullets li {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #999;
	float: none;
	margin-right: 6px;
	border: solid 1px #666;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-box-shadow: inset 1px 1px 2px #444;
	-moz-box-shadow: inset 1px 1px 2px #444;
	box-shadow: iinset 1px 1px 2px #444;
	opacity: 0.8;
	cursor: pointer;
}

.slider-box{
	padding: 40px 0 5px;	
}
.slider-details{
	top:70px;
}
.slider-image{
	text-align: center; 
}
.orbit-container .orbit-slides-container img{
	display: inline-block;
}
 .slider-details p a.button{
	margin-top: 15px;
}
.slider-details h2{color:#FFF; font-weight: bold; text-shadow: 1px 1px 1px #444;}
.slider-details h4{color:#F9F8F8;text-shadow: 1px 1px 1px #444;} 
.slider-details p{color:#F9F8F8;text-shadow: 1px 1px 1px #444;}



/* Banner Animation */
.orbit-container ul{
		position: relative;
		perspective: 1000px;
		-o-perspective: 1000px;
		-ms-perspective: 1000px;
		-moz-perspective: 1000px;
		-webkit-perspective: 1000px;
		backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
}

.orbit-container .slider-image {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay:  0.5s;
	-o-animation-delay:  0.5s;
	animation-delay:  0.5s;  	 
	 
}
.slider-details  {
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;
	
	-webkit-animation-delay: 1s;
	-moz-animation-delay:  1s;
	-o-animation-delay:  1s;
	animation-delay:  1s;  	 
	 
}
.slider-details h2 {
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;
	
	-webkit-animation-delay:  1s;
	-moz-animation-delay:  1s;
	-o-animation-delay:  1s;
	animation-delay:  1s;  
	 
	 
}

.slider-details h4 {
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;
     -webkit-animation-delay: 1.2s;
     -moz-animation-delay: 1.2s;
     -o-animation-delay: 1.2s;
     animation-delay: 1.2s;
     
}

.slider-details p {
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;
      -webkit-animation-delay: 1.5s;
      -moz-animation-delay: 1.5s;
      -o-animation-delay: 1.5s;
      animation-delay: 1.5s; 
}

/* Feature box */
#features{ 
	padding: 30px 0 0;
}
.aligncenter {
	text-align: center;
}
.features-img .icon-64{
	width: 60px;
	height: 60px;
	padding: 12px;
	font-size: 30px;
	line-height: 40px;
	background-color: #2ba6cb;
	color:#FFF;
	display: inline-block;
}
.icon-64.icon-circled {
	border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
}
.features-details{
	margin-top: 25px;
}

.features-box,.features-box .features-img i{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.features-box:hover .features-img i{
	 background-color: #262626;
	 padding: 15px;
}
 .features-box:hover{
 	bottom: 8px;
 }
 
 .sub-headline{
 	background: #f9f8f8;
 	margin: 40px 0;
	padding: 10px 0;
 }
 
 /* recent Work */
#recent-work h3{
	text-transform: uppercase;
}
#recent-work .row{
	margin-bottom: 20px
}
 
.thumbnail {
  position: relative;
  display: block;
overflow: hidden;
}
.thumbnail img{
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.thumbnail:hover img{
	  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.recent-box h4 {
	font-size: 1.1em;
	margin-top: 8px;
	font-weight: bold;
}

.recent-box{
	 -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   border-bottom: 2px solid #FFF;
   margin-bottom: 20px;
  text-align: center;
}
.recent-box:hover{
	border-bottom: 2px solid #2ba6cb;
	background: #F7F7F7;
}
.client-links {
	background: #f9f8f8;
 	margin: 20px 0;
	padding: 10px 0;
}
.our-clients {
	text-align: center;
	margin-bottom: 30px;
}
.our-clients a img{
	border:0;
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.our-clients a:hover img{
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

/*Testimonials block */
#testimonials{
	margin-top: 60px; 
}
.tm-box{
	background: #FCFCFC;
	border: 1px solid #F0F0F0;
	padding: 0 10px;
	position: relative;
	
}

.testimonials-page .tm-box{
	margin-bottom: 75px;		
}

.tm-details strong{
	display: block;
	margin-bottom: 10px;
}
#error-404{
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	border:1px solid #E4E4E4;
	background: #FAFAFA;	
}
#error-404 ul{
	margin-left: 25px;
}
.tm-thumbnail{
	position: absolute; left: 50%;
}

.tm-thumbnail img{
	width:90px;
	height: 90px;
	border-radius:90px; 
	margin: 0 auto;
	position: relative;
	display: block;
	left: -50%;
	top:-55px;
}
.tm-details{
	margin-top: 45px;
}
.tm-details p:first-letter{
	font-size: 2.5em;
}
.tm-details  blockquote { 
	font-style: italic; 
	line-height: 1.45;
	position: relative; 
	border-left: 0;
	padding-top: 15px;
	color: #9C9C9C;
	padding: 10px 0 0;
}
.tm-details  blockquote i{  
	color: #D8D8D8;
	margin: 0 5px ;
}
.lt-ie9 .tm-thumbnail{
	position: relative; left: 50%;
}

.lt-ie9 .tm-details{
	margin-top: -10px;
}

/* Footer
============================================== */
footer{
	background: #1d2123;
	margin: 40px 0 0px;
	padding-top: 20px;
	color: #8996A0;
}

footer h4{
	color: #DDD;
	 
}
 footer a, footer a:focus, footera:active{
	color:#8996A0;
	-webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;	
}

footer a:hover{
	color:#f1f1f1;
}
footer ul{
	list-style: none;
}




/* Social Links 
 =======================================*/

#social-links{
	background: #2f373b;
	padding: 10px 0;
}

#social-links .icon-64{
	width: 50px;
	height: 50px;
	padding: 12px;
	font-size: 25px;
	line-height: 30px;
	background-color: #848f97;
	color:#2f373b;
	display: inline-block;
}

#social-links a i{
	-webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;	
}

#social-links a:hover i{
	background: #f1f1f1;
}
.up-arrow{
	background: #2ba6cb;
	padding: 9px 14px;
	font-size: 2em;
	position: relative;
	display: inline;
	color: #FFF !important;
	top: -25px; 
	-webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;	
}

.up-arrow:hover{
	background: #f1f1f1;	 
	color: #333 !important;	 
} 
#social-links .up-arrow:hover i {
	background: none;
}
.copyrights{
	padding: 15px 0 0px;
	font-size: 0.9em;
}

/* About Page 
====================================================================== */
 
.page-title h1 {
	padding: 15px 0 5px;
	font-size: 2.5em;
	text-shadow: 1px 1px 1px #222;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
	color:#FFF;
}
.page-title .breadcrumbs{
	margin-top: 25px;
}
.title>h3{
	border-bottom: 3px solid #2ba6cb; 
	display: inline-block;
	padding-right:15px;
}
aside .title>h3{
	border-bottom: 0; 
	display: block;
	padding-right:auto;
}
.breadcrumbs { 
	border-width: 0;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0); 
}
.exp-box{
	margin: 15px 0;
}
.exp-box h6{
	margin-bottom: 0.2em;
}
.aside-box{
	margin-left: 10px;
	margin-bottom: 25px;
}

aside .widget{
	margin-left: 10px;
	margin-bottom: 25px;
}
aside .widget li{
	margin-left: 20px;
	 
}
.progress-striped .meter {    
	 
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
    -webkit-background-size: 40px 40px !important;
    -moz-background-size: 40px 40px !important;
    -ms-background-size: 40px 40px !important;
    background-size: 40px 40px !important;
   
}
 
 .team-thumbnail{
	 text-align: center;
	 padding-top:15px;	
	 -webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	border:1px solid #FFF;
	
}

.team-thumbnail:hover{
	 border: 1px solid #F5F5F5;
}
.team-thumbnail img{
	width:130px;
	height: 130px; 
	border-radius:75px;	
	margin: 0 auto;
	position: relative;
	display: block;
	 
	 
}
.caption h6{
	font-weight: bold;
}

/* Services Page 
====================================================================== */
#services-box{
	margin-top: 30px;
}
 
.service-item{
	margin: 5px 0;
	background: #FAFAFA;
	border: 1px solid #F5F5F5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;;
}
.service-img .icon-64{
	width: 60px;
	height: 60px;
	padding: 12px;
	font-size: 30px;
	line-height: 40px;
	background-color: #FAFAFA;
	border: 2px solid #2ba6cb;
	color:#2ba6cb;
	display: inline-block;
}
.icon-64.icon-circled {
	border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
}
 
.service-img i{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-img i{
	 background-color: #262626;
	 padding: 15px;
}




/* for tablet potrait*/
@media only screen and (min-width: 768px) and (max-width: 960px) {
	.item.large-3 .thumbnail-box .caption p,.item.large-4 .thumbnail-box .caption p{
		display: none;
	}
	.item.large-3 .thumbnail-box .caption h4,.item.large-4 .thumbnail-box .caption h4{
		margin-top: 5px; 
	}
	.item.large-3 .thumbnail-box .caption .button,.item.large-4 .thumbnail-box .caption .button{
		font-size: 1.1em;
		margin-top: 10px;  
	}
	
}





.contactform label input{
	margin-top: 15px;
}


 
  
#icons-set .column{
	margin-top: 5px;
	margin-bottom: 10px;
}
#icons-set {
	font-size: 1.1em;
}
#icons-set i{
	margin-right: 5px; 
}



/* Custom Media Qurey Style
====================================================================== */

/* For large Screen only*/
@media only screen and (min-width: 768px) {

	
}
 

/* For Medium and Small Screen */
@media only screen and (max-width: 767px) {
	

	 #header .top-bar-section .drop-down  li a {
		background: none; 
	}
	
	.slider-box{
		padding:0;
	}
	.slider-details {
		top: 10px;
		text-align: center;
	}
	.features-box {
		margin-bottom: 10px;
		border-bottom: 1px #D8D8D8 dashed;
		padding-bottom: 20px;
	}
	.tm-box{
		background: #FCFCFC;
		border: 1px solid #F0F0F0;
		padding: 0 10px;
		margin-bottom: 80px;		
	}
	footer { 
		margin: 10px 0 0px; 
	}
	.breadcrumbs.right{
		float: none !important;		 
	}

	.page-title h1 {
		font-size: 1.5em;
		margin: 0 0 25px 0;
	}

	.page-title h4 {
		font-size: 1em;
	    margin: 0 0 0 -25px;
        padding: 0 0 0 -25px;
	}

    #header .logo {
	    text-transform: uppercase;
	    color:#2ba6cb !Important;
	    font-size: .75em;
	    text-shadow: 1px 1px 1px #000;	
	    margin-top: 2px;
    }
    .logo i{
	    border: 2px solid #FFF;
	    border-radius: 41px;
	    padding: 5px 6px;
	    width: 35px;
	    height: 35px;
	    display: block;	
	    float: left;
	    margin: 5px 5px 0 0;
    }

    .banner-details h3 {
        font-size: 1.65em;
        margin: -20px 0 25px 0;
    }

    .banner-rightpanel h5 {
        font-size:1.25em;
    }

    .banner-rightpanel li {
        font-size:1.25em;
    }


    .banner-details .bannerButton {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top:25px;
        margin-bottom:5px;
    }

    .BannerParagraph {
        display: none !important;
    }

}

/* for Small Screen only */
@media only screen and (max-width: 479px) {
	#gallery-flickr .flickr-widget a {
	float: none;
	width: 90%;
	height: 100%;
	}
	#header .logo{
		width:auto;
	}
	.page-title h1{
		font-size: 1.5em;
	}

	.page-title h4{
		font-size: 1em;
        margin-left:-25px;
	}

	.page-title .breadcrumbs {
		margin-top: 10px;
	}

    .title-area h1 {
        font-size: .5em;
    }


    .banner-details h3 {
        font-size: 1.5em;
        margin: -20px 0 25px 0;
    }

    .banner-details h2 {
        font-size: 1.35em;
    }

    .banner-details p {
        font-size: .75em;
        text-align: justify;
    }

    .banner-details .bannerButton {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .banner-details .button {
        font-size: 1em;
        margin-left: auto;
        margin-right: auto;
    }

    .banner-rightpanel h5 {
        font-size:1.25em;
    }

    .banner-rightpanel li {
        font-size:1.25em;
    }

    .BannerParagraph {
               display: none !important;

    }

}


/* NCDL OVERRIDES */



/* NCDL */
.banner-details{
	top:35px;
}

 .banner-details p a.button{
	margin-top: 15px;
}
.banner-details h2 {
    color: #FF9933;
    font-weight: bold;
    text-shadow: 1px 1px 1px #444;
    text-align: center;
}
.banner-details h3 {color:#FFF; font-weight: bold; text-shadow: 1px 1px 1px #444;}
.banner-details h5 {color:#F9F8F8;text-shadow: 1px 1px 1px #444;} 
.banner-details p {color:#F9F8F8;text-shadow: 1px 1px 1px #444;}


.banner-rightpanel{
	top:35px;
    margin-bottom:50px;
}
.banner-rightpanel h2 {color:#FFF; font-weight: bold; text-shadow: 1px 1px 1px #444;}
.banner-rightpanel h5 {
    color: #FF9933;
    text-shadow: 1px 1px 1px #444;
} 
.banner-rightpanel p {color:#F9F8F8;text-shadow: 1px 1px 1px #444;}

.banner-rightpanel ul {
    margin-left: 40px;
    color: #FFF;
}


.three-columns-home {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-bottom: 2px solid #FFF;
    margin-bottom: 20px;
}

.three-columns-home h4 {
    color: #2ba6cb;
}


.content li {
    margin-left:15px;
}


.sidebar h3 {
    text-align:center;
    color: #2ba6cb;

}
.sidebar h5 {
    text-align:center;

}


.vcard {
    margin:0 0 0 -10px;
    border-style: none;
    line-height: 20px;
}



.page-title h4 {
	padding: 0;
	margin: -25px 0 25px 38px;
    color: #FFF;
}


/* NCD FORM STYLE OVERRIDE */
.QuoteForm ul {
	list-style: disc;
}


.QuoteForm li {
	background-image: none;
	margin: 0 0 0 30px;
	color:#000066;
	font-size:1em;
	font-weight:bold;
}

.QuoteForm p {
	color:#000000;
	font-size:1em;
	font-weight:normal;
	padding:10px 0 0 20px;
}

.FormHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #555555;
	padding-left: 5px;
}
.FormLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
}
.FormLabelReq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FF3300;
}
.FormLabelReqErr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FF0000;
}

.btnHolder {
	padding:3px;
	margin:0;
}
.btnHolder a {
	padding: 5px 8px 5px 8px;
	background: #333333;
	color:#FFFFFF;
	text-decoration:none;
}
.btnHolder a:hover {
	background:#FF7000;
	color:#000000;
	text-decoration:none;
}

.CommentBox  { 
	font-family:Trebuchet MS; 
	font-size: 8pt; 
	color: #000000; 
	font-weight: bold;	
	background-color: #eeeeee; 
	border: #666666; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
.CommentBoxFocus  { 
	font-family: Trebuchet MS;
	font-size: 8pt; 
	color: #000000; 
	font-weight: bold;
	background-color: #DDDDCC; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.Warning {
    clear: both;
    background: none;
    background-color: #F4FAFF;
    border: 1px solid #B2CCE5;
    font: normal 15px Verdana;
    padding: 10px;
    margin: 0 10px 10px 0;
    line-height: 20px;
}
.Error { clear: both; background: none; background-color: #FFFFCC; border: 1px solid #990000; font: normal 1em Verdana; color:#CC0000; padding: 5px; margin: 10px; }
.Error a { color:#000066; text-decoration:underline; }


label {
    display: inline;
    padding: 0px 0px 0px 5px;
    text-indent: -15px;
    font-size: 1em;
    /*background-color: #00FF00;*/
}
input {
    vertical-align: text-top;
    position: relative;
    top: 3px;
    *overflow: hidden;
}


.btnCTA {
	display: inline-block;
	padding: 10px 20px;
	background-color: #4CAF50;
	color: white;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
}

	.btnCTA:hover {
		color: white;
		background-color: #45a049; /* Darker shade of green or any color you prefer */
		text-decoration: none; /* Optional: keeps the text decoration consistent */
	}


