﻿@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic|Titillium+Web);

/*! 
 *   JKSC
 *   Author: Webcraft India
 */
/*
    Core: General style
----------------------------
*/

html,
body {
    font-family: 'PT Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    background: #efefef;
    background: url(../img/bg.jpg) top right;
    background-size: cover;
    font-size: 16px;
    line-height: 1.4;
    color: #3C3C3C;
    font-weight: 500;
}

a {
    color: #222;
}

    a:hover,
    a:active,
    a:focus {
        outline: none;
        text-decoration: underline;
        color: #f28743;
    }

.knowmore {
    text-align: right;
    margin: 0;
}

    .knowmore a {
        color: #f28743;
        display: inline-block;
        border-bottom: 1px dashed;
        line-height: 1.1em;
        text-decoration: none;
    }

        .knowmore a:after {
            font-family: 'FontAwesome';
            content: ' \f101';
        }

/* Layouts */

.wrapper {
    min-height: calc(100vh - 60px);
}

    .wrapper:before,
    .wrapper:after {
        display: table;
        content: " ";
    }

    .wrapper:after {
        clear: both;
    }
/* Utility */
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 600;
}


/* Page Header / Pagetitle */
p {
    margin: 0 0 20px 0;
}

/* All images should be responsive */
img {
    max-width: 100% !important;
}
/* 10px padding and margins */
.pad {
    padding: 10px;
}

.margin {
    margin: 10px;
}
/* Display inline */
.inline {
    display: inline;
    width: auto;
}
/* Remove borders */
.no-border {
    border: 0px !important;
}
/* Remove padding */
.no-padding {
    padding: 0px !important;
}
/* Remove margins */
.no-margin {
    margin: 0px !important;
}
/* Remove box shadow */
.no-shadow {
    box-shadow: none !important;
}
/* Remove border radius */
.flat {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
/* box */
.well {
    background-color: #fff;
    min-height: 50px;
    padding: 25px 0 10px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.column {
    margin-bottom: 15px;
}


/* 
   All form elements including input, select, textarea etc.
-----------------------------------------------------------------
*/

.sec-email {
    display: none !important;
}

#Contact-us textarea {
    height: 83px;
}

.inquiry .btn {
    margin: 0;
}

@media screen and (min-width: 767px) {
    .content label {
        text-align: right;
        width: 100%;
    }
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    border: 0;
    outline: 0;
}

.input-group a {
    color: #222;
}

.form-control {
    box-shadow: none;
}

    .form-control:focus {
        border-color: #CCC !important;
        box-shadow: none;
    }
    /* Select group */
    .form-control option {
        padding: 2px 5px 2px 15px;
    }
/* Input group */
.input-group .input-group-addon {
    background-color: #f4f4f4;
}

/* button groups */
.btn {
    color: #fff;
    font-weight: bold;
    min-width: 125px;
    background: #F28743;
    border: 1px solid #E7803F;
}

    .btn:hover {
        opacity: 0.8;
    }

.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0;
}
/* Checkbox and radio inputs */
.checkbox,
.radio {
    padding-left: 0;
}

/* Error */
input.has-error {
    border-color: #f56954;
}

.ErrorMsg {
    color: #cb2626;
    font-size: 14px;
    margin-bottom: -20px;
    position: relative;
    text-align: center;
    top: -1px;
}

.req {
    color: #ff0000;
    position: absolute;
    right: 0;
    top: 0;
}

/* 
    Modal Close
------------------------
*/

.modal-dialog .close {
    background: none repeat scroll 0 0 #fff;
    border-radius: 30px;
    clear: both;
    color: #000;
    height: 30px;
    position: absolute;
    right: -10px;
    text-shadow: none;
    top: -10px;
    width: 30px;
    z-index: 1;
    opacity: 1;
}


/* 
    Header 
*/


/* Logo Navbar Brand */

@media screen and (min-width:992px) {
    #header {
        position: relative;
        z-index: 1;
        width: 100%;
    }

        #header .navbar-brand {
            padding: 0;
            z-index: 2; 
        }
}

.certify-text {
    position: absolute;
    margin-top: 40px; 
    text-align: center;
    font-weight: 600;
    width: 44%;
}
.certify-text .p1{ font-size: 15px; margin: 0; }
.certify-text .p2{ font-size: 12px; margin: 0; }


#header {
    background: #ededed;
}

.navbar-toggle {
    margin-top: 35px;
}

    .navbar-toggle .icon-bar {
        background: #1C1914;
    }

.navbar-nav {
    float: none;
}

@media screen and (max-width:424px) {
.certify-text .p1{ font-size: 11px; margin: 0; }
.certify-text .p2{ font-size: 9px; margin: 0; }
}

@media screen and (max-width:991px) {
    .navbar-nav {
        margin: 0;
    }

    .nav > li {
        float: none !important;
    }

        .nav > li .nav > li > a {
            display: block;
        }

    .navbar-header {
        float: none;
    }

    .navbar-collapse {
        max-height: none !important;
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .certify-text { 
        position: relative;
        width: 75%;
        font-size: 15px;
        text-align: center;
        font-weight: 600;
        margin-top: 0px;
        display: grid;
    }
}

@media screen and (min-width:992px) {
    .navbar-nav {
        display: table;
    }

        .navbar-nav > li {
            float: none;
            display: table-cell;
            width: 1%;
            white-space: nowrap;
        }
}
/* Main Menu*/

#header .headertop {
    padding: 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    #header .headertop {
        position: absolute;
        top: -90px;
        right: 10px;
    }

        #header .headertop li {
            display: inline-block !important;
        }

            #header .headertop li a {
                text-decoration: none;
                font-weight: bold;
            }
}

#header .headertop .fa {
    font-size: 18px;
}

#header .headertop li.active a {
    color: #f28743;
}

#header .headertop li {
    list-style: none;
    display: inline-block;
    margin: 3px 5px;
    font-size: .85em;
}

#header .headertop:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}


#header .main-menu > ul.navbar-nav > li > a {
    font-weight: 400;
}

#header nav.navbar {
    margin-bottom: 0px;
    border: 0;
    min-height: 0;
    border-bottom: 5px solid #000;
    background: rgba(255, 255, 255, 1);
}

    #header nav.navbar .container {
        position: relative;
    }

#header .main-menu .dropdown-menu li .dropdown-menu {
    float: none;
    right: 0;
    left: 100%;
    top: -6px;
    width: 100%;
    margin: 0;
}

#header .main-menu .dropdown-menu li {
    position: relative;
}

    #header .main-menu .dropdown-menu li:hover .dropdown-menu:before {
        display: none;
    }

@media screen and (min-width:992px) {

    #header nav.navbar {
        margin-top: 15px;
    }

    #header .main-menu {
        border-radius: 25px;
    }

    .navbar-nav > li:not(:nth-of-type(2)):before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 10px;
        width: 1px;
        bottom: 10px;
        background-color: #eee;
    }

    #header .navbar-header {
        float: none;
        margin: 10px 0;
    }

    #header .main-menu > ul.navbar-nav > li > a {
        background: none;
        font-size: 18px;
        font-weight: 600;
        position: relative;
    }

    #header .main-menu ul.navbar-nav li.active > a,
    #header .main-menu ul.navbar-nav li.open > a,
    #header .main-menu ul.navbar-nav li:hover > a {
        color: #f28743;
    }

    #header .main-menu > ul.navbar-nav > li > a > span {
        position: relative;
        padding: 10px;
    }

        #header .main-menu > ul.navbar-nav > li > a > span:after {
            position: absolute;
            /*content:'';
        */
            top: 100%;
            margin-top: 9px;
            height: 5px;
            left: 10px;
            right: 10px;
        }

    #header .main-menu > ul.navbar-nav > li:active > a > span:after,
    #header .main-menu > ul.navbar-nav > li.active > a > span:after,
    #header .main-menu > ul.navbar-nav > li.open > a > span:after,
    #header .main-menu > ul.navbar-nav > li:hover > a > span:after,
    #header .main-menu > ul.navbar-nav > li:hover > a > span {
        background-color: #f28743;
        color: #fff;
    }

    #bs-example-navbar-collapse-1 li.dropdown:hover > .dropdown-menu {
        display: block;
    }
}

@media screen and (min-width:767px) {

    #header .navbar-collapse {
        padding: 0;
    }
}

@media screen and (max-width:991px) {
    .navbar-brand {
        max-width: 75%;
        padding: 15px 0;
    }
}

#header .main-menu .dropdown-menu {
    background: #fff;
    margin-top: 5px;
}

    #header .main-menu .dropdown-menu li a {
        white-space: initial;
    }

    #header .main-menu .dropdown-menu li + li {
        margin-top: 5px;
    }

@media screen and (min-width: 992px) {
    #header .main-menu .dropdown-menu {
        text-align: center;
        left: -15px;
        right: -15px;
    }

        #header .main-menu .dropdown-menu:before {
            font-family: 'FontAwesome';
            content: "\f0d8";
            color: #fff;
            position: absolute;
            top: -12px;
            width: 100%;
            left: 0;
            text-align: center;
        }
}
/* 
    Slider 
*/
#slider {
    background-image: linear-gradient(0deg, #f07c2f 30%, #efa72f);
}

.banner-about {
    color: #fff;
}

    .banner-about a {
        color: #fff !important;
    }

@media screen and (max-width: 767px) {
    .banner-about {
        padding: 0 30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-about h2 + p {
        max-height: 193px;
        overflow: hidden;
    }

    .certify-text {
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .banner-about h2 + p {
        margin-bottom: 10px;
    }
}

.carousel-inner .item {
    max-height: 100vh;
    overflow: hidden;
}

.carousel-inner img {
    margin: 0 auto;
    width: 100%;
}

.carousel-indicators {
    bottom: 75px;
}

    .carousel-indicators li {
        border-color: #f28743;
    }

        .carousel-indicators li.active {
            background-color: #f28743;
        }

.carousel-inner .carousel-caption {
    top: 45%;
    width: auto;
    right: auto;
}

    .carousel-inner .carousel-caption h1 {
        background: #f28743;
        display: inline-block;
        padding: 5px 10px;
        box-shadow: -3px 3px 0 0 #efa72f;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        /*
    display: inline;
      line-height: 1.75em;*/
    }

    .carousel-inner .carousel-caption p {
        display: none;
    }
/* 
    Gateway 
*/
@media screen and (min-width: 768px) {
    .gateways {
        margin-top: -100px;
    }
}

.gateways .gateway {
    margin: 30px 0 10px;
    text-align: justify;
    text-align-last: left;
}

    .gateways .gateway .gateway-wrap {
        padding: 15px;
        background: #fff;
        box-shadow: 0 0 3px #ccc;
        transition: 1s all;
        -webkit-transform-origin: 50% 100% 0;
        transform-origin: 50% 100% 0;
        box-shadow: 0 0px 5px #999;
        border-radius: 7px;
        border-bottom: 2px solid #fff;
        overflow: hidden;
    }

    .gateways .gateway:hover .gateway-wrap {
        transform: scale(1.02);
        z-index: 10;
        position: relative;
        box-shadow: 0 10px 7px #999;
        /*    */
        border-color: #F27727;
    }

    .gateways .gateway .gateway-wrap .bigImg {
        overflow: hidden;
    }

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .gateways .gateway .gateway-wrap {
        min-height: 379px;
    }
}

@media screen and (min-width: 1200px) {
    .gateways .gateway .gateway-wrap {
        min-height: 351px;
    }
}

.gateways .gateway img {
    display: block;
    margin: 0 auto;
    transition: 1s all;
}

.gateways .gateway .gateway-wrap > .title {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    padding: 15px;
    background: #efefef;
    transition: 1s all;
}

    .gateways .gateway .gateway-wrap > .title img {
        float: right;
        max-height: 50px;
        max-width: 35%;
        top: -5px;
        position: relative;
        border-radius: 50%;
    }

.gateways .gateway h2 {
    text-align: center;
    margin: 10px auto;
}

.gateways h3:not(.bg) {
    margin: 0;
    line-height: 40px;
}

.gateways h3.bg {
    background: #fff;
    padding: 10px 15px;
    color: #f28743;
    margin-top: 0;
    border-bottom: 2px solid;
}

    .gateways h3.bg .fa {
        background: #f28743;
        color: #fff;
        margin: -10px 10px -10px -15px;
        padding: 12px 15px;
    }

.gateways #about-us p {
    margin: 0 15px;
}

.gateways .gateway-wrap p {
    clear: both;
}

@media screen and (max-width: 992px) {
    .gateways .gateway-wrap p {
        text-align: center;
    }
}

.gateways .gateway-wrap .bigImg {
    margin-bottom: 7px;
}
/* Inner banner */

.page-header {
    padding: 10px 15px 9px;
    margin: 0;
    color: #fff;
    border-bottom: 0px solid #ccc;
    position: relative;
    z-index: 1;
}

.banner {
    background: #f07c2f;
    margin: 0 0 8px;
    background-image: linear-gradient(0deg, #f07c2f 30%, #efa72f);
    background: url(../img/inner.jpg) center;
    background-size: cover;
    position: relative;
    padding-top: 100px;
}

@media screen and (min-width: 768px) {
    .banner {
        text-align: right;
        padding-top: 180px;
        min-height: 10vh;
    }
}

/* 
    above footer 
*/
.above-footer {
    margin-bottom: 20px;
}
/* 
    Footer 
*/

#footer {
    border-top: 2px solid #fff;
    padding: 10px 0;
    position: relative;
    background: #575757;
    color: #fff;
}

.footer-menu {
    list-style: none;
}

.footer .small, .footer .small h4 {
    font-size: 12px;
}

.footer-menu a {
    color: #e9eaec;
}

.bg * {
    display: inline-block;
}

.stocks {
    text-align: center;
}

    .stocks table td {
        color: #fff;
    }

@media screen and (min-width: 768px) {
    .stocks table {
        width: auto;
        text-align: center !important;
        margin: 0;
        display: inline-block;
        width: 30%;
    }

        .stocks table tbody,
        .stocks table td {
            display: inline-block;
        }
}

.stocks font[color="green"] {
    color: rgb(25, 219, 25);
}

.stocks a {
    color: #f28743;
}
/* 
    Middle 
*/

.middle {
    overflow: hidden;
    padding-bottom: 30px;
}

    .middle .breadcrumb {
        background: none;
        padding-left: 20px;
        margin-bottom: 0;
        color: #777;
        font-weight: bold;
    }

        .middle .breadcrumb a {
            color: #777;
        }

        .middle .breadcrumb:before {
            content: 'You Are Here:';
            margin-right: 10px;
        }

@media screen and (max-width: 767px) {

    .middle .col-sm-9.pull-right {
        float: none !important;
    }
}
/* 
    Content 
*/
.content {
    min-height: 400px;
}

@media screen and (min-width: 768px) {
    .content {
        padding-left: 20px;
    }
}

.content h1:first-of-type {
    margin-top: 0;
}

.content h1 {
    margin: 1em 0 0.5em 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    line-height: 1.5em;
    font-size: 1.8em;
    color: #F28743;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(53,86,129, 0.3);
}

    .content h1 img {
        height: 52px;
        border-radius: 50%;
    }

    .content h1 span {
        vertical-align: middle;
    }

.content p {
    margin-bottom: 20px;
    text-align: justify;
}

.content ul {
    padding-left: 20px;
}

    .content ul li {
        list-style: none;
        position: relative;
    }

        .content ul li:before {
            content: "•";
            color: #F28743;
            font-size: 30px;
            position: absolute;
            top: -5px;
            left: -20px;
            line-height: 30px;
        }

    .content ul ul li:before {
        color: #999;
    }

    .content ul ul ul li:before {
        color: #ccc;
    }
/* 
    Pages 
*/
/* 
    Right Sidebar 
*/

@media screen and (max-width: 767px) {
    .right-sidebar {
        border-top: 1px solid #ccc;
        margin-top: 25px;
    }
}

.right-sidebar {
    position: relative;
}

    .right-sidebar .h3-wrapper {
        padding: 7px 0 0px;
        background: #fff;
        position: relative;
        box-shadow: 0 0 3px #ccc;
    }

        .right-sidebar .h3-wrapper strong:before {
            background: #E09494;
            content: "";
            height: 30px;
            left: -14px;
            position: absolute;
            top: 32px;
            transform: rotate(45deg);
            width: 29px;
            box-shadow: 0 0 7px 4px #F28743 inset;
        }

    .right-sidebar h3 {
        background-color: #F28743;
        color: #fff;
        font-size: 18px;
        margin-bottom: 0;
        margin-top: 30px;
        padding: 8px 0 8px 15px;
        position: relative;
        border-bottom: 1px solid #E09494;
        z-index: 999;
        position: relative;
    }

        .right-sidebar h3:first-child {
            margin-top: 5px;
        }

        .right-sidebar h3:before {
            position: absolute;
            content: '';
            display: block;
            border: 18px solid transparent;
            border-left-color: #F28743;
            left: 100%;
            top: 0;
        }

    .right-sidebar ul.right-side-menu {
        list-style: none outside none;
        padding-left: 0;
        background: #fff;
        position: relative;
        z-index: 99;
        margin-bottom: 20px;
        box-shadow: 0 0 3px #ccc;
    }

    .right-sidebar > ul.right-side-menu > li:before {
        content: "";
        font-family: "FontAwesome";
        font-size: 12px;
        left: 0px;
        line-height: 2em;
        color: #F28743;
        font-weight: bold;
        position: absolute;
        transition: 1s left;
    }

    .right-sidebar > ul.right-side-menu > li:hover:before,
    .right-sidebar > ul.right-side-menu > li.active:before {
        left: 5px;
        color: #222;
    }

    .right-sidebar > ul.right-side-menu > li {
        border-bottom: 1px solid #F28743;
        border-top: 1px solid #efefef;
        padding: 7px 0 7px 20px;
        position: relative;
        margin: 0 10px;
    }

        .right-sidebar > ul.right-side-menu > li:first-child {
            border-top: none;
        }

        .right-sidebar > ul.right-side-menu > li:last-child {
            border-bottom: 0 none;
        }

        .right-sidebar > ul.right-side-menu > li a {
            color: #F28743;
            font-size: 1.05em;
            text-decoration: none;
            transition: 1s color;
        }

            .right-sidebar > ul.right-side-menu > li.active a,
            .right-sidebar > ul.right-side-menu > li a:hover {
                color: #222;
                cursor: pointer;
            }

    .right-sidebar ul.right-side-menu ul {
        list-style: none outside none;
        padding-left: 28px;
    }

    .right-sidebar > ul.right-side-menu ul li:before {
        color: #777;
        content: "";
        font-family: "FontAwesome";
        font-size: 12px;
        margin-right: 10px;
    }

    .right-sidebar > ul.right-side-menu ul > li a {
        color: #777;
    }

    .right-sidebar .text-widget {
        font-size: 0.9em;
        padding: 10px;
        text-align: justify;
        background: #fff;
        position: relative;
        z-index: 99;
        box-shadow: 0 0 3px #ccc;
    }

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .flexslider .slides img {
        height: 174px;
    }
}

.qhseimg {
    text-align: center;
}

@media screen and (max-width: 991px) {
    .qhseimg {
        margin: 15px auto;
    }
}

@media screen and (min-width: 992px) {
    .qhseimg {
        float: right;
    }

        .qhseimg img {
            height: 200px;
        }
}

@media screen and (max-width: 1199px) {
    .qhseimg img {
        height: 230px;
    }
}

#Contact-us {
    text-align: justify;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    #Contact-us > div {
        display: table-cell;
        float: none;
        position: relative;
    }
}

#Contact-us > div:after {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    content: '';
    background: #fff;
}

#Contact-us > div > * {
    position: relative;
    z-index: 1;
}

#about:after {
    background: url(../img/map.png) no-repeat #fff !important;
    background-position: bottom center;
    background-size: auto 80%;
}

.valerrormsg {
    color: #ff0000;
}


/*monika*/
.card.mt-3 {
    border-bottom: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #ededed;
}

#chemicals-dropdown:after, #laboratory-dropdown:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    position: absolute;
    right: 16px;
    top: 11px;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

ul.right-menu {
    padding: 5px;
    margin-left: 14px;
}

li.active a {
    color: #f28743;
    cursor: pointer;
}

div#accordion {
    list-style: none outside none;
    padding-left: 0;
    background: #fff;
    position: relative;
    z-index: 99;
    margin-bottom: 20px;
    box-shadow: 0 0 3px #ccc;
}

.card {
    border-bottom: 1px solid #F28743;
    border-top: 1px solid #efefef;
    padding: 7px 0 7px 20px;
    position: relative;
    margin: 0 10px;
}

.card-header:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0px;
    line-height: 2em;
    color: #F28743;
    font-weight: bold;
    position: absolute;
    transition: 1s left;
}

a.card-link {
    color: #F28743;
    font-size: 1.05em;
    text-decoration: none;
    transition: 1s color;
}

    a.card-link:hover {
        color: black;
    }

.card-header:hover:before {
    color: black;
    left: 5px;
}
