/* Clear Floated Elements
---------------------------------*/
.btn-1{

    /* display: block; */
    padding: 7px 15px;
    font-size: 20px;
    color: white;
    font-weight: bold;
    background: #02743d;
    border-radius: 20px;
    color: #fff;
}

.btn-1:hover{
    color: #02743d;  
    background-color: #fff;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

/* Primary Styles
---------------------------------*/


*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    height: auto;
    width: auto;
    max-width: 100%;
    vertical-align: top;
}

h1, h2, h4, h5 {
    margin: 0px;
    padding: 0px;
}

h5 {
    font-size: 19px;
}

h3 {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

a {
    text-decoration: none;
}

    a:focus {
        outline: none;
    }

ul {
    padding: 0;
    margin: 0;
}

p {
    line-height: 31px;
    margin: 0 0 0px;
    font-size: 18px;
}

.hsustain {
    font-size: 32px;
    color: #02743d;
}

.psustain {
    font-size: 22px;
    font-weight: bold;
    color: #02743d;
}

.pbsustain {
    font-size: 22px;
    font-weight: bold;
    color: black;
}

h2 {
    font-size: 42px;
    font-weight: 100;
    color: #02743d;
    margin-bottom: 25px;
}

    h2 span {
        font-weight: bold;
        color: #02743d;
    }

.h2-1 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin-bottom: 25px;
    line-height: 1.8;
    text-align: left;
}

    .h2-1 span {
        font-weight: bold;
        color: #02743d;
    }

/* Wrapper
---------------------------------*/
.header {
    padding: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}

.logo {
    float: left;
    width: 20%;
    padding: 5px 0;
    margin-left: 1.5%;
    margin-top: 10px;

}

.menu-section {
    float: right;
    margin-right: 1.5%;
}

    .menu-section ul {
        float: right;
    }

    .menu-section li {
        display: block;
        transition-duration: 1s;
    }

        .menu-section li:hover {
            cursor: pointer;
        }

    .menu-section ul li {
        float: left;
        list-style: none;
        margin: 22px 5px 0px;
        position: relative;
    }

    /* .menu-section > ul > li:last-child {
        margin: 20px 0px 0px 26px;
    } */

    .menu-section ul li a {
        display: block;
        padding: 7px 15px;
        font-size: 16px;
        color: #000;
        /* text-transform: uppercase; */
        font-weight: bold;
        font-family: 'Raleway', sans-serif;
        border: 2px solid #fff;
        border-color: transparent;
    }

    .menu-section ul li ul li a {
        display: block;
        padding: 7px 15px;
        font-size: 16px;
        color: #000;
        /* text-transform: uppercase; */
        font-weight: bold;
        font-family: 'Raleway', sans-serif;
        border: 2px solid #fff;
        border-color: transparent;
    }

    /* .menu-section > ul > li:last-child > a {
        Border: 3px solid #02743d;
        padding: 7px 15px;
        border-radius: 20px;
    } */

        /* .menu-section > ul > li:last-child > a:hover {
            background: #02743d;
        } */

    .menu-section ul li a .fa {
        margin-left: 7px;
    }

    .menu-section ul li ul li a .fa {
        margin-left: 7px;
    }

    .menu-section ul li a:hover {
        background: #02743d;
        border-radius: 20px;
        color: #fff;
    }

    .menu-section ul li ul li a:hover {
        background: #02743d;
        border-radius: 20px;
        color: #fff;
    }

    .menu-section ul li ul li ul li a:hover {
        background: #02743d;
        border-radius: 20px;
        color: #fff;
    }

    .menu-section ul li.select a {
        color: #fff;
        background: #02743d;
        border-bottom: 3px solid #02743d;
    }

    menu-section ul li ul li.select a {
        color: #fff;
        background: #02743d;
        border-bottom: 3px solid #02743d;
    }
    /*---------------------- Menu section dropdown start -----------------------------------*/
    .menu-section ul li ul {
        float: left;
        opacity: 0;
        /*margin-top: 1rem;*/
        transition: all 0.5s ease;
        left: -72px;
        position: absolute;
        width: 169px;
        background: rgba(255,255,255,0.5);
    }


    /* new */
    .menu-section ul li ul li ul {
        float: left;
        opacity: 0;
        /*margin-top: 1rem;*/
        transition: all 0.5s ease;
        left: -72px;
        position: absolute;
        width: 169px;
        background: rgba(255,255,255,0.5);
    }

        .menu-section ul li ul li {
            clear: both;
            width: 100%;
            margin: 0px;
        }
        
        /* new */
        .menu-section ul li ul li ul li {
            clear: both;
            width: 100%;
            margin: 0px;
        }

            .menu-section ul li ul li a {
                font-size: 15px;
                border-bottom: 2px solid #fff;
                padding: 15px 10px;
            }

            /* new */

            .menu-section ul li ul li ul li a {
                font-size: 15px;
                border-bottom: 2px solid #fff;
                padding: 15px 10px;
            }

                .menu-section ul li ul li a:hover {
                    border-bottom: 2px solid #02743d;
                    background: none;
                    border-radius: 0px;
                    color: #000;
                }

                /* new */
                .menu-section ul li ul li ul li a:hover {
                    border-bottom: 2px solid #02743d;
                    background: none;
                    border-radius: 0px;
                    color: #000;
                }


    .menu-section ul li:hover > ul,
    ul li ul:hover {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    /* new */
    .menu-section ul li ul li:hover > ul,
    ul li ul li ul:hover {
        visibility: visible;
        opacity: 1;
        display: block;
    }

.header-active {
    background: rgba(255,255,255,0.96);
}
    /*.header-active .menu-section ul li a{
				color:#000;
			}*/
    .header-active .menu-section > ul > li:last-child > a {
        color: #000;
    }

        .header-active .menu-section > ul > li:last-child > a:hover {
            color: #fff;
        }

    .header-active .menu-section ul li ul {
        background: #fff;
    }

/*---------------------- Menu section dropdown end -----------------------------------*/

.burger-menu {
    top: 17px;
    cursor: pointer;
    height: 48px;
    padding: 10px;
    position: absolute;
    right: 15px;
    display: none;
}

    .burger-menu span {
        background: #02743d;
        display: block;
        height: 3px;
        width: 44px;
        cursor: pointer
    }

        .burger-menu span.mid-line, .burger-menu span.bottom-line {
            margin-top: 10px;
        }

.burger-change span.top-line {
    margin-top: 10px;
    transform: rotate(44deg);
    transition: all 0.3s ease 0s;
    background: #425e7a;
}

.burger-change span.bottom-line {
    margin-top: -3px;
    transform: rotate(-44deg);
    transition: all 0.3s ease 0s;
    background: #425e7a;
}

.burger-change span.mid-line {
    display: none;
    transition: all 0.3s ease 0s;
}

/*============ Header ======================*/
.responsive-banner {
    display: none;
}

    .responsive-banner img {
        width: 100%;
    }

.banner {
    position: relative;
}

.search-bg {
    position: relative;
    background: url(../images/search-bg.jpg) no-repeat left top;
    padding: 25px 5%;
}

.banner-text {
    position: absolute;
    top: 60%;
    left: 5%;
    width: 90%;
    transform: translate(-50%);
    border-radius: 10px;
    padding: 15px;
}

    .banner-text h1 {
        color: #fff;
    }

.banner-text-two {
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    background: rgba(255,255,255,0.7);
}

.banner-text h1 {
    font-size: 64px;
    color: #fff;
    font-weight: 700;
}

    .banner-text h1 span {
        color: #02743d;
    }

.banner-text a {
    display: inline-block;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.banner-text p {
    width: 100%;
    text-align: left;
    margin-top: 15px;
}

/*============ Service ======================*/


.banner-bottom {
    background: #02743d;
    border-radius: 8px;
    overflow: hidden;
    position: absolute;
    top: -40px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    padding: 15px;
    width: 45%;
    color: #fff;
    text-align: center;
    color: #000;
}

    .banner-bottom p {
        margin: 0;
    }

        .banner-bottom p a {
            margin-left: 10px;
            padding: 5px 10px;
            background: #000;
            font-size: 18px;
            color: #02743d;
            font-weight: bold;
            border-radius: 8px;
        }
/*============ About us ======================*/
.about-us {
    float: right;
    width: 50%;
    padding: 25px 15px;
    text-align: center;
}

.about-info {
    text-align: justify;
    padding: 0 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
}


.about-pic {
    padding-top: 15px;
}

/*============ Service ======================*/
.service {
    float: left;
    width: 50%;
    padding: 25px 15px;
    text-align: center;
    background: #f2f2f2;
}

    .service h2 {
        color: #000;
        margin-bottom: 20px;
    }

    .service p {
        color: #000;
        margin: 0 10%
    }

.service-pic {
    margin: 25px 0;
}

/*============ Client ======================*/
.client {
    float: left;
    width: 50%;
    padding: 25px 15px;
    text-align: center;
    background: url(../images/testimoni.jpg) no-repeat center bottom;
}

.client-box {
    display: inline-block;
    width: 80%;
    padding: 20px;
    border: 2px solid #999;
    border-radius: 10px;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
}

    .client-box:after {
        content: "";
        position: absolute;
        top: 45%;
        left: -38px;
        width: 50px;
        height: 50px;
        background: url(../images/testi-pic.jpg) no-repeat left top;
    }

/*============ Service ======================*/
.packages {
    float: left;
    width: 50%;
    padding: 25px 15px;
    text-align: center;
    background: #000;
}

    .packages h2 {
        color: #fff;
        margin-bottom: 20px;
    }

    .packages p {
        color: #fff;
        margin: 0 10%
    }

.packages-box-outer {
    margin: 25px 0;
    text-align: center;
}

.packages-box {
    display: inline-block;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    width: 73%;
    margin-bottom: 10px;
}

.packages-pic {
    width: 30%;
    float: left;
}

.packages-deta {
    width: 70%;
    float: left;
    padding: 15px 20px;
    text-align: left;
}

    .packages-deta h5 {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 10px;
    }

        .packages-deta h5 span {
            font-size: 12px;
            color: #ff0000;
            margin-left: 15px;
            font-family: 'Raleway', sans-serif;
        }

    .packages-deta p {
        color: #ccc;
        margin: 0%;
        color: #565656;
    }

    .packages-deta .star {
        margin-top: 10px;
        font-family: 'Raleway', sans-serif;
    }

    .packages-deta .fa {
        color: #ff0000;
        font-size: 16px;
        margin-right: 3px;
    }

/*============ Footer Section ======================*/
.footer-section {
    background: #000000;
    /* background:#0290b0; */
    padding: 35px 7%;
    color: #fff;
    font-weight: normal;
}

.footer-one {
    width: 30%;
    float: left;
}

    .footer-one .fa {
        width: 30px;
        border-radius: 50%;
        background: #0388a7;
        height: 30px;
        overflow: hidden;
        text-align: center;
        padding-top: 8px;
    }

    .footer-one a {
        color: #fff;
    }

.footer-two {
    width: 20%;
    float: left;
}

    .footer-two ul li {
        list-style: none;
    }

        .footer-two ul li a {
            color: #fff;
            margin-bottom: 5px;
            display: block;
        }

.footer-three {
    width: 25%;
    float: left;
}

    .footer-three p {
        margin: 0px;
    }

        .footer-three p .fa {
            width: 25px;
        }

        .footer-three p a {
            color: #fff;
        }

.footer-section p {
    font-size: 20px;
    margin: 0 0 15px;
}

    .footer-section p a {
        font-size: 20px;
    }

.footer-foure ul li {
    list-style: none;
}

    .footer-foure ul li a {
        color: #fff;
        margin-bottom: 10px;
        display: block;
    }

.footer-foure {
    width: 25%;
    float: left;
}


    .footer-two h5, .footer-three h5, .footer-foure h5, .footer-one h5 {
        font-size: 25px;
        color: #02743d;
        margin-bottom: 20px;
    }

/* .fa-facebook-square:hover{ color: #02743d;}
.fa-linkedin:hover{ color: #02743d;}
.fa-twitter-square:hover{ color: #02743d;} */

.fa-facebook-square:hover {
    color: #3B579D;
}

.fa-linkedin:hover {
    color: #007BB6;
}

.fa-twitter-square:hover {
    color: #2CAAE1;
}
.fa-instagram:hover{
    color: #cd486b;
}
.fa-youtube:hover{
    color:  #CD201F;
}




.copy-right {
    padding: 5px 0;
    /* background: #016a82; */
    background: black;
    color: #fff;
    font-size: 12px;
}

.copy {
    float: left;
    margin-left: 5%;
}

.copy-right ul {
    float: right;
    margin-right: 5%;
}

    .copy-right ul li {
        float: left;
        margin-left: 5px;
        list-style: none;
    }

        .copy-right ul li a {
            color: #fff;
        }

.inner-page-section {
    text-align: left;
    padding: 30px 20%;
}

.about-text {
    text-align: justify;
    padding: 30px 4%;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
}
/*============ Team Section ======================*/

.team-box {
    float: left;
    width: 33.333%;
    position: relative;
    overflow: hidden;
}

.member-pic {
    background: rgb(145,147,146);
    margin-bottom: 265px;
    background: radial-gradient(circle, rgba(145,147,146,1) 32%, rgba(234,236,235,1) 100%);
}

.team-box:nth-child(2) .member-pic {
    margin-bottom: 0px;
    margin-top: 265px;
}

.team-box:nth-child(2) .team-details {
    bottom: inherit;
    top: 0px;
}

.team-details {
    background: #fff;
    padding: 23px 50px;
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: justify;
}

.fun-fact {
    font-style: italic;
    padding: 10px;
    background: #eeefef;
    color: #000;
    margin-top: 10px;
}

.team-details h4 {
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: bold;
    color: #02743d;
}

    .team-details h4 span {
        color: #999;
        display: block;
        font-size: 16px;
        margin-top: 5px;
        font-weight: 400;
        font-weight: bold
    }

.team-details .fa, .member-info .fa {
    font-size: 23px;
    margin: 5px;
    cursor: pointer;
}

.member-info {
    position: absolute;
    bottom: -82%;
    left: 0px;
    width: 100%;
    height: 82%;
    background: #02743d;
    color: #fff;
    padding: 20px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

    .member-info h4 {
        font-size: 22px;
        margin: 0 0 15px;
        font-weight: bold;
        color: #fff;
    }

        .member-info h4 span {
            color: #fff;
            display: block;
            font-size: 16px;
            margin-top: 5px;
            font-weight: 400;
        }

.team-box:hover .member-info {
    bottom: 0%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.team-box.team-box-other .member-pic {
    margin-bottom: 0px;
}

    .team-box.team-box-other .member-pic img {
        width: 100%;
    }

.team-box.team-box-other .team-details {
    position: inherit;
    padding: 131px 0;
    text-align: center;
    background: #02743d;
}

.team-box.team-box-other .member-info {
    padding: 20px;
    text-align: justify;
    font-size: 14px;
}

.team-box.team-box-other .team-details h4, .team-box.team-box-other .team-details h4 span {
    color: #fff;
}

.team-box.team-box-other:nth-child(2n) .member-pic {
    margin-bottom: 0px;
    margin-top: 335px;
}

.team-box.team-box-other:nth-child(2n) .team-details {
    position: absolute;
    bottom: inherit;
    top: 0px;
}

.team-box.team-box-other {
    float: left;
    width: 25%;
}


.team-box-other:hover .member-info {
    background: rgba(0,206,253,0.7);
    display: block;
    color: #000;
}

.all-members {
    padding: 40px;
}

.mem-det {
    width: 100%;
    padding: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    overflow: scroll;
    color: #fff;
    text-align: justify;
    display: none;
}

.all-members h3 {
    font-size: 24px;
    color: #02743d;
    margin: 10px 0;
}

.ather-member-pic {
    width: 235px;
    height: 235px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    background: #050f18;
}

.ather-team-details h4 {
    font-weight: bold;
    margin-top: 0px;
    font-size: 18px;
    color: #02743d;
}

    .ather-team-details h4 span {
        font-size: 16px;
        display: block;
        margin: 5px 0 10px;
        font-weight: 400;
        font-weight: bold;
        color: #999;
    }
/*.ather-team-box{ padding:20px 10px;background:#02743d;}*/
.all-members {
    padding: 40px;
    text-align: center;
}

.ather-team-details {
    padding: 15px 0;
    height: 100px;
}

.ather-team-box {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    padding: 20px 15px;
}

.product-section {
    padding: 0 10%;
}

.ather-team-box:hover .mem-det {
    background: rgba(0,206,253,0.7);
    display: block;
    color: #000;
}

.inspirators {
    padding: 20px 10px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    width: 25%;
    display: inline-block;
    margin: 0 15px 15px;
    padding: 20px;
    vertical-align: top;
    background: #dad7d7;
    min-height: 420px;
}

    .inspirators .ather-team-details h4 {
        font-weight: bold;
        margin: 15px 0;
        font-size: 18px;
        color: #000;
    }

    .inspirators h4 span {
        font-size: 16px;
        display: block;
        margin: 5px 0 10px;
        font-weight: 400;
        font-weight: bold;
        color: #000;
    }

        .inspirators h4 span a {
            color: #000;
        }

    .inspirators:hover {
        background: #02743d;
        color: #000;
    }

        .inspirators:hover .inspirators-text span {
            color: #000;
        }

        .inspirators:hover h4, .inspirators:hover h4 span {
            color: #000;
        }

.inspirators-text span {
    text-align: justify;
    color: #000;
}

.inspirators-text {
    text-align: justify;
    height: 90px;
    overflow: hidden;
}
/*============ Product ======================*/
/*============ Product ======================*/
.inner-banner img {
    width: 100%;
    border-radius: 2%;
    margin-top: 7%;
}

.footer-section.inner-footer {
    background: url(../images/footer-bg-inner.png) no-repeat left top,url(../images/footer-dot.png)repeat left top #111010;
    padding: 100px 0;
    padding: 150px 0 20px;
}

.inner-page-section h2 {
    font-size: 44px;
    color: #02743d;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
    /*background: url(../images/head-bg2.png) no-repeat bottom center;
    padding-bottom: 25px;*/
}

.about-text h2 {
    margin-bottom: 30px;
}

.product-section {
    padding: 10px 0px;
    text-align: center;
}

.product-text {
    text-align: justify;
    padding: 30px 4%;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.product-box {
    background: #000;
    float: left;
    width: 25%;
    /*box-shadow: -1px 3px 9px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: -1px 3px 9px 0px rgba(0,0,0,0.5);
-moz-box-shadow: -1px 3px 9px 0px rgba(0,0,0,0.5);*/
}

    .product-box:hover {
        background: #02743d;
    }

.product-box-right {
    float: right;
}

.product-inner-box {
    margin: 15px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
}

    .product-inner-box h4 {
        font-size: 20px;
        color: #02743d;
        font-weight: bold;
        margin: 22px 0 15px;
        border-top: 1px solid#02743d;
        padding-top: 20px;
    }

    .product-inner-box h3 {
        color: #54b613;
        font-size: 20px;
        margin: 10px 0;
    }

.product-box a {
    padding: 10px 0;
    text-align: center;
    width: 100%;
    background: #02743d;
    color: #fff;
    display: block;
}

.product-inner-box .fa {
    color: #54b613;
}

.product-box:hover {
    box-shadow: -1px 5px 19px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px 5px 19px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 5px 19px 0px rgba(0,0,0,0.75);
}

.product-box-bg {
    background: #dad7d7;
    padding: 15px;
    margin-bottom: 15px;
    border-top: 5px solid #02743d;
    margin: 15px 10%;
    color: #000;
}

    .product-box-bg:hover {
        background: #02743d;
    }

        .product-box-bg:hover .product-details h4 {
            color: #fff;
        }
/*.product-effect:hover{ background:#02743d;}
.product-effect:hover h4{color:#fff;}
.product-box-bg.patent{ background: #fff;color:#565656;}*/

.product-details {
    padding: 0 15px;
    text-align: left;
    font-size: 16px;
    float: left;
    width: 75%;
}

    .product-details h4 {
        margin: 0 0 20px;
        font-size: 22px;
        font-weight: 700;
        text-align: left;
        color: #000;
    }


        .product-details h4 a {
            color: #000;
        }

.partners-logo ul {
    text-align: center;
}

.partners-logo li {
    display: inline-block;
    margin: 30px;
    /* border: 1px solid #ccc; */
    background: #fff;
}
/* <------------------------------------------------new start css-----------------------------------------------------> */
.fancyborder {
    --c: #02743d; /* the border color */
    --b: 10px; /* the border thickness*/
    --g: 5px; /* the gap on hover */
    padding: calc(var(--g) + var(--b));
    --_g: #0000 25%,var(--c) 0;
    background: conic-gradient(from 180deg at top var(--b) right var(--b),var(--_g)) var(--_i,200%) 0 /200% var(--_i,var(--b)) no-repeat, conic-gradient( at bottom var(--b) left var(--b),var(--_g)) 0 var(--_i,200%)/var(--_i,var(--b)) 200% no-repeat;
    transition: .3s, background-position .3s .3s;
    cursor: pointer;
}

    .fancyborder:hover {
        --_i: 100%;
        transition: .3s, background-size .3s .3s;
    }

.text-rainbow-animation {
    font-family: arial black;
    font-size: 70px;
    background-image: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet, red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: rainbow-animation 350s linear infinite;
}

@keyframes rainbow-animation {
    to {
        background-position: 4500vh;
    }
}

.linkanime {
    color: inherit;
    text-decoration: none;
}

.linkanime {
    background: linear-gradient( to right, rgba(100, 200, 200, 1), rgba(100, 200, 200, 1) ), linear-gradient( to right, rgba(255, 0, 0, 1), rgba(255, 0, 180, 1), rgba(0, 100, 200, 1) );
    background-size: 0 3px, 0 3px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}

    .linkanime:hover {
        background-size: 0 3px, 100% 3px;
    }

/* .linkanime1 {
text-decoration: none;
}

.linkanime1:before {
    background: red;
    content: "";
    inset: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
    z-index: -1;
    width: 10%;
}
  
.linkanime1:hover::before {
    transform: scaleX(1);
    transform-origin: left;
} */

/* <------------------------------------------------new end css-----------------------------------------------------> */


.video-pop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
}

.video-pop-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    transform: translate(-50%,-50%);
    border: 5px solid #fff;
}

.video-box {
    position: relative;
}

    .video-box img {
        width: 100%;
    }

.video-on {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 96%;
    height: 100%;
    margin: 2%;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

    .video-on span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .video-on:hover {
        background: rgba(0,164,239,0.6);
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
    }

.cross {
    position: absolute;
    top: -18px;
    right: -18px;
    padding: 3px 10px;
    border-radius: 50%;
    background: #fff;
    color: #ff0000;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.video-on {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
}

.about-left {
    float: left;
    width: 70%;
}

.about-right {
    float: right;
    width: 30%;
}

.green img {
    float: right;
    margin-left: 15px;
    width: 30%;
}


.results-hits ul {
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.regular-two .slide-top {
    display: inline-block;
    width: 16%;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    padding-bottom: 5px;
}

    .regular-two .slide-top.active {
        border-bottom: 2px solid #02743d;
        padding-bottom: 5px;
        color: #02743d;
    }

    .regular-two .slide-top span {
        display: block;
    }


.list-view {
    display: none;
    padding: 15px 0px;
    text-align: center;
}

.results-hits-two ul {
    text-align: center;
}

.results-hits-two li {
    display: inline-block;
    width: 15%;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    padding: 5px 0;
}

    .results-hits-two li.active {
        color: #fff;
        background: #02743d;
        border-radius: 10px;
    }

.list-view, .list-view-two {
    display: none;
    padding: 15px 0px;
    text-align: center;
}

.fild-box3 {
    width: 29%;
    float: left;
    padding: 0 4px;
    display: inline-block;
    border: 1px solid #565656;
    border-radius: 5px;
    margin: 0px 0.5%;
    background: #fff;
}

.fild-box2 {
    width: 39%;
    float: left;
    padding: 0 4px;
    display: inline-block;
    border: 1px solid #565656;
    border-radius: 5px;
    margin: 0px 0.5%;
    background: #fff;
}

.fild-box4-3 {
    width: 74%;
    float: left;
    padding: 0 4px;
    display: inline-block;
    border: 1px solid #565656;
    border-radius: 5px;
    margin: 0px 0.5%;
    background: #fff;
}

.fild-box4 {
    width: 14%;
    float: left;
    padding: 0 4px;
    display: inline-block;
    border: 1px solid #565656;
    border-radius: 5px;
    margin: 0px 0.5%;
    background: #fff;
}

.fild-box5 {
    width: 34%;
    float: left;
    padding: 0 4px;
    display: inline-block;
    border: 1px solid #565656;
    border-radius: 5px;
    margin: 0px 0.5%;
    background: #fff;
}

.fild-box6 {
    width: 32.3%;
    float: left;
    padding: 0 4px;
    display: inline-block;
    border: 1px solid #565656;
    border-radius: 5px;
    margin: 0px 0.5%;
    background: #fff;
}

.full {
    width: 100%;
    border: none;
    padding: 12px 5px;
}

.half {
    width: 49%;
    padding: 12px 5px;
    border: none;
}

.three-quater {
    width: 75%;
    border: none;
    padding: 12px 5px;
}

.input-box .fa {
    float: left;
    width: 30px;
    font-size: 23px;
    padding: 8px 0;
    text-align: center;
    color: #02743d;
}

.input-box input {
    float: left;
    width: calc(100% - 30px);
}

    .input-box input:focus {
        outline: none;
        border-left: 2px solid #02743d;
    }

.travel-outer {
    position: relative;
}

    .travel-outer:hover .travel-inner {
        display: block;
    }

.travel-inner {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    background: #fff;
    padding: 15px;
    z-index: 999999;
    display: none;
}

    .travel-inner h4 {
        font-size: 12px;
        font-weight: bold;
        color: #02743d;
    }

.quantity {
    margin: 10px 0px;
    float: left;
    width: 32%;
    margin: 0 0.5%;
}

    .quantity label {
        font-size: 12px;
        width: 70px;
    }

    .quantity em {
        border: 1px solid #000;
        display: inline-block;
        width: 100%;
    }

    .quantity .fa {
        font-size: 16px;
        font-weight: normal;
        padding: 4px 2px;
        vertical-align: top;
        cursor: pointer;
        float: none;
        width: 24%;
    }

    .quantity span {
        padding: 1px 4px;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        display: inline-block;
        width: 30px;
        text-align: center;
        font-style: normal;
    }

.travel-inner h4 {
    font-size: 12px;
    font-weight: bold;
    color: #02743d;
}

.travel-inner input[type=checkbox], .travel-inner input[type=radio] {
    margin: 1px\9 0 0;
    line-height: normal;
    float: none;
    width: auto;
}

.radio-box {
    float: left;
    width: 100%;
    padding: 10px 0 0;
}

.outer-box {
    margin-bottom: 15px;
}

.ckeck-box {
    text-align: left;
    margin-bottom: 15px;
}

    .ckeck-box input {
        width: 25px;
        height: 25px;
        vertical-align: middle;
    }

.search-btn {
    background: #02743d;
    color: #fff;
    padding: 10px 45px;
    border-radius: 10px;
}

    .search-btn:hover {
        background: #02743d;
    }

.round-trip {
    position: relative;
}

.round-trip-pic {
    position: absolute;
    top: 5px;
    left: -22px;
}

.pic-box-section {
    padding: 35px 7%;
    font-weight: normal;
    background: #dce1e6;
}

.top-pic-box {
    float: left;
    width: 33.333%;
    padding: 10px;
}

.top-pic-box-two {
    float: left;
    width: 66.667%;
    padding: 10px;
}

.pic-box-inner {
    position: relative;
}

    .pic-box-inner img {
        width: 100%;
    }

.pic-box-outer {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #fff;
}

.pic-box-inner h3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    background: rgba(0,0,0,0.3);
}

.pic-text {
    padding: 15px;
    font-size: 12px;
    color: #000;
    background: #fff;
}

.block-outer h2 {
    margin: 15px 0 0 10px;
    font-size: 22px;
    font-weight: 500;
}

.pic-text h3 {
    margin: 0px 0 10px;
    font-size: 16px;
}

.pic-box-inner-two {
    width: 30%;
    float: left;
}

.pic-text-two {
    width: 70%;
    float: left;
    padding: 10px;
    background: #fff;
    font-size: 13px;
}

    .pic-text-two h3 {
        margin: 0px 0 10px;
        font-size: 16px;
        color: #000;
    }

.app-box {
    width: 100%;
}

    .app-box .pic-text-two {
        width: 50%;
        font-size: 14px;
        padding: 10px 20px;
    }

.scan-box {
    width: 20%;
    padding: 20px;
    float: left;
    text-align: center;
}

.app-box .pic-text-two h2 {
    margin: 15px 0 10px;
    font-size: 22px;
    font-weight: bold;
}

.app-box .pic-text-two ul li {
    margin-bottom: 10px;
    padding: 0 0 0 17px;
    background: url(../images/bull.jpg) no-repeat left top 5px;
    list-style: none;
}

.app-box .pic-text-two h4 {
    margin: 15px 0 10px;
    font-size: 18px;
    font-weight: bold;
}

.app-fild .fild-box5 {
    width: 32%;
}

.app-fild a {
    float: left;
    border-radius: 5px;
}

.col-lg-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-12 {
    flex: 0 0 auto;
    width: 30%
}

.container {
    align-items: center;
    justify-content: center;
}

.column {
    float: left;
    width: 50%;
    padding: 20px;
}

.column-1 {
    float: left;
    width: 33%;
    padding: 20px;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}

.who-we-are {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
}

.rounded-image {
    width: 600px;
    height: 350px;
    border-radius: 50%;
    overflow: hidden;
}


/*Drop Down*/
:root {
    --button-color: white;
    --dropdown-highlight: black;
    --dropdown-width: 160px;
    --dropdown-background: white;
    --dropdown-color: black;
}


/* Boring button styles */
a.button {
    background: var(--button-background);
}


/* Dropdown styles */
.dropdown {
    position: relative;
    padding: 0;
    border: none;
    margin-left: 2px;
}

    .dropdown summary {
        list-style: none;
        list-style-type: none;
    }

    .dropdown > summary::-webkit-details-marker {
        display: none;
    }

    .dropdown summary:focus {
        outline: none;
    }

        .dropdown summary:focus a.button {
            border: 2px solid white;
        }

    .dropdown summary:focus {
        outline: none;
    }

    .dropdown ul {
        position: absolute;
        margin: 1% 0 0 0;
        padding: 2px 0;
        width: var(--dropdown-width);
        left: 50%;
        margin-right: calc((var(--dropdown-width) / 2) * -1);
        box-sizing: border-box;
        z-index: 0;
        background: var(--dropdown-background);
        border-radius: 6px;
        list-style: none;
    }

        .dropdown ul li {
            padding: 0;
            margin: 0;
        }

            .dropdown ul li a:link, .dropdown ul li a:visited {
                display: inline-block;
                padding: 10px 0.8rem;
                width: 100%;
                box-sizing: border-box;
                color: var(--dropdown-color);
                text-decoration: none;
            }


            .dropdown ul li a:hover {
                background-color: red;
                color: var(--dropdown-background);
            }

            .dropdown ul li ul li a:hover {
                background-color: red;
                color: var(--dropdown-background);
            }

        /* Dropdown triangle */
        .dropdown ul::before {
            /* content: ' '; */
            position: absolute;
            width: 0;
            height: 0;
            top: -10px;
            left: 50%;
            margin-left: -10px;
            border-style: solid;
            border-width: 0 10px 10px 10px;
            border-color: transparent transparent var(--dropdown-background) transparent;
        }


    /* Close the dropdown with outside clicks */
    .dropdown > summary::before {
        display: none;
    }

    .dropdown[open] > summary::before {
        content: ' ';
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
    }

    .responsive {
        width: 100%;
        height: auto;
    }




@font-face {
    font-family: 'Arial Rounded MT';
    src: url('..font/ArialRoundedMT.woff2') format('woff2'), url('..font/ArialRoundedMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #666;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    color: #d30000;
    font-weight: 700;
    margin-bottom: 15px;
}

.btn {
    background: #d30000;
    border-radius: 30px;
    color: #fff;
    padding: 15px 35px;
    margin: 20px 0;
    display: inline-block;
    font-size: 22px;
}

    .btn:hover {
        background: #fd1515;
    }

.pull-right {
    float: right !important;
}

.banner-bottom-pic {
    position: absolute;
    bottom: -1px;
    left: 0px;
}

    .banner-bottom-pic div img {
        vertical-align: bottom;
    }

.wrapper {
    width: 1400px;
    max-width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
}

.emission-box-outer {
    padding: 30px 0 0;
    background: url(../images/bg-two.png) no-repeat right center;
}
/*.emission-box { padding:0 0 45px 0;}*/
.server-box {
    padding: 45px 0;
}

.inner-left {
    float: left;
    width: 50%;
	font-size: 22px;
}

.inner-right {
    float: right;
    width: 48%;
    padding: 0 1%;
	font-size: 22px;
}

    /* .inner-right h2, .full-leanth h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 40px;
        color: #282828;
        padding: 0 20px;
        font-weight: 900;
        position: relative;
        display: inline-block;
        margin-bottom: 30px;
        text-align: left;
    } */
    .inner-right h2, .full-leanth h2, .inner-left h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 32px;
        /* color: #282828; */
        color:#02743d;
        /* padding: 0 20px; */
        font-weight: 500;
        position: relative;
        display: inline-block;
        margin-bottom: 30px;
        text-align: left;
    }

        .inner-right h2:before, .full-leanth h2:before {
            position: absolute;
            top: 0px;
            left: 0px;
            content: "";
            width: 25px;
            height: 65px;
            /* width: 10px;
            height: 10px; */
            /* background: url(../images/heading-before.png) no-repeat left top; */
        }
        /*.inner-right h2:after, .full-leanth h2:after{ position:absolute; top:0px; right:0px; content:""; width:36px; height:77px; background:url(../images/heading-after.png) no-repeat left top;}*/
        .inner-right h2 span, .full-leanth h2 span {
            font-size: 30px;
            color: #d30000;
			font-family: 'Montserrat', sans-serif;
			font-weight: 500;
        }

.server-box-outer {
    /* border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: url(../images/bg-one.png) no-repeat left top 75px; */
	font-size: 22px;
}

.automobile-box-outer {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: url(../images/bg-three.png) no-repeat right bottom;
}

.full-leanth {
    padding: 0 1%;
	font-size: 18px;
}

.partners-logo {
    margin: 50px 0;
}

.inner-right h3, .full-leanth h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    color: #d30000;
    font-weight: 900;
    line-height: 55px;
}

.inner-right h4, .full-leanth h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #000;
    font-weight: 900;
    margin-bottom: 30px;
    line-height: 55px;
}

.full-leanth h3 span {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    display: block;
    line-height: 23px;
}

.terms {
    padding: 0 1%;
    margin: 50px 0 0;
}

    .terms ul {
        padding-left: 30px;
    }

        .terms ul li {
            padding-left: 10px;
            margin-bottom: 15px;
        }

    .terms .table-content {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 20px 0;
        margin-bottom: 25px;
    }

        .terms .table-content ul {
            float: left;
            width: 30%;
            margin: 0 1.5%;
            padding: 0;
        }

            .terms .table-content ul li {
                list-style: none;
                font-size: 18px;
                margin-bottom: 15px;
            }

                .terms .table-content ul li a {
                    color: #009;
                    font-weight: bold;
                }

    .terms h4 {
        font-size: 24px;
        color: #000;
        margin-bottom: 10px;
    }

 /* Adding styling to make blogs consistent with all other blogs */
 
    .inner-right h2 span, .full-leanth h2 span {
        font-size: 30px;
        color: #d30000;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        
    }

 /* Sustain Index page */
    .vertical-center-signup {
        margin: 0;
        position: absolute;
        top: 70%;
        left: 15%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
      }
      .vertical-center-login {
        margin: 0;
        position: absolute;
        top: 70%;
        left: 25%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
      }
      .vertical-center-text {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 15%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
      }
      .vertical-center-logo {
        margin: 0;
        position: absolute;
        top: 95%;
        left: 2%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
      }
      table {
        border-collapse: collapse;
        width: 100%;
        border-radius: 3px; /* Adjust the border-radius to your preference */
        overflow: hidden; /* Ensures rounded corners are visible */
    }

        table td, table th {
            border: 1px solid #ddd;
            padding: 12px; /* Adjust padding as needed */
            text-align: center;
        }   

        table th {
            background-color: #f2f2f2;
        }

        table tr{
            background-color: #f2f2f2;
        }

        table tr:hover {
            background-color: #ddd;
        }

    td.scope-values {
        white-space: nowrap;
    }

    tr.clickable-row:hover {
        cursor: pointer; /* Change cursor to pointer on hover */
        /* background-color: #f0f0f0; Optional: change background color on hover */
    }

    .sustainhover:hover
    {
      color: #02743d !important;
    }

    .black{
        color: #000 !important;
    }

    .left-imageA img {
        height: 400px;
        max-width: 1000px;
        border-radius: 20px      
    }
    .left-imagereport img{
        height: 250px;
        max-width: 1000px;
        border-radius: 20px
    }