body {
  background: #fff;
}

.landing-page .navbar-default .navbar-brand {
  color: #fff;
  height: auto;
  display: block;
  font-size: 14px;
  padding: 5px 20px 5px 20px;
  border-radius: 0 0 5px 5px;
  font-weight: 700;
  transition: all 0.3s ease-in-out 0s;
  margin-top: 0;
}

.landing-page .navbar-default .navbar-brand img {
  width: auto;
  height: 60px;
}

.landing-page .navbar-default .navbar-brand-2 {
  display: block;
}

.click {
  height: auto;
  position: relative;
}

.center-content {
  position: relative;
}

.nl-point {
  margin-bottom: 10px;
}

.nl-landing-heading h1 span  {
  font-weight: 700 !important;
  margin-bottom: 10px;
  font-size: 40px !important;
  line-height: 56px;
  color: #092b50;
  text-transform: uppercase;
}

.nl-landing-heading h2 span  {
  font-weight: 700 !important;
  margin-bottom: 10px;
  font-size: 35px !important;
  line-height: 56px;
  color: #092b50;
  text-transform: uppercase;
}

.nl-landing-heading  {
  margin-top: 10%;
}

.nl-landing-heading h3 span  {
  font-weight: 700 !important;
  margin-bottom: 10px;
  font-size: 30px !important;
  line-height: 56px;
  color: #092b50;
  text-transform: uppercase;
}

.nl-landing-heading h4 span  {
  font-weight: 700 !important;
  margin-bottom: 10px;
  font-size: 28px !important;
  line-height: 56px;
  color: #092b50;
  text-transform: uppercase;
}

.nl-landing-heading h5 span  {
  font-weight: 700 !important;
  margin-bottom: 10px;
  font-size: 22px !important;
  line-height: 56px;
  color: #092b50;
  text-transform: uppercase;
}

.right-slider-div {
  height: 100vh;
  width: 45%;
  top: 0;
  position: absolute;
  right: 0;
}

.div-click,
.div-click-1,
.div-click-2 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 810px;
}

.div-click img,
.div-click-1 img,
.div-click-2 img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 275px;
  height: 100%;
}

.nl-content-text {
  font-weight: 400;
  font-size: 17px !important;
  width: 85%;
}

.nl-point ul li {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 17px;
}

.nl-point ul li::before {
  content: "\f101";
  font-family: FontAwesome;
  display: inline-block;
  color: #186bac;
  display: inline-block;
  width: 1.3em;
  font-size: 25px;
}

@keyframes banner-ani-one {
  0% {
    top: 0px;
  }

  50% {
    top: 200px;
  }

  0% {
    top: 0px;
  }
}

@keyframes banner-ani-two {
  0% {
    top: 300px;
  }

  50% {
    top: 0px;
  }

  0% {
    top: 300px;
  }
}

.banner-shape .shape-1 {
  top: 0;
  left: 0;
  max-width: 500px;
  -webkit-animation: banner-ani-one 7s linear infinite;
  animation: banner-ani-one 7s linear infinite;
  position: absolute;
}

.banner-shape .shape-2 {
  left: 300px;
  top: 300px;
  max-width: 500px;
  -webkit-animation: banner-ani-two 7s linear infinite;
  animation: banner-ani-two 7s linear infinite;
  position: absolute;
  z-index: 3;
}

.landing-page .navbar-default {
  background: rgba(9, 43, 80, 100%);
}

.nl-footer {
  background-color: #092b50;
  padding: 20px;
  position: static;
  bottom: 0;
  margin-top: 50px;
}

.footer-logo {
  max-width: 100px;
  height: auto;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
    .ring-img {
    display: none;
  }
  .div-click,
  .div-click-1,
  .div-click-2 {
    height: 500px;
  }
  .banner-shape .shape-2 {
    left: 200px;
  }
  .banner-shape .shape-1,
  .banner-shape .shape-2 {
    max-width: 400px;
  }
  .right-slider-div {
    display: none;
  }
  .nl-content-text {
    width: 100%;
  }
}

@media (max-width: 578px) {
    .banner-shape .shape-2 {
    left: 150px;
  }
  .banner-shape .shape-1,
  .banner-shape .shape-2 {
    max-width: 300px;
  }
}

@media only screen and (max-width: 400px) {
    .banner-shape .shape-2 {
    left: 100px;
  }
  .banner-shape .shape-1,
  .banner-shape .shape-2 {
    max-width: 200px;
  }
  .nl-landing-heading h1 span{
    font-size: 28px;
    line-height: 40px;
  }
  .nl-landing-heading h2 span{
    font-size: 25px;
    line-height: 40px;
  }
  .nl-point ul li span{
    font-size: 14px;
  }
  .nl-point p span{
    font-size: 14px;
  }
}
