/*-------------about us-------------*/
main {
    margin-top: 60px;
}

.about-us-content .col-md-7 {
    padding: 10% 0;
}

.about-us-content {
    background-image: url(/wp-content/themes/phmad/assets/imags/Background.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.about-tabs-bar, .about-tabs-ttile h2 {
    text-align: center;
    margin-top: 30px;
}

.about-tabs-bar {
    margin-bottom: 64px;
}

.about-tabs {
    margin-top: 80px;
}

.achievements-carts {
    display: flex;
}

.achievements img {
    width: 50px;
    margin-bottom: 25px;
}

.achievement-cart, .achievement-cart p, .achievement-cart h3 {
    text-align: center;
}

.achievement-cart {
    padding: 30px;
}

.exhibitions {
    text-align: center;
}

.certificates img {
    margin: 20px 0;
}

.about-tabs-bar .active {
    background: radial-gradient(ellipse farthest-corner at right bottom, #8A6E2F 0%, #9f7928 8%, #FDB931 30%, #FEDB37 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #5d4a1f 0%, #5d4a1f 8%, #D1B464 25%, #FFFFAC 62.5%, #FFFFFF 100%) !important;
    border: 2px solid #D3AD29;
    padding: 6px 35px;
    border-radius: 16px;
    font-size: 14px;
    color: black;
}

.exhibitions, .chart, .certificates {
    display: none;
}

.articles-item {
    border-radius: 8px;
    margin: 18px 0;
    height: 327px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.articles-name h5 {
    font-size: 16px;
    margin-top: 0 !important;
    padding: 0 20px;
}

/* MapBox */
.mapboxgl-map {
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    overflow: hidden;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.contact__google {
    width: 100%;
    height: 621px;
    background-color: #eee;
    background: #eee;
    border-radius: 35px;
}

.marker {
    background-image: url(../imags/marker.svg);
    background-size: cover;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    cursor: pointer;
}

.contact__item {
    height: 244px;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(19px);
    border-radius: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 19px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    z-index: 9;
}

.contact__itemTitle {
    margin-top: 22px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
}

.contact__itemDes {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.contact__itemIcon svg {
    width: 46px;
    height: 46px;
}

/*-------------------end about us----------------*/
/*--------------------------tablet--------------------------*/
/*--------------------------tablet--------------------------*/
/*--------------------------tablet--------------------------*/
@media only screen and (max-width: 1024px) {
    .about-us-content {
        height: 600px;
    }

    .about-us-img {
        padding-top: 50%;
    }

    .achievement-cart {
        padding: 0px;
    }

    .articles-item {
        height: 236px;
    }

    .articles-item {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

/*--------------------------mobile--------------------------*/
/*--------------------------mobile--------------------------*/
/*--------------------------mobile--------------------------*/
@media only screen and (max-width: 768px) {
    .about-us-content {
        height: auto;
    }

    .about-us-img {
        padding-top: 0;
    }

    .button-2 {
        font-size: 12px;
        margin-right: -9px;
        padding: 6px 8px;
    }

    .about-tabs-bar .active {
        padding: 6px 17px;
        font-size: 12px;
    }

    .about-tabs {
        padding: 0;
    }

    .achievements-carts {
        display: flex;
    }

    .achievement-cart {
        padding: 32px;
    }

    .exhibitions, .certificates {
        padding: 0 15px;
    }

    /* main {
        margin-top: 150px;
    } */

    .contact__itemTitle, .contact__itemDes {
        color: #000 !important;
    }

    .phone-pads {
        fill: #000 !important;
    }

    .contact__itemSocial svg path {
        fill: #000 !important;
    }
}