/* CSS Document */
.col {
	margin-top: 100px;
}
.bg {
	background-image: url(../img/m08.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

h1 {
font-family: Lato, Helvetica, Arial, sans-serif;
style: normal;
font-weight: 900;
font-size: 42px;
line-height:52px;
margin-top: 30px;
margin-bottom: px;
color: #090b5c;
}

h2 {
font-family: Lato, Helvetica, Arial, sans-serif;
style: normal;
font-weight: 900px;
font-size: 26px;
line-height:38px;
color: #333745;
}

p {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
style: normal;
font-weight: 400;
font-size: 18px;
line-height:31px;
color: #333745
}
.footer-distributed{
	background-color: #3c3a39;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;

	padding: 55px 50px;
	
}
.grey {
	background-color: #0F0F0F;
	padding-bottom: 80px;
	padding-top: 40px;
	color: #FFF !important;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

.white {
	color: #FFF;
}
.space01 {
	margin-top: 100px;
	margin-bottom: 0px;
}.space02 {
	margin-top: 50px;
	margin-bottom: 50px;
}


.navbar{
	background-color: #090b5c;
	padding-top: 10px !important;
	padding-bottom: 20px !important;
	border-radius: 0;
	border: none;
    margin-bottom:0px;
}.navbar li  a {
	color: #FFF!important;
	font-size: 16px;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 50px !important;
	margin-top: 10px;
	
}

.navbar-brand {
	padding-top: 0px;
}

.navbar-nav li a:hover {
	
	background-color: transparent;
}
.navbar-nav li.active > a {
	
	background-color: transparent !important;
	border-bottom: 5px solid #FED332 !important;
}
.btn {
	font-size: 20px;
	border-radius: 30px !important;
	padding-left: 30px !important;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fed332 !important;
	color: #000;
	border: 2px solid #FED332;
}
.btn:hover {
	background-color: #fff !important;
	border: 2px solid #000;
	color: #000;
}
.btn02 {
	font-size: 20px;
	border-radius: 30px !important;
	padding-left: 30px !important;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #1D91E5 !important;
	color: #FFF;
	border: 3px solid #1D91E5;
}
.btn02:hover {
	background-color: #FFF !important;
	color: #1D91E5;
	border: 3px solid #1D91E5;
}
.nopadding-left {
	padding-left: 0px;
}
.nopadding-right {
	padding-right: 0px;
}
.blue {
	background-color: #1D91E5;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #FFF !important;
}.yellow {
	background-color: #fed332;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	
	margin-top: 0px;
}
.fixed-bottom {
position: fixed !important;
bottom: 0px !important;
}
.table td{
  text-align: center;
}
.table thead {
	text-align: center !important;
}
@media (max-width: 768px) {
html, body {
width: auto !important;
overflow-x: hidden !important;
}
}
.form-control {
	font-size: 16px;
	height: 50px;
	background-color: #EEE !important;
	border: 1px solid #000000;
	border-radius: 10px;
	}
label {
	font-size: 18px;
}
