
img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #2b2b2b;
}

html,
body {
    min-height: 100vh;
}

body {
    font-size: 16px;
    line-height: 26px;
    color: #4a4a4a;
    -webkit-font-smoothing: antialiased;
}

a:focus,
a:hover,
a:active {
    color: #39ab8d;
}

a:focus {
    outline: 0 solid
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #39ab8d;
}

input,
textarea {
    width: 100%;
    color: #4a4a4a;
    padding: 15px;
}

input {
    height: 40px;
    padding: 0 15px;
}

input:focus,
textarea:focus {
    outline: 0 none;
}

.header-area {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
}


.logo {
    padding: 8px 5px 8px 0;
}

.logo img {
    height: 50px;
    transition: all 0.4s ease 0s;
}

.main-menu {
    padding: 10px 0;
}

.main-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    float: none;
    text-align: right;
}

.main-menu li {
    float: none;
    position: relative;
    display: inline-block;
}

.main-menu li.is-active a {
    color: #39ab8d;
}

.main-menu li a {
    color: #2b2b2b;
    display: block;
    font-size: 18px;
    line-height: 20px;
    padding: 13px 15px;
    text-transform: uppercase;
}

.is-sticky .main-menu-area {
    background: #ffffff none repeat scroll 0 0;
    z-index: 2147483647 !important;
    box-shadow: 0 3px 9px -1px rgba(16, 6, 9, 0.2);
    -webkit-box-shadow: 0 3px 9px -1px rgba(16, 6, 9, 0.2);
    -moz-box-shadow: 0 3px 9px -1px rgba(16, 6, 9, 0.2);
}


.full_area1 {
    background-size: cover;
    position: relative;
    height: 670px;
    z-index: 1;
    width: 100%;
    text-align: left;
    background-image: url(../images/b1.png);
    background-position: center right;
}

.full_area1 h1 {
    color: #ffffff;
    margin-top: 150px;
    font-size: 70px;
}

.full_area2 {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 500px;
    z-index: 1;
    width: 100%;
    text-align: left;
    background-image: url(../images/b2.png);
}

.full_area2 h1 {
    color: #ffffff;
    margin-top: 100px;
    font-size: 70px;
}

.card {
    margin-top: -240px;
    position: relative;
    z-index: 4;
}

.card img {
    display: block;
    width: 100%;
    justify-content: space-between;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(75, 129, 62, 0.12);
    margin: 20px 0;
}

.full_area3 {
    background-size: cover;
    background-position: center right;
    position: relative;
    height: 500px;
    z-index: 1;
    width: 100%;
    text-align: left;
    background-image: url(../images/b3.png);
}

.full_area3 h1 {
    color: #ffffff;
    margin-top: 100px;
    font-size: 70px;
}


.section {
    padding: 50px 0;
}

.details-image {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2), 30px 30px 0 #eaeaeb;
    display: inline-block;
    margin-right: 50px;
    position: relative;
    border: 80px solid #ffffff;
    margin-bottom: 40px;
}

.text-capitalize {
    font-size: 40px;
    margin-bottom: 50px;
}

.details p {
    font-size: 18px;
    line-height: 1.8;
}

.service {
    display: flex;
}

.service .service_thumb {
    display: block;
    width: 240px;
    flex-shrink: 0;
}

.service_desc {
    background: #209d7d;
    color: #ffffff;
    padding: 20px;
}

.service_desc h2 {
    color: #ffffff;
}

.footer-area {
    background: #2b2b2b none repeat scroll 0 0;
    padding: 25px 0;
    text-align: center;
    color: #ffffff;
    margin-top: 100px;
}

.template-border {
    position: relative;
    display: inline-block;
    max-width: 100%;
    z-index: 99;
}

.template-border h3 {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

.team {
    padding: 30px 0;
}

.team-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-item .avatar-image img {
    display: block;
    border-radius: 50%;
    width: 180px;
    height: 180px;
}

.team-item h3 {
    margin: 30px;
}

.team-item h4 {
    text-align: center;
    line-height: 1.5;
}

.team-detail-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 99999999999999;
}

.team-detail {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    overflow: auto;
}

.team-detail-content {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    width: 90vw;
    max-width: 600px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.team-detail-content .avatar-image img {
    display: block;
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

.team-detail-content h3 {
    margin: 20px;
}

.team-detail-content h4 {
    text-align: center;
    line-height: 1.5;
}

.team-detail-content p {
    line-height: 1.7;
}

.tech-text h2 {
    margin: 40px 0;
}

.tech-text {
    line-height: 2;
}

.programme h1 {
    font-size: 40px;
}


.programme h2 {
    font-size: 30px;
    margin-bottom: 40px;
}

.programme h3 {
    font-size: 26px;
    line-height: 1.6;
}


.programme ul li {
    padding: 0 10px;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
}

.programme ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #209d7d;
    border-radius: 50%;
    margin-right: 20px;
}

.programme img {
    display: block;
}


.programme .icon-5 > div {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.programme .icon-5 > div img {
    width: 100px;
    margin: 0 auto;
}

.programme .icon-4 > div {
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.programme .icon-4 > div img {
    width: 60px;
    margin: 0 auto;
}

.programme .step {
    margin: 10% 0;
    font-size: 20px;
    line-height: 2;
}



.table table {
    width: 100%;
    display: block;
    border-collapse: collapse;
    margin: 0 20px;
    font-size: 18px;
}

.table table td {
    padding: 20px;
    border: 1px solid #f5f5f5;
}

table .table-header td {
    background: #209d7d;
    color: #ffffff;
    padding: 60px 20px;
}

.table-header-1 {
    width: 15%;
}

.table-header-2 {
    width: 85%;
}

.table-header-2 div {
    display: flex;
    justify-content: space-between;
}

.table-header-2 div span {
    padding: 0 10px;
}

.table-title {
    background: #cbe8e6;
    text-align: center;
}

.table .bar {
    width: 100%;
    height: 30px;
    background: #baebde;
    overflow: hidden;
}

.table .bar .bar-item {
    width: 100%;
    height: 30px;
    background: #209d7d;
}

.video {
    display: block;
    width: 80%;
    margin: 50px auto;
}

.mobile-menu-area {
    display: none;
    background: #efefef none repeat scroll 0 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
}

.mobile-menu .mean-bar {
    position: relative;
}

.mobile-menu .logo {
    left: 10px;
    position: absolute;
    top: 0;
    z-index: 99999999 !important;
}

.mobile-menu .logo img {
    height: 35px;
}


a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #000;
    height: 3px;
    margin-top: 3px
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #ffffff;
    margin-top: 44px;
    box-shadow: 0 6px 7px rgba(0, 0, 0, 0.1);

}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 10px 20px;
    margin: 0;
    text-align: left;
    color: #000000;
    border-top: 1px solid #e5e5e5;
    text-decoration: none;
    text-transform: uppercase
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 10px 20px;
    border-top: 1px solid #e5e5e5;
    opacity: .75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #bdbdbd;
    background: rgba(255, 255, 255, .1)
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, .1);
    border: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, .4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .2) !important
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(215, 215, 215, 0.9)
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}

.science-card {
    display: flex;
    align-items: center;
    background: rgba(57, 171, 141, 0.09);
    border-radius: 40px;
    padding: 40px 70px;
}

.science-card-title {
    margin-bottom: 50px;
}

.science-card .science-card-img {
    flex-shrink: 0;
    width: 30%;
}

.science-card .science-card-img img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.science-card .science-card-text {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
}

.science-card .science-card-text h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 39px;
    color: #222550;
    margin: 0;
}

.science-card .science-card-text p {
    font-weight: 500;
    font-size: 28px;
    line-height: 39px;
    color: #222550;
    margin-top: 20px;
    margin-bottom: 70px;
}

.science-card .science-card-text a {
    display: block;
    padding: 10px 40px;
    gap: 20px;
    width: 192px;
    height: 59px;
    background: #39AB8D;
    border-radius: 58px;
    font-weight: 500;
    font-size: 28px;
    line-height: 39px;
    color: #FFFFFF;
    align-self: flex-end;
    text-align: center;
}

.solution-row1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
}

.solution-row1 .step {
    /*text-align: right;*/
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #222550;
    margin-top: 80px;
}

.solution-row1 .step-title {
    font-size: 20px;
    color: #222550;
}

.solution-row2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.solution-row2 .step {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #222550;
}

.solution-row2 .step-info {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #222550;
    margin-bottom: 80px;
}

.solution-expert {
    color: #222550;
    font-weight: 500;
}

.solution-expert .expert-item {
    display: flex;
    align-items: center;
}

.solution-expert .expert-item .expert-item-cover {
    width: 106px;
    height: 106px;
    margin-right: 20px;
    flex-shrink: 0;
}

.solution-expert .expert-item .expert-item-cover img {
    width: 106px;
    height: 106px;
    border-radius: 50%;
}

.solution-expert .expert-item .expert-item-info h4 {
    color: #222550;
    margin-bottom: 20px;
    font-size: 24px;
}

.solution-expert .expert-item .expert-item-info p {
    margin: 0;
    font-size: 16px;
}

.solution-expert .expert-item-desc {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 1.6;
}


@media only screen and (max-width: 767px) {
    .mobile-menu-area {
        display: block;
    }

    .main-menu-area {
        display: none;
    }

    .full_area1 {
        height: 400px;
    }

    .full_area1 h1 {
        color: #ffffff;
        margin-top: 150px;
        font-size: 30px;
    }

    .template-border {
        padding: 0;
    }

    .template-border img {
        width: 100%;
    }

    .template-border h3 {
        position: absolute;
        top: 50px;
        width: 100%;
        color: #ffffff;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
    }

    .section {
        padding: 20px 0;
    }

    .details-image {
        display: inline-block;
        margin-right: 50px;
        position: relative;
        border: 30px solid #ffffff;
        margin-bottom: 60px;
    }

    .service .service_thumb {
        display: block;
        width: 160px;
        flex-shrink: 0;
    }

    .service .service_desc {
        padding: 14px;

    }

    .service .service_desc p {
        font-size: 14px;
    }

    .service .service_desc h2 {
        font-size: 18px;
    }

    .text-capitalize {
        margin-top: 60px;
        font-size: 30px;
        margin-bottom: 40px;
    }

    .full_area2 {
        height: 300px;
    }

    .full_area2 h1 {
        margin-top: 150px;
        font-size: 30px;
        background-size: cover;
    }

    .full_area3 {
        height: 300px;
    }

    .full_area3 h1 {
        margin-top: 150px;
        font-size: 30px;
        background-size: cover;
    }

    .table table {
        font-size: 14px;
    }

    .table table td {
        padding: 10px;
    }

    table .table-header td {
        background: #209d7d;
        color: #ffffff;
        padding: 30px 20px;
    }

    .science-card {
        display: block;
        background: rgba(57, 171, 141, 0.09);
        border-radius: 30px;
        padding: 30px;
    }

    .science-card .science-card-img {
        flex-shrink: 0;
        width: 100%;
        height: 100%;
    }

    .science-card .science-card-img img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 50%;
    }

    .science-card .science-card-text {
        margin-left: 0;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .science-card .science-card-text h3 {
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: #222550;
        margin: 0;
    }

    .science-card .science-card-text p {
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: #222550;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .science-card .science-card-text a {
        display: block;
        padding: 10px 40px;
        gap: 20px;
        width: 100%;
        height: 40px;
        background: #39AB8D;
        border-radius: 58px;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
    }

    .solution-row1{
        flex-direction: row;
    }

    .solution-row1 .step {
        text-align: left;
        margin: 40px 0;
    }
    .solution-row2 .step {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .solution-row2 .step-info  {
        margin: 10px 0;
    }
}

.main-menu li.link-button a {
    padding: 0;
}

.main-menu li.link-button a span:hover {
    background: #39ab8d;
    transition: background-color 0.3s;
    color: #ffffff;
}

.main-menu li.link-button a span {
    display: block;
    padding: 6px 8px;
    font-size: 14px;
    border-radius: 6px;
    border: 2px solid #39ab8d;
    color: #39ab8d;
}

.mean-nav li.link-button a {
    padding: 0;
}

.mean-nav li.link-button a span {
    padding: 6px 8px;
    font-size: 14px;
    border-radius: 5px;
    border: 2px solid #39ab8d;
    color: #39ab8d;
}
