.team-landing .team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-landing .team-image {
    height: 250px;
    width: 100%;
}
.team-landing h4.team-title {
    font-size: 25px;
}

@media(max-width:575px){
.team-landing .team-image {
    height: auto;
    width: 100%;
}
}

.service-content {
    flex: 1.3;
}
.service-image {
    flex: 1;
}
.service-image img {
    height: 100%;
    object-fit: cover;
}
.service-box {
    margin-bottom: 30px;
}
@media(min-width:991px){
.servive-inner {
    min-height: 250px;
}
}
@media(max-width:991px){
.service-content {
    flex: 1.3;
    padding: 20px;
}
.inner-box {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 24%);
}
}
.wmi_pagination .pagination a:hover:after {
    color: #134a83 !important;
    width: 100%!important;
    height: 3px;
}
.page-numbers {
    background: #faa61a;
    width: 50px;
    font-weight: 600;
    height: 50px;
    font-size: 22px;
    display: inline-flex;
    margin: auto;
    vertical-align: middle;
    color: #fff;
    align-items: center;
    justify-content: center;
    position: relative;
}
.page-numbers:hover{
   background: #faa61a;
   color:#fff;
}
.page-numbers.current {
    background: #134a83;
    border-bottom: 4px solid #faa61a;
}
.service-sidebar ul li.current-menu-item a {
    background: #faa61a;
    color: #fff;
}
.team-image img {
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
}
.team-image {
    height: 260px;
    margin-bottom: 20px;
}
span.team-arrow {
    background: #faa61a;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    margin-left: 5px;
}
.team-title h5 {
    font-size: 22px;
    margin: 0;
}

.owl-nav {
    display: flex;
    width: fit-content;
    margin-top:30px;
}
.owl-prev, .owl-next {
    width: 50px;
    color: black;
    font-size: 25px;
}

.our-locations ul.locations-inner {
    padding: 0!important;
    columns:2;
}
ul.locations-inner li {
    padding-left: 0!important;
    list-style: none!important;
    margin: 0;
    display: flex;
    border: 1px solid #1476a3;
    align-items: center;
    justify-content: center;
    margin: auto;
    min-height: 45px;
    color:black;
    border-radius: 10px;
    font-weight: 500;
    margin-bottom:15px;
    
}
ul.locations-inner li span.ti-location-pin {
    color: #faa61a;
    margin-right: 5px;
    font-size: 22px;
    position: relative;
    top: 3px;
    transition:all 0.5s ease-in-out;
}
.our-locations ul.locations-inner li a {
    width: 100%;
    text-align: center;
    color: black;
    transition:all 0.5s ease-in-out;
}
.our-locations ul.locations-inner li{
    transition:all 0.5s ease-in-out;
}
.our-locations ul.locations-inner li:hover{
    background:#134A83;
}
.our-locations ul.locations-inner li:hover a ,
.our-locations ul.locations-inner li:hover a span.ti-location-pin{
    color:#fff;
}
.service-box h4 a {
    font-size: 25px;
}
.location-info div {
    position: relative;
}
.location-info i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 17px;
    color: #75C200;
}