@font-face {
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("http://erp.asigi.net/public_data/fonts/Roboto/woff/Roboto-Regular.woff") format("woff"), url("http://erp.asigi.net/public_data/fonts/Roboto/ttd/Roboto-Regular.ttf") format("truetype");
}
@media (max-width:768px) {
    .d-sm {
        display: none !important;
    }
}
@font-face {
    font-family: "McKinsey-Light";
    font-style: normal;
    font-weight: normal;
    src: url("http://erp.asigi.net/public_data/fonts/McKinsey/woff2/McKinseySans-Light.woff2") format("woff2");
}

@font-face {
    font-family: "McKinsey-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("http://erp.asigi.net/public_data/fonts/McKinsey/woff2/McKinseySans-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "McKinsey-Medium";
    font-style: normal;
    font-weight: normal;
    src: url("http://erp.asigi.net/public_data/fonts/McKinsey/woff2/McKinseySans-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "McKinsey-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("http://erp.asigi.net/public_data/fonts/McKinsey/woff2/Bower-Bold.woff2") format("woff2");
}

#wowslider-container1 {
    max-width: 80vw !important;
}

body, html {
    font-family: "Roboto", sans-serif !important;
    margin: 0;
}

.plantparagraph {
    height: 120px;

}

.companyimg img {
    width: 10rem;
    filter: grayscale(0);
    transition: 0.3s;
    scale: 1;
}

.companyimg:hover img {
    filter: grayscale(0.5);
    scale: 1.1;
}

body {
    /*background-color: #f0f0f0 !important;*/
    /*background: linear-gradient(to top, #fff, #f0f0f0);;*/
}

.page-padding {
    padding: 0 1vw;
    display: block;
}

.page-margin {
    margin: 0 10vw;
    display: block;
}

html .mfp-wrap::-webkit-scrollbar-track,
html body::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.5);
}

html .mfp-wrap::-webkit-scrollbar,
html body::-webkit-scrollbar {
    width: 4px;
    background-color: aliceblue;
}

html .mfp-wrap::-webkit-scrollbar-thumb,
html body::-webkit-scrollbar-thumb {
    background-color: aliceblue;
}

.navbar {
    transition: all 0.4s;
    height: 4rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: table;
    width: 100%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #f0f0f0 !important;
}

.navbar .nav-link {
    color: #444;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #2080d1 !important;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #444;
    padding: 0;
}

.navbar .navbar-brand img {
    /*height: 3rem;*/
    /*padding-right: 1rem;*/
}

/* Change navbar styling on scroll */
.navbar.active {
    background-color: rgb(118, 25, 58) !important;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: rgb(243, 243, 243);
}

.navbar.active .navbar-brand {
    color: rgb(243, 243, 243);
}

/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: rgb(118, 25, 58);
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: rgb(243, 243, 243);
    }
}

.footer-top {
    padding-top: 30px;
    padding-bottom: 40px;
    background-size: 100%;
    box-shadow: 2px -2px 10px rgba(0, 0, 0, 0.1);
    background-color: rgb(16, 16, 52);
}

.footer-top div.col:nth-child(4) {
    padding: 0;
}

.footer-top div.col .title {
    padding-bottom: 25px;
    color: rgb(243, 243, 243);
    font-size: 20px;
    line-height: 30px;
    font-weight: bolder;
    font-family: Roboto, serif;
}

.footer-top div.col .bottom {
    font-size: 0.9rem;
    font-weight: 300;
    font-family: "Open Sans", serif;
    text-align: justify;
    color: rgb(243, 243, 243) !important;
}

.footer-top div.col .bottom i {
    margin-right: 5px;
}

.footer-top div.col .bottom ul {
    padding: 0;
    margin: 0;
}

.footer-top div.col .bottom a {
    display: block;
    padding-bottom: 10px;
    cursor: pointer;
    color: rgb(243, 243, 243);
    text-decoration: none;
}

.footer-top div.col .bottom a:hover {
    color: rgb(243, 243, 243) !important;
    text-decoration: underline;
}

.footer-top div.col .bottom div {
    padding: 0;
    margin: 0;
}

.footer-top div.col .bottom div span {
    display: block;
    padding-bottom: 20px;
}

.footer-top div.col .bottom div span b {
    font-weight: bold !important;
    font-family: Roboto, serif;
}

.footer-bottom {
    background-color: rgb(84, 84, 84);
    overflow: hidden;
    color: rgb(243, 243, 243);
    height: 45px;
}

.footer-bottom > div {
    line-height: 45px;
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto, serif;
}

.footer-bottom .float-right {
    font-size: 14px;
    font-weight: 400;
}

.footer-bottom .float-right a {
    text-decoration: none;
    color: rgb(243, 243, 243);
}

.footer-bottom .float-right a i {
    padding-left: 13px;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

.dropdown-menu {
    min-width: 12rem;
}

.dropdown-toggle::after {
    margin-left: 0.3em;
    margin-right: 0;
}

a.dropdown-item:hover {
    background-color: white;
    color: rgb(118, 25, 58);
    font-family: McKinsey-Medium, serif;
}

div.banner {
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
    height: 30vh;
}

div.banner.hovered img {
    transform: scale(1.1) !important;
}

div.banner.hovered div.banner-content {
    background: rgba(255, 255, 255, 0.6) !important;
}

div.banner a {
    cursor: pointer;
}

div.banner a div.banner-image img {
    transition: transform 0.5s;
    width: 100%;
    height: 30vh;
}

div.banner a div.banner-content {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    overflow: hidden;
    color: #57565b;
}

div.banner a div.banner-content div.banner-text h4 {
    color: black;
    font-family: McKinsey-Medium, serif;
    overflow-wrap: break-word;
}

div.banner a div.banner-content div.banner-text span {
    color: gray;
}

div.banner a div.banner-content div.banner-link {
    color: rgb(118, 25, 58);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
}

div.header {
    position: relative;
    overflow: hidden;
}

div.header div.header-image.blurred::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(70, 70, 70, 0.6);
}

div.header div.header-content {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 50%;
    height: 100%;
    background-image: linear-gradient(325deg, rgba(90, 90, 90, 0.12) 0%, rgb(90, 90, 90) 100%);
    padding: 4rem 3rem;
    overflow: hidden;
    color: white;
}

div.header div.header-content h2 {
    font-family: McKinsey-Bold, serif;
    font-size: 3.5rem;
}

div.header div.header-content span {
    display: block;
    margin-top: 2rem;
    font-size: 1.2rem;
}

div.header div.header-title {
    position: absolute;
    bottom: 0;
    padding: 0 5rem 5rem 5rem;
    font-family: McKinsey-Bold, serif;
}

div.header div.header-title h1 {
    font-size: 4rem;
}

div.teaser {
    margin-top: 6rem;
    transition: all 0.3s ease-in-out;
}

div.teaser.hovered {
    background-color: white;
    box-shadow: 0 5px 15px rgba(150, 150, 150, 0.8);
}

div.teaser div.teaser-image img {
    width: 100%;
    height: 50vh;
}

div.teaser div.teaser-title {
    background-color: rgb(118, 25, 58);
    height: 45px;
    padding: 0 2rem;
}

div.teaser div.teaser-title span {
    font-weight: bolder;
    color: white;
    font-size: 1.3rem;
    line-height: 45px;
}

div.teaser div.teaser-description {
    padding: 1rem 2rem;
    background-color: rgb(210, 210, 210);
    height: 20vh;
}

div.teaser div.teaser-description h3, div.teaser div.teaser-description h4 {
    font-family: McKinsey-Bold, serif;
}

div.teaser div.teaser-description ul li {
    line-height: 2rem;
}

.btn-secondary {
    background-color: #76193a;
    color: #f3f3f3;
}

.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
      border-radius: 1rem;
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}

.link-unstyled,
.link-unstyled:link,
.link-unstyled:hover {
    color: inherit;
    text-decoration: inherit;
}

.text-bg-secondary {
    background-color: #76193a;
    color: #f3f3f3;
}

.bi {
    vertical-align: -0.125em;
    fill: #76193a;
}

img {
    border-radius: 1rem !important;
}

/*# sourceMappingURL=base.css.map */
