body {

    font-family: "Roboto", sans-serif;

    /* */

    font-size: 16px;

}



a {

    text-decoration: none;

}



header {}



.page-header.is-sticky {

    position: fixed;

    width: 100%;

    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);

    /* padding: 8px 0; */

    /* backdrop-filter: blur(50px); */

    background-color: #fff;

    animation: slideDown 0.35s ease-out;

    z-index: 1000;

}



.page-header.is-sticky .headerUpper {

    display: none;

}



@keyframes slideDown {

    from {

        transform: translateY(-100%);

    }



    to {

        transform: translateY(0);

    }

}



.headerUpper {

    padding: 10px 0;

    /* background-color: #868f00; */

    color: #fff;
    background-image: -webkit-linear-gradient(45deg, #bfca0a 0%, #689010 51%, #bfca0a 100%);
    background-image: linear-gradient(45deg, #bfca0a 0%, #689010 51%, #bfca0a 100%);

}



.hRow {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 10px 0px;

}



.headerUpperContent ul {

    display: flex;

    gap: 20px;

    padding-left: 0;

    margin-bottom: 0;

}



.headerUpperContent ul li {

    list-style: none;

}



.headerUpperContent ul li a {

    color: #ffffff;

}



.H_upperLeft ul li i {

    margin-right: 10px;

}



.headerUpperContent {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.slimmenu {

    display: flex;

}



.subMenu {

    background-color: #fff;

}



.subMenu li {

    border-bottom: 1px solid #000 !important;

}



.subMenu li a {

    padding-left: 10px !important;

}



.logo img {

    width: 200px;

}



.headerLower {

    /* position: fixed; */

    width: 100%;

    z-index: 1000;

    background-color: #ffffffcc;

    box-shadow: 2px 2px 5px #0000005c;

}



/* banner */

.banner {

    position: relative;

    height: 70vh;

}



.carousel-container::before {

    content: " ";

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    background-color: #00000057;

    z-index: 1;

}



.carousel-container {

    overflow: hidden;

    position: relative;

    margin: auto;

    /* z-index: 0; */

}







/* Hide the images by default */

.mySlides {

    position: relative;

    /* z-index: 4; */

}



.mySlides img {

    display: block;

    width: 100%;

    height: 70vh;

    object-fit: cover;

}



/* image gradient overlay [optional] */

/*  .mySlides::after {

    content: "";

    position: absolute;

    inset: 0;

      background-image: linear-gradient(-45deg, rgba(110, 0, 255, .1), rgba(70, 0, 255, .2));

  } */



/* Next & previous buttons */

.prev,

.next {

    cursor: pointer;

    position: absolute;

    top: 50%;

    transform: translate(0, -50%);

    width: auto;

    padding: 20px;

    color: white;

    font-weight: bold;

    font-size: 24px;

    border-radius: 0 8px 8px 0;

    background: rgba(173, 216, 230, 0.1);

    user-select: none;

    z-index: 4;

}



.next {

    right: 0;

    border-radius: 8px 0 0 8px;

}



.prev:hover,

.next:hover {

    background-color: rgba(173, 216, 230, 0.3);

}



/* Caption text */

.mySlides .text {

    color: #f2f2f2;

    background-color: rgba(10, 10, 20, 0.1);

    backdrop-filter: blur(6px);

    border-radius: 10px;

    padding: 20px 20px;

    position: absolute;

    bottom: 60px;

    left: 50%;

    transform: translate(-50%);

    text-align: center;

    z-index: 4;

    /* */

}



.mySlides .text span {

    line-height: 45px;

}



.mySlides .text span small {

    display: block;

    font-size: 22px;

}



.mySlides .text strong {

    font-size: 48px;

}



/* Number text (1/3 etc) */

.number {

    color: #f2f2f2;

    font-size: 16px;

    background-color: rgba(173, 216, 230, 0.15);

    backdrop-filter: blur(6px);

    border-radius: 10px;

    padding: 8px 12px;

    position: absolute;

    top: 20px;

    left: 20px;

}



.dots-container {

    position: absolute;

    bottom: 10px;

    left: 50%;

    transform: translate(-50%);

}



/* The dots/bullets/indicators */

.dots {

    cursor: pointer;

    height: 14px;

    width: 14px;

    margin: 0 4px;

    background-color: rgba(173, 216, 230, 0.2);

    backdrop-filter: blur(2px);

    border-radius: 50%;

    display: inline-block;

    transition: background-color 0.3s ease;

    z-index: 4;

}



.active,

.dots:hover {

    background-color: rgba(173, 216, 230, 0.8);

}



/* transition animation */

.animate {

    -webkit-animation-name: animate;

    -webkit-animation-duration: 1s;

    animation-name: animate;

    animation-duration: 2s;

}



@keyframes animate {

    from {

        transform: scale(1.1) rotateY(10deg);

    }



    to {

        transform: scale(1) rotateY(0deg);

    }

}





.banner {

    position: relative;

}



.secPdn {

    padding: 90px 0;

}



.aboutCtnUpper {

    display: flex;

    /* justify-content: space-between; */

    align-items: center;

    margin-bottom: 20px;

}



.counter-value {

    padding-right: 10px;

}



.aboutImg {

    box-shadow: -18px 20px 15px 0px #8189008c;

    margin-left: 0;

}



.aboutUpperTxt {

    width: 100%;

    max-width: 320px;

    text-align: center;

    background-color: #868f00;

    color: #fff;

    padding: 20px 0;

    margin-right: 30px;

}



.employ span {

    font-size: 60px;

    font-weight: bold;



    line-height: normal;

}



.aboutUpperTxt p {

    margin-bottom: 0;

    text-transform: uppercase;

    font-weight: bold;

    font-size: 20px;

}



.secTitle {

    /* */

    font-weight: bold;

    font-size: 50px;

    position: relative;

    padding-bottom: 18px;

    color: #689010;
}



.secTitle small {

    display: block;

    font-size: 25px;

    font-weight: normal;

    color: #000000;

}



.secTitle::after {

    content: " ";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 80px;

    height: 3px;

    background-color: #689010;

}



.centerTitle::after {

    margin: 0 auto !important;

    right: 0;

}



.bgGray {

    background-color: #0000001a;

}



.productItems {

    position: relative;

    transition: all 0.5s;

    /* background-color: #fff; */

    box-shadow: 2px 2px 5px #00000036;

    border-radius: 10px;

    overflow: hidden;

    display: block;

    background: #fff !important;

}



.productCtn {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(43, 43, 43, 0.9);

    opacity: 0;

    transition: all 0.5s;

    display: flex;

    align-items: center;

    justify-content: center;

}



.productCtn span {

    color: #fff;

}



.productItems:hover .productCtn {

    opacity: 1;

}



.AddressingItems {

    text-align: center;

    box-shadow: 2px 2px 5px #00000036;

    border-radius: 10px;

    padding: 20px 30px;

    padding-top: 40px !important;

    height: 100%;

    transition: all 0.5s;

}



.AddressingItems:hover {

    transform: translateY(-5%);

    transition: all 0.5s;

}



.AddressingItems h3 {



    font-weight: 600;

    color: #689010;

    font-size: 25px;
}



.AddressingItems p {

    margin-bottom: 0;

}



.iconBx {

    width: 80px;

    height: 70px;

    display: flex;

    justify-content: center;

    align-items: center;

    margin: 0 auto;

    box-shadow: 1px 4px 14px 4px #0000003a;

    border-top-left-radius: 10px;

    border-bottom-right-radius: 10px;

    margin-top: -76px;

    background-color: #fff;

    margin-bottom: 15px;

}



.iconBx img {

    height: 50px;

}



.SolutionsItems {

    background-color: #fff;

}



.Brd1 {

    border-top: 4px solid #bfca0a;

}



.Brd2 {

    border-top: 4px solid #000000;

}



.Brd3 {

    border-top: 4px solid #689010;

}



.SolutionsItems .iconBx {

    border-radius: 50%;

    width: 60px;

    height: 60px;

    box-shadow: none;

}



.SolutionsItems.Brd1 .iconBx {

    border: 4px solid #bfca0a;

}



.SolutionsItems.Brd1 .iconBx span {

    color: #bfca0a;

}



.SolutionsItems.Brd2 .iconBx {

    border: 4px solid #000000;

}



.SolutionsItems.Brd2 .iconBx span {

    color: #000000;

}



.SolutionsItems.Brd3 .iconBx {

    border: 4px solid #689010;

}



.SolutionsItems.Brd3 .iconBx span {

    color: #689010;

}



.SolutionsItems .iconBx span {

    font-size: 25px;

    font-weight: bold;

}



.plantCtn {

    padding-left: 20px;

}



.ListArea {

    margin-bottom: 0;

    padding-left: 10px;

    margin-top: 30px;

}



.ListArea li {

    list-style: none;

    background: url(../images/check.png) no-repeat;

    background-size: 25px;

    padding-left: 40px;

    margin: 10px 0;

}



.ListArea li:last-child {

    margin-bottom: 0;

}



.footerUpper {

    /* background-color: #689010; */

    color: #fff;

    background-image: -webkit-linear-gradient(45deg, #bfca0a 0%, #689010 51%, #bfca0a 100%);
    background-image: linear-gradient(45deg, #bfca0a 0%, #689010 51%, #bfca0a 100%);
    /* border: 1px solid red; */
}



.footerLogo img {

    width: 200px;

    margin-bottom: 20px;

}



.footerItems h3 {

    font-size: 25px;

    font-weight: bold;



    position: relative;

    padding-bottom: 8px;

}

.footerItems p {
    text-align: justify;
}

.assoCtn p {
    text-align: justify;
}

.aboutUs p {
    text-align: justify;
}

.OurMission p {
    text-align: justify;
}

.describe_ctn p {
    text-align: justify;
}

.footerItems h3::after {

    position: absolute;

    left: 0;

    bottom: 0;

    content: " ";

    background-color: #fff;

    width: 25px;

    height: 3px;

}



.footerItems h3::before {

    position: absolute;

    left: 30px;

    bottom: 0;

    content: " ";

    background-color: #fff;

    width: 45px;

    height: 3px;

}

.footerItems ul li i {
    margin-right: 10px;
    font-size: 14px;
}

.footerItems ul {

    margin-bottom: 0;

    padding-left: 0;

}



.footerItems ul li {

    list-style: none;

    line-height: 28px;

}



.footerItems ul li a {

    color: #fff;

}



.footerContact li {

    display: flex;

    gap: 15px;

}



.footerContact li i {

    margin-top: 8px;

}



.thmeBtn {

    background-color: #689010;

    color: #fff;

    font-size: 18px;

    padding: 15px 30px;

    text-transform: capitalize;

    margin-top: 20px;

    display: inline-block;

    border-radius: 8px;

    transition: all 0.5s;

    border: 2px solid #689010;

}



.thmeBtn:hover {

    transition: all 0.5s;

    border: 2px solid #689010;

    color: #689010;

    background: none;

}



.BgshapImg {

    background: url(../images/bgShapImg.jpg) no-repeat fixed;

    background-size: cover;

    position: relative;

}



.BgshapImg::before {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: url(../images/bgShapImg2..jpg) no-repeat;

    content: " ";

    background-size: cover;

    opacity: 0.1;

}



.list2 {

    column-count: 2;

}



.footerLower {

    background-color: #000;

    padding: 18px 0;

}



.footerLower p {

    margin-bottom: 0;


    color: #fff;

}

.cpright p {
    display: flex;
    justify-content: space-between;
}









.auto_slider_container {

    margin-top: 20px !important;

    width: 100%;

    display: flex;

    margin: auto;

    overflow: hidden;

}



.auto_slider {

    padding: 0px;

    margin: 0px;

    list-style: none;

    display: flex;

    justify-content: center;

    align-items: center;

    animation: rotation 30s linear infinite;

}



.auto_slider li {

    padding: 5px;

    display: flex;

    align-items: center;

    justify-content: center;

    min-width: 150px;

    width: 100%;

    margin: 0px 10px;

    box-sixing: border-box;

    /* border-radius: 10px; */

}



.auto_slider li img {

    height: 100px;

}



@keyframes rotation {

    0% {

        transform: translateX(0)
    }



    100% {

        transform: translateX(-100%)
    }

}



.innerBnr {

    position: relative;

}


/* 
.innerBnr::before {

    content: " ";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: #868f0099;

} */



.innerBnrImg {

    height: 400px;

    object-fit: cover;

}



.innerContent {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 50px;

    margin: 0 auto;

    text-align: center;

}

.innerTitle {

    font-size: 55px;

    color: #000000;

    font-weight: bold;


}

.innerContent ul {

    margin-bottom: 0;

    padding-left: 0;

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 10px;

}

.innerContent ul li {

    list-style: none;

}

.innerContent ul li a {

    color: #000000;

    font-weight: 600;
}



.missionItems {

    height: 350px;

    min-height: 350px;

    background-color: #fff;

    display: flex;

    align-items: center;

    padding: 0 30px;

}

.missionItems h3 {

    font-size: 30px;

    font-weight: bold;



    color: #689010;

}

.missionItems p {

    margin-bottom: 0;

}



.contactAddress {

    display: flex;

    justify-content: space-between;

    border-top: 2px solid #68901033;

}

.ctaItems ul {

    padding-left: 0;

    margin-bottom: 0;

    margin-top: 20px;

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

}

.ctaItems ul li {

    display: flex;

    list-style: none;

    gap: 20px;

    width: 45%;
    margin-bottom: 15px;

}

.contactLeft {

    padding-right: 50px;

}



.ctaItems .IconBox {

    /* width: 100%; */

    /* max-width: 50px !important; */

    width: 100%;

    height: 50px;

    max-width: 50px !important;

    display: flex;

    justify-content: center;

    align-items: center;

    background-color: #689010;

    border-radius: 5px;

}

.ctaItems .IconBox i {

    color: #fff;

    font-size: 18px;

}



.ctaContent span {

    display: block;

    font-size: 22px;

    font-weight: bold;



}

.ctaContent a {

    color: #000000;

}



.contactFrom {

    background-color: #fff;

    box-shadow: -4px 4px 14px 7px #0000002b;

    padding: 25px 30px;

    border-radius: 8px;

}

textarea {

    height: 100px;

}



.ProductsItmes {

    display: flex;

    justify-content: space-between;

    align-items: center;

    /* border: 1px solid #000; */

    background-color: #00000012;

    border-radius: 10px;

    padding: 15px 20px;

}

.prductImg {

    width: 30%;

    background-color: #fff;

    border-radius: 10px;

}

.prductTxt {

    width: 60%;

}

.prductTxt p {
    text-align: justify;
}

.prductTxt h3 {

    font-size: 25px;

    font-weight: bold;

    /* */

}

.appSec {
    /* background-color: #689010; */

    background-image: -webkit-linear-gradient(45deg, #bfca0a 0%, #689010 51%, #bfca0a 100%);
    background-image: linear-gradient(45deg, #bfca0a 0%, #689010 51%, #bfca0a 100%);
    position: relative;
}

.appBg {
    background: url(../images/jevik-urja-phone-bg-img.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 200px 0px;
}

.appCtn {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.appCtn h2 {
    /* font-size: 30px; */
    /* */
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}

.appCtn p {
    color: #ffffff;
    margin-bottom: 0;
}

.downloadeApp {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.sm_phone_app {
    position: absolute;
    right: 0;
    display: none;
}

.appBnr {
    position: relative;
    padding: 50px 0;
    padding-bottom: 170px;
    /* background-image: linear-gradient(45deg, #fd81b5 0%, #c961f7 51%, #8089ff 100%); */

    background-image: linear-gradient(45deg, #bfca0a 0%, #689010 51%, #bfca0a 100%);
}


.appBnrShap {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 250px;
}

.appBnrImg img {
    height: 750px;
    object-fit: contain;
}

.appBnrCtn {
    position: relative;
    z-index: 5;
}

.appBnrCtn p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
}

.appBnrCtn .innerTitle {
    font-size: 68px;
    line-height: 65px;
    margin-bottom: 35px;
    display: block;
    color: #fff;
}



.pingpong img {
    position: relative;
    left: 0;
    transition: all linear 1.5s;
    animation: ball 1.5s linear infinite alternate;
}


@-webkit-keyframes ball {
    0% {
        bottom: 4px;
    }

    100% {
        bottom: -90px;
    }
}

@keyframes ball {
    0% {
        bottom: 4px;
    }

    100% {
        bottom: -90px;
    }
}

.describe_img {
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: linear-gradient(45deg, #bfca0a 0%, #689010 51%, #bfca0a 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.innerSub {
    /* */
    font-weight: bold;
    color: #689010;
    font-size: 30px;
}

.describe_items {
    display: flex;
    gap: 25px;
    margin-top: 30px;

}

.describe_img img {
    width: 60px;
}

.describe_ctn p {
    margin-bottom: 0;
}

.AudienceItems {
    margin-top: 25px;
}

.AudienceIcon {
    height: 65px;
    margin-bottom: 5px;
}

.storeImg {
    margin-top: 20px;
}

.Audience_img {
    margin-top: 30px;
}

.smAppBnrImg {
    position: absolute;
    top: 48px;
    right: 62px;
    height: 312px;
    display: none;
    transition: all linear 1.5s;
    animation: ball 1.5s linear infinite alternate;
}

.fxWp {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
}

.fxWp img {
    height: 40px;
}

.cpright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cpright p a {
    font-weight: bold;
    color: #fff;
    margin-left: 5px;
}

.prdt .innerTitle {
    color: #fff;

}

.prdt ul li a {
    color: #fff;
}