/* nav bar 
.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

.navbar li {
    float: left;
}

.navbar li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar li a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

.navbar li.dropdown {
    display: inline-block;
}

.navbar > .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.navbar > .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.navbar > .dropdown-content a:hover {background-color: #f1f1f1}

.navbar > .dropdown:hover .dropdown-content {
    display: block;
}


---*/

.navbar{
	width:100%;
	height:70px;
	
	
}




.Introduction{
	text-align:center;
	
}
.Introduction .Information
{
	background: f9f9f9;
    border: 2px solid #f7efef;
    /* text-align: left; */
    width: 70%;
    box-sizing: content-box;
    margin-top: 5%;
    padding: 10px;
	margin-left: 12%;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.welcome {
	padding:5em 0;
	background:#f57948;
	margin-top:5%;
	margin-bottom:5%;
}
.welcome h3 {
    font-size: 35px;
    color: #fff;
    text-align: left;
	font-weight: bold;
}

.welcome p{
   font-size: 1.1em;
    color: #fff;
    line-height: 1.6em;
    /* margin-top: 0.5em; */
    font-family: inherit;
}

.welcome h4 {
    font-size: 1.7em;
    color: #f7f3f3;
    font-weight: 700;
    border-bottom: 2px solid #d6c6c9;
}

.welcome-info {
    margin-top: 1.5em;
}

.services {
	padding:5em 0;
	background:#f3f3f3;
	margin-top:5%;
	margin-bottom:5%;
}

.service-box {
  background-color: #fff;
    text-align: center;
    padding: 20px 15px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}

.service-box:hover{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important
}

.service-box h3 {
    color: #555;
    font-family: 'Lato',sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-top: 8px;
}
.service-box .sb-icon {
    
    width: 170px;
    float: none;
    margin: 25px auto 0 auto;
    padding: 25px 20px;
    text-align: center;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 20px;
    background: white;
    
}
}
.service-box .service-dec {
    margin-top: 15px;
}
.service-box .sb-icon-font {
    font-size: 70px;
    text-align: center;
    color: #fff;
}
.service-box hr{
	border-top: 1px solid #fcac45;
}
.service-dec p {
    text-align: justify;
}
/*project display */

.port {
	
	/*background:rgba(255, 249, 17, 0.51);*/
	background-image: url('../img/033.png')
}
.port p{
	color:white;	
}

.port i.fa {
    height: 30px;
    width: 30px;
    /* border: 1px solid #f3efeb; */
    font-size: 20px;
    padding: 5px;
    /* border-radius: 50%; */
    /* color: #FCAC45; */
}




.contact {
	padding:5em 0;
	background:#f3f3f3;
}
.project {
	padding:5em 0;
	background:#f3f3f3;
}

.page-footer {
background:black;
padding:10px;
color:white;
}

ul.footer_r {
	padding-left:0px;
	
}
.footer_r li {
	text-align:left;
	
	list-style:none;
	
}
.footer_r a{
	color:white;
	text-decoration:none;
	
}

.page-footer i{
	padding:5px;
	
	border:1px solid #fff;
}
.page-footer a{
	padding:5px;
	color:white;
}
.footer-copyright{
	margin-top:10px;
	
}

/* Project */


.project {
	padding:5em 0;
	background:#f3f3f3;
}

.list{
	
}

.list >.nav {
	padding-left:15%;
	margin-bottom:20px;
	
	text-transform: uppercase;
	
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	   color: #000;
    cursor: default;
    background-color: #fff;
    border-bottom-color: rgba(251, 243, 243, 0);
    border-radius:0px;
	
}
/*Need to edit */



.panel-primary {
    border-color: #23272b;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
    background-color: white;
    /* height: 50px; */
}

.panel {
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: white;
    border: 1px solid rgba(253, 253, 253, 0);
    /* border-radius: 4px; */
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-primary > .panel-heading {
   color: #fff;
    background-color: #fbba65;
    border-color: #f9f9f9;
}
.panel-primary > .panel-heading p{
   color: black;
   text-transform:uppercase;

}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-body {
    padding: 15px;
}
.panel-body p {
    color: black;
    font-size: px;
    font-weight: bolder;
    font-family: 'Lato', sans-serif;
}

}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}


/*--------*/

.banner-info {
	background: url(images/banner.jpg)no-repeat 0px 0px;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background: #dac1b2;
	min-height:200px;
}

.brochure{
	padding-top:52px;
}
.well {
    min-height: 20px;
    padding: 19px;
	height: 142px;
    text-align:center;
    background-color: #000000;
     border: none; 
    border-radius: inherit; 
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05); */
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	color:white;
	
	
}
.well{
	
}
.well button{
	background-color:black;
	color:white;
}