



html {
    overflow-x: hidden;
}

body {
    font-family: "Roboto", sans-serif;
    color: #9fa1a4;
    line-height: 1.5;
}

a {
    color: #777;
    transition: .3s all ease;
}

.container {
    z-index: 2;
    position: relative;
}


section {
    overflow: hidden;
}

.rs-wave {
    z-index: 11;
    visibility: inherit;
    transform: none 0s ease 0s;
    text-align: inherit;
    line-height: 5px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 3px;
}
.btnForMobile {
    border: none;
    padding: 15px 30px !important;
}
.btn.btn-outline-black {
    border: 2px solid #000;
    background: none;
    color: #000;
    width: 100%;        
    font-size: 15px;
}
.btn.btn-outline-black-small h4 {
    color: #fff;
    font-size: 14px;
    padding-top: 5px;    
}

        .btn.btn-outline-black-small h4:hover {
            color: #000;
        }
    
    .btn.btn-outline-black-small {
        border: 2px solid #000;
        background: #000;
        color: #000;
        width: 100%;
        /*font-family: 'Raleway', sans-serif;*/
        font-size: 16px;
        color: #fff;
    }

        .btn.btn-outline-black-small:hover {
            background: #fff;
            color: #000;
        }

    .btn.btn-outline-black:hover {
        background: #000;
        color: #fff;
    }
    .btn.btn-outline-bk {
        border: 2px solid #fff;
        background: #000;
        color: #fff;
    }

    .btn.btn-outline-bk:hover {
        background: #fff;
        color: #000;
    }

    .btn.btn-outline-green {
        border: 2px solid #fff;
        background: #82A837;
        color: #fff;
    }
    .btn.btn-outline-green:hover {
        background: #fff;
        color: #2d71a1;
    }
    .btn.btn-outline-white {
        border: 2px solid #fff;
        background: none;
        color: #fff;
    }

    .btn.btn-outline-white:hover {
        background: #fff;
        color: #2d71a1;
    }
    .btn-outline-stillBlack{
        background: #000;
        color: #fff;
    }
    .btn.btn-primary {
        background: #2d71a1;
        background: linear-gradient(-45deg, #1391a5, #274685);
        color: #fff;
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    }

.socialicon {
    display:flex;
}.socialicon li {
    list-style-type: none;
    padding-right: 20px;
}
/* Step */
.step {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 40px;
}

    .step .number {
        background: linear-gradient(-45deg, #1391a5, #274685);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
        letter-spacing: .2rem;
        margin-bottom: 10px;
        display: block;
    }

    .step p:last-child {
        margin-bottom: 0px;
    }

.cta-section h2 {
    color: #000;
    font-size: 21.5px;
    font-weight: 600;
}

.cta-section ul li {
    list-style: none;
    line-height: 2.5em;
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}


.cta-section .btn {
    background: #000000;
    color: #fff;
}

/* Sticky Wrapper */
.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
}

    .sticky-wrapper .site-navbar {
        transition: .3s all ease;
    }

        .sticky-wrapper .site-navbar .site-menu-toggle {
            color: #fff;
        }

        .sticky-wrapper .site-navbar .site-logo a {
            color: #fff;
        }

        .sticky-wrapper .site-navbar .site-menu > li > a {
            color: rgba(255, 255, 255, 0.8) !important;
        }
        
        #newsandDeals li a {
            color: #000 !important;
        }
        #newsandDeals li #customerLogin {
            position: relative;
            top: 10px;
            color: #fff !important;
        }
        .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
            color: #fff !important;
        }

    .sticky-wrapper.is-sticky .burger:before, .sticky-wrapper.is-sticky .burger span, .sticky-wrapper.is-sticky .burger:after {
        background: #000000;
        transition: .0s all ease;
    }

    .sticky-wrapper.is-sticky .site-navbar {
        background: #fff;
        border-bottom: 1px solid transparent;
        box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    }

        .sticky-wrapper.is-sticky .site-navbar .site-logo a {
            color: #000000 !important;
        }

        .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
            color: #000000 !important;
        }

            .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
                color: #ccc !important;
            }

        .sticky-wrapper.is-sticky .site-navbar .site-menu > li.active a {
            color: #ccc !important;
        }

    .sticky-wrapper .shrink {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

/* Contact Form */
.form-control {
    height: 40px;
    border-radius: 0;
    border: 1px solid #dae0e5;
}

    .form-control:active, .form-control:focus {
        outline: none;
        box-shadow: none;
        border: 1px solid #2d71a1;
    }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes grad-move {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes rad-move {
    0% {
        border-radius: 50%;
    }

    5% {
        border-radius: 50% 54% 57% 43% / 40% 30% 30% 50%;
    }

    10% {
        border-radius: 53% 47% 63% 69% / 60% 30% 70% 40%;
    }

    15% {
        border-radius: 55% 45% 67% 33% / 77% 48% 52% 23%;
    }

    20% {
        border-radius: 41% 39% 68% 62% / 72% 48% 52% 28%;
    }

    25% {
        border-radius: 61% 40% 58% 32% / 33% 56% 44% 67%;
    }

    30% {
        border-radius: 41% 59% 35% 55% / 63% 36% 64% 37%;
    }

    35% {
        border-radius: 61% 33% 57% 55% / 61% 59% 41% 39%;
    }

    40% {
        border-radius: 55% 45% 67% 43% / 63% 36% 64% 37%;
    }

    45% {
        border-radius: 51% 65% 30% 33% / 31% 74% 26% 69%;
    }

    50% {
        border-radius: 40% 66% 32% 68% / 77% 48% 52% 23%;
    }

    55% {
        border-radius: 44% 30% 52% 70% / 61% 59% 41% 39%;
    }

    60% {
        border-radius: 46% 54% 38% 52% / 33% 56% 44% 67%;
    }

    65% {
        border-radius: 66% 34% 58% 50% / 63% 36% 64% 37%;
    }

    70% {
        border-radius: 40% 51% 60% 40% / 31% 74% 26% 69%;
    }

    75% {
        border-radius: 44% 66% 49% 44% / 33% 56% 44% 67%;
    }

    80% {
        border-radius: 50% 30% 55% 65% / 77% 48% 52% 23%;
    }

    85% {
        border-radius: 60% 70% 41% 50% / 31% 74% 26% 69%;
    }

    90% {
        border-radius: 55% 59% 50% 45% / 61% 59% 41% 39%;
    }

    95% {
        border-radius: 50% 54% 57% 43%;
    }

    100% {
        border-radius: 50%;
    }
}


* {
    margin: 0;
    padding: 0;
}

.box {
    position: relative;
    height: 100vh;
    width: 100vw;
}


#bannerText {
    font-size: 3em;
    color: white;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
}

    #bannerText span {
        border-right: .05em solid;
        animation: caret 1s steps(1) infinite;
    }

.typed::after {
    content: '|';
    display: inline;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

/*Custom cursor animation*/
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#customerLogin {
    color: #fff !important;
}

/*#demoRequest {
    z-index: 9999;
}*/


.hero-section p {
    font-size: 18px;
    color: #fff;
}



/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/
.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: absolute;
    top: 0;
    width: 100%;
}

    .site-navbar .site-logo {
        position: relative;
        font-size: 24px;
    }

        .site-navbar .site-logo a {
            color: #fff;
        }

            .site-navbar .site-logo a:hover {
                text-decoration: none;
            }

    .site-navbar .site-navigation .site-menu {
        margin-bottom: 0;
    }

        .site-navbar .site-navigation .site-menu a {
            text-decoration: none !important;
            display: inline-block;
        }

        .site-navbar .site-navigation .site-menu > li {
            display: inline-block;
        }

            .site-navbar .site-navigation .site-menu > li:last-child {
                position: absolute;
                right: 0;
                top: 8px;
                /*border:1px solid #ccc;*/
            }

            .site-navbar .site-navigation .site-menu > li .userLogin {
                color: #fff !important;
            }

            .site-navbar .site-navigation .site-menu > li > a {
                padding: 20px 10px;
                color: #000000;
                display: inline-block;
                text-decoration: none !important;
                font-size: 14px;
            }
/*ChemAnalyst News Start*/
#chemAnalystNews .site-navigation .site-menu > li > a {
    padding: 3px 10px;
    color: #000000;
    display: inline-block;
    text-decoration: none !important;
}

#chemAnalystNews .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\ea99";
    font-size: 16px;
    top: 52%;
    right: -10px;
    transform: translateY(-50%);
    font-family: 'icofont';
}

/*ChemAnalyst News End*/
.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #2d71a1;
}

.site-navbar .site-navigation .site-menu > li.active > a {
    color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

    .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px;
    }

    /*.site-navbar .site-navigation .site-menu .has-children > a:before {
            position: absolute;
            content: "\ea99";
            font-size: 16px;
            top: 52%;
            right: 0;
            transform: translateY(-50%);
            font-family: 'icofont';
        }*/

    .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
        margin-top: 15px;
        margin-left: 0px;
        background: #fff;
        transition: 0.2s 0s;
    }

        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
            position: absolute;
        }

            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                bottom: 100%;
                left: 20%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
            }

            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                border-color: rgba(136, 183, 213, 0);
                border-bottom-color: #fff;
                border-width: 10px;
                margin-left: -10px;
            }

        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
            text-transform: none;
            letter-spacing: normal;
            transition: 0s all;
            color: #000000;
        }

        .site-navbar .site-navigation .site-menu .has-children .dropdown .active {
            color: #2d71a1 !important;
        }

        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
            list-style: none;
            padding: 0;
            margin: 0;
            min-width: 210px;
            font-size: 14px;
        }

            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
                padding: 9px 20px;
                display: block;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                    background: #f2f4f6;
                    color: #000000;
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
                content: "\ea75";
                right: 20px;
            }

            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
                left: 100%;
                top: 0;
            }

            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
                background: #f2f4f6;
            }

    .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #2d71a1;
    }

    .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer;
    }

        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
            transition-delay: 0s;
            margin-top: -10px;
            visibility: visible;
            opacity: 1;
        }

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    /*padding-top: 20px;*/
    background: #fff;
    height: calc(100vh);
    transform: translateX(110%);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.7) 80%), url('../../images/mobile-header.webp') no-repeat;
}

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        /*bottom: 25px;*/
        float: left;
        margin-top: 7px;
        position: relative;
        /* top: -13px; */
        right: 22px;
    }

    .site-mobile-menu .site-mobile-menu-header p {
        margin: 0 auto;
        text-align: center;
        float: right;
        font-size: 1.2em;
        color: #96C33D;
        position: relative;
        bottom: 22px;
        left: 30px;
    }

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        transition: .3s all ease;
    }

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
            display: inline-block;
            text-transform: uppercase;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
                max-width: 70px;
            }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
                text-decoration: none;
            }

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

    .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
    }

        .site-mobile-menu .site-nav-wrap a:hover {
            color: #2d71a1;
        }

    .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block;
    }

        .site-mobile-menu .site-nav-wrap li.active > a {
            color: #2d71a1;
        }

    .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
    }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
            font-size: 12px;
            z-index: 20;
            font-family: "icofont";
            content: "\ea99";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(-180deg);
            transition: .3s all ease;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
            transform: translate(-50%, -50%);
        }

    .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
    }

        .site-mobile-menu .site-nav-wrap > li:before {
            content: '\25ba';
            position: absolute;
            top: 7px;
            color: #96C33D;
        }

        .site-mobile-menu .site-nav-wrap > li > a {
            padding-left: 20px;
            font-size: 14px;
            color: #000;
        }

            .site-mobile-menu .site-nav-wrap > li > a:hover {
                text-decoration: underline !important;
            }

        .site-mobile-menu .site-nav-wrap > li > ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .site-mobile-menu .site-nav-wrap > li > ul > li {
                display: block;
            }

                .site-mobile-menu .site-nav-wrap > li > ul > li > a {
                    padding-left: 40px;
                    font-size: 16px;
                }

                .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
                    padding: 0;
                    margin: 0;
                }

                    .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                        display: block;
                    }

                        .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                            font-size: 16px;
                            padding-left: 60px;
                        }


/* Burger */
.burger {
    width: 28px;
    height: 32px;
    cursor: pointer;
    position: relative;
    z-index: 99;
    float: right;
}

    .burger:before, .burger span, .burger:after {
        width: 100%;
        height: 2px;
        display: block;
        background: #fff;
        border-radius: 2px;
        position: absolute;
        opacity: 1;
    }

    .burger:before, .burger:after {
        transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
        -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
        content: "";
    }

    .burger:before {
        top: 4px;
    }

    .burger span {
        top: 15px;
    }

    .burger:after {
        top: 26px;
    }

    /* Hover */
    .burger:hover:before {
        top: 7px;
    }

    .burger:hover:after {
        top: 23px;
    }

    /* Click */
    .burger.active span {
        opacity: 0;
    }

    .burger.active:before, .burger.active:after {
        top: 40%;
    }

    .burger.active:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
        /*for IE*/
    }

    .burger.active:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
        /*for IE*/
    }

    .burger:focus {
        outline: none;
    }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding: 7px 0px 0px 0px;
    background: #111a1c;
}

    .footer h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .footer ul li {
        margin-bottom: 10px;
    }

    .footer a {
        color: #fff;
    }

    .footer .copyright {
        margin-bottom: 0px;
    }

    .footer .copyright, .footer .credits {
        font-size: 14px;
    }

.social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f8f9fa;
    position: relative;
    text-align: center;
    transition: .3s background ease;
    color: #0d1e2d;
}

    .social a span {
        display: inline-block;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .social a:hover {
        color: #fff;
        background: #2d71a1;
    }
/*video Testimonials*/








@media screen and (max-width: 992px) {
    .hero-section .wave {
        bottom: -180px;
    }
}

.hero-section .wave svg {
    width: 100%;
}


    .hero-section.inner-page {
        height: 60vh;
        min-height: 0;
    }

        .hero-section.inner-page .hero-text {
            transform: translateY(-150px);
        }

@media screen and (max-width: 992px) {
    .hero-section.inner-page .hero-text {
        margin-top: -80px;
    }
}

.hero-section h1 {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
    .hero-section h1 {
        font-size: 2.5rem;
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    .hero-section .hero-text-image {
        margin-top: 4rem;
    }
}


@media (max-width: 768px) {
    .cta-section h2 {
        font-size: 1.4rem;
        text-align: left;
    }

    #bannerText {
        font-size: 1.5rem;
    }
}
