.icons-group a {
  margin-left: 20px;
}

body {
  background: white;
  color: black;
}

.icons-group .fab {
  color: white;
}

.link {
  color: var(--secondary);
  font-weight: 1000;
}

.container {
  margin-bottom: 30px;
  font-family: "Helvetica", sans-serif;
  font-size: 107%;
}

.txt{
padding: 20px 12%;
 margin-bottom: 30px;
  font-family: "Helvetica", sans-serif;
  font-size: 107%;
margin-top:100px;
}

#cards-asset-3 {
  margin-top: 12px;
}

.middle{padding:27px;}

.card-body {
  display: none;
}

:root {
  --primary: #000;
  --secondary: #2a3b4b;
}

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: var(--secondary);
}

.jumbotron {
  text-align: center;
  background-color: var(--secondary);
  color: white;
  margin-bottom: 20px;
  padding: 2rem 2rem;
}

h1,
h2,
h3 {
  margin-bottom: 25px;
}

.btn {
  font-size: 0.8rem;
}

.translations {
  text-align: center;
  margin: 30px 0;
}

.lang {
  text-align: center;
  padding: 20px;
}

.card-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}

#flags {
  padding: 10px;
  margin: 5px auto;
  text-align: center;
  padding: 0px 20px;
}

#flags a {
  text-decoration: none !important;
  color: transparent !important;
  font-size: 1em;
}

.flag-icon {
  font-size: 4.25em !important;
  margin: 0px 15px;
  vertical-align: middle;
  line-height: 0.5em !important;
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
  background: url("https://uat.multivu.com/arc/designImageGetterServlet?uuid=f0e35059-23ad-4f31-b489-f36d4a5b2368")
    center;
  background-size: cover;
}

/*Header Box*/
#hero-plus-header {
  z-index: 1;
  display: block;
  background: #fff;
  width: 100%;
  position: fixed;
  text-align: center;
}

/*Hero Box*/
#hero-plus-hero {
  align-items: start;
}

/*Body Box*/
#hero-plus-body {
  font-size: 18px;
  font-family: Georgia, Times, "Times New Roman", serif;
}

.mt-4 .card-body {
  display: none;
}
.card-body .mt-4 {
  display: none;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
}

/*Footer Box*/
#hero-plus-footer {
  background: var(--secondary);
  display: block;
  padding: 30px;
  text-align: center;
  font-family: Georgia, Times, "Times New Roman", serif;
}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}

#txt {
  padding: 2% 10%;
}

blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  padding: 1% 6%;
  font-style: italic;
}

.p-3 {
  margin-bottom: 1rem;
  font-size: 110%;
  padding: 1% 6% !important;
  font-style: italic;
}

.blockquote-footer {
  float: right;
  font-weight: bold;
  color: #000;
}

#gallery {
  padding: 1% 2%;
  background: none;
  max-width: 100%;
  flex-basis: 100%;
}

#gallery h2 {
  display: none;
}

.logo {
  margin: 20px;
  width: 150px;
}

.hero {
  max-width: 100%;
  margin: 0 auto;
}

.ctab,
.ctab:visited,
.ctab:hover {
  background: #00b7f1;
  text-align: center;
  margin: 2px;
  text-decoration: none !important;
  color: black;
  padding: 10px;
  font-weight: bold;
}

h5 {
  font-weight: bold;
  font-size: 115%;
  margin-bottom: 20px;
}

.soc,
.soc:visited,
.soc:hover {
  color: #a29063;
  padding: 5px;
  margin: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.side {
  float: right !important;
  width: 35%;
  margin: 1%;
}

h1 {
  text-align: center;
  font-size: 2rem;
}

h2 {
  text-align: center;
  font-size: 1.7rem;
  margin: 20px 0px 40px;
}

#flags {
  padding: 10px;
  margin: 15px auto;
  text-align: center;
  padding: 10px;
}

.flag-icon {
  margin: 10px;
  vertical-align: middle;
}

#flags a {
  display: block;
  font-size: 0px;
}

.flag-icon::before {
  content: "" !important;
}

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

.middle{padding:7px;}

  .logo {
    margin: 20px auto;
    display: block;
  }

.txt{
padding: 20px 2%;
 margin-bottom: 30px;
  font-family: "Helvetica", sans-serif;
  font-size: 107%;
margin-top:100px;
}

  .side {
    float: none;
    width: 100%;
    margin: 20px auto;
  }

  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
}