/********Rao's Style
link's color - #0A9345 --- green
			 - #E1792C --- orange
*/
body{
	/* font-family: 'Lora', serif; */
	font-family: "Sintony",sans-serif;
}
.navbar-default .nav > li{
	font-size: 16px;
}
.navbar-default .nav > li.active>a, .navbar-default .nav>li.active>a:focus{
	color: #0A9345 !important;
    background-color: transparent;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{
	border-color: #0A9345;
    color: #fff;
    background-color: #0A9345;
}
header.headertag {
    background: #FFF;
    color: #28281f;
}
.navbar-default .navbar-header .navbar-brand{
	color: #E1792C;
	display:none;
}
.navbar-default .navbar-header .navbar-brand:hover,.navbar-default .navbar-header .navbar-brand:focus,.navbar-default .navbar-header .navbar-brand:active{
	color: #0A9345 !important;
    background-color: transparent;
}
.section-heading{
	font-size: 42px;
	text-align: center;
	padding: 10px !important;
}
/* .section-heading:hover{
	border-bottom: 3px solid #E1792C;
} */

.section-heading:after {
	width:25%;
	height:1px;   
	position:relative;
	left:37.5%;
	display:block;
	content: '';
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color:inherit;  
	transform: scaleX(0.0001);  
	transition: transform 250ms ease-in-out;
}
.section-heading:hover:after {
  transform: scaleX(1);
}

.intro {
    color: #000;
    background-color: white;
    padding: 70px 0;
    text-align: left;
	line-height: 30px;
}
header .header-content .header-content-inner h1{
	font-size: 35px;
}
/*what we do*/
	.box {
		border-radius: 4px;
		border: solid 1px rgba(144, 144, 144, 0.25);
		margin-bottom: 2em;
		padding: 1.5em;
	}
	header.major {
		text-align: center;
		margin-bottom: 4em;
	}
	header.major h2 {
		font-size: 3em;
		margin-bottom: 0.5em;
		color: #474747;
		font-weight: 700;
		line-height: 1em;
		margin: 0 0 1em 0;
	}

	header.major p {
		font-size: 1.5em;
		color: #858585;
	}
	.wrapper {
		padding: 4em 0em 4em;
		min-height: 100%;
		/* Style 1 Wrapper */
	}

		.wrapper.style1 {
			background-color: #F5F5F5;
			border-bottom: 1px solid rgba(144, 144, 144, 0.25);
			border-top: 1px solid rgba(144, 144, 144, 0.25);
		}

			.wrapper.style1 .box {
				background-color: #fff;
				padding: 3em 2.5em;
			}

				.wrapper.style1 .box h2, .wrapper.style1 .box h3, .wrapper.style1 .box h4, .wrapper.style1 .box h5, .wrapper.style1 .box h6 {
					color: #858585;
				}
				
	section.special, article.special {
		text-align: center;
	}	

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon:active, .icon:hover {
			text-decoration: none;
		}

		.icon > .label {
			display: none;
		}

		.icon.rounded {
			background-color: #383b43;
			border-radius: 100%;
			color: #ffffff;
			display: inline-block;
			height: 3.25em;
			line-height: 3.25em;
			text-align: center;
			width: 3.25em;
		}

			.icon.rounded.big {
				font-size: 2.5em;
				margin-bottom: 0.5em;
			}

			.icon.rounded.color1 {
				background-color: #3cadd4;
			}

			.icon.rounded.color2 {
				background-color: #3c61d4;
			}

			.icon.rounded.color3 {
				background-color: #633cd4;
			}

			.icon.rounded.color4 {
				background-color: #af3cd4;
			}

			.icon.rounded.color5 {
				background-color: #d43cad;
			}

			.icon.rounded.color6 {
				background-color: #d43c61;
			}

			.icon.rounded.color7 {
				background-color: #d4633c;
			}

			.icon.rounded.color8 {
				background-color: #d4af3c;
			}

			.icon.rounded.color9 {
				background-color: #add43c;
			}

			.icon.rounded.color10 {
				background-color: #61d43c;
			}

			.icon.rounded.fa-twitter {
				background-color: #2daae4;
			}

			.icon.rounded.fa-facebook {
				background-color: #39599f;
			}

			.icon.rounded.fa-google-plus {
				background-color: #c91e1f;
			}

			.icon.rounded.fa-dribbble {
				background-color: #c4376b;
			}

			.icon.rounded.fa-tumblr, .icon.rounded.fa-linkedin {
				background-color: #31516a;
			}

			.icon.rounded.fa-rss {
				background-color: #f2600b;
			}

/*what we do closed*/

header.headertag{
		background: url(../images/splash-bg.jpg) bottom left repeat-x !important;
		min-height:560px;
	}
	.newheader-tag a{
		text-decoration: none;
	}	
	.newheader-tag img{
		float: left;
		margin-left: 125px;
		margin-top: 30px;
		width: 100px;
	}
	.newheader-tag h1{
		/*background: #666;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;*/
		color:#666;
		width: 300px; 
		height: 170px;
		margin-left:225px;
		font-size: 72px;
		font-weight: bold;
		letter-spacing: 6px;
	}
	.newheader-tag .block2{
		text-align: left;
		margin-top: 100px;
		margin-left: 200px;
		font-size: 18px;
	}

	
	.no-border{
		border: none;
	}
	.btn.btn-primary.btn-lg{
		background: #0A9345;
		border-color: #0A9345;
		position: absolute;
		bottom: -250px;
		left: 45%;
	}
	.whowearebtn{
		background: #0A9345;
		border-color: #0A9345;
	}
	.icon.rounded.color1{
		background: #E1792C;
	}
	.icon.rounded.color9{
		background: #858585;
	}
	.icon.rounded.color6{
		background: #0A9345;
	}
	.navigatebtn{
		font-size:50px;
		margin-top:10px;
	}
	.musthavewhite{
		color: #ffffff !important;
	}
	.musthaveblack{
		color: #000000 !important;
	}
	.bg_whoweare{
		background: url('../images/cem.png');
	}
	.cover_4{
		border-radius: 3px;
		background-color: rgba(0,0,0,.2);
	}
	.chartsize{
		font-size: 1.5em;color: #858585;
	}
	
	.chartshelf{
		width:500px;
		float:right;
		/*position: relative;
		background:#eee;*/
		float: right;
		margin-top: -200px;
		margin-right: 150px;
	}
	.chartshelf .rowc{
		height:200px;
		background:#ddd;
		margin:0 auto;
		background:url(../images/wall-bookshelf.png) no-repeat;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom left;
		width: 426px;
		height: 210px;
		display: block;
	}
	.chartshelf .imgs{
		width: 87px;
		float: left !important;
		margin-left: 40px;
		margin-top: 45px;
		
		-webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.6);
		-moz-box-shadow:2px 2px 5px rgba(0,0,0,0.6);
		-ms-box-shadow:2px 2px 5px rgba(0,0,0,0.6);
		-o-box-shadow:2px 2px 5px rgba(0,0,0,0.6);
		box-shadow:2px 2px 5px rgba(0,0,0,0.6);

		-webkit-transition:-webkit-transform 0.1s;
		-webkit-transform:translate(0, 0);
		-moz-transition:-moz-transform 0.1s;
		-moz-transform:translate(0, 0);
		-ms-transition:-ms-transform 0.1s;
		-ms-transform:translate(0, 0);
		-o-transition:-o-transform 0.1s;
		-o-transform:translate(0, 0);
		transition:transform 0.1s;
		transform:translate(0, 0);
	}
	.chartshelf .imgs:hover{
		cursor:none;
		background-color:white;
		-webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
		-moz-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
		-ms-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
		-o-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
		transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
	}

	/* Contact
---------------------------------*/
.main-section.contact{
	padding:90px 0 100px;
}

.main-section.contact{
	background:url(../img/bg-map.png) left 190px no-repeat;
}
.contact-info-box{
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}
.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span{
	line-height:28px;
	display:block;
	overflow:hidden;
	margin-top: 20px;
}
.social-link{
	padding:35px 0;
	margin:0 0 0 68px;
	display:block;
	overflow:hidden;
	list-style:none;
}
.social-link li{
	float:left;
	margin-right:8px;
}
.social-link li a{
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:25px;
	color:#fff;
	background:#222222;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
	text-decoration:none;
}
.twitter a:hover {
	background: #55acee;
}
.facebook a:hover {
	background: #3b5998;
}
.pinterest a:hover {
	background: #cb2026;
}
.gplus a:hover {
	background: #dd4b39;
}
.dribbble a:hover {
	background: #ea4c89;
}

.form{
	margin:0 66px 0 30px;
}
.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #7cc576;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{
	width:175px;
	height:50px;
	background:#7cc576;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
	background: #111;
	color: #fff;
}
	
.scrolllatestcharts{
     background: url('../images/cem.png');
	color: #fff;
}

.scrolllatestcharts .major{
    margin-top: 2em;
    margin-bottom: -4em;
}

.scrolllatestcharts a{
    color: #626262;
}

/*responsive */
@media(min-width:768px) {
	header .header-content .header-content-inner{
		margin-top:-325px;
		margin-left: 0px;
	}
	header .header-content .header-content-inner img{
		float:left;
		margin-left: 80px;
		margin-top: 30px;
	}
	header .header-content .header-content-inner h1{
		font-size: 65px !important;
		float: left;
		margin-left: 28px !important;
		letter-spacing: 10px;
		text-align:center;
	}
	header .header-content .header-content-inner  p{
		margin-top: 1%;
		margin-left: 34%;
		max-width: 80%;
		font-size: 18px;
		float: left;
		color: #000;
	}
	.navbar-default.affix{
		min-height: 70px;
	}
	.navbar-default.affix .navbar-header .navbar-brand{
		letter-spacing: 0;
		color:#666;
		display:block;
		margin-top: 10px;
		font-size: 32px;
		outline: none;
	}
	.navbar-right{
		margin-right: -40px;
		margin-top: 5px;
	}
}



