@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,500i,600&display=swap&subset=latin-ext');
/* font-family: 'Poppins', sans-serif;
 */
 #header {
	 margin-bottom: 0;
	 background: #fff;
}
 #header.sticky-header {
	 margin-bottom: 0;
}
 #header .mainLogo {
	 display: none;
}
 #header .stickyLogo {
	 display: block;
}
 #header .navigation ul a {
	 color: #000;
}
 #header .mobile-nav {
	 border-color: #000;
}
 #header .mobile-nav a {
	 background: url(../images/mobile-nav.png) no-repeat center center;
	 background-size: 21px;
}
 #header .mobile-nav.active a {
	 background: url(../images/close.png) no-repeat center;
	 background-size: 15px;
}
 .services {
	 float: left;
	 width: 100%;
	 padding-top: 15px;
}
 .services .servicesItem {
	 float: left;
	 width: 100%;
	 position: relative;
}
 .services .servicesItem a {
	 float: left;
	 width: 100%;
}
 .services .servicesItem img {
	 float: left;
	 width: 100%;
}
 .services .servicesItem span {
	 float: left;
	 width: 100%;
	 position: absolute;
	 z-index: 1;
	 color: #fff;
	 text-align: center;
	 bottom: 10%;
	 left: 0;
	 right: 0;
	 font-size: 30px;
	 font-weight: 600;
}
 @media only screen and (max-width: 1024px) {
	 .services .servicesItem span {
		 font-size: 26px;
	}
}
 .servicesText {
	 float: left;
	 width: 100%;
	 margin-top: 45px;
	 margin-bottom: 30px;
	 font-size: 30px;
	 line-height: 1.5;
	 color: #1a1a1a;
	 font-weight: 600;
	 text-align: center;
}
 @media only screen and (max-width: 1024px) {
	 .servicesText {
		 font-size: 20px;
		 margin-top: 0;
		 line-height: 1.3;
	}
}
 