
html body {
    background-color: #f8f1e8;
} 

.landing-primary {
    margin-top: 130px;
}

/* Main Container Start */
/* left */
.hero-container {
    position: relative;
    min-height: 600px;
    color: white;
    background-position: center center; 
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../image/about-us-images/homepage-bg-image.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    margin: 0;
}

.intro-container {
    background-color: rgba(209,76,41,1);
    padding: 1.5rem 70px;
    color: white;
    height: 100%;
}

.arrow-section {
    margin-top: 100px;
}

.svg-icon {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg)
      brightness(50%) contrast(100%);
}

.svg-icon:hover {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg)
      brightness(100%) contrast(100%);
}

.first-container {
    margin: 0 auto;
    background-color: white;
    border: 1px solid white;
    border-radius: 5px 5px 0 0;
}

.primary-title {
    padding:0;
    margin:10px 0 10px 0;
    font-size: 2rem;
    color: #D14E29;
}

.second-container {
    background-color: rgba(255, 255, 255, 0.5);
    height:auto;
    padding-bottom: 20px;
}

.title {
    font-weight: 700;
    padding: 1.5rem 0;
    font-size: 18.0pt;
}

.content {
    margin: 5px 0;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-size:18px;
    line-height: 1.5;
}

/* BOXES */
.category-container {
    padding: 30px 70px 10px 70px;
}

.category-box {
    margin-bottom: 30px;
}

.category-box-image {
    position: relative;
    min-height: 200px;
    overflow: hidden;
    border-radius: 5px;
}

.category-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    image-rendering: auto;
    transform: translateY(-15%);
}

.text-in-box {
    color: rgba(239, 158, 89, 1);
    text-align: center;
    font-size: 18.0pt;
    font-weight: 700;  
    margin-top: 10px;  
}

.text-in-box a {
 color: rgba(239, 158, 89, 1);
}

.text-in-box a:hover {
    color: #eb832a;
}

@media (max-width: 767.98px) {
    .category-container {
        padding: 30px 50px 10px 50px;
    }

    .category-box-image {
        position: relative;
        min-height: 100px;
        overflow: hidden;
        border-radius: 5px;
    }
}

/* color bar */
.colored-bar {
    height: 3px !important;
    border: 0 !important;
    margin: 0 !important;
    opacity: unset;
}

hr.colored-bar.colored-bar__red {
    color: rgba(236, 99, 74, 1);
    background-color: rgba(236, 99, 74, 1);
}

.line-container {
  background-color: rgba(209,76,41,1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  font-size: 18px;
  color:white;
}

.banner-links{
    text-decoration: underline;
    color:inherit;
}

.banner-links:hover {
    color: #E8E8E8;
}

/* Main Container END*/

/* Footer START*/

.footer-info {
    color: rgba(255, 255, 255, 1);
    background: #10232a;
    border-bottom: 1px solid #475060;
    padding-top: 40px
}

.footer-info h6 {
    font-weight: 700;
    color: #e5edf2;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 130%;
}

.block.block-block {
    font-size: 14px;
    line-height: 18.2px;
}

.footer-info img {
    width: auto;
    margin-right: 10px;
}

img, svg {
    vertical-align: middle;
}

.block.block-block > div > a > img {
    margin-top: 20px;
}

.footer-info .view-recent-news a,
#block-block-1 a,
#disclaimer-links a,
#item-email a {
    color: #fff;
    text-decoration: none;
}

.footer-disclaimer {
    background: #232933;
    color: #7e848c;
    padding: 20px 0px;
}

/* Footer END*/