@import url(https://fonts.googleapis.com/css?family=Raleway:200);
@import url(https://fonts.googleapis.com/css?family=Amatic+SC);
@import url(other.css);
body {
    font-family: 'Raleway', sans-serif;
}

#qoute {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
}

.qoute-box {
    width: 50%;
    height: 80%;
    overflow: auto;
    background-color: white;
    margin-top: 5%;
    border-radius: 30px;
    padding: 40px;
}

.qoute-box span {
    color: red;
    font-size: 150%;
}

.qoute-box i {
    float: right;
    text-align: right;
    font-size: x-large;
    color: #8cc63e;
    cursor: pointer;
}

#header {
    position: fixed;
    width: 100%;
    z-index: 99;
    -webkit-transition: 500ms;
    transition: 500ms;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.9);
}

#logo {
    background: url(../res/logoBackground-01.svg) no-repeat;
    background-position: top center;
    background-size: contain;
    height: 155px;
    overflow: auto;
    padding-top: 20px;
}

#logo img {
    width: 180px;
    display: block;
    margin: auto;
}

#menuToggle {
    display: block;
    background-image: url(../res/open-menu.png);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    height: 90px;
    width: 50px;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
}

#nav {
    margin: 0;
}

#nav div,
.navItem {
    float: left;
    width: 12.5%;
    text-align: center;
    height: 90px;
    vertical-align: middle;
    line-height: 1;
    -webkit-transition: 200ms;
    transition: 200ms;
    padding-top: 37px;
}

#nav button {
    margin: 15px 1% 0 1%;
    float: left;
    width: 10.5%;
    color: white;
    padding: 0px 1% 0px 1%;
    line-height: 1;
}

#nav i {
    margin-right: 4%;
    margin-left: 4%;
    font-size: 150%;
    cursor: pointer;
}

.navItem {
    text-decoration: none;
    list-style: none;
    list-style-type: none;
}

.navItem:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    list-style-type: none;
}

.activeItem {
    background-color: rgba(89, 186, 213, 0.30);
}


/*--------------------------carousel-----------------------*/

.carouselContainer {
    width: 100%;
    height: 900px;
    padding: 0;
}

.sliderImg {
    position: absolute;
    min-width: 100%;
    min-height: 900px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.sliderItem {
    height: 900px;
    width: 100%;
    position: relative;
    padding-top: 20%;
    text-align: center;
    color: #445570;
}

.sliderItem img {
    display: block;
    margin: auto;
    margin-top: -100px;
    width: 160px;
}

.sliderItem div {
    width: 40%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin: 0 0 0 16%;
}

.sliderItem h1 {
    font-family: 'Amatic SC', cursive;
    color: #8cc63e;
    font-size: 450%;
}

.sliderItem p {
    font-size: large;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}


/*--------------------------slogan-----------------------*/

#slogan {
    background-color: #59bad5;
    min-height: 200px;
    padding-top: 1px;
    text-align: center;
    color: white;
    z-index: 1;
    position: relative;
    overflow: visible;
    padding: 10px;
}

#slogan h1 {
    font-family: 'Amatic SC', cursive;
    font-size: 450%;
}

.qualityContainer {
    margin: 70px 0;
}

.qualityContainer img {
    height: 200px;
    display: block;
    margin: auto;
}

.button {
    background-color: #8cc63e;
    border: none;
    border-radius: 70px;
    min-height: 55px;
    padding: 0px 40px 0px 40px;
    -webkit-transition: 200ms;
    transition: 200ms;
    color: white;
}

.button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#serve {
    min-height: 900px;
    background: url(../res/serveBack.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 150px;
    overflow: auto;
    padding-bottom: 6%;
    text-align: center;
}

.title {
    color: #445570;
    text-align: center;
    min-height: 110px;
    background: url(../res/titleLine-01.svg) no-repeat;
    background-position: center bottom;
    background-size: 200px;
    margin-top: 0;
    font-family: 'Amatic SC', cursive;
    font-size: 450%;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

#serve .bubbleContainer .col-md-4 {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0;
    border-radius: 30px;
    height: 450px;
    margin: 2% 3%;
    width: 43%;
    -webkit-transition: 500ms;
    transition: 500ms;
    cursor: pointer;
}

#serve .bubbleContainer .col-md-4:hover {
    box-shadow: 0 0 20px 0px lightblue;
}

#serve .bubbleContainer .col-md-4 div {
    border-radius: 30px 30px 0px 0px;
    height: 50%;
}

#serve a:nth-child(1) .col-md-4 div {
    background: url(../res/industrial-01.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

#serve a:nth-child(2) .col-md-4 div {
    background: url(../res/commercial-01.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

#serve a:nth-child(3) .col-md-4 div {
    background: url(../res/residential-01.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

#serve .bubbleContainer .col-md-4 label {
    color: #445570;
    text-align: center;
    width: 100%;
    height: 20%;
    padding-top: 5%;
    font-size: 150%;
}

#works {
    min-height: 400px;
    width: 100%;
    background-color: #e8f4fc;
    position: relative;
    padding: 30px;
}

.concaveUpper {
    width: 100%;
    margin-top: -4%;
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
}

.concaveLower {
    width: 100%;
    margin-bottom: -4%;
    margin-top: -1px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#works .row {
    width: 80%;
    display: block;
    margin: auto;
}

.worksItem {
    height: auto;
    overflow: auto;
}

#works .worksItem:nth-child(1) .icon {
    background: url(../res/icon1-01.svg) no-repeat;
}

#works .worksItem:nth-child(2) .icon {
    background: url(../res/icon2-01.svg) no-repeat;
}

#works .worksItem:nth-child(3) .icon {
    background: url(../res/icon3-01.svg) no-repeat;
}

#works .worksItem:nth-child(4) .icon {
    background: url(../res/icon4-01.svg) no-repeat;
}

#works .worksItem:nth-child(5) .icon {
    background: url(../res/icon5-01.svg) no-repeat;
}

#works .worksItem:nth-child(6) .icon {
    background: url(../res/icon6-01.svg) no-repeat;
}

.icon {
    height: 100px;
    background-size: contain !important;
    background-position: left !important;
}

.arrow {
    background: url(../res/arrow-01.svg) no-repeat;
    height: 100px;
    background-size: contain;
    background-position: left;
}

.worksItem label {
    color: #445570;
    font-size: medium;
    ;
    text-align: center;
    width: 50%;
    margin-top: 20px;
}

#testimonials {
    min-height: 800px;
    background: url(../res/testimonial.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 150px;
    overflow: auto;
    padding-bottom: 30px;
}

.bubbleContainer {
    min-height: 300px;
    width: 100%;
    overflow: visible;
    height: auto;
}

.bubbleItem {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    border-radius: 30px;
    margin-top: 27px;
    margin-left: 34%;
}

.bubbleItem p {
    margin-top: 20px;
}

.bubbleItem span {
    color: #445570;
    font-style: italic;
}

.bubbleItem span:nth-child(1) {
    font-size: 150%;
    font-style: normal;
}

.bubbleItem .description {
    height: 80px;
}

.colon {
    height: 50px;
    position: relative;
    top: -30px;
}

.testimonialText p {
    color: #445570;
    font-size: 120%;
    text-align: justify;
    border-left: 2px solid #445570;
    padding-left: 12px;
}

footer {
    height: auto;
    background-color: #445570;
    position: relative;
    overflow: visible;
    color: white;
}

footer a {
    color: white;
}

footer a:hover {
    color: lightblue;
    list-style: none;
    text-decoration: none;
    cursor: pointer;
}

#footerLogo {
    display: block;
    margin: auto;
    height: 40px;
    padding: 0;
    background: transparent;
}

#footerInfo {
    min-height: 300px;
    height: auto;
    overflow: auto;
    width: 80%;
    display: block;
    margin: auto;
    color: white;
    padding-top: 20px;
}

#footerInfo h2 {
    color: #8cc63e;
    margin-bottom: 60px;
    font-size: 120%;
}

#footerInfo p {
    font-size: 100%;
    text-align: justify;
}

#footerInfo span {
    position: relative;
    bottom: -3px;
    margin-right: 5px;
    height: 30px;
}

#footerSignature {
    min-height: 30px;
    padding: 10px 30px 10px 30px;
    background-color: #232d43;
    font-size: 10px;
    overflow: auto;
}

#footerSignature span:nth-child(2) {
    float: right;
}

@media screen and (max-width: 991px) {
    #logo {
        height: 90px;
        background: none;
        background-color: #445570;
        padding-left: 40px;
        padding-top: 20px;
    }
    #nav {
        background-color: aliceblue;
        height: 0;
        overflow: auto;
        padding: 0;
        width: 100%;
    }
    #menuToggle {
        display: block;
    }
    .navItem,
    #nav button,
    #nav div {
        width: 100%;
        border-radius: 0;
        margin: 0;
        height: 50px;
    }
    .navItem,
    #nav div {
        padding-top: 19px;
    }
    .sliderItem {
        padding-top: 50%;
    }
    .sliderItem div {
        width: 80%;
    }
    #serve {
        padding-top: 50px;
    }
    .bubbleContainer {
        width: 100%;
        padding: 15px;
    }
    .bubbleContainer .col-md-4,
    #serve .bubbleContainer .col-md-4 {
        margin: 20px auto 20px auto;
        width: 95%;
        display: block;
    }
    .arrow {
        display: none;
    }
    .icon {
        background-position: center !important;
    }
    .worksItem label {
        width: 100%;
        margin-bottom: 30px;
    }
    .bubbleItem {
        padding: 15px;
    }
    footer {
        padding-top: 30px;
    }
    #footerInfo {
        width: 100%;
        padding: 15px;
        text-align: center;
    }
    #footerInfo p {
        text-align: center;
    }
    #footerSignature span:nth-child(2) {
        float: left;
    }
    #banner {
        height: 470px;
    }
    .qoute-box {
        width: 95%;
        height: 95%;
        padding: 25px;
    }
    .title {
        font-size: 60px;
        background-size: 200px;
    }
    .sliderItem div {
        margin: auto;
    }
}

@media screen and (max-width: 500px) {
    #serve .bubbleContainer .col-md-4 {
        height: 260px;
    }
    #footerLogo {
        width: 80%;
        height: auto;
    }
}