
.our-people-page .people-list .overlay {
    max-width: 100% !important;
}
.card {
    padding: 20px 0px;
    text-align: center;
    transition: all 0.3s;
}


.details {
    margin-bottom: 20px;
}
.our-people-page .people-filter .search-people {
    width: 100%;
    background: #51575a03;
    border: none;
    height:60px;
    padding: 10px 33px;
    color:#000;
    border-radius: 40px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 2px #a7a7a791;
}
.our-people-page .people-filter .filter-settings {
    border-top: 1px solid #51575a36;
    height: 66px;
    width: 100%;
    background: #fff;
    color: #51575a;
}
.our-people-page .people-filter .filter-settings .radio .list-type:checked ~ label {
    color: #51575a;
}
.secondary-banner {
    padding-top: 170px !important;
}
.our-people-page .people-filter .filter-settings .radio .list-type:checked ~ .check::before {
     background: #51575a; 
}
.our-people-page .people-filter .filter-settings .selectric-select-style .selectric{
    border-radius: 40px;
}
.details p {
    font-weight: 600;
    margin: 0px 0px 0px;
}

.our-people-page .people-list span {
    display: flex;
    font-size: .875em;
    line-height: 2;
    color: #242e42;
    align-items: center;
    justify-content: center;
}

svg.bi.bi-arrow-right-circle {
    color: #fff;
    vertical-align: middle;
}
.our-people-page .people-list h6 {
    margin: 0px 0px 10px;
    letter-spacing: 2px;
}
.card:hover h6 {
    color: #ffcf00;
    transition: all 0.3s;
}
.our-people-page .people-list img {
    filter: grayscale(1);
    margin: 0 0 30px;
    border-radius: 490px;
    width: 240px;
    height: 240px;
    object-fit: cover;
    object-position: top;
}
.details button {
    display: inline-block;
    background: #535a5d;
    color: #fff;
    border: none;
    padding: 7px 21px;
    border-radius: 40px;
    margin-top: 12px;
}
.details button a.contact-position{
    color: #fff;
}


.sub-menu-childs {
    position: absolute;
    top: 80px;
    background-color: #fff;
    width: 440px;
    background-image: none;
    z-index: +1111;
    height: auto;
    max-height: 70vh;
    overflow-y: auto;
    display: none;
}
.nav-dropdown:hover .sub-menu-childs {
    display: block;
}
.full-page-nav .nav-container .sub-menu-childs .full-nav-item {
    display: inline-block;
    background: #fff;
    border-radius: 15px;
    width: 48%;
    margin-left: 5px;
    padding-left: 0;
    height: auto;
}
.full-page-nav .nav-container .sub-menu-childs .full-nav-item a {
    font-size: 1.125em;
    font-family: "Alexon Medium";
    color: #fff;
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    padding: 10px 7px;
    text-align: center;
}
a.selected.nav-dropdown span {
    width: 100%;
}
.full-page-nav .nav-container .sub-menu-childs .full-nav-item a>span {
    position: static;
    color: #000;
    font-size: 15px;
}
/* .full-page-nav .nav-container .sub-menu-childs .full-nav-item {
    height: 50px;
} */
.full-page-nav .nav-container .sub-menu-childs .full-nav-item a>span:before{
    display: none;
}
.set_conn {
    display: flex;
    column-gap: 15px;
    width: 100%;
}
.set_conn iframe {
    width: 96%;
    margin-bottom: 20px;
    height: 300px;
}
header.contact-us {
    padding-top: 55px;
    background: #474d50;
    padding-bottom: 55px;
}
.full-page-nav .nav-container .full-nav-item a>span {
    white-space: nowrap;
}
/* .latest-news h2 {
    font-size: 34px;
    text-align: center;
    border-bottom: 2px solid #242e42;
    margin: 0 auto!important;
    width: 210px;
    margin-bottom: 40px!important;
} */
iframe::-webkit-scrollbar, .iframe-wrap::-webkit-scrollbar {
    width: 0px;
    overflow: hidden;
    display: none;
    opacity: 0;
    visibility: hidden;
}

div.ccm-block-page-list-wrapper {
    position: relative;
    text-align: left;
}
.latest-news.social_home_feed .row {
    width: 90%;
}
iframe{
    overflow: hidden;    
}

.iframe-wrap {
    height: 330px;
    margin: 10px;
    /* border: 1px solid #00000014; */
    padding: 10px;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 1580px){
    .contact span a {
        position: relative;
        top: -90px;
        right: -135px;
    }
}

.iframe-wrap:before {
    content: '';
    position: absolute;
    width: 46px;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    right: 0;
    opacity: 1;
}
.ccm-block-page-list-title a {
    list-style-type: circle;
    position: relative;
    padding-left: 0;
    font-size: 20px;
}

.ccm-block-page-list-title a:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
}
.our-services-page .ccm-block-page-list-page-entry {
    background: #00000008;
    padding: 20px 30px;
    box-shadow: 0px 1px 2px #00000036;
}

.contact span a {

    position: relative;
    /*top: -90px;
    right: -100px;*/
    background: #767676;
    padding: 7px 21px;
    color: #fff;
    border-radius: 20px;
    text-transform: lowercase;
    transition: all 0.3s;
}

.contact span a:hover {
    background: #ffcf00;
    transition: all 0.3s;
    color: #000;
}
.image-thumbnail .details {
    /*margin-bottom: 110px;*/
    padding-left: 0;
}

  .contact span a:hover svg.bi.bi-arrow-right-circle {
    color: #000;
    transition: all 0.3s;
}
.image-thumbnail .image img {
    object-fit: cover;
    object-position: top;
    filter: grayscale(1);
    margin: 0 0 30px;
    border-radius: 490px;
    width: 240px;
    height: 240px;
}
.image-thumbnail:hover .image img{
    filter: none;
}
.image-thumbnail>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.image-thumbnail .details h6 {
    padding: 5px 0;
    font-size: 1.25em;
    margin: 0 0 0px!important;
    color: #242e42;
    font-weight: 700;
    transition: all 0.3s;
}
.image-thumbnail:hover .details h6 {
    color: #ffcf00;
    transition: all 0.3s;
}
.our-services-page .contact {
    padding: 20px 50px;
}
.special-container {
    padding: 45px 8.3333333333vw;
}
.image-thumbnail .details span {
    display: block;
    line-height: 28px;
    color: #242e42;
    display: flex;
    font-size: .875em;
    line-height: 2;
    color: #242e42;
    align-items: center;
    justify-content: center;
    font-size: 0.9375em;
}
span.btn_contact a {
    text-transform: capitalize;
}
.image-thumbnail .image img {
    object-fit: cover;
    object-position: top;
    filter: grayscale(1);
    margin: 0 0 5px;
    border-radius: 490px;
    width: 150px;
    height: 150px;
}
span.btn_contact a {
    text-transform: capitalize;
    position: static;
}
.contact .image-thumbnail{
    text-align: center;
}


@media screen and (max-width: 768px) {
    .contact span a {
        position: relative;
        top: -130px;
        right: -36px;
    }
    .image-thumbnail .image {
        width: 100%;
    }
  }

@media screen and (max-width: 480px) {
    .contact span a {
        position: relative;
        top: -140px;
        right: -100px;
    }
    .our-services-page .contact {
        padding: 50px 50px;
    }
  }
  @media screen and (max-width: 1280px) and (max-width: 768px){
    .image-thumbnail .details p {
        text-align: center;
    }
    .image-thumbnail .details {
        max-width: none;
        width: 100%;
        padding-left: 18px;
    }

  }
