/*--------------------------------------------------------------
    # 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.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;
    }

    #hero {
        background: url("../img/mobile_windmills.jpg") top 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 {
        background: url("../img/mobile_windmills.jpg") top center;
    }
}

#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) {
    /*    .navbar-mobile:focus + .mobile-logo {
        display: none;
    }*/

    .mobile-nav-toggle {
        color: #a32222;
        font-size: 28px;
        cursor: pointer;
        display: none;
        line-height: 0;
    }

    @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: inline-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%;
    }

        .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;
    }

/*--------------------------------------------------------------
    # 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;
}

    #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;
    }
}