

.our-expertise-bloc-text{
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 33px;
    color: #444444
}

.our-expertise-bloc-title {
    font-family: Titillium;
    font-weight: 400;
    font-size: 40px;
    font-style: normal;
    line-height: 42px;
    color: #000000;
}

.our-expertise-bloc-1 {
    padding: 2rem 0px;
}
.xpert-card-title {
    font-family: Titillium;
    font-weight: 600;
    font-size: 24px;
    font-style: normal;
    line-height: 25px;
    color: #000000;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.xpert-card-desc {
    font-family: Titillium;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    line-height: 15px;
    color: #444444;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xpert-card {
    background: #fff;
    padding: 2rem;
    background-size: 0px;
    background-repeat: no-repeat;
    margin-bottom: 2rem;
    position: relative;
}

.xpert-card:hover {
    -webkit-animation-name: bg-animation;
    -webkit-animation-duration: .5s;
    animation-name: bg-animation;
    animation-duration: .5s;
    background-size: 100%;
    animation-direction: normal;
}
.xpert-card:hover p {
    color: #fff !important;
}


.xpert-card:hover svg path[fill="black"] {
    fill: #fff !important;
}

.xpert-card:hover svg path[stroke="black"] {
    stroke: #fff;
}

.xpert-card:hover:before, .bottom-banner::before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 28%);
    z-index: 0;
}
.xpert-card-no-bg {
    -webkit-animation-name: bg-animation;
    -webkit-animation-duration: .5s;
    animation-name: bg-animation;
    animation-duration: .5s;
    background-size: 0%;
    animation-direction: reverse;
    
}


@keyframes bg-animation {
    0%   {
        background-size: 0%;
        opacity: 0;
    }
    10%   {
        background-size: 10%;
        opacity: 0.1;
    }
    20%   {
        background-size: 20%;
        opacity: 0.2;
    }
    30%   {
        background-size: 30%;
        opacity: 0.3;
    }
    40%   {
        background-size: 40%;
        opacity: 0.4;
    }
    50%   {
        background-size: 50%;
        opacity: 0.5;
    }
    60%   {
        background-size: 60%;
        opacity: 0.6;
    }
    70%   {
        background-size: 70%;
        opacity: 0.7;
    }
    80%   {
        background-size: 80%;
        opacity: 0.8;
    }
    90%   {
        background-size: 90%;
        opacity: 0.9;
    }
    100% {
        background-size: 100%;
        opacity: 1;
    }
  }


.bottom-banner-title {
    font-family: Titillium;
    font-weight: 600;
    font-size: 36px;
    font-style: normal;
    line-height: 48px;
    color: #fff;
}

.bottom-banner-text {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 21px;
    color: #fff;
}

.bottom-banner-text-container {
    padding: 3rem 0px;
}

.bottom-banner {
    position: relative;

}

.get-started-button-div {
    display: flex;
    height: 100%;
}

.get-started-button-div a {
    margin: auto;
}

.expertse-details-title {
    font-family: Titillium;
    font-weight: 600;
    font-size: 34px;
    font-style: normal;
    line-height: 32px;
    color: #000;
    margin-top: 3rem;
}

.expertse-details-sub-title {
    font-family: Titillium;
    font-weight: 600;
    font-size: 18px;
    font-style: normal;
    line-height: 20px;
    color: #383838;
}

.expertse-details-text {
    font-family: Titillium;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    line-height: 21px;
    color: #444444;
}


.xpert-list{
    list-style: none
}

.xpert-list-p {
    display: flex;
}

.list-point{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0099A8;
    margin-top: auto;
    margin-bottom: auto;
}

.we-support{
    font-family: Titillium;
    font-weight: 600;
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    color: #383838;
}

.we-support-container::before {
    content: '';
    width: 78px;
    height: 100%;
    background-color: #0099A8;
    position: absolute;
    display: block;
    transform: translate(-1rem, 1rem);
    z-index: -1;
    color: aquamarine;
}

.we-support-container {
    position: relative;
    background: #F2F5F7; 
    margin-top: 2rem;
}

.tabs-cont {
    margin-top: 2rem;
    margin-bottom: 5rem;
}

.tabs-cont .nav-link {
    border: none;
    margin-right: .8rem;
    border-radius: 0px;
    background: #F2F5F7;
    color: #000000;
}

.tabs-cont .nav-item .active {
    background: #0099A8;
    color: #fff !important;
}

.tabs-cont .tab-pane {
    padding: 1rem;
}

.tabs-cont ul {
    border: none;
}

.xpertise-links {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.xpertise-links > a {
    margin-bottom: 1rem;
    text-decoration: none;
    padding: 1rem;
    color: #444444;
    transition: all .5s;
    font-family: Titillium;
    font-weight: 600;
    font-size: 14px;
    border-left: 9px solid #008D9A;
    background: #F2F5F7;
}

.xpertise-links > a:hover {
    border-left: 9px solid #F2F5F7;
    background: #008D9A;
    color: #F2F5F7;
}

.xpertise-left-title {
    font-family: Titillium;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}

.brochures >p {
    padding: 1rem;
    margin-top: .2rem;
    background: #F2F5F7;
}

.btm-banner {
    min-height: 100px;
    background: #fff;
    /* clip-path: polygon(0 0, 0% 100%, 100% 100%); */
    margin-bottom: 4rem;
    overflow: hidden;
    background: #0099A8;
}

.btm-banner .rigth {
    padding: 2rem 6rem;
    background: #0099A8;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    transform: translateX(-3rem);
    height: 100%;
}


.expertse-bottom-banner-text {
    font-family: Titillium;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    color: #FFFFFF;
}


.group-expertise-list li {
    color: #008D9A;
}

.group-expertise-list li p {
    color: #444444;
}

.color-primary {
    color: #008D9A !important;
}

.font-size-2 {
    font-size: 2rem !important;
}