<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap'); */
@font-face {
    font-family: myfont;
    src: url(/assets/bad.ttf);
}
* {
    font-family: "Century Gothic", sans-serif;
}
body {
    /* font-family: "Montserrat", sans-serif; */
    font-optical-sizing: auto;
    /* font-weight: 500 !important; */
    font-style: normal;
}
#header{
    height: 118px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    transition: transform 0.3s ease-in-out;
}
h1,
h2,
h3 {
    font-weight: 600;
}
/* Margin Padding Styles */
.p-0 {
    padding: 0 !important;
}
.m-0 {
    margin: 0px !important;
}
.lightgrey-text {
    color: #E1E1E1;
}
.grey-text {
    color: #000000;
    font-weight: 500;
    font-style: normal;
}
.grey-bg {
    background-color: #FAFAFA;
}
.fw-light {
    font-weight: 300;
}
.black-bg {
    background-color: #000000;
}
.font-14 {
    font-size: 14px;
}
.half-op {
    opacity: 50%;
}
.welcome {
    margin-left: 12%;
}
.orange-bg {
    background-color: #D77A00;
}
#ValuebasedHealthCare{
    margin: 7rem 0rem;
}
.carousel-inner {
    height: 60vh;
}
.carousel-item {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}
.carousel-item video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
    pointer-events: none;
}
.carousel-item .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}
.bnr-content {
    color: #fff;
}
.bnr-content h1 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
}
.bnr-content p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 2rem;
}
/* .carousel-indicators {
    bottom: 40px;
} */
.sub_header_sec {
    height: 45px;
    z-index: 1001;
    top: 0;
    position: fixed;
    width: 100%;
    background-color: #EA5229;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease-in-out;
}
.sub_header {
    width: 100%;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
    padding: 10px;
    /* height: 50px; */
}
.sub_header img {
    width: 20px;
    height: 20px;
    margin-left: 20px;
    margin-right: 8px;
}
.sub_header a {
    color: #fff;
    text-decoration: none;
}
.navPos {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 20px 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.navPos.header-hidden {
    transform: translateY(-100%);
}

main {
    margin-top: 80px;
}

#navbarSupportedContent {
    justify-content: flex-end;
    height: 60px;
}
#navbarSupportedContent .nav-item {
    /* height: 60px; */
    padding-top: 12px;
}
.navbar-brand img {
    width: 180px;
    /* height: 60px; */
    object-fit: cover;
}
.navbar-nav {
    width: 100%;
    justify-content: space-evenly;
}
/* active */
.navbar-nav li&gt;a {
    /* text-transform: capitalize; */
    color: #000;
    transition: background-color 0.2s, color 0.2s;
}
.navbar-nav li&gt;a:hover,
.navbar-nav li&gt;a:focus {
    /* border-bottom: 3px solid #EA5229; */
    color: #D77A00;
}
.navbar-nav li.active&gt;a {
    border-bottom: 3px solid #EA5229;
    color: #000000;
}

/* Show dropdown on hover for desktop */
@media (min-width: 992px) {
    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }
    .navbar-nav .dropdown .dropdown-toggle::after {
        display: none;
    }
}

/* #navbarSupportedContent .active{
    border-bottom: 4px solid #EA5229;
} */
.services_dropdown_container1,
.services_dropdown_container2,
.services_dropdown_container3,
.services_dropdown_container4 {
    border-radius: 0px 4px 4px 0px;
}
.services_dropdown_container {
    transition: all 0.4s;
}
.services_dropdown a {
    color: #000;
    transition: color 0.3s;
}
.services_dropdown a:hover {
    color: #D77A00;
}
#products_dropdown_container {
    left: 45%;
}
.ourservicecontent {
    display: inline-block;
    width: 25%;
    background-color: #fff;
    border-right: 1px solid #E1E1E1;
    padding: 30px 10px 10px 30px;
    border-radius: 4px 0px 0px 4px;
}
.services_dropdown_container {
    position: fixed;
    z-index: 101;
    top: 80px;
    width: 100%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
    padding-top: 25px;
    /* Add padding to create invisible area */
}
@media only screen and (max-width: 991px) {
    .services_dropdown_container {
        display: none !important;
    }
    .navbar-collapse {
        background: #fff;
        padding: 1rem;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin-top: 1rem;
        width: 100%;
    }
    .navbar-nav {
        padding: 0.5rem;
        border-radius: 4px;
    }
    .dropdown-menu {
        border: none;
        background: transparent;
        box-shadow: none;
        padding-left: 1rem;
    }
    .dropdown-item:hover {
        background: transparent;
        color: #EA5229;
    }
}
.services_dropdown {
    width: 50%;
    background-color: #fff;
    border-radius: 8px;
    padding: 5%;
    margin: 0 auto;
    box-shadow: 4px 0px 4px 0px rgb(0, 0, 0, 0.25);
}
/* Add hover area between button and dropdown */
.services_dropdown_container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    /* Match padding-top */
}
/* .services_dropdown{
    background-color: #fff;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    padding: 30px 10px 10px 30px;
    width: auto;
} */
.services_dropdown .business-segment h6 {
    line-height: 2;
}
.services_dropdown .business-segment a {
    color: #000000;
    text-decoration: none;
}
.services_dropdown .business-segment a:hover {
    color: #EA5229;
}
.services_dropdown .practice-areas ul {
    padding-left: 0;
    list-style-type: none;
}
.services_dropdown .practice-areas ul li {
    margin-bottom: 10px;
}
.services_dropdown .practice-areas ul li a {
    color: #000000;
    text-decoration: none;
}
.homeBnr {
    height: 77vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/banner1.mp4);
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 5vh;
    padding-bottom: 5vh;
}
.homeBnr .content {
    height: 40vh;
    margin-top: 20vh;
}
.transparentBtn {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
}
.homeBnr .bnrServices {
    border-bottom: 1px solid #fff;
}
.bnrServices .bnrService {
    border-right: 1px solid #fff;
}
.home-illustration {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
}
.home-illustration img {
    width: 80%;
}
.bnrServices a {
    color: #fff;
    text-decoration: none;
}
.Offering-card {
    padding-top: 25px;
    padding: 10px;
}
.Offering-card:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 270px;
    border-radius: 5px;
    transition: .5s;
}
.Offering-card {
    display: inline-block;
    position: relative;
    color: #EA5229;
    text-decoration: none;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    height: 270px;
    /* height: 2px; */
}
.Offering-card::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 2px;
    top: 0;
    left: 0;
    background: currentcolor;
    transform-origin: top right;
    transition: transform .5s ease-out;
    border-radius: 5px;
}
.Offering-card:hover::after {
    transform: scaleX(1);
    transform-origin: top left;
    height: 2px;
    border-radius: 5px;
}
.Offering-card h5 {
    color: #000000;
    font-weight: 600;
}
.Offering-card a {
    text-decoration: none;
}
.contact-card {
    width: 100%;
    /* height: 87%; */
    border-top: 3px solid #fff;
    background-color: #d99b3f;
    padding: 15px 15px 20px;
}
.contact-card a {
    background-color: rgb(255, 255, 255);
    color: #000;
    border-radius: 8px;
    padding: 15px 85px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    display: block;
}
.reach-out-sec {
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(18, 39, 8, 0), rgba(18, 39, 89, 0)), url(../images/reach-out-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.reach-out-sec .content {
    padding: 80px 0 120px;
    width: 60%;
}
.reach-out-sec .content a {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 15px 28px;
    border-radius: 4px;
}
.reach-out-sec .content p {
    opacity: 0.8;
}
footer {
    background-color: #fff;
    color: #000;
}
footer ul {
    list-style-type: none;
    padding: 0;
}
footer ul li {
    margin-bottom: 12px;
}
footer a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
}
footer a:hover {
    color: #D77A00;
    text-decoration: none;
}
footer .footer-logo {
    width: 180px;
    margin-bottom: 15px;
}
.secFooter a {
    color: #fff;
    opacity: 0.5;
    transition: 0.3s;
}
.secFooter a:hover {
    color: #fff;
    opacity: 1;
}
.social-links a {
    font-size: 28px;
    margin-right: 10px;
    margin-bottom: 8px;
}
/* service page */
.serviceBnr {
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/service-bnr.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 45px;
    padding-bottom: 45px;
}
.serviceBnr .content {
    height: 30vh;
    margin-top: 15vh;
}
.service-card {
    border-bottom: 1px solid #E1E1E1;
}
.service-card span {
    font-size: 22px;
}
.service-card a {
    font-size: 22px;
    text-decoration: none;
    color: #999999;
}
.underline {
    text-decoration: underline;
}
.popuplogo {
    width: 115px;
    height: 40px;
    object-fit: cover;
}
.serviceSection span {
    font-size: 30px;
}
.serviceSection .serviceImg {
    margin-left: 15%;
}
.serviceSection .serviceImg img {
    width: 100%;
    margin: 10px 0 -10px -10px;
}
.similarServiceImg {
    width: 80%;
    margin-left: 10%;
}
/* contact us */
.contactFormSec {
    margin-top: 100px;
    position: relative;
}
.contactFormSec img {
    position: absolute;
    z-index: -1;
}
.contact_form {
    width: 70%;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.3px);
    -webkit-backdrop-filter: blur(5.3px);
    border: 1px solid rgba(243, 243, 243, 0.3);
}
.contact_form .form-group {
    margin-bottom: 25px;
}
.contact_form .form-group span {
    color: red;
    font-size: 14px;
}
.contact_form input {
    background-color: #fff;
}
.contact_form textarea {
    background-color: #fff;
    margin-bottom: 25px;
}
.contact_form .submit-btn {
    width: 100%;
    background-color: #5460E8;
    border: 1px solid #5460E8;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
    font-weight: bold;
}
.contact_form .submit-btn:hover {
    transition: all 0.4s;
    box-shadow: 6px 6px 15px 4px rgb(0, 0, 0, 0.1);
}
.backbtn {
    display: flex;
    text-decoration: none;
    color: #0088CC;
}
/* webinar */
.webinarHead {
    margin-top: 105px;
}
.webinarDetails {
    padding: 30px 20px;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
}
.webinarDetails h4 {
    padding-bottom: 25px;
    border-bottom: 1px solid #E1E1E1;
}
.webinarDetails .uploadSection {
    width: 150px;
}
.webinarDetails .viewsSection {
    width: 150px;
}
.video-player {
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.video-player button {
    /* display: flex !important; */
    color: #444444;
    background-color: #E8E8E8;
    border-radius: 12px;
    font-size: 20px;
    padding: 0 18px 0 8px;
    align-items: center;
}
.custom-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}
.custom-play {
    font-size: 44px !important;
}
.downloadCard {
    width: 280px;
    background-color: #EFEFEF;
    border-radius: 20px;
    padding: 20px 25px 40px;
    margin: 0 auto;
}
.downloadCard img {
    width: 150px;
    margin-left: 40px;
}
.downloadCard a {
    width: 150px;
    background-color: #0C8CE9;
    color: #fff;
    border-radius: 19px;
    padding: 8px 25px;
    text-decoration: none;
}
.careers-sec {
    margin-top: 105px;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.caseStudyHead {
    margin-top: 105px;
}
.newsDetailHead {
    margin-top: 105px;
}
.blogSlide {
    padding-bottom: 25px;
}
.blogSlideImg {
    width: 100%;
    border-radius: 4px;
}
.blogCarousel .owl-nav {
    height: 120px;
    margin-top: 50px;
    left: -15%;
    top: 80px;
}
.blogCarousel .owl-prev,
.blogCarousel .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    left: 30px;
    right: 30px;
    padding: 14px 12px 14px 10px !important;
    background-color: #fff !important;
    color: #000000 !important;
    border: 1px solid #999999;
}
.blogCarousel .owl-prev {
    top: 0;
}
.blogCarousel .owl-next {
    bottom: 0;
}
.carouselSec {
    width: 74%;
    margin-left: 15%;
    position: relative;
    margin-top: 70px;
    margin-bottom: 70px;
}
.insightsHead {
    width: 120px;
    margin-bottom: -131px;
    margin-left: 5%;
}
.otherServices a {
    text-decoration: none;
    color: #000000;
}
.popupbtn {
    color: #000000;
    text-decoration: none;
    border-bottom: 3px solid #EA5229;
    padding-bottom: 5px;
}
.orangetext {
    color: #EA5229;
}
.font20 {
    font-size: 20px !important;
}
.font30 {
    font-size: 30px !important;
}
.otherofferdivs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.otherofferdiv {
    width: 35%;
    margin: 0 20px;
    padding: 0px;
    position: relative;
}
.otherofferdiv:hover a {
    border-bottom: 2px solid #EA5229;
}
.bgorange {
    background: #EA5229;
    width: 60%;
    height: 325px;
    position: absolute;
    top: 0px;
    left: -9px;
    z-index: -1;
}
.bgorange1 {
    background: #EA5229;
    width: 60%;
    height: 325px;
    position: absolute;
    top: 0px;
    right: -9px;
    z-index: -1;
}
.otherofferdiv:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.otherofferdiv img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    border-radius: 3px 3px 0px 0px;
}
.otherofferdiv::after .otheroffer1 .learnmore {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 2px;
    top: 0;
    left: 0;
    background: currentcolor;
    transform-origin: top right;
    transition: transform .5s ease-out;
    border-radius: 5px;
}
.otherofferdiv:hover::after .otheroffer1 .learnmore {
    transform: scaleX(1);
    transform-origin: top left;
    height: 2px;
    border-radius: 5px;
}
.otheroffer1 {
    width: 100%;
    background: #D7C3AA;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 5px;
    padding-bottom: 39px;
    border-radius: 0px 0px 3px 3px;
    position: relative;
}
.otherofferv {
    background: #D7C3AA;
}
.abstract {
    position: absolute;
    right: 0;
    width: 50% !important;
    height: 60px !important;
    object-fit: fill !important;
}
.otheroffer1 p {
    color: #0015D3;
    margin-bottom: 5px;
}
.otheroffer1 a {
    font-size: 14px;
    text-decoration: none;
    color: #0015D3;
    /* border-bottom: 1px solid #EA5229; */
    padding-bottom: 2px;
}
.mblmenu {
    display: none !important;
}
.modal-header {
    border-bottom: none;
}
.carousel-item {
    transition: 0.5s;
}
.modal.fade .modal-dialog {
    transition: 0.5s;
}
@media only screen and (max-width:1080px) {
    .miniPcHide {
        display: none !important;
    }
    .services_dropdown .business-segment a {
        font-size: 14px;
    }
}
@media only screen and (max-width:780px) {
    .sub_header a {
        font-size: 14px;
    }
    .Offering-card {
        height: auto;
    }
    .Offering-card:hover {
        height: auto;
    }
    .welcome {
        margin-left: 0px;
    }
    .people-bnr {
        height: 40vh;
    }
    .miniPcHide {
        display: block !important;
    }
    .serviceSection .serviceImg {
        width: 250px !important;
    }
    .serviceSection .serviceImg img {
        width: 250px !important;
    }
    .contact_form {
        width: 80%;
        margin: 0 auto;
    }
    .contact-card {
        width: 100% !important;
        margin: 0 auto;
    }
    .contact-card a {
        padding: 10px 65px !important;
    }
    .homeBnr .content {
        height: 35vh !important;
        margin-top: 10vh !important;
    }
    .insightsHead {
        margin-left: 0;
    }
    .navPos {
        height: auto !important;
    }
    .navbar-nav .dropdown-menu {
        position: static !important;
        background: #fff;
        border: 1px solid #E1E1E1;
        padding: 10px;
    }
    #navbarSupportedContent {
        height: auto !important;
    }
}
@media only screen and (max-width:578px) {
    .navbar-collapse {
        background-color: #fff;
        padding: 1rem;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin-top: 10px;
    }
    .contactUsContent {
        margin-top: 110px;
    }
    .bnrServices .bnrService {
        border-right: none;
    }
    .reach-out-sec .content {
        width: 90% !important;
    }
    .serviceSection .serviceImg {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 20px !important;
        text-align: center;
    }
    .serviceSection .serviceImg img {
        width: 90% !important;
    }

    .service-card span {
        font-size: 20px !important;
    }
    .serviceSection P {
        margin-left: 0 !important;
    }
    .serviceSectionMbl {
        display: flex;
        flex-direction: column-reverse;
    }
    .video-player {
        width: 100% !important;
    }
    .homeBnr {
        height: 100vh !important;
    }
    .insightsHead {
        width: auto !important;
        margin-bottom: 0;
    }
    .blogCarousel .owl-nav {
        position: unset;
    }
    .blogCarousel .owl-prev,
    .blogCarousel .owl-next {
        position: unset;
    }
    .carouselSec {
        width: 82% !important;
        margin: 0 auto;
        /* margin-left: 0 !important; */
    }
    .blogCarousel .owl-nav {
        margin-top: 0 !important;
    }
    .mobile-dropdown-menu {
        background-color: #fff !important;
        position: static !important;
        width: 100%;
        border: none;
        box-shadow: none;
        padding-left: 1rem;
        margin-top: 0.5rem;
    }
    .mobile-dropdown-menu li {
        line-height: 2;
    }

    .dropdown-item {
        padding: 0.5rem 0;
    }
    .dropdown-item:hover {
        background: transparent;
        color: #EA5229;
    }
    .service_mbl {
        display: none !important;
    }
}
/* Iyyappan */
/* who we are */
.mission h4 {
    font-weight: 600;
}
.missiontext1 h4 {
    font-weight: 600;
}
.elevating {
    font-weight: 500;
}
.grey {
    color: #999999;
}
.grey-text {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 23px;
}
.fnt {
    font-size: 14px;
}
.who-we-are-bnr {
    width: 100%;
    height: 60vh;
    padding: 30px 0px;
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .6)), url(/assets/images/who-we-are-bnr.png); */
    background-image: linear-gradient(to right, rgb(0, 0, 0, 0.3), rgb(0, 0, 0, 0.3)), url(../images/who-we-are-bnr.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    align-items: center;
}
.privacy-policyBnr {
    width: 100%;
    height: 50vh;
    padding: 30px 0px;
    background-image: linear-gradient(to right, rgb(0, 0, 0, 0.3), rgb(0, 0, 0, 0.3)), url(../images/who-we-are-bnr.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    align-items: center;
}
.people-bnr {
    width: 100%;
    height: 60vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/people-bnr.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    align-items: center;
}
.resource-bnr {
    width: 100%;
    height: 60vh;
    /* background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/assets/images/who-we-are-bnr.png); */
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/resource-bnr.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    align-items: center;
}
.newsMedia-bnr {
    width: 100%;
    height: 60vh;
    /* background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/assets/images/who-we-are-bnr.png); */
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/newsMedia.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    align-items: center;
}
.contact-btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 20px;
    transition: all 0.5s ease;
}
.contact-btn:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}

.mission {
    background-color: #272128;
    color: #fff;
    position: relative;
}
.missiontext1 {
    text-align: right;
}
.treeimg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
}
.orgtxt {
    color: #EA5229;
}
.our-consulting a {
    text-decoration: none;
    /* color: #ffffff; */
}
.our-consulting a p {
    margin: 10px 0px;
    color: #fff;
}
.our-consulting img {
    border-radius: 25px;
}
.our-partner {
    display: flex;
    flex-wrap: wrap;
}
.our-partner img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-right: 10px;
    /* padding: 5px;
    border: 1px solid #E1E1E1; */
}
.reachout {
    width: 100%;
    height: 40vh;
    background: url(../images/reach-out-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
}
.reachout p {
    opacity: .7;
}
.reachout a {
    background-color: #8d87a7;
    border-radius: 5px;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
}
.team img {
    width: 50%;
    border-radius: 50%;
}
.team p {
    margin-bottom: 0px;
}
.resourcesdiv {
    display: flex;
    flex-wrap: wrap;
}
.alldiv {
    background: #EFEFEF;
    border-radius: 20px;
    padding: 10px;
    width: 30%;
    margin: 10px auto;
}
.alldiv img {
    position: relative;
    bottom: -10px;
    left: -10px;
    border-radius: 0px 20px 0px 0px;
    width: 70%;
}
.blogcards {
    display: flex;
    flex-wrap: wrap;
}
.blogcard {
    width: 30%;
    margin: 20px auto;
    border: 1px solid #E1E1E1;
    border-radius: 7px;
}
.blogcard:hover {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.blogcard a {
    text-decoration: none;
    color: #444444;
}
.blogcard .cardimg {
    width: 100%;
    border-radius: 7px 7px 0px 0px;
}
.blogicon {
    width: 19px;
    height: 19px;
    object-fit: contain;
}
.accordionHead {
    margin-top: 105px;
}
.accordion {
    padding: 1.2rem 0;
    border-radius: 1rem;
    background: white;
    margin: auto;
    /*   box-shadow: 0 0 5rem lightgrey; */
}
.accordion__heading {
    margin-bottom: 2rem;
    padding: 0 1.4rem;
}
.accordion__item:not(:last-child) {
    border-bottom: 1px solid lightgrey;
}
.accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.2rem 1.4rem;
    background: white;
    border: none;
    outline: none;
    color: var(--color-text);
    font-size: 1.2rem;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
}
.accordion__btn:hover {
    color: var(--color-purple);
    background: hsl(248, 53%, 97%);
}
.accordion__item--active .accordion__btn {
    color: var(--color-purple);
    border-bottom: 2px solid var(--color-purple);
    background: hsl(248, 53%, 97%);
}
.fa-lightbulb {
    padding-right: 1rem;
}
.accordion__icon {
    border-radius: 50%;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    opacity: 0.9;
}
.accordion__item--active .accordion__icon {
    transform: rotate(135deg);
}
.accordion__content {
    font-weight: 300;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    color: var(--color-text-muted);
    transform: translateX(16px);
    transition: max-height 0.5s ease, opacity 0.5s, transform 0.5s;
}
.accordion__content p {
    padding: 1rem 1.8rem;
}
.accordion__item--active .accordion__content {
    opacity: 1;
    transform: translateX(0px);
    max-height: 100vh;
}
.carousel1 {
    background-image: linear-gradient(to top, rgb(0, 0, 0, 0.3), rgb(0, 0, 0, 0.3));
}
.carousel2 {
    background-image: linear-gradient(to top, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6));
}
.carousel3 {
    background-image: linear-gradient(to top, rgb(0, 0, 0, 0.3), rgb(0, 0, 0, 0.3));
}
.carousel4 {
    background-image: linear-gradient(to top, rgb(0, 0, 0, 0.3), rgb(0, 0, 0, 0.3));
}
.contactBtn{
    background-color: #D77A00;
    color: #fff !important;
    border-radius: 50px;
    padding: 10px 20px !important;
    text-decoration: none;
}

@media only screen and (max-width:767px) {
    .people-bnr {
        height: 40vh;
    }
}
@media only screen and (max-width: 868px) {
    #navbarSupportedContent .nav-item {
        font-size: 14px;
    }
    .otherofferdiv {
        width: 43%;
    }
    .alldiv {
        width: 45%;
    }
    .blogcard {
        width: 47%;
    }
    .carousel-inner {
        height: 80vh;
    }
    .home-illustration {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .home-illustration img {
        width: 90%;
    }
    .sectionBorder{
        border-right: none;
    }
}
@media only screen and (max-width: 568px) {
    .otherofferdiv {
        width: 90%;
        margin: 20px 0px;
    }
    .alldiv {
        width: 100%;
    }
    .blogcard {
        width: 100%;
    }
    .missiontext1 {
        text-align: left;
    }
    .navbar-brand img {
        width: 150px;
    }
    #header{
        height: 106px;
    }
}
/* who we are */
/* Iyyappan */
.carousel-indicators {
    margin: 15px auto !important;
    z-index: 5;
}
.sectionBorder{
    border-right: 1px solid #E1E1E1;
}

@media (min-width: 400px) {
    .btn,
    button {
        width: auto;
    }
}
@media (min-width: 800px) {
    .btn,
    button {
        font-size: 1.1rem;
    }
}
@media only screen and (max-width: 1400px) {
    .contact-card {
        width: 100%;
    }
}

</pre></body></html>