@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "poppins", sans-serif;
  line-height: 32px;
  font-size: 18px; }

::selection {
  color: #fff;
  background-color: #2d3436; }

body {
  font-family: "poppins", sans-serif; }
  body p {
    text-align: justify;
    text-justify: inter-word; }

.heading {
  padding: 35px 0;
  text-align: center !important;
  text-transform: uppercase;
  color: #2C3A47;
  font-family: "Rubik", sans-serif; }
  @media only screen and (max-width: 600px) {
    .heading {
      font-size: 30px !important;
      padding: 15px 0; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  cursor: default; }

.centre {
  text-align: center !important; }

.core-services {
  padding: 20px 20px 0px 20px; }
  .core-services h3 {
    padding: 10px 0px; }
  @media only screen and (max-width: 600px) {
    .core-services h2 {
      font-size: 24px; } }
  @media only screen and (max-width: 600px) {
    .core-services {
      padding: 20px 20px; } }

.footer-container {
  background-color: rgba(221, 221, 221, 0.3); }

.carousel-caption {
  z-index: 0; }

.btn-primary {
  display: inline-block;
  border-radius: 50px;
  padding: 8px 20px;
  margin: 3 px; }

.btn-primary {
  background-color: #fdcb6e !important;
  text-decoration: none;
  color: #fff !important;
  margin-top: 20px; }
  .btn-primary:hover {
    color: #2d3436 !important;
    text-decoration: none; }

.global-header {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  z-index: 9999; }
  @media only screen and (max-width: 600px) {
    .global-header {
      display: none !important; } }
  @media only screen and (max-width: 1240px) {
    .global-header {
      display: none; } }
  @media only screen and (max-width: 900px) {
    .global-header {
      display: none; } }
  .global-header .logo-row {
    display: flex;
    align-items: center;
    height: 70px;
    padding: 0;
    max-width: 1600px;
    margin: 0 auto; }
  .global-header p {
    text-align: left !important;
    font-size: 14px !important; }
  .global-header img {
    width: 50px;
    height: 50px; }
  .global-header .global-logo img {
    width: 165px;
    height: 90px;
    margin-top: 20px; }
  .global-header .global-logo a {
    text-decoration: none; }
  .global-header .nav-menu {
    display: inline-block;
    vertical-align: top;
    margin-top: 56px;
    margin-left: 330px; }
  .global-header ul {
    font-size: 13px !important;
    line-height: 21px; }
  .global-header li {
    display: inline-block;
    margin-left: 28px;
    padding-bottom: 22px;
    position: relative; }
    .global-header li:first-child {
      margin-left: 0; }
    .global-header li > a {
      font-size: 14px !important;
      text-transform: uppercase;
      letter-spacing: .5px;
      text-decoration: none;
      color: #252222;
      font-weight: bold; }
    .global-header li > a:hover {
      color: #fdcb6e; }
  .global-header .sub-nav {
    background: #f7f7f7;
    border-radius: 5px;
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2);
    display: none;
    left: -120px;
    padding: 16px;
    position: absolute;
    top: 100%;
    width: 628px; }
    .global-header .sub-nav::after {
      bottom: 100%;
      left: 140px;
      content: '';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border: solid transparent;
      border-color: rgba(252, 252, 252, 0);
      border-bottom-color: #f7f7f7;
      border-width: 20px;
      border-radius: 2px;
      margin-left: -20px; }
  .global-header #services:hover .sub-nav {
    display: flex;
    z-index: 10; }
  .global-header .sub-nav-col {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 50%; }
  .global-header .left {
    margin-right: 4px; }
  .global-header .right {
    margin-left: 4px; }
  .global-header .sub-nav-box {
    background: #fff;
    border-radius: 3px;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    font-size: 14px !important;
    justify-content: center;
    margin: 4px 0;
    min-height: 100px;
    padding: 24px 14px 24px 96px;
    position: relative;
    transition: .2s all ease-in-out;
    text-decoration: none; }
    .global-header .sub-nav-box h4 {
      font-size: 12px !important;
      letter-spacing: 0.9px;
      line-height: 16px;
      margin: 0 0 0.5em;
      padding: 0;
      text-transform: uppercase;
      color: #292D34; }
    .global-header .sub-nav-box p {
      color: #292D34;
      line-height: 16px; }
    .global-header .sub-nav-box:hover h4 {
      color: #fff;
      font-weight: bold; }
    .global-header .sub-nav-box:hover p {
      color: #fff;
      font-weight: bold; }
  .global-header .icon-background {
    height: 64px;
    width: 64px;
    background: #252222;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 14px; }
  .global-header .icon {
    color: #fff;
    font-size: 20px !important; }
  .global-header #box-1:hover {
    background: #7e3ef3; }
  .global-header #icon-1 {
    background: #7e3ef3; }
  .global-header #box-2:hover {
    background: #636e72; }
  .global-header #icon-2 {
    background: #636e72; }
  .global-header #box-3:hover {
    background: #2ee1f9; }
  .global-header #icon-3 {
    background: #2ee1f9; }
  .global-header #box-5:hover {
    background: #feca57; }
  .global-header #icon-5 {
    background: #feca57; }
  .global-header #box-6:hover {
    background: #fab1a0; }
  .global-header #icon-6 {
    background: #fab1a0; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "poppins", sans-serif;
  line-height: 32px;
  font-size: 18px; }

::selection {
  color: #fff;
  background-color: #2d3436; }

body {
  font-family: "poppins", sans-serif; }
  body p {
    text-align: justify;
    text-justify: inter-word; }

.heading {
  padding: 35px 0;
  text-align: center !important;
  text-transform: uppercase;
  color: #2C3A47;
  font-family: "Rubik", sans-serif; }
  @media only screen and (max-width: 600px) {
    .heading {
      font-size: 30px !important;
      padding: 15px 0; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  cursor: default; }

.centre {
  text-align: center !important; }

.core-services {
  padding: 20px 20px 0px 20px; }
  .core-services h3 {
    padding: 10px 0px; }
  @media only screen and (max-width: 600px) {
    .core-services h2 {
      font-size: 24px; } }
  @media only screen and (max-width: 600px) {
    .core-services {
      padding: 20px 20px; } }

.footer-container {
  background-color: rgba(221, 221, 221, 0.3); }

.carousel-caption {
  z-index: 0; }

.btn-primary {
  display: inline-block;
  border-radius: 50px;
  padding: 8px 20px;
  margin: 3 px; }

.btn-primary {
  background-color: #fdcb6e !important;
  text-decoration: none;
  color: #fff !important;
  margin-top: 20px; }
  .btn-primary:hover {
    color: #2d3436 !important;
    text-decoration: none; }

.global-header {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  z-index: 9999; }
  @media only screen and (max-width: 600px) {
    .global-header {
      display: none !important; } }
  @media only screen and (max-width: 1240px) {
    .global-header {
      display: none; } }
  @media only screen and (max-width: 900px) {
    .global-header {
      display: none; } }
  .global-header .logo-row {
    display: flex;
    align-items: center;
    height: 70px;
    padding: 0;
    max-width: 1600px;
    margin: 0 auto; }
  .global-header p {
    text-align: left !important;
    font-size: 14px !important; }
  .global-header img {
    width: 50px;
    height: 50px; }
  .global-header .global-logo img {
    width: 165px;
    height: 90px;
    margin-top: 20px; }
  .global-header .global-logo a {
    text-decoration: none; }
  .global-header .nav-menu {
    display: inline-block;
    vertical-align: top;
    margin-top: 56px;
    margin-left: 330px; }
  .global-header ul {
    font-size: 13px !important;
    line-height: 21px; }
  .global-header li {
    display: inline-block;
    margin-left: 28px;
    padding-bottom: 22px;
    position: relative; }
    .global-header li:first-child {
      margin-left: 0; }
    .global-header li > a {
      font-size: 14px !important;
      text-transform: uppercase;
      letter-spacing: .5px;
      text-decoration: none;
      color: #252222;
      font-weight: bold; }
    .global-header li > a:hover {
      color: #fdcb6e; }
  .global-header .sub-nav {
    background: #f7f7f7;
    border-radius: 5px;
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2);
    display: none;
    left: -120px;
    padding: 16px;
    position: absolute;
    top: 100%;
    width: 628px; }
    .global-header .sub-nav::after {
      bottom: 100%;
      left: 140px;
      content: '';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border: solid transparent;
      border-color: rgba(252, 252, 252, 0);
      border-bottom-color: #f7f7f7;
      border-width: 20px;
      border-radius: 2px;
      margin-left: -20px; }
  .global-header #services:hover .sub-nav {
    display: flex;
    z-index: 10; }
  .global-header .sub-nav-col {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 50%; }
  .global-header .left {
    margin-right: 4px; }
  .global-header .right {
    margin-left: 4px; }
  .global-header .sub-nav-box {
    background: #fff;
    border-radius: 3px;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    font-size: 14px !important;
    justify-content: center;
    margin: 4px 0;
    min-height: 100px;
    padding: 24px 14px 24px 96px;
    position: relative;
    transition: .2s all ease-in-out;
    text-decoration: none; }
    .global-header .sub-nav-box h4 {
      font-size: 12px !important;
      letter-spacing: 0.9px;
      line-height: 16px;
      margin: 0 0 0.5em;
      padding: 0;
      text-transform: uppercase;
      color: #292D34; }
    .global-header .sub-nav-box p {
      color: #292D34;
      line-height: 16px; }
    .global-header .sub-nav-box:hover h4 {
      color: #fff;
      font-weight: bold; }
    .global-header .sub-nav-box:hover p {
      color: #fff;
      font-weight: bold; }
  .global-header .icon-background {
    height: 64px;
    width: 64px;
    background: #252222;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 14px; }
  .global-header .icon {
    color: #fff;
    font-size: 20px !important; }
  .global-header #box-1:hover {
    background: #7e3ef3; }
  .global-header #icon-1 {
    background: #7e3ef3; }
  .global-header #box-2:hover {
    background: #636e72; }
  .global-header #icon-2 {
    background: #636e72; }
  .global-header #box-3:hover {
    background: #2ee1f9; }
  .global-header #icon-3 {
    background: #2ee1f9; }
  .global-header #box-5:hover {
    background: #feca57; }
  .global-header #icon-5 {
    background: #feca57; }
  .global-header #box-6:hover {
    background: #fab1a0; }
  .global-header #icon-6 {
    background: #fab1a0; }

footer {
  background-color: #2d3436; }
  footer ::selection {
    color: #2d3436;
    background-color: #fff; }
  footer a,
  footer p {
    text-decoration: none;
    color: #fff; }
  footer a:hover {
    color: #fdcb6e;
    text-decoration: none; }
  footer .footer-social-connect {
    color: #fff; }
  footer .footer-social-icons {
    color: #fff; }
    footer .footer-social-icons:hover {
      cursor: pointer; }
  footer h5,
  footer h6 {
    color: #fff; }
  footer .copyright {
    color: #fff; }

#scroll {
  position: fixed;
  right: 25px;
  bottom: 25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #3498db;
  text-indent: -9999px;
  z-index: 1;
  display: none;
  border-radius: 60px; }

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff; }

#scroll:hover {
  background-color: #FDCB6E;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.hds-logo {
  width: 115px;
  height: 50px; }

.mobile-nav {
  display: none; }
  @media only screen and (max-width: 600px) {
    .mobile-nav {
      display: block !important;
      font-size: 18px; } }
  @media only screen and (max-width: 900px) {
    .mobile-nav {
      display: block; } }
  @media only screen and (max-width: 1240px) {
    .mobile-nav {
      display: block; } }
  .mobile-nav a {
    color: #fff !important;
    padding-left: 10px !important; }

.mobile-nav .nav-link:hover {
  background-color: #00b894 !important; }

.dropdown-menu {
  background-color: #636e72 !important; }

.navbar-light .navbar-toggler {
  border-color: #fff !important; }

footer {
  background-color: #2d3436; }
  footer ::selection {
    color: #2d3436;
    background-color: #fff; }
  footer a,
  footer p {
    text-decoration: none;
    color: #fff; }
  footer a:hover {
    color: #fdcb6e;
    text-decoration: none; }
  footer .footer-social-connect {
    color: #fff; }
  footer .footer-social-icons {
    color: #fff; }
    footer .footer-social-icons:hover {
      cursor: pointer; }
  footer h5,
  footer h6 {
    color: #fff; }
  footer .copyright {
    color: #fff; }

#scroll {
  position: fixed;
  right: 25px;
  bottom: 25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #3498db;
  text-indent: -9999px;
  z-index: 1;
  display: none;
  border-radius: 60px; }

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff; }

#scroll:hover {
  background-color: #FDCB6E;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

body {
  margin-top: -24px !important;
  background-color: rgba(226, 223, 223, 0.3) !important; }
  @media only screen and (max-width: 600px) {
    body {
      margin-top: 0px !important; } }
  @media only screen and (max-width: 900px) {
    body {
      margin-top: 0px !important; } }
  @media only screen and (max-width: 1400px) {
    body {
      margin-top: 0px !important; } }
  @media only screen and (max-width: 1240px) {
    body {
      margin-top: 0px !important; } }

.career-content {
  height: 85vh;
  background-color: #21D4FD;
  background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
  margin-bottom: 5%; }
  .career-content img {
    margin-top: 23% !important;
    height: 50vh;
    max-width: 100%; }
  .career-content p {
    color: #fff;
    padding-top: 40%;
    font-size: 18px; }
  @media only screen and (max-width: 600px) {
    .career-content {
      height: auto; }
      .career-content img {
        height: auto;
        margin-top: 10px !important; }
      .career-content p {
        padding-top: 20px; } }
  @media only screen and (max-width: 1400px) {
    .career-content {
      height: auto; }
      .career-content img {
        height: auto;
        margin-top: 10px !important; }
      .career-content p {
        padding-top: 95px; } }
  @media only screen and (max-width: 900px) {
    .career-content {
      height: auto; }
      .career-content img {
        height: auto;
        margin-top: 10px !important; }
      .career-content p {
        padding-top: 40px; } }
  @media only screen and (max-width: 1240px) {
    .career-content {
      height: auto; }
      .career-content img {
        height: auto;
        margin-top: 10px !important; }
      .career-content p {
        padding-top: 40px; } }

.ourcompany h2 {
  padding-bottom: 40px;
  color: #f0932b;
  text-decoration: underline; }
  @media only screen and (max-width: 600px) {
    .ourcompany h2 {
      padding: 20px;
      font-size: 26px; } }
  @media only screen and (max-width: 900px) {
    .ourcompany h2 {
      padding: 20px;
      font-size: 26px; } }
  @media only screen and (max-width: 1400px) {
    .ourcompany h2 {
      padding: 20px;
      font-size: 26px; } }

.ourcompany img {
  width: 100px;
  margin-left: 30%;
  margin-bottom: 10%; }

.ourcompany p {
  margin-bottom: 10%; }

@media only screen and (max-width: 600px) {
  .ourcompany h4 {
    font-size: 20px; } }

@media only screen and (max-width: 600px) {
  .development-form h2 {
    font-size: 26px; } }

.select-list {
  font-family: 'Open Sans', sans-serif;
  color: #555; }
  .select-list .title {
    display: inline-block;
    cursor: pointer;
    background-color: #dcdde1;
    color: #30336b;
    border: 1px solid #eaeaec;
    border-radius: 5px;
    padding: 10px 15px 10px 15px; }
    .select-list .title::after {
      display: inline-block;
      content: '>';
      margin-left: 15px;
      font-size: 11px;
      transform: rotate(90deg) scale(1, 2); }
    .select-list .title:hover {
      background: #eaeaec; }
  .select-list .select-options {
    margin-top: 5px;
    display: none;
    z-index: 500;
    border: 1px solid #eaeaec;
    background: #fff; }
    .select-list .select-options .option label {
      display: inline-block;
      padding: 10px 30px 10px 10px; }
    .select-list .select-options .option:hover {
      background: #eaeaec; }
    .select-list .select-options .option input {
      margin: 10px 0 12px 15px; }

.job {
  padding: 10px 0px 40px 0px; }

.carousel-indicators {
  margin: 0px !important;
  padding: 10px !important;
  background-color: #FDCB6E;
  bottom: -45px !important; }
/*# sourceMappingURL=career.css.map */

.global-header #box-4:hover {
  background: #7c121c;
}
.global-header #icon-4 {
  background: #7c121c;
}

.footer-terms{
text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.footer-terms a{
    font-size: 14px;
    font-weight: 600;
}
.footer-copyright.py-3{
    padding-top: 0 !important;
}
