
@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Bold.woff') format('woff'),
    url('../fonts/Poppins-Bold.ttf')  format('truetype'),
    url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Medium.woff') format('woff'),
    url('../fonts/Poppins-Medium.ttf')  format('truetype'),
    url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins-Regular.ttf')  format('truetype'),
    url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {   font-family: 'Poppins-Regular'; }

/* button */
section.home-7 .right-content .form-group input.btn.btn-green,
a.btn.btn-green {
    font-size: 18px;
    border: 2px solid #a1d683;
    background-color: #a1d683;
    min-width: 200px;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
}
section.home-7 .right-content .form-group input.btn.btn-green:hover,
a.btn.btn-green:hover {
    background-color: #fff;
    color : #a1d683;
}
a.btn.btn-white-transparent {
    font-size: 18px;
    border: 2px solid #fff;
    background-color: transparent;
    min-width: 200px;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
}
a.btn.btn-white-transparent:hover {
    background-color: #a1d683;
}
/* popup modal */
.modal {
        background: rgba(0, 0, 0, 0.8);
}
.modal-header{
    background-image: url('../images/popup-header-bg.png');
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;


}
.modal-header h4.modal-title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 8px 40px;
        line-height: 1;
}
.modal-body {
    position: relative;
    padding: 60px 0px;
    max-width: 325px;
    margin: 0 auto;
    text-align: center;
}

.modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 20px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
#cert .modal-content img {
    max-width: 100%;
}

h3.section-title{
    position: relative;
    padding-bottom: 15px;
    font-family: 'Poppins-Medium';
    font-size: 30px;
}
h3.section-title:before {
    content: '';
    background-color: #fff;
    height: 3px;
    width: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}
h3.section-title:after {
    content: '';
    background-color: #fff;
    height: 3px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 20px;
}

/*--------- header -------*/
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
    margin-bottom: 0;
}
.navbar-default .navbar-brand {
    float: left;
    /*height: 77px;*/
    height: 107px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
    a.navbar-brand img {
        height: 100%;
    }

ul.nav.navbar-nav li a {
    color: #343858;
    font-size: 15px;
        font-family: "Poppins-Medium";
    /*margin: 15px 15px 0 15px;*/
    margin: 30px 15px 0 15px;
    text-transform: uppercase;
    /*padding-bottom: 25px;*/
    padding-bottom: 40px;
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav>.active>a,
 .navbar-default .navbar-nav>.active>a:focus,
  .navbar-default .navbar-nav>.active>a:hover {
    color: #71bae8;
    border-bottom: 2px solid #71bae8;
    background-color:transparent;
}
/*---------- SECTION 1 ---------*/
section.home-1 {
    padding: 60px 0 70px;
}
section.home-1 img {
    max-width: 100%;
}
section.home-1  h1.banner-title {
    font-size: 36px;
    color: #282c4f;
    font-family: 'Poppins-Medium';
    text-transform: uppercase;
    margin-top: 120px;
}
section.home-1  h1.banner-title span {
    color: #a1d683;
}
section.home-1  h4.banner-subtitle {
    font-size: 18px;
    color: #282c4f;
    line-height: 1.5;
}
/*------------- about us --------------*/
section.home-2 {
    background-image: url(../images/blue-bg.png);
    background-size: cover;
    padding: 65px 0 65px;
}
section.home-2 .left-content {
    width: 40%;
    float:  left;
    padding-right: 25px;
}

section.home-2 .left-content img {
    max-width: 100%;
}

section.home-2 .right-content {
    width: 60%;
    float:  left;
    padding-left: 25px;
}
    section.home-2 h3.section-title {
        color: #fff;
    }
    section.home-2 .right-content p.description {
        font-size: 18px;
        color: #fff;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    section.home-2 .right-content h4.title-1 {
        font-size: 18px;
        color: #fff;
        font-family: 'Poppins-Bold';
        margin-left: 50px;
        position: relative;
    }
        section.home-2 .right-content h4.title-1:before {
            content: '';
            background-image: url(../images/handshake.png);
            height: 21px;
            width: 34px;
            background-size: cover;
            left: -50px;
            position: absolute;
        }

    section.home-2 .right-content h4.title-2 {
        font-size: 18px;
        color: #fff;
        font-family: 'Poppins-Bold';
        margin-left: 50px;
        position: relative;
    }
            section.home-2 .right-content h4.title-2:before {
                content: '';
                background-image: url(../images/promise.png);
                height: 31px;
                width: 18px;
                background-size: cover;
                left: -40px;
                position: absolute;
            }

    section.home-2 .right-content p.description-1 {
        font-size: 15px;
        color: #fff;
        margin-left: 50px;
        padding: 5px 0 10px;
    }


/*------------ Our Services --------------*/
section.home-3 {
    padding: 65px 0 75px;
}
section.home-3 h3.section-title {
    text-align: center;
}
    .home-3  h3.section-title:before {
        content: '';
        background-color: #71bae8;
        height: 3px;
        width: 15px;
        position: absolute;
        bottom: 0;
        left: 47%;
    }
    .home-3  h3.section-title:after {
        content: '';
        background-color: #71bae8;
        height: 3px;
        width: 50px;
        position: absolute;
        bottom: 0;
        left: 49%;
    }
section.home-3 p.description {
    text-align: center;
    font-size: 18px;
    max-width: 1000px;
    margin: 0 auto 50px;
}
    section.home-3  .services img {
        width: 100%;
    }
    section.home-3 .services h4.service-title {
        font-size: 15px;
        font-family: 'Poppins-Medium';
        font-weight: bold;
        margin-top: 20px;
    }
        section.home-3 .services h4.service-title a {
            color: #343858; 
        }
        section.home-3 .services h4.service-title a:hover {
            color: #a1d683;
            text-decoration: none;
        }
    section.home-3 .services h4.service-title span {
        color: #a1d683;
        margin-right: 5px;
    }

section.home-3 .row.button {
    text-align: center;
    margin-top: 15px;
}

/*----------- our products ------------*/
section.home-4 {
    background-color: #f9fdff;
    padding: 65px 0 75px;
}
section.home-4 h3.section-title {
    text-align: center;
    margin-bottom: 50px;
}
    .home-4  h3.section-title:before {
        content: '';
        background-color: #71bae8;
        height: 3px;
        width: 15px;
        position: absolute;
        bottom: 0;
        left: 47%;
    }
    .home-4  h3.section-title:after {
        content: '';
        background-color: #71bae8;
        height: 3px;
        width: 50px;
        position: absolute;
        bottom: 0;
        left: 49%;
    }
section.home-4 .products {
    box-shadow: 0px 0px 15px 0px #bfbfbf;
    border-radius: 5px;
}
    section.home-4 .products img{
        width: 100%;
    }
    section.home-4 .products h4.service-title {
        font-size: 18px;
        font-family: 'Poppins-Medium';
        font-weight: bold;
        text-align: center;
        padding: 12px 0px 20px;
        color: #343858;
    }

section.home-4 .row.button {
    text-align: center;
    margin-top: 20px;
}
/* quality control */
section.home-5 {
    background-image: url(../images/blue-bg.png);
    background-size: cover;
    padding: 65px 0 65px;
}
section.home-5 .left-content {
    width: 40%;
    float:  left;
    padding-right: 25px;
}

section.home-5 .left-content img {
    max-width: 100%;
}

section.home-5 .right-content {
    width: 60%;
    float:  left;
    padding-left: 25px;
    position: relative;
    padding-top: 50px;
}
section.home-5 p.description {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    margin-top: 25px;
}
section.home-5 h3.section-title {
    color: #fff;
}
section.home-5  a.certifcate-popup {
    position: absolute;
    right: 0;
    top: 80px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
}
section.home-5 a.certifcate-popup:before {
    content: '';
    background-image: url(../images/fa-eye.png);
    height: 15px;
    width: 22px;
    background-size: cover;
    left: -30px;
    position: absolute;
    top: 3px;
}

/* maps */
.home-6 .maps {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*-------- contact us --------------*/
section.home-7 {
    padding: 0 0 65px;
}
section.home-7 .container {
    box-shadow: 0px 0px 15px 0px #bfbfbf;
    border-radius: 20px;
    margin-top: -125px;
    position: relative;
    background-color: #fff;
    padding: 25px 50px 50px;
}

section.home-7 table tr td {
    font-size: 15px;
    color: #343858;
    vertical-align: top;
    padding-bottom: 15px;
    line-height: 1.5;
}
    section.home-7 table tr td a{
        color: #343858;
    }
    section.home-7 table tr td strong {
        font-family: 'Poppins-Medium';
        margin-left: 5px;
    }
section.home-7 table tr{
    margin-bottom: 15px;
}
section.home-7 .left-content {
    width: 40%;
    float:  left;
    padding-right: 25px;
}
    section.home-7 .left-content h3.section-title{
        margin-bottom: 15px;
    }
    section.home-7 .left-content h3.section-title:before {
        content: '';
        background-color: #71bae8;
        height: 3px;
        width: 15px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    section.home-7 .left-content h3.section-title:after {
        content: '';
        background-color: #71bae8;
        height: 3px;
        width: 50px;
        position: absolute;
        bottom: 0;
        left: 20px;
    }
    section.home-7 .left-content p.description {
        font-size: 15px;
        color: #343858;
        line-height: 1.5;
        margin-bottom: 20px;
    }

section.home-7 .right-content {
    width: 60%;
    float:  left;
    padding-left: 25px;
    position: relative;
    padding-top: 25px;
}
    /*form*/
    section.home-7 .right-content .form-group input {
        background-color: #f7f8f9;
        padding: 15px;
        height: 50px;
        border: 0px;
        box-shadow: none;
        border-radius: 5px;
        margin-bottom: 20px;
    }
    section.home-7 .right-content .form-group textarea {
        background-color: #f7f8f9;
        padding: 15px;
        border: 0px;
        box-shadow: none;
        border-radius: 5px;
    }
/*===============================*/
    /* breadcrumb */
/*===============================*/
    section.page-breadcrumb {
/*    background-image: url(../images/breadcrumb-bg.png);*/
    background-size: cover;
    padding: 65px 0 65px;
    background-position-y: 100%; 
    }
    .page-breadcrumb h1.page-title {
        font-family: 'Poppins-Medium';
        color: #fff;
        font-size: 55px;
        margin-top: 10px;
    }
    .page-breadcrumb .breadcrumb {
        padding: 8px 0px;
        margin-bottom: 0px;
        list-style: none;
        background-color: transparent;
        border-radius: 4px;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }
    .page-breadcrumb .breadcrumb span {
        font-weight: normal;
        font-size: 22px;
        margin: 0 5px;
    }
    .page-breadcrumb .breadcrumb a{
        color: #fff
    }
    .page-breadcrumb .breadcrumb a:hover{
        color: #343858;
        text-decoration: none;
    }

/*===============================*/
    /* page - our services */
/*===============================*/
    section.page-breadcrumb.b-services {
        background-image: url(../images/breadcrumb-bg.png);
    }
    section.home-3.what-we-do{
        background-image: url(../images/what-we-do-bg.png);
        background-size: cover;
        padding: 100px 0px 110px;
    }
/*===============================*/
    /* page - about us */
/*===============================*/

    section.page-breadcrumb.b-about {
        background-image: url(../images/breadcrumb-about-us-bg.png);
    }
    section.about-us {
        background-image: url(../images/what-we-do-bg.png);
        background-size: cover;
        padding: 100px 0px 110px;
    }

    .about-us .left-content {
        width: 40%;
        float:  left;
        padding-right: 25px;
    }

    .about-us .left-content img {
        max-width: 100%;
    }

    .about-us .right-content {
        width: 60%;
        float:  left;
        padding-left: 25px;
            margin-top: 11vh;
    }
    .about-us  h3.section-title {
        color: #343858;
    }
    .about-us .right-content p.description {
        font-size: 18px;
        color: #343858;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .about-us .right-content h3.section-title:before {
        content: '';
        background-color: #71bae8;
        height: 3px;
        width: 15px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .about-us .right-content h3.section-title:after {
        content: '';
        background-color: #71bae8;
        height: 3px;
        width: 50px;
        position: absolute;
        bottom: 0;
        left: 20px;
    }

/**/
section.about-us-info {
    background-color: #71bae8;
    padding: 70px 0 80px;
}
.about-us-info h4.title-1 {
        font-size: 18px;
        color: #fff;
        font-family: 'Poppins-Bold';
        margin-left: 50px;
        position: relative;
    }
.about-us-info h4.title-1:before {
            content: '';
            background-image: url(../images/handshake.png);
            height: 21px;
            width: 34px;
            background-size: cover;
            left: -50px;
            position: absolute;
        }

.about-us-info h4.title-2 {
        font-size: 18px;
        color: #fff;
        font-family: 'Poppins-Bold';
        margin-left: 50px;
        position: relative;
        margin-top: 30px;
    }
.about-us-info h4.title-2:before {
                content: '';
                background-image: url(../images/promise.png);
                height: 31px;
                width: 18px;
                background-size: cover;
                left: -40px;
                position: absolute;
            }

.about-us-info p.description-1 {
        font-size: 15px;
        color: #fff;
        margin-left: 50px;
        padding: 5px 0 10px;
    }
/*===============================*/
    /* page - our services */
/*===============================*/
    section.page-breadcrumb.b-services {
        background-image: url(../images/breadcrumb-bg.png);
    }
    section.home-3.what-we-do{
        background-image: url(../images/what-we-do-bg.png);
        background-size: cover;
        padding: 100px 0px 110px;
    }
    /*===============================*/
        /* single page  - our services */
    /*===============================*/
        section.single-services {
            background-image: url(../images/what-we-do-bg.png);
            background-size: cover;
            padding: 100px 0px 110px;
        }
        .single-services .left-content {
            width: 40%;
            float:  left;
            padding-right: 25px;
        }

        .single-services .left-content img {
            max-width: 100%;
            border-radius: 5px;
        }

        .single-services .right-content {
            width: 60%;
            float:  left;
            padding-left: 25px;
                margin-top: 11vh;
        }
        .single-services  h3.section-title {
            color: #343858;
        }
        .single-services .right-content p.description {
            font-size: 18px;
            color: #343858;
            line-height: 1.5;
            margin-bottom: 20px;
        }
        .single-services .right-content h3.section-title:before {
            content: '';
            background-color: #71bae8;
            height: 3px;
            width: 15px;
            position: absolute;
            bottom: 0;
            left: 0;
        }
        .single-services .right-content h3.section-title:after {
            content: '';
            background-color: #71bae8;
            height: 3px;
            width: 50px;
            position: absolute;
            bottom: 0;
            left: 20px;
        }
/*===============================*/
    /* page - quality control */
/*===============================*/

    section.page-breadcrumb.b-qc {
        background-image: url(../images/b-qc-bg.png);
    }
    section.quality-control {
        background-image: url(../images/what-we-do-bg.png);
        background-size: cover;
        padding: 100px 0px 110px;
    }

    .quality-control .left-content {
        width: 40%;
        float:  left;
        padding-right: 25px;
    }

    .quality-control .left-content img {
        max-width: 100%;
    }

    .quality-control .right-content {
        width: 60%;
        float:  left;
        padding-left: 25px;
            margin-top: 7vh;
    }
    .quality-control  h3.section-title {
        color: #343858;
    }
    .quality-control .right-content p.description {
        font-size: 18px;
        color: #343858;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .quality-control .right-content h3.section-title:before {
        content: '';
        background-color: #71bae8;
        height: 3px;
        width: 15px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .quality-control .right-content h3.section-title:after {
        content: '';
        background-color: #71bae8;
        height: 3px;
        width: 50px;
        position: absolute;
        bottom: 0;
        left: 20px;
    }
    .quality-control  a.certifcate-popup {
        position: relative;
        right: -30px;
        top: 0;
        font-size: 15px;
        color: #a1d683;
        text-transform: uppercase;
        z-index: 1;
    }
    .quality-control a.certifcate-popup:before {
        content: '';
        background-image: url(../images/fa-eye-green.png);
        height: 15px;
        width: 22px;
        background-size: cover;
        left: -30px;
        position: absolute;
        top: 3px;
    }

/*===============================*/
    /* page - contact us */
/*===============================*/

    section.page-breadcrumb.b-contact {
        background-image: url(../images/b-contac-us.png);
    }

/*===============================*/
    /* page -  our products */
/*===============================*/

    section.page-breadcrumb.b-products {
        background-image: url(../images/b-products.png);
    }
    section.products-sorting {
        background-color: #fcfcfc;
    }
    section.products-sorting .filter-title {
        font-size: 18px;
        margin-right: 30px;
        color: #282c4f;
    }
    section.products-sorting select.filters-select {
        padding: 15px;
        width: 100%;
        max-width: 285px;
        border-radius: 5px;
        border-color: #dadada;
    }
    section.products-sorting .row.row-filter {
        padding: 40px 0;
    }
    section.products-sorting .right {
        text-align: right;
    }
    section.products-sorting .right input#myInput {
        padding: 15px;
        max-width: 315px;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #dadada;
    }
    section.products-filtering {
        background-color: #fcfcfc;
    }
      section.products-filtering,
      p#hidefilter {
        display: none;

      }
      p#hidefilter, p#showfilter {
               /* display: none;*/
        color: #a9d98d;
        font-size: 18px;
        margin-left: 30px;
        position: relative;
    }
    p#showfilter:before,
    p#hidefilter:before {
                content: '';
                background-image: url(../images/fa-filter.png);
                height: 14px;
                width: 15px;
                background-size: cover;
                left: -20px;
                top: 5px;
                position: absolute;
            }
    /**/
    section.products-filtering .row-filter {
        box-shadow: 0px 0px 15px 0px #bfbfbf;
        padding: 40px 15px;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 5px;
        margin-right: 0;
        margin-left: 0;
        background-color: #fff;
    }
    .products-filtering .filter-title {
        display: block;
        font-size: 18px;
        margin-bottom: 5px;
        color: #282c4f;
    }
        .products-filtering select.filters-select {
            padding: 15px;
            width: 100%;
            border-radius: 5px;
            border-color: #dadada;
        }
        /*product listing*/
        section.products-list {
            background-color: #fcfcfc;
            padding: 0px 0 75px;
        }
        section.products-list h3.section-title {
            text-align: center;
            margin-bottom: 50px;
        }
            .products-list  h3.section-title:before {
                content: '';
                background-color: #71bae8;
                height: 3px;
                width: 15px;
                position: absolute;
                bottom: 0;
                left: 47%;
            }
            .products-list  h3.section-title:after {
                content: '';
                background-color: #71bae8;
                height: 3px;
                width: 50px;
                position: absolute;
                bottom: 0;
                left: 49%;
            }
            .col-md-3.col-sm-6.element-item {
                padding-bottom: 30px;
            }
            ul#products-ul {
                list-style: none;
            }
            section.products-list .products {
                box-shadow: 0px 0px 15px 0px #bfbfbf;
                border-radius: 5px;
                background-color: #fff;
                padding-bottom: 20px;
            }
            section.products-list .products img{
                width: 100%;
            }
            section.products-list .products h4.service-title {
                font-size: 18px;
                font-family: 'Poppins-bold';
                font-weight: bold;
                text-align: center;
                padding: 20px 0px 10px;
                
                margin-bottom: 0
            }
            section.products-list .products h4.service-title a{
				color: #282c4f;
            }
            section.products-list .products p.desc {
                font-size: 15px;
                text-align: center;
                color: #282c4f;
            }
            section.product-list-header {
                padding: 30px 0 40px;
                background-color: #fcfcfc;
            }
            section.product-list-header .container {
                padding: 0;
            }
            .product-list-header p.description {
                font-size: 18px;
                padding-left: 15px;
                color:#282c4f;
            }
    /*===============================*/
        /* single page - products */
    /*===============================*/
        .product-details .container {
            box-shadow: 0px 0px 15px 0px #bfbfbf;
            padding: 0;
        }
        .product-details h3.product-title {
            background-color: #71bae8;
            color: #fff;
            padding: 15px 35px;
            margin: 0;
        }
        .product-details .left-content, .product-details .right-content {
            width: 50%;
            float: left;
            padding:35px;
        }
        .product-details h3.section-title {
            position: relative;
            padding-bottom: 15px;
            font-family: 'Poppins-Medium';
            font-size: 18px;
                margin-top: 0px;
        }
        .product-details .left-content .example {
            max-width: 100%;
        }
            .product-details h3.section-title:before {
                content: '';
                background-color: #71bae8;
                height: 3px;
                width: 15px;
                position: absolute;
                bottom: 0;
                left: 0;
            }
            .product-details h3.section-title:after {
                content: '';
                background-color: #71bae8;
                height: 3px;
                width: 50px;
                position: absolute;
                bottom: 0;
                left: 20px;
            }
            .product-details .right-content table {
                margin-bottom: 30px;
                margin-top: 20px;
            }
           .product-details .right-content table tr td {
                font-size: 15px;
                padding: 0 0 10px;
            }
            .share {
                padding: 20px 0 0;
            }
            .share a {
                font-size: 15px;
                color: #71bae8;
            }
            a.social-share,
            a.file-download{
                position: relative;              
            }
            a.social-share{
                margin-left: 25px;
            }
            a.file-download{
                margin-left: 50px;
            }
            a.social-share:before {
                content: '';
                background-image: url(../images/fa-share-alt.png);
                height: 12px;
                width: 12px;
                background-size: cover;
                left: -20px;
                top: 4px;
                position: absolute;
            }
            a.file-download:before {
                content: '';
                background-image: url(../images/fa-download.png);
                height: 12px;
                width: 13px;
                background-size: cover;
                left: -20px;
                top: 4px;
                position: absolute;
            }
            /*popup share close*/
            .close {
                float: right;
                font-size: 21px;
                font-weight: 700;
                line-height: 1;
                color: #fff;
                text-shadow: 0 1px 0 #fff;
                filter: alpha(opacity=20);
                opacity: 1;
            }
            .modal-content.products .modal-body a {
                margin-right: 10px;
            }

        section.related-products {
            padding: 70px 0 100px;
        }
        .related-products .container {
            box-shadow: 0px 0px 15px 0px #bfbfbf;
            padding: 0;
        }
        .related-products h3.product-title {
            background-color: #71bae8;
            color: #fff;
            padding: 15px 35px;
            margin: 0;
        }
        .related-products h4.product-title {
            text-align: center;
            font-weight: bold;
            color: #343858;
        }
        .related-products .owl-carousel {
            padding: 35px;
        }
        .related-products .owl-carousel .owl-nav {
            display: none;
        }

        section.product-header {
            padding: 100px 0 30px;
        }
        section.product-header .container {
            padding: 0;
        }
        .product-header p.description {
            font-size: 18px;
        }
        .modal-content.products {
            background-color: #000;
        }



 /*========================================================================*/
/*-------- footer --------*/
footer.site-footer p {
    font-size:  14px;
    text-align:  center;
    padding: 22px 0;
    border-top: 1px solid #eee;
}

footer.site-footer p span {
    color: #71bae8;
}

footer.site-footer p a {
    color: #a1d683;
}

/*==========================*/
/* responsive */
@media screen and (max-width: 1199px){
    ul.nav.navbar-nav li a {
      margin: 30px 10px 0 10px;
    }
}
/*=== max-width 1024px ===*/
@media screen and (max-width: 1024px){
	ul.nav.navbar-nav li a {
	    color: #343858;
	    font-size: 15px;
	    font-family: "Poppins-Medium";
	    /*margin: 15px 10px 0 10px;*/
	    text-transform: uppercase;
	    padding-bottom: 40px;
	    margin: 30px 10px 0 10px;
	}
}

@media screen and (max-width: 991px){
    ul.nav.navbar-nav li a {
     margin: 30px 0px 0 0px;
     padding-left: 8px;
     padding-right: 8px;
    }
}


@media screen and (max-width: 768px){
    .navbar-default .navbar-brand {
        height:86px;
    }
    .navbar-toggle {
        margin-top: 25px !important;
    }
	ul.nav.navbar-nav li a {
	    color: #343858;
	    font-size: 14px;
	    font-family: "Poppins-Medium";
	    margin: 15px 0px 0 0px;
	    padding: 10px 8px;
	    text-transform: uppercase;
	    padding-bottom: 25px;
	}
	
	section.home-1 {
	    padding: 60px 0 70px;
	    text-align: center;
	}
	section.home-1 h1.banner-title {
	    font-size: 36px;
	    color: #282c4f;
	    font-family: 'Poppins-Medium';
	    text-transform: uppercase;
	    margin-top: 20px;
	}

	section.home-5 .right-content {
	    width: 60%;
	    float: left;
	    padding-left: 25px;
	    position: relative;
	    padding-top: 0;
	}
	section.home-5 a.certifcate-popup {
	    position: absolute;
	    right: 0;
	    top: 25px;
	    font-size: 15px;
	    color: #fff;
	    text-transform: uppercase;
	    z-index: 1;
	}

	section.home-7 .left-content {
	    width: 100%;
	    float: left;
	    padding-right: 25px;
	}
	section.home-7 .right-content {
	    width: 100%;
	    float: left;
	    padding-left: 0px;
	    position: relative;
	    padding-top: 25px;
	}
	section.home-1 .container .row {
	    display: flex;
	    flex-direction: column-reverse;
	}
	section.home-1 img {
	    max-width: 80%;
	}



}
/*=== max-width 767px ===*/
@media (max-width: 767px){

	section.home-2 .left-content {
	    width: 100%;
	    float: left;
	    padding-right: 0;
	    text-align: center;
	}
	section.home-2 .left-content img {
	    max-width: 100%;
	    width: 454px;
	}
	section.home-2 .right-content {
	    width: 100%;
	    float: left;
	    padding-left: 0;
	}

	section.home-3 .services {
		text-align: center;
	}
	section.home-3 .services img {
	    width: 454px;
	    max-width: 100%;
	}
	section.home-4 .products {
	    width: 454px;
	    max-width: 100%;
	    text-align: center;
	    margin: 0 auto;
	}
	section.home-4 .products img {
	    width: 454px;
	    max-width: 100%;
	}
	section.home-5 .left-content {
	    width: 100%;
	    float: left;
	    padding-right: 0;
	    text-align: center;
	}
	section.home-5 .right-content {
	    width: 100%;
	    float: left;
	    padding-left: 0;
	    position: relative;
	    padding-top: 0;
	}
	section.home-5 .left-content img {
	    max-width: 100%;
	    width: 454px;
	}
	.product-details .left-content, .product-details .right-content {
	    width: 100%;
	    float: left;
	    padding: 35px;
	}
	.quality-control .left-content {
	    width: 100%;
	    float: left;
	    padding-right: 25px;
	}
	.quality-control .right-content {
	    width: 100%;
	    float: left;
	    padding-left: 25px;
	    margin-top: 7vh;
	}
	section.home-7 {
	    padding: 0px 10px 65px;
	}
	.about-us .left-content {
	    width: 100%;
	    float: left;
	    padding-right: 25px;
	}
	.about-us .right-content {
	    width: 100%;
	    float: left;
	    padding-left: 25px;
	    margin-top: 11vh;
	}
	.product-header p.description {
	    font-size: 18px;
	    padding: 0 15px;
	}
	.single-services .left-content {
	    width: 100%;
	    float: left;
	    padding-right: 25px;
	}
	.single-services .right-content {
	    width: 100%;
	    float: left;
	    padding-left: 0px;
	    margin-top: 4vh;
	}
}

/*=== max-width 480px ===*/
@media (max-width: 480px){
	a.btn.btn-green {
	    font-size: 18px;
	    border: 2px solid #a1d683;
	    background-color: #a1d683;
	    min-width: 75%;
	    padding: 10px;
	    color: #fff;
	    text-transform: uppercase;
	    margin-top: 10px;
	}
	h3.section-title {
	    position: relative;
	    padding-bottom: 15px;
	    font-family: 'Poppins-Medium';
	    font-size: 26px;
	}
	section.home-1 h1.banner-title {
	    font-size: 30px;
	    color: #282c4f;
	    font-family: 'Poppins-Medium';
	    text-transform: uppercase;
	    margin-top: 20px;
	}
	.page-breadcrumb h1.page-title {
	    font-family: 'Poppins-Medium';
	    color: #fff;
	    font-size: 8vw;
	    margin-top: 10px;
	}
	a.btn.btn-white-transparent {
	    font-size: 18px;
	    border: 2px solid #fff;
	    background-color: transparent;
	    min-width: 70%;
	    padding: 10px;
	    color: #fff;
	    text-transform: uppercase;
	    margin-top: 25px;
	    margin-left: 15%;
	}
	section.product-header {
	    padding: 50px 0 30px;
	}
	section.quality-control {
	    background-image: url(../images/what-we-do-bg.png);
	    background-size: cover;
	    padding: 50px 0px 60px;
	}
}

/*=== max-width 414px ===*/
@media (max-width: 414px){
	section.home-1 h1.banner-title {
	    font-size: 23px;
	    color: #282c4f;
	    font-family: 'Poppins-Medium';
	    text-transform: uppercase;
	    margin-top: 20px;
	}
}

/*=== max-width 320px ===*/
@media (max-width: 320px){
	section.home-7 .container {
	    box-shadow: 0px 0px 15px 0px #bfbfbf;
	    border-radius: 20px;
	    margin-top: -125px;
	    position: relative;
	    background-color: #fff;
	    padding: 25px 15px 50px;
	}
	section.home-7 table tr td {
	    font-size: 14px;
	    color: #343858;
	    vertical-align: top;
	    padding-bottom: 15px;
	    line-height: 1.5;
	    word-break: break-all;
	}
	section.home-7 .left-content {
	    width: 100%;
	    float: left;
	    padding-right: 0px;
	}
}