/* Responsive CSS */

@media screen and (max-width:1169px) and (min-width:981px) { 
	html{overflow-x:hidden; }	
	.header-wrap .wp-block-social-links .wp-social-link svg {
	    height: 20px;
	    width: 20px;
	}
	.inner-menu-header .wp-block-button__link{
		padding: 10px;
	}
	.banner-wrap h2{
		font-size: 40px !important;
	}
	.counter-main-box {
	    display: grid !important;
	    grid-template-columns: auto auto;
	}
	.services-main-box,.team-main-box {
	    display: grid !important;
	    grid-template-columns: auto auto;
	    gap: 80px;
	}
}

@media screen and (max-width: 980px){
	.fse-overlap-image{ position:relative !important; right:auto !important; bottom:auto !important; margin:25px 0 !important;}
	.wp-block-section-01 h2, .wp-block-section-02 h2{ font-size:28px !important; }
	.wpcf7 input[type="text"], 
	.wpcf7 input[type="tel"], 
	.wpcf7 input[type="email"], 
	.wpcf7 textarea{ 
		width:100%;
	}	
	.blog-area .wp-block-post-template{
		grid-template-columns: auto auto;
	}
	.header-wrap,
	.header-wrap p,
	.banner-wrap h2,
	.banner-wrap p,
	.testimonial-box,
	.team-text-box{		
		text-align: center;
	}
	.header-wrap .wp-block-social-links,
	.header-wrap nav,
	.header-wrap ul,
	.header-search-box .wp-block-search__inside-wrapper,
	.header-wrap .wp-block-buttons,
	.banner-wrap .wp-block-buttons,
	.logo-box {
		justify-content: center;
	}
	.services-main-box,.team-main-box {
	    display: grid !important;
	    grid-template-columns: auto auto;
	    gap: 80px;
	}
	.testimonial-inner-box{
		margin: 0 !important;
	}
	.counter-main-box {
	    display: grid !important;
	    grid-template-columns: auto auto;
	}
	.counter-box{
	    flex-wrap: nowrap !important;
	}
	.call-info img{
		width: 50px !important;
		height: 50px !important;
	}
}

@media screen and (max-width:767px) {
	*{box-sizing:border-box;}
	.wp-block-navigation__responsive-container.is-menu-open.has-modal-open{ padding:25px;}
	.banner-wrap:after {
	    width: auto;
	}
	.banner-wrap h2{
		font-size: 35px !important;
	}
	.quotes-box{
		position: static;
	}
	.services-main-box,	.counter-main-box, .team-main-box {
	    display: flex !important;
	}
	.call-info img{
		width: 50px !important;
		height: 50px !important;
	}
}