.services {
    position: relative;
    display: block;
    background-color: var(--danaher-black);
    padding: 120px 0 50px;
    z-index: 1;
}
.main-service {
    height: 100vh;
    padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-service {
      margin-bottom: 80px;
        height: 100%;
        padding: 0;
    }
}
@media (max-width: 767px) {
    .main-service {
        margin-bottom: 0px;
          height: 100%;
        padding: 0;
    }
}
.service-thumb img {
    border-radius: 20px;
    width: 100%;
    max-width: 400px;
}
@media (max-width: 767px) {
    .service-thumb.pro-img-1 {
      margin-bottom: 30px;
    }
}
.service-thumb.pro-img-1 img {
    transform-origin: bottom left;
    transform: translateX(260px) rotate(-2deg);
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .service-thumb.pro-img-1 img {
      transform: rotate(0);
    }
}
.service-thumb.pro-img-2 img {
    transform-origin: bottom right;
        transform: translateX(-260px) rotate(2deg);
    }
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .service-thumb.pro-img-2 img {
      transform: rotate(0);
    }
}
.service-meta {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--tp-ff-marcellus);
    margin-bottom: 120px;
    display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-meta {
      margin-bottom: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-meta {
      margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .service-meta {
      margin-bottom: 25px;
    }
}
.service-content p{
    color: var(--tp-common-white);
    font-size: 15px;font-weight: 700;
}
.service-title-sm {
    font-size: 70px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.9px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-head);
    margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-title-sm {
      font-size: 65px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-title-sm {
      font-size: 70px;
    }
}
@media (max-width: 767px) {
    .service-title-sm {
      font-size: 40px;
    }
}
.service-content {
    margin-bottom: 105px;
    margin-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-content {
      margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-content {
      margin-bottom: 55px;
    }
}
@media (max-width: 767px) {
    .service-content {
      margin-bottom: 60px;
    }
}
.service-border span {
    width: 240px;
    height: 20px;
    border-radius: 100px;
    background: linear-gradient(90deg, rgba(76, 73, 104, 0.7) 0%, rgba(115, 3, 192, 0.7) 33.33%, rgba(236, 56, 188, 0.7) 66.67%, rgba(253, 239, 249, 0.7) 100%);
    display: inline-block;
}
.service-border.color-2 span {
    background: linear-gradient(90deg, rgba(26, 42, 108, 0.7) 0%, rgba(178, 31, 31, 0.7) 50%, rgba(253, 187, 45, 0.7) 100%);
}
.service-border.color-3 span {
    background: linear-gradient(90deg, rgba(255, 75, 31, 0.7) 0%, rgba(31, 221, 255, 0.7) 100%);
}

/*==============================================
   Services Three
===============================================*/
.services-three {
    position: relative;
    display: block;
    background-color: var(--danaher-gray-bg);
    padding: 120px 0 120px;
    z-index: 1;
}

.services-three__inner {
    position: relative;
    display: block;
}

.services-three__main-tab-box {
    position: relative;
    display: block;
}

.services-three__tab-buttons-box {
    position: relative;
    display: block;
    margin: 0 auto 30px;
}

.services-three__main-tab-box .tab-buttons {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px 0;
}

.services-three__main-tab-box .tab-buttons .tab-btn {
    position: relative;
    display: block;
    padding: 0 10px;
    flex: 0 0 35%;
    max-width: 35%;
    width: 100%;
    margin-bottom: 20px;
}

.services-three__tab-buttons-single {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    padding: 30px 30px;
    max-width: 500px;
    width: 100%;
    border-radius: 12px;
    background-color: var(--danaher-white);
    transition: all 0.5s linear;
    z-index: 1;
}

.services-three__tab-buttons-single:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0%;
    background-color: var(--danaher-base);
    transition: all 0.3s ease;
    z-index: -1;
}

.services-three__main-tab-box .tab-buttons .tab-btn.active-btn .services-three__tab-buttons-single:before {
    height: 100%;
}

.services-three__main-tab-box .tab-buttons .tab-btn+.tab-btn {
    margin-left: 0px;
}

.services-three__main-tab-box .tab-buttons .tab-btn .services-three__tab-buttons-single i {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: var(--danaher-base);
    transition: all 0.3s ease;
}

.services-three__main-tab-box .tab-buttons .tab-btn.active-btn .services-three__tab-buttons-single i {
    color: var(--danaher-white);
}

.services-three__main-tab-box .tab-buttons .tab-btn .services-three__tab-buttons-single span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    color: var(--danaher-black);
    font-weight: 600;
    text-transform: capitalize;
    text-transform: uppercase;
    font-family: var(--danaher-font-two);
    transition: all 0.3s ease;
}

.services-three__main-tab-box .tab-buttons .tab-btn.active-btn .services-three__tab-buttons-single span {
    color: var(--danaher-white);
}

.services-three__main-tab-box .tabs-content {
    position: relative;
    display: block;
}

.services-three__main-tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.services-three__main-tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.services-three__tab-content-box {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}

.services-three__tab-img-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100% - -43px) / 2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    z-index: -1;
}

.services-three__tab-left {
    position: relative;
    display: block;
    margin-right: -90px;
    padding: 41px 90px 50px;
    background: var(--danaher-base);
    clip-path: circle(76.6% at 33% 45%);
    z-index: 1;
}

.services-three__shape-1 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    animation: topBottom 3s ease-in-out infinite;
}

.services-three__shape-1 img {
    width: auto;
}

.services-three__shape-2 {
    position: absolute;
    bottom: 90px;
    right: 80px;
    opacity: .60;
    animation: leftRight 4s ease-in-out infinite;
}

.services-three__shape-2 img {
    width: auto;
}

.services-three__tab-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: var(--danaher-white);
    text-transform: capitalize;
    z-index: 5;
}

.services-three__tab-text {
    color: var(--danaher-white);
    margin: 20px 0 25px;
    z-index: 2;
}

.services-three__tab-doller-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    flex-direction: column;
    border-radius: 50%;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08727240896358546) 0%, rgba(255, 255, 255, 0.29735644257703087) 50%, rgba(255, 255, 255, 0.3757878151260504) 100%);
}

.services-three__tab-doller {
    font-size: 34px;
    font-weight: 700;
    color: var(--danaher-white);
    font-family: var(--danaher-font-two);
    z-index: 2;
}

.services-three__tab-doller span {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-right: 3px;
    top: -2px;
}

.services-three__tab-doller-sub-title {
    color: var(--danaher-white);
}

.services-three__btn-box {
    position: relative;
    display: block;
    margin-top: 30px;
    z-index: 2;
}

.services-three__btn-box .thm-btn {
    background-color: var(--danaher-white);
    color: var(--danaher-black);
}

.services-three__btn-box .cleanin-btn {
    background-color: var(--danaher-white);
    color: var(--danaher-black);
}



/*==============================================
  Services Details
===============================================*/
.services-details {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.services-details__content {
    position: relative;
    display: block;
}

.services-details__content-img1 {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.services-details__content-img1 img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.services-details__content-text1 {
    position: relative;
    display: block;
    margin-top: 37px;
}

.services-details__content-text1 h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.services-details__content-text1 .text1 {
    margin: 0;
    margin-bottom: 25px;
}

.services-details__content-text1 .text2 {
    margin: 0;
}

.services-details__content-img2 {
    position: relative;
    display: block;
    margin-top: 37px;
    margin-bottom: 10px;
}

.services-details__content-img2-single {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.services-details__content-img2-single img {
    width: 100%;
}




.services-details__content-text2 {
    position: relative;
    display: block;
    margin-top: 37px;
}

.services-details__content-text2 h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.services-details__content-text2 p {
    margin: 0;
}

.services-details__content-text2-bottom {
    position: relative;
    display: block;
    margin-top: 37px;
}

.services-details__content-text2-bottom .row {
    align-items: center;
}

.services-details__content-text2-bottom-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.services-details__content-text2-bottom-img img {
    width: 100%;
}

.services-details__content-text2-bottom-content {
    position: relative;
    display: block;
    margin-left: 10px;
}

.services-details__content-text2-bottom-content ul {
    position: relative;
    display: block;
}

.services-details__content-text2-bottom-content ul li {
    position: relative;
    display: block;
}

.services-details__content-text2-bottom-content ul li+li {
    margin-top: 16px;
}

.services-details__content-text2-bottom-content ul li p {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
}

.services-details__content-text2-bottom-content ul li p span::before {
    position: relative;
    display: inline-block;
    color: var(--danaher-base);
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    top: 1px;
    right: 5px;
}

.services-details__content-text3 {
    position: relative;
    display: block;
    background: var(--danaher-gray-bg);
    border: 1px solid var(--danaher-bdr-color);
    padding: 55px 50px 7px;
    border-radius: 10px;
    margin-top: 15px;
}

.services-details__content-text3-single {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.services-details__content-text3-single .icon-box {
    position: relative;
    display: block;
    margin-bottom: 26px;
}

.services-details__content-text3-single .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--danaher-base);
    font-size: 60px;
    line-height: 60px;
}

.services-details__content-text3-single .icon-box img{
    width: 100px;height: 100px;
}
.services-details__content-text3-single h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
}

.services-details__content-text3-single p {
    margin: 0;
}

.faq-one--services {
    position: relative;
    display: block;
    margin-top: 45px;
}

.faq-one--services .faq-one-accrodion .accrodion-title h4 {
    color: var(--danaher-black);
}

.faq-one--services .faq-one-accrodion .accrodion {
    background: var(--danaher-gray-bg);
    border: 1px solid var(--danaher-bdr-color);
    border-radius: 10px;
}

.faq-one--services .faq-one-accrodion .accrodion-title h4::before {
    color: var(--danaher-black);
}

.faq-one--services .faq-one-accrodion .accrodion-content {
    background: var(--danaher-white);
    border-radius: 10px;
}

.faq-one--services .faq-one-accrodion .accrodion-content p {
    color: var(--danaher-gray);
}



/*==============================================
  Sidebar
===============================================*/

.sidebar {
    position: relative;
    display: block;
}

.sidebar__single {
    position: relative;
    display: block;
    background-color: var(--danaher-gray-bg);
    border: 1px solid var(--danaher-bdr-color);
    padding: 50px 30px 50px;
    border-radius: 10px;
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__single .title-box {
    position: relative;
    display: block;
    padding-bottom: 3px;
    margin-bottom: 35px;
    margin-top: -8px;
}

.sidebar__single .title-box::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--danaher-base);
    content: "";
}

.sidebar__single .title-box::after {
    position: absolute;
    left: 36px;
    bottom: 0;
    width: 3px;
    height: 2px;
    background: var(--danaher-gray-bg);
    content: "";
}

.sidebar__single .title-box h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: capitalize;
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type="search"] {
    display: block;
    outline: none;
    background-color: var(--danaher-white);
    color: var(--danaher-gray);
    font-size: 15px;
    font-weight: 600;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    padding-right: 60px;
    border-radius: 3px;
    border: 1px solid var(--danaher-bdr-color);
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--danaher-gray);
    opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
    color: var(--danaher-gray);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--danaher-gray);
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--danaher-gray);
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: var(--danaher-gray);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--danaher-gray);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--danaher-gray);
}

.sidebar__search-form button[type="submit"] {
    background-color: var(--danaher-base);
    color: var(--danaher-white);
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 50px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__search-form:hover button[type="submit"] {
    background-color: var(--danaher-black);
    color: var(--danaher-white);
}

.sidebar__categories {
    position: relative;
    display: block;
}

.sidebar__categories-list {
    position: relative;
    display: block;
}

.sidebar__categories-list li {
    position: relative;
    display: block;
}

.sidebar__categories-list li+li {
    margin-top: 10px;
}

.sidebar__categories-list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--danaher-white);
    border-radius: 5px;
    padding: 0px 25px 0px;
    color: var(--danaher-black);
    font-size: 18px;
    line-height: 55px;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid var(--danaher-bdr-color);
}

.sidebar__categories-list li a:hover,
.sidebar__categories-list li a.active {
    color: var(--danaher-white);
    background: var(--danaher-base);
}

.sidebar__categories-list li a span {
    position: relative;
    display: block;
}

.sidebar__categories-list li a span::before {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
}

.sidebar__download {
    position: relative;
    display: block;
}

.sidebar__download-list {
    position: relative;
    display: block;
}

.sidebar__download-list li {
    position: relative;
    display: block;
}

.sidebar__download-list li+li {
    margin-top: 10px;
}

.sidebar__download-list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--danaher-white);
    border-radius: 5px;
    padding: 0px 25px 0px;
    color: var(--danaher-black);
    font-size: 18px;
    line-height: 55px;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid var(--danaher-bdr-color);
}

.sidebar__download-list li a:hover,
.sidebar__download-list li a.active {
    color: var(--danaher-white);
    background: var(--danaher-base);
}

.sidebar__download-list li a span {
    position: relative;
    display: block;
}

.sidebar__download-list li a span::before {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
}

.sidebar__contact {
    position: relative;
    display: block;
    border: none;
    background: none;
    z-index: 1;
}

.sidebar__contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
    z-index: -1;
}

.sidebar__contact-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--danaher-base-rgb), 0.85);
    border-radius: 10px;
    content: "";
}

.sidebar__contact-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(var(--danaher-white-rgb), 0.26);
    border-radius: 50%;
    margin-bottom: 24px;
}

.sidebar__contact-icon span::before {
    position: relative;
    display: inline-block;
    color: var(--danaher-white);
    font-size: 25px;
    line-height: 25px;
}

.sidebar__contact-text {
    position: relative;
    display: block;
}

.sidebar__contact-text p {
    color: var(--danaher-white);
}

.sidebar__contact-text h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 5px;
}

.sidebar__contact-text h2 a {
    color: var(--danaher-white);
}

.sidebar__contact-btn {
    position: relative;
    display: block;
    line-height: 0px;
    margin-top: 41px;
}

.sidebar__contact-btn .thm-btn {
    background: rgba(var(--danaher-white-rgb), 0.26);
}

.sidebar__contact-btn .thm-btn:hover {
    color: var(--danaher-black);
}

.sidebar__contact-btn .thm-btn .hover-btn {
    background-color: var(--danaher-white);
}



.sidebar__project-info {
    position: relative;
    display: block;
}

.sidebar__project-info-text {
    position: relative;
    display: block;
}

.sidebar__project-info-text p {
    margin: 0;
}


.sidebar__project-info-list {
    position: relative;
    display: block;
    margin-top: 27px;
}

.sidebar__project-info-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.sidebar__project-info-list li+li {
    margin-top: 22px;
}

.sidebar__project-info-list li span {
    position: relative;
    display: inline-block;
    color: var(--danaher-black);
    font-size: 18px;
    font-weight: 500;
    min-width: 100px;
    margin-right: 18px;
}

.sidebar__project-info-list li a {
    color: var(--danaher-gray);
}

.sidebar__project-info-list li a:hover {
    color: var(--danaher-base);
}

.sidebar__project-info-list li span::before {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 18px;
    color: var(--thm-black);
    font-weight: 500;
    content: ":";
}

.sidebar__project-info-list li .rating-box a {
    color: var(--danaher-base);
}

.sidebar__recent-post {
    position: relative;
    display: block;
}

.sidebar__recent-post-single {
    position: relative;
    display: block;
}

.sidebar__recent-post-single+.sidebar__recent-post-single {
    margin-top: 26px;
}

.sidebar__recent-post-img {
    position: relative;
    display: block;
    background: var(--danaher-black);
    border-radius: 10px;
    overflow: hidden;
}

.sidebar__recent-post-img img {
    width: 100%;
    transition: all 500ms ease;
}

.sidebar__recent-post-single:hover .sidebar__recent-post-img img {
    opacity: 0.6;
    transform: scaleX(1.05);
}

.sidebar__recent-post-content {
    position: relative;
    display: block;
    margin-top: 21px;
}

.sidebar__recent-post-content p {
    margin: 0;
}

.sidebar__recent-post-content p span {
    position: relative;
    display: inline-block;
    color: var(--danaher-base);
    font-size: 15px;
    line-height: 15px;
    padding-right: 2px;
    top: 1px;
}

.sidebar__recent-post-content h3 {
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;
    margin-top: 6px;
}

.sidebar__recent-post-content h3 a {
    color: var(--danaher-black);
}

.sidebar__recent-post-content h3 a:hover {
    color: var(--danaher-base);
}

.sidebar__tags {
    position: relative;
    display: block;
}

.sidebar__tags-list {
    position: relative;
    display: block;
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}

.sidebar__tags-list li {
    position: relative;
    display: block;
    padding: 0px 5px 0px;
    float: left;
    margin-bottom: 10px;
}

.sidebar__tags-list li a {
    position: relative;
    display: inline-block;
    color: var(--danaher-black);
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    background: var(--danaher-white);
    padding: 7px 15px 7px;
}

.sidebar__tags-list li a:hover {
    color: var(--danaher-white);
    background: var(--danaher-base);
}




/*==============================================
 Services Five
===============================================*/
.services-five {
    position: relative;
    display: block;
    background: var(--danaher-gray-bg);
    padding: 120px 0px 107px;
    z-index: 1;
}

.services-five__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.025;
    z-index: -1;
}

.services-five__single {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.services-five__single-img {
    position: relative;
    display: block;
}

.services-five__single-img .icon {
    position: absolute;
    left: 0;
    bottom: -35px;
    right: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--danaher-white);
    box-shadow: 0.5px 0.866px 5px 0px rgb(0, 0, 0, 0.2);
    margin: 0 auto;
    color: var(--danaher-base);
    font-size: 35px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 5;
}

.services-five__single:hover .services-five__single-img .icon {
    color: var(--danaher-white);
}

.services-five__single-img .icon::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: var(--danaher-base);
    transform: scale(0.7);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
}

.services-five__single:hover .services-five__single-img .icon::before {
    transform: scale(1.0);
    opacity: 1;
}

.services-five__single-img .icon span::before {
    position: relative;
    display: inline-block;
    line-height: 70px;
}

.services-five__single-img-inner {
    position: relative;
    display: block;
    background: var(--danaher-black);
    overflow: hidden;
}

.services-five__single-img-inner img {
    width: 100%;
    transition: all 500ms ease;
}

.services-five__single:hover .services-five__single-img-inner img {
    opacity: 0.5;
    transform: scaleX(1.05);
}

.services-five__single-content {
    position: relative;
    display: block;
    background: var(--danaher-white);
    padding: 31px 0px 31px;
}

.services-five__single-content h2 {
    font-size: 27px;
    line-height: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.services-five__single-content h2 a {
    color: var(--danaher-black);
}

.services-five__single-content h2 a:hover {
    color: var(--danaher-base);
}

.services-five__single-content p {
    margin: 0px;
}

.services-five__single-content .btn-box {
    position: relative;
    display: block;
    margin-top: 17px;
}


.services-five__single-content .btn-box a:hover {
    color: var(--danaher-base);
}

.services-five__single-content .btn-box a span:before {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin-left: 2px;
    font-weight: 700;
}
