/*=================== fonts ====================*/

@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto:400,500");

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999999;
    font-weight: 400;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    opacity: 1;
    font-weight: 400;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    opacity: 1;
    font-weight: 400;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
    font-weight: 400;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999999;
    font-weight: 400;
}

.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.row.m0 {
    margin: 0px;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 24px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #777777;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #222222;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.white_bg {
    background: #fff !important;
}

.section_gap {
    padding: 120px 0;
}

@media (max-width: 767px) {
    .section_gap {
        padding: 60px 0;
    }
}

.main_title {
    text-align: center;
    margin-bottom: 75px;
}

.main_title h2 {
    font-size: 30px !important;
    font-weight: 700;
    margin-bottom: 15px;
}

.main_title p {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 300;
    max-width: 450px;
    margin: auto;
}


/*=================== Header ====================*/

.header_area {
    position: fixed !important;
    width: 100%;
    z-index: 99;
    top: -5px;
    background-color: #fff !important;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    /* transition: background 0.4s, all 0.3s linear; */
}

.header_area .navbar {
    background: #fff;
    width: 100%;
    margin: auto;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
}

.header_area .navbar .nav .nav-item {
    margin-right: 50px;
}

.header_area .navbar .nav .nav-item .nav-link {
    font: 500 12px/80px "Roboto", sans-serif;
    text-transform: uppercase;
    color: #222222;
    padding: 0px;
    display: inline-block;
}

.header_area .navbar .nav .nav-item .nav-link:after {
    display: none;
}

@media (max-width: 991px) {
    .header_area .navbar .nav .nav-item .nav-link {
        color: #ffffff;
    }

    .navbar-toggler {
        top: 30px !important;
        margin-top: 10px !important;
    }

    .carousel-caption {
        bottom: 0 !important;
    }

    .carousel-caption h3 a {
        font-size: 15px !important;
        padding: 5px !important;
    }

    .text-img {
        font-size: 80px !important;
        height: 80px !important;
    }

    .carousel-item img {
        height: 250px !important;
    }
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
    color: #0ba9ff;
}

.header_area .navbar .nav .nav-item.submenu {
    position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff;
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu ul {
        position: absolute;
        top: 120%;
        left: 0px;
        min-width: 200px;
        text-align: left;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px;
    }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #222222;
    padding: 0px 30px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #0ba9ff;
    color: #fff;
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0px;
}


/*============== contact_area ================*/

.contact_info .info_item {
    position: relative;
    padding-left: 45px;
}

.contact_info .info_item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #0ba9ff;
    font-weight: 600;
}

.contact_info .info_item h6 {
    font-size: 16px;
    line-height: 24px;
    color: "Roboto", sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
    color: #222222;
}

.contact_info .info_item h6 a {
    color: #222222;
}

.contact_info .info_item p {
    font-size: 14px;
    line-height: 24px;
    padding: 2px 0px;
}

.contact_form .form-group {
    margin-bottom: 10px;
}

.contact_form .form-group .form-control {
    font-size: 13px;
    line-height: 26px;
    color: #999;
    border: 1px solid #eeeeee;
    font-family: "Roboto", sans-serif;
    border-radius: 0px;
    padding-left: 20px;
}

.contact_form .form-group .form-control:focus {
    box-shadow: none;
    outline: none;
}

.contact_form .form-group .form-control.placeholder {
    color: #999;
}

.contact_form .form-group .form-control:-moz-placeholder {
    color: #999;
}

.contact_form .form-group .form-control::-moz-placeholder {
    color: #999;
}

.contact_form .form-group .form-control::-webkit-input-placeholder {
    color: #999;
}

.contact_form .form-group textarea {
    resize: none;
}

.contact_form .form-group textarea.form-control {
    height: 134px;
}

.contact_form .primary-btn {
    margin-top: 20px;
    border: 0;
}

.form-select {
    height: 40px;
    width: 100%;
}

.form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff !important;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%;
}

.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
    color: #f8b600;
    background: transparent;
}

.form-select .nice-select .list .option:hover {
    color: #f8b600;
    background: transparent;
}

.form-select .current {
    margin-right: 50px;
    font-weight: 300;
}

.form-select .nice-select::after {
    right: 20px;
}


/*============== Responsive ================*/

@media (max-width: 1619px) {
    .header_area .navbar .search {
        margin-left: 40px;
    }
}

@media (max-width: 1199px) {
    .header_area .navbar .nav .nav-item {
        margin-right: 28px;
    }
}

@media (max-width: 991px) {
    .navbar-toggler {
        border: none;
        border-radius: 0px;
        padding: 0px;
        cursor: pointer;
        margin-top: 27px;
        margin-bottom: 23px;
        position: absolute;
        right: 0px;
    }

    .header_area {
        position: absolute;
    }

    .header_area .navbar {
        background: #9b5cf6;
    }

    .navbar-toggler span {
        display: block;
        width: 25px;
        height: 3px;
        background: #fff;
        transition: all 400ms linear;
        cursor: pointer;
    }

    .navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav {
        padding: 0px 0px;
    }

    .header_area+section,
    .header_area+row,
    .header_area+div {
        margin-top: 117px;
    }

    .header_top .nav {
        padding: 0px;
    }

    .header_area .navbar .nav .nav-item .nav-link {
        line-height: 40px;
        margin-right: 0px;
        display: block;
        border-bottom: 1px solid #ededed33;
        border-radius: 0px;
    }

    .header_area .navbar .search {
        margin-left: 0px;
    }

    .header_area .navbar-collapse {
        max-height: 340px;
        overflow-y: scroll;
    }

    .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
        padding: 0px 15px;
    }

    .header_area .navbar .nav .nav-item {
        margin-right: 0px;
    }

    .header_area+section,
    .header_area+row,
    .header_area+div {
        margin-top: 0;
    }

    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
        line-height: 40px;
    }

    .contact_info {
        margin-bottom: 50px;
    }

    .footer-area .col-sm-6 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .footer-bottom {
        text-align: center;
    }

    .footer-bottom .footer-social {
        text-align: center;
    }

    .carousel-item img {
        height: 250px !important;
    }
}

@media (max-width: 575px) {
    .top_menu {
        display: none;
    }

    .header_area+section,
    .header_area+row,
    .header_area+div {
        margin-top: 0px;
    }

    #carouselExampleIndicators {
        margin-top: 105px !important;
    }

}


/*============== footer-area ===============*/

.footer-area {
    background-color: #000000;
}

.footer-area h4 {
    padding-bottom: 10px;
}

.footer-area .primary-btn {
    background-color: #0ba9ff;
}

.footer-area .primary-btn:hover .lnr {
    color: #0ba9ff;
}

@media (max-width: 768px) {
    .footer-area .single-footer-widget .newsletter .primary-btn {
        right: 2% !important;
        width: auto;
        right: 0;
        top: 5px;
        transform: translate(0%, 0);
    }
}

.footer_top {
    background: url(../img/footer-bg.jpg) no-repeat scroll center center;
    background-size: cover;
}

.footer-bottom {
    background: #222222;
    padding: 13px 0;
}

.footer-bottom a {
    color: #0ba9ff;
}

.footer-bottom .footer-social {
    text-align: right;
}

.footer-bottom .footer-social a {
    background: #2b2b2b;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 4px;
    padding: 0px 9px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #ffffff;
}

@media (max-width: 461px) {
    .footer-bottom .footer-social a {
        margin-left: 0;
        margin-right: 4px;
    }
}

.footer-bottom .footer-social i {
    color: #cccccc;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 991px) {
    .footer-bottom .footer-social {
        text-align: left;
    }
}

.footer-text {
    margin-bottom: 0;
}

@media (max-width: 420px) {
    .footer-text {
        margin-bottom: 15px;
        text-align: left;
    }
}


/*------- My Styles ----------- */


/* Common Styles */

.section_gap {
    padding: 60px !important;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.pt-20 {
    padding-top: 0px !important;
}

.main_title {
    margin-bottom: 20px !important;
}

.main_title h2 {
    font-size: 28px !important;
    font-weight: 400 !important;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    color: #e6a339 !important;
}

.main_title h2 sub {
    color: #e6a339 !important;
}

.main_title h2::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    background: #8fbc54;
    left: 0;
    right: 0;
    bottom: 15px;
}

.label-title {
    text-align: justify;
    line-height: 30px;
    letter-spacing: 0.5px;
}


/* Header Area */

.top-title {
    background: #e6a339 !important;
}

.header_area {
    position: relative;
    width: 100%;
    z-index: 99;
    transition: none !important;
}

.header-top a {
    color: #fff;
    text-transform: none !important;
}

.main_menu {
    width: 100%;
    margin: auto;
}


/* Mega Styles */

.w-90 .navbar {
    background-color: #fff;
    justify-content: space-between !important
}

.w-90 .navbar .navbar-brand img {
    width: 80%;
    margin: auto;
}

.navbar-toggler {
    position: absolute;
    right: 0;
    top: 2px !important;
}

.navbar-light .navbar-toggler {
    color: red !important;
    border-color: #000 !important;
}

.header_area .navbar-toggler {
    padding: 10px !important;
    /* background: orangered !important; */
    border: 1px solid transparent;
    border-radius: .25rem;
}

.navbar-nav .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10px 12px !important;
    font-size: 15px !important;
    color: #000 !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    background: #e6a339;
    color: #fff;
    transition: 0.3s;
}

.navbar-expand-lg .navbar-nav .dropdown-menu-1 {
    position: absolute;
    top: 40px !important;
    background-color: #ff8c00 !important;
}

.dropdown .dropdown-menu .dropdown-item {
    color: #fff !important;
    font-size: 14.5px !important;
}

.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown .dropdown-menu .dropdown-item:active,
.dropdown .dropdown-menu .dropdown-item:focus {
    background-color: #ff8c00 !important;
    color: #000 !important;
    text-decoration: none;
}

.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 97%;
    margin: auto;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: #ff8c00 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 43px;
}

.megamenu-li .megamenu .dropdown-item {
    color: #fff !important;
    font-size: 14.5px !important;
}

.megamenu-li .megamenu .dropdown-item:hover,
.megamenu-li .megamenu .dropdown-item:active,
.megamenu-li .megamenu .dropdown-item:focus {
    color: #000 !important;
    text-decoration: none;
    background-color: #ff8c00 !important;
}

@media (max-width: 991px) {
    .main_menu {
        width: 100% !important;
        margin: auto !important;
    }

    .main_menu img {
        width: 80%;
    }

    .navbar-toggler span {
        display: block;
        width: 25px;
        height: 25px;
        background: #fff;
        transition: all 400ms linear;
        cursor: pointer;
    }

    /* .header_area .navbar {
        height: 80px;
    } */

    .navbar-nav {
        background: #e6a339 !important;
    }

    .section_gap {
        padding: 50px 5px 10px 5px !important;
    }

    .main_title h2 {
        font-size: 20px !important;
    }
}


/* Slider Control */

#carouselExampleIndicators {
    margin-top: 129px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='0000ff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='0000ff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}


/* Particles Js */

#particles-js {
    position: absolute;
    min-width: 280px;
    min-height: 280px;
    top: 0;
    left: 0;
}

@media (min-width: 576px) {
    #particles-js {
        min-width: 360px;
        min-height: 360px;
    }
}

#particles-js .particles-js-canvas-el {
    min-width: 280px;
    min-height: 280px;
}

@media (min-width: 576px) {
    #particles-js .particles-js-canvas-el {
        min-width: 360px !important;
        min-height: 360px !important;
        width: auto;
    }
}

.text-img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 280px;
    line-height: 85%;
    font-weight: 600;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #151515;
    letter-spacing: -.06em;
    padding-right: 10px;
    height: 270px;
}

.text-img:hover {
    color: #9b9b9b;
}

@media (min-width:991px) {
    .text-img {
        font-size: 280px;
        height: 250px;
        margin-top: -80px;
    }
}

@supports (-webkit-background-clip: text) {
    .text-img {
        -webkit-text-fill-color: transparent;
        background: -webkit-linear-gradient(transparent, transparent);
        background: -o-linear-gradient(transparent, transparent);
        background-color: #00923f;
        background-image: linear-gradient(315deg, #00923f 0%, #d98324 74%);
        -webkit-background-clip: text;
    }

    .text-img>span {
        pointer-events: none;
    }

    .text-img:hover {
        animation-play-state: running;
    }

    @media (max-width: 768px) {
        .text-img {
            background-position-y: 22%;
            font-size: 80px !important;
            height: 80px !important;
        }
    }
}



/* Produts */

.products {
    background-color: #E0E0E1 !important;
}

.w-80 {
    width: 80% !important;
    margin: auto !important;
}

.products .row a img {
    border: 2p solid black;
    -webkit-transition: all .2s linear;
}

.products .row a img:hover {
    transform-style: preserve-3d;
    transition: all 0.2s linear;
    transform: scale(1.04);
}

.products .row h4 {
    text-align: center;
    padding-top: 20px;
    font-size: 18px !important;
}

.products .row p {
    text-align: center;
    padding-bottom: 20px;
}

.products .row h4 sup {
    color: #000 !important;
}

@media (max-width: 991px) {
    .products .row p {
        padding-bottom: 30px;
    }
}


/* Testimonials */

.testimonials .col-center {
    margin: 0 auto;
    float: none !important;
}

.testimonials .carousel {
    margin: 50px auto;
    padding: 0 70px;
}

.testimonials .carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}

.testimonials .carousel .item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.testimonials .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.testimonials .carousel .testimonial {
    padding: 30px 0 10px;
}

.testimonials .carousel .overview {
    font-style: italic;
}

.testimonials .carousel .overview b {
    text-transform: uppercase;
    color: #7AA641;
}

.testimonials .carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

.testimonials .carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.testimonials .carousel .carousel-indicators {
    bottom: -40px;
}

.testimonials .carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}

.testimonials .carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.testimonials .carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .testimonials .carousel {
        margin: 10px auto;
        padding: 0 45px;
    }
}


/* News */

.news-content {
    margin-top: 40px !important;
}

.news-content .carousel {
    border-color: none !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1) !important;
}

.news-content .carousel .item {
    overflow: hidden;
}

.news-content .carousel h3 {
    text-align: center;
    margin-top: 20px;
    font-size: 19px !important;
    color: #202028 !important;
}

.news-content .carousel p {
    padding: 30px;
    text-align: justify !important;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.news-content .carousel-inner {
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.news-content .carousel-inner .carousel-item {
    min-height: 220px;
}

@media (max-width: 991px) {
    .news-content {
        margin-top: 60px !important;
    }

    .news-content .carousel p {
        padding: 15;
        text-align: left !important;
        line-height: 30px;
        letter-spacing: 0.5px;
    }

    .news-content .carousel-inner .carousel-item {
        min-height: 400px;
    }
}


/* About Us Page */

.download-button {
    margin-top: 10px;
    margin-bottom: 10px;
}

.download-button .btn {
    background-color: #02913C !important;
    border: none;
    color: white;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 17px;
}

.download-button .btn:hover {
    background-color: rgb(65, 225, 172);
}


/* Instruments Page */

.instruments-subcontent {
    margin-top: 30px !important;
}

.instruments-subcontent h4 {
    font-size: 24px !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
}

@media (max-width: 768px) {
    .consumables .pro1 {
        margin-top: 20px !important;
    }
}

@media (max-width: 991px) {
    .instruments-subcontent .mt-30 {
        margin-top: 0px !important;
    }

    .consumables .pro1 {
        margin-top: 25px !important;
    }

    .instruments-subcontent h4 {
        font-size: 20px !important;
        font-weight: 700 !important;
    }
}


/* Consumables Page */

.consumables {
    margin-top: 80px !important;
}

.consumables img {
    border: 1px solid #F1F1EC;
}

.consumables h5 {
    font-family: sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.consumables .button-link {
    background-color: #00923f;
}

.consumables .more-button {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    color: #fff !important;
}


/* ------------Cell Culture Media------------ */

.consumables .pro-image {
    position: relative;
}

.consumables .pro1 .button {
    background-color: rgba(26, 25, 25, 0.5);
    text-align: center;
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 100%;
    display: none;
}

.consumables .pro1 .button a {
    color: #fff;
}

.consumables .pro-image:hover .button {
    display: block;
    transition: opacity .35s ease;
}


/* ------------Cell Isolation Products------------ */

.consumables .sub-content h3 {
    font-family: sans-serif !important;
}

.consumables .sub-content h5 {
    padding-top: 20px;
    font-weight: bold;
    font-size: 17px !important;
    text-align: center !important;
}

.consumables .sub-content .text-color {
    color: #00923f;
    text-align: left !important;
}

.consumables .sub-content ul {
    margin-left: -20px;
}

.consumables .sub-content img {
    border: none !important;
}

.consumables .sub-content .border {
    border: 2px solid #F1F1EC !important;
    padding: 10px;
}


/* ------------Glycobiology Reagents------------ */

.consumables .sub-content .box-height {
    height: 150px;
}

.consumables .sub-content .box-height h5 {
    padding: 20px;
    position: absolute;
    top: 40px;
}


/* ------------IVD Primary Antibodies------------ */

.ivd-primary-antibodies .product-content h5 {
    text-align: center !important;
}


/* ------------Nucleosomes------------ */

.nucleosomes img {
    height: 300px;
}


/* ------------Primary and Secondary Antibodies------------ */

.primary-secondary img {
    height: 200px;
}


/* Principal Styles */

.principal-content .principal-box {
    transition: all 0.3s ease-in-out;
    padding: 30px;
}

.mt-50 {
    margin-top: 80px !important;
}

.principal-content .principal-box .image {
    text-align: center;
}

.principal-content .principal-box h5 {
    margin-top: 20px;
    font-size: 15px !important;
    font-weight: 600 !important;
    font-family: "Roboto", sans-serif !important;
    text-align: center;
}

.principal-content .principal-box ul {
    padding-top: 10px;
}

.mb-0 {
    margin-bottom: 0px !important
}

.mb-15 {
    margin-bottom: 19px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

@media (max-width: 991px) {
    .principal-content .mt-50 {
        margin-top: 0px !important;
    }

    .principal-content .principal-box h5 {
        margin-top: 5px !important;
    }
}


/* Service Request Styles */

.service-request {
    background-image: url(../img/map.jpg);
    background-size: cover;
}

.tab-content {
    width: 100%;
}

.form-inline .form-group label {
    color: #000;
}

.form-inline .form-group .custom-control-label {
    color: #323232 !important;
    font-weight: 400;
}

.form-inline .form-group .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid orange;
    background-color: transparent;
}

.form-inline .form-control {
    display: inline-block;
    width: 95%;
    vertical-align: middle;
}


/* Career */

.career-content .career {
    margin-top: 30px;
}

.career-content .career h3 {
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}

.career-content .career h4 {
    font-size: 18px !important;
    font-weight: 800 !important;
    margin-bottom: 10px !important;
    color: #E6A339 !important;
}

.career-content .career h5 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    margin-left: 10px !important;
}

.career-content .career p {
    color: #000 !important;
    font-weight: 500 !important;
}

.pl-40 {
    padding-left: 40px;
}

.career-content .apply-button {
    background-color: #359c35;
    color: #fff !important;
    font-size: 19px !important;
    padding: 5px 20px 5px 20px;
    margin-left: 10px !important;
}


/* Career Form */

.career .col-form-label {
    justify-content: left !important;
}

.career form .row {
    width: 100%;
}

.career form .text {
    padding-top: 20px;
    text-align: center !important;
}


/* Contact Section */

.contact_area .contact-content {
    margin-top: 30px;
}

.contact_area .contact-content .label-title-contact {
    color: #04091e;
    margin-bottom: 20px;
}

.contact_area .contact_info h4 {
    margin-bottom: 20px;
    font-size: 20px !important;
    color: #359c35;
}

.contact_info .info_item p {
    color: #000;
}

.contact_info .info_item a {
    color: #202028;
    font-weight: 600;
}

.contact_area #contact-form label {
    color: #000 !important;
}

.contact_area #contact-form .input-text {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}

.contact_area .contact-content .send-message {
    background: #359c35 !important;
}


/* Footer Styles */

.footer-bottom a {
    color: #fff !important;
}

#return-to-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* Thank You */

.content-end {
    margin-top: 50px;
}

.content-end p {
    text-align: center;
}

.pd-l {
    padding-left: 20px;
}

/* custom css */

.pd-0 {
    padding: 0;
}

.pd-10 {
    padding: 10px;
}

.pd-20 {
    padding: 20px;
}

.white-space .dropdown-item {
    white-space: unset !important;
}

.carousel-caption h3 a {
    background-color: #359c35;
    color: #fff !important;
    font-size: 19px;
    padding: 5px 20px 5px 20px;
    margin-left: 10px !important;
}

/* social media floating icon */

.social-media {
    align-items: center;
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.social-media:hover {
    transform: translateX(calc(-100% + 60px));
}

.social-media i {
    color: #fff;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    width: 60px;
}

.social-media a {
    color: #fff;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
}

.social-media-container {
    top: 50%;
    list-style-type: none;
    padding: 0;
    position: fixed;
    left: calc(100% - 60px);
    transform: translateY(-50%);
    min-width: 250px;
}

.social-media.blog {
    background-color: #014592;
}

.social-media.pinterest {
    background-color: #bd081c;
}

.social-media.linkedin {
    background-color: #007;
}

.fa-laptop-code:before {
    content: "\f5fc";
}

.fa-user-gear:before {
    content: "\f4fe";
}

/* //social media floating icon */

.color-000 {
    color: #000;
}

.color-fff {
    color: #fff !important;
}

.color-333 {
    color: #333 !important;
}

.color-00923f {
    color: #00923f;
}

.navbar .fa {
    font-size: 20px;
    margin-right: 10px;
    color: #00923f;
}

.owl-carousel.version-1 {
    position: relative;
    padding: 15px 35px 0;
}

.logo-slider-1 {
    width: 100%;
    /* max-width: 1000px; */
    margin: 0 auto 40px;
    text-align: center;
}

.owl-carousel .owl-item {
    background: #fff;
    padding: 0 20px;
}

.owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff !important;
    border-radius: 50%;
    margin: auto 0;
    box-shadow: 0px 0px 5px #00000069;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-nav button.owl-prev {
    left: 0;
}

.logo-slider-1 .version-1 button {
    width: 50px;
    height: 50px;
}

.logo-slider-1 .version-1 button span {
    font-size: 35px;
}

.logo-slider-1 .version-1 .owl-dots {
    display: none;
}

.footer-bottom .footer-social {
    list-style: none;
    text-align: unset;
}

.footer-bottom .footer-social a {
    line-height: 3;
    padding: 11px 11px;
    border-radius: 20px;
    margin: 10px;
}

.footer-bottom .footer-social i {
    font-size: 22px;
}

.footer-social li {
    margin: 10px;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 10px;
}

.float1 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    font-size: 30px;
    left: 10px;
}

.my-float1 {
    margin-top: 10px;
}

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 10000;
    /* Stay on top */
    top: 0;
    right: 0;
    background-color: #fff;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    /* padding-left: 30px; */
}

/* The navigation menu links */
.sidenav a {
    /* margin: 20px 0 0px 0; */
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    display: block;
    transition: 0.3s;
    width: 227px;
    text-align: left;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover,
.offcanvas a:focus {
    color: #000;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 15px;
    right: 32px;
    font-size: 38px;
    margin-left: 50px;
    width: initial;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

.sub-nav {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    text-decoration: none;
    margin: 0 12px 0 12px;
}

.sub-nav:hover {
    color: #C0212A;
    /* text-decoration: underline; */

}

.hamburger-icon {
    font-size: 32px;
    color: black;
    text-decoration: none;
    position: fixed;
    z-index: 1000;
    right: 29px;
    top: 35px;
    cursor: pointer;
    display: inherit;
}

.header_area {
    padding: 20px 20px;
}

.w-90 .navbar .navbar-brand img {
    width: 100% !important;
}

.navbar-nav .nav-link {
    font-size: 17px !important;
}

#carouselExampleIndicators {
    margin-top: 110px;
}

.mobile-menu-items {
    padding-left: 30px;
}

.dotted-line {
    margin-right: 30px;
    margin-top: 20px;
    border-top: 1px dashed #000;
}

.mobile-menu-items .contact_info {
    padding-top: 20px;
}

.mobile-menu-items .contact_info .info_item {
    padding-left: 55px;
}

.mobile-menu-items .contact_info .info_item p {
    text-align: left !important;
}

.mobile-menu-items .contact_info .info_item i {
    font-size: 26px;
}

.mobile-menu-items .contact_info .info_item span {
    font-size: 17px;
    font-weight: 600;
}

.mobile-menu-items .contact_info .info_item a {
    text-align: left !important;
    font-weight: 500;
}

.add-links p {
    text-align: left;
    color: #333
}

.soc-icon {
    display: flex;
    margin-top: 20px;
}

.soc-icon a {
    width: 20% !important;
}

.soc-icon i {
    font-size: 20px;
    border: 1px solid #000;
    padding: 10px;
}

.quick-links {
    list-style: none;
    padding-left: 15px;
}

.logo-slider-1 h5 {
    font-size: 1rem;
    font-weight: 500;
}

.carousel-item a {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #222222;
}

.img-box{
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}

.row-box{
    background: #019645;
    border-radius: 20px;
    margin-top: 10px;
}

.product-content h5{
    font-size: 20px !important; 
}

.product-content p{
    font-size: 17px;
}

.view_more{
    padding: 15px 30px;
    background: #fda820;
    color: #fff;
    border-radius: 25px;
    margin-top: 10px;
    font-size: 15px;
}

.view_more:hover{
    background: #fff;
    color: #fda820;
}

/* //custom css */