@charset "UTF-8";

:root {
    --primary-color: #000000;
    --secondary-color: #00000;
    --dark-color: #1f1b20;
    --bg-color: #f8f9fa;
    --white-color: #ffffff;
    --black-color: #000000;
    --text-gray-color: #606060;
    --transition: all 0.5s ease;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
html {
    scroll-behavior: smooth
}
body,
html {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: var(--black-color);
    font-family: "Inter", sans-serif;
}
h1,h2,h3 {
    margin: 0;
    font-family: "Inter", sans-serif;
}
h4,h5,h6 {
    margin: 0;
    font-family: "Inter", sans-serif;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
    color: var(--black-color);
}
p:last-child {
    margin-bottom: 0
}
a,
button {
    cursor: pointer;
    text-decoration: none;
    color: var(--black-color);
    transition: var(--transition);
}
a, button, img, input, textarea {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
a:focus {
    text-decoration: none;
    outline: 0
}
a:hover {
    text-decoration: none;
    color: inherit;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    margin: 0;
    padding: 0
}
li {
    list-style: none;
    transition: var(--transition);
}
.form-label {
    font-weight: 500;
    margin-bottom: 2px;
}
.form-group {
    margin-bottom: 10px;
}
.form-control {
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    height: 40px;
    border: 1px solid #c7c6c6;
    color: #282828;
    font-size: 13px;
    width: 100%;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 .0rem rgba(13, 110, 253, .25);
}
.container-fluid {
    padding-right: 80px;
    padding-left: 80px;
}
.section-padding {
    padding: 60px 0 60px 0;
}
.pad-top {
    padding-top: 60px;
}
.pad-bottom {
    padding-bottom: 60px;
}
.pad-top-half {
    padding-top: 30px;
}
.pad-bottom-half {
    padding-bottom: 30px;
}
.my-container {
    padding: 0 50px;
    margin-left: auto;
    margin-right: auto;
    width: 1425px;
}
.logo-icon img {
    width: 74px;
    height: 85px;
    margin-top: 5px;
}
.main-head-1 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 40px */
    letter-spacing: -2px;
    margin-top: 48px;
    margin-bottom: 48px;
}
.content-1 p {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 22px */
    margin-bottom: 20px;
}
.content-1 {
    width: 770.546px;
    margin-left: 150px;
}
.content-box-list h4 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 28.6px */
}
.content-box-list:hover .box-right-arrow img{
    transition: transform .3s;
    transform: translate(10px);
}
.box-right-arrow img {
    margin-top: 4px;
    margin-left: 8px;
    transition: transform .3s;
    transform: translate(0px);
}
.content-box-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 88px;
    transition: all .3s;
    margin-bottom: 10px;
}
.content-box-list:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background-color: #000000;
}
.content-box-grid {
    width: 859.719px;
    margin-left: 150px;
    margin-top: 45px;
    margin-bottom: 95px;
}
.content-box-list:before {
    content: "";
    width: 7px;
    height: 88px;
    position: absolute;
    left: 0;
}
.content-box-list.color-1:before {
    background: #D56B43;
}
.content-box-list.color-2:before {
    background: #448F71;
}
.content-box-list.color-3:before {
    background: #993639;
}
.content-box-list.color-4:before {
    background: #5069A9;
}
.box-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 20px;
}
.case-studies-grid {
    margin-top: 65px;
    width: 100%;
    gap: 50px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
}
.case-studies-grid h4 {
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 17.6px */
    letter-spacing: -0.48px;
    margin-bottom: 3px;
}
.case-studies-grid p {
    color: #767676;
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.48px;
    margin-bottom: 5px;
}
.case-studies-item img {
    width: 410px;
    height: 410px;
    margin-bottom: 15px;
    object-fit: cover;
}
.case-studies-item {
    display: block;
}
.link-btn {
    display: flex;
    justify-content: end;
    margin-top: 52px;
}
.link-btn a {
    color: #767676;
    text-align: right;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 18.7px */
    letter-spacing: -0.51px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: transform .3s;
}
.link-btn a:hover {
    color: #767676;
    text-decoration-line: underline;
}
.link-btn a:hover i {
    transform: translate(10px);
}
.link-btn a i {
    font-size: 14px;
    padding-left: 2px;
    transition: transform .3s;
}
.approach-section {
    margin-top: 25px;
    margin-bottom: 105px;
}
.approach-grid {
    width: 100%;
    gap: 50px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.approach-item p {
    width: 450px;
    height: 138px;
    line-height: 150%;
}
.pt-92 {
    padding-top: 92px;
}
.pad-bottom-95 {
    padding-bottom: 95px;
}
.footer-head h4 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 40px */
    letter-spacing: -2px;
    padding: 30px 0;
}
.footer-head {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.footer-grid {
    width: 100%;
    gap: 50px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    padding-top: 62px;
    padding-bottom: 62px;
}
.footer-logo img {
    width: 74px;
    height: 85px;
}
.footer-text p{
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    margin-bottom: 0;
}
.footer-item {
    padding-top: 10px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-social-link {
    padding-top: 10px;
}
.footer-social-link a {
    display: block;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
    width: fit-content;
}
.height-289 {
    height: 289.75px;
}

/*------------------------ approach page start --------------------------*/
.font-weight-700 {
    font-weight: 700;
}
.font-weight-400 {
    font-weight: 400;
}
.head-color-1 {
    color: #D56B43;
}
.head-color-2 {
    color: #993639;
}
.head-color-3 {
    color: #448F71;
}
.head-color-4 {
    color: #5069A9;
}
.left-pillars {
    width: 490.319px;
    display: flex;
    flex-direction: column;
    gap: 42px;
}
.left-pillars .p-text {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.p-text h4 {
    text-align: right;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 28.6px */
}
.p-text p {
    color: #000;
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 0;
}
.p-text a {
    width: 117.941px;
    height: 32px;
    background: rgba(0, 0, 0, 0.80);
    border: 1px solid rgba(0, 0, 0, 0.80);
    color: #ffffff;
    text-align: center;
    font-family: "Instrument Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.9px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.p-text a:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}
.right-pillars {
    width: 490.319px;
    display: flex;
    flex-direction: column;
    gap: 42px;
}
.right-pillars .p-text {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.grid-pillars {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.middle-pillars {
    display: flex;
    justify-content: center;
    align-items: center;
}
.middle-pillars h3 {
    color: #000;
    text-align: center;
    font-family: "Instrument Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.card-pillars {
    padding-top: 155px;
    padding-bottom: 95px;
}
.body-text-color-1 .main-head-color {
    color: #E9501A;
}
.body-text-color-1 .sub-heading-color {
    color: #E9501A;
}
.body-text-color-2 .main-head-color {
    color: #993639;
}
.body-text-color-2 .sub-heading-color {
    color: #993639;
}
.body-text-color-3 .main-head-color {
    color: #448F71;
}
.body-text-color-3 .sub-heading-color {
    color: #448F71;
}
.body-text-color-4 .main-head-color {
    color: #5069A9;
}
.body-text-color-4 .sub-heading-color {
    color: #5069A9;
}
.main-head-color {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 100% */
}
.sub-text-italic {
    font-style: italic !important;
}
.sub-heading-color {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.sub-heading-black {
    font-size: 18px;
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.card-pillars p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}
.card-pillars li {
    list-style: disc;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-left: 20px;
}
.card-pillars-grid {
    width: 100%;
    gap: 125px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
/*------------------------ approach page end --------------------------*/


.list-sidebar {
    width: 323.333px;
    height: 281.808px;
}
.list-sidebar li {
    line-height: 0;
}
.list-sidebar li a {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.list-sidebar li a:hover {
    text-decoration-line: underline;
}
.list-heading {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
    text-transform: uppercase;
    margin-bottom: 20px;
}
.mission-grid {
    width: 100%;
    gap: 50px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.mission-item h4 {
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 17.6px */
    letter-spacing: -0.48px;
    margin-bottom: 3px;
}
.mission-item p {
    color: #767676;
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 17.6px */
    letter-spacing: -0.48px;
}
.mission-item img {
    width: 410px;
    height: 410px;
    margin-bottom: 15px;
    object-fit: cover;
}
.mission-item {
    display: block;
}
.listing-section {
    display: flex;
    justify-content: space-between;
    padding-bottom: 95px;
    padding-top: 45px;
}
.sidebar-item {
    padding-bottom: 65px;
}


/*---------------- mission details start ----------------------*/
.mission-details-top p{
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 33px */
    margin: 0;
}
.mission-details-top p span {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.mission-details-top {
    width: 770.546px;
    margin-left: 150px;
    padding-top: 38px;
}
.main-head-3 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
    letter-spacing: -2px;
    width: 736px;
    margin: 65px 0 55px 0;
}
.mission-main-text h2 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 22px */
}
.mission-main-text {
    width: 686.546px;
    margin-left: 150px;
}
.common-box p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-bottom: 20px;
}
.common-box ul li {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    list-style: disc;
    margin-left: 25px;
}
.all-box {
    margin-top: 60px;
    width: 100%;
    gap: 50px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
}
.width-left {
    width: 725.546px;
    margin-left: 150px;
}
.mission-text h3 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 100% */
}
.mission-text p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}
.text_italic {
    font-style: italic !important;
}
.text-3 p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
    margin: 0;
}
.font-weight-600 {
    font-weight: 600 !important;
}
.inline-mission-text {
    margin-top: 27px;
    width: 100%;
    gap: 60px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.mission-text {
    margin-top: 70px;
}
.impact-area {
    padding-top: 85px;
}
.impact-area h3 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 100% */
    margin: 0;
}
.impact-area p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    list-style: disc;
    margin-left: 10px;
}
.insight-text h2 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 100% */
}
.insight-text p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}
.insight-details-text h4 {
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.48px;
    margin-bottom: 3px;
}
.insight-details-text p {
    color: #767676;
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 17.6px */
    letter-spacing: -0.48px;
}
.insight-details-text img {
    margin-bottom: 25px;
    padding-top: 50px;
}
.divider {
    width: 100%;
    height: 1px;
    display: block;
    background: #000;
    margin-top: 90px;
    margin-bottom: 75px;
}
.divider-mission {
    width: 100%;
    height: 1px;
    display: block;
    background: #000;
    margin-top: 90px;
    margin-bottom: 75px;
}
.mission-img {
    position: absolute;
    right: 110px;
    top: 20px;
}
.main-head-4 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -2px;
    width: 700px;
    margin: 47px 0 55px 0;
}
.insight-text {
    padding-top: 30px;
    padding-bottom: 75px;
}
.list {
    padding-left: 5px;
}
.pad--0 p {
    margin-left: 0;
}

/*---------------- mission details end ----------------------*/