header.topheader {
    background: #000;
    text-align: center;
    padding: 20px;
        position: sticky;
    top: 0;
    z-index: 99;
}

header.topheader logo {
    margin-bottom: 20px;
    display: block;
}
header.topheader .logo img {
    max-width: 220px;
}

header.topheader ul#menu-company li a {
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 10px;
}

header.topheader ul#menu-company {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 0;
}

header.topheader .logo {
    margin-bottom: 20px;
}

.shadedColumn .wp-block-column {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px #00000075;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.shadedColumn .wp-block-column img {
    width: 50px;
}

.shadedColumn .wp-block-column p {
    margin-bottom: 0;
}
.shadedColumn .wp-block-column .wp-block-group {
    width: 100%;
}
.shadedColumn {
    transform: translateY(-50px);
    gap:20px
}
.mb-70{
    margin-bottom: 70px;
}
.wrapedColumn{
    flex-wrap: wrap !important;
        justify-content: center !important;
    margin-bottom: 70px;
    gap:50px !important;
}
.wrapedColumn .wp-block-column {
    width: 30%;
    flex-basis: unset !important;
    flex-grow: unset !important;
}
h2 strong {
    font-weight: 500;
}
.shoesCategory {
    gap: 50px;
    margin-bottom: 70px;
}
.ourScale, .coreStrength{
    margin-bottom: 70px;
}

.shoesCategory figure.wp-block-image {
    position: relative;
}

.shoesCategory figcaption.wp-element-caption, .latestUpdate figure.wp-block-image figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 24px;
    padding: 20px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,0.5+100 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    border-radius: 0 0 30px 30px;
}

.latestUpdate {
    margin: 70px 0;
    gap: 70px;
}

.latestUpdate figure.wp-block-image {
    position: relative;
}
p.shadowTestimonial {
    padding: 20px;
    box-shadow: 3px 5px 10px #00000075;
    margin: 70px auto 40px;
}

h2.wp-block-heading {
    margin-bottom: 50px;
}
.wrapedColumn .wp-block-column h4.wp-block-heading {
    margin: 20px 0px 14px;
    font-size: 24px;
}
.instagram {
    margin-bottom: 70px;
}
.mt70 .fl-col-group {
    max-width: 1270px;
    margin: 0 auto;
    width: 100%;
}
.mt70 .fl-col-group .fl-module-content.fl-node-content {
    margin: 0;
}

.mt70 .fl-col-group .fl-module-content.fl-node-content a.vamtam-button {
    border-radius: 10px;
}

.mt70 .fl-col-group .fl-module-content.fl-node-content input[type="text"] {
    border-radius: 10px;
}
.font-h2, h2 {
    font-size: 42px;
}
.wp-block-columns.latestUpdates {
    gap: 14px;
}
p.designation {
    font-size: 21px;
    font-weight: bold;
}

.ourScale figure.wp-block-image.size-full {
    width: 75px;
}
h2.wp-block-heading.capability {
    margin-bottom: 10px;
    margin-top: 80px;
}

p#numbers {
    margin-bottom: 50px;
}
details.wp-block-details {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.justify-center{
    justify-content: center;
}
.faqs {
    padding: 80px 0;
}
div#webFooter  .widget .widgettitle{
    color: #fff !important;
}
.contactMe {
    padding: 80px 0 !important;
}
.contactMe .nf-field-element {
    text-align: center;
}
.contactMe .nf-field-element ul {
    margin: 0;
}

.contactMe .nf-field-element ul li label {
    padding: 0;
}
.shoesCategory img {
    border-radius: 30PX;
}
div#coreStrength {
    display: none;
}
.stengthRows {
    gap: 50px;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.stengthRows .wp-block-columns:nth-child(even) .wp-block-column:first-child {
    order: 2;
}
.strengthContainer{
     margin-bottom: 50px;
}
.Design-Product {
    margin-top: 70px;
    margin-bottom: 50px;
}

.Design-Product h2 {
    margin-bottom: 10px;
}

.Design-Product p {
    margin-bottom: 0;
}
.hideThis{
    display: none !important;
}
.shoesCategory img, .shoesCategory figure.wp-block-image a {
    width: 100%;
}

@media only screen and (max-width:770px){
    .shadedColumn {
    margin-top: 20px;
    transform: translateY(0px);
    padding: 0 14px;
}

h2.wp-block-heading {
    font-size: 24px;
    margin-bottom: 20px;
}

.stengthRows .wp-block-column:last-child {
    padding: 0 14px;
}

.stengthRows .wp-block-columns:nth-child(even) .wp-block-column:first-child {
    order: -1;
}

p#numbers {
    margin-bottom: 20px;
}

.limit-wrapper>div .wp-block-group {
    justify-content: left;
    padding: 0 14px;
}


.ourScale figure.wp-block-image.size-full {
    width: 50px;
}

.limit-wrapper>div {
    gap: 0px;
}

body .is-layout-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0 14px;
    gap: 14px;
}

.wp-block-media-text>.wp-block-media-text__content {
    padding: 0;
}

.wp-block-media-text>.wp-block-media-text__content h3.wp-block-heading {
    padding: 14px 14px 0;
}

.limit-wrapper>div.latestUpdate {flex-wrap: wrap;}

p.shadowTestimonial {
    margin: 0 0 20px;
}

.limit-wrapper>div.latestUpdate h2.wp-block-heading {
    margin-top: 30px;
}
body {
    overflow-x: hidden;
}
.contactMe, .faqs {
    padding: 30px 14px !important;
}

.officeContact .wp-block-column:first-child {
    order: 2;
    padding:14px
}
.strengthContainer{
    gap:14px !important
}
header.topheader ul#menu-company {
    display: block;
    text-align: left;
}

nav summary {
    color: #fff;
}

.portfolio-wraper .col-lg-12.col-md-12.col-xs-12.text-center {
    overflow-x: auto;
}

.portfolio-wraper .col-lg-12.col-md-12.col-xs-12.text-center ul {
    display: flex !important;
    white-space: nowrap;
    gap: 10px;
    width: auto;
}
}



.simplefilter_987886 li{
    background-color: #333 !important;
    border-radius: 8px !important;
}
html .simplefilter_987886 li.active {
    background-color: #000 !important;
}
.wp-block-buttons .wp-block-button__link:visited{
    color: #fff;
}