@font-face {
  font-family: 'Nanum Pen';
  src: url("../fonts/NanumPen.woff2") format("woff2"), url("../fonts/NanumPen.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Tahu!';
  src: url("../fonts/Tahu.woff2") format("woff2"), url("../fonts/Tahu.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GilroyMedium';
  src: url("../fonts/GilroyMedium.eot");
  src: url("../fonts/GilroyMedium.eot") format("embedded-opentype"), url("../fonts/GilroyMedium.woff2") format("woff2"), url("../fonts/GilroyMedium.woff") format("woff"), url("../fonts/GilroyMedium.ttf") format("truetype"), url("../fonts/GilroyMedium.svg#GilroyMedium") format("svg");
}
@font-face {
  font-family: 'GilroyLight';
  src: url("../fonts/GilroyLight.eot");
  src: url("../fonts/GilroyLight.eot") format("embedded-opentype"), url("../fonts/GilroyLight.woff2") format("woff2"), url("../fonts/GilroyLight.woff") format("woff"), url("../fonts/GilroyLight.ttf") format("truetype"), url("../fonts/GilroyLight.svg#GilroyLight") format("svg");
}
/* Font-familly */
/* Font-size */
/* Font-weight */
div,
img,
a,
ul,
li,
span,
h1,
h2,
h3,
h4,
h5 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
  border: 0;
  outline: none !important;
}

.clear {
  clear: both;
}

a {
  display: block;
}

a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  color: #fff;
  background: #fff200;
}

::selection {
  color: #fff;
  background: #fff200;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #1b1b1c;
  line-height: 20px;
  overflow: hidden;
}
@media (min-width: 767px) {
  body {
    font-size: 18px;
    line-height: 29px;
  }
}

p {
  margin-bottom: 35px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.container-fluid {
  max-width: 1170px;
  padding: 0 20px;
}
@media (min-width: 1600px) {
  .container-fluid {
    max-width: 1300px;
  }
}

/*------------------------------------*/
/* Common style */
/*------------------------------------*/
.full-width {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 767px) {
  .full-width {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .full-width {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .full-width {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.full-width-top {
  padding-top: 60px;
}
@media (min-width: 767px) {
  .full-width-top {
    padding-top: 90px;
  }
}
@media (min-width: 1200px) {
  .full-width-top {
    padding-top: 150px;
  }
}

.full-width-btm {
  padding-bottom: 60px;
}
@media (min-width: 767px) {
  .full-width-btm {
    padding-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .full-width-btm {
    padding-bottom: 150px;
  }
}

.v-align-container {
  display: table;
  height: 100%;
  width: 100%;
}
@media (min-width: 1600px) {
  .v-align-container {
    height: 100vh;
  }
}

.v-align-grid {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.nb-float-right {
  float: none;
}
@media (min-width: 575px) {
  .nb-float-right {
    float: right;
  }
}

/* Font-familly */
/* Font-size */
/* Font-weight */
h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", sans-serif;
  margin: 0;
}

h2 {
  font-size: 26px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  margin-bottom: 35px;
}
@media (min-width: 767px) {
  h2 {
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1600px) {
  h2 {
    font-size: 55px;
    line-height: 60px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}

h4 {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
  line-height: 25px;
}
@media (min-width: 767px) {
  h4 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 40px;
  }
}
@media (min-width: 1100px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  h5 {
    font-size: 25px;
  }
}

h6 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}

/* Page Head  */
.nb-page-hd {
  margin-bottom: 32px;
}
@media (min-width: 767px) {
  .nb-page-hd {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .nb-page-hd {
    margin-bottom: 90px;
  }
}
.nb-page-hd h2 {
  margin-bottom: 0;
}
.nb-page-hd h2 span {
  font-weight: 300;
  color: #9c9c9c;
}
.nb-page-hd h3 {
  line-height: 29px;
  font-weight: 400;
}
@media (min-width: 767px) {
  .nb-page-hd h3 {
    line-height: 45px;
  }
}
.nb-page-hd h3 span {
  display: inline-block;
  font-weight: 300;
  color: #9c9c9c;
}

.nb-page-hd h2 span {
  display: inline-block;
}
@media (min-width: 767px) {
  .nb-page-hd h2 span {
    display: block;
  }
}

/* Primary Button */
a.nb-link-btn {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  display: inline-block;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 767px) {
  a.nb-link-btn {
    font-size: 22px;
  }
}
a.nb-link-btn span {
  display: inline-block;
  position: relative;
}
a.nb-link-btn span::before {
  content: '';
  height: 5px;
  width: 100%;
  display: inline-block;
  border-radius: 2px;
  background: #fff200;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
a.nb-link-btn i {
  width: 30px;
  display: inline-block;
  margin-left: 8px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 767px) {
  a.nb-link-btn i {
    width: auto;
  }
}
a.nb-link-btn:hover i {
  margin-left: 20px;
}

/* Secondary Button */
.nb-secondary-btn {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  height: 55px;
  line-height: 55px;
  display: inline-block;
  background: #1b1b1c;
  padding: 0 25px;
  border-radius: 3px;
}

/* Primary Social */
.nb-primary-social {
  float: right;
  width: 100%;
}
.nb-primary-social li {
  float: left;
  margin-left: 10px;
}
.nb-primary-social li:first-child {
  margin-left: 0;
}
.nb-primary-social a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 29px;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 16px;
}

.nb-enllax {
  position: absolute;
  margin: auto;
}

.nb-yellow-box {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 8px;
  background: #fff200;
  position: absolute;
}
@media (min-width: 767px) {
  .nb-yellow-box {
    width: 75px;
    height: 75px;
  }
}

.nb-enllax-vertical-one {
  max-width: 80px;
}
@media (min-width: 767px) {
  .nb-enllax-vertical-one {
    max-width: 115px;
  }
}

.nb-enllax-vertical-two {
  max-width: 75px;
}
@media (min-width: 767px) {
  .nb-enllax-vertical-two {
    max-width: 150px;
  }
}

.nb-enllax-horiz-two {
  max-width: 150px;
}
@media (min-width: 767px) {
  .nb-enllax-horiz-two {
    max-width: 215px;
  }
}

/*------------------------------------*/
/* NB - Home page */
/*------------------------------------*/
.nb-banner-circle-grid .nb-enllax {
  top: auto;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}
@media (min-width: 767px) {
  .nb-banner-circle-grid .nb-enllax {
    left: -60px;
  }
}

.nb-semnox .nb-enllax {
  top: 0;
  bottom: 0;
  left: 15px;
  z-index: 5;
}

.nb-infosys .nb-enllax {
  top: -50px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
@media (min-width: 767px) {
  .nb-infosys .nb-enllax {
    top: 45px;
  }
}

.nb-instabike .nb-enllax {
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}

.nb-hm-start-project .nb-enllax {
  left: 15px;
  top: 0;
  z-index: -1;
}

.nb-hm-career .nb-enllax {
  top: 0;
  bottom: 0;
  right: -100%;
  margin: auto;
}

.nb-footer .nb-enllax {
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.nb-hm-start-project-left .nb-yellow-box {
  top: 85px;
  right: 0;
  left: auto;
}

.nb-new-employee-text .nb-yellow-box {
  left: auto;
  right: 0;
  top: 70px;
  z-index: -1;
}
@media (min-width: 767px) {
  .nb-new-employee-text .nb-yellow-box {
    left: 0;
    right: auto;
  }
}

.nb-blog .nb-enllax {
  right: 0;
  top: -150px;
}

.nb-blog-video .nb-enllax {
  left: -150px;
}

.nb-semnox-branding .nb-enllax-dots {
  position: absolute;
  width: 82px;
  height: 82px;
}
.nb-semnox-branding .color-dot-one {
  left: 0;
  top: 60px;
}
.nb-semnox-branding .color-dot-two {
  right: 0;
  top: 90px;
}

.nb-augrey .nb-enllax {
  top: 45px;
  right: auto;
  left: 15px;
  margin: auto;
  z-index: 3;
}

.nb-tvs .nb-enllax {
  top: -50px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 3;
}
@media (min-width: 767px) {
  .nb-tvs .nb-enllax {
    top: 45px;
  }
}

.nb-hm-banner-image .nb-enllax {
  top: 45px;
  right: auto;
  left: 100px;
  margin: auto;
  z-index: -1;
}

.nb-about-right .nb-enllax {
  top: 80px;
  right: auto;
  left: 0;
  margin: auto;
  z-index: -1;
}

/* Font-familly */
/* Font-size */
/* Font-weight */
h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", sans-serif;
  margin: 0;
}

h2 {
  font-size: 26px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  margin-bottom: 35px;
}
@media (min-width: 767px) {
  h2 {
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1600px) {
  h2 {
    font-size: 55px;
    line-height: 60px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}

h4 {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
  line-height: 25px;
}
@media (min-width: 767px) {
  h4 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 40px;
  }
}
@media (min-width: 1100px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  h5 {
    font-size: 25px;
  }
}

h6 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}

.nb-semnox .nb-banner-text {
  display: block;
  margin-bottom: 40px;
}
@media (min-width: 575px) {
  .nb-semnox .nb-banner-text {
    margin-bottom: 0;
  }
}
.nb-semnox .nb-banner-image {
  max-width: 285px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 575px) {
  .nb-semnox .nb-banner-image {
    max-width: 360px;
  }
}
@media (min-width: 767px) {
  .nb-semnox .nb-banner-image {
    max-width: 400px;
  }
}
@media (min-width: 1300px) {
  .nb-semnox .nb-banner-image {
    max-width: 470px;
  }
}
@media (min-width: 2000px) {
  .nb-semnox .nb-banner-image {
    max-width: 600px;
  }
}

/* NB Semnox sticky section */
@media (max-width: 767px) {
  .nb-sticky-section [class^="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.nb-sticky-section .nb-sticky-content {
  max-width: 470px;
  display: block;
  margin: 0 auto 40px;
}
.nb-sticky-section h2 {
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .nb-sticky-section h2 {
    margin-bottom: 30px;
  }
}
.nb-sticky-section h3 {
  font-weight: 400;
  color: #9c9c9c;
}
.nb-sticky-section p {
  margin-top: 30px;
  margin-bottom: 0;
}
.nb-sticky-section p:first-child {
  margin-top: 0;
}
.nb-sticky-section .nb-semnox-screens {
  max-width: 500px;
  float: none;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 767px) {
  .nb-sticky-section .nb-semnox-screens {
    float: right;
    display: inherit;
    margin: auto;
  }
}
.nb-sticky-section .nb-semnox-screens-text {
  font-family: 'Nanum Pen';
  position: absolute;
  font-size: 29px;
  display: none;
}
@media (min-width: 767px) {
  .nb-sticky-section .nb-semnox-screens-text {
    display: block;
  }
}
.nb-sticky-section .nb-semnox-screens-text:after {
  content: '';
  display: block;
  background: url(../images/dotted-line.svg) no-repeat;
  position: absolute;
  width: 200px;
  left: 50%;
  bottom: 100%;
  height: 50px;
}
.nb-sticky-section .nb-semnox-screens-text-one {
  left: -210px;
  font-size: 28px;
  top: 15%;
  max-width: 185px;
}
.nb-sticky-section .nb-semnox-screens-text-two {
  left: -225px;
  font-size: 28px;
  top: 30%;
  max-width: 210px;
}
.nb-sticky-section .nb-semnox-screens-text-three {
  left: -275px;
  font-size: 28px;
  top: 100%;
  max-width: 255px;
}

/* NB Semnox Element showcase */
.nb-elements-showcase {
  background: #f7f7f7;
}
@media (max-width: 650px) {
  .nb-elements-showcase [class^="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 650px) {
  .nb-elements-showcase .nb-semnox-elements-gif {
    margin-bottom: 30px;
  }
}
.nb-elements-showcase .nb-semnox-elements-text {
  display: block;
  margin-bottom: 60px;
}
.nb-elements-showcase .nb-semnox-elements-text p {
  max-width: 370px;
  display: block;
}
.nb-elements-showcase .nb-semnox-elements-image-grid {
  margin-bottom: 40px;
}

/* NB Semnox map */
.nb-semnox-map {
  background: #1b1b1c;
  padding-top: 30px;
  border-radius: 8px;
}
@media (min-width: 767px) {
  .nb-semnox-map {
    padding-top: 60px;
  }
}
.nb-semnox-map h2 {
  color: #fff;
  text-align: center;
}
.nb-semnox-map .nb-semnox-map-image {
  max-width: 670px;
  display: block;
  margin: 0 auto -70px auto;
  padding: 0 20px;
}

/* NB Semnox UX - UI carousel */
.nb-draggable-showcase {
  background: #060606;
}
.nb-draggable-showcase .ux-ui-carousel {
  max-width: 360px;
  margin: 0 auto;
  display: block;
}
.nb-draggable-showcase h2 {
  color: #fff;
  text-align: center;
}
.nb-draggable-showcase .owl-theme .owl-dots {
  outline: none !important;
}
.nb-draggable-showcase .owl-theme .owl-dots .owl-dot {
  outline: none !important;
}
.nb-draggable-showcase .owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background: #d8d8d8;
  margin: 0 25px;
  position: relative;
  outline: none !important;
}
.nb-draggable-showcase .owl-theme .owl-dots .owl-dot span::after {
  content: '';
  height: 40px;
  margin: auto;
  margin-left: -14px;
  background: url(/images/nb-dot-arrow.svg) no-repeat center center, linear-gradient(246deg, #524ff2, #963cf4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  outline: none !important;
}
.nb-draggable-showcase .owl-theme .owl-dots .owl-dot.active span::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.nb-draggable-showcase .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 60px;
  padding-bottom: 10px;
}

/* Semnox-branding */
.nb-semnox-branding {
  position: relative;
  background: linear-gradient(246deg, #963cf4, #524ff2);
}
.nb-semnox-branding .container-fluid {
  position: relative;
}
.nb-semnox-branding .scene {
  min-width: 100%;
  min-height: 100%;
  display: block;
  padding: 0;
  position: absolute;
  bottom: -60px;
}
@media (min-width: 1200px) {
  .nb-semnox-branding .scene {
    bottom: -130px;
  }
}
.nb-semnox-branding .layer {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.nb-semnox-branding .women {
  width: 175px;
  position: absolute;
}
@media (min-width: 700px) {
  .nb-semnox-branding .women {
    width: 240px;
  }
}
@media (min-width: 1200px) {
  .nb-semnox-branding .women {
    width: 460px;
  }
}
.nb-semnox-branding .women.women-one {
  top: 0;
  bottom: 0;
  left: -140px;
  right: 0;
  margin: auto;
}
@media (min-width: 700px) {
  .nb-semnox-branding .women.women-one {
    left: -240px;
  }
}
@media (min-width: 1200px) {
  .nb-semnox-branding .women.women-one {
    left: -500px;
  }
}
.nb-semnox-branding .women.women-two {
  top: 0;
  bottom: 0;
  left: 0;
  right: -140px;
  margin: auto;
}
@media (min-width: 700px) {
  .nb-semnox-branding .women.women-two {
    right: -240px;
  }
}
@media (min-width: 1200px) {
  .nb-semnox-branding .women.women-two {
    right: -500px;
  }
}

.nb-semnox-branding {
  padding-top: 130px;
  padding-bottom: 175px;
}
@media (min-width: 700px) {
  .nb-semnox-branding {
    padding-top: 210px;
  }
}
@media (min-width: 1200px) {
  .nb-semnox-branding {
    padding-top: 350px;
  }
}
.nb-semnox-branding .nb-semnox-branding-text {
  max-width: 300px;
  display: block;
  margin: 0 auto;
  font-size: 25px;
  color: #fff200;
  line-height: initial;
  position: relative;
  z-index: 1;
}
@media (min-width: 700px) {
  .nb-semnox-branding .nb-semnox-branding-text {
    max-width: 470px;
  }
}
@media (min-width: 1200px) {
  .nb-semnox-branding .nb-semnox-branding-text {
    font-size: 54px;
    max-width: inherit;
    margin: auto;
  }
}
.nb-semnox-branding .nb-text-left {
  font-family: 'Tahu!';
  font-size: 25px;
  text-align: left;
  line-height: inherit;
}
@media (min-width: 1200px) {
  .nb-semnox-branding .nb-text-left {
    font-size: 107px;
    line-height: 100px;
  }
}
.nb-semnox-branding .nb-main-text {
  font-size: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: inherit;
  font-weight: 700;
}
@media (min-width: 700px) {
  .nb-semnox-branding .nb-main-text {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (min-width: 1200px) {
  .nb-semnox-branding .nb-main-text {
    font-size: 180px;
    line-height: 150px;
  }
}
@media (min-width: 1400px) {
  .nb-semnox-branding .nb-main-text {
    font-size: 200px;
  }
}
.nb-semnox-branding .nb-text-right {
  text-align: right;
  font-weight: 500;
}

/* NB-next-project */
.nb-next-project h2 {
  margin-bottom: 10px;
}

.nb-sticky-grid {
  position: relative;
}

.nb-sticky-grid:after {
  /*CLEARFIX*/
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.nb-sticky-left {
  float: left;
  flex: inherit;
}

.StickySidebar {
  padding-top: 150px;
}
.StickySidebar .row {
  flex: inherit;
  float: left;
  width: 100%;
  clear: both;
  margin: 0;
}

.nb-sticky-right {
  float: left;
}

.row {
  display: flex;
}

@media only screen and (max-width: 720px) {
  .row {
    flex-wrap: wrap;
  }

  .nb-sticky-left {
    width: 100%;
  }
}
/* Nb career details */
.nb-sticky-career {
  position: relative;
}

.nb-sticky-career:after {
  /*CLEARFIX*/
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.nb-careers-details-left {
  float: left;
  flex: inherit;
}

.StickySidebar {
  padding-top: 150px;
}
.StickySidebar .row {
  flex: inherit;
  float: left;
  width: 100%;
  clear: both;
  margin: 0;
}

.nb-careers-details-right {
  float: left;
}

.row {
  display: flex;
}

@media only screen and (max-width: 720px) {
  .row {
    flex-wrap: wrap;
  }

  .nb-careers-details-left {
    width: 100%;
  }
}
.twentytwenty-wrapper {
  padding: 35px 0;
  overflow: hidden;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-handle {
  height: 45px;
  width: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: none;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background: #fff200;
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  background: #fff200;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  background: #fff200;
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

.outer {
  background: #fff100;
  padding: 100px 0;
}

.section-hd {
  font-size: 25px;
  font-weight: 600;
  color: #1b1b1c;
  display: block;
  text-align: center;
  margin-bottom: 45px;
}

.row-grid {
  position: relative;
  height: 650px;
  background: #ffdd00;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.grid {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  background: #fff;
}

.grid img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.vsplitbar {
  width: 1px;
  background: #fff;
  height: 700px !important;
  top: 0;
  bottom: 0;
  margin: auto;
}

.vsplitbar::before {
  content: '';
  height: 100%;
  width: 30px;
  background: transparent;
  float: left;
  margin-left: -30px;
}

.vsplitbar::after {
  content: '';
  height: 100%;
  width: 30px;
  background: transparent;
  display: block;
}

/* Second try */
.dummy-fluid {
  padding: 150px 20px;
  background: #fff000;
}

.dummy-fluid h2 {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  text-align: center;
  display: block;
  margin-bottom: 80px;
}

.nb-draggable-showcase-grid {
  position: relative;
  max-width: 360px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

/*# sourceMappingURL=main.css.map */
.nb-infosys-details {
  /* NB Infosys elements section */
  /* NB Infosys wave animation */
  /* NB Infosys sun animation */
  /* NB Infosys bird animation */
  /* Infosys fish */
  /* NB Infosys full-width image */
  /* NB Infosys top-approach */
  /* NB Infosys showcase */
  /* NB Infosys project impact */
  /* NB Infosys next project */
}
.nb-infosys-details .nb-banner .nb-page-hd {
  margin-bottom: 0;
}
.nb-infosys-details .nb-banner-image {
  max-width: 100%;
}
.nb-infosys-details .nb-infosys-creation-text {
  max-width: 355px;
}
.nb-infosys-details .nb-infosys-elements {
  background: #f9f9f9;
}
.nb-infosys-details .nb-infosys-elements .v-align-container {
  height: 100%;
}
.nb-infosys-details .nb-infosys-elements h2 {
  margin-bottom: 30px;
}
.nb-infosys-details .nb-infosys-elements .nb-infosys-elements-row {
  display: block;
}
.nb-infosys-details .nb-infosys-elements .nb-infosys-elements-col {
  flex: inherit;
  margin-bottom: 30px;
}
@media (min-width: 575px) {
  .nb-infosys-details .nb-infosys-elements .nb-infosys-elements-col {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .nb-infosys-details .nb-infosys-elements .nb-infosys-elements-col {
    max-width: 100%;
    flex: 0 0 100%;
    float: none;
  }
}
.nb-infosys-details .nb-infosys-elements .nb-infosys-elements-text {
  max-width: 355px;
  float: none;
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .nb-infosys-details .nb-infosys-elements .nb-infosys-elements-text {
    float: right;
    margin-bottom: 0;
  }
}
.nb-infosys-details .nb-infosys-elements .v-align-grid {
  vertical-align: bottom;
}
.nb-infosys-details .nb-infosys-wave {
  min-height: 260px;
  display: inline-block;
  background: #6fdbff;
  position: relative;
  border-radius: 10px;
  vertical-align: bottom;
  margin-bottom: 30px;
}
@media (min-width: 575px) {
  .nb-infosys-details .nb-infosys-wave {
    margin-bottom: 0;
  }
}
.nb-infosys-details .nb-ice-berg {
  max-width: 275px;
  display: block;
  position: absolute;
  left: 10px;
  top: -55px;
}
.nb-infosys-details .nb-wave-grid {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.nb-infosys-details .nb-wave-top {
  height: 65px;
  bottom: 95px;
}
.nb-infosys-details .nb-wave-middle {
  height: 125px;
  bottom: 0;
}
.nb-infosys-details .nb-wave-bottom {
  height: 80px;
}
.nb-infosys-details .nb-wave-image {
  width: 500%;
  height: 100%;
  background-repeat: repeat no-repeat !important;
  background-position: 0 top;
  transform-origin: center top;
}
.nb-infosys-details .nb-wave-image.nb-wave-bgtop {
  animation: wave-animation 9s linear infinite;
  -webkit-animation: wave-animation 9s linear infinite;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
@media (min-width: 650px) {
  .nb-infosys-details .nb-wave-image.nb-wave-bgtop {
    animation: wave-animation 25s linear infinite;
    -webkit-animation: wave-animation 25s linear infinite;
  }
}
.nb-infosys-details .nb-wave-image.nb-wave-bgmiddle {
  animation: wave-animation 9s linear infinite;
  -webkit-animation: wave-animation 9s linear infinite;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
@media (min-width: 650px) {
  .nb-infosys-details .nb-wave-image.nb-wave-bgmiddle {
    animation: wave-animation 25s linear infinite;
    -webkit-animation: wave-animation 25s linear infinite;
  }
}
.nb-infosys-details .nb-wave-image.nb-wave-bgbottom {
  animation: wave-animation 9s linear infinite;
  -webkit-animation: wave-animation 9s linear infinite;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
@media (min-width: 650px) {
  .nb-infosys-details .nb-wave-image.nb-wave-bgbottom {
    animation: wave-animation 25s linear infinite;
    -webkit-animation: wave-animation 25s linear infinite;
  }
}
@-webkit-keyframes wave-animation {
  0% {
    transform: translateX(0) translateZ(0);
    -webkit-transform: translateX(0) translateZ(0);
  }
  50% {
    transform: translateX(-25%) translateZ(0);
    -webkit-transform: translateX(-25%) translateZ(0);
  }
  100% {
    transform: translateX(0) translateZ(0);
    -webkit-transform: translateX(0) translateZ(0);
  }
}
@keyframes wave-animation {
  0% {
    transform: translateX(0) translateZ(0);
    -webkit-transform: translateX(0) translateZ(0);
  }
  50% {
    transform: translateX(-25%) translateZ(0);
    -webkit-transform: translateX(-25%) translateZ(0);
  }
  100% {
    transform: translateX(0) translateZ(0);
    -webkit-transform: translateX(0) translateZ(0);
  }
}
.nb-infosys-details .nb-infosys-sun {
  max-width: 100%;
  display: block;
  background: #6bd7ff;
  vertical-align: bottom;
  padding: 50px;
  border-radius: 10px;
  position: relative;
}
@media (min-width: 575px) {
  .nb-infosys-details .nb-infosys-sun {
    max-width: 200px;
    display: inline-block;
  }
}
.nb-infosys-details .nb-sun {
  display: block;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-block;
  background: #cca92c;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: sun-rays 2s linear infinite both;
  position: relative;
}
.nb-infosys-details .nb-sun::before {
  content: '';
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: sun-rays-two 2s linear 1s infinite both;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nb-infosys-details .nb-sun:hover {
  animation: none;
}
@-webkit-keyframes sun-rays {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes sun-rays {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 30px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes sun-rays-two {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@-webkit-keyframes sun-rays-two {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
.nb-infosys-details .nb-birds {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.nb-infosys-details .nb-birds .nb-birds-grid {
  position: relative;
  width: 100%;
  height: 100%;
}
.nb-infosys-details .nb-birds .nb-wings-one {
  position: absolute;
  left: 0;
  top: -9px;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  animation: rightwing 1s ease-in-out infinite;
  -webkit-animation: rightwing 1s ease-in-out infinite;
}
.nb-infosys-details .nb-birds .nb-wings-one img {
  display: block;
}
.nb-infosys-details .nb-birds .nb-wings-two {
  position: absolute;
  right: 2px;
  top: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  animation: leftwing 1s ease-in-out infinite;
  -webkit-animation: leftwing 1s ease-in-out infinite;
}
.nb-infosys-details .nb-birds .nb-wings-two img {
  display: block;
}
.nb-infosys-details .nb-birds-two {
  top: 15px;
  right: 55px;
}
.nb-infosys-details .nb-birds-two .inf-wings-one {
  animation: rightwing 0.9s ease-in-out infinite;
  -webkit-animation: rightwing 0.9s ease-in-out infinite;
}
.nb-infosys-details .nb-birds-two .inf-wings-two {
  animation: leftwing 0.9s ease-in-out infinite;
  -webkit-animation: leftwing 0.9 ease-in-out infinite;
}
@-webkit-keyframes rightwing {
  from {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-15deg);
  }
}
@keyframes rightwing {
  from {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-15deg);
  }
}
@-webkit-keyframes leftwing {
  from {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(13deg);
  }
}
@keyframes leftwing {
  from {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(13deg);
  }
}
.nb-infosys-details .nb-infosys-elements-btm {
  max-width: 650px;
  display: block;
  margin: 30px auto 0 auto;
}
.nb-infosys-details .nb-underwater-plant {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 575px) {
  .nb-infosys-details .nb-underwater-plant {
    width: auto;
    margin-bottom: 0;
  }
}
.nb-infosys-details .nb-underwater-plant img {
  width: 100%;
}
@media (min-width: 575px) {
  .nb-infosys-details .nb-underwater-plant img {
    width: auto;
  }
}
.nb-infosys-details .nb-fish {
  width: 90px;
  position: absolute;
  -webkit-animation: nb-fish 25s linear infinite;
  animation: nb-fish 25s linear infinite;
  z-index: 5;
}
@-webkit-keyframes nb-fish {
  0% {
    right: -10%;
    top: 0%;
  }
  20% {
    right: 3%;
    top: 2%;
  }
  30% {
    right: 17%;
    top: 8%;
  }
  35% {
    right: 22%;
    top: 10%;
  }
  40% {
    right: 25%;
    top: 12%;
  }
  45% {
    right: 33%;
    top: 14%;
  }
  50% {
    right: 40%;
    top: 15%;
  }
  60% {
    right: 50%;
    top: 15%;
  }
  75% {
    right: 65%;
    top: 14%;
  }
  90% {
    right: 85%;
    top: 8%;
  }
  95% {
    right: 95%;
    top: 8%;
  }
  100% {
    right: 120%;
    top: 8%;
  }
}
@keyframes nb-fish {
  0% {
    right: -10%;
    top: 0%;
  }
  20% {
    right: 3%;
    top: 2%;
  }
  30% {
    right: 17%;
    top: 8%;
  }
  35% {
    right: 22%;
    top: 10%;
  }
  40% {
    right: 25%;
    top: 12%;
  }
  45% {
    right: 33%;
    top: 14%;
  }
  50% {
    right: 40%;
    top: 15%;
  }
  60% {
    right: 50%;
    top: 15%;
  }
  75% {
    right: 65%;
    top: 14%;
  }
  90% {
    right: 85%;
    top: 8%;
  }
  95% {
    right: 95%;
    top: 8%;
  }
  100% {
    right: 120%;
    top: 8%;
  }
}
.nb-infosys-details .nb-windmill {
  margin-bottom: 30px;
}
@media (min-width: 575px) {
  .nb-infosys-details .nb-windmill {
    margin-bottom: 0;
  }
}
.nb-infosys-details .nb-windmill img {
  width: 100%;
}
@media (min-width: 575px) {
  .nb-infosys-details .nb-windmill img {
    width: auto;
  }
}
.nb-infosys-details .nb-building-image {
  margin-bottom: 30px;
}
@media (min-width: 575px) {
  .nb-infosys-details .nb-building-image {
    margin-bottom: 0;
  }
}
.nb-infosys-details .nb-building-image img {
  width: 100%;
}
@media (min-width: 575px) {
  .nb-infosys-details .nb-building-image img {
    width: auto;
  }
}
.nb-infosys-details .nb-windmill-post {
  position: absolute;
  left: 10px;
  left: 55px;
  bottom: 25px;
}
.nb-infosys-details .nb-windmill-grid-fan {
  position: absolute;
  width: 55px;
  height: 55px;
  top: -28px;
  left: -17px;
  margin: auto;
  background-size: contain;
  -webkit-animation: spin 7s infinite;
  animation: spin 7s infinite;
}
.nb-infosys-details .nb-windmill-grid-fan img {
  transform-origin: 50% 50%;
  -moz-transform-origin: 61% 55%;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.nb-infosys-details .nb-fullwidth-image img {
  width: 100%;
  width: 100%;
}
.nb-infosys-details .nb-infosys-top-approach .nb-infosys-top-approach-text {
  max-width: 525px;
  display: block;
}
.nb-infosys-details .nb-infosys-top-approach .nb-nfosys-mob-approach {
  max-width: 250px;
  display: block;
  margin: 40px auto 0 auto;
  margin-top: 40px;
}
@media (min-width: 767px) {
  .nb-infosys-details .nb-infosys-top-approach .nb-nfosys-mob-approach {
    max-width: inherit;
    margin: auto;
  }
}
.nb-infosys-details .nb-infosys-top-approach .v-align-grid {
  vertical-align: bottom;
}
.nb-infosys-details .nb-infosys-showcase {
  background: #f9f9f9;
}
.nb-infosys-details .nb-infosys-showcase .nb-page-hd {
  max-width: 530px;
  display: block;
}
.nb-infosys-details .nb-infosys-showcase .nb-page-hd p {
  margin-top: 10px;
}
.nb-infosys-details .nb-infosys-showcase .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.nb-infosys-details .nb-infosys-showcase .owl-theme .owl-dots .owl-dot {
  outline: none !important;
}
.nb-infosys-details .nb-infosys-showcase .owl-theme .owl-dots .owl-dot:hover span {
  background: #78d0f0;
  outline: none !important;
}
.nb-infosys-details .nb-infosys-showcase .owl-theme .owl-dots .owl-dot span {
  width: 45px;
  height: 3px;
  margin: 0 5px;
  background: #e2e2e2;
}
.nb-infosys-details .nb-infosys-showcase .owl-theme .owl-dots .owl-dot.active span {
  background: #78d0f0;
}
.nb-infosys-details .nb-project-impact {
  max-width: 1060px;
  display: block;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
  border-top: none;
}
.nb-infosys-details .nb-project-impact .nb-project-impact-grid {
  display: block;
  font-size: 22px;
  text-align: center;
  line-height: normal;
}
@media (min-width: 767px) {
  .nb-infosys-details .nb-project-impact .nb-project-impact-grid {
    font-size: 37px;
  }
}
@media (min-width: 1024px) {
  .nb-infosys-details .nb-project-impact .nb-project-impact-grid {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .nb-infosys-details .nb-project-impact .nb-project-impact-grid {
    font-size: 60px;
  }
}
.nb-infosys-details .nb-project-impact .nb-project-impact-grid span {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 767px) {
  .nb-infosys-details .nb-project-impact .nb-project-impact-grid span {
    margin-bottom: 20px;
  }
}
.nb-infosys-details .nb-project-impact .nb-project-impact-grid span.nb-bold-font {
  font-size: 40px;
  margin-bottom: 5px;
}
@media (min-width: 767px) {
  .nb-infosys-details .nb-project-impact .nb-project-impact-grid span.nb-bold-font {
    font-size: 55px;
  }
}
@media (min-width: 1024px) {
  .nb-infosys-details .nb-project-impact .nb-project-impact-grid span.nb-bold-font {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .nb-infosys-details .nb-project-impact .nb-project-impact-grid span.nb-bold-font {
    font-size: 135px;
  }
}
.nb-infosys-details .nb-project-impact .nb-project-impact-grid span.nb-bg-yellow {
  padding: 0 5px;
}
.nb-infosys-details .nb-project-impact .nb-project-impact-grid span.nb-bg-yellow::after {
  content: '';
  display: block;
  background-color: #fff200;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.nb-infosys-details .nb-project-impact .nb-project-impact-grid span.nb-bg-blue {
  padding: 0 5px;
}
.nb-infosys-details .nb-project-impact .nb-project-impact-grid span.nb-bg-blue::after {
  content: '';
  display: block;
  background-color: #78d0f0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.nb-infosys-details .nb-next-project-image {
  max-width: 450px;
  display: block;
  margin: 0 auto 25px;
}
@media (min-width: 1200px) {
  .nb-infosys-details .nb-next-project-image {
    margin: 0 auto;
  }
}

.nb-infosys-motion .nb-page-hd {
  text-align: center;
}
.nb-infosys-motion .nb-infosys-motion-gif {
  background: #22414a;
  border-radius: 8px;
  padding: 10px;
  filter: drop-shadow(0px 12px 14px #c9c8c8);
}
.nb-infosys-motion .nb-infosys-text {
  max-width: 820px;
  display: block;
  margin: -55px auto 0 auto;
}
@media (min-width: 575px) {
  .nb-infosys-motion .nb-infosys-text {
    margin: -90px auto 0 auto;
  }
}

.nb-infosys-story h2 {
  margin-bottom: 0;
  text-align: center;
}
.nb-infosys-story .nb-infosys-story-text {
  max-width: 350px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.nb-infosys-story .nb-infosys-story-text h4 {
  font-weight: 500;
}
.nb-infosys-story .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  background: #000000;
  margin: 0 20px;
  position: relative;
}
@media (min-width: 575px) {
  .nb-infosys-story .owl-theme .owl-dots .owl-dot span {
    margin: 0 80px;
  }
}
.nb-infosys-story .owl-theme .owl-dots .owl-dot span::after {
  content: '';
  height: 35px;
  margin: auto;
  margin-left: -14px;
  background: #fff200;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 35px;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  outline: none !important;
}
.nb-infosys-story .owl-theme .owl-dots .owl-dot.active span::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.nb-infosys-story .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
}
@media (min-width: 575px) {
  .nb-infosys-story .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 70px;
  }
}
.nb-infosys-story .owl-dots {
  position: relative;
}
.nb-infosys-story .owl-dots::before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #d9d9d9;
  position: absolute;
  top: 50%;
  margin-top: 3px;
  z-index: -1;
}
.nb-infosys-story .owl-theme .owl-dots {
  outline: none !important;
}
.nb-infosys-story .owl-theme .owl-dots .owl-dot {
  outline: none !important;
}

.nb-infosys-story-grid {
  max-width: 730px;
  display: block;
  margin: 0 auto;
}

.nb-fullwidth-image .row {
  margin: 0;
}
.nb-fullwidth-image [class^="col-"] {
  padding: 0;
}

.plyr__video-wrapper {
  border-radius: 8px;
  margin-bottom: 20px;
}

.nb-blog-video .plyr__play-large {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff200;
  border: none;
  cursor: pointer;
}
.nb-blog-video .plyr__play-large::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.plyr__controls {
  border-radius: 8px;
}

.plyr.plyr--stopped .plyr__controls {
  opacity: 0;
}

.plyr.plyr--stopped .plyr--playing .plyr__controls {
  opacity: 1;
}

.plyr__progress--played,
.plyr__volume--display {
  color: #fff200;
}

.plyr__play-large {
  border: none;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.plyr__play-large::before {
  content: '';
  background: url(../images/play-button.svg) no-repeat;
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.nb-tvs-page .nb-banner .v-align-container {
  height: 100%;
}
@media (min-width: 576px) {
  .nb-tvs-page .nb-banner .v-align-container {
    height: 100vh;
  }
}

.nb-tvs-page .v-align-container {
  height: 100%;
}
.nb-tvs-page .nb-banner .nb-banner-image {
  max-width: 500px;
  margin: 0 auto;
}
.nb-tvs-page .nb-banner .nb-page-hd {
  margin-bottom: 0;
}
.nb-tvs-page .nb-tvs-biking .nb-page-hd {
  text-align: center;
}
.nb-tvs-page .nb-biking-image {
  max-width: 370px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 575px) {
  .nb-tvs-page .nb-biking-image {
    max-width: 440px;
  }
}
@media (min-width: 767px) {
  .nb-tvs-page .nb-biking-image {
    max-width: 1000px;
  }
}
.nb-tvs-page .nb-tvs-experience .nb-page-hd {
  margin: 0;
}
.nb-tvs-page .nb-tvs-experience p {
  margin: 0;
}
.nb-tvs-page .nb-tvs-experience-two .nb-tvs-experience-mob {
  float: none;
}
@media (min-width: 575px) {
  .nb-tvs-page .nb-tvs-experience-two .nb-tvs-experience-mob {
    float: right;
  }
}
.nb-tvs-page .nb-experience-hd {
  max-width: 500px;
}
.nb-tvs-page .nb-experience-hd h3 {
  font-weight: 300;
}
.nb-tvs-page .nb-experience-hd p {
  margin: 0;
}

.nb-tvs-experience-grid {
  margin-top: 70px;
}

.nb-tvs-experience-two .nb-tvs-experience-grid {
  margin-top: 30px;
}

.nb-tvs-creon-grid {
  margin-bottom: 30px;
}

.nb-tvs-creon-grid .nb-page-hd h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 575px) {
  .nb-tvs-creon-grid .nb-page-hd h2 {
    font-size: 40px;
    margin-bottom: 6px;
  }
}
@media (min-width: 767px) {
  .nb-tvs-creon-grid .nb-page-hd h2 {
    font-size: 40px;
  }
}
@media (min-width: 991px) {
  .nb-tvs-creon-grid .nb-page-hd h2 {
    font-size: 70px;
    margin-bottom: 10px;
  }
}
.nb-tvs-creon-grid .nb-page-hd h3 {
  font-size: 20px;
  color: #9c9c9c;
  font-weight: 500;
}
@media (min-width: 575px) {
  .nb-tvs-creon-grid .nb-page-hd h3 {
    font-size: 30px;
  }
}
@media (min-width: 991px) {
  .nb-tvs-creon-grid .nb-page-hd h3 {
    font-size: 40px;
  }
}
.nb-tvs-creon-grid .nb-page-hd p {
  color: #4a4a4a;
}

.nb-tvs-experience-mob {
  max-width: 300px;
  position: relative;
  z-index: 2;
}
.nb-tvs-experience-mob::after {
  content: '';
  display: block;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #fff200;
  position: absolute;
  left: 50%;
  right: 0;
  margin: auto;
  bottom: 0;
  transform: translate(-50%);
  z-index: -1;
  margin-bottom: 0;
}
@media (min-width: 575px) {
  .nb-tvs-experience-mob::after {
    width: 270px;
    height: 270px;
    right: -100%;
    left: auto;
    bottom: 0;
    transform: none;
    margin-bottom: 15px;
  }
}
@media (min-width: 767px) {
  .nb-tvs-experience-mob::after {
    width: 390px;
    height: 390px;
    margin-bottom: 30px;
  }
}
@media (min-width: 991px) {
  .nb-tvs-experience-mob::after {
    width: 530px;
    height: 530px;
  }
}

.nb-tvs-experience-mob {
  max-width: 200px;
  margin: 0 auto 30px;
  display: block;
  float: none;
}
@media (min-width: 575px) {
  .nb-tvs-experience-mob {
    float: left;
    max-width: 300px;
    margin-bottom: 0;
  }
}

.nb-tvs-experience-two .nb-tvs-experience-mob::after {
  content: '';
  right: auto;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  margin-bottom: 0;
}
@media (min-width: 575px) {
  .nb-tvs-experience-two .nb-tvs-experience-mob::after {
    right: auto;
    left: -100%;
    margin-bottom: 50px;
    transform: none;
  }
}
@media (min-width: 767px) {
  .nb-tvs-experience-two .nb-tvs-experience-mob::after {
    margin-bottom: 100px;
  }
}

.nb-tvs-experience-two {
  background: #f9f9f9;
}

.nb-tvs-experience img {
  position: relative;
  z-index: 5;
}

.nb-tvs-experience-two .nb-tvs-experience-mob {
  margin: 30px auto 0 auto;
}
@media (min-width: 575px) {
  .nb-tvs-experience-two .nb-tvs-experience-mob {
    margin: 0;
  }
}

.nb-tvs-fourth {
  background: #151a27;
}
.nb-tvs-fourth .nb-page-hd {
  text-align: center;
}
.nb-tvs-fourth h2 {
  color: #fff;
}
.nb-tvs-fourth h2 span {
  color: #304886;
}
@media (min-width: 992px) {
  .nb-tvs-fourth .wrapper {
    max-width: 952px;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .nb-tvs-fourth .wrapper {
    max-width: none;
    margin: auto;
  }
}
.nb-tvs-fourth .img-wrapper {
  display: block;
  position: relative;
  max-width: 320px;
  margin: auto;
}
@media (min-width: 992px) {
  .nb-tvs-fourth .img-wrapper {
    max-width: 487px;
  }
}
@media (min-width: 1200px) {
  .nb-tvs-fourth .img-wrapper {
    max-width: 684px;
  }
}
@media (min-width: 992px) {
  .nb-tvs-fourth .img-wrapper--first {
    padding-right: 20%;
  }
}
.nb-tvs-fourth .img-wrapper--first .text {
  color: #FFF;
  font-family: 'Nanum Pen Script', cursive;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .nb-tvs-fourth .img-wrapper--first .text {
    position: absolute;
    width: 176px;
    top: -32px;
    left: 80%;
  }
}
.nb-tvs-fourth .img-wrapper--first .connector {
  height: 18%;
  width: 0;
  border: 2px dashed #FFF;
  border-width: 0 0 0 2px;
  position: absolute;
  left: 67%;
  top: 23%;
}
@media (min-width: 992px) {
  .nb-tvs-fourth .img-wrapper--first .connector {
    top: -10px;
    width: 26%;
    border-width: 2px 0 0 2px;
    left: 50%;
  }
}
.nb-tvs-fourth .img-wrapper--first .connector::after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 2px solid #FFF;
  display: block;
  position: absolute;
  top: -8px;
  left: -6px;
}
@media (min-width: 992px) {
  .nb-tvs-fourth .img-wrapper--first .connector::after {
    top: -6px;
    left: 100%;
  }
}
@media (min-width: 992px) {
  .nb-tvs-fourth .img-wrapper--second {
    padding-left: 20%;
    margin-top: 36px;
  }
}
.nb-tvs-fourth .img-wrapper--second .text {
  color: #FFF;
  font-family: 'Nanum Pen Script', cursive;
  font-size: 30px;
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .nb-tvs-fourth .img-wrapper--second .text {
    position: absolute;
    width: 300px;
    text-align: left;
    top: -50%;
    left: 80%;
  }
}
.nb-tvs-fourth .img-wrapper--second .connector {
  height: 12%;
  width: 0;
  border: 2px dashed #FFF;
  border-width: 0 0 0 2px;
  position: absolute;
  left: 50%;
  top: 58%;
}
@media (min-width: 992px) {
  .nb-tvs-fourth .img-wrapper--second .connector {
    height: 15%;
    left: 90%;
  }
}
@media (min-width: 1200px) {
  .nb-tvs-fourth .img-wrapper--second .connector {
    height: 62%;
    left: 75%;
    top: -30%;
  }
}
.nb-tvs-fourth .img-wrapper--second .connector::after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 2px solid #FFF;
  display: block;
  position: absolute;
  top: 100%;
  left: -6px;
}
@media (min-width: 1200px) {
  .nb-tvs-fourth .img-wrapper--second .connector::after {
    top: -10px;
  }
}
.nb-tvs-fourth .common-text {
  width: 100%;
  position: relative;
  padding: 10px 0;
  color: #FFF;
  font-family: 'Nanum Pen Script', cursive;
  font-size: 30px;
  text-align: center;
  margin: 30px auto;
}
@media (min-width: 992px) {
  .nb-tvs-fourth .common-text {
    width: 190px;
    text-align: left;
    position: absolute;
    left: 22%;
    top: 40%;
  }
}
@media (min-width: 1200px) {
  .nb-tvs-fourth .common-text {
    top: 50%;
  }
}
.nb-tvs-fourth .common-text .connector {
  height: 22px;
  width: 0;
  border: 2px dashed #FFF;
  border-width: 0 0 0 2px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.nb-tvs-fourth .common-text .connector--first {
  height: 48px;
  top: 100%;
  left: 50%;
  z-index: 3;
}
@media (min-width: 992px) {
  .nb-tvs-fourth .common-text .connector--first {
    left: 36%;
    top: 100%;
    width: 82%;
    height: 20px;
    border-width: 0 0 2px 2px;
  }
}
.nb-tvs-fourth .common-text .connector--first::after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 2px solid #FFF;
  display: block;
  position: absolute;
  top: -8px;
  left: -6px;
}
.nb-tvs-fourth .common-text .connector--second {
  height: 38px;
  top: -110%;
  left: 50%;
  z-index: 3;
}
@media (min-width: 992px) {
  .nb-tvs-fourth .common-text .connector--second {
    height: 56%;
    top: -60%;
    left: 36%;
    z-index: 3;
  }
}
.nb-tvs-fourth .common-text .connector--second::after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 2px solid #FFF;
  display: block;
  position: absolute;
  top: 100%;
  left: -6px;
}

.nb-tvs-video {
  background: #01040a;
}
.nb-tvs-video h2 {
  color: #fff;
}
.nb-tvs-video h2 span {
  display: inline-block;
  color: #304886;
}

.nb-mon-sec .nb-page-hd {
  text-align: center;
}
@media (min-width: 992px) {
  .nb-mon-sec .nb-page-hd {
    text-align: left;
  }
}
.nb-mon-sec__svg__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .nb-mon-sec__svg__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.nb-mon-sec__svg--domain {
  width: 280px;
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .nb-mon-sec__svg--domain {
    width: 435px;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .nb-mon-sec__svg--domain {
    width: 435px;
    margin: auto;
  }
}
.nb-mon-sec__svg--logo {
  position: absolute;
  top: 97px;
  left: 50%;
  transform: translateX(-50%);
  animation: rotatelogo 5s linear infinite;
}
@media (min-width: 768px) {
  .nb-mon-sec__svg--logo {
    top: 162px;
  }
}
@media (min-width: 992px) {
  .nb-mon-sec__svg--logo {
    top: 39%;
  }
}
@keyframes rotatelogo {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(-360deg);
  }
}
.nb-mon-sec__svg--magic {
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #f49c1e;
}
@media (min-width: 992px) {
  .nb-mon-sec__svg--magic {
    top: 50%;
    left: 53%;
    transform: translate(297%, -152%);
    font-size: 32px;
  }
}
.nb-mon-sec__svg--magic::before {
  content: "";
  position: absolute;
  top: 32px;
  right: 50%;
  height: 121px;
  width: 2px;
  background: rgba(198, 198, 198, 0.47);
}
@media (min-width: 768px) {
  .nb-mon-sec__svg--magic::before {
    height: 192px;
  }
}
@media (min-width: 992px) {
  .nb-mon-sec__svg--magic::before {
    top: 50%;
    right: 100px;
    height: 2px;
    width: 260px;
  }
}
.nb-mon-sec__svg__wrapper {
  position: relative;
  margin-top: 56px;
}
@media (min-width: 992px) {
  .nb-mon-sec__svg__wrapper {
    margin-bottom: 114px;
  }
}
@media (min-width: 1200px) {
  .nb-mon-sec__svg__wrapper {
    position: relative;
    top: -52px;
  }
}
.nb-mon-sec__domains {
  margin-bottom: 24px;
  position: relative;
  width: 272px;
  margin: auto;
}
@media (min-width: 768px) {
  .nb-mon-sec__domains {
    margin-left: 72px;
  }
}
@media (min-width: 992px) {
  .nb-mon-sec__domains {
    position: absolute;
    top: 50%;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .nb-mon-sec__domains h3 {
    position: relative;
    left: 24px;
  }
}
.nb-mon-sec__domains h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  left: -24px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .nb-mon-sec__domains h3::before {
    top: 16%;
  }
}
@media (min-width: 992px) {
  .nb-mon-sec__domains h3::before {
    display: none;
  }
}
.nb-mon-sec__domains li {
  margin-left: 24px;
  position: relative;
}
.nb-mon-sec__domains li::before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 6px;
  display: block;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  background: orange;
}
.nb-mon-sec__domains__connector {
  display: none;
  position: absolute;
}
@media (min-width: 992px) {
  .nb-mon-sec__domains__connector {
    display: block;
    border: 2px dashed black;
  }
  .nb-mon-sec__domains__connector::after {
    content: "";
    height: 10px;
    width: 10px;
    border: 2px solid black;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
}
.nb-mon-sec__domains--agents {
  margin-top: 36px;
}
@media (min-width: 992px) {
  .nb-mon-sec__domains--agents {
    margin-top: inherit;
    transform: translate(-168%, -40%);
  }
}
.nb-mon-sec__domains--agents h3::before {
  background-color: #e52583;
}
.nb-mon-sec__domains--agents li::before {
  background-color: #e52583;
}
.nb-mon-sec__domains--agents .nb-mon-sec__domains__connector {
  width: 84%;
  height: 0;
  top: -24px;
  left: 12px;
  border-width: 2px 0px 0 0;
  border-color: #e52583;
}
.nb-mon-sec__domains--agents .nb-mon-sec__domains__connector::after {
  border-color: #e52583;
  top: 50%;
  left: -10px;
}
@media (min-width: 992px) {
  .nb-mon-sec__domains--consumers {
    transform: translate(40%, -256%);
  }
}
.nb-mon-sec__domains--consumers h3::before {
  background-color: #7342e6;
}
.nb-mon-sec__domains--consumers li::before {
  background-color: #7342e6;
}
.nb-mon-sec__domains--consumers .nb-mon-sec__domains__connector {
  width: 0%;
  height: 56%;
  top: 18%;
  left: -24px;
  border-width: 0px 0px 0px 2px;
  border-color: #7342e6;
}
@media (min-width: 1200px) {
  .nb-mon-sec__domains--consumers .nb-mon-sec__domains__connector {
    height: 85%;
  }
}
.nb-mon-sec__domains--consumers .nb-mon-sec__domains__connector::after {
  border-color: #7342e6;
  top: -4%;
  left: -6px;
}
@media (min-width: 992px) {
  .nb-mon-sec__domains--builders {
    transform: translate(0%, 150%);
  }
}
.nb-mon-sec__domains--builders h3::before {
  background-color: #60c4e0;
}
.nb-mon-sec__domains--builders li::before {
  background-color: #60c4e0;
}
.nb-mon-sec__domains--builders .nb-mon-sec__domains__connector {
  width: 0%;
  height: 80%;
  top: 4%;
  left: -24px;
  border-width: 0px 0px 0px 2px;
  border-color: #60c4e0;
}
@media (min-width: 1200px) {
  .nb-mon-sec__domains--builders .nb-mon-sec__domains__connector {
    height: 118%;
    top: -30%;
  }
}
.nb-mon-sec__domains--builders .nb-mon-sec__domains__connector::after {
  border-color: #60c4e0;
  bottom: -12px;
  left: -6px;
}

.nb-mon-third {
  background: #f9f9f9;
}
.nb-mon-third .nb-page-hd__wrapper {
  text-align: center;
}
@media (min-width: 768px) {
  .nb-mon-third .nb-page-hd__wrapper {
    text-align: left;
  }
}
.nb-mon-third .connector {
  width: 405px;
  height: 405px;
  border-radius: 50%;
  position: absolute;
  border: 2px dashed #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: rotatebg 20s linear infinite;
}
@keyframes rotatebg {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.nb-mon-third__wrapper {
  position: relative;
}
.nb-mon-third p {
  padding-top: 28px;
}
.nb-mon-third__mob {
  width: 80%;
  margin: auto;
  position: relative;
}
.nb-mon-third__mob img {
  z-index: 2;
  position: relative;
  max-width: 264px;
}
.nb-mon-third__mob::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 95vw;
  width: 95vw;
  border-radius: 50%;
  background: orange;
  z-index: 1;
  max-width: 340px;
  max-height: 340px;
}
@media (min-width: 768px) {
  .nb-mon-third__mob::before {
    width: 340px;
    height: 340px;
  }
}
.nb-mon-third__mob--agent::before {
  background-color: #e52584;
}
.nb-mon-third__mob--customer {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .nb-mon-third__mob--customer {
    margin-top: 0;
  }
}
.nb-mon-third__mob--customer::before {
  background-color: #7342e6;
}
.nb-mon-third__mob__text {
  font-family: 'Nanum Pen Script', cursive;
  text-align: center;
  font-size: 28px;
  padding-top: 12px;
}
.nb-mon-third__mob__text--agent {
  color: #e52584;
}
.nb-mon-third__mob__text--customer {
  color: #7342e6;
}

.nb-mon-fourth__big-image {
  width: 80%;
  margin: auto;
}
.nb-mon-fourth .nb-page-hd {
  margin-top: 64px;
  text-align: center;
}
@media (min-width: 992px) {
  .nb-mon-fourth .nb-page-hd {
    text-align: left;
  }
}
.nb-mon-fourth .nb-page-hd p {
  margin: 30px auto 0 auto;
  max-width: 320px;
}
@media (min-width: 768px) {
  .nb-mon-fourth .nb-page-hd p {
    width: 576px;
  }
}
@media (min-width: 768px) {
  .nb-mon-fourth .nb-page-hd p {
    margin: 30px 0 0 0;
    max-width: 416px;
  }
}
@media (min-width: 992px) {
  .nb-mon-fourth .nb-page-hd {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .nb-mon-fourth .nb-page-hd {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .nb-mon-fourth .nb-page-hd {
    margin-top: 0px;
  }
}
.nb-mon-fourth
.nb-mon-fourth__files__connector {
  height: 60px;
  width: 0;
  position: absolute;
  border: 2px dashed black;
  border-width: 0px 2px 0 0;
  top: 12px;
  left: 92%;
}
@media (min-width: 992px) {
  .nb-mon-fourth
  .nb-mon-fourth__files__connector {
    height: 248px;
    width: 32px;
    border-width: 2px 0px 2px 2px;
    top: 28px;
    left: -56px;
  }
}
.nb-mon-fourth
.nb-mon-fourth__files__connector::after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border: 2px solid black;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -4px;
}
@media (min-width: 992px) {
  .nb-mon-fourth
  .nb-mon-fourth__files__connector::after {
    top: -6px;
    left: 100%;
  }
}
.nb-mon-fourth
.nb-mon-fourth__files img {
  max-width: 256px;
  margin: auto;
  display: block;
}
@media (min-width: 768px) {
  .nb-mon-fourth
  .nb-mon-fourth__files img {
    max-width: none;
  }
}
.nb-mon-fourth__folders {
  max-width: 256px;
  margin: auto;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .nb-mon-fourth__folders {
    max-width: none;
    margin-top: auto;
  }
}
@media (min-width: 768px) {
  .nb-mon-fourth__folder__wrapper {
    display: flex;
    margin-top: auto;
  }
}
.nb-mon-fourth__folder__connector {
  height: 50px;
  width: 0;
  position: absolute;
  border: 2px dashed black;
  border-width: 0px 2px 0 0;
  top: 56%;
  left: 50%;
}
@media (min-width: 768px) {
  .nb-mon-fourth__folder__connector {
    height: 40%;
    top: 40%;
  }
}
.nb-mon-fourth__folder__connector::after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border: 2px solid black;
  border-radius: 50%;
  position: absolute;
  bottom: -8px;
  left: -4px;
}
.nb-mon-fourth__text {
  position: relative;
  font-family: 'Nanum Pen Script', cursive;
  font-size: 30px;
  max-width: 256px;
  margin: auto;
}
.nb-mon-fourth__text--file {
  margin-bottom: 36px;
  max-width: 256px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .nb-mon-fourth__text--file {
    max-width: auto;
  }
}
.nb-mon-fourth__text--folder {
  margin-top: 5%;
  text-align: center;
}
@media (min-width: 768px) {
  .nb-mon-fourth__text--folder {
    margin-top: 28%;
  }
}

@media (min-width: 992px) {
  .nb-mon-fifth .flex-order-last {
    order: 3;
  }
}
.nb-mon-fifth .nb-page-hd {
  text-align: center;
}
.nb-mon-fifth .nb-page-hd h2, .nb-mon-fifth .nb-page-hd p {
  color: #FFF !important;
}
.nb-mon-fifth .nb-page-hd p {
  margin: 30px 0 0 0;
}
@media (min-width: 992px) {
  .nb-mon-fifth .nb-page-hd {
    text-align: left;
  }
}
.nb-mon-fifth .img-wrapper {
  max-width: 280px;
  margin: 0 auto 80px auto;
  position: relative;
}
@media (min-width: 768px) {
  .nb-mon-fifth .img-wrapper {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .nb-mon-fifth .img-wrapper {
    max-width: none;
    margin: 0 auto 40px auto;
  }
}
@media (min-width: 768px) {
  .nb-mon-fifth .img-wrapper--small {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .nb-mon-fifth .img-wrapper--small {
    width: 84%;
  }
}
.nb-mon-fifth .img-wrapper__caption {
  color: #FFF;
  font-family: 'Nanum Pen Script', cursive;
  font-size: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .nb-mon-fifth .img-wrapper__caption {
    position: absolute;
  }
}
@media (min-width: 992px) {
  .nb-mon-fifth .img-wrapper__caption--domain {
    bottom: 6%;
    right: 108%;
    width: 244px;
  }
  .nb-mon-fifth .img-wrapper__caption--domain .connector {
    position: absolute;
    right: -22px;
    top: -40px;
    border: 2px dashed #FFF;
    border-width: 2px 0 0 2px;
    width: 100px;
    height: 24px;
  }
  .nb-mon-fifth .img-wrapper__caption--domain .connector::after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #FFF;
    position: absolute;
    bottom: -8px;
    left: -6px;
  }
}
@media (min-width: 992px) {
  .nb-mon-fifth .img-wrapper__caption--badges {
    bottom: 24%;
    right: 94%;
    width: 244px;
  }
  .nb-mon-fifth .img-wrapper__caption--badges .connector {
    position: absolute;
    right: -22px;
    top: -20px;
    border: 2px dashed #FFF;
    border-width: 2px 0 0 0;
    width: 80px;
    height: 0;
  }
  .nb-mon-fifth .img-wrapper__caption--badges .connector::after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #FFF;
    position: absolute;
    bottom: -4px;
    left: -10px;
  }
}

@media (min-width: 992px) {
  .nb-mon-sixth.full-width {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .nb-mon-sixth .img-wrapper__big {
    width: 400px;
    margin: auto;
    position: relative;
  }
}
@media (min-width: 992px) {
  .nb-mon-sixth .img-wrapper__big {
    width: auto;
  }
}
.nb-mon-sixth .img-wrapper__big img {
  width: 232px;
  display: block;
}
@media (min-width: 768px) {
  .nb-mon-sixth .img-wrapper__big img {
    width: 376px;
  }
}
@media (min-width: 992px) {
  .nb-mon-sixth .img-wrapper__big img {
    width: auto;
  }
}
.nb-mon-sixth .img-wrapper__big .text {
  font-family: 'Nanum Pen Script', cursive;
  font-size: 24px;
  position: absolute;
  right: 24px;
  top: 20px;
  width: 115px;
}
@media (min-width: 992px) {
  .nb-mon-sixth .img-wrapper__big .text {
    right: 24px;
    top: 76px;
    width: 135px;
  }
}
@media (min-width: 1200px) {
  .nb-mon-sixth .img-wrapper__big .text {
    width: 155px;
  }
}
.nb-mon-sixth .nb-page-hd {
  margin-top: 36px;
}
@media (min-width: 992px) {
  .nb-mon-sixth .nb-page-hd {
    margin-top: 0;
  }
}
.nb-mon-sixth .nb-page-hd p {
  margin-top: 24px;
}
.nb-mon-sixth .content__wrapper {
  font-family: 'Nanum Pen Script' , cursive;
  font-size: 29px;
}
.nb-mon-sixth .content__wrapper .text {
  padding: 0 8px;
}
.nb-mon-sixth .content__wrapper--first {
  margin-bottom: 56px;
}

.nb-mon-seventh .text__wrapper span {
  font-size: 24px;
  color: #9c9c9c;
}
@media (min-width: 768px) {
  .nb-mon-seventh .text__wrapper span {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .nb-mon-seventh .text__wrapper span {
    font-size: 44px;
  }
}
.nb-mon-seventh .img__wrapper {
  margin-top: 56px;
}
@media (min-width: 768px) {
  .nb-mon-seventh .img__wrapper {
    margin-top: 82px;
  }
}

.nb-mon-after-eight .nb-project-impact-grid {
  max-width: 240px;
}
@media (min-width: 576px) {
  .nb-mon-after-eight .nb-project-impact-grid {
    max-width: 301px;
  }
}
@media (min-width: 768px) {
  .nb-mon-after-eight .nb-project-impact-grid {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .nb-mon-after-eight .nb-project-impact-grid {
    max-width: none;
  }
}
@media (min-width: 1440px) {
  .nb-mon-after-eight .nb-project-impact-grid {
    font-size: 35px !important;
  }
}
.nb-mon-after-eight .nb-bg-blue,
.nb-mon-after-eight .nb-bg-yellow {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .nb-mon-after-eight .nb-bg-blue,
  .nb-mon-after-eight .nb-bg-yellow {
    margin: 10px 0;
  }
}

/*------------------------------------*/
/* NB - Home page */
/*------------------------------------*/
.nb-number-counter p {
  font-size: 16px;
  color: #4a4a4a;
  margin: 0;
}
@media (min-width: 1200px) {
  .nb-number-counter p {
    font-size: 24px;
  }
}

.nb-number-counter ul {
  width: 100%;
  display: inline-block;
}

.nb-number-counter ul li {
  display: inline-block;
  margin-left: 10px;
  padding-left: 15px;
  vertical-align: middle;
}
@media (min-width: 767px) {
  .nb-number-counter ul li {
    margin-left: 70px;
  }
}

.nb-number-counter ul li:first-child {
  margin: 0;
}

.nb-number-counter span {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
}
@media (min-width: 767px) {
  .nb-number-counter span {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .nb-number-counter span {
    font-size: 32px;
  }
}
.nb-number-counter span::before {
  content: '';
  height: 100%;
  width: 4px;
  display: inline-block;
  background: #fff200;
  border-radius: 2px;
  position: absolute;
  left: -15px;
  bottom: 0;
  z-index: -1;
}

.nb-logo {
  width: 45px;
  height: auto !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.nb-logo a {
  display: block;
}

.nb-logo img {
  display: block;
}

/* NB - Header */
.nb-nav-right {
  width: auto;
  float: right;
}

a.nb-contact-top {
  display: inline-block;
  color: #1b1b1c;
  font-weight: 500;
  vertical-align: middle;
  margin-right: 60px;
  position: relative;
  font-size: 16px;
}
@media (min-width: 767px) {
  a.nb-contact-top {
    margin-right: 90px;
  }
}
a.nb-contact-top::before {
  content: '';
  display: block;
  background: url(../images/contact-icon.png) no-repeat;
  background-size: auto auto;
  height: 21px;
  width: 21px;
  background-size: contain;
  position: absolute;
  top: -12px;
  right: -22px;
}

.nb-google-map {
  display: block;
  margin-bottom: 50px;
}
.nb-google-map a {
  color: #3d81cb !important;
  font-weight: 500;
  display: inline-block;
  border-bottom: 2px solid #3d81cb;
}

.nb-hello-netbramha {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}

/* NB - Hamburger menu */
.navbar-header {
  display: inline-block;
  transition: all 0.6s;
  vertical-align: middle;
  cursor: pointer;
}

.hamburger-grid {
  width: 20px;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.hamburger-line {
  height: 2px;
  width: 20px;
  display: block;
  background: #000;
  margin-top: 5px;
}
.hamburger-line:first-child {
  margin: 0;
}

.line-two {
  width: 16px;
  display: block;
  background: #000;
  margin: 5px 0;
}

.hamburger-container:hover .line-one {
  -webkit-animation-name: expand-one;
  -webkit-animation-duration: 1.1s;
  animation-name: expand-one;
  animation-duration: 1.1s;
}

.hamburger-container:hover .line-two {
  -webkit-animation-name: expand-two;
  -webkit-animation-duration: 1.1s;
  animation-name: expand-two;
  animation-duration: 1.1s;
}

.hamburger-container:hover .line-three {
  -webkit-animation-name: expand-three;
  -webkit-animation-duration: 1.1s;
  animation-name: expand-three;
  animation-duration: 1.1s;
}

.hamburger-container.is-open {
  height: auto;
  transition: 0.3s;
}

.nav-up {
  top: -85px;
  transition: 0.2s all;
}

.nav-down {
  transition: 0.2s all;
}

/* NB - Line one */
@-webkit-keyframes expand-one {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
  }
  50% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  75% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes expand-one {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
  }
  50% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  75% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* NB - Line two */
@-webkit-keyframes expand-two {
  0% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  25% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
  }
  75% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}
@keyframes expand-two {
  0% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  25% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
  }
  75% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}
/* NB - Line three */
@-webkit-keyframes expand-three {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
  }
  50% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  75% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes expand-three {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
  }
  50% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  75% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.toggle-button {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  margin: auto;
  padding: 0;
  height: 20px;
  width: 28px;
  cursor: pointer;
  z-index: 100000;
}

.bar {
  background: #000000;
  display: block;
  width: 100%;
  height: 3px;
  border: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.bar + .bar {
  margin-top: 4px;
}

.middle {
  top: 11px;
}

.bottom {
  top: 22px;
}

.toggle-button:hover {
  opacity: .7;
}

.toggle-active .bar {
  background-color: #000000;
}

.toggle-active .top {
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
}

.toggle-active .middle {
  opacity: 0;
}

.toggle-active .bottom {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
}

.overlay {
  background: #fafafa;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  z-index: 100;
}
.overlay .container-fluid {
  height: 100%;
}
.overlay ul {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
.overlay li {
  display: block;
  margin: 25px 20px 0 20px;
}
@media (min-width: 767px) {
  .overlay li {
    display: inline-block;
    margin: 0 20px 0 20px;
    vertical-align: middle;
  }
}
@media (min-width: 1100px) {
  .overlay li {
    margin: 0 30px 0 30px;
  }
}
.overlay a {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #000000;
}
@media (min-width: 800px) {
  .overlay a {
    font-size: 28px;
  }
}
@media (min-width: 1100px) {
  .overlay a {
    font-size: 33px;
  }
}
.overlay span.nb-menu-sub {
  display: block;
  font-size: 15px;
  color: #4a4a4a;
  font-weight: 400;
  margin-top: 5px;
}
@media (min-width: 991px) {
  .overlay span.nb-menu-sub {
    font-size: 18px;
    margin-top: 15px;
  }
}
.overlay span.nb-menu-link {
  position: relative;
  z-index: 1;
}
.overlay span.nb-menu-link::before {
  content: '';
  height: 5px;
  width: 0;
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
  transition: all 0.5s;
}
.overlay a:hover span.nb-menu-link:before {
  width: 100%;
}

.nav-active {
  opacity: 1;
  visibility: visible;
  height: 100%;
  background: #fcee21;
  /*    max-height: 340px;*/
}

/* NB - Home banner */
section.nb-banner {
  min-height: auto !important;
}
section.nb-banner .nb-hm-banner-image {
  position: relative;
  max-width: 300px;
  margin: 0 auto 40px auto;
}
@media (min-width: 576px) {
  section.nb-banner .nb-hm-banner-image {
    margin-bottom: 0;
    max-width: inherit;
    margin: auto;
  }
}
section.nb-banner .nb-page-hd h2 span {
  display: initial;
}

.nb-home-page .nb-banner .row {
  display: inline-block;
}
.nb-home-page .nb-banner [class^="col-"] {
  flex: inherit;
  display: inline-block;
  min-height: 402px;
}
@media (max-width: 575px) {
  .nb-home-page .nb-banner [class^="col-"] {
    height: auto !important;
  }
}

.nb-banner .container-fluid {
  min-height: auto;
  height: 100%;
}
@media (min-width: 1600px) {
  .nb-banner .container-fluid {
    min-height: 100vh;
    height: auto;
  }
}

@media (max-width: 767px) {
  .nb-banner.full-screen-height {
    height: auto !important;
  }
}

.nb-banner {
  padding-top: 115px;
  padding-bottom: 60px;
}
@media (min-width: 767px) {
  .nb-banner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* NB - Home Work showcase */
.nb-hm-work-showcase {
  min-height: auto;
}
@media (min-width: 1600px) {
  .nb-hm-work-showcase {
    min-height: 100vh;
  }
}

.nb-hm-work-showcase:nth-child(2n+0) {
  background: #f9f9f9;
}

.nb-hm-work-showcase-image {
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}
@media (min-width: 576px) {
  .nb-hm-work-showcase-image {
    margin-bottom: 0;
  }
}

.nb-hm-work-showcase-text h3 {
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .nb-hm-work-showcase-text h3 {
    line-height: 45px;
  }
}
.nb-hm-work-showcase-text h3 {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.nb-hm-work-showcase-text h3 span {
  background-image: linear-gradient(transparent calc(100% - 10px), #fff200 10px);
  background-repeat: no-repeat;
  background-size: 0% 85%;
  transition: background-size 0.3s ease-out;
}
.nb-hm-work-showcase-text:hover h3 span {
  background-size: 100% 85%;
}

ul.nb-project-inf-list {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}
@media (min-width: 575px) {
  ul.nb-project-inf-list {
    margin-top: 25px;
  }
}
ul.nb-project-inf-list li {
  display: inline-block;
  color: #1b1b1c;
}

ul.nb-project-inf-list li::before {
  content: '';
  height: 18px;
  width: 1px;
  display: inline-block;
  background: #1b1b1c;
  vertical-align: middle;
  margin: -3px 5px 0 5px;
}
@media (min-width: 767px) {
  ul.nb-project-inf-list li::before {
    height: 20px;
  }
}
ul.nb-project-inf-list li:first-child:before {
  display: none;
}

ul.nb-project-tag {
  display: inline-block;
  width: 100%;
  margin: 15px -6px 0 -6px;
}
@media (min-width: 767px) {
  ul.nb-project-tag {
    margin: 40px -6px 0 -6px;
  }
}
ul.nb-project-tag li {
  font-size: 16px;
  color: #9c9c9c;
  display: inline-block;
  vertical-align: middle;
  margin: 3px 6px;
}
@media (min-width: 767px) {
  ul.nb-project-tag li {
    font-size: 20px;
  }
}

/* NB - Home Semnox showcase */
.nb-semnox .nb-hm-work-showcase-image {
  max-width: 250px;
  display: block;
  margin: 0 auto 30px;
}
@media (min-width: 626px) {
  .nb-semnox .nb-hm-work-showcase-image {
    margin: inherit;
  }
}
@media (min-width: 700px) {
  .nb-semnox .nb-hm-work-showcase-image {
    max-width: 350px;
  }
}
@media (min-width: 800px) {
  .nb-semnox .nb-hm-work-showcase-image {
    max-width: 400px;
  }
}
@media (min-width: 1024px) {
  .nb-semnox .nb-hm-work-showcase-image {
    max-width: 430px;
  }
}
@media (min-width: 1200px) {
  .nb-semnox .nb-hm-work-showcase-image {
    max-width: 430px;
  }
}
@media (min-width: 1450px) {
  .nb-semnox .nb-hm-work-showcase-image {
    max-width: 570px;
  }
}
.nb-semnox .nb-hm-work-showcase-text {
  padding-left: 0;
}
@media (min-width: 1500px) {
  .nb-semnox .nb-hm-work-showcase-text {
    padding-left: 15px;
  }
}

/* NB - Home Infosys showcase */
.nb-infosys .row {
  display: block;
}
.nb-infosys [class^="col-"] {
  flex: inherit;
}
@media (max-width: 576px) {
  .nb-infosys [class^="col-"] {
    height: auto !important;
  }
}
.nb-infosys .nb-hm-work-showcase-image {
  max-width: 320px;
  margin: 0 auto 30px;
}
@media (min-width: 700px) {
  .nb-infosys .nb-hm-work-showcase-image {
    max-width: 100%;
    margin: initial;
  }
}

/* NB - Home tvs showcase */
.nb-tvs .row {
  display: block;
}
.nb-tvs [class^="col-"] {
  flex: inherit;
}
@media (max-width: 576px) {
  .nb-tvs [class^="col-"] {
    height: auto !important;
  }
}
.nb-tvs .nb-hm-work-showcase-image {
  max-width: 260px;
  margin: 0 auto 30px;
}
@media (min-width: 700px) {
  .nb-tvs .nb-hm-work-showcase-image {
    max-width: 320px;
    margin: initial;
  }
}
@media (min-width: 800px) {
  .nb-tvs .nb-hm-work-showcase-image {
    max-width: 440px;
    margin: initial;
  }
}
@media (min-width: 1024px) {
  .nb-tvs .nb-hm-work-showcase-image {
    max-width: 600px;
    margin: initial;
  }
}
@media (min-width: 1600px) {
  .nb-tvs .nb-hm-work-showcase-image {
    max-width: 100%;
  }
}

/* NB - Home Instabike showcase */
.nb-augrey .nb-hm-work-showcase-image {
  display: block;
  margin: 0 auto 30px;
}
@media (min-width: 626px) {
  .nb-augrey .nb-hm-work-showcase-image {
    margin: initial;
  }
}
.nb-augrey .nb-hm-work-showcase-text {
  padding-left: 0;
}
@media (min-width: 1150px) {
  .nb-augrey .nb-hm-work-showcase-text {
    padding-left: 50px;
  }
}

/* NB - Home Partners */
.nb-partners {
  background: #f9f9f9;
  min-height: auto;
}
@media (min-width: 1600px) {
  .nb-partners {
    min-height: 100vh;
  }
}
.nb-partners .nb-link-btn {
  margin-top: 15px;
}
@media (min-width: 767px) {
  .nb-partners .nb-link-btn {
    margin-top: 30px;
  }
}

.nb-partners-grid {
  display: block;
  max-width: 850px;
  margin: 0 -6px;
}
@media (min-width: 767px) {
  .nb-partners-grid {
    margin: 0 -22px;
  }
}
.nb-partners-grid li {
  width: 28%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  margin: 0 6px 20px 6px;
}
@media (min-width: 767px) {
  .nb-partners-grid li {
    width: 160px;
    margin: 0 22px 40px 22px;
  }
}

/* Home What we do */
section.nb-what-we-do {
  min-height: auto !important;
}
section.nb-what-we-do .full-width {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 767px) {
  section.nb-what-we-do .full-width {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 767px) {
  section.nb-what-we-do .full-width {
    padding-top: 90px;
    padding-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  section.nb-what-we-do .full-width {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}
@media (min-width: 1400px) {
  section.nb-what-we-do .full-width {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (min-width: 2000px) {
  section.nb-what-we-do .full-width {
    padding-top: 400px;
    padding-bottom: 400px;
  }
}
section.nb-what-we-do .v-align-container {
  height: 100% !important;
}

.nb-what-we-do {
  background: #101010;
  position: relative;
}
@media (max-width: 767px) {
  .nb-what-we-do [class^="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.nb-what-we-do .nb-what-we-do-grid {
  height: 100%;
}
.nb-what-we-do .nb-page-hd h2 {
  color: #fff;
}
.nb-what-we-do .nb-page-hd h2 span {
  display: inline-block;
  color: #b7b7b7;
}
.nb-what-we-do .nb-strategy {
  padding-right: 0;
}
@media (min-width: 767px) {
  .nb-what-we-do .nb-strategy {
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .nb-what-we-do .nb-strategy {
    padding-right: 60px;
  }
}
.nb-what-we-do .nb-design {
  background: #1f1f1f;
  padding-left: 0;
  border: none;
  position: relative;
  height: auto;
}
@media (min-width: 767px) {
  .nb-what-we-do .nb-design {
    height: 100%;
  }
}
@media (min-width: 767px) {
  .nb-what-we-do .nb-design {
    padding-left: 25px;
  }
}
@media (min-width: 1024px) {
  .nb-what-we-do .nb-design {
    padding-left: 60px;
  }
}
.nb-what-we-do .nb-design::after {
  content: '';
  width: 2500px;
  display: block;
  background: #1f1f1f;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  border-left: none;
}
@media (min-width: 767px) {
  .nb-what-we-do .nb-design::after {
    left: -15px;
  }
}
.nb-what-we-do .nb-what-we-do-icon {
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .nb-what-we-do .nb-what-we-do-icon {
    margin-bottom: 40px;
  }
}
.nb-what-we-do .nb-what-we-do-text {
  display: block;
  max-width: 445px;
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .nb-what-we-do .nb-what-we-do-text {
    margin-bottom: 70px;
  }
}
.nb-what-we-do .nb-what-we-do-text h3 {
  color: #fff;
}
.nb-what-we-do .nb-what-we-do-text p {
  font-size: 18px;
  color: #B0B0B0;
  line-height: 25px;
}
@media (min-width: 991px) {
  .nb-what-we-do .nb-what-we-do-text p {
    font-size: 22px;
    line-height: 29px;
  }
}
.nb-what-we-do ul.nb-merits {
  width: 100%;
  display: inline-block;
  margin: 0 -10px;
  padding: 0;
}
@media (min-width: 991px) {
  .nb-what-we-do ul.nb-merits {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: inherit;
  }
}
.nb-what-we-do ul.nb-merits li {
  float: left;
  width: 50%;
  margin-top: 25px;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .nb-what-we-do ul.nb-merits li {
    display: block;
    flex: 0 1 auto;
    float: none;
    margin-top: 0;
    width: auto;
    list-style-type: none;
    padding: 0;
  }
}
.nb-what-we-do ul.nb-merits i {
  width: 25px;
  height: 25px;
  display: block;
  margin-bottom: 15px;
}
.nb-what-we-do ul.nb-merits i img {
  display: block;
}
.nb-what-we-do ul.nb-merits p {
  max-width: 115px;
  font-size: 15px;
  color: #B0B0B0;
  line-height: 20px;
  margin: 0;
}
@media (min-width: 991px) {
  .nb-what-we-do ul.nb-merits p {
    max-width: initial;
  }
}
.nb-what-we-do .nb-link-btn {
  color: #ffff;
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 40px;
}
@media (min-width: 767px) {
  .nb-what-we-do .nb-link-btn {
    position: absolute;
    left: 60;
    bottom: 70px;
    margin-top: 0;
  }
}
@media (min-width: 1100px) {
  .nb-what-we-do .nb-link-btn {
    bottom: 100px;
  }
}
@media (min-width: 2000px) {
  .nb-what-we-do .nb-link-btn {
    bottom: 200px;
  }
}
.nb-what-we-do .v-align-grid {
  vertical-align: bottom;
  position: relative;
  z-index: 5;
}
.nb-what-we-do .nb-pen-image {
  display: none;
  max-width: 800px;
  width: 100%;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
  margin: auto;
  display: none;
  transform: translateY(50%);
}
@media (min-width: 767px) {
  .nb-what-we-do .nb-pen-image {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
  }
}

.nb-what-we-do.full-width {
  padding-bottom: 250px;
}

/* Home Start a project */
.nb-hm-start-project {
  min-height: auto;
}
@media (min-width: 1600px) {
  .nb-hm-start-project {
    min-height: 100vh;
  }
}
.nb-hm-start-project .nb-hm-start-project-left {
  position: relative;
}
.nb-hm-start-project .nb-page-hd {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .nb-hm-start-project .nb-page-hd {
    margin-top: 80px;
  }
}
.nb-hm-start-project .nb-page-hd {
  position: relative;
}
.nb-hm-start-project .nb-page-hd h2 {
  color: #9c9c9c;
  font-weight: 300;
}
.nb-hm-start-project .nb-page-hd h2 span {
  color: #000000;
  display: block;
  font-weight: 400;
}
.nb-hm-start-project .nb-hm-start-project-right {
  height: 100%;
}
.nb-hm-start-project .nb-link-btn {
  margin-top: 40px;
}
@media (min-width: 767px) {
  .nb-hm-start-project .nb-link-btn {
    margin-top: 60px;
  }
}
@media (min-width: 991px) {
  .nb-hm-start-project .nb-link-btn {
    margin-top: 70px;
  }
}
.nb-hm-start-project .nb-hm-start-project-image-right {
  display: none;
}
@media (min-width: 576px) {
  .nb-hm-start-project .nb-hm-start-project-image-right {
    display: block;
  }
}
.nb-hm-start-project .flip {
  position: relative;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nb-hm-start-project .flip span {
  font-weight: 600;
  display: inline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  line-height: 21px;
}
.nb-hm-start-project .flip span.set {
  top: 0;
  opacity: 1;
  width: 500px;
}
.nb-hm-start-project .flip span.down {
  top: 40px;
  opacity: 0;
  width: 500px;
  display: none;
}

/* Home About design */
.nb-about-full-width {
  position: relative;
  padding: 75px 0;
}
@media (min-width: 767px) {
  .nb-about-full-width {
    padding: 150px 0;
  }
}
.nb-about-full-width .nb-about-full-width-image {
  position: absolute;
  right: 0;
  left: -20px;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: auto;
}
.nb-about-full-width .nb-about-full-width-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nb-about-full-width h2 {
  position: relative;
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 53px;
  line-height: 45px;
  letter-spacing: -4px;
}
@media (min-width: 520px) {
  .nb-about-full-width h2 {
    font-size: 50px;
    line-height: 40px;
  }
}
@media (min-width: 991px) {
  .nb-about-full-width h2 {
    font-size: 60px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .nb-about-full-width h2 {
    font-size: 90px;
    line-height: 80px;
  }
}

.nb-about-page .nb-banner-grid {
  text-align: center;
}
.nb-about-page .nb-banner-grid h4 {
  color: #9c9c9c;
  margin-bottom: 0;
}
.nb-about-page .nb-banner-image {
  max-width: 220px;
  display: block;
  margin: 0 auto 20px;
}
@media (min-width: 600px) {
  .nb-about-page .nb-banner-image {
    max-width: 260px;
  }
}
@media (min-width: 1100px) {
  .nb-about-page .nb-banner-image {
    max-width: 390px;
  }
}
@media (min-width: 1600px) {
  .nb-about-page .nb-banner-image {
    max-width: 460px;
  }
}
@media (min-width: 2000px) {
  .nb-about-page .nb-banner-image {
    max-width: 570px;
  }
}
.nb-about-page .nb-disruption-image {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
  z-index: -1;
}

.nb-studio-description {
  text-align: center;
  background: #000000;
}
.nb-studio-description .nb-studio-description-top {
  max-width: 435px;
  display: block;
  margin: 0 auto 40px;
}
@media (min-width: 767px) {
  .nb-studio-description .nb-studio-description-top {
    max-width: 870px;
    margin: 0 auto 100px;
  }
}
.nb-studio-description h3 {
  color: #fff;
  font-size: 17px;
  line-height: 35px;
  margin-bottom: 0;
  font-weight: 300;
}
@media (min-width: 575px) {
  .nb-studio-description h3 {
    line-height: 45px;
    font-size: 20px;
  }
}
@media (min-width: 767px) {
  .nb-studio-description h3 {
    line-height: 70px;
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .nb-studio-description h3 {
    font-size: 38px;
  }
}
.nb-studio-description h2 {
  font-family: 'Tahu!';
  font-size: 35px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (min-width: 767px) {
  .nb-studio-description h2 {
    font-size: 75px;
    margin-top: 20px;
  }
}
.nb-studio-description .nb-studio-description-btm h3 {
  color: #9c9c9c;
}
.nb-studio-description .nb-top-text {
  font-family: 'Nanum Pen';
  font-size: 20px;
  color: #fff200;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 0;
  width: 210px;
  text-align: left;
}
@media (min-width: 767px) {
  .nb-studio-description .nb-top-text {
    font-size: 33px;
    margin-top: 5px;
  }
}
.nb-studio-description .nb-btm-text {
  position: relative;
}
.nb-studio-description .nb-btm-text::before {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #fff200;
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.nb-culture-design {
  background: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: auto;
}
@media (min-width: 1600px) {
  .nb-culture-design {
    min-height: 100vh;
  }
}
.nb-culture-design .nb-page-hd h2 span {
  display: inline-block;
}
@media (max-width: 767px) {
  .nb-culture-design .nb-culture-design-text {
    margin-bottom: 30px;
  }
}
.nb-culture-design .nb-culture-design-text h4 {
  font-weight: 300;
  line-height: 35px;
}
.nb-culture-design .nb-culture-design-text h4 span {
  display: block;
  color: #9c9c9c;
}
.nb-culture-design .nb-blog a {
  display: block;
  color: #000000;
}
.nb-culture-design .nb-blog .nb-blog-image {
  max-height: 120px;
  height: 100%;
  margin-bottom: 15px;
  border-radius: 8px;
}
.nb-culture-design .nb-blog .nb-blog-image img {
  border-radius: 8px;
}
.nb-culture-design .nb-blog p {
  line-height: 20px;
  margin-bottom: 5px;
}
@media (min-width: 767px) {
  .nb-culture-design .nb-blog p {
    margin-bottom: 15px;
    line-height: 25px;
  }
}
.nb-culture-design .nb-blog-slider-container {
  position: relative;
}
.nb-culture-design .nb-blog-top-logo {
  margin-bottom: 15px;
  max-width: 120px;
}
.nb-culture-design .nb-blog-slider {
  position: relative;
  margin-bottom: 70px;
}
@media (min-width: 767px) {
  .nb-culture-design .nb-blog-slider {
    margin-bottom: 0;
  }
}
.nb-culture-design .nb-blog-slider p {
  max-width: 200px;
  display: block;
  margin: 0 auto;
  color: #fff;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 15px;
  left: 0;
  margin: auto;
  text-align: center;
}
@media (min-width: 767px) {
  .nb-culture-design .nb-blog-slider p {
    bottom: 30px;
  }
}
@media (min-width: 767px) {
  .nb-culture-design .nb-blog-slider p {
    margin: auto;
    max-width: 100%;
  }
}
.nb-culture-design .nb-blog-slider .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -35px;
  margin: 0;
}
@media (min-width: 1100px) {
  .nb-culture-design .nb-blog-slider .owl-nav {
    position: absolute;
    right: 30px;
    left: 30px;
    bottom: 35px;
  }
}
.nb-culture-design .nb-blog-slider .owl-prev,
.nb-culture-design .nb-blog-slider .owl-next {
  background: url(../images/link-arrow-yellow.svg) no-repeat !important;
  width: 40px;
  height: 15px;
  display: inline-block;
  margin: 0 !important;
  outline: none !important;
}
.nb-culture-design .nb-blog-slider .owl-prev span,
.nb-culture-design .nb-blog-slider .owl-next span {
  display: none;
}
.nb-culture-design .nb-blog-slider .owl-prev {
  float: left;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nb-culture-design .nb-blog-slider .owl-next {
  float: right;
}
.nb-culture-design .nb-blog-slider-image {
  position: relative;
}
.nb-culture-design .nb-blog-slider-image::after {
  content: '';
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(to bottom, rgba(46, 46, 46, 0), #181818);
  opacity: 0.5;
}
.nb-culture-design .nb-blog-right #counter {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
  text-align: center;
  color: #000000;
  letter-spacing: -1px;
  position: absolute;
  right: 15px;
  bottom: -38px;
  left: 15px;
  z-index: 1;
  line-height: initial;
}
@media (min-width: 1100px) {
  .nb-culture-design .nb-blog-right #counter {
    color: #fff;
    bottom: 60px;
  }
}
.nb-culture-design .nb-blog-slider-text {
  max-width: 425px;
  display: block;
  margin-top: 20px;
  position: relative;
}
.nb-culture-design .nb-blog-slider-text h5 {
  font-weight: 500;
}
@media (max-width: 767px) {
  .nb-culture-design .nb-culture-design-left,
  .nb-culture-design .nb-culture-design-right {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.nb-culture-design .nb-blog-grid {
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .nb-culture-design .nb-blog-grid {
    margin-bottom: 75px;
  }
}
.nb-culture-design .nb-blog-details {
  font-size: 16px;
  font-weight: 500;
}
.nb-culture-design .nb-blog-details .v-align-container {
  height: 100%;
}
.nb-culture-design .nb-blog-details .nb-banner .container-fluid {
  min-height: auto;
}
.nb-culture-design .nb-blog-details span {
  color: #9c9c9c;
  display: inline-block;
}
.nb-culture-design .nb-blog-video-text h5 {
  font-weight: 500;
}
.nb-culture-design .nb-blog-video-text p {
  margin-bottom: 0;
  line-height: 25px;
}
@media (max-width: 1100px) {
  .nb-culture-design .nb-blog-video-text [class^="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.nb-culture-design .nb-blog-logos {
  float: right;
}
@media (max-width: 1100px) {
  .nb-culture-design .nb-blog-logos {
    float: none;
    margin-top: 20px;
  }
}
.nb-culture-design .nb-blog-logos li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.nb-culture-design .nb-blog-logos li:first-child {
  margin-left: 0;
}
.nb-culture-design .nb-culture-design-image {
  margin-bottom: 20px;
}
@media (max-width: 1150px) {
  .nb-culture-design .nb-culture-design-right-text [class^="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.nb-culture-design .nb-culture-design-right-text h5 {
  font-weight: 500;
}
.nb-culture-design .nb-culture-design-right-text p {
  color: #4a4a4a;
  margin-bottom: 0;
  line-height: 25px;
}
.nb-culture-design .nb-culture-design-right-text .nb-culture-design-logos {
  float: none;
}
@media (max-width: 1150px) {
  .nb-culture-design .nb-culture-design-right-text .nb-culture-design-logos {
    float: none;
    margin-top: 15px;
  }
}
.nb-culture-design .nb-culture-design-right-text .nb-culture-design-logos li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.nb-culture-design .nb-culture-design-right-text .nb-culture-design-logos li:first-child {
  margin-left: 0;
}

/* nb-awaards */
.nb-awaards {
  min-height: auto !important;
  background: #fff200;
}
@media (max-width: 991px) {
  .nb-awaards [class^="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.nb-awaards .nb-page-hd {
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .nb-awaards .nb-page-hd {
    margin-bottom: 0;
  }
}
.nb-awaards .nb-page-hd h2 {
  color: #000000;
}
.nb-awaards .nb-page-hd h2 span {
  color: #3b3800;
}
.nb-awaards .v-align-container {
  height: 100% !important;
}
.nb-awaards ul.nb-awaards-logos {
  float: none;
  text-align: left;
  margin: 0 -10px;
  width: auto;
}
@media (min-width: 575px) {
  .nb-awaards ul.nb-awaards-logos {
    margin: 0 -15px;
  }
}
@media (min-width: 991px) {
  .nb-awaards ul.nb-awaards-logos {
    float: right;
  }
}
.nb-awaards ul.nb-awaards-logos li {
  display: inline-block;
  margin: 0 10px 0 10px;
  max-width: 190px;
  width: 24%;
}
@media (min-width: 1200px) {
  .nb-awaards ul.nb-awaards-logos li {
    vertical-align: middle;
    margin: 0 15px;
    width: auto;
    max-width: 150px;
  }
}
@media (min-width: 1800px) {
  .nb-awaards ul.nb-awaards-logos li {
    vertical-align: middle;
    margin: 0 15px;
    width: auto;
  }
}

/* Home About section */
@media (min-width: 767px) {
  .nb-about-us.full-width {
    padding-bottom: 120px;
  }
}

.nb-about-us .v-align-container {
  height: auto;
}
.nb-about-us .nb-about-image {
  margin-bottom: 30px;
}
.nb-about-us .nb-about-image-one {
  max-width: 420px;
  float: right;
}
.nb-about-us .nb-about-image-two {
  display: none;
}
@media (min-width: 700px) {
  .nb-about-us .nb-about-image-two {
    display: block;
  }
}
.nb-about-us .nb-about-image-three {
  max-width: 255px;
  display: none;
}
@media (min-width: 700px) {
  .nb-about-us .nb-about-image-three {
    display: block;
  }
}
.nb-about-us .v-align-grid {
  vertical-align: bottom;
}
.nb-about-us .nb-about-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
}

.nb-about-us {
  min-height: auto !important;
  padding-bottom: 60px;
  position: relative;
  z-index: 5;
}
@media (min-width: 767px) {
  .nb-about-us {
    padding-bottom: 0;
  }
}
.nb-about-us .nb-page-hd {
  margin-bottom: 30px;
}
.nb-about-us .nb-page-hd span {
  display: inline-block;
}

.nb-about-image-top {
  margin-bottom: 30px;
}

.nb-about-image-btm-one,
.nb-about-image-btm-two {
  display: none;
  height: 255px;
}
@media (min-width: 767px) {
  .nb-about-image-btm-one,
  .nb-about-image-btm-two {
    display: block;
  }
}
.nb-about-image-btm-one img,
.nb-about-image-btm-two img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.nb-about-image-btm-two {
  max-width: 255px;
}

.nb-about-text {
  max-width: 490px;
  display: block;
}
.nb-about-text p {
  display: block;
}

/* Home Career section */
.nb-hm-career {
  min-height: auto !important;
  padding-top: 60px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 767px) {
  .nb-hm-career {
    padding-top: 300px;
    margin-top: -150px;
  }
}
@media (max-width: 1024px) {
  .nb-hm-career .nb-hm-career-row {
    display: block;
  }
  .nb-hm-career .nb-hm-career-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .nb-hm-career .nb-new-employee-col {
    flex: inherit;
    width: auto;
    margin-bottom: 40px;
  }
}
.nb-hm-career .nb-page-hd {
  position: relative;
  z-index: 1;
}
.nb-hm-career .v-align-container {
  height: 100% !important;
}
.nb-hm-career .nb-hm-career-left {
  height: 100%;
  padding-right: 0;
  background: #f9f9f9;
  position: relative;
}
@media (min-width: 767px) {
  .nb-hm-career .nb-hm-career-left {
    padding-right: 40px;
  }
}
.nb-hm-career .nb-hm-career-left::after {
  content: '';
  width: 2500px;
  height: 2500px;
  display: block;
  background: #f9f9f9;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nb-hm-career .nb-new-employee {
  position: relative;
  z-index: 1;
}
.nb-hm-career .nb-new-employee-text {
  position: relative;
}
.nb-hm-career .nb-new-employee-text h3 {
  font-size: 20px;
}
@media (min-width: 767px) {
  .nb-hm-career .nb-new-employee-text h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .nb-hm-career .nb-new-employee-text h3 {
    font-size: 32px;
  }
}
.nb-hm-career .nb-new-employee-text p {
  font-size: 17px;
  line-height: 23px;
  margin: 0;
}
.nb-hm-career .nb-new-employee-image {
  max-width: 200px;
  position: relative;
}
.nb-hm-career .nb-hm-career-right {
  padding-left: 0;
  height: 100%;
}
@media (min-width: 1024px) {
  .nb-hm-career .nb-hm-career-right {
    padding-left: 40px;
  }
}
.nb-hm-career .nb-vacancy-list {
  max-width: 390px;
  display: block;
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .nb-hm-career .nb-vacancy-list {
    margin-bottom: 70;
  }
}
.nb-hm-career .nb-vacancy-list li {
  display: block;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #dbdbdb;
}
.nb-hm-career .nb-vacancy-list li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
@media (min-width: 767px) {
  .nb-hm-career .nb-vacancy-list li {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.nb-hm-career .nb-vacancy-list a {
  display: block;
}
.nb-hm-career .nb-vacancy-icon {
  width: 60px;
  display: table-cell;
}
@media (min-width: 767px) {
  .nb-hm-career .nb-vacancy-icon {
    width: 80px;
  }
}
.nb-hm-career .nb-vacancy-list h4 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
}
.nb-hm-career .v-align-grid {
  vertical-align: bottom;
}
.nb-hm-career .nb-link-btn-grid .nb-hero-link-image {
  width: 60px;
  display: inline-block;
  margin-right: 15px;
}
@media (min-width: 767px) {
  .nb-hm-career .nb-link-btn-grid .nb-hero-link-image {
    width: 80px;
    margin-right: 30px;
  }
}

/* Home Contact */
.nb-contact-page {
  height: auto;
  padding: 100px 0 0 0;
}
@media (min-width: 991px) {
  .nb-contact-page {
    height: auto;
  }
}
.nb-contact-page .nb-contact-top {
  display: none;
}
.nb-contact-page .nb-page-hd {
  margin-bottom: 35px;
}
.nb-contact-page .nb-page-hd h2 span {
  display: inline-block;
}

@media (min-width: 1600px) {
  .nb-hm-contact {
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  .nb-hm-contact {
    padding-top: 115px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .nb-hm-contact [class^="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.nb-hm-contact .nb-hm-contact-left {
  max-width: 100%;
  display: block;
}
@media (min-width: 767px) {
  .nb-hm-contact .nb-hm-contact-left {
    max-width: 520px;
  }
}
.nb-hm-contact form {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media (min-width: 767px) {
  .nb-hm-contact form {
    margin-bottom: 77px;
  }
}
.nb-hm-contact .nb-form-group {
  position: relative;
  margin-top: 20px;
}
@media (min-width: 767px) {
  .nb-hm-contact .nb-form-group {
    margin-top: 30px;
  }
}
.nb-hm-contact .nb-form-group:first-child {
  margin-top: 0;
}
.nb-hm-contact .nb-form-label {
  font-size: 16px;
  color: #3b3800;
  position: absolute;
  left: 0;
  top: 13px;
  margin: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nb-hm-contact .focused .nb-form-label {
  font-size: 12px;
  top: -15px;
}
.nb-hm-contact input,
.nb-hm-contact textarea {
  height: 50px;
  width: 100%;
  color: #000000;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #9c9c9c;
  outline: none !important;
}
.nb-hm-contact input:focus,
.nb-hm-contact textarea:focus {
  box-shadow: 0 2px 0 0 #fff200;
  border-bottom: 0;
}
.nb-hm-contact textarea {
  height: 90px;
  padding-top: 10px;
}
.nb-hm-contact .nb-hm-contact-right {
  display: block;
  padding-left: 40px;
}
@media (max-width: 800px) {
  .nb-hm-contact .nb-hm-contact-right {
    padding-left: 0;
  }
}
@media (max-width: 800px) {
  .nb-hm-contact .nb-hm-contact-right {
    margin-top: 40px;
  }
}
.nb-hm-contact .nb-hm-contact-right .nb-hm-contact-image {
  max-width: 315px;
  display: block;
  margin-bottom: 20px;
}
.nb-hm-contact .nb-hm-contact-right .nb-hm-contact-image img {
  border-radius: 8px;
}
.nb-hm-contact .nb-hm-contact-right h4 {
  font-weight: 300;
  color: #9c9c9c;
}
.nb-hm-contact .nb-hm-contact-right .nb-hm-contact-right-text {
  background: #fff200;
  padding: 25px;
  position: relative;
}
.nb-hm-contact .nb-hm-contact-right .nb-hm-contact-right-text:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100%;
  background: #fff200;
  height: 2000px;
  z-index: -1;
}
.nb-hm-contact .nb-hm-contact-right .nb-hm-contact-right-text-grid {
  margin-top: 30px;
}
.nb-hm-contact .nb-hm-contact-right .nb-hm-contact-right-text-grid:first-child {
  margin-top: 0;
}
.nb-hm-contact .nb-hm-contact-right .nb-hm-contact-right-text-grid h6 {
  margin-bottom: 5px;
  font-size: 17px;
}
.nb-hm-contact .nb-hm-contact-right .nb-hm-contact-right-text-grid a {
  color: #000000;
  font-size: 16px;
  line-height: 25px;
}
.nb-hm-contact .nb-hm-contact-right .nb-hm-contact-right-text-grid p {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
}

@media (max-width: 800px) {
  .nb-hm-contact [class^="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* Home Blog */
.nb-upcoming {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto !important;
  min-height: auto;
}
@media (min-width: 1600px) {
  .nb-upcoming {
    min-height: 100vh;
  }
}
.nb-upcoming .owl-nav {
  display: none !important;
}
.nb-upcoming .owl-theme .owl-dots .owl-dot {
  display: inline-block !important;
  outline: none !important;
}
.nb-upcoming .owl-theme .owl-dots .owl-dot:hover span {
  background: #78d0f0;
  outline: none !important;
}
.nb-upcoming .owl-carousel .owl-dots.disabled,
.nb-upcoming .owl-carousel .owl-nav.disabled {
  display: block;
}
@media (min-width: 767px) {
  .nb-upcoming .owl-carousel .owl-dots.disabled,
  .nb-upcoming .owl-carousel .owl-nav.disabled {
    display: none;
  }
}
.nb-upcoming .owl-theme .owl-dots .owl-dot span {
  width: 45px;
  height: 3px;
  margin: 0 5px;
  background: #e2e2e2;
}
.nb-upcoming .owl-theme .owl-dots .owl-dot.active span {
  background: #78d0f0;
}

.nb-upcoming {
  background: #f9f9f9;
}
.nb-upcoming .nb-upcoming-image {
  height: auto !important;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .nb-upcoming .nb-upcoming-image {
    height: 355px;
  }
}
.nb-upcoming .nb-upcoming-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.nb-upcoming .nb-upcoming-text {
  line-height: 26px;
}
.nb-upcoming .nb-upcoming-text p {
  margin: 0;
  color: #000000;
}
.nb-upcoming .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
}

/* Home Footer */
/*------------------------------------*/
/* NB - Service page */
/*------------------------------------*/
.nb-header.nb-service-header {
  background: transparent;
}
.nb-header.nb-service-header .nb-current-page {
  color: #fff;
}
.nb-header.nb-service-header .nb-current-page::before {
  background: #fff;
}
.nb-header.nb-service-header .bar {
  background: #fff;
}
.nb-header.nb-service-header .toggle-active .bar {
  background: #000000;
}

.nb-header.nb-service-header.smaller {
  background: #fff;
}
.nb-header.nb-service-header.smaller .nb-contact-top {
  color: #000000;
}
.nb-header.nb-service-header.smaller .nb-current-page {
  color: #000000;
}
.nb-header.nb-service-header.smaller .nb-current-page::before {
  background: #000000;
}
.nb-header.nb-service-header.smaller .bar {
  background: #000000;
}

.nb-header.nb-service-header a.nb-contact-top {
  color: #fff;
}

.nb-service-page {
  /* edit */
}
.nb-service-page .nb-banner {
  background: #000000;
  padding: 0;
}
.nb-service-page .nb-banner .nb-banner-text {
  max-width: 700px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.nb-service-page .nb-banner h2 {
  color: #fff;
  margin-bottom: 15px;
}
.nb-service-page .nb-banner h4 {
  color: #2fa4e3;
  text-align: center;
  margin-bottom: 0;
}
.nb-service-page .nb-service-we-do {
  background: #000000;
  margin-top: -215px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .nb-service-page .nb-service-we-do {
    margin-top: -165px;
  }
}
@media (max-width: 991px) {
  .nb-service-page .nb-service-we-do [class^="col-"] {
    max-width: 33%;
    flex: 0 0 33%;
  }
}
@media (max-width: 600px) {
  .nb-service-page .nb-service-we-do [class^="col-"] {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 450px) {
  .nb-service-page .nb-service-we-do [class^="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
}
.nb-service-page .nb-service-we-do i {
  width: 110px;
  height: 140px;
  display: inline-block;
  margin: -70px auto 20px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
@media (min-width: 460px) {
  .nb-service-page .nb-service-we-do i {
    width: 140px;
    height: 175px;
    margin: -55px auto 20px auto;
  }
}
@media (min-width: 650px) {
  .nb-service-page .nb-service-we-do i {
    width: 140px;
    height: 175px;
    margin: -60px auto 20px auto;
  }
}
@media (min-width: 768px) {
  .nb-service-page .nb-service-we-do i {
    width: 170px;
    height: 175px;
    margin: -55px auto 80px auto;
  }
}
@media (min-width: 1200px) {
  .nb-service-page .nb-service-we-do i {
    width: 190px;
    height: 175px;
    margin: -38px auto 50px auto;
  }
}
.nb-service-page .nb-service-we-do i img {
  display: block;
}
.nb-service-page .nb-service-we-do h3 {
  color: #fff200;
  font-weight: 300;
  margin-bottom: 5px;
}
.nb-service-page .nb-service-we-do p {
  color: #fff;
  margin: 0;
}
.nb-service-page .nb-service-we-do-grid {
  max-width: 260px;
  display: block;
  margin: 90px auto 0 auto;
  background: #11161a;
  padding: 20px;
  padding-top: 0;
  border-radius: 8px;
  border: 1px solid #3c3c3c;
}
.nb-service-page .nb-service-we-do .row [class^="col-"]:last-child .nb-service-we-do-grid {
  margin-bottom: 0;
}
.nb-service-page .nb-trade-tools {
  text-align: center;
  background: #f9f9f9;
}
.nb-service-page .nb-trade-tools-row {
  position: relative;
}
.nb-service-page .nb-trade-tools-row:after {
  content: '';
  display: none;
  background: url(../images/plus-image.svg) no-repeat;
  width: 70px;
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 991px) {
  .nb-service-page .nb-trade-tools-row:after {
    display: block;
  }
}
.nb-service-page .nb-trade-tools.full-width {
  padding-bottom: 120px;
}
@media (min-width: 768px) {
  .nb-service-page .nb-trade-tools.full-width {
    padding-bottom: 190px;
  }
}
.nb-service-page .nb-trade-tools-grid {
  max-width: 380px;
  display: block;
  margin: 0 auto 40px;
}
.nb-service-page h5 {
  color: #9c9c9c;
  margin-bottom: 20px;
}
.nb-service-page p {
  margin-bottom: 0;
}
.nb-service-page .nb-strategy-design-image {
  max-width: 310px;
  display: block;
  margin: 55px auto 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .nb-service-page .nb-strategy-design-image {
    max-width: 515px;
    margin: 110px auto 0 auto;
  }
}
@media (min-width: 1100px) {
  .nb-service-page .nb-strategy-design-image {
    margin: 150px auto 0 auto;
  }
}
@media (min-width: 991px) {
  .nb-service-page .nb-strategy-design-image {
    max-width: 750px;
    margin: 150px auto 0 auto;
  }
}
.nb-service-page .nb-pulse {
  width: 30px;
  height: 30px;
  border-radius: 25px;
  background: #000;
  position: absolute;
}
@media (min-width: 767px) {
  .nb-service-page .nb-pulse {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 991px) {
  .nb-service-page .nb-pulse {
    width: 50px;
    height: 50px;
  }
}
.nb-service-page .nb-pulse-grid {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  position: relative;
}
.nb-service-page .nb-pulse-grid img {
  width: 15px;
}
@media (min-width: 991px) {
  .nb-service-page .nb-pulse-grid img {
    width: auto;
  }
}
.nb-service-page .nb-pulse::before,
.nb-service-page .nb-pulse::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 25px;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: scale(0.5);
  transform-origin: center center;
  animation: nb-pulse-me 3s linear infinite;
  border: 1px solid #000;
}
@media (min-width: 767px) {
  .nb-service-page .nb-pulse::before,
  .nb-service-page .nb-pulse::after {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 991px) {
  .nb-service-page .nb-pulse::before,
  .nb-service-page .nb-pulse::after {
    width: 50px;
    height: 50px;
  }
}
.nb-service-page .nb-pulse::after {
  animation-delay: 2s;
}
@keyframes nb-pulse-me {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.nb-service-page .nb-synthesis {
  top: 0;
  left: 21%;
}
@media (min-width: 767px) {
  .nb-service-page .nb-synthesis {
    top: 6px;
  }
}
@media (min-width: 991px) {
  .nb-service-page .nb-synthesis {
    top: 10px;
  }
}
.nb-service-page .nb-interaction {
  background: #fff;
  border: 2px solid #000;
  top: 0;
  right: 21%;
}
@media (min-width: 768px) {
  .nb-service-page .nb-interaction {
    top: 6px;
  }
}
@media (min-width: 991px) {
  .nb-service-page .nb-interaction {
    top: 10px;
  }
}
.nb-service-page .nb-interaction::before, .nb-service-page .nb-interaction::after {
  left: -2px;
}
.nb-service-page .nb-interaction .nb-pulse-grid {
  background: #fff;
  border-radius: 50%;
  z-index: 5;
}
.nb-service-page .nb-research {
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .nb-service-page .nb-research {
    left: 6px;
  }
}
@media (min-width: 991px) {
  .nb-service-page .nb-research {
    left: 10px;
  }
}
.nb-service-page .nb-information {
  background: #fff;
  border: 2px solid #000;
  top: 0;
  left: auto;
  bottom: 0;
  right: 5px;
  margin: auto;
}
@media (min-width: 768px) {
  .nb-service-page .nb-information {
    right: 6px;
  }
}
@media (min-width: 991px) {
  .nb-service-page .nb-information {
    right: 10px;
  }
}
.nb-service-page .nb-information .nb-pulse-grid {
  background: #fff;
  border-radius: 50%;
  z-index: 5;
}
.nb-service-page .nb-information::before, .nb-service-page .nb-information::after {
  left: -2px;
}
.nb-service-page .nb-analysis {
  bottom: 5px;
  left: 21%;
}
@media (min-width: 991px) {
  .nb-service-page .nb-analysis {
    bottom: 10px;
  }
}
.nb-service-page .nb-interface {
  background: #fff;
  border: 2px solid #000;
  bottom: 5px;
  right: 21%;
}
@media (min-width: 991px) {
  .nb-service-page .nb-interface {
    bottom: 10px;
  }
}
.nb-service-page .nb-interface::before, .nb-service-page .nb-interface::after {
  left: -2px;
}
.nb-service-page .nb-interface .nb-pulse-grid {
  background: #fff;
  border-radius: 50%;
  z-index: 5;
}
.nb-service-page .nb-pulse-text {
  font-size: 15px;
  position: absolute;
}
@media (min-width: 767px) {
  .nb-service-page .nb-pulse-text {
    font-size: 20px;
  }
}
.nb-service-page .nb-synthesis .nb-pulse-text {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 15px;
  position: absolute;
}
@media (min-width: 767px) {
  .nb-service-page .nb-synthesis .nb-pulse-text {
    margin-bottom: 30px;
  }
}
.nb-service-page .nb-interaction .nb-pulse-text {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .nb-service-page .nb-interaction .nb-pulse-text {
    margin-bottom: 30px;
  }
}
.nb-service-page .nb-research .nb-pulse-text {
  top: 50%;
  right: auto;
  left: 100%;
  transform: translateY(-50%);
  margin-right: 0;
  margin-left: 15px;
}
@media (min-width: 767px) {
  .nb-service-page .nb-research .nb-pulse-text {
    margin-right: 30px;
    margin-left: 0;
    right: 100%;
    left: auto;
  }
}
.nb-service-page .nb-information .nb-pulse-text {
  top: 50%;
  left: auto;
  right: 100%;
  transform: translateY(-50%);
  margin-left: 0;
  margin-right: 15px;
}
@media (min-width: 767px) {
  .nb-service-page .nb-information .nb-pulse-text {
    margin-left: 30px;
    margin-right: 0;
    left: 100%;
    right: auto;
  }
}
.nb-service-page .nb-analysis .nb-pulse-text {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
}
@media (min-width: 767px) {
  .nb-service-page .nb-analysis .nb-pulse-text {
    margin-top: 30px;
  }
}
.nb-service-page .nb-interface .nb-pulse-text {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
}
@media (min-width: 767px) {
  .nb-service-page .nb-interface .nb-pulse-text {
    margin-top: 30px;
  }
}
.nb-service-page .nb-our-methodologies.full-width {
  padding-bottom: 30px;
}
@media (min-width: 767px) {
  .nb-service-page .nb-our-methodologies.full-width {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .nb-service-page .nb-our-methodologies.full-width {
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .nb-service-page .nb-our-methodologies-row [class^="col-"] {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 620px) {
  .nb-service-page .nb-our-methodologies-left [class^="col-"],
  .nb-service-page .nb-our-methodologies-right [class^="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.nb-service-page .nb-our-methodologies .nb-page-hd {
  text-align: center;
}
.nb-service-page .nb-our-methodologies .nb-page-hd h2 span {
  display: inline-block;
}
.nb-service-page .nb-our-methodologies .nb-methodologies-grid {
  position: relative;
  margin-bottom: 30px;
}
.nb-service-page .nb-our-methodologies h3 {
  margin-bottom: 5px;
}
.nb-service-page .nb-our-methodologies .nb-methodologies-info {
  display: none;
  background: #fff200;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 8px;
}
.nb-service-page .nb-our-methodologies .nb-methodologies-info-grid {
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-end;
}
.nb-service-page .nb-our-methodologies .nb-methodologies-info-grid span {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-bottom: 7px;
  display: block;
}
.nb-service-page .nb-our-methodologies .nb-methodologies-info-grid p {
  line-height: 15px;
  margin-bottom: 5px;
  font-size: 15px;
}
@media (min-width: 991px) {
  .nb-service-page .nb-our-methodologies .nb-methodologies-info-grid p {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .nb-service-page .nb-our-methodologies .nb-methodologies-info-grid p {
    font-size: 18px;
    line-height: 22px;
  }
}
.nb-service-page .nb-our-methodologies .nb-methodologies-info-grid h3 {
  text-transform: uppercase;
  font-weight: 700;
}
.nb-service-page .nb-our-methodologies .nb-methodologies-grid:hover .nb-methodologies-info {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 48px -2px #ccccca;
  -moz-box-shadow: 0px 0px 48px -2px #ccccca;
  box-shadow: 0px 0px 48px -2px #ccccca;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nb-service-page .nb-our-methodologies .nb-methodologies-grid:hover .nb-methodologies-thump img {
  width: 100%;
}

.nb-inner-start-project.full-width {
  padding-top: 60px;
  padding-bottom: 60px;
}
.nb-inner-start-project.full-width .nb-page-hd {
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .nb-inner-start-project.full-width .nb-page-hd {
    margin-bottom: 40px;
  }
}

.nb-inner-start-project {
  background: #fff100;
  min-height: auto !important;
}
.nb-inner-start-project .v-align-container {
  height: 100%;
}
.nb-inner-start-project .nb-page-hd h2 span {
  color: #3b3800;
}
.nb-inner-start-project a.nb-link-btn span::before {
  background: #fff;
}
.nb-inner-start-project .nb-inner-start-project-image {
  max-width: 420px;
  float: none;
  margin-top: 30px;
}
@media (min-width: 575px) {
  .nb-inner-start-project .nb-inner-start-project-image {
    margin-top: 0;
    float: right;
  }
}

/*------------------------------------*/
/* NB - About page */
/*------------------------------------*/
@media (max-width: 1024px) {
  .nb-what-makes-us [class^="col-"] {
    max-width: 33%;
    flex: 0 0 33%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .nb-what-makes-us [class^="col-"] {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 520px) {
  .nb-what-makes-us [class^="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.nb-what-makes-us .nb-number-counter ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
  text-align: left;
}
@media (max-width: 520px) {
  .nb-what-makes-us .nb-number-counter ul {
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 520px) {
  .nb-what-makes-us .nb-number-counter ul li {
    margin: 0 0 15px 0;
    width: 45%;
  }
}

.nb-project-map {
  max-width: 755px;
  display: block;
  margin: 25px auto 0 auto;
}
@media (min-width: 767px) {
  .nb-project-map {
    margin: 50px auto 0 auto;
  }
}
@media (min-width: 1100px) {
  .nb-project-map {
    margin: 120px auto 0 auto;
  }
}

.nb-project-map-grid {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .nb-project-map-grid {
    margin-bottom: 50px;
  }
}
@media (min-width: 800px) {
  .nb-project-map-grid {
    margin-bottom: 80px;
  }
}

.nb-map-pulse {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #000;
  position: absolute;
}
.nb-map-pulse span {
  background: #000000;
  border-radius: 4px;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 170%;
  width: 110px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nb-map-pulse span::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
}
.nb-map-pulse:hover span {
  opacity: 1;
}

.map-pulse-one {
  top: 20%;
  left: 40px;
  margin: auto;
}

.map-pulse-two {
  left: 26%;
  bottom: 16%;
  margin: auto;
}

.map-pulse-three {
  top: 25%;
  left: 48%;
  margin: auto;
}

.map-pulse-four {
  top: 22%;
  left: 50%;
  margin: auto;
}

.map-pulse-five {
  left: 58%;
  bottom: 36%;
  margin: auto;
}

.map-pulse-six {
  left: 60%;
  bottom: 52%;
  margin: auto;
}

.map-pulse-seven {
  left: 71%;
  bottom: 49%;
  margin: auto;
}

.map-pulse-eight {
  left: 80%;
  bottom: 60%;
  margin: auto;
}

.map-pulse-nine {
  left: 79%;
  bottom: 40%;
  margin: auto;
}

.map-pulse-ten {
  right: 10px;
  bottom: 20%;
  margin: auto;
}

.nb-map-pulse-grid {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  position: relative;
}

.nb-map-pulse::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  transform: translate(-50%);
  transform-origin: center center;
  border: 2px solid #fff200;
}

.nb-map-pulse::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 25px;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: scale(0.5);
  transform-origin: center center;
  animation: nb-pulse-me 3s linear infinite;
  border: 1px solid #000;
}

.nb-map-pulse::after {
  animation-delay: 2s;
}

@keyframes nb-pulse-me {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.nb-what-makes-us-grid {
  display: block;
  height: 100%;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #d5d5d5;
}
.nb-what-makes-us-grid .nb-what-makes-icon {
  max-width: 180px;
  height: 180px;
  display: block;
  margin: 0 auto 40px;
}
.nb-what-makes-us-grid .nb-what-makes-icon img {
  height: 100%;
}
.nb-what-makes-us-grid p {
  color: #4a4a4a;
  line-height: 24px;
  margin: 0;
}

.nb-what-makes-image {
  max-width: 190px;
  width: 100%;
  height: 190px;
  display: block;
  background: #fff200;
  border-radius: 50%;
  margin: 0 auto 40px;
}

.nb-industries.full-width {
  padding-bottom: 120px;
}
@media (min-width: 767px) {
  .nb-industries.full-width {
    padding-bottom: 140px;
  }
}
@media (min-width: 1100) {
  .nb-industries.full-width {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.nb-industries {
  background: #f9f9f9;
}
.nb-industries .nb-industries-hd {
  max-width: 790px;
  display: block;
  text-align: center;
  margin: 0 auto 60px;
}
.nb-industries h4 span {
  display: inline-block;
  color: #9c9c9c;
}
.nb-industries .nb-industries-grid {
  padding: 50px;
  background: #000000;
  border-radius: 8px;
  text-align: center;
}
.nb-industries .nb-industries-grid i {
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 auto 40px;
}
.nb-industries .nb-industries-grid h5 {
  color: #fff;
}
.nb-industries .nb-industries-grid p {
  max-width: 190px;
  margin: 0 auto;
  display: block;
  color: #9c9c9c;
}

.nb-industries .container-fluid {
  max-width: 990px;
  display: block;
  margin: 0 auto;
}
.nb-industries .owl-carousel .owl-dots.disabled,
.nb-industries .owl-carousel .owl-nav.disabled {
  display: block;
}
.nb-industries .owl-theme .owl-nav {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -65px;
  left: 0;
  margin: 0;
  transform: translateY(0);
}
@media (min-width: 1100px) {
  .nb-industries .owl-theme .owl-nav {
    top: 50%;
    right: -90px;
    bottom: auto;
    left: -90px;
    margin: 0;
    transform: translateY(-50%);
  }
}
.nb-industries .owl-prev {
  float: none;
}
@media (min-width: 1100px) {
  .nb-industries .owl-prev {
    float: left;
  }
}
.nb-industries .owl-next {
  float: none;
}
@media (min-width: 1100px) {
  .nb-industries .owl-next {
    float: right;
  }
}
.nb-industries .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e1e1e1;
  margin: 0 6px;
  outline: none !important;
}
@media (min-width: 1100px) {
  .nb-industries .owl-theme .owl-nav [class*="owl-"] {
    margin: 0;
  }
}
.nb-industries .owl-theme .owl-nav [class*="owl-"]::before {
  content: '\f104';
  display: block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  height: 50px;
  width: 50px;
  display: flex;
  margin-left: -2px;
  justify-content: center;
  align-items: center;
}
.nb-industries .owl-theme .owl-nav [class*="owl-"] span {
  display: none;
}
.nb-industries .owl-theme .owl-nav [class*="owl-next"]::before {
  content: '\f105';
  margin-left: 2px;
}

.nb-about-partners .nb-page-hd p {
  margin-top: 15px;
  margin-bottom: 0;
}

.nb-about-partners-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 -10px;
}
@media (min-width: 767px) {
  .nb-about-partners-list {
    margin: 0 -17px;
  }
}
.nb-about-partners-list li {
  max-width: 130px;
  margin: 0 10px 30px 10px;
}
@media (min-width: 767px) {
  .nb-about-partners-list li {
    max-width: 160px;
    margin: 0 17px 34px 17px;
  }
}
.nb-about-partners-list li img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nb-about-partners-list li:hover img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.nb-culture-design-links {
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .nb-culture-design-links {
    margin-bottom: 0;
  }
}
.nb-culture-design-links li {
  display: block;
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .nb-culture-design-links li {
    margin-top: 60px;
  }
}
.nb-culture-design-links li:first-child {
  margin-top: 0;
}
.nb-culture-design-links a {
  display: block;
  color: #4a4a4a;
}
.nb-culture-design-links h4 {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}
.nb-culture-design-links h4 i {
  opacity: 0;
  margin-left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nb-culture-design-links h4 span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.nb-culture-design-links span::before {
  content: '';
  height: 5px;
  width: 0;
  display: inline-block;
  border-radius: 2px;
  background: #fff200;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
  transition: all 0.5s;
}
.nb-culture-design-links a:hover h4 span::before {
  width: 100%;
}
.nb-culture-design-links a:hover h4 i {
  opacity: 1;
  margin-left: 12px;
}
.nb-culture-design-links p {
  max-width: 205px;
  display: block;
  line-height: 25px;
  margin-bottom: 0;
}

.nb-inside-studio {
  background: #f9f9f9;
}
.nb-inside-studio .nb-page-hd {
  text-align: center;
}
.nb-inside-studio .nb-page-hd h2 span {
  display: inline-block;
}
.nb-inside-studio .nb-page-hd p {
  max-width: 600px;
  display: block;
  margin: 15px auto 0 auto;
}
.nb-inside-studio .nb-inside-studio-image {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .nb-inside-studio .nb-inside-studio-image {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .nb-team [class^="col-"] {
    max-width: 33%;
    flex: 0 0 33%;
  }
}
@media (max-width: 600px) {
  .nb-team [class^="col-"] {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 520px) {
  .nb-team [class^="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.nb-team .row {
  margin: 0;
}
.nb-team [class^="col-"] {
  padding: 0;
}
.nb-team .nb-page-hd {
  text-align: center;
}
.nb-team .nb-page-hd h2 span {
  display: inline-block;
}
.nb-team .nb-team-grid {
  position: relative;
}
.nb-team .nb-team-info-top {
  padding-top: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nb-team h3 {
  margin-bottom: 5px;
}
.nb-team .nb-team-info {
  background: #fff200;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nb-team .nb-team-info.test {
  opacity: 1;
}
.nb-team .team-hover-image {
  position: absolute;
  top: 0;
  left: 0;
}
.nb-team .nb-team-info-grid {
  width: 100%;
  height: 100%;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.nb-team .nb-team-grid:hover .nb-team-info-top {
  padding-top: 0;
}
.nb-team .nb-team-grid:hover .nb-team-thump img {
  width: 100%;
}
.nb-team .nb-team-follow {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
}
.nb-team .nb-team-follow li {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 15px;
}
.nb-team .nb-team-follow li:first-child {
  margin-left: 0;
}
.nb-team .nb-team-follow a {
  display: block;
}
.nb-team .nb-team-follow a img {
  display: block;
}

.nb-team-facts {
  background: #f9f9f9;
}
.nb-team-facts .v-align-grid {
  vertical-align: bottom;
}

.nb-team-facts-left {
  padding-right: 30px;
}
@media (min-width: 767px) {
  .nb-team-facts-left {
    padding-right: 60px;
  }
}

@media (max-width: 650px) {
  .nb-team-facts-left,
  .nb-team-facts-right {
    padding-right: 15px;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.nb-team-facts-list {
  margin-left: -20px;
  margin-bottom: 30px;
}
@media (min-width: 575px) {
  .nb-team-facts-list {
    margin-left: -70px;
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .nb-team-facts-list {
    margin-left: -70px;
  }
}
.nb-team-facts-list .nb-team-facts-list-grid {
  display: table;
}
.nb-team-facts-list li {
  float: none;
  display: block;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 0px;
}
@media (min-width: 600px) {
  .nb-team-facts-list li {
    width: 50%;
    float: left;
    display: inherit;
    margin-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .nb-team-facts-list li {
    padding-left: 70px;
    margin-bottom: 80px;
  }
}
.nb-team-facts-list span {
  float: left;
  vertical-align: middle;
  font-size: 30px;
  font-weight: 700;
  width: 40px;
  line-height: 45px;
}
@media (min-width: 767px) {
  .nb-team-facts-list span {
    font-size: 82px;
    width: 110px;
  }
}
.nb-team-facts-list p {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
  margin: 0;
}

.nb-team-facts-right .nb-team-facts-link-image {
  margin-bottom: 15px;
}
.nb-team-facts-right h5 {
  margin-bottom: 5px;
}
.nb-team-facts-right p {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 35px;
  line-height: 25px;
}
.nb-team-facts-right p a {
  display: inline-block;
  color: #000000;
  position: relative;
  z-index: 1;
}
.nb-team-facts-right p a::before {
  content: '';
  height: 5px;
  width: 100%;
  display: inline-block;
  border-radius: 2px;
  background: #fff200;
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: -1;
}

/*------------------------------------*/
/* NB - Semnox page */
/*------------------------------------*/
.nb-semnox .nb-banner .nb-page-hd {
  margin-bottom: 0;
}
.nb-semnox .nb-banner .nb-project-inf-list {
  margin-top: 45px;
}

.nb-project-overview {
  background: #fff200;
}
.nb-project-overview .v-align-container {
  height: 100%;
}

.nb-project-overview-image {
  max-width: 350px;
  float: none;
  display: block;
  margin: 25px auto 0 auto;
}
@media (min-width: 576px) {
  .nb-project-overview-image {
    float: right;
    margin: auto;
  }
}

.nb-project-execution .container-fluid {
  position: relative;
}
.nb-project-execution .nb-page-hd {
  max-width: 375px;
  display: block;
  position: inherit;
  top: auto;
  left: auto;
}
@media (min-width: 767px) {
  .nb-project-execution .nb-page-hd {
    position: absolute;
    top: 0;
    left: 20px;
  }
}
.nb-project-execution .nb-page-hd p {
  margin-bottom: 0;
  margin-top: 30px;
}

.nb-project-impact {
  border-top: 1px solid #cdcdcd;
}

.nb-project-impact-grid {
  font-size: 22px;
  font-weight: 300;
  max-width: 750px;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
}
@media (min-width: 550px) {
  .nb-project-impact-grid {
    font-size: 35px;
    line-height: 55px;
  }
}
@media (min-width: 767px) {
  .nb-project-impact-grid {
    font-size: 50px;
    line-height: 85px;
  }
}
.nb-project-impact-grid .nb-bold-font {
  font-size: 40px;
  color: #1b1b1c;
  font-weight: 700;
}
@media (min-width: 550px) {
  .nb-project-impact-grid .nb-bold-font {
    font-size: 65px;
  }
}
@media (min-width: 767px) {
  .nb-project-impact-grid .nb-bold-font {
    font-size: 85px;
  }
}
.nb-project-impact-grid .nb-bg-yellow {
  background: #fff200;
}
.nb-project-impact-grid .nb-bg-yellow {
  background: #fff200;
  font-weight: 500;
}
.nb-project-impact-grid .nb-bg-blue {
  background: #78d0f0;
  font-weight: 500;
}

.nb-next-project-image {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .nb-next-project-image {
    margin-bottom: 0;
  }
}

.nb-next-project .v-align-container {
  height: 100%;
}

/*------------------------------------*/
/* NB - Contact page */
/*------------------------------------*/
.nb-blog-page .nb-banner {
  padding-top: 115px;
  padding-bottom: 55px;
}
@media (min-width: 767px) {
  .nb-blog-page .nb-banner {
    padding-top: 175px;
    padding-bottom: 100px;
  }
}
.nb-blog-page .nb-banner .v-align-container {
  height: 100%;
}
.nb-blog-page .nb-banner .container-fluid {
  min-height: auto;
}
.nb-blog-page .nb-banner .nb-page-hd {
  max-width: 480px;
  margin-bottom: 0;
}
.nb-blog-page .nb-banner h2 span {
  display: inline-block;
}
.nb-blog-page .nb-banner p {
  margin-bottom: 0;
  margin-top: 15px;
}
.nb-blog-page .nb-blog-single-grid {
  border-radius: 8px;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
}
.nb-blog-page .nb-blog-single-grid h4 {
  line-height: 35px;
}
.nb-blog-page .nb-blog-single-text {
  padding: 20px 20px 70px 20px;
  border-top: none;
  max-height: 150px;
  min-height: 150px;
}
@media (min-width: 768px) {
  .nb-blog-page .nb-blog-single-text {
    max-height: 190px;
    min-height: 190px;
  }
}
.nb-blog-page .nb-blog-single-details {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.nb-blog-page .nb-blog-single-details li {
  display: inline-block;
  vertical-align: middle;
}
.nb-blog-page .nb-blog-single-details li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 2px;
  background: #000000;
  margin: 0 5px;
  margin-top: -4px;
}
.nb-blog-page .nb-blog-single-details li:first-child:before {
  display: none;
}

@media (max-width: 767px) {
  .nb-blog-single [class^="col-"] {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 520px) {
  .nb-blog-single [class^="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
    height: auto !important;
  }
}

/* Blog detials page */
.nb-blog-details-page .nb-banner {
  padding-top: 115px;
  padding-bottom: 55px;
}
@media (min-width: 767px) {
  .nb-blog-details-page .nb-banner {
    padding-top: 175px;
    padding-bottom: 100px;
  }
}
.nb-blog-details-page .nb-banner .nb-page-hd {
  max-width: 630px;
  margin-bottom: 0;
}
.nb-blog-details-page .nb-banner h2 span {
  display: inline-block;
}
.nb-blog-details-page .nb-banner p {
  margin-bottom: 0;
  margin-top: 15px;
}
.nb-blog-details-page .nb-banner .v-align-container {
  height: 100%;
}
.nb-blog-details-page .nb-banner .container-fluid {
  min-height: auto;
}
.nb-blog-details-page .nb-blog-single-details {
  font-size: 16px;
  color: #9c9c9c;
  margin-top: 20px;
}
@media (min-width: 767px) {
  .nb-blog-details-page .nb-blog-single-details {
    font-size: 22px;
  }
}
.nb-blog-details-page .nb-blog-single-details li {
  display: inline-block;
  vertical-align: middle;
}
.nb-blog-details-page .nb-blog-single-details li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 1px;
  background: #9c9c9c;
  margin: 0 5px;
  margin-top: -4px;
}
@media (min-width: 767px) {
  .nb-blog-details-page .nb-blog-single-details li:before {
    height: 22px;
  }
}
.nb-blog-details-page .nb-blog-single-details li:first-child {
  color: #000000;
}
.nb-blog-details-page .nb-blog-single-details li:first-child:before {
  display: none;
}
.nb-blog-details-page .nb-blog-details-list li {
  margin-top: 30px;
  position: relative;
  padding-left: 35px;
}
@media (min-width: 767px) {
  .nb-blog-details-page .nb-blog-details-list li {
    margin-top: 50px;
  }
}
.nb-blog-details-page .nb-blog-details-list li:first-child {
  margin-top: 0;
}
.nb-blog-details-page .nb-blog-details-list li:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 11px;
}

.nb-blog-details-page .nb-inner-banner-text {
  max-width: 565px;
}

@media (min-width: 1024px) {
  .nb-blog-details-page .nb-inner-banner-text {
    max-width: 765px;
  }
}
.nb-blog-details-page .nb-inner-banner-text h2 {
  margin: 0;
}

.nb-blog-details-page .nb-blog-person {
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .nb-blog-details-page .nb-blog-person {
    margin-top: 50px;
  }
}
.nb-blog-details-page .nb-blog-person i {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 0 5px 0;
}

@media (min-width: 471px) {
  .nb-blog-details-page .nb-blog-person i {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
  }
}
.nb-blog-details-page .nb-about-blog-person {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  vertical-align: middle;
}

.nb-blog-details-page .nb-about-blog-person span {
  display: block;
  font-weight: 400;
  color: #4A4A4A;
}

@media (max-width: 520px) {
  .nb-blog-details-page .nb-about-blog-person span {
    font-size: 15px;
  }
}
.nb-blog-details-banner {
  height: 190px;
}

@media (min-width: 700px) {
  .nb-blog-details-banner {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .nb-blog-details-banner {
    height: 410px;
  }
}
@media (min-width: 1200px) {
  .nb-blog-details-banner {
    height: 560px;
  }
}
.nb-blog-details-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.nb-blog-details-grid {
  float: left;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .nb-blog-details-grid {
    max-width: 750px;
    margin: 0 auto;
    display: block;
  }
}
.nb-blog-details-grid h4 {
  max-width: 735px;
  margin-bottom: 30px;
}

.nb-blog-details-grid p {
  font-size: 16px;
  color: #4A4A4A;
  font-weight: 500;
  text-align: justify;
  line-height: 31px;
  letter-spacing: -0.1px;
  margin-bottom: 0;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .nb-blog-details-grid p {
    font-size: 17px;
    margin-top: 30px;
  }
}
@media (min-width: 991px) {
  .nb-blog-details-grid p {
    font-size: 18px;
  }
}
.nb-blog-details-text {
  margin-bottom: 50px;
}
.nb-blog-details-text h2 {
  margin-bottom: 10px;
}
.nb-blog-details-text h4 {
  color: #9c9c9c;
}

@media (min-width: 768px) {
  .nb-blog-details-text {
    margin-bottom: 60px;
  }
}
@media (min-width: 991px) {
  .nb-blog-details-text {
    margin-bottom: 100px;
  }
}
.nb-blog-details-text:last-child {
  margin-bottom: 0;
}

.nb-blog-top-gap {
  margin-top: 60px;
}

@media (min-width: 991px) {
  .nb-blog-top-gap {
    margin-top: 80px;
  }
}
.nb-blog-gap {
  margin: 80px 0;
}

.nb-image-credit {
  font-size: 16px;
  color: #4A4A4A;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 0;
}

.nb-blog-details-quote {
  max-width: 880px;
  display: block;
  padding-left: 30px;
  font-size: 22px;
  line-height: 35px;
  color: #000000;
  letter-spacing: 0;
  position: relative;
  font-weight: 500;
}

@media (min-width: 700px) {
  .nb-blog-details-quote {
    font-size: 25px;
    line-height: 40px;
    padding-left: 35px;
  }
}
@media (min-width: 991px) {
  .nb-blog-details-quote {
    font-size: 35px;
    line-height: 55px;
    padding-left: 35px;
  }
}
@media (min-width: 1024px) {
  .nb-blog-details-quote {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .nb-blog-details-quote {
    font-size: 48px;
    line-height: 70px;
    padding-left: 45px;
  }
}
.nb-blog-details-quote:before {
  content: '';
  display: block;
  height: 100%;
  width: 5px;
  background: #fff200;
  position: absolute;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.nb-blog-divide-section .row {
  margin: 0 -32px;
}

.nb-blog-divide-section [class^="col-"] {
  padding: 0 32px;
}

.nb-blog-divide-section p:first-child {
  margin-top: 0;
}

.nb-blog-divide-section .nb-blog-divide-image {
  margin: 0 0 30px 0;
}
.nb-blog-divide-section .nb-blog-divide-image img {
  width: 100%;
}

@media (min-width: 575px) {
  .nb-blog-divide-section .nb-blog-divide-image {
    margin: 0 0 30px 0;
  }
}
.nb-blog-details-video-grid img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.nb-blog-details-video-grid p {
  font-size: 16px;
  color: #4a4a4a;
  color: #000;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 0;
}

.nb-blog-details-content .container-fluid {
  position: relative;
}

.nb-clear .nb-blog-details-sticky {
  float: none;
  display: inline-block;
  width: 100%;
  margin-top: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}

@media (min-width: 768px) {
  .nb-clear .nb-blog-details-sticky {
    float: right;
    margin-top: 10px;
  }
}
.nb-blog-details-sticky {
  max-width: 100%;
}

@media (min-width: 768px) {
  .nb-blog-details-sticky {
    max-width: 210px;
  }
}
@media (min-width: 991px) {
  .nb-blog-details-sticky {
    max-width: 260px;
  }
}
.nb-blog-details-sticky .nb-primary-social {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .nb-blog-details-sticky .nb-primary-social {
    margin-bottom: 45px;
  }
}
.nb-blog-details-pagination button {
  max-width: 300px;
  display: block;
  text-align: left;
  border: none;
  background: none;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  margin: 25px 0 0 0;
  padding: 25px 0 0 0;
  border-top: 1px solid #e7e7e7;
  cursor: pointer;
}

@media (min-width: 768px) {
  .nb-blog-details-pagination button {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    max-width: 100%;
  }
}
@media (min-width: 991px) {
  .nb-blog-details-pagination button {
    font-weight: 500;
  }
}
.nb-blog-details-pagination button:first-child {
  border: none;
  padding: 0;
  margin: 0;
}

.nb-blog-details-pagination span {
  font-size: 11px;
  display: block;
  text-transform: uppercase;
}

.nb-blog-details-video-grid .plyr__play-large {
  border: none;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.nb-blog-details-video-grid .plyr__play-large::before {
  content: '';
  background: url(../images/play-button.svg) no-repeat;
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* Blog detials page */
.nb-careers-page .plyr__video-wrapper {
  border-radius: 0;
}
.nb-careers-page .container-fluid {
  min-height: auto;
}
.nb-careers-page .v-align-container {
  height: 100%;
}
.nb-careers-page .nb-banner {
  padding-top: 115px;
  padding-bottom: 55px;
}
@media (min-width: 767px) {
  .nb-careers-page .nb-banner {
    padding-top: 175px;
    padding-bottom: 100px;
  }
}
.nb-careers-page .nb-banner .nb-page-hd {
  max-width: 480px;
  margin-bottom: 0;
}
.nb-careers-page .nb-banner p {
  margin-bottom: 0;
  margin-top: 15px;
}

.nb-available-position .nb-page-hd {
  text-align: center;
}
.nb-available-position .nb-page-hd h2 span {
  display: inline-block;
}
.nb-available-position .container-fluid {
  max-width: 940px;
}
.nb-available-position .nb-career-position-image {
  margin-bottom: 30px;
}
.nb-available-position .nb-career-position-text p {
  margin-bottom: 0;
}
.nb-available-position .nb-career-position-text-grid {
  margin-top: 15px;
}
.nb-available-position .nb-career-position-text-grid:first-child {
  margin-top: 0;
}
@media (min-width: 575px) {
  .nb-available-position .nb-career-position-text-grid {
    margin-top: 20px;
  }
}
@media (min-width: 767px) {
  .nb-available-position .nb-career-position-text-grid {
    margin-top: 40px;
  }
}
.nb-available-position .nb-position-row {
  margin-top: 50px;
}
.nb-available-position .nb-position-row:first-child {
  margin-top: 0;
}
@media (min-width: 767px) {
  .nb-available-position .nb-position-row {
    margin-top: 110px;
  }
}

.nb-position-row-odd .nb-career-position-text {
  padding-left: 0;
}
@media (min-width: 767px) {
  .nb-position-row-odd .nb-career-position-text {
    padding-left: 50px;
  }
}

.nb-position-row-even {
  display: block;
}
.nb-position-row-even .nb-career-position-text {
  padding-right: 50px;
}
.nb-position-row-even [class^="col-"] {
  flex: inherit;
}
@media (max-width: 575px) {
  .nb-position-row-even [class^="col-"] {
    height: auto !important;
  }
}

.nb-careers-gallery-image img {
  border-radius: 8px;
}

.nb-careers-gallery .v-align-grid {
  vertical-align: bottom;
}

.nb-careers-gallery-btm .v-align-grid {
  vertical-align: top;
}

.nb-careers-gallery-top .row,
.nb-careers-gallery-btm .row {
  margin: 0 -5px;
}
.nb-careers-gallery-top [class^="col-"],
.nb-careers-gallery-btm [class^="col-"] {
  padding: 5px;
}

.nb-careers-gallery-top {
  margin-top: 40px;
}
@media (min-width: 767px) {
  .nb-careers-gallery-top {
    margin-top: 60px;
  }
}

.nb-careers-gallery-image-five {
  background: #ea5a56;
}

.nb-careers-gallery-image-one {
  max-width: 110px;
  float: none;
  position: relative;
}
@media (min-width: 575px) {
  .nb-careers-gallery-image-one {
    float: right;
  }
}
.nb-careers-gallery-image-one:before {
  content: '';
  display: block;
  width: 89px;
  height: 89px;
  border-radius: 8px;
  background: #59b07b;
  position: absolute;
  right: 0;
  bottom: 12px;
  z-index: -1;
}

.nb-careers-gallery-image-two {
  position: relative;
}

.nb-careers-gallery-image-three {
  position: relative;
}
.nb-careers-gallery-image-three::before {
  content: '';
  display: block;
  background: #fff200;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 8px;
  z-index: -1;
}

.nb-careers-gallery-image-four {
  position: relative;
}
.nb-careers-gallery-image-four::before {
  content: '';
  display: block;
  background: #fff200;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 8px;
  z-index: -1;
  margin-left: 30px;
}

.nb-career-mouse {
  position: relative;
}
.nb-career-mouse::content {
  content: '';
  display: block;
  background: #ea5a56;
}

.nb-careers-gallery-image-five {
  position: relative;
  border-radius: 8px;
}

.nb-career-book {
  max-width: 100%;
}
@media (min-width: 575px) {
  .nb-career-book {
    max-width: 305px;
  }
}

.nb-careers-merits-grid {
  padding: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  margin-bottom: 30px;
}
.nb-careers-merits-grid i {
  width: 70px;
  display: block;
  margin-bottom: 60px;
}
.nb-careers-merits-grid h4 {
  line-height: 30px;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .nb-careers-merits-grid h4 {
    line-height: 35px;
  }
}
.nb-careers-merits-grid p {
  margin: 0;
}

@media (max-width: 800px) {
  .nb-careers-merits [class^="col-"] {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 600px) {
  .nb-careers-merits [class^="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.nb-team-thumb img {
  width: 100%;
}

/*project setrails */
.nb-project-details .nb-banner .row {
  display: block;
}
.nb-project-details .nb-banner [class^="col-"] {
  flex: inherit;
}
@media (max-width: 575px) {
  .nb-project-details .nb-banner [class^="col-"] {
    height: auto !important;
  }
}
@media (max-width: 575px) {
  .nb-project-details .nb-banner .nb-banner-image {
    margin: 0 auto 30px;
  }
}

.nb-next-project-text:hover i {
  margin-left: 20px;
}

.next-project-btn {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  display: inline-block;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 767px) {
  .next-project-btn {
    font-size: 22px;
  }
}
.next-project-btn span {
  display: inline-block;
  position: relative;
}
.next-project-btn span::before {
  content: '';
  height: 5px;
  width: 100%;
  display: inline-block;
  border-radius: 2px;
  background: #fff200;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.next-project-btn i {
  width: 30px;
  display: inline-block;
  margin-left: 8px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 767px) {
  .next-project-btn i {
    width: auto;
  }
}

/* Nb careers details page */
@media (max-width: 700px) {
  .nb-careers-details-container [class^="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.nb-careers-details-container .nb-page-hd {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .nb-careers-details-container .nb-page-hd {
    margin-bottom: 60px;
  }
}
.nb-careers-details-container .nb-page-hd p {
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .nb-careers-details-container .nb-page-hd p {
    font-size: 20px;
    margin-top: 7px;
  }
}
.nb-careers-details-left h3 {
  font-weight: 400;
}

.nb-careers-details-intro {
  font-family: "Noto Serif", serif;
  max-width: 470px;
  line-height: 30px;
  font-size: 16px;
  color: #4a4a4a;
  display: block;
}

@media (min-width: 900px) {
  .nb-careers-details-intro {
    line-height: 45px;
    font-size: 24px;
  }
}
.nb-careers-details-intro p {
  margin: 0;
}

.nb-basic-traits {
  font-size: 16px;
  color: #4a4a4a;
}

@media (min-width: 900px) {
  .nb-basic-traits {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .nb-basic-traits {
    font-size: 24px;
  }
}
.nb-basic-traits li {
  width: 100%;
  float: left;
  display: inherit;
  margin-top: 30px;
}

@media (min-width: 700px) {
  .nb-basic-traits li {
    width: 100%;
    float: none;
    display: block;
    margin-top: 50px;
  }
}
@media (min-width: 900px) {
  .nb-basic-traits li {
    width: 50%;
    float: left;
    margin-top: 50px;
  }
}
.nb-basic-traits li p {
  margin: 0;
}

.nb-basic-traits li i {
  width: 40px;
  float: left;
  margin-right: 15px;
}

@media (min-width: 767px) {
  .nb-basic-traits li i {
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  .nb-basic-traits li i {
    margin-right: 40px;
  }
}
.nb-careers-details-grid {
  margin-bottom: 50px;
}
@media (min-width: 767px) {
  .nb-careers-details-grid {
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .nb-careers-details-grid {
    margin-bottom: 110px;
  }
}

.nb-careers-duties li {
  color: #4a4a4a;
  font-size: 16px;
  margin-top: 30px;
  line-height: 25px;
  padding-left: 20px;
  position: relative;
}

@media (min-width: 900px) {
  .nb-careers-duties li {
    font-size: 24px;
    margin-top: 50px;
    line-height: 35px;
    padding-left: 35px;
  }
}
.nb-careers-duties li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000000;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
}

@media (min-width: 768px) {
  .nb-careers-duties li::before {
    top: 15px;
  }
}
.nb-careers-details-right-text {
  max-width: 275px;
  float: right;
}

@media (min-width: 768px) {
  .nb-careers-details-right-text {
    max-width: 410px;
  }
}
@media (max-width: 700px) {
  .nb-careers-details-right-text {
    float: none;
  }
}
.nb-careers-details-intro-image {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .nb-careers-details-intro-image {
    margin-bottom: 40px;
  }
}
.nb-careers-details-right-text p {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 0;
}

/* Page loader */
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/images/nb-preloader.gif) center no-repeat #fff;
}

audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
  display: none;
}

audio::-webkit-media-controls,
video::-webkit-media-controls {
  display: none;
}

video {
  pointer-events: none;
}

.nb-single-form-grid {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .nb-single-form-grid {
    margin-bottom: 40px;
  }
}
.nb-contact-page label {
  font-size: 16px;
  color: #4a4a4a;
  display: block;
  margin-bottom: 5px;
}

.nb-contact-page input,
.nb-contact-page textarea,
.nb-contact-page select {
  height: 40px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: transparent;
  padding: 0 15px;
  width: 100%;
  font-size: 20px;
  color: #000000;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

@media (min-width: 768px) {
  .nb-contact-page input,
  .nb-contact-page textarea,
  .nb-contact-page select {
    height: 50px;
  }
}
.nb-contact-page select {
  height: 40px !important;
  box-shadow: none !important;
  margin-bottom: 20px;
}

@media (min-width: 575px) {
  .nb-contact-page select {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .nb-contact-page select {
    height: 50px !important;
  }
}
.nb-contact-page textarea {
  height: 110px;
  padding: 7px 15px;
}

@media (min-width: 768px) {
  .nb-contact-page textarea {
    height: 170px;
  }
}
.nb-contact-page input:focus,
.nb-contact-page textarea:focus {
  border: 2px solid #45cbea;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

button {
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  border: none;
  background: #fff200;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  outline: none !important;
}

@media (min-width: 768px) {
  button {
    height: 50px;
    line-height: 50px;
    padding: 0 65px;
    font-size: 20px;
  }
}
.nb-contact-page-right {
  max-width: 270px;
  float: none;
  margin-top: 40px;
}

@media (min-width: 575px) {
  .nb-contact-page-right {
    float: right;
    margin-top: 0;
  }
}
.nb-contact-page-image {
  display: inline-block;
  margin-bottom: 35px;
}

.nb-contact-page-right p {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

@media (min-width: 767px) {
  .nb-contact-page-right p {
    font-size: 24px;
    line-height: 35px;
  }
}
.nb-contact-page-right .nb-link-btn {
  font-size: 18px;
  margin-top: 20px;
}

@media (min-width: 767px) {
  .nb-contact-page-right .nb-link-btn {
    font-size: 20px;
    line-height: 35px;
  }
}
.nb-contact-page-right .nb-link-btn i {
  width: 25px;
}

.nb-single-form .row {
  margin: 0 -7px;
}

.nb-single-form [class^="col-"] {
  padding: 0 7px;
}

.nb-contact-ftr {
  background: #f9f9f9;
  padding: 50px 0;
  font-size: 16px;
}

.nb-contact-ftr h6 {
  font-size: 14px;
}

.nb-contact-ftr p {
  margin-bottom: 0;
}

.nb-contact-logo {
  max-width: 180px;
  display: block;
}

.nb-contact-ftr ul li {
  display: block;
  width: 100%;
}

.nb-contact-ftr ul li a {
  display: block;
  color: #000000;
  line-height: 25px;
}

.nb-contact-join .nb-link-btn {
  font-size: 14px;
}

.nb-contact-join .nb-link-btn i {
  width: 25px;
}

.nb-contact-join .nb-link-btn span::before {
  height: 3px;
  bottom: 6px;
}

.nb-ftr-map {
  color: #3d81cb;
  border-bottom: 3px solid #3d81cb;
  line-height: 20px;
  display: inline-block;
  font-size: 12px;
  margin-top: 25px;
}

.nb-contact-ftr-grid {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .nb-contact-ftr [class^="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
/* Menu */
.nb-header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100% !important;
  background: #fff200;
  padding: 12px 0;
  z-index: 1000;
}
@media (max-width: 767px) {
  .nb-header {
    padding: 15px 0;
  }
}

.nav-up {
  top: -75px;
  transition: 0.2s all;
}

.nav-down {
  transition: 0.2s all;
}

/* Footer */
.nb-footer-top {
  padding: 40px 0;
}

@media (min-width: 767px) {
  .nb-footer-top {
    padding: 80px 0;
  }
}
.nb-footer-logo {
  max-width: 150px;
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.nb-footer-logo::after {
  content: '';
  display: block;
  width: 110px;
  height: 110px;
  background: #f9f9f9;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: -18px;
  z-index: -1;
}

.nb-footer-left-col {
  border-right: none;
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .nb-footer-left-col {
    border-right: 2px solid #d8d8d8;
  }
}
@media (min-width: 767px) {
  .nb-footer-left-col {
    margin-bottom: 0;
  }
}
.nb-footer-left-col h2 {
  font-family: 'GilroyMedium';
  text-transform: uppercase;
  font-size: 25px;
  color: #000000;
  line-height: 25px;
  margin: 0;
}

@media (min-width: 1200px) {
  .nb-footer-left-col h2 {
    font-size: 41px;
    line-height: 40px;
  }
}
.nb-footer-left-col h2 span {
  font-family: 'GilroyLight';
  display: block;
  color: #9c9c9c;
  font-size: 15px;
}

@media (min-width: 1200px) {
  .nb-footer-left-col h2 span {
    font-size: 26px;
  }
}
.nb-footer-menu {
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .nb-footer-menu {
    margin-bottom: 60px;
  }
}
.nb-footer-menu li {
  float: none;
  margin-left: 0;
  margin-top: 5px;
}

@media (min-width: 575px) {
  .nb-footer-menu li {
    float: left;
    margin-left: 15px;
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  .nb-footer-menu li {
    margin-left: 50px;
  }
}
.nb-footer-menu li:first-child {
  margin: 0;
}

.nb-footer-menu li a {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}

@media (min-width: 1000px) {
  .nb-footer-menu li a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .nb-footer-menu li a {
    font-size: 25px;
  }
}
.nb-footer-right-col {
  padding-left: 15px;
}

@media (min-width: 767px) {
  .nb-footer-right-col {
    padding-left: 100px;
  }
}
.nb-footer-list li {
  font-size: 14px;
  line-height: 30px;
}

.nb-footer-btm {
  background: #fff200;
  padding: 15px 0;
  margin: 0;
}

.nb-footer .nb-footer-btm p {
  font-weight: 500;
  color: #989104;
  margin: 0;
}

.nb-footer .nb-primary-social {
  width: auto;
  float: left;
  margin-top: 15px;
}

@media (min-width: 767px) {
  .nb-footer .nb-primary-social {
    float: right;
    margin-top: 0;
  }
}
/* Convinience section */
.nb-convenience-key-text {
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .nb-convenience-key-text {
    margin-bottom: 0;
  }
}
.nb-convenience-key-text .nb-page-hd p {
  max-width: 410px;
  display: block;
  color: #4a4a4a;
  margin-top: 20px;
  margin-bottom: 0;
}

.nb-convenience-key-text ul li {
  display: block;
  margin-top: 15px;
}

@media (min-width: 767px) {
  .nb-convenience-key-text ul li {
    margin-top: 40px;
  }
}
@media (min-width: 1500px) {
  .nb-convenience-key-text ul li {
    margin-top: 100px;
  }
}
.nb-convenience-key-text ul li:first-child {
  margin-top: 0;
}

.nb-convenience-key-text ul li a {
  font-size: 16px;
  color: #e3e2e2;
  display: inline-block;
  border-bottom: 2px solid #e3e2e2;
  position: relative;
  transition: 0.2s all;
}

@media (min-width: 767px) {
  .nb-convenience-key-text ul li a {
    font-size: 24px;
  }
}
.nb-convenience-key-text ul li a:hover {
  color: #4a4a4a;
  font-weight: 700;
  border-color: #fff200;
}

.nb-convenience-key-text a span {
  display: inline-block;
  position: relative;
  padding-left: 0;
  transition: 0.2s all;
}

.nb-convenience-key-text ul li a i {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.nb-convenience-key-text ul li a i img {
  display: block;
  opacity: 0;
  transition: 0.2s all;
}

.nb-convenience-key-text a:hover span {
  padding-left: 20px;
}

.nb-convenience-key-text a:hover i img {
  opacity: 1;
}

.nb-convenience-key-image {
  max-width: 250px;
}

@media (min-width: 576px) {
  .nb-convenience-key-image {
    max-width: initial;
  }
}
/* Work details page */
.nb-work-grid-yellow {
  background: #fff100;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.nb-work-grid-yellow::before {
  content: '';
  display: block;
  background: #fff100;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2500px;
}

.nb-work-grid-white {
  height: 100%;
  background: #f9f9f9;
  position: relative;
}

.nb-work-grid-white::after {
  content: '';
  display: block;
  background: #f9f9f9;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2500px;
}

.nb-work-grid-white a {
  height: 100%;
}

.nb-work-grid-section .row {
  max-width: 1170px;
  padding: 0;
  margin: 0 auto;
}

.nb-work-grid-section [class^="col-"] {
  padding: 0;
}

.nb-work-grid-section-left-image {
  max-width: 405px;
  display: block;
}

.nb-work-grid-section .nb-page-hd h2 {
  color: #000000;
}

.nb-work-grid-section .nb-page-hd h2 span {
  color: #3b3800;
}

.nb-work-grid-section a.nb-link-btn span::before {
  background: #fff;
}

.nb-next-project-text {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .nb-next-project-text {
    padding-left: 120px;
  }
}
.nb-next-project-text ul.nb-project-tag {
  margin: 0px -6px 40px -6px;
}

@media (min-width: 575px) {
  .nb-next-project-text ul.nb-project-tag {
    margin: 0px -6px 0 -6px;
  }
}
.nb-next-project-text .nb-project-tag li {
  color: #000000;
  font-size: 16px;
}

@media (min-width: 650px) {
  .nb-next-project-text .nb-project-tag li {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .nb-next-project-text .nb-project-tag li {
    font-size: 24px;
  }
}
.nb-link-text {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  display: inline-block;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 767px) {
  .nb-link-text {
    font-size: 20px;
  }
}
.nb-link-text i {
  width: 30px;
  display: inline-block;
  margin-left: 8px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

@media (min-width: 767px) {
  .nb-link-text i {
    width: auto;
  }
}
.nb-link-text span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.nb-link-text span::before {
  content: '';
  height: 5px;
  width: 100%;
  display: inline-block;
  border-radius: 2px;
  background: #fff200;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.nb-work-grid-section .nb-link-btn {
  position: inherit;
  left: auto;
  bottom: auto;
  margin: auto;
}

@media (min-width: 576px) {
  .nb-work-grid-section .nb-link-btn {
    position: absolute;
    left: 20px;
    bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .nb-work-grid-section .nb-link-btn {
    bottom: 110px;
  }
}
.nb-work-grid-section .nb-link-text {
  position: inherit;
  left: auto;
  bottom: auto;
  margin: auto;
}

@media (min-width: 576px) {
  .nb-work-grid-section .nb-link-text {
    position: absolute;
    left: 20px;
    bottom: 50px;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .nb-work-grid-section .nb-link-text {
    left: 120px;
    bottom: 110px;
  }
}
.nb-work-grid-white {
  padding-left: 20px;
  padding-right: 20px;
}

.nb-work-grid-white h2 {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .nb-work-grid-white h2 {
    margin-bottom: 10px;
  }
}
.nb-work-grid-section-left-image {
  margin-bottom: 30px;
}

.nb-next-project-image {
  margin-bottom: 30px;
}

ul {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: inherit;
}

ul li {
  display: block;
  flex: 0 1 auto;
  float: none;
  margin-top: 0;
  width: auto;
  list-style-type: none;
  padding: 0;
}

.nb-navigation-container {
  position: relative;
}

.nb-navigation-easy {
  background: #f9f9f9;
}

.navigation-image {
  margin-bottom: 40px;
}

@media (min-width: 650px) {
  .navigation-image {
    margin-bottom: 0;
  }
}
.nb-navigation-circle {
  max-width: 150px;
  position: inherit;
  top: auto;
  right: auto;
}

@media (min-width: 650px) {
  .nb-navigation-circle {
    max-width: 150px;
    position: absolute;
    top: 10px;
    right: 140px;
  }
}
@media (min-width: 850px) {
  .nb-navigation-circle {
    max-width: 150px;
    position: absolute;
    top: 45px;
    right: 160px;
  }
}
@media (min-width: 991px) {
  .nb-navigation-circle {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .nb-navigation-circle {
    max-width: 250px;
    top: 75px;
    right: 255px;
  }
}
.nb-navigation-circle-grid {
  position: relative;
}

.nb-navigation-text {
  font-family: 'Nanum Pen';
  font-size: 20px;
  color: #1b1b1c;
  width: 110px;
  position: absolute;
  line-height: 20px;
}

@media (min-width: 991px) {
  .nb-navigation-text {
    font-size: 29px;
    width: 190px;
  }
}
.nb-navigation-text-grid {
  position: relative;
}

.nb-navigation-text-one {
  top: -35px;
  left: 100%;
  margin-left: 15px;
}

.nb-navigation-text-one .nb-navigation-text-grid::before {
  content: '';
  display: block;
  background: url(/images/nav-border-one.png) no-repeat;
  height: 100%;
  background-size: contain;
  right: 100%;
  position: absolute;
  top: 20px;
  margin-right: 15px;
  width: 120px;
}

@media (min-width: 650px) {
  .nb-navigation-text-one .nb-navigation-text-grid::before {
    width: 100%;
    height: 100%;
    right: 100%;
    position: absolute;
    top: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 991px) {
  .nb-navigation-text-one .nb-navigation-text-grid::before {
    width: 175px;
    height: 85px;
    right: 100%;
  }
}
@media (min-width: 1100px) {
  .nb-navigation-text-one .nb-navigation-text-grid::before {
    width: 205px;
  }
}
.nb-navigation-text-two {
  left: 100%;
  top: 100%;
}

.nb-navigation-text-two .nb-navigation-text-grid::before {
  content: '';
  display: block;
  background: url(/images/nav-border-two.png) no-repeat;
  width: 143px;
  height: 100%;
  background-size: contain;
  position: absolute;
  margin-right: -30px;
  bottom: 100%;
  right: 100%;
}

@media (min-width: 991px) {
  .nb-navigation-text-two .nb-navigation-text-grid::before {
    width: 200px;
    height: 90px;
    margin-right: -55px;
  }
}
@media (min-width: 1100px) {
  .nb-navigation-text-two .nb-navigation-text-grid::before {
    width: 280px;
    height: 115px;
    margin-right: -95px;
    bottom: 100%;
    right: 100%;
  }
}
.nb-navigation-text-three {
  width: 85px;
  right: 0;
  left: 0;
  margin: auto;
  top: 100%;
  margin-top: 10px;
  margin-left: 0;
  right: 0;
  left: 0;
  margin: auto;
  top: 100%;
  margin-top: 30px;
}

@media (min-width: 991px) {
  width: 125px;
  right: 0;
  left: 0;
  margin: auto;
  top: 100%;
  margin-top: 100px;
  margin-left: 65px;
}
.nb-navigation-text-three .nb-navigation-text-grid::before {
  content: '';
  display: block;
  background: url(/images/nav-border-three.png) no-repeat;
  width: 10px;
  height: 155px;
  background-size: contain;
  position: absolute;
  width: 10px;
  height: 85px;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 100%;
}

@media (min-width: 767px) {
  width: 10px;
  height: 155px;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 100%;
}
.nb-home-page .nb-banner {
  min-height: 100vh !important;
}

.nb-home-page .nb-banner .container-fluid {
  min-height: 100vh !important;
}

.nb-home-page .nb-banner .v-align-container {
  height: 100vh !important;
}

@media (max-width: 767px) {
  .nb-home-page .nb-banner {
    min-height: auto !important;
  }

  .nb-home-page .nb-banner .container-fluid {
    min-height: auto !important;
  }

  .nb-home-page .nb-banner .v-align-container {
    height: auto !important;
  }
}
.nb-navigation-text-three
.nb-convenience-key .container-fluid {
  position: relative;
  padding-bottom: 50px;
}

@media (min-width: 575px) {
  .nb-convenience-key .container-fluid {
    position: inherit;
    padding-bottom: 0;
  }
}
.nb-convenience-key .nb-page-hd {
  max-width: 410px;
}

.nb-convenience-key .nb-page-hd p {
  color: #4a4a4a;
}

.nb-convenience-key-text .nav-tabs {
  text-align: center;
  margin: 0 -6px;
  border: none;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 575px) {
  .nb-convenience-key-text .nav-tabs {
    position: inherit;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
@media (min-width: 575px) {
  .nb-convenience-key-text .nav-tabs {
    text-align: left;
    margin: 0;
  }
}
.nb-convenience-key-text .nav-tabs .nav-item {
  float: none;
  display: inline-block;
  margin: 0 6px;
}

.nb-convenience-key-text .nav-tabs .nav-item:first-child {
  margin-top: 0;
}

@media (min-width: 575px) {
  .nb-convenience-key-text .nav-tabs .nav-item {
    margin: 15px 0 0 0;
    display: block;
  }
}
@media (min-width: 991px) {
  .nb-convenience-key-text .nav-tabs .nav-item {
    margin: 50px 0 0 0;
  }
}
@media (min-width: 1550px) {
  .nb-convenience-key-text .nav-tabs .nav-item {
    margin: 100px 0 0 0;
  }
}
.nb-convenience-key-text .nav-tabs .nav-link {
  font-size: 15px;
  color: #9c9c9c;
  font-weight: 400;
  line-height: 20px;
  border: none;
  border-bottom: 2px solid #e3e2e2;
  position: relative;
  transition: .2s all;
  padding: 0;
  margin: 0;
}

@media (min-width: 991px) {
  .nb-convenience-key-text .nav-tabs .nav-link {
    font-size: 24px;
  }
}
.nb-convenience-key-text .nav-tabs .nav-link:before {
  content: '\f0da';
  font-family: FontAwesome;
  color: #45cbea;
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: .2s all;
}

.nb-convenience-key-text .nav-tabs .nav-link:hover {
  color: #4a4a4a;
  font-weight: 700;
  border-color: #fff200;
  padding-left: 0;
}

@media (min-width: 575px) {
  .nb-convenience-key-text .nav-tabs .nav-link:hover {
    padding-left: 18px;
  }
}
.nb-convenience-key-text .nav-tabs .nav-link:before {
  display: none;
}

@media (min-width: 575px) {
  .nb-convenience-key-text .nav-tabs .nav-link:before {
    display: block;
  }
}
.nb-convenience-key-text .nav-tabs .nav-link:hover:before {
  opacity: 1;
}

.nb-convenience-key-gif {
  max-width: 175px;
  display: block;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 991px) {
  .nb-convenience-key-gif {
    max-width: 315px;
  }
}
.nb-convenience-key-gif::before {
  content: '';
  display: block;
  margin: 0 auto;
  background: #fff200;
  width: 250px;
  height: 250px;
  margin: auto;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (min-width: 991px) {
  .nb-convenience-key-gif::before {
    width: 450px;
    height: 450px;
  }
}
.nb-convenience-key [class^="col-"] {
  position: inherit;
}

/* Tab */
.nb-hover-state span {
  background-image: linear-gradient(transparent calc(100% - 10px), #fff200 10px);
  background-repeat: no-repeat;
  background-size: 0% 85%;
  transition: background-size 0.3s ease-out;
}

.nb-hover-state:hover span {
  background-size: 100% 85%;
}

@media (min-width: 700px) {
  .nb-careers-mob-sticky {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
