html {
  font-size: 62.5%;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

a:hover {
  text-decoration: none; }

/*
 *	WebFont Package Licensed to UST GLOBAL INC
 */
/* Fort Light */
@font-face {
  font-family: Fort;
  src: url("../fonts/eot/FortWeb-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/eot/FortWeb-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/FortWeb-Light.woff2") format("woff2"), url("../fonts/woff/FortWeb-Light.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/* Fort Book */
@font-face {
  font-family: Fort;
  src: url("../fonts/eot/FortWeb-Book.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/eot/FortWeb-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/FortWeb-Book.woff2") format("woff2"), url("../fonts/woff/FortWeb-Book.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

/* Fort Bold */
@font-face {
  font-family: Fort;
  src: url("../fonts/eot/FortWeb-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/eot/FortWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/FortWeb-Bold.woff2") format("woff2"), url("../fonts/woff/FortWeb-Bold.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

/* Fort Extrabold */
@font-face {
  font-family: Fort;
  src: url("../fonts/eot/FortWeb-Extrabold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/eot/FortWeb-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/FortWeb-Extrabold.woff2") format("woff2"), url("../fonts/woff/FortWeb-Extrabold.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

body {
  font-family: Fort, sans-serif; }

.navbar-light .navbar-nav .nav-link {
  color: #1c242c;
  font-size: 1.6rem;
  padding: 0rem 3rem; }

.navbar-brand-logo {
  width: 5rem; }

.navbar {
  padding: 1.5rem 1.5rem 1.5rem 5rem; }

.banner {
  margin-top: 9rem;
  background-color: #006e74;
  min-height: 40rem;
  padding: 8rem 5rem; }
  .banner__mainlabel {
    font-size: 5.2rem;
    font-weight: 100;
    color: #fff; }
  .banner__nexticon {
    width: 1.6em;
    margin: 0rem 1rem; }
  .banner__main {
    width: 50%; }
  .banner__mainlabel2 {
    font-size: 2.4rem;
    font-weight: 100;
    color: #fff; }
  .banner__mainlabel3 {
    font-size: 1.6rem;
    font-weight: 100;
    color: #fff;
    margin: 1rem 0rem 3rem 0rem; }
  .banner__btncustom {
    border: 1px solid #fff;
    color: #fff;
    background-color: #006e74;
    padding: 1.4rem 2.8rem;
    font-size: 1.6rem;
    font-weight: 100;
    cursor: pointer; }
  .banner__image {
    position: absolute;
    right: 15rem;
    top: 31rem; }
  .banner__imagesz {
    width: 50rem; }

@media (max-width: 1400px) and (min-width: 1100px) {
  .banner__imagesz {
    width: 43rem; }
  .banner__image {
    position: absolute;
    right: 10rem;
    top: 40rem; } }

@media (max-width: 1100px) and (min-width: 900px) {
  .banner__imagesz {
    width: 35rem; }
  .banner__image {
    position: absolute;
    right: 8rem;
    top: 51rem; } }

@media only screen and (max-width: 900px) {
  .banner__main {
    width: 100%; }
  .banner__image {
    display: none; }
  .banner__mainlabel {
    font-size: 3.2rem;
    font-weight: 100;
    color: #fff; }
  .banner__mainlabel2 {
    font-size: 1.8rem;
    font-weight: 100;
    color: #fff; }
  .banner__mainlabel3 {
    font-size: 1.4rem;
    font-weight: 100;
    color: #fff;
    margin: 1rem 0rem 3rem 0rem; }
  .banner {
    text-align: center; 
  } }

.overview {
  padding: 15rem 5rem; }
  .overview__heading {
    font-size: 3.2rem;
    text-align: center;
    font-weight: bold; }
  .overview__rowmargin {
    margin-top: 8rem; }
  .overview__icon {
    padding-bottom: 2rem;
    text-align: center; }
  .overview__title1 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    text-align: center; }
  .overview__title2 {
    font-size: 1.4rem; }
  .overview__iconsz {
    height: 4rem; }

@media only screen and (max-width: 900px) {
  .overview__heading , .blog__title{
    text-align: center;
    font-size: 2.4rem !important; 
  } 
}

.demo {
  padding: 10rem 5rem;
  background-color: #d7e0e3; }
  .demo__heading {
    font-size: 3.2rem;
    font-weight: bold; }
  .demo__heading2 {
    font-size: 2.0rem;
    font-weight: 100;
    text-align: center;
    margin-bottom: 0rem; }
  .demo__title1 {
    font-size: 1.8rem;
    font-weight: 100; }
  .demo__rowmargin {
    margin-top: 2rem; }
  .demo__title2 {
    font-size: 1.6rem;
    line-height: 3rem; }
  .demo__thumbnailsz {
    width: 50rem;
    cursor: pointer; }

@media only screen and (max-width: 1300px) {
  .demo__thumbnailsz {
    width: 40rem; } }

@media only screen and (max-width: 40rem) {
  .demo__thumbnailsz {
    width: 25rem; } }

.modal-title {
  font-size: 1.8rem; }

.close {
  font-size: 3.5rem; }

.modal-body {
  text-align: center; }

@media only screen and (max-width: 900px) {
  .demo__heading {
    text-align: center;
    font-size: 2.4rem; }
  .demo {
    text-align: center; } }

.benefits {
  padding: 10rem 5rem;
  background-color: #ecece1; }
  .benefits__heading {
    font-size: 3.2rem;
    text-align: center;
    font-weight: bold; }
  .benefits__rowmargin {
    margin-top: 5rem; }
  .benefits__container {
    display: flex;
    flex-wrap: wrap; }
  .benefits__icon {
    padding-bottom: 2rem;
    text-align: center; }
  .benefits__title2 {
    font-size: 1.4rem; }
  .benefits__iconsz {
    height: 4rem; }
  .benefits__info {
    background-color: #f2f7f8;
    height: 30rem;
    padding: 8rem 3rem 4rem 3rem;
    margin-bottom: 3rem; }

@media only screen and (max-width: 900px) {
  .benefits__heading {
    text-align: center;
    font-size: 2.4rem; } }

.screenshots {
  padding: 10rem 10rem 10rem 20rem; }
  .screenshots__bg {
    background-color: #f2f7f8;
    display: flex;
    justify-content: space-between;
    padding: 6rem 6rem;
    min-height: 40rem;
    position: relative; }
  .screenshots__heading {
    font-size: 3.2rem;
    font-weight: bold; }
  .screenshots__title1 {
    font-size: 1.8rem;
    font-weight: 100; }
  .screenshots__title2 {
    margin-top: 1rem;
    font-size: 1.6rem; }
  .screenshots__mac {
    position: absolute;
    right: 60rem; }
  .screenshots__macsz {
    width: 80rem; }
  .screenshots__label {
    padding-top: 6rem; }

@media (max-width: 1500px) and (min-width: 1400px) {
  .screenshots__macsz {
    width: 65rem; }
  .screenshots__bg {
    padding: 10rem 6rem; } }

@media (max-width: 1400px) and (min-width: 1300px) {
  .screenshots__macsz {
    width: 60rem; }
  .screenshots__bg {
    padding: 10rem 6rem; }
  .screenshots__label {
    padding-top: 5rem; }
  .screenshots__mac {
    right: 53rem; }
  .screenshots__bg {
    min-height: 40rem; } }

@media (max-width: 1300px) and (min-width: 1200px) {
  .screenshots__macsz {
    width: 50rem; }
  .screenshots__bg {
    padding: 10rem 6rem; }
  .screenshots__label {
    padding-top: 0rem; }
  .screenshots__mac {
    right: 53rem; }
  .screenshots__bg {
    min-height: 30rem; } }

@media (max-width: 1200px) and (min-width: 1080px) {
  .screenshots__macsz {
    width: 42rem; }
  .screenshots__bg {
    padding: 10rem 6rem; }
  .screenshots__label {
    padding-top: 0rem; }
  .screenshots__mac {
    right: 52rem; }
  .screenshots__bg {
    min-height: 20rem; } }

@media only screen and (max-width: 1080px) {
  .screenshots {
    padding: 5rem; }
  .screenshots__mac {
    position: static; }
  .screenshots__macsz {
    width: 50rem; }
  .screenshots__bg {
    padding: 10rem;
    text-align: center; }
  .screenshots__bg {
    display: block;
    min-height: 20rem; }
  .screenshots__label {
    text-align: left; } }

@media only screen and (max-width: 900px) {
  .screenshots {
    padding: 2rem; }
  .screenshots__mac {
    position: static; }
  .screenshots__macsz {
    width: 35rem; }
  .screenshots__bg {
    padding: 10rem 2rem;
    text-align: center; }
  .screenshots__bg {
    display: block;
    min-height: 20rem; }
  .screenshots__label {
    text-align: center; }
  .screenshots__heading {
    font-size: 2.4rem; } }

@media only screen and (max-width: 400px) {
  .screenshots {
    padding: 2rem; }
  .screenshots__mac {
    position: static; }
  .screenshots__macsz {
    width: 25rem; }
  .screenshots__bg {
    padding: 10rem 2rem;
    text-align: center; }
  .screenshots__bg {
    display: block;
    min-height: 20rem; }
  .screenshots__label {
    text-align: center; } }

.spy {
  padding: 15rem 5rem;
  background-color: #f2f7f8; }
  .spy__heading {
    font-size: 3.2rem;
    font-weight: bold; }
  .spy__rowmargin {
    margin-top: 5rem; }
  .spy__title1 {
    margin-top: 1rem;
    font-size: 1.8rem; }
  .spy__mainlabel {
    font-size: 4.2rem;
    font-weight: 700;
    color: #006e74;
    margin-top: 2rem; }
  .spy__btncustom {
    border: 1px solid #1c242c;
    color: #1c242c;
    background-color: #f2f7f8;
    padding: 1.4rem 2.8rem;
    font-size: 1.6rem;
    cursor: pointer; }
  .spy__thumbnailsz {
    width: 50rem; }
  .spy__margin {
    margin-bottom: 3rem; }

@media (max-width: 600px) {
  .spy__thumbnailsz {
    width: 25rem !important; } }

@media (max-width: 1300px) {
  .spy__thumbnailsz {
    width: 37rem; } }

@media only screen and (max-width: 900px) {
  .spy__heading {
    font-size: 2.4rem; }
  .spy {
    text-align: center;
    padding: 10rem 5rem; }
  .spy__mainlabel {
    font-size: 3.2rem; } }

.customer {
  padding: 10rem 5rem;
  margin-top: 10rem;
  background-color: #003C51; }
  .customer__heading {
    font-size: 3.2rem;
    color: #fff;
    font-weight: bold; }
  .customer__rowmargin {
    margin-top: 5rem; }
  .customer__title2 {
    font-size: 1.6rem;
    color: #fff;
    line-height: 3rem;
    font-weight: 100;
    text-align: left; }
  .customer__thumbnailsz {
    width: 50rem; }

@media only screen and (max-width: 600px) {
  .customer__thumbnailsz {
    width: 30rem !important; } }

@media only screen and (max-width: 400px) {
  .customer__thumbnailsz {
    width: 25rem !important; } }

@media only screen and (max-width: 1300px) {
  .customer__thumbnailsz {
    width: 37rem; } }

@media only screen and (max-width: 1080px) {
  .customer {
    margin-top: 1rem; } }

@media only screen and (max-width: 900px) {
  .customer__heading {
    font-size: 2.4rem; }
  .customer {
    text-align: center; } }

.enquiry {
  padding: 10rem 5rem;
  background-color: #d7e0e3;
  text-align: center; }
  .enquiry__heading {
    font-size: 3.2rem;
    margin-bottom: 2rem;
    font-weight: bold; }
  .enquiry__btncustom {
    border: 1px solid #1c242c;
    color: #1c242c;
    background-color: #d7e0e3;
    padding: 1.4rem 2.8rem;
    font-size: 1.6rem;
    cursor: pointer; }
  .enquiry__arrow {
    color: #006e74; }

@media only screen and (max-width: 900px) {
  .enquiry__heading {
    font-size: 2.4rem; } }

@media only screen and (max-width: 40rem) {
  .footer__title3 {
    display: none; }
  .footer__media {
    text-align: center; } }

#customer__two {
  display: none; }

iframe {
  max-width: 100%;
  height: auto; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff; }

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #006e74;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite; }

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999; }

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #006e74;
  color: #fff;
  transition: all 0.4s; }

.back-to-top i:hover {
  background: #20c997;
  color: #fff; }

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); }

#header.header-scrolled {
  top: 0;
  padding: 15px; }

.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-menu > ul {
  display: flex; }

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px; }

.nav-menu a {
  display: block;
  position: relative;
  color: #212529;
  transition: 0.3s;
  font-size: 1.8rem;
  font-weight: 100;
  padding: 0 3px;
  font-family: "Fort", sans-serif; }

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #006e74;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s; }

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
  text-decoration: none; }

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #006e74;
  text-decoration: none; }

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 26px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s; }

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible; }

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative; }

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #006e74; }

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #006e74; }

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px; }

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px); }

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%; }

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px; }

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px; }

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%; }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%; }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d"; } }

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right; }

.mobile-nav-toggle i {
  color: #222222; }

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0; }

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none; }

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 500;
  outline: none; }

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #006e74;
  text-decoration: none; }

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px; }

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1"; }

.mobile-nav .drop-down > a {
  padding-right: 35px; }

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden; }

.mobile-nav .drop-down li {
  padding-left: 20px; }

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s; }

.mobile-nav-active {
  overflow: hidden; }

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible; }

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff; }

.header__pad {
  padding: 1.5rem; }

.carousel-indicators {
  top: 34rem; }

@media (max-width: 700px) {
  .carousel-indicators {
    top: 39rem; }
  .carousel-inner {
    height: 38rem !important; }
  .customer__title2 {
    font-size: 1.2rem;
    color: #fff;
    line-height: 2rem;
    font-weight: 100;
    text-align: left; } }

.carousel-inner {
  height: 31rem;
  top: 3rem; }

.carousel-caption {
  color: #fff;
  top: 50%; }

.modal {
  padding-right: 0rem;
  z-index: 10000; }

  @media (min-width: 768px) {
    .modal-xl {
      width: 90%;
     max-width:1200px;
    }
  }

  .cookiebg{
    background: #f2f7f8 !important;
    padding: 4rem 8rem !important;
    color:#212529!important;
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
  }
  .cookie__label{
    width: 60%;
  }
  .cookie__action{
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
  }
   .cookie__btncustom {
    border: 1px solid #1c242c;
    color: #1c242c;
    background-color: #f2f7f8;
    padding: 1.4rem 2.8rem;
    font-size: 1.6rem;
    cursor: pointer;
    margin-left: 0px !important;
     }
  @media (max-width: 900px) {
    .cookie__label{
    width: 100%;
  }
   .cookie__action{
    margin-left: inherit;
    margin-top:1rem;
  } 
  }
  .cookie__no{
    color:#212529!important;
    text-decoration: none !important;
    margin-left: 2rem;
  }
  .cookie__reject{
    padding-top: 2rem;
  }

.blog {
  padding: 15rem 5rem 4rem;
  background-color: #f9f9f9;
}

.blog__container {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.blog__title {
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10rem;
}

.blog__nexticon {
    width: 1.6em;
    margin: 0rem 1rem; 
    
  }


.blog__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 1rem;
}
#loadMoreBtn {
  margin-top: 20px;
  padding: 10px 20px;
}
#loadMoreBtn:hover{
  background-color: #006e74;
  color: white;
  cursor: pointer;
}

.hover-icon {
  transition: filter 0.3s ease;
}
a:hover .hover-icon {
  filter: brightness(0) invert(1); 
}
.loadmore{
  display: flex;
  justify-content: center;
}
.blog__card {
  overflow: hidden;
  border-radius: 1rem;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 0.5rem;
}

.blog__card:hover {
  transform: translateY(-5px);
}

.blog__image-card {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.swiper-slide {
  display: flex;
  justify-content: center;
}
.blog__slide-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog__overlay {
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 1.4rem;
  padding: 1.2rem;
  text-align: left;
  font-weight: 400;
  box-sizing: border-box;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.blog__text {
  flex: 1;
}

.blog__nexticon {
  width: 2rem;
  height: auto;
  opacity: 0;
  transform: translateX(8px);
  transition: all 0.3s ease;
}

.blog__image-card:hover .blog__nexticon {
  opacity: 1;
  transform: translateX(0);
}


@media screen and (max-width: 400px) {
  
  .blog__grid {
    grid-template-columns: 1fr;
    padding: 0.5rem;
  }

  .blog__text {
    font-size: 0.95rem;
  }
  .navbar-logo{
    display: inline-block;
  }
  
}

.social-icons a {
  text-decoration: none;
}

.social-icons i {
  color: black !important;
  font-size: 20px;
  background: none !important;
  border: none;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.3s ease;
}

.social-icons i:hover {
  color: #545454 !important; 
}
.ust-footer {
  background-color: #111827; 
  color: white;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
}
.ust-footer ul {
  padding-left: 0;
}
.ust-footer li {
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.ust-footer h6,
.ust-footer h5 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.ust-footer .bg-light {
  background-color: #f6f6f6 !important;
}
.footer__logo{
  padding: 2rem;
}
.footer__logo img {
  width: 5rem;
}
.cookie-link {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
  padding-bottom: 1px;
}
.cookie-link:hover {
  color: #ccc;
  border-bottom-color: #ccc;
}
.cookie-text {
  margin: 10px;
  margin-left: 20px;
}
.title_space h4 {
  font-weight: bold;
  margin-bottom: 2rem; 
}
.footer-heading {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0.75rem;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
  cursor: pointer;
  padding-bottom: 2px;
}
.ust-footer li{
  display: inline-block;
  margin-bottom: 0.75rem;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
  cursor: pointer;
  padding-bottom: 2px;
}
.footer-heading:hover,.ust-footer li:hover {
  border-bottom-color: white;
}
