/*
Theme Name: Hello Hlementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: My custom child theme.
Author: Surinder Kumar
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0
*/
/*Custom styles go below this line*/

.m-0 p{margin: 0;}
.banner p{
	margin: 0;
}
.home-pagge::after{
	background: url(images/banner-vactor.png) no-repeat;
	position: absolute;
	top: -110px;
	right: 0;
	width: 656px;
	height: 750px;
	content: "";
	z-index: -1;
}
.custom-button a {
  display: inline-block;
  background-color: #000;
  color: white;
  font-size: 20px;
  padding: 15px 25px;
  text-decoration: none;
  position: relative;
  font-family: Arial, sans-serif;
  text-decoration: none;
  transition: all .3s ease;
	color: #000 !important;
}

.custom-button a::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 2px solid black;
  z-index: -1;
  transition: all .3s ease;
}
.custom-button:hover a::after{
  top: 0px;
  left: 0px;
  transition: all .3s ease;
}
.counter{
	background: #fff;
	border: 1px solid #000;
	max-width: 1210px;
	margin: auto;
	position: relative;
	z-index: 9;
	margin-top: 50px;
}
.contact a{
	color: #000;
	text-decoration: none !important;
}
.logo img{
	width: 328px !important;
	height: 75px !important;
}
.header-cont{
	margin-left: auto;
	margin-right: auto;
}
.team-content p{
	margin-bottom: 0px;
}
@media only screen and (max-width: 750px) {
	.home-pagge::after{
		top: -40px;
	}
	.header-cont{
		overflow-x: clip;
	}
	.logo img{
		width: auto !important;
		height: auto !important;
	}
	.top-teambg{background: #000;background-image: none !important;} 
}