﻿.glider-slide {
    max-height: 150px !important;
    max-width: 150px !important;
    min-width: 150px !important;
  /*  padding: 10px;*/
    user-select: none;
    vertical-align: middle;
    display: inline-block;
}
ul.mobile-circle {
    display: none;
}
.content a {
    color: #0056b3;
}
.middle img {
    overflow: hidden;
    height: 150px;
    width: 100%;
    max-width: 150px;
    max-height: 150px;
    position: relative;
}

.project h3 {
    font-size: 1.7rem;
    padding-top: 30px;
    padding-bottom: 10px;
}
.circle-carousel .content.active {
    background: white;
    display: block;
}
.circle-carousel .col-md-4.mb-4.capabiltiies-wrapper .content p{
    color:black;
}
/*.middle {
    display: inline-block;
}*/

section.partner-portfolio {
    padding-bottom: 40px;
}
.steel {
    background: #273037;
    min-height: 65px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.glider-slide img {
    width: 150px !important;
    height: 150px !important;
    padding: 10px;
    max-height: 150px !important;
    max-width: 150px !important;
    min-width: 150px !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.arrows {
    margin-top: -30px;
}
/*.swiper-button-next, .swiper-button-prev {
    top: 72% !important;
}*/
    .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
:root {
    --swiper-navigation-size: 105px;
}
.swiper-button-next, .swiper-button-prev {
    color: #0E3248 !important;
    height: 165px !important;
    margin-top: 0px !important;
    width: 80px !important;
    font-size: 85px;
    outline: none;
}
.steel .content.responsive.active, .steel .content.responsive.active p, .steel .content.responsive.active h3 {
    background: white;
    color: black;
    text-shadow: none;
}
.swiper-button-next {
    margin-right: -12px;
    padding-left: 40px;
    background: rgb(255,255,255);
    background: linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 35%);
}
.swiper-button-prev {
    margin-left: -10px;
    padding-right: 40px;
    background: rgb(255,255,255);
    background: linear-gradient( 90deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
}
.portfolio-arrow {
    top: 46% !important;
}
.swiper-pagination {
    bottom: -60px;
}