/* ----- Media queries ----- */

@media (min-width: 980px) and (max-width: 1200px) {

	.beliefs-info {
		padding: 0 15px;
		margin-top: 3%;
	}
	.beliefs-info h3 {
		font-size: 14px;
	}
	.video-right {
		padding: 20px 50px;
	}
	.video-left {
		padding: 20px 50px;
	}
	.punhline h2 {
		font-size: 22px;
	}
	.features h1 {
		font-size: 25px;
	}
	.service h3 {
		font-weight: 400;
	}
	.vision-image h3 {
		top: 15%;
		font-size: 17px;
		line-height: 30px;
		width: 100%;
	}
	.vision-image h3 span {
		text-transform: uppercase;
		font-size: 25px;
		font-weight: 600;
	}
	.security-container h2 {
		font-size: 25px;
		font-weight: 400;
	}
	.home-slider .content .thin-h1 {
		font-size: 30px;
	}
	.team-intro {
		font-size: 18px;
		text-align: center;
		padding: 30px;
	}

}

@media (min-width: 768px) and (max-width: 979px) {
	.header .navbar .navbar-brand img {
		height: auto;
		width: 100px;
	}
	.header .navbar .navbar-nav > li > a {
		padding: 20px 10px;
		font-size: 13px;
		font-weight: 500;
		color: #7f7f7f;
		opacity: 0.6;
	}
	.home-slider .content {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translateX(-50%) translateY(-70%);
	z-index: 1;
}
		.punhline h2 {
		font-size: 19px;
	}
	.vision-image h3 {
		top: 15%;
		font-size: 17px;
		line-height: 25px;
		width: 100%;
	}
	.vision-image h3 span {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 600;
}
	.description {
		float: right;
		position: absolute;
		top: 2%;
		left: 50%;
		max-width: 350px;
	}
.video-right {
		padding: 20px 15px;
	}
	.video-left {
		padding: 20px 15px;
	}


}

@media (max-width: 767px) {
	.header .navbar .navbar-nav > li > a {
		padding-top: 27px;
		padding-bottom: 27px;
		font-size: 13px;
		font-weight: 500;
		color: #fff;
/*		background-color: #656565;*/
		opacity: 0.6;
	}
	.header .navbar .navbar-nav > li > a:hover {
		color: #fff !important;
		opacity: 1 !important;
		background-color: #656565 !important;
	}
	.header .active a {
		color: #fff !important;
		opacity: 1 !important;
		background-color: #656565 !important;
	}
	.header .navbar .navbar-toggle .icon-bar{
		border: 1px solid #656565;
	}
	.inner-header .navbar .divider-vertical {
		display: none;
	}
	.home-slider .content .thin-h1 {
		font-size: 20px;
	}
	.home-slider .content {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translateX(-50%) translateY(-70%);
	z-index: 1;
}
	.our-story-image img {
		margin-top: 0px;
	}
	.form-container h2 {
		font-size: 20px;
	}
	.login-box {
		padding: 10px;
	}
	.login-container h2 {
		margin: 10px 0px 10px 0px;
		font-size: 20px;
		color: #fff;
		font-family: 'Gotham-Bold', Fallback, sans-serif;
	}
	.btn-login {
		border-radius: 0px;
		width:100%;
	}
	.btn-blank-white-lg {
		display: block;
	}
	#sortable li img{
		width: 35px;
		height: 35px;
	}
	.form-box .panel-footer .btn-blank-white-lg {
		border-radius: 0px;
		text-align: center;
		margin-bottom: 5px;
		width: 100%;
	}
	.form-box .panel-footer .btn-green-lg {
		border-radius: 0px;
		text-align: center;
		width: 100%;
	}
	.team-info img {
		width: 75px;
		height: 75px;
	}
	.items .captions h1 {
		font-size: 15px;
		font-weight: 600;
	}
	.punhline {
		padding: 10px 0;
	}
	.punhline h2 {
		font-size: 15px;
		line-height: 25px;
	}
	.features {
		margin-top: 20px;
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
	}
	.features h1 {
		font-size: 17px;
	}
	.features h2 {
		font-size: 20px;
	}
	.security-container h2 {
		font-size: 20px;
	}
	.security-content {
		padding: 15px 0;
	}
	.security-content p {
		font-size: 14px;
	}
	.description {
		float: right;
		position: absolute;
		top: 1%;
		left: 45%;
		max-width: 350px;
	}
	.description h2 {
		font-size: 18px;
		color: #fff;
		margin-bottom: 10px;
	}
	.description p {
		font-family: 'Gotham-Book', Fallback, sans-serif;
		font-size: 12px;
		line-height: 20px;
		color: #ddd;
	}
	.index-testimonials h3 {
		margin-top: 0;
		text-align: center;
		font-size: 20px;
		font-weight: 400;
	}
	.video-left, .video-right {
		margin-bottom: 15px;
		border-right: 0px;
		padding: 0;
	}
	.innerpage {
		padding-top: 76px;
	}
	.about-navbar {
		padding-top: 5px;
		padding-bottom: 0px;
	}
	.about-navbar li a {
		text-decoration: none;
		font-size: 14px;
		font-weight: 500;
		color: #cecece;
		margin: 0 5px;
	}
	.timeline-container {
		margin-top: 100px;
	}
	.btn-green {
		display: block;
		border-radius: 0px;
		padding: 13px 50px;
		text-align: center;
	}
	.home-gray-txt {
		margin-top: 0 !important;
		transform: translateY(-0%) !important;
	}
	.slider-para-contribution{
		font-size: 13px;
		font-weight: 600;
	}
	.right-button{
		float:none;
	}
	.btn-blank-white{
		display:block;
		border-radius: 0px;
		margin:0px;
		text-align: center;
		margin-bottom: 5px;
	}
	.btn-books {
		display: block;
		border-radius: 0px;
		padding: 13px 30px;
		color: #fff;
		font-weight: bold;
		background-color: #185a96;
		margin: 5px 0;
	}
	.how-works-info h4 {
		font-size: 16px;
		line-height: 23px;
	}
	.how-works-info p {
		font-size: 14px;
		font-weight: 600;
		overflow: hidden;
	}
	.vision-image h3 {
		position: absolute;
		text-align: center;
		top: 15%;
		font-size: 12px;
		line-height: 18px;
		width: 100%;
		padding: 0 15px;
	}
	.vision-image h3 span {
		font-size: 20px;
	}
	.beliefs-info {
		padding: 0 15px;
	}
	.beliefs-info h3 {
		color: #4083bf;
		padding-bottom: 15px;
		font-weight: 600;
	}
	.beliefs-info p {
		color: #a4a4a4;
		font-size: 16px;
		font-weight: 600;
		padding-bottom: 20px;
	}
	.testimonialpage {
/*		padding-top: 97px;*/
	}
	.testimonials-info {
		padding: 20px 0;
	}
	.testimonials-info p {
		font-size: 16px;
	}
	.team-close {
		margin-top: -10px;
		margin-right: 0px;
	}
}



@media (max-width: 480px) {
	.items .captions h1 {
		font-size: 15px !important;
		font-weight: 600;
	}
	.description {
		float: right;
		position: absolute;
		top: -10px;
		left: 45%;
		max-width: 350px;
	}
	.description h2 {
		font-size: 18px;
		color: #fff;
		margin-bottom: 5px;
	}
	.about-navbar li a {
		text-decoration: none;
		font-size: 11px;
		font-weight: 500;
		color: #cecece;
		margin: 0 5px;
	}
	.description a {
		padding-top: 0px;
		font-size: 10px;
		text-decoration: none;
		color: #779322;
	}
	.loan-equation h3{
		font-size:16px;
	}

}
