/*--------------------------------------------------------------
    # General
    --------------------------------------------------------------*/
body {
    background: #fff;
    color: #666666;
}

a {
    text-decoration: none;
    color: #a32222;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #a32222;
        outline: none;
        text-decoration: none;
    }

p {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 0;
    padding: 20px 0px 40px 0px;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

.section-bg, .powerSystems .icon-box {
    background-color: #f8f9fa;
}

.btn-video-call {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

/* Prelaoder */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader-triangle.svg") no-repeat center center;
}

/*--------------------------------------------------------------
    # Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #a32222;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #003366;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
    # Welcome
--------------------------------------------------------------*/
#hero {
    display: table;
    width: 100%;
    height: 100vh;
    background: url("../img/windmills-compressed.jpg") top center;
    background-size: cover;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 916px) {
    p {
        text-align-last: center;
    }

    h4 {
        text-align-last: center;
    }

    #footer .footer-top .footer-links ul li {
        text-align-last: left;
        padding: 10px 0;
        display: flex;
        justify-content: left;
    }

    #footer .footer-top .footer-links h4 {
        display: flex;
        justify-content: center;
    }

    #footer .footer-newsletter h4 {
        display: flex;
        justify-content: center;
    }
}

#hero .hero-logo {
    margin: 10px;
}

    #hero .hero-logo img {
        max-width: 200%;
    }

@media (max-width: 900px) {
    #hero .hero-logo img {
        width: 350px;
    }
}

#hero .hero-container {
    background: rgba(0, 0, 0, 0.4);
    display: table-cell;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

#hero h1 {
    margin: 30px 0 10px 0;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    color: #a32222;
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

#hero h2 {
    color: #ccc;
    margin-bottom: 50px;
}

    #hero h2 span {
        color: #fff;
        transition: 0.3s;
        border-bottom: 2px solid #a32222;
    }

@media (max-width: 768px) {
    #hero h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 30px;
    }

        #hero h2 .rotating {
            display: block;
        }

    #hero p {
        font-size: 14px;
        line-height: 24px;
        color: #333;
        margin-bottom: 0;
        padding: 0 20px 20px 20px;
    }
}

#hero .rotating > .animated {
    display: inline-block;
}

#hero .actions a {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 20px;
    transition: 0.5s;
    margin: 10px;
}

#hero .btn-about {
    border: 2px solid #fff;
    color: #fff;
}

    #hero .btn-about:hover {
        background: #a32222;
        border: 1px solid #fff;
    }

#hero .btn-services {
    border: 2px solid #fff;
    color: #fff;
}

    #hero .btn-services:hover {
        background: #a32222;
        border: 2px solid #fff;
    }

#hero .btn-contact {
    border: 2px solid #fff;
    color: #fff;
}

    #hero .btn-contact:hover {
        background: #a32222;
        border: 2px solid #fff;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
}

@media (max-width: 992px) {
    #header.fixed-top {
        position: fixed;
    }
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    #header .logo a {
        color: #fff;
    }

    #header .logo img {
        height: 50px;
        padding-top: 10px;
    }

.scrolled-offset {
    margin-top: 70px;
}

@media (max-width: 992px) {
    .scrolled-offset {
        margin-top: 60px;
    }
}

/*--------------------------------------------------------------
    # Desktop Navigation
--------------------------------------------------------------*/
.navbar {
    padding: 0;
    text-decoration-color: #000;
    background-color: #fff;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
    }

    .navbar li {
        position: relative;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        color: #000;
        white-space: nowrap;
    }

        .navbar a i, .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
            color: #a32222;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        visibility: hidden;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        background: rgba(255, 255, 255, 1);
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            text-transform: none;
            color: #a32222;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                color: #a32222;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

.navbar a {
    transition: 0s;
}

.mobile-logo {
    display: none;
}

.mobile-nav-toggle {
    display: none;
}
/*--------------------------------------------------------------
    # Mobile Navigation
    --------------------------------------------------------------*/
@media (prefers-color-scheme: dark) {
    .mobile-nav-toggle {
        color: #a32222;
        font-size: 28px;
        cursor: pointer;
        display: none;
        line-height: 0;
    }

    @media (max-width: 991px) {
        .mobile-nav-toggle {
            display: block;
            color: #a32222;
            align-content: start;
        }

        .logo {
            display: none;
        }

        #mobile-logo {
            display: inline-block;
            font-size: 30px;
            margin: 0;
            padding: 0;
            line-height: 1;
            font-weight: 400;
            letter-spacing: 2px;
            text-transform: uppercase;
            height: 50px;
        }

        .bi-x::before {
            content: "\f62a";
        }

        .navbar ul {
            display: none;
        }
    }

    .navbar-mobile {
        background: rgba(255, 255, 255, 0.9);
        z-index: 999;
        min-width: 100%;
    }

        .navbar-mobile .mobile-nav-toggle {
            position: initial;
            top: 15px;
            right: 15px;
        }

        .navbar-mobile ul {
            display: inline-table;
            position: initial;
            top: 55px;
            right: 15px;
            bottom: 15px;
            left: 15px;
            padding: 10px 0;
            overflow-y: auto;
            width: 100%;
        }

        .navbar-mobile a, .navbar-mobile a:focus {
            padding: 10px 20px;
            font-size: 20px;
            color: #a32222;
        }

            .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
                color: #a32222;
            }

        .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
            margin: 15px;
        }

        .navbar-mobile .dropdown ul {
            position: static;
            display: none;
            padding: 10px 0;
            z-index: 99;
            visibility: visible;
        }

            .navbar-mobile .dropdown ul li {
                min-width: 200px;
            }

            .navbar-mobile .dropdown ul a {
                padding: 10px 20px;
            }

                .navbar-mobile .dropdown ul a i {
                    font-size: 12px;
                }

                .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                    color: #a32222;
                }

        .navbar-mobile .dropdown > .dropdown-active {
            display: inline-table;
            max-height: 200vh;
        }
}

@media (max-width: 991px) {
    .navbar-mobile:focus + .mobile-logo {
        display: none;
    }

    .mobile-nav-toggle {
        display: block;
        color: #a32222;
        align-content: start;
    }

    .logo {
        display: none;
    }

    .mobile-logo {
        display: block;
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
        height: 50px;
    }

        .mobile-logo ::after {
            display: none;
        }

    .bi-x::before {
        content: "\f62a";
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    min-width: 100%;
    width: max-content;
}

    .navbar-mobile .mobile-nav-toggle {
        position: initial;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: inline-table;
        position: initial;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        overflow-y: auto;
        width: 100%;
    }

    .navbar-mobile a, .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 20px;
        color: #a32222;
    }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #a32222;
        }

    .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        z-index: 99;
        visibility: visible;
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: #a32222;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: inline-table;
        max-height: 200vh;
    }
/*--------------------------------------------------------------
    # Learn More Links a href
--------------------------------------------------------------*/

.learn-more {
    color: #003366;
    text-decoration: underline;
    text-align: center;
    display: block;
    padding-bottom: 10px;
}

.services-learn-more {
    color: #a32222;
    text-decoration: underline;
    text-align: center;
    display: block;
    padding-bottom: 10px;
}

    .services-learn-more:hover {
        color: #fff;
    }

/*--------------------------------------------------------------
    # Sections
--------------------------------------------------------------*/

.section {
    overflow: hidden;
}

.section-title {
    font-size: 32px;
    color: #111;
    text-align: center;
    font-weight: 700;
}

.section-description {
    text-align: center;
    margin-bottom: 40px;
}

.section-title-divider {
    width: 50px;
    height: 3px;
    background: #a32222;
    margin: 0 auto;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
    # About Us
--------------------------------------------------------------*/

#about {
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
}

    #about::before {
        content: "";
        position: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.92);
        z-index: 9;
    }

    #about .container {
        position: relative;
        z-index: 10;
    }

    #about .about-col {
        background: #fff;
        border-radius: 0 0 4px 4px;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        #about .about-col .img {
            position: relative;
        }

            #about .about-col .img img {
                border-radius: 4px 4px 0 0;
            }

        #about .about-col .icon {
            width: 64px;
            height: 64px;
            text-align: center;
            position: absolute;
            background-color: #a32222;
            border-radius: 50%;
            border: 4px solid #fff;
            left: calc(50% - 32px);
            bottom: -30px;
            transition: 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #about .about-col i {
            font-size: 28px;
            line-height: 0;
            color: #fff;
            transition: 0.3s;
        }

        #about .about-col:hover .icon {
            background-color: #fff;
        }

        #about .about-col:hover i {
            color: #a32222;
        }

        #about .about-col h2 {
            color: #000;
            text-align: center;
            font-weight: 700;
            font-size: 20px;
            padding: 0;
            margin: 40px 0 12px 0;
        }

            #about .about-col h2 a {
                color: #000;
            }

                #about .about-col h2 a:hover {
                    color: #003366;
                }

    #about h2 {
        text-align: center;
        color: #000;
    }

    #about .section-header p {
        text-align: center;
        font-size: 20px;
        line-height: 35px;
        color: #666666;
        margin-bottom: 0;
        padding: 20px 20px 20px 20px;
        font-weight: 300;
    }

    #about .about-col p {
        font-size: 18px;
        line-height: 24px;
        color: #333;
        margin-bottom: 0;
        padding: 0 20px 20px 20px;
    }
/*--------------------------------------------------------------
    # About Us Banner
    --------------------------------------------------------------*/
#about-us-banner {
    background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/dml_red.png) fixed center center;
    background-size: cover;
    padding: 60px 0;
}

    #about-us-banner h3 {
        color: #000;
        font-size: 28px;
        font-weight: 700;
    }

    #about-us-banner .container p {
        color: #fff;
        font-size: 30px;
        font-weight: 300;
        line-height: 50px;
    }

    #about-us-banner .cta-btn {
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 28px;
        border-radius: 25px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        #about-us-banner .cta-btn:hover {
            background: #003366;
            border: 2px solid #003366;
        }

/*--------------------------------------------------------------
    # Services
    --------------------------------------------------------------*/

.services {
    background-color: #fff;
}

    .services .icon-box {
        text-align: center;
        padding: 80px 20px;
        transition: all ease-in-out 0.3s;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }

        .services .icon-box .icon {
            margin: 0 auto;
            width: 64px;
            height: 64px;
            background: #a32222;
            background-image: url(../img/dml_icon_white_v0.0.png);
            background-size: 260px;
            transition: all 0.3s ease-out 0s;
            display: flex;
            margin-bottom: 20px;
            transform-style: preserve-3d;
            border-radius: 50%;
        }

            .services .icon-box .icon i {
                color: #fff;
                font-size: 28px;
                border-radius: 50%;
            }

            .services .icon-box .icon::before {
                position: absolute;
                content: "";
                left: -8px;
                top: -8px;
                height: 100%;
                width: 100%;
                background: #003366;
                transition: all 0.3s ease-out 0s;
                transform: translateZ(-1px);
                border-radius: 50%;
            }

    .services h3 {
        text-align: center;
    }

    .services .icon-box h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 24px;
    }

        .services .icon-box h4 a {
            color: #191919;
        }

    .services .icon-box:hover h4 a {
        color: #fff;
    }

    .services .icon-box p {
        font-size: 18px;
        line-height: 24px;
        color: #666666;
        margin-bottom: 0;
        padding: 0 20px 20px 20px;
    }

    .services .icon-box:hover {
        background: #003366;
        border-color: #003366;
        padding: 70px 20px 90px 20px;
    }

        .services .icon-box:hover .icon {
            background: #fff;
            background-image: url(../img/dml_icon_red.png);
            background-size: 240px;
            display: flex;
        }

            .services .icon-box:hover .icon i {
                color: #a32222;
            }

            .services .icon-box:hover .icon::before {
                background: #a32222;
            }

        .services .icon-box:hover p {
            color: #fff;
        }

/*--------------------------------------------------------------
    # powerSystems
    --------------------------------------------------------------*/
.powerSystems {
    background-color: #fff;
}

    .powerSystems .container {
        padding-bottom: 30px;
    }

    .powerSystems .icon-box i {
        float: left;
        color: #a32222;
        font-size: 40px;
    }

    .powerSystems h2 {
        text-align: center;
        color: #000;
    }

    .powerSystems .icon-box h4 {
        margin-left: 50px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        .powerSystems .icon-box h4 a {
            color: #556270;
            transition: 0.3s;
        }

    .powerSystems .icon-box p {
        line-height: 24px;
        font-size: 14px;
        text-align: left;
    }

    .powerSystems .icon-box:hover h4 a {
        color: #003366;
    }

.powerSystems {
    background-color: #fff;
}

    .powerSystems .container {
        padding-bottom: 30px;
    }

    .powerSystems .icon-box {
        margin-bottom: 20px;
        padding: 30px;
        border-radius: 6px;
        background: #e1e2e3;
        height: 100px;
    }

        .powerSystems .icon-box i {
            float: left;
            color: #a32222;
            font-size: 40px;
        }

    .powerSystems h2 {
        text-align: center;
        color: #000;
    }

    .powerSystems .icon-box h4 {
        margin-left: 70px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        .powerSystems .icon-box h4 a {
            color: #556270;
            transition: 0.3s;
        }

    .powerSystems .icon-box p {
        /* margin-left: 70px; */
        line-height: 24px;
        font-size: 14px;
        text-align: left;
    }

    .powerSystems .icon-box:hover h4 a {
        color: #003366;
    }

@media (max-width: 991px) {
    .powerSystems .icon-box {
        margin-bottom: 10px;
        padding: 30px;
        border-radius: 6px;
        background: #e1e2e3;
        height: 100px;
    }

    .powerSystems {
        background-color: #fff;
    }
}

/*--------------------------------------------------------------
    # policies
    --------------------------------------------------------------*/

.powerSystems .icon-box-policies {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background: #e1e2e3;
    height: 150px;
}

    .powerSystems .icon-box-policies i {
        float: left;
        color: #a32222;
        font-size: 40px;
    }

    .powerSystems .icon-box-policies h4 {
        margin-left: 70px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        .powerSystems .icon-box-policies h4 a {
            color: #556270;
            transition: 0.3s;
        }

    .powerSystems .icon-box-policies p {
        line-height: 24px;
        font-size: 14px;
        text-align: left;
    }

    .powerSystems .icon-box-policies:hover h4 a {
        color: #003366;
    }

    .powerSystems .icon-box-policies i {
        float: left;
        color: #a32222;
        font-size: 40px;
    }

    .powerSystems .icon-box-policies h4 {
        margin-left: 70px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        .powerSystems .icon-box-policies h4 a {
            color: #556270;
            transition: 0.3s;
        }

    .powerSystems .icon-box-policies p {
        line-height: 24px;
        font-size: 14px;
        text-align: left;
    }

    .powerSystems .icon-box-policies:hover h4 a {
        color: #003366;
    }

/*--------------------------------------------------------------
    # -markets
    --------------------------------------------------------------*/

.powerSystems .icon-box-markets {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background: #e1e2e3;
    height: 375px;
}

    .powerSystems .icon-box-markets i {
        float: left;
        color: #a32222;
        font-size: 40px;
    }

    .powerSystems .icon-box-markets h4 {
        margin-left: 70px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        .powerSystems .icon-box-markets h4 a {
            color: #556270;
            transition: 0.3s;
        }

    .powerSystems .icon-box-markets p {
        line-height: 24px;
        font-size: 14px;
        text-align: left;
    }

    .powerSystems .icon-box-markets:hover h4 a {
        color: #003366;
    }

.powerSystems .icon-box-markets {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background: #e1e2e3;
    height: 400px;
}

    .powerSystems .icon-box-markets i {
        float: left;
        color: #a32222;
        font-size: 40px;
    }

    .powerSystems .icon-box-markets h4 {
        margin-left: 70px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        .powerSystems .icon-box-markets h4 a {
            color: #556270;
            transition: 0.3s;
        }

    .powerSystems .icon-box-markets p {
        line-height: 24px;
        font-size: 14px;
        text-align: left;
    }

    .powerSystems .icon-box-markets:hover h4 a {
        color: #003366;
    }

/*--------------------------------------------------------------
    # -accreditations
    --------------------------------------------------------------*/

.powerSystems .icon-box-accreditations {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background: #e1e2e3;
    height: 275px;
}

    .powerSystems .icon-box-accreditations h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        .powerSystems .icon-box-accreditations h4 a {
            color: #556270;
            transition: 0.3s;
        }

    .powerSystems .icon-box-accreditations p {
        line-height: 24px;
        font-size: 18px;
        text-align: left;
        text-align: left;
        float: left;
        width: 70%;
    }

    .powerSystems .icon-box-accreditations h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

@media (max-width: 991px) {
    .powerSystems .icon-box-accreditations {
        margin-bottom: 10px;
        padding: 30px;
        border-radius: 6px;
        background: #e1e2e3;
        height: 400px;
        text-align: center;
    }

        .powerSystems .icon-box-accreditations p {
            line-height: 24px;
            font-size: 18px;
            text-align: center;
            width: 100%;
            float: none;
        }
}

/*--------------------------------------------------------------
    # -etap
    --------------------------------------------------------------*/

.powerSystems .icon-box-etap {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background: #e1e2e3;
    min-height: 300px;
}

    .powerSystems .icon-box-etap h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        .powerSystems .icon-box-etap h4 a {
            color: #556270;
            transition: 0.3s;
        }

    .powerSystems .icon-box-etap p {
        line-height: 24px;
        font-size: 14px;
        text-align: center;
        padding: 0;
        text-align: center;
        float: left;
        width: 90%;
    }

    .powerSystems .icon-box-etap h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

@media (max-width: 700px) {
    .powerSystems .row {
        height: auto;
        padding: 10px;
        border-radius: 6px;
        background: #fff;
    }

    .powerSystems .icon-box-etap {
        min-height: 400px;
    }

    .consultancy .card-etap {
        max-height: 600px;
        height: 450px;
    }
}

/*--------------------------------------------------------------
    # Consultancy
--------------------------------------------------------------*/

@media (max-width: 992px) {
    .consultancy .row {
        width: 100%;
        display: grid;
    }

    .consultancy .container {
        height: auto;
        padding: 10px;
        border-radius: 6px;
        background: #fff;
    }

    .card {
        height: fit-content;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    }
}

.consultancy {
    background-color: #e1e2e3;
}

    .consultancy #consultancy1 {
        background-color: #a32222;
        padding-top: 20px;
        padding-bottom: 8px;
        border-radius: 25px;
    }

    .consultancy #consultancy2 {
        background-color: #a1a2a3;
        padding-top: 20px;
        padding-bottom: 8px;
        border-radius: 25px;
    }

    .consultancy #consultancy3 {
        background-color: #003366;
        padding-top: 20px;
        padding-bottom: 8px;
        border-radius: 25px;
    }

    .consultancy .container {
        display: inline-table;
        justify-content: center;
        margin-left: 10px;
        margin-right: 10px;
    }

    .consultancy .row {
        width: 100%;
        display: inline-flex;
    }

    .consultancy .icon-box-consultancy {
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 6px;
        background: #fff;
        min-height: 100px;
        display: inline-flex;
        height: 320px;
        border-radius: 25px;
    }

    .consultancy h2 {
        margin-bottom: 30px;
    }

    .consultancy p {
        margin-bottom: 30px;
        text-align: center;
        font-size: 18px;
    }

.card {
    height: 575px;
    ;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

@media (max-width: 992px) {
    .consultancy .row {
        height: auto;
        padding: 10px;
        border-radius: 6px;
        background: #fff;
    }

    .consultancy .card {
        max-height: 1000px;
        min-height: 548px;
        height: 750px;
    }
}

@media (max-width: 500px) {
    .consultancy .card {
        height: 560px;
    }
}

.consultancy {
    padding: 15px 0px 35px 0px;
    text-align: center;
    background-color: #e1e2e3;
}

    .consultancy img {
        transition: all 0.4s ease-in-out;
        filter: grayscale(100);
        height: auto;
        width: 100%;
        max-height: 225px;
    }

        .consultancy img:hover {
            filter: none;
            transform: scale(1.15);
        }

    .consultancy .card-etap {
        max-height: 1000px;
        min-height: 420px;
        height: 420px;
    }
/*--------------------------------------------------------------
    # studies
--------------------------------------------------------------*/
.study .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.study .row {
    max-width: 2550px;
    vertical-align: middle;
    background-color: #fff;
}

.study .col {
    padding: 0px 5px 0px 5px;
    margin: 0px 0px 0px 0px;
    min-width: fit-content;
}

.study .container {
    padding: 0px 0px 0px 0px;
}

    .study .container .col-md-6 {
        padding: 10px 10px 0px 10px;
    }

.study h3 {
    text-align: center;
    color: #000;
}

.study p {
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    color: #000;
    transition: 0.3s;
}

.study .icon-box-1 {
    background: #f5f3e7;
    height: 400px;
    width: 100%;
    max-block-size: 600px;
    margin: 10px 0px 10px 0px;
    padding: 20px 20px 20px 20px;
}

.study .icon-box-2 {
    background: #b6d8f2;
    height: 400px;
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 20px 20px 20px 20px;
}

.study .icon-box-3 {
    background: #c6c9d0;
    height: 400px;
    width: 100%;
    max-block-size: 600px;
    margin: 0px 0px 10px 0px;
    padding: 20px 20px 20px 20px;
}

.study .icon-box-4 {
    background: #7b92aa;
    height: 400px;
    width: 100%;
    max-block-size: 600px;
    margin: 0px 0px 10px 0px;
    padding: 20px 20px 20px 20px;
}

    .study .icon-box-4 a {
        text-decoration-color: #a32222;
        color: #fff;
    }

/*--------------------------------------------------------------
    # Market Specific Solutions
--------------------------------------------------------------*/
.market-specific-solutions {
    padding: 15px 0px 35px 0px;
    text-align: center;
    background-color: #e1e2e3;
}

    .market-specific-solutions img {
        max-width: 45%;
        transition: all 0.4s ease-in-out;
        display: inline-block;
        padding: 15px 0;
        filter: grayscale(100);
    }

        .market-specific-solutions img:hover {
            filter: none;
            transform: scale(1.15);
        }

@media (max-width: 768px) {
    .market-specific-solutions img {
        max-width: 40%;
    }
}

/*--------------------------------------------------------------
    # Team
--------------------------------------------------------------*/

.team {
    padding-bottom: 30px;
    background-color: #fff;
    /*background-color: #e1e2e3;*/
}

    .team .member {
        text-align: center;
        margin-bottom: 20px;
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
        padding: 30px 20px;
        background: #fff;
    }

        .team .member img {
            max-width: 60%;
            border-radius: 50%;
            margin: 0 0 30px 0;
        }

        .team .member h4 {
            font-weight: 700;
            margin-bottom: 2px;
            font-size: 18px;
        }

        .team .member span {
            font-style: italic;
            display: block;
            font-size: 13px;
        }

        .team .member p {
            padding-top: 10px;
            font-size: 14px;
            font-style: italic;
            color: #aaaaaa;
        }

        .team .member .social {
            margin-top: 15px;
        }

            .team .member .social a {
                color: #919191;
                transition: 0.3s;
            }

                .team .member .social a:hover {
                    color: #a32222;
                }

            .team .member .social i {
                font-size: 18px;
                margin: 0 2px;
            }

/*--------------------------------------------------------------
    # Video Call Banner
--------------------------------------------------------------*/
#video-call-banner {
    background: url(../img/dml_red.png) fixed center center;
    background-size: cover;
    padding: 60px 0;
}

    #video-call-banner h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    #video-call-banner p {
        color: #fff;
    }

    #video-call-banner .cta-btn {
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 28px;
        border-radius: 25px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        #video-call-banner .cta-btn:hover {
            background: #003366;
            border: 2px solid #003366;
        }

.button {
    background-color: #666666;
}

.modal-body modal-xlg {
    width: fit-content;
    height: fit-content;
}

/*--------------------------------------------------------------
    # Contact
--------------------------------------------------------------*/
.contact {
    background: #fff;
}

    .contact .info-box {
        color: #444444;
        text-align: center;
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
        padding: 20px 20px 30px 30px;
        width: 100%;
        align-content: center;
    }

        .contact .info-box i {
            font-size: 32px;
            color: #a32222;
            border-radius: 50%;
            padding: 8px;
            border: 2px dotted #a32222;
        }

        .contact .info-box h3 {
            font-size: 20px;
            color: #777777;
            font-weight: 700;
            margin: 10px 0;
        }

        .contact .info-box p {
            padding: 0;
            line-height: 24px;
            font-size: 14px;
            margin-bottom: 0;
        }

@media (max-width: 768px) {
    .contact .col-md-4 {
        flex: none;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1000px) {
    .contact .col-md-4 {
        flex: none;
        width: 100%;
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
    # Subscribe Section
--------------------------------------------------------------*/
#subscribe {
    background: url(../img/subscribe-bg.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;
}

    #subscribe .subscribe-title {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    #subscribe .subscribe-text {
        color: #fff;
    }

    #subscribe .subscribe-btn-container {
        text-align: center;
        padding-top: 20px;
    }

    #subscribe .subscribe-btn {
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 20px;
        border-radius: 2px;
        transition: 0.5s;
        margin: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        #subscribe .subscribe-btn:hover {
            background: #a32222;
            border: 2px solid #fff;
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
    # Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 30px 0;
}

    .breadcrumbs h2 {
        font-size: 26px;
        font-weight: 300;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 15px;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: gray;
                content: "/";
            }

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

        .breadcrumbs ol li {
            display: inline-block;
        }
}

/*--------------------------------------------------------------
    # Footer
--------------------------------------------------------------*/
#footer {
    color: #b4aca8;
    font-size: 14px;
    background: #170000;
}

    #footer p {
        color: #fff;
    }

    #footer .footer-top {
        padding: 60px 0 30px 0;
        background: black;
    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact p {
                padding: 0;
                color: #fff;
            }

            #footer .footer-top .footer-contact a {
                color: #fff;
            }

            #footer .footer-top .footer-contact h3 {
                font-size: 22px;
                margin: 0 0 10px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 500;
                letter-spacing: 1px;
                text-transform: uppercase;
                color: #fff;
                text-align: left;
            }

            #footer .footer-top .footer-contact p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Muli", sans-serif;
                color: #fff;
                text-align: left;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #fff;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: start;
                    text-align: left;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #fff;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        text-decoration: none;
                        color: #003366;
                    }

    #footer .footer-newsletter {
        font-size: 15px;
    }

        #footer .footer-newsletter img {
            max-width: 60%;
        }

        #footer .footer-newsletter h4 {
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            position: relative;
            padding-bottom: 12px;
            text-align: left;
        }

        #footer .footer-newsletter p {
            padding: 0px;
            font-size: 14px;
            line-height: 24px;
            color: #fff;
            margin-bottom: 0;
            text-align: left;
        }

    #footer .credits {
        padding-top: 5px;
        font-size: 13px;
        color: #fff;
    }

    #footer .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #fff;
        color: #a32222;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

        #footer .social-links a:hover {
            background: #003366;
            color: #fff;
            text-decoration: none;
        }

    #footer .sib-container {
        color: #000;
    }

@media (max-width: 920px) {
    #footer .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #fff;
        color: #a32222;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
    }

    #footer .footer-newsletter p {
        padding: 0px;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        margin-bottom: 0;
        text-align: center;
    }

    #footer .footer-top .footer-links ul li {
        display: flex;
        justify-content: center;
    }

    #footer .footer-top .footer-contact h3 {
        font-size: 22px;
        margin: 0 0 10px 0;
        padding: 2px 0 2px 0;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
    }

    #footer .footer-top .footer-contact p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        font-family: "Muli", sans-serif;
        color: #fff;
        text-align: center;
    }

    #footer .footer-top h4 {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        position: center;
        padding-bottom: 12px;
    }
}

/*--------------------------------------------------------------
    /* Top Banner
--------------------------------------------------------------*/
#main-studies {
    background: url('../img/Banner2.png');
}

#main-top-banner {
    background-size: contain;
    background-image: url('../img/Banner2.jpg');
    height: 300px;
}

#careers-top-banner {
    background-size: contain;
    background-image: url('../img/hiringBanner.png');
    height: 300px;
}

    #main-top-banner h3 {
        color: #000;
        font-size: 28px;
        font-weight: 700;
    }

    #main-top-banner p {
        color: #fff;
        font-size: 30px;
    }

    #main-top-banner .cta-btn {
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 28px;
        border-radius: 25px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        #main-top-banner .cta-btn:hover {
            background: #003366;
            border: 2px solid #003366;
        }

@media (max-width: 992px) {
    #main-top-banner {
        background-size: cover;
        background-image: url('../img/Banner2.jpg');
        height: 150px;
    }

    .icon-box-1 .icon-box-2 .icon-box-3 .icon-box-4 {
        max-width: 992px;
    }
}

@media (max-width: 600px) {
    .icon-box-1 .icon-box-2 .icon-box-3 .icon-box-4 {
        max-width: 600px;
    }
}