@font-face {
  font-family: BlackerProTextCondensedMedium;
  src: url(../fonts/fonts/BlackerProTextCondensedTrial-Medium.woff2);
}

@font-face {
  font-family: BlackerProTitlingInlineBold;
  src: url(../fonts/fonts/BlackerProTitlingInlineTrial-Bold.woff2);
}

body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}

h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}

h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}

p {
  font-size: 15px;
}

p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}

a,
Link {
  color: #608dfd;
  font-weight: 400;
}

a:hover,
a:focus,
Link:hover,
Link:focus {
  text-decoration: none;
  color: #f35525 ! important;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

ul,
ol {
  padding: 0;
  -webkit-padding: 0;
  -moz-padding: 0;
}

/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
}

#menu.navbar-default {
  background-color: #fff;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

#menu .navbar-brand {
  font-family: "Raleway", sans-serif;
  box-shadow: 2px 2px 10px #00000059;
  border-radius: 5px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  background: linear-gradient(to right, #fd9b7e 0%, #8490fe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#menu .navbar-brand:hover {
  color: #fff;
  background: linear-gradient(to right, #fd9b7e 0%, #8490fe 100%);
  background-clip: none;
  -webkit-background-clip: none;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
}

#menu.navbar-default .navbar-nav>li>a {
  margin: 9px 15px 0;
  padding: 8px 2px;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #555;
  font-size: 15px;
  font-weight: 500;
}


#menu.navbar-default .navbar-nav>.dropdown>.dropdown-menu>li>a {
  margin: 3px 20px;
  padding: 4px 2px;
  border-radius: 0;
  color: #555;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  word-spacing: 2px;
}

#menu.navbar-default .navbar-nav>li>a:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 10%;
  background: linear-gradient(to right, #fb7b54 0%, #5969fb 100%);
  transition: width 0.5s;
}

#menu.navbar-default .navbar-nav>li>a:hover:after {
  width: 100%;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  background-color: transparent;
  text-decoration: none;
}

.navbar-default .navbar-nav>.active>a:after,
.navbar-default .navbar-nav>.active>a:hover:after,
.navbar-default .navbar-nav>.active>a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 10% !important;
  background: linear-gradient(to right, #fb7b54 0%, #5969fb 100%);
  content: "" !important;
  transition: width 0.5s !important;
}

.navbar-toggle {
  border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #f35525;
  text-decoration: none;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
  background-color: #f35525;
}

#about .section-title,
#companies .section-title,
#clients .section-title,
#management .section-title,
#contact .section-title {
  margin-bottom: 10px;
}

.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.section-title h2::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
  background: linear-gradient(to right, #fb7b54 0%, #5969fb 100%);
}

.section-title p {
  font-size: 18px;
}

.btn-custom {
  width: 100%;
  margin: 0;
  padding: 14px 24px;
  border: 0;
  border-radius: 0;
  background-image: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #6372ff !important;
  background: #fff;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}

/* Header Section */
#header {
  display: table;
  width: 100%;
  height: 100vh;  
}

.intro {
  display: table;
  width: 100%;
  height: 100vh;
  padding: 0;
  background: center center no-repeat;
  background-color: #e5e5e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
}

.intro .overlay {
  background: #00000016;
  height: 100vh;
}

.intro video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header .intro-text {
  padding-top: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
  text-align: center;
}

.headerName {
  margin-inline: auto;
  padding: 0px 20px;
  border-radius: 10px;
}

.parallax-effect-glare-scale {
  background: rgba(0, 0, 0, 0.65);
  margin-inline: auto;
  padding: 10px 20px;
  border-radius: 10px;
  transform-style: preserve-3d;
}

.intro h1 {
  font-family: "BlackerProTitlingInlineBold";
  text-transform: uppercase;
  font-size: 82px;
  letter-spacing: 3px;
  font-weight: 700;
  background: linear-gradient(to right, #fa7952 30%, #5566fe 70%);
  filter: drop-shadow(15px 15px 30px #000000);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.intro h3 {
  font-family: "BlackerProTextCondensedMedium";
  font-size: 35px;
  font-weight: 700;
  background: linear-gradient(to right, #fa7952 30%, #5566fe 70%);
  filter: drop-shadow(15px 15px 30px #000000);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 7px;
  margin-bottom: 10px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.intro h4 {
  font-family: "BlackerProTextCondensedMedium";
  font-size: 25px;
  font-weight: 400;
  text-transform: none;
  background: linear-gradient(to right, #fa7952 30%, #5566fe 70%);
  filter: drop-shadow(15px 15px 30px #000000);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
}

.servicePage>#header>.intro>.overlay>.container,
.individualCompany>#header>.intro>.overlay>.container {
  height: 100% !important;
  width: 100%;
}

.servicePage>#header>.intro>.overlay>.container>.row>.intro-text>.headerName>.parallax-effect-glare-scale,
.individualCompany>#header>.intro>.overlay>.container>.row>.intro-text>.headerName>.parallax-effect-glare-scale {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -120px;
  border-radius: 0px;
  transform-style: preserve-3d;
}

.servicePage>#header>.intro>.overlay>.container>.row>.intro-text>.headerName>.parallax-effect-glare-scale>h1 {
  font-size: 45px;
}

.individualCompany>#header>.intro>.overlay>.container>.row>.intro-text>.headerName>.parallax-effect-glare-scale>h1 {
  font-size: 32px;
}

/* About Section */
#about {
  background-image: linear-gradient(to bottom, #b45ee9, #115b5b);
}

.overlay {
  padding: 100px 0;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: block;
  margin-inline: auto;
  text-align: center;
}

.aboutTop {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutBottom {
  margin-top: 20px;
}

#about .aboutImgWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.homePage>#about>.overlay>.container>.row>.aboutImgWrapper>video {
  display: block;
  width: 100%;
}

.homePage>#about>.overlay>.container>.row>.aboutImgWrapper>img {
  display: none;
}

#about img {
  width: 520px;
  aspect-ratio: 4/3;
  object-fit: cover;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}

.individualCompany>#about>.overlay>.container>.row>.aboutImgWrapper img {
  display: block
}
.individualCompany>#about>.overlay>.container>.row>.aboutImgWrapper video {
  display: none;
}

#about .about-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  padding: 0;
  list-style: none;
}

#about p {
  line-height: 24px;
  margin: 0;
  white-space: pre-wrap;
  color: #444;
}

.counterWrapper {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.counterNumber h1 {
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  font-family: "Rubik", sans-serif;
  text-align: center;
  font-size: 30px;
  color: #111;
  font-weight: 600;
}

.counterTitle>h3 {
  margin: 0px !important;
  text-align: center;
  font-size: 18px;
}

.aboutWhy h3 {
  font-size: 22px;
  margin: 0 0 20px;
}

#about .aboutWhy li:before {
  content: "\f058";
  font-family: "FontAwesome";
  color: #049838;
  font-size: 15px;
  font-weight: 300;
  padding-right: 8px;
}

/* Services Section */
#services {
  background-image: linear-gradient(to right, #b45ee9, #115b5b);
  color: #fff;
}

#services .overlay {
  padding-top: 100px;
  background: rgba(37, 37, 37, 0.534);
}

#services h2 {
  color: #fff;
}

#services .serviceCardWrapper {
  margin-top: 10px;
  margin-bottom: 50px;
}

#services .serviceCardWrapper .serviceCardWrapperName {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

#services .section-title h2::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  background: #fff;
}

#services .service-desc {
  margin: 10px 10px 20px;
  margin-bottom: 25px;
  white-space: pre-wrap;
}

.serviceBtn {
  display: block;
  width: 50%;
  padding: 5px 15px;
  border-radius: 20px;
  box-shadow: 2px 2px 15px 2px #8490fe;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transform: translate(50%, 80px);
  transition: all 0.3s;
}

.serviceBtn:hover {
  background: linear-gradient(to right, #fd9b7e 0%, #8490fe 100%);
  color: #000000 !important;
  text-decoration: none;
}

.service:hover .serviceBtn {
  transform: translate(50%, 0px);
}

.service {
  height: 420px;
  margin: 15px 0px;
  padding: 30px 10px;
  overflow: hidden;
  transition: all 0.3s;
  border-top: 1px solid #ffffff00;
  border-left: 1px solid #ffffff00;
}

.service:hover {
  border-radius: 20px;
  transform: scale(1.03);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 50px 2px #64699e;
}

.service i {
  width: 120px;
  height: 120px;
  padding: 40px 0;
  border-radius: 50%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 50px 2px #5860a3;
  background: linear-gradient(to right, #fd9b7e 0%, #8490fe 100%);
  color: #111;
  font-size: 42px;
  transition: all 0.3s;
}

.service:hover>i {
  background: linear-gradient(to right, #fd9b7e 0%, #8490fe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 5px 5px 30px 5px #8490fe;
}

.service-desc h3 {
  padding: 5px 0;
  font-weight: 500;
  color: #ddd;
  height: 65px;
  overflow: hidden;

}

.service:hover>.service-desc h3,
.service:hover>.service-desc p {
  color: #fff;
}

.service-desc p {
  color: #ccc;
  height: 85px;
  overflow: hidden;
}

/* companies Section */
#companies {
  background: #f6f6f6;
  background-image: linear-gradient(to right bottom, #b45ee9, #115b5b);
}

#companies .overlay {
  padding: 100px 0;
  background: rgba(255, 255, 255, 0.75);
}

.company {
  height: 380px;
  margin: 10px 0px;
  overflow: hidden;
  padding: 10px 15px;
  transition: all 0.3s;
}

.company:hover {
  border-radius: 20px;
  box-shadow: 5px 5px 50px 10px #8490fe;
  transform: scale(1.03);
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  border-left: 1px solid rgba(255, 255, 255, 0.75);
}

.companyIcon {
  width: 100px;
  height: 100px;
  padding: 30px 0;
  margin-top: 30px;
  border-radius: 50%;
  background: linear-gradient(to right, #fd9b7e 0%, #8490fe 100%);
  box-shadow: 2px 2px 20px 3px #8490fe;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  border-left: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
  font-size: 38px;
  transition: all 0.5s;
}

.company:hover>.companyIcon {
  background: linear-gradient(to right, #fd9b7e 0%, #8490fe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-shadow: 2px 2px 20px 3px #0000005e;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  border-left: 1px solid rgba(255, 255, 255, 0.75);
}

.companyName {
  height: 60px;
  color: #333;
}

.company:hover>.companyName {
  color: #5768ff;
}

.companyDescription {
  height: 65px;
  color: #444;
  text-decoration: none;
}

.company:hover>.companyDescription {
  color: #333;
}

.companyBtn {
  display: block;
  width: 50%;
  margin-top: 20px;
  padding: 5px 15px;
  border-radius: 20px;
  box-shadow: 2px 2px 20px 3px #0000005e;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transform: translate(50%, 90px);
  transition: all 0.3s;
}

.companyBtn:hover {
  background: linear-gradient(to right, #fd9b7e 0%, #8490fe 100%);
  color: #000000 !important;
  text-decoration: none;
}

.company:hover .companyBtn {
  transform: translate(50%, 0px);
}

/* clients Section */
#clients {
  background-image: linear-gradient(to right bottom, #b45ee9, #115b5b);
}

#clients .overlay {
  min-height: 100vh;
  padding: 100px 0;
  background: rgba(255, 255, 255, 0.85);
}

.client {
  position: relative;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  margin: 10px 0px;
}

.clientBox {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.client-image {
  float: left;
  border: 1px solid rgba(131, 121, 249, 0.35);
  border-radius: 50%;
  box-shadow: 1px 1px 5px #0000005e;
  padding: 5px;
  transition: all 0.1s;
}

.client-image:hover,
.client-image:hover>img {
  box-shadow: 2px 2px 20px 3px #0000005e;
  padding: 0;
  transform: scale(1.05);
}

.client-image img {
  width: 100%;
  aspect-ratio: 1/1;
  margin: auto;
  border-radius: 50%;
  object-fit: cover;
  transition: all 0.2s;
}

.client-content {
  position: relative;
  overflow: hidden;
}

.client-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}

/* management Section */
#management {
  background-image: linear-gradient(to right bottom, #b45ee9, #115b5b 90%);
  color: #fff;
}

#management .overlay {
  padding: 100px 0;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.3);
}

#management h2 {
  color: #fff;
}

#management .section-title h2::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  background: #fff;
}

.managementCard {
  z-index: 999;
  margin: 0px 5px 50px 5px;
  padding: 7% 5% 10% 5%;
  width: 260px;
  height: 380px;
  border-top: 1px solid #ffffff00;
  border-left: 1px solid #ffffff00;
}

.management {
  display: flex;
  justify-content: center;
  align-items: center;
}

.managementCard:hover {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 5px 5px 30px 5px #8490fe;
  border-radius: 20px;
}

.management-img {
  margin: auto;
  width: 210px;
  height: 210px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 1px 1px 10px 1px #8490fe;
  transition: all 0.3s ease;
}

.managementCard:hover>.management-img {
  height: 250px;
  box-shadow: none;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.managementCard:hover>.management-img img {
  transform: scale(1.1);
}

.management-img>img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  transform-origin: 50% 50%;
}

.caption h4 {
  margin: 5px 0;
  color: #ddd;
  transition: all 0.3s ease;
}

.caption p {
  margin: 5px 0;
  color: #ccc;
  white-space: pre-wrap;
  transition: all 0.3s ease;
}

.managementCard:hover>.caption h4,
.managementCard:hover>.caption p {
  color: #fff;
}

#management .thumbnail {
  background: transparent;
  border: 0;
}

#management .thumbnail .caption {
  padding: 10px 0 0;
  color: #888;
}

/* Contact Section */
#contact {
  padding: 100px 0px;
  background: #1e202a;
  background: linear-gradient(to right, #232530 0%, #3b4652 70%);
  color: #ffffffbf;
}

#contact .section-title {
  margin-bottom: 20px;
}

#contact .section-title p {
  font-size: 18px;
}

#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 35px;
  padding-bottom: 15px;
}

#contact .section-title h2::after {
  position: absolute;
  content: "";
  background: #fff;
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
}

#contact h3 {
  color: #fff;
  font-weight: 800;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}

#contact form {
  padding-top: 10px;
}

#contact .text-danger {
  color: #cc0033;
  text-align: left;
}

#contact .btn-custom {
  margin-top: 10px;
  background: transparent;
  border: 2px solid #fff;
}

#contact .btn-custom:hover {
  color: #333 !important;
  background: #fff;
  box-shadow: 1px 1px 10px 3px #8490fe;
}

#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 20px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  transition: none;
}

#contact .form-control:focus {
  box-shadow: 1px 1px 10px 3px #8490fe;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-control::-webkit-input-placeholder {
  color: #777;
}

.form-control:-moz-placeholder {
  color: #777;
}

.form-control::-moz-placeholder {
  color: #777;
}

.form-control:-ms-input-placeholder {
  color: #777;
}

#contact .contact-item {
  margin: 20px 0;
}

#contact .contact-item .contactValue {
  margin: 5px 0px 20px 25px;
  font-size: 18px;
}

#contact .contact-item .contactValue a {
  display: inline-block;
  padding: 2px 6px;
  color: #ffffffbf;
  font-size: 18px;
  text-decoration: none;
}

#contact .contact-item .supportArea {
  display: inline-block;
  color: #ffffffbf;
  font-size: 13px;
  text-transform: capitalize;
}

#contact .contact-item p a:hover,
#contact .contact-item p a:focus {
  background-color: #fff;
  color: #000 !important;
  box-shadow: 1px 1px 10px 2px #8490fe;
}

#contact .contact-item span {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0px;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
}

#contact .contact-item i.fa {
  margin-right: 5px;
  font-size: 20px;
}

/* Footer Section*/
#footer {
  padding-top: 30px;
  padding-bottom: 20px;
  background: #1e202a;
  background: radial-gradient(circle, #3b4652, #232530);
  border-top: 0.5px solid #00000041;
  color: #ffffffbf;
}

#footer p {
  color: #fff;
  font-size: 14px;
}

#footer>.container>p>span>a {
  display: inline-block;
  border-top: 2px solid #00000000;
  border-bottom: 2px solid #00000000;
  font-weight: 600;
  background: linear-gradient(to right, #00ff59 30%, #00ffff 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#footer>.container>p>span>a:hover {
  border-top: 2px solid #00ff59;
  border-bottom: 2px solid #00ffff;
  color: #a5e1fb !important;
}