/*
Theme Name: Dicerra
Author: The Dev Drawer
Description: Sample website created for a sample law firm
Version: 1.0.0
*/
/* body {
  padding: 0;
  margin: 0;
} */

.custom-header {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5))
    no-repeat padding-box !important;
  position: fixed;
  top: 0;
  width: 100%;
}

/* .btn-primary {
  display: inline-block;
  transition: all 0.2s ease;
  padding: 0 30px;
  border-radius: 50px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #3bade2;
  border: 2px solid;
} */

/* body {
  overflow-x: hidden;
} */

body {
  color: var(--black);
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  --black: #373535;
  --light-black: #6f6f6f;
  --black-gray: #6b6b6b;
  --pink: #dc3163;
  --light-pink: #fae8ef;
  --extralight-pink: #fffafb;
  --gray: #e2e2e2;
  --light-gray: #dbdbdb;
  --dark-gray: #f0edee;
  --medium-gray: #c6c6c6;
  --blue: #3bade2;
  --light-blue: #27a3de;
  --icon-font-family: 'icomoon';
  --healthcare-pink: #e90584;
}
/* .bg-grey {
    background-color: var(--dark-gray);
  } */
body,
html {
  height: 100%;
}

:root {
  --black: #373535;
  --light-black: #6f6f6f;
  --black-gray: #6b6b6b;
  --pink: #dc3163;
  --light-pink: #fae8ef;
  --extralight-pink: #fffafb;
  --gray: #e2e2e2;
  --light-gray: #dbdbdb;
  --dark-gray: #f0edee;
  --medium-gray: #c6c6c6;
  --blue: #3bade2;
  --light-blue: #27a3de;
  --icon-font-family: 'icomoon';
  --healthcare-pink: #e90584;
}

/*custom font*/
@font-face {
  font-family: 'Montserrat';
  src: url('https://dicerra-staging-bucket.s3.amazonaws.com/Montserrat-SemiBold.ttf')
    format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-regular';
  src: url('https://dicerra-staging-bucket.s3.amazonaws.com/Montserrat-Regular.ttf')
    format('truetype');
  font-weight: normal;
  font-style: normal;
}

a,
img,
svg {
  transition: all ease 0.2s;
}
img {
  vertical-align: middle;
  border-style: none;
}

.hehe {
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.733),
    rgba(0, 0, 0, 0.712)
  );
}
.page-id-510 .navbar {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
    no-repeat padding-box;
}

.page-id-516 .navbar {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
    no-repeat padding-box;
}

.page-id-80 .navbar {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
    no-repeat padding-box;
}

.page-id-94 .navbar {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
    no-repeat padding-box;
}

.page-id-405 .navbar {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
    no-repeat padding-box;
}

.page-id-504 .navbar {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
    no-repeat padding-box;
}

.about-us-banner {
  /* background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.733),
      rgba(0, 0, 0, 0.712)
    ),
    url('https://dicerra-staging-bucket.s3.amazonaws.com/webbanner11.webp');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh; */
  /* display: flex;
  justify-content: center;
  align-items: center; */
  /* color: #fff; */
  text-align: center;
  /* background-position: center, center;
  background-repeat: no-repeat; */
}

.headline {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 81px;
  white-space: nowrap;
}

.about-us-banner-title {
  font: normal normal bold 72px/85px Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 1;
}

.animation {
  height: 78px;
  overflow: hidden;
  margin-left: 6px;
  margin-right: 20px;
}

.animation-healthcare {
  animation: text-width-healthcare 13s infinite;
}

.animation-aviation {
  animation: text-width-aviation 13s infinite;
}

.animtext {
  margin-bottom: 10px;
  text-align: left;
  line-height: 1;
  height: 73px;
  color: var(--blue);
}

.animation > div {
  display: flex;
  flex-direction: column;
  position: relative;
}

.animation div:first-child {
  animation: text-animation-aboutus 13s infinite;
}

@keyframes text-animation-aboutus {
  0% {
    top: 0px;
  }
  8.97% {
    top: 0px;
  }
  17.94% {
    top: -85px;
  }
  26.91% {
    top: -85px;
  }
  35.88% {
    top: -167px;
  }
  44.85% {
    top: -167px;
  }
  53.82% {
    top: -249px;
  }
  62.79% {
    top: -249px;
  }
  80.73% {
    top: -331px;
  }
  89.7% {
    top: -331px;
  }
  100% {
    top: -413px;
  }
}

@keyframes text-width-healthcare {
  0% {
    width: 460px;
  }
  8.97% {
    width: 460px;
  }
  17.94% {
    width: 458px;
  }
  26.91% {
    width: 458px;
  }
  35.88% {
    width: 490px;
  }
  44.85% {
    width: 490px;
  }
  53.82% {
    width: 240px;
  }
  62.79% {
    width: 240px;
  }
  80.73% {
    width: 410px;
  }
  89.7% {
    width: 410px;
  }
  100% {
    width: 460px;
  }
}

@keyframes text-width-aviation {
  0% {
    width: 460px;
  }
  8.97% {
    width: 460px;
  }
  17.94% {
    width: 458px;
  }
  26.91% {
    width: 458px;
  }
  35.88% {
    width: 490px;
  }
  44.85% {
    width: 490px;
  }
  53.82% {
    width: 240px;
  }
  62.79% {
    width: 240px;
  }
  80.73% {
    width: 310px;
  }
  89.7% {
    width: 310px;
  }
  100% {
    width: 460px;
  }
}

.about-us-banner-description {
  font: normal normal normal 24px/30px Montserrat-regular;
  letter-spacing: 0px;
  color: #ffffff;
}

.issue-block h2 {
  margin: 15px 0 30px;
}

.about-title {
  font: normal normal bold 40px/85px Montserrat;
  letter-spacing: 0px;
  color: #181c1d;
  line-height: 50px;
}

.about-font {
  font: normal normal normal 18px/27px Montserrat-regular;
  color: #535c5e;
}

.healthcare-text {
  color: var(--healthcare-pink);
}

.aviation-text {
  color: var(--blue);
}

.three-step {
  max-width: 1000px;
  margin: 0 auto;
}
.three-step .icon-outer:hover svg {
  transform: scale(1.1);
}

.how-dicerra-works-container {
  background-color: #041133;
  border-radius: 100px;
  padding: 20px;
}

.btn-healthcare,
.btn-healthcare:hover,
.btn-healthcare:focus {
  background-color: var(--healthcare-pink);
  border: 2px solid var(--healthcare-pink);
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--blue);
  border: 2px solid var(--blue);
}

.btn,
.large-btn {
  display: inline-block;
  transition: all ease 0.2s;
  padding: 0 30px;
  border-radius: 50px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.btn:hover,
.btn:focus,
.large-btn:hover,
.large-btn:focus,
.large-btn:active {
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  color: #fff;
  text-decoration: none;
}

.step-block {
  margin-top: 45px;
}

.how-it-works-background-healthcare {
  background: #f9c3e1 0% 0% no-repeat padding-box;
  opacity: 1;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-it-works-background-aviation {
  background: #c1f0fc 0% 0% no-repeat padding-box;
  opacity: 1;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-secodary-title {
  font: normal normal bold 28px/50px Montserrat;
  letter-spacing: 0px;
  color: #181c1d;
  line-height: 40px;
}

.team-bio {
  aspect-ratio: 1;
  overflow: hidden;
}

.team-bio img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: top center;
}

.team-bio-font {
  font: normal normal normal 15px/24px Montserrat-regular;
  color: #535c5e;
}

.team-bio-font-designation {
  font: normal normal normal 15px/24px Montserrat-regular;
  color: #535c5e;
  font-weight: bold;
}

.team-bio-linkedin {
  font: normal normal normal 15px/24px Montserrat-regular;
  color: #535c5e;
}

.team-bio-linkedin img {
  width: 24px;
  aspect-ratio: 1;
}

.heading-text-styles {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.social-proof-text {
  font: normal normal bold 40px/50px Montserrat;
  letter-spacing: 0px;
  color: #181c1d;
}

.slider {
  background: #f9f9f9;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  cursor: default;
  user-select: none;
  touch-action: none;
}

.slider:before {
  left: 0;
  top: 0;
}
.slider:after,
.slider:before {
  background: linear-gradient(to right, #f9f9f9 0%, hsla(0, 0%, 100%, 0) 100%);
  content: '';
  height: 200px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider:after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider:after,
.slider:before {
  background: linear-gradient(to right, #f9f9f9 0%, hsla(0, 0%, 100%, 0) 100%);
  content: '';
  height: 200px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider .slide-track-1 {
  animation: scroll-l 30s linear infinite;
  display: flex;
  width: 4800px;
}
.slider .slide-track-2 {
  animation: scroll-r 30s linear infinite;
  display: flex;
  width: 4800px;
}

.slider .slide {
  height: 150px;
  width: 250px;
  display: flex;
  align-items: center;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  margin-left: 30px;
}
.slider .slide img {
  width: 500px;
  padding: 1pc;
  vertical-align: middle;
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@keyframes scroll-l {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-240px * 10));
  }
}
@keyframes scroll-r {
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(calc(-240px * 10));
  }
}

.hide {
  display: none;
}

.font-bold {
  font-weight: 700;
}

.mt-20 {
  margin-top: 20px;
}

.panel-zero-web {
  display: inline;
}

.panel-zero-mobile {
  display: none;
}

.panel-one-web {
  display: block;
}

.panel-one-mobile {
  display: none;
}
.panel-two-web {
  display: block;
}

.panel-two-mobile {
  display: none;
}

.home-web {
  display: block;
}

.home-mobile {
  display: none;
}

@media only screen and (max-width: 1300px) {
  .panel-zero-web {
    display: none;
  }

  .panel-zero-mobile {
    display: block;
  }

  .panel-one-web {
    display: none;
  }

  .panel-one-mobile {
    display: block;
  }

  .home-web {
    display: none;
  }

  .home-mobile {
    display: block;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 993px) {
  h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 14px;
  }
  .page-title {
    font-size: 24px;
  }
  .font-16 {
    font-size: 14px;
    line-height: 22px;
  }
  p {
    margin-bottom: 3px;
  }
  p,
  a,
  span {
    line-height: 1.6;
  }
  .about-us-banner-title {
    font: normal normal bold 30px Montserrat;
    letter-spacing: 0px;
    color: #ffffff;
  }

  .how-dicerra-works-container {
    background-color: #041133;
    border-radius: 20px;
    padding: 20px;
  }

  .panel-two-web {
    display: none;
  }

  .panel-two-mobile {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .issue-block h2 {
    margin: 10px 0 15px;
  }
  .issue-block .cbtn {
    margin-top: 15px;
  }
}

.scroll-change::-webkit-scrollbar {
  display: none;
}

.scroll-change {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.home-background-new {
  /* background-image: url('../images/Bg-img.png'); */
  /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* background-position: center center; */
  background-color: var(--white);
  height: 100vh;
  overflow-y: scroll;
}

.homeheadline {
  display: flex;
  align-items: start;
  justify-content: start;
  height: 54px;
  white-space: nowrap;
}

.homeanimation {
  height: 54px;
  overflow: hidden;
  margin-right: 20px;
}

.homeanimation > div {
  display: flex;
  flex-direction: column;
  position: relative;
}

.homeanimation div:first-child {
  animation: text-animation 15s infinite;
}

@keyframes home-text-width {
  0% {
    width: 274px;
  }
  7.7% {
    width: 274px;
  }
  15.4% {
    width: 268px;
  }
  23.1% {
    width: 268px;
  }
  30.8% {
    width: 290px;
  }
  38.5% {
    width: 290px;
  }
  46.2% {
    width: 138px;
  }
  53.9% {
    width: 138px;
  }
  61.6% {
    width: 244px;
  }
  69.3% {
    width: 244px;
  }
  77% {
    width: 180px;
  }
  84.7% {
    width: 180px;
  }
  100% {
    width: 274px;
  }
}
@keyframes text-animation {
  0% {
    top: 0px;
  }
  7.7% {
    top: 0px;
  }
  15.4% {
    top: -85px;
  }
  23.1% {
    top: -85px;
  }
  30.8% {
    top: -167px;
  }
  38.5% {
    top: -167px;
  }
  46.2% {
    top: -249px;
  }
  53.9% {
    top: -249px;
  }
  61.6% {
    top: -331px;
  }
  69.3% {
    top: -331px;
  }
  77% {
    top: -413px;
  }
  84.7% {
    top: -413px;
  }
  100% {
    top: -497px;
  }
}

.home-page-title {
  /* font: normal normal bold 40px/85px Montserrat;
    letter-spacing: 0px;
    color: #181c1d;
    line-height: 50px; */

  text-align: left;
  font: normal normal 600 43px/58px Montserrat;
  letter-spacing: 0px;
  color: #202020;
  opacity: 1;
  line-height: 1;
}

.home-page-title-mobile {
  /* font: normal normal bold 40px/85px Montserrat;
    letter-spacing: 0px;
    color: #181c1d;
    line-height: 50px; */

  text-align: left;
  font: normal normal 600 30px/48px Montserrat;
  letter-spacing: 0px;
  color: #202020;
  opacity: 1;
  line-height: 1.3;
}

.home-navigation-container-aviation {
  background: transparent
    url('https://dicerra-staging-bucket.s3.amazonaws.com/pilot-home.webp') 0% 0%
    no-repeat padding-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 33px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  color: white;
  cursor: pointer;
  min-height: 250px;
}

.home-navigation-container-healthcare {
  background: transparent
    url('https://wordpress.dicerra.com/wp-content/uploads/2025/03/black_doctor.webp') 0%
    0% no-repeat padding-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 33px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  color: white;
  cursor: pointer;
  min-height: 250px;
}

.home-navigation-container-healthcare a,
.home-navigation-container-aviation a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.home-navigation-container-healthcare:hover .homepage-industry-buttons,
.home-navigation-container-aviation:hover .homepage-industry-buttons {
  height: inherit;
  border-radius: 33px;
}

.homepage-industry-buttons {
  background: #1a1423 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 33px 33px;
  opacity: 0.8;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 0.4s ease, border-radius 0.4s ease;
}

.homepage-industry-buttons:hover {
  height: inherit;
  border-radius: 33px;
  text-decoration: none;
}

.hompage-industry-box-text {
  font: normal normal medium 24px/29px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.arrow-icon {
  height: 13px;
  width: 13px;
}

/* footer */
.footer {
  background-color: #ffffff;
  padding: 40px 0;
}

.f-navbar {
  flex-direction: row;
  flex-wrap: wrap;
}
.f-navbar li:not(:last-child) {
  margin-right: 40px;
}
.f-navbar li a {
  line-height: 50px;
  color: var(--black);
}
.f-navbar li a:hover {
  color: var(--blue);
  text-decoration: none;
}
.footer-text {
  font: normal normal normal 18px/27px Montserrat-regular;
  letter-spacing: 0px;
  color: #000000;
}
.footer-text-title {
  font: normal normal bold 18px/27px Montserrat-regular;
  letter-spacing: 0px;
  color: #000000;
}

.footer-copyright-block {
  display: flex;
  flex-direction: row;
  margin-top: 60px;
  align-items: center;
}

.available-on {
  margin-left: auto;
}
.available-on p {
  text-align: center;
}

.available-on .img-block > *:not(:last-child) {
  margin-right: 15px;
}
.available-on .img-block img:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.img-block {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
}
.img-block img {
  max-width: 130px;
}

.social-list {
  margin-bottom: 0;
  text-align: right;
}
.social-list li a i {
  color: var(--light-black);
}
.social-list li a {
  font-size: 22px;
  color: var(--light-black);
  text-decoration: none;
}
.social-list li {
  display: inline-block;
  font-size: 30px;
}
.social-list li:not(:last-child) {
  margin-right: 40px;
}
.social-list li a:hover i {
  color: var(--blue);
}
.available-on {
  margin-right: auto;
}
.available-on .img-block > *:not(:last-child) {
  margin-right: 15px;
}
.available-on .img-block img:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
.footer-copyright-block {
  display: flex;
  flex-direction: row;
  margin-top: 60px;
  align-items: center;
}
.copyright-txt {
  margin-top: auto;
  color: white;
}
@media only screen and (max-width: 991px) {
  .footer {
    padding: 30px 0;
  }
  .f-navbar {
    justify-content: center;
  }
  .f-navbar li:not(:last-child) {
    margin-right: 15px;
  }
  .f-navbar li a {
    line-height: 40px;
  }
  .social-list {
    text-align: center;
    margin-top: 10px;
  }
  .available-on {
    margin-left: auto;
  }
  .available-on p {
    text-align: center;
  }
  .footer-copyright-block {
    flex-direction: column;
    margin-top: 20px;
    padding-top: 20px;
  }
  .img-block {
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
  }
  .img-block img {
    max-width: 130px;
  }
  .copyright-txt {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .social-list li:not(:last-child) {
    margin-right: 20px;
  }
}

/*====================
      Custom font Icon
    ====================*/
@font-face {
  font-family: 'icomoon';
  src: url('https://dicerra-staging-bucket.s3.amazonaws.com/icomoon.eot');
  src: url('https://dicerra-staging-bucket.s3.amazonaws.com/icomoon.eot')
      format('embedded-opentype'),
    url('https://dicerra-staging-bucket.s3.amazonaws.com/icomoon.ttf')
      format('truetype'),
    url('https://dicerra-staging-bucket.s3.amazonaws.com/icomoon.woff')
      format('woff'),
    url('https://dicerra-staging-bucket.s3.amazonaws.com/icomoon.svg')
      format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^='icon-'],
[class*=' icon-'] {
  font-family: var(--icon-font-family) !important;
  transition: all ease 0.3s;
  font-size: 23px;
  speak: never;
  color: var(--black);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^='icon-'].active,
[class*=' icon-'].active,
[class^='icon-']:hover,
[class*=' icon-']:hover {
  color: var(--blue);
  font-weight: 500;
}
.icon-passhide:before {
  content: '\e939';
}
.icon-passshow:before {
  content: '\e93a';
}
.icon-like:before {
  content: '\e938';
}
.icon-camera:before {
  content: '\e937';
}
.icon-search-arrow:before {
  content: '\e91b';
}
.icon-down:before {
  content: '\e92e';
}
.icon-delete:before {
  content: '\e92f';
  color: var(--blue);
}
.icon-copy:before {
  content: '\e930';
}
.icon-clock1:before {
  content: '\e931';
}
.icon-about-us:before {
  content: '\e90a';
}
.icon-search-arrow1:before {
  content: '\e932';
}
.icon-region:before {
  content: '\e933';
}
.icon-phone2:before {
  content: '\e934';
}
.icon-clock:before {
  content: '\e91f';
}
.icon-settings1:before {
  content: '\e935';
}
.icon-phone1:before {
  content: '\e906';
  color: var(--blue);
}
.icon-my-profile:before {
  content: '\e907';
  color: var(--blue);
}
.icon-contribution:before {
  content: '\e908';
  color: var(--blue);
}
.icon-edit-profile:before {
  content: '\e909';
  color: var(--blue);
}
.icon-logout:before {
  content: '\e91c';
  color: var(--blue);
}
.icon-privacy-policy:before {
  content: '\e92b';
  color: var(--blue);
}
.icon-settings:before {
  content: '\e92c';
  color: var(--blue);
}
.icon-Term-and-condition:before {
  content: '\e92d';
  color: var(--blue);
}
.icon-globale:before {
  content: '\e936';
  color: var(--blue);
}
.icon-notifiaction:before {
  content: '\e901';
}
.icon-search:before {
  content: '\e902';
}
.icon-round-minus:before {
  content: '\e903';
  color: var(--blue);
}
.icon-round-plus:before {
  content: '\e904';
  color: var(--blue);
}
.icon-back-new:before {
  content: '\ea40';
  color: var(--blue);
}
.icon-home:before {
  content: '\e905';
}
.icon-browsefile:before {
  content: '\e900';
  color: var(--blue);
}
.icon-calander:before {
  content: '\e90b';
}
.icon-checked .path1:before {
  content: '\e90c';
}
.icon-checked .path2:before {
  content: '\e90d';
  margin-left: -1em;
}
.icon-close:before {
  content: '\e90e';
}
.icon-comment-two:before {
  content: '\e90f';
  color: var(--blue);
}
.icon-comment:before {
  content: '\e910';
}
.icon-cross-arrow:before {
  content: '\e911';
}
.icon-dob:before {
  content: '\e912';
}
.icon-Georgia-Gardner:before {
  content: '\e913';
}
.icon-email:before {
  content: '\e914';
}
.icon-facebook:before {
  content: '\e915';
}
.icon-flag-outline:before {
  content: '\e93b';
}
.icon-flag:before {
  content: '\e916';
}
.icon-forward:before {
  content: '\e917';
}
.icon-hear2:before {
  content: '\e918';
}
.icon-heart:before {
  content: '\e919';
}
.icon-hospital:before {
  content: '\e91a';
  color: var(--blue);
}
.icon-instagram:before {
  content: '\e91d';
}
.icon-left:before {
  content: '\e91e';
}
.icon-linkedin:before {
  content: '\e920';
}
.icon-password:before {
  content: '\e921';
}
.icon-phone:before {
  content: '\e922';
}
.icon-plus:before {
  content: '\e923';
}
.icon-radio .path1:before {
  content: '\e924';
}
.icon-radio .path2:before {
  content: '\e925';
  margin-left: -1em;
}
.icon-right:before {
  content: '\e926';
}
.icon-twitter:before {
  content: '\e927';
}
.icon-up-arrow:before {
  content: '\e928';
  color: var(--blue);
}
.icon-user:before {
  content: '\e929';
}
.icon-youtube:before {
  content: '\e92a';
}
.icon-equalizer:before {
  content: '\e992';
}
*:focus,
button:focus {
  outline: none;
}

/* navbar */

.navbar-gradient {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5))
    no-repeat padding-box;
}
.navbar-gradient-aboutus-page {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
    no-repeat padding-box;
}
.sticky-navbar {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
}
.custom-nav {
  height: 70px;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 8%);
  transition: all ease 0.3s;
}
.expanded-nav {
  height: 120px !important;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 8%);
  transition: all ease 0.3s;
  display: flex;
  align-items: flex-start;
}
.loggedin-webnav ul.navbar-nav li a {
  display: inline-block;
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
}
.webnav ul.navbar-nav li a {
  display: inline-block;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}
.webnav ul.navbar-nav li.active a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: var(--blue);
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.logged-in-nav-text {
  display: inline-block;
  color: var(--black) !important;
  font-size: 14px;
  font-weight: 400;
}
.logged-in-nav-text:hover {
  text-decoration: none;
  color: var(--blue) !important;
}
.webnav ul.navbar-nav li.activeLoggedin a {
  color: var(--blue);
}
.webnav ul.navbar-nav li a:hover {
  text-decoration: none;
  color: var(--blue);
}
.webnav ul.navbar-nav {
  margin-right: 20px;
}
.webnav .navbar-nav li {
  padding: 0 20px;
}
@media only screen and (max-width: 991px) {
  .webnav ul.navbar-nav li {
    padding: 5px 0;
  }
  .webnav ul.navbar-nav {
    margin-right: 0;
  }
  .webnav {
    position: absolute;
    width: 100%;
    background: rgb(236 236 236);
    left: 0;
    right: 0;
    top: 69px;
    padding: 25px 15px;
    z-index: 999;
    text-align: center;
  }
}

/*=====================
    After login header
  =======================*/
.search span.icon-search {
  font-size: 17px;
  top: 15px;
  left: 20px;
  font-weight: 800;
  color: var(--light-black);
}
.webnav ul.navbar-nav li a span.icon-home {
  font-size: 22px;
  color: var(--black);
}
.webnav ul.navbar-nav li a span.icon-notifiaction {
  font-size: 23px;
  color: var(--black);
}
.notifiaction {
  position: relative;
}
.notification-count {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: var(--pink);
  color: var(--white);
  top: -1px;
  left: 12px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}
.dropdown-profile {
  width: 32px;
  height: 32px;
  border-radius: 30px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.dropdown-profile img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.profile-dropdown {
  top: 48px;
  min-width: 305px;
  left: initial;
  right: 0;
  padding: 20px 28px 5px;
}
.profile-dropdown .profile-list li {
  font-size: 16px;
  padding: 0;
  padding: 15px 0;
  border-bottom: 1px solid var(--gray);
}
.profile-dropdown .profile-list li:last-child {
  border-bottom: none;
}
.profile-dropdown .profile-list li span {
  width: 25px;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 20px;
  color: var(--blue);
}
.profile-dropdown .profile-list li span.icon-Term-and-condition,
.profile-dropdown .profile-list li span.icon-privacy-policy {
  font-size: 24px;
}
.after-login-menu {
  display: flex !important;
  flex-basis: auto;
  align-items: center;
  width: 100%;
}
.after-login-menu .navbar-nav {
  flex-direction: row;
}
.logedin .container {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 991px) {
  .custom-nav .container {
    max-width: 100%;
  }
  .custom-nav .logo {
    max-width: 120px;
  }
  .expanded-nav .logo {
    max-width: 120px;
  }
  .custom-nav {
    padding: 0 15px;
  }
  .search-open {
    margin-right: 9px;
    font-size: 23px;
    opacity: 1;
  }
  .logedin .webnav {
    position: static;
    width: 100%;
    background: transparent;
    padding: 0;
  }
  .logedin .webnav.after-login-menu {
    width: auto;
  }
  .logedin .webnav ul.navbar-nav > li {
    padding: 5px 0;
    margin: 0 18px;
  }
  .logedin .webnav ul.navbar-nav li:last-child {
    margin-right: 0;
  }
  .logedin .webnav ul.navbar-nav li .dropdown-profile + span,
  .logedin .webnav ul.navbar-nav li .dropdown-toggle:after {
    display: none;
  }
  .logedin .dropdown-menu {
    position: absolute;
    padding: 15px 15px 10px;
  }
  .logedin .profile-dropdown {
    max-width: 230px;
    min-width: 230px;
  }
  .search-open.open + .search {
    opacity: 1;
    display: flex;
    justify-content: center;
  }
  .search {
    opacity: 0;
  }
  .search-open + .search {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .logedin .search input {
    border-radius: 0;
    width: 100%;
  }
  .notification-count {
    width: 15px;
    height: 15px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .logedin .webnav ul.navbar-nav > li {
    margin: 0 10px;
  }
}

/*--Search menu--*/
@media only screen and (min-width: 1200px) {
  .search-menu,
  .search input {
    min-width: 340px;
  }
}
.search-menu.ng-select.ng-select-single .ng-select-container,
.custom-slectmenu.search-menu.ng-select
  .ng-select-container
  .ng-value-container
  .ng-input {
  padding-left: 50px;
}
.custom-slectmenu.search-menu.ng-select
  .ng-select-container
  .ng-value-container
  .ng-input
  > input {
  padding-left: 0;
}

@media only screen and (min-width: 1200px) {
  .custom-container.container {
    max-width: 1280px;
  }
}

/*Navbar End*/

select.custom-slectmenu {
  /* font-family: 'Be Vietnam', sans-serif; */
  font-family: sans-serif !important;
  font-weight: 400;
  border-radius: 25px;
  background: var(--white);
  border: 1px solid var(--light-gray);
  min-height: 45px;
  font-size: 14px;
  padding: 10px 22px;
  width: 100%;
  color: var(--black-gray);
}

select.custom-slectmenu option {
  /* Custom styles for options */
  background-color: var(--white); /* Background color */
  color: var(--black-gray); /* Text color */
  padding: 10px 22px;
  width: 100%;
  min-height: 45px;
  font-size: 14px;
}

/* Highlight the selected option */
select.custom-slectmenu option:checked {
  background-color: var(
    --light-gray
  ); /* Highlight color for the selected option */
  color: var(--black); /* Text color for the selected option */
}

@media only screen and (max-width: 600px) {
  .collapse-bg {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.8)
      )
      no-repeat padding-box !important;
  }
}
@media only screen and (min-width: 768px) {
  .collapse-bg {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.8)
      )
      no-repeat padding-box !important;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .collapse-bg {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))
      no-repeat padding-box !important;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .collapse-bg {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))
      no-repeat padding-box !important;
  }
}
.about-banner-content-font {
  font: normal normal normal 18px/27px Montserrat-regular;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
}

.footer-logo {
  max-width: 100%;
  height: auto;
}

.navbar-nav {
  cursor: pointer;
}

/* new for contact page*/
.public-feed-banner {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url('https://dicerra-staging-bucket.s3.amazonaws.com/webbanner11.webp');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 55vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  background-position: center, center;
  background-repeat: no-repeat;
}
.contact-banner-title {
  font: normal normal bold 75px/85px Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
}
.contact-form-section {
  background-image: url('https://dicerra-staging-bucket.s3.amazonaws.com/contactbg.webp');
  background-repeat: no-repeat;
  background-position: right;
  background-color: #f9f9f9;
  background-position-y: bottom;
}

input.contact-form-control:focus,
textarea.contact-form-control:focus {
  border-bottom: 1px solid var(--blue);
}
input.contact-form-control,
textarea.contact-form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  border-top: none;
  border-left: none;
  border-right: none;
  background: #f9f9f9;
  border-bottom: 1px solid #535c5e;
  min-height: 45px;
  font-size: 14px;
  padding: 10px 22px;
  width: 100%;
  color: var(--black-gray);
  text-indent: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}
input.form-control:focus,
textarea.form-control:focus,
.custom-control-input:focus ~ .custom-control-label::before {
  border-color: var(--blue);
  box-shadow: 0 0 0 0.1rem rgba(59, 173, 226, 1);
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--blue);
  border: 2px solid var(--blue);
}
.large-btn {
  padding: 0 40px;
}
.custom-control {
  padding-left: 30px;
  margin: 5px 0px 0 0;
}
.custom-control-label::before {
  top: 2px;
  left: -30px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid var(--medium-gray);
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 12px;
  left: -28px;
}
input.form-control:focus,
textarea.form-control:focus,
.custom-control-input:focus ~ .custom-control-label::before {
  border-color: var(--blue);
  box-shadow: 0 0 0 0.1rem rgba(59, 173, 226, 1);
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: var(--white);
  border-color: var(--blue);
  background-color: var(--blue);
}
.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  font-weight: 500;
  content: '\e90d';
  font-family: var(--icon-font-family);
  font-size: 17px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  top: 2px;
  left: -30px;
}
.custom-control-label {
  color: var(--black-gray);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

/*.modal-content {max-width: 460px}*/
.modal-dialog-centered {
  justify-content: center;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 12px;
  left: -28px;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 45px;
  height: 27px;
  pointer-events: all;
  border-radius: 25px;
}
.custom-switch .custom-control-label::after {
  top: 4px;
  left: -33px;
  width: 23px;
  height: 23px;
  background-color: var(--white);
  border-radius: 23px;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: -2px 2px 4px 0 rgb(0 0 0 / 18%);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(17px);
}
.custom-switch .custom-control-label::before {
  background-color: #c8b8bd;
  border: none;
}

/* german about us styles */
.animation-healthcare-de {
  animation: text-width-healthcare-de 13s infinite;
}

.animation-aviation-de {
  animation: text-width-aviation-de 13s infinite;
}

@keyframes text-width-healthcare-de {
  0% {
    width: 400px;
  }
  8.97% {
    width: 400px;
  }
  17.94% {
    width: 320px;
  }
  26.91% {
    width: 320px;
  }
  35.88% {
    width: 520px;
  }
  44.85% {
    width: 520px;
  }
  53.82% {
    width: 390px;
  }
  62.79% {
    width: 390px;
  }
  80.73% {
    width: 380px;
  }
  89.7% {
    width: 380px;
  }
  100% {
    width: 400px;
  }
}

@keyframes text-width-aviation-de {
  0% {
    width: 400px;
  }
  8.97% {
    width: 400px;
  }
  17.94% {
    width: 320px;
  }
  26.91% {
    width: 320px;
  }
  35.88% {
    width: 520px;
  }
  44.85% {
    width: 520px;
  }
  53.82% {
    width: 390px;
  }
  62.79% {
    width: 390px;
  }
  80.73% {
    width: 340px;
  }
  89.7% {
    width: 340px;
  }
  100% {
    width: 400px;
  }
}

/* .language-switcher .cpel-switcher--layout-dropdown .cpel-switcher__lang a {
  background: none !important;
} */

/*=======================
 Faq Page Accordian
========================*/
.faq-accordian {
  padding: 50px 0 70px;
}
.custom-accordian .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0;
}
.custom-accordian .card {
  border: none;
  border-radius: 0;
  padding-bottom: 16px;
}
.custom-accordian .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 15px 0px 0;
}
.custom-accordian .card {
  border-bottom: 1px solid var(--gray);
  margin-bottom: 20px;
}
.custom-accordian .panel {
  position: relative;
}
.custom-accordian .panel.panel-open .panel-title {
  position: relative;
}
.custom-accordian .panel .panel-heading:after {
  font-family: var(--icon-font-family);
  content: '\e904';
  position: absolute;
  right: 0;
  top: -5px;
  font-size: 24px;
  color: var(--light-black);
  font-weight: 300;
}
.custom-accordian .panel.panel-open .panel-heading:after {
  content: '\e903';
  color: var(--pink);
}
.custom-accordian .accordian-title {
  padding-right: 35px;
}
@media only screen and (max-width: 767px) {
  .custom-accordian .panel .panel-heading:after {
    top: 0;
    font-size: 16px;
  }
  .custom-accordian .accordian-title h4 {
    font-size: 14px;
  }
}

.categories-links .luftfahrt {
  text-align: left;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  background: #00aeef 0% 0% no-repeat padding-box;
  border-radius: 26px;
  opacity: 1;
  width: fit-content;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.categories-links .aviation {
  text-align: left;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  background: #00aeef 0% 0% no-repeat padding-box;
  border-radius: 26px;
  opacity: 1;
  width: fit-content;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.categories-links .healthcare {
  background: #e90584 0% 0% no-repeat padding-box;
  border-radius: 26px;
  opacity: 1;
  color: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 26px;
  opacity: 1;
  width: fit-content;
}

.categories-links .gesundheitspflege {
  background: #e90584 0% 0% no-repeat padding-box;
  border-radius: 26px;
  opacity: 1;
  color: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 26px;
  opacity: 1;
  width: fit-content;
}

.categories-links .soins-de-sante {
  background: #e90584 0% 0% no-repeat padding-box;
  border-radius: 26px;
  opacity: 1;
  color: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 26px;
  opacity: 1;
  width: fit-content;
}

/* post- card */
.official-feedblock {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #00aeef;
  margin-bottom: 15px;
  background-color: #f9fdff;
}
.feedblock {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--light-gray);
  margin-bottom: 15px;
}
.profile-img {
  width: 45px;
  height: 45px; /*border: 1px solid #979797;*/
  border-radius: 45px;
  overflow: hidden;
}
.feed-user .profile-name span {
  font-weight: 400;
  font-size: 14px;
}

.industry-icon {
  position: relative;
  top: 21px;
  right: 15px;
}

.industry-span {
  width: 20px;
  height: 20px;
  background: var(--blue);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.industry-span-second {
  width: 20px;
  height: 20px;
  background: var(--pink);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
}

.incident-card-title-public {
  font: normal normal bold 18px/27px Montserrat;
  letter-spacing: 0px;
  color: #535c5e;
}
.incident-card-username {
  font: normal normal bold 18px/27px Montserrat;
  letter-spacing: 0px;
  color: #181c1d;
}
.incident-card-details {
  font: normal normal normal 16px/27px Montserrat-regular;
  letter-spacing: 0px;
  color: #535c5e;
}
.row:not(:first-child) {
  margin-top: 100px;
}
.row:last-child {
  margin-bottom: 0px;
}
.row:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .custom-width {
    max-width: 615px;
    padding-left: 0;
    padding-right: 0;
  }
}
.text-white {
  color: var(--white);
}
@media only screen and (max-width: 600px) {
  .hide-misc-data {
    display: none;
  }
}
.profile-desc {
  line-height: 1.6;
  padding-right: 35px;
}
.final-img {
  position: relative;
}
.more-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 60%);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.more-img span {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
/*action row public*/
.social-action-public > * {
  cursor: pointer;
}
.social-action-public {
  padding: 0 38px 0 38px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
}
.social-action-public > div:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  .social-action-public {
    padding: 0 15px !important;
    margin-bottom: 8px !important;
    display: flex;
    flex-direction: row;
  }
  .social-action-count-public {
    padding: 0 15px !important;
    margin-bottom: 20px !important;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
  }
  .feed-action-block-public {
    padding: 15px !important;
  }
  .public-feed-header {
    padding: 15px !important;
  }
}
.social-action-count-public {
  padding: 0 38px 0 38px;
  margin-bottom: 42px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #e4e4e4;
}
.social-action-count-public > div:not(:last-child) {
  margin-right: 20px;
}
.social-action-count-public > div strong {
  margin-right: 5px;
}
.feed-action-block-public {
  padding-top: 15px;
  padding-left: 38px;
  padding-right: 38px;
}
.public-feed-header {
  padding-top: 42px;
  padding-left: 38px;
  padding-right: 38px;
  padding-bottom: 15px;
}
.feed-img {
  width: 100%;
  display: block;
  overflow: hidden;
}
.feed-img img,
.feed-img video {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: center;
}
.feed-img video {
  height: calc(100% - 6px) !important;
}
.ind-icon {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

/* .categories-links .fa-folder-open {
  display: none;
} */

/* .post-meta-tags .separator {
  padding-right: 0;
} */

.animation-aviation-fr {
  animation: text-width-aviation-fr 13s infinite;
}

.animation-healthcare-fr {
  animation: text-width-healthcare-fr 13s infinite;
}

@keyframes text-width-healthcare-fr {
  0% {
    width: 510px;
  }
  8.97% {
    width: 510px;
  }
  17.94% {
    width: 370px;
  }
  26.91% {
    width: 370px;
  }
  35.88% {
    width: 430px;
  }
  44.85% {
    width: 430px;
  }
  53.82% {
    width: 320px;
  }
  62.79% {
    width: 320px;
  }
  80.73% {
    width: 540px;
  }
  89.7% {
    width: 540px;
  }
  100% {
    width: 510px;
  }
}

@keyframes text-width-aviation-fr {
  0% {
    width: 510px;
  }
  8.97% {
    width: 510px;
  }
  17.94% {
    width: 370px;
  }
  26.91% {
    width: 370px;
  }
  35.88% {
    width: 430px;
  }
  44.85% {
    width: 430px;
  }
  53.82% {
    width: 320px;
  }
  62.79% {
    width: 320px;
  }
  80.73% {
    width: 310px;
  }
  89.7% {
    width: 310px;
  }
  100% {
    width: 510px;
  }
}

.first-blog-item .rt-img-responsive {
  /* border-radius: 4px;
  opacity: 1; */
  width: 1400px !important;
  height: 506px !important;
  object-fit: cover !important;
}

.language-switcher {
  background: none !important;
}

.language-switcher .cpel-switcher__list {
  background: none !important;
}

.language-switcher .cpel-switcher__lang {
  margin-top: 10px;
  background: none;
}

.bottom-script-loader {
  /*   display: none !important; */
  /*   z-index: -1; */
}

.homeanimation-en {
  animation: home-text-width 15s infinite;
}
.homeanimation-fr {
  animation: home-text-width-fr 15s infinite;
}
.homeanimation-de {
  animation: home-text-width-de 15s infinite;
}

@keyframes home-text-width-fr {
  0% {
    width: 300px;
  }
  7.7% {
    width: 300px;
  }
  15.4% {
    width: 218px;
  }
  23.1% {
    width: 218px;
  }
  30.8% {
    width: 225px;
  }
  38.5% {
    width: 225px;
  }
  46.2% {
    width: 180px;
  }
  53.9% {
    width: 180px;
  }
  61.6% {
    width: 320px;
  }
  69.3% {
    width: 320px;
  }
  77% {
    width: 180px;
  }
  84.7% {
    width: 180px;
  }
  100% {
    width: 300px;
  }
}

@keyframes home-text-width-de {
  0% {
    width: 240px;
  }
  7.7% {
    width: 240px;
  }
  15.4% {
    width: 190px;
  }
  23.1% {
    width: 190px;
  }
  30.8% {
    width: 305px;
  }
  38.5% {
    width: 305px;
  }
  46.2% {
    width: 230px;
  }
  53.9% {
    width: 230px;
  }
  61.6% {
    width: 430px;
  }
  69.3% {
    width: 430px;
  }
  77% {
    width: 200px;
  }
  84.7% {
    width: 200px;
  }
  100% {
    width: 240px;
  }
}

.center-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
