/*
Theme Name: staffMynetwork
Theme URI: http://example.com
Author: Webart
Author URI: http://example.com
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
*/
.services ul {
	list-style-type:disc; padding-left:25px
}
.services li {
	margin-bottom:10px
}
.services .box {
	min-height:260px;
	height: auto;
}
.testimonialWrap .users {
	width: 100px;
	flex: 0 0 100px;
	height: 100px;
	object-fit:cover;

}
.current_page_item a{
	color: #40bad2 !important;
}
.current-menu-item a{
		color: #40bad2 !important;
}
header .sub-menu{
	background-color:#fff !important;
	padding: 13px 0;
	border-radius: 12px;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip:not(:first-of-type) {
	display: none !important;
}

 .footerWrap span a{
	color:#fff;
}
.contact .contactBox  a:hover {
	 color:#40bad2;
}
.contact form label span{
	color:red;
}
.about  img{
	object-fit:cover;
}
header {
  transition: top 0.3s ease-in-out;
}

header.hidden {
  top: -100px; /* adjust to your header height */
}
textarea.form-control {
    padding-top: 9px;
}
.form-control {
    font-size: 13px;
}
.contact img {
	height: 543px;
}
