@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');

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Lato", sans-serif;
    color: #000;
    background: #ffffff;
    overflow-x: hidden;
}

input,
textarea,
button {
    font-family: "Lato", sans-serif;
    outline: none;
}

button,
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

.btn-primary {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FBFBFB;
    width: 210px;
    height: 50px;
    background: #61CE70;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 32px;
    border: 2px solid #61ce70;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #9bb5c4;
    margin: 0;
    padding: 0;
}

input,
select {
    outline: none;
}

a {
    text-decoration: none;
    color: #1b2642;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.transition {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.list-none {
    margin: 0;
    padding: 0;
    list-style: none;
}

fieldset {
    border: none;
    padding: 0;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

ol,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

img {
    padding: 0;
    margin: 0;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: auto;
}

/* Home page CSS */

.header-flex {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.header-pages ul {
    display: flex;
    gap: 40px;
}

section.site-banner {
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.site-banner-content h1 {color: #00B1F1;font-family: Lato;font-size: 30px;font-style: normal;font-weight: 700;line-height: normal;text-align: end;padding-top: 230px;}

.primary-clr-1 {
    color: #57AC33;
} 
  
header#header {
    position: absolute;
    top: 35px;
    z-index: 9;
    left: 0;
    right: 0;
}

.header-pages ul li a {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.what-we-do-content h2 {
    color: #707070;
    font-family: Lato;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 88%;
    padding-bottom: 60px;
}

section.what-we-do {
    padding-top: 40px;
    padding-bottom: 60px;
}

.what-we-flex {
    display: flex;
    justify-content: space-between;
}

.what-we-sub {
    width: 32%;
}

.what-we-sub img {
    width: 100%;
}

.what-we-sub h4 {
    color: #404040;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px 0px;
}

.what-we-sub p {
    color: #404040;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.what-we-sub p span {
    display: inline-block;
    position: relative;
    top: 2px;
    left: 5px;
    transition: 0.5s;
}

span.primary-clr-2 {
    color: #50B948;
}
footer#footer {
    background-color: #404040;
}

.footer-flex {
    padding: 50px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-sub-1 li a {
    display: block;
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-sub-1 ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-sub-2 h3 {
    color: #FFF;
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 22px;
}

.footer-sub-2 {
    width: 40%;
}

.footer-sub-2 h3 span {
    color: #00BCF2;
}

.footer-sub-2 h3 span svg {
    position: relative;
    top: 5px;
}

.footer-sub-2 a {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding-bottom: 10px;
    text-align: start;
}
section.why-livolsi {
    background-color: #50B948;
    position: relative;
    overflow: hidden;
}

.why-livolsi-headline h2 {
    color: #FFF;
    font-family: Lato;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.why-livolsi-content-all p {
    color: #FFF;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.why-livolsi-sub-1 p {
    max-width: 400px;
}

.why-livolsi-sub-2 p {
    max-width: 430px;
}

.why-livolsi-sub-3 p {
    max-width: 500px;
}

.why-livolsi-sub-4 p {
    max-width: 600px;
}

.why-livolsi-sub-1 {
    padding-top: 200px;
    padding-left: 232px;
}

.why-livolsi-sub-2 {
    display: flex;
    justify-content: end;
    padding-top: 30px;
}

.why-livolsi-sub-3 {
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
    padding-right: 40px;
    align-items: center;
}

.why-livolsi-sub-4 {
    padding-top: 0px;
    padding-left: 60px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding-right: 60px;
}
.why-livolsi-sub-1 img {
    width: max-content;
    top: 0px;
    right: 0;
    border-radius: 0px !important;
}

.why-livolsi-sub-2 img {
    width: max-content;
    height: 400px;
    top: 13%;
    left: 0px;
    border-radius: 0px !important;
}

.why-livolsi-content-all img {
    border-radius: 100%;
    position: absolute;
}

.why-livolsi-sub-3 img {
    width: 546px;
    height: 546px;
    position: static;
}

.why-livolsi-sub-4 img {
    width: 336px;
    height: 336px;
    position: static;
}
.why-livolsi-al {
    padding: 70px 0px 70px 0px;
    max-width: 1280px;
    margin: auto;
    position: relative;
}
.we-do-img img {
    display: block;
    transition: 0.5s;
}

.what-we-sub:hover img {
    transform: scale(1.1);
}

.we-do-img {
    overflow: hidden;
}
.what-we-sub:hover span {
    left: 20px !important;
}
.approach-sec-headline h2 {
    color: #707070;
    font-family: Lato;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 60px;
}

.approach-sec-flex {
    display: flex;
    justify-content: space-between;
}

.approach-sec-sub1 {
    width: 48%;
}

.approach-sec-sub1 p {
    padding-bottom: 24px;
    color: #404040;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.approach-sec-sub2 {
    width: 45%;
    position: relative;
    height: max-content;
}

.approach-sec-sub2 h4 {
    color: #50B948;
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
}

.approach-sec-sub2 h5 {
    color: #50B948;
    font-family: Lato;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.approach-sec-sub2::before {
    position: absolute;
    content: "";
    background-color: #70707073;
    height: 100%;
    width: 1px;
    left: -45px;
} 

section.our-approach-sec {
    padding: 50px 0px 100px 0px;
}
section.approach-target {
    padding: 80px 0px;
    margin-bottom: 60px;
    background-color: #50B948;
} 

.approach-target-content h2 {
    color: #FFF;
    font-family: Lato;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 98%;
}
.insight-sec-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0px;
}

.insight-sec-sub {
    width: 32%;
}

.insight-sec-sub img {
    width: 100%;
    display: block;
    transition: 0.6s;
}

.insight-sec-sub h3 {
    color: #707070;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 92%;
}

.insight-sec-headline h2 {
    color: #50B948;
    font-family: Lato;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
}

.insight-sec-headline p {
    color: #404040;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 90%;
    padding-bottom: 60px;
}

section.insight-sec {
    padding-bottom: 100px;
}
.insight-sec-sub span {
    position: relative;
    left: 5px;
    top: 2px;
}
.insight-sec-sub:hover img {
    transform: scale(1.1);
}

.insight-sec-img {
    overflow: hidden;
    margin-bottom: 20px;
}

.insight-sec-sub:hover h3 {
    color: #00BCF2;
}
.insights-details-header h3 {
    color: #50B948;
    font-family: Lato;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 40px;
}

.insights-details-header h2 {
    color: #707070;
    font-family: Lato;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
}

.insights-details-header h5 {
    color: #50B948;
    font-family: Lato;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 85%;
    padding-bottom: 30px;
} 

.insights-details-header img {
    width: 100%;
    max-height: 570px;
    display: block;
    padding-bottom: 30px;
}

.insights-details-main p {
    color: #404040;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 25px;
}

.insights-details-flex {
    display: flex;
    justify-content: space-between;
}

.insights-details-sub1 {
    width: 46%;
}

.insights-details-sub2 {
    width: 46%;
    position: relative;
}

.insights-details-sub2::before {
    position: absolute;
    content: "";
    background-color: #70707073;
    height: 96%;
    width: 1px;
    left: -45px;
    top: 2%;
}

.insights-details-sub1 h3 {
    color: #50B948;
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
}

.insights-details-sub2 h3 {
    color: #404040;
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
}

section.insights-details {
    padding: 60px 0px 60px 0px;
}
.insights-details-main h4 {
    color: #404040;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 5px;
}
.insights-details-main p span {
    text-decoration-line: underline;
}
.insights-details-main {
    max-width: 93%;
}
.insights-details-header {
    max-width: 95%;
} 
.insight-img img {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    display: block;
}
.insight-img {
    text-align: center;
}
section.insight-sec.industries-1 {
    padding-bottom: 0px;
}
section.our-team-sec {
    padding: 50px 0px 100px 0px;
}

.our-team-sub {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 80px;
}

.our-team-sub-content h3 {
    color: #50B948;
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 4px;
}

.our-team-sub-content a {
    color: #00BCF2;
    font-family: Lato;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding-bottom: 20px;
}

.our-team-sub-content p {
    color: #404040;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 30px;
}

.our-team-sub:last-child {
    padding-bottom: 0px;
}
section.contact-us-sec h2 {
    max-width: 95%;
}
section.contact-us-sec {
    padding: 50px 0px 100px 0px;
}
.contact-us-main {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
} 

.contact-us-content {
    width: 45%;
}

.contact-us-form {
    width: 45%;
}

.contact-us-content h3 {
    color: #50B948;
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
}

.contact-us-content p {
    color: #404040;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 40px;
}

.contact-us-content h4 {
    color: #50B948;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 5px;
}

a.contact-num {
    color: #404040;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    padding-bottom: 30px;
}

a.contact-mail {
    color: #00BCF2;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input-1 input {
    display: block;
    width: 359px;
    height: 49px;
    margin-bottom: 20px;
    border: 1px solid #C4C4C4;
    padding: 0px 20px;
}

.input-1 input::placeholder {
    color: #404040;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input-2 label {
    display: block;
    color: #707070;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
}

.input-2 textarea {
    width: 359px;
    height: 139px;
    border: 1px solid #C4C4C4;
    resize: none;
    margin-bottom: 30px;
    padding: 20px 20px;
}  

.submit-btn input {
    width: 93px;
    height: 37px;
    background-color: #00BCF2;
    border: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* faq css */

.accordion-item {
    margin-bottom: 5px;
}

.accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: 15px;
    text-align: left;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #404040;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #F5F5F5;
}

.icon {
    transition: transform 0.3s;
    margin-left: 10px;
}

.close-icon {
    display: none;
}

.accordion-header.active .open-icon {
    display: none;
}

.accordion-header.active .close-icon {
    display: inline-block;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 15px;
}
.clients-content h2 {
    color: #50B948;
    font-family: Lato;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 15px;
}

.clients-content p {
    color: #404040;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 60px;
}

.client-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.logo-sub {
    width: 30%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.logo-sub img {
    max-width: max-content;
    display: block;
}

section.clients {
    padding-bottom: 100px;
}
.footer-sub-3 a {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding-bottom: 10px;
    text-align: end;
}

.footer-sub-3 a:first-child {
    padding-bottom: 22px;
}
.menu-toggle {
    display: none;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    background-color: #57AC33;
    padding: 10px 15px;
    border-radius: 5px;
  }
  
  .nav-menu ul {
    list-style: none;
    display: flex;
    gap: 20px;
  }
  

/* Responsive */

@media (max-width: 1200px) {
    .container {
        width: 100%;
        max-width: 100%;
        margin: auto;
        padding: 0px 40px;
    }
    .what-we-do-content h2 {
        font-size: 50px;
        max-width: 100%;
        padding-bottom: 60px;
    }
    .why-livolsi-sub-1 img {
        width: 35%;
    }
    .why-livolsi-sub-2 img {
        width: max-content;
        height: 330px;
    }
    .why-livolsi-sub-3 img {
        width: 336px;
        height: 336px;
    }
    .why-livolsi-sub-4 img {
        width: 246px;
        height: 246px;
    }
    .why-livolsi-content-all p {
        font-size: 22px;
    }
    .footer-sub-2 h3 {
        font-size: 30px;
    }
    .approach-sec-headline h2 {
        font-size: 50px;
    }
    .approach-target-content h2 {
        font-size: 50px;
    }
    .insights-details-header h2 {
        font-size: 50px;
    }




  }

  
/* Hamburger Styles for Mobile */
@media (max-width: 901px) {
    .menu-toggle {
      display: block;
      position: relative;
      z-index: 99;
    }
  
    .nav-menu {
      background-color: #57AC33;
      transform: translateX(-110vw);
      transition: 0.8s;
      position: absolute;
      width: 100vw;
      left: 0;
      top: -40px;
      padding: 100px 50px;
      height: 100vh;
    }
  
    .nav-menu.active {
      transform: translateX(-0vw);
    }
  
    .nav-menu ul {
      flex-direction: column;
      padding: 0;
      margin: 0;
    }
  
    .nav-menu ul li {
      padding: 10px 15px;
    }
  
    .nav-menu ul li a {
      color: #fff;
    }
    .what-we-do-content h2 {
        font-size: 40px;
    }
    .what-we-flex {
        flex-wrap: wrap
    }
    .what-we-sub {
        width: 48%;
        padding-bottom: 20px;
    }
    .why-livolsi-headline h2 {
        font-size: 40px;
    }
    .why-livolsi-content-all p {
        font-size: 20px;
    }
    .why-livolsi-sub-3 img {
        width: 286px;
        height: 286px;
    }
    .why-livolsi-sub-4 img {
        width: 216px;
        height: 216px;
    }
    .why-livolsi-sub-2 img {
        width: max-content;
        height: 300px;
    }
    .why-livolsi-sub-3 {
        padding-right: 0px;
    }
    .approach-sec-headline h2 {
        font-size: 40px;
    }
    .approach-sec-sub2 h5 {
        font-size: 20px;
    }
    .approach-sec-sub2::before {
        left: -25px;
    }
    .approach-target-content h2 {
        font-size: 40px;
    }
    .insight-sec-flex {
        flex-wrap: wrap;
    }
    .insight-sec-sub {
        width: 48%;
    }
    .insights-details-header h3 {
        font-size: 50px;
        padding-bottom: 30px;
    }
    .insights-details-header h2 {
        font-size: 40px;
    }
    .insights-details-header h5 {
        font-size: 18px;
    }
    .insights-details-sub2::before {
        left: -30px;
    }
    .insight-sec-headline h2 {
        font-size: 50px;
    }
    .footer-sub-2 h3 span svg {
        top: 8px;
        width: 40px;
    }
    .contact-us-main {
        flex-wrap: wrap;
        padding-top: 0px;
    }
    .contact-us-content {
        width: 100%;
        padding-bottom: 30px;
    }
    .contact-us-form {
        width: 100%;
    }
    section.contact-us-sec h2 {
        max-width: 100%;
        padding-bottom: 50px;
    }
    .logo-sub {
        width: 48%;
    }




  }

  @media (max-width: 701px) {
    .container {
        padding: 0px 20px;
    }
    .site-banner-content h1 {
        font-size: 25px;
        padding-top: 250px;
    }
    .what-we-do-content h2 {
        font-size: 30px;
        padding-bottom: 40px;
    }
    .what-we-sub {
        width: 100%;
        padding-bottom: 30px;
    }
    .what-we-sub h4 {
        font-size: 16px;
        padding: 10px 0px;
    }
    .what-we-sub p {
        font-size: 16px;
    }
    .why-livolsi-sub-2 img {
        display: none;
    }
    .why-livolsi-headline h2 {
        font-size: 30px;
    }
    .why-livolsi-sub-1 {
        padding-top: 40px;
        padding-left: 0px;
    }
    .why-livolsi-content-all p {
        font-size: 18px;
        max-width: max-content;
    }
    .why-livolsi-sub-3 img {
        display: none;
    }
    .why-livolsi-sub-3 {
        padding-top: 30px;
    }
    .why-livolsi-sub-4 {
        padding-right: 0px;
    }
    .why-livolsi-sub-4 img {
        position: absolute;
        bottom: -170px;
    }
    .why-livolsi-sub-4 {
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 30px;
    }
    .why-livolsi-content-all {
        padding-bottom: 80px;
    }
    .why-livolsi-sub-4 img {
        position: absolute;
        bottom: -40px;
        right: -10px;
        width: 180px;
        height: 180px;
    }
    .footer-flex {
        flex-wrap: wrap;
        gap: 40px;
    }
    .footer-sub-1 {
        width: 100%;
    }
    .footer-sub-2 {
        width: 100%;
    }
    .footer-sub-3 {
        width: 100%;
    }
    .footer-sub-2 h3 {
        font-size: 28px;
    }
    .footer-sub-2 h3 span svg {
        top: 10px;
        width: 30px;
    }
    .nav-menu {
        padding: 50px 20px;
    }
    .approach-sec-headline h2 {
        font-size: 28px;
    }
    .approach-sec-sub2::before {
        opacity: 0;
    }
    .approach-sec-flex {
        flex-wrap: wrap;
    }
    .approach-sec-sub1 {
        width: 100%;
    }
    .approach-sec-sub2 {
    width: 100%;
}
.approach-sec-sub2 h5 {
    font-size: 18px;
}
section.our-approach-sec {
    padding: 30px 0px 60px 0px;
}
.approach-sec-headline h2 {
    padding-bottom: 20px;
}

.approach-sec-sub2 h4 {
    padding-bottom: 10px;
}
section.approach-target {
    padding: 50px 0px;
}
.approach-target-content h2 {
    font-size: 27px;
}
.insight-sec-headline h2 {
    font-size: 40px;
}
.insight-sec-headline p {
    font-size: 16px;
    max-width: 100%;
    padding-bottom: 40px;
}
.insight-sec-sub {
    width: 100%;
}
.insight-sec-sub h3 {
    font-size: 18px;
    max-width: 100%;
}
section.insight-sec {
    padding-bottom: 50px;
}
section.insights-details {
    padding: 40px 0px 40px 0px;
}
.insights-details-header h3 {
    font-size: 40px;
    padding-bottom: 20px;
}
.insights-details-header h2 {
    font-size: 28px;
}
.insights-details-header h5 {
    font-size: 18px;
    max-width: 100%;
}
.insights-details-sub2::before {
    opacity: 0;
}
.insights-details-sub1 {
    width: 100%;
}
.insights-details-flex {
    flex-wrap: wrap;
}
.insights-details-sub2 {
    width: 100%;
}
.insight-sec-headline h2 {
    font-size: 30px;
}
.insights-details-header {
    max-width: 100%;
}
.insights-details-main {
    max-width: 100%;
}
.insights-details-sub1 h3 {
    font-size: 26px;
    padding-bottom: 10px;
}
.our-team-sub {
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 30px;
}
.our-team-sub-content h3 {
    font-size: 25px;
}
.our-team-sub-img img {
    max-width: 70%;
}
.our-team-sub-content a {
    font-size: 20px;
    padding-bottom: 10px;
}
.our-team-sub-content p {
    font-size: 16px;
}
.contact-us-content h3 {
    font-size: 20px;
    padding-bottom: 10px;
}
section.contact-us-sec h2 {
    max-width: 100%;
    padding-bottom: 30px;
}
.input-1 input {
    display: block;
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    border: 1px solid #C4C4C4;
    padding: 0px 10px;
}
.input-2 textarea {
    width: 100%;
}
section.contact-us-sec {
    padding: 50px 0px 60px 0px;
}
.accordion-container {
    padding-bottom: 20px;
}
.approach-sec-sub2 h5 {
    font-size: 16px;
}
section.approach-target {
    padding: 40px 0px;
}
.approach-target-content h2 {
    font-size: 22px;
}
.clients-content h2 {
    font-size: 40px;
}
section.approach-target {
    margin-bottom: 40px;
}
.clients-content p {
    font-size: 16px;
}
.logo-sub {
    width: 100%;
}
.logo-sub img {
    max-width: 100%;
}
.logo-sub {
    width: 47%;
}
.approach-sec-sub1 p {
    font-size: 15px;
}





  }
