body {
    padding: 0;
    margin: 0;
    background-color: rgb(255, 255, 255);
}

img {
    -ms-interpolation-mode: bicubic !important;
}

a,
ul {
    text-decoration: none;
    list-style-type: none;
}

*:focus {
    outline: none !important;
}

*:active {
    outline: none !important;
}

.button {
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 13px 35px;
    background-color: rgb(130, 0, 0);
    color: rgb(220, 220, 220) !important;
    font-family: sans-serif;
    font-size: 16px;
    transition: all 0.2s;
    text-decoration: none;
    text-align: center;
}

.button-sm {
    padding: 8px 20px !important;
    font-family: sans-serif;
    font-size: 15.5px;
    transition: all 0.2s;
    text-decoration: none;
}

.button:hover {
    background-color: rgb(150, 0, 0);
    transition: all 0.2s;
    text-decoration: none;
}

.separator {
    width: 100px;
    height: 2px;
    background-color: rgb(130, 0, 0);
    margin-top: 15px;
    margin-bottom: 60px;
}

.title {
    font-size: 30px;
    font-family: serif;
    color: rgb(40, 40, 40);
    font-weight: normal;
    margin: 5px 0px 10px 0px;
}

.aboveTitle {
    font-family: sans-serif;
    font-weight: bold;
    color: rgb(130, 0, 0);
    font-size: 14.5px;
    text-transform: uppercase;
    margin: 0;
}

#header_section {
    background-color: black;
    background: url("/main/images/others/business-setup3.jpg");
    filter: blur(0.2px);
    background-position: center;
    background-size: cover;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#header_section h1 {
    font-family: serif;
    font-size: 38px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    margin: 0;
}

#header_section h2 {
    font-family: sans-serif;
    font-size: 20px;
    color: rgb(170, 0, 0);
    margin: 0;
}

#header_section ol {
    position: absolute;
    bottom: 0px;
    left: 15%;
    background-color: rgb(130, 0, 0);
    margin: 0;
    border-radius: 0px;
}

#header_section ol li {
    font-size: 16px;
}

#header_section ol li a {
    color: rgb(220, 220, 220);
}

#header_section ol .active {
    color: rgb(220, 220, 220);
}

.arrows {
    background-color: white;
    border: 1px rgb(180, 180, 180) solid;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s;
}

.arrowsForEmployeesSlick {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.headerInfoBar_icon {
    font-size: 15px;
    color: rgb(180, 0, 0);
    margin-right: 10px;
}

.flip_icon {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

/* ---------- HEADER ---------- */
header {
    font-family: sans-serif;
}

/* Header FixedTopBar */
header div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    background-color: rgb(25, 25, 25);
    font-size: 14px;
}

#headerInfoBar_container {
    width: 1200px;
    margin: auto;
    color: white;
    padding: 0;
}

#headerInfoBar_left {
    width: 750px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

#headerInfoBar_left div {
    display: flex;
    align-items: center;
}

#headerInfoBar_right {
    width: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

#headerInfoBar_right a {
    width: 23px;
    height: 23px;
    background-color: rgb(70, 70, 70);
    padding: 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}

#headerInfoBar_right a:hover {
    background-color: rgb(150, 0, 0);
    transition: all 0.2s;
}

#headerInfoBar_right a img {
    width: 12px;
    height: 12px;
}

/* Header Navigation */
header nav {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 15px 0px;
    background-color: rgb(255, 255, 255);
    font-size: 14px;
}

#headerNavBar_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    height: 75px;
    margin: auto;
    background-color: rgb(255, 255, 255);
    padding: 0;
}

#headerNavBar_container ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}

#active_screen {
    color: rgb(140, 0, 0) !important;
}

#headerNavBar_container ul li a {
    color: black;
    font-weight: bold;
    transition: all 0.2s;
}

#headerNavBar_container ul li a:hover {
    color: rgb(140, 0, 0);
    transition: all 0.2s;
}

#covidModal p {
    font-size: 15px;
    line-height: 23px;
}

#covidModal ul {
    list-style-type: disc;
}

#covidModal ul li {
    font-size: 14.5px;
    margin-top: 5px;
}

/* ---------- FOOTER ---------- */
/* Subscribe Container */
.footerSubscribe_container {
    background-color: rgb(100, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0px;
}

.footerSubscribe_container h2 {
    color: rgb(210, 210, 210);
    font-weight: normal;
    font-family: serif;
    margin: 0;
    font-size: 24px;
    margin-bottom: 20px;
}

.footerSubscribe_container form {
    position: relative;
}

.footerSubscribe_container input:nth-child(1) {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 400px;
    height: 50px;
    background-color: rgb(230, 230, 230);
    border: none;
    padding: 0px 20px;
    font-size: 17px;
}

.footerSubscribe_container input:nth-child(4) {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    height: 50px;
    background-color: rgb(10, 10, 10);
    border: none;
    padding: 0px 30px;
    font-size: 14px;
    color: white;
    margin-left: -3px;
    cursor: pointer;
}

.footerSubscribe_container input:nth-child(4):hover {
    background-color: rgb(0, 0, 0);
}

.footerSubscribe_container input::placeholder {
    color: rgb(50, 50, 50);
    font-size: 17px;
}

/* Core Container */
.footerCore_container {
    background-color: rgb(15, 15, 15);
    padding: 20px 0px;
}

.footerCore_container h3 {
    color: rgb(220, 220, 220);
    border-bottom: 1px rgb(100, 100, 100) solid;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: normal;
    font-family: serif;
    margin-bottom: 15px;
}

.footerCore_container>div {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

/* Core Container - First Item*/
#footerCore_firstItem {
    width: 400px;
}

#footerCore_firstItem>img {
    width: 400px;
    margin-bottom: 30px;
    margin-top: 5px;
}

#footerCore_firstItem p {
    color: rgb(180, 180, 180);
    line-height: 25px;
    font-size: 16px;
    font-family: sans-serif;
    text-align: left;
    margin: 0;
}

/* Core Container - Second Item*/
#footerCore_secondItem {
    width: 300px;
}

#footerCore_secondItem ul {
    line-height: 28px;
    margin: 0;
    padding: 0;
}

#footerCore_secondItem a {
    color: rgb(180, 180, 180);
    font-family: sans-serif;
    font-size: 16px;
}

#footerCore_secondItemSocialMediaDiv {
    display: flex;
    justify-content: space-between;
}

#footerCore_secondItemSocialMediaDiv a img {
    width: 10px;
}

/* Core Container - Third Item*/
#footerCore_thirdItem {
    width: 400px;
}

#footerCore_thirdItem>div {
    margin-bottom: 20px;
    color: rgb(180, 180, 180);
    font-family: sans-serif;
    font-size: 16px;
}

.footerCore_thirdItemSpan {
    color: rgb(130, 0, 0);
}

/* Copyright Container */
#footerCopyright_container {
    background-color: rgb(15, 15, 15);
    padding: 10px 0px 0px 0px;
}

#footerCopyright_separator {
    width: 1200px;
    margin: auto;
    background-color: rgb(100, 100, 100);
    height: 1px;
}

#footerCopyright_text {
    color: rgb(190, 190, 190);
    margin: auto;
    text-align: center;
    padding: 15px 0px 15px 0px;
    font-size: 16px;
    font-family: serif;
}

/* Blog articles */
#article_section {
    padding: 60px 0px 140px 0px;
    max-width: 1000px;
}

#article_title {
    font-size: 65px;
    padding-right: 50px;
}

#article_date {
    color: rgb(130, 0, 0);
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 17px;
}

#article_section p {
    font-size: 16px;
    line-height: 28px;
}

#article_section ul {
    list-style-type: disc;
    padding-top: 15px;
    padding-bottom: 5px;
}

#article_section ul li {
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
}

/* Bootstrap overrides */
.card {
    transition: 0.3s all ease;
    border: 1px rgb(230, 230, 230) solid;
}

.card:hover {
    /* transform: scale(1.03); */
}

.card-img-top {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.card-body {
    padding: 10px 15px 20px 15px;
}

.card-title {
    font-size: 22px;
    line-height: 27px;
}

.card-date {
    color: rgb(130, 0, 0);
    font-weight: 500;
    font-size: 14px;
}

.card-text {
    color: rgb(40, 40, 40);
    font-size: 15.5px;
    margin-top: 18px;
}

.card-button {
    margin-top: 15px;
}
