img{
    height: auto;
}

.header--light .z-nav .z-nav__link:hover {
    background: #8BCBCD;
    color: #fff;
}

.header--light .fixed-top,
.header--light .header-fixed {
    background: #fff;
}

.header--thin .header-line {
    border-bottom: 1px #eee solid;
}

.header--thin img {
    width: auto;
    height: auto;
    margin-top: 5px;
}

.devider-color {
    display: none;
}

.btn-info.bth-hollow {
    border: #6ac8d0 5px solid;
    background: none;
    color: #6ac8d0;
    padding: 10px 30px;
    text-shadow: none;
}

.btn-info.bth-hollow:hover {
    color: #fff;
}

.wrapper_banner {
    height: 400px;
    width: 100%;
    background-color: #eee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}


.p-space {
    text-align: justify;
}

.list-contact {
    padding: 0;
    text-align: center;
}

.list-contact li {
    margin: 0 10px;
    min-width: 150px;
    max-width: 300px;
    display: inline-block;
    list-style: none;
    vertical-align: top;
    text-align: left
}

.list-contact li i {
    padding: 0 5px;
}

.contact-info .editContent {
    font-size: 13px;
}

.z-nav__list-secondary .z-nav__link::before {
    content: "";
}

.header--light .z-nav__toggle-sub + .z-nav__link,
.header--light .z-nav__toggle-sub.plus + .z-nav__link {
    background: rgba()255, 255, 255, 0.2;
}

ul.z-nav__list-secondary.list-inline {
    margin: 0;
}

.products img {
    max-width: 100%;
    min-width: 30%;
    height: auto;
}

.go-bottom {
    word-wrap: break-word;
}

.btn-warning {
    background-color: #8BCBCD;
}

.btn-warning:hover {
    background-color: #8BCBCD !important;
    color: black;
}


/* Start of General Font minimization */

@media (max-width: 899px) {
    .block-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .block-title {
        font-size: 18px;
        padding: 0 0 15px 0;
    }
  
}


/* End of General Font minimization */


/* Slider move down when mobile*/
@media (min-width: 768px) and (max-width: 979px) {
    .wrapper_banner {
        height: auto;
        min-height: 200px;
    }
}

@media (max-width: 767px) {
    .wrapper_banner {
        height: auto;
        min-height: 0;
    }
    .wrapper_banner > img {
        display: block;
    }
    .owl-theme .owl-pagination {
        background-color: lightgray;
    }
    #owl-slider.owl-theme .owl-next img,
    #owl-slider.owl-theme .owl-prev img {
        height: 25px !important;
        /*        margin-top: -55px !important;*/
    }
    .owl-theme .owl-controls .owl-page.active span {
        background: #8BCBCD !important;
    }
    .owl-theme .owl-controls .owl-page span {
        height: 12px !important;
        width: 12px !important;
        margin: 10px 5px !important;
    }
    .menu-icon {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
}


/* Amend using media with, for nav list to change during minimize*/

@media (max-width: 767px) {
    /*  Header  */
    .header--light .z-nav__list-secondary,
    .header--light .z-nav__toggle-sub + .z-nav__link,
    .header--light .z-nav__toggle-sub,
    .header--light .z-nav__list-secondary .z-nav__item .z-nav__toggle-sub.plus + .z-nav__link {
        background: #8BCBCD;
    }
    .header--light .z-nav__toggle-sub.plus + .z-nav__link {
        background: #34495e;
    }
    .service--large-present .icon {
        margin-bottom: 0;
    }
    ul.list-material li {
        margin: 5px 0 5px 0px !important;
    }
    .boxes {
        padding-left: 0px;
    }
    .btn-warning {
        margin: 15px auto 0 auto;
    }
    button.visible-xs {
        margin: -20px auto 25px auto;
        background: #8BCBCD;
    }
}

@media (max-width: 899px) {
    /*  About Us  */
    .centering-middle {
        text-align: center;
    }
    .centering-middle img {
        max-width: 100%;
        height: auto;
    }
    .btn-info.bth-hollow {
        padding: 5px 10px;
    }
    #info-block {
        padding: 0 !important;
    }
    .fade-out {
        display: none;
    }
    ul.list-material li {
        margin: 5px 20px 5px 0 !important;
        word-wrap: break-word;
    }
    #hero-2 .forum-head.bg {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    /*  Who We Are  */
    .go-bottom {
        width: 100%;
        background-color: white;
        opacity: 0.8;
    }
    .service--large-present {
        min-height: inherit;
    }
}


/* #1 BOL - HOME PAGE */

#service-41 .service-image {
    padding-top: 0;
}

#hero-2 .forum-head.bg {
    background: url(../images/background-2.jpg) center center no-repeat;
    /*        background: url(../images/banner/pageindicator.jpg) center center no-repeat;*/
    background-size: cover;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 70px;
}

#hero-2 .summary {
    margin: 10px 0;
}

#hero-2 h3 {
    margin-bottom: 0;
    color: #000;
}

ul.list-material {
    text-align: center;
}

ul.list-material li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 5px 15px;
    font-style: normal;
}

ul.list-material li img {
    border: 1px #ccc solid;
}

ul.list-material li div {
    margin: 8px 0;
}

#info-block {
    background: url('../images/background-3n.jpg') center center no-repeat;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 180px;
}

.block .container .row h2 {
    color: #6ac8d0;
}

#gallery-4-col .container .grid img {
    width: 170px;
    height: 170px;
}

@media (max-width: 1199px) {
    .fill-container {
        width: 100%;
        padding: 0 15px;
    }
}

@media (max-width: 899px) {
    #gallery-4-col .container .grid img {
        width: 135px;
        height: 135px;
    }
    ul.list-material li {
        margin: 1px 5px;
    }
    .icon > img {
        height: 90px;
        width: auto;
    }
    a.service__link > h3.service__heading {
        font-size: 20px;
    }
    .forum > h3.editContent {
        font-size: 20px;
    }
    .p-space {
        margin-bottom: 0;
    }
    .forum .btn {
        padding: 5px 10px;
    }
}

@media (max-width: 767px) {
    
    .go-bottom{
        text-align: center;
    }
    
    #gallery-4-col .container .grid img {
        width: 100px;
        height: 100px;
    }
    ul.list-material li {
        margin: 0 5px;
    }
    .icon > img {
        height: 75px;
        width: auto;
    }
    .heading-cascade {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    
    iframe{
        display: none;
    }
}


/* #1 EOL - HOME PAGE */


/* #2 BOL - ABOUT US PAGE */

.wrapper_banner.aboutus {
    background-image: url(../images/aboutus-bannern.jpg);
    background-size: cover;
    width: 100%;
}

.wrapper_middle.aboutus {
    padding: 80px 0 210px 0;
    background: url(../images/about-us-bg.jpg) repeat-x bottom center;
}

.wrapper_middle.aboutus h4 {
    margin: 0;
    color: #9ED1D4;
}

.wrapper_middle.aboutus h2 {
    color: #000;
    margin-top: 10px;
}

@media (max-width: 899px) {
    .wrapper_middle.aboutus {
        padding: 20px 0 150px 0;
    }
    .aboutus h4,
    .aboutus h2{
        font-size: 18px !important;
    }
}

@media (max-width: 767px) {
    .wrapper_banner.aboutus {
        height: 200px;
    }
}


/* #2 EOL - ABOUT US PAGE */


/* #2 BOL - PRODUCTS PAGE */

.wrapper_banner.products {
    background-image: url(../images/aboutus-bannern.jpg);
    background-size: cover;
    width: 100%;
}

.wrapper_middle.products {
    padding: 40px 0;
    background: #efefef;
}

#hero-3 .forum-head.bg {
    background: #444E57;
    background-size: cover;
    padding: 50px 0;
    color: #fff;
}

#hero-3 .summary {
    margin: 10px 0;
}

#hero-3 h3 {
    margin-bottom: 0;
    color: #fff;
}

.products img {
    width: auto;
    max-height: 750px;
}

.product-border {
    margin: 10px 0;
}

@media (max-width: 899px) {
    .space--hg {
        padding: 20px 0 0 0;
    }
    .wrapper_middle.products {
        padding: 30px 0;
    }
    .forum {
        padding-bottom: 5px;
    }
    h3.editContent {
        margin-top: 0 !important;
    }
    #hero-3 .forum-head.bg {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    #hero-3 .forum-head.bg {
        padding: 20px 0;
    }
    
    #products img {
    max-width: 70%;
    }
}


/* #2 EOL - PRODUCTS PAGE */


/* #3 Contact Us Page */

.contact-info .editContent a {
    color: inherit;
}
.contact-info .editContent a:hover{
    color: #8BCBCD;
}
.contact .contact__area {
    min-height: 100px;
}


/* #3 Contact Us Page */


/* #Footer*/

.list-contact li span a {
    color: #34495e;
}

.list-contact li span a:hover {
    color: #8BCBCD;
}
@media (max-width: 767px) {
    
    .list-contact{
        width: 100%; 
        display: block;
    }
    .list-contact li{
        display: block;
        margin: 10px 0;
        max-width: 100%;
        text-align: center;
    }
    
}
/* #Footer*/