html {
	position: absolute;
}

body {
    /*background-color : #DCDCDC;*/
    /*background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);*/
    background: -webkit-gradient(linear, left top, left bottom, from(#F8F8FF), to(#808080)) fixed;
	margin-top : 10px;
	margin-bottom : 0px;
	padding-bottom : 30px;
	}
	
/*	.img-responsive {*/
/*    display: block;*/
/*    max-width: 100%;*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/
	.image-center{
	    /*position : relative;*/
	    /*margin-bottom : 30px;*/
	    /*width : 60px;*/
	    /*Height : 80px;*/
	    margin-left : 0px;
	}
	.ptcie{
	    font-family: "Copperplate Gothic Bold";
	    font-size : 25px;
	}
	.ptcie1{
	    font-size : 15px;
	}

.dropdown-submenu{
	position: relative;
}
.dropdown-submenu .dropdow-menu{
	top : 0;
	left : 100%;
	margin-top: -1px;
}
.navbar{
    position : relative;
    /*min-height : 100px;*/
    margin-bottom : 1px;
}
.navbar-fixed-top .nav {
 padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
 padding: 0 15px;
 margin-left: 15px;
}

  .navbar-nav.navbar-center {
    position: relative;
    /*left: 18%;*/
    /*transform: translatex(-50%);*/
  
}


 .navbar-fixed-top .navbar-brand {
 padding: 15px 0;
 }

/*.blog-masthead {*/
/*  background-color: #2c3e50;*/
/*  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);*/
/*          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);*/
/*}*/

/*.blog-nav-item {*/
/*  position: relative;*/
/*  display: inline-block;*/
/*  padding: 10px;*/
/*  font-weight: 500;*/
/*  color: #cdddeb;*/
/*}*/
/*.blog-nav-item:hover,*/
/*.blog-nav-item:focus {*/
/*  color: #fff;*/
/*  text-decoration: none;*/
/*}*/

/* Active state gets a caret at the bottom */
/*.blog-nav .active {*/
/*  color: #fff;*/

/*}*/
/*.blog-nav .active:after {*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 50%;*/
/*  width: 0;*/
/*  height: 0;*/
/*  margin-left: -5px;*/
/*  vertical-align: middle;*/
/*  content: " ";*/
/*  border-right: 5px solid transparent;*/
/*  border-bottom: 5px solid;*/
/*  border-left: 5px solid transparent;*/
/*}*/


/*html, body{*/
/*    margin: 0;*/

/*    padding: 0;*/

/*    min-width: 100%;*/
/*    width: 100%;*/
/*    max-width: 100%;*/

/*    min-height: 100%;*/
/*    height: 100%;*/
/*    max-height: 100%;*/
/*}*/
.navbar-nav a{
    

    /*color : #000000; */
    /*font-size : 15px;*/
    /*margin-top : 20px;*/
}
/*ul li {display: inline-block;}*/
ul li:hover {background: #555;}
ul li:hover ul {display: block;}
/*ul li ul {*/
/*  position: absolute;*/
/*  width: 200px;*/
/*  display: none;*/
/*}*/

#myCarousel{

    width: 100%;
    height: auto;
    /*opacity: 0.8;*/
    }

.container{
	
}


.about {
	background-color: #eee;

}

.about hr {
	width: 250px;
	border-top: 3px solid #999;

}
.text-center{
    font-family: "Copperplate Gothic light";
    font-weight: bold;
}

.justify{
text-align : justify;
}

.section {
	min-height: 600px;
	/*margin-bottom: 10px;*/
}

.visi {
    	background-color: #eee;
margin-top: 0px;
	/*margin-bottom: 30px;*/
}

.project {
	background-color: #eee;
}

.navbar-header {
    text-align : justify;
    /*width : 20px;*/
}

.tc {
 background-color: #eee;
 margin-bottom : 0px;
}

.hoist {
 background-color: #eee;
 margin-bottom : 0px;
}
.project hr{
	width: 250px;
	border-top: 3px solid #999;

}

.map {
 /*margin-bottom : 30px;*/
 background-color: #eee;
}

.contact {
/*margin-bottom : 30px;*/
}

footer {
	position:  absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	/*background-color: #333;*/
	color: #999;
	padding-top: 9px;
	margin-top : 1px;
}

footer p{
	color :#aaa;
font-size: 1em ;
}
.text1{
    font-family: "Copperplate Gothic light";
     color : #aaa;
     
		font-variant: small-caps;
}

.dropdown-menu{
    
    background-color: #222;
    border-color: #080808;
}

.dropdown-menu>li
{    position:relative;
		-webkit-user-select: none; /* Chrome/Safari */
		-moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* IE10+ */
		/* Rules below not implemented in browsers yet */
		-o-user-select: none;
		user-select: none;
		cursor:pointer;
		margin-bottom : 0.3em;
		
}
.dropdown-menu .sub-menu {
		left: 100%;
		position: absolute;
		top: 0;
		display:none;
		margin-top: -1px;
		border-top-left-radius:0;
		border-bottom-left-radius:0;
		border-left-color:#fff;
		box-shadow:none;
		background-color: #222;
    border-color: #080808;
}


.right-caret:after,.left-caret:after
 {    content:"";
		border-bottom: 5px solid transparent;
		border-top: 5px solid transparent;
		display: inline-block;
		height: 0;
		vertical-align: middle;
		width: 0;
		margin-left:5px;
	
}
.right-caret:after
{    
    /*border-left: 5px solid #ffaf46;*/
    
}
.left-caret:after
{    border-right: 5px solid #ffaf46;

}


#topheader .navbar-nav li > a {
	text-transform: capitalize;
	color: #ffaf46;
	transition: background-color .2s, color .2s;
	
	/*&:hover,*/
	/*&:focus {*/
	/*	background-color: #ffaf46;*/
	/*	color: #fff;*/
	/*}*/
	}

#topheader .navbar-nav li.active > a {
	background-color: #ffaf46;
	color: #000;
}
.active{
    
    
}



/**/


