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

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;
}

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

.heading-item-title {
	text-align: center;
}

.heading-item-title h1 {

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

/*--------------------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: -19px;
}
.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;
}
/*===================client logos==========================*/

#client-logos{
	margin-top: 140px;
}
#client-logos .content-item{
	box-shadow:1px 1px 1px 0px #909090;
	margin-bottom: 40px;
	background-color: #484242;
	border-radius: 15px;
}
.content-item-logo{
	border-radius: 15px 15px 0 0;
	padding: 15px;
	background-color: #636060;
}
.content-item-logo img{
	width: 60%;
	margin:0 auto;
}
.content-item-desc{
	padding:0 4px;
}

.content-item-desc h3 {
    margin-top: 14px;
    padding-bottom: 12px;
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
}


#footer {
	background-color: #01112de6;
	padding: 15px 0 5px 0;
}

#footer p {
	color: #fff;
	font-size: 16px;
}

#footer p {
	margin: 0;
	padding-top: 5px;
}
#footer p a{
	color: #f0f0f0;
}