/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 28 2024 | 22:18:26 */
#services-sec .row {
justify-content: center !important;
}
header.header-3 .top-header {
    display: none;
    background-color: var(--second-color);
    padding: 14px 0px;
}
header.header-3 .logo img {
    height: 100px;
}
.pointerevents a {
    pointer-events: auto !important;

}
form .submit-btn {
    background: #0197A6 !important;
    font-weight: 500 !important;
}
#team-sec .col-xl-3 {
    flex: 0 0 auto;
    width: 50%;
}
#services-sec .col-xl-4.col-md-6.col-12 {
    margin-top: 25px;
}
#services-sec .single-our-service {
    position: relative;
    margin-top: 30px;
    height: 100%;
}
#working-process .row {
    display: flex !important;
    justify-content: center !important;
}
#team-sec .profile-info-card {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
#team-sec .team-member-card {
    margin: 0;
    position: relative;
    height: auto !important;
}
#team-sec .team-member-card .profile-info-card::before {
    content: "";
	display:none !important;
}
.top-left a:nth-child(3) {
    pointer-events: none !important;
}
