.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #FFA500;
	border-radius: 5px;
	padding: 15px 30px;
    font-size: 15px;
    font-weight: 700;	
}
p{
	font-family: 'Quattrocento', serif;
}
h1,h2,h3{
	font-family: 'PT Serif', serif;
	font-family: 'Yatra One', cursive;
}
#footer {
	background:#FFA500; 
	margin-top:5px;
}

#footer p {
	margin: 10px;
}

#intro1 {
	padding: 200px 0;
	position: relative;
}

body#idx-body {
	margin:0;
	padding:0;
	background:url(../images/header8.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	font-family: 'Muli', sans-serif;
}

#intro1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .6;
}

#idx-btn {
	padding: 15px 20px;
	font-size:16px;
	border-radius:10px;
	color: #0D0D03;
	background: #337ab7;
}

#intro1 .container {
	position: relative;
}

#intro1 h3 {
	font-weight: 300;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 34px;
	color: #0D0D03;
}

#intro1 p {
	font-weight: 300;
	width: 60%;
	text-align: center;
	margin: 40px auto;
	font-size: 16px;
	color: #fff;
}

#intro1 a {
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
}

#intro1 .mouse {
  	border: 2px solid #fff;
  	border-radius: 13px;
  	display: block;
  	height: 46px;
  	left: 50%;
  	margin: 10px 0 0 -13px;
  	position: absolute;
  	width: 26px;
}

#intro1 .mouse span {
  	display: block;
  	font-size: 1.5em;
  	margin: 6px auto;
}

.abt-services, .abt-head, .abt-contact {
	margin-top:155px;
	text-align: center;
	padding: 20px 0;
	font-size: 55px;
}

.cont {
	padding: 20px;
    border: 1px solid #337ab7;
    border-radius: 40%;
    margin-bottom: 10px;
    background: #fff;
}

@media (min-width: 768px){
    #carousel-example-generic{
		margin-top: 5px;
	}
}

@media (max-width: 767px){
    
	#carousel-example-generic{
		margin-top: 5px;
	}
	
    .logo {
		height: 100px;
	}
	
	.abt-services, .abt-head, .abt-contact {
		margin-top: 100px;
	}
}