input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: .5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body {
  font-family: 'Inter' , sans-serif;
}

#etifr {
  width: 100%;
}

/* CSS to make each card square */

.container {
  /*max-width: 920px;*/
}

.squareh {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  min-height: 445px;
}

.square {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  min-height: 164px;
}

/* CSS New design March 2024 iFlair */

.bg-fixed {
  background-attachment: fixed;
}

.skill-info-sec {
  padding: 5rem 0;
}

.overlapping-imgs img {
  width: 70%;
  z-index: 1;
}

.overlapping-imgs img:last-child {
  margin-left: auto;
  margin-top: -70px;
  z-index: 0;
}

.shaped-bg {
  background-attachment: fixed;
  background-size: cover;
}

.tech-protect-info {
  padding: 6rem 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #15122C00), to(#15122c));
  background-image: -o-linear-gradient(top, #15122C00 40%, #15122c 100%);
  background-image: linear-gradient(200grad, #15122C00 40%, #15122c 100%);
}

.admin-info-sec ul li, .tech-protect-info ul li {
  font-size: 18px;
}

.bg-blue {
  background-color: #15122C;
  padding: 1.5rem 0 6rem;
}

.tech-protect-content {
  max-width: 850px;
}

.features-list li {
  max-width: calc(33.33% - 1.8rem);
}

.training-instruction {
  background-image: -o-radial-gradient(at center center, #FFD42B45 14%, #FFD42B00 64%);
  background-image: radial-gradient(at center center, #FFD42B45 14%, #FFD42B00 64%);
}

.training-list .card {
  background-color: transparent;
  /*border: 1px solid var(--bs-blue);*/
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
  color: #fff;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}

.training-list .card:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 211.99999999999991, 43.000000000000014, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(255, 211.99999999999991, 43.000000000000014, 0.15);
  /*-webkit-transform: translateY(-10px);*/
  /*-ms-transform: translateY(-10px);*/
  /*transform: translateY(-10px);*/
}

.training-list .card-media {
  position: relative;
  padding-bottom: 56.66%;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.training-list .card-subtitle {
  color: #ffffff6e;
}

.training-list .card-media img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.training-list > .row {
  row-gap: 1.6rem;
}

.training-list .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  color: #000000;
}

.training-list .card .card-body a {
  margin-top: auto;
}

@media (min-width: 576px) {
  .squareh {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    min-height: 294px;
  }
}

@media (min-width: 576px) {
  .square {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    min-height: 180px;
  }
}

@media (min-width: 992px) {
  .squareh {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    min-height: 278px;
  }
}

@media (min-width: 992px) {
  .square {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    min-height: 180px;
  }
}

.square > .d-flex {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.square img {
  max-width: 100%;
  height: auto;
}

.square p {
  width: 100%;
  text-align: center;
}

.navbar-toggler span {
  color: white !important;
  /*background-color: white;*/
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#rightcolregistration p {
  font-size: 1rem;
  line-height: 1.5;
  color: #e3e3e3;
}

[type=button], [type=submit], button {
  display: inline-block;
  font-weight: 400;
  color: #c36;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #c36;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

h5 {
  color: #000000;
  font-family: "Inter", Sans-serif;
  /*font-size: 26px;*/
  font-weight: 700;
}

h3 {
  color: #000000;
  font-family: "Inter", Sans-serif;
  font-size: 26px;
  font-weight: 700;
}

p {
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

a {
  color: #FFD42B;
}

.nav-item.border-end {
  border-right: 1px solid #ffffff;
}

#meinFormular {
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.emailbox {
  max-width: 550px;
  background-color: white;
  font-size: 1rem;
  line-height: 1.5;
  color: #797979;
  padding: 50px;
}

.navbar-toggler {
  border: white !important;
}

.nav-item.divider-right::after {
  content: '';
  display: block;
  border-right: 1px solid #fff;
  height: 50%;
  position: absolute;
  top: 55%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-yellow:hover {
  color: #FFD42B;
  background-color: #000000;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.btn-yellow {
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: bold;
  fill: #000000;
  color: #000000;
  background-color: #FFD42B;
  border-radius: 5px 5px 5px 5px;
  padding: 15px 15px 15px 15px;
  border: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-item.divider-right {
  position: relative;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}

.subheader {
  text-align: left;
  color: #D4D4D4;
  font-family: "Inter", Sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.cardsgradient {
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#001038D4), to(#43758ABF));
  background: -o-linear-gradient(top, #001038D4, #43758ABF);
  background: linear-gradient(180deg, #001038D4, #43758ABF);
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#001038D4), color-stop(0%), color-stop(#b3ed898), to(100%));
  background-image: -o-linear-gradient(top, #001038D4, 0%, #b3ed898, 100%);
  background-image: linear-gradient(180deg, #001038D4, 0%, #b3ed898, 100%);
  --display: flex;
  --justify-content: space-between;
  --gap: 0px 0px;
  --background-transition: 0.3s;
  --border-radius: 20px 20px 20px 20px;
  --margin-block-start: 0px;
  --margin-block-end: 0px;
  --margin-inline-start: 0px;
  --margin-inline-end: 0px;
  --padding-block-start: 30px;
  --padding-block-end: 30px;
  --padding-inline-start: 30px;
  --padding-inline-end: 30px;
}

.headeringradientcard {
  color: #FFFFFF;
  font-family: "Inter", Sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
}

.pgradientcard {
  text-align: left;
  color: #D4D4D4;
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .cardsgradient.topshift1 {
    top: 150px;
    /*overflow: overlay;*/
    /*margin-bottom: 150px;*/
  }
}

.icon-list-items.topshift1 {
}

@media (min-width: 768px) {
  .mb-150 {
    margin-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .cardsgradient.topshift2 {
    top: 100px;
  }
}

.icon-list-icon i {
  color: #ffd42b;
  padding-right: 10px;
}

.cardsgradient2 {
  /*background: url("background (1).jpg;*/
  background-image: -o-linear-gradient(293deg, #FFD42B21 31%, #FFD42B69 100%);
  background-image: linear-gradient(157deg, #FFD42B21 31%, #FFD42B69 100%);
  background-size: cover;
  border-radius: 20px;
  margin-top: 2em;
  margin-bottom: 2em;
  border: 1px solid #FFD42B9C;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 212, 43, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(255, 212, 43, 0.3);
}

.cardsgradient2 .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fa-ul .fa-li {
  text-indent: -2.5em;
  margin-left: 2.5em;
  list-style-type: none;
  color: #ffd42b;
  font-size: 1.5em;
  top: 0em;
}

.fa-ul > li {
  position: relative;
  padding-left: 0;
}

@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.boxtitle {
  font-size: 12px;
}

.popup {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 5px;
  /*display: none;*/
  z-index: 2;
}

/* Adjust the top value as needed to position the popup above the slider */

.slidecontainer {
  position: relative;
  padding-top: 50px;
}

.popup {
}

@media (min-width: 960px) {
  .navbar-nav {
    left: -100px;
    position: relative;
  }
}

@media (min-width: 992px) {
  #navlogin {
    right: -80px;
    position: relative;
  }
}

#agbCheckbox:checked {
  border: none;
  padding: 0;
}

.box {
  cursor: pointer;
  border: 3px solid tomato;
}

.fit-cover {
}

.aboutusimg {
  min-height: 300px;
  max-height: 500px;
}

.boxes3lines {
  min-height: 208px;
}

.boxyellow {
  background-color: #ffd42b;
  color: #001634;
  border-radius: 15px;
  padding: 0.6em;
}

.discover_section .heading_content {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 125px;
  position: relative;
}

.discover_section .heading_content:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  width: 300px;
  height: 1px;
  background-color: #FFD42B;
  margin: auto;
}

.discover_section .heading_content h3 {
  color: #FFD42B;
}

.discover_section .container > .row {
  gap: 24px 0;
}

.discover_card {
  background-color: #ffffff;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#), to(#FFFFFF0F));*/
  /*background-image: -o-linear-gradient(top, rgb(21 18 44) 0%, #FFFFFF0F 100%);*/
  /*background-image: linear-gradient(180deg, rgb(21 18 44) 0%, #FFFFFF0F 100%);*/
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 211.99999999999991, 43.000000000000014, 0.35);
  box-shadow: 0px 0px 20px 0px rgba(255, 211.99999999999991, 43.000000000000014, 0.35);
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #FFD42B9C;
  overflow: hidden;
  position: relative;
  padding: 50px 40px 30px 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*box-shadow: #666666;*/
  border: none;
}

.discover_card:hover {
  /*-webkit-transform: translateY(-10px);*/
  /*-ms-transform: translateY(-10px);*/
  /*transform: translateY(-10px);*/
}

.discover_card .discover_card_icon {
  width: 114px;
  height: 114px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #FFD42B9C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 0;
}

.discover_card .discover_card_icon img {
  -webkit-filter: invert(48%) sepia(92%) saturate(346%) hue-rotate(9deg) brightness(93%) contrast(86%);
  filter: invert(48%) sepia(92%) saturate(346%) hue-rotate(9deg) brightness(93%) contrast(86%);
  width: 100%;
  max-width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
}

.discover_card h3 {
  color: #ffd42b;
  font-size: 20px;
}

.discover_card p {
  color: #000000;
  font-size: 16px;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .discover_card {
    padding: 55px 25px 10px;
  }
}

@media (max-width: 1199px) {
  .subheader {
    font-size: 20px;
  }
}

/* .square.cardsgradient2 .col-lg-6.p-3 {
    order: 1;
  }
  .square.cardsgradient2 .col-lg-6.p-5 {
    order: 2;
  } */

@media (max-width: 991px) {
  .subheader {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .cardsgradient2 {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

@media (max-width: 991px) {
  .skill-info-sec, .tech-protect-info {
    padding: 4.0625rem 0;
  }
}

@media (max-width: 991px) {
  .bg-blue {
    padding-top: 1rem !important;
    padding-bottom: 4.0625rem !important;
  }
}

@media (max-width: 991px) {
  .features-list li img {
    width: 100%;
    max-width: 30px;
  }
}

@media (max-width: 991px) {
  .features-list li span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    background-image: -o-linear-gradient(293deg, #FFD42B21 31%, #FFD42B69 100%);
    background-image: linear-gradient(157deg, #FFD42B21 31%, #FFD42B69 100%);
    background-size: cover;
    border-radius: 12px;
    /*margin-top: 1em;*/
    border: 1px solid #FFD42B9C;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(255, 212, 43, 0.3);
    box-shadow: 0px 0px 17px 0px rgba(255, 212, 43, 0.3);
    /*padding: 8px 8px;*/
    top: 1em;
    position: relative;
  }
}

@media (max-width: 767px) {
  .nav-item.divider-right {
    padding-right: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .nav-item.divider-right::after {
    display: none;
  }
}

@media (max-width: 767px) {
  nav.navbar .logo-image {
    width: 100%;
    max-width: 180px !important;
  }
}

@media (max-width: 767px) {
  nav.navbar .logo-image img {
    left: 0 !important;
  }
}

@media (max-width: 767px) {
  nav.navbar button.navbar-toggler {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .admin-info-sec ul li, .tech-protect-info ul li, .pgradientcard {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .features-list li {
    max-width: calc(50% - 0.75rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background-image: -o-linear-gradient(293deg, #FFD42B21 31%, #FFD42B69 100%);
    background-image: linear-gradient(157deg, #FFD42B21 31%, #FFD42B69 100%);
    background-size: cover;
    border-radius: 12px;
    border: 1px solid #FFD42B9C;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(255, 212, 43, 0.3);
    box-shadow: 0px 0px 12px 0px rgba(255, 212, 43, 0.3);
    padding: 18px 38px;
    gap: 10px !important;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  .skill-info-sec, .tech-protect-info {
    padding: 2.8125rem 0;
  }
}

@media (max-width: 767px) {
  .bg-blue {
    padding-top: 0.625rem !important;
    padding-bottom: 2.8125rem !important;
  }
}

@media (max-width: 767px) {
  .btn-yellow {
    padding: 10px 12px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .discover_section .heading_content:after {
    bottom: -22px;
    width: 220px;
  }
}

@media (max-width: 767px) {
  .discover_section .heading_content {
    margin: 0 auto 70px;
  }
}

@media (max-width: 767px) {
  .subheader {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .cardsgradient2 {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }
}

@media (max-width: 575px) {
  .features-list li {
    width: calc(78% - 0.75rem);
    max-width: 300px;
    padding: 18px 18px;
  }
}

@media (max-width: 575px) {
  .banner_section h1, .tech-protect-info h2, .training-instruction h2 {
    word-break: break-word;
  }
}

@media (max-width: 575px) {
  .discover_card {
    text-align: center;
    padding-top: 62px;
  }
}

@media (max-width: 575px) {
  .discover_card .discover_card_icon {
    width: 95px;
    height: 95px;
    top: -15px;
    right: -15px;
  }
}

@media (max-width: 575px) {
  .discover_card .discover_card_icon img {
    max-width: 25px;
    height: 25px;
  }
}

