#language select, a {
    color: #fff !important
}

.box, .main_homePage > div video {
    height: 100vh
}

#language, .box, video {
    transition: all .3s ease-out
}

.about_imagepart > div img, .bottombox img, .project_box img {
    object-fit: cover
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Regular-az,sans-serif
}

@font-face {
    font-family: Regular-az;
    src: url(../fonts/SansProRegular.woff)
}

@font-face {
    font-family: Regular_bold-az;
    src: url(../fonts/SansProBold.woff)
}

li {
    list-style: none
}

a:hover {
    text-decoration: none
}

h2, h4 {
    font-family: Regular_bold-az,sans-serif !important
}

#language {
    position: absolute;
    right: 2vw;
    top: 4vh;
    z-index: 900
}

    #language select {
        background-position: right 7px bottom 7px;
        -webkit-appearance: none;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-image: url(../images/icon-chevron-down-512px.png) !important;
        background-color: #25C0D5 !important;
        border: none;
        box-shadow: none !important
    }

.mask2 {
    z-index: 7777
}

.box {
    z-index: 555;
    overflow: hidden;
    cursor: pointer
}

.layout, .main_homePage section {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.first video {
    transform: translateX(-37%)
}

.second video {
    transform: translateX(-10%)
}

.main_homePage > div:hover .layout {
    opacity: 1
}

.layout {
    transition: all 1s ease-out;
    opacity: .25;
    background: rgba(0,188,212,.6);
    background: -webkit-linear-gradient(left,rgba(0,188,212,.6),rgba(41,33,71,.6));
    background: -o-linear-gradient(left,rgba(0,188,212,.6),rgba(41,33,71,.6));
    background: -moz-linear-gradient(left,rgba(0,188,212,.6),rgba(41,33,71,.6));
    background: linear-gradient(left,rgba(0,188,212,.6),rgba(41,33,71,.6))
}

footer {
    z-index: 5556;
    color: #fff;
    bottom: 0;
    left: 0
}

    footer a {
        color: #7DC0D9 !important
    }

.line:hover, .mainPages_topside_tag a:nth-of-type(2) {
    color: #dba542 !important
}

.main_homePage section {
    transition: all .7s ease-in
}

.line, .mainPages_topside_title, .middlesection {
    transition: all .3s ease-out
}

.contactPages_topside, .mainPages_topside {
    height: 70vh;
    background-size: cover;
    background-position: bottom
}

.btn-outline-light:hover span {
    opacity: .7
}

.main_homePage section div {
    top: 46%;
    left: 40%;
    transform: translate(-50%,-50%)
}

.main_homePage section h2, .main_homePage section h6, .main_homePage section p {
    text-shadow: 2px 2px 0 rgba(0,0,0,.2);
    width: 20vw;
    transition: all .3s ease-out
}

.main_homePage section p {
    text-shadow: initial !important
}

.main_homePage section button {
    text-shadow: 2px 2px 0 rgba(0,0,0,.2)
}

.mainPages_topside {
    background-image: url(../images/aboutBackground.jpg)
}

.contactPages_topside {
    background-image: url(../images/contact_background.jpg)
}

.mainPages_topside_title {
    font-family: Regular_bold-az;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 454
}

    .mainPages_topside_title h1 {
        font-size: 4.3rem !important
    }

.mainPages_topside_tag a {
    font-family: Regular_bold-az;
    font-size: 1.3rem !important
}

.about_imagepart h3, .bottombox h3, .middlesection span {
    font-family: Regular_bold-az,sans-serif
}

.line:after {
    content: "|";
    font-size: 25px;
    margin-left: .5rem;
    margin-right: .5rem
}

.middlesection h2 {
    color: #333;
    font-size: 32px !important;
    line-height: 42px !important
}

.middlesection span {
    font-size: 18px;
    color: grey
}

.about_imagepart > div {
    -webkit-box-shadow: 0 5px 0 #f3f3f3;
    box-shadow: 0 5px 0 #f3f3f3;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

    .about_imagepart > div:hover {
        -webkit-box-shadow: 0 5px 21px rgba(208,208,208,.54);
        box-shadow: 0 5px 21px rgba(208,208,208,.54)
    }

.about_imagepart h3 {
    transition: all .3s ease-out;
    color: #333;
    font-size: 17px !important
}

    .about_imagepart h3:hover {
        color: #dba542 !important
    }

.about_imagepart p {
    font-size: 15px;
    line-height: 24px;
    color: grey
}

.bottombox img {
    width: 100%;
    height: 100%
}

.bottombox h3 {
    font-size: 24px;
    line-height: 34px
}

.bottombox {
    background-image: url(../images/bg_blue.jpg);
    background-size: cover;
}

#white {
    color: #fff !important
}

    #white:hover {
        color: #333 !important
    }

.partial_footer {
    padding-top: 54px;
    padding-bottom: 43px;
    position: relative;
    background: url(../images/partialfooter_background.jpg);
    z-index: 1
}

    .partial_footer:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(25,23,33,.95);
        z-index: -5
    }

    .partial_footer p {
        background: url(../images/partialfooter_map.png);
        font-size: 13px;
        line-height: 22px;
        color: #969595;
        margin-bottom: 13px
    }

.socialIcons i {
    transition: all .3s ease 0s;
    font-size: 20px;
    color: #868686;
    padding: 4px
}

    .socialIcons i:hover {
        color: #31aae2;
        transform: scale(1.15)
    }

.partial_footer ul a {
    font-size: 1.1em;
    color: #969595 !important;
    transition: all .3s ease 0s;
    padding-left: 7px
}

.info .icon, .info .icon i, .social {
    transition: all .3s ease-out
}

.partial_footer ul a:hover {
    padding-left: 14px
}

.partial_footer .fa-chevron-right {
    font-size: 13px;
    color: #dba542 !important
}

.partial_footer span {
    color: #969595 !important
}

.contact_article {
    color: grey;
    z-index: 21;
    transform: translateY(10%);
    background-color: #fff
}

.contact_article, .info {
    border: 1px solid #ddd
}

.holder::placeholder {
    color: grey;
    opacity: .7
}

.holder:-ms-input-placeholder {
    color: grey
}

.holder::-ms-input-placeholder {
    color: grey
}

.information h5 a, .social, .social i {
    color: #dba542 !important
}

.info.call_us .icon {
    background-color: #08c796
}

.info.working_hours .icon {
    background-color: #Ce4a53
}

.information h5 a {
    font-size: .8em
}

.social:hover {
    cursor: pointer;
    transform: scale(1.2);
    text-shadow: 1px 1px 1px #000
}

.social i {
    font-size: 2em
}

.holder {
    border: 0 !important;
    border-bottom: 1px solid #ddd !important
}

    .holder:focus {
        outline: 0 !important;
        border-bottom: 1px solid #0094ff !important;
        box-shadow: none
    }

.sendMessage button {
    transition: all .3s linear;
    cursor: pointer;
    border-radius: .1rem !important;
    border: none !important
}

    .sendMessage button:hover {
        box-shadow: none !important;
        outline: 0 !important
    }

.info {
    min-height: 375px;
    transition: all .5s linear;
    border-radius: 7px
}

    .info:hover {
        background-color: #dba542;
        color: #fff !important;
        cursor: initial
    }

.btn-light, .contact_email, .product_title_h1 {
    cursor: pointer
}

.info:hover .icon {
    background-color: #fff
}

    .info:hover .icon i {
        color: #0094ff !important
    }

.info .icon {
    padding: 1.1rem !important;
    margin: auto;
    background: #0094ff;
    border-radius: 50%;
    display: table-cell
}

.info i {
    width: 5px;
    height: 5px;
    border-radius: 500px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    padding-right: 25px
}

.call_us .phone {
    font-family: 'Franklin Gothic Medium','Arial Narrow',Arial,sans-serif;
    font-weight: 700;
    font-size: 1.5em
}

.info .title {
    font-weight: 700;
    font-size: 1.1em
}

.start_here {
    background-image: url(../images/bg_blue.jpg)
}

.btn-light {
    min-width: 220px;
    border: none !important;
    height: 48px;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    background: #fff;
    border-radius: 2px;
    color: #dba542;
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 12px;
    margin-left: 20px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    outline: 0
}

    .btn-light:hover {
        color: #fff !important;
        background: #292147
    }

.contact_background, .productPages_topside, .projectPages_topside {
    background-size: cover
}

.get_started {
    font-weight: 700;
    font-size: 1.7em
}

.contact_info p {
    transition: all .3s linear;
    font-size: 14px;
    line-height: 24px;
    color: grey
}

.project_box, .project_box h6, .project_box img, .service_boxes img {
    transition: all .3s ease-in-out
}

.info:hover p {
    color: #fff !important
}

.productPages_topside {
    height: 70vh;
    background-image: url(../images/product_background.jpg);
    background-position: bottom
}

.product_hr {
    border-top-color: #dba542 !important
}

.servicesPages_topside {
    height: 70vh;
    background-image: url(../images/servicesBackground.jpg);
    background-size: cover
}

.service_boxes {
    overflow: hidden;
    height: 500px
}

    .service_boxes img {
        object-fit: cover;
        height: 100%;
        width: 100%
    }

        .service_boxes img:hover {
            transform: scale(1.03)
        }

    .service_boxes span {
        color: #dba542 !important;
        font-weight: 700
    }

.projectPages_topside {
    height: 70vh;
    background-image: url(../images/project_background.jpg)
}

.project_box {
    -webkit-animation: fadeIn 6s;
    animation: fadeIn 1s;
    overflow: hidden;
    border: 1px solid;
    padding: 15px 15px 0;
    border-radius: 7px
}

@keyframes fadeInOut {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.project_box:hover {
    box-shadow: 0 7px 7px -5px;
    border-color: #dba542
}

.project_box h6 {
    color: #dba542 !important;
    opacity: 0
}

.project_box:hover img {
    transform: scale(1.05)
}

.project_box:hover h6 {
    opacity: 1
}

.project_box img {
    height: 250px;
    width: 100%
}

.contact_email {
    z-index: 99999;
    bottom: 6vh;
    right: 3vw;
    border-radius: 50%
}

.contactUsIcon {
    color: #dba542;
    display: block;
    font-size: 2em;
    padding: 10px;
    background: #fff;
    width: 100%;
    border-radius: 50%;
    transition: all .2s linear
}

    .contactUsIcon:hover {
        font-size: 3em !important
    }

.product_list {
    color: #fff;
    background: #dba542
}

    .product_list ul li {
        font-size: 13px;
        cursor: pointer;
        text-align: center;
        padding: 1.2rem 0;
        width: calc(100%/6)
    }

    .product_list .second_ul {
        margin-bottom: 0 !important;
        border-bottom: 2px solid #dba542;
        display: none;
        width: 100%;
        top: 100%;
        left: 0;
        box-shadow: 3px 2px 1px #000;
        z-index: 55
    }

        .product_list .second_ul li {
            font-size: 13.5px;
            transition: all .2s linear;
            width: 100%;
            text-align: right;
            padding: .3rem .5rem;
            color: #dba542;
            background: #fff;
            text-transform: initial !important
        }

    .product_list ul li:hover {
        background: #fff !important;
        color: #dba542
    }

.product_list_ul > li:hover::after {
    content: "";
    width: 60%;
    height: 2px;
    background: #dba542;
    position: absolute;
    top: 80%;
    z-index: 12123;
    left: 50%;
    transform: translateX(-50%)
}

.product_list ul li:hover .second_ul {
    display: block !important
}

.product_list .second_ul li:hover {
    background: #dba542 !important;
    color: #fff;
    padding-right: 13px
}

.third_ul {
    border: 1px solid #dba542;
    display: none;
    left: 100%;
    top: 0;
    z-index: 555;
    width: fit-content
}

.second_ul :hover .third_ul {
    display: block
}

.third_ul li {
    padding: 5px 15px !important
}

.errorShadow {
    background: rgba(255,0,0,.18) !important
}

.languages a {
    color: #dba542 !important
}

input[type=date] {
    width: 100% !important
}

.product_main_row {
    min-height: 400px
}

#category_name {
    color: #212529;
    font-size: 21px;
    padding-left: .7rem;
    transform: translateY(-3px);
    display: inline-block
}

.input_append {
    width: 100%;
    position: absolute;
    top: 68%;
    left: 0;
    max-height: 260px;
    overflow-y: scroll;
    z-index: 5554;
    box-shadow: 2px 3px 5px #000;
    background: #fff
}

    .input_append::-webkit-scrollbar {
        display: none
    }

    .input_append > a {
        display: block;
        color: #03BAD3 !important;
        transition: all .3s linear;
        border: none;
        border-bottom: 1px solid #dba54263;
        padding: .5rem 1rem;
        font-size: 13px
    }

        .input_append > a:hover {
            background: #03BAD3;
            color: #fff !important
        }

@media only screen and (min-width :771px) {
    /*.main_homePage > div:hover {
        width: 40% !important
    }*/

    /*.first:hover .second, .first:hover .third, .second:hover .first, .second:hover .third, .third:hover .first, .third:hover .second {
        width: 30% !important
    }*/

    .project_box h4, .project_box h6 {
        font-size: .8em
    }

    .project_box img {
        height: 250px
    }

    .projects .project_box img {
        height: 450px
    }

    .moreProduct img {
        height: 25vh !important
    }
}

@media only screen and (max-width :770px) {
    .menu_wrapper article > div, article > p, h2, h4 {
        font-family: Regular-az,sans-serif !important
    }

    .first, .second, .third {
        background-size: cover
    }

    .menu_wrapper article {
        flex-wrap: wrap;
        left: 64%;
        top: 23%
    }

    .product_list ul li {
        font-size: 10px;
        cursor: pointer;
        text-align: center;
        padding: .6rem 5px;
        width: unset
    }

    .menu_wrapper article > div {
        margin-bottom: 20px;
        height: 11vh;
        width: 16vw;
        font-size: .6em
    }

    article > p {
        bottom: -25vh;
        left: 0;
        font-size: .9em
    }

    .box, .main_homePage section h2, .main_homePage section h6, .main_homePage section p {
        width: 100%
    }

    .main_homePage section div {
        left: 43%
    }

    video {
        display: none !important
    }

    .first {
        background-image: url(../images/esc.PNG);
        background-position: top
    }

    .second {
        background-image: url(../images/lift.PNG);
        background-position-y: -112px
    }

    .third {
        background-position: center;
        background-image: url(../images/doors.PNG)
    }

    .project_box h4 {
        font-size: 20px
    }

    .project_box h6 {
        font-size: 18px
    }

    .project_box h5 {
        font-size: 18px !important
    }

    .project_box:hover img {
        transform: scale(1.05)
    }

    #language {
        position: absolute;
        top: 99px;
        z-index: 900;
        transition: all .3s ease-out
    }

    .moreProduct img {
        height: 25vh !important
    }
}

@media only screen and (max-width :480px) {
    .information, .mainPages_topside_tag, .product_list .second_ul li {
        text-align: left !important
    }

    .main_homePage section h6, .main_homePage section p {
        display: none
    }

    .main_homePage section div {
        left: 37%
    }

    .menu_wrapper article {
        display: none !important
    }

    .main_homePage h2 {
        font-size: 1.5em !important
    }

    footer {
        font-size: 9px
    }

    .nav_content {
        padding-left: 15px
    }

        .nav_content:after {
            height: 0
        }

    .mask2 {
        left: 82vw;
        width: 50px;
        height: 50px;
        line-height: 60px
    }

        .mask2 i {
            font-size: 1.5em !important
        }

    .layout {
        opacity: .3
    }

    .mainPages_topside_title h1 {
        font-size: 3rem !important
    }

    .middlesection h2 {
        color: #333;
        font-size: 21px !important;
        line-height: 35px !important
    }

    .container-fluid {
        padding-right: 0 !important;
        overflow: hidden
    }

    .contact_article {
        width: 100% !important;
        transform: translateY(3%) !important
    }

    .information {
        width: 100% !important
    }

    .contact_us {
        margin-top: 0 !important
    }

        .contact_us > div {
            margin-top: 2rem !important
        }

    .btn-info {
        margin-left: 0 !important
    }

    .parent2 {
        top: -11vh !important
    }

    .project_box img {
        height: 300px
    }

    .main_ul {
        flex-wrap: wrap
    }

    .product_list ul li {
        width: 100%
    }

    #remove-flex input, .productImg div > img {
        width: 100% !important
    }

    .product_list_ul > li:hover::after {
        display: none
    }

    .second_ul {
        position: static !important;
        border: none !important;
        box-shadow: none !important
    }

    .third_ul {
        left: 50%
    }

    #language {
        left: 80vw;
        top: 79px
    }

    #remove-flex {
        display: block !important
    }

        #remove-flex a {
            text-align: center
        }

    .input_append {
        top: 100%
    }

    .productImg div > img {
        margin-bottom: 1rem !important
    }

    .moreProduct h4 {
        font-size: .6rem
    }

    .moreProduct h6 {
        font-size: .8rem
    }

    .moreProduct img {
        height: 15vh !important
    }

    .product_pictures_seemore {
        width: 49% !important
    }

    .service_boxes img {
        object-fit: contain !important
    }
}

@media only screen and (max-width :320px) {
    .parent2 {
        top: -13vh !important;
        left: -14px !important
    }
}
.btn-info {
    background-color: #dba542!important;
    border-color: #dba542!important;
}