 
@media (max-width:1200px) {
	footer .footer-topbar h4 {
		font-size: 60px;
		line-height: 70px;
	}
}

@media (max-width: 1252px) {
	section.tcr-client .col-lg-2 {
		width: 33.33%;
	}
		.banner .col-lg-6{
		width: 100%;
	  }
	  	.banner .banner-left-side {
		padding-bottom:0px;
	}
}
@media (max-width:1025px) {
	.banner{
		padding-left: 50px;
	} 

}

@media (max-width: 991px) {
	.navbar-nav{
		 background-color: var(--tcr-white-color);
		 padding: 10px;
		 border-radius: 7px;
		 padding: 0px;
	}
	.navbar-light .navbar-nav .nav-link{
		color: var(--tcr-dark-color);
	}
	header .navbar-collapse .nav-item{
	    padding: 7px 15px; 
		border-bottom: 1px solid var(--tcr-light-color);
		text-align: left;
		border-radius: 7px; 
	}
	header .tcr-button{
		display: none;
	}
	.header-stickable{
		padding: 10px 30px 0px 30px;
	}
	.navbar-light .navbar-toggler{
		position: absolute;
		top: -50px;
		right: 0px;
		border-radius: 4px;
	}
	footer .footer-topbar h4{
		font-size: 40px;
		line-height:50px;
	} 
	.banner h2.tcr-banner-title{
		font-size: 60px;
		line-height: 80px;
	}
	.banner .banner-left-side{
		padding-bottom: 40px;
	}
	.banner{
		padding-left: 30px;
		padding-right: 30px;
	}
	section.tcr-client .col-lg-2 { 
		width:33.33%;
	}
	section.tcr-client .client-img{
		padding: 20px 0;
	}
	.tcr-project .col-lg-4,
	.tcr-service .col-lg-4 {
		width: 50%;
	}
	.tcr-testimonial .col-lg-5 {
		margin-top: 0px !important;
	}
	section.tcr-testimonial{
		padding-bottom: 40px;
	}
	.tcr-testimonial-style-1 .tcr-testimonial-wrapper{
		margin: 40px 15px 60px 15px;
	}
	section.tcr-project,
	section.tcr-service{
		padding-bottom: 60px;
	}
}

 
@media (max-width: 881px) {

	section {
		padding: 70px 0;
	  } 
	  footer .footer-topbar .footer-email{
		font-size: 40px;
		line-height: 50px;
	}
} 

@media (max-width:768px) {
	.banner h2.tcr-banner-title {
		font-size: 50px;
		line-height: 70px;
	}
	section.tcr-client .col-lg-2 {
		width: 50%;
	}

	.tcr-testimonial-style-1 .tcr-testimonial-wrapper{
		margin-bottom: 20px;
	}
	.tcr-testimonial .carousel-inner .carousel-item .item{
		display: 
		grid;
	}
	.tcr-testimonial .tcr-heading-wrapper {
		margin-bottom: 20px;
	}
	.tcr-project .col-lg-4, .tcr-service .col-lg-4{
		width: 100%;
	}
}

@media (max-width: 753px) {
	footer .footer-topbar h4{
		font-size: 33px;
		line-height: 40px;
	}
	footer .footer-topbar{
		padding: 70px 0px;
	}
}
@media (max-width: 575px) {
	section {
		padding: 60px 0;
	  }
 
	.tcr-heading-wrapper .tcr-heading-title{
		font-size: 32px;
		line-height: 40px;
	}
	.tcr-service-style-2 .tcr-service-weapper{
		display: grid;
		min-height: inherit;
	}
	.tcr-service-style-2 .tcr-service-weapper .service-icon i{
		margin-bottom: 17px;
	}
	footer .footer-topbar h4 {
		font-size: 26px;
		line-height: 40px;
		color:var(--tcr-white-color) !important;
		font-weight: 400;
	}
	section.tcr-client .client-img img {
		width: 160px;
	}
	.banner h2.tcr-banner-title {
		font-size: 40px;
		line-height: 50px;
	}
	.tcr-button {
		padding: 15px 20px;
	}
	section.tcr-testimonial {
		padding-bottom: 70px;
	}
} 
@media (max-width: 401px){
	footer .footer-topbar h4 {
		font-size: 18px;
		line-height: 27px;
	}
	footer .footer-topbar {
		padding: 50px 0px;
	}
	section.tcr-client .client-img img {
		width: 130px;
	}
}