/* @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap'); */

@font-face {
  font-family: Nunito Sans;
  src: url(../nunito-sans/NunitoSans-Regular.ttf);
}

body {
  background: rgb(114, 118, 119) 5;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem !important;
  line-height: 25px;
  height: 99vh;
  font-family: 'Nunito Sans' !important;
}

::placeholder {
  color: #dadada !important;
}
.mobile-menu {
    display: none !important;
}
.body-top-margin {
  margin-top: 100px;
}

p {
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 32px;
  word-wrap: break-word;
  color: #666666 !important;
}

li {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  word-wrap: break-word;
  color: #737373;
}

h1 {
  font-style: normal;
  font-weight: bold !important;
  font-size: 6rem !important;
  line-height: 131px;
  letter-spacing: 0.0125em;
  color: #202124 !important;
}

h2 {
  font-style: normal;
  font-weight: bold !important;
  font-size: 4rem !important;
  line-height: 87px;
  letter-spacing: 0.0125em;
  color: #202124 !important;
  word-wrap: break-word;
}

h3 {
  font-style: normal;
  font-weight: bold !important;
  font-size: 3rem !important;
  line-height: 65px;
  letter-spacing: 0.0125em;
  color: #202124 !important;
}

h4 {
  font-style: normal;
  font-weight: bold !important;
  font-size: 2.25rem !important;
  line-height: 49px;
  word-wrap: break-word;
  color: #202124 !important;
}

h5 {
  font-style: normal;
  font-weight: bold !important;
  font-size: 1.5rem !important;
  line-height: 33px;
  letter-spacing: 0.0125em;
  color: #202124 !important;
}

h6 {
  font-style: normal;
  font-weight: bold !important;
  font-size: 22px !important;
  line-height: 30px;
  letter-spacing: 0.0125em;
  color: #202124 !important;
}
/* spacing */

.p-6 {
  padding: 6rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

.arrow {
  width: 500px;

  text-align: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.arrow a {
  width: 200px;
  padding: 12px 48px;
  text-align: center;
  color: white;
  border: solid 2px white;
  z-index: 1;
}

.red-hover:hover .arrow {
  opacity: 1;
}
.blue-hover:hover .arrow {
  opacity: 1;
}
.yellow-hover:hover .arrow {
  opacity: 1;
}

/* footer  */
.footer-li {
  padding: 12px 0px 12px 0px;
}

.footer-link {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 20px;
  margin-bottom: 24px;
}

.footer-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 24px;
  padding-bottom: 16px;
}

.ns-footer-bottom-ul {
  display: flex;
  justify-content: end;
  list-style-type: none;
}

.ns-footer-bottom-ul > li {
  padding: 0px 16px;
}

.ns-footer-bg {
  background-color: #006699 !important;
}

.hr-line {
  width: 100%;
  height: 0.1px;
  background-color: white;
  margin-bottom: 0px;
}
.copyright-part {
  font-size: 18px !important;
}
.input-field-email {
  height: 50px !important;
}
.subscribe-btn {
  height: 50px !important;
  background: #dadada !important;
  color: black !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 25px !important;
}
/* footer end */

/* coming soon */
.waviy {
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.waviy span {
  position: relative;
  display: inline-block;
  color: #1f3965;
  text-transform: uppercase;
  animation: waviy 1s infinite;
  animation-delay: calc(0.1s * var(--i));
}
@keyframes waviy {
  0%,
  40%,
  100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}
.regular-btn {
  width: 100%;
  height: 55px;
  background: #febb2f;
  border: 1px solid #febb2f;
  border-radius: 32px;
  color: #ffffff;
}
/* poistion */

.in-center {
  text-align: center;
  align-self: center;
}

.text-align-center {
  text-align: center;
  align-self: center;
  vertical-align: middle;
}

.display-flex-vertical-center {
  align-items: center;
}

.display-flex-justify-center {
  justify-content: center;
}

.justify-content-flex-end {
  justify-content: flex-end !important;
}

.box-shadow {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
}

.box-shadow-hover:hover {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
}

.width-100 {
  width: 100%;
}

.ns-transperant-card {
  background: #ffffff;
  box-shadow: none;
}

.ns-orange-btn {
  background: #f38020;
  border-radius: 4px;
  border: 2px solid #f38020 !important;
  width: 187px;
  height: 55px;
  text-align: center !important;
  color: #ffffff !important ;
}

.ns-orange-btn a {
  color: #ffffff !important ;
}

.ns-orange-btn:hover {
  background: #f16e03;
}

.ns-blue-color {
  color: #006699;
}

.ns-bg-blue {
  background-color: #006699;
}

.ns-bg-gray {
  background-color: #f3f3f3;
  border-radius: 20px;
  height: 100% !important;
}

.ns-transparent-orange-btn {
  border: 2px solid #f38020;
  box-sizing: border-box;
  background: transparent;
  border-radius: 10px;
  color: #f38020;
  font-size: 16px;
}

.ns-light-gray {
  color: #dadada;
}

.color-white {
  color: #ffffff !important;
  font-size: 18px;
}
.color-red {
  color: red !important;
  font-size: 14px;
}
.ns-color-orange {
  color: #f48120;
}

.ns-color-gray {
  color: #666666;
}

.ns-gray-color {
  color: #3c3c3c;
}

.text-light {
  color: #ffffff !important;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: #ffff;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav .closebtn {
  position: absolute;
  top: 29px;
  right: 31px;
}

.side-bar-fullwidth {
  width: 100%;
  height: 100%;
  background: white;
  padding-top: 35px;
}

.close-button {
  margin-left: 9px;
  width: 32px;
}

.navbar-collapse.collapse.show {
  background: white;
}

.bg-light {
  background-color: #ffffff !important;
}

.card.mb-0 {
  box-shadow: none;
  border: none !important;
}

.card-header {
  padding: 12px 0px 12px 0px !important;
  margin-bottom: 0px;
  background-color: rgb(255 255 255) !important;
  color: #000000;
  font-size: 16px;
  border-bottom: none !important;
}

.card-title {
  margin-bottom: 0;
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}

.mobile-view {
  display: none !important;
}

.ns-light-green {
  background-color: #ddf4ff;
  border-radius: 20px;
}

.ns-light-pink {
  background-color: #fff0e3;
  border-radius: 20px;
}

.ns-light-skyblue {
  background: linear-gradient(68.13deg, #bce7ee 13.73%, #c4eaf3 96.33%);
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .p-5 {
    padding: 1rem !important;
  }
  /* spacing */
  .p-6 {
    padding: 1rem !important;
  }
  .pl-6 {
    padding-left: 1rem !important;
  }
  .pt-6 {
    padding-top: 1rem !important;
  }
  .pr-6 {
    padding-right: 1rem !important;
  }
  .pb-6 {
    padding-bottom: 1rem !important;
  }
  .m-6 {
    margin: 1rem !important;
  }
  .ml-6 {
    margin-left: 1rem !important;
  }
  .mt-6 {
    margin-top: 1rem !important;
  }
  .mr-6 {
    margin-right: 1rem !important;
  }
  .mb-6 {
    margin-bottom: 1rem !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-break: break-word;
  }
  h1 {
    font-size: 2.2rem !important ;
  }
  h2 {
    font-size: 3.4rem !important;
  }
  h3 {
    font-size: 1.3rem !important;
  }
  .border-sm {
    border-radius: 8px !important;
  }
  .mob-view-hide {
    display: none;
  }

  .stack {
    flex-direction: column-reverse !important;
  }
  .ns-transparent-orange-btn {
    width: 100% !important;
  }
}

@media screen and (max-width: 389px) {
  .nsp-box,
  .red-hover:hover,
  .blue-hover:hover,
  .yellow-hover:hover,
  .red-hover,
  .blue-hover,
  .yellow-hover,
  .blue-hover.selectedd,
  .yellow-hover.selectedd,
  .red-hover.selectedd {
    width: auto !important;
    height: 100% !important;
  }
  .mobile-text-banner {
    margin-left: 85px !important;
  }
  .mobile-view {
    display: initial !important;
  }
  .mobile-view-hide {
    display: none !important;
  }
  .flex-direction-reverse {
    flex-direction: column-reverse;
  }
  p {
    font-size: 1rem !important;
    line-height: 25px;
  }
  li {
    font-size: 1rem !important;
    line-height: 25px;
  }
  .pt-5 {
    padding-top: 1rem !important;
  }
  .mobile-content {
    font-family: 'Nunito Sans' !important;
    font-style: normal;
    font-weight: bold !important;
    font-size: 1rem !important;
    line-height: 25px;
  }
  .our-brandd-main {
    margin-left: 0px !important;
  }
  .indicater-banner {
    margin-left: 4px !important;
  }
  .focus-indicater {
    font-size: 14px;
    line-height: 20px;
  }
  .img-sm {
    width: 288px !important;
    height: auto !important;
    border-radius: 8px;
  }
  .rajesh-hegde,
  .swati-priya,
  .manoj-kumar {
    display: none;
  }
  .blue-bg {
    height: 262px !important;
  }
  .energy,
  .textiles {
    height: auto !important;
  }
  .education {
    width: auto !important;
  }
  .stack {
    flex-direction: column-reverse !important;
  }
  h1 {
    font-size: 1.55rem !important;
  }
  h2 {
    font-size: 1.5rem !important;
  }
  h3 {
    font-size: 1.25rem !important;
  }
  h4 {
    font-size: 1.15rem !important;
  }
}

@media screen and (max-width: 300px) {
  .ns-transparent-orange-btn {
    font-size: 12px;
  }
}

@media (min-width: 390px) and (max-width: 768px) {
  .mobile-view-hide {
    display: none !important;
  }
  .mobile-view {
    display: initial !important;
  }
  .h7 {
    font-size: 1.5rem !important;
    line-height: 40px;
  }
  .flex-direction-reverse {
    flex-direction: column-reverse;
  }
  .mobile-menu {
    display: none !important;
  }
  .list-content {
    width: auto !important;
    background: transparent;
    padding: 0px;
  }
  .nsp-box,
  .red-hover:hover,
  .blue-hover:hover,
  .yellow-hover:hover,
  .red-hover,
  .blue-hover,
  .yellow-hover,
  .blue-hover.selectedd,
  .yellow-hover.selectedd,
  .red-hover.selectedd {
    width: 300px !important;
    height: 100% !important;
  }
  .mobile-text-banner {
    margin-left: 85px !important;
  }
  p {
    font-size: 1rem;
    line-height: 25px;
  }
  .mobile-content {
    font-family: 'Nunito Sans' !important;
    font-style: normal;
    font-weight: bold !important;
    font-size: 1rem !important;
    line-height: 25px;
  }
  .our-brandd-main {
    margin-left: 0px !important;
  }
  .indicater-banner {
    margin-left: 4px !important;
  }
  .focus-indicater {
    font-size: 14px;
    line-height: 20px;
  }
  .blue-bg {
    height: 300px !important;
  }
  .img-md {
    width: 350px;
    height: auto !important;
    border-radius: 20px;
  }
  .bg-img-md {
    height: 600px !important;
    width: 100%;
  }
  .energy,
  .textiles {
    height: auto !important;
  }
  .education {
    background: #f3f3f3;
    border-radius: 20px;
    width: 100%;
  }
  .rajesh-hegde,
  .swati-priya,
  .manoj-kumar {
    display: none;
  }

  .stack {
    flex-direction: column-reverse !important;
  }
}

.nav {
  background: #ffffff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  position: sticky !important;
  width: 100%;
}

.nav-item {
  float: right;
  padding: 0px 15px;
  font-size: 18px;
  line-height: 24px;

  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  vertical-align: middle;
}

.nav-link {
  text-decoration: none;
  color: #3c3c3c !important;
}

.navbar-right {
  float: right;
}

.active {
  color: #f38020 !important;
}

.logo {
  height: 58px;
  width: 120px;
}

.footer {
  background: #006699;
}

.footer-li {
  padding: 12px 0px 12px 0px;
}

.footer-link {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 20px;
  margin-bottom: 24px;
}

.height-100 {
  height: 100%;
}

.height-100vh {
  height: 100vh;
}

.main-menu-ul {
  list-style-type: none;
  padding: 0px;
}

.main-menu-li {
  font-size: 16px;
  line-height: 24px;
  color: #202124;
  margin-bottom: 24px;
}

.main-menu-title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #a9a9a9;
  margin-bottom: 24px;
}

.mobile-menu-ul > li > a {
  color: #000;
}

.mobile-menu-ul {
  list-style-type: none;
  padding: 8px;
}

.mobile-menu-ul > li > ul > li {
  line-height: 30px;
  margin-top: 12px;
}

.mobile-menu-ul > li > ul > li > a {
  color: #000;
}
/* mobile-menu-start*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: #ffff;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav .closebtn {
  position: absolute;
  top: 29px;
  right: 31px;
}

.side-bar-fullwidth {
  width: 100%;
  height: 100%;
  background: white;
  padding-top: 35px;
}

.close-button {
  margin-left: 9px;
  width: 32px;
}

.navbar-collapse.collapse.show {
  background: white;
}

.bg-light {
  background-color: #ffffff !important;
}

.card-header {
  padding: 12px 0px 12px 0px !important;
  margin-bottom: 0;
  background-color: rgb(255 255 255) !important;
  color: #000000;
  font-size: 16px;
  border-bottom: none !important;
}

.card-header-nsp.collapsed {
  padding: 12px 0px 12px 0px;
  margin-bottom: 0;
  background-color: rgb(255 255 255);
  color: #000000;
  font-size: 16px;
}

.card-title {
  margin-bottom: 0.75rem;
  color: #000000;
  font-size: 16px;
}

.treeview-menu > li > a {
  padding: 5px 0px 12px 0px;
  display: block;
  font-size: 14px;
  color: #09121f;
}

.treeview-menu > li {
  text-decoration: none;
  display: block;
  margin-left: -48px;
}

.border-light-grey {
  border: 1px solid #ececec;
}
/* mobile-menu-end*/

@media (min-width: 769px) and (max-width: 1024px) {
  .p-6 {
    padding: 1.5rem !important;
  }
  .pt-6 {
    padding-top: 1.5rem !important;
  }
  .mt-6 {
    margin-top: 1.5rem !important;
  }
  .pl-6 {
    padding-left: 1.5rem !important;
  }
  .pr-6 {
    padding-right: 1.5rem !important;
  }

  .flex-direction-reverse {
    flex-direction: column-reverse;
  }
  .pt-6 {
    padding-top: 1rem !important;
  }

  .mt-6 {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .nsgroup-banner-home-page-banner {
    height: 150vh !important;
  }
  .container {
    max-width: 768px;
    margin: 0 auto;
  }
  .list-content {
    width: auto !important;
    background: transparent;
    padding: 0px;
  }

  .img-lg {
    width: 100%;
    height: auto !important;
  }
  .bg-img-md {
    height: 700px !important;
    width: 100%;
  }
  .energy {
    height: 350px !important;
  }
  .textiles {
    height: 350px !important;
  }
  h3 {
    font-size: 2.5rem !important;
    line-height: 50px;
  }
  .blue-bg {
    height: 500px !important;
  }
  .rajesh-hegde,
  .swati-priya,
  .manoj-kumar {
    display: none;
  }
  .p-6 {
    padding: 3rem !important;
  }
  .pt-6 {
    padding-top: 3rem !important;
  }
  .mt-6 {
    margin-top: 3rem !important;
  }
  .pl-6 {
    padding-left: 3rem !important;
  }
  .pr-6 {
    padding-right: 3rem !important;
  }

  .flex-direction-reverse {
    flex-direction: column-reverse;
  }
  .pt-6 {
    padding-top: 2rem !important;
  }

  h2 {
    font-size: 3.3rem !important;
  }
}

.box {
  display: flex;
  float: left;
}

.ns-bg-orange {
  background-color: #f48120 !important;
  font-style: bold;
  color: #fff;
}

.text-black {
  color: #000;
}

.row-flex {
  display: flex;
  float: right;
}

.business-banner {
  background-image: url('../images/business_banner.jpg');
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.values-banner {
  background-image: url('../images/value-and-purpose-banner.jpg');
  background-repeat: no-repeat;
  height: 100%;
  background-size: cover;
}

.coc-banner {
  background-image: url('../images/code-of-conduct.jpg');
  background-repeat: no-repeat;
  height: 100%;
  background-size: cover;
}

.leadership-banner {
  background-image: url('../images/our-leadership.jpg');
  background-repeat: no-repeat;
  height: 100%;
  background-size: cover;
}

.culture-banner {
  background-image: url('../images/our-culture.jpg');
  background-repeat: no-repeat;
  height: 100%;
  background-size: cover;
}
/* our leadership */

.nspgculture {
    width: 120px;
}

.our-leadership .manoj-kumar,
.our-leadership .rajesh-hegde,
.our-leadership .swati-priya {
  position: absolute;
  text-align: center;
  margin-top: -280px;
  transition: all 0.1s ease 0s;
  opacity: 0;
}

.our-leadership:hover .manoj-kumar,
.our-leadership:hover .swati-priya,
.our-leadership:hover .rajesh-hegde {
  opacity: 1;
}

.our-leadership:hover .card1,
.our-leadership:hover .card2,
.our-leadership:hover .card3 {
  opacity: 0;
}
/**************Additions****************/
/* Hover dropdown */

.dropdown ul.dropdown-menu {
  margin-top: 0;
  transition-delay: 5000s;
}

.textiles {
  background-color: #ddf4ff;
  border-radius: 20px;
  position: relative;
  height: 100% !important;
}

.ns-bg-dark-gray {
  background: #d8d1c9;
  border-radius: 20px;
}

.energy {
  background-color: #e1ffe5;
  border-radius: 20px;
  height: 100% !important;
}

.education {
  background: #f3f3f3;
  border-radius: 20px;
  width: 100%;
}

.industry {
  background: #fff0e3;
  border-radius: 20px !important;
}

.ns-bg-peacock-blue {
  background-color: #00232c;
}

.innovation-img {
  background-image: url('../images/innovation.jpg');
  background-repeat: no-repeat;
  height: 750px;
  width: 100%;
  background-size: cover;
  border-radius: 20px;
}

.collaboration-img {
  background-image: url('../images/collaboration-bg-img.jpg');
  background-repeat: no-repeat;
  height: 750px;
  width: 100%;
  background-size: cover;
  border-radius: 20px;
}

.intigrity-img {
  background-image: url('../images/intigrity-bg-img.jpg');
  background-repeat: no-repeat;
  height: 606px;
  width: auto;
  background-size: cover;
  border-radius: 20px;
}

.focus-img {
  background-image: url('../images/focus-bg-img.jpg');
  background-repeat: no-repeat;
  height: 606px;
  width: 100%;
  background-size: cover;
  border-radius: 20px;
}

.curios-img {
  background-image: url('../images/curious-img.jpg');
  background-repeat: no-repeat;
  width: 100%;
  height: 576px;
  background-size: cover;
  border-radius: 20px;
}

.banner-home {
  width: 100%;
  height: 100vh;
}

.border-20 {
  border-radius: 20px !important;
}

.dropdown-menu > ul {
  display: block;
  position: absolute;
  background-color: #006699;
  color: white;
  width: 160px;
  height: 130px;
  text-align: center;
}

.btn {
  background: transparent;
  border: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.card-newsroom {
  padding: 12px 0px 12px 0px !important;
  margin-bottom: 0;
  background-color: rgb(255 255 255) !important;
  color: #000000;
  font-size: 16px;
  border-bottom: none !important;
}

.accordion .card-header:after {
  height: 20px;
  content: '+';
  float: right;
  background-image: url(https://nsplustech.com/assets/image/icons/subtract-line.png);
  width: 29px;
  color: #f7f7f7;
}

.accordion .card-header.collapsed:after {
  content: '-';
  background-image: url(https://nsplustech.com/assets/image/icons/add-line.png);
  width: 29px;
  color: #f7f7f7;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  left: -2px;
}

.dropdown-content > ul {
  background: #006699;
  margin-top: 28px;
}

.dropdown-content a {
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  font-weight: normal;
  font-size: 14px !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.social-media-icon {
  margin-top: 7px !important;
  padding: 0px 11px;
}

input[type='submit'] {
  background: #dadada;
  font-weight: 600;
  color: #000;
  font-size: 18px;
}

.ns-dark-blue-color {
  color: #092c4c;
}
/* slider-home-page*/

.nsgroup-banner-home-page {
  height: 65vh;
}

.radusss {
  border-radius: 8px;
}

.carousel-item .overlay {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #0000003a;
}

.text {
  color: white;
  font-size: 1.3rem;
  position: absolute;
  top: 50%;
  left: 23%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.thumb.col-3.px-1.py-2 {
  text-align: center;
}

.carousel {
  position: relative;
}

.carousel-item img {
  object-fit: cover;
}

#carousel-thumbs {
  background: #000000;
  padding: 0 50px;
}

#carousel-thumbs img:hover {
  opacity: 100%;
}

#carousel-thumbs img {
  opacity: 80%;
  border: 3px solid transparent;
  cursor: pointer;
  width: 164px;
}

#carousel-thumbs .selected img {
  opacity: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}

.pause .carousel-pause-icon {
  position: absolute;
  top: 3.75rem;
  left: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  z-index: 4;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z' /%3E%3C/svg%3E");
}

.pause .carousel-pause-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z' /%3E%3C/svg%3E");
}

.play .carousel-pause-icon {
  position: absolute;
  top: 3.75rem;
  left: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  z-index: 4;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z' /%3E%3C/svg%3E");
}

.play .carousel-pause-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z' /%3E%3C/svg%3E");
}

#carousel-thumbs .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,.60)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

#carousel-thumbs .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%60000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.modal-content {
  border-radius: 0;
  background-color: transparent;
  border: none;
}

#lightbox-container-image img {
  width: auto;
  max-height: 520px;
}

.ns-bg-dark-blue-color {
  background: #192531;
  border-radius: 6px;
}

.ns-bg-dark-gray-color {
  background-color: #2d3135;
  border-radius: 6px;
}

.ns-bg-light-gray-color {
  background: #5e6163;
  border-radius: 6px;
}
/*home-page-banner-css*/

.red-hover:hover {
  width: 500px;
  height: 100px;
  background-color: rgba(255, 0, 0, 0.1);
  border-left: 6px solid #ff0000;
  padding: 20px;
}

.blue-hover:hover {
  width: 500px;
  height: 100px;
  background: rgba(0, 102, 153, 0.1);
  border-left: 6px solid #006699;
  padding: 20px;
}

.yellow-hover:hover {
  width: 500px;
  height: 100px;
  background-color: rgba(255, 0, 0, 0.1);
  border-left: 6px solid #f38020;
  padding: 20px;
}

.blue-hover.selectedd {
  width: 500px;
  height: 100px;
  background: rgba(0, 102, 153, 0.1);
  border-left: 6px solid #006699;
  padding: 20px;
}

.yellow-hover.selectedd {
  width: 500px;
  height: 100px;
  background-color: rgba(255, 0, 0, 0.1);
  border-left: 6px solid #f38020;
  padding: 20px;
}

.red-hover.selectedd {
  width: 500px;
  height: 100px;
  background-color: rgba(255, 0, 0, 0.1);
  border-left: 6px solid #ff0000;
  padding: 20px;
}

.indicater-banner {
  margin-left: 187px;
}

.our-brandd-main {
  margin-left: 99px;
}

img.ml-5.mt-4.our-brand {
  width: 97px !important;
}

.nsp-box {
  width: 500px;
  height: 100px;
  background-color: transparent;
  border-left: 6px solid rgba(255, 255, 255, 0.8);
}
/* slider-home-page*/

.nsgroup-banner-home-page-banner {
  height: 110vh;
}

.carousel {
  position: relative;
}

.carousel-item img {
  object-fit: cover;
}

#carousel-thumbs-banner {
  padding: 0 50px;
  position: absolute;
  top: 73px;
}

#carousel-thumbs-banner img:hover {
  opacity: 100%;
}

#carousel-thumbs-banner img {
  opacity: 80%;
  border: 3px solid transparent;
  cursor: pointer;
  width: 164px;
}

#carousel-thumbs-banner .selectedd img {
  opacity: 100%;
}

.navbar {
  z-index: 999 !important;
}

.code-of-conduct-btn {
  background: #f38020;
  border-radius: 4px;
  border: 2px solid #f38020 !important;
  width: 187px;
  height: 55px;
  text-align: center !important;
  color: #ffffff !important;
}

.code-of-conduct {
  font-size: 20px;
}

.carousel-item .overlay {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #0000003a;
}

.text {
  color: white;
  font-size: 1.3rem;
  position: absolute;
  top: 50%;
  left: 23%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.radusss {
  border-radius: 10px;
}

.list-inline-item.ml-2 {
  border-radius: 10px !important;
}

.nsgroup-banner-home-page {
  height: 65vh;
}

.banner-height-nsgroup-homepage {
  background: #000;
}

#custCarousel .carousel-indicators {
  position: static;
}

#custCarousel .carousel-indicators > li {
  width: 100px;
}

#custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
  opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

.carousel-indicators .active {
  filter: grayscale(100%) !important;
}

.focus-indicater {
  font-size: 14px;
}
