@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif !important;
    text-decoration: none !important;
    scroll-behavior: smooth;
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
}

/* Remove caret on mobile view for better UI */
.navbar .dropdown-toggle::after {
    display: none;
}

a {
    color: white !important;
    text-decoration: none !important;
}

a:hover {
    color: white !important;
    text-decoration: none !important;
}

.nav-item:hover {
    background: #126B02;
    border-radius: 5px;
    color: white !important;
}

.dropdown-menu a {
    color: black !important;
    font-size: 11px;
    width: 90%;
    margin-left: 10px;
    height: 15px !important;
    display: flex !important;
    align-items: center !important;
}

.dropdown-menu a:hover {
    color: #126B02 !important;
    border-radius: 5px;
    background: none;
}

.dropdown-menu {
    width: 300px;
    margin-top: 2px !important;
}

.industry-menu {
    width: 210px;
}

.dropdown-divider {
    border-color: 8F8F8F !important;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/* HOME PAGE */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

/* Header Styling */
.header {
    border-bottom: 1px solid #D9D9D9;
}

.navbar-brand {
    width: 10%;
}

.navbar-brand img {
    width: 100%;
}

.header-div {
    background: #111111;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.header-div-left img {
    width: 8%;
}

.header-div-left {
    display: flex;
}

.header-div-row {
    display: flex;
    color: white;
    align-items: center;
    margin: 0 30px;
}

.phone {
    padding-left: 20px;
}

.header-div-left div {
    font-size: 12px;
}

.header-div-left span {
    padding-right: 5px;
}

.email {
    margin-left: -55px;
}

.header-div-right img {
    width: 25px;
    margin-left: 5px;
}

.header-div-right {
    margin-left: auto;
}

.nav-link {
    font-size: 12px !important;
    font-weight: 600 !important;
    font-family: "Poppins", serif !important;
    color: #126b02 !important;
}

.nav-link:hover {
    color: #fff !important;
}

.navbar-nav {
    gap: 20px;
    margin-right: 20px;
    margin-left: auto !important;
}

.btn-join {
    font-size: 12px !important;
    background: #FE7402 !important;
    color: white !important;
}

.btn-join span img {
    width: 15px;
}

.btn-search {
    background: black !important;
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.747) !important;
    margin-left: 5px;
}

/* Hero Page */

.index-item-1 {
    background: url("https://res.cloudinary.com/dorzvt0gr/image/upload/v1735879319/Group_23_1_sblpta.webp") !important;
    height: 100vh;
    text-align: center;
    background-size: cover !important;
    background-position: center;
}

.index-item-2 {
    background-image: url('https://res.cloudinary.com/dorzvt0gr/image/upload/v1735929632/Frame_242_gy3z3n.webp') !important;
    height: 100vh;
    text-align: center;
    background-size: cover !important;
    background-position: center;
}

.index-item-3 {
    background-image: url('https://res.cloudinary.com/dorzvt0gr/image/upload/v1735929631/Frame_245_qavpsu.webp');
    height: 100vh;
    text-align: center;
    background-size: cover !important;
    background-position: center;
}

.hero-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 100vh;
    margin: auto;
}

.hero-text h1 {
    font-size: 35px;
    font-weight: 800;
    padding: 10px 0;
}

.hero-text h3 {
    font-size: 25px;
    font-weight: 600;
}

.hero-text h6 {
    font-size: 16px;
    font-weight: 400;
}

.hero-button button {
    color: white;
    background: #158C00;
    font-size: 14px;
    border: 1px solid white;
    padding: 10px 30px;
}

.hero-button button:hover {
    color: white;
    background: #0c4d00;
    border: 1px solid white;
}

.hero-button button:focus {
    color: white !important;
    background: #0c4d00 !important;
    border: 1px solid white !important;
}

.hero-button {
    margin-top: 40px;
    gap: 30px !important;
    display: flex;
}

.hero_button button {
    color: white;
    background: #158C00;
    font-size: 14px;
    border: 1px solid white;
    padding: 10px 30px;
}

.hero_button button:hover {
    color: white;
    background: #0c4d00;
    border: 1px solid white;
}

.hero_button button:focus {
    color: white !important;
    background: #0c4d00 !important;
    border: 1px solid white !important;
}

.hero_button {
    margin-top: 40px;
    gap: 30px !important;
    display: flex;
    justify-content: center;
}

/* First Section */
.first-section {
    margin-top: 20px;
}

.block {
    margin-top: 50px;
}

.first-section-text {
    text-align: center;
    color: #ABABAB;
}

.caramel-image {
    width: 80px !important;
}

.marquee img {
    width: 100px;
}

.marquee {
    display: flex;
    block-size: var(--marquee-item-height);
    /* margin-block: var(--marquee-item-height); */
    position: relative;
    overflow-x: hidden;
    align-items: center;
}

.marquee--8 {
    --marquee-item-width: 100px;
    --marquee-item-height: 100px;
    --marquee-duration: 36s;
    --marquee-items: 6;
}

.marquee__item {
    --marquee-item-offset: max(calc(var(--marquee-item-width) * var(--marquee-items)),
            calc(100% + var(--marquee-item-width)));
    --marquee-delay: calc(var(--marquee-duration) / var(--marquee-items) * (var(--marquee-items) - var(--marquee-item-index)) * -1);
    position: absolute;
    inset-inline-start: var(--marquee-item-offset);
    transform: translateX(-50%);
    animation: go linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;
}

.marquee--8 .marquee__item:nth-of-type(1) {
    --marquee-item-index: 1;
}

.marquee--8 .marquee__item:nth-of-type(2) {
    --marquee-item-index: 2;
}

.marquee--8 .marquee__item:nth-of-type(3) {
    --marquee-item-index: 3;
}

.marquee--8 .marquee__item:nth-of-type(4) {
    --marquee-item-index: 4;
}

.marquee--8 .marquee__item:nth-of-type(5) {
    --marquee-item-index: 5;
}

.marquee--8 .marquee__item:nth-of-type(6) {
    --marquee-item-index: 6;
}

@keyframes go {
    to {
        inset-inline-start: calc(var(--marquee-item-width) * -1);
    }
}

hr {
    border: 1px solid #8F8F8F !important;
    margin-top: 20px !important;
}

.solution-column {
    display: flex;
    justify-content: center;
}

.solution-column h2 {
    color: #111111;
    font-weight: 600;
    font-size: 27px;
    margin-top: 20px;
}

.box-div {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.box-divs {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.box-divs .box {
    background: #D9D9D9;
    width: 280px;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 17px;
}

.box-container {
    margin: 30px 0;
}

.box-div .box {
    background: #D9D9D9;
    width: 280px;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 17px;
}

.btn-learn-more {
    background: #158C00 !important;
    color: white !important;
    padding: 10px 40px !important;
    font-size: 14px !important;
    border: 1px solid #B3B3B3 !important;
}

.btn-faq {
    background: #158C00 !important;
    color: white !important;
    padding: 10px 30px !important;
    font-size: 14px !important;
    border: 1px solid #B3B3B3 !important;
    display: flex !important;
    margin: auto !important;
}

.faq-button {
    margin-bottom: 50px;
}

.box-container img {
    width: 25px;
}

.box-div span {
    padding-right: 20px;
}

.box-divs span {
    padding-right: 20px;
}

/* Services Section */
.services-section h2 {
    color: #111111;
    font-weight: 600;
    font-size: 25px;
    margin-top: 70px;
    text-align: center;
}

.services-section {
    padding-bottom: 40px;
}

.card-head {
    text-align: center;
    display: flex;
    margin: auto;
    color: #111111;
    font-weight: 600;
    padding: 20px 0;
    width: 70%;
}

.card-text {
    text-align: center;
    color: #111111;
    font-size: 13px;
    padding: 0 20px;
}

.rocket {
    width: 25%;
}

.svg {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.card-container {
    background: #F6FFF4 !important;
    border: 1px solid #636363 !important;
    width: 30% !important;
}

.card-container-row {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.card-row {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 60px;
}

.btn-read-more {
    background: #126B02 !important;
    color: white !important;
    width: 60%;
    font-size: 12px !important;
    padding: 10px 0 !important;
    margin-top: 10px;
}

.read-more {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.read-more2 {
    display: flex;
    justify-content: center;
    margin-top: 90px;
}

.read-more1 {
    display: flex;
    justify-content: center;
}

.read-more3 {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

/* client section */
.client-section-head-text {
    text-align: center;
    margin-top: 50px;
}

.client-section-head-text h2 {
    color: #111111;
    font-weight: 600;
    font-size: 27px;
    margin-top: 20px;
}

.client-section-head-text p {
    font-size: 14px;
    width: 35%;
    display: flex;
    margin: auto;
}

.colon {
    width: 25%;
    display: flex;
    margin: auto;
    margin-bottom: 20px;
}

.colon-container {
    width: 30%;
    border-radius: 10px;
}

.client p {
    text-align: center;
    color: #0C5200;
    font-size: 13px;
}

/* faq SECTION */
.faq-section-head-text p {
    font-size: 14px !important;
    width: 35%;
    display: flex;
    margin: auto;
}

.faq-section-head-text {
    text-align: center;
    margin-top: 20px;
}

.faq-section-head-text h2 {
    color: #111111;
    font-weight: 600;
    font-size: 27px;
    margin-top: 20px;
}

/* contact section */
.contact-section {
    background:url("../images/background.webp") !important;
    background-size: cover !important;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
}

.contact-section-text h2 {
    color: white;
    text-transform: capitalize;
    text-align: center;
    font-size: 27px;
    line-height: 40px;
}

.contact-button button {
    color: white;
    background: #158C00;
    font-size: 14px;
    border: 1px solid white;
    padding: 7px 0;
}

.contact-button button:hover {
    color: white;
    background: #0c4d00;
    border: 1px solid white;
}

.contact-button button:focus {
    color: white !important;
    background: #0c4d00 !important;
    border: 1px solid white !important;
}

.contact-button {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.contact-button button:hover {
    color: white;
    background: #0c4d00;
}


.contact-button img {
    width: 13%;
    margin-right: 10px;
}

/* footer */
.footers {
    background: #111111;
    height: 85vh;
    margin-top: 2px;
    align-items: center;
    display: flex;
    padding-top: 80px;
    position: absolute;
    width: 100%;
}

.footer {
    background: #111111;
    height: 100%;
    margin-top: 2px;
    align-items: center;
    display: flex;
    padding-top: 50px;
}


.logo-container :first-child {
    width: 45%;
}

.logo-container :nth-child(2) {
    width: 8%;
    margin-top: 10px;
    margin-left: 5px;
}

.logo-container {
    display: flex;
    align-items: center;
}

.social-container img {
    width: 8%;
    margin-left: 10px;
}

.footer-text {
    color: white;
    padding: 10px 0;
}

.footerrow {
    align-items: center !important;
}

.lawlogo {
    align-items: center;
}

.company {
    color: white;
    line-height: 10px;
    margin-top: 70px;
}

.company h6 {
    font-size: 15px;
    padding-bottom: 10px;
}

.company p {
    font-size: 12px;
}

.company span img {
    width: 10%;
    margin-right: 10px;
}

.image-row {
    display: flex;
}

.inputtext {
    width: 70%;
    height: 35px;
    padding-left: 20px;
    border-radius: 5px;
}

.btn-input {
    background: #158C00 !important;
    border: 1px solid white !important;
    color: white !important;
    font-size: 12px !important;
}

::placeholder {
    font-size: 12px;
    color: #9C9C9C;
}

.botom-footer {
    color: white;
    font-size: 12px;
    text-align: center;
    padding-top: 50px;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/* SERVICE PAGE */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
.servicepagehero {
    height: 60vh;
    text-align: center;
    background: url("https://res.cloudinary.com/dorzvt0gr/image/upload/v1735880788/Rectangle_35_uy48s5.webp") !important;
    background-size: cover !important;
    background-position: center !important;
}

.outsourcedpagehero {
    height: 60vh;
    text-align: center;
    background:url("../images/outsourced-hero-image.webp") !important;
    background-size: cover !important;
    background-position: center;
}

.interim img {
    height: 60vh;
    width: 100%;
}

.servicehero-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 60vh;
}

.servicehero-text h1 {
    font-size: 35px;
    font-weight: 800;
    padding: 10px 0;
}

.servicehero-text h6 {
    font-size: 16px;
    font-weight: 300;
}

.service-contact-section-text {
    font-size: 15px;
    color: #000000;
}

.section {
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
}

.service-contact-section-row {
    align-items: center;
}

.outsourced-contact-section {
    margin-top: 25px;
    margin-bottom: 20px;
}

.outsourced-h3 {
    font-size: 25px;
    font-weight: 600;
}

.outsourced-ul {
    margin-left: 20px;
    width: 75%;
    font-size: 14px;
    padding-top: 10px;
}

.outsourced-p {
    width: 75%;
    font-size: 15px;
    padding-top: 10px;
}

.outsourced-ull {
    font-size: 14px;
    padding-top: 10px;
}

.outsourced-row {
    align-items: center;
}

.section img {
    width: 100%;
}

.data-section {
    margin-top: 30px;
}

.data-section-head-text {
    background: #126B02;
    padding: 13px 60px;
    border-radius: 5px;
}

.data-section-head-text h3 {
    text-transform: capitalize;
    color: white;
    font-weight: 600;
    font-size: 25px;
    padding-top: 5px;
}

.data-section-text {
    margin-top: 20px;
}

.data-section-text h3 {
    font-size: 25px;
    font-weight: 600;
}

.data-section-text p {
    font-size: 14px;
}

.data-section-text button {
    color: white;
    background: #158C00;
    font-size: 14px;
    border: 1px solid #B3B3B3;
    padding: 8px 30px;
}

.data-section-text button:hover {
    color: white;
    background: #0c4d00;
}

.data-section-text button:focus {
    color: white !important;
    background: #0c4d00 !important;
}

.data-section-text-ul {
    font-size: 14px;
    margin-left: 30px;
}

.choose-section {
    margin-top: 30px;
}

.choose-section-head-text {
    background: #FE7402;
    padding: 13px 60px;
    border-radius: 5px;
}

.choose-section-head-text h3 {
    text-transform: capitalize;
    color: white;
    font-weight: 600;
    font-size: 25px;
    padding-top: 5px;
}

.choose-section-text {
    padding: 20px 0;
    font-size: 14px;
}

.choose-section img {
    width: 100%;
}

.choose-section p {
    font-size: 14px;
}

.choose-section h6 {
    font-weight: 600;
}

.service-enquiry-section {
    height: 100%;
    background: black;
    padding: 50px 0;
}

.service-enquiry-section-head-text {
    color: white;
}

.service-enquiry-section-head-text h3 {
    font-size: 25px;
}

.service-enquiry-section-head-text p {
    font-size: 14px;
}

label {
    color: white;
    font-size: 14px;
    padding-bottom: 5px;
}

.checkbox-form {
    display: flex;
    gap: 20px;
    align-items: center;
}

.checkbox-form p {
    color: white;
    font-size: 13px;
    line-height: 25px;
}

.checkbox-form span {
    color: white;
    font-size: 13px;
    padding: 2px 0 0 20px;
}

.checkbox-form img {
    margin-left: 200px;
    width: 50px;
}

.privacy {
    color: rgb(95, 255, 47) !important;
    text-decoration: underline !important;
}

.privacy-text {
    font-size: 12px;
    padding-left: 30px;
    color: white;
}

.privacy:hover {
    color: rgb(95, 255, 47) !important;
    text-decoration: underline !important;
}

.btn-form {
    background: #126B02 !important;
    border: 1px solid white !important;
    color: white !important;
    margin-top: 20px;
    font-size: 14px !important;
    padding: 12px 20px !important;
}


/*  */
/* ABOUT PAGE */
/*  */
.expert {
    padding-top: 40px;
}

.aboutpagehero {
    height: 60vh;
    text-align: center;
    background: url("https://res.cloudinary.com/dorzvt0gr/image/upload/v1735880786/Rectangle_35_1_eeh274.webp") !important;
    background-size: cover !important;
    background-position: center;
}

.abouthero-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 60vh;
}

.abouthero-text h1 {
    font-size: 35px;
    font-weight: 800;
    padding: 10px 0;
}

.abouthero-text h6 {
    font-size: 16px;
    font-weight: 300;
}

.about-section p {
    font-size: 14px;
}

.about-section {
    padding-top: 40px;
}

.about-section h3 {
    font-size: 23px;
}

.about-section ul {
    font-size: 14px;
    line-height: 25px;
    padding-left: 20px;
}

.about-section img {
    width: 55%;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/* CONTACT PAGE */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
.contactpagehero {
    height: 60vh;
    text-align: center;
    background: url("https://res.cloudinary.com/dorzvt0gr/image/upload/v1735880786/Rectangle_35_3_xzhxtq.webp") !important;
    background-size: cover !important;
    background-position: center;
}

.contacthero-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 60vh;
}

.contacthero-text h1 {
    font-size: 35px;
    font-weight: 800;
    padding: 10px 0;
}

.contacthero-text h6 {
    font-size: 16px;
    font-weight: 300;
}

.contactpage-section {
    margin-top: 40px;
}

.contactpage-section h3 {
    font-size: 25px;
    font-weight: 600;
}

.contactpage-section p {
    font-size: 14px;
}

.con-row {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.con-row .p {
    font-size: 13px !important;
    margin-left: -20px !important;
}

.con-row img {
    width: 50%;
}

.map-container {
    margin-top: 30px !important;
    width: 100%;
    max-width: 500px;
}

iframe {
    border: 0;
    width: 100%;
    height: 350px;
}

.contactuscard {
    border: 1px solid #126B02 !important;
    padding: 40px !important;
}

.contactuscard,
.contact_us_card {
    transition: opacity 0.9s !important;
}


.contact_us_card {
    display: flex !important;
    justify-content: center !important;
    height: 130vh !important;
    text-align: center !important;
    padding: 50px !important;
}

.contact_us_card div {
    max-width: 100%;
    /* Ensure the content fits within the parent */
}


.contact_us_card p {
    font-size: 15px;
}

.contact_us_card h3 {
    padding: 15px 0;
}

.btn-contactus {
    background: #158C00 !important;
    color: white !important;
    margin-top: 40px;
    padding: 15px 0 !important;
    font-size: 17px !important;
    font-weight: 600;
    width: 100%;
}

.label {
    color: black;
    padding-top: 20px;
}

.input {
    background: #EFEFEF !important;
    border: 1px solid #126B02;
}

.contactbox-form {
    display: flex;
    gap: 20px;
    align-items: center;
}

.checks {
    margin-top: -20px !important;
}

.contactbox-form p {
    color: black;
    font-size: 12px;
}

.contactbox-p p {
    color: black;
    font-size: 12px;
    padding-left: 35px;
}

.input-box {
    display: flex;
    align-items: center;
}

.contactbox-form span {
    color: black;
    font-size: 12px;
    padding: 2px 0 0 20px;
}

.contactbox-form img {
    margin-left: auto;
    width: 50px;
}

.btncontactpage {
    background: #126B02 !important;
    border: 1px solid white !important;
    color: white !important;
    margin-top: 20px;
    font-size: 14px !important;
    padding: 12px 20px !important;
    width: 100%;
}

.contactpage-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/* FAQ PAGE */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
.faq-link {
    display: flex !important;
}

.faqpagehero {
    height: 60vh;
    text-align: center;
    background: url("https://res.cloudinary.com/dorzvt0gr/image/upload/v1735880785/Rectangle_35_2_ouczxy.webp") !important;
    background-size: cover !important;
    background-position: center;
}

.faqhero-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 60vh;
}

.faqhero-text h1 {
    font-size: 35px !important;
    font-weight: 800;
    padding: 10px 0;
}

.faqhero-text h6 {
    font-size: 16px;
    font-weight: 300;
}

.faq-text {
    margin: 60px 0 40px 0;
}

.faq-text h6 {
    font-size: 15px;
    font-weight: 600;
}

.faq-text p {
    font-size: 15px;
}

.accordion-body {
    font-size: 14px;
}

.accordion-header button {
    font-size: 14px;
}

.faq-here {
    font-size: 15px;
    font-weight: 600;
    padding-top: 30px;
}

.faq-here span a {
    color: #126B02 !important;
    text-decoration: underline;
    padding-left: 3px;
}

.accordion-button {
    background: #D9D9D9 !important;
    border-radius: 0 !important;
}

.accordion-item {
    border: 0 !important;
    outline: 0 !important;
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.accordion-header {
    display: flex;
    background: #E6FCE1;
    height: 100%;
    width: 100%;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.accordion-butt {
    background: #E6FCE1;
    border: none;
    width: 60px;
    height: 100%;
}

.accordion-butt-cookies {
    background: #E6FCE1;
    border: none;
    width: 60px;
    height: 100%;
    font-size: 18px !important;
    font-weight: 600;
}

th,
td {
    padding: 15px 0 15px 40px !important;
}

.table-bordered {
    border-color: black !important;
}

.table {
    width: 80% !important;
    margin-top: 30px !important;
}

.cookies-button {
    font-weight: 600 !important;
    font-size: 15px !important;
}

.accordion-butt svg {
    width: 30px !important;
    height: 30px !important;
}


/*  */
/*  */
/*  */
/*  */
/*  */
/* INDUSTRY PAGE */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
.industrypagehero {
    height: 60vh;
    text-align: center;
    background: url("https://res.cloudinary.com/dorzvt0gr/image/upload/v1735880812/Rectangle_35_4_uskood.webp") !important;
    background-size: cover !important;
    background-position: center;
}

.industryhero-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 60vh;
}

.industryhero-text h1 {
    font-size: 35px;
    font-weight: 800;
    padding: 10px 0;
}

.industryhero-text h6 {
    font-size: 16px;
    font-weight: 300;
}

.industry-row {
    display: flex;
    align-items: center;
}

.finance-head-text {
    font-size: 27px;
    padding-bottom: 20px;
}

.finance {
    align-items: center;
}

select {
    font-size: 12px !important;
    height: 40px !important;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/* COOKIES PAGE */
/*  */
/*  */
/*  */
/*  */
/*  */
.cookies-section {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 14px;
}

.cookies-section p {
    font-size: 14px;
}

.cookies-section h3 {
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 15px;
    line-height: 0;
}

.cookies-section h4 {
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 15px;
}



/*  */
/*  */
/*  */
/*  */
/*  */
/* MEET OUR TEAM PAGE */
/*  */
/*  */
/*  */
/*  */
/*  */
.meet-secton {
    margin-top: 50px;
    margin-bottom: 20px;
}

.joinhand {
    width: 80%;
}

.joinhand-row {
    margin-top: 50px !important;
}

.meet-secton .row {
    align-items: center;
    justify-content: space-between;
}

.meet-secton p {
    font-size: 14px;
    padding-top: 20px;
    line-height: 25px;
}

.meet-secton h3 {
    font-size: 25px;
    font-weight: 600;
}

.image-text {
    padding: 20px;
    background: #D9D9D9;
}

.image-text p {
    font-size: 14px;
}

.image-text h5 {
    font-weight: 600;
    font-size: 20px;
}

.image-col {
    cursor: pointer;
}

.image-col:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: .6s;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/* TESTIMONIAL IMAGE CAROUSEL */
/*  */
/*  */
/*  */
/*  */
/*  */

.testimonial-section {
    background-color: #126b02 !important;
    color: #fff !important;
    padding: 40px 20px !important;
    text-align: center !important;
    border-radius: 20px !important;
}

.testimonial-carousel {
    background-color: #fff !important;
    color: #000 !important;
    padding: 30px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    width: 90%;
    /* Use percentage for responsiveness */
    max-width: 500px;
    /* Slightly smaller max-width */
    margin: 0 auto !important;
    margin-top: 20px !important;
}

.testimonial-img {
    width: 60px !important;
    /* Smaller image for better fit */
    height: 60px !important;
    border-radius: 50% !important;
    margin: 0 auto !important;
    object-fit: cover !important;
}

.testimonal-item p {
    font-size: 14px !important;
    display: flex !important;
    margin: auto !important;
    padding: 15px 0 !important;
}

.testimonal-item h6 {
    font-weight: 600 !important;
    font-size: 13px !important;
}

.testimonal-item span {
    font-size: 11px !important;
    color: #696969 !important;
}

.black-text {
    line-height: 1.5 !important;
}

.testimonial-image img {
    width: 40% !important;
}

.testimonial-image p {
    padding-top: 10px !important;
    font-size: 14px !important;
    margin: auto !important;
}

.testimonal-item {
    background: white !important;
}

.carousel-control-prev svg {
    color: black;
    font-weight: 800 !important;
    position: absolute;
    top: 40px;
    left: 30px;
}

.carousel-control-next svg {
    color: black;
    font-weight: 800 !important;
    position: absolute;
    top: 40px;
    right: 30px;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/* JOIN US PAGE */
/*  */
/*  */
/*  */
/*  */
/*  */
.joinheropage {
    height: 60vh;
    text-align: center;
    background:url("../images/join-hero.webp") !important;
    background-size: cover !important;
    background-position: center;
}

.joinhero-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 60vh;
}

.joinhero-text h1 {
    font-size: 35px;
    font-weight: 800;
    padding: 10px 0;
}

.joinhero-text h6 {
    font-size: 16px;
    font-weight: 300;
}

.joinpagetext {
    margin-top: 50px;
}

.joinpagetext h3 {
    font-size: 25px;
    font-weight: 600;
}

.joinpagetext p {
    font-size: 14px;
    padding-top: 10px;
}

.worksection h3 {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.worksection {
    margin-bottom: 30px;
    margin-top: 20px;
}

.workcontainer {
    display: flex;
    gap: 30px;
    align-items: center;
}

.workcontainer .number {
    background: #126B02;
    color: white;
    font-size: 23px;
    font-weight: 600;
    padding: 8px 20px;
}

.workcontainer .text {
    font-weight: 600;
    font-size: 17px;
}

.below-text {
    padding-top: 30px;
    font-size: 14px;
}

.corevalue-section {
    margin-top: 50px;
    margin-bottom: 40px;
}

.corevalue-section img {
    width: 100%;
}

.corevalue-section .row {
    align-items: center;
}

.corevalue-section h3 {
    font-size: 25px;
    font-weight: 600;
    margin-left: 5px;
}

.corevalue-section ul li {
    font-size: 14px;
    padding-top: 20px;
}

.corevalue-section ul li b {
    color: #126B02;
}

.corevaluecol {
    display: flex;
    justify-content: center;
}

.openposition-section-h3 {
    background: #FE7402;
    padding: 20px 60px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    font-size: 25px;
    margin-top: 20px;
}

.openposition-section p {
    padding-top: 10px;
    font-size: 14px;
}

.openposition-row {
    margin-top: 30px !important;
    justify-content: space-evenly !important;
}

.openposition-col {
    background: #D9D9D9 !important;
    width: 48% !important;
    border-radius: 7px;
    padding: 40px !important;
}

.openposition-coll {
    background: #D9D9D9 !important;
    width: 48% !important;
    border-radius: 7px;
    padding: 40px !important;
    margin-left: 15px;
    margin-top: 20px !important;
}

.openposition-col-h3 {
    font-size: 19px;
    font-weight: 600;
    padding-left: 7px;
}

.openposition-coll ul li {
    font-size: 14px;
    line-height: 2rem;
}

.openposition-coll ul {
    padding-top: 10px;
}

.openposition-col ul li {
    font-size: 14px;
    line-height: 2rem;
}

.openposition-col ul {
    padding-top: 10px;
}

.btn-openposition {
    border-radius: 0 !important;
    background: #FE7402 !important;
    color: white !important;
    font-size: 15px !important;
    margin-left: 15px;
    padding: 13px 30px !important;
    margin-top: 20px;
}

.openposition-section {
    margin-bottom: 20px;
}

.apply-section-h3 {
    background: #126B02;
    padding: 20px 60px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.apply-section {
    margin-top: 50px;
}

.apply-section-p {
    font-size: 14px;
}

.apply-section ol li {
    font-size: 14px;
    line-height: 2rem;
}

.apply-section-head {
    font-size: 25px;
    padding-top: 25px;
    font-weight: 600;
    padding-bottom: 10px;
}

.email-info {
    color: #158C00 !important;
}

.email-info:hover {
    color: #158C00 !important;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/* BLOG PAGE */
/*  */
/*  */
/*  */
/*  */
/*  */

.svg-dropdown {
    display: flex;
    align-items: center;
    padding: 0 5px;
    color: #126B02;
}

.format-pdf {
    color: #3F3F3F;
    font-size: 12px;
}

.svg-dropdown .nav-link,
.svg-dropdown span svg {
    color: #126B02;
}

.svg-dropdown:hover .nav-link,
.svg-dropdown:hover svg,
.svg-dropdown svg:hover,
.svg-dropdown svg:hover+.nav-link {
    color: white !important;
    cursor: pointer;
}

.nav-item.dropdown:hover .nav-link,
.nav-item.dropdown:hover .svg-dropdown span svg,
.industry-menu:hover+.svg-dropdown .nav-link,
.industry-menu:hover+.svg-dropdown span svg {
    color: white !important;
}

.svg-dropdown.active .nav-link,
.svg-dropdown.active svg {
    color: white !important;
}

.svg-dropdown.active {
    background: #126B02 !important;
    border-radius: 5px;
}

.qqq.active {
    background: #126B02 !important;
    border-radius: 5px;
}

.active .nav-link {
    color: white !important;
}

.active a {
    color: white;
}


.blogpagehero {
    height: 60vh;
    text-align: center;
    background:url("../images/bloghero.webp") !important;
    background-size: cover !important;
    background-position: center;
}

.downloadable-resources {
    height: 60vh;
    text-align: center;
    background:url("../images/downloadable-resources.webp") !important;
    background-size: cover !important;
    background-position: center;
}

.bloghero-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 60vh;
}

.bloghero-text h1 {
    font-size: 35px;
    font-weight: 800;
    padding: 10px 0;
}

.bloghero-text h6 {
    font-size: 16px;
    font-weight: 300;
}

.blogsection {
    margin-top: 40px;
    margin-bottom: 30px;
}

.blogsection h3 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 30px;
}

.blog-card-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}

.blog-card-text {
    font-size: 14px;
    line-height: 25px;
    color: black;
}

.date-display {
    color: #3F3F3F;
    font-size: 14px;
}

.card-footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
}

.card-footer .btn-readmore {
    background: #126B02;
    color: white;
    font-size: 14px;
    border-radius: 0;
    padding: 0 100px;
    height: 50px;
    text-transform: uppercase;
}

.card-footer .btn-readmore:hover {
    background: #126B02;
    color: white;
}

.btn-readmore:focus {
    background: #126B02 !important;
    color: white !important;
}

.card-footer .btn-icon:hover {
    background: #126B02;
    color: white;
}

.btn-icon:focus {
    background: #126B02 !important;
    color: white !important;
}

.card-footer .btn-icon {
    background: #126B02;
    color: white;
    font-size: 14px;
    border-radius: 0;
    padding: 0 20px;
    height: 50px;
}

.btn-icon img {
    width: 20px;
}

.blog-card-body {
    width: 100%;
}

.blogsection-row {
    margin-top: 20px !important;
}

.page-link {
    color: black !important;
    border: none !important;
    font-size: 15px !important;
}

.page-link:hover {
    color: black !important;
    border: none !important;
    background: none !important;
    cursor: pointer;
}

.pagination {
    border: 0 !important;
    justify-content: space-between;
}

.navigation {
    margin-bottom: 30px;
}

.page-container {
    display: flex;
    gap: 20px;
}

.page-active {
    background: #158C00 !important;
    color: white !important;
    border-radius: 2px !important;
}

.page-active:hover {
    background: #158C00 !important;
    color: white !important;
    border-radius: 2px !important;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/* BLOG DETAIL PAGE */
/*  */
/*  */
/*  */
/*  */
/*  */
.blogdetailsection {
    margin-top: 30px;
}

.blogdetailsection h3 {
    font-size: 25px;
    font-weight: 600;
}

.detail-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.blogdetailrow {
    margin-top: 30px !important;
    align-items: center;
}

.blogdetailrow-p {
    font-size: 14px;
    line-height: 25px;
    width: 80%;
    padding-bottom: 20px;
}

.blog-p {
    font-size: 14px !important;
    line-height: 25px;
}

.share-container {
    display: flex;
    align-items: center !important;
    gap: 20px;
}

.share-container svg {
    margin-left: 5px;
    cursor: pointer;
}

.studies-p {
    font-size: 14px;
    text-align: center;
    color: #126B02;
}

.testimonysection {
    margin-top: 20px;
    margin-bottom: 40px;
}

.testimonysection h3 {
    font-size: 25px;
    font-weight: 600;
}

.testimonysection p {
    font-size: 14px;
    padding-top: 20px;
}

.testimonysectionrow {
    justify-content: start;
    align-items: center !important;
    display: flex;
}

.green-colon {
    width: 80px;
    text-align: center;
}

.carousel-colon {
    display: flex;
    gap: 40px;
}

.colon-part {
    background: red;
}

.download-section {
    width: 60% !important;
    padding: 15px !important;
    margin-bottom: 30px;
}

.btn-close-download-modal {
    font-size: 13px !important;
    background: #DADADA !important;
    border: 1px solid #B3B3B3 !important;
    padding: 12px 30px !important;
    font-weight: 600 !important;
}

.btn-submit-download-form {
    font-size: 13px !important;
    background: #158C00 !important;
    border: 1px solid #B3B3B3 !important;
    color: white !important;
    padding: 12px 40px !important;
}

.modal-footer-download {
    display: flex;
    gap: 30px;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/* SEARCH PAGE */
/*  */
/*  */
/*  */
/*  */
/*  */

.hr-div {
    margin: 50px 0 80px 0;
}

.search-input-box {
    border: none !important;
    border-bottom: 1px solid #A4A4A4 !important;
    padding-bottom: 10px !important;
    padding-left: 30px !important;
    border-radius: 0 !important;
}

.search-input-box:focus {
    box-shadow: none !important;
}

.search-section {
    margin-top: 40px;
}

.search-section-row {
    padding: 35px 50px 0 50px;
    justify-content: space-between !important;
    align-items: center;
}

.search-section-col h3 {
    font-size: 25px;
    width: 90%;
    font-weight: 600;
    padding: 20px 0;
}

.search-section-col p {
    font-size: 14px;
    width: 90%;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/* ERROR PAGE */
/*  */
/*  */
/*  */
/*  */
/*  */
.errorpage {
    height: 79vh;
    display: flex;
    align-items: center;
}

.errorpagerow {
    align-items: center;
    justify-content: space-between;
}

.errorsmalltext {
    font-size: 12px;
    color: #FF0000;
    padding-bottom: 15px;
}

.errorsmallhead {
    color: #126B02;
    font-weight: 600;
    padding-bottom: 15px;
}

.errortext {
    font-size: 14px;
    color: black;
    padding-bottom: 15px;
    text-transform: capitalize;
}

/* MODAL */
.modal-title {
    padding: 20px 20px 0 20px !important;
    font-size: 15px;
}

.modal-content {
    background: #DFDFDF !important;
    border: 2px solid #808080 !important;
}

.modal-label {
    color: black;
    font-size: 11px !important;
}

.modal-input {
    border: 1px solid #126B02 !important;
}

.modal-input:focus {
    border: 1px solid #126B02 !important;
    box-shadow: none !important;
}

.modal-input::placeholder {
    color: black !important;
    font-size: 10px !important;
}

.modal-below-text {
    font-size: 10px;
    padding-top: 15px;
}

.modal-foot {
    margin: 0 20px 20px 20px !important;
    display: flex;
    gap: 30px;
}

.btn-close-modal {
    font-size: 12px !important;
    background: #DADADA !important;
    border: 1px solid #B3B3B3 !important;
}

.btn-submit-form {
    font-size: 12px !important;
    background: #158C00 !important;
    border: 1px solid #B3B3B3 !important;
    color: white !important;
}

.text-alignment {
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: -50px;
}

.blog-alignment {
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: -50px;
}

/* RESPONSIVENESS */
/* Landing Page */
@media screen and (max-width: 768px) {
    .dropdown-menu {
        width: 100% !important;
        margin-top: 10px !important;
        z-index: 1000 !important;
    }

    .navlinks {
        margin-left: 7px;
    }

    .navbar {
        background: #E7FFE2 !important;
        padding: 10px 20px !important;
    }

    .header-div-row {
        display: block;
        margin: 0 0 !important;
    }

    .header-div-left div {
        font-size: 10px;
    }

    .header-div-left span {
        padding-right: 0;
    }

    .header-div-left img {
        width: 12px;
    }

    .header-div-left {
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .email {
        margin-left: 0;
    }

    .phone {
        padding-left: 0;
        padding: 5px 0;
    }

    .header-div-right img {
        width: 20px;
    }

    .header-div-right {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 0;
    }

    .navbar-brand {
        width: 30%;
    }

    .navbar-toggler {
        background: #126B02 !important;
        color: white !important;
    }

    .index-item-1 {
        background: url("https://res.cloudinary.com/dorzvt0gr/image/upload/v1735879319/Group_23_1_sblpta.webp") !important;
        height: 40vh !important;
        text-align: center;
        background-size: cover !important;
        background-position: center !important;

    }

    .index-item-2 {
        background-image: url('https://res.cloudinary.com/dorzvt0gr/image/upload/v1735929632/Frame_242_gy3z3n.webp') !important;
        height: 40vh !important;
        text-align: center;
        background-size: cover !important;
        background-position: center !important;
    }

    .index-item-3 {
        background-image: url('https://res.cloudinary.com/dorzvt0gr/image/upload/v1735929631/Frame_245_qavpsu.webp') !important;
        height: 40vh !important;
        text-align: center;
        background-size: cover !important;
        background-position: center !important;
    }

    .hero-text {
        height: 30vh !important;
    }

    .hero-text h1 {
        font-size: 17px;
        font-weight: 800;
        padding: 0;
    }

    .hero-text h3 {
        font-size: 12px;
        font-weight: 500;
    }

    .hero-text h6 {
        font-size: 10px;
        font-weight: 400;
    }

    .hero-button button {
        font-size: 12px;
        padding: 10px 25px;
    }

    .hero-button {
        margin: 40px 0 20px 0 !important;
    }

    .hero_button button {
        font-size: 12px;
        padding: 10px 25px;
    }

    .hero_button {
        margin: 40px 0 20px 0 !important;
    }

    .first-section {
        margin-top: 10px;
    }

    .first-section-text {
        font-size: 13px;
    }

    .caramel-image {
        width: 50px !important;
    }

    .marquee img {
        width: 50px;
    }

    .block {
        margin-top: 0 !important;
    }

    .solution-column {
        display: block;
        justify-content: center;
    }

    .solution-column h2 {
        font-size: 17px;
        margin-top: 0px;
        text-align: center;
    }

    .box-div {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .box-divs {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .box-divs .box {
        background: #D9D9D9;
        width: 100%;
        font-size: 10px;
        padding: 10px;
    }

    .box-container {
        margin: 20px 0;
    }

    .box-div .box {
        background: #D9D9D9;
        width: 100%;
        font-size: 10px;
        padding: 10px;
    }

    .btn-learn-more {
        background: #158C00 !important;
        color: white !important;
        padding: 10px 40px !important;
        font-size: 12px !important;
        border: 1px solid #B3B3B3 !important;
        width: 100%;
    }

    .box-container img {
        width: 20px;
    }

    .box-div span {
        padding-right: 10px;
    }

    .box-divs span {
        padding-right: 10px;
    }

    /* Services Section */
    .outsourced-contact-section {
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .outsourced-row {
        margin-top: 20px !important;
    }

    .outsourced-h3 {
        font-size: 17px;
        font-weight: 600;
    }

    .outsourced-ul {
        margin-left: 20px;
        width: 97%;
        font-size: 12px;
        padding-top: 10px;
    }

    .outsourced-p {
        width: 97%;
        font-size: 12px;
    }

    .outsourced-ull {
        margin-left: 0px;
        font-size: 12px;
        padding-top: 10px;
    }

    .services-section h2 {
        font-size: 17px;
        margin-top: 40px;
    }

    .services-section {
        padding-bottom: 0;
    }

    .card-head {
        text-align: center;
        display: flex;
        margin: auto;
        color: #111111;
        font-weight: 600;
        padding: 20px 0;
        width: 70%;
        font-size: 17px;
    }

    .card-text {
        text-align: center;
        color: #111111;
        font-size: 11px;
    }

    .card-container {
        margin-top: 15px;
        width: 100% !important;
        height: 100%;
    }

    .card-container-row {
        display: block;
        justify-content: space-between;
        margin-top: 10px;
    }

    .card-row {
        display: block;
        justify-content: center;
        margin-top: 10px;
    }

    .btn-read-more {
        background: #126B02 !important;
        color: white !important;
        width: 60%;
        font-size: 11px !important;
        padding: 10px 0 !important;
        margin-top: 10px;
    }

    .read-more {
        display: flex;
        justify-content: center;
        margin-top: 0px;
    }

    .read-more2 {
        display: flex;
        justify-content: center;
        margin-top: 0px;
    }

    .read-more1 {
        display: flex;
        justify-content: center;
    }

    .read-more3 {
        display: flex;
        justify-content: center;
        margin-top: 0px;
    }

    /* client section */

    .client-section-head-text h2 {
        color: #111111;
        font-weight: 600;
        font-size: 17px;
        margin-top: 50px;
    }

    .client-section-head-text p {
        font-size: 12px;
        width: 100%;
        display: flex;
        margin: auto;
    }

    .colon {
        width: 25%;
        display: flex;
        margin: auto;
        margin-bottom: 20px;
    }

    .colon-container {
        width: 100%;
        border-radius: 10px;
        margin-top: 20px;
    }

    .client p {
        text-align: center;
        color: #0C5200;
        font-size: 13px;
    }

    /* contact section */
    .contact-section {
        height: 100%;
        padding: 30px 0;
    }

    .contact-section-text h2 {
        font-size: 17px;
        line-height: 25px;
    }

    .contact-section-text h2 br {
        display: none;
    }

    .contact-button button {
        font-size: 12px;
        padding: 7px 0;
    }

    /* footer */
    .footer {
        padding-top: 20px;
        position: relative !important;
        bottom: 0 !important;
    }

    .logo-container :first-child {
        width: 25%;
    }

    .logo-container :nth-child(2) {
        width: 10%;
        margin-top: 10px;
        margin-left: 5px;
    }

    .logo-container {
        display: flex;
        align-items: center;
    }

    .social-container img {
        width: 8%;
        margin-left: 0px;
    }

    .footer-text {
        color: white;
        padding: 0px 0;
        font-size: 12px;
    }

    .mobile-company {
        margin-top: 30px !important;
    }


    .company {
        color: white;
        line-height: 10px;
    }

    .company h6 {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .company p {
        font-size: 11px;
    }

    .address {
        line-height: 20px;
    }

    .company span img {
        width: 9%;
        margin-right: 10px;
    }

    .image-row {
        display: flex;
    }

    .inputtext {
        width: 100%;
        height: 35px;
        padding-left: 20px;
        border-radius: 5px;
    }

    .btn-input {
        background: #158C00 !important;
        border: 1px solid white !important;
        color: white !important;
        font-size: 10px !important;
        margin-top: 5px;
        width: 100%;
    }

    ::placeholder {
        font-size: 11px;
        color: #9C9C9C;
    }

    .botom-footer {
        font-size: 10px;
    }

    /*  */
    /* SERVICE PAGE */
    /*  */
    .servicepagehero {
        height: 30vh;
        text-align: center;
        background: url("https://res.cloudinary.com/dorzvt0gr/image/upload/v1735880788/Rectangle_35_uy48s5.webp") !important;
        background-size: cover !important;
        background-position: center !important;

    }

    .outsourcedpagehero {
        height: 30vh !important;
    }

    .interim img {
        height: 25vh;
    }

    .servicehero-text {
        height: 30vh !important;
    }

    .servicehero-text h1 {
        font-size: 20px;
    }

    .servicehero-text h6 {
        font-size: 14px;
        font-weight: 300;
    }

    .service-contact-section-text {
        font-size: 12px;
        color: #000000;
    }

    .service-contact-section-text br {
        display: none;
    }

    .service-contact-section {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .section img {
        width: 100%;
    }

    .data-section {
        margin-top: 30px;
    }

    .data-section-head-text {
        background: #126B02;
        padding: 5px 0;
        border-radius: 5px;
        text-align: center;
    }

    .data-section-head-text h3 {
        text-transform: capitalize;
        color: white;
        font-weight: 600;
        font-size: 17px !important;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .data-section-text {
        margin-top: 20px;
    }

    .data-section-text h3 {
        font-size: 17px;
        font-weight: 600;
    }

    .data-section-text p {
        font-size: 12px;
    }

    .data-section-text button {
        color: white;
        background: #158C00;
        font-size: 12px;
        border: 1px solid #B3B3B3;
        padding: 5px 20px;
    }

    .data-section-text button:hover {
        color: white;
        background: #0c4d00;
    }

    .data-section-text button:focus {
        color: white !important;
        background: #0c4d00 !important;
    }

    .data-section-text-ul {
        font-size: 12px;
        margin-left: 30px;
    }

    .choose-section {
        margin-top: 30px;
    }

    .choose-section-head-text {
        background: #FE7402;
        padding: 7px 0;
        border-radius: 5px;
        text-align: center;
    }

    .choose-section-head-text h3 {
        text-transform: capitalize;
        color: white;
        font-weight: 600;
        font-size: 17px;
        padding-top: 5px;
    }

    .choose-section-text {
        padding: 20px 0;
        font-size: 12px !important;
    }

    .choose-section img {
        width: 100%;
    }

    .choose-section p {
        font-size: 12px;
    }

    .choose-section p br {
        display: none;
    }

    .choose-section h6 {
        font-weight: 600;
        font-size: 14px;
    }

    .service-enquiry-section {
        height: 100%;
        background: black;
        padding: 20px 0;
        margin-top: 40px;
    }

    .service-enquiry-section-head-text {
        color: white;
    }

    .service-enquiry-section-head-text h3 {
        font-size: 17px;
    }

    .service-enquiry-section-head-text p {
        font-size: 12px;
    }

    label {
        color: white;
        font-size: 12px;
    }

    .checkbox-form {
        display: flex;
        gap: 20px;
        align-items: start;
    }

    .checkbox-form p {
        color: white;
        font-size: 11px;
        line-height: 20px;
    }

    .checkbox-form span {
        color: white;
        font-size: 11px;
        padding: 2px 0 0 20px;
    }

    .checkbox-form img {
        margin-left: auto;
        width: 40px;
    }

    .checkbox {
        width: 100px;
    }

    .privacy {
        color: #126B02 !important;
        text-decoration: underline;
    }

    .privacy:hover {
        color: #126B02 !important;
        text-decoration: underline !important;
    }

    .btn-form {
        margin-top: 20px;
        font-size: 12px !important;
        padding: 7px 15px !important;
    }

    /*  */
    /* INDUSTRY PAGE */
    /*  */
    .industrypagehero {
        height: 30vh !important;
    }

    .industryhero-text {
        height: 30vh !important;
    }

    .industryhero-text h1 {
        font-size: 20px;
    }

    .industryhero-text h6 {
        font-size: 12px;
        font-weight: 300;
    }

    .industry-row {
        display: block;
        align-items: center;
    }

    /*  */
    /* ABOUT PAGE */
    /*  */
    .aboutpagehero {
        height: 30vh !important;
    }

    .abouthero-text {
        height: 30vh !important;
    }

    .abouthero-text h1 {
        font-size: 20px;
        font-weight: 800;
        padding: 10px 0;
    }

    .abouthero-text h6 {
        font-size: 14px;
        font-weight: 300;
    }

    .about-section p {
        font-size: 12px;
    }

    .expert {
        padding-top: 0;
    }

    .about-section {
        padding-top: 20px;
    }

    .about-section h3 {
        font-size: 17px;
    }

    .about-section ul {
        font-size: 12px;
        line-height: 20px;
        padding-left: 20px;
    }

    /*  */
    /* CONTACT PAGE */
    /*  */
    .contactpagehero {
        height: 30vh !important;
    }

    .contacthero-text {
        height: 30vh !important;
    }

    .contacthero-text h1 {
        font-size: 20px;
    }

    .contacthero-text h6 {
        font-size: 14px;
        font-weight: 300;
    }

    .contactpage-section {
        margin-top: 40px;
    }

    .contactpage-section h3 {
        font-size: 17px;
        font-weight: 600;
    }

    .contactpage-section p {
        font-size: 12px;
    }

    .contactpage-section p br {
        display: none;
    }

    .con-row {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    .con-row .p {
        font-size: 11px !important;
    }

    .join {
        margin-top: 10px;
    }

    .contactuscard {
        border: 1px solid #126B02 !important;
        padding: 40px !important;
        margin-top: 30px;
    }

    .activate {
        padding: 0 10px;
    }

    .faaq {
        padding: 0 10px;
    }

    .btn-contactus {
        margin-top: 30px;
        padding: 10px 0 !important;
        font-size: 15px !important;
    }

    .contact_us_card {
        height: 50vh !important;
        padding: 20px !important;
        margin-top: 20px;
    }

    .label {
        color: black;
        padding-top: 20px;
    }

    .input {
        background: #EFEFEF !important;
        border: 1px solid #126B02;
    }

    .contactbox-form {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .contactbox-form p {
        color: black;
        font-size: 11px;
    }

    .contactbox-form span {
        color: black;
        font-size: 11px;
        padding: 2px 0 0 20px;
    }

    .contactbox-form img {
        margin-left: auto;
        width: 30px;
    }

    .btncontactpage {
        background: #126B02 !important;
        border: 1px solid white !important;
        color: white !important;
        margin-top: 20px;
        font-size: 12px !important;
        padding: 10px 0 !important;
        width: 100%;
    }

    .contactpage-row {
        display: block;
        align-items: center;
        margin-bottom: 20px;
    }

    .custom-popup {
        font-size: 10px !important;
    }

    /*  */
    /* FAQ PAGE */
    /*  */
    .faqpagehero {
        height: 40vh !important;
    }

    .faqhero-text {
        height: 40vh !important;
    }

    .faqhero-text h1 {
        font-size: 20px !important;
        font-weight: 800;
        padding: 10px 0;
    }

    .faqhero-text h6 {
        font-size: 14px;
        font-weight: 300;
    }

    .faq-text {
        margin: 30px 0 0 0;
    }

    .faq-text h6 {
        font-size: 13px;
        font-weight: 600;
    }

    .faq-text p {
        font-size: 12px;
    }

    .accordion-body {
        font-size: 12px;
    }

    .accordion-header button {
        font-size: 12px;
    }

    .faq-here {
        font-size: 12px;
        font-weight: 600;
        padding-top: 30px;
    }

    .faq-here span a {
        color: #126B02 !important;
        text-decoration: underline;
        padding-left: 3px;
    }

    .accordion-button {
        background: #D9D9D9 !important;
        font-size: 10px !important;
    }

    .accordion-button:focus {
        border: none !important;
        box-shadow: none !important;
    }

    .accordion-header {
        display: flex;
        background: #E6FCE1;
    }

    .accordion-butt {
        /* padding: 10px 20px 10px 20px; */
        border: none;
        height: 100%;
        display: flex;
        margin: auto;
        justify-content: center;
    }

    .accordion-butt svg {
        width: 30px !important;
        height: 30px !important;
    }

    .finance-head-text {
        font-size: 17px;
        padding-bottom: 10px;
    }

    .faq-section-head-text p {
        font-size: 12px !important;
        width: 100%;
    }

    .faq-section-head-text {
        text-align: center;
        margin-top: 15px;
    }

    .faq-section-head-text h2 {
        font-size: 20px;
        margin-top: 0px;
    }

    /*  */
    /* MEET OUR TEAM PAGE */
    /*  */
    .meet-secton {
        margin-top: 25px;
    }

    .meet-secton p {
        font-size: 14px;
        padding-top: 0px;
        line-height: normal;
    }

    .meet-secton h3 {
        font-size: 25px;
        font-weight: 600;
    }

    .image-text {
        padding: 20px;
        background: #D9D9D9;
    }

    .image-text p {
        font-size: 14px;
    }

    .joinhand-row {
        margin-top: 10px !important;
    }

    .joinhand {
        width: 100%;
        margin-bottom: 10px;
    }

    .image-text h5 {
        font-weight: 600;
        font-size: 20px;
    }

    .image-col {
        cursor: pointer;
        margin-bottom: 15px;
    }

    .image-col:hover {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        transition: .6s;
    }

    .item-1 {
        order: 2;
    }

    .item-2 {
        order: 1;
        margin-top: 20px !important;
    }


    .testimonial-carousel {
        width: 100%;
        padding: 20px !important;
    }

    .testimonial-img {
        width: 50px !important;
        height: 50px !important;
    }

    .testimonial-image img {
        width: 80px !important;
    }

    .testimonal-item p {
        font-size: 12px !important;
    }

    .testimonal-item h6 {
        font-size: 12px !important;
    }

    /*  */
    /* JOIN US PAGE */
    /*  */
    .joinheropage {
        height: 40vh;
    }

    .joinhero-text {
        height: 40vh;
    }

    .joinhero-text h1 {
        font-size: 20px;
    }

    .joinhero-text h6 {
        font-size: 14px;
    }

    .joinpagetext {
        margin-top: 20px;
    }

    .joinpagetext h3 {
        font-size: 17px !important;
        font-weight: 600;
    }

    .joinpagetext p {
        font-size: 12px;
        padding-top: 0px;
    }

    .worksection h3 {
        font-size: 17px;
        padding-bottom: 5px;
    }

    /* .worksection {
        margin-bottom: 0px;
        margin-top: 0px;
    } */

    .workcontainer {
        gap: 20px;
    }

    .workcontainer .number {
        padding: 5px 15px;
    }

    .workcontainer .text {
        font-weight: 600;
        font-size: 15px;
    }

    .mobilespacing {
        margin-top: 20px !important;
    }

    .below-text {
        padding-top: 10px;
        font-size: 12px;
    }

    .corevalue-section {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .corevalue-section img {
        width: 100%;
    }

    .corevalue-section .row {
        align-items: center;
    }

    .corevalue-section h3 {
        font-size: 25px;
        font-weight: 600;
        margin-left: 5px;
    }

    .corevalue-section ul li {
        font-size: 14px;
        padding-top: 15px;
    }

    .corevalue-section ul li br {
        display: none;
    }

    .corevalue-section ul li b {
        color: #126B02;
    }

    .corevaluecol {
        margin-top: 20px !important;
    }

    .openposition-section-h3 {
        font-size: 17px;
        margin-top: 0px;
    }

    .openposition-section p {
        padding-top: 10px;
        font-size: 14px;
    }

    .openposition-row {
        margin-top: 30px !important;
        justify-content: space-evenly !important;
    }

    .openposition-col {
        width: 95% !important;
        padding: 20px !important;
        margin-top: 10px !important;
    }

    .openposition-coll {
        width: 95% !important;
        padding: 20px !important;
        margin-top: 10px !important;
        display: flex;
        margin: auto;
    }

    .openposition-col-h3 {
        font-size: 17px;
        font-weight: 600;
        padding-left: 0px;
    }

    .openposition-coll ul li {
        font-size: 14px;
        line-height: 2rem;
    }

    .openposition-coll ul {
        padding-top: 10px;
    }

    .openposition-col ul li {
        font-size: 14px;
        line-height: 2rem;
    }

    .openposition-col ul {
        padding-top: 10px;
    }

    .btn-openposition {
        border-radius: 0 !important;
        background: #FE7402 !important;
        color: white !important;
        font-size: 15px !important;
        margin-left: 15px;
        padding: 13px 30px !important;
        margin-top: 20px;
    }

    .openposition-section {
        margin-bottom: 20px;
    }

    .apply-section-h3 {
        font-weight: 600;
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .apply-section {
        margin-top: 50px;
    }

    .apply-section-p {
        font-size: 14px;
    }

    .apply-section ol li {
        font-size: 14px;
        line-height: 25px;
    }

    .apply-section-head {
        font-size: 18px;
        padding-top: 15px;
        font-weight: 600;
        padding-bottom: 0px;
    }

    .email-info {
        color: #158C00 !important;
    }

    .email-info:hover {
        color: #158C00 !important;
    }

    /*  */
    /* SEARCH PAGE */
    /*  */
    .hr-div {
        margin: 30px 0 50px 0 !important;
    }

    .search-section {
        margin-top: 20px;
    }

    .search-section-row {
        padding: 25px 20px 0 20px;
        justify-content: space-between !important;
        align-items: center;
    }

    .search-section-col h3 {
        font-size: 17px;
        width: 100%;
        font-weight: 600;
        padding: 10px 0;
    }

    .search-section-col p {
        font-size: 12px;
        width: 100%;
    }

    /*  */
    /* BLOG PAGE */
    /*  */

    .svg-dropdown {
        justify-content: space-between;
    }

    .blogpagehero {
        height: 40vh;
    }

    .downloadable-resources {
        height: 40vh;
    }

    .bloghero-text {
        height: 40vh;
    }

    .bloghero-text h1 {
        font-size: 25px;
    }

    .bloghero-text h6 {
        font-size: 14px;
    }

    .blogsection {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .blogsection h3 {
        font-size: 25px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .blog-card-title {
        font-size: 17px;
        line-height: 25px;
        font-weight: 600;
    }

    .blog-card-text {
        font-size: 14px;
        line-height: 25px;
        color: black;
    }

    .date-display {
        color: #3F3F3F;
        font-size: 14px;
    }

    .card-footer {
        margin-top: 10px;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .reed {
        width: 100% !important;
    }

    .down-icon {
        width: 20% !important;
    }

    .card-footer .btn-readmore {
        background: #126B02;
        color: white;
        font-size: 12px;
        border-radius: 0;
        width: 100% !important;
        height: 50px;
        text-transform: uppercase;
    }

    .card-footer .btn-icon {
        background: #126B02;
        color: white;
        font-size: 14px;
        border-radius: 0;
        height: 50px;
        width: 100%;
        margin-left: auto !important;
    }

    .card-footer .btn-readmore:hover {
        background: #126B02;
        color: white;
    }

    .card-footer .btn-icon:hover {
        background: #126B02;
        color: white;
    }

    .btn-icon img {
        width: 20px;
    }

    .blog-card-body {
        width: 100%;
    }

    .blogsection-row {
        margin-top: 20px !important;
    }

    .page-link {
        color: black !important;
        border: none !important;
        font-size: 15px !important;
    }

    .page-link:hover {
        color: black !important;
        border: none !important;
        background: none !important;
        cursor: pointer;
    }

    .pagination {
        border: 0 !important;
        justify-content: space-between;
    }

    .navigation {
        margin-bottom: 30px;
    }

    .page-container {
        display: flex;
        gap: 20px;
    }

    .page-active {
        background: #158C00 !important;
        color: white !important;
        border-radius: 2px !important;
    }

    .page-active:hover {
        background: #158C00 !important;
        color: white !important;
        border-radius: 2px !important;
    }

    /*  */
    /* BLOG DETAIL PAGE */
    /*  */
    .blogdetailsection {
        margin-top: 30px;
    }

    .blogdetailsection h3 {
        font-size: 17px;
        font-weight: 600;
    }

    .detail-container {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }

    .blogdetailrow {
        margin-top: 10px !important;
        align-items: center;
    }

    .blogdetailrow-p {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
        padding-bottom: 20px;
    }

    .blog-p {
        font-size: 12px !important;
        line-height: 20px;
    }

    .share-container {
        display: flex;
        align-items: center !important;
        gap: 20px;
    }

    .share-container svg {
        margin-left: 5px;
        cursor: pointer;
    }

    .studies-p {
        font-size: 14px;
        text-align: center;
        color: #126B02;
    }

    .testimonysection {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .testimonysection h3 {
        font-size: 25px;
        font-weight: 600;
    }

    .testimonysection p {
        font-size: 14px;
        padding-top: 20px;
    }

    .testimonysectionrow {
        justify-content: space-between;
        align-items: center;
    }

    .carousel-colon {
        display: block;
    }

    .green-colon {
        display: none;
    }

    .lastname {
        margin-top: 20px !important;
    }

    .download-section {
        width: 100% !important;
    }

    .btn-close-download-modal {
        font-size: 12px !important;
        padding: 8px 20px !important;
        font-weight: 600 !important;
    }

    .btn-submit-download-form {
        font-size: 12px !important;
        background: #158C00 !important;
        border: 1px solid #B3B3B3 !important;
        color: white !important;
        padding: 8px 20px !important;
    }

    .qwerty {
        margin: 0 0 !important;
    }

    .join-container {
        margin-top: 15px;
    }

    .text-alignment {
        height: 40vh;
    }

    .blog-alignment {
        height: 40vh;
    }

    .table {
        width: 100% !important;
        margin-top: 30px !important;
    }

    th,
    td {
        padding: 5px !important;
    }
}

.qwerty {
    margin: 10px 0 !important;
}

/* ANIMATION */

/* parallax */

.scroll-scale {
    opacity: 0;
    transform: scale(.9);
    transition: all 2s;
}

.scroll-bottom {
    opacity: 0;
    transform: translateY(100px);
    transition: 2s;
}

.scroll-top {
    opacity: 0;
    transform: translateY(-300px);
    transition: 3s;
}

.show-items {
    opacity: 1;
    transform: translateX(0);
}
