/*
  Theme Name: 
  Theme URL: 
  Author: 
  Author URI: 
  Description: 
  Version: 
*/

/*=======================================================================
[Table of contents]
=========================================================================

1. Typography
2. Home / Navigation + Main Carousel
3. Service
4. parallax promo-One
5. Recent-works
6. About Us / Skills-Section + Team-member
7. parallax promo-two
8. Blog
9. parallax promo-three
10. Clients
11. News Letter 
12. Pricing Table
13. Twitter
14. Contact us
15. Footer
16. Blog-single
17. Preloader

==========================================================================*/

/*========================
=======Typography=========
==========================*/

body {
	font-size: 16px;
	color: #454545;
	background-color: #fff;
}
html body {
  font: 16px/1.231 'Lato', 'Open Sans',  sans-serif;
  *font-size: small; }
  html body h1, html body h2, html body h3, html body h4, html body h5 {
    font-family: "Lato", "Open Sans", sans-serif;
    letter-spacing: 0em; }


ul {
	list-style: none;
	margin:0;
	padding:0;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
	outline:none;
	outline-offset: 0;
	text-decoration:none;  
	background: transparent;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

a:focus, 
a:hover {
	text-decoration: none;
	outline: none;
	color:#d9232d;
}

h1 {
	font-size:36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'allerregular';
	font-weight:normal;
}

.padding-top {
	padding-top:90px;
}

.padding-bottom{	
	padding-bottom:105px;
}


.parallax-section { 	
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	width: 100%;
	min-height: 385px;
	color: #fff;
	font-size:18px;  
}

.parallax-content {	
	padding-bottom:70px;
	padding-top:110px;
}

.parallax-content h1 {
	text-transform: uppercase;
	line-height: 48px;
}

.navbar-toggle {
	border:1px solid #fff;
	margin-top:15px;
}

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

section {
    margin-bottom: 20px;
    margin-top: 20px;

}






/*==============
Custom CSS
===================*/
.navbar-brand {
    display: inline-table;
}
header.header {
    width: 100%;
    background: url("../images/pattern.png") repeat;
    margin-bottom: 60px;
}
.navbar.navbar-default {
    border-bottom: 4px solid #02213D;
    border-radius: 0;
    border-top: none;

}
.nav.navbar-nav {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #2c2c2c;
    background-image: -moz-linear-gradient(top, #033058, #02213d);
    background-image: -ms-linear-gradient(top, #033058, #02213d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#033058), to(#02213d));
    background-image: -webkit-linear-gradient(top, #033058, #02213d);
    background-image: -o-linear-gradient(top, #033058, #02213d);
    background-image: linear-gradient(top, #033058, #02213d);
    background-repeat: repeat-x;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#294A78', endColorstr='#1B3C6A', GradientType=0);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.navbar-nav>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
}
.nav.social-icon {
    float: right;
    background-color: none;
    display: inline-block;
    margin: 0;
}
.nav.social-icon li{
    float: left;
}

.nav.social-icon li a img {
    max-width: 20px;
    max-height: 20px;
}

.navbar .nav > li > a{
    color: #fff;
}
.navbar .nav > li > a:hover {
    color: #9eb7d7;
}

.nav.social-icon>li>a:hover, .nav.social-icon>li>a:focus {
    background: none;
}
.nav.social-icon>li>a>img:hover, .nav.social-icon>li>a>img:focus {
    opacity: 0.7;
}
section .container {
    border: 1px solid #ddd;
    border-radius: 5px;
}
div.section-title h1{
    font-size: 26px;;
}
.section-content {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
}


.section-content p{
    font-size: 15px;
    line-height: 1.8em;

}

.section-content p img {
    display: inline-block;
    float: left;
    border: 1px solid #777;
    margin-right: 15px;

}

.section-content ul{
    padding-left: 20px
}
.section-content ul li{
    font-size: 15px;
    line-height: 1.8em;
    text-indent: -10px;
}
.section-content ul li a{
    color: #4A7CBC;
}
.section-content ul li i{
    margin-right: 5px;
}

.section-content h4 i{
    margin-right: 8px;
}

.btn.btn-custom {
    padding: 8px 20px;
    background-color: #2c2c2c;
    background-image: -moz-linear-gradient(top, #033058, #02213d);
    background-image: -ms-linear-gradient(top, #033058, #02213d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#033058), to(#02213d));
    background-image: -webkit-linear-gradient(top, #033058, #02213d);
    background-image: -o-linear-gradient(top, #033058, #02213d);
    background-image: linear-gradient(top, #033058, #02213d);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#294A78', endColorstr='#1B3C6A', GradientType=0);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
}

.navbar-collapse.collapse.pull-right {
    padding-top: 5px;
}

footer{
    border-top: 4px solid #E8EBEF;
    background: url("../images/pattern.png") repeat;
    margin-top: 60px;
}
footer p{
    line-height: 60px;
    margin: 0;
}



/*========================
=======Preloader CSS======
==========================*/
.preloader {
  display: table;
  background: #fff;
  z-index: 999999;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

#loaderImage {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
}

#canvas {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}