body {
    font-family: 'Poppins', sans-serif;
    font-size: .9rem;
}
p{
    text-align: justify;
}
#header {
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #ffffff;
    transition: background-color .3s linear;
}

.header-shrink {
    background-color: rgba(255, 255, 255, .95)!important;
}

#logo {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 2rem;
    padding-bottom: 2rem;
    align-items: center;
    justify-content: space-around;
    display: flex;
    float: none;
    transition: padding-top .3s, padding-bottom .3s;
}

.logo-shrink {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
}

nav {
    border-top: 1px solid #e8e8e8;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: padding-top .3s, padding-bottom .3s;
}

.nav-shrink {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

nav ul li {
    padding: 0 .7rem 0 .5rem;
    margin: 0;
    display: inline-block;
    border-right: 1px solid #e8e8e8;
}

nav ul li:last-child {
    border-right: 0;
}

nav a {
    color: #222222;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
}

nav a:hover {
    color: #505050;
    text-decoration: inherit;
}

nav a.current{
    color: #4f465c;
}

.landing-image {
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 150px;
}

.landing-image h1 {
    text-shadow: 0 1px 5px #ffffff;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 125px;
}

.landing-image img {
    display: block;
    margin: 0 auto;
}

section {
    width: 100%;
    padding-bottom: 2rem;
}

section .title {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

section .title h2 {
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 1.5rem 0;
    font-family: 'Montserrat', sans-serif;
}

section .dark-title {
    color: #23262c;
    text-shadow: 0 1px #ffffff;
}

section .dark-title h2 {
    border-bottom: 2px solid rgba(255, 255, 255, .5);
}

section .light-title {
    color: #f9f9f9;
    text-shadow: 0 1px rgba(0, 0, 0, .2);
}

section .light-title h2 {
    border-bottom: 2px solid rgba(0, 0, 0, .1);
}

section .sub-title{
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dark-section {
    background: #23262c;
    color: #cccccc;
}

.light-section {
    background: #f5f5f5;
    color: #44464a;
}

#nine-truth .truth-section {
    min-height: 6rem;
    padding-top: 1rem;
    border-bottom: 1px dashed rgba(255, 255, 255, .1);
}

#nine-truth .truth-section:last-child {
    border-bottom: none;
}

#nine-truth .truth-section:last-child p{
    margin-bottom: 0;
}

#nine-truth .truth-section:last-child .number{
    margin-bottom: 0;
}

#nine-truth .truth-section .number {
    color: #ffffff;
    font-size: 4rem;
    text-align: center;
    border-radius: 5rem;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    margin: 0 auto 1rem auto;
}

#nine-truth .truth-section h4 {
    font-size: 1rem;
}

#nine-truth .drink {
    padding-top: 0;
}

#nine-truth .drink .sub-title {
    color: #75b7ec;
}

#nine-truth .drink .number {
    background: #75b7ec;
}

#nine-truth .structure .sub-title {
    color: #5a64b6;
}

#nine-truth .structure .number {
    background: #5a64b6;
}

#nine-truth .electrical .sub-title {
    color: #7a64b1;
}

#nine-truth .electrical .number {
    background: #7a64b1;
}

#nine-truth .reduction .sub-title {
    color: #8ea706;
}

#nine-truth .reduction .number {
    background: #8ea706;
}

#nine-truth .photon .sub-title {
    color: #ec95a9;
}

#nine-truth .photon .number {
    background: #ec95a9;
}

#nine-truth .sound .sub-title {
    color: #beaa00;
}

#nine-truth .sound .number {
    background: #beaa00;
}

#nine-truth .safety .sub-title {
    color: #f1ab2d;
}

#nine-truth .safety .number {
    background: #f1ab2d;
}

#nine-truth .foreign .sub-title {
    color: #70bab9;
}

#nine-truth .foreign .number {
    background: #70bab9;
}

#nine-truth .achievements .sub-title {
    color: #ad4d77;
}

#nine-truth .achievements .number {
    background: #ad4d77;
}



.tab-area .right-side .sub-title {
    color: #8695c4!important;
    font-size: 1.2rem;
}

.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.tabs .tab-link {
    cursor: pointer;
    padding: 10px;
    border-radius: 7px 0 0 7px;
    background: rgba(255, 255, 255, 0.75);
    margin-bottom: 10px;
    transition: background .25s linear, font-size .1s, color .25s linear;
}

.tabs .tab-link:last-child {
    margin-bottom: 0;
}

.tabs .tab-link.current {
    background: rgba(134, 149, 197, .25);
    color: #2f3238;
}

.tab-content {
    border-radius: 0 7px 7px 0;
    display: none;
    background: rgba(134, 149, 197, .25);
    padding: 10px;
    color: #2f3238;
}

.tab-content p:last-child{
    margin-bottom: 0;
}

.tab-content.current {
    display: inherit;
}

#story-of-sai {
    background: #23262c;
}

#story-of-sai .content {
    color: #e8e8e8;
}

#story-of-sai .content .row {
    background: rgba(0, 0, 0, .1);
    margin-bottom: 1rem;
    border-radius: 7px;
}

#story-of-sai .content .row:last-of-type {
    margin-bottom: 0;
}

#story-of-sai .content .sub-title {
    margin-top: 1rem;
    margin-bottom: .5rem;
    color: #a9cdc6;
    font-size: 1rem;
    text-transform: initial;
    font-weight: bold;
}

footer{
    background: #23262c;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    nav{
        overflow-x: scroll;
    }
    nav ul li {
        border: 0;
    }
}

@media screen and (max-width: 767px) {
    .landing-image h1 {
        margin-top: 100px;
    }
}

@media screen and (max-width: 575px) {
    .landing-image h1 {
        margin-top: 100 px;
    }
}