* {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	background: none;
}

img {
	display: block;
	width: 100%;
	height: 100%;
}

.wrapper-secondary {
	width: 80%;
	margin: 0 auto;
}

#aboutus {
    padding: 166px 0;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
}

#aboutus .wrapper {
}

#aboutus .title {
    width: 30%;
}

#aboutus .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 57px;
    line-height: 64px;
    color: #ffffff;
}

#aboutus .title h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-top: 16px;
}
#ntce-spotlight {
    padding: 130px 0;
}
#ntce-spotlight div.title {
    margin-left: 20px;
}
#ntce-spotlight div.title h1 {
    font-size: 55px;
    width: 45%;
    color: #ffffff;
    line-height: 1.2em;
}
#ntce-spotlight div.title h4 {
    color: #ffffff;
    letter-spacing: 0.5px;
    width: 35%;
    font-family: "poppins-light";
}
#ncte-details {
    padding: 100px 0;
}
/* #ncte-details div.top {
	text-align: center;
} */
/* #ncte-details div.top h1.ncte-heading {
	margin-bottom: 20px;
} */
#ncte-details h1.ncte-heading {
    margin-bottom: 30px;
    text-align: center;
    font-size: 32px;
    color: #032a58;
}
#ncte-details div.list-view-box {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
}
#ncte-details div.list-view-box div.first-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e1e1e1;
}
#ncte-details div.list-view-box div.first-row h2 {
    color: #232323;
    font-size: 16px;
    font-weight: bold;
}
#ncte-details div.list-view-box div.first-row div.right {
    display: flex;
    align-items: center;
    gap: 50px;
}
#ncte-details div.list-view-box div.first-row div.right h2.date {
    color: #232323;
    font-size: 16px;
    font-weight: bold;
}
#ncte-details div.list-view-box div.first-row div.right h2.download {
    color: #232323;
    font-size: 16px;
    min-width: 120px;
    text-align: center;
    font-weight: bold;
}
#ncte-details div.list-view-box div.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    padding: 14px 16px;
}
#ncte-details div.list-view-box div.row:nth-child(odd) {
    background-color: #f9f9f9;
}
#ncte-details div.list-view-box div.row div.left {
    display: flex;
    align-items: center;
    gap: 10px;
}
#ncte-details div.list-view-box div.row div.left div.pdf-icon {
    width: 18px;
    height: 18px;
    min-width: 20px;
}
#ncte-details div.list-view-box div.row div.left div.pdf-icon img {
    width: 100%;
    height: 100%;
    display: block;
}
#ncte-details div.list-view-box div.row div.left h5 {
    font-size: 16px;
    color: #232323;
    font-family: "poppins-light";
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}
#ncte-details div.list-view-box div.row div.right {
    display: flex;
    align-items: center;
    gap: 25px;
}
#ncte-details div.list-view-box div.row div.right h2.date {
    color: #828282;
    font-size: 16px;
    font-family: "poppins-light";
}
#ncte-details div.list-view-box div.row div.right a.download {
    width: 16px;
    height: 16px;
    cursor: pointer;
    min-width: 120px;
}
#ncte-details div.list-view-box div.row div.right a.download img {
    width: 100%;
    height: 100%;
    display: block;
}