/*******
*
*
* Author Name : Mostafizur Rahman
* Author URI : http://mostafiz.me/
* Descripion : This is a responsive Bootstrap responsive app landing page developed by Mostafizur Rahman
* Template URI : http://mostafiz.me/demo/lucid/
* Version : 1.1
*
*
*******/
html{
	scroll-padding-top: 55px;
	scroll-behavior: smooth;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Sofia Sans', sans-serif;
	box-sizing: border-box;
}
a:hover, a:visited, a{
	text-decoration: none;
}
/*header area*/
.top-header{
	background: #144C68;
	position: fixed;
	width: 100%;
	z-index: 999;
	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;
}
.top-header .logo-clip{
	width: 180px;
	height: 100px;
	overflow: hidden;
	position:relative;
}
.top-header .logo{
	position:absolute;
	top:-52px;
	height: 190px;
	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;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
}
.nav-bar{
	margin-top: 3px;
	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;
}
.navbar-default .navbar-toggle .icon-bar {
  	background-color: #fff;
}
.navbar-toggle span{
	color: #fff;
}
.dropdown-menu {
  	background-color: #144C68;
  	border-color: transparent;
  	margin-bottom: 0;
}
.dropdown-toggle {
  	background-color: #144C68;
  	border-color: transparent;
  	margin-bottom: 0;
	color: #fff;
}
.dropdown-menu>li>a {
 	font-size: 18px;
	color: #fff;
  	background-color: #144C68;
}
.dropdown-menu>li>a:hover {
 	font-size: 18px;
	color: #fff;
  	background-color: #144C68;
	border-bottom: 2px solid #D90000;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #fff;
}
.navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #fff;
}
.langbar{
	position: float;
}
ul.nav{
	margin: 25px;
	padding: 0;
}
.navbar-default .navbar-nav > .open > a:focus{
	color: #fff;
  	background-color: #144C68;
}
.navbar-default .navbar-nav>li>a {
 	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
	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 0;
	margin:0 15px;
	font-weight: 600;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #fff;
	border-bottom: 2px solid #D90000;
}
.navbar-default .navbar-nav>li>a.active{
	color: #fff;
	border-bottom: 2px solid #D90000;
}
.navbar-default .navbar-toggle {
  	border-color: #fff;
}

/*banner area*/
.banner_space{
	height: 105px;
}
.banner{
	background: url(../img/banner_silos.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner h1{
	color: #fff;
	text-shadow: #FC0 1px 0 10px;
}
.banner #wall{
	height: 550px;
}
.about {
	font-size: 18px;
	color: #fff;
	background: #144C68;
}
.about .img{
	margin:auto;
	display: block;
	margin-bottom: 50px;
}
.about h3{
	font-size: 18px;
	text-transform: uppercase;
}
.about h2{
	font-size: 24px;
}
.about h1{
	margin-top: 55px;
	font-size: 30px;
}
.about p{
	margin: 0;
}
.about .logo{
	width: 100%;
	border: 1px solid #e1e1e1;
	margin-bottom: 10px;
}
.about .row{
	margin-bottom: 100px;
}


/*services area*/
.services{
	background: #fff;
	color: #144C68;
}
.services img{
	margin:auto;
	display: block;
	margin-bottom: 50px;
}
.services .logo{
	width: 200px;
	height: 200px;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
}
.services h2{
	margin-top: 50px;
	font-size: 30px;
}
.services p{
	font-size: 18px;
	color: #AAAAAA;
	margin-bottom: 70px;
}
.partners{
	background: #144C68;
	color: #fff;
}
.partners .logo{
	margin:auto;
	display: block;
	width: 160px;
	margin-bottom: 30px;
}
.partners img{
	margin:auto;
	display: block;
	margin-bottom: 30px;
}
.partners h2{
	margin-top: 50px;
	font-size: 30px;
}
.partners .row{
	margin-bottom: 50px;
}

/*management area*/
.management{
	background: url(../img/management.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.management img{
	margin:auto;
	display: block;
	margin-bottom: 10px;
}
.management h2{
	margin-top: 50px;
	color: #144C68;
}
.management h4{
	font-size: 18px;
	color: #144C68;
	margin-top: 50px;
	margin-bottom: 20px;
}
.management p{
	font-size: 16px;
	color: #144C68;
	font-style: italic;
	font-weight: 300;
}
.management .photo{
	width: 200px;
	height: 200px;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
}
.management .row{
	margin-bottom: 50px;
}
/*contact area*/
.contact{
	background: #144C68;
	position: relative;
}
.contact h2{
	color: #fff;
	margin-top: 50px;
}
.contact h3{
	color: #fff;
	font-size: 24px;
}
.contact img{
	margin:auto;
	display: block;
	margin-bottom: 30px;
}
.contact i.fa{
	color: #008ed6;
	font-size: 20px;
	padding: 10px;
}
.contact p{
	margin: 0;
	font-size: 18px;
	color: #999999;
}
.contact .row{
	margin-bottom: 100px;
}
/*map section*/
#map{
	width: 100%;
	height: 400px;
	border: 1px solid #999999;
	margin-top: 10px;
}
/*footer section*/
.footer{
	background: #144C68;
}
.footer i.fa{
	font-size: 15px;
	padding: 20px;
	color: #444348;
	margin-top: 20px;
}
.footer i.fa:hover{
	color: #008ed6;
}
.footer p{
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 30px;
}
