.dg-btn-7 i {
    background-color: #464795;
}
.dg-btn-7.icon-left i {
    margin-right: 0.5em;
}
.MenuLaterale a{
font-family: Outfit;
font-style: normal;
font-weight: 500;
letter-spacing: normal;
line-height: 10px;
font-size: 16px;
}
.MenuLaterale {
line-height: 20px;
}
div.mobile-header-replace {
    height: 54px ;
}
.menu ul li a{
	font-size: 16px !important;
	font-weight: bold;
	color: #00528C !important;
	line-height: 50%;
	
}
.menu h3{
	color: #5EA966 !important;
	font-weight: bold;
}
.menu.dng-list li {
    margin-bottom: -3px !important;
}
.megamenu ul li {
width: 100% !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.solu_description a:hover {
    color: #fff !important;
}

.accent_color, .color-accent {
    color: #ff0000 !important;
}
.title a {
	font-size: 22px !important;
}
.title {
	font-size: 22px !important;
	line-height: 2.3 !important;
}
#outputclock, #outputdate {
    display: inline;
}
/* .primary_structure li a{
	display:inline-block;
    -webkit-transform:scale(1,1.6); /* Safari and Chrome */
    -moz-transform:scale(1,1.6); /* Firefox */
    -ms-transform:scale(1,1.6); /* IE 9 */
    -o-transform:scale(1,1.6); /* Opera */
    transform:scale(1,1.6); /* W3C *
} */

@media only screen and (max-width: 992px) {
div.mobile-header-replace {
    height: 64px;
}
}
.dng-mobilemenu.mobile_menu.mm-menu {
    top: 64px;
}
/* CARD LAYOUT */
.section_our_solution .row {
  align-items: center;
}

.our_solution_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.our_solution_category .solution_cards_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution_cards_box .solution_card {
  flex: 0 50%;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 100%;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
  background: #d3e5de;
  color: #fff;
  /* transform: scale(1.1); */
  z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
  background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #fff;
}

.solution_cards_box .solution_card:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;

  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description button {
  background: #fff !important;
  color: #309df0;
}

.solution_card .so_top_icon {
}

.solution_card .solu_title h3 {
  color: #212121;
  font-size: 1.3rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

.solution_card .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
}

.solution_card .solu_description button {
  border: 0;
  border-radius: 15px;
  background: linear-gradient(
    140deg,
    #42c3ca 0%,
    #42c3ca 50%,
    #42c3cac7 75%
  ) !important;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
.our_solution_content p {
}

.hover_color_bubble {
  position: absolute;
  background: rgb(54 81 207 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }

  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }

  .our_solution_category .solution_cards_box {
    flex: auto;
  }
}
@media only screen and (min-width: 768px) {
  .our_solution_category .solution_cards_box {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }
  .our_solution_category {
    margin: 0 auto;
  }
}
/* END CARD LAYOUT */

figure-casi {
  display: inline-block;
  height: 350px;

  width: 100%;
  overflow: hidden;
  position: relative;
  border: 10px solid white;
  border-bottom: none;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.75);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.75);
}
figcaption {
  position: absolute;
  bottom: 0;
  background: white;

  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "Permanent Marker", cursive;
  font-size: 18px;
}

.img-fill {
  min-height: 100%;
  min-width: 100%;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 480px) {
  figure-casi {
    max-width: 150px;
    height: 300px;
    margin: 10px 20px;
  }
}