@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.services-padding {
		padding: 0 0px;
	}
	.single-testimonial {
		padding: 0;
	}
	.testimonial-content-inner {
		margin: 10px;
	}
	.testimonial-content-inner .testimonial-text p {
		font-size: 14px;
	}
	.team-block .inner-box:before {
		left: 30px;
	}
	.team-block .inner-box::after {
		left: 30px;
	}
	.team-block .inner-box .lower-content {
		padding: 15px 15px 0px 55px;
	}
	.team-block .inner-box:hover::after{
		width:95%;
	}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-button {
		margin-left: 0;
		display: none;
	}
	.home-content-image {
		text-align: center;
	}
	.home-content-image img {
		margin-top: 60px;
		width: 70%;
	}
	.about-img {
		margin-top: 40px;
		text-align: center;
	}
	.about-info {
		padding-right: 0;
	}
	.choose-img {
		margin-top: 40px;
		text-align: center;
	}
	.choose-info {
		padding-right: 0;
	}
	.blog-area .blog-item {
		margin-bottom: 30px;
	}
	.blog-area .blog-item:last-child {
		margin-bottom: 0px;
	}
	.footer-top .footer-content {
		margin-bottom: 30px;
	}
	.footer-top .footer-content:nth-last-child(-n + 2) {
		margin-bottom: 0px;
	}
}


@media only screen and (max-width: 767px) {
	.home-area {
		height: auto;
		background: #fff;
	}
	.home-content{
		padding-bottom: 30px;
	}
	.home-area .home-content h1 {
		font-size: 27px;
	}
	.home-content-left {
		padding-top: 90px;
	}
	.home-content-image {
		text-align: center;
	}
	.home-content-image img {
		margin-top: 35px;
		width: 85%;
		margin-bottom: 30px;
	}
	.header-button {
		margin-left: 0;
		text-align: center;
	}
	.section-title h2 {
		font-size: 25px;
	}
	.services-padding {
		padding: 0;
	}
	.about-info h2 {
		font-size: 25px;
	}
	.about-img {
		margin-top: 40px;
		text-align: center;
	}
	.about-info {
		padding-right: 0;
	}
	.choose-info h2 {
		font-size: 25px;
	}
	.choose-img {
		margin-top: 40px;
		text-align: center;
	}
	.choose-info {
		padding-right: 0;
	}
	.blog-area .blog-item {
		margin-bottom: 30px;
	}
	.blog-area .blog-item:last-child {
		margin-bottom: 0px;
	}
	.footer-top .footer-content {
		margin-bottom: 30px;
	}
	.footer-top .footer-content:last-child {
		margin-bottom: 0px;
	}
}



@media only screen and (max-width: 479px) {
	.navbar-nav {
		margin-top: 15px;
	}
	.home-area .home-content h1 {
		font-size: 27px;
	}
	.home-content-left {
		padding-top: 100px;
	}
	.home-content-image {
		text-align: center;
	}
	.home-content-image img {
		margin-top: 60px;
		width: 80%;
	}
	.section-title h2 {
		font-size: 25px;
	}
	.services-padding {
		padding: 0;
	}
	.about-info h2 {
		font-size: 25px;
	}
	.about-img {
		margin-top: 40px;
		text-align: center;
	}
	.about-info {
		padding-right: 0;
	}
	.choose-info h2 {
		font-size: 25px;
	}
	.choose-img {
		margin-top: 40px;
		text-align: center;
	}
	.choose-info {
		padding-right: 0;
	}
	.single-testimonial {
		padding: 0px;
	}
	.team-block .inner-box:before {
		left: 30px;
	}
	.team-block .inner-box::after {
		left: 30px;
	}
	.team-block .inner-box .lower-content {
		padding: 15px 15px 0px 55px;
	}
	.team-block .inner-box:hover::after{
		width:95%;
	}
	.blog-area .blog-item {
		margin-bottom: 30px;
	}
	.blog-area .blog-item:last-child {
		margin-bottom: 0px;
	}
	.footer-top .footer-content {
		margin-bottom: 30px;
	}
	.footer-top .footer-content:last-child {
		margin-bottom: 0px;
	}
}


@media screen and (max-width: 320px) and (min-width: 0px){

	.home-area {
		height: auto;
		background: #fff;
	}
	.home-content-left {
		padding-top: 150px;
	}
	.home-area .home-content h1 {
		font-size: 22px;
	}
	.home-area .home-content p {
		font-size: 14px;
	}	
	.button.button-1 {
		margin-left: 0;
	}
	.home-content-image img {
		margin-top: 35px;
		width: 85%;
		margin-bottom: 30px;
	}
	.team-block .inner-box:before {
		left: 30px;
	}
	.team-block .inner-box::after {
		left: 30px;
	}
	.team-block .inner-box .lower-content {
		padding: 15px 15px 0px 55px;
	}
	.team-block .inner-box:hover::after{
		width:95%;
	}
}