﻿/*
COLOR CODES    
lightgray: #e1e1e1
lightyellow: #f0eaca
yellow: #e3bc10
darkyellow: #fec106
darkgray: #2f2d2e (+opacity 0.8)

*/

body {
    font-family: "Roboto";
    background-color: #efefef;
}

.cms-page p {
    text-align: justify;
}

.footer {
    background-color: #88789d;
    min-height: 200px;
    color: white;
}

    .footer ul {
        list-style: none;
    }

        .footer ul li {
            padding: 0px 0px;
        }

            .footer ul li a {
                color: white;
                font-weight: 300;
            }

                .footer ul li a.title {
                    font-weight: bold !important;
                    font-size: 18px;
                }



header ul li {
    height: 100%;
    color: black;
    -moz-min-width: 130px;
    -ms-min-width: 130px;
    -o-min-width: 130px;
    -webkit-min-width: 130px;
    /*min-width: 130px;*/
    text-align: center;
}

    header ul li a, header ul li span, header ul li em {
        color: white;
        font-size: 18px !important;
        height: 100%;
        padding: 50px 20px !important;
    }

        header ul li a:hover, header ul li:hover {
            /*font-weight: bold;*/
            background-color: transparent !important;
        }

header ul {
    /*margin-top: 15px !important;*/
}

header img {
    width: auto;
    max-height: 80px;
}

.navbar {
    background-color: transparent;
    margin-bottom: 0px;
    padding-bottom: 0px;
    /*height: 105px;*/
    z-index: 1111111;
    /*border-bottom: 1px solid #c0c0c0 !important;*/
    
}

    .navbar.scroll {
        background-color: transparent;
    }

    .navbar.sub-menu, .navbar.sub-menu nav, .navbar.sub-menu ul, .navbar.sub-menu ul li, .navbar.sub-menu ul li a {
        height: 50px !important;
        min-height: 50px !important;
        font-size: 13px;
    }

    .navbar ul li a {
        font-size: 16px;
    }

        .navbar ul li a:hover {
            /*background-color: white;*/
            color: white !important;
            /*font-weight: 500;*/
        }

    .navbar.side-menu ul, .navbar.side-menu .navbar-nav {
        text-align: center;
        float: none !important;
    }

.nav.navbar-nav.navbar-right {
    height: 60px !important;
    padding-right: 177px;
}

.minitext {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto';
    background-color: #fe6321;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 95px;
    padding-right: 95px;
    letter-spacing: 2px;
}

.container-fluid.main {
    background-image: url('../images/banner_light.jpg');
    background-size: cover;
    /*background-color: rgb(16, 65, 105);*/
    /*background-position-y: 100px;*/
    background-attachment: fixed;
    height: 830px;
    background-repeat: no-repeat;
    color: black;
}

    .container-fluid.main h1 {
    }

.container-fluid.info {
    background-color: #e1e1e1;
    padding: 50px 0;
    /*background-image: url('../images/assets_bgd_concrete.jpg');*/
    padding-bottom: 10px;
}

.container-fluid.about {
    color: white;
    background-image: url('../images/banner_desprenoil.jpg');
    background-attachment: fixed;
    background-size: cover;
    /*-webkit-box-shadow: inset 0 0 0 1000px rgba(50,50,50,.7);
    -ms-box-shadow: inset 0 0 0 1000px rgba(50,50,50,.5);
    box-shadow: inset 0 0 0 1000px rgba(50,50,50,0.7);*/
    background-position-y: -90px;
    background-color: white;
    min-height: 800px;
}



.container-fluid.testimony {
    color: #fff;
    background-image: url('../images/assets_family_background.jpg');
    background-attachment: fixed;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7);
    -ms-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7);
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7);
    -moz-background-position-y: -130px;
    -o-background-position-y: -130px;
    background-position-y: -130px;
    padding-bottom: 100px;
}

.googleMap {
    width: 100%;
    height: 600px;
}

:-moz-placeholder {
    color: black !important;
    font-style: italic;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: black !important;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: black !important;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: black !important;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black !important;
    font-style: italic;
}

.form-control {
    border-radius: 0px !important;
    border-color: black;
}

.modal-content {
    background-color: rgba(242, 242, 242, 0.95);
}



.affix {
    width: 100%;
    top: 0px;
    background-color: rgba(252, 247, 241, 0.95);
}

    .affix img {
        height: 40px;
        margin-top: 0 !important;
    }

    .affix a {
        margin-top: 0;
    }

    .affix ul li a {
        padding: 20px 20px 0px 20px !important;
        height: 60px;
    }

.main input {
    height: 45px;
    line-height: 40px;
    border: none;
}


.custom-button {
    background-color: #fe6321;
    color: white !important;
    text-transform: uppercase;
    padding: 15px 60px;
    border: none;
    display: inline-block;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
    -o-transition: all 0.3s ease;
    font-weight: 400;
    transition: all 0.3s ease;
}

    .custom-button:hover, .custom-button:active {
        text-decoration: none !important;
        background-color: #fe6321 !important;
        color: white !important;
    }

    .custom-button:hover {
        background-color: #fe6321 !important;
    }

    .custom-button.yellow {
        background-color: rgb(174, 148, 74);
        padding: 15px 60px;
        font-weight: 300;
        letter-spacing: 1px;
    }

        .custom-button.yellow:hover, .custom-button.yellow:visited, .custom-button.yellow:active {
            color: white !important;
            text-decoration: none !important;
        }

        .custom-button.yellow:hover {
            background-color: rgb(157, 134, 66);
        }

    .custom-button.white {
        cursor: default;
        color: #464f57;
        background-color: white;
        margin-right: -3px;
    }

        .custom-button.white:hover {
            color: #464f57 !important;
            background-color: white;
        }

    .custom-button.empty {
        color: #e9b623 !important;
        border: 2px solid #f8c226;
        background-color: transparent;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 13px 30px;
    }

        .custom-button.empty:hover {
            background-color: #785f72 !important;
            color: white !important;
            border-color: transparent;
        }

        .custom-button.empty.dark {
            color: #785f72 !important;
            border: 2px solid white;
            background-color: transparent;
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 1px;
            padding: 13px 20px;
            display: inline-block;
            float: right;
            padding: 10px 35px;
            text-decoration-color: white;
            margin-top: 15px;
        }

            .custom-button.empty.dark:hover {
                background-color: transparent !important;
                color: #785f72 !important;
                border-color: white;
            }

.main-panel {
    background-color: rgba(255,255,255,0.9);
    padding: 20px;
    text-align: center;
    height: 170px;
    width: 200px;
}

    .main-panel > div {
        text-align: center;
        color: black;
        /*font-weight: bold;*/
    }

    .main-panel .number {
        font-size: 35px;
        font-weight: 800;
        line-height: 35px;
        margin-top: 10px;
        /*margin-top: 10px;*/
    }

    .main-panel .text {
        font-size: 18px;
        text-transform: uppercase
        /*margin-top:10px;*/
    }

.main > div {
    text-align: center;
}

.main h1 {
    text-align: center;
    font-size: 76px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 17%;
}

.main h3 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 60px;
}

.service-container {
    background-color: white;
    padding: 10px;
    margin-bottom: 30px;
    min-height: 470px;
}

    .service-container .service-image {
        overflow: hidden;
    }

    .service-container .service-title {
        font-weight: 900;
        font-size: 23px;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 24px;
        text-transform: uppercase;
        margin-top: 20px;
    }

    .service-container .service-text {
        font-size: 16px;
        margin-top: 15px;
        line-height: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .service-container .service-button {
        margin-top: 25px;
        text-align: center;
        margin-bottom: 30px;
    }

.secondary-page {
    background-image: url(../images/edifix_banner1.jpg);
    /*background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-y: -200px;*/
}

    .secondary-page.about {
        background-image: url(../images/edifix_banner1.jpg);
    }

    .secondary-page .container {
        margin-top: 150px;
        background-color: white;
        min-height: 400px;
        padding: 20px 30px;
    }

.category-fitler {
    font-size: 17px;
    margin-top: 40px;
    margin-bottom: 60px;
}

    .category-fitler select {
        padding: 10px 20px;
        margin-left: 10px;
        border-radius: 3px;
        min-width: 300px;
    }

.secondary-header {
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-top: 11%;
    margin-bottom: 5px;
}

.breadcrumbs {
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
    color: #555;
    list-style: none;
    padding: 0;
}

    .breadcrumbs li {
        display: inline-block;
    }

    .breadcrumbs a {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 17px;
        letter-spacing: 1px;
        color: #555;
        padding: 0px 5px;
    }

.project-container {
    margin-bottom: 30px;
    position: relative;
}

    .project-container:hover img {
        transform: scale(1.1)
    }

    .project-container img {
        width: 100%;
        transition: 0.15s transform linear;
    }

    .project-container .project-text {
        background-color: rgba(255, 209, 59, 0.89);
        color: rgb(55,60,66);
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 25px 20px;
    }

        .project-container .project-text .project-name {
            font-weight: 800;
            font-size: 18px;
            text-transform: uppercase;
        }

.about-section {
    background-color: rgba(50,50,50,0.8);
    color: white;
    padding: 25px;
    min-height: 500px;
    text-align: center
}

    .about-section img {
        margin-top: 20px;
        height: 65px;
    }

    .about-section .about-orange-text {
        font-size: 28px;
        line-height: 30px;
        font-weight: 600;
        color: rgb(227, 189, 16);
        margin-top: 30px;
    }

    .about-section .about-gray-text {
        margin-top: 30px;
        font-size: 17px;
        color: #aaa;
    }

.footer-contact {
    padding: 10px 10px;
    border: none;
    font-size: 17px;
    margin-bottom: 10px;
    width: 100%;
}

.footer ul li a, .footer ul li {
    color: white;
    font-size: 17px;
    font-weight: 300;
}

.advantage-grid-item {
    text-align: center
}

    .advantage-grid-item > div {
        font-size: 18px;
        font-weight: 400;
        padding: 10px 25px;
    }

    .advantage-grid-item > img {
        height: 90px !important;
    }

.horizontal-table {
    margin-top: 80px;
}

    .horizontal-table td:nth-child(2n+1) {
        border: 4px solid #f8c226;
        height: 100px;
        vertical-align: middle;
        color: #f8c226;
        width: 150px;
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        margin-right: 15px;
    }

    .horizontal-table td:nth-child(2n) {
        color: #f8c226;
        width: 40px;
        font-size: 22px;
        vertical-align: middle;
        text-align: center
    }

.categories {
    border: 1px solid #a9a9a9;
    margin-left: 30px;
    margin-top: 30px;
}

    .categories h3 {
        padding-bottom: 15px;
        /*border-bottom: 1px solid rgba(169, 169, 169, 0.4);*/
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: 200;
        text-align: center;
    }

    .categories ul {
        padding: 0;
        list-style: none;
    }

        .categories ul li {
            padding: 5px 10px;
            margin: 0px 15px;
            border-bottom: 1px solid rgba(169, 169, 169, 0.4);
            font-size: 16px;
        }

            .categories ul li:last-child {
                border: none;
            }

            .categories ul li a {
                /*color: black;*/
                font-weight: 300;
            }

.custom-dropdown {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    max-width: 170px;
    transition: all 0.3s ease;
}

    .custom-dropdown .custom-dropdown-container {
        background-color: #fe6321;
        max-height: 0 !important;
        width: 480px;
        /*height: auto !important;*/
        list-style: none;
        padding: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.2s ease;
        -moz-transition: max-height 0.2s ease;
        -o-transition: max-height 0.2s ease;
        transition: max-height 0.2s ease;
    }

    .custom-dropdown:hover .custom-dropdown-container, .custom-dropdown.open .custom-dropdown-container {
        max-height: 1000px !important;
    }

.navbar-nav .custom-dropdown .custom-dropdown-container.closed {
    max-height: 0 !important;
}

.custom-dropdown .custom-dropdown-container li {
    text-align: left;
    /*padding: 10px 10px 8px 10px;*/
    /*border-top: 1px solid #ddd;*/
}

    .custom-dropdown .custom-dropdown-container li a {
        padding: 15px 100px !important;
        text-transform: none !important;
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
    }

.nav > li {
    position: relative;
    display: block;
}

.p-l-r-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.news-content {
    background-color: rgb(220, 225, 226);
    color: #333;
    padding: 25px;
}

.news-title {
    text-align: left;
    font-size: 19px;
    line-height: 22px;
    height: 80px;
    font-weight: 600;
}

.news-text {
    text-align: left;
    font-size: 16px;
    margin-top: 20px;
}

.news-item .news-content {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-item:hover .news-content {
    background-color: #ffd800;
}

.team-member {
    margin-bottom: 30px;
}

.team-container {
    height: 300px;
    width: 100%;
    border: none;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.team-image {
    width: 100%;
    filter: grayscale(100%);
}

.team-content {
    position: absolute;
    top: 0;
    left: 5%;
    border: 1px solid white;
    padding: 25px 15px;
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin-top: 120px;
    width: 90%;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-member:hover .team-image {
    filter: unset;
}

.team-member:hover .team-content {
    top: 30%;
    border: none;
}

.team-top {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    text-align: center;
    overflow: hidden;
    display: block;
    height: 50px;
    top: 0px;
    width: 100%;
    left: 0;
}

.team-top-content {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: -80px;
    opacity: 0;
    visibility: hidden;
}

.team-member:hover .team-top {
}

.team-member:hover .team-top-content {
    margin-top: 20px;
    opacity: 1;
    visibility: visible;
}

.title-format {
    /*font-size: 28px;*/
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #555;
}

.partners-title {
    font-size: 50px;
    letter-spacing: 5px;
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

.clients-title {
    font-size: 50px;
    letter-spacing: 5px;
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

.certificates-title {
    font-size: 35px;
    font-weight: 800;
    color: black;
    letter-spacing: 4px;
}

.certificates-text {
    font-size: 25px;
    font-weight: 300;
    color: black;
    line-height: 1.2;
}

.banner-title {
    font-size: 60px;
    letter-spacing: 3px;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-right: 180px;
    position: absolute;
    top: 30%;
    bottom: 50%;
    left: 18%;
    width: 80%;
    line-height: 1.1;
}

.banner-subtitle {
    font-size: 30px;
    letter-spacing: 2px;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

.custom-language-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 0;
    list-style: none;
    margin-top: 40px;
    background-color: rgb(251, 251, 251);
    border: 1px solid #ddd;
    border-top: none;
}

    .custom-language-dropdown li {
        padding: 5px 10px !important;
        background-color: transparent;
        display: block !important;
        text-align: left;
        float: none !important;
    }

        .custom-language-dropdown li a {
            padding: 5px 5px !important;
        }

        .custom-language-dropdown li:hover, .list-content:hover {
            background-color: rgb(230, 230, 230) !important;
        }

        .custom-language-dropdown li img {
            margin-right: 5px;
        }

.list-content {
    padding: 10px 20px 10px 20px;
}

.language-toggle {
    position: relative;
    cursor: pointer;
    padding: 0 !important;
}

.none {
    display: none;
}

.footer ul {
    padding-left: 0;
}

.footer-subtitle {
    font-size: 55px;
    letter-spacing: 5px;
    color: white;
    font-weight: bold;
    /*margin-bottom: 10px;*/
    padding-right: 200px;
}

.inputfile {
    /* visibility: hidden etc. wont work */
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile:focus + label {
        /* keyboard navigation */
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

    .inputfile + label * {
        pointer-events: none;
    }

.contact-select-file {
    color: black !important;
    border: 1px solid #f8c226 !important;
    background-color: transparent !important;
    padding: 8px 30px !important;
    /*padding-left: 30px;*/
    /*padding-right: 30px;*/
    font-size: 15px;
}

.align-right {
    float: right;
}

.inovation {
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
}

.inovation-image {
    width: 100%;
}

.inovation-title {
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 60px;
    text-transform: uppercase;
}

.inovation-subtitle {
    font-weight: 300;
    font-size: 28px;
}

.advantages-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    padding: 20px;
    font-weight: 700;
    width: 55%;
    display: inline-block;
    border: 10px solid #f8c226;
    border-top: none;
}

.stages-title {
    width: 70%;
    padding-bottom: 20px;
    font-size: 45px;
    line-height: 50px;
    margin-top: 60px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 10px solid #ffd800;
    color: white;
}

.setLang, .list-content {
    color: #505a63;
    font-size: 18px !important;
}

    .setLang img, .list-content img {
        margin-right: 5px;
        margin-top: -3px;
    }

.secondary-page.article {
    background-image: url('../images/banner_events.jpg')
}

.services {
    background-color: #efefef;
    /*height: 1000px;*/
}

.services-title {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 5px;
}

.services-text-box {
    min-height: 470px;
}

.service-textbox-title {
    color: black;
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 700;
    letter-spacing: 2px;
    min-height: 162px;
}

.service-textbox-text {
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    /*min-height: 390px*/
    min-height: 350px
}

.service-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service-flex-item {
    width: 25%;
}

.services-text-box {
    border: 5px solid #4c4a4d;
}

.nav > li > a:focus {
    background-color: transparent !important;
    outline: unset;
    color: white;
}




.about-banner-review2 {
    position: absolute;
    color: white;
    top: 9%;
    bottom: 50%;
    left: 22%;
    height: 220px;
    width: 600px;
    font-size: 20px;
    letter-spacing: 1.5px;
    font-weight: 300;
}

.about-banner-review {
    position: absolute;
    color: white;
    top: 9%;
    bottom: 50%;
    left: 22%;
    height: 220px;
    width: 600px;
    border-left: 1px solid white;
}

.about-banner-review-person {
    font-size: 20px;
    font-weight: bold;
    background-color: orangered;
}

.minibox-position {
    position: relative;
    top: 10%;
    bottom: 50%;
    left: 87%;
    height: 85px;
    width: 75px;
}

.custom-fixed-nav {
    height: 150px;
}

@media (max-width: 1700px) {
    
    .service-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .service-flex-item {
        width: 50%;
    }

    .margin-top-services {
        margin-top: 30px;
    }

    .minibox-position {
        position: relative;
        top: 10%;
        bottom: 50%;
        left: 95%;
        height: 85px;
        width: 75px;
    }

    .service-textbox-text {
        min-height: 250px
    }

    .service-textbox-title {
        min-height: 130px;
    }

}

@media (max-width: 991px) {

    .service-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }

    .service-flex-item {
        width: 100%;
    }

    .margin-top-services {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .homepage-banner img {
        height: 600px;
    }

    .custom-fixed-nav {
        height: 100px;
    }

    .icon-bar {
        background-color: black !important;
    }

    .banner-title {
        font-size: 40px;
        letter-spacing: 1px;
        line-height: 1.2;
        color: white;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 20px;
        padding-right: 20px;
        position: absolute;
        top: 30%;
        bottom: 50%;
        left: unset;
        width: 100%;
    }

    .banner-subtitle {
        display: none;
    }

    .banner-button {
        top: 75% !important;
    }

    .minibox {
        display: none;
    }

    .pattern {
        display: none;
    }

    /*.certificates {
        height: 1000px !important;
    }*/

    .partners {
        height: 700px !important;
    }

        .partners img {
            width: 50% !important;
        }

    .services-text-box {
        min-height: 150px;
    }

    .minitext {
        font-size: 18px;
        font-weight: 500;
        font-family: 'Roboto';
        background-color: #fe6321;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
        letter-spacing: 2px;
    }

    .services-title {
        font-size: 40px;
    }

    .partners-title {
        font-size: 40px;
    }

    .service-textbox-title {
        font-size: 20px;
    }

    .about-banner-review2 {
        position: absolute;
        color: white;
        top: 9%;
        bottom: 50%;
        left: -1%;
        height: 220px;
        width: 90%;
        font-size: 18px;
        letter-spacing: 1.5px;
        font-weight: 300;
    }

    .about-banner-review {
        position: absolute;
        color: white;
        top: 9%;
        bottom: 50%;
        left: 22%;
        height: 220px;
        width: 200px;
        border-left: none;
    }

    .about-banner-review-person {
        font-size: 13px;
        font-weight: bold;
        background-color: orangered;
    }

    .certificates-title {
        font-size: 20px;
    }


    .navbar-brand > img {
        height: 35px;
    }

    .custom-button.empty.dark {
        padding: 5px 3px;
        margin-right: -58px;
    }

    .footer-subtitle {
        font-size: 55px;
        letter-spacing: 5px;
        color: white;
        font-weight: bold;
        /*margin-bottom: 10px;*/
        padding-right: 213px;
    }
    .navbar {
        background-color: transparent;
        margin-bottom: 0px;
        padding-bottom: 0px;
        /*height: 105px;*/
        z-index: 1111111;
        /*border-bottom: 1px solid #c0c0c0 !important;*/
        
    }

        .navbar.scroll {
            background-color: transparent;
        }

        .navbar.sub-menu, .navbar.sub-menu nav, .navbar.sub-menu ul, .navbar.sub-menu ul li, .navbar.sub-menu ul li a {
            height: 50px !important;
            min-height: 50px !important;
            font-size: 13px;
        }

        .navbar ul li a {
            font-size: 16px;
        }

            .navbar ul li a:hover {
                /*background-color: white;*/
                color: white !important;
                /*font-weight: 500;*/
            }

        .navbar.side-menu ul, .navbar.side-menu .navbar-nav {
            text-align: center;
            float: none !important;
        }

    .nav.navbar-nav.navbar-right {
        height: 120px !important;
        background-color: #fe6321;
        padding-right:unset;
        padding-bottom:350px;
        padding-top:20px;
        
    }

}

@media only screen and (max-width: 1300px) {

    .minibox {
        display: none;
    }
}

@media only screen and (max-width: 1500px) {

    .banner-title {
        font-size: 45px;
    }
}

@media only screen and (max-width: 900px) {

    .banner-title {
        font-size: 35px;
    }
}

* a {
    text-decoration: none !important;
}

.isScrolled.navbar-top-links .hide-on-scroll a {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
}

@media (max-width: 767px) {
    .navbar-toggle .icon-bar {
        background-color: white;
        width: 30px;
    }
}

.fa {
    font-size: 25px;
}

.parallax1 {
    background-image: url('../images/edifix_banner1.jpg');
    height: 900px;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax2 {
    background-image: url('../images/edifix_banner2.jpg');
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-collapse {
    box-shadow: none;
}

/*.mobile-sidenav {
    position: absolute;
    margin-left: 0px;
    display: block !important;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
}

    .mobile-sidenav.none {
        margin-left: -800px;
        display: block !important;
        -webkit-transition: all 0.5s !important;
        -moz-transition: all 0.5s !important;
        -o-transition: all 0.5s !important;
        transition: all 0.5s !important;
    }*/

.attachAnimation {
    visibility: hidden;
}

    .attachAnimation.animated {
        visibility: visible;
    }