/* Cihan YILDIZ 
/* cihan@cihanyildiz.com	
*/
@media only screen and (min-width: 991px) and (max-width: 1024px) {
	.home-area {
		background-attachment: unset;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
		padding-right: 0;
	}
	.home-area {
		background-attachment: unset;
	}
	.home-area .home-content h1 {
		font-size: 35px;
		line-height: 1.3;
	}
	.about-img-wrapper {
		text-align: center;
	}
	.about-img-wrapper:after {
		display: none;
	}
	.about-content {
		margin-top: 35px;
	}
	.services-item {
		margin-bottom: 30px;
	}
	.services-item:nth-last-child(-n + 2) {
			margin-bottom: 0px;
	}
	.counter-item {
		margin-bottom: 30px;
	}
	.counter-item:nth-last-child(-n + 2) {
		margin-bottom: 0px;
	}
	#project .project-list .nav li {
		margin: 0 5px 20px;
	}
	.blog-item {
		margin-bottom: 30px;
	}
	.blog-item:last-child {
			margin-bottom: 0px;
	}
	.contact-info-title {
		padding: 0;
		margin-bottom: 20px;
	}
	.contact-details {
		padding: 10px 0px;
	}
}

@media only screen and (max-width: 767px) {
	.navbar-nav {
		margin-top: 15px;
	}
	.navbar-b .nav-item {
		margin-bottom: 10px;
	}
	.navbar-b .nav-item:last-child {
		margin-bottom: 0px;
	}
	#navbarDefault {
		width: 100%;
		height: 120px;
		overflow-y: scroll;
	}
	.home-area {
		background-attachment: unset;
	}
	.home-area .home-content h1 {
		font-size: 33px;
		line-height: 1.3;
	}
	.about-img-wrapper {
		text-align: center;
	}
	.about-content {
		margin-top: 35px;
	}
	.services-item {
		margin-bottom: 30px !important;
	}
	.services-item:last-child {
		margin-bottom: 0px !important;
	}
	.counter-item {
		margin-bottom: 30px;
	}
	.counter-item:last-child {
			margin-bottom: 0px;
	}
	#project .project-list .nav li {
		float: unset;
	}
	.blog-item {
		margin-bottom: 30px;
	}
	.blog-item:last-child {
			margin-bottom: 0px;
	}
	.single-testimonial {
		padding: 0px 10px;
	}


@media only screen and (max-width: 479px) {
	.navbar-nav {
		margin-top: 15px;
	}
	.navbar-b .nav-item {
		margin-bottom: 10px;
	}
	.navbar-b .nav-item:last-child {
		margin-bottom: 0px;
	}
	.home-area {
		background-attachment: unset;
		background-position: 75%;
	}
	.home-area .home-content h1 {
		font-size: 33px;
		line-height: 1.3;
	}
	.about-img-wrapper {
		text-align: center;
	}
	.about-content {
		margin-top: 35px;
	}
	.services-item {
		margin-bottom: 30px !important;
	}
	.services-item:last-child {
		margin-bottom: 0px !important;
	}
	.single-services {
		padding: 10px 10px;
	}
	.counter-item {
		margin-bottom: 30px;
	}
	.counter-item:last-child {
		margin-bottom: 0px;
	}
	#project .project-list .nav li {
		float: unset;
	}
	#project .project-list .nav li {
		margin: 0 5px 20px;
	}
	.blog-item {
		margin-bottom: 30px;
	}
	.blog-item:last-child {
			margin-bottom: 0px;
	}
	.single-testimonial {
		padding: 0px 10px;
	}

}


@media screen and (max-width: 320px) and (min-width: 0px){
	.navbar-nav {
		margin-top: 15px;
	}
	.navbar-b .nav-item {
		margin-bottom: 10px;
	}
	.navbar-b .nav-item:last-child {
		margin-bottom: 0px;
	}
	.home-area {
		background-attachment: unset;
		background-position: 75%;
	}
	.home-area .home-content h1 {
		font-size: 30px;
		line-height: 1.3;
	}
	.about-img-wrapper {
		text-align: center;
	}
	.about-content {
		margin-top: 35px;
	}
	.services-item {
		margin-bottom: 30px !important;
	}
	.services-item:last-child {
		margin-bottom: 0px !important;
	}
	.single-services {
		padding: 10px 10px;
	}
	.counter-item {
		margin-bottom: 30px;
	}
	.counter-item:last-child {
		margin-bottom: 0px;
	}
	#project .project-list .nav li {
		float: unset;
	}
	#project .project-list .nav li {
		margin: 0 2px 20px;
	}
	.blog-item {
		margin-bottom: 30px;
	}
	.blog-item:last-child {
			margin-bottom: 0px;
	}
	.single-testimonial {
		padding: 0px 10px;
	}

}