html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  color: #363636;
  margin: 0;
  padding: 0;
}
wrapper {
  position: relative;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
}





/*------------------------------
            Global        
------------------------------*/
a {
  color: #234067;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #325C94;
  text-decoration: none;
}
h3 {
  font-family: 'DM Serif Display', sans-serif;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
h3 span {
  position: relative;
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #0093F4;
  text-transform: uppercase;
  padding-left: 2.875rem;
  margin-bottom: .75rem;
}
h3 span::before {
  position: absolute;
  top: .55rem;
  left: 0;
  display: block;
  width: 2.5rem;
  height: .0625rem;
  content: '';
  background-color: #0093F4;
}
h4 {
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 1rem;
}
h5, h6, p, ul {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
address {
  font-size: 1rem;
  line-height: 1.5;
}
.f78 {
  font-size: clamp(2rem, 4.44vw - 0.64rem, 4.875rem);
}
.f67 {
  font-size: clamp(1.75rem, 5vw + 1rem, 4.1875rem);
}
.f64 {
  font-size: clamp(1.75rem, 5vw + 1rem, 4rem);
}
.f55 {
  font-size: clamp(1.75rem, calc(2.634vw + 1.13265rem), 3.4375rem);
}
.f52 {
  font-size: clamp(1.75rem, calc(2.341vw + 1.20125rem), 3.25rem);
}
.f50 {
  font-size: clamp(1.75rem, calc(2.341vw + 1.20125rem), 3.125rem);
}
.f48 {
  font-size: clamp(1.5rem, 3.125vw, 3rem);
}
.f40 {
  font-size: clamp(2rem, 3vw, 2.5rem);
}
.f36 {
  font-size: clamp(1.25rem, 3vw, 2.25rem);
}
.f32 {
  font-size: clamp(1.25rem, 3.125vw, 2rem);
}
.f31 {
  font-size: clamp(1.25rem, 3.125vw, 1.9375rem);
}
.f30 {
  font-size: clamp(1.0625rem, 3.125vw, 1.8125rem);
}
.f27 {
  font-size: clamp(1.125rem, 1.22vw + .667rem, 1.6875rem);
}
.f26 {
  font-size: clamp(1.125rem, 1.47vw + 0.43rem, 1.625rem);
}
.f24 {
  font-size: clamp(1.125rem, 1.22vw + .667rem, 1.5rem);
}
.f22 {
  font-size: clamp(1.0625rem, 1vw + .5rem, 1.375rem);
}
.f20 {
  font-size: clamp(1rem, 1vw + .5rem, 1.25rem);
}
.f18 {
  font-size: clamp(1rem, 1vw + .5rem, 1.125rem);
}
.f16 {
  font-size: clamp(.875rem, 1vw + .5rem, 1rem);
}
.f15 {
  font-size: clamp(.875rem, 1vw + .25rem, .9375rem);
}
.f14 {
  font-size: clamp(.75rem, 1vw + .25rem, .875rem);
}
.f12 {
  font-size: .75rem
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trans {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.scroll-anchor {
  z-index: -99;
  position: relative;
  padding-top: 4rem;
  margin-top: -4rem;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.btn,
.btn-load-more {
  color: #fff;
  background-color: #0f9dfb;;
  font-size: 1rem;
  font-weight: 600;
  padding: .9375rem 2rem;
  border-radius: 2.5rem;
  border: none;
  margin: 0 auto;
  transition: all .3s ease-out;
}
.btn:hover {
  color: #0093F4;
  background-color: #fff
}
.btn-load-more:hover {
  color: #fff;
  background-color: #04293F;
}
.btn.btn-yellow {
  color: #1F2459;
  background-color: #FFBF00;
}
.btn.btn-yellow:hover {
  background-color: #E6F6FD;
}
@media (min-width: 1520px) {
  .container {
    max-width: 1290px;
  }
}
@media (max-width: 991px) {
  .btn,
  .btn-load-more {
    font-size: .75rem;
    padding: .75rem 1.5rem;
  }
}





/*------------------------------
            Navbar
------------------------------*/
.navbar {
  z-index: 999;
  background: transparent;
  padding: 1.25rem 0;
}
.navbar .navbar-brand {
  display: flex;
  justify-content: center;
  width: 12.5rem;
  padding: 0;
  margin: 0 .9375rem;
}
.navbar .navbar-brand img {
  width: 100%;
}
.navbar .navbar-toggler {
  z-index: 9;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar svg {
  width: 1.5rem!important;
  height: 1.5rem!important;
}
.navbar svg path {
  stroke: #fff!important;
}
.navbar .nav-link {
  position: relative;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: auto .6251rem;
}
.navbar .nav-link:hover {
  color: #fff;
}
@media (min-width: 992px) {
  .navbar.navbar-min {
    background-color: #04293F;
    padding: .75rem 0;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
  }
  .navbar .nav-link.nav-contact {
    background-color: #0093F4;
    text-transform: capitalize;
    padding: .9375rem 2rem;
    border-radius: 2.5rem;
    transition: all .3s ease-out;
  }
  .navbar .nav-link.nav-contact:hover {
    color: #0093F4;
    background-color: #fff;
  }
}
@media (max-width: 1199px) {
  
}
@media (max-width: 991px) {
  .navbar {
    background-color: #04293F;
    padding: .75rem 0;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
  }
  .navbar .navbar-brand {
    width: 10rem;
  }
  .navbar-nav {
    text-align: center;
    padding: 1rem 0 .5rem;
  }
  .navbar .nav-link {
    font-size: .875rem;
    padding: .375rem 0;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-brand {
    width: 8rem;
  }
}





/*------------------------------
            Home
------------------------------*/
.home {
  z-index: 3;
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) -1.56%, rgba(0, 0, 0, 0.00) 98.44%), url(../images/landing.jpg) center no-repeat;
  background-size: cover;
}
.home .content {
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  padding: 5rem 0;
}
.home h1 {
  color: #fff;
  font-family: 'DM Serif Display', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0 auto 1rem;
}
.home h2 {
  color: #fff;
  font-weight: 500;
  margin: 0 auto 1.875rem;
}
@media (max-width: 1499px) {
  
}





/*------------------------------
              Meet
------------------------------*/
.about {
  padding: 5rem 0;
}
.about .video {
  position: relative;
  color: #303566;
  padding: 2.5rem;
}
.about .video .ark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.about .video .extra {
  position: absolute;
  top: calc(50% - 7.5rem);
  right: -7.5rem;
  width: 15rem;
  height: 15rem;
}
.about .img-container {
  position: relative;
  max-width: 28rem;
}
.about .img-container div {
  border-radius: 100%;
  overflow: hidden;
}
.about p {
  color: #303566;
  margin-bottom: 1.5rem;
}
.about .btn:hover {
  color: #fff;
  background-color: #04293F;
}
@media (max-width: 767px) {
  .about .video {
    padding: 1.5rem 0 1.5rem 1.5rem;
    margin-top: 2rem;
  }
  .about .img-container {
    padding-right: 4rem;
  }
  .about .video .extra {
    top: calc(50% - 4rem);
    right: 0rem;
    width: 8rem;
    height: 8rem;
  }
}





/*------------------------------
            Team
------------------------------*/
.team {
  position: relative;
  text-align: center;
  padding: 5rem 0;
  overflow: hidden;
}
.team::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../images/team-background.png) center top no-repeat;
  background-size: cover;
}
.team h3 {
  display: flex;
  flex-direction: column;
}
.team h3 span {
  margin: 0 auto .75rem;
}
.team p {
  margin-bottom: 3.75rem;
}
.team .person {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 22rem;
  border-radius: 2rem;
  box-shadow: 0 12px 48px -12px rgba(19, 197, 221, 0.32);
  background: #fff;
  background-size: contain;
  overflow: hidden;
  margin: 0 auto;
}
.team .person .wave {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  transition: all .3s ease-out;
}
.team .person:hover > div .wave-1 {
  opacity: 0;
}
.team .person:hover > div .wave-2 {
  opacity: 1;
}
.team .person .wave-2 {
  opacity: 0;
}
.team .details {
  cursor: pointer;
  padding: 3rem 1rem 6rem;
}
.team .img-container {
  z-index: 1;
  position: relative;
  max-width: 10rem;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}
.team .info {
  padding-top: .75rem;
}
.team .name {
  color: #4C507B;
  font-weight: 500;
  margin: 0;
}
.team .title {
  color: #4C507B;
  margin: 0;
}
.team hr {
  width: 2.75rem;
  border-top: .0625rem solid #0093F4;
  margin: 1rem auto;
}
.team a.linkedin {
  position: absolute;
  bottom: 3rem;
  left: calc(50% - 1.375rem);
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  color: #0093F4;
  background: #E6F6FD;
  padding: .75rem;
  border-radius: 100%;
  margin: 0 auto;
  transition: all .3s ease;
}
.team a.linkedin:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.slider-box {
  padding-bottom: 3rem;
  margin: 0 .75rem;
}
.slick-prev,
.slick-next {
  top: auto;
  left: calc(50% - 3.5rem);
  bottom: -3rem;
  width: 2.875rem;
  height: 2.875rem;
  padding: .5rem;
  border: 1px solid #002A4C;
  border-radius: 100%;
  transition: all .3s ease-out;
}
.slick-next {
  left: calc(50% + .5rem);
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #002A4C;
}
.slick-prev:hover::before,
.slick-next:hover::before {
  filter: brightness(0) invert(1);
}
.slick-prev::before,
.slick-next::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icons/team-arrow.svg) center no-repeat;
  background-size: contain;
  content: '';
  transition: all .3s ease-out;
}
.slick-next::before {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .slick-prev:hover,
  .slick-next:hover {
    background-color: transparent;
  }
  .slick-prev:hover::before,
  .slick-next:hover::before {
    filter: invert(0);
  }
}




/*------------------------------
          Team Modal
------------------------------*/
.modal .nav {
  z-index: 1;
  position: absolute;
  top: 0rem;
  right: -3.9rem;
  background: #002A4C;
  padding: 0;
}
.modal .nav .nav-item {
  background: #002A4C;
  padding: 1rem;
  border: none;
}
.modal .nav .nav-item:first-child img {
  width: 1.25rem;
}
.modal .nav .nav-item img {
  width: 1.74656rem;
}
.modal .img-container {
  height: 100%;
}
.modal .modal-body {
  background: #E6F6FD;
  padding: 0;
}
.modal .name {
  color: #030945;
  font-family: 'DM Serif Display', sans-serif;
}
.modal .title {
  color: #0093F4;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.modal .email {
  display: inline-block;
  width: 2.26025rem;
  height: 2.26025rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  font-size: .625rem;
  padding: .5rem;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
.modal .content {
  padding: 2.75rem 3rem 2.75rem 1rem;
}
.modal .bio p:last-child {
  margin: 0;
}
.modal .bio {
  height: 16rem;
  overflow-y: auto;
  padding-right: .5rem;
}
.modal .bio::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}
.modal .bio::-webkit-scrollbar-track {
  background: #fff; /* color of the track */
  border-radius: 30px;
}
.modal .bio::-webkit-scrollbar-thumb {
  background-color: #0093F4; /* color of the scroll thumb */
  border-radius: 30px; /* roundness of the scroll thumb */
}
.modal .bio::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* color of the scroll thumb on hover */
}
.modal-backdrop {
  background-color: #000;
}
.modal-backdrop.show {
  opacity: .5;
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 58rem;
  }
}
@media (max-width:767px) {
  .modal .nav {
    right: 0;
  }
  .modal .nav .nav-item {
    padding: .625rem;
  }
}





/*------------------------------
          How We Grow
------------------------------*/
.process {
  position: relative;
  color: #fff;
  background: #04293F;
  text-align: center;
  padding: 5rem 0 3rem;
}
.process::before {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 30rem;
  height: 30rem;
  content: '';
  background: url(../images/water-splash-top.png) center bottom no-repeat;
  background-size: contain;
}
.process .container {
  z-index: 3;
  position: relative;
}
.process h3 {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.75rem;
}
.process h3 span {
  color: #00A8E8;
  margin: 0 auto .75rem;
}
.process .content {
  position: relative;
  width: 13.5575rem;
  margin: 0 auto 1.25rem;
}
.process .img-container {
  position: relative;
  width: 8.75rem;
  aspect-ratio: 1/1;
  background: rgba(0, 0, 0, 0.10);
  padding: 3rem;
  border-radius: 4.375rem;
  box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.11);
  margin: 0 auto 2rem;
  transition: all .3s ease-out;
}
.process .img-container:hover {
  background: #fff;
}
.process .img-container .num {
  position: absolute;
  bottom: -.5rem;
  right: -.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: #00A8E8;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: 0.00625rem;
  border-radius: 100%;
  overflow: hidden;
}
.process .img-container .num::before {
  position: absolute;
  top: 15%;
  right: 15%;
  display: block;
  width: 70%;
  height: 70%;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.30);
  border-radius: 100%;
}
.process .title {
  font-weight: 600;
  letter-spacing: 0.00625rem;
  margin-bottom: .75rem;
}
.process .desc {
  color: #848E9F;
}
@media (min-width: 992px) {
  .process .col-lg-4:nth-child(1) .content::after,
  .process .col-lg-4:nth-child(2) .content::after,
  .process .col-lg-4:nth-child(4) .content::after {
    position: absolute;
    top: 2.5rem;
    right: -5.5rem;
    display: block;
    width: 3rem;
    height: 4rem;
    content: '';
    background: url(../images/icons/triangles.svg) center no-repeat;
    background-size: contain;
  }
}
@media (min-width: 1200px) {
  .process .col-lg-4:nth-child(1) .content::after,
  .process .col-lg-4:nth-child(2) .content::after,
  .process .col-lg-4:nth-child(4) .content::after {
    right: -7.5rem;
  }
}
@media (min-width: 1400px) {
  .process .col-lg-4:nth-child(1) .content::after,
  .process .col-lg-4:nth-child(2) .content::after,
  .process .col-lg-4:nth-child(4) .content::after {
    right: -9.5rem;
  }
}
@media (max-width: 1399px) {
  .process::before {
    opacity: 0;
  }
}
@media (max-width: 1599px) {
.process::before {
    width: 25rem;
    height: 25rem;
  }
}
@media (max-width: 991px) {
  .process .content {
    width: 16rem;
    margin: 0 auto 8rem;
  }
  .process .col-lg-4:last-child .content {
    margin-bottom: 4rem;
  }
  .process .img-container {
    margin: 0 auto 1.25rem;
  }
  .process .col-lg-4:not(:last-child) .content::after {
    position: absolute;
    bottom: -6rem;
    right: calc(50% - 1.5rem);
    display: block;
    width: 3rem;
    height: 4rem;
    content: '';
    background: url(../images/icons/triangles.svg) center no-repeat;
    background-size: contain;
    transform: rotate(90deg);
  }
}





/*------------------------------
            Impact
------------------------------*/
.impact {
  text-align: center;
  padding: 5rem 0;
}
.impact h3 {
  display: flex;
  flex-direction: column;
  color: #030945;
}
.impact h3 span {
  color: #00A8E8;
  margin: 0 auto .75rem;
}
.impact .img-container {
  position: relative;
  margin-top: 3rem;
}
.impact .title {
  position: absolute;
  display: inline-block;
  color: #030945;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.impact .title:nth-child(2) {
  top: 29%;
  left: 4%;
}
.impact .title:nth-child(3) {
  top: 29%;
  right: 2%;
}
.impact .title:nth-child(4) {
  top: 84%;
  left: 6%;
}
.impact .title:nth-child(5) {
  top: 84%;
  right: 6%;
}
@media (max-width: 767px) {
  .impact .title.f22 {
    font-size: .75rem;
  }
  .impact .title:nth-child(4) {
    left: 3%;
  }
}
@media (max-width: 575px) {
  .impact .img-container {
    padding: 0 1rem;
  }
}





/*------------------------------
            Mussels
------------------------------*/
.mussels {
  position: relative;
  text-align: center;
  padding: 5rem 0 10rem;
}
.mussels::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../images/team-background.png) center top no-repeat;
  background-size: cover;
}
.mussels h3 {
  display: flex;
  flex-direction: column;
}
.mussels h3 span {
  color: #00A8E8;
  margin: 0 auto .75rem;
}
.mussels p {
  margin-bottom: 3.75rem;
}
.mussels .img-container {
  aspect-ratio: 1/1.16;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .mussels .mussels-slider {
    margin-bottom: -6rem;
  }
  .mussels .slick-track {
    padding-bottom: 6rem;
  }
  .mussels .slider-box:nth-child(odd) .img-container {
    position: relative;
    top: 6rem;
  }
}





/*------------------------------
            News
------------------------------*/
.news {
  position: relative;
  padding: 5rem 0 4rem;
}
.news::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20rem;
  height: 20rem;
  content: '';
  background: url(../images/water-splash.png) center top no-repeat;
  background-size: contain;
}
.news h3 {
  margin-bottom: 3.75rem;
}
.news .article {
  padding: 1.5rem;
  border: 1px solid #DEDFE7;
  border-radius: .75rem;
  margin-bottom: 1rem;
}
.news .article.d-flex {
  padding: 1rem;
}
.news .article.article-main .img-container {
  height: 14.125rem;
  border-radius: .75rem;
}
.news .article .img-container {
  height: 100%;
  max-height: 14rem;
  border-radius: .75rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.news .article.d-flex .img-container {
  aspect-ratio: 1/.6;
}
.news .article .date {
  color: #030945;
}
.news .article .info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news .article .title {
  color: #030945;
  font-weight: 600;
  line-height: 1.2;
}
.news .article .desc {
  color: #4C507B;
}
.news .article .view {
  color: #0093F4;
  font-weight: 500;
  margin: auto 0 0;
  transition: all .3s ease-out;
}
.news .article:hover > div .view {
  color: #04293F;
}
@media (max-width: 1199px) {
  .news::before {
    display: none;
  }
}





/*------------------------------
          Contact Us
------------------------------*/
.contact {
  z-index: 9;
  position: relative;
  margin-bottom: -9rem;
  color: #fff;
  background-color: #04293F;
  padding: 5.75rem 0;
}
.contact .content {
  padding: 0 4rem;
}
.contact h3 {
  margin: 0;
}
@media (max-width: 991px) {
  .contact {
    padding: 3.5rem 0;
  }
  .contact .content {
    padding: 0 1rem;
  }
  .contact h3 {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 2.75rem;
  }
  .contact h3 span {
    margin: 0 auto .75rem;

  }
}





/*------------------------------
              Footer
------------------------------*/
footer {
  color: #4C507B;
  background-color: #E6F6FD;
  padding: 12.75rem 0 1.5rem;
}
footer img {
  width: 12.5rem;
  margin-bottom: 1.5rem;
}
footer .col-lg-6 p {
  max-width: 18rem;
  margin-bottom: 1.375rem;
}
footer .nav.nav-social .nav-item {
  width: 2.75rem;
  height: 2.75rem;
  background-color: #fff;
  padding: .75rem;
  border-radius: 100%;
  margin-right: .875rem;
}
footer h5 {
  color: #030945;
  font-family: 'DM Serif Display', sans-serif;
  margin-bottom: 1.375rem;
}
footer .nav.nav-main .nav-item {
  margin-bottom: 1rem;
}
footer address {
  position: relative;
  padding-left: 3.5rem;
}
footer address .img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #fff;
  padding: .75rem;
  border-radius: 100%;
}
footer hr {
  position: relative;
  left: -50vw;
  width: 200vw;
  border-top: 1px solid #0093F4;
  margin: 2.5rem 0 1.5rem;
}
@media (max-width: 991px) {
  footer {
    text-align: center;
  }
  footer .col-lg-6 p {
    margin: 0 auto 1.375rem;
  }
  footer .nav.nav-social {
    justify-content: center;
    margin-bottom: 1.375rem;
  }
  footer .nav.nav-main {
    justify-content: center;
    margin-bottom: 1.375rem;
  }
  footer address {
    padding: 0;
  }
  footer address .img-container {
    position: relative;
    margin: 0 auto .75rem;
  }
  footer hr {
    margin: 1.5rem 0;
  }
}


/*------------------------------
            Hide News Section
------------------------------*/
/* Hide main navigation News link */
.navbar .nav-link[href="#news"] {
  display: none !important;
}

/* Hide News section content */
.news, #news {
  display: none !important;
}

/* Hide footer navigation News link */
footer .nav-main .nav-item[href="#news"] {
  display: none !important;
}
