/** ================== // SOFTWARE & BIOTECH PAGE CSS START // ================== **/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
 /* font-family: "Lato", serif; */
@font-face {
    font-family: 'Lato Semibold';
    src: url('../../fonts/Lato-SemiBold.woff2') format('woff2'),
        url('../../fonts/Lato-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato Medium';
    src: url('../../fonts/Lato-Medium.woff2') format('woff2'),
        url('../../fonts/Lato-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.software-industry-body .container {
    padding: 0px 15vw;
}
.software-industry-section {
    width: 100%;
    height: 33.333vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
}
.software-industry-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(25, 25, 25, 0.9) 6%, rgba(25, 25, 25, 0.45) 49.5%, rgba(25, 25, 25, 0.9) 100%);
}
.software-industry-section .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.software-industry-heading {
    padding: 0;
    position: relative;
    z-index: 1;
    max-width: 66.667vw;
    margin: 0 auto;
}
.software-industry-heading h1 {
    font-family: 'Lato Semibold';
    font-weight: 600;
    font-size: 3.333vw;
    line-height: 3.75vw;
    color: #fff;
}
.software-industry-body p {
    font-size: 1.042vw;
    line-height: 1.458vw;
}
.software-industry-heading p {
    font-family: "Lato", serif;
    color: #FFFFFF;
    margin-bottom: 1.563vw;
}
.industry-banner-btn {
    padding-top: 1.563vw;
}
.industry-banner-btn a.btn {
    border-color: #fff;
    color: #191919;
    height: 2.5525vw;
    font-family: 'Lato Semibold';
    font-weight: 600;
    font-size: 0.833vw;
}
.industry-banner-btn a.btn:hover {
    color: #7fc24e;
    border-color: #7fc24e;
}
.industry-banner-btn a.btn::before {
    padding: 0.65em 0em;
}
.industry-testimonial-section {
    padding: 3.125vw 0;
}
.industry-review-heading {
    margin-bottom: 3.125vw;
    max-width: 66.667vw;
}
.industry-review-heading h2 {
    font-family: 'Lato Semibold';
    font-weight: 600;
    font-size: 2.188vw;
    line-height: 2.604vw;
}
.industry-review-heading p {
    letter-spacing: -0.021vw;
    color: #565656;
}
.industry-testimonial-card {
    padding: 0px 0px 0px 15vw;
}
.industry-testimonial-slider {
    margin-left: 0;
    overflow: hidden;
    padding-right: 5.208vw;
}
.industry-testimonial-slider .slick-list.draggable {
    padding-left: 0 !important;
}
.industry-testimonial-slider .swiper-slide.industry-testimonial-slider-item {
    padding-right: 3.125vw;
}
.industry-testimonial-slider .slick-slide {
    margin-right: 1.563vw;
    margin-left: 1.563vw;
}
.industry-testimonial-slider-info {
    border: 0.052vw solid #d9d9e0;
    border-top: 0;
    border-right: 0;
    border-radius: 0px 0px 0px 1.25vw;
    padding: 0px 1.563vw 1.563vw;
}
.industry-review-star {
    margin-bottom: 1.198vw;
}
.industry-review-star img {
    width: 7.292vw;
}
.industry-review-author {
    margin-top: 1.198vw;
    display: flex;
    align-items: center;
}
.industry-review-author img {
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 5.208vw;
    object-fit: cover;
    margin-right: 0.781vw;
}
.industry-review-content {
    max-height: 8.333vw;
    min-height: 8.333vw;
    overflow-y: auto;
}
.author-name {
    font-size: 0.833vw;
    line-height: 1.302vw;
    font-family: "Lato", serif;
}
.industry-review-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0.313vw rgba(0,0,0,0.3);
	border-radius: 0.521vw;
	background-color: #F5F5F5;
}
.industry-review-content::-webkit-scrollbar {
	width: 0.208vw;
	background-color: #F5F5F5;
}
.industry-review-content::-webkit-scrollbar-thumb {
	border-radius: 0.521vw;
	-webkit-box-shadow: inset 0 0 0.313vw rgba(0,0,0,.3);
	background-color: #555;
}
.industry-review-content p {
    font-size: 0.833vw;
    line-height: 1.302vw;
    color: #707070;
}
.industry-testimonial-slider .slick-arrow {
    display: none !important;
}
.btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.083vw;
    column-gap: 0.781vw;
    padding-right: 12vw;
}
.btn-wrap .swiper-button-next, .btn-wrap .swiper-button-prev {
    background: none;
    position: static;
    width: auto;
    height: auto;
    margin: 0;
}
.btn-wrap span {
    cursor: pointer;
    transition: 0.7s;
}
.btn-wrap span.slick-disabled {
    opacity: 0.30;
}
.btn-wrap .prev-btn img {
    transform: rotate(180deg);
}
.btn-wrap img{
    height: 2.5vw;
    width: 2.5vw;
}
.payroll-section {
    background: #7FC24E;
    padding: 3.125vw 0px;
}
.payroll-section .about-work-wrap {
    background: #FAF9F4;
    padding: 3.125vw;
    border-radius: 1.25vw;
}
.payroll-section .about-work-info h2 {
    font-family: 'Lato Semibold';
    font-weight: 600;
    font-size: 2.708vw;
    line-height: 3.229vw;
    color: #191919;
    letter-spacing: 0;
    margin-bottom: 1.042vw;
}
.payroll-section .about-work-info p {
    font-size: 1.25vw;
    line-height: 1.875vw;
    color: #383838;
    font-family: "Lato", serif;
    margin-bottom: 1.823vw;
}
.payroll-section .about-work-info .about-work-btn a.btn.btn-black-with-arrow {
    width: 12.76vw;
    min-height: 2.5525vw;
    background: #7FC24E;
    border-color: #7FC24E;
    color: #191919;
    font-size: 0.833vw;
    font-family: 'Lato Semibold';
    font-weight: 600;
}
.payroll-section .about-work-info .about-work-btn a.btn.btn-black-with-arrow:hover {
    background: transparent;
    color: #7FC24E;
}
.payroll-section .about-work-info .about-work-btn a.btn.btn-black-with-arrow::before {
    padding: 0.65em 0em 0.65em 0.2em;
}
.our-partners-section.industry-our-partners-section {
    padding:3.125vw 0px;
    background: #1A202C;
}
.industry-our-partners-section .our-partners-heading h2 {
    font-family: 'Lato Semibold';
    font-weight: 600;
    font-size: 2.188vw;
    line-height: 2.708vw;
    color: #fff;
}
.industry-our-partners-section .our-partners-heading {
    margin-bottom: 2.604vw;
}
.industry-our-partners-section .client-logo-item img {
    opacity: 1;
}
.industry-faq-section.faq-section {
    padding: 4.167vw 0px;
    background: #1A202C;
}
.faq-heading {
    margin-bottom: 3.125vw;
    border-top: 0.052vw solid rgb(255 255 255 / 25%);
    padding-top: 1.302vw;
}
.faq-heading h2 {
    font-family: 'Lato Semibold';
    font-weight: 600;
    font-size: 2.188vw;
    line-height: 2.708vw;
    color: #fff;
    margin: 0;
}
.industry-faq-section .accordion-collapse-list {
    margin-bottom: 2.083vw;
    border: 0px;
    border-left: 0.052vw solid rgb(255 255 255 / 25%);
    padding-left: 1.042vw;
    padding: 0.521vw 1.042vw;
}
.industry-faq-section .accordion-heading h3 {
    color: #fff !important;
    font-family: "Lato", serif;
    margin: 0;
    font-weight: bold;
}
.industry-faq-section .accordion-collapse-content {
    margin: 1.042vw 0px 0;
}
.industry-faq-section .accordion-collapse-content p {
    color: #fff;
    font-size: 0.833vw;
    line-height: 1.354vw;
}
.industry-faq-section .accordion-heading h3:before {
    width: 0.625vw !important;
    height: 0.625vw !important;
    border-right: 0.052vw #ffffff solid !important;
    border-bottom: 0.052vw #ffffff solid !important;
}
.software-pags-4section{
    margin: 0;
    padding: 3.125vw 0;
    background: #fff;
}

.software-4content-item {
    margin: 0 0 3.125vw;
    padding: 1.25vw 0 0;
    border-top: 0.052vw rgba(0,0,0,0.10) solid;
}
.software-4content-item:last-child {
    margin-bottom: 0;
}
.software-4content-item h3{
    margin: 0 0 0.833vw;
    padding: 0;
    font-size: 2.188vw;
    line-height: 2.625vw;
    font-family: 'Lato Semibold';
    font-weight: 600;
    color: #191919;
}

.software-4content-item p{
    color: #565656;
    font-size: 1.042vw;
    line-height: 1.563vw;
    font-family: "Lato", sans-serif;
    padding: 0 0 0.521vw;
    margin: 0;
}
.software-4content-item ul {
    padding-bottom: 0;
}
.software-4content-item ol {
    margin: 0;
    padding: 0;
}
.software-4content-item ul li::before {
    background: #565656;
    width: 0.3vw;
    height: 0.3vw;
    margin-left: -1vw;
    top: 0.7vw;
    border-radius: 4vw;
}
.software-4content-item li {
    color: #565656;
    font-size: 1.042vw;
    line-height: 1.563vw;
    font-family: "Lato", sans-serif;
    padding: 0 0 0.521vw 1vw;
    margin: 0;
}
.software-4content-item ol li::before {
    color: #fff;
    margin-left: -1.1vw;
    color: #565656;
}
.software-4content-item p:last-child{
    padding-bottom: 0;
}
.software-4content-item p a{
    color: #7FC24E;
}
.software-4content-item p a:hover{
    color: #565656;
}

.linked-btn {
    font-size: 1.042vw;
    line-height: 1.358vw;
    font-family: "Lato", sans-serif;
    display: inline-flex;
    margin-top: 0.313vw;
    position: relative;
    border-bottom: 0.052vw #7FC24E solid;
    color: #7FC24E;
}
.linked-btn img {
    position: absolute;
    right: -1.354vw;
    top: 0.521vw;
}
.linked-btn:hover {
    border-bottom-color: transparent;
}
/* =============== SOFTWARE CHOOSE FIVE SECTION END =============== */


/* =============== SOFTWARE CHOOSE FIVE SECTION START =============== */
.software-choose-5section {
    padding: 4.167vw 0;
    margin: 0;
    background: #1A202C;
}

.software-choose-5section .software-4content-item{
    border-top-color: rgba(255,255,255,0.16);
    width: 100%;
}

.software-choose-5section .software-4content-item *{
    color: #fff;
}

.software-choose-5-row{
    margin: 0 -0.833vw;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap:3.125vw 0;
}

.software-choose-col-4{
    width: 33.333%;
    padding: 0 0.833vw;
}

.software-choose-col-info{
    margin: 0;
    padding: 0 0 1.458vw 1.458vw;
    border-radius:0 0 0 1.25vw;
    border-left: 0.052vw rgba(255, 255, 255, 0.15) solid;
    border-bottom: 0.052vw rgba(255, 255, 255, 0.15) solid;
    height: 100%;
}

.software-choose-col-info h4 {
    color: #fff;
    font-size: 1.042vw;
    line-height: 1.458vw;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    margin: 0 0 1.25vw;
}
.software-choose-col-info p{
    color: #fff;
    font-size: 0.833vw;
    line-height:1.25vw;
    font-family: "Lato", sans-serif;
    font-weight: normal;
}
.button-col-12{
    margin-top:3.125vw;
}
.button-col-12 .btn {
    border-color: #E5E7EB;
    color: #191919;
    height: 2.5525vw;
    font-family: 'Lato Semibold';
    font-weight: 600;
    font-size: 0.833vw;
}
.button-col-12 .btn::before {
    padding: 0.68em 0em;
}
.button-col-12 .btn:hover{
    color: #fff;
}
/* =============== SOFTWARE CHOOSE FIVE SECTION END =============== */

/* =============== SOFTWARE CHOOSING SIX SECTION START =============== */
.software-choosing-6section{
    padding: 3.125vw 0;
    margin: 0;
    background: #fff;
}
.software-choosing-6section .software-choose-col-info{
    border-color: rgba(0,0,0,0.10);
}
.software-choosing-6section .software-choose-col-info h4{
    color: #191919
}
.software-choosing-6section .software-choose-col-info p{
    color: #707070
}

.button-black-12{
    margin-top: 2.083vw;
}
.button-black-12 .btn {
    background: #191919;
    border-color: #E5E7EB;
    height: 2.5525vw;
    font-family: 'Lato Semibold';
    font-weight: 600;
    font-size: 0.833vw;
}
.button-black-12 .btn:hover {
    background: #fff;
    color: #191919;
    border-color: #191919;
}
.button-black-12 .btn::before {
    padding: 0.68em 0em;
}
/* =============== SOFTWARE CHOOSING SIX SECTION END =============== */

/* =============== READY TO TRANSFORM SECTION START =============== */
.ready-transform-section{
    padding: 3.125vw 0;
    margin: 0;
}

.software-ready-box{
    margin: 0;
    padding: 2.083vw 15.229vw 2.083vw 2.083vw;
    background: #4872AB;
    border-radius: 1.25vw;
    position: relative;
}

.software-ready-box h2 {
    color: #fff;
    margin: 0 0 0.625vw;
    padding: 0;
    font-size: 2.5vw;
    line-height: 3.125vw;
	font-family: 'Lato Semibold';
    font-weight: 600;
}
.software-ready-box p {
    color: #fff;
    margin: 0;
    padding: 0;
}
.software-ready-box .btn {
    color: #191919;
    border-color: #E5E7EB;
}

.software-ready-box .btn {
    color: #191919;
    border-color: #E5E7EB;
    font-family: 'Lato Semibold';
    font-weight: 600;
    font-size: 0.833vw;
    position: absolute;
    bottom: 2.083vw;
    right: 3.229vw;
    line-height: 1.8vw;
}

.software-ready-box .btn .btn-icon{
    bottom: 0;
    transition: 0.7s;
}
.software-ready-box .btn .btn-icon svg {
    width: 0.781vw;
    height: 0.677vw;
}
.software-ready-box .btn:hover{
    color: #fff;
}
.software-ready-box .btn:hover::before {
    padding-right: 1.458vw;
}
.software-ready-box .btn .btn-icon svg path {
    fill:none;
}
.software-ready-box .btn:hover .btn-icon svg path {
    stroke: #fff;
}
/** ================== // SOFTWARE & BIOTECH INDUSTRY PAGE CSS END // ================== **/