/* lg */ 
@media (min-width: 1200px) {

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

	#home-carousel .item {
		height: 350px;
	}

	.carousel-caption h1 {
		font-size:26px;
		margin-bottom:0;
		line-height:27px;
		letter-spacing:2px;
		font-weight:100;
	}

	.carousel-caption h2 {
		font-size:30px;
		font-weight:600;
		margin-top:0px;
		letter-spacing:2px;
		margin-bottom:20px;
	}
	#our-team, #pricing, #our-works, #services, #contact{
		padding-top: 50px;
		padding-bottom: 50px;
	}

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {

	.st-navbar ul li a{
		margin-left: 13px;
		margin-right: 13px;
	}

	#home-carousel .item {
		height: 300px;
	}

	.carousel-caption h1 {
		font-size:22px;
		margin-bottom:0;
		line-height:27px;
		letter-spacing:2px;
		font-weight:100;
	}

	.carousel-caption h2 {
		font-size:34px;
		font-weight:600;
		margin-top:0px;
		letter-spacing:2px;
		margin-bottom:20px;
	}

	#about-us .about-us {
		padding-left: 0;
		padding-right: 0;
		padding-top: 9%;
	}

	.scroll-up{
		display: none !important;
	}

	#our-team, #pricing, #our-works, #services, #contact{
		padding-top: 30px;
		padding-bottom: 20px;
	}

	#fun-facts .col-md-3:nth-child(2) .fun-fact{
		border-right: 0px;
	}

	#testimonial{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#about-us .about-us .btn-send {
		margin-top: 12px;
	}



}

/* xs */
@media (max-width: 767px) {
	.logo{
		margin-left: 15px;
	}

	.navbar-nav{
		background-color: #f5f5f5;
	}

	.st-navbar .navbar-collapse ul{
		margin-top: 18px;
	}

	#home-carousel .item {
		height: 200px;
	}
	.carousel-caption {
		top: 70%;
	}
	.carousel-caption h1 {
		font-size:16px;
		margin-bottom:0;
		line-height:27px;
		letter-spacing:2px;
		font-weight:100;
	}

	.carousel-caption h2 {
		font-size:24px;
		font-weight:600;
		margin-top:0px;
		letter-spacing:2px;
		margin-bottom:10px;
	}

	.scroll-up{
		display: none !important;
	}

	.footer-social-icons {
		text-align: center;
		margin-bottom: 15px;
	}

	.copyright{
		text-align: center;
	}

	#contact{
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.contact-info{
		margin-bottom: 50px;
	}

	#fun-facts .fun-fact{
		border-right: 0px;
		margin-bottom: 30px;
	}

	#about-us .our-office{
		padding-left: 0;
		padding-right: 0;
	}

	#testimonial{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#about-us .about-us {
		padding-top: 10%;
		padding-bottom: 10%;
	}

	#our-team, #pricing, #our-works, #services{
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.st-service {
		margin-top: 15px;
	}
	#about-us {
		padding: 30px 0 10px;
	}
	.st-service h2 {
		font-size: 14px;
	}
	.st-testimonials a {
		font-size: 14px;
	}
	#fun-facts .fun-fact a p {
		font-size: 14px;
	}
	#fun-facts .fun-fact a h3 {
		font-size: 13px;
	}
}

/* XS Portrait */
@media (max-width: 479px) {
.portfolio-content i {
	display: none;
}
.portfolio-wrapper .portfolio-overlay {
	padding: 5px;
}
.portfolio-wrapper .portfolio-overlay p{
	font-size: 12px;
}
.portfolio-wrapper .portfolio-overlay h5{
	font-size: 13px;
}
#page-header{
	padding-top: 50px;
	padding-bottom: 20px;
}
#page-header h1{
	font-size: 28px;
}
.section-title h1 {
	font-size: 22px;
}
.portfolio-wrapper h4 {
	font-size: 22px;
}
#about-us .about-us h4 {
	font-size: 22px;
}
.st-pricing h3 {
	font-size: 20px;
}
.member-info{
	padding: 5px;
}
.member-info h4{
	font-size: 14px;
}
.member-info h5{
	font-size: 14px;
}
.member-info span{
	font-size: 13px;
}
.team-member .member-social p{
	font-size: 12px;
	top: 20%;
}

.team-member:hover .member-social p{
	margin: 3px;
}
#aboutus h4 {
	font-size: 18px;
}
}
@media (min-width: 768px) {
	.d-md-none {
	display: none;
	}
}