@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap");
body {
    line-height: 1.5;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

* {
    margin: 0;
    box-sizing: border-box;
}

:before,
:after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

.container {
    max-width: 1140px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.v-center {
    align-items: center;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.featured {
    line-height: 1;
    font-weight: 400;
}

.featured a {
    font-size: 16px;
    text-decoration: none;
    color: #000000;
}

.featured a:hover {
    transition: 0.3s ease;
    background-color: #11b771;
}

.main-link {
    text-decoration: none;
    color: #000;
}

.main-link:hover {
    transition: 0.4s ease-in-out;
    text-decoration: underline;
}

.main-link-black {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

.main-link-black:hover {
    transition: 0.4s ease-in-out;
    text-decoration: underline;
}

h3 {
    font-size: 2.5rem;
    letter-spacing: 1.5px;
}

.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 99;
    background-color: #fff;
    box-shadow: rgba(42, 44, 46, 0.2) 0px 8px 24px;
    color: #002d1a;
    cursor: pointer;
    padding: 8px 14px;
    font-size: 20px;
    font-weight: 800;
    border-radius: 5px;
    border-radius: 50%;
}

.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 8px;
}

.header .item-left {
    flex: 0 0 17%;
}

.header .logo img {
    height: 48px;
}

.header .item-center {
    flex: 0 0 66%;
}

.header .item-right {
    flex: 0 0 17%;
    display: flex;
    justify-content: flex-end;
}

.header .item-right a {
    text-decoration: none;
    font-size: 16px;
    color: #018637;
    display: inline-block;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 50px;
    margin-left: 35px;
}

.header .menu>ul>li>a {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

.header .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 25%;
    padding: 0 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 16px;
    color: #02592d;
    font-weight: 500;
    line-height: 1;
    padding: 5px 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: left;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
    color: #11b771;
}

.header .item-right a i {
    font-size: 23px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item .read-all {
    margin-top: 30px;
    display: flex;
    align-items: center;
    background-color: #11b771;
    justify-content: center;
    width: 50%;
    color: #fff;
    font-size: 16px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item .read-all:hover {
    transition: 0.3s ease-in;
    background-color: #02592d;
}


/* banner section */

.banner-section {
    background-image: url("../img/banner.jpg");
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}


/* Hero */

.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.left {
    background-image: url("../img/21239544-3d47-46be-badf-830d312f5abe.jpg");
    background-size: cover;
    background-position: center;
    height: 60vh;
    background-repeat: no-repeat;
}

.right {
    background-color: #7f7f01;
    /* background-position: center;
  background-size: cover; */
}

.clinical-left {
    background-image: url("../img/Projects/intervention.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.clinical-right {
    background-color: #a16fe4 !important;
}

.stakeholder-left {
    background-image: url("../img/IMG_8474.jpg");
    background-size: cover;
}

.environmental-left {
    background-image: url("../img/Projects/1656514622901-compressed.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.environmental-right {
    background-color: #3e623c !important;
}

.family-left {
    background-image: url("../img/Projects/african-family-spending-time-together.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.family-right {
    background-color: #e16450 !important;
}

.health-left {
    background-image: url("../img/Projects/health.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.health-right {
    background-color: #6a5346 !important;
}

.non-communicable-left {
    background-image: url("../img/Projects/non-communicable.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
}

.non-communicable-right {
    background-color: #5f3825 !important;
}

.operation-left {
    background-image: url("../img/Projects/operation.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
}

.operation-right {
    background-color: #fda035 !important;
}

.malaria-left {
    background-image: url("../img/Projects/mosquito.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
}

.malaria-right {
    background-color: #81515d !important;
}


/* Content Section Hero */

.workshop-left {
    background-image: url("../img/Projects/work.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
}

.workshop-right {
    background-color: #ea635c !important;
}

.mal073-left {
    background-image: url("../img/Projects/workshop-hero.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
}

.mal073-right {
    background-color: #82515b !important;
}

.epi-mal-left {
    background-image: url("../img/Projects/epi-mal-picture.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.epi-mal-right {
    background-color: #494023 !important;
}

.environment-hero-left {
    background-image: url("../img/air-pollution.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.environment-hero-right {
    background-color: #ca4a33 !important;
}

.chps-left {
    background-image: url("../img/chp-hero.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.chps-right {
    background-color: #154667 !important;
}

.randomized-left {
    background-image: url("../img/Projects/rm213batch4-aew-09a.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
}

.randomized-right {
    background-color: #f8c5bc !important;
}

.infertility-left {
    background-image: url("../img/7137216.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.infertility-right {
    background-color: #d2cbff !important;
}

.maternal-left {
    background-image: url("../img/Projects/africa-preg-woman.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.maternal-right {
    background-color: #0091be !important;
}

.uptake-left {
    background-image: url("../img/tassh.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: bottom;
}

.uptake-right {
    background-color: #252967 !important;
}

.suicide-left {
    background-image: url("../img/Projects/suicide.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.suicide-right {
    background-color: #604649 !important;
}

.funding-left {
    background-image: url("../img/Projects/funding-hero.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.funding-right {
    background-color: #4e8e51 !important;
}

.malaria-care-left {
    background-image: url("../img/Projects/prevention.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.malaria-care-right {
    background-color: #c94b38 !important;
}

.malaria-transmission-left {
    background-image: url("../img/Projects/malaria-transmission.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.malaria-transmission-right {
    background-color: #2270a0 !important;
}

.impact-left {
    background-image: url("../img/Projects/impacts.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.impact-right {
    background-color: #f1c80b !important;
}

.malaria-bank-left {
    background-image: url("../img/Projects/malaria-bank.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.malaria-bank-right {
    background-color: #780e26 !important;
}

.director-post-left {
    background-image: url("../img/unga76.png");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
}

.director-post-right {
    background-color: #fdbd14 !important;
}

.mvpe-hero-left {
    background-image: url("../img/Projects/mvpe-hero.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.mvpe-hero-right {
    background-color: #3f8cb7 !important;
}

.more-about-mvpe-left {
    background-image: url("../img/Projects/diana-polekhina-ZBstHWt9vLc-unsplash.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.more-about-mvpe-right {
    background-color: #c2adaa !important;
}

.edctp-left {
    background-image: url("../img/Projects/diana-polekhina-ZBstHWt9vLc-unsplash.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.edctp-right {
    background-color: #c2adaa !important;
}

.sanofi-hero-left {
    background-image: url("../img/sanofi.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.sanofi-hero-right {
    background-color: #9b39b4 !important;
}


/* .khdss-left {
  background-image: url("../img/Projects/NUHDSS-1024x684.jpg");
  background-size: cover;
  height: 60vh;
  background-repeat: no-repeat;
  background-position: top;
} */

.khdss-right {
    background-color: #616370 !important;
}

.historic-left {
    background-image: url("../img/Projects/immunization.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.historic-right {
    background-color: #05797a !important;
}

.young-people-left {
    background-image: url("../img/Projects/young-girl.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.young-people-right {
    background-color: #316b05 !important;
}

.covid-impact-left {
    background-image: url("../img/Projects/covid.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.covid-impact-right {
    background-color: #ff735c;
}

.ghana-medical-left {
    background-image: url("../img/Projects/gma-visit-to-khrc-1.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.ghana-medical-right {
    background-color: #ff735c;
}

.khrc-projects-left {
    background-image: url("../img/commitee.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
}

.khrc-projects-right {
    background-color: #fa826f;
}

.newmont-hero-left {
    background-image: url("../img/Projects/newmont-hero.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
}

.newmont-hero-right {
    background-color: #945d06;
}

.our-news-left {
    background-image: url("../img/Projects/newsroom.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
}

.our-news-right {
    background-color: #945d06;
}

.chps-update-left {
    background-image: url("../img/Projects/chps-update.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.chps-update-right {
    background-color: #945d06;
}

.KAE609A2202-left {
    background-image: url("../img/Projects/KAE609A2202.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
}

.KAE609A2202-right {
    background-color: #953436;
}

.epi-update-left {
    background-image: url("../img/Projects/epimal-img.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
}

.epi-update-right {
    background-color: #f7b86b;
}

.uenr-left {
    background-image: url("../img/Projects/uner-pic.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
}

.uenr-right {
    background-color: #4d7534;
}

.prepwell-hero-left {
    background-image: url("../img/Projects/prepwell-hero.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.prepwell-hero-right {
    background-color: #72462c;
}

.who-npo-left {
    background-image: url("../img/Projects/who-npo-visit3.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
}

.who-npo-right {
    background-color: #288b67;
}

.about-us-left {
    background-image: url("../img/about.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
}

.about-us-right {
    background-color: #288b67;
}

.senior-left {
    background-image: url("../img/about-more.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.senior-right {
    background-color: #288b67;
}

.financial-admin-left {
    background-image: url("../img/financial.JPG");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.financial-admin-right {
    background-color: #003d27;
}

.computer-center-left {
    background-image: url("../img/computer-center.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.computer-center-right {
    background-color: #ac8182;
}

.rts-left {
    background-image: url("../img/Projects/evaluation.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.computer-center-right {
    background-color: #ac8182;
}

.reduce-left {
    background-image: url("../img/Projects/household3.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.reduce-right {
    background-color: #ac8182;
}

.rts-vaccine-left {
    background-image: url("../img/Projects/rts-children-vaccine.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.rts-vaccine-right {
    background-color: #dbc69e;
}

.lpg-adoption-left {
    background-image: url("../img/Projects/3kg-cyliders-for-Techiman-Study.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
}

.lpg-adoption-right {
    background-color: #5a554e;
}

.child-lung-left {
    background-image: url("../img/Projects/child-lung-function.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.child-lung-right {
    background-color: #efcbc4;
}

.lpg-rural-left {
    background-image: url("../img/Projects/lpg-rurla-area.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
}

.lpg-rural-right {
    background-color: #c94623;
}

.clean-air-left {
    background-image: url("../img/Projects/clean_air.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
}

.clean-air-right {
    background-color: #4264d5;
}

.cooking-stoves-left {
    background-image: url("../img/Projects/clean-cooking-stove2.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
}

.cooking-stoves-right {
    background-color: #4264d5;
}

.covid-district-left {
    background-image: url("../img/Projects/covid-ghana-district.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.covid-district-right {
    background-color: #d13d6d;
}

.lab-left {
    background-image: url("../img/Projects/lab.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
}

.lab-right {
    background-color: #6699d8;
}

.scientific-articles-left {
    background-image: url("../img/scientif-article.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.scientific-articles-right {
    background-color: #ce8107;
}

.annual-report-left {
    background-image: url("../img/Projects/annual-report.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.annual-report-right {
    background-color: #4f555a;
}

.iec-checklist-left {
    background-image: url("../img/Projects/iec.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.iec-checklist-right {
    background-color: #7681b5;
}

.adopt-left {
    background-image: url("../img/Projects/adopt-hero.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.adopt-right {
    background-color: #174343;
}

.adopt-refreshers-hero-left {
    background-image: url("../img/adopt1.webp");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.adopt-refreshers-right {
    background-color: #174343;
}

.tassh-update-left {
    background-image: url("../img/tassh-update.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.tassh-update-right {
    background-color: #7e3e36;
}

.normadic-hero-left {
    background-image: url("../img/hero.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.normadic-hero-right {
    background-color: #7e3e36;
}

.normadic-project-left {
    background-image: url("../img/Projects/ResReader.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.normadic-project-right {
    background-color: #7e3e36;
}

.lpg-promotion-left {
    background-image: url("../img/IMG_20220915_155613_475.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.lpg-promotion-right {
    background-color: #057050;
}

.clinical-trials-sensitization-left {
    background-image: url("../img/clinical-group.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.Environmental-Health-hero-right {
    background-color: #ae682bb2;
}

.Environmental-Health-hero-left {
    background-image: url("../img//IMG_20220929_113447_971.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.abacus-left {
    background-image: url("../img/abacus.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.abacus-right {
    background-color: #68a2f0;
}

.green-day-right {
    background-color: #8ca03c;
}

.green-day-left {
    background-image: url("../img/green2.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.mvip-right {
    background-color: #bea147;
}

.mvip-hero-left {
    background-image: url("../img/who2.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.greece-left {
    background-image: url("../img/greece.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.epoch-left {
    background-image: url("../img/epoch1.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.who-recommendation-left {
    background-image: url("../img/IMG_6442.jpg");
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
}

.edctp-profile-left {
    background-image: url("../img/jt.jpg") !important;
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
}

.edctp-profile-right {
    background-color: #6361ac;
}

.content-box {
    position: absolute;
    background-color: #fffffc;
    width: 35%;
    padding: 32px;
    top: 50%;
    left: 70%;
    transform: translate(-40%, -50%);
}

.content-box h3 {
    font-family: "Playfair Display";
    line-height: 1.2;
}

.content-box .main-link {
    text-decoration: none;
    color: #000000;
}

.content-box .main-link:hover {
    transition: 0.3s ease-in;
    text-decoration: underline;
}

.content-box span {
    color: #ef7b79 !important;
    font-size: 1.4rem;
    font-weight: 500;
}


/* Featured Item */

.feature {
    width: 100%;
    margin: auto;
    max-width: 1140px;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}

.feature-content li {
    list-style: none;
}

.feature-content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    position: relative;
}

.feature-content .box {
    /* padding-top: 30px; */
    text-align: left;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}


/* .feature-content .box:nth-child(1) {
  background-color: #06a7e0;
  color: #fff;
}
.feature-content .box:nth-child(2) {
  background-color: #9b39b4;
  color: #fff;
}
.feature-content .box:nth-child(3) {
  background-color: #035683;
  color: #fff;
}
.feature-content .box:nth-child(4) {
  background-color: #473240;
  color: #fff;
}
.feature-content .box:nth-child(5) {
  background-color: #600600;
  color: #fff;
}
.feature-content .box:nth-child(6) {
  background-color: #777777;
  color: #fff;
}
.feature-content .box:nth-child(7) {
  background-color: #1f28ab;
  color: #fff;
}
.feature-content .box:nth-child(8) {
  background-color: #53033b;
  color: #fff;
}
.feature-content .box:nth-child(9) {
  background-color: #25231f;
  color: #fff;
}
.feature-content .box:nth-child(10) {
  background-color: #c17a7e;
  color: #fff;
}
.feature-content .box:nth-child(11) {
  background-color: #c94623;
  color: #fff;
}
.feature-content .box:nth-child(12) {
  background-color: #505c58;
  color: #fff;
}
.feature-content .box:nth-child(13) {
  background-color: #5dafa1;
  color: #fff;
}
.feature-content .box:nth-child(14) {
  background-color: #67030d;
  color: #fff;
} */

.feature-content .box img {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 0.5 / 0.5;
    object-fit: cover;
}

.feature-content .box .content {
    padding: 14px;
}

.feature-content .box .content h1 {
    font-family: "Barlow";
    font-weight: 500;
    color: #000;
    font-size: 16px;
    text-align: left;
}

.feature-content .box .content i {
    font-size: 20px;
}

.card-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 5%;
}

.card {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 2rem;
    background: #fff;
    /* margin-bottom: 2rem; */
    border-radius: 4px;
    margin-top: 5%;
    box-shadow: rgba(84, 111, 90, 0.2) 0px 8px 24px;
    border: 1px solid rgb(183, 183, 183);
}

.card-one {
    background-color: #556D9D;
    color: #fff;
}

.card-two {
    background-color: #615e03;
    color: #fff;
}

.card-three {
    background-color: #AC696B;
    color: #fff;
}

.card-four {
    background-color: #6c856b;
    color: #fff;
}

.card-five {
    background-color: #b79443;
    color: #fff;
}

.card-eight {
    background-color: #006289;
    color: #ffff;
}

.card-nine {
    background-color: #5c051d;
    ;
    color: #ffff;
}

.card-six {
    background-color: #282035;
    color: #fff;
}

.card-seven {
    background-color: #3A3150;
    color: #ffff;
}

.card-ten {
    background-color: #7f7f01;
    color: #ffff;
}

.card-eleven {
    background-color: #171B29;
    color: #ffff;
}

.card-twelve {
    background-color: #ac4a5a;
    color: #ffff;
}

.card-twenty {
    background-color: #acacac;
    color: #fff;
}

.card-twenty-one {
    background-color: #6699d8;
    color: #fff;
}

.card-blog {
    background-color: #522A2B;
    color: white;
}

.card p {
    /* margin-bottom: 2rem; */
    color: #000;
    margin-top: 10px;
}

.white-paragraph {
    color: #fff !important;
}

.main-p {
    width: 80%;
}

.card img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.card>div {
    padding: 2rem;
    align-items: center;
    justify-content: center;
}

.ongoing-project {
    margin-top: 4px;
    font-size: 17px;
    text-transform: uppercase;
}


/* .card:nth-child(even) img {
  order: 2;
} */

.btn {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 0.8rem 1.8rem;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 45px;
    border: 2px solid #fff;
}

.btn:hover {
    transition: 0.3s ease;
    background-color: #fff;
    color: #333333;
}

.mvpe-btn {
    background-color: #4c5a6a;
    border: none;
}

.mvpe-btn:hover {
    background-color: transparent;
    border: 1px solid #333333;
    color: #333333;
}

.sanofi-btn {
    background-color: #4c3b24;
    border: none;
}

.sanofi-btn:hover {
    background-color: transparent;
    border: 1px solid #4c3b24;
    ;
    color: #4c3b24;
    ;
}

.hdss-btn {
    background-color: #355896;
    border: none;
}

.hdss-btn:hover {
    background-color: transparent;
    border: 1px solid #355896;
    color: #355896;
}

.tassh-btn {
    background-color: #1e9851;
    border: none;
}

.tassh-btn:hover {
    background-color: transparent;
    border: 1px solid #1e9851;
    color: #1e9851;
}

.dir-btn {
    background-color: #163d78;
}

.dir-btn:hover {
    background-color: transparent;
    border: 1px solid #163d78;
    color: #163d78;
}

.epi-btn {
    background-color: #993326;
}

.epi-btn:hover {
    background-color: transparent;
    border: 1px solid #993326;
    color: #993326;
}

.chps-btn {
    background-color: #53020f;
}

.chps-btn:hover {
    background-color: transparent;
    border: 1px solid #53020f;
    color: #53020f;
}

.normadic-btn {
    background-color: #771419;
}

.normadic-btn:hover {
    background-color: transparent;
    border: 1px solid #771419;
    color: #771419;
}

.edctp-btn {
    background-color: #4264d5;
}

.edctp-btn:hover {
    background-color: transparent;
    border: 1px solid #4264d5;
    color: #4264d5;
}


/* Blog Section */

main {
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin-top: 50px;
    grid-gap: 60px;
}

.blog {
    display: block;
    /* grid-template-columns: 1fr 1fr;
  grid-gap: 38px; */
}

.blog2 {
    display: block;
    /* margin: auto; */
}

.blog2 a {
    font-size: 16px;
}

.blog2 p {
    color: #000000;
    text-align: left;
}

.blog2 h1 {
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: bolder;
    text-transform: uppercase;
}

.blog2 h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    text-decoration: underline;
}

.blog .thumbnail {
    object-fit: contain;
}

.blog .thumbnail img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover !important;
}

.blog-post {
    background-color: #fff;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    margin: 14px 0;
    border-radius: 7px;
    /* padding: 16px; */
}

.blog-post:nth-child(1) {
    background-color: #333333;
    color: #fff;
}

.blog-post:nth-child(2) {
    background-color: #ca4a33;
    color: #fff;
}

.blog-post:nth-child(3) {
    background-color: #9a9271;
    color: #fff;
}

.blog-post:nth-child(4) {
    background-color: #800301;
    color: #fff;
}

.blog-post:nth-child(5) {
    background-color: #147041;
    color: #fff;
}

.blog-post:nth-child(6) {
    background-color: #5c579a;
    color: #fff;
}

.blog-content {
    margin-top: 3px;
    padding: 20px;
    /* background-color: red; */
}

.blog-content h3 {
    line-height: 1;
    font-size: 18px;
    color: #fff;
}

.thumbnail1 img {
    width: 100%;
}

.directors-post-content {
    background-color: #11b771;
    padding: 20px;
    color: #fff;
    border-radius: 7px;
}

.directors-post-content h3 {
    line-height: 1;
    font-size: 20px;
    color: #fff;
}


/*===HDSS===*/

.hdss {
    max-width: 1140px;
    height: 50vh;
    background-image: url("../img/898.jpg");
    background-position: center;
    background-size: cover;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    width: 100%;
    margin: auto;
    max-width: 1140px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 5%;
    border-radius: 5px;
}

.abstract-backround {
    background-image: url("../img/cprojects.svg");
}

.completed-project {
    color: #fff !important;
}

.completed-button {
    background-color: #fff !important;
}

.hdss-content {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hdss-text h1 {
    font-size: 90px;
    color: #ffffff;
}

.title {
    font-size: 14px;
    font-weight: 400;
    color: #960c23bb;
}

.hdss-text b {
    font-size: 20px;
    color: #fefefe;
    font-weight: 400;
}

.hdss-content a {
    display: inline-block;
    justify-content: center;
    align-items: center;
    color: #018637;
    background-color: #fff;
    border: none;
    outline: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold;
}

.hdss-content a:hover {
    transition: 0.3s ease-in-out;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.hdss-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hdss-image img {
    height: 250px;
}


/* More */

.more {
    width: 100%;
    margin: auto;
    max-width: 1140px;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}

.more-content li {
    list-style: none;
}

.more-content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
    position: relative;
}

.more-content .more-box {
    text-align: left;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    border-radius: 10px;
}

.more-content .more-box:nth-child(1) {
    background-color: #4a49f1;
    color: #fff;
}

.more-content .more-box:nth-child(2) {
    /* padding-top: 30px; */
    background-color: #612845;
    color: #fff;
}

.more-content .more-box:nth-child(3) {
    /* padding-top: 30px; */
    background-color: #d93649;
    color: #fff;
}

.more-content .more-box:nth-child(4) {
    /* padding-top: 30px; */
    background-color: #01647a;
    color: #fff;
}

.more-content .more-box img {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 0.5 / 0.5;
    object-fit: cover;
}

.more-content .more-box .more-text {
    padding: 20px;
}

.more-content .more-box .more-text h1 {
    font-size: 16px;
    font-weight: 500;
}

.blog2 img {
    height: 350px;
    border-radius: 2px;
}

.blog2 h5 {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}


/* video */


/* .video {
  width: 100%;
  margin: auto;
  max-width: 1140px;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
}
.video-content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  position: relative;
}
.video-content .video-box {
  text-align: left;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
.video-content li {
  list-style: none;
}
.video-content .video-box iframe {
  width: 100%;
  height: 200px;
} */


/* About Us */


/*===About us===*/

.about-us {
    width: 100%;
    max-width: 1140px;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 5%;
}

.about-content {
    width: 98%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-text {
    align-items: center;
    justify-content: center;
    width: 50%;
}

.about-text h1 {
    font-size: 30px;
    margin-bottom: 5px;
}

.about-text p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000000 !important;
}

.about-content li {
    list-style: none;
}

.read-more {
    list-style-type: none;
    display: inline-block;
    justify-content: center;
    align-items: center;
    color: #11b771;
    background-color: none;
    border: 1px solid #11b771;
    padding: 5px 20px;
    font-size: 16px;
}

.read-more:hover {
    color: #fff;
    background-color: #11b771;
    transition: 0.3s ease-in-out;
}

.about-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-image img {
    height: 300px;
    border-radius: 2px;
}


/*===Core Values===*/

.core-values {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}

.core-values-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: center;
}

.core-values-content li {
    list-style-type: none;
}

.value {
    text-align: center;
    width: 100%;
    margin: auto;
    padding: 16px;
    background-color: #fff;
}

.value img {
    height: 50px;
}

.value h1 {
    font-size: 18px;
    color: #002d1a;
}

.value p {
    font-size: 14px;
}

.value .impact {
    font-size: 40px;
}


/* SCientific Articles */

.scientific-articles {
    width: 100%;
    margin: auto;
    max-width: 1140px;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}

.scientific-articles-content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
    position: relative;
    margin: auto;
}

.scientific-articles-content li {
    list-style: none;
}

.blog-filter {
    display: flex;
    align-items: center;
    margin: 40px 0px 20px 0px;
    color: var(--blog-filter-color);
}

.blog-filter li {
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 2px;
    margin: 0px 20px;
    cursor: pointer;
    user-select: none;
    font-size: 2rem;
}

.blog-filter-active {
    border-bottom: 1px solid red;
}

.portfolio-box {
    width: 330px;
    padding: 10px;
    margin: 20px;
}

.portfolio-box a {
    margin-top: 5px;
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    text-decoration: underline;
    display: block;
}

.portfolio-box a:hover {
    text-decoration: none;
    transition: 0.4s ease-in;
}

.portfolio-box i {
    padding: 5px;
    align-items: center;
    justify-content: center;
    /* border-radius: 20px; */
    background-color: #ce8107;
    font-size: 16px;
    color: #fff;
}

.grey {
    background-color: #4f555a !important;
}

.green {
    background-color: #7681b5 !important;
}


/* Footer */

footer {
    background-color: #22543e;
    margin-top: 100px;
    padding: 80px 0;
}

.site-container {
    width: 90%;
    margin: 0 auto;
}

footer h3 {
    color: #fff;
}

footer a,
p,
span {
    color: #fff;
    font-family: "Barlow";
    font-size: 16px;
}

footer p {
    margin: 1.6rem 0;
}

.footer-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    grid-gap: 16px;
    justify-items: center;
}

footer hr {
    margin: 20px 0;
}

.footer-center .center-link:hover {
    transition: all 0.3s ease;
    color: #11b771;
}

.footer-right .center-link:hover {
    transition: all 0.3s ease;
    color: #11b771;
}

.footer-bottom {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.footer-menu li {
    list-style-type: none;
    display: inline-block;
    margin-right: 16px;
}

.footer-menu li a {
    font-size: 16px;
}

.footer-menu li a:hover {
    color: #11b771;
    transition: all 0.3s ease;
}

.social-icons i {
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 8px;
}

@media only screen and (max-width: 820px) {
    .blog {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 768px) {
    .blog {
        grid-template-columns: 1fr;
        overflow-x: hidden;
    }
    .blog2 {
        overflow-x: hidden;
    }
    .blog2 a {
        font-size: 12px;
    }
    .content-box {
        width: 100%;
    }
    .blog2 img {
        height: 280px;
    }
    .blog2 p {
        font-size: 20px;
    }
    .video-content {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        align-items: center;
        padding: 0 24px;
    }
    .feature {
        overflow-x: hidden;
    }
    .about-us {
        display: block;
        justify-content: center;
        align-items: center;
        overflow-x: hidden;
    }
    .about-content {
        margin: 20px;
        width: 100%;
        display: block;
    }
    .about-text {
        width: 80%;
    }
    .about-image {
        margin-top: 5%;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .about-image img {
        height: 280px;
    }
    .core-values-content {
        grid-template-columns: repeat(2, 1fr);
    }
    .blog2-image {
        grid-template-columns: 1fr;
    }
    .blog2-image img {
        margin-top: 20px;
    }
    .blog-filter li {
        text-transform: uppercase;
        letter-spacing: 2px;
        margin: 0px 5px;
        cursor: pointer;
        user-select: none;
        font-size: 2rem;
    }
    .scientific-articles {
        width: 100%;
        /* background-color: red; */
        margin: auto;
        overflow-x: hidden;
    }
    .scientific-articles-content {
        grid-template-columns: 1fr;
        overflow-x: hidden;
        /* width: 50%; */
    }
    .portfolio-box {
        width: 80%;
    }
    .portfolio-box a {
        font-size: 2rem;
        width: 100%;
    }
    .card {
        display: block;
        margin: 40px;
    }
    .card-container {
        display: block;
    }
    .subscribe {
        display: block !important;
    }
    .subscribe-text h1 {
        width: 100% !important;
        margin-bottom: 20px;
        font-size: 16px !important;
        line-height: 25px !important;
    }
    .subscribe-text {
        width: 100% !important;
    }
    .subscribe form input {
        width: 100% !important;
        margin-bottom: 15px;
    }
    .subscribe form {
        width: 100% !important;
    }
}

@media only screen and (max-width: 414px) {
    .blog {
        grid-template-columns: 1fr;
    }
    .blog h3 {
        font-size: 2rem;
    }
    .blog p {
        font-size: 1.4rem;
    }
    .blog span {
        font-size: 1rem;
    }
    .about-image img {
        height: 230px;
    }
}

@media only screen and (max-width: 280px) {
    .about-image img {
        height: 140px;
    }
}


/*Aside */

.commented-posts {
    padding: 20px;
    background-color: #fff;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.commented-posts .wrapper .content span {
    color: #000000;
}

.commented-posts .wrapper .content h4 {
    /* font-size: 16px; */
    font-weight: 700;
}

.wrapper {
    display: flex;
    align-items: center;
}

.thumb {
    flex: 1;
}

.thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover !important;
}

.content {
    flex: 2;
    padding: 16px;
}

.wrapper p,
span,
a {
    font-size: 1.2rem;
    margin: 0;
}

.recent-posts {
    margin-top: 5%;
    padding: 20px;
}

.recent-feed-span {
    color: #000000 !important;
}

@media only screen and (max-width: 768px) {
    .site-container {
        width: 100%;
        padding: 0 24px;
    }
    main {
        grid-template-columns: 1fr;
    }
    .wrapper {
        margin: 24px 0;
    }
    .header .menu>ul>li .sub-menu.mega-menu>.list-item .read-all {
        padding: 1rem;
    }
}


/*responsive*/

@media (min-width: 992px) {
    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }
    .header .item-left,
    .header .item-right {
        flex: 0 0 auto;
    }
    .v-center {
        justify-content: space-between;
    }
    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }
    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #333333;
        width: 24px;
        position: relative;
    }
    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333333;
    }
    .header .mobile-menu-trigger span:before {
        top: -6px;
    }
    .header .mobile-menu-trigger span:after {
        top: 6px;
    }
    .header .item-right {
        align-items: center;
    }
    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }
    .header .menu.active {
        transform: translate(0%);
    }
    .header .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block;
    }
    .header .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }
    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }
    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 16px;
        display: none;
    }
    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }
    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }
    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 25px;
    }
    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }
    .header .menu>ul>li .sub-menu.active {
        display: block;
    }
    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }
        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }
    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }
        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0;
    }
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .featured-word {
        font-size: 30px;
    }
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px;
    }
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0px;
    }
    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
    }
    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }
    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}

@media only screen and (max-width: 1024px) {
    .header {
        width: 100%;
    }
    .menu-main {
        max-width: 100%;
    }
    .header .menu>ul>li>a {
        font-size: 12px;
    }
    .container .menu-main li {
        justify-content: space-evenly;
        margin: 0;
    }
    .logo {
        width: 20%;
    }
    main {
        margin: 20px;
    }
    .scientific-articles-content {
        grid-template-columns: 1fr 1fr;
    }
    .card-container {
        /* padding: 20px; */
    }
    .ongoing-project {
        font-size: 14px;
    }
    .card p {
        font-size: 11px;
    }
    .feature-content {
        padding: 20px;
    }
    .card img {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 1 / 1;
    }
}


/* Hero */

@media only screen and (max-width: 768px) {
    .hero {
        grid-template-columns: 1fr;
        overflow-x: hidden;
    }
    .hero .content-box {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        background-color: #fff;
    }
    .blog2 {
        text-align: left;
        width: 90%;
    }
    .blog2 h1 {
        font-size: 25px;
        width: 100%;
    }
    .blog2 h4 {
        width: 80%;
    }
    .more-content {
        align-items: center;
        justify-items: center;
    }
    .more .more-content .more-box {
        width: 80%;
        margin: 20px;
        margin-bottom: 20px;
        overflow-x: hidden;
    }
    .scientific-articles-content {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 375px) {
    .hero .content-box h3 {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 280px) {
    .hero .content-box h3 {
        font-size: 1.3rem;
    }
    .blog h3 {
        font-size: 1rem;
    }
}


/* featured */

@media only screen and (max-width: 820px) {
    .feature-content {
        grid-template-columns: 1fr;
        justify-items: center;
        align-items: center;
    }
    .about-us {
        display: block;
        justify-content: center;
        align-items: center;
        overflow-x: hidden;
    }
    .about-content {
        margin: 20px;
        width: 100%;
        display: block;
    }
    .about-text {
        width: 80%;
    }
    .about-image {
        margin-top: 5%;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .feature-content .box {
        width: 70%;
        margin-top: 3px;
        margin: 10px;
    }
    .feature-content img {
        width: 100%;
    }
    .feature-content .box .content h1 {
        font-size: 2.3rem;
    }
    main {
        grid-template-columns: 1fr;
        justify-items: center;
        align-items: center;
    }
    .blog {
        width: 100%;
        margin-top: 3px;
        /* margin: 2px; */
    }
    .scientific-articles-content {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 822px) {
    /* .scientific-articles-content {
    grid-template-columns: 1fr;
  } */
}

@media only screen and (max-width: 912px) {
    main {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 768px) {
    .feature-content {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 414px) {
    .feature-content {
        grid-template-columns: 1fr;
        justify-items: center;
        align-items: center;
    }
    .feature-content .box {
        margin-top: 3px;
        margin: 10px;
        width: 80%;
    }
    /* Hdss */
    @media only screen and (max-width: 768px) {
        .hdss {
            display: none;
        }
        .main-p {
            display: none;
        }
    }
    /* More */
    @media only screen and (max-width: 820px) {
        .more-content {
            grid-template-columns: 1fr;
        }
        .more-content .more-box .more-text {
            padding: 20px;
        }
        .more-content .more-box .more-text h1 {
            font-size: 2rem;
        }
    }
    /*Footer */
    @media only screen and (max-width: 768px) {
        .footer-top {
            grid-template-columns: 1fr;
            justify-items: start;
        }
        .social-icons a i {
            border: none;
        }
    }
    @media only screen and (max-width: 390px) {
        .footer-top {
            grid-template-columns: 1fr;
            justify-items: start;
        }
        .social-icons a i {
            border: none;
        }
    }
}

.subscribe {
    background-color: #f9b5aea7;
    height: 30vh;
    margin-top: 60px;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    border: 1px solid rgba(0, 0, 0, 0.58);
    border-radius: 5px;
}

.subscribe h1 {
    font-size: 38px;
    line-height: 40px;
    font-family: "Playfair Display";
    /* color: white; */
}

.subscribe form {
    width: 50%;
}

.subscribe input {
    margin-top: 30px;
    display: block;
    width: 100%;
    padding: 8px 26px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    /* border-radius: 6px; */
    -webkit-appearance: none;
    margin-bottom: 10px;
    background-color: transparent;
    border: 2px solid #000000;
    border-radius: 2px;
    color: #000000;
}

.subscribe input:focus {
    outline: none;
    /* border: 2px solid rgb(255, 255, 255); */
}

.subscribe input::selection {
    outline: none;
    background-color: transparent;
    /* border: 2px solid rgb(255, 255, 255); */
}

.subscribe button {
    padding: 8px 30px;
    /* border: 2px solid #000000; */
    background-color: #211515;
    color: #ffff;
    border-radius: 50px;
}