* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}



#Main #Content .top {
  background-color: #132C31;
  height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Main #Content .top .title {
  transform: translateY(-50px);
  text-align: center;
  color: #fff;
}
#Main #Content .bottom .container-custom .card-main {
  transform: translateY(-100px);
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%;
  overflow: hidden;
}
#Main #Content .bottom .container-custom .card-main .img {
  width: 100%;
  max-height: 500px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
#Main #Content .bottom .container-custom .card-main .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#Main #Content .bottom .container-custom .card-main .card-content {
  padding: 2rem 1rem;
  text-align: center;
}
#Main #Content .bottom .container-custom .card-main .card-content .head-title {
  padding: 3rem 0 5rem 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
#Main #Content .bottom .container-custom .card-main .card-content .services .container .row {
  row-gap: 60px;
}
#Main #Content .bottom .container-custom .card-main .card-content .services .container .row .custom-box .custom-card {
  /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
  position: relative;
  cursor: pointer;
  /*border: 1px solid gray;*/
  border-radius: 10px;
}
#Main #Content .bottom .container-custom .card-main .card-content .services .container .row .custom-box .custom-card .icon {
  height: 200px;
  width: 100%;
  /*transform: translateY(-40px);*/
}
#Main #Content .bottom .container-custom .card-main .card-content .services .container .row .custom-box .custom-card .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
    #Main #Content .bottom .container-custom .card-main .card-content .services .container .row .custom-box .custom-card .name {
        /*transform: translateY(-20px);*/
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border: 1px solid gray;
        border-radius: 10px;
        margin-top: 20px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }
#Main #Content .bottom .container-custom .card-main .card-content .services .container .row .custom-box .custom-card .name .item-name {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
    #Main #Content .bottom .container-custom .card-main .card-content .services .container .row .custom-box .custom-card .abs {
        opacity: 0;
        overflow: hidden;
        border-bottom-left-radius: 9px;
        border-bottom-right-radius: 9px;
        transition: 0.4s;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(95.14deg, #51d68a 7.29%, #2ecc71 100%);
    }
#Main #Content .bottom .container-custom .card-main .card-content .services .container .row .custom-box .custom-card .abs h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
#Main #Content .bottom .container-custom .card-main .card-content .services .container .row .custom-box .custom-card .show + .hover-info {
  opacity: 1 !important;
}
#Main #Content .bottom .container-custom .card-main .card-content .services .container .row .custom-box .custom-card .info-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  color: gray;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 999;
}
#Main #Content .bottom .container-custom .card-main .card-content .services .container .row .custom-box .custom-card .info-icon .info-btn {
  border: none;
  background: 0;
}
#Main #Content .bottom .container-custom .card-main .card-content .services .container .row .custom-box .custom-card .info-icon .info-btn i {
  color: gray;
}
#Main #Content .bottom .container-custom .card-main .card-content .services .container .row .custom-box .custom-card .info-icon .hover-info {
  background-color: gray;
  transition: 0.4s;
  transform: translateX(5px);
  z-index: 99;
  pointer-events: none;
  opacity: 0;
}
#Main #Content .bottom .container-custom .card-main .card-content .services .container .row .custom-box .custom-card .info-icon .hover-info p {
  color: white;
}
#Main #Content .bottom .container-custom .card-main .card-content .services .container .row .custom-box .custom-card:hover .abs {
  opacity: 1;
  height: 70px;
}


@media (max-width: 1300px) {
    #Main #Content .bottom .container-custom .card-main .card-content .services .container .row .custom-box .custom-card .name .item-name {
        font-size: 22px;
    }

    #Main #Content .bottom .container-custom .card-main .card-content .services .container .row .custom-box .custom-card .abs h3{
        font-size: 18px;
    }

}

@media (max-width: 992px) {
  #Header {
    display: none;
  }
  #Header-m {
    display: block;
  }
}
@media (max-width: 600px) {
  #Main #Content .top {
    height: 230px;
  }
}
@media (min-width: 992px) {
  #Header {
    display: block;
  }
  #Header-m {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container {
    --bs-gutter-x: 4rem;
  }
  #Main #Content .bottom .container-custom {
    max-width: unset;
    padding: 0 4rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    --bs-gutter-x: 3rem;
  }
  #Main #Content .bottom .container-custom {
    max-width: unset;
    padding: 2rem;
  }
  #Footer .container .all .left .address p {
    font-size: 18px;
  }
  #Footer .container .all .middle .title-div h3 {
    font-size: 20px;
  }
  #Footer .container .all .right .title-div h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    --bs-gutter-x: 2rem;
  }
  #Footer .container .all .left .logo-div {
    max-width: 230px;
  }
  #Footer .container .all .left .address p {
    font-size: 16px;
  }
  #Footer .container .all .left .contact .item i {
    font-size: 16px;
  }
  #Footer .container .all .left .contact .item span {
    font-size: 16px;
  }
  #Footer .container .all .middle .title-div h3 {
    font-size: 18px;
  }
  #Footer .container .all .middle .nav-items .nav-item a {
    font-size: 16px;
  }
  #Footer .container .all .right .title-div h3 {
    font-size: 18px;
  }
  #Footer .container .all .right .nav-items .nav-item i {
    font-size: 16px;
  }
  #Footer .container .all .right .nav-items .nav-item a {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  #Footer .container .all {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  #Footer .container .all .left {
    padding-bottom: 2rem;
    align-items: center;
  }
  #Footer .container .all .left .logo-div {
    max-width: 200px;
  }
  #Footer .container .all .left .address p {
    text-align: center;
    font-size: 14px;
  }
  #Footer .container .all .left .contact {
    align-items: center;
  }
  #Footer .container .all .left .contact .item i {
    font-size: 14px;
  }
  #Footer .container .all .left .contact .item span {
    font-size: 14px;
  }
  #Footer .container .all .middle {
    padding: 2rem 0;
    border-top: 1px solid #d9dadb;
    border-bottom: 1px solid #d9dadb;
  }
  #Footer .container .all .middle .title-div h3 {
    font-size: 16px;
    text-align: center;
  }
  #Footer .container .all .middle .nav-items .nav-item {
    text-align: center;
  }
  #Footer .container .all .middle .nav-items .nav-item a {
    font-size: 14px;
  }
  #Footer .container .all .right {
    padding-top: 2rem;
  }
  #Footer .container .all .right .title-div h3 {
    text-align: center;
    font-size: 16px;
  }
  #Footer .container .all .right .nav-items {
    align-items: center;
  }
  #Footer .container .all .right .nav-items .nav-item {
    text-align: center;
  }
  #Footer .container .all .right .nav-items .nav-item i {
    font-size: 14px;
  }
  #Footer .container .all .right .nav-items .nav-item a {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  #Footer .container .all {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  #Footer .container .all .left {
    padding-bottom: 2rem;
    align-items: center;
  }
  #Footer .container .all .left .logo-div {
    max-width: 200px;
  }
  #Footer .container .all .left .address p {
    text-align: center;
    font-size: 16px;
  }
  #Footer .container .all .left .contact {
    align-items: center;
  }
  #Footer .container .all .left .contact .item i {
    font-size: 14px;
  }
  #Footer .container .all .left .contact .item span {
    font-size: 14px;
  }
  #Footer .container .all .middle {
    padding: 2rem 0;
    border-top: 1px solid #d9dadb;
    border-bottom: 1px solid #d9dadb;
  }
  #Footer .container .all .middle .title-div h3 {
    font-size: 16px;
    text-align: center;
  }
  #Footer .container .all .middle .nav-items .nav-item {
    text-align: center;
  }
  #Footer .container .all .middle .nav-items .nav-item a {
    font-size: 14px;
  }
  #Footer .container .all .right {
    padding-top: 2rem;
  }
  #Footer .container .all .right .title-div h3 {
    text-align: center;
    font-size: 16px;
  }
  #Footer .container .all .right .nav-items {
    align-items: center;
  }
  #Footer .container .all .right .nav-items .nav-item {
    text-align: center;
  }
  #Footer .container .all .right .nav-items .nav-item i {
    font-size: 14px;
  }
  #Footer .container .all .right .nav-items .nav-item a {
    font-size: 14px;
  }
}/*# sourceMappingURL=services.css.map */