body {
    font-family: "Montserrat", sans-serif;
    color: #222331;
}

h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 56px;
    text-align: center;
    color: #222331;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h2 span {
    color: #EA3732;
}

h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #EA3732
}

p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

header ul li {
    margin: 0px 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: #222331;
}

header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 9;
    border-bottom: 1px solid;
}

header ul li a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222331;
}

header ul li a:hover,
header ul li a.active {
    color: #EA3732 !important;
}

.main-header {
    display: flex;
    justify-content: space-between;
}

.apply-btn {
    margin-right: 0;
}

.apply-btn a {
    background-color: #EA3732;
    color: #fff !important;
    border-radius: 6px;
    padding: 8px 16px !important;
    /*! display: inline; */
}

.apply-btn a:hover {
    color: #fff !important;
}

.content-section p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.section-margin {
    margin: 50px 0;
}

.card-col {
    margin: 15px 0;
}

.card-block {
    border: 1px solid #22233129;
    /*! margin: 15px 0; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-block .card-content {
    padding: 15px 20px;
}

.card-block p {
    text-align: left;
}

.card-block img {
    width: 100%;
}

.card-block .card-content h6 {
    position: relative;
}

.card-block .card-content h6::before {
    content: '';
    width: 3px;
    height: 24px;
    display: block;
    position: absolute;
    left: -22px;
    background-color: #EA3732;
    top: 4px;
    /*! line-height: 0; */
}

.client-logo {
    margin: 15px 0;
}

.ml-auto {
    margin-left: auto !important;
}

footer {
    background-color: #212121;
    border-top: 11px solid #EA3732;
    text-align: center;
    color: #D3D2D2;
}

.quick-links {
    padding: 0;
}

.quick-links li {
    display: inline-block;
    margin: 0 0;
}

.quick-links li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.94px;
    text-align: left;
    color: #D3D2D2;
    text-decoration: none;
}

.social-media {
    margin-top: 40px;
    padding: 0;
}

.social-media li {
    display: inline-block;
    margin: 0 15px;
}

.copy-rights {
    padding: 15px 0;
    border-top: 1px solid #D3D2D280;
}

.copy-rights p {
    margin: 0;
}

.filter-tabs {
    display: flex;
    cursor: pointer;
    margin-bottom: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.filter-tabs .tab {
    padding: 8px 16px;
    /*! background-color: #f0f0f0; */
    margin-right: 10px;
    /*! border-radius: 5px; */
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    text-transform: uppercase;
    border: 1px solid #22233129;
}

.filter-tabs .tab.active {
    background-color: #EA3732;
    color: white;
    /*! font-size: 18px; */
    /*! font-weight: 500; */
    /*! border-radius: 6px; */
    /*! text-transform: uppercase; */
}

.our-startups-content {
    display: none;
    padding: 15px;
    /*! background-color: #f9f9f9; */
    border: 1px solid #ddd;
    border-radius: 0;
    position: relative;
}

.our-startups-content.active {
    display: flex;
    align-items: center;
    align-self: center;
    height: 230px;
}

.our-startups-content .card-content {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 0;
    height: 227px;
    /*! overflow-y: auto; */
    left: 0px;
    /*! box-shadow: 1px 5px 5px; */
    box-shadow: 0px 0px 24px 0px #2223311F;
    z-index: 1;
}

.our-startups-content:hover .card-content {
    display: block;
}

.our-startups-content .card-block {
    border: 0;
    /*! align-items: center; */
    /*! height: 200px; */
    /*! align-self: center; */
    display: table;
    /*! width: 100%; */
    height: auto;
    margin: 0 auto;
}

.our-startups-content .card-block img {
    width: auto;
    /*! max-width: 100%; */
    height: auto;
    max-height: 100%;
    /*! align-items: center; */
    /*! align-self: center; */
    display: block;
    /*! margin: 0 auto; */
    filter: grayscale(1);
}

/* filter */
.filter-bar {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.filter-bar .form-control {
    max-width: 300px;
    border-radius: 0;
    font-weight: 500;
    color: #222331;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 18px;
}
.filter-bar .form-control:focus {
    border-color: inherit;
    box-shadow: none;
}

.filter-bar button {
    background-color: #EA3732;
    color: #fff !important;
    border-radius: 6px;
    padding: 8px 16px !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
}
.tabs {
    display: none;
    margin-top: 10px;
    text-align: center;
  }

  .tabs.active {
    display: block;
  }

  .record {
    display: none;
    /*! margin-top: 10px; */
  }


  .tabs button {
    padding: 8px 16px;
    background-color: #fff;
    margin-right: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    text-transform: uppercase;
    border: 1px solid #22233129;
  }

  .tabs button.active {
    background-color: #EA3732;
    color: white;
  }
/* filter */
@media only screen and (max-width: 768px) {
    h2 {
        font-size: 24px;
        line-height: 36px;
    }

    p {
        font-size: 14px;
        line-height: 26px;
    }

    .section-margin {
        margin: 40px 0;
    }
    .portfolio-section .tabs button{font-size: 14px;}
    .filter-bar .form-control {
        max-width: 200px;
    }
    .filter-bar .form-control, .filter-bar button{
        font-size: 14px;
    }
    .main-header {
        display: block;
    }

    .main-header .navbar-brand img {
        width: 180px;
    }

    .main-header .navbar-toggler {
        border-radius: 0;
        border-color: #212121;
        float: right;
        margin-top: 5px;
        height: 38px;
        line-height: 38px;
    }

    .main-header .navbar-toggler span {
        color: #212121;
    }

    .main-header ul {
        margin-top: 10px;
        border-top: 1px solid #EA37326E;
    }

    header ul li {
        margin: 0;
    }

    .apply-btn a {
        display: inline-block;
        margin-top: 15px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    header ul li a {
        border-bottom: 1px solid #D3D2D280;
        font-size: 14px;
        font-weight: 500;
    }

    .content-section p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .quick-links li a {
        font-size: 14px;
        font-weight: 400;
    }

    .quick-links li {
        margin: 0 5px;
    }

    .social-media li a img {
        width: 20px;
    }

    .social-media {
        margin-top: 20px;
    }

    .filter-tabs .tab {
        margin: 5px 10px 5px 0;
        font-size: 14px;
        padding: 8px 16px;
    }
}