@font-face {
    font-family: Roboto;
    src: url(../../fonts/Roboto-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Roboto;
    src: url(../../fonts/Roboto-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: Roboto;
    src: url(../../fonts/Roboto-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: Roboto;
    src: url(../../fonts/Roboto-Black.ttf);
    font-weight: 800;
}
:root {
    --font-redhat: Roboto;
}
body {
    margin: 0px;
    font-family: var(--font-redhat);
}
.set-img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}
.mt-50 {
    margin-top: 50px;
}
a {
    color: #000;
    text-decoration: none;
}
/* Logo css Start */
.logo-section {
    padding: 100px 0px;
    position: relative;
}
.logo-section .logo {
    height: 90px;
}
.vectors-images::before {
    content: '';
    background: url(../../img/vectors-1.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 137px;
    height: 107px;
    opacity: 0.2;
}
.vectors-images:after {
    content: '';
    background: url(../../img/vectors-2.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 238px;
    height: 87px;
    opacity: 0.2;
}
/* career section start */
.career-section {
    /* padding: 100px 0px; */
    position: relative;
}
.career-section::before {
    content: '';
    background: url(../../img/vectors-3.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 92px;
    height: 40px;
    opacity: 0.2;
}
/* card section start */
.card-section {
    padding: 130px 0px;
}
.card {
    padding: 20px 20px 20px;
    width: 100%;
    transition: 0.5s;
}
.card.text-center:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.fix-images {
    width: max-content;
    margin: auto;
}
.card-title {
    font-size: 16px;
    line-height: 29px;
    font-weight: bold;
    text-transform: uppercase;
    color: #138dcd;
    margin-bottom: 0px;
}
.card-text {
    color: #000;
    font-size: 13px;
    font-weight: 400;
}
.card.compendium-card {
    padding: 30px 20px 30px;
    margin-top: 20px;
}
.compendium-card .images-up {
    position: absolute;
    top: -30px;
}
.card.compendium-card .row {
    align-items: center;
}
.compendium-card .card-body {
    padding-left: 50px;
}
.compendium-card .card-title {
    font-size: 34px;
    line-height: 33px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 20px;
}
.card-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0px;
}
.card-list a {
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    transition: 0.5s;
}
.card-link {
    color: #1c428b;
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-color: #1c428b;
    transition: 0.5s;
}
.card-link:hover,
.card-list a:hover {
    color: #138dcd;
    text-decoration-color: #138dcd;
}
/* Video section Start */
.video-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #00000030;
    margin-bottom: 10px;
}
.accordion-button.collapsed:before,
.accordion-button.collapsed:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin: 0 0 -8px;
    background: var(--font-def-color);
    border-radius: 2px;
}
.accordion-button.collapsed::after {
    right: 20px;
    width: 15px;
    height: 3px;
    margin-top: -1px;
    background: var(--font-def-color);
}
.accordion-button.collapsed:before {
    right: 26px;
    width: 4px;
    height: 15px;
    margin-top: -7px;
    background: var(--font-def-color);
}
.accordion-button:before,
.accordion-button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin: 0 0 -8px;
    background: var(--font-def-color);
    border-radius: 2px;
}
.accordion-button::after {
    right: 20px;
    width: 15px;
    height: 3px;
    margin-top: -1.5px;
    background: var(--font-def-color);
}
.accordion-button:before {
    width: 0px;
    height: 0px;
    margin-top: -7.5px;
    background: var(--font-def-color);
}
.accordion-body{
    border-radius: 6px !important;
}
.not-active{
    color: #000 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    text-decoration: underline;
}
.footer-text {
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
}
.ceo-wrapper1 {
    padding: 90px 0;
}
.tab-btn.active {
    background-color: #f6f8fb !important;
    color: #000 !important;
}
.tab-btn {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    border: none !important;
    text-align: left;
    border-radius: 0 !important;
    padding: 15px 20px;
    text-align: left;
    color: #000;
}
.video-height {
    height: 400px;
}
.set-video {
    width: 100%;
    height: 100%;
}
.accordion-button:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.accordion-button {
    background-color: transparent;
}
.nav.nav-tabs {
    height: 370px;
    overflow-y: auto;
    flex-wrap: nowrap;
}
.nav.nav-tabs li {
    width: 100%;
    height: 60px;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: unset;
}
.nav.nav-tabs::-webkit-scrollbar {
    width: 3px;
}
.nav.nav-tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.nav.nav-tabs::-webkit-scrollbar-thumb {
    background: #2576b2;
}
.nav.nav-tabs::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* ------------------------ Mobile View --------------------------- */
@media (max-width: 1199px) {
    .logo-section,
    .card-section,
    .ceo-wrapper1 {
        padding: 50px 0px;
    }
    .images-up {
        position: unset !important;
    }
    .compendium-card .card-body {
        padding-left: 0px;
    }
    .career-section img {
        height: 90px;
    }
    .card-title {
        font-size: 14px;
        line-height: 20px;
    }
    .card {
        padding: 30px 0px 10px;
    }
}
.display-show{
    display: none;
}
@media (max-width: 991px) {
    .video-height {
        height: 350px;
    }
    .logo-section,
    .card-section,
    .ceo-wrapper1 {
        padding: 40px 0px;
    }
    .equal {
        row-gap: 25px;
    }
    .tab-content>.tab-pane {
        display: block !important;
    }
    .fade:not(.show) {
        opacity: 1;
    }
    .display-show{
        display: block !important;
    }}
@media (max-width: 768px) {
    .video-height {
        height: 300px;
    }}
@media (max-width:767px) {

    .vectors-images::before,
    .vectors-images::after,
    .career-section::before {
        content: none;
    }
    img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
    }
    .career-section img {
        height: auto;
    }
    .logo-section .logo {
        height: 80px;
    }
    .accordion-button:not(.collapsed)::after {
        background-image: none !important;
        transform: none !important;
    }
    .compendium-card .images-up {
        width: 100%;
    }
}
@media (max-width: 567px) {
    .compendium-card .images-up {
        width: 100%;
    }
    .card-list {
        gap: 5px;
        padding: 0px;
    }
    .compendium-card .card-title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .card-list a {
        font-size: 14px;
        text-decoration: underline;
    }
    .logo-section, .card-section, .ceo-wrapper1 {
        padding: 20px 0px;
    }
    .logo-section .logo {
        height: 70px;
    }
    .career-section img {
        height: 60px;
    }
    .equal {
        row-gap: 10px;
    }
    .card {
        padding: 10px;
        flex-direction: row;
        align-items: center;
        text-align: left !important;
    }
    .card .card-body {
        padding-top: 0px;
        width: calc(100% - 60px);
        padding-bottom: 0px;
        /* padding-right: 0px; */
    }
    .card.compendium-card {
        padding: 10px;
        margin-top: 0px;
    }
    .card.compendium-card .row {
        align-items: center;
        gap: 20px;
    }
    .compendium-card .card-body {
        width: 100%;
        padding-left: 10px;
    }
    .card-list {
        margin-bottom: 10px;
    }
}
@media (max-width: 468px) {
    .card-list span {
        display: none !important;
    }
    .card-list li {
        width: 100%;
    }}
@media (max-width:425px) {
    .card-list {
        flex-direction: column;
        gap: 5px;
        padding: 0px;
    }
    .video-height {
        height: 170px;
    }
    .video-title {
        font-size: 26px;
        line-height: 17px;
    }}