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

font-family: 'Roboto Condensed', sans-serif;
font-family: 'Kaushan Script', cursive;
#bea05f;
#1b2145/#e67817=logo

===================================================*/
* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

slide1 {

	height: 100%;
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #382f2f;
	color: #fff;
}

/*===========================================
			
				Generic
=========================================*/

.heading-item-title {
	text-align: center;
	padding: 0 0 35px 0;
}

.heading-item-title h1 {

	color: #e67817;
	font-size: 20px;
	font-weight: 600;
}

/*--------------------fancy----------*/
.fancy {
	line-height: 0.5;
	text-align: center;
}

.fancy span {
	display: inline-block;
	position: relative;
	font-family: 'Cinzel Decorative', cursive;

}

.fancy span:before,
.fancy span:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 1px solid #e67817;
	border-top: 1px solid #e67817;
	top: 0;
	width: 50px;
}

.fancy span:before {
	right: 100%;
	margin-right: 15px;
}

.fancy span:after {
	left: 100%;
	margin-left: 15px;
}

/*End fancy*/

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

					social list

==================================================*/
.social-links {
	padding-left: 0;
	padding-bottom: 10px;
}

.social-links li {
	list-style: none;
	display: inline-block;
	width: 30px;
	height: 32px;
	margin-right: 6px;
	margin-top: 10px;
}

.social-icon i {
	font-size: 18px;
}

.icon-gray i {
	color: #64707b;
}

.social-icon i:hover {
	color: #34c6d3;
}

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

					navigation

====================================================*/
.navbar{
	padding: 10px 0 10px 0;
	font-family:Roboto Condensed;
	background-color: rgba(255,255,255,0.6);
	transition: all .5s ease-in-out;
}
.isd-nav-wrapper{
	padding: 0 80px;
}
.navbar-default{
	border: none;
}
.navbar-brand{
	padding: 0 15px;
}
.navbar-brand img {
    margin-top: -20px;
}
.isd-navbar {
    background-color: #fff;
    padding: 5px 0;
    margin-top: 10px;
	box-shadow:1px 0 1px 0px #e67817;
}
.navbar-nav>li>a{
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
}
.navbar-default .navbar-nav>li>a {
	color:#e67817;
}
li.active-page{
	border-radius: 15px;
	border: 0.5px solid #d2691e;
}
.color-1{
	background-color:chocolate;
}
.navbar-default .navbar-nav>li>a>i fas{
	font-size: 12px;
}
.navbar-default .navbar-nav>li>a>i {
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    font-size: 12px;
}
.navbar-default .navbar-nav>li>a:hover{
	color:#af5e16;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color: #ffac64;
}
.navbar-toggle{
	background-color: #e67817;
	border-color: #000;
	border-radius: 0;
	margin-bottom: 30px;
}
.navbar-nav>.active-page{
	background-color: #f5f5f5;
}
.navbar-default
.navbar-toggle .icon-bar {
	background-color:#fff;
}
.navbar-collapse {
	padding-right: 30px;}
					/*Menu*/
.navbar-nav>li>.dropdown-menu{
	margin-top: 5px;
	border-top: 3px solid #e67817;
	border-radius: 10px 10px 10px 10px;
	padding: 7px;
}
.navbar-nav>li>.dropdown-menu>li>a{
	color: #e67817;
}
.navbar-nav>li>.dropdown-menu>li>a:hover{
	color: #f77857;
	padding-left: 10px;
	transition: all 0.5s ease-in-out;
}


/*========================Team=====================*/
.team-box {
    position: relative;
    padding: 15px;
    padding-top: 45px;
    float: left;
    width: 100%;
	background-color: rgba(39,39,39,0.5);
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px 0px grey;
}
.emp {
    padding-bottom: 22px;
}
.top-space{
	padding-top: 100px;
}

span.position {
    color: #bfc1c7;
    font-size: 15px;
	font-weight: 400;
}
.btn-warning{
	margin-top: 7px;
}
.team-box p {
    font-size: 15px;
    font-weight: 400;
    color: #a6a7aa;
    margin-bottom: 15px;
}
h3, h4 {
    font-size: 22px;
	font-weight: 700;
	color: #fff;
}
.team-box h3{
	font-size: 20px;
}
.btn[disabled]{
	cursor: not-allowed;
}
#footer{
	margin-top: 50px;
	    background-color: #01112de6;
    padding: 15px 0 5px 0;
}
#footer p{
	color: #fff;
	font-size: 16px;
}
p{
	margin:0;
	padding-top: 5px;
}
#footer p a{
	color: #f0f0f0;
}