* {
    font-family: 'Montserrat', sans-serif;
}

/* FOOTER */

.energy-footer {
    background-color: #030716;
    color: #fff;
}

hr {
    margin-bottom: 0;
}

.footer-row {
    padding-top: 30px;
}

.footer-title-sector {
    font-weight: 600;
}

.hr {
    width: 25px;
    margin-left: 0;
    border-bottom: 3px solid #fff;
    margin-top: 5px;
}

.navigation-footer {
    list-style-type: none;
    margin-top: 30px;
    padding-left: 0px;
}

.navigation-footer > li {
    margin-top: 10px;
}

.navigation-footer > li > a {
    color: #fff;
}

.navigation-footer > li > a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-address {
    margin-top: 30px;
}

.footer-icons {
    margin-top: 30px;
}
.footer-icons > a {
    margin: 5px;
}
.footer-info {
    margin-top: 30px;
}

.footer-bottom {
    font-size: 12px;
    font-weight: 300;
}
.powered > a {
    color:white;
    text-decoration: none;
}

/* END OF FOOTER */

/* HEADER */

.main-header {
    background-color: #0B163C;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    border: none;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #0B163C;
    background-color: #fff;
}
.navbar-default .navbar-nav>li>a {
    color: #0B163C;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #0B163C;
}
#menu-primary > li > a {
    display: block;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
}

#menu-primary > li > a:hover {
    border-bottom-color:  #F1B028;
}
.top-header {
    color: #fff;
}

.top-header-info {
    display: inline-block;
    color: #fff;
}
.icon-radius-border {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 10px;
    border-color: #353D5D;
    border: 1px solid;
    border-radius: 60%;
}
.top-header-info-phone {
    margin-top: 20px;
    border-right: 1px solid #fff;
    display: inline-block;
    padding-right: 30px;
}
.top-header-email {
    margin-top: 20px;
    border-right: 1px solid #fff;
    display: inline-block;
    padding-right: 30px;
    padding-left: 15px;
}
.top-header-social {
    margin-top: 20px;
    display: inline-block;
    padding-left: 15px;
    border-right: 1px solid #fff;
    height: 80px;
    padding-right: 30px;
}
.social-header {
    margin-top: 30px;
}
.social-header > a {
    margin: 5px;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-form {
    margin-top: 11px;
}

#search {
    position: relative;
    font-size: 18px;
    padding-top: 45px;
    margin: -45px auto 0;
}

#search label {
    position: absolute;
    left: 17px;
    top: 51px;
}

#navbar-search {
    padding-left: 43px;
    padding-right: 43px;
    border-radius: 23px;
}


#navbar-search::-webkit-input-placeholder {
    color: #0C153C !important;
    font-weight: bold;
}

#navbar-search:-moz-placeholder { /* Firefox 18- */
    color: #0C153C !important;
    font-weight: bold;
}

#navbar-search::-moz-placeholder {  /* Firefox 19+ */
    color: #0C153C !important;
    font-weight: bold;
}

#navbar-search:-ms-input-placeholder {
    color: #0C153C !important;
    font-weight: bold;
}

.lang-flags {
    display: inline-block;
    padding-left: 15px;
}

.lang-flags > li {
    display: inline-block;
    list-style-type: none;
}

/* END OF HEADER */

/* CONTACT US PART */

.contact-us-home {
    background-color: #F6F6F7;
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact-form-inputs {
    border-radius: 0;
    margin-bottom: 15px;
    height: 50px;
}

#vfb-3 {
    display: none;
}

#vfb-8 {
    height: 130px;
}

.vfb-legend {
    display: none;
}

.vfb-section-1 > li > label {
    display: none;
}

.vfb-item-submit {
    text-align: center;
}

.vfb-item-secret {
    display: none !important;
}

.submitContactFormBtn {
    width: 200px;
    height: 45px;
    background-color: #F1B028;
    color: #fff;
    border-radius: 22px;
}

.submitContactFormBtn:hover {
    color: #fff;
}

.hr-contact-us {
    width: 60px;
    margin-left: 0;
    border-bottom: 5px solid #F1B028;
    margin-top: 5px;
}

input::-webkit-input-placeholder {
    color: #000 !important;
    font-weight: bold;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #000 !important;
    font-weight: bold;
}

input::-moz-placeholder {  /* Firefox 19+ */
    color: #000 !important;
    font-weight: bold;
}

input:-ms-input-placeholder {
    color: #000 !important;
    font-weight: bold;
}

textarea::-webkit-input-placeholder {
    color: #000 !important;
    font-weight: bold;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #000 !important;
    font-weight: bold;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #000 !important;
    font-weight: bold;
}

textarea:-ms-input-placeholder {
    color: #000 !important;
    font-weight: bold;
}

.map-google {
    height: 400px;
    width: 100%;
}

/* END OF CONTACT US PART */

/* CONSTRUCTION */

.hr-contact-us {
    width: 60px;
    margin-left: 0;
    border-bottom: 5px solid #F1B028;
    margin-top: 5px;
}

.construction-home {
    padding-top: 50px;
    padding-bottom: 50px;
}

.construction-image {
    height: auto;
    width: 100%;
}

.construction-title {
    font-weight: bold;
    color: #0B163C;
    margin-top: 0;
}

.construction-image > img {
    width: inherit;
}

/* END OF CONSTRUCTION */

/* ABOUT US */

.about-us-home {
    background-color: #ECECED;
    padding-top: 50px;
    padding-bottom: 50px;
}

.hr-about-us {
    width: 60px;
    margin-left: 0;
    border-bottom: 5px solid #F1B028;
    margin-top: 5px;
}

.about-us-image {
    height: auto;
    width: 100%;
}

.about-us-paragraph {
    padding-top: 30px;
}

.about-us-image > img {
    width: inherit;
}

/* END OF ABOUT US */

/* PROJECTS */

.projects-home {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #0E1638;
}

.hr-projects {
    width: 60px;
    margin-left: 0;
    border-bottom: 5px solid #F1B028;
    margin-top: 5px;
}

.project-cart {
    height: auto;
    width: 100%;
}

.project-img-container {
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;

}

.project-img-container:before {
    transition: all .15s ;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(0,0,0,1);
}

.see-more-project {
    background-color: #F1B028;
    font-weight: bold;
    color: #0B163C;
    width: 150px;
    border-radius: 22px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ;
}

.see-more-project:hover {
    color: #0B163C;
}

.project {
    min-height: 532px;
    background-color: #EEEEEE;
}


.project-cart-title {
    background-color: #fff;
    padding: 15px 10px;
}

.project-cart-title > h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}

.project-cart:hover .project-img-container:before {
    opacity: .5;
}

.project-cart:hover .see-more-project {
    opacity: 1;
    pointer-events: auto;
}

/* END OF PROJECTS */

/* SERVICES */

.services-home {
    padding-top: 50px;
    padding-bottom: 50px;
}

.services-img-cart {
    width: 200px;
    height: 200px;
    border-radius: 60%;
    box-shadow: 0px 7px 18px 0px rgba(175,188,222,.5);
    margin: 0 auto;
}

.services-content {
    text-align: center;
    padding-top: 20px;
}

.services-content > h1 {
    font-weight: bold;
    color: #0B163C;
    padding-bottom: 10px;
}

.services-content > p {
    color: #A2AABF;
}

/* END OF SERVICES */

/*
*** SLIDER ***
*/

/* carousel height */
.main-carousel {
  height: 700px;
}

/* cell inherit height from carousel */
.carousel-cell {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.flickity-page-dots {
    bottom: 20px;
}

.flickity-page-dots .dot {
    background: #fff;
    opacity: 1;
}

.flickity-page-dots .dot.is-selected {
    background: #0C153C;
}

.slideshow-title {
    position: relative;
    top: 300px;
    color: white;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(11, 22, 60, .8);
    padding: 16px 16px;
    display: inline-block;
    left: 20%;
    max-width: 450px;
    width: 90%;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.title-slider {
    font-weight: bold;
    font-size: 42px;
}

.title-slider-2 {
    font-weight: bold;
    font-size: 42px;
    margin-top: 0;
}

.par-slider {
    margin: 10px 0 0 0;
}

.sliderSeeMoreBtn {
    background-color: #F2B021;
    border-radius: 22px;
    color: #0B163C;
    opacity: 1;
    width: 180px;
    height: 40px;
    padding: 10px 12px;
    position: relative;
    transform: translateY(50%);
    margin-top: 20px;
}

.sliderSeeMoreBtn:hover {
    color: #0B163C;
}

/*
*** END OF SLIDER ***
*/

/* ABOUT US PAGE */

.photo-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    width: 100%;
}

.main-activities-paragraph {
    font-size: 22px;
    font-weight: bold;
    padding-top: 30px;
}

.about-us-page-image {
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.list-of-activities > li {
    padding-top: 20px;
}

/* END OF ABOUT US PAGE */

/* CONTACT US PAGE */

.contact-us-content {
    background-color: #EEEEEE;
}

/* END OF CONTACT US PAGE */

/* PARTNERS PAGE */

.hr-partners {
    width: 60px;
    margin-left: 0;
    border-bottom: 3px solid #F1B028;
    margin-top: 5px;
}

.partner-title {
    margin-top: 0;
    padding-bottom: 20px;
}

/* END OF PARTNERS PAGE */

/* PROJECTS PAGE */

.project-title {
    margin-top: 0;
    padding-bottom: 20px;
}

/* END OF PROJECTS PAGE */

/* SEARCH PAGE */

.background-img-search {
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.search-page {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* END OF SEARCH PAGE */

/* MEDIA QUERY */

@media only screen and (max-width: 425px) {
    [class*="col-"] {
        width: 100%;
    }

    .carousel-cell {
        width: 100%;

    }
    .main-carousel {
        height: 400px;
    }

    .hide-col-mobile {
        display: none;
    }

    .logo-col {
        text-align: center;
    }

    .services-cart {
        padding-bottom: 20px;
    }

    .about-us-image {
        height: auto;
    }

    .about-us-home {
        padding-top: 20px;
    }

    .about-us-paragraph {
        padding-top: 0 !important;
    }

    .project-cart {
        padding-bottom: 30px;
    }

    .projects-home {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .construction-title {
        margin-top: 20px;
    }

    #vfb-form-1 {
        padding-top: 20px;
        margin-left: -40px;
    }

    .map-google {
        height: 300px;
    }

    .footer-bottom {
        text-align: center;
    }

    .copyright {
        float: none !important;
    }

    .powered {
        float: none !important;
        display: block;
    }

    .footer-row {
        text-align: center;
    }

    .hr {
        margin-left: auto;
        width: 30%;
    }

    .lang-flags {
        display: none;
    }
    .he-logo {
        display: none !important;
    }

}

@media only screen and (min-width: 426px) and (max-width: 786px) {
    .hide-col-tablet {
        display: none;
    }
    .logo-col {
        width: 33.33333333%;
    }
    .top-header-info-phone {
        border-right: none;
        padding-right: 0;
    }
    .top-header-email {
        border-right: none;
        padding-right: 0;
    }
    .about-us-home {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about-us-paragraph {
        padding-top: 0;
    }

    .full-width {
        width: 100%;
    }
    #vfb-form-1 {
        margin-left: -40px;
        padding-top: 20px;
    }
    .navbar-default {
        height: 54px;
    }
    .project-img-container {
        height: 200px;
    }
    .half-width {
        width: 50%;
    }
    .lang-flags {
        display: none;
    }
    .gallery-img {
        width: 50%;
    }
}


@media only screen and (max-width: 768px) {
    .container-fluid {
        position: relative;
        z-index: 1;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #0C153C;
    }
    .navbar-nav {
        margin: 0;
        background-color: #fff;
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-left: -16px;
        margin-right: -16px;
    }
    .list-of-activities {
        padding-bottom: 20px;
    }
    .partner-title {
        padding-top: 20px;
    }
    .project-title {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .hidden-col {
        width: 8.33333%
    }
    .group-of-icons {
        width: 66.66666667%;
    }
    .top-header-info-phone {
        padding-right: 15px;
    }
    .top-header-email {
        padding-left: 0;
    }
    .top-header-social {
       padding-left: 0;
    }
}

.gallery-item {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.he-logo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    display: inline-block;
    float: right;
    margin-top: 30px;
}


