@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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "poppins", sans-serif;
  line-height: 32px;
  font-size: 18px;
}

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

::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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}

.global-header .sub-nav-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4px 0;
  min-height: 100px;
  padding: 24px 14px 24px 96px;
  position: relative;
  -webkit-transition: .2s all ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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 ::-moz-selection {
  color: #2d3436;
  background-color: #fff;
}

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;
}

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

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

::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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}

.global-header .sub-nav-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4px 0;
  min-height: 100px;
  padding: 24px 14px 24px 96px;
  position: relative;
  -webkit-transition: .2s all ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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 ::-moz-selection {
  color: #2d3436;
  background-color: #fff;
}

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 {
  background-color: rgba(226, 223, 223, 0.3) !important;
}

.about-header {
  margin-top: 0px;
  height: 85vh;
  padding: 15% 15% 0% 15%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url("../img/team.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/team.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 19px !important;
}

@media only screen and (max-width: 600px) {
  .about-header {
    padding: 30px;
  }
}

.about-header h1 {
  font-size: 50px;
}

@media only screen and (max-width: 600px) {
  .about-header h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 600px) {
  .about-header .h1-heading {
    margin-top: 110px;
  }
}

.about-header .header-1 {
  margin-left: 140px;
}

@media only screen and (max-width: 600px) {
  .about-header .header-1 {
    margin-left: 17px !important;
  }
}

@media only screen and (max-width: 1400px) {
  .about-header .header-1 {
    margin-left: 70px;
  }
}

.about-header .header-2 {
  margin-left: 400px;
}

@media only screen and (max-width: 600px) {
  .about-header .header-2 {
    margin-left: 14px !important;
  }
}

@media only screen and (max-width: 1400px) {
  .about-header .header-2 {
    margin-left: 240px;
  }
}

.about-content {
  padding-top: 30px;
}

.vertical-text {
  font-size: 45px;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background-color: #2d3436;
  color: #fff;
  padding: 10px;
  border-radius: 12px;
  margin-left: 40px;
}

@media only screen and (max-width: 600px) {
  .vertical-text {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-left: 5px;
    text-align: center;
  }
}

.quote {
  border-left: 12px solid #ec8d77;
  background-color: #fab0a09d;
  padding: 30px 0px;
  margin: 30px 0px;
  font-size: 20px;
}

.mission {
  padding: 50px 0;
}

@media only screen and (max-width: 600px) {
  .mission img {
    padding-bottom: 45px;
  }
}

.statistic-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #2C3A47;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 20px #2C3A47;
          box-shadow: 10px 10px 20px #2C3A47;
}

@media only screen and (max-width: 600px) {
  .statistic-section {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.count-title {
  font-size: 30px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.stats-text {
  font-size: 15px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.stats-line-black {
  margin: 12px auto 0;
  width: 55px;
  height: 2px;
  background-color: #fff;
}

.stats-icon {
  font-size: 35px;
  margin: 0 auto;
  float: none;
  display: table;
  color: #fff;
}

@media (max-width: 992px) {
  .counter {
    margin-bottom: 40px;
  }
}

.achievement {
  padding: 30px 0px;
}

.active-member {
  padding-bottom: 30px;
}

.active-member p {
  display: inline;
  margin-right: 40px;
}

.active-member img {
  width: 140px;
  height: 55px;
}

.active-member .cii-img {
  margin-left: 60px;
}

.active-member .list-group-item {
  background-color: unset;
}
/*# sourceMappingURL=about.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;
}
