.worksheet-section {
    position: relative;
    border-bottom: none;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}
.worksheet-section > .container,
.worksheet-section > .container-fluid,
.worksheet-section > .container-wide {
    position: relative;
    height: 100%;
}
@media (max-width: 991.98px) {
    .worksheet-section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.bg-gray {
    background-color: #fafbfb;
}

.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row.gap-y {
    margin-top: -15px;
    margin-bottom: -15px;
}
.row.gap-y > .col,
.row.gap-y > [class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
}
.row.gap-y.gap-1 {
    margin-top: -4px;
    margin-bottom: -4px;
}
.row.gap-y.gap-1 > .col,
.row.gap-y.gap-1 > [class*="col-"] {
    padding-top: 4px;
    padding-bottom: 4px;
}
.row.gap-y.gap-2 {
    margin-top: -8px;
    margin-bottom: -8px;
}
.row.gap-y.gap-2 > .col,
.row.gap-y.gap-2 > [class*="col-"] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.row.gap-y.gap-3 {
    margin-top: -15px;
    margin-bottom: -15px;
}
.row.gap-y.gap-3 > .col,
.row.gap-y.gap-3 > [class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
}
.row.gap-y.gap-4 {
    margin-top: -15px;
    margin-bottom: -15px;
}
.row.gap-y.gap-4 > .col,
.row.gap-y.gap-4 > [class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
}
.row.gap-y.gap-5 {
    margin-top: -15px;
    margin-bottom: -15px;
}
.row.gap-y.gap-5 > .col,
.row.gap-y.gap-5 > [class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
}

.card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #f87551 !important;
    border-radius: 1rem;
    /* box-shadow: 0 20px 30px 0px rgb(0 0 0 / 7%);
   */
    box-shadow: 0 3px 15px 1.5px #e4e4e4;
    font-family: "Poppins", sans-serif;
}

/* .card-h {
  background-color: #f87551;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
} */

.card-body {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.fa-file-pdf-o {
    color: #ff4a17;
}

.worksheet-btn:link,
.worksheet-btn:visited {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    border-radius: 12px;
    width: 90%;
    padding-top: 0.3rem;
    box-shadow: 0 20px 30px 0px rgb(0 0 0 / 7%) !important;
    height: 28px;
    transition: all 0.2s ease;
}

.view {
    background-color: #d6d6d6;
    color: rgb(39, 39, 39);
}
.download {
    background-color: #ff4a17;
    color: rgb(255, 255, 255);
}

.view:hover {
    color: #797979;
    background-color: #aaaaaa;
    opacity: 1;
}

.download:hover {
    color: #d1d1d1;
    background-color: #fd7c59;
}

.wk-title {
    margin-bottom: 1.5rem;
    font-family: "Poppins", sans-serif;
    font-size: medium;
}
.wk-icon {
    margin-left: 0.6rem;
}
.view_paragraph {
    margin-bottom: 0.6rem !important;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5c8eb0;
    font-family: "Poppins", sans-serif;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #ff8664;
    margin: 4px 10px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #263d4d;
}
.more {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.more-btn {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    border-radius: 15px;
    box-shadow: 0 20px 30px 0px rgb(0 0 0 / 7%) !important;
    transition: all 0.2s ease;
    background-color: #15222b;
    color: #ffffff !important;
    padding: 8px 40px;
    cursor: pointer;
}

.more-btn:hover {
    color: #fff !important;
    background-color: #ff4a17;
}
