html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #f2c2c9;
 color: #a4003a;
 text-shadow: none;
}
::selection {
	background: #16a085;
	color: #a4003a;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	margin: 1.6em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -moz-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -ms-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -o-linear-gradient(left, #fff, #ccc, #fff);
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}

img {
	vertical-align: middle;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   General styles
   ========================================================================== */

html, body {
	height: 100%;
}
body {
	font-family: "Lato";
	font-weight: 300;
	font-size: 16px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
.col-md-4 {
	padding-bottom: 20px;
}
.row {
	margin-right: 0px;
	margin-top:20px;
	margin-left: -15px;
}
.modal-header {
	background: #ffbf00;
}
.modal-header h4 {
	color: white;
	font-weight: 700;
	letter-spacing: 1px;
}


.logo {
background:#dadada;	
	border-radius: 5px 5px 0px 0px;
 box-shadow: 0px 0.5px 1px #0088cc;
}


.modal-footer {
	background: #2b2b2b;
}
.navbar-default {
	border-color: transparent;
	background-color: #dadada;
	
}
.navbar-inverse .navbar-brand {
	font-weight: 500;
	font-size: 20px;height:71px; 
}
.navbar-toggle {
	border-color: transparent;
	border: 0px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: #16a085;
	color: white;
}
a img {
	background: white;
}
.odd a img {
	background: #f5f5f5;
}
ul, ol {
	list-style: none;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway";
	font-weight: 200;
	color: #333;
}
h2 {
	font-size: 30px;
	color: #3a3b3c; font-weight:bold;
}
h3 {
	font-size: 26px;
}
/* Paragraph & Typographic */
p {
	line-height: 28px;
	margin-bottom: 2px;
}
p.large {
	font-size: 20px;
	margin-bottom: 50px;
}
.centered {
	text-align: center;
}
strong {
	font-weight: 700;
}
em {
	font-weight: 300;
}
pre {
	background: #ebebeb;
	border: none;
	font-family: "Monaco";
	font-size: 16px;
	color: #666;
	padding: 20px;
	line-height: 28px;
}
small {
	font-size: 12px;
}
blockquote, blockquote p {
	line-height: 28px;
	color: #999;
	font-weight: 300;
	font-style: italic;
}
blockquote {
	position: relative;
	margin: 0 0 40px -30px;
	padding-left: 30px;
	border-left: 5px solid #3498db;
}
blockquote cite {
	position: absolute;
	bottom: -25px;
	right: 0;
	font-size: 12px;
	font-style: italic;
	color: #333;
	font-weight: 300;
}
blockquote cite:before {
	content: "-- "
}
/* Images */
.overflow-image {
	margin-top: -65px;
}
/* Links */
a {
	color: #4abcc5;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
	color: #c0392b;
	text-decoration: none;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */
/**
#headerwrap {
	background: url(../img/header_bg.jpg) no-repeat center top;
	margin-top: -10px;
	padding-top: 120px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 587px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 100px;
}
#headerwrap h1 {
margin-top: 25px;
	color:#2b1d5b; font-size:60px;
	text-outline: 2px 2px #ff0000;
	text-align: center;
	letter-spacing: 3px;
	line-height:75px; 
	
	
	 text-shadow:
    3px 3px 5px #FFFFFF,
  
   -1px -1px 0 #FFFFFF,  
    1px -1px 0 #FFFFFF,
   -1px  1px 0 #FFFFFF,
    1px  1px 0 #FFFFFF;

}

#headerwrap h2 {
margin-top: 25px;
	color:#000000; font-size:28px;
	text-outline: 2px 2px #ff0000;
	text-align: center;
	letter-spacing: 2px;
	line-height:40px; 
	
	
	 text-shadow:
    1px 1px 2px #FFFFFF,
    
   -1px -1px 0 #FFFFFF,  
    1px -1px 0 #FFFFFF,
   -1px  1px 0 #FFFFFF,
    1px  1px 0 #FFFFFF;

}


#headerwrap span {
margin-top: 320px; 
	color: #ffffff;
	font-size: 5px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 3px;
}
#headerwrap p {
	color: #fff; margin-top:30px;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	list-style:50%;
	letter-spacing: 1px;
	
	
}
#headerwrap .icon {
	color: #ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 0px 20px 7px #3da8ae;
}
#headerwrap .btn {
	font-weight: 500;
	font-size: 18px; font-weight:bold;
	margin: 30px 10px 10px 30px;

	color:#000000;
		background-color: #fff;


	
}
#headerwrap .btn:hover, #headerwrap .btn:focus {
background:none;

		box-shadow: -2px -2px 10px #3da8ae;
	border:#fff 1px solid;
	outline: 0px;
}

*/


#headerwrap {
	background:#eeeeee;no-repeat center top;
	margin-top: -10px;
	padding-top: 2px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 100px;
}
#headerwrap h1 {
    margin-top: 25px;
	color:#2b1d5b; font-size:60px;
	text-outline: 2px 2px #ff0000;
	text-align: center;
	letter-spacing: 3px;
	line-height:75px; 
	
	
	 text-shadow:
    3px 3px 5px #FFFFFF,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #FFFFFF,  
    1px -1px 0 #FFFFFF,
   -1px  1px 0 #FFFFFF,
    1px  1px 0 #FFFFFF;

}

#headerwrap h2 {
    margin-top: 25px;
	color:#000000; font-size:28px;
	text-outline: 2px 2px #ff0000;
	text-align: center;
	letter-spacing: 2px;
	line-height:40px; 
	
	
	 text-shadow:
    1px 1px 2px #FFFFFF,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #FFFFFF,  
    1px -1px 0 #FFFFFF,
   -1px  1px 0 #FFFFFF,
    1px  1px 0 #FFFFFF;

}


#headerwrap span {
margin-top: 320px; 
	color: #ffffff;
	font-size: 5px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 3px;
}
#headerwrap p {
	color: #fff; margin-top:30px;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	list-style:50%;
	letter-spacing: 1px;
	
	
}
#headerwrap .icon {
	color: #ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 0px 20px 7px #3da8ae;
}
#headerwrap .btn {
	font-weight: 500;
	font-size: 18px; font-weight:bold;
	margin: 30px 10px 10px 30px;
/*	background-color: #ffbf00; 
text-shadow: 0 0 1px #000000;
 */
	color:#000000;
		background-color: #fff;


	
}
#headerwrap .btn:hover, #headerwrap .btn:focus {
background:none;

		box-shadow: -2px -2px 10px #3da8ae;
	border:#fff 1px solid;
	outline: 0px;
}




.about_us {
	background: #fff; 
	padding: 0px 0px 50px 0px;
}



#about {
	background: #fff; 
	padding: 110px 0;  margin-top:-80; margin-bottom:-160
}
#about img {
	margin-top: 65px;
}
#services {

	padding: 100px 0; 
	text-align: center;
}
#services .fa {
	color: #ffbf00;
}
#services p {
	text-align: center;
}

.services {
	background: #f5f5f5;
	padding: 20px 0; 
	text-align: center;
}



#pricing {
	
	padding: 100px 0;
	text-align: center;
}


.pricing {
	background: #fff;
	padding: 10px 0;
	text-align: center;
}

#plugins {
	
	padding: 150px 0;
}

.plugins {
	background: #fff;
	padding: 10px 0;
}

/*
#plugins H4 {
	padding-top: 10px;
}
#plugins p.large {
	margin-top: 60px;
	margin-bottom: 40px;
}
#plugins .fa {
	width: 30px;
	height: 30px;
	margin: 0 3px;
	border-radius: 100%;
	font-size: 15px;
	line-height: 30px;
	outline: 0;
	color: #fff;
	background-color: #c4c4c4;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
#plugins .fa:hover {
	background-color: #ffbf00;
}

*/

.plung_main{ float:left;  height:auto; padding:2px; width:100; margin-top:25px;}

.plung_left { float:left; margin-left:-15px; min-height:100px; max-width:100%; }

.plung_left img{ float:left;height:90px;width:90px;-moz-border-radius:55px; border-radius:55px; padding:10px; margin-top:15px; background:#FFFFFF; border:#CCCCCC 1px solid}

.plung_left img a:hover{ float:left;height:90px;width:90px;-moz-border-radius:55px; border-radius:55px; padding:10px; margin-top:15px; background:#CCCCCC; border:#CCCCCC 2px solid}
.plung_left img a{ float:left;height:90px;width:90px;-moz-border-radius:55px; border-radius:55px; padding:10px; margin-top:15px; background:#CCCCCC; border:#CCCCCC 2px solid}


.plung_right { float:right; min-width:76%; max-width:100%; height:auto; font-size:16px;}
.plung_right h4{ text-align:left; font-size:16px; width:100%; color:#333;font-family:"Raleway"; font-size:22px}
.plung_right h4 a{ text-align:left; font-size:16px; width:100%; color:#333;font-family:"Raleway"; font-size:22px}
.plung_right h4 a:hover{ text-align:left; font-size:16px; width:100%; color:#0e5ba1;font-family:"Raleway"; font-size:22px}

.plung_right p{ float:left; line-height:22px; text-align:left; font-size:16px; width:100%; color:#999999; margin-top:-10px;}



.plung1_right {font-size:16px; text-align:right; color:#6f7987; float:right;  color:#2298c9}
.plung1_right a{font-size:16px; text-align:right; color:#6f7987; float:right;  color:#2298c9}
.plung1_right a:hover{font-size:16px; text-align:right; color:#6f7987;float:right;  color:#6f7987;}



 @media (max-width: 451px)
  {
  .plung_left {margin-left:-15px; max-width:100%; text-align:center; margin-left:30%; }
  .plung_left img{height:90px;width:90px;-moz-border-radius:50px; border-radius:50px; padding:10px; margin-top:05px; background:#FFFFFF; border:#CCCCCC 1px solid; }
  .plung_right h4{ text-align:center; font-size:16px; width:100%; color:#333;font-family:"Raleway"; font-size:24px}
   .plung_right h4 a{ text-align:center; font-size:16px; width:100%; color:#333;font-family:"Raleway"; font-size:24px}
   .plung_right h4 a:hover{ text-align:center; font-size:16px; width:100%; color:#333;font-family:"Raleway"; font-size:24px}
  .plung_right p{ text-align:center; line-height:22px; font-size:16px; width:100%; color:#999999; }
  
  .plung1_right {font-size:16px; text-align:center; color:#6f7987; color:#2298c9}
  .plung1_right a{font-size:16px; text-align:center; color:#6f7987;  color:#2298c9}
  .plung1_right a:hover{font-size:16px; text-align:center; color:#6f7987;  color:#6f7987;}
  
  }
    


 




/*         ------------------------   */









#portfolio {
	background: #fff;
	padding: 60px 0;
}
#portfolio .btn-default {
	border: 0;
}
/*
#contact {
	background: #fff;
	padding: 100px 0;
	text-align: center;
}
*/

#contact {
padding: 60px 0;
	text-align: center; 
}

.contact {
	background: #f5f5f5; padding-top:30px;
		text-align: center;
}


#contact .form {
	padding: 30px 0;
}
#contact .fa {
	color: #ffbf00;
	margin-bottom: 10px;
}
#contact .text-danger {
	color: #e74c3c;
	text-align: left;
	margin: 0;
}
#contact .btn {
	font-weight: 500;
	font-size: 18px;
	margin-top: 30px;
	background-color:#2b2b2b;
	color: #fff;
	border: 0;
}
#contact .btn:hover, #contact .btn:focus {
	background-color: #3f3e3e;
	outline: 0px;
}
#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding: 50px 0;
	border-bottom: 1px solid #eee;
	text-align: center;
}
#greywrap .btn {
	font-family: "Raleway";
	font-weight: 300;
	font-size: 20px;
	margin: 0 25px;
	background-color: #fff;
	border-color: #e2e2e2;
	color: #888;
	border-bottom: 0;
	letter-spacing: 1px;
}
#greywrap .btn:hover, #greywrap .btn:focus {
	margin: 0 25px;
	background-color: #fff;
	border-color: #a5cdd5;
	border-bottom: 0;
	outline: 0px;
	color: #a5cdd5;
}
#greywrap h2 {
	font-size: 30px;
}
#greywrap .callout {
	margin-bottom: 5px;
}
#greywrap p {
	font-size: 30px;
}
#greywrap .fa {
	font-size: 18px;
	margin-right: 4px;
}






.footerwrap {
	background: #1e1f20; margin-top:-10px;
	padding: 15px 0 5px 0;
	text-align: center;
}
.footerwrap span.copyright {
	line-height: 40px;
	color: #888;
	font-weight: 400;
}
.footerwrap span.copyright a {
	color: #888;
	border-bottom: 1px dotted;
}
.footerwrap span.copyright a:hover {
	color: #ffbf00;
	text-decoration: none;
}
.footerwrap h4 {
	color: white;
}

















ul.social-buttons {
	margin: 0;
}
ul.social-buttons li a {
	font-size: 24px;
	outline: 0;
	color: #999;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	color: #ffbf00;
}

.widget{}
.widget h3{color:#FFFFFF; font-size:20px;text-align:left;  border-bottom:#CCCCCC 1px double; padding:10px;}
.widget ul {text-align:left;padding-left: 10px;}
.widget ul li {color:#E2F0FF; font-size:14px; background:url(../img/footer-style.png) no-repeat scroll 1% 7px; padding:2px 0 6px 20px;  }
.widget ul li a{color:#E2F0FF;text-align:left;font-size:14px; background:url(../images/list.png) no-repeat left center;}
.widget ul li a:hover {  color:#CCCCCC; text-decoration:underline;}

.widget h4{color:#FFFFFF; font-size:18px;text-align:left;  padding:10px;}


.widget  em {color:#E2F0FF; font-size:14px; font-style:normal; line-height:22px;  float:left; }
.widget  em a { color:#E2F0FF; font-size:14px; font-style:normal;line-height:22px; float:left; text-align:left }
.widget  em a:hover {   color:#CCCCCC; text-decoration:underline; font-size:14px;  font-style:normal; float:left; text-align:left }

.widge .contact-list font{color:#E2F0FF;text-align:left;font-size:14px; font-style:normal; }





ul.list.small span.alignleft{padding: 2px 8px;
    border-radius: 62px;
    margin-right: 22px;
    margin-bottom: 0px;
    width: 28px;
    float: left;
    font-size: 22px;}	
	
.alignleft{clear:both; margin:5px;}
.com .main-navigation li:hover	.dropdown-menu{ display:block;left: 14px;}
.com  .dropdown-menu>li>a {color: #31558F;font-weight: bold;}
ul.list li {float: left;
    width: 100%;
    text-align: justify;}
	
span.samewidth {
    width: 90px;
    float: left; text-align:left;
    padding: 0 10px 0 0;
}



.newsletter .form-control{ width: 70%;  float: left;  border: none;  border-radius: 1px; }
.newsletter .btn{   width: 30%;  background-color: #359ed3;  color: #fff;  border: 0px;  border-radius: 0px;  padding: 9px 16px;}
.search .form-control{ width: 70%;  float: left;  border: none;  border-radius: 0px;}


.search .btn{   width: 30%;  background-color: #fff;  color: #000;  border: 0px;  border-radius: 0px;  padding: 7px 0px;}






.fb{ }
.fb ul{margin-top:20px; list-style:none; margin-left:-10px;}
.fb ul span:first-child{ float:left; padding-top:6px; padding-right:10px; font-size:16px; color:#FFFFFF;   }
.fb ul span:first-child+li{ float:left; margin-left:50px;  }
.fb ul span:first-child+li+li{ float:left;margin-left:50px; }
.fb ul span:first-child+li+li+li{ float:left; padding-left:10px;}








#footerwrap {
	background: #27292b;
	padding: 05px 0 5px 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
#footerwrap span.copyright {
	line-height: 40px;
	color: #888;
	font-weight: 400;
}
#footerwrap span.copyright a {
	color: #888;
	border-bottom: 1px dotted;
}
#footerwrap span.copyright a:hover {
	color: #ffbf00;
	text-decoration: none;
}
#footerwrap h4 {
	color: white;
}
ul.social-buttons {
	margin: 0;
}
ul.social-buttons li a {
	font-size: 24px;
	outline: 0;
	color: #999;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	color: #ffbf00;
}








/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	color: #999;
}
.white p {
	padding-top: 10px;
}

/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
	border: 1px solid #eee;
}
.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background-color: #ffbf00;
}
.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1px;
}
.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}
/* Caption Style */
.mask figure {
	overflow: hidden;
}
.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .mask figure:hover img, .mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .mask figure:hover figcaption, .mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.mask figcaption a {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 30px;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width:1050px), screen and (max-device-width:1050px) {
body .header {
	background-attachment: scroll;
}
}

/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait) {
.header {
	background-attachment: scroll;
}
}

@media screen and (max-width:769px) {
#headerwrap h1 {
	font-size: 49px;
}
#headerwrap p {
	font-size: 30px;
	line-height: 38px;
}
}











/*

.marquee_box1{width:100%; padding:5px; border:#CCCCCC 1px solid; border-radius: 3px; height:160px; }

.marquee_box{width:100%; padding:2px; border:#CCCCCC 1px solid; border-radius: 8px; height:160px; }
.marquee_box h4{ height:auto; padding:3px; border-bottom:#666666 1px dotted; font-size:16px; }

*/

.marquee1{ float:left;  height:auto; padding:2px; width:100; margin-top:-1px;}

.marquee_left { float:left; margin-left:-15px; min-height:120px; max-width:100%; }

.marquee_left img{ float:left;  height: 95px;width: 95px;-moz-border-radius: 35px;border-radius: 35px; margin-top:30px;}

.marquee1_right { float:right; min-width:81%; max-width:100%;    height:auto; font-size:16px; margin-top:-20px;}
.marquee1_right h5{ text-align:left; font-size:16px; width:100%; color:#2298c9; }
.marquee1_right p{ float:left; text-align:justify; line-height:24px; font-size:16px; width:100%; color:#999999;}


.marquee1 a{font-size:16px; text-align:right; color:#6f7987; margin:20px 0 0; color:#2298c9}
.marquee1_right a:hover{font-size:16px; text-align:right; color:#6f7987; margin:20px 0 0; color:#2298c9}
.marquee1_right {font-size:16px; text-align:right; color:#6f7987; margin:20px 0 0; color:#2298c9}
.marquee1_right a{font-size:16px; text-align:right; color:#6f7987; margin:20px 0 0; color:#2298c9}
. marquee1_right  a:hover{font-size:16px; text-align:right; color:#6f7987; margin:20px 0 0; color:#6f7987;}




.marquee_bg { background-color: #fff;  position: relative; margin-top:2px;  text-align:left; margin-bottom:10px;}



/*
.testimonials-container { background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.16); padding: 30px 30px 15px 30px; position: relative; margin-top:2px; m height:auto; text-align:left; margin-bottom:10px;}
.testimonials-container:before{position:absolute; top:0; left:30px;  font-family:FontAwesome; font-size:50px; color:#2298c9}
ntainer p{color:#6f7987; line-height:22px; text-align:justify}
.testimonials-container .name{font-size:18px; color:#6f7987; margin:20px 0 0;}
.testimonials-container .name span{font-weight:800; color:#2298c9;}
.carousel-inner { float:left; margin-top:-20px; }
.test_container { float:left; margin-top:-60px; }
.testimonials-read{font-size:16px; text-align:right; color:#6f7987; margin:20px 0 0; color:#2298c9}
.testimonials-read a{font-size:16px; text-align:right; color:#6f7987; margin:20px 0 0; color:#2298c9}
.testimonials-read a:hover{font-size:16px; text-align:right; color:#6f7987; margin:20px 0 0; color:#6f7987;}

*/









.testimonials-container { float:left; background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.16); padding: 30px 30px 25px 30px;  text-align:left; margin-top:-1px;}


.testimonials-container:before{position:absolute; top:0; left:30px;  font-family:FontAwesome; font-size:50px; color:#2298c9}
ntainer p{color:#6f7987; line-height:22px; text-align:justify}
.testimonials-container .name{font-size:18px; color:#6f7987; margin:20px 0 0;}
.testimonials-container .name span{font-weight:800; color:#2298c9;}


.carousel-inner { margin-top:-20px; }

.test_container {  margin-top:-60px; }

.testimonials-read{font-size:16px; text-align:right; color:#6f7987; margin:20px 0 0; color:#2298c9}
.testimonials-read a{font-size:16px; text-align:right; color:#6f7987; margin:20px 0 0; color:#2298c9}
.testimonials-read a:hover{font-size:16px; text-align:right; color:#6f7987; margin:20px 0 0; color:#6f7987;}










.testimonials-page { background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.16); padding:15px;  margin-top:2px;   height:auto; text-align:left; margin-bottom:10px;}

.left_page{ float:left; width:120px; margin-top:-50px;}

.left_page img{ float:left;  height: 95px;width: 95px;-moz-border-radius: 35px;border-radius: 35px;}


.right_page{ }
.right_page p{ font-size:16px; line-height:24px; padding:8px; text-align:justify }
.right_page:before{position:absolute; top:0; left:30px;  font-family:FontAwesome; font-size:50px; color:#2298c9}
.right_page p{color:#6f7987; line-height:22px; text-align:justify}
.right_page .name{font-size:18px; color:#6f7987; margin:20px 0 0;}
.right_page span{font-weight:800; font-size:18px; color:#2298c9; margin-right:15px;}



.carousel-inner { float:left; margin-top:-20px; }

.test_container { float:left; margin-top:-60px; }

.testimonials-read{font-size:16px; text-align:right; color:#6f7987; margin:20px 0 0; color:#2298c9}
.testimonials-read a{font-size:16px; text-align:right; color:#6f7987; margin:20px 0 0; color:#2298c9}
.testimonials-read a:hover{font-size:16px; text-align:right; color:#6f7987; margin:20px 0 0; color:#6f7987;}


/*-- header_top --*/

/********** Login *************/
#loginContainer {
    position:relative;
}

#loginContainer a{
    position:relative;
	font-size:16px; color:#359ed3;
}

#loginContainer a span{
  display:block;
  padding:4px 10px;
}
/* Login Button */
#loginButton { 
    display:inline-block;  
    position:relative;
    z-index:30;
    cursor:pointer;
}
/* Login Box */
#loginBox {
    position:absolute;
	top: 25px;
	right: 0px;
    display:none;
    z-index:29;
}
#loginForm:after {
	content: '';
	position: absolute;
	right: 25px;
	top: -10px;
	border-left:10px solid rgba(0, 0, 0, 0);
	border-right:10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid #f0f0f0;
}
/* Login Form */
#loginForm {
   width: 300px;
	background: #fff;
	border: 1px solid #d6d6d6;
	 border-radius: 0px 0px 8px 8px;
}
#loginForm fieldset {
    margin:0 0 15px 0;
    display:block;
    border:0;
    padding:0;
}
fieldset#body {
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    padding:15px 15px 15px 30px;
    margin:0;
}
#loginForm #checkbox {
    width:auto;
    margin:3px 6px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}
#body label {
    color:#000;
    margin:10px 0 0 0;
    display:block;
    float:left;
    font-size:0.8725em;
}
#loginForm #body fieldset label{
  font-size:14px; color:#333333;
    margin:0 0 6px 0;
}
#body label i{
	color:#000;
	font-size:1em;
	font-style:normal;
}
/* Default Input */
#loginForm input {
    width:100%;
    border:1px solid #DADADA;
	color: #222;
	background:#FFF;
    padding:8px;
	font-size: 0.8125em;
    -webkit-apperance:none;
    font-family: 'Open Sans', sans-serif;
	border-radius: 3px;
}
/* Sign In Button */
#loginForm #login {
	font-family: 'Open Sans', sans-serif;
	width: auto;
	float: left;
	background:#359ed3;
	color:#FFFFFF;
	font-size: 1.0em;
	padding: 8px 20px;
	border: none;
	margin: 0 10px 0 0;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s; list-style:none;
}
#loginForm #login:hover {
	background: #2486b8;
}
/* Forgot your password */
#loginForm span{
    display:block;
    padding:0px 0px 15px 35px;
}
#loginForm span a{
	color:#000;
	font-size:0.85em;
    font-weight:500;
    background: none;
	border: none;
	box-shadow: none;
}
#loginForm span a:hover{
	text-decoration:underline;
}
input:focus {
    outline:none;
}



.term_ul{float:left; padding-bottom:35px; }
.term_ul h2{float:left; width:100%; font-size:18px; margin-left:10px; } 
.term_ul h4{float:left; width:100%;  }
.term_ul ul{float:left; width:100%;  }
.term_ul ul li{float:left; width:100%;  list-style:decimal; line-height:26px; color:#888888; margin-top:5px;}

.term_ul p{float:left; width:100%; line-height:26px; color:#888888; margin-top:5px;}

.term_ul ul img{float:left; }


.square{float:left; padding-bottom:35px; }
.square h2{float:left; width:100%; } 
.square h4{float:left; width:100%;  }
.square ul{float:left; width:100%;  }
.square ul li{float:left; width:100%;  list-style:decimal; line-height:28px; color:#888888;}



.square1{float:left; padding-bottom:35px; }
.square1 h2{float:left; width:100%; } 
.square1 h4{float:left; width:100%; font-size:16px; font-weight:bold  }
.square1 ul{float:left; width:100%;  }
.square1 ul li{float:left; width:100%;  list-style:disc; line-height:28px; color:#888888;}



.captcha{float:left; padding-bottom:35px; width:100% }
.captcha input{float:left; width:40%; margin-right:5px; } 
.captcha span{float:left; width:40%; } 
.captcha button{float:left; width:45%; margin-top:-15px; } 
.captcha p{float:left; width:50%; } 




.our_clients img{
  width: 100%;
  border-radius: 4px; min-height:95px; max-height:100%;
  margin:3px; padding-left:2px; border:#999999 2px solid;
}





/*   ------   */

.top_header {
 background:#eeeeee; 
  border-radius: 0;
  margin-bottom: 0;
}




.top_right{margin:0 auto; padding:0px; float:right}

.top_right ul {margin:0 auto; width:100%;}

.top_right ul li:first-child{margin:0 auto; padding:0px; float:left; width:80px; list-style:none; padding:10px;}

.top_right ul li:first-child+li{margin:0 auto; padding:0px; float:left; width:80px; list-style:none; padding:10px;}

.top_right ul li:first-child+li+li{margin:0 auto; padding:0px; float:left; width:11%; list-style:none; padding:10px;}

.top_right ul li:first-child+li+li+li{margin:0 auto; padding:0px; float:left; width:13%; list-style:none; padding:10px;}
.top_right ul li:first-child+li+li+li+li{margin:0 auto; padding:0px; float:left; width:15%; list-style:none; padding:10px;}




.top_left {margin:0 auto; padding:10px; margin-top:4px;  }
.top_left p {margin:0 auto; font-size:14px; color:#696767;  }

.top_left p strong{margin:0 auto; font-size:15px;  color:#3a3a3a;  }



 @media (max-width: 451px)
  {.main-nav{ width:400px;}
    
  }


  @media (max-width: 451px)
  {.menu11{ visibility:hidden; margin-top:-120px;}
    
  }
   @media (max-width: 580px)
  {.menu11{ visibility:hidden;margin-top:-120px;}
  }
    @media (max-width: 680px)
  {.menu11{ visibility:hidden;margin-top:-120px;}
  }
  
     @media (max-width: 780px)
  {.menu11{ visibility:hidden;margin-top:-120px;}
  }


 @media (min-width: 992px){
 .menu121{ visibility:hidden; margin-top:-120px;}
 }
 
 @media (min-width: 780px){
 .menu121{ visibility:hidden; margin-top:-120px;}
 }
 
  @media (min-width: 1500px){
 .menu121{ visibility:hidden; margin-top:-120px;}
 }


 @media (min-width: 1100px){
 .menu121{ visibility:hidden; margin-top:-120px;}
 }
 













  @media (max-width: 451px)
  {.banner{ margin-top:-10px;}
    
  }
   @media (max-width: 580px)
  {.banner{ margin-top:-10px;}
  }
    @media (max-width: 680px)
  {.banner{margin-top:90px;}
  }
  
     @media (max-width: 780px)
  {.banner{ margin-top:90px;}
  }


 @media (min-width: 992px){
 .banner{ margin-top:90px;}
 }





.read1 {font-size:15px; float:right; color:#070707; margin:20px 0 0; }
.read1 a{font-size:15px; float:right; color:#070707; margin:20px 0 0;}
.read1 a:hover{font-size:15px; float:right;color:#0a8bcc; margin:20px 0 0; }

