body {
	background-color: transparent;
    background-image: url(../../../../../images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
}

main {
    color: DimGrey;
}

a:hover {
    color: DimGrey !important;
}

.container-header {
	background-color: transparent;
    background-image: none;
}

.container-topbar {
    margin-right: 10px;
    text-align: right;
    float: right;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.grid-child {
    float: none;
    width: auto;
}

.site-description {
    max-width: 50%;
    text-align: right;
	color: #E15A14 !important;
    font-size: small !important;
	font-style: oblique;
	font-weight: bold;
}

.brand-logo img {
    max-width: 50%;
    min-width: 150px;
}

.navbar-brand {
    min-width: 150px;
    height: auto;
}

.abt_whatsapp {
   width: fit-content;
   margin-left: auto;
   padding: 10px 10px;
   color: #E15A14;
   font-weight: bold;
   font-size: x-large;
}

.abt_contact_us {
   width: fit-content;
   margin-left: auto;
}

.abt_contact_us .card-body{
    padding: 5px 10px;
    border-radius: 5px;
    border-color: #E15A14;
    background-color: #E15A14;
    color: DimGrey;
}

.abt_contact_us .card-body a:hover{
    color: White !important;
}

a.abt_contact_us_button {
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.mod-breadcrumbs__wrapper, .mod-breadcrumbs__item {
    color: DimGrey !important;
}

.abt_wjs_our_projects {
   	background-color: transparent;
    background-image: none;

    h5 {
   	    background-color: transparent;
        background-image: none;
        color: #E15A14;
        font-style: italic; 
    }

    .slide-info {
        position: unset !important;
        background-color: transparent !important;
        background-image: none !important;
        color: #E15A14 !important;
        font-style: italic !important;
      
        .slide-title {
            font-weight: bold !important;
        }
    }
  
}

.footer {
    margin: 0;
	padding: 0 0;
 	background-color: transparent;
    background-image: none;
    color:  #E15A14;
}

.footer .grid-child {
    display: block;
}

.abt_footer_contact {
    width: 35%;
    float: left;
}

.abt_footer_contact p{
    margin-bottom: 0;
    line-height: 1.5; 
    font-size: small !important;
}

.abt_footer_menu {
    width: 35%;
    float: left;
    align-self: start;
    line-height: 1; 
    font-weight: bold;
}

.abt_copyright {
    width: 100%;
    align-self: end;
    float: right;
    font-size: x-small;
    text-align: right;
}

.footer2 {
	display: none;
}

.abt_JBCookies, .jb-decline.link {
    display: ruby;
    width: 25%;
    align-self: start;
    float: right;
    margin-right: 30px;
    font-size: x-small;
}

.back-to-top-link {
	background-color: #E15A14;
    color: White;
    border-color: White;
}

.back-to-top-link:hover {
	background-color: DimGrey;
    color: #E15A14 !important;
    border-color: #E15A14;
}