@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
body{
	margin: 0;
	padding: 0;
	font-family:"Roboto Condensed";
        background:#f8f8f8;color: #555;
        font-size: 13px;
}
#bg_container{  margin-top:35px;height:450px; overflow:hidden; }
#bg{ width:100%; height:490px; }

li{
	list-style: none;
}
a {
  color: #002e57;font-weight:600;text-decoration:none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
a:hover {
  color: #000; text-decoration:none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;text-decoration: underline;
}

.shadow-bringer2 { width:100%; height: auto; color:#757678;font-weight:400;
margin-bottom:75px;padding:10px;background:#b5d2f4;border-radius: 10px 10px 10px 10px;}	

.shadow2 {-webkit-box-shadow: 0px 8px 17px 0px rgba(50, 50, 50, 0.6);
-moz-box-shadow:    0px 8px 17px 0px rgba(50, 50, 50, 0.6);
box-shadow:         0px 8px 17px 0px rgba(50, 50, 50, 0.6);		
/* For IE 8 */		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";		/* For IE 5.5 - 7 */		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');	}

.shadow-bringer3 { width:87%;text-align:center; height:auto; color:#757678;font-weight:400;
padding:15px;background: #fff; border-radius: 0px 0px 10px 10px;
margin-top:0px; 
-webkit-box-shadow: -2px 10px 13px 0px rgba(50, 50, 50, 0.62);
-moz-box-shadow:    -2px 10px 13px 0px rgba(50, 50, 50, 0.62);
box-shadow:         -2px 10px 13px 0px rgba(50, 50, 50, 0.62);
}		

.shadow-bring4 { width:100%; text-align:center; height:auto; color:#757678;font-weight:400;
padding:15px;background: #fff; border-radius: 10px 10px 10px 10px;
margin-top:30px; 
-webkit-box-shadow: -2px 10px 13px 0px rgba(50, 50, 50, 0.62);
-moz-box-shadow:    -2px 10px 13px 0px rgba(50, 50, 50, 0.62);
box-shadow:         -2px 10px 13px 0px rgba(50, 50, 50, 0.62);
}

ul.social2 {
  list-style: none; float:right;
 margin: 0;margin-top:8px; margin-right: 30px;
padding: 0;
}
ul.social2 > li {
  display:inline;
}
ul.social2 > li > a {
   
  font-size: 16px;
}
ul.social2 > li > a i {
  margin-right: 10px;
}
ul.social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
ul.social > li {
  margin: 0 0 20px;
}
ul.social > li > a {
  display: block;
  font-size: 18px;
}
ul.social > li > a i {
  margin-right: 10px;
}

.icon-item {
	color: #383838;
	margin-top: 0; }

.icon-social {
 
  display: inline-block !important;
  cursor: pointer;
    width: 28px;
    height: 28px;
    box-shadow: 0 2px 2px #333;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7em;
    border-radius: 20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}


.icon-social.icon-facebook {
  background: #789bde;
}
.icon-social.icon-facebook:hover {
  background: #3b5998;
}
.icon-social.icon-twitter {
  background: #00abec;
}
.icon-social.icon-twitter:hover {
  background: #8eddff;
}
.icon-social.icon-linkedin {
  background: #21a6d8;
}
.icon-social.icon-linkedin:hover {
  background: #49b9e3;
}
.icon-social.icon-google-plus {
  background: #dc422b;
}
.icon-social.icon-google-plus:hover {
  background: #e36957;
}
.icon-social.icon-pinterest {
  background: #cb2027;
}
.icon-social.icon-pinterest:hover {
  background: #e03e44;
}
.icon-social.icon-youtube {
  background: #ce332d;
}
.icon-social.icon-youtube:hover {
  background: #da5954;
}
.icon-social:hover {
  color: #fff;
}

.pkage-container {
font-family: 'PT Sans', Helvetica, Arial, sans-serif; 
text-align: center;color:#FFFFFF;
     overflow: hidden; 
    margin:40px auto 0 auto;
    padding-bottom: 60px;
}
.pricing-table {
    float: right; 
    width: 99%;
    margin: 20px 1px 1px 1px;
    background: #f8f8f8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 2px 15px 1px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 15px 1px rgba(0,0,0,.2);
    box-shadow: 0 1px 15px 1px rgba(0,0,0,.2);
    padding-bottom: 60px;
}



.pricing-table strong { font-weight: 700; color: #3d3d3d; }

.pricing-table-header {
    padding:15px;
    background: #3d3d3d;font-family: 'PT Sans', Helvetica, Arial, sans-serif; 
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#002e57), to(#022443));
    background-image: -webkit-linear-gradient(top, #002e57, #022443);
    background-image: -moz-linear-gradient(top, #002e57, #022443);
    background-image: -o-linear-gradient(top, #002e57, #022443);
    background-image: -ms-linear-gradient(top, #002e57, #022443);
    background-image: linear-gradient(to bottom, #002e57, #022443);
}
.shadow-bringer4 { width:50%; text-align:center; height: auto; color:#fff;font-weight:400;margin-top:-10px;
 margin-left:90px;}

 h2.pri1 { font-family: 'PT Sans', Helvetica, Arial, sans-serif; color:#fff;margin-top:-10px;font-size:30px; font-weight:700; text-shadow: 0 -2px 0 rgba(0,0,0,.25); }
 h3.pri2 {font-family: 'PT Sans', Helvetica, Arial, sans-serif;color:#ea961a; font-size: 22px; line-height:22px;margin-top:20px; font-weight: 300; text-shadow: 0 -2px 0 rgba(0,0,0,.25); }
span.best {color:#f73e20;font-size:24px;font-weight:500;font-family: 'BenchNine';}


.pricing-table-space { height: 10px; }

.pricing-table-text {
    margin: 15px 30px 0 30px;
    padding: 0 10px 15px 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #888;
}

.pricing-table-features {
    margin: 15px 30px 0 30px;
    padding: 0 10px 15px 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #888;
}

.pricing-table-sign-up {
    margin-top: 25px;
    padding-bottom: 30px;
}

.pricing-table-sign-up a {
    display: inline-block;
    width: 180px;
    height: 40px;font-family: 'PT Sans', Helvetica, Arial, sans-serif; 
    background: #002e57;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#002e57), to(#022443));
    background-image: -webkit-linear-gradient(top, #002e57, #022443);
    background-image: -moz-linear-gradient(top, #002e57, #022443);
    background-image: -o-linear-gradient(top, #002e57, #022443);
    background-image: -ms-linear-gradient(top, #002e57, #022443);
    background-image: linear-gradient(to bottom, #002e57, #022443);
    line-height: 40px;
    font-size: 20px; font-weight:300;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 -2px 0 rgba(0,0,0,.25);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.pricing-table-sign-up a:hover {
    text-decoration: none;color: #e9900d;
    -moz-box-shadow: 0 -5px 10px 0 rgba(0,0,0,.2) inset;
    -webkit-box-shadow: 0 -5px 10px 0 rgba(0,0,0,.2) inset;
    box-shadow: 0 -5px 10px 0 rgba(0,0,0,.2) inset;
}

.pricing-table-sign-up a:active {
    -moz-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2) inset;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2) inset;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.2) inset;
}


/* Highlighted table */

.pricing-table-highlighted {
    margin-top: 0;
}

.pricing-table-highlighted .pricing-table-header {
    background: #154a81; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c37605), to(#ea9517));
    background-image: -webkit-linear-gradient(top, #c37605, #ea9517);
    background-image: -moz-linear-gradient(top, #c37605, #ea9517);
    background-image: -o-linear-gradient(top, #c37605, #ea9517);
    background-image: -ms-linear-gradient(top, #c37605, #ea9517);
    background-image: linear-gradient(to bottom, #c37605, #ea9517);
}

.pricing-table-highlighted .pricing-table-sign-up a {
    background: #154a81;font-weight:300;font-family: 'PT Sans', Helvetica, Arial, sans-serif;
     background-image: -webkit-gradient(linear, left top, left bottom, from(#002e57), to(#022443));
    background-image: -webkit-linear-gradient(top, #002e57, #022443);
    background-image: -moz-linear-gradient(top, #002e57, #022443);
    background-image: -o-linear-gradient(top, #002e57, #022443);
    background-image: -ms-linear-gradient(top, #002e57, #022443);
    background-image: linear-gradient(to bottom, #002e57, #022443);
}







/*header area*/
.top-header{
	background-color: #fff!important;
	//position: fixed;
	width: 100%;
	z-index:1000;
-moz-box-shadow:    0px 1px 17px 0px rgba(50, 50, 50, 0.6);
box-shadow:         0px 1px 17px 0px rgba(50, 50, 50, 0.6);		
/* For IE 8 */		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');	}


.top-header img.logo{
	margin-bottom: 5px;
	margin-top:5px;
	transition:all .5s ease 0s;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
}

.slider button{
	width:35%;
	height: 40px;
	background: #002e57;
	color:#fff;font-weight:700;border-radius: 5px 5px 5px 5px;
	font-size:22px; font-family: 'BenchNine', sans-serif;
border: 1px solid #0b121a;
	text-transform: uppercase;
	
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.slider button:hover{
	background: #ff9800;color:#002e57;
}



.navbar-default {
  
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  margin-top: 8px;
  transition:all .5s ease 0s;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
}
.nav-bar{
	margin-top: 15px;
}
.navbar-toggle span{
	color: #fff;
}
ul.nav{
	margin: 0;
	padding: 0;
}
.navbar-default .navbar-nav>li>a {
 	font-family: 'Roboto Condensed', sans-serif;font-size:16px;
	color: #b7b7b7;
        //color: #737373;
	//text-transform: uppercase;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	padding: 8px 12px;
	font-weight:400;
}
    
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #e50043;color: #737373;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
li a.active{
	color: #42b3e5 !important;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: 4px;
}
.navbar-default .navbar-nav .dropdown-menu {
  background-color: #0b121a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin-top:0px;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
  padding: 5px 10px;
  color: #bdc3c7;
}
.navbar-default .navbar-nav .dropdown-menu > li:hover > a,
.navbar-default .navbar-nav .dropdown-menu > li:focus > a,
.navbar-default .navbar-nav .dropdown-menu > li.active > a {
  background-color:#e50043;color: #fff;
}
.navbar-default .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-default .navbar-nav .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-top: 0;
}


/*slider area*/
.slider-row{
	margin: 0;
	padding: 0;
}
.slider{
	margin: 0;
	// padding: 25px 0;
         //background-image: url('../img/slide-blur1.jpg');
          background-size:cover; height:100%;
    background-repeat: no-repeat;
    background-position: top left;
  
         
	//background: #222 !important;
}


 .slider button2{
     	text-decoration:none;
	border-radius: 5px 5px 5px 5px;
	background-color:#ea961a;
	color:#fff;padding:10px;
	font-size:20px;font-family: 'Roboto Condensed', sans-serif;
	border:0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.slider button2:hover{
	background:#ca7b08;color:#fff;
}


/*about area*/
h1{
	font-size:40px;font-family: 'BenchNine';
	color:#ea961a;font-weight:400;
        
	margin-top:30px;
        
}

h1.top{
	font-size:35px;font-family: 'BenchNine';
	color:#000;font-weight:400;
        margin-top:10px;
        
}
h2{
	font-size:40px;font-family: 'BenchNine';
	color: #42b3e5;text-align: center;
	margin-top: 60px;
}
h3{
	font-size: 28px;font-family: 'BenchNine';
	color: #737373;margin-top:-15px;
	margin-bottom: 25px;
}
h4{
	font-size: 22px;
	color: #737373;
	
}
h5{
	font-size:20px;line-height:35px;
	color: #0c097a;
	
}

p.top1{
	font-size:18px;line-height:22px;
	color: #555; 
}
p.top{
	font-size:18px;line-height:22px;
	color: #555; padding-left:25px; 
	text-align:left;
}


.form-icon {
    position: absolute;
    right: 0px;
    color: #DDD;
    top: 10px;
}

.form-level{
    position: relative;
}
.form-level input{
    width:85%;font-family: 'Roboto Condensed', sans-serif;
    font-size:18px; 
    padding: 10px;background-color:#f1f1f1;
    border: 1px solid #0c097a; border-radius: 5px 5px 5px 5px;
    margin-bottom: 12px;
}
.form-level input.dat{
     width:10%;font-family: 'Roboto Condensed', sans-serif;
    font-size:18px; 
    padding: 10px;background-color:#f1f1f1;
    border: 1px solid #0c097a; border-radius: 5px 5px 5px 5px;
    margin-bottom: 12px;
}
.form-level input.chk{
    width:5%;font-family: 'Roboto Condensed', sans-serif;
    font-size:22px; 
    padding: 10px;background-color:#f1f1f1;
    border: 1px solid #0c097a; border-radius: 5px 5px 5px 5px;
    margin-bottom: 12px;
}
.form-level select {
   
    width:85%;font-family: 'Roboto Condensed', sans-serif;
    font-size:18px; 
    padding: 10px;
    border: 1px solid #0c097a; border-radius: 5px 5px 5px 5px;
    margin-bottom: 12px;
    
   }/*map*/

.form-level ::-webkit-input-placeholder {
   color: #555;
   text-transform: capitalize;
}

.form-level :-moz-placeholder { /* Firefox 18- */
   color: #555;  
   text-transform: capitalize;
}

.form-level ::-moz-placeholder {  /* Firefox 19+ */
   color: #555;  
   text-transform: capitalize;
}

.form-level :-ms-input-placeholder {  
   color: #555;  
   text-transform: capitalize;
}

/* Footer Area
==========================================*/

.boximg {text-align:center;padding:5px;border-radius: 5px 5px 5px 5px;
  background-color: #f1f1f1;width:99%; height:auto;
  color: #999;border:1px solid #ccc;
}

.footer_top {font-family: 'Roboto Condensed', sans-serif;
    font-weight:300;  //border-top: 0px solid #0b121a;
    overflow: hidden;margin-top:0px; 
    padding: 30px 10px 30px;
    //border-bottom: 1px solid #0F0F0F;
    //background: none repeat scroll 0% 0% #100f37;
    color: #AAA;
    
}

.footer_b {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300; margin-top:50px;
    background-color:#f8f8f8;!important;
    border-top: 1px solid #ccc;
}



.footer_bottom {
}

.footer_bottom p {font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
    font-size: 16px;
    color: #100f37;
    margin: 25px 0px;
}


@media (min-width: 768px) and (max-width: 991px) {
    
h1{
	font-size:40px;font-family: 'BenchNine';
	color:#ea961a;font-weight:400;
        margin-top:10px;
        
}
h2{
	font-size: 30px;font-family: 'BenchNine';
	color: #42b3e5;
	margin-top: 25px;
}
h3{
	font-size: 28px;font-family: 'BenchNine';
	color: #737373;margin-top:15px;
	margin-bottom: 45px;
}
h4{
	font-size: 22px;
	color: #737373;
	
}

.shadow-bringer3 { width:100%;text-align:center; height:auto; color:#757678;font-weight:400;
padding:25px;background: #fff; border-radius: 10px 10px 10px 10px;
margin-top:30px; 
-webkit-box-shadow: -2px 10px 13px 0px rgba(50, 50, 50, 0.62);
-moz-box-shadow:    -2px 10px 13px 0px rgba(50, 50, 50, 0.62);
box-shadow:         -2px 10px 13px 0px rgba(50, 50, 50, 0.62);
}
.slider button2{
     	text-decoration:none;
	border-radius: 5px 5px 5px 5px;
	background-color:#ea961a;
	color:#fff;padding:5px;
	font-size:20px;font-family: 'Roboto Condensed', sans-serif;
	border:0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.slider button2:hover{
	background:#ca7b08;color:#fff;
}
}

@media (min-width: 480px) and (max-width: 767px) {
 h1{
	font-size:38px;font-family: 'BenchNine';
	color:#ea961a;font-weight:400;
        margin-top:0px;
        
}
h2{
	font-size: 28px;font-family: 'BenchNine';
	color: #42b3e5;
	margin-top: 5px;
}  
h3{
	font-size: 28px;font-family: 'BenchNine';
	color: #737373;margin-top:15px;
	margin-bottom: 45px;
}
h4{
	font-size: 22px;
	color: #737373;
	
}

.shadow-bringer3 { width:100%;text-align:center; height:auto; color:#757678;font-weight:400;
padding:25px;background: #fff; border-radius: 10px 10px 10px 10px;
margin-top:30px; 
-webkit-box-shadow: -2px 10px 13px 0px rgba(50, 50, 50, 0.62);
-moz-box-shadow:    -2px 10px 13px 0px rgba(50, 50, 50, 0.62);
box-shadow:         -2px 10px 13px 0px rgba(50, 50, 50, 0.62);
}
.slider button2{
     	text-decoration:none;
	border-radius: 5px 5px 5px 5px;
	background-color:#ea961a;
	color:#fff;padding:5px;
	font-size:20px;font-family: 'Roboto Condensed', sans-serif;
	border:0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.slider button2:hover{
	background:#ca7b08;color:#fff;
}
}

@media (max-width: 350px) {
h1{
	font-size:30px;font-family: 'BenchNine';
	color:#ea961a;font-weight:400;
        margin-top:0px;
        
}
h2{
	font-size: 20px;font-family: 'BenchNine';
	color: #42b3e5;
	margin-top: 5px;
}
h3{
	font-size: 28px;font-family: 'BenchNine';
	color: #737373;margin-top:15px;
	margin-bottom: 45px;
}
h4{
	font-size: 22px;
	color: #737373;
	
}
.shadow-bringer3 { width:100%;text-align:center; height:auto; color:#757678;font-weight:400;
padding:25px;background: #fff; border-radius: 10px 10px 10px 10px;
margin-top:30px; 
-webkit-box-shadow: -2px 10px 13px 0px rgba(50, 50, 50, 0.62);
-moz-box-shadow:    -2px 10px 13px 0px rgba(50, 50, 50, 0.62);
box-shadow:         -2px 10px 13px 0px rgba(50, 50, 50, 0.62);
}
.slider button2{
     	text-decoration:none;
	border-radius: 5px 5px 5px 5px;
	background-color:#ea961a;
	color:#fff;padding:2px;
	font-size:13px;font-family: 'Roboto Condensed', sans-serif;
	border:0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.slider button2:hover{
	background:#ca7b08;color:#fff;
}
}