.chart-bg @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,600i,700,700i,900,900i'); @import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=DM+Serif+Text&family=Inter:wght@300;400;500;600;700&display=swap");
/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/
html, body {
    height: 100%;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    /*background: #eff0f0;*/
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select > .dropdown-toggle,
input:hover,
.bootstrap-select > .dropdown-toggle:hover,
input:focus,
.bootstrap-select > .dropdown-toggle:focus,
input:active,
.bootstrap-select > .dropdown-toggle:active,
select {
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: 0px;
}

img {
    max-width: 100%;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    a:hover {
        text-decoration: none;
    }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'DM Serif Display', serif;
    margin: 0 0 15px;
}


/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

.container {
    max-width: 1220px;
}

.header-area {
    background: #0f3557;
    padding: 30px 0px;
}

.menu-area li {
    display: inline-block;
    position: relative;
}

    .menu-area li a {
        color: #fff;
        padding-right: 30px;
    }

.logo img {
    height: 90px;
    padding-top:5px;
}

.logo {
    z-index: 101;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: calc(50% - 6px);
}

.header-search {
    text-align: right;
}

    .header-search span {
        color: white;
        font-size: 14px;
    }

    .header-search a {
        color: white;
        margin-left: 10px;
        font-size: 18px;
    }

.carousel-single {
    background-size: cover !important;
    background-position: center !important;
    height: 100vh;
    display: table;
    width: 100%;
}

.carousel-single-table {
    display: table-cell;
    vertical-align: bottom;
}

.header-txt {
    padding-bottom: 50px;
}

    .header-txt h1 {
        color: #fff;
        font-size: 70px;
        font-weight: 500;
        line-height: 1.1;
    }

.header-tag a {
    color: #b4b5b7;
    margin: 0px 5px;
}

.header-tag span {
    color: #fff;
}

.carousel-area .owl-nav div {
    position: absolute;
    left: auto;
    bottom: 0;
    font-size: 22px;
    right: 68px;
    background: #fff;
    width: 70px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: .3s;
}

.carousel-area .owl-nav .owl-next {
    left: auto;
    right: 0;
    background: #fff;
    text-align: center;
}

.carousel-area .owl-nav div:hover {
    background: #000;
    color: #fff;
}

.blog-area {
    padding: 100px 0px;
}

.blog-img {
    display: block;
    position: relative;
    overflow: hidden;
}

.blog-content h2 a {
    color: #000;
}

.blog-content {
    margin-top: 20px;
}

    .blog-content h2 {
        font-weight: 600;
        margin-bottom: 10px;
    }

    .blog-content p a {
        color: #999;
    }

        .blog-content p a:hover {
            color: #000;
        }

.blog-content {
    color: #000;
    line-height: 26px;
}

.learnMore {
    display: block;
    font-size: 13px;
    letter-spacing: 2px;
    color: #999;
    margin-top: 20px;
}

    .learnMore:hover {
        color: #000;
    }

.blog-img img {
    transition: .4s;
}

.blog-img:hover img {
    transform: scale(1.1);
}

.blog-img:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    font-size: 50px;
    text-align: center;
    background: rgb(0 0 0 / .3);
    transition: .4s;
    opacity: 0;
    visibility: hidden;
}

.blog-img:before {
    position: absolute;
    left: 0;
    top: 43%;
    height: 100%;
    width: 100%;
    content: "...";
    font-size: 10px;
    color: #fff;
    z-index: 1;
    text-align: center;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
}

.blog-img:hover:after {
    opacity: 1;
    visibility: visible;
}

.blog-img:hover:before {
    font-size: 40px;
    opacity: 1;
    visibility: visible;
}

.blog-single {
    margin: 20px 0px;
}

.single-footer-text h5 {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 400;
}

.single-footer-text {
    font-weight: 300;
}

    .single-footer-text p a {
        display: block;
        color: #000;
    }

    .single-footer-text a {
        display: block;
        color: #000;
    }


.footer-area {
    padding-top: 100px;
    background: #efeff0;
}

.footer-bottom {
    margin-top: 40px;
}

    .footer-bottom p {
        font-size: 14px;
        color: #666;
        letter-spacing: 1px;
    }

        .footer-bottom p a {
            font-size: 15px;
            color: #000;
        }

.footer-area {
    padding-bottom: 50px;
}

.slicknav_menu {
    display: none;
}



.contact-area {
    padding: 100px 0px;
}

.contact-top-img {
    margin-bottom: 80px;
}

.section-title h1 {
    font-size: 65px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
}

.section-title p {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 30px;
}

.section-row-column {
    margin-top: 40px;
}

    .section-row-column h4 {
        font-weight: 400;
    }

    .section-row-column p {
        font-size: 20px;
        font-weight: 300;
    }

.contact-form {
    margin-top: 30px;
}

    .contact-form input, .contact-form textarea {
        width: 100%;
        border: none;
        border-bottom: 1px solid #828484;
        background: none;
        padding: 20px 0px;
        color: #929393;
    }

    .contact-form textarea {
        height: 200px;
    }

        .contact-form textarea:focus {
            outline: 0px;
        }

    .contact-form input[type="submit"] {
        border: none;
        background: #000000;
        margin-top: 50px;
        color: #fff;
        font-size: 14px;
        letter-spacing: 5px;
        font-weight: 300;
        transition: .4s;
    }

        .contact-form input[type="submit"]:hover {
            opacity: .8;
        }



/*Default integration css*/
table::-webkit-scrollbar {
    -webkit-appearance: none;
}

    table::-webkit-scrollbar:horizontal {
        width: 8px;
    }

table::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    /*border: 1px solid #ddd;*/
}

.table-default {
    overflow-x: auto;
}


.blog-content h2 {
    font-size: 28px;
}



.menu-area li .dropdownMenu {
    position: absolute;
    left: -20px;
/*    top: 66px;
*/    z-index: 222;
    width: 220px;
    background: #111;
    transition: .6s;
    visibility: hidden;
    opacity: 0;
}

.menu-area li:hover ul.dropdownMenu {
    visibility: visible;
    opacity: 1;
/*    top: 45px;
*/}

.menu-area li ul.dropdownMenu li {
    display: block;
}

    .menu-area li ul.dropdownMenu li a {
        display: block;
        color: #999;
        padding: 3px 20px;
        font-size: 13px;
    }

        .menu-area li ul.dropdownMenu li a:hover {
            color: #fff;
        }

.menu-area li.has-children > a::after {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    margin-top: -4px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    right: 15px;
    top: calc(50% + 2px);
}

.menu-area li.has-children:hover > a::after,
.menu-area li.has-children:focus > a::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

body.home .menu-area li a.home,
body.contact .menu-area li a.contact {
    color: #fffd38;
}

/* ===================================================================
 * # hero
 *
 * ------------------------------------------------------------------- */
.s-hero {
    width: 100%;
    /*height: 100vh;*/
    height: 1000px;
    min-height: calc(25.5 * var(--space));
    background-color: #151515;
    overflow: hidden;
    position: relative;
}

/* -------------------------------------------------------------------
 * ## hero slider
 * ------------------------------------------------------------------- */
.s-hero-slider {
    position: relative;
}

    .s-hero-slider .slick-dots {
        display: block;
        list-style: none;
        width: 100%;
        max-width: 1220px;
        padding: 0 3.2rem;
        margin-left: 0;
        /* margin-top: -15vh;*/
        margin-top: -60px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding-left: 20px;
    }

        .s-hero-slider .slick-dots li {
            display: inline;
            padding-left: 0;
            margin-right: .8rem;
        }

            .s-hero-slider .slick-dots li::after {
                content: "";
                display: inline-block;
                width: 0;
                height: 1px;
                background-color: rgba(255, 255, 255, 0.5);
                -webkit-transform: translateY(-4px);
                transform: translateY(-4px);
                -webkit-transition: width 0.3s cubic-bezier(0.21, 0.97, 0.75, 0.85);
                transition: width 0.3s cubic-bezier(0.21, 0.97, 0.75, 0.85);
            }

            .s-hero-slider .slick-dots li button {
                display: inline-block;
                background: transparent;
                border: none;
                margin: 0;
                padding: .4rem;
                line-height: var(--vspace-1);
                height: auto;
                color: white;
                position: relative;
            }

                .s-hero-slider .slick-dots li button::before {
                    content: "0";
                }

            .s-hero-slider .slick-dots li:nth-child(n+10) button::before {
                content: none;
            }

            .s-hero-slider .slick-dots li.slick-active::after {
                width: 32px;
                margin: 0 10px 0 4px;
            }

    .s-hero-slider .s-hero-slide {
        /* height: 100vh;*/
        height: 1000px;
        min-height: calc(25.5 * var(--space));
        position: relative;
        /*   display: flex;
    justify-content: center;
    align-items: center;*/
        display: table;
    }

.s-hero-slide-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .s-hero-slide-bg::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .s-hero-slide-bg::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.78)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.78) 100%);
        opacity: 0.2;
    }

/*.s-hero-slide-content {
    height: 100%;
    max-width: var(--width-wide);
    padding-top: calc(6 * var(--space));
    padding-bottom: 20vh;
    position: relative;
    padding-top: 150px;
}*/

.s-hero-slide-content {
    height: 100%;
    max-width: var(--width-wide);
    padding-top: calc(6 * var(--space));
    padding-bottom: 30px;
    position: relative;
    padding-top: 30px;
}

.s-hero-slide-content {
    display: table-cell;
    height: 1000px;
    vertical-align: bottom;
    padding-bottom: 100px;
}

.s-hero-slide-meta {
    font-weight: 400;
    font-size: var(--text-sm);
    line-height: var(--vspace-0_75);
    color: white;
    margin-bottom: var(--vspace-0_5);
}

    .s-hero-slide-meta .cat-links, .s-hero-slide-meta .byline {
        display: inline-block;
        margin: 0 .8rem;
    }

        .s-hero-slide-meta .cat-links a::after {
            content: ", ";
        }

        .s-hero-slide-meta .cat-links a:last-child::after {
            display: none;
        }

    .s-hero-slide-meta a, .s-hero-slide-meta .author {
        font-weight: 300;
        color: rgba(255, 255, 255, 0.7);
    }

.s-hero-slide-text {
    font-family: var(--font-3);
    font-size: 50px;
    font-weight: 400;
    line-height: 1.091;
    letter-spacing: -.01em;
    color: white;
    margin-top: 0;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

    .s-hero-slide-text a {
        color: white;
    }


/* ------------------------------------------------------------------- 
 * ## hero slider nav arrows
 * ------------------------------------------------------------------- */
.s-hero-nav-arrows {
    z-index: 2;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
}

    .s-hero-nav-arrows button {
        height: 55px;
        width: 65px;
        background-color: white;
        border-color: white;
        padding: 0;
        margin: 0;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        border: none;
    }

        .s-hero-nav-arrows button svg path {
            fill: black;
        }

        .s-hero-nav-arrows button:hover,
        .s-hero-nav-arrows button:focus {
            background-color: black;
            border-color: black;
        }

            .s-hero-nav-arrows button:hover svg path,
            .s-hero-nav-arrows button:focus svg path {
                fill: white;
                color: #fff;
            }


/* ------------------------------------------------------------------- 
 * responsive:
 * hero
 * ------------------------------------------------------------------- */
@media screen and (max-width: 1600px) {
    .s-hero-slide-content > .column {
        -ms-flex: 0 0 50vw;
        -webkit-box-flex: 0;
        flex: 0 0 50vw;
        max-width: 50vw;
    }

    .s-hero-slide-text {
        font-size: 80px;
    }
}

@media screen and (max-width: 1400px) {
    .s-hero-slide-text {
        font-size: 80px;
    }
}

@media screen and (max-width: 1200px) {
    .s-hero-slider .slick-dots {
        padding: 0 2.4rem;
    }

    .s-hero-slide-text {
        /*font-size: 70px;*/
    }
}

@media screen and (max-width: 1000px) {
    .s-hero-slide-content > .column {
        -ms-flex: 0 0 70vw;
        -webkit-box-flex: 0;
        flex: 0 0 70vw;
        max-width: 70vw;
    }

    .s-hero-slide-text {
        font-size: 80px;
    }

    .s-hero-social-icons li {
        margin-bottom: var(--vspace-0_5);
    }
}

@media screen and (max-width: 800px) {
    .s-hero-slider .slick-dots {
        padding: 0 3rem;
    }

    .s-hero-slide-text {
        /*font-size: 50px;*/
    }
}

@media screen and (max-width: 600px) {
    .s-hero-slider .slick-dots {
        padding: 0 2.4rem;
    }

    .s-hero-slide-text {
        font-size: 40px;
    }

    .s-hero-slider .s-hero-slide {
        height: auto;
        padding: 60px 0px;
    }

    .s-hero {
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    .s-hero-slider .slick-dots {
        padding: 0 2rem;
    }

    .s-hero-slide-meta {
        font-size: var(--text-sm);
    }

    .s-hero-slide-text {
        font-size: 40px;
    }

    .s-hero-social {
        right: 1.6rem;
    }

    .s-hero-slider .s-hero-slide {
        height: auto;
        padding: 60px 0px;
    }

    .s-hero {
        height: auto;
    }
}

@media screen and (max-width: 400px) {
    .s-hero-slider .slick-dots {
        padding: 0 1rem;
    }

    .s-hero-slide-content {
        padding-bottom: 50px;
        height: auto;
    }

        .s-hero-slide-content > .column {
            -ms-flex: 0 0 100%;
            -webkit-box-flex: 0;
            flex: 0 0 100%;
            max-width: 100%;
        }

    .s-hero-slide-text {
        font-size: 30px;
    }
    /*    .s-hero-nav-arrows button {
        height: var(--vspace-1_5);
        width: var(--vspace-1_75);
    }*/
    .s-hero-nav-arrows button svg {
        height: 1.2rem;
        width: 1.2rem;
    }

    .s-hero-slider .s-hero-slide {
        height: auto;
        padding: 60px 0px;
    }

    .s-hero {
        height: auto;
    }
}



/* ------------------------------------------------------------------- 
 * ## go top
 * ------------------------------------------------------------------- */
.ss-go-top {
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: fixed;
    bottom: 7.2rem;
    right: 4rem;
}

    .ss-go-top a {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-decoration: none;
        border: none;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        background-color: #e0e0e0;
        -webkit-transition: all .3s;
        transition: all .3s;
        position: relative;
    }

        .ss-go-top a:hover, .ss-go-top a:focus {
            background-color: black;
        }

            .ss-go-top a:hover svg path, .ss-go-top a:focus svg path {
                fill: white;
                color: #fff;
            }

    .ss-go-top svg {
        height: 1.2rem;
        width: 1.2rem;
    }

        .ss-go-top svg path {
            fill: black;
        }

    .ss-go-top.link-is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }



/*dashboard css*/

.header-card {
    background: #000;
    color: #fff;
    padding: 10px;
    min-height: 150px;
}

.card-row {
    display: grid;
    grid-template-columns: 6fr 6fr;
    text-align: center;
    padding-top: 10px;
}

.header-card h5 {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    margin-bottom: 0px;
}

.card-column h4 {
    font-family: 'Inter', sans-serif;
    /* font-size: 35px;*/
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 0px;
}

.card-column.temp h4 {
    font-size: 35px;
}

.card-column img {
    width: 86px;
    display: inline-block;
    margin-top: -20px;
}

.dashboard-area {
    padding: 70px 0px;
}

.admin-title h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #333;
    margin-bottom: 25px;
}

.chart-bg img {
    width: 100%;
}


.chart-bg {
    background: #000;
    padding: 10px;
    margin-top: 30px;
    min-height: 400px;
}

    .chart-bg h2 {
        color: #fff;
        font-family: 'Inter', sans-serif;
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .chart-bg .nav-tabs .nav-link {
        padding: 0;
        border: none;
        border-radius: 0px;
        padding: 0px 10px;
        border-radius: 2px;
        color: #fff;
        margin: 0;
        /*    margin-bottom: -14px;*/
        margin-bottom: 10px;
        height: 25px;
        line-height: 25px;
        font-size: 15px;
    }

        .chart-bg .nav-tabs .nav-link.active {
            background: #fff;
            opacity: 1;
            color: #000;
            z-index: 1;
        }

    .chart-bg .nav-tabs {
        border: none;
        margin: 0;
        padding: 0;
    }

        .chart-bg .nav-tabs li {
            position: relative;
        }

            .chart-bg .nav-tabs li span {
                position: absolute;
                right: 0;
                top: 0;
                color: #fff;
            }

        .chart-bg .nav-tabs .nav-link.gas {
            margin-right: 14px;
        }

        .chart-bg .nav-tabs .nav-link.waste {
            margin-left: 8px;
        }

.td-white {
    color: #fff;
}

/*    Sanjay CSS Classes*/

.Submitbtn {
    border: none;
    background: #000000;
    margin-top: 50px;
    color: #fff;
    font-size: 14px;
    height: 65px;
    width: 100%;
    letter-spacing: 5px;
    font-weight: 300;
    transition: .4s;
    text-transform: uppercase;
}

    .Submitbtn:hover {
        opacity: .6;
    }


.HelpdeskSubmitbtn {
    border: none;
    background: #666;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 300;
    transition: .4s;
    text-transform: uppercase;
}

    .HelpdeskSubmitbtn:hover {
        opacity: .6;
    }


.Resetbtn {
    border: none;
    background: #e0e0e0;
    margin-top: 50px;
    color: #000;
    font-size: 14px;
    height: 65px;
    width: 100%;
    letter-spacing: 5px;
    font-weight: 300;
    transition: .4s;
    text-transform: uppercase;
}

    .Resetbtn:hover {
        opacity: .6;
    }


.SubmitTaskbtn {
    border: none;
    background: #ff0000;
    color: #fff;
    font-size: 16px;
    height: 40px;
    width: 100%;
    letter-spacing: 2px;
    font-weight: 300;
    transition: .4s;
    text-transform: uppercase;
}

    .SubmitTaskbtn:hover {
        opacity: .6;
    }

.UpdateTaskbtn {
    border: none;
    background: #11a72b;
    color: #fff;
    font-size: 12px;
    height: 40px;
    width: 100%;
    letter-spacing: 2px;
    font-weight: 300;
    transition: .4s;
    text-transform: uppercase;
}

    .UpdateTaskbtn:hover {
        opacity: .6;
    }

.CancelTaskbtn {
    border: none;
    background: #E9E9E9;
    color: #000000;
    font-size: 12px;
    height: 40px;
    width: 100%;
    letter-spacing: 2px;
    font-weight: 300;
    transition: .4s;
    text-transform: uppercase;
}

    .CancelTaskbtn:hover {
        opacity: .6;
    }

/* Used for thead RAMS link and used with Font Awesome */
.filelink {
    font-family: 'Tahoma', 'Geneva', 'sans-serif';
}


/*.TextFields {
    font-size: 16px;
    height: 55px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #828484;
    background: none;
    padding: 20px 0px;
    color: #0048a1;
    transition: .4s;
}

    .TextFields:hover {
        background-color: lightyellow;
    }

.dxeNullText.RequiredNullText,
.dxeNullText.RequiredNullText input.dxeEditArea,
.dxeNullText.RequiredNullText input.dxeMemoEditArea {
    color: #ff0000;
    font-size: 16px;
}

.memoField {
    font-size: 16px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #828484;
    background: none;
    padding: 20px 0px;
    color: #ff0000;
    transition: .4s;
}

    .memoField:hover {
        background-color: lightyellow;
    }*/
