/**
 -------------------------------------------------------
 Template Name: Swan - One page Creative Agency Template
 Version      : 1.0
 -------------------------------------------------------
 **/


/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1280px) {
	.about-img:after {
    bottom: 74px;
}
	
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 767px) and (max-width: 991px) {
	
	
	.header-text p {
    padding: 0px;
}

.review-single-item {
	margin-bottom: 30px;
}
.single-team-member {
    margin-bottom: 30px;
}
.article {
    display: block;
    margin-bottom: 30px;
}

}



@media only screen and (max-width: 767px) {
	
	.navbar-b.navbar-trans .nav-link:before, .navbar-b.navbar-reduce .nav-link:before {
    left: 0px;
}
	.header-text h2 {
	font-size: 35px;
}
	.header-text p {
    padding: 0px 15px;
}
.about-dec {
    margin-bottom: 35px;
}
.review-single-item {
	margin-bottom: 30px;
}
#portfolio .portfolio-list .nav li {
    margin: 10px 20px;
}

.single-team-member {
    margin-bottom: 30px;
}
.article {
    display: block;
    margin-bottom: 30px;
}








.footer-top-about {
    margin-bottom: 30px;
}
.footer-top-links {
    margin-bottom: 30px;
}
.footer-top-address {
    margin-bottom: 30px;
}

}



@media only screen and (max-width: 479px) {
	
	.header-text h2 {
	font-size: 30px;
}
}