.position-relative {
    position: relative !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.rounded-circle {
    border-radius: 50% !important;
}
.rounded-end {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.rounded-bottom {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.team-item img {
    /* transform: scale(1.2); */
    transition: .5s;
}

.w-100 {
    width: 100% !important;
}


.img-fluid {
    max-width: 100%;
    height: auto;
}

img, svg {
    vertical-align: middle;
}

.team-item .team-overlay {
    position: absolute;
    top: calc(100% - 100px);
    bottom: 100px;
    left: 0;
    right: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: rgba(34, 36, 41, .9);
    transition: .5s;
    opacity: 0;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.d-flex {
    display: flex !important
;
}

.btn-square, .btn-sm-square, .btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.btn-square {
    width: 38px;
    height: 38px;
}

/* .rounded-circle {
    border-radius: 50% !important;
} */

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
}

.btn-light {
    color: #000;
    background-color: #f4f5f8;
    border-color: #f4f5f8;
}

/* .rounded-circle {
    border-radius: 50% !important;
} */

.text-light {
    color: #f4f5f8 !important;
}

h4, h5, h6, .font-body {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.text-center {
    text-align: center !important;
}
.justify-content-center {
    justify-content: center !important;
}
.flex-column {
    flex-direction: column !important;
}
.w-100 {
    width: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.bottom-0 {
    bottom: 0 !important;
}

.text-secondary {
    color: #bdbdbf !important;
}
.text-uppercase {
    text-transform: uppercase !important;
    font-size: 25px !important;
}
.m-0 {
    margin: 0 !important;
}
.font-16{
    font-size: 16px;
}
.division{
    color:#f4f5f8 !important;;
    font-size: 14px;
}


.wow {
    padding-bottom: 5px;
}