html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  	position: relative;
  	margin: 0;
 	padding-bottom: 6rem;
  	min-height: 100%;
  	font-family: Varela Round;
	color: #848484;
	line-height: 1.8em;
}
h3{
	line-height: 1.5em;
}
img{
	max-width: 100%;
	height: auto;
}
.navigation{
	background: #393747;
	padding: 10px 0;
}
.shg-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}
.navbar{
	margin-bottom: 0;
	min-height: 0;
}
.navbar-brand{
	height: auto;
	padding: 0;
}
.navbar-shg{
	padding: 5px 0;
}
.navbar-shg .navbar-nav>li>a{
	color: #299ce2;
}
.navbar-shg>li>a:focus, .navbar-shg>li>a:hover{
	background-color: transparent;
	color: #fff;
}
.navbar-inverse{
	background-color: transparent!important;
	border: 0px transparent!important;
}
.navbar-inverse .navbar-collapse{
	background: transparent!important;
	border: 0px transparent!important;
}
.slider{
	width: 100%;
	clear: both;
}
.carousel-inner>.item>img{
	width: 100%;
	height: auto;
}
.carousel-control.left{
	background: none!important;
}
.carousel-control.right{
	background: none!important;
}
.blue-heading{
	color: #299ce2;
}
.blue-heading a{
	color: #299ce2;
}
.shg-philosophy{
	padding: 50px 0 0 0;
	background: #D7E9F4;
}
.shg-people{
	padding: 100px 0;
	background: #fff;
	text-align: right;
}
.philosophy-content{
	padding: 50px 0 50px 0;
}
.people-content{
	padding: 50px 0 50px 0;
}
.btn-cs{
	background: #fff;
    border-radius: 15px;
    margin: 0 5px;
}
.shg-pl{
	padding: 100px 0;
	background: #D7E9F4;
	/*color: #fff;*/
	text-align: left;
}
.pl-content{
	padding-top: 50px;
}
.pl-img{
	border: 7px solid #91D5FF;
    border-radius: 15px;
}
.shg-pl a{
	/*color: #fff;*/
}
.shg-technology{
	background: #fff;
	padding-top: 50px;
}
section.technology{
	padding: 100px 0;
	text-align: right;
}
.tech-content{
	padding: 50px 0;
}
footer{
	background: #393747;
	padding: 15px 0;
	color: #fff;

	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
}
.footer-copyright{
	color: #fff;
	text-align: left;
	line-height: 30px;
	font-size: 80%;
}
.footer-copy{
	color: #fff;
	text-align: right;
}
.footer-copy img{
	max-height: 25px;
}

.page-title{
	padding: 50px 0;
	background: #299ce2;
	color: #fff;
}
.page-heading{
	margin: 0;
}

.main{
	padding: 50px 0;
}

.contact-info{
	padding: 50px 0;
}

.main h3{
	color: #299ce2;
}
/* Responsive */
@media only screen and (max-width: 400px){
	/*.slide-2-cap-2{
		padding-left: 30%;
	}
	.slide-2-cap-3{
		padding-left: 30%;
	}*/
	.carousel-caption{
		bottom: -15px;
	}
}

@media only screen and (max-width: 767px){
	.navbar-brand{
		height: auto;
		padding: 10px;
	}
	.slider-overlay{
		margin-top: -20px;
	    position: absolute;
	    width: 100%;
	}
	.carousel-caption h3{
		font-size: 17px;
	}
}

@media only screen and (min-width: 768px){
	.carousel-caption{
		bottom: 40%
	}
	.slider-overlay{
		margin-top: -50px;
	    position: absolute;
	    width: 100%;
	}
	.service-col-inner{
		padding-right: 20px;
	    border-right: 1px solid #36A2E3;
	}
	/*.slide-2-cap-2{
		padding-left: 150px;
	}
	.slide-2-cap-3{
		padding-left: 160px;
	}*/
	/*footer{
		bottom: 0px;
		position: fixed;
		width: 100%;
	}*/
}

.navbar-brand>img{
	width: 220px;
}

.service-col-inner p{
    text-align: justify;
}
.exp-col-inner ul{
	padding-left: 15px;
}
img.exp-logos {
    width: 120px;
    padding: 20px;
}
img.giving-imgs{
	width: 180px;
    padding: 20px;
}
.logo-in{
	text-align: center;
}
.profile-pics{
	text-align: left;
    max-width: 150px;
    float: left;
    margin: 0 20px 20px 0;
}