.menu_bar {
  border-bottom: solid 1px #e5e3e7;
  margin: 0;
  position: fixed;
  width: 100%;
  top: 0;
  background: white;
  z-index: 9;
}

.men_item {
  text-align: center;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.menu_item_text {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  color: #2b292c;
  letter-spacing: 1px;
  font-weight: 600;
  white-space: nowrap;
}

.menu_item_bar {
  height: 2px;
}

.men_item:hover .menu_item_bar {
  background: #00c57a;
}
.men_item:hover .menu_item_text {
  font-weight: 700;
}

.full_menuItem {
  cursor: pointer;
  display: inline;
  /* padding: 0 10px; */
  margin-top: 2rem;
}
.full_menuItem:hover {
  background: #00c57a;
  color: white;
  text-transform: none;
}

.the_full_menu {
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.trusted_item_partner {
  width: 100%;
  border-radius: 5%;
  background: white;
  border: 1px solid #eae8ea;
  color: white;
  padding-top: 15%;
  padding-bottom: 30%;
  position: relative;
}

.trusted_item {
  width: 95%;
  border-radius: 5%;
  background: white;
  border: 1px solid #eae8ea;
  color: white;
  padding-top: 30%;
  padding-bottom: 18%;
  position: relative;
}

.trusted_item_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  text-align: center;
}
.trusted_item_text_ama {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
  }

  .trusted_item_text_red {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
  }

  .trusted_item_text_ead {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
  }
  .trusted_item_text_jlr {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
  }
  

.heading_underline {
  width: 70px;
  height: 2px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.solution_title {
  display: inline-block;
  padding-right: 10px;
  cursor: pointer;
}
/*.solution_title:hover { background: #00c57a  }*/

.background_cols {
  border-left: solid 1px #e5e3e761;
  height: 100vh;
}

.background_cols_end {
  border-right: solid 1px #e5e3e761;
}

.background_amin_el {
  visibility: visible;
}

/*  image inner zoom */

.img_zoom_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.img_zoom {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;

  /*-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;*/
}

/*.img_zoom_container:hover .img_zoom,
.img_zoom_container:focus .img_zoom {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}*/

.agreeq_alt_icon {
  height: 35%;
}

.cricle_2m {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
}

.text_vertical {
  /*writing-mode: vertical-rl;*/
  white-space: nowrap;
  writing-mode: tb-rl;
}

.product_img_bg_rect {
  position: absolute;
  top: 10%;
  bottom: -10%;
  left: 15%;
  right: 0;
  z-index: -1;
}

/* drop down */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  letter-spacing: 0.2px;
}

.dropdown-content a:hover {
  background-color: #00c57a29;
  font-weight: 600;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.education_square {
  width: 100%;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
}

.education_square_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  text-align: center;
}

.hideOnHover {
}
.hideOnHover:hover {
  visibility: hidden;
}

.showOnHover {
  visibility: hidden;
}
.showOnHover:hover {
  visibility: visible;
}

.menu_icon {
}

.menu_icon img:last-child {
  display: none;
}
.menu_icon:hover img:last-child {
  display: block;
}
.menu_icon:hover img:first-child {
  display: none;
}
