@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: #dfe6e960 !important;
}

.blog-card {
  padding-top: 130px;
}

#card-section {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  height: 730px;
}

@media only screen and (max-width: 600px) {
  #card-section {
    margin-bottom: 30px;
  }
}

#card-section img {
  width: 100%;
  height: 270px;
  margin-bottom: 30px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

#card-section img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
/*# sourceMappingURL=blog.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;
}
