@charset "utf-8";
/*@import url(../font/font-awesome.min.css);
@import url(../font/font-awesome-animation.min.css);
@import url(../font/font.css);*/
@font-face {
  font-family: "myFontAwesome";
  src: url("../font/FontAwesome.otf");
}

* {
  line-height: auto;
  margin: 0;
  padding: 0;
  box-sizing: 0;
  transition: ease-in-out 0.2s;
}
html,
body {
  width: 100%;
  font-family: "lato", sans-serif;
  background-color: #f8fbfd;
  transition: ease-in-out 0.2s;
}

img {
  /*min-width: 100%;*/
  max-width: 100%;
}
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham", sans-serif;
}
.btn-primary {
  background: #005baa !important;
  border-radius: 10px;
  padding: 10px 20px;
}

a {
  color: #000;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.form {
  display: inline-flex;
}
.form .sel {
  padding: 12px 6px;
  border-radius: 6px;
  border: 0;
}

.newstabs .bgw{
  border-radius: 14px;
  overflow: auto;
  display: table-cell;
}
.newstabs .col{
  display: table;
}


.newstabs .text{ margin: 1rem ;}
/*Responsive*/
@media screen and (max-width: 1540px) {
  header {
    width: 18rem !important;
  }
  header .container-fluid {
    padding: 0 1.6rem !important;
  }
  header .navbar .navbar-nav .nav-link {
    padding: 10px 0 !important ;
    font-size: 1.2rem !important;
  }

  .main {
    margin-left: 18rem !important;
  }

  .bg-blue.in-pad {
    padding: 1.8rem !important;
    font-size: 1.4rem !important;
  }
  .bg-blue.in-pad span {
    font-size: 1.6rem !important;
    line-height: 32px !important;
  }

  .molds {
    padding: 2rem !important;
  }
  .molds .spots.row .col,
  .molds .spotcol.row .col {
    flex: 25% !important;
  }

  .colla .molds .list ul li {
    margin-bottom: 1rem !important;
  }
  .colla .molds .list ul li span {
    font-size: 100% !important;
  }

  .ways .sblue,
  .ways .orge,
  .ways .gree,
  .ways .dblue {
    padding: 1.4rem !important;
  }
  .ways .col,
  .eco .col {
    flex: 20% !important;
  }
  .ways .col {
    flex: 25% !important;
  }
}
@media (max-width: 1420px) {
  .colla .molds .list .col {
    flex: 50% !important;
  }
}
/* @media screen and (max-width:1263px) {header {width: 20rem !important;}} */
@media screen and (min-width: 1263px) {
  .molds .spots.row .col,
  .molds .spotcol.row .col {
    flex: 25% !important;
  }
  .ways .col {
    flex: 25% !important;
  }
  .eco .col {
  }
  .molds .spotcol.row .bgw .text h4,
  .molds .spots.row .bgw h4 {
    font-size: 100% !important;
  }
  .molds .spots.row .bgw {
    min-height: 250px !important;
  }
  .molds .spotcol.row .bgw img,
  .molds .spotcol.row .bgw {
    min-height: 17rem !important;
  }
}

@media (max-width: 1150px) {
  .ways .col,
  .eco .col {
    flex: 50% !important;
  }
}

@media screen and (max-width: 1024px) {
  /* 1024 px */
}

@media screen and (max-width: 991px) {
  /* 800 px */
  header {
    width: 100% !important;
    bottom: auto !important;
    padding: 0px !important;
  }
  header .navbar {
    padding: 0 !important;
  }
  header .container-fluid {
    padding: 1rem !important;
  }
  header .container-fluid .navbar-brand {
    padding: 0;
  }
  header .container-fluid .navbar-brand img {
    height: 54px;
  }
  /* header .container-fluid .navbar-brand.menu {display: inline-block !important;}  */
  header .container-fluid .navbar-toggler {
    float: right;
    margin-top: 7px;
  }

  .main {
    margin-top: 5rem;
    margin-left: 0 !important;
  }

  /* .colla .flip .bgw .text {bottom:-23rem !important;} */
}
@media screen and (max-width: 799px) {
  /* 768 px */
  .colla .flip .col .bgw .text {
    bottom: -20rem !important;
  }
  .colla .flip .col:last-child .bgw .text {
    bottom: -20rem !important;
  }
  .colla .flip .col .bgw .text h5 {
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  /* 640 px */
  .menu img {
    width: 50%;
  }
  .colla .flip .bgw .text {
    bottom: -23rem !important;
  }
}
@media screen and (max-width: 699px) {
  .colla .molds .list .col {
    flex: 100% !important;
  }
  .colla .flip .col .bgw .text {
    bottom: -20rem !important;
  }

  .molds .spots.row .col,
  .molds .spotcol.row .col {
    flex: 100% !important;
  }
}

@media screen and (max-width: 639px) {
  /* 480 px */

  header .container-fluid .navbar-brand {
    display: none !important;
  }
  header .container-fluid .menu {
    display: inline-block !important;
  }
  .menu img {
    width: auto !important;
  }

  .bg-blue.in-pad .text-right {
    text-align: left !important;
  }

  .foot span {
    margin-bottom: 10px;
    display: block;
  }
  .ful-footer .foot a {
    padding-left: 0 !important;
    padding-right: 16px;
    float: left !important;
  }

  .tesmo .txt {
    padding-bottom: 2rem;
  }

  .ablist {
    padding: 1.4rem !important;
  }
  .ablist .cd-img {
    padding: 1rem !important;
  }
  .ablist .cd-img .img {
    width: 100% !important;
    text-align: center;
    float: none !important ;
  }
  .ablist .cd-img .text {
    padding: 1rem !important;
    padding-top: 2rem !important;
  }

  /* .colla .molds .list .col-md-6 {width: 100% !important;} */
}

@media (max-width: 539px) {
  .ways .col,
  .eco .col {
    flex: 100% !important;
  }
}
/*480*/
@media screen and (max-width: 479px) {
  /* 360 px */

  .colla .flip .col .bgw .text h5 {
    padding-right: 34px !important;
  }
}
@media (max-width: 575px) {
  .bg-blue.in-pad {
    background-size: 300% !important;
  }
  .bg-blue.in-pad,
  .molds,
  .ful-footer {
    padding: 2rem !important;
  }
}

@media (max-width: 420px) {
  .ablist {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (max-width: 375px) {
}

/* Editer Css */

.bgw {
  background: #fff;
}
.bgg {
  background: #edf1f7;
}

.bgw .card,
.cd-img {
  background: #eff1f4;
  border: 0;
}
.text-right {
  text-align: right !important;
}

.br-3 {
  border-radius: 1rem;
}
.bg-none {
  background: none !important;
}
.menu {
  display: none;
}
.d-block {
  display: block !important;
}
.d-none {
  display: none !important;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 24rem;
  box-shadow: 0 2px 26px #00000010;
  padding: 20px 0;
}
header .navbar {
  flex-wrap: wrap;
}
header .container-fluid {
  padding: 0 2rem;
}
header .navbar.bg-light {
  background: none !important;
}
header .navbar .navbar-collapse {
  margin-top: 3rem;
}
header .navbar .logbar {
  flex-wrap: nowrap;
  width: 100%;
}
header .navbar .navbar-nav {
  flex-direction: column;
  width: 100%;
}
header .navbar .navbar-nav .nav-link {
  padding: 16px 0;
  font-size: 2rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  position: relative;
}
header .navbar .navbar-nav .nav-link.active {
  font-weight: 900;
}
header .navbar .navbar-nav .nav-link.active::after,
header .navbar .navbar-nav .nav-link::after {
  transition: ease-in-out 0.3s;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  border-radius: 10px;
  background: #005baa;
}
header .navbar .navbar-nav .nav-link.active::after,
header .navbar .navbar-nav .nav-link:hover::after {
  transition: ease-in-out 0.3s;
  width: 16%;
}

header .footer {
  display: none;
  position: absolute;
  bottom: 2rem;
}
header .footer a {
  text-decoration: underline;
  color: #000;
}
header .footer h6 {
  font-weight: normal;
}
header .footer .foot {
  margin-top: 2rem;
}

.ful-footer {
  padding: 2rem 3rem;
  background: #fff;
}
.ful-footer .foot a {
  float: right;
  padding-left: 16px;
}

.subinvi {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 999;
  width: 64px;
}
.subinvi button {
  margin-right: 10px;
  padding: 0;
  height: 54px;
  background: #ffb300 !important;
  border: 0 !important;
  overflow: hidden;
  text-align: left;
}
.subinvi button svg {
  float: left;
  width: 54px;
  height: 54px;
  padding: 1rem;
  border-radius: 12px;
  background: #ffb300 !important;
}
.subinvi:hover button {
  width: 13rem !important;
}
.subinvi:hover button span {
  display: block !important;
}

.subinvi button span {
  display: block !important;
  width: 13rem !important;
  padding: 14px;
}
.subinvi .form .sel {
  background-color: #f7f7f7;
}

.main {
  margin-left: 24rem;
}
.main .minf-h {
  min-height: 900px;
}
.bg-blue {
  background: #005baa;
}
.bg-blue.in-pad {
  padding: 3rem 3rem;
  border-end-end-radius: 4rem;
  font-size: 1.6rem;
  color: #fff;
  background-image: url(../images/t-arrow.png);
  background-size: 90%;
}
.bg-blue.in-pad h5 {
  font-weight: normal;
}
.bg-blue.in-pad .text-right {
  padding-right: 3rem;
}
.bg-blue.in-pad img {
  width: 100px;
}
.bg-blue.in-pad p {
  margin-bottom: 0;
}
.bg-blue.in-pad span {
  font-weight: 900;
  font-size: 1.6rem;
  padding: 0 2px;
}

.molds {
  padding: 3rem 3rem;
}
.title h2,
.title h3 {
  font-weight: bold;
  margin-bottom: 2rem;
}

.molds .spots.row {
  margin: 0 -10px;
}
.molds .spots.row .bgw {
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 2px 10px #0000000d;
  position: relative;
  min-height: 320px;
}
.molds .spots.row .bgw h4 {
  font-weight: bold;
}
.molds .spots.row .bgw svg {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 1.2rem;
  height: 1.2rem;
}
.molds .spots.row .bgw img {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 16px;
}

.molds .spotcol.row .bgw {
  overflow: hidden;
  display: block !important;
  min-height: 24rem;
  border-radius: 16px;
  box-shadow: 0 2px 26px #00000010;
  position: relative;
  transition: ease-in-out 0.4s;
}
.molds .spotcol.row .bgw img {
  object-fit: cover;
  width: 100%;
  min-height: 24rem;
}
.molds .spotcol.row .bgw .text {
  color: #fff;
  transition: ease-in-out 0.4s;
  position: absolute;
  transition: ease-in-out 0.6s;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(26 33 52 / 90%);
  border-radius: 16px;
  padding: 1rem;
}
.molds .spotcol.row .bgw .text h4 {
  position: relative;
  padding-right: 2rem;
  font-weight: 400;
  font-size: 1.25rem;
}
.molds .spotcol.row .bgw .text h4 svg {
  fill: #fff !important;
  transform: rotate(-90deg);
  position: absolute;
  right: 0;
  top: 0;
}

.molds .spotcol.row .bgw:hover .text {
  transition: ease-in-out 0.6s;
  bottom: 0 !important;
}
/* .molds .spotcol.row  .bgw:hover .text h4 svg{transform: rotate(-90deg);  } */
.molds .spotcol.row .bgw:hover .text h4 svg rect {
  fill: none !important;
}
.molds .spotcol.row .bgw:hover .text h4 svg path {
  fill: #fff !important;
}

/* About Us Screen */
.about .bg-blue.in-pad {
  font-size: 1rem !important;
}
.about .tesmo p {
  font-size: 1.2rem !important;
}
.about p.fnt {
  font-size: 1rem !important;
}
.about .abtest {
  margin-bottom: 4rem !important;
}

.ablist {
  padding: 1.4rem;
  border-radius: 16px;
}
.ablist .cd-img {
  overflow: hidden;
  border-radius: 16px;
  padding: 1.4rem;
  margin-bottom: 2rem;
  box-shadow: 0 10px 0px #dde1e7;
  position: relative;
}
/* .ablist .cd-img:last-child{margin-bottom: 0 ;} */
.ablist .cd-img .img {
  float: left;
  width: 14vw;
  background: #fff;
  border-radius: 16px;
}
.ablist .cd-img .text {
  padding-left: 16vw;
}
.ablist .cd-img .text p,
.text a {
  font-size: 1rem;
}
.ablist .cd-img .text svg {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}

.ablist .card {
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 3rem;
  box-shadow: 0 10px 0px #dde1e7;
  position: relative;
}
.ablist .card:last-child {
  margin-bottom: 0 !important;
}
.ablist .card .card-body {
  padding: 0 !important;
  padding-left: 2rem !important;
}
.ablist .card .card-body svg {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
.ablist .card .card-text {
  font-size: 1.4rem;
}
.ablist .card .col-md-2 {
  border-radius: 16px;
  background: #fff;
  position: relative;
}
.ablist .card .col-md-2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ways {
  padding: 3rem 0;
}
.ways .col {
  display: table;
}
.ways .col h4 {
  margin-bottom: 1rem;
}
.ways .col svg {
  margin-bottom: 2rem;
  height: 44px;
}
.ways .col p {
  padding-bottom: 0 !important;
}
.ways .sblue,
.ways .orge,
.ways .gree,
.ways .dblue {
  padding: 2rem;
  color: #fff;
  display: table-cell;
  border-radius: 16px;
}
.ways .sblue {
  background-color: #06aeef;
}
.ways .orge {
  background-color: #ff9102;
}
.ways .gree {
  background-color: #9bcb42;
}
.ways .dblue {
  background-color: #005baa;
}

.eco .col {
  display: table;
  margin-bottom: 2rem;
}
.eco .col .bgw {
  display: table-cell;
  border-radius: 16px;
  box-shadow: 0 2px 26px #00000010;
}
.eco .col .bgw svg {
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
}
.eco .col .bgw h5 {
  margin-bottom: 1rem;
}

/* News screen */

.news .molds .nlist .col-md-6 {
  display: table;
}
.news .molds .card {
  display: table-cell;
  border-radius: 16px !important;
  min-height: 360px;
  box-shadow: 0 2px 26px #00000010;
  border: 0;
  overflow: hidden;
}
.news .molds .card img {
  height: 360px;
  object-fit: cover;
  border-radius: 16px;
}
.news .molds .card .card-body {
  padding: 1.4rem;
}
.news .molds .card .card-body h3 {
  font-weight: bold;
}
.news .molds .card .card-body p {
  font-size: 1rem;
}

/* collaborate screen  */

.colla .molds .list {
  margin-bottom: 0rem;
}
.colla .molds .list .col {
  display: table;
  flex: 26%;
}
/* .colla .molds .list .col-md-6:last-child{  margin-bottom: 0 !important;} */
.colla .molds .list .bgw {
  padding: 0 !important;
  border-radius: 16px;
  box-shadow: 0 2px 26px #00000010;
  display: table-cell !important;
  height: 380px;
}
.colla .molds .list .bgw img {
  object-fit: cover;
  height: 380px;
  width: 100%;
}
.colla .molds .list h4 {
  margin-bottom: 2rem;
}
.colla .molds .list ul li {
  margin-bottom: 1.4rem;
}
.colla .molds .list ul li svg {
  float: left;
  margin-bottom: -26px;
}
.colla .molds .list ul li span {
  display: inline-block;
  padding-left: 3rem;
  font-size: 1.2rem;
}

.colla .flip {
  margin-bottom: 3rem;
}
.colla .flip .col .bgw {
  overflow: hidden;
  display: block !important;
  border-radius: 16px;
  box-shadow: 0 2px 26px #00000010;
  position: relative;
  transition: ease-in-out 0.4s;
}
.colla .flip .col .bgw .text {
  color: #fff;
  transition: ease-in-out 0.4s;
  position: absolute;
  transition: ease-in-out 0.6s;
  left: 0;
  right: 0;
  bottom: -20rem;
  height: 380px;
  background: rgb(29 37 52 / 90%);
  border-radius: 16px;
  padding: 1.2rem;
}
.colla .flip .col .bgw .text h5 {
  position: relative;
  margin-bottom: 1rem !important;
}
.colla .flip .col .bgw .text h5 svg {
  fill: #fff !important;
  transform: rotate(180deg);
  position: absolute;
  right: 0;
  top: 0;
}

/* .colla .flip .bgw .text:before{content: ''; position: absolute; top:0; left: 0; right: 0; bottom: 0;  } */
.colla .flip .col .bgw:hover .text {
  transition: ease-in-out 0.6s;
  bottom: 0 !important;
}
.colla .flip .col .bgw:hover .text h5 svg {
  transform: rotate(0deg);
}
.colla .flip .col .bgw:hover .text h5 svg rect {
  fill: none !important;
}
.colla .flip .col .bgw:hover .text h5 svg path {
  fill: #fff !important;
}
/* .colla .flip .bgw .text span{ position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%); color: #fff; width: 90%; } */

.colla .sets,
.colla .tesmo {
  margin: 0 -4rem;
  padding: 4rem;
}
.colla .sets .blok {
  margin-bottom: 2rem;
}
.colla .sets .blok h4 {
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-weight: bold;
}
.colla .sets .blok p {
  font-size: 1.4rem;
  margin-bottom: 3rem;
  padding-right: 2rem;
}

.tesmo .txt {
  padding-left: 4rem;
}
.tesmo p {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.tesmo svg {
  margin-bottom: -3rem;
}

.colla .molds .one {
  padding-bottom: 0 !important;
}

.float {
  position: fixed;
  width: 168px;
  padding: 15px;
  font-size: 0.7rem;
  bottom: 40px;
  right: 20px;
  font-weight: bold;
  background-color: #ffb300;
  color: #000;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}

.my-float {
  margin-top: 22px;
}

.link {
  width: 80px;
  height: 80px;
  display: block;
  margin: 100px auto;
  position: fixed;
  top: 40%;
  right: 1%;
}

.cta {
  min-width: 80px;
  min-height: 80px;
  max-width: 80px;
  max-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
  position: relative;
}
.cta-ring {
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 50%;
  background-color: #ffb300;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cta-text {
  color: white;
  font-size: 0.6em;
  text-align: center;
  line-height: 1.3em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.cta-text ~ div {
  display: block;
  text-align: center;
}

.fa-arrow-down {
  color: white;
  font-size: 1.5em;
  width: 50%;
  height: 50%;
  position: relative;
  top: 0;
  transition: all 0.3s ease-in;
}
.fa-arrow-down.arrow1 {
  margin-top: 31px;
  margin-bottom: 27px;
}
.fa-arrow-down:arrow2 {
  margin-top: 40px;
}

.cta:hover .cta-text {
  opacity: 1;
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-delay: 0.2s;
  color: #000;
  font-weight: bold;
}
.cta:hover .arrow1 {
  margin-top: 200px;
  transition: all 0.5s ease-out;
}
.subinvi a:hover{ color: #ffffff !important}

@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

.face-button {
  height: 50px;
  display: inline-block;
  border: 3px solid #ffb300;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #ffb300;
  overflow: hidden;
}
.face-button .icon {
  margin-right: 6px;
}
.face-button .face-primary,
.face-button .face-secondary {
  display: block;
  padding: 0 16px;
  line-height: 41px;
  transition: margin 0.4s;
}
.face-button .face-primary {
  background-color: #ffb300;
  color: #000;
}
.face-button:hover .face-primary {
  margin-top: -45px;
}


.newscard {
  max-width: 800px;
  margin: auto 0;
}

.card {
  float: left;
  padding: 0;
  width: 45%;
}

@media (max-width: 540px){
.newscard .card{
  width: 100% !important;
}

.card .wrapper{
  max-height: 450px !important;
}
}

.card .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.card .menu-content::before,
.card .menu-content::after {
  content: "";
  display: table;
}
.card .menu-content::after {
  clear: both;
}
.card .menu-content li {
  display: inline-block;
}
.card .menu-content a {
  color: #fff;
}
.card .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  transform: translate(-50%, 0);
}
.card .wrapper {
  background-color: #fff;
  min-height: 540px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}
.card .wrapper:hover .data {
  transform: translateY(-0px);
}
.card .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(100px + 1em));
  transition: transform 0.3s;
}
.card .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.card .author {
  font-size: 12px;
}
.card .title {
  margin-top: 10px;
}
.card .text {
  margin: 0;
}
.card input[type="checkbox"] {
  display: none;
}
.card input[type="checkbox"]:checked + .menu-content {
  transform: translateY(-60px);
}

.example-1 .readbutton {
  display: block;
  width: 100px;
  margin: 2em auto 1em;
  text-align: center;
  font-size: 12px;
  color: #ffb300;
  line-height: 1;
  position: relative;
  font-weight: 700;
}
.example-1 .readbutton::after {
  content: "→";
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
.example-1 .readbutton:hover::after {
  transform: translate(5px, -50%);
  opacity: 1;
}

.example-1 .wrapper {
  background: url("../images/31824.jpg") 50% 1% / cover no-repeat;
}

.example-1 .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.example-1 .title a {
  color: gray;
}
.example-1 .menu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.example-1 .menu-button span {
  width: 5px;
  height: 5px;
  background-color: gray;
  color: gray;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.example-1 .menu-button span::after,
.example-1 .menu-button span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}
.example-1 .menu-button span::before {
  left: -10px;
}
.example-1 .menu-button span::after {
  right: -10px;
}
.example-1 .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: transform 0.3s;
  transform: translateY(0);
}
.example-1 .menu-content li {
  width: 33.333333%;
  float: left;
  background-color: #77d7b9;
  height: 60px;
  position: relative;
}
.example-1 .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
.example-1 .menu-content span {
  top: -10px;
}

.snip1529 {
  background-color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  margin: 10px;
  max-width: 350px;
  min-width: 250px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  border-radius: 10px;
}

.snip1529 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.snip1529 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
  opacity: 0.45;
}

.snip1529 figcaption {
  padding: 25px 20px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.foranimation .date,
.snip1529 .date {
  background-color: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 800;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}

.foranimation .date span,
.snip1529 .date span {
  display: block;
  line-height: 14px;
}

.foranimation .date .month,
.snip1529 .date .month {
  font-size: 11px;
}

.snip1529 h3,
.snip1529 p {
  margin: 0;
  padding: 0;
}

.snip1529 h3 {
  font-weight: 800;
  letter-spacing: -0.4px;
}

.foranimation .hover,
.snip1529 .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  background-color: rgba(236, 188, 46, 0.75);
  display: flex;
  font-size: 65px;
  justify-content: center;
  opacity: 0;
}

.snip1529 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.snip1529:hover .hover,
.snip1529.hover .hover {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}

.snip1529:hover figcaption,
.snip1529.hover figcaption {
  opacity: 0;
}

.snip1529:hover .date,
.snip1529.hover .date {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/**flag**/

.nav-wrapper {
  width: 300px;
}
.sl-nav {
  display: inline;
}
.sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
  cursor: pointer;
  padding-bottom: 10px;
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {
  position: absolute;
  top: -100px;
  right: -15px;
  display: block;
  background: #fff;
  width: 142px;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: "";
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(-45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
  color: #146c78;
}
.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
}
.flag-de {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==");
  background-size: cover;
  background-position: center center;
}
.flag-austria {
  background-size: cover;
  background-position: center center;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABD0lEQVQ4jaWTwUrDQBCG92bwEbKzZc1ML6Ki6Psp+gJCDsEefA1tQzAXn0AqSA+5eXF3e0nIrlLjIVhMWqtJB/7b/N/yM/8y1po3EZxpoJHhNFMc3xVHp4FelMBozofH7f3lvPr+ruZ0q4Gq36SAPjUMbzIpvRWzAnrcZG6AOKYNyF8vr4UIjOrMAzztav6OY2DviJVxclUmD2kfFXFywZxzM+dc1VPPzFr70RdgrS22B2wZYcrK+8llPo7TPiruxuds7tNJ3bDOZ1wYgQd1kYBGXQEGKFw2MZPSUxzTfwMExhXRTuM/ZFJ6SmC0KY4CWhigcMX8cwwEhwYo1IBTDUGuIcgVpycNeK0HtN/e/wJkPl9ljmKEagAAAABJRU5ErkJggg==");
}

.data-learnmore {
  background: #fff;
  color: #000;
  padding: 15px 20px;
  margin-top: 15px;
  display: inline-flex;
  border-radius: 10px;
}

.data-learnmore .readbutton {
  width: 100px;
  color: #000;
  margin: 0.5em auto 1em;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  right: 5px;
}
.data-learnmore .readbutton:hover {
  color: #ffb300;
}
.data-learnmore .readbutton::after {
  content: "→";
  opacity: 0;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
.data-learnmore .readbutton:hover::after {
  transform: translate(5px, -50%);
  
  color: #ffb300;
  opacity: 1;
}

.select-box {
  position: relative;
}

.translate_wrapper {
  position: fixed;
  z-index: 1;
  top: 20px;
  right: 20px;
  font-size: 16px;
  background: #fff;
  border-radius: 4px;
}

.current_lang {
  cursor: pointer;
  text-transform: uppercase;
  overflow: hidden;
}

.lang {
  padding: 10px 15px;
}

.lang.selected {
  display: none;
}

.lang img,
.lang span.lang-txt {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.lang span.lang-txt {
  position: relative;
  top: -1px;
  font-weight: 700;
}

.lang img {
  width: 20px;
  margin-left: 0;
}

.lang span span {
  color: #999;
  font-weight: 400;
}

.lang span.fa {
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-left: 3px;
}

.language-dropdown-div {
  display: inline-block;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.2rem;
}

.language-dropdown {
  /* color: white;
  background: #ffb300; */
  border-radius: 0.5rem;
  padding: 0.3rem 0.9rem;
  font-size: revert;
}

.dropdown .btn {background: #eff3f5;}
.dropdown .dropdown-menu span {margin-right: 5px; width: 18px;}

/*more lang*/
.more_lang {
  transform: translateY(-20px);
  opacity: 0;
  cursor: pointer;
  display: none;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 1.15, 0.35, 1.15);
  -moz-transition: all 0.3s cubic-bezier(0.25, 1.15, 0.35, 1.15);
  -o-transition: all 0.3s cubic-bezier(0.25, 1.15, 0.35, 1.15);
  -ms-transition: all 0.3s cubic-bezier(0.25, 1.15, 0.35, 1.15);
  transition: all 0.3s cubic-bezier(0.25, 1.15, 0.35, 1.15);
}

.translate_wrapper.active .more_lang {
  display: block;
}

.more_lang.active {
  opacity: 1;
  transform: translateY(-0px);
}

.more_lang .lang:hover {
  background: #5766b2;
  color: #fff;
}

.more_lang .lang:hover span {
  color: #fff;
}



.translate_wrapper.active .lang {
  border-bottom: 1px solid #eaeaea;
}
