.team-member-row {
    display: grid; grid-template-columns:repeat(8, 1fr); column-gap:35px; row-gap:20px;
}
.team-member-wrapper.desktop .team-member-image-hover img {padding:9px 20px 3px;}
.team-member-info-role {padding:0 10px 8px; line-height:1.4;}
.team-member-info-name {line-height:1.2; margin-bottom:8px;}
.team-member-wrapper {cursor:pointer;}

.team-member-info:after {
    content: '';
    display: block;
  height:5px;
    background-repeat: no-repeat;
}

.team-member-image-hover {
    display: none
}

.team-member-image-normal {
    display: block
}

.team-member-wrapper.desktop:hover {
    border-top-left-radius:3px;
  border-top-right-radius:3px;
    -moz-transform: scale(1.75);
    -webkit-transform: scale(1.75);
    -o-transform: scale(1.75);
    -ms-transform: scale(1.75);
    transform: scale(1.75);
    background: #CADAD5;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.team-member-wrapper.desktop:hover .team-member-info {
    display: block
}

.team-member-info {
  width:100%;
    background: #CADAD5;
    color: #fff;
    display: none;
    position: absolute;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  text-align:center;
}

.team-member-info h3,.team-member-info p {
    font-size: .6rem;
    color: #fff
}

.team-member-info h3 {
    padding-bottom: 2px;
    margin-bottom: 1px
}

.team-member-wrapper.desktop:hover .team-member-image-hover,.team-member-wrapper:hover .team-member-info,.modal-dialog .span4:hover .team-member-image-hover {
    display: block
}

.team-member-wrapper.desktop:hover .team-member-image-normal,.modal-dialog .span4:hover .team-member-image-normal {
    display: none
}

.team-member-wrapper.mobile {
    display: none
}

.team-member-quote i {
    color: #9c3122;
    padding: 0
}

@media screen and (max-width: 1100px) {
    .team-member-wrapper.desktop {
        display:none
    }

    .team-member-wrapper.mobile {
        display: block
    }

    .mobile .team-member-info {
        display: block;
        background: transparent;
        border: 0;
        padding: 0;
        position: relative;
        bottom: 0;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        min-height: 100px;
    }
  .team-mobile-swiper .single-team-member {  text-align:center;}
  .team-mobile-swiper .team-member-info:after {display:none;}
  .team-mobile-swiper .team-member-info-name, .team-mobile-swiper .team-member-info-role {font-size:1rem !important;}
 .team-mobile-swiper .swiper-pagination-bullet {
    background: #998d8d !important;
    height: 12px;
    margin:0 4px !important;
    width: 12px; margin:0 4px
}
  .team-mobile-swiper .swiper-pagination-bullet-active {
    background: #066976 !important;}
  
}

.team-mobile-swiper {
    padding-bottom: 0px;
}

.team-mobile-swiper .swiper-pagination {
    bottom: 0;
}

.team-member-info h3,.team-member-info p {
    font-size: .75rem
}

.team-member-info h3 {
    padding-bottom: 5px;
    margin-bottom: 7px
}

.team-member-quote { margin-top:19px;
    text-align: left
}

.team-member-quote i {
    width: 100%
}
}

.slick-dots li {
    background: #bbb !important
}

.slick-dots li.slick-active {
    background: #9c3122
}

ul.slick-dots {
    padding: 0
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    background: transparent;
    display: flex;
    margin: .5rem;
    pointer-events: none
}

.modal-dialog .topborder  {

    display: block;
  height:20px;

}
.modal-body p {margin-bottom:4px;}
.modal-body-wrapp-top { background-repeat:no-repeat;}
.modal-body-wrapp-top-wrap {display:flex; gap:40px; align-items:center; padding:2rem;}
.modal-body-wrapp-mid-wrap {padding:0 2rem 3rem; background:#CADAD5; margin-top:-10px; margin-right:2px;}
.modal-body-wrapp-bottom {height:20px; margin-left:-1px; background-repeat:no-repeat; margin-top:-5px;}
.modal-content .user-close {
    position: absolute;
    top: 24px;
    height: 20px;
    right: 15px;
    cursor: pointer; z-index:99;
}
.modal-body-wrapp-info h3 {margin-bottom:4px;}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: -
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width: 576px) {
    .modal-dialog {
        max-width: 648px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media(min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.modal .modal-body-wrapp-info p {
    margin-bottom: .5em
}

.modal.fade.show .modal-body-wrapp-img:hover .team-member-image-normal{display:none;}
.modal.fade.show .modal-body-wrapp-img:hover .team-member-image-hover{display:block;}

