#sec1_right_div{
	background: #fff;
	padding-top: 15vh;
}
.nav_links li{
  display: inline-block;
  margin:auto 15px;
}
.sec_1{
	overflow: hidden;
	padding: 0px;
}
.sec_2,.sec_4{
	min-height: 200px;
	background: #000000d4;
}
.sec_3{
	background: #f8f9fa!important;
}
.sec_2 h2,.sec_4 h2{
	color:#fff;
	font-weight: 500 !IMPORTANT;
    font-size: 50px;
    padding: 0px 100px;
}
#site_container{
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Catamaran,Helvetica,Arial,sans-serif;
    font-weight: 200 !important; 
    letter-spacing: 1px;
}

.gh-profile-card{
	width: auto !important;
}
footer[class*=" devicon-"],footer [class^=devicon-]{
	font-size: 25px;
	margin:0px 5px;
}

#projects,#blog{
	background: #fff;
}
#projects h2.section-heading,#blog h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}
#projects h3.section-subheading ,#blog h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Droid Serif',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
}
.timeline{position:relative;padding:0;list-style:none}.timeline:before{position:absolute;top:0;bottom:0;left:40px;width:2px;margin-left:-1.5px;content:'';background-color:#e9ecef}.timeline>li{position:relative;min-height:50px;margin-bottom:50px}.timeline>li:after,.timeline>li:before{display:table;content:' '}.timeline>li:after{clear:both}.timeline>li .timeline-panel{position:relative;float:right;width:100%;padding:0 20px 0 100px;text-align:left}.timeline>li .timeline-panel:before{right:auto;left:-15px;border-right-width:15px;border-left-width:0}.timeline>li .timeline-panel:after{right:auto;left:-14px;border-right-width:14px;border-left-width:0}.timeline>li .timeline-image{position:absolute;z-index:100;left:0;width:80px;height:80px;margin-left:0;text-align:center;color:#fff;border:7px solid #e9ecef;border-radius:100%;background-color:#fed136}.timeline>li .timeline-image h4{font-size:10px;line-height:14px;margin-top:12px}.timeline>li.timeline-inverted>.timeline-panel{float:right;padding:0 20px 0 100px;text-align:left}.timeline>li.timeline-inverted>.timeline-panel:before{right:auto;left:-15px;border-right-width:15px;border-left-width:0}.timeline>li.timeline-inverted>.timeline-panel:after{right:auto;left:-14px;border-right-width:14px;border-left-width:0}.timeline>li:last-child{margin-bottom:0}.timeline .timeline-heading h4{margin-top:0;color:inherit}.timeline .timeline-heading h4.subheading{text-transform:none}.timeline .timeline-body>p,.timeline .timeline-body>ul{margin-bottom:0}@media (min-width:768px){.timeline:before{left:50%}.timeline>li{min-height:100px;margin-bottom:100px}.timeline>li .timeline-panel{float:left;width:41%;padding:0 20px 20px 30px;text-align:right}.timeline>li .timeline-image{left:50%;width:100px;height:100px;margin-left:-50px}.timeline>li .timeline-image h4{font-size:13px;line-height:18px;margin-top:16px}.timeline>li.timeline-inverted>.timeline-panel{float:right;padding:0 30px 20px 20px;text-align:left}}@media (min-width:992px){.timeline>li{min-height:150px}.timeline>li .timeline-panel{padding:0 20px 20px}.timeline>li .timeline-image{width:150px;height:150px;margin-left:-75px}.timeline>li .timeline-image h4{font-size:18px;line-height:26px;margin-top:30px}.timeline>li.timeline-inverted>.timeline-panel{padding:0 20px 20px}}@media (min-width:1200px){.timeline>li{min-height:170px}.timeline>li .timeline-panel{padding:0 20px 20px 100px}.timeline>li .timeline-image{width:170px;height:170px;margin-left:-85px}.timeline>li .timeline-image h4{margin-top:40px}.timeline>li.timeline-inverted>.timeline-panel{padding:0 100px 20px 20px}}
.rounded-circle {
    border-radius: 50%!important;
}

img {
    vertical-align: middle;
    border-style: none;
}
#blog{
	background: #f8f9fa!important;

}

/* === section blog === */

section#blog {
	background: #f2f2f2;
}
#fbembed{
  width: 80%;
  display: inline-block;
}

.home-post {
	background:#fff;
	
}

.home-post:hover {
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


.home-post .entry-content {
	padding:20px;
}
.home-post .entry-content h5 a {
	font-size:22px;
}
.home-post .entry-content h5 a:hover {
	color:#312f2b;
	text-decoration:none;
}
.home-post .entry-content a.more {
	font-size:13px;
}
.home-post .post-meta {
	padding:20px;
	overflow:hidden;
	color:#fcfcfc;
}
.home-post .post-meta i {
	float:left;
	margin-right:20px;
}
.home-post .post-meta span {
	margin-top:10px;
}
.home-post .post-meta span.date {
	font-weight:700;
	font-size:13px;
	float:left;
}
.home-post .post-meta span.tags {
	font-weight:700;
	font-size:13px;
	float:right;
	color:#ddd;
}
.home-post .post-meta span.tags a {
	color:#fcfcfc;
}

#bigRightPic{
	min-height: 100vh;
	background: url('../img/anand-singh.jpg');
	background-size:940px;
	background-position: center -300px;
}
ul.feedEkList li {
    display: inline-block;
    width: 30%;
    background: #fff;
    margin: 30px 15px;
    min-height: 353px;
    vertical-align: top;
    padding: 20px;
    clear: both;
	border-radius: 6px;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
           
}

.itemTitle a {
    font-size: 19px;
    margin-bottom: 30px;
    display: inline-block;
}

[data-letters]:before {
  content:attr(data-letters);
  display:inline-block;
  width:100%;
  height:156px;
  line-height:2.5em;
  text-align:center;
  font-size: 4em;
  border-radius:50%;
  vertical-align:middle;
  margin-right:1em;
  color:white;
  background: #5f9ea0
}
#show-more-projects{
	min-height:200px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 999;
	text-align: center;
    vertical-align: middle;
    display: block;
    padding-top: 100px;
    font-size: 28px;
    cursor: pointer;
    color:#fff;
	background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}

#projects{
	max-height: 1500px;
	overflow: hidden;
	position: relative;
}

.timeline-image > img,.timeline-image > div:before{
    max-width: 100%;
    height: 66px;
    font-size: 2em;
}


/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  margin-left: -1px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab-content a{
	color: inherit;
	text-decoration: none;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}


#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

/*Media queries*/

@media (min-width: 768px){
	.timeline-image > img,.timeline-image > div:before{
	    max-width: 100%;
	    height: 86px;
    	font-size: 2.5em;
	}
}


@media (min-width: 992px){
	.timeline-image > img,.timeline-image > div:before{
	    max-width: 100%;
	    height: 136px;
    	font-size: 4em;
	}
}

@media (min-width: 1200px){
	.timeline-image > img,.timeline-image > div:before{
	    max-width: 100%;
	    height: 156px;
	    font-size: 4em;
	}
}


/*Mobile screens portrait mode*/
@media only screen and (max-width: 992px) {

  #fbembed{
    width: 90%;
    display: inline-block;
  }

	#sec1_right_div{

		background-image:linear-gradient( rgba(0, 0, 0, 0), rgba(53, 50, 50, 0.72) ), url(../img/andy-min-crpd.jpg);
		color:#fff;
		background-position: center;
		background-size:cover;
		padding-top: 35vh;
	}

	.bhoechie-tab-menu a.list-group-item.text-center {
    	font-size: 0.8em;
	}

	.bhoechie-tab-content h2 {
	    font-size: 2em;
	}
	.bhoechie-tab-content h3 {
	    font-size: 1.2em;
	}

	ul.feedEkList li{
	 	width: 100%;
		margin-left: 0px;	 	
	}
	

	ul {
    	padding-inline-start: 0px;
	}

	#bigRightPic{
		display: none;
	}

	#bigRightPic{
		background-position: -300px -250px;
	}

	#site_conatainer{
		width:103%;
	}

	.sec_2 h2, .sec_4 h2{
		font-size:15px;
	}

	.sec_2,.sec_4{
		padding: 20px 0px;
		min-height: auto;
	}
}
