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

.hero-slideshow img {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .track-div {
    max-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .tab-section {
    display: none;
  }
}

.tab-section .toggle .tabs {
  border-bottom: 1px solid grey;
  width: 100%;
  overflow: hidden;
  height: 90px;
  line-height: 36px;
}

.tab-section .toggle .tabs .tab {
  float: left;
  background: white;
  color: #777777;
  height: 60px;
  margin: 2px 8px 0;
  padding: 0 8px;
  cursor: pointer;
  border-radius: 10px;
}

.tab-section .toggle .tabs .tab:hover {
  background-color: #dcdde1;
}

.tab-section .toggle .tabs .tab.active {
  background-color: #dcdde19f;
  color: #dd4b39;
  border-bottom: 3px solid #dd4b39;
}

.tab-section .toggle .panels .panel {
  padding: 20px 10px;
  display: none;
}

.tab-section .toggle .panels .panel:first-child {
  display: block;
}

.tab-section .toggle .tab-logo {
  width: 190px;
  height: 60px;
}

.process {
  display: none;
}

@media only screen and (max-width: 900px) {
  .process {
    display: none !important;
  }
}

@media only screen and (max-width: 1400px) {
  .process {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  .process {
    display: block !important;
  }
}

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

@media only screen and (max-width: 600px) {
  .process .content-1 {
    padding-bottom: 35px;
  }
  .process .content-img-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 250px;
    background-color: whitesmoke;
  }
}

@media only screen and (max-width: 600px) and (max-width: 600px) {
  .process .content-img-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 600px) {
  .process .content-img-1::after {
    content: "";
    border: 1px dashed #252b338a;
    width: 70%;
    position: absolute;
    top: 10%;
    right: 2px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .process p {
    text-align: justify;
  }
  .process .process-img {
    width: 60px;
    height: 65px;
    margin-bottom: 10px;
  }
  .process .leaseimg {
    padding: 3px;
  }
}

@media only screen and (max-width: 600px) {
  .process .row {
    display: block !important;
  }
}

.process .row-cols-5 > div {
  max-width: 20%;
}

@media only screen and (max-width: 600px) {
  .process .row-cols-5 > div {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1400px) {
  .process {
    display: block;
  }
}

@media only screen and (max-width: 1400px) and (max-width: 600px) {
  .process h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1400px) {
  .process .content-1 {
    padding-bottom: 35px;
  }
  .process .content-img-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 250px;
    background-color: whitesmoke;
  }
}

@media only screen and (max-width: 1400px) and (max-width: 600px) {
  .process .content-img-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 1400px) {
  .process .content-img-1::after {
    content: "";
    border: 1px dashed #252b338a;
    width: 70%;
    position: absolute;
    top: 10%;
    right: 2px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .process p {
    text-align: justify;
  }
  .process .process-img {
    width: 60px;
    height: 65px;
    margin-bottom: 10px;
  }
  .process .leaseimg {
    padding: 3px;
  }
}

@media only screen and (max-width: 600px) {
  .process .row {
    display: block !important;
  }
}

.process .row-cols-5 > div {
  max-width: 20%;
}

@media only screen and (max-width: 600px) {
  .process .row-cols-5 > div {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1400px) {
  .process {
    display: block;
  }
}

@media only screen and (max-width: 1400px) and (max-width: 600px) {
  .process h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1400px) {
  .process .content-1 {
    padding-bottom: 35px;
  }
  .process .content-img-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 250px;
    background-color: whitesmoke;
  }
}

@media only screen and (max-width: 1400px) and (max-width: 600px) {
  .process .content-img-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 1400px) {
  .process .content-img-1::after {
    content: "";
    border: 1px dashed #252b338a;
    width: 70%;
    position: absolute;
    top: 10%;
    right: 2px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .process p {
    text-align: justify;
  }
  .process .process-img {
    width: 60px;
    height: 65px;
    margin-bottom: 10px;
  }
  .process .leaseimg {
    padding: 3px;
  }
}

@media only screen and (max-width: 600px) {
  .process .row {
    display: block !important;
  }
}

.process .row-cols-5 > div {
  max-width: 20%;
}

@media only screen and (max-width: 600px) {
  .process .row-cols-5 > div {
    max-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .card-common {
    padding: 20px;
  }
}

.card-images {
  max-width: 100%;
}

.card-1 {
  background-color: rgba(254, 148, 148, 0.5) !important;
  border-radius: 20px !important;
  padding-bottom: 11px;
}

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

.card-1 p {
  line-height: 1.7 !important;
  font-size: 17px !important;
}

.card-2 {
  background-color: rgba(205, 217, 43, 0.5) !important;
  border-radius: 20px !important;
  padding-bottom: 30px;
}

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

.card-2 p {
  line-height: 1.7 !important;
  font-size: 17px !important;
}

.card-3 {
  background-color: rgba(243, 220, 226, 0.5) !important;
  border-radius: 20px !important;
  margin-bottom: 30px;
}

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

.card-3 p {
  line-height: 1.7 !important;
  font-size: 17px !important;
}

.contact-box {
  padding-top: 20px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .contact-box h2 {
    font-size: 35px;
  }
}

.contact-box a {
  margin-left: 15px;
}
/*# sourceMappingURL=style.css.map */


legend.product_legend {
  padding: 0px 0px 0px 25px;
}

.global-header #box-4:hover {
  background: #7c121c;
}
.global-header #icon-4 {
  background: #7c121c;
}
.service-app{
  padding-bottom: 10px;
}
.container.service-app {
  padding-bottom: 30px !important;
}

.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;
}
span.carousel-control-prev-icon {
  display: none;
}
a.carousel-control-next {
  display: none;
}
