@font-face {
  font-family: Nunito Sans;
  src: url(../nunito-sans/NunitoSans-Regular.ttf);
}

body {
  background: #e5e5e5;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #737373;
  font-family: 'Nunito Sans', sans-serif !important;
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #202124;
  margin-bottom: 0px !important;
}

h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 6rem !important;
  line-height: 6.6rem !important;
  letter-spacing: -0.017em;
  text-transform: capitalize;
  color: #0a1135;
}

h2 {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 4rem !important;
  line-height: 4.4rem;
  letter-spacing: -0.017em;
  color: #1f3965 !important;
}

h3 {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 3rem !important;
  line-height: 4.2rem !important;
  color: #202124 !important;
}
h4 {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 2.25rem !important;
  line-height: 3.15rem !important;
  color: #202124 !important;
}
h5 {
  font-style: normal;
  font-weight: bolder !important;
  font-size: 1.5rem !important;
  line-height: 2.1rem !important;
  color: #1f3965 !important;
}
h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 1.375rem !important;
  line-height: 1.925rem !important;
  color: #202124 !important;
}
/* poistion */

.in-center {
  text-align: center;
  align-self: center;
}

.display-flex-vertical-center {
  display: flex;
  align-items: center;
}

.display-flex-justify-center {
  display: flex;
  justify-content: center;
}

.justify-content-flex-end {
  justify-content: flex-end !important;
}

.width-100 {
  width: 100%;
}

.ns-card {
  background: #ffffff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.primary-btn {
  background-color: #0d72a7 !important;
  color: #ffffff !important ;
}

.ns-orange-btn {
  background: #f48120;
  border-radius: 4px;
  color: #fff;
}

.ns-transparent-btn {
  border: 1px solid #202124;
  box-sizing: border-box;
  border-radius: 4px;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #202124 !important;
}

.ns-color-orange {
  color: #f48120;
}

.ns-color-rare-blue {
  color: #0972a6 !important;
}
.ns-color-rare-blue-bg {
  background: #0972a6;
}

.capitalization {
  text-transform: capitalize !important;
}

.ns-light-grey-bg {
  background: #f7f9fa;
}

.ns-primary-blue-bg {
  background: #0d72a7;
}

.ns-primary-bg-box-shadow {
  box-shadow: 0px 4px 12px rgba(170, 170, 170, 0.04);
}

.ns-footer-bg {
  background: #202124 !important;
}

.ns-dark-blue {
  color: #092c4c !important;
}

.ns-spec-blue {
  color: #0972a6 !important;
}

.ns-silver {
  color: #666666;
  font-size: 14px;
  font-weight: 600;
}

input::-webkit-input-placeholder {
  color: #9b9b9b !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;
}
.pl-lg-6 {
  padding-left: 6rem !important;
}
.pr-lg-6 {
  padding-right: 6rem !important;
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
  color: #f48120 !important;
}

.h-40 {
  height: 412.7px;
  width: 100%;
}
.hh-50 {
  height: 386px !important ;
  width: 100%;
}

.flexcroll::-webkit-scrollbar {
  width: 12px;
}

.flexcroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #0972a6;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.cult h2 {
  letter-spacing: 2.5px;
}

/* new header */
.fixed-menu-bar {
  position: sticky !important;
  top: 0;
  width: 100%;
}
.top-nav {
  height: 34px;
}
.top-nav > ul > li {
  display: inline-block;
  padding: 0 16px;
}
.top-nav > ul > li > a {
  font-family: 'Nunito Sans', sans-serif;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px !important;
  line-height: 24px;
  color: #202124;
}
.ns-bg-light-grey {
  background-color: #f6f6f6;
}

/* navbar */
.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;
}

.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;
}

.ic.menu {
  display: none;
}
ul.main-nav > li > a.mega-menu > span {
  display: block;
}

ul.main-nav > li > a.mega-menu > span:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #febb2f;
  content: '';
  background-color: transparent;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

ul.main-nav > li:hover > a.mega-menu span:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0px solid transparent;
  border-bottom: 5px solid #febb2f;
}

ul.main-nav {
  list-style-type: none;
  display: block;
  padding: 0px;
  max-width: 1275px;
}

ul.main-nav > li {
  display: inline-block;
  padding: auto;
}

.ic {
  position: fixed;
  cursor: pointer;
  display: inline-block;
  right: 25px;
  width: 32px;
  height: 24px;
  text-align: center;
  top: 0px;
  outline: none;
}

.ic.close {
  opacity: 0;
  font-size: 0px;
  font-weight: 300;
  color: #fff;
  top: 8px;
  height: 40px;
  display: block;
  outline: none;
}

.nav {
  background: #ffffff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  position: sticky !important;
  width: 100%;
  flex-wrap: inherit !important;
}

.nav-item {
  padding: 0px 15px;

  line-height: 24px;
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: bolder !important;
  vertical-align: middle;
}

.nav-link {
  text-decoration: none;
  color: #202124 !important;
  font-size: 1rem !important;
}

.active {
  color: #f48120 !important;
}

.logo {
  height: auto;
  width: 100%;
}

.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;
}

ul.main-nav > li > div.sub-menu-block {
  visibility: hidden;
  background-color: #fff;
  position: absolute;
  margin-top: 0;
  color: #333;
  left: -77;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  z-index: 999;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

ul.main-nav > li:hover > div.sub-menu-block {
  background-color: #f9f9f9;
  margin-top: 28px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
}

ul.main-nav > li:hover > div.sub-menu-block > * {
  opacity: 1;
}

.social-media-icon {
  margin-top: 7px !important;
  padding: 0px 11px;
}

.border-light-grey {
  border: 1px solid #ececec;
}

.navbar {
  z-index: 999 !important;
}

.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-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;
}

.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;
}

.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;
}
/* --------------- */
/* 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: space-around;
  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: #ffffff;
  margin-bottom: 0px;
}

.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;
  cursor: pointer;
}
/* footer end */

/* index page */
.home-banner {
  background-image: url(../images/home-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-banner p {
  color: #ffffff;
  font-size: 20px;
}
.offerings-banner {
  background-image: url(../images/offerings-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.offerings-card {
  background: #f8f8f8;
  box-shadow: 0px 8px 64px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  height: 100%;
}

.offerings-orange {
  background: #feefe2;
  border-radius: 0 0 8px 8px;
}

.ns-bg-gray {
  background: #f4f4f4;
}

.f-14 {
  font-size: 14px;
  color: #f48120;
}
.f-16 {
  font-size: 1rem;
  line-height: 1.6rem;
}
.f-18 {
  font-size: 1.125rem;
}

/* nsedu page */

.nsedu-banner {
  background-image: url(../images/nsedu-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nsedu-banner p {
  color: #ffffff;
  font-size: 20px;
}
.start-btn {
  width: 100%;
  height: 55px;
  border: none;
  color: #ffffff;
  background: #f38020;
  cursor: pointer;
}

.nsedu-bg-card {
  background-image: url(../images/nsedu-bg-card.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nshr-bg-card {
  background-image: url(../images/nshr-bg-card.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* nsedutech page */
.nsedutech-banner {
  background-image: url(../images/nsedutech-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nsedutech-bg {
  background: #0d2535;
}
.nsedutech-bg-1 {
  background: #fdeee2;
}
.nsedutech-bg-2 {
  background: #e2f4fd;
}

/* nshr page */
.nshr-banner {
  background-image: url(../images/nshr-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nshr-banner p {
  color: #ffffff;
  font-size: 20px;
}

/* culture */
.culture-banner {
  background-image: url(../images/culture-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* leadership */
.leadership-banner {
  background-image: url(../images/leadership-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* mission-vision  */
.mission-banner {
  background-image: url(../images/mission-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mission-banner-b {
  background-image: url(../images/mission-banner-b.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mission-companies-bg {
  background-image: url(../images/companies-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}

.mission-employees-bg {
  background-image: url(../images/employees-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}

.mission-customers-bg {
  background-image: url(../images/customer-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}

.mission-ser-providers-bg {
  background-image: url(../images/ser-providers-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}

.mission-partners-bg {
  background-image: url(../images/partners-g.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}

.mission-government-bg {
  background-image: url(../images/government-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}

.mission-bg-blue {
  background: #0d2335;
}

.in-center {
  text-align: center;
  align-self: center;
}

.swati-border-box {
  border: 8px solid #f48120;
  left: -32px;
}

/*contact css*/
.color-red {
  color: red !important;
}
.submit-btn {
  width: 100% !important;
  height: 50px;
  left: 139px;
  top: 597px;
  border: 1px solid #febb2f;
  background: #f38020;
  border-radius: 8px;
  cursor: pointer;
}
.ns-bg-dark-blue-color {
  background: #192531;
  border-radius: 6px;
}
.ns-bg-dark-gray-color {
  background-color: #2d3135;
  border-radius: 6px;
}
.submit-application-input {
  background: #ffffff !important;
  border: 1px solid #c4c4c4 !important;
  box-sizing: border-box !important;
  border-radius: 4px !important;
}
.col-form-label {
  font-size: 20px !important;
  color: #202020 !important;
}

/* Our teams */

.userProfile {
  flex-wrap: wrap;
  align-items: center;
}
.userProfile__thumbnail {
  width: var(--userthumb, 75px);
  height: var(--userthumb, 75px);
  flex: 0 0 auto;
  background-color: #f1f1f1;
  margin: 0;
  padding: 0;
}
.userProfile__image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  background-color: #f1f1f1;
}
.team {
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .team {
    justify-content: center;
  }
}
.team__members {
  position: relative;
  padding: 1rem;
  /* display: none; */
  margin-bottom: 132px;
  box-sizing: border-box;
  flex: 0 0 100%;
  filter: grayscale(1);
}
@media (min-width: 480px) {
  .team__members {
    padding: 1rem;
    display: inline-block;
    flex: 0 0 20%;
    margin: 0;
  }
}
.team__members:nth-child(9n + 6),
.team__members:nth-child(9n + 7),
.team__members:nth-child(9n + 8),
.team__members:nth-child(9n + 9) {
  left: auto;
}
@media (min-width: 480px) {
  .team__members:nth-child(9n + 6),
  .team__members:nth-child(9n + 7),
  .team__members:nth-child(9n + 8),
  .team__members:nth-child(9n + 9) {
    left: 10%;
  }
}

@media (min-width: 480px) {
  .team__members:nth-child(9n + 9) {
    margin-right: 10%;
  }
}
.userProfile {
  justify-content: center;
  position: absolute;
  top: 204px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media (min-width: 480px) {
  .team__members .userProfile {
    position: static;
  }
}
.userProfile__thumbnail {
  position: relative;
}
.userProfile__thumbnail:after {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--userthumb, 50px);
  height: var(--userthumb, 50px);
  transform: translate(-50%, -50%) scale(0);
  background: linear-gradient(90deg, #fff, red);
  background-size: 400% 400%;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s linear;
}
.team__members.team__members--show,
.team__members:hover {
  filter: grayscale(0);
  display: inline-block;
}
@media (min-width: 480px) {
  .team__members.team__members--show .team__details,
  .team__members:hover .team__details {
    transform: translateX(-50%) scale(1, 1);
  }
}
.team__members.team__members--show .userProfile__thumbnail:after,
.team__members:hover .userProfile__thumbnail:after {
  transform: translate(-50%, -50%) scale(1.2);
  animation: rainbow-border 1.5s linear infinite;
}
@media (max-width: 480px) {
  .team__members:hover:not(.team__members--show) {
    display: none !important;
  }
}
.team__details {
  margin: 0 auto;
  position: relative;
  transform: translateX(0) scale(1, 1);
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  width: 300px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  transform-origin: center bottom;
  transition: transform 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
@media (min-width: 480px) {
  .team__details {
    position: absolute;
    bottom: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%) scale(0, 0);
  }
}
.team__details:after {
  width: var(--arrowSize);
  height: var(--arrowSize);
  position: absolute;
  top: calc(100% - var(--arrowSize) / 2);
  background-color: #fff;
  content: ' ';
  transform: rotate(45deg);
  left: calc(50% - var(--arrowSize) / 2);
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.team__details__summery {
  border-top: 1px dashed #ccc;
  padding-top: 15px;
  font-size: 15px;
  color: #aeaeae;
}
.team__meta {
  padding-bottom: 15px;
}
.team__meta__title {
  margin: 0;
}
.team__meta__designation {
  margin-top: 10px;
}
@keyframes rainbow-border {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

/* 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);
  }
}

/* slider */

.card.card-body {
  background: #ffffff;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 8%);
  border-radius: 16px;
  height: 366px;
}
.carousel-control-prev {
  left: 39% !important;
}
.carousel-control-next {
  right: 39% !important;
}
.carousel-control-next,
.carousel-control-prev {
  top: 420px !important;
}
.carousel-control-next:focus,
.carousel-control-next,
.carousel-control-prev,
.carousel-control-prev {
  /* color: #fff; */
  text-decoration: none;
  /* outline: 0; */
  opacity: 0.9 !important;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}
@media (max-width: 768px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
  .carousel-control-next,
  .carousel-control-prev {
    display: none !important;
  }
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(100%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(100%);
  }
}

/* display 3 */
@media (min-width: 769px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
}
img.img-fluid.double-quote {
  width: 32px;
}

/* ṃedia queries */
@media only screen and (min-width: 1441px) and (max-width: 1560px) {
  .feature-card {
    height: 520px;
  }
  .hh-50 {
    height: 414px !important;
  }
}
@media only screen and (min-width: 1290px) and (max-width: 1450px) {
  .desktop-view-hide {
    display: none;
  }
  .h-40 {
    height: 368.15px !important;
  }
  .hh-50 {
    height: 414px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  h3 {
    font-size: 42px !important;
    line-height: 1.5 !important;
  }

  h4 {
    font-size: 30px !important;
    line-height: 1.5 !important;
  }
  .p-6 {
    padding: 4rem !important;
  }
  .pt-6 {
    padding-top: 4rem !important;
  }

  .pr-6 {
    padding-right: 4rem !important;
  }

  .pl-6 {
    padding-left: 4rem !important;
  }

  .pb-6 {
    padding-bottom: 4rem !important;
  }
  .mt-5 {
    margin-top: 1.5rem !important;
  }

  .desktop-view-hide {
    display: none !important;
  }
}

@media only screen and (min-width: 821px) and (max-width: 1024px) {
  h1 {
    font-size: 60px !important;
  }
  h2 {
    font-size: 52px !important;
  }
  h3 {
    font-size: 36px !important;
    line-height: 1.5 !important;
  }
  h4 {
    font-size: 30px !important;
    line-height: 1.5 !important;
  }
  .p-6 {
    padding: 3rem !important;
  }
  .pt-6 {
    padding-top: 3rem !important;
  }
  .pr-6 {
    padding-right: 3rem !important;
  }

  .pl-6 {
    padding-left: 3rem !important;
  }

  .pb-6 {
    padding-bottom: 3rem !important;
  }
  .mt-5 {
    margin-top: 1.5rem !important;
  }
  .desktop-view-hide {
    display: none !important;
  }
  .card.card-body {
    height: 480px;
  }

  .hh-50 {
    height: 453px !important;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: 495px !important;
  }
}
@media only screen and (max-width: 990px) {
  p {
    font-size: 1rem !important;
    line-height: 1.6rem !important;
  }
  .subscribe-btn {
    width: 100% !important;
  }
  .fixed-menu-bar.mobile-view-hide {
    display: none;
  }
  .hide {
    display: none;
  }
  a.btn {
    padding: 6px 18px !important;
    font-size: 12px !important;
  }
  .nsp-shark-2 {
    top: 6rem !important;
  }
  .stack {
    flex-direction: column-reverse !important;
  }
  .pl-lg-6 {
    padding-left: 0rem !important;
  }
  .pr-lg-6 {
    padding-right: 0rem !important;
  }
  .carousel-control-next,
  .carousel-control-prev {
    display: none !important;
  }

  .submit-btn {
    height: 45px;
  }

  .swati-border-box {
    border: 0px solid #f48120;
    left: 0px;
  }
}

@media (min-width: 576px) and (max-width: 820px) {
  .p-6 {
    padding: 2rem !important;
  }
  .pt-6 {
    padding-top: 2rem !important;
  }
  .pr-6 {
    padding-right: 2rem !important;
  }
  .pl-6 {
    padding-left: 2rem !important;
  }

  .pb-6 {
    padding-bottom: 2rem !important;
  }
  .stack {
    flex-direction: column-reverse !important;
  }
  .desktop-view-hide {
    display: none;
  }
  .fixed-menu-bar.mobile-view-hide {
    display: none;
  }

  .card.card-body {
    height: 330px;
  }

  .mail a {
    font-size: 14px !important;
  }

  .h-40 {
    height: 300px;
  }
}
@media (min-width: 601px) and (max-width: 655px) {
  .nsp-shark-2 {
    top: 0rem !important;
  }
}
@media screen and (max-width: 600px) {
  /* 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;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-break: break-word !important;
  }
  h1 {
    font-size: 38px !important;
  }
  h2 {
    font-size: 34px !important;
  }
  h3 {
    font-size: 34px !important;
    line-height: 40px !important;
  }
  h4 {
    font-size: 30px !important;
    line-height: 1.5 !important;
  }

  .mobile-view-hide {
    display: none !important;
  }

  .stack {
    flex-direction: column-reverse !important;
  }

  .feature-card {
    height: 444px;
  }

  .ns-footer-bottom-ul > li {
    padding: 0px !important;
  }

  .card.card-body {
    height: 400px;
  }

  .h-40 {
    height: 330px;
  }

  .ns-footer-bottom-ul {
    justify-content: space-between;
  }
}

@media screen and (max-width: 389px) {
  .feature-card {
    height: 420px;
  }
}
@media screen and (max-width: 280px) {
  h3 {
    font-size: 1.8rem !important;
  }

  .p-5 {
    padding: 1rem !important;
  }

  .h-40 {
    height: 408px;
  }
}
