/* [Master Stylesheet v1.0] */
/* =========== Index of CSS ===========
:: 01.0 Import Fonts
:: 02.0 Import All CSS
:: 03.0 Base CSS
    :: 3.1.0 Spacing
    :: 3.2.0 Height
    :: 3.2.0 Section Padding
    :: 3.4.0 Section Heading
    :: 3.5.0 Preloader
    :: 3.6.0 Miscellaneous
    :: 3.7.0 ScrollUp
    :: 3.8.0 lab-chem Button
:: 04.0 Header Area CSS
:: 05.0 Hero Slides Area
:: 06.0 About Us CSS
:: 07.0 Experts Area CSS
:: 08.0 Services Area CSS
:: 09.0 Price Table Area CSS
:: 10.0 Working Hours Area CSS
:: 11.0 Footer Area CSS
:: 12.0 Breadcumb Area CSS
:: 13.0 Teachers Area CSS
:: 14.0 Blog Area CSS
:: 15.0 Skills Area CSS
:: 16.0 Contact Area CSS
:: 17.0 Elements Area CSS
    :: 17.1.0 Single Cool Facts CSS
    :: 17.2.0 Accordians Area CSS
    :: 17.3.0 Tabs Area CSS */
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
/* :: 3.0 Base CSS */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #101214;
    line-height: 1.3;
    font-weight: 700;
}

p {
    color: #838383;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #141414;
    font-weight: 600;
    font-size: 14px;
}

ul,
ol {
    margin: 0;
}

ul li,
ol li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

/* :: 3.1.0 Spacing */
.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/* :: 3.2.0 Height */
.height-400 {
    height: 400px !important;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

/* :: 3.2.0 Section Padding */
.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

/* :: 3.4.0 Section Heading */
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.section-heading h6 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    background: #e3dd58;
    background: -webkit-linear-gradient(to right, #e3dd58, #9e881b);
    background: linear-gradient(to right, #e3dd58, #9e881b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-heading p {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0;
    color: #696969;
}

@media only screen and (max-width: 767px) {
    .section-heading p {
        font-size: 24px;
    }
}

.section-heading.white p {
    color: #ffffff;
}

/* :: 3.5.0 Preloader */
#preloader {
    background: #e49115;
    background: linear-gradient(to right, #ce7e08, #e49115);
    background: linear-gradient(to right, #ce7e08, #e49115);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
}

#preloader .circle-preloader {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* :: 3.6.0 Miscellaneous */
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

/*.bg-overlay::after {*/
/*background-color: rgba(5, 11, 37, 0.85);*/
/*position: absolute;*/
/*z-index: -1;*/
/*top: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*content: ""; }*/

.bg-fixed {
    background-attachment: fixed !important;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #ffffff;
    right: 0;
    padding-right: 0;
    width: 30px;
    height: 30px;
    background-color: #d7860d;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 40px;
    right: -30px;
}

@media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
        right: 0;
    }
}

/* :: 3.7.0 ScrollUp */
#scrollUp {
    background: #e49115;
    background: linear-gradient(to right, #ce7e08, #e49115);
    background: linear-gradient(to right, #ce7e08, #e49115);
    border-radius: 0;
    bottom: 130px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#scrollUp:hover {
    background-color: #141414;
}

/* :: 3.8.0 lab-chem Button */
.lab-chem-btn {
    position: relative;
    z-index: 9;
    display: inline-block;
    min-width: 200px;
    height: 45px;
    color: #d7860d;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 39px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border: 3px solid #d7860d;
}

.lab-chem-btn:hover, .lab-chem-btn:focus {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #d7860d;
}

.lab-chem-btn.btn-2 {
    background-color: #d7860d;
    color: #ffffff;
}

.lab-chem-btn.btn-2:hover, .lab-chem-btn.btn-2:focus {
    color: #ffffff;
    background-color: #101214;
    border-color: #101214;
}

.lab-chem-btn.btn-3 {
    background: #e49115;
    background: linear-gradient(to right, #ce7e08, #e49115);
    background: linear-gradient(to right, #ce7e08, #e49115);
    color: #101214;
    border: none;
    line-height: 45px;
}

.lab-chem-btn.btn-3.active, .lab-chem-btn.btn-3:hover, .lab-chem-btn.btn-3:focus {
    color: #ffffff;
}

.lab-chem-btn.menu-btn {
    color: #101214;
    font-weight: 700;
    background: #e49115;
    background: linear-gradient(to right, #ce7e08, #e49115);
    background: linear-gradient(to right, #ce7e08, #e49115);
    border: none;
    line-height: 45px;
}

.lab-chem-btn.menu-btn:hover, .lab-chem-btn.menu-btn:focus {
    color: #ffffff;
    font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lab-chem-btn.menu-btn {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .lab-chem-btn.menu-btn {
        margin-top: 30px;
    }
}

.lab-chem-btn.btn-white {
    background-color: #ffffff;
}

.lab-chem-btn.btn-white:hover, .lab-chem-btn.btn-white:focus {
    color: #ffffff;
    background-color: #d7860d;
    border-color: #d7860d;
}

/* :: 4.0 Header Area CSS */
.header-area {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 30px;
    left: 0;
    z-index: 1000;
}

.header-area .lab-chem-main-menu {
    position: relative;
    width: 100%;
    height: 85px;
    background-color: transparent;
}

.header-area .lab-chem-main-menu .classy-nav-container {
    background-color: transparent;
}

.header-area .lab-chem-main-menu .classy-navbar {
    background-color: transparent;
    height: 85px;
    padding: 0;
}

.header-area .lab-chem-main-menu .classy-navbar .classynav ul li a {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.header-area .lab-chem-main-menu .classy-navbar .classynav ul li a:hover, .header-area .lab-chem-main-menu .classy-navbar .classynav ul li a:focus {
    color: #d7860d;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .lab-chem-main-menu .classy-navbar .classynav ul li a {
        padding: 0 7px;
        font-size: 13px;
    }

    .container {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .lab-chem-main-menu .classy-navbar .classynav ul li a {
        background-color: #101214;
    }

    .about-thumb {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .lab-chem-main-menu .classy-navbar .classynav ul li a {
        background-color: #101214;
    }

    .about-thumb {
        display: none;
    }
}

.header-area .lab-chem-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
.header-area .lab-chem-main-menu .classy-navbar .classynav ul li.has-down > a::after {
    color: #ffffff;
}

.header-area .lab-chem-main-menu .classy-navbar .classynav ul li ul li a {
    color: #101214;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .lab-chem-main-menu .classy-navbar .classynav ul li ul li a {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .lab-chem-main-menu .classy-navbar .classynav ul li ul li a {
        color: #ffffff;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .lab-chem-main-menu .classy-navbar .classynav ul li ul li a {
        color: #ffffff;
    }
}

.header-area .is-sticky .lab-chem-main-menu {
    position: fixed;
    width: 100%;
    height: 85px;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #101214;
    box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breakpoint-on .classy-navbar .classy-menu {
        background-color: #101214;
    }
}

@media only screen and (max-width: 767px) {
    .breakpoint-on .classy-navbar .classy-menu {
        background-color: #101214;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .classynav ul li .megamenu .single-mega.cn-col-4 {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .classynav ul li .megamenu .single-mega.cn-col-4 {
        padding: 0;
    }
}

.classycloseIcon .cross-wrap span {
    background: #ffffff;
}

/* :: 5.0 Hero Slides Area */
.hero-slides {
    position: relative;
    z-index: 1;
}

.hero-slides .single-hero-slide {
    width: 100%;
    height: 650px;
    position: relative;
    z-index: 1;
}

.hero-slides .single-hero-slide::after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -5;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .single-hero-slide {
        height: 650px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides .single-hero-slide {
        height: 550px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide {
        height: 600px;
    }
}

.hero-slides .single-hero-slide h2 {
    font-size: 100px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .single-hero-slide h2 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides .single-hero-slide h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide h2 {
        font-size: 30px;
    }
}

.hero-slides .single-hero-slide p {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 40px;
    color: #ffffff;
}

.hero-slides .owl-prev,
.hero-slides .owl-next {
    width: 95px;
    height: 45px;
    line-height: 39px;
    color: #ffffff;
    border: 3px solid #e49115;
    border-radius: 10px;
    background-color: #141414;
    top: 50%;
    margin-top: -28px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
    .hero-slides .owl-prev,
    .hero-slides .owl-next {
        width: 60px;
        height: 40px;
        line-height: 35px;
        margin-top: -30px;
    }
}

.hero-slides .owl-prev:hover, .hero-slides .owl-prev:focus,
.hero-slides .owl-next:hover,
.hero-slides .owl-next:focus {
    background-color: #141414;
    color: #ffffff;
}

.hero-slides .owl-next {
    left: auto;
    right: 5%;
}

.hero-slides:hover .owl-prev, .hero-slides:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

.hero-slides .owl-dots {
    position: absolute;
    bottom: 50px;
    z-index: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .owl-dots {
        width: 920px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides .owl-dots {
        width: 700px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slides .owl-dots {
        width: 290px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-slides .owl-dots {
        width: 450px;
    }
}

.hero-slides .owl-dots .owl-dot {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
}

.hero-slides .owl-dots .owl-dot.active {
    color: #d7860d;
}

/* :: 6.0 About Us CSS */
.single-add-area img {
    width: 100%;
    height: 260px;
    padding: 5px
}

.single-add-area {
    position: relative;
    border: 1px solid #739cba;
    border-radius: 2px;
}

.single-add-area h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 20px;
}

.about-us-area {
    position: relative;
    margin-bottom: -157px;
    z-index: 100;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area {
        padding-bottom: 100px;
    }
}

.about-thumb {
    position: relative;
    margin-top: -200px;
    right: 0px;
    top: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-thumb {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .about-thumb {
        margin-top: 70px;
    }

    .single-price-table img {
        height: auto !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about--thumb {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .about--thumb {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .single-add-area {
        margin-top: 20px !important;
    }

    .about-us-area {
        margin-bottom: 0;
    }

    .lab-chem-pricing-table-area {
        background: #749cba !important;
        margin-top: 15px;
        padding-top: 15px;
    }

    .single-price-table {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .about-btn-group .lab-chem-btn {
        margin: 10px;
    }
}

/* :: 7.0 Experts Area CSS */
.meet-the-experts-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 630px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .meet-the-experts-area {
        height: 702px;
    }
}

@media only screen and (max-width: 767px) {
    .meet-the-experts-area {
        height: 730px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .meet-the-experts-area {
        height: 800px;
    }
}

.meet-the-experts-area .experts-text p {
    font-style: italic;
    color: #ffffff;
}

.experts-team-members {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px;
    margin-top: -95px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .experts-team-members {
        height: 380px;
        margin-top: -30px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .experts-team-members {
        height: 450px;
        margin-top: 30px;
    }
}

.experts-team-members .single-team-members {
    position: absolute;
}

.experts-team-members .single-team-members .team-members-info {
    position: absolute;
    padding: 15px 30px;
    background-color: #101214;
    z-index: 100;
    width: auto;
}

@media only screen and (max-width: 767px) {
    .experts-team-members .single-team-members .team-members-info {
        padding: 7px 10px;
    }
}

.experts-team-members .single-team-members .team-members-info h3 {
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-style: italic;
}

@media only screen and (max-width: 767px) {
    .experts-team-members .single-team-members .team-members-info h3 {
        font-size: 14px;
    }
}

.experts-team-members .single-team-members .team-members-info h6 {
    font-size: 14px;
    color: #d7860d;
    margin-bottom: 0;
    text-transform: uppercase;
    font-style: italic;
}

@media only screen and (max-width: 767px) {
    .experts-team-members .single-team-members .team-members-info h6 {
        font-size: 11px;
    }
}

.experts-team-members .single-team-members:first-child {
    width: 40%;
    left: 0;
    bottom: -50px;
    z-index: 10;
}

@media only screen and (max-width: 767px) {
    .experts-team-members .single-team-members:first-child {
        width: 60%;
    }
}

.experts-team-members .single-team-members:first-child .team-members-info {
    top: 40%;
    left: 0;
    z-index: 50;
}

.experts-team-members .single-team-members:nth-child(2) {
    width: 30%;
    left: 30%;
    bottom: 0;
    z-index: -10;
}

@media only screen and (max-width: 767px) {
    .experts-team-members .single-team-members:nth-child(2) {
        width: 50%;
        left: 40%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .experts-team-members .single-team-members:nth-child(2) {
        left: 30%;
    }
}

.experts-team-members .single-team-members:nth-child(2) .team-members-info {
    top: 40%;
    left: 0;
    z-index: 50;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

.experts-team-members .single-team-members:nth-child(3) {
    width: 30%;
    left: 55%;
    bottom: -60px;
    z-index: -20;
}

@media only screen and (max-width: 767px) {
    .experts-team-members .single-team-members:nth-child(3) {
        width: 50%;
    }
}

.experts-team-members .single-team-members:nth-child(3) .team-members-info {
    top: 40%;
    left: 0;
    z-index: 50;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

.experts-team-members .single-team-members:nth-child(4) {
    width: 30%;
    right: -25px;
    bottom: -100px;
}

@media only screen and (max-width: 767px) {
    .experts-team-members .single-team-members:nth-child(4) {
        width: 50%;
        bottom: -75px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .experts-team-members .single-team-members:nth-child(4) {
        bottom: -100px;
    }
}

.experts-team-members .single-team-members:nth-child(4) .team-members-info {
    top: 40%;
    left: 0;
    z-index: 50;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

/* :: 8.0 Services Area CSS */
.single-service-area .course-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77px;
    flex: 0 0 77px;
    min-width: 77px;
    width: 77px;
    height: 77px;
    background-color: #38b143;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 20px;
}

.single-service-area p {
    margin-bottom: 0;
    margin-top: 15px;
}

.single-service-area .course-content h4 {
    font-size: 20px;
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-service-area:hover .course-icon, .single-service-area:focus .course-icon {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    background: #e49115;
    background: linear-gradient(to right, #ce7e08, #e49115);
    background: linear-gradient(to right, #ce7e08, #e49115);
}

.single-service-area:hover .course-content h4, .single-service-area:focus .course-content h4 {
    color: #38b143;
}

/* :: 9.0 Price Table Area CSS */
.single-price-table img {
    width: 100%;
    height: 210px;
}

.single-price-table {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}

.single-price-table .price-table-content {
    padding: 40px;
}

.single-price-table .price-table-content .price {
    font-size: 36px;
    font-weight: 600;
    color: #d7860d;
    line-height: 1;
}

.single-price-table .price-table-content .price span {
    font-size: 14px;
    font-style: italic;
    color: #838383;
    font-weight: 400;
}

.single-price-table .price-table-content h5 {
    font-size: 22px;
    margin: 0 0 30px;
    font-weight: 600;
}

.single-price-table .price-table-content .price-data li {
    color: #838383;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}

.single-price-table .price-table-content .price-data li:last-child {
    margin-bottom: 0;
}

.single-price-table .price-table-content .price-data li i {
    color: #38b143;
    font-size: 8px;
    margin-right: 15px;
}

.service-page .single-price-table {
    background-color: #f0f2f8;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border: 3px solid transparent;
}

.service-page .single-price-table .price-table-content h5 {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
}

.service-page .single-price-table:hover, .service-page .single-price-table:focus {
    border: 3px solid #d7860d;
    box-shadow: 0 5px 70px rgba(0, 0, 0, 0.2);
}

/* :: 10.0 Working Hours Area CSS */
.working-hours {
    position: relative;
    z-index: 1;
}

.working-hours li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    color: #838383;
    padding: 12px 0;
    border-bottom: 3px solid #eaeaea;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.working-hours li:last-child {
    border-bottom: none;
}

.working-hours li:hover, .working-hours li:focus {
    color: #d7860d;
}

.our-newsletter-area .txt-area {
    height: 150px !important;
}

.our-newsletter-area .form-control {
    width: 100%;
    height: 55px;
    border: 3px solid #d8d8d8;
    border-radius: 10px;
    /*padding: 0 40px;*/
    font-size: 14px;
    color: #838383;
    font-style: italic;
    background-color: transparent;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.our-newsletter-area .form-control:focus {
    box-shadow: none;
    border-color: #d7860d;
}

.our-newsletter-area #emailHelp {
    font-size: 13px;
    margin-top: 30px;
    line-height: 2;
    color: #838383;
    font-style: italic;
}

/* :: 11.0 Footer Area CSS */
.main-footer-area .footer-widget-area .widget-title {
    margin-bottom: 50px;
}

.main-footer-area .footer-widget-area .widget-title h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    color: #ffffff;
    margin-top: 20px;
    text-transform: uppercase;
    font-style: italic;
}

.main-footer-area .footer-widget-area p {
    color: #e8e8e8;
    font-weight: 600;
}

.main-footer-area .footer-widget-area .footer-social-info a {
    display: inline-block;
    color: #ffffff;
    margin-right: 25px;
}

.main-footer-area .footer-widget-area .footer-social-info a:hover, .main-footer-area .footer-widget-area .footer-social-info a:focus {
    color: #d7860d;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-footer-area .footer-widget-area .footer-social-info a {
        margin-right: 15px;
    }
}

.main-footer-area .footer-widget-area .testimonials-slides {
    position: relative;
    z-index: 1;
}

.main-footer-area .footer-widget-area .testimonials-slides .single-testimonial {
    margin-bottom: 50px;
}

.main-footer-area .footer-widget-area .testimonials-slides .single-testimonial:last-child {
    margin-bottom: 0;
}

.main-footer-area .footer-widget-area .testimonials-slides .single-testimonial p {
    font-size: 13px;
    font-style: italic;
    color: #e8e8e8;
}

.main-footer-area .footer-widget-area .testimonials-slides .single-testimonial span {
    font-weight: 600;
    font-size: 13px;
    color: #d7860d;
}

.main-footer-area .footer-widget-area .lab-chem-classes {
    position: relative;
    z-index: 1;
}

.main-footer-area .footer-widget-area .lab-chem-classes li a {
    display: block;
    color: #e8e8e8;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
}

.main-footer-area .footer-widget-area .lab-chem-classes li a:hover, .main-footer-area .footer-widget-area .lab-chem-classes li a:focus {
    color: #d7860d;
}

.main-footer-area .footer-widget-area .lab-chem-classes li:last-child a {
    margin-bottom: 0;
}

.main-footer-area .footer-widget-area .single-contact span {
    color: #d7860d;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 10px;
    display: block;
}

.main-footer-area .footer-widget-area .single-contact p {
    color: #e8e8e8;
    margin-bottom: 0;
    font-weight: 400;
}

.bottom-footer-area {
    padding: 20px 0;
    text-align: center;
}

.bottom-footer-area p {
    font-size: 12px;
    margin-bottom: 0;
    color: #cecece;
    font-weight: 600;
}

.bottom-footer-area p a {
    color: #2d2c20;
    font-size: 12px;
    font-weight: 600;
}

.bottom-footer-area p a:hover, .bottom-footer-area p a:focus {
    color: #d7860d;
}

/* :: 12.0 Breadcumb Area CSS */
.breadcumb-area {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 325px;
}

.breadcumb-area .bradcumbContent {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.breadcumb-area .bradcumbContent .breadcrumb {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 30px;
}

.breadcumb-area .bradcumbContent .breadcrumb .breadcrumb-item {
    font-size: 11px;
    color: #d7860d;
    font-weight: 700;
    text-transform: uppercase;
    background: #e49115;
    background: linear-gradient(to right, #ce7e08, #e49115);
    background: linear-gradient(to right, #ce7e08, #e49115);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.breadcumb-area .bradcumbContent .breadcrumb .breadcrumb-item a {
    font-size: 11px;
    color: #e49115;
    font-weight: 700;
    text-transform: uppercase;
    background: #e49115;
    background: linear-gradient(to right, #ce7e08, #e49115);
    background: linear-gradient(to right, #ce7e08, #e49115);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.breadcumb-area .bradcumbContent h1 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 5px;
}

/* :: 13.0 Teachers Area CSS */
.single-teachers-area {
    position: relative;
    z-index: 1;
}

.single-teachers-area .teachers-bg-gradients {
    position: absolute;
    width: 100%;
    height: 300px;
    background: #b6e358;
    background: -webkit-linear-gradient(to right, #b6e358, #38b143);
    background: linear-gradient(to right, #b6e358, #38b143);
    top: 0;
    left: 0;
    z-index: -5;
}

.single-teachers-area .teachers-thumbnail {
    width: 100%;
}

.single-teachers-area .teachers-info {
    position: relative;
    padding: 15px 20px;
    background-color: #000000;
    width: 80%;
    overflow: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-teachers-area .teachers-info:after {
    content: '';
    width: 24px;
    height: 120%;
    background-color: #ffffff;
    top: -2px;
    right: -10px;
    position: absolute;
    z-index: 10;
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
}

.single-teachers-area .teachers-info h6 {
    margin-bottom: 0;
    color: #ffffff;
    font-style: italic;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-teachers-area .teachers-info span {
    color: #d7860d;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-teachers-area:hover .teachers-info {
    background-color: #e49115;
}

.single-teachers-area:hover .teachers-info span {
    color: #ffffff;
}

/* :: 14.0 Blog Area CSS */
@media only screen and (max-width: 767px) {
    .lab-chem-blog-sidebar {
        margin-top: 100px;
    }
}

.single-blog-post .blog-post-thumb {
    position: relative;
    z-index: 1;
}

.single-blog-post .blog-post-thumb .post-date {
    width: 77px;
    height: 77px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    background-color: #d7860d;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
}

.single-blog-post .blog-post-thumb .post-date p {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1;
    text-align: center;
}

.single-blog-post .blog-post-thumb .post-date p span {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}

.single-blog-post p {
    line-height: 2.2;
    margin-bottom: 0;
}

.single-blog-post .post-title {
    font-size: 36px;
    display: block;
    margin-bottom: 5px;
}

.single-blog-post .post-title:hover, .single-blog-post .post-title:focus {
    color: #d7860d;
}

.single-blog-post .post-meta {
    margin-bottom: 30px;
}

.single-blog-post .post-meta p {
    font-size: 14px;
    color: #838383;
    margin-bottom: 0;
}

.single-blog-post .post-meta p a {
    font-size: 14px;
    color: #d7860d;
    font-weight: 500;
}

.lab-chem-pagination-area .pagination .page-item .page-link {
    background-color: transparent;
    display: block;
    padding: 0;
    border: none;
    margin-right: 10px;
    color: #101214;
    font-size: 14px;
    font-weight: 700;
}

.lab-chem-pagination-area .pagination .page-item .page-link:hover, .lab-chem-pagination-area .pagination .page-item .page-link:focus {
    color: #d7860d;
}

.lab-chem-pagination-area .pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.lab-chem-pagination-area .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.lab-chem-pagination-area .pagination .page-item.active .page-link {
    color: #e49115;
}

.blog-post-categories h5 {
    font-size: 22px;
    margin-bottom: 50px;
}

.blog-post-categories ul {
    padding-left: 25px;
}

.blog-post-categories ul li a {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #838383;
}

.blog-post-categories ul li a:hover, .blog-post-categories ul li a:focus {
    color: #d7860d;
}

.add-widget a {
    display: block;
}

.add-widget a img {
    width: 100%;
}

.latest-blog-posts h5 {
    font-size: 22px;
    margin-bottom: 50px;
}

.latest-blog-posts .post-thumbnail {
    margin-bottom: 20px;
}

.latest-blog-posts .post-content .post-title {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

.latest-blog-posts .post-content .post-title:hover, .latest-blog-posts .post-content .post-title:focus {
    color: #d7860d;
}

.latest-blog-posts .post-content .post-meta p {
    font-size: 12px;
    color: #838383;
}

.latest-blog-posts .post-content .post-meta p a {
    font-size: 12px;
    color: #d7860d;
}

.latest-blog-posts .post-content .post-meta p a:hover, .latest-blog-posts .post-content .post-meta p a:focus {
    color: #838383;
}

.map-area {
    position: relative;
    z-index: 2;
}

.map-area iframe {
    width: 100%;
    height: 710px;
    border: none;
    margin-bottom: 0;
}

/* :: 15.0 Skills Area CSS */
.single-skils-area {
    position: relative;
    z-index: 1;
    text-align: center;
}

.single-skils-area .circle {
    position: relative;
    z-index: 10;
}

.single-skils-area .skills-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-skils-area .skills-text span {
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
}

.single-skils-area .skills-text h6 {
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
}

.single-skils-area.elements span {
    color: #101214;
}

.single-skils-area.elements h6 {
    color: #838383;
}

/* :: 16.0 Contact Area CSS */
.contact-title h3 {
    font-weight: 600;
    margin-bottom: 85px;
    font-size: 36px;
}

.contact-content {
    position: relative;
    z-index: 10;
}

.contact-content .contact-form-area .form-group {
    position: relative;
    z-index: 9;
}

.contact-content .contact-form-area .form-group::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #e49115;
    background: linear-gradient(to right, #ce7e08, #e49115);
    background: linear-gradient(to right, #ce7e08, #e49115);
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.contact-content .contact-form-area .form-group:hover::after {
    opacity: 1;
    visibility: visible;
}

.contact-content .contact-form-area .form-control {
    position: relative;
    z-index: 10;
    height: 45px;
    width: 100%;
    background-color: #eef3f6;
    font-size: 12px;
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
    padding: 15px 25px;
}

.contact-content .contact-form-area .form-control:focus {
    box-shadow: none;
}

.contact-content .contact-form-area textarea.form-control {
    height: 180px;
}

.lab-chem-contact-info {
    position: absolute;
    z-index: 99;
    width: 450px;
    height: 270px;
    padding: 45px 60px;
    background-color: #d7860d;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20%;
}

.lab-chem-contact-info::after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 270px solid #d7860d;
    border-left: 135px solid transparent;
    border-right: 135px solid transparent;
    position: absolute;
    top: 0;
    right: -135px;
    z-index: 10;
}

@media only screen and (max-width: 767px) {
    .lab-chem-contact-info::after {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .lab-chem-btn {
        min-width: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .lab-chem-contact-info {
        left: 5%;
        width: 280px;
        padding: 45px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lab-chem-contact-info {
        left: 10%;
    }
}

.lab-chem-contact-info h6 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
}

.lab-chem-contact-info h6:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .lab-chem-contact-info h6 {
        font-size: 14px;
    }
}

/* :: 17.0 Elements Area CSS */
.elements-title h2 {
    font-weight: 600;
    font-size: 36px;
}

@media only screen and (max-width: 767px) {
    .elements-title h2 {
        font-size: 24px;
    }
}

/* :: 17.1.0 Single Cool Facts CSS */
.single-cool-fact {
    position: relative;
    z-index: 1;
}

.single-cool-fact img {
    display: block;
    margin: 0 auto 20px;
}

.single-cool-fact h2 {
    font-size: 48px;
    margin-bottom: 0;
    color: #ffffff;
}

.single-cool-fact p {
    font-size: 18px;
    margin-bottom: 0;
    color: #ffffff;
}

.single-cool-fact.elements h2 {
    color: #101214;
}

.single-cool-fact.elements p {
    color: #838383;
}

/* :: 17.2.0 Accordians Area CSS */
.single-accordion.panel {
    background-color: #ffffff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px;
}

.single-accordion:last-of-type {
    margin-bottom: 0;
}

.single-accordion h6 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.single-accordion h6 a {
    background-color: #d7860d;
    border-radius: 0;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 15px 60px 15px 30px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 10px;
}

.single-accordion h6 a span {
    font-size: 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 18px;
}

.single-accordion h6 a span.accor-open {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h6 a.collapsed {
    background: #e49115;
    background: linear-gradient(to right, #ce7e08, #e49115);
    background: linear-gradient(to right, #ce7e08, #e49115);
    color: #ffffff;
}

.single-accordion h6 a.collapsed span.accor-close {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h6 a.collapsed span.accor-open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
}

.single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0;
}

/* :: 17.3.0 Tabs Area CSS */
.lab-chem-tabs-content {
    position: relative;
    z-index: 1;
}

.lab-chem-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px;
}

.lab-chem-tabs-content .nav-tabs .nav-link {
    background-color: #e49115;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    margin: 0 2px;
    border-radius: 10px;
    border: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .lab-chem-tabs-content .nav-tabs .nav-link {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .lab-chem-tabs-content .nav-tabs .nav-link {
        padding: 0 5px;
        font-size: 11px;
    }

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .lab-chem-tabs-content .nav-tabs .nav-link {
        padding: 0 15px;
    }
}

.lab-chem-tabs-content .nav-tabs .nav-link.active {
    background: #e49115;
    background: linear-gradient(to right, #ce7e08, #e49115);
    background: linear-gradient(to right, #ce7e08, #e49115);
    color: #ffffff;
}

.lab-chem-tabs-content .tab-content h6 {
    font-size: 18px;
}

.par-p-article {
    height: 85px;
    overflow: hidden;
    text-align: justify;
}

.pic-cod img {
    position: absolute;
    right: 2px;
    top: 2px;
    overflow: hidden;
    border-radius: 7px;
    width: 147px !important;
}

.refresh-sgnin {
    position: absolute;
    top: 15px;
    right: 158px;
    font-size: 24px;
    color: #bbb;
}

.pic-cod {
    position: relative;
}

.box-download {
    text-align: center;
    border: 3px solid #d8d8d8;
    border-radius: 8px;
    padding: 20px 5px;
}

.box-certificate {
    text-align: center;
    border: 3px solid #d8d8d8;
    border-radius: 8px;
    padding: 20px 5px;
    margin-top: 20px;
    clear: both;
}

.box-download span img {
    width: 75px;
}

.box-certificate span img {
    width: 75px;
}

.overlay {
    position: absolute;
    background: rgba(94, 139, 174, 0.81);
    width: 100%;
    top: 14px;
    padding: 10px 20px;
    text-align: center;
}

.lab-chem-pricing-table-area {
    background-image: url(img/bg-img/ad5.png);
}

.about-text p {
    text-align: justify;
}

.footer-widget-area p {
    text-align: justify;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline;
}

.pagination {
    justify-content: center;
}

.archive-product .single-price-table {
    background-color: #e2e9ef;
    box-shadow: 0 2px 3px #dcdcdc;
}

.about-us--area p {
    text-align: justify;
}

.box-certi {
    border: 2px solid #e7ecf1;
    padding: 40px 12px 10px;
    border-radius: 3px;
}

.result {
    padding: 5px;
}

.box-download h3, .box-certificate h3 {
    color: #838383;
    font-size: 14px;
    line-height: 1.8;
    height: 47px;
    overflow: hidden;
}

.title-det h1 {
    font-size: 20px;
    color: #757575;
}

.pdl-0 {
    padding-left: 0;
}

.pic-det img {
    height: 210px;
    max-width:350px;
    width: 100%;
}
.archiv-article .single-price-table .price-table-content {
    background: #f3f3f3;
}

.pdrl-6{
    padding: 0 6px;
}
.product img{
    height: 115px;
}
.product .price-table-content {
    padding: 12px;
}
.product .price-table-content p{
    color: #000;
    height: 50px;
    overflow: hidden;
    margin-bottom: 9px;
}
.product .btn{
    border: 1px solid #d7860d;
}

@media only screen and (max-width: 992px) {
    .archive-product .single-price-table{
        margin-top: 20px !important;
    }

}
.product .lab-chem-btn{
    min-width: 153px !important;
}

.parent-img{
    text-align: center;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d0d0d0;
}
.parent-img span{
    font-size: 60px;
    color: #464646;
}