body {
  text-align: justify;
  text-align: left;
  text-justify: inter-word;
}

.single-form .error{
  color:red;
}

.link_footer {
    font-weight:bold; 
    color: #AEBA00;
}

.span_counter {
    color: #AEBA00!important;
}

.icon_call_to_action {
    width: 70px!important;
    height: 70px!important;
}

.icon_service_dash {
    width: 130px!important;
    height: 130px!important;
}

.cta_footer {
    margin-bottom: -100px;
}

.counter_part_dashboard {
    background-image: linear-gradient(to right, rgba(174, 186, 0, 0.63), rgba(0, 144, 188, 0.637));
    padding-bottom: 80px!important;
}

.service_part_dashboard {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}

.breadcrumb_banner {
    color: #AEBA00!important;
}

.generic_green_text {
  color: #AEBA00!important;
}

.text_paragraph {
    font-size: 16px;
    line-height: 30px;
}

.ul_timeline {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(60rem, 90%);
    margin-inline: auto;
  }
  
  /* line */
  .ul_timeline::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: rgb(225, 225, 225);
    border-radius: calc(var(--line-w) / 2);
  }
  
  /* columns*/
  
  /* row gaps */
  .ul_timeline li:not(:last-child) {
    margin-bottom: var(--row-gap);
  }
  
  /* card */
  .ul_timeline li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
  }
  
  /* date */
  .ul_timeline li .date_timeline {
    --dateH: 3rem;
    margin-inline: calc(var(--inlineP) * -1);
  
    text-align: center;
    background-color: var(--accent-color);
  
    color: white;
    font-size: 1.25rem;
  
    display: grid;
    place-content: center;
    position: relative;
  
    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);

    padding: 30px;
    margin-bottom: 30px;
  }
  
  /* START date flap */
  .ul_timeline li .date_timeline::before {
    content: "";
    width: var(--inlineP);
    aspect-ratio: 1;
    background: var(--accent-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;
  
    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
  }
  
  /* circle */
  .ul_timeline li .date_timeline::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: var(--bgColor);
    border: 0.3rem solid var(--accent-color);
    border-radius: 50%;
    top: 50%;
  
    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  
  /* title descr */
  .ul_timeline li .title_timeline,
  .ul_timeline li .descr_timeline {
    background: var(--bgColor);
    position: relative;
    padding-inline: 1.5rem;
  }
  .ul_timeline li .title_timeline {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 500;
  }
  .ul_timeline li .descr_timeline {
    padding-block-end: 1.5rem;
    font-weight: 300;
  }
  
  /* shadows */
  .ul_timeline li .title_timeline::before,
  .ul_timeline li .descr_timeline::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
  }
  .ul_timeline li .title_timeline::before {
    bottom: calc(100% + 0.125rem);
  }
  
  .ul_timeline li .descr_timeline::before {
    z-index: -1;
    bottom: 0.25rem;
  }
  
  @media (min-width: 40rem) {
    .ul_timeline {
      grid-template-columns: 1fr var(--line-w) 1fr;
    }
    .ul_timeline::before {
      grid-column: 2;
    }
    .ul_timeline li:nth-child(odd) {
      grid-column: 1;
    }
    .ul_timeline li:nth-child(even) {
      grid-column: 3;
    }
  
    /* start second card */
    .ul_timeline li:nth-child(2) {
      grid-row: 2/4;
    }
  
    .ul_timeline li:nth-child(odd) .date_timeline::before {
      clip-path: polygon(0 0, 100% 0, 100% 100%);
      left: 0;
    }
  
    .ul_timeline li:nth-child(odd) .date_timeline::after {
      transform: translate(-50%, -50%);
      left: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }
    .ul_timeline li:nth-child(odd) .date_timeline {
      border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
    }
  }

/* END date flap */

.testimonial-content {
  height: 340px!important;
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}

@media (min-width: 574px) and (max-width: 765px) {
  .testimonial-thumb {
    display:none;
  }
}

@media (min-width: 766px) and (max-width: 1200px) {
  .testimonial-thumb {
    display:none;
  }

  .testimonial-content {
    width: 340px!important;
    height: 360px!important;
    padding: 0!important;;
  }
}


.testimonial-content_alumni {
  height: 100%!important;
  width: 100%!important;
}

.testimonial-content_alumni h2 {
  color: #AEBA00;
}

.single-testimonial-02_alumni {
  width: 95%!important;
  margin-bottom: 30px!important;
}

.testimonial-content img {
  width: 40px!important;
  height: auto!important;
}

.techwix-testimonial-section-03 .single-testimonial-02 .testimonial-thumb::before  {
  margin-top: -50px;
  background-color: transparent!important;
}

.img_testimonials_program {
  width: 150px!important;
  height: auto!important;
}

.img_testimonials_alumni {
  width: 100px!important;
  height: auto!important;
  margin-left: 50px;
}

.title_deadlines {
  font-weight: bold;
  color: #AEBA00;
}

.experience-text {
  color: white;
  font-size: large;
}

/* CARD PARTNERS START*/

.card_partners {
  width: 400px;
  height: 600px;
  border-radius: 15px;
  padding: 10px;
  background: white;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.4s ease-out;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 50px;
}
.card_partners:hover {
  transform: translateY(20px);
}
.card_partners:hover:before {
  opacity: 1;
}
.card_partners:hover .info {
  opacity: 1;
  transform: translateY(0px);
}
.card_partners:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}
.card_partners img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
}
.card_partners .info {
  position: relative;
  z-index: 3;
  color: white;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
}
.card_partners .info h1 {
  margin: 0px;
  color: #AEBA00!important;
}
.card_partners .info p {
  /*letter-spacing: 1px;*/
  font-size: 15px;
  line-height: normal!important;
  /*margin-top: 8px;*/
}
/*.card_partners .info button {
  padding: 0.6rem;
  outline: none;
  border: none;
  border-radius: 3px;
  background: white;
  color: black;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s ease;
}
.card_partners .info button:hover {
  background: dodgerblue;
  color: white;
}*/
/* CARD PARTNERS END*/

/* FAQS Start */
.faq_question {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
}

.faq_answer_container {
  height: 0px;
  overflow: hidden;
  padding: 0px;
}


/*FAQS*/
.faq li { padding: 20px; }

.faq li.q {
font-weight: bold;
font-size: 110%;
border-bottom: 1px #ddd solid;
cursor: pointer;
list-style: none;
}

.faq li.a {
background: #fff!important;
display: none;
color:#5A5A5A!important;
border: 1px solid #AEBA00;
}

.rotate {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}

/* FAQS End */

.img_post_single {
  height:280px!important;
}


.image_promemoria_date {
  width: 48px;
  height: auto;
}

.title_deadlines_apply_page {
  color: #AEBA00;
  text-align: start!important;;
}

.single-form > p {
  padding-top: 15px;
}

.selectpickers {
  position: relative;
  min-width: 200px;
}

.selectpickers {
  -webkit-appearance: none;
  padding: 7px 40px 7px 12px;
  width: 100%;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 3px -2px #9098a9;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  transition: all 150ms ease;
  color: #415674;
  height: 55px;
}
.selectpickers:required:invalid {
  color: #5a667f;
}
.selectpickers option {
  color: #415674;
}
.selectpickers option[value=""][disabled] {
  display: none;
}
.selectpickers:focus {
  outline: none;
  border-color: #AEBA00;
  box-shadow: 0 0 0 2px rgba(0,119,255,0.2);
}
.selectpickers:hover + svg {
  stroke: #AEBA00;
}

.btn-apply-form {
  height: 45px;
  padding: 5px!important;
  line-height: normal!important;
}

.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  width: 300px;
  color: white;
  font-size: 12px;
  background-color: #192733;
  border-radius: 10px;
  /*padding: 10px 15px 10px 15px;*/
}

.hover-text:hover .tooltip-text {
  visibility: visible;
}

#top {
  top: -40px;
  left: -50%;
}

#bottom {
  top: 25px;
  left: -50%;
}

#left {
  top: -8px;
  right: 120%;
}

#right {
  top: -8px;
  left: 120%;
}

.hover-text {
  position: relative;
  display: inline-block;
  /*margin: 40px;*/
  font-family: Arial;
  text-align: center;
}

.icon_tooltip {
  width: 20px;
  height: 20px;
}

.btn_remove_color_bg, .btn_add_color_bg {
  height: 35px;;
}

.btn_remove_color_bg::before {
  background-color:red!important;
}

.btn_remove_color_bg::after{
  background-color:red!important;
}

.btn_add_color_bg::before , .btn_apply_form_submit::before{
  background-color:#AEBA00!important;
}

.btn_add_color_bg::after, .btn_apply_form_submit::after {
  background-color:#AEBA00!important;
}

.btn_apply_form_submit {
  padding: 10px!important;
}

.techwix-cta-section-02 .cta-wrap .cta-content .cta-icon {
  background-color: #0a7fa3!important;
}

.choose-us-item-02 .choose-us-content p {
  font-size:large;
  line-height: normal;
}

.choose-us-item-02 {
  height: 340px;
}

.single-counter-02 span {
  font-size: 70px;
}

.single-counter-02 p {
  font-size: 25px;
}

.techwix-about-section {
  background-color: transparent!important;
}

.imm_sm_zambon {
  padding-left: 40px!important;
}

.imm_big_zambon {
  margin-left: -100px!important;
}

.imm_big_openzone {
  margin-left: 400px!important;
}

.ul_program_page {
  list-style-type: circle;
}

.ul_program_page li {
  margin-left: 20px;
}

.description_alumni {
  font-size: 16px!important;
}

.menu-toggler {
  /*position: absolute;*/
  display: block;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
  width:600px;
  height:600px;
  z-index:2;
  opacity:0;
  cursor:pointer;
}
.menu-toggler:hover + label,
.menu-toggler:hover + label:before,
.menu-toggler:hover + label:after{
  background: #1164AA;
}
.menu-toggler:checked + label {
  background: transparent;
}
.menu-toggler:checked + label:before,
.menu-toggler:checked + label:after {
  top:0;
  width:40px;
  /*transform-origin: 50% 50%;*/
}
/* .menu-toggler:checked + label:before {
  transform: rotate(45deg) translateY(-15px) translateX(-15px);
}
.menu-toggler:checked + label:after {
  transform: rotate(-45deg);
} */
.menu-toggler:checked ~ ul .menu-item { 
  opacity: 1;
}
.menu-toggler:checked ~ ul .menu-item:nth-child(1) {
  transform: rotate(0deg) translate(-300px);
}
.menu-toggler:checked ~ ul .menu-item:nth-child(2) {
  transform: rotate(36deg) translateX(-300px);
}
.menu-toggler:checked ~ ul .menu-item:nth-child(3) {
  transform: rotate(72deg) translateX(-300px);
}
.menu-toggler:checked ~ ul .menu-item:nth-child(4) {
  transform: rotate(108deg) translateX(-300px);
}
.menu-toggler:checked ~ ul .menu-item:nth-child(5) {
  transform: rotate(144deg) translateX(-300px);
}
.menu-toggler:checked ~ ul .menu-item:nth-child(6) {
  transform: rotate(180deg) translateX(-300px);
}
.menu-toggler:checked ~ ul .menu-item:nth-child(7) {
  transform: rotate(216deg) translateX(-300px);
}
.menu-toggler:checked ~ ul .menu-item:nth-child(8) {
  transform: rotate(252deg) translateX(-300px);
}
.menu-toggler:checked ~ ul .menu-item:nth-child(9) {
  transform: rotate(288deg) translateX(-300px);
}
.menu-toggler:checked ~ ul .menu-item:nth-child(10) {
  transform: rotate(324deg) translateX(-300px);
}
.menu-toggler:checked ~ ul .menu-item a {
  pointer-events:auto;
}
.menu-toggler + label {
  width: 40px;
  height: 5px;
  display: block;
  z-index: 1;
  border-radius: 2.5px;
  background: rgba(17,100,170, 0.9);
  /*transition: transform 0.5s top 0.5s;*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* .menu-toggler + label:before,
.menu-toggler + label:after {
  width: 40px;
  height: 5px;
  display: block;
  z-index: 1;
  border-radius: 2.5px;
  background: rgba(255, 255, 255, 0.7);
  /*transition: transform 0.5s top 0.5s;
  position: absolute;
  left: 0;
} */
/* .menu-toggler + label:before {
  top: 10px;
}
.menu-toggler + label:after {
  top: -10px;
} */
.menu-item:nth-child(1) a {
  transform: rotate(0deg);
}
.menu-item:nth-child(2) a {
  transform: rotate(-36deg);
}
.menu-item:nth-child(3) a {
  transform: rotate(-72deg);
}
.menu-item:nth-child(4) a {
  transform: rotate(-108deg);
}
.menu-item:nth-child(5) a {
  transform: rotate(-144deg);
}
.menu-item:nth-child(6) a {
  transform: rotate(-180deg);
}
.menu-item:nth-child(7) a {
  transform: rotate(-216deg);
}
.menu-item:nth-child(8) a {
  transform: rotate(-252deg);
}
.menu-item:nth-child(9) a {
  transform: rotate(-288deg);
}
.menu-item:nth-child(10) a {
  transform: rotate(-324deg);
}
.menu-item {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  opacity: 0;
  transition: 0.5s;
}
.menu-item a {
  display: block;
  width: 150px;
  height: 150px;
  /*line-height: 80px;*/
  /*color: rgba(17,100,170, 0.7);*/
  background: rgba(230, 230, 250, 0.7);
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  /*font-size: 40px;*/
  pointer-events: none;
  transition: 0.2s;
}

.menu-item a img {
  width: 100px;
  height: 100px;
  margin-top: 25px;
}

.menu-item a:hover {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
  color: #1164AA;
  /*background: rgba(17,100,170, 1);*/
  font-size: 44.44px;
  width: 160px;
  height: 160px;
}

@media (min-width: 576px){
  .modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
  }
}

@media (min-height: 720px){
  .modal {
    max-height: 700px;
  }
}

#logo_header_imm_big {
  width: 300px;
  height:auto;
  margin-top: 5px;
}

.techwix-hero-section-05 {
  margin-top: 145px!important;
}

.sticky>div>div>div>a>img {
  width: 200px!important;
  height: auto;
}

.grey_text {
  color: #5A5A5A!important;
}

.btn-header {
  padding-left: 10px!important;
  padding-right: 10px!important;
}

.experience-text-box {
  background-color: rgba(0, 0, 0, 0.288);
  margin: 15px;
  padding: 10px;
}

.list_menu_item>a {
  display: block;
  width: 150px;
  height: 150px;
  /*line-height: 80px;*/
  /*color: rgba(17,100,170, 0.7);*/
  background: rgba(230, 230, 250, 0.7);
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  /*font-size: 40px;*/
  pointer-events: none;
  transition: 0.2s;
}

.list_menu_item>a>img {
  width: 100px;
  height: 100px;
  margin-top: 25px;
}

.list_menu_item>a:hover {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
  color: #1164AA;
  /*background: rgba(17,100,170, 1);*/
  font-size: 44.44px;
  width: 160px;
  height: 160px;
}

.list_menu_item { 
  opacity: 1;
  margin-bottom: 15px;
}

.list_menu_item>a {
  pointer-events:auto;
}

@media (min-width: 690px){

  #femtech_circle {
    display:show;
  }

  #femtech_list {
    display:none;
  }
}

#logo_zcube_footer {
  padding-left: 10px; 
  width: 125px; 
  height: auto;
}

@media (max-width: 690px){
  #logo_oa_footer {
    width: 250px!important;
    height: auto;
  }

  #logo_zcube_footer {
    width: 150px!important;
    height: auto;
  }

  #femtech_circle {
    display:none;
  }

  #femtech_list {
    display:show;
    margin-left:150px!important;
  }
}

@media (max-width: 500px){
  #femtech_list {
    margin-left:100px!important;
  }
}

.hide_element {
  display: none;
}

.show_element {
  display: show;
}