/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Munter - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
 
 

* {
	position: relative;
}
#logo{
	 position:fixed;
	 left:0;
	 top:0;
	 z-index:2000;
	 
 }

.breaker {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-weight: normal;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased !important;
}
h1{color:#F5931C; text-align:left; padding:5px 0 5px 35px; background:url(../images/comm.jpg) no-repeat 0 0; font-size:32px;}
h2{color:#0D75BC; font-size:28px;}

.justify-text {
	text-align: justify;
}

.navbar {
	background-color: #fff;
	/*background-color: rgba( 228, 230, 229, .85 );*/
	border-bottom: 0 none;
	font-size: 14px;
	/*transition: .25s all linear;*/
		border-bottom: 1px solid #ddd;
		box-shadow: 2px 2px 10px #ddd;
}

.navbar.inv {
	background-color: rgba( 255, 255, 255, 1 );
}

.navbar .nav a {
	color: #0D75BC;
	font-family: Arial, sans-serif;
	font-weight: normal;
	transition: all .5 linear;
	padding-top: 40px;
	font-weight:bold;
	font-size:13px;
}

.navbar.inv a {
	color: #0D75BC;
}


.navbar-responsive-collapse {
	padding:0;
	margin-left:200px;
}

.nav li {
	text-align: center;
	white-space: nowrap;
}

.nav > li > a:hover,
.nav > li > a:focus {
	background-color: inherit;
	outline: none;
}

.navbar-brand {
	padding: 8px;
}

.active-menu {
	background-color: #F5931C;
	content: '.';
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .5 linear;
	width: 1%;
	z-index: 9;
	margin-top:-40px;
}


/*
.special-active-menu {
	z-index: 10;
}

#special-active-menu-1,
#special-active-menu-6 {
	background-color: #4e4e4e !important;
}

#special-active-menu-2 {
	background-color: #1abc9c !important;
}

#special-active-menu-3 {
	background-color: #e74c3c !important;
}

#special-active-menu-4 {
	background-color: #34495e !important;
}

#special-active-menu-5 {
	background-color: #e67e22 !important;
}
*/


@media (max-width: 767px) {
	
	.nav li {
		text-align: left;
		white-space: nowrap;
	}
	
	.navbar-responsive-collapse  {
		width: 100%;
	}
	
	.active-menu {
		display: none !important;
	}
	
	.navbar-toggle {
		margin-right: 10px;
	}
	
	.navbar {
		background-color: #fff !important;
		padding: 0;
	}
	
	.navbar .nav a {
		color: #000;
		font-size: 16px;
		padding-left: 0;
	}
	
	.icon {
		margin-right: 12px;
	}
			
	
	
	.navbar-brand {
		margin: 0;
		text-align: left;
	}
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

.slide {
	background-color:#fff;
	background-position: center center;
	background-repeat: no-repeat;

	padding:20px 15px 0px 15px;
	top:100px;  /* added saroja*/
}

#Saarthi-Counselling-services {
		background-image: url('../images/saarthi.jpg');
	background-attachment: relative;
	background-position:  center 110px;
	padding-top:480px;

}

#Saarthi-Counselling-services h1 {
}





#Psychologist-Shivani-Misri-Sadhoo {

}

#Get-Counselling-help-Delhi {

}
#Other-Counselling-specialities {

}




.navigation-slide {
	cursor: pointer;
}

.left-content{
	float:left;
	width:49%;
}

.right-content{
	float:right;
	width:49%;
}

.left-content ul, .right-content ul{list-style:none;}
.left-content li, .right-content li{
	font-size:18px;
	margin:10px; padding:10px; background:#eee; text-align:center; border-radius:10px; color:#555;
}

input[type="text"] {
    width: 250px;
	border-radius:2px;
		
	border:1px solid #CCC;
}

textarea {
    width: 250px;
	height:100px;
	border-radius:2px;
		
	border:1px solid #CCC;
}

.quote{
	margin-left:5%;
	background:url(../images/quote.jpg) no-repeat 0 0;
	padding-left:35px; width:80%;
	padding-top:5px;
	min-height:80px;
}