/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


/**
 *   To be removed after 28.04.2022
 */
/* .menu-link {
  color: #fff;
} */

.feature-box i{
  background-color: #4daa57;
}

body {
  font-family: "Roboto","Helvetica","Arial",sans-serif
}

/* @media (min-width: 992px) {
  .mega-menu-content, .menu-container .sub-menu-container {
    border-top: 2px solid #4daa57;
  }
} */

@media (min-width: 768px) {
  #content > .content-wrap > .slider-element > .row > .min-vh-md-100 {
    height: auto !important;
    min-height: 600px !important;
  }
  #content > .content-wrap > .slider-element > .row > .p-5 {
    padding-bottom: 0 !important;
  }
  #content > .content-wrap {
    padding-top: 20px;
  }
}
h1 > span:not(.nocolor):not(.badge),
h2 > span:not(.nocolor):not(.badge),
h3 > span:not(.nocolor):not(.badge),
h4 > span:not(.nocolor):not(.badge),
h5 > span:not(.nocolor):not(.badge),
h6 > span:not(.nocolor):not(.badge) {
  color: #000f40;
}
/**
 *   End of To be removed after 28.04.2022
 */

.featured-box {
  margin-bottom: 7rem;
  margin-top: 7rem;
}

.card-image.image-left {
  order: -1;
}
.align-self-stretch.card-image img.rounded-end {
  min-width: auto !important;
  min-height: auto !important;
  max-width: none !important;
  max-height: none !important;
  width: 100% !important;
  height: 100% !important;
}

.component-pricing4 .pricing-features ul {
  list-style: circle;
  margin: 0 2em !important;
}

.component-pricing4 .table > :not(:last-child) > :last-child > *,
.component-pricing4 .table > :not(caption) > * > *{
  border:none !important;
}

.component-hidden {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.component-hidden-transition {
  max-height: 500px;
  transition: max-height 0.30s ease-in;
}

body.admin-left-navigation-open .media-browser-modal {
  padding-left: 80px;
  padding-right: 0 !important;
  padding-top: 81px;
}

.btn:focus, .btn:active:focus, .btn.active:focus,
.btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  box-shadow: none;
}

.flex {
  display: flex;
}

.user-image {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.user-av {
  position: absolute;
  width: 30px;
  bottom: -5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white !important;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; 
  display: flex;
  justify-content: center; 
  align-items: center;
}

.bg-logo {
  position: relative;
  text-align: center;
}

.user-bg {
  position: absolute;
  width: 50px;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white !important;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  justify-content: center; 
  align-items: center;
}


.meter { 
  height: 20px;
  position: relative;
  background: #f3efe6;
  overflow: hidden;
  min-width: 60%;
  max-width: 60%;
  margin-right: 10px;
  border-radius: 5px;
  text-align: center;
  color: white;
}

.meter span {
  display: block;
  height: 100%;
  color: white;
}

.progress {
  color: white !important;
  background-color: green;
  -webkit-animation: progressBar 3s ease-in-out;
  -webkit-animation-fill-mode:both; 
  -moz-animation: progressBar 3s ease-in-out;
  -moz-animation-fill-mode:both; 
}

@-webkit-keyframes progressBar {
0% { width: 0; }
100% { width: 100%; }
}

@-moz-keyframes progressBar {
0% { width: 0; }
100% { width: 100%; }
}

.buttonWrapper {
  margin: 0 5px;
}

.custom-input-dropdown .makeStyles-input-5 {
  padding: 0rem 0.75rem !important;
  height: 30px !important;
  line-height: 1.5;
  background-color: white;
  border-radius: 0px;
  border: 1px solid #6c757d;
  margin:0px !important;
  margin-top: 1px;
}

button#input-group-dropdown-1 {
  width: 100% !important;
  border-radius: unset;
  height: 31px;
  outline: 0px;
  box-shadow: none;
  margin:0px !important;
}

i.h4.icon-stacked.rounded-circle:hover {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.gallery-item:nth-child(2n){
  margin-top: 50px;
}

@media (max-width: 992px) {
  .gallery-item:nth-child(2n){
    margin-top: 0px;
  }
}

.pricing {
  display: flex !important;
}

.pricing .table-cell {
  border-top: 0px;
}


.gallery-2-item {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  float: left;
}
.gallery-2-item .gallery-2-item-bg{
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.gallery-2-item:hover .gallery-2-item-bg, .gallery-2-item:focus .gallery-2-item-bg {
  -ms-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

.gallery-2-item:hover .gallery-2-item-bg:before, .gallery-2-item:focus .gallery-2-item-bg:before {
  display: block;
}


.card-animation {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}

.modal-90h {
  height: 90vh;
}
.modal-90h .modal-content {
  height: 100%;
}
.blank-layout .promo .button:hover{
  filter: none;
}

/* Fix production build normalize */
html body {
  background-color: #fff;
}
html {
  background-color: transparent !important;
}
/* End fix production build normalize */

@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@media (min-width: 320px) {
  .content-wrap {
    padding-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .content-wrap {
    padding-top: 0px !important;
  }
}

.entry-date {
  text-align: center !important;
}

.entry-date p {
  font-size: 16px;
  text-align: center !important;
}
.event-content{
  margin-bottom: 0px !important;
}

.event-content .entry-image {
  height: 100%;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .event-content .entry-image {
    height: auto;
    margin-bottom: 0px;
  }

  .event-content .entry-image img {
    height: auto;
    margin-bottom: 50px;
  }
}


.event-content .entry-image img {
  height: 100%;
}

.error {
  color: red;
}

.form-control {
  margin-bottom: 5px;
}

.event-tab .nav-link {
  color: #6c757d;
}

.event-tab .nav-link.active {
  background-color: transparent;
  border-width: 3px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #000000;
}

.featured-box-5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.counter1item h5 {
  font-size: 16px !important;
}

/* Markup custom style */

.markdown h1, .markdown h2, .markdown h3{ 
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold !important;
}

.markdown h1 {
  color: #000 !important;
}

.markdown h1 {
  font-size: 2em;
}

.markdown h2{ 
  font-size: 1.5em;
}

.markdown h3{ 
  font-size: 1.17em;
}


.markdown p {
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #000;
  /* margin-bottom: 0px !important; */
}

.markdown ul {
  display: inline-block;
  text-align: left;
  margin-bottom: 30px;
  list-style-type: disc;  
  padding-left: 40px !important;
}

.markdown ol {
  display: inline-block;
  text-align: left;
  margin-bottom: 0px;
  list-style-type: numbers;  
  padding-left: 40px !important;
}

.markdown li {
  font-weight: normal;
  color: #000;
}

.markdown li strong, .markdown p strong{
  font-weight: bold;
  color: #000;
}


/* End of markup custom style */

.control-label-required:after {
  content:"*";
  color:red;
  margin-left: 5px;
}

.form-group-second {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #dadce0;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.table>:not(:first-child){border-top:1px solid white}

.table tr td h3 {
  margin-bottom: 0px !important;
  font-weight: normal;
}

.table-td{
  font-weight: normal;
}

.table1{
  margin-bottom: 0px !important;
}

.modal-body .control-label > .required {
  color: red;
  margin-left: 5px;
}
.modal-body .control-label.control-label:after {
  content: "";
}
.modal-body form.rjsf fieldset .checkbox > label {
  display: flex;
}
.modal-body form.rjsf fieldset .checkbox > label > input {
  margin-right: 5px;
}

#custom-submit-btn {
  display: inline-block;
  width: auto;
  position: relative;
  z-index: 3;
  background: transparent;
  color: #000000;
  font-size: 14px;
  border-color: #000000;
  border-style: solid;
  border-width: 2px;
  border-radius: 22px;
  padding: 10px 40px;
  text-transform: uppercase;
  transition: all 0.2s linear;
}

#custom-submit-btn:hover {
  color: white;
  background: #000000;
  border-color: white;
  transition: all 0.2s linear;
}
#custom-submit-btn:active {
  border-radius: 22px;
}

.MuiAlert-icon, .MuiAlert-action, .MuiAlert-message {
  color: white;
}


.btn-request {
  color: #fff;
  background-color: #0d6efd !important;
  border-color: #0d6efd;
  white-space: pre-wrap !important;
}

.btn-request:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-accepted {
    color: #fff;
    background-color: #198754 !important;
    border-color: #198754;
    white-space: pre-wrap !important;
}

.btn-accepted:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}

.event-tabs .nav-link.active {
  color: black;
  font-weight: bold !important;
  font-family: Poppins, sans-serif;
}

.event-tabs  .nav-link {
  color:black;
}

/* Mobile Styles */
@media only screen and (max-width: 767px) {
  .header-1 h1, .header-2 h1, .header-4 h1, .header-5 h1 {
    font-size: 32px !important;
  }
  
  .header-1 h2, .header-2 h2, .header-4 h2, .header-5 h2 {
    font-size: 20px !important;
  }
  
  .header-1 h3, .header-2 h3, .header-4 h3, .header-5 h3 {
    font-size: 16px !important;
  }
  
  .header-1 h4, .header-2 h4, .header-3 h4, .header-4 h4, .header-5 h4, .header-6 h4 {
    font-size: 14px !important;
  }
  
  .header-1 h5, .header-2 h5, .header-3 h5, .header-4 h5, .header-5 h5, .header-6 h5 {
    font-size: 12px !important;
  }
  
  .header-1 h6, .header-2 h6, .header-3 h6, .header-4 h6, .header-5 h6, .header-6 h6 {
    font-size: 10px !important;
  }

  .header-1 p, .header-2 p, .header-3 p, .header-4 p, .header-5 p, .header-6 p {
    font-size: 14px !important;
  }
  
  .header-1 span, .header-2 span, .header-3 span, .header-4 span, .header-5 span, .header-6 span {
    font-size: 18px !important;
    line-height: 1.2;
  }
}

/* Tablet Styles */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header-1 h1, .header-2 h1, .header-3 h1, .header-4 h1, .header-5 h1, .header-6 h1 {
    font-size: 28px !important;
  }
  
  .header-1 h2, .header-2 h2, .header-3 h2, .header-4 h2, .header-5 h2, .header-6 h2 {
    font-size: 22px !important;
  }
  
  .header-1 h3, .header-2 h3, .header-3 h3, .header-4 h3, .header-5 h3, .header-6 h3 {
    font-size: 18px !important;
  }
  
  .header-1 h4, .header-2 h4, .header-3 h4, .header-4 h4, .header-5 h4, .header-6 h4 {
    font-size: 16px !important;
  }
  
  .header-1 h5, .header-2 h5, .header-3 h5, .header-4 h5, .header-5 h5, .header-6 h5 {
    font-size: 14px !important;
  }
  
  .header-1 p, .header-2 p, .header-3 p, .header-4 p, .header-5 p, .header-6 p {
    font-size: 12px !important;
  }

  .header-1 p, .header-2 p, .header-3 p, .header-4 p, .header-5 p, .header-6 p {
    font-size: 16px !important;
  }
  
  .header-1 span, .header-2 span, .header-3 span, .header-4 span, .header-5 span, .header-6 span {
    font-size: 32px !important;
    line-height: 1.2;
  }
}

span.rdw-colorpicker-modal-header, .rdw-colorpicker-modal-options{
  display: flex !important;
}


/* Featured Box 6  */
.services-list{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}
.services-list__service{
  width:50%;
  position:relative;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-positive:1;
  flex-grow:1;
  padding:45px 15px 100px;
  letter-spacing:0;
  background-size:cover;
  background-position:50%;
  color:#fff;
}
.services-list__service:hover{
  text-decoration:none;
  color:#fff;
}
.services-list__service:after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-color:#001840;
  opacity:0;
  transition:opacity .25s linear;
}
.services-list__service:hover:after{
  opacity:.75;
}
.services-list__service:hover .services-list__content{
  opacity:1;
}
.services-list__service:hover .services-list__overlay,
.services-list__service:hover .services-list__title-text{
  opacity:0;
  /* display: none; */
}
.services-list__service:hover .services-list__title-bottom{
  background-color:transparent;
}
.services-list__service:hover .services-list__arrow{
  -ms-flex-positive:1;
  flex-grow:1;
  background-position-x:90%
}
.services-list__service--big{
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%
}
.services-list__service--big .services-list__title-text{
  margin-right:5%
}
.services-list__content{
  position:relative;
  z-index:2;
  max-width:600px;
  margin:0 auto;
  opacity:0;
  transition:opacity .25s linear
}
.services-list__overlay{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  transition:opacity .25s linear
}
.services-list__title{
  margin-bottom:50px;
  text-align:center
}
.services-list__description{
  margin-bottom:0
}
.services-list__title-bottom{
  position:absolute;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:center;
  justify-content:center;
  left:0;
  bottom:0;
  width:100%;
  padding:27px 15px;
  margin:0;
  background-color:#001840;
  transition:background-color .25s linear
}
.services-list__title-text{
  margin-left:20px;
  margin-right:10%
}
.services-list__arrow{
  position:relative;
  z-index:2;
  width:20px;
  background:url('https://www.aviareps.de/wp-content/themes/aviareps/img/services/right-arrow.png') 50% no-repeat;
  background-size:20px auto;
  transition:background-position-x .25s linear
}

.services-list__service:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #001840;
  opacity: 0;
  transition: opacity .25s linear;
}

/* Featured box 7  */

.illustrated-preview{
  display:-ms-flexbox;display:flex
}
.illustrated-preview__illustration{
  -ms-flex-negative:0;
  flex-shrink:0;
  width:40%;
  background-size:cover;
  background-position:50%
}
.illustrated-preview__illustration.position-right{
  -ms-flex-order:2;
  order:2
}
.illustrated-preview__content{
  -ms-flex-positive:1;
  flex-grow:1;
  padding:80px 150px
}
.illustrated-preview__content-inner{
  max-width:750px;
  margin:0 auto;
}
.illustrated-preview__name{
  margin-bottom:70px !important;
}
.illustrated-preview__descr{
  margin-bottom:60px !important;
}
@media (max-width:1199.98px){
  .illustrated-preview__illustration{
    width:50%
  }
  .illustrated-preview__content{
    padding:60px
  }
  .illustrated-preview__descr,.illustrated-preview__name{
    margin-bottom:30px
  }
}
@media (max-width:991.98px){
  .illustrated-preview{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
  }
  .illustrated-preview__illustration{
    -ms-flex-order:1;
    order:1;
    width:100%;
    height:300px
  }
  .illustrated-preview__content{
    -ms-flex-order:2;
    order:2
  }
}
@media (max-width:575.98px){
  .illustrated-preview__illustration{
    height:200px
  }
  .illustrated-preview__content{
    padding:25px 15px
  }
  .illustrated-preview__name{
    margin-bottom:15px !important;
  }
  .illustrated-preview__descr{
    margin-bottom:20px !important;
  }
}

@media(max-width:991.98px){
  .service-header__options{
    margin-bottom:-10px
  }
  .service-header__options li{
    margin-bottom:10px;
    font-size:18px
  }
.service-next,
.service-options{
  padding-bottom:90px !important;
}
.service-next__service-title{
  margin-bottom:15px;
  font-size:30px
}
.service-next__service-descr{
  margin-bottom:15px !important;
}
.service-next__service-link{
  width:80px;
  height:55px
}
}
@media (max-width:767.98px){
  .service-header__right{
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
  }
  .service-header__options{
    margin-top:15px;
    margin-right:auto;
    padding-left:15px
  }
  .service-header__options li{
    font-size:16px
  }
  .service-options{padding-bottom:55px}
  .service-next{padding-bottom:50px}
  .service-next__content,.service-next__title{
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
  }
  .service-next__content{
    margin-top:25px
  }
  .service-next__service-link{
    width:70px;height:40px
  }
}
/* @media (max-width:1479.98px) */

.page-header {
  position: relative;
  background-color: #001840;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  color: #fff;
}
.page-header__inner{
  width:100%;
  padding:200px 15px 112px;
  margin-right:auto;
  margin-left:auto;
  position:relative;
  z-index:2;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-pack:center;
  justify-content:center;
  min-height:100vh
}
@media (min-width:576px){
  .page-header__inner{
      max-width:540px
  }
}
@media (min-width:768px){
  .page-header__inner{
      max-width:720px
  }
}
@media (min-width:992px){
  .page-header__inner{
      max-width:960px
  }
}
@media (min-width:1200px){
  .page-header__inner{
      max-width:1140px
  }
}
@media (min-width:1480px){
  .page-header__inner{
      max-width:1440px
  }
}


/* Title desc */
.page-header__title{
  margin-top:auto;
  margin-bottom:60px !important;
  -webkit-hyphens:auto;
  -ms-hyphens:auto;
  hyphens:auto
}
.page-header__title .thin{
  font-weight:300
}

.page-header__main{
  position:relative;
  width:100%;
  min-height:1px;
  padding-right:15px;
  padding-left:15px;
  -ms-flex:0 0 41.66667%;
  flex:0 0 41.66667%;
  max-width:41.66667%
}
.page-header__main-text{
  margin-bottom:0;
  font-weight:700
}
@media (max-width:1199.98px){
  .page-header__main{
      -ms-flex:0 0 50%;
      flex:0 0 50%;
      max-width:50%
  }
}
@media (max-width:991.98px){
  .page-header__inner{
      padding-top:100px;
      padding-bottom:75px
  }
  .page-header__title{
      margin-bottom:40px !important;
  }
}
@media (max-width:767.98px){
  .page-header__inner{
      padding-bottom:50px
  }
  .page-header__main{
      -ms-flex:0 0 100%;
      flex:0 0 100%;
      max-width:100%
  }
}

.news-cards{max-width:1440px}
.news-load-more{
  text-align:center
}
.news-load-more__btn{
  margin-bottom:100px
}
.services-header .page-header__inner{
  position:relative
}
.services-header .page-header__inner.show:after{
  content:"";
  position:absolute;
  right:0;
  top:250px;
  width:2px;
  height:272px;
  background-color:#fff
}
.services-header .page-header__content{
  -ms-flex-align:end;
  align-items:flex-end;
  margin-bottom:75px
}
.services-header__right-label{position:relative;
  width:100%;
  min-height:1px;
  padding-right:15px;
  padding-left:15px;
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%;
  font-size:30px;
  font-weight:700;
  text-align:right;
  color:#23a8ba
}
.services-header__service-list{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -ms-flex-pack:start;
  justify-content:flex-start;
  margin-top:auto;
  /* margin-right:-70px;
  margin-bottom:-40px */
}
.services-header__service{
  position:relative;
  display:-ms-flexbox;
  display:flex;
  border:4px solid #fff;
  margin-right:70px;
  margin-bottom:40px;
  color:#fff;
  font-weight:700;
  transition:border-color .25s linear
}
.services-header__service:hover{
  text-decoration:none;
  color:#fff;
  border-color:#23a8ba
}
.services-header__service:hover .services-header__service-arrow{
  width:40px;
  right:-40px;
  background-color:#23a8ba
}
.services-header__service:hover .services-header__service-arrow:after{
  opacity:1 
}
.services-header__service-name{ 
  padding:20px 9px;
  color:white;
}
.services-header__service-arrow{
  position:absolute; 
  right:0;
  top:-4px;
  height:calc(100% + 8px);
  width:0;
  background-color:#fff;
  transition:all .25s linear
}
.services-header__service-arrow:after{
  content:"";
  position:absolute;
  left:37%;
  top:50%;
  transform:translateY(-50%);
  width:16px;
  height:16px;
  background:url("https://www.aviareps.de/wp-content/themes/aviareps/img/services/right-arrow.png") 50% no-repeat;
  background-size:100% auto;
  opacity:0;
  transition:opacity .25s linear
}
.services-intro{
  background-color:#dcdcdc
}
.services-intro__inner{
  width:100%;
  padding:180px 15px 170px;
  margin-right:auto;
  margin-left:auto
}
@media (min-width:576px){
  .services-intro__inner{
    max-width:540px
  }
}
@media (min-width:768px){
  .services-intro__inner{
    max-width:720px
  }
}
@media (min-width:992px){
  .services-intro__inner{
    max-width:960px
  }
}
@media (min-width:1200px){
  .services-intro__inner{
    max-width:1140px
  }
}
@media (min-width:1480px){
  .services-intro__inner{
    max-width:1440px
  }
}
.services-intro__text{
  max-width:760px;
  margin:0 auto;
  font-weight:700;
  text-align:center
}
.services-list{
  display:-ms-flexbox; 
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}
.services-list__service{
  width:50%;
  position:relative;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-positive:1;
  flex-grow:1;
  padding:45px 15px 100px;
  letter-spacing:0;
  background-size:cover;
  background-position:50%;color:#fff
}
.services-list__service:hover{
  text-decoration:none; 
  color:#fff 
}
.services-list__service:after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-color:#001840;
  opacity:0;
  transition:opacity .25s linear
}
.services-list__service:hover:after{
  opacity:.75
}
.services-list__service:hover .services-list__content{
  opacity:1
}
.services-list__service:hover .services-list__overlay,
.services-list__service:hover .services-list__title-text{
  opacity:0
}
.services-list__service:hover .services-list__title-bottom{
  background-color:transparent
}
.services-list__service:hover .services-list__arrow{
  -ms-flex-positive:1;
  flex-grow:1;
  background-position-x:90%
}
.services-list__service--big{
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%
}
.services-list__service--big .services-list__title-text{
  margin-right:5%
}
.services-list__content{
  position:relative;
  z-index:2;
  max-width:600px;
  margin:0 auto;
  opacity:0;
  transition:opacity .25s linear
}
.services-list__overlay{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  transition:opacity .25s linear
}
.services-list__title{
  margin-bottom:50px;
  text-align:center
}
.services-list__description{
  margin-bottom:0
}
.services-list__title-bottom{
  position:absolute;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:center;
  justify-content:center;
  left:0;
  bottom:0;
  width:100%;
  padding:27px 15px;
  margin:0;
  background-color:#001840;
  transition:background-color .25s linear
}
.services-list__title-text{
  margin-left:20px;
  margin-right:10%
}
.services-list__arrow{
  position:relative;
  z-index:2;
  width:20px;
  background:url("https://www.aviareps.de/wp-content/themes/aviareps/img/services/right-arrow.png") 50% no-repeat;
  background-size:20px auto;
  transition:background-position-x .25s linear
}
.services-cases{
  width:100%;
  padding:165px 15px;
  margin-right:auto;
  margin-left:auto
}
@media (min-width:576px){
  .services-cases{
    max-width:540px
  }
}
@media (min-width:768px){
  .services-cases{
    max-width:720px
  }
}
@media (min-width:992px){
  .services-cases{
    max-width:960px
  }
}

/* Featured Box 8 */

.services-cases{
  width:100%;
  padding:165px 15px;
  margin-right:auto;
  margin-left:auto
}

.card__title {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 10px 30px;
  margin-bottom: 0;
  font-size: 20px;
  text-align: left;
  color: #001840;
}

.services-cases__case-list{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-bottom:-75px
}
.services-cases__case-list .services-cases-card{
  margin-left:auto;
  margin-right:auto;
  margin-bottom:75px
}

@media (min-width:576px){
  .services-cases{
      max-width:540px
  }
}
@media (min-width:768px){
  .services-cases{
      max-width:720px
  }
}
@media (min-width:992px){
  .services-cases{
      max-width:960px
  }
}
@media (min-width:1200px){
  .services-cases{
      max-width:1140px
  }
}
@media (min-width:1480px){
  .services-cases{
      max-width:1440px
  }
}
.services-cases__intro{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-right:-15px;
  margin-left:-15px;
  margin-bottom:115px
}
.services-cases__title{
  -ms-flex:0 0 33.33333%;
  flex:0 0 33.33333%;
  max-width:33.33333%;
  font-size:100px;
  font-weight:100
}
.services-cases__intro-text,.services-cases__title{
  position:relative;
  width:100%;
  min-height:1px;
  padding-right:15px;
  padding-left:15px
}
.services-cases__intro-text{
  -ms-flex:0 0 66.66667%;
  flex:0 0 66.66667%;
  max-width:66.66667%;
  margin-bottom:0
}
.services-cases__case-list{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-bottom:-75px
}
.services-cases__case-list .card{
  margin-left:auto;
  margin-right:auto;
  margin-bottom:75px
}

@media (max-width:1199.98px){
  .services-intro__inner{
      padding-top:100px;
      padding-bottom:90px
  }
  .services-cases__title{
      -ms-flex:0 0 100%;
      flex:0 0 100%;
      max-width:100%
  }
  .services-cases__intro-text{
      -ms-flex:0 0 83.33333%;
      flex:0 0 83.33333%;
      max-width:83.33333%
  }
}
@media (max-width:991.98px){
  .services-header .page-header__content{
      margin-bottom:30px
  }
  .services-header__right-label{
      font-size:24px
  }
  .services-header__service-list{
      margin-right:-60px;
      margin-bottom:-30px
  }
  .services-header__service{
      border-width:2px;
      margin-right:60px;
      margin-bottom:30px
  }
  .services-header__service-name{
      padding-top:15px;
      padding-bottom:15px
  }
  .services-header__service-arrow{
      top:-2px;
      height:calc(100% + 4px)
  }
  .services-header__service-arrow:after{
      width:14px;
      height:14px
  }
  .services-intro__inner{
      padding-top:75px;
      padding-bottom:75px
  }
  .services-list__service{
      -ms-flex:0 0 100%;
      flex:0 0 100%;
      max-width:100%
  }
  .services-cases{
      padding-top:75px;
      padding-bottom:100px
  }
  .services-cases__intro{
      margin-bottom:75px
  }
  .services-cases__title{
      font-size:75px
  }
  .services-cases__intro-text{
      -ms-flex:0 0 100%;
      flex:0 0 100%;
      max-width:100%
  }
  .services-cases__case-list{
      margin-bottom:-50px
  }
  .services-cases__case-list .card{
      margin-bottom:50px
  }
}
@media (max-width:767.98px){
  .services-header__right-label{
      margin-top:15px;
      font-size:20px;
      text-align:left
  }
  .services-header__service-list{
      margin-right:-40px;
      margin-bottom:-20px
  }
  .services-header__service{
      margin-right:40px;
      margin-bottom:20px
  }
  .services-header__service:hover .services-header__service-arrow{
      width:30px;
      right:-30px
  }
  .services-list__service{
      padding-top:30px;
      padding-bottom:80px
  }
  .services-list__service:hover .services-list__arrow{
      background-position-x:100%
  }
  .services-list__title{
      margin-bottom:25px
  }
  .services-header__service-arrow:after{
      left:33%;
      width:12px;
      height:12px
  }
  .services-intro__inner{
      padding-top:40px;
      padding-bottom:40px
  }
  .services-list__title-bottom{
      padding-top:20px;
      padding-bottom:20px
  }
  .services-list__title-text{
      margin-right:6%
  }
  .services-list__arrow{
      width:16px;
      background-size:16px auto
  }
  .services-cases{
      padding-top:50px;
      padding-bottom:75px
  }
  .services-cases__intro{
      margin-bottom:45px
  }
  .services-cases__title{
      font-size:45px
  }
  .services-cases__case-list{
      margin-bottom:-30px
  }
  .services-cases__case-list .card{
      margin-bottom:30px
  }
}

.services-cases-card{
  position:relative;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  width:400px;
  min-height:525px;
  margin-right:30px;
  box-shadow:-15px 15px 30px 0 rgba(0,0,0,.23);
  transition:box-shadow .25s linear
}
.services-cases-card:hover{
  text-decoration:none;
  color:#fff;
  box-shadow:-7px 7px 10px 0 rgba(0,0,0,.23)
}
.services-cases-card:hover .card__descr:after{
  opacity:.75}
.services-cases-card:hover .card__descr>*{
  opacity:1
}
.card__descr{
  position:relative;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-positive:1;
  flex-grow:1;
  padding:20px;
  padding-top:45px;
  font-weight:700;
  background-size:cover;
  background-position:50%;
  color:#fff
}

.card__descr div {
  color:#fff
}

.card__descr:after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-color:var(--button-background)
}
.card__descr:after,.card__descr>*{
  opacity:0;
  transition:opacity .25s linear
}
.card__descr>*{
  position:relative;
  z-index:2
}

.arrow-btn{
  position:relative;
  display:inline-block;
  padding:0;
  border:none;
  width:74px;
  height:74px;
  background-color:var(--button-background);
  transition:background-color .15s linear;
  cursor:pointer
}
.arrow-btn:after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100px;
  height:100px;
  background-size:100% auto
}

.arrow-btn-second{
  position:relative;
  display: flex;
  align-items: center;
  padding:0;
  border:none;
  width:74px;
  height:74px;
  transition:background-color .15s linear;
  cursor:pointer;
  justify-content: center;

}

.arrow-btn:hover{
  background-color:var(--button-background);
}
.arrow-btn:focus{
  outline:none
}

.card__bottom,.card__meta{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:justify;
  justify-content:space-between
}
.card__bottom, .card__bottom-second{
  min-height:74px
}
.card__bottom .arrow-btn{
  -ms-flex-negative:0;
  flex-shrink:0;
  height:auto
}
.card__bottom-second{
  background-color:white;
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Featured Box 9 */
	
.team-member {
  position: relative;
  z-index: 2;
  text-align: center
}
.team-member--arrowed .team-member__photo:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 16px;
  height: 16px;
  background: url(../img/team/right-arrow.png) 50% no-repeat;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity .15s linear
}
.team-member--arrowed .team-member__photo:hover:before {
  opacity: 1
}
.team-member--lead .team-member__photo {
  box-shadow: 0 0 10px #000
}
.team-member--lead .team-member__info {
  transition: opacity .15s linear
}
.team-member--lead .team-member__info:hover {
  opacity: .7
}
.team-member--lead .team-member__position {
  font-weight: 700;
  color: #001840
}
.team-member__inner {
  display: block
}
.team-member__photo {
  display: block;
  position: relative;
  width: 243px;
  height: 243px;
  border-radius: 50%;
  margin: 0 auto 50px;
  cursor: pointer
}
.team-member__photo:hover .team-member__socials {
  background-color: var(--background-color-image);
}

.team-member__photo .buttonWrapper{
  opacity: 0;
}

.team-member__photo:hover .buttonWrapper{
  opacity: 1;
}
.team-member__photo:hover .team-member__social-item:not(:hover) {
  opacity: 1
}
.team-member__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}
.team-member__photo-link {
  z-index: 2
}
.team-member__photo-link,
.team-member__socials {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%
}
.team-member__socials {
  padding: 50px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  transition: background-color .15s linear
}
.team-member__social-item {
  transition: opacity .15s linear;
  position: relative;
  z-index: 3;
  width: 30%;
  height: 30px;
  margin: 5px 10px;
  background-size: auto 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  opacity: 0
}
.team-member__social-item:hover {
  opacity: .7
}
.team-member__info {
  transition: opacity .15s linear;
  display: block
}
.team-member__info:hover {
  text-decoration: none;
  color: #fff;
  opacity: .7
}
.team-member__name {
  margin-bottom: 0;
  font-size: 25px;
  color: blue
}
.team-member__position {
  color: #001840
}
@media (max-width:991.98px) {
  .team-member__photo {
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      margin-bottom: 25px
  }
  .team-member__photo img {
      position: absolute;
      left: 0;
      top: 0
  }
  .team-member__social-item {
      width: 20%;
      height: 25px;
      background-size: 100% auto
  }
}
@media (max-width:767.98px) {
  .team-member__name {
      font-size: 18px
  }
}
@media (max-width:575.98px) {
  .team-member__photo {
      margin-bottom: 15px
  }
}


	
.team-members {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff
}
.team-members:nth-child(2n) .team-members__title {
  left: auto;
  right: -40px;
  text-align: right
}

.team-members__content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:576px) {
  .team-members__content {
      max-width: 540px
  }
}
@media (min-width:768px) {
  .team-members__content {
      max-width: 720px
  }
}
@media (min-width:992px) {
  .team-members__content {
      max-width: 960px
  }
}
@media (min-width:1200px) {
  .team-members__content {
      max-width: 1140px
  }
}
@media (min-width:1480px) {
  .team-members__content {
      max-width: 1440px
  }
}
.team-members__content-inner {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-bottom: -115px
}
.team-members__content-inner .team-member {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  margin-bottom: 115px
}

@media (max-width:991.98px){
  .team-leads__photo{
    width:200px;
    height:200px;
    margin-top:-100px;
    margin-bottom:35px
  }
  .team-leads__position{
    margin-bottom:40px
  }
  .team-members__content-inner{
    margin-bottom:-65px
  }
  .team-members__content-inner .team-member{
    margin-bottom:65px
  }
}
@media (max-width:767.98px){
  .team-leads{
    margin-bottom:-180px
  }
  .team-leads__lead{
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
    margin-bottom:180px
  }
  .team-members:nth-child(2n) .team-members__title{
    right:-10px
  }
}
@media (max-width:575.98px){
  .team-leads{
    margin-bottom:-60px
  }
  .team-leads__lead{
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
    margin-bottom:60px
  }
  .team-leads__lead:not(:first-child) .team-leads__photo{
    margin-top:0
  }
  .team-leads__lead:last-child{
    bottom:-21px
  }
  .team-leads__position{
    margin-bottom:20px
  }
  .team-leads__team-link{
    transform:none
  }
  .team-members{
    padding-top:190px;
    padding-bottom:50px
  }
  .team-members:nth-child(2n) .team-members__title{
    right:-5px
  }
  .team-members__content-inner{
    margin-bottom:-40px
  }
  .team-members__content-inner .team-member{
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
    margin-bottom:40px
  }
}


.light-blue{
  background: rgba(0,24,64,.7) !important;
}


/* Featured Box 10 */

.home-meet{
  position:relative;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
  align-items:center;
  background-size:cover;
  background-position:50%;
  color:#fff
}
.home-meet__overlay{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0
}
.home-meet__inner{
  width:100%;
  padding:100px 15px;
  margin-right:auto;
  margin-left:auto;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
  align-items:center;
  min-height:540px;
  position:relative
}
@media (min-width:576px){
  .home-meet__inner{
      max-width:540px
  }
}
@media (min-width:768px){
  .home-meet__inner{
      max-width:720px
  }
}
@media (min-width:992px){
  .home-meet__inner{
      max-width:960px
  }
}
@media (min-width:1200px){
  .home-meet__inner{
      max-width:1140px
  }
}
@media (min-width:1480px){
  .home-meet__inner{
      max-width:1440px
  }
}
.home-meet__inner:before{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:2px;
  height:155px;
  background-color:#fff
}
.home-meet__content{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-right:-15px;
  margin-left:-15px
}
.home-meet__left{
  position:relative;
  width:100%;
  min-height:1px;
  padding-right:15px;
  padding-left:15px;
  -ms-flex:0 0 41.66667%;
  flex:0 0 41.66667%;
  max-width:41.66667%
}
.home-meet__title{
  margin-bottom:25px;
  color:#fff
}
.home-meet__link{
  transition:opacity .15s linear;
  color:#fff
}
.home-meet__link:hover{
  opacity:.7;
  text-decoration:none;
  color:#fff
}
.home-meet__right{
  position:relative;
  width:100%;
  min-height:1px;
  padding-right:15px;
  padding-left:15px;
  -ms-flex:0 0 41.66667%;
  flex:0 0 41.66667%;
  max-width:41.66667%;
  margin-bottom:0;
  font-weight:700
}
.home-meet__link-arrow{
  font:0/0 a;
  color:transparent;
  text-shadow:none;
  background-color:transparent;
  border:0;
  position:absolute;
  right:0;
  top:0;
  width:12.5%;
  height:100%;
  background-color:#001840;
  transition:background-color .25s linear
}
.home-meet__link-arrow:after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:20px;
  height:20px;
  background:url('https://www.aviareps.de/wp-content/themes/aviareps/img/home/right-arrow.png') 50% no-repeat;
  background-size:100% auto
}
.home-meet__link-arrow:hover{
  background-color:#23a8ba
}

/* Featured box 10 second */

.home-careers{
  position:relative
}
.home-careers__inner{
  width:100%;
  padding:190px 15px 150px;
  margin-right:auto;
  margin-left:auto;
  position:relative
}
@media (min-width:576px){
  .home-careers__inner{
      max-width:540px
  }
}
@media (min-width:768px){
  .home-careers__inner{
      max-width:720px
  }
}
@media (min-width:992px){
  .home-careers__inner{
      max-width:960px
  }
}
@media (min-width:1200px){
  .home-careers__inner{
      max-width:1140px
  }
}
@media (min-width:1480px){
  .home-careers__inner{
      max-width:1440px
  }
}
.home-careers__inner:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:2px;
  height:155px;
  background-color:#001840
}
.home-careers__content{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-right:-15px;
  margin-left:-15px
}
.home-careers__left{
  position:relative;
  width:100%;
  min-height:1px;
  padding-right:15px;
  padding-left:15px;
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-pack:justify;
  justify-content:space-between
}
.home-careers__title{
  font-size:30px
}
.home-careers__link{
  position:relative;
  z-index:2;
  display:inline-block;
  padding-right:60px;
  font-size:30px;
  font-weight:700;
  color:#23a8ba
}
.home-careers__link:hover{
  text-decoration:none;
  color:#23a8ba
}
.home-careers__link:after{
  content:"";
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:0;
  width:20px;
  height:20px;
  background-size:100% auto;
  background-position:50%;
  background-repeat:no-repeat;
  background-image:url("https://www.aviareps.de/wp-content/themes/aviareps/img/home/right-arrow-blue.png");
  transition:right .15s linear
}
.home-careers__link:hover:after{
  right:-10px
}
.home-careers__right{
  position:relative;
  width:100%;
  min-height:1px;
  padding-right:15px;
  padding-left:15px;
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%;
  line-height:1.5
}
.home-careers__right p{
  margin-bottom:0
}
.home-careers__bg-label{
  position:absolute;
  right:-45px;
  bottom:60px;
  font-size:340px;
  font-weight:700;
  text-transform:uppercase;
  opacity:.05
}
@media (max-width:1479.98px){
  .home-meet__left{
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
  }
  .home-meet__link-arrow{
      width:10%
  }
  .home-careers__bg-label{
      font-size:220px
  }
}

@media (max-width:1199.98px){
  .home-meet__inner{
    padding-top:60px;
    padding-bottom:60px
  }
  .home-meet__left,.home-meet__right{
      -ms-flex:0 0 91.66667%;
      flex:0 0 91.66667%;
      max-width:91.66667%
  }
  .home-careers__link{
      font-size:25px
  }
  .home-careers__link:after{
      right:40px
  }
  .home-careers__link:hover:after{
      right:25px
  }
}

@media (max-width:767.98px){
  .home-meet__inner{
    min-height:350px
  }
  .home-meet__inner:before{
      height:75px
  }
  .home-meet__left,.home-meet__right{
      -ms-flex:0 0 83.33333%;
      flex:0 0 83.33333%;
      max-width:83.33333%
  }
  .home-careers__inner{
      padding-top:60px;
      padding-bottom:60px
  }
  .home-careers__inner:before{
      height:75px
  }
  .home-careers__left,.home-careers__right{
      -ms-flex:0 0 100%;
      flex:0 0 100%;
      max-width:100%
  }
  .home-careers__link{
      margin-bottom:10px;
      font-size:20px
  }
  .home-careers__link:after{
      right:15px
  }
  .home-careers__link:hover:after{
      right:0
  }
}

@media (max-width:575.98px){
  .home-meet__inner:before{
    left:5px
  }
  .home-meet__link-arrow{
      width:14%
  }
  .home-meet__link-arrow:after{
      width:14px;
      height:14px
  }
  .home-careers__inner:before{
      left:5px
  }
  .home-careers__left{
      display:block
  }
  .home-careers__link{
      display:inline-block;
      padding-right:40px
  }
  .home-careers__link:after{
      width:15px;
      height:15px
  }
  .home-careers__bg-label{
      font-size:75px;
      right:-10px
  }
}

/* Active option in wysiwg */
.rdw-option-active {
  box-shadow: 2px 1px 0px #070707 inset !important;
}

.public-DraftStyleDefault-ul, #editorContentWrapper ul {
  list-style-type: disc !important;
  margin-left: 30px !important;
}

.public-DraftStyleDefault-ol , #editorContentWrapper ol{
  list-style-type: numeric !important;
  margin-left: 30px !important;
}

.public-DraftStyleDefault-block {
  margin: 0px !important;
}


/* SLIDER v6 */
.home-cases{
  display:-ms-flexbox;
  display:flex
}
.home-cases__left{
  -ms-flex:0 0 66.66667%;
  flex:0 0 66.66667%;
  max-width:66.66667%;
  position:relative
}
#home-cases-carousel .controls-wrap{
  position:absolute;
  left:8%;
  bottom:75px;
  -ms-flex-direction:column;
  flex-direction:column
}
#home-cases-carousel .controls-wrap,#home-cases-carousel .owl-nav{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
  align-items:center
}
#home-cases-carousel .owl-nav button{
  font:0/0 a;
  color:transparent;
  text-shadow:none;
  background-color:transparent;
  border:0;
  position:relative;
  width:16px;
  height:16px
}
#home-cases-carousel .owl-nav button:after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:url(../img/home/right-arrow-purple.png) 50% no-repeat;
  background-size:100% auto;
  transition:opacity .15s linear
}
#home-cases-carousel .owl-nav button:hover:after{
  opacity:.7
}
#home-cases-carousel .owl-nav button:focus{
  outline:none
}
#home-cases-carousel .owl-nav button.owl-prev{
  transform:rotate(180deg)
}
#home-cases-carousel .nav-label{
  transition:opacity .15s linear;
  margin:0 15px;
  font-weight:700;
  color:#001840;
  cursor:pointer
}
#home-cases-carousel .nav-label:hover{
  opacity:.7
}
#home-cases-carousel .owl-dots{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
  align-items:center;
  margin-right:-9px
}
#home-cases-carousel .owl-dot{
  width:6px;
  height:6px;
  border-radius:50%;
  margin-right:9px;
  background-color:#001840;
  transition:opacity .15s linear
}
#home-cases-carousel .owl-dot.active{
  width:9px;
  height:9px
}
#home-cases-carousel .owl-dot:hover{
  opacity:.7
}
#home-cases-carousel .owl-dot:focus{
  outline:none
}
.home-cases__case{
  display:block;
  position:relative;
  background-size:cover;
  color:#fff
}
.home-cases__case:hover{
  text-decoration:none;
  color:#fff
}
.home-cases__case:after{
  content:"";
  position:absolute;
  z-index:2;
  left:0;
  top:0;
  width:55%;
  height:100%;
  background-color:#23a8ba;
  opacity:.75
}
.home-cases__case-overlay{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0
}
.home-cases__case-inner{
  position:relative;
  z-index:3;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-pack:center;
  justify-content:center;
  min-height:720px;
  width:55%;
  padding:140px 15px 140px 8%
}
.home-cases__case-title{
  margin-bottom:60px
}
.home-cases__case-text{
  max-width:55%;
  margin:0;
  font-weight:700
}
.home-cases__case-next{
  position:absolute;
  z-index:2;
  right:0;
  bottom:0
}
.home-cases__right{
  -ms-flex:0 0 33.33333%;
  flex:0 0 33.33333%;
  max-width:33.33333%;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column
}
.home-cases__right>*{
  -ms-flex-positive:1;
  flex-grow:1;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
  align-items:center;
  padding-left:30%;
  padding-right:15px
}
.home-cases__arrowed-link{
  position:relative;
  display:inline-block;
  padding-right:60px;
  font-size:30px;
  font-weight:700
}
.home-cases__arrowed-link:hover{
  text-decoration:none;
  color:#fff
}
.home-cases__arrowed-link:after{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  width:20px;
  height:20px;
  background-size:100% auto;
  background-position:50%;
  background-repeat:no-repeat;
  transition:right .15s linear
}
.home-cases__arrowed-link:hover:after{
  right:-10px
}
.home-cases__awards{
  background-color:#23a8ba
}
.home-cases__awards .home-cases__arrowed-link,.home-cases__awards .home-cases__arrowed-link:hover{
  color:#fff
}
.home-cases__awards .home-cases__arrowed-link:after{
  background-image:url(../img/home/right-arrow.png)
}
.home-cases__view-all{
  background-color:#dcdcdc
}
.home-cases__view-all .home-cases__arrowed-link,.home-cases__view-all .home-cases__arrowed-link:hover{
  color:#001840
}
.home-cases__view-all .home-cases__arrowed-link:after{
  background-image:url(../img/home/right-arrow-purple.png)
}
.home-reviews{
  padding-top:65px;
  padding-bottom:165px;
  border-bottom:2px solid #eeeff2
}
.home-reviews__inner{
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto
}
@media (min-width:576px){
  .home-reviews__inner{
      max-width:540px
  }
}
@media (min-width:768px){
  .home-reviews__inner{
      max-width:720px
  }
}
@media (min-width:992px){
  .home-reviews__inner{
      max-width:960px
  }
}
@media (min-width:1200px){
  .home-reviews__inner{
      max-width:1140px
  }
}
@media (min-width:1480px){
  .home-reviews__inner{
      max-width:1440px
  }
}
#home-reviews-carousel .owl-next,#home-reviews-carousel .owl-prev{
  font:0/0 a;
  color:transparent;
  text-shadow:none;
  background-color:transparent;
  border:0;
  transition:opacity .15s linear;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:20px;
  height:20px;
  background:url(../img/home/right-arrow-purple.png) 50% no-repeat;
  background-size:100% auto
}
#home-reviews-carousel .owl-next:hover,#home-reviews-carousel .owl-prev:hover{
  opacity:.7
}
#home-reviews-carousel .owl-next:focus,#home-reviews-carousel .owl-prev:focus{
  outline:none
}
#home-reviews-carousel .owl-prev{
  left:0;
  transform:translateY(-50%) rotate(180deg)
}
#home-reviews-carousel .owl-next{
  right:0
}
#home-reviews-carousel .owl-dots{
  position:absolute;
  left:50%;
  bottom:-80px;
  transform:translateX(-50%);
  display:-ms-flexbox;
  display:flex;
  margin-right:-9px
}
#home-reviews-carousel .owl-dot{
  width:9px;
  height:9px;
  border-radius:50%;
  margin-right:9px;
  background-color:#001840;
  transition:opacity .15s linear,background-color .15s linear
}
#home-reviews-carousel .owl-dot:hover{
  opacity:.7
}
#home-reviews-carousel .owl-dot:focus{
  outline:none
}
#home-reviews-carousel .owl-dot.active{
  background-color:#23a8ba
}
.home-reviews__review{
  max-width:970px;
  margin:0 auto;
  text-align:center;
  color:#001840
}
.home-reviews__logo-wrap{
  margin-bottom:40px
}
.home-reviews__logo-wrap img{
  width:auto!important;
  margin:0 auto
}
.home-reviews__review-text{
  margin-bottom:70px;
  line-height:2.4
}


/* custom CARDS */

.awards-list .career-vacancies__vacancy-wrap{
  display:none
}
.awards-list .career-vacancies__vacancy-wrap:nth-child(-n+9){
  display:block
}
.awards-list .career-vacancies__vacancy-wrap {
  display: none
}
.awards-list .career-vacancies__vacancy-wrap:nth-child(-n+9) {
  display: block
}
@media (max-width:991.98px) {
  .awards-list {
      padding-bottom: 90px
  }
}
@media (max-width:767.98px) {
  .awards-list {
      padding-bottom: 60px
  }
}
.career-intro {
  width: 100%;
  padding: 80px 15px 130px;
  margin-right: auto;
  margin-left: auto;
  text-align: center
}
@media (min-width:576px) {
  .career-intro {
      max-width: 540px
  }
}
@media (min-width:768px) {
  .career-intro {
      max-width: 720px
  }
}
@media (min-width:992px) {
  .career-intro {
      max-width: 960px
  }
}
@media (min-width:1200px) {
  .career-intro {
      max-width: 1140px
  }
}
@media (min-width:1480px) {
  .career-intro {
      max-width: 1440px
  }
}
.career-intro__inner {
  max-width: 880px;
  margin: 0 auto
}
.career-intro__title {
  margin-bottom: 30px;
  font-size: 30px
}
.career-intro__text {
  text-align: center;
  margin-bottom: 0
}
.career-vacancies {
  position: relative
}
.career-vacancies__title {
  position: absolute;
  top: -165px;
  left: -120px;
  font-size: 400px;
  line-height: 325px;
  opacity: .05
}
.career-vacancies__list-wrap {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:576px) {
  .career-vacancies__list-wrap {
      max-width: 540px
  }
}
@media (min-width:768px) {
  .career-vacancies__list-wrap {
      max-width: 720px
  }
}
@media (min-width:992px) {
  .career-vacancies__list-wrap {
      max-width: 960px
  }
}
@media (min-width:1200px) {
  .career-vacancies__list-wrap {
      max-width: 1140px
  }
}
@media (min-width:1480px) {
  .career-vacancies__list-wrap {
      max-width: 1440px
  }
}
.career-vacancies__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0px;
  /* padding-bottom: 130px; */
  /* margin-bottom: -90px */
}
.career-vacancies__vacancy-wrap {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  display: -ms-flexbox;
  display: flex;
  /* margin-bottom: 50px */
}
.career-vacancies__vacancy-wrap .vacancy-group {
  width: 100%
}




@media (max-width:1479.98px) {
  .career-vacancies__title {
      left: -75px;
      font-size: 265px
  }
}
@media (max-width:1199.98px) {
  .career-vacancies__title {
      left: -60px;
      top: -120px;
      font-size: 220px;
      line-height: 240px
  }
  .career-vacancies__vacancy-wrap {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }
}
@media (max-width:991.98px) {
  .career-vacancies__title {
      top: -100px;
      font-size: 175px;
      line-height: 210px
  }
}
@media (max-width:767.98px) {
  .career-intro {
      padding-top: 50px;
      padding-bottom: 75px
  }
  .career-vacancies__title {
      left: -45px;
      top: -75px;
      font-size: 130px;
      line-height: 150px
  }
  .career-vacancies__list {
      padding-bottom: 75px;
      margin-bottom: -40px
  }
  .career-vacancies__vacancy-wrap {
      margin-bottom: 40px
  }
}
@media (max-width:575.98px) {
  .career-vacancies__title {
      left: -25px;
      top: -50px;
      font-size: 80px;
      line-height: 100px
  }
  .career-vacancies__vacancy-wrap {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }
}
@media (max-width:1199.98px) {
  .cases-list {
      display: block
  }
  .cases-list__case,
  .cases-list__double-case-wrap {
      width: 100%
  }
  .cases-articles__content {
      padding: 25px
  }
  .cases-articles__illustration:after {
      width: 75px
  }
}

@media (max-width:767.98px) {
  .vacancy-group--backgrounded .vacancy-group__content {
      height: 270px
  }
  .vacancy-group {
      border-width: 2px
  }
  .vacancy-group__content {
      min-height: 270px;
      padding: 20px 10px 45px
  }
  .vacancy-group__top-title {
      margin-bottom: 15px
  }
}
@media (max-width:575.98px) {
  .vacancy-group--backgrounded .vacancy-group__content {
      height: 220px
  }
  .vacancy-group__content {
      min-height: 220px
  }
  .vacancy-group__title {
      padding-top: 55px
  }
  .vacancy-group__description {
      font-size: 14px
  }
}


.vacancy-group {
  display: block;
  position: relative;
  border: 4px solid #23a8ba;
  font-weight: 700
}
.vacancy-group:hover {
  text-decoration: none;
  color: #fff;
  color: initial
}
.vacancy-group:hover .vacancy-group__count,
.vacancy-group:hover .vacancy-group__title {
  opacity: 0
}
.vacancy-group:hover .vacancy-group__content {
  opacity: 1
}
.vacancy-group--backgrounded {
  background-size: cover;
  background-position: 50%
}
.vacancy-group--backgrounded .vacancy-group__content {
  background-color: rgba(35, 168, 186, .7)
}
@media (min-width:992px) {
  .vacancy-group--backgrounded .vacancy-group__content {
      height: 370px
  }
}
.vacancy-group__main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.vacancy-group__title {
  margin: auto;
  padding: 0px 15px;
  text-align: center;
  color: #001840;
  transition: opacity .25s linear
}
.vacancy-group__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-positive: 0;
  flex-grow: 0
}
.vacancy-group__bottom .arrow-btn {
  z-index: 2
}
.vacancy-group__bottom .arrow-btn:hover {
  background-color: var(--button-background,#23a8ba)
}
.vacancy-group__count {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 74px;
  text-align: center;
  color: #23a8ba;
  transition: opacity .25s linear
}
.vacancy-group__content {
  min-height: 342px;
  height: 100%;
  padding: 35px 35px 90px;
  /* background-color: #23a8ba; */
  color: #fff;
  opacity: 0;
  transition: opacity .25s linear
}
.vacancy-group__top-title {
  margin-bottom: 30px;
  text-align: center
}
.vacancy-group__description {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4
}
@media (max-width:1479.98px) {
  .vacancy-group__content {
      padding: 25px 20px 75px
  }
  .vacancy-group__count {
      padding-left: 15px
  }
}
@media (max-width:991.98px) {
  .vacancy-group--backgrounded .vacancy-group__content {
      height: 300px
  }
  .vacancy-group__content {
      min-height: 300px;
      padding: 25px 15px 60px
  }
  .vacancy-group__description {
      font-size: 15px
  }
}
@media (max-width:767.98px) {
  .vacancy-group--backgrounded .vacancy-group__content {
      height: 270px
  }
  .vacancy-group {
      border-width: 2px
  }
  .vacancy-group__content {
      min-height: 270px;
      padding: 20px 10px 45px
  }
  .vacancy-group__top-title {
      margin-bottom: 15px
  }
}
@media (max-width:575.98px) {
  .vacancy-group--backgrounded .vacancy-group__content {
      height: 220px
  }
  .vacancy-group__content {
      min-height: 220px
  }
  .vacancy-group__title {
      padding-top: 55px
  }
  .vacancy-group__description {
      font-size: 14px
  }
}

	
.awards-list .career-vacancies__vacancy-wrap {
  display: none
}
.awards-list .career-vacancies__vacancy-wrap:nth-child(-n+9) {
  display: block
}

.career-vacancies__vacancy-wrap {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  display: -ms-flexbox;
  display: flex;
  /* margin-bottom: 50px */
}
.career-vacancies__vacancy-wrap .vacancy-group {
  width: 100%
}
@media (max-width:1199.98px) {
  .career-vacancies__title {
      left: -60px;
      top: -120px;
      font-size: 220px;
      line-height: 240px
  }
  .career-vacancies__vacancy-wrap {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }
}
@media (max-width:767.98px) {
  .career-intro {
      padding-top: 50px;
      padding-bottom: 75px
  }
  .career-vacancies__title {
      left: -45px;
      top: -75px;
      font-size: 130px;
      line-height: 150px
  }
  .career-vacancies__list {
      padding-bottom: 75px;
      margin-bottom: -40px
  }
  .career-vacancies__vacancy-wrap {
      margin-bottom: 40px
  }
}
@media (max-width:575.98px) {
  .career-vacancies__title {
      left: -25px;
      top: -50px;
      font-size: 80px;
      line-height: 100px
  }
  .career-vacancies__vacancy-wrap {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }
}

	
.vacancy-group:hover .vacancy-group__content {
  opacity: 1
}
.vacancy-group--backgrounded {
  background-size: cover;
  background-position: 50%
}
.vacancy-group--backgrounded .vacancy-group__content {
  background-color: rgba(35, 168, 186, .7)
}
@media (min-width:992px) {
  .vacancy-group--backgrounded .vacancy-group__content {
      height: 370px
  }
}

	
.vacancy-group__content {
  min-height: 342px;
  height: 100%;
  padding: 35px 35px 90px;
  background-color: #23a8ba;
  color: #fff;
  opacity: 0;
  transition: opacity .25s linear
}

	
@media (max-width:1479.98px) {
  .vacancy-group__content {
      padding: 25px 20px 75px
  }
  .vacancy-group__count {
      padding-left: 15px
  }
}
@media (max-width:991.98px) {
  .vacancy-group--backgrounded .vacancy-group__content {
      height: 300px
  }
  .vacancy-group__content {
      min-height: 300px;
      padding: 25px 15px 60px
  }
  .vacancy-group__description {
      font-size: 15px
  }
}
@media (max-width:767.98px) {
  .vacancy-group--backgrounded .vacancy-group__content {
      height: 270px
  }
  .vacancy-group {
      border-width: 2px
  }
  .vacancy-group__content {
      min-height: 270px;
      padding: 20px 10px 45px
  }
  .vacancy-group__top-title {
      margin-bottom: 15px
  }
}

@media (max-width:575.98px) {
  .vacancy-group--backgrounded .vacancy-group__content {
      height: 220px
  }
  .vacancy-group__content {
      min-height: 220px
  }
  .vacancy-group__title {
      padding-top: 55px
  }
  .vacancy-group__description {
      font-size: 14px
  }
}


/* CUSTOM LIGHT BLUE HEADER */
#header.light-blue.semi-transparent #header-wrap {
  background-color: rgba(0,24,64,.7) !important;
}

#header.light-blue.floating-header {
    margin-top: 60px;
}

.light-blue.floating-header .container {
  background-color: rgba(0,24,64,.7) !important;
    padding: 0 30px;
}


@media (max-width: 991.98px) {

  .sticky-header #header-wrap {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 299;
      background-color: rgba(0,24,64,.7);
      border-bottom: 1px solid #EEE;
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden;
  }

}

/* HEADER 9 From Aviareps website */


.home-header {
  position: relative;
  background-color: #001840;
  background-size: cover;
  background-position: top;
  padding-top: 112px;
  padding-bottom: 175px;
  text-align: center;
  color: #fff
}
.home-header__inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:576px) {
  .home-header__inner {
      max-width: 540px
  }
}
@media (min-width:768px) {
  .home-header__inner {
      max-width: 720px
  }
}
@media (min-width:992px) {
  .home-header__inner {
      max-width: 960px
  }
}
@media (min-width:1200px) {
  .home-header__inner {
      max-width: 1140px
  }
}
@media (min-width:1480px) {
  .home-header__inner {
      max-width: 1440px
  }
}
.home-header__title {
  margin: 75px 0 200px;
  font-size: 150px;
  text-transform: uppercase
}
.home-header__text {
  max-width: 770px;
  margin: 0 auto 300px;
  font-weight: 700;
  color: #dcdcdc;
  text-align-last: center
}
.home-header__service-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: -100px
}
.home-header__service-wrap {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  margin-bottom: 100px
}
.home-header__service {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding-top: 100%;
  height: 58px;
  max-height: 0;
  border: 4px solid #fff;
  color: #fff;
  bottom: 0;
  transition: border-color .25s linear, bottom .25s linear
}
.home-header__service:hover {
  text-decoration: none;
  color: #fff;
  border-color: #4790c8;
  bottom: 58px
}
.home-header__service:hover .home-header__service-arrow {
  bottom: -62px;
  max-height: 58px;
  background-color: #4790c8
}
.home-header__service:hover .home-header__service-arrow:after {
  opacity: 1
}
.home-header__service-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  font-weight: 700
}
.home-header__service-arrow {
  position: absolute;
  left: -4px;
  bottom: -4px;
  width: calc(100% + 8px);
  height: 58px;
  max-height: 0;
  background-color: #fff;
  transition: all .25s linear;
  overflow: hidden
}
/* .home-header__service-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: url(../img/home/right-arrow.png) 50% no-repeat;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity .25s linear
} */
.home-header__bg-label {
  position: absolute;
  left: -45px;
  bottom: 125px;
  font-size: 340px;
  font-weight: 700;
  color: #23a8ba;
  opacity: .1
}

	
@media (max-width:1479.98px) {
  .home-header__service-wrap {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }
  .home-header__bg-label {
      font-size: 270px
  }
}

@media (max-width:1199.98px) {
  .home-header__title {
      margin-bottom: 75px;
      font-size: 125px
  }
  .home-header__text {
      margin-bottom: 150px
  }
  .home-header__bg-label {
      font-size: 220px
  }
}


@media (max-width:991.98px) {
  .home-header {
      padding-bottom: 75px
  }
  .home-header__title {
      margin: 30px 0 40px;
      font-size: 100px
  }
  .home-header__text {
      margin-bottom: 100px
  }
  .home-header__service {
      height: 40px;
      border-width: 3px
  }
  .home-header__service:hover {
      bottom: 40px
  }
  .home-header__service:hover .home-header__service-arrow {
      bottom: -43px;
      max-height: 40px
  }
  .home-header__service-arrow {
      left: -3px;
      bottom: -3px;
      width: calc(100% + 6px);
      height: 40px
  }
  .home-header__bg-label {
      font-size: 160px
  }
}

	
@media (max-width:767.98px) {
  .home-header__title {
      margin-bottom: 30px;
      font-size: 75px
  }
  .home-header__text {
      margin-bottom: 75px
  }
  .home-header__service-list {
      margin-bottom: -70px
  }
  .home-header__service-wrap {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      margin-bottom: 70px
  }
  .home-header__bg-label {
      font-size: 115px;
      left: -10px
  }
}

@media (max-width:575.98px) {
  .home-header__title {
      margin: 20px 0;
      font-size: 40px
  }
  .home-header__text {
      margin-bottom: 60px
  }
  .home-header__service-list {
      margin-bottom: -45px
  }
  .home-header__service-wrap {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 45px
  }
  .home-header__service {
      height: 30px;
      border-width: 2px
  }
  .home-header__service:hover {
      bottom: 30px
  }
  .home-header__service:hover .home-header__service-arrow {
      bottom: -30px;
      max-height: 30px
  }
  .home-header__service-arrow {
      left: -2px;
      bottom: -2px;
      width: calc(100% + 4px);
      height: 30px
  }
  .home-header__service-arrow:after {
      width: 12px;
      height: 12px
  }
  .home-header__bg-label {
      font-size: 65px
  }
}  


/* FeaturedBox 11 style */

.service-next{
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
  padding-bottom:130px;
  padding-top: 40px;
}
@media (min-width:576px){
  .service-next{
      max-width:540px
  }
}
@media (min-width:768px){
  .service-next{
      max-width:760px
  }
}
@media (min-width:992px){
  .service-next{
      max-width:990px
  }
}
@media (min-width:1200px){
  .service-next{
      max-width:1200px
  }
}

@media (min-width:1400px){
  .service-next{
      max-width:1300px
  }
}

@media (min-width:1480px){
  .service-next{
      max-width:1480px
  }
}
.service-next__inner{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap;
  margin-right:-15px;
  margin-left:-15px;
  -ms-flex-pack:justify;
  justify-content:space-between
}
.service-next__title{
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%;
  font-weight:300
}
.service-next__content,.service-next__title{
  position:relative;
  width:100%;
  min-height:1px;
  padding-right:15px;
  padding-left:15px
}
.service-next__content{
  -ms-flex:0 0 41.66667%;
  flex:0 0 41.66667%;
  max-width:41.66667%
}
.service-next__service-title{
  position:relative;
  padding-top:15px;
  margin-bottom:40px;
  font-size:60px;
  font-weight:300;
  /* border-top-style: solid;
  border-width: 2px; */
}
/* .service-next__service-title:after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100vw;
  height:2px;
  color:#001840;
} */
.service-next__service-descr{
  margin-bottom:35px
}
.service-next__service-link{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width:93px;
  height:62px;
  border-radius:10px;
  font-size:0;
  background-color:#001840;
}
.service-next__service-link:hover{
  background-color:#002564;
}


/*featuredBox 12*/

#f12{
  background-color: white;
  width: 100%;
  min-height: 500px;
  padding: 35px 0

}

.f12Inner{

max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
  text-align: center;

}

.f12-horizontalLine-wrapper{
  display: flex;
  width: 100%;
}
.f12-horizontalLine{

  width: 50px;
  height: 3px;
  background-color: black;
  border-radius: 10px;
  margin: 20px 0

}
.f12-content-wrapper{

  padding: 10px;


}

.f12-content-wrapper >p {
  width: 90%;
  margin: auto
}


.f12-contact-wrapper{


  height: auto;
  min-height: 500px;
  padding: 10px

}
.f12-contact-inner{

  display: flex;
  flex-direction: column;
  min-width: 90%;
  padding: 10px


}

.f12-contact-elements{

  display: flex;

}


.f12-contact-elements > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.3rem
}

.f12-contact-social-media-wrapper{
  display: flex;
  width: 70%;
  margin: 15px auto;
  justify-content: space-evenly;
}

.f12-social-media-element{
  width: 50px;
  text-align: center;
  padding: 10px;
  border-radius: 50%;
  margin: 3px
}



.f12-download-wrapper{
  display: flex;
  flex-direction: column;

}
.f12-download-button{

  padding: 20px 10px;
  border: 1px solid black;
  text-align: center;
  min-width: 90%;
  margin: 10px auto;
  min-height: 100px;
  height: auto;
  font-weight: bold;
  font-size: 1.3rem;
}
@media screen and (min-width: 900px){

  .f12Inner{
    flex-direction: row;
    justify-content: space-evenly;
    width: 85%;
    margin: auto;
    max-width: 1100px
  }

  .f12-content-wrapper{
    width: 60%;
    margin-right: 10px
  }

  .f12-content-wrapper >p{
    width: 100%
  }
  .f12-contact-wrapper{
    padding: 20px 40px;
    width: 40%;
    animation: contactBoxSlideIn;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    animation-duration: 1.5s;
  }

  @keyframes contactBoxSlideIn {

    0%{
      position: relative;
      opacity: 0.3;
      right: -150px
    }

    100%{
      opacity: 1;
      right: 0
    }

  }
  .f12-content-element{
    max-width: 55%

  }

}




/* Custom icons */
.icon-customization::before {
  font-size: 24px !important;
}

.socialshare:hover{
  cursor: pointer;
  opacity: 0.9;
}

.footer2-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer2-links li {
  display: inline-block;
  margin-right: 10px; 
}

.footer2-links li a {
  margin: 0 3px;
  /* color: #333; */
  border-bottom: 1px dotted #444;
  text-transform: uppercase;
}
.footer2-links li a:hover{
  /* color: #555; */
  border-bottom: 1px solid #666;
}

.admin-crm-contacts .modal-dialog #current-employer .dropdown-item.disabled {
  pointer-events: all;
}

/* Solution for ul li marker in header 8 */
.header-8 ul {
  list-style-type: none; 
  padding: 0; 
}

.header-8 ul li span:before {
  content: "\2022"; 
  color: white;
  margin-right: 5px;
}

.header-8 ul li span {
  margin-top: 0px !important;
}

/* X icons */
.fontawesome-x{
  font-size: 50px;
}

.header-6 .social-follow-icon:hover, .header-6 .fa-x-icon:hover {
  opacity: 0.8;
}

/* Grayscale in cards */
.card-with-grayscale {
  filter: grayscale(1);
  transition: 400ms ease;
}

.card-with-grayscale:hover {
  filter: grayscale(0);
}

/* Header v6 responsive */
@media (max-width:992px){
  .header6-social{
    flex-wrap: wrap;
      justify-content: center !important;
      gap: 10px;
      margin-top: 30px;
  }
  .header6-logo-img{
    display: flex;
    justify-content: center !important;
  }
}

/* text-above-video */

.text-above-video{
  position: absolute !important;
  z-index: 99;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: unset !important;
}

.text-above-video .video-content> * {
  width: 100%;
}

  .video-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 50vh;
    width: 100%;
    transition: opacity 400ms ease 0ms;
  }
  .tiny {
    filter: blur(20px);
    transform: scale(1.1);
    transition: visibility 0ms ease 400ms;
  }
/* 
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }  */

  .react-player-video video {
    object-fit: cover;
  }
  /* Video component with logo */
  .image-divider{
    width: 170px;
    height: 3px;
    margin: 10px 0px;
    /* background-color: #000d3a; */
  }
  /* .image-divider::before{
    content: "";
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    border-top-color: #000d3a;
    border-top-width: 3px;
  } */

  .btn-close-different {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M8 6.586L1.707.293a1 1 0 00-1.414 1.414L6.586 8 .293 14.293a1 1 0 001.414 1.414L8 9.414l6.293 6.293a1 1 0 001.414-1.414L9.414 8l6.293-6.293a1 1 0 00-1.414-1.414L8 6.586z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.9
}

/* Video 1 */
.video-1{
  background-size: cover;
  width: 100%;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.video-2 , .video-4 , .video-3{
  background-size: cover;
}
@media (max-width:768px){
  .video-1, .video-2, .video-3, .video-4{
    background-size: contain;
  }
}


/* Animations FADE IN TOP/RIGHT/BOTTOM/LEFT */
.fadeInTop {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* fadeInBottom animation */
.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* fadeInLeft animation */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* WEBINARS  */
.webinar-card p{
  margin-bottom: 10px !important;
}

@keyframes moveText {
  0% { text-indent: 100%; }
  100% { text-indent: 0; }
}

.moving-text {
  animation: moveText 10s linear forwards; 
  white-space: nowrap; 
  overflow: hidden; 
  width: 100%;
}

.input-group{
  margin-bottom: 1rem;
}


/* RESIZE */

.react-resizable {
  position: relative;
}
.react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');
  background-position: bottom right;
  padding: 0 3px 3px 0;
}
.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-resizable-handle-w,
.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}
.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}
.react-resizable-handle-n,
.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}
.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}

/* Form modal */

.modal-body form hr{
  margin: 1rem 0 !important;
}

.react-datepicker__input-container{
  max-width: 300px;
}
.react-datepicker__input-container input{
  padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    min-width: 250px;
}

.pie-chart-content{
  width: 50%;
  max-width: 300px; 
  margin: 0 auto; 
  display: flex;
  justify-content: center;
  align-items: center;
}
.rbt-input-main {
  z-index: 0 !important;
}

@media (max-width:768px){
  .video-5 .text-above-video .card-title span, .video-6 .text-above-video .card-title span, .video-7 .text-above-video .card-title span{
    font-size: 25px !important;
  }

  .video-5 .text-above-video .card-title p, .video-6 .text-above-video .card-title p, .video-7 .text-above-video .card-title p{
    line-height: 1.2 !important;
  }

  .video-5 .text-above-video .card-title p, .video-6 .text-above-video .card-title p, .video-7 .text-above-video p.mb-3 {
    font-size: 30px !important;
  }

  .video-5 .button.button-xlarge, .video-6 .button.button-xlarge, .video-7 .button.button-xlarge {
    font-size: 16px !important;
  }

  .header-buttons .button.button-xlarge{
    padding: 9px 10px;
    font-size: 14px;
  }
}

.e-learning-title{
    display: inline-block;
    margin: 0;
    padding: 20px;
    line-height: normal;
    margin-top: -8rem;
    background-color: #fff;
    width: auto;
    /* max-width: 70rem; */
    box-shadow: -1rem -1rem 4rem rgba(0, 0, 0, .3);
}

.rdw-left-aligned-block > div, .rdw-right-aligned-block > div, .rdw-center-aligned-block > div, .rdw-justify-aligned-block > div{
  display: block !important;
}

/* .not-homepage.header-header10 section#content, */
.not-homepage.header-header10.page-type-e-learning section#content,
.not-homepage.header-header10.page-type-e-learning-course section#content,
.not-homepage.header-header10.page-type-e-learning-chapter section#content,
.not-homepage.header-header10.page-type-e-learning-content section#content,
.not-homepage.header-header10.page-type-e-learning-quiz section#content{
  padding-top: 100px;
}

/* .sticky-tab-menu{
  position: fixed;
  top: 120px;
  left: 0;
  max-width: 100%;
  z-index: 1000;
  height: 100vh;
} */

.grid-filter-wrap ul{
  padding: 0px;
}

@media (max-width:768px){
  .app-name-section{
    display: none !important;
  }
}

@media (max-width:768px){
  .home-header .home-header__title{
    font-size: 32px !important;
  }
  .home-header .home-header__text{
    font-size: 16px !important;
  }
  .home-header__service-wrap {
    max-width: 40% !important;
  }
}

/* Contacts Responsive */
@media (max-width:768px){

  .contacts-section .nav-pills i{
    font-size: 30px !important;
  }
  
  .contacts-section .nav-pills .nav-item .nav-link{
    margin-bottom: 10px;
  }
  .contacts-section .nav-link {
    padding: .5rem;
  }

  .contacts-section .form-check-inline{
    display: block;
    margin-right: 0rem;
    padding-left: 0em;
  }

  .contacts-section .country-select-input, .group-select-input, .tag-select-input{
    width: 100% !important;
  }
  .contacts-section .add-buttons .button{
    margin-bottom: 15px !important;
  }

  .contacts-section .contact-records {
    margin-top: 15px !important;;
  }

  .contacts-section .tab-wrapper .nav-link {
    margin-right: 5px !important;
  }
}

@media (max-width:580px){
  .tab-wrapper .nav-pills .nav-item{
    margin-bottom: 10px;
  }
}

.template-thumbnail:hover {
  box-shadow: 0 0 20px rgb(8 21 66 / 60%) !important;
}
.template-thumbnail {
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
}

.MuiFormGroup-root label{
  margin-bottom: 0px;
}

/* When changing this make sure toast has higher z-index */
.modal{
  z-index: 100000 !important;
}

@media (max-width:768px){
  .video-1{
    background-size: cover;
  }
}

@media (max-width:580px){
  .video-1{
    background-size: cover;
  }
  .video-height{
    min-height: 100px !important;
  }
}  

.sidebar-items-overflow{
  overflow-y: auto!important;
}

.entry-content .mce-content-body p{
  margin-bottom: 5px !important;
}

.entry-title .mce-content-body p {
  margin-bottom: 10px !important;
}

#editorContentWrapper .slider-element .entry-content {
  margin-top: 15px !important;
}


h3.vacancy-group__title, h3.title-without-desc{   
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
/* Contact Info */
.contact-info-comp .contact-info-card {
  border: none; 
  border-radius: 0;
}

.contact-info-comp .contact-info-card:nth-child(2) {
  border-left: 2px solid #000; 
  border-right: 2px solid #000; 
}

.react-form-wizard .wizard-tab-content{
  text-align: left !important;
}

/* Ensure the dropdown menu has a high z-index */
.react-select__menu {
  z-index: 2000 !important;
}

@media (max-width:768px){
  .controlled-tabs-content{
    width: 100% !important;
  }
}

.nav-tabs .nav-link.active{
  color: black;
  font-weight: bold;
}

@media (max-width:580px){
  .featured-box-5 .wysiwyg p span{
    /* font-size: 32px !important; */
  }

  .featured-box-5 .text-larger {
    font-size: 16px !important;
  }
}

.form-check-label{
  max-width: 100% !important;
}

.react-datepicker-popper{
  z-index: 999 !important;
}

/* List */

.wysiwyg ol, .wysiwyg ul {
  list-style: initial !important;
}

.menu-container {
  list-style-type: none !important;
}

/* @media only screen and (max-width: 767px) {
  .header-1 h1, .header-1 p span {
    font-size: 54px !important;
  }
} */

.h-auto .react-player-video{
  height: auto !important;
  object-fit: contain !important;
  min-height: unset !important;
}

/* Test typeahead */
.typeahead {
  position: relative;
  z-index: 1051;
}

.rbt-menu.dropdown-menu.show {
  z-index: 1052 !important;
}

#current-employer a.dropdown-item.disabled {
  pointer-events: all;
}