/* ================== BANNER SECTION - START  =================== */

.service-section {
    background: url(../image/serviceBg.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-section h1 {
    font-size: 50px;
    font-family: "GothamBlack";
}

.service-section .banner-center {
    height: calc(100% - 80px);
}

/* ================== BANNER SECTION - ENDEQ  =================== */

.service-list li .anim-link {
    line-height: 1;
    font-weight: 900;
    text-transform: capitalize;
    background: transparent url(../image/icons/dashed.svg) repeat-x bottom;
    padding-bottom: 5px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

.service-list li {
    margin-bottom: 30px;
}

.service-list li .anim-link:hover {
    color: #F9C349;
    background: transparent url(../image/icons/dashedColor.svg) repeat-x bottom;
    background-position: 80% 100%;

}


.service-test .accordion {
    /* background: #fff; */
    transition: all 200ms ease-in-out 50ms;
    font-weight: 500;
    flex-basis: 33.6vw;
    cursor: pointer;
    border-color: #555353;
    font-size: 16pt;
}

.service-test .default {
    height: 300px;
    flex-basis: 30vw;
    /* color: rgba(255, 255, 255, 0);s */
    font-size: 16pt;
    overflow: hidden;
}

.service-test .expand {
    height: 300px;
    flex-basis: 40vw;
    color: white;
}

.none {
    display: none;
}

.service-test .content {
    /* background-color: #0e0d54; */
    height: 100%;
    position: relative;
    color: #fff;
}

/* .shape-right {
    background-image: url(../image/bg-shape-1.svg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    right: 0;
    overflow: hidden;
    z-index: 1;
} */
.aboutCard:hover .grayscale {
    filter: grayscale(0) !important;
}

.aboutCard:hover .hoverHeading {
    color: #F9C349;
}
