@import url('https://fonts.googleapis.com/css?family=Red+Hat+Display:400,500,700&display=swap');

body {
    color: #000;
    font-family: 'Red Hat Display', 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
}

button:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

a {
    display: inline-block;
    color: inherit;
    transition-duration: .25s;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    max-height: 100%;
}

iframe {
    display: block;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px 0;
    z-index: 5;
    transition: padding .25s;
}

.logged-in header {
    top: 65px;
}

header ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

header ul li {
    float: left;
    width: 20%;
    list-style: none;
}

header ul li a {
    text-transform: uppercase;
}

header ul li a:focus {
    color: inherit;
}

header ul li a {
    display: block;
    padding: 20px 0;
    margin: 0 20%;
    text-transform: uppercase;
}

header ul li a svg {
    display: block;
    margin: 0 auto 5px;
    fill: #eaeaea;
    transition-duration: .25s;
}

header ul li a:hover svg,
header ul li a.active svg {
    fill: #ffde00;
}

header ul li a:not(.active):hover {
    color: #666;
}

header ul li a.active:after {
    content: '';
    display: block;
    height: 4px;
    background: #ffde00;
    margin: auto;
}

#mobile-menu {
    display: none;
    text-align: right;
}

#mobile-menu .btn-navbar {
    padding: 23px 15px;
}

#mobile-menu .btn-navbar:focus,
#mobile-menu .btn-navbar:active,
#mobile-menu .btn-navbar:active:focus {
    outline: none;
    box-shadow: none;
}

#mobile-menu .btn-navbar .icon-bar {
    position: relative;
    top: 0;
    left: 0;
    background: #4a4a4a;
    display: block;
    width: 32px;
    height: 3px;
    box-shadow: none;
    border-radius: 3px;
    transition-duration: .25s;
}

#mobile-menu .btn-navbar .icon-bar:first-child {
    top: -5px;
}

#mobile-menu .btn-navbar .icon-bar:last-child {
    top: 5px;
}

.menu-open #mobile-menu .btn-navbar .icon-bar:first-child {
    top: 3px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-open #mobile-menu .btn-navbar .icon-bar:nth-child(2) {
    opacity: 0;
}

.menu-open #mobile-menu .btn-navbar .icon-bar:last-child {
    top: -3px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.logo {
    position: relative;
    z-index: 1;
}

.logo svg {
    height: 95px;
    padding-top: 5px;
    transition: height .25s;
}

header.scroll {
    padding: 5px 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
}

header.scroll ul li a {
    padding: 10px 0;
}

.scroll .logo svg {
    height: 65px;
}

section.featured {
    padding-top: 135px;
}

#intro-slide .img-wrap {
    max-height: 550px;
}

#intro-slide .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#intro-slide .owl-dots {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
}

#intro-slide .owl-dots span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #949b99;
    border-radius: 50%;
    margin: 0 3px;
}

#intro-slide .owl-dots .active span {
    background: #fff;
}

h2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 20px;
    padding: 32px 15px;
}

#block-block-3 h2 {
    background-image: url(../images/bg_about.jpg);
}

#block-block-3 .content {
    padding: 25px 0;
}

#about-us h2 {
    background-image: url(../images/bg_what_we_do.jpg);
}

#services h2 {
    background-image: url(../images/bg_service.jpg);
    margin: 50px 0;
}

#projects {
    background: #fafafa;
}

#projects h2 {
    background-image: url(../images/bg_what_we_do.jpg);
    margin: 50px 0 0;
}

#projects object img {
    margin-bottom: 15px;
}

@media all and (min-width: 640px) {
    
    #projects .views-row {
        float: left;
        width: 50%;
    }
}

.view-about-us .views-row {
    height: 200px;
    margin-top: 75px;
}

.view-about-us .views-field-about-image,
.view-about-us .views-field-body {
    float: right;
    width: 50%;
    padding: 0 75px;
}

.view-about-us .views-field-about-image {
    height: 100%;
}

.view-about-us .views-row-even .views-field-about-image {
    float: left;
}

.view-about-us .views-field-body {
    position: relative;
    top: 50%;
    font-size: 15px;
    color: #606060;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.view-about-us .views-field-body svg {
    display: block;
    margin: 0 auto 20px;
}

.view-about-us .views-field-about-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.view-services svg {
    display: block;
    background: #00baff;
    fill: #fff;
    border-radius: 50%;
    margin: 0 auto 15px;
    padding: 13px;
}

#contact-us {
    background: url(../images/bg_contact.jpg) no-repeat center;
    background-size: cover;
    margin-top: 50px;
    padding: 50px 0 10px;
    clear: both;
}

#contact-us h2 {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

#services ol {
    padding-left: 25px;
}

.webform-client-form ::-webkit-input-placeholder {
    color: #fff;
}

.webform-client-form ::-moz-placeholder {
    color: #fff;
}

.webform-client-form :-moz-placeholder {
    color: #fff;
}

.webform-client-form ::-ms-input-placeholder {
    color: #fff;
}

.webform-client-form :-ms-input-placeholder {
    color: #fff;
}

.webform-client-form {
    max-width: 800px;
}

.webform-client-form input,
.webform-client-form select,
.webform-client-form textarea {
    background: none;
    width: 100%;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 5px 15px;
    resize: none;
}

.webform-client-form input.webform-submit,
#user-login .form-submit {
    display: block;
    width: auto;
    background: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin: auto;
    padding: 7px 60px;
    border: none;
    border-radius: 7px;
    transition-duration: .25s;
}

.webform-client-form input.webform-submit:hover {
    background: #222;
}

.webform-client-form input:focus,
.webform-client-form select:focus,
.webform-client-form textarea:focus {
    outline: none;
}

.webform-client-form select {
    position: relative;
    height: 36px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1;
}

.webform-client-form .webform-component-select {
    position: relative;
    padding-left: 10px;
}

.webform-client-form .webform-component-select:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 20px;
}

.webform-client-form .webform-component-select:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff;
}

.webform-client-form .form-item {
    float: left;
    width: 100%;
    margin: 0 0 25px;
}

.webform-client-form .webform-component--name,
.webform-client-form .webform-component--telephone {
    padding-right: 10px;
}

.webform-client-form .webform-component--company-name,
.webform-client-form .webform-component--e-mail {
    padding-left: 10px;
}

.webform-client-form .form-item:not(.webform-component-select):not(.webform-component-textarea) {
    width: 50%;
}

footer {
    background: rgb(20,20,20); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(20,20,20,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(20,20,20,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(20,20,20,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    padding-top: 50px;
    text-align: center;
}

footer a {
    color: #fff;
    line-height: normal;
}

footer .col-sm-4 a:before {
    content: '';
    background: url(../images/ic_mail.svg) no-repeat center;
    background-size: auto 100%;
    display: block;
    height: 25px;
    margin-bottom: 10px;
}

footer .col-sm-4:first-child a:before {
    background-size: auto 18px;
}

footer .col-sm-4:nth-child(2) a:before {
    background-image: url(../images/ic_mobile.svg);
}

footer .col-sm-4:last-child a:before {
    background-image: url(../images/ic_location.svg);
    background-size: auto 20px;
}

footer a:hover,
footer a:focus {
    color: #fff;
    text-decoration: underline;
}

.page-user section.content {
    background: url(../images/bg_contact.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0 10px;
}

#user-login {
    max-width: 1170px;
    margin: auto;
    text-align: center;
}

#user-login .form-item {

}

#user-login .form-submit {
    color: #fff;
}

#sliding-popup {
    padding: 15px 0 10px;
}

#sliding-popup .decline-button {
    display: none;
}

#sliding-popup .agree-button {
    background: #ededed;
    height: auto;
    color: #000 !important;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    margin: auto;
}

#sliding-popup .popup-content #popup-buttons,
#sliding-popup .popup-content #popup-text {
    margin: auto;
}

#sliding-popup .popup-content #popup-text p,
#sliding-popup .popup-content #popup-text button {
    font-weight: normal;
    font-size: 14px;
}

#sliding-popup .eu-cookie-compliance-more-button {
    display: none;
}

#sliding-popup .popup-content #popup-text {
    max-width: 70%;
}

#popup-text a {
    text-decoration: underline;
}

#popup-text a:hover {
    text-decoration: none;
}

#block-block-4 {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 10px 0 5px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

#block-block-4 a {
    margin: 0 10px;
}

@media screen and (max-width: 1200px) {

    header ul li a {
        padding: 10px 0;
    }

    header.scroll ul li a {
        padding: 5px 0;
    }

    section.featured {
        padding-top: 115px;
    }

    .logo svg {
        height: 75px;
    }

}

@media screen and (max-width: 991px) {

    header ul li a {
        margin: 0 10%;
    }

    header ul li a {
        padding: 3px 0;
    }

    header ul li a svg {
        height: 17px;
    }

    .logo svg,
    .scroll .logo svg {
        width: 100%;
        height: auto;
    }

    section.featured {
        padding-top: 95px;
    }

    .view-about-us .views-row {
        height: auto;
        margin-top: 25px;
    }

    .view-about-us .views-field-body,
    .view-about-us .views-row-even .views-field-about-image,
    .view-about-us .views-field-about-image {
        float: none;
        position: static;
        width: auto;
        padding: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .view-about-us .views-field-about-image img {
        max-height: 300px;
    }

    .view-about-us .views-field-body {
        margin-top: 30px;
        text-align: center;
    }

}

@media screen and (min-width: 768px){

    #main-menu {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {

    #main-menu {
        display: none;
        background: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .15);
    }

    #mobile-menu {
        display: block;
    }

    header ul li {
        float: none;
        width: auto;
    }

    header ul li a {
        margin: 30px 0;
    }

    header ul li a svg {
        height: 20px;
    }

    header ul li a:after {
        max-width: 150px;
    }

    header .col-sm-2 {
        float: left;
        width: 125px;
    }

    header .col-sm-10 {
        width: auto;
        padding: 0;
    }

    footer {
        padding: 30px ;
    }

    footer .col-sm-4 {
        display: inline-block;
        width: 49%;
    }

    footer .col-sm-4 {
        margin-top: 15px;
    }

}

@media screen and (max-width: 640px) {

    .webform-client-form .form-item:not(.webform-component-select):not(.webform-component-textarea) {
        width: 100%;
        padding: 0;
    }

    #sliding-popup .popup-content #popup-buttons,
    #sliding-popup .popup-content #popup-text {
        float: none;
        max-width: none;
        text-align: center;
    }

    #sliding-popup .popup-content #popup-buttons {
        margin-top: 10px;
    }

}

@media screen and (max-width: 400px) {

    footer .col-sm-4 {
        width: 100%;
    }

}