/* ?v22 */
/************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');


html {
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    width: 100%;
    color: #202020;
    font-size: 18px;
}

p:last-child {
    margin-bottom: 0;
}

.cc:last-child .box {
    text-decoration: none;
}

.all-bg {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    opacity: 0.2;
}

.equal-row {
    display: flex;
    flex-flow: row wrap;
    gap: 20px 0;
}

.equal-col {
    display: flex;
}

.equal-card {
    flex: 1 0 0;
}

.container {
    max-width: 1400px;
    position: relative;
    z-index: 1;
}



.container-lg {
    max-width: 1400px;
}

.main-wrapper {
    position: relative;
    background-image: url(../images/about-bg.png);
    background-size: cover;
}

.name {
    font-weight: 500;

    color: #26A72C;
}

.saying {
    font-family: cursive;
    font-size: 20px;
    margin-top: 40px;
}

.saying p {
    color: #000000;
}

/***************************************************************/
a {
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
}

/***************************************************************/
.btn {

    transition: all 0.3s;
    position: relative;
}

.btn:hover {
    transition: all 0.3s;
}

.btn-lg {

    transition: all 0.3s;
}

.btn-main {
    text-decoration: none;
    background-color: #26A72C;
    color: #fff;
}

.btn-main:hover {
    text-decoration: none;
    color: #fff;
    background-color: #26A72C;
}

.btn-main-outline {
    color: #26A72C;
    border: 1px solid #26A72C;
}

.btn-main-outline:hover {
    text-decoration: none;
    color: #fff;
    background-color: #26A72C;
}

.btn-white {
    background-color: #fff;
    color: #000000;
}

.btn-white:hover {
    text-decoration: none;
    color: #fff;
    background-color: #26A72C;
}

.btn-white-outline {
    color: #ffffff;
    border: 1px solid #fff;
}

.btn-white-outline:hover {
    text-decoration: none;
    color: #fff;
    background-color: #26A72C;
}

/***************************************************************/
.navbar {
    background-color: rgb(0 0 0 / 30%);
    padding: 10px 0;
    transition: all 0.3s;
}

.navbar .collapse {
    gap: 20px;
}

.navbar .navbar-brand {
    transition: all 0.3s;
    min-width: 200px;
}

.navbar .navbar-brand img {
    height: 60px;
    outline: none;
}

.navbar .nav-link {
 
    font-weight: 400;
    padding-left: 20px !important;
    color: #ffffff;
    padding-right: 20px !important;
}

.navbar .nav-link:hover {
    color: #26A72C;
}

.navbar .nav-link.active {
    text-decoration: none;
}

.navbar .phone {
    font-size: 18px;
    color: #26A72C;
    gap: 10px;
    display: flex;
    align-items: center;
}

.navbar .phone i {
    position: relative;
}

.navbar .phone .title {
    text-decoration: none;
}

.navbar .phone .title b {
    color: #fff;
    font-weight: 300;
}


.navbar .social {
    display: flex;
    min-width: 200px;
    justify-content: end;
}

.navbar .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
    display: none;
}

.navbar .social ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.navbar .social ul li a {
    text-decoration: none;
    font-weight: 300;
    display: block;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    border: 1px solid #ffffff;
    width: 36px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    transition: all 0.3s;
    border-radius: 30px;
}

.navbar .social ul li a:hover {
    color: #26A72C;
    background-color: #fff;
}

/************************************************************/
.sticky-header header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    background: #fff;
    height: auto;
    transition: all 0.3s;
}

.sticky-header header .navbar {
    background: #000000;
    transition: all 0.3s;
    box-shadow: 0px 14px 30px rgba(4, 24, 54, 0.1);
}

.sticky-header header .navbar .navbar-brand img {
    height: 50px;
    transition: all 0.3s;
}

.sticky-header header .navbar .nav-link {
    color: #ffffff;
}

.sticky-header header .navbar .nav-link:hover {
    color: #26A72C;
}

.sticky-header header .navbar .phone .title b {
    color: #000000;
}

.sticky-header header .navbar .phone .title b {
    color: #000000;
}

.sticky-header header .navbar .social ul li a {
    border-color: #26A72C;
    color: #26A72C;
    transition: all 0.3s;
}

.sticky-header header .navbar .social ul li a:hover {
    background-color: #26A72C;
    color: #fff;
}

.navbar .navbar-brand .black {
    display: block
}

.navbar .navbar-brand .white {
    display: none
}

.sticky-header .navbar .navbar-brand .black {
    display: none
}

.sticky-header .navbar .navbar-brand .white {
    display: block
}

/************************************************************/
.wrap {
    position: relative;
    overflow: hidden;
}

.wrap .title {
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #000000;
}

.wrap .sub-title {
    font-size: 24px;
    /* font-weight: 100; */
}

.main-heading {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #26A72C;
    --gradient-position: 80%;
    background: -webkit-linear-gradient(335deg, #26A72C 0%, #26A72C 28.66%, #000000 32.66%, #c8c8c8 33%, #26A72C 37%, #26A72C99 45%, #26A72C99 47.5%, #26A72C 48%, #26A72C 50.5%, #26A72C 64%, #c8c8c8 69%, #26a72c 70%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 200% 100%, 100% 100%;
    background-position: var(--gradient-position) 50%, 50% 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/************************************************************/
.nomi-banner-section {
    text-decoration: none;
    margin-bottom: -10px;
    position: relative;
    color: #fff;
    min-height: 800px;
    overflow: hidden;
    background-color: #000000;
}

.nomi-banner-section::after {
    content: "";
    position: absolute;
    background-color: #000000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
}

.nomi-banner-section video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
     /* Optional: if you want content to appear on top */
}

.nomi-banner-section .caption {
    left: 0;
    right: 0;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 50px;
    position: absolute;
    z-index: 1;
}



.nomi-banner-section .title {
    color: #fff;
}

.nomi-banner-section .title span {
    font-weight: 400;
    color: #26A72C;
}

.nomi-banner-section .sub-title {
    font-size: 24px;
    font-weight: 100;
}



.nomi-banner-section .buttons {
    text-decoration: none;
    margin-top: 50px;
    margin-bottom: 50px;
}

/************************************************************/
.nomi-about-section {
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-image: url(../images/carl-img.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.nomi-about-section .wrap {
    padding: 150px 0;
    background-size: contain;
}


.nomi-about-section::before {
    content: "";
    position: absolute;
    /* background-image: url(../images/about-bg.png); */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background-color: #ffffff;
}

.nomi-about-section .title {
    top: 0;
}


.nomi-about-section .heading {
    text-decoration: none;
}

.nomi-about-section .text h3 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #000000;
}

.nomi-about-section .list {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 40px;
    /* border: solid 1px #dbdbdb; */
    /* box-shadow: 10px 10px 0px 0px #26A72C; */
    /* padding: 30px 25px; */
    margin: 10px;
    /* background: #ffffff; */
    border-radius: 50px;
}

.nomi-about-section .list .item {
    display: flex;
    gap: 10px;
}

.nomi-about-section .list .item h2 {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #000000;
}

.nomi-about-section .list .item h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}


.nomi-about-section .list .item .icon {
    margin-top: -20px;
    position: relative;
    text-align: center;
    color: #fff;
    max-width: 80px;
    width: 100%;

}

.nomi-about-section .list .item .icon img {
    max-width: 100%;
}

/************************************************************/
.nomi-mission-section {
    padding: 100px 0;
    position: relative;
    background: #000000;
}

.nomi-mission-section::before {
    content: "";
    position: absolute;
    background-image: url(../images/mission-bg.png);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .3;
    background-size: contain;
    background-position: top center;
    background-attachment: fixed;
}

.nomi-mission-section .title {
    top: 0;
}


.nomi-mission-section .main-heading {
    text-align: center;
    /* color: #000000 !important; */
    /* background: none; */
    /* -webkit-text-fill-color: unset; */
}

.nomi-mission-section .text h3 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #000000;
}





.nomi-mission-section .title {
    text-decoration: none;
    text-align: center;
}


.nomi-mission-section .sub-title {
    text-decoration: none;
    text-align: center;
}

.nomi-mission-section .heading p {
    font-size: 18px;
    font-weight: 500;
}

.nomi-mission-section .item {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 20px;
    /* border: solid 1px #dbdbdb; */
    box-shadow: 10px 10px 0px 0px #26A72C;
    padding: 30px 25px;
    margin: 10px;
    background: #ffffff;
    /* border-radius: 50px; */
    text-align: center;
    overflow: hidden;
}



.nomi-mission-section figure {
    text-decoration: none;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    max-height: 230px;
    overflow: hidden;
}


.nomi-mission-section figure::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* bottom to top shadow */
    z-index: 0;
    background: linear-gradient(to top, #000000a8, #ffffff00);
}

.nomi-mission-section figure .label {
    position: absolute;
    bottom: 15px;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
    left: 0;
    right: 0;
    text-align: center;
    letter-spacing: 10px;
    line-height: 50px;
    /* opacity: .5; */
    z-index: 1;
}

.nomi-mission-section .item h2 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}

.nomi-mission-section .item p {
    text-decoration: none;
}



.nomi-mission-section .text {
    text-decoration: none;
    text-align: center;
    padding: 0;
    /* color: #fff; */
    margin-bottom: 50px;
}

.nomi-mission-section .text p:last-child {
    margin-bottom: 0;
}


/************************************************************/
.nomi-what-section {
    position: relative;
    background-color: #26A72C;
    background-size: cover;
    padding: 100px 0;
    background-image: url(../images/galxy.gif);
    text-align: center;
}

.nomi-what-section::before {
    content: "";
    position: absolute;
    background-color: #000000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
}

.nomi-what-section .wrap {

    text-decoration: none;
}


.nomi-what-section .text {
    text-align: center;
    margin-bottom: 70px;
}


.nomi-what-section .title {
    text-decoration: none;
    color: #fff;
}

.nomi-what-section .list {
    margin-top: 30px;
}

.nomi-what-section .list .item {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 20px;
}

.nomi-what-section .list .item h2 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.nomi-what-section .list .item h3 {
 
    color: #26A72C;
    font-weight: 200;
}

.nomi-what-section .list .item p {
    position: relative;
}

.nomi-what-section .list .item .icon {
    position: relative;
    text-align: center;
    color: #fff;
    background: #26A72C;
    width: 30px;
    height: 10px;
    border-radius: 20px;
    border: 4px solid #000000;
    outline: 3px solid #ccc;
    box-sizing: content-box;
    margin-top: 5px;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

.nomi-what-section .list .item .icon img {
    max-width: 100%;
    display: none;
}



/************************************************************/
.nomi-incubator-section {
    padding: 0px 0;
    position: relative;
    overflow: hidden;
    /* background-image: url(../images/bg1.png); */
    background-size: cover;
}

.nomi-incubator-section .wrap {
    padding: 100px 0;
    background-size: contain;
}


.nomi-incubator-section::before {
    content: "";
    position: absolute;
    background-image: url(../images/about-bg.png);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.nomi-incubator-section .title {
    top: 0;
}


.nomi-incubator-section .heading {
    text-decoration: none;
}

.nomi-incubator-section .text h3 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #000000;
}

.nomi-incubator-section .list {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.nomi-incubator-section .list .item {
    gap: 10px;

    position: relative;
    display: flex;
    gap: 40px;

    margin: 0;
    background: #ffffff;

}

.nomi-incubator-section .list .item h2 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}

.nomi-incubator-section .list .item h3 {

    color: #26A72C;
    font-weight: 200;
}



.nomi-incubator-section .list .item .icon {
    position: relative;
    text-align: center;
    color: #fff;
    max-width: 80px;
    margin: 0;
    display: none;
}

.nomi-incubator-section .list .item .icon img {
    max-width: 100%;
}


/***************************************************************/
.nomi-footer-section {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/about-bg.png);
}

.nomi-footer-section .heading {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.nomi-footer-section .title {
    text-decoration: none;
}

.nomi-footer-section .heading p {
    text-decoration: none;
}

.nomi-footer-section .sub-title {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}

.nomi-footer-section .address {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    font-size: 16px;
}

.nomi-footer-section .address p {
    margin-bottom: 10px;
}

.nomi-footer-section .address p b {

    color: #000000;
    font-weight: 600;
    margin-bottom: 0px;
    display: block;
}

.nomi-footer-section .box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nomi-footer-section .social {
    margin-top: 30px;
}

.nomi-footer-section .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
    display: flex;
}

.nomi-footer-section .social ul li {
    display: inline-block;
}

.nomi-footer-section .social ul li a {
    color: #26A72C;
    text-decoration: none;
    font-size: 30px;
    display: inline-block;
}

.nomi-footer-section .social ul li a:hover {
    color: #fff;
    /* background-color: #26A72C; */
    color: #000000;
}

.nomi-footer-section .form {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 20px;
    /* border: solid 1px #dbdbdb; */
    box-shadow: 10px 10px 0px 0px #26A72C;
    padding: 30px 25px;
    margin: 10px;
    background: #ffffff;
    /* border-radius: 50px; */
    text-align: center;
}

.nomi-footer-section .form .form-group {
    margin-bottom: 15px;
    background: #fff;
    padding: 8px 15px;
    border: 1px solid #000000;
    border-radius: 5px;
}

.nomi-footer-section .form .form-group:hover {
    border: 1px solid #26A72C;
}

.nomi-footer-section .form .form-group .input-group-text {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-right: 10px;
    align-items: self-start;
    display: none;
}

.nomi-footer-section .form .form-group .input-group-text img {
    max-height: 24px;
    display: none;
}

.nomi-footer-section .form .form-group .form-control {
    border: 0;
    font-weight: 500;
    opacity: 1;
    box-shadow: none;
    outline: none;
    border-bottom: 0px solid #ffffff;
    padding-left: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

/***************************************************************/
.copy-section {
    text-decoration: none;
    padding: 10px;
    background-color: #000000 !important;
    position: relative;
}

.copy-section .text {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}

/***************************************************************/




.moon-marquee {
    width: 100%;
    overflow: hidden;
    background: #26A72C;
    /* dark moon tone */
    color: #fff;
    padding: 10px 0;
    font-weight: 500;
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
}

.marquee-track {
    display: flex;
    white-space: nowrap;
    animation: moonScroll 30s linear infinite;
    gap: 40px;
    /* spacing between repeated content */
}

@keyframes moonScroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}


/***************************************************************/
@media screen and (max-width: 992px) {
    .navbar {
        background-color: #000000;
    }

    .navbar-toggler {
        margin-right: 0;
        box-shadow: none !important;
        color: #fff;
    }

    .navbar .social {
        justify-content: center;
        margin-top: 20px;
    }

    .sticky-header .navbar-toggler {
        color: #ffffff;
    }

    .navbar-toggler:focus {
        opacity: 0.5;
    }

    .navbar .navbar-brand {
        margin-right: 30px;
    }

    .navbar .navbar-brand img {
        max-height: 50px;
    }

    .navbar .nav-item {
        text-align: center;
    }


    .main-heading {
        font-size: 40px;
    }

}


@media (min-width: 992px) and (max-width: 1059px) {
  .custom-li{
      font-size: 14px !important;
  }
}
