/* STYLE 15 */
.style15 .title-header h4{
    font-size: 50px;
    font-weight: bold;
}

.style15 .title-header h4 span{
    line-height: 10px;
    font-size: 25px;
    font-weight: normal;
}

.style15 .nav.nav1 li,.style15 .nav.nav2 li,.style15 .nav.nav3 li{
    font-weight: 400;
    font-size: 18px;
}
.style15 .part-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.style15 .part .img div {
    position: absolute;
    left: 0;
    right: 0;
}

.style15 .part {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-text-size-adjust: 100%;
    font-family: poppins, sans-serif;
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    box-sizing: border-box;
    text-align: center;
    border: 1px dashed #fbb403;
    border-radius: 5px;
    transition: .5s;
    padding-bottom: 30px;
}

.style15 .part:hover {
    background-color: #fee8b3;
    border: 1px solid #fee8b3;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.style15 .part .img img {
    margin: auto;
    height: 150px;
    width: 150px;
    object-fit: contain;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-text-size-adjust: 100%;
    font-family: poppins, sans-serif;
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    max-width: 100%;
    /* height: auto; */
    display: block;
    /* width: 100%; */
    margin-bottom: 30px;
}

.style15 .part:hover .img:before {
    background-color: #fbb403;
}

.style15 .part .img {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-text-size-adjust: 100%;
    font-family: poppins, sans-serif;
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding: 10px 35px 35px;
}

.style15 .part .img:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #fef0cd;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 0 0 50% 50%;
    -webkit-transition: .5s;
    transition: .5s;
}

.style15 .part .img div {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-text-size-adjust: 100%;
    font-family: poppins, sans-serif;
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
}

.style15 .part .img div a {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.style15 .part .img div a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    letter-spacing: 2px;
    padding: 8px 20px;
    font-weight: 400;
    overflow: hidden;
    background: #1d1d1d;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    font-weight: 600;
}

.style15 .part .img div a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #e60027;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}

.style15 .part .img div a:hover {
    color: #fff;
    z-index: 1;
}

.style15 .part .img div a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.style15 .part .content {
    margin-top: 30px;
    padding: 0 20px;
}

.style15 .part .content h3 {
    color: #1d1d1d;
    font-weight: 700;
    margin-bottom: 10px;
}

.style15 .part .content h3 a {
    color: unset;
    text-decoration: none;
}

.style15 .part .content p {
    color: #737373;
    font-size: 14px;
    margin-bottom: 10px;
}

.style15 .part .content span {
    font-weight: 700;
    color: #ce7b04;
    font-size: 21px;
}