* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Exo';
  font-display: fallback;
}

body {
  margin: 0;
  font-family: 'Exo', Arial, sans-serif;
  font-weight: bold;
  width: 100vw;
  overflow-x: hidden;
}

body main {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.header {
  display: flex;
  overflow: hidden;
  background-color: #071b2e;
  padding: 5px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.header .header-right a {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  color: white;
  text-align: center;
  padding: 18px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
  border-bottom: 2px solid transparent;
}

.header .logo2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
  background-position: center; /* Center the image */
  background-repeat: no-repeat;
  width: 250px;
  height: 75px;
  padding-left: 24px;
}

.header-right {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
  justify-items: space-between;
  margin-right: 12px;
}

.header .header-right a:hover {
  color: #0482ff;
  transition: all 0.5s;
}

.header-hamburger {
  display: none;
}

.header-hamburger .icon {
  color: #fff;
}

.header input[type='checkbox'] {
  position: fixed;
  top: -9999px;
  left: -9999px;
}

@media screen and (min-width: 999px) and (max-width: 1243px) {
  .pricing-media {
    display: flex;
    justify-content: center;
  }
  .pricing_wrap {
    max-width: 990px;
  }
}

@media screen and (max-width: 745px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 3;
  }

  .logo2 {
    margin-left: -4px;
  }
  .header-right {
    display: none;
  }

  .header-hamburger {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    margin-right: 36px;
  }

  .header-hamburger .icon {
    font-size: 25px;
    width: fit-content;
    height: auto;
    position: relative;
    z-index: 3;
    cursor: pointer;
  }

  .header-hamburger .icon i::before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    bottom: 0;
    transform: translateY(-60%);
  }

  .header .header-right {
    display: flex;
    position: fixed;
    top: 85px;
    left: -100%;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    justify-items: space-between;
    background-color: #071b2e;
    z-index: 1;
    transition: all 0.3s;
  }

  .header .header-right a {
    width: 80%;
    margin-inline: auto;
    text-align: center;
    display: inline-block;
  }

  .header input:checked ~ .header-right {
    left: 0;
  }
}

.hero {
  position: absolute;
  width: 100%;
  height: auto;
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  padding: 24px 48px;
  z-index: 1;
}
#c {
  width: 100%;
  height: 100%;
  display: none;
}
.hero h1 {
  font-weight: bold;
}

h1 {
  display: flex;
  font-family: 'Exo';
  font-size: 56px;
  color: #0482ff;
}

.hero .hero_content h1#text_intro {
  text-align: center;
  padding-top: 8px;
}

.hero_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.hero #intro {
  padding-top: -4px;
  font-family: 'Exo';
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  text-align: center;
  padding-bottom: 24px;
}

.hero #intro1 {
  font-family: 'Exo';
  font-size: 16px;
  text-align: flex-start;
}

main .hero .cta {
  display: flex;
  flex-direction: row;
  height: 80px;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
}

main .hero .cta a {
  padding: 12px 28px;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
}

#l_more {
  text-align: center;
  background-color: #0482ff;
  border: 2px solid #0482ff;
  color: white;
}

#btn-contact {
  text-align: center;
  background-color: transparent;
  border: 2px solid #0482ff;
  color: white;
  text-decoration: none;
  background: linear-gradient(45deg, #0080ff30, #0080ff30);
  background-size: 500% 100%;
  background-position: left;
  background-position: right;
  transition: background-position 0.3s;
  margin-left: 16px;
}

.fields {
  background: linear-gradient(to top, rgba(0, 121, 237, 1), rgba(7, 20, 33, 1));
  width: 100%;
  height: 50px;
  display: flex;
  padding: 5px;
  padding-top: 15px;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  align-content: center;
  justify-content: center;
  text-align: justify;
}

.fields2 {
  background: linear-gradient(
    to bottom,
    rgba(0, 121, 237, 1),
    rgba(7, 20, 33, 1)
  );
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
}

.fields,
.fields2 {
  width: 100%;
  overflow-x: hidden;
}

.fields .marquee,
.fields2 .marquee {
  width: 3000px;
  animation: marquee 24s linear infinite;
  white-space: nowrap;
}

.fields2 .marquee.right {
  animation-direction: reverse;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.text_offers1 {
  width: 100%;
  font-size: 28px;
  color: #0079ed;
  font-weight: bold;
  margin-top: 60px;
}
.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 20px;
  border-radius: 58px;
  fill-opacity: 70%;
  backdrop-filter: blur(0px);
  overflow-x: auto;
}
@media screen and (min-width: 1221px) {
  .process-btn {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  .servicesButtons {
    width: 100%;
  }
  .services-btn {
    border: 2px solid #0482ff;
    z-index: 5;
    position: relative;
    top: 220px !important;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #071b2e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0482ff;
    cursor: pointer;
    border-radius: 50%;
    font-size: 16px;
  }

  #btn-left {
    float: left;
  }
  #btn-right {
    float: right;
  }

  #btn-left.clicked,
  #btn-right.clicked {
    animation: btnScroll 0.5s;
  }
  .process-btn {
    margin-right: 24px;
    background-color: #071b2e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #0482ff;
    border: 2px solid #0482ff;
    font-size: 16px;
  }
  .process-btn.clicked {
    animation: btnScroll 0.5s;
  }

  @keyframes btnScroll {
    0% {
      background-color: #071b2e;
      color: #0482ff;
    }
    50% {
      background-color: #0079ed;
      color: white;
    }
    100% {
      background-color: #071b2e;
      color: #0482ff;
    }
  }
}

.text_offers {
  width: 100%;
  font-size: 28px;
  color: #0079ed;
  padding-bottom: 5px;
  padding-left: 24px;
  font-weight: bold;
}

.services_content {
  width: 100%;
  display: grid;
  justify-content: flex-start;
  grid-template-columns: repeat(4, minmax(285px, 300px));
  grid-auto-rows: 200px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.scroll-snap-disabled {
  scroll-snap-type: none;
}

@media screen and (min-width: 1025px) {
  .hero_content,
  .cta {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media screen and (min-width: 1330px) {
  .services_content {
    justify-content: center;
    gap: 24px;
  }
  .process_wrap {
    justify-content: center !important;
  }
}

@media screen and (min-width: 767px) {
  .process_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .services_content {
    flex-wrap: nowrap;
  }
  .hero {
    padding: 8px 24px;
  }
}
@media screen and (max-width: 481px) {
  #intro1 {
    display: none;
  }
}

.service_wrap {
  display: flex;
  place-items: center;
  max-width: 285px;
  padding: 1rem;
  position: relative;
  background: linear-gradient(to right, #175c9c, #071b2e);
  padding: 3px;
  border-radius: 40px;
  margin: 4px;
  justify-content: center;
  scroll-snap-align: center;
}

.service_box1 {
  background: linear-gradient(
    to bottom,
    rgba(11, 73, 135, 1),
    rgba(18, 85, 200, 0.05)
  );
  display: flex;
  flex-direction: column;
  padding: 5px 5px;
  border-radius: 35px;
  max-width: 285px;
  width: 265px;
  height: 180px;
  margin: 3px;
}

.service {
  justify-content: center;
  display: flex;
  padding: 10px;
  width: 100%;
  height: 44px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: black;
  opacity: 0.7;
}

h3.service_text {
  display: flex;
  color: white;
  font-size: 18px;
  padding-top: 6px;
}

.service_textdetails {
  padding-top: 12px;
  font-size: 14px;
  color: white;
}

.service .material-symbols-outlined {
  padding-top: 3px;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
  font-size: 24px;
}

.service_wrap:hover {
  background: #0482ff;
}

.service_box1:hover {
  color: white;
  width: 265px;
  height: 175px;
  display: flex;
  background: #071b2e;
  transition: all 0.3s;
}

.process {
  width: 100%;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #071b2e;
  width: 100%;
  padding-top: 40px;
  overflow-x: auto;
}

.processsection {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.processButtons {
  display: flex;
}

.process_wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
  margin: 20px auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  overflow-x: scroll;
  overflow-y: hidden;

  scroll-snap-type: x mandatory;
}

.process_div {
  display: flex;
  flex-direction: column;
  padding: 8px;
  width: 180px;
  height: 250px;
  justify-content: center;
  align-items: center;
  margin: 10px 36px;
  perspective: calc(180px * 5);

  scroll-snap-align: center;
}

.process_div * {
  transition: all 0.5s;
}

.process_rectangle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.15)
  );
  min-width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 10px 32px;
  position: relative;
  cursor: pointer;
  opacity: 1;
  position: relative;
}

.process_backside {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.15)
  );
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  opacity: 0;
}

.process_div:hover .process_rectangle svg {
  opacity: 0;
}

.process_div:hover .process_backside {
  opacity: 1;
}

.process_backside_text {
  font-size: 10px;
  width: 100%;
  text-align: center;
  margin: auto;
}

.process_text {
  display: flex;
  justify-content: center;
  font-size: 18px;
}

.pricing {
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  background: #071b2e;
  width: 100%;
  padding-top: 40px;
}

.pricing .pricing-currency-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 4rem;
  margin-bottom: 1rem;
}

.pricing .pricing-currency-container select {
  margin-left: 10px;
  background: transparent;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  outline: none;
}

.pricing p.discounts {
  font-size: 16px;
  font-weight: bold;
  color: white;
  margin-right: 1rem;
}

.pricing_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 0 24px;
  gap: 24px;
}

.pricing_card {
  opacity: 0.75;
  justify-content: center;
  background: linear-gradient(
    to bottom,
    rgba(0, 128, 255, 0.1),
    rgba(0, 128, 255, 1)
  );
  width: 220px;
  border-radius: 12px;
  padding-top: 20px 0;
  backdrop-filter: blur(20px);
  border-style: solid;
  box-shadow: 0 0 10px 1px #0092fd;
  box-shadow: 0 0 10px 1px #0092fd;
  margin-bottom: 20px;
}

.pricing_card:hover {
  box-shadow: 0 0 10px 5px #0092fd;
  box-shadow: 0 0 10px 5px #0092fd;
  opacity: 1;
}

.pricing_name {
  display: flex;
  background: linear-gradient(
    to right,
    rgba(0, 146, 253, 0.15),
    rgba(0, 146, 253, 0.35)
  );
  height: 28px;
  padding-top: 12px;
  padding-left: 8px;
  margin-right: 20px;
}

.pricing_card .pricing_name .pricing_text {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
}

.pricing_text2 {
  padding-top: 24px;
  justify-content: center;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  color: #1ab700;
}

.pricing_text3 {
  justify-content: center;
  display: flex;
  font-size: 10px;
  font-weight: solid;
  color: dodgerblue;
  margin-top: -12px;
}

.pricing .prices_note {
  font-size: 14px;
  color: white;
  font-weight: italic;
  margin-top: 12px;
  padding: 0px 40px;
  justify-content: center;
}

hr.line {
  display: flex;
  border: 1px solid;
  margin: auto;
  justify-content: center !important;
  width: 80%;
  opacity: 0.2;
}

.benefits {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: white;
  text-align: left;
  padding-top: 8px;
}

.icon {
  display: flex;
  flex-direction: row;
}

.icon_done {
  background-color: #1ab700;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  display: inline-flex;
  margin-left: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  justify-content: center;
  align-items: center;
}

.text_icon {
  padding-top: 4px;
  align-items: center;
  font-size: 12px;
  margin: 2px;
}

.about_us {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  justify-content: center;
  width: 100%;
  height: auto;
  background-color: #071b2e;
  background-image: url('/images/about.png');
  background-position: right bottom;
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  background-size: 1300px;
}

.ab_bckg {
  width: 80%;
}

.about_us .about_us_text {
  margin-left: 40px;
  width: 80%;
  color: white;
  justify-content: center;
  margin-bottom: 16px;
}

.about_us #ab_text {
  font-family: 'Exo';
  font-size: 14px;
  font-weight: medium;
  text-align: left;
  padding-bottom: 6px;
}

.faq {
  width: 100%;
  justify-items: center;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background-color: #071b2e;
  padding: 20px 0;
}

.faq_questions {
  display: flex;
  align-items: center;
  background: linear-gradient(
    to bottom,
    rgba(0, 128, 255, 0.05),
    rgba(0, 128, 255, 1)
  );
  color: black;
  font-size: 14px;
  text-align: left;
  width: 85%;
  justify-content: space-between;
  padding-left: 20px;
  margin: 20px auto;
}

.faq input[name='faq'] {
  position: fixed;
  top: -9999px;
  left: -9999px;
}

.faq input[name='faq']:checked + .faq-answer {
  display: flex;
}

.faq_text {
  font-size: 16px;
  font-weight: medium;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  padding-top: 15px;
  color: white;
}

.faq_icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-end !important;
  padding-right: 10px;
  color: #fff;
}

.faq .faq_wrap .faq-answer {
  display: none;
  background-color: #0365c7 !important;
  color: white;
  font-size: 14px;
  text-align: left;
  width: 85%;
  justify-content: space-between;
  margin: -20px auto 20px;
  border: 20px solid #0080ff;
  border-top: 0;
}

.faq .faq_wrap .faq-answer h4 {
  padding: 20px;
  font-size: 14px;
}

.contact {
  display: flex;
  background-color: white;
  justify-content: center;
  width: 100%;
  height: 850px;
  padding-top: 0px;
  padding: 0px;
  position: relative;
  background-image: url('/images/contact.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact .text_offers {
  margin-top: 28px;
}

.contact .contact_form {
  display: flex;
  flex-direction: column;
  padding: 16px;
  background-color: #124b7f;
  justify-content: center;
  min-width: 300px;
  width: 41%;
  height: 580px;
  border-radius: 12px;
  position: absolute;
  top: 150px;
  margin-top: 64px;
  opacity: 0.93;
}
.contact .contact_form:hover {
  opacity: 1;
}

.contact .contact_form .h-captcha {
  margin-inline: auto;
  width: 100%;
  text-align: center;
  overflow: auto;
}

.input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
}

.input label {
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
}

.input label:focus {
  outline: 3px solid #0079ed;
}

.input input,
.input textarea {
  padding-left: 5px;
  border-radius: 4px;
  padding-bottom: 4px;
}

.contact .contact_form .input textarea {
  width: 100%;
  min-height: 150px;
  resize: vertical;
  padding-bottom: 175px;
  background-color: #fff;
  padding-left: 5px;
}

.contact_button {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 12px;
}

.contact_button .contact_btn {
  display: flex;
  width: 104px;
  height: 40px;
  text-align: center;
  justify-content: center;
  border-radius: 12px;
  margin: auto;
  background: linear-gradient(45deg, #0080ff30, #0080ff30);
  border: 2px solid #0482ff;
  color: #0482ff;
  margin-top: auto;
  margin-bottom: auto;
  align-items: center;
}

.contact_button .contact_btn:hover {
  background-color: #0482ff;
  transition: 0.1s;
  color: white;
}

.contact_button .contact_btn span {
  font-size: 20px;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.contact_button .contact_btn span.rotate {
  animation: rotate 1s linear infinite;
  transform-origin: center;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.contact_button .contact_btn p.btn_text {
  font-size: 16px;
  align-items: center;
  justify-content: left;
  padding-top: 16px;
  padding-left: 20px;
}

.svg_container {
  align-items: center;
  justify-content: center;
}

footer {
  width: 100%;
  justify-content: center;
  justify-items: center;
  background-color: #030303;
  padding: 20px;
  align-items: center;
}

footer .footer_upper {
  display: flex;
  flex-direction: row;
  background-color: #030303;
  padding: 8px 16px;
}

footer .footer_upper .footer_contact {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
}

footer .footer_upper .footer_contact .contact_cards {
  display: flex;
  flex-direction: column;
  width: 180px;
  background-color: #030303;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

footer .footer_upper .footer_contact .contact_cards .card_line {
  display: flex;
  height: 90px;
  width: 100%;
  background-color: #030303;
  flex-direction: column;
  justify-content: center !important;
  justify-items: center;
  align-items: center;
}

footer .footer_upper .footer_contact .contact_cards .card_line2 {
  display: flex;
  height: 90px;
  width: 100%;
  background-color: #030303;
  flex-direction: column;
  justify-content: center !important;
  justify-items: center;
  align-items: center;
}

footer .footer_upper .footer_contact .contact_cards .card_line .card_circle {
  display: flex;
  border-radius: 50%;
  width: 48px !important;
  height: 48px !important;
  justify-content: center;
  background-color: #0482ff;
  justify-content: center;
  align-items: center;
}

footer .footer_upper .footer_contact .contact_cards .card_line2 .card_circle {
  display: flex;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  justify-content: center;
  background-color: #0482ff;
  justify-content: center;
  align-items: center;
}

footer
  .footer_upper
  .footer_contact
  .contact_cards
  .card_line
  .footer_contact_text {
  display: flex;
  padding-top: 8px;
}

footer
  .footer_upper
  .footer_contact
  .contact_cards
  .card_line
  .footer_contact_text
  a {
  display: flex;
  padding-top: 8px;
  color: #fff;
}

footer
  .footer_upper
  .footer_contact
  .contact_cards
  .card_line
  .footer_contact_text
  p.text {
  display: flex;
  font-size: 16px;
  margin-bottom: 8px;
}

footer
  .footer_upper
  .footer_contact
  .contact_cards
  .card_line2
  .footer_contact_text {
  display: flex;
  padding-top: 8px;
}

footer
  .footer_upper
  .footer_contact
  .contact_cards
  .card_line2
  .footer_contact_text
  p.text {
  display: flex;
  font-size: 16px;
  margin-bottom: 8px;
  color: #0482ff;
  font-weight: 500;
}

footer .footer_sitemap {
  background-color: #030303;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: auto;
  color: white;
  width: 100%;
}

footer .footer_sitemap .footer-row {
  display: flex;
  flex-direction: row;
  max-width: 768px;
  width: 100%;
  /* padding-inline: calc((100vw - min(768px, 100vw)) / 2); */
  margin-inline: auto;
  justify-content: center;
  flex-wrap: wrap;
}

footer .footer_sitemap .footer-row > h3 {
  font-size: 16px;
  font-weight: lighter;
  flex: 1 1 150px;
  margin: auto;
  text-align: center;
  padding: 10px;
  justify-content: center;
}

footer .footer_sitemap .footer-row > h3 > a {
  white-space: nowrap;
  color: #0482ff;
  font-weight: 500;
}

footer .footer_smicons {
  display: flex;
  background-color: #030303;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  max-width: 768px;
  height: 80px;
  margin: auto;
  align-items: center;
}

.fab {
  padding: 16px;
  font-size: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.fab:hover {
  opacity: 0.7;
}

footer .footer_smicons .fa-facebook {
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
}

footer .footer_smicons .fa-twitter {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

footer .footer_smicons .fa-linkedin {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

footer .footer_smicons .fa-instagram {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

footer .footer_copyright {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #030303;
}

footer .footer_copyright p.copyright {
  padding-top: 16px;
  display: flex;
  font-size: 14px;
  font-weight: italic;
  color: white;
  justify-content: center;
  align-items: flex-end;
}

.button_top {
  background-color: #0482ff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  height: 40px;
  width: 40px;
}

.button_top #btn-to-top {
  background-color: #0482ff;
  position: fixed;
  bottom: 170px;
  right: 60px;
  display: none;
  border-radius: 50%;
}
