/* slider Section */
.slider-section .slide-title {
	position: absolute;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255, 0.20);
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 25%;
	color: #fff;
	text-transform: uppercase;
	padding: 48px 0;
}

.slider-section .slide-title span.inner-circle {
	width: 400px;
	height: 400px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	padding: 93px 0;
}

.slider-section .slide-title span.inner-circle span {
	display: block;
	text-align: center;
}

.slider-section .slide-title span.inner-circle span:nth-child(1) {
	font-size: 69px;
}

.slider-section .slide-title span.inner-circle span:nth-child(2) {
	font-size: 63px;
}
.slider-section .slide-title span.inner-circle span:nth-child(3) {
	font-size: 60px;
}
.slider-section .slide-sub-title {
	color: #dfb04a;
	text-transform: uppercase;
	font-size: 72px;
	line-height: 80px;
	bottom: 101px;
	position: absolute;
	left: 76px;
	font-weight: bold;
	display: none;
}
.slider-section .slide-sub-title span {
	display: block;
}

.slider-content {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
/* ## //- Header Section */
.header-section {
	background-color:rgba(0,0,0,0.80);
	width: 100%;
	height: 90px;
	position: relative;
}

.header-section.navbar-fixed-top {
	position: fixed;
	top: 0;
	z-index: 9999;
	height:60px
}

/* Logo Block */
.logo-block {
	line-height: 90px;
	padding-left: 30px;
	background-color: #DFB04A;
}
.header-section.navbar-fixed-top .logo-block{
	line-height: 60px;
    padding-left: 30px;
}
.header-section.navbar-fixed-top .logo-block img{ max-width:80%}
/*header style*/
.logo-block:after{content: '';
    position: absolute;
    border-left: 0px solid transparent;
    border-right: 73px solid transparent;
    border-top: 200px solid #DFB04A;
    bottom: 0;
    left: 50%;
    margin-left: 0px;
    left: 100%;}

/* Navigation Menu */
.menu-block .navbar-default {
	background-color: transparent;
	border: none;
}
.menu-block .navbar {
	margin-bottom: 0;
}
.menu-block .navbar-nav {
	padding-right: 15px;
}
.menu-block .navbar-nav > li {
	padding: 0 5px;
}
.menu-block .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	line-height: 60px;
}
.header-section.navbar-fixed-top .menu-block .navbar-nav > li > a {
	line-height: 25px;
}
.header-section.navbar-fixed-top .menu-block .navbar-nav > li > a:before{
   border-top-width: 60px;
   border-right-width: 30px;
   bottom: 1px;
}
.header-section.navbar-fixed-top .menu-block .navbar-nav > li > a:after{
    border-top-width: 60px;
	border-right-width: 30px
}
.header-section.navbar-fixed-top .menu-block .navbar-nav > li{margin: 0 21px 0 0;}
.topbar{border-bottom: 2px solid #dfb04a;padding: 10px 0px;background: #3e3e3e; color:#fff}
.topbar .list-inline{margin:4px 0}
.topbar a{color:#dfb04a; text-decoration:none}
.topbar a:hover{color:#d2d2d2;}