@font-face {
    font-family: 'Segoe-UI';
    src: url('../fonts/SegoeUI-Regular.woff2') format('woff2'), url('../fonts/SegoeUI-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('../fonts/Segoe UI Italic.woff') format('woff');
}

@font-face {
    font-family: 'Segoe-UI-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('../fonts/Segoe UI Bold.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('../fonts/Segoe UI Bold Italic.woff') format('woff');
}

@font-face {
    font-family: 'SegoeUI-Semibold';
    src: url('../fonts/SegoeUI-Semibold.eot');
    src: url('../fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Semibold.woff2') format('woff2'), url('../fonts/SegoeUI-Semibold.woff') format('woff'), url('../fonts/SegoeUI-Semibold.ttf') format('truetype'), url('../fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SegoeUI-Semilight';
    src: url('../fonts/SegoeUI-Semilight.eot');
    src: url('../fonts/SegoeUI-Semilight.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Semilight.woff2') format('woff2'), url('../fonts/SegoeUI-Semilight.woff') format('woff'), url('../fonts/SegoeUI-Semilight.ttf') format('truetype'), url('../fonts/SegoeUI-Semilight.svg#SegoeUI-Semilight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SegoeUI-Black';
    src: url('../fonts/SegoeUIBlack.eot');
    src: url('../fonts/SegoeUIBlack.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUIBlack.woff2') format('woff2'), url('../fonts/SegoeUIBlack.woff') format('woff'), url('../fonts/SegoeUIBlack.ttf') format('truetype'), url('../fonts/SegoeUIBlack.svg#SegoeUIBlack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Segoe-UI';
}

.about-text.font19 {
    font-size: 15px
}

.navbar-custom {
    background-color: #74be00;
    padding: 0
}

.text-justify {
    text-align: justify
}

.text-last-justify {
    text-align-last: justify
}

.career-icon {
    background-image: url(../images/career-icon.png);
    background-repeat: no-repeat;
    width: 31px;
    height: 35px;
    display: block;
    margin: 0 auto 10px auto
}

.contact-icon {
    background-image: url(../images/call-icon.png);
    background-repeat: no-repeat;
    width: 31px;
    height: 35px;
    display: block;
    margin: 0 auto 10px auto
}

.search-icon {
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
    display: block;
    margin: 0 auto 10px auto
}

.header-top {
    padding-top: 11px;
    padding-bottom: 11px
}

.header-top-right li a {
    font-size: 14px;
    color: #3e4549;
    text-decoration: none;
    display: inline-block;
    line-height: 1
}

.header-top-right .list-inline-item:not(:last-child) {
    margin-right: 0;
    position: relative
}

.header-top-right .list-inline-item:first-child {
    padding-right: 38px
}

.header-top-right .list-inline-item:last-child {
    padding-right: 0
}

.header-top-right .list-inline-item {
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 11px;
    padding-bottom: 11px;
    transition: all ease 0.3s
}

.header-top-right .list-inline-item::after {
    content: "";
    height: 30px;
    width: 2px;
    background-color: #cceaf8;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}
.list-inline-item::after:last-child {
    content: "";
    height: 30px;
    width: 2px;
    background-color: red;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

header .nav-link {
    padding: 10px 15px;
    color: #fff;
    font-family: 'SegoeUI-Semibold';
    font-size: 16px
}

header .nav-link:hover,
header .nav-link:focus {
    color: #000;
    background-color: #fff
}

.banner {
    position: relative
}

.banner-caption {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    color: #fff;
    text-align: center;
    width: 100%
}

.banner-caption-title {
    font-size: 60px;
    color: #fff;
    font-family: 'Segoe-UI-Bold';
    line-height: 1.4;
    margin-bottom: 0;
    text-transform: uppercase
}

.banner-caption-text {
    font-size: 40px;
    color: #fff
}

.fb-con {
    background-image: url(../images/fb-icon.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 19px;
    display: block;
    margin: 0 auto
}

.twitter-con {
    background-image: url(../images/twitter-icon.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 13px;
    display: block;
    margin: 0 auto
}

.utube-con {
    background-image: url(../images/youtube-icon.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 12px;
    display: block
}

.linkedin-con {
    background-image: url(../images/linkedin-icon.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
    display: block
}

.list-social {
    position: absolute;
    right: 0;
    bottom: 180px
}

.list-social {
    position: fixed;
    top: 50%;
    margin-top: -45px
}

.list-social li a {
    background-color: rgba(0, 0, 0, .3);
    display: block;
    padding: 10px;
    border-left: 1px solid #8d8e8e;
    transition: all ease 0.3s
}

.list-social li a:hover {
    background-color: #0095da;
    transition: all ease 0.3s
}

.list-social li:first-child a {
    border-top: 1px solid #8d8e8e
}

.list-social li:last-child a {
    border-bottom: 1px solid #8d8e8e
}

.sec-1 {
    margin: 25px 0 50px 0
}

.main-desc {
    font-size: 28px;
    color: #636466;
    line-height: 1.4;
    margin-bottom: 20px
}

.btn {
    padding: 17px 22px 22px 22px;
    font-size: 23px;
    line-height: 1;
    transition: all ease 0.3s
}

.btn-primary {
    background-color: #0095da;
    border-color: #0095da
}

.btn-primary:hover {
    background-color: transparent;
    border-color: #0095da;
    color: #0095da
}

.tab-left {
    background-color: #74be00;
    padding: 90px 0 90px 250px
}

.tab-left-title {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Segoe-UI-Bold';
    padding: 0 0 50px 0;
    line-height: 1
}

.tab-left-title span {
    font-family: 'Segoe-UI';
    display: block
}

.tab-right-first {
    width: 100%;
    max-width: 458px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.tab-right {
    padding-left: 66px;
    padding-top: 30px
}

.tab-right-first-title {
    font-size: 28px;
    color: #0095da;
    text-transform: uppercase;
    font-family: 'Segoe-UI-Bold';
    margin-bottom: 20px
}

.tab-right-second {
    padding-left: 80px
}

.tab-left .nav-link {
    border-radius: 0;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 13px 147px 13px 38px;
    position: relative;
    left: 0
}

.tab-left .nav-link:before {
    content: "";
    width: 3px;
    height: 100%;
    background-color: #0095da;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.2s, width 0.4s cubic-bezier(1, 0, .01, 1) 0.2s;
    transform: scaleY(0);
    z-index: -1
}

.tab-left .nav-link.active,
.tab-left .show > .nav-link {
    background-color: #0095da
}

.tab-left .nav-link:hover {
    background-color: #0095da
}

.tab-left .nav-link:hover::before {
    transform: scaleY(1);
    width: 100%
}

.sugar-tab-icon {
    background-image: url(../images/sugar-icon.png);
    background-repeat: no-repeat;
    width: 46px;
    height: 61px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 28px
}

.power-tab-icon {
    background-image: url(../images/power-icon.png);
    background-repeat: no-repeat;
    width: 39px;
    height: 58px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 28px
}

.fuel-tab-icon {
    background-image: url(../images/fuel-icon.png);
    background-repeat: no-repeat;
    width: 39px;
    height: 58px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 28px
}

.tab-left .nav-link:not(:last-child) {
    margin-bottom: 20px
}

.tab-right-first-desc {
    margin-bottom: 60px;
    font-size: 18px;
    color: #636466;
    text-align: justify
}

.sec-carousel {
    padding-top: 70px;
    padding-bottom: 70px
}

.item-img-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #0095da;
    max-width: 384px;
    color: #fff;
    padding: 30px 28px 45px 24px
}

.item-img-caption-title {
    font-size: 28px;
    font-family: 'Segoe-UI-Bold';
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 18px;
    position: relative
}

.item-img-caption-desc {
    font-family: 'Segoe-UI';
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    text-align: justify
}

.item-first {
    font-size: 48px;
    font-family: 'Segoe-UI-Bold';
    color: #0095da;
    line-height: .9;
    padding-left: 10px;
    padding-right: 54px;
    white-space: nowrap;
    text-transform: uppercase;
    padding-top: 150px
}

.item-first span {
    font-family: 'Segoe-UI'
}

.col-left {
    max-width: 470px
}

.card-body-bg {
    background-color: #0095da
}

.card-body-news .card-title {
    margin-bottom: 0;
    font-size: 28px;
    font-family: 'Segoe-UI-Bold';
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px
}

.card-body-news .card-text {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    text-align: justify
}

.card-body-news {
    padding: 25px 36px 20px 36px;
    position: absolute;
    bottom: -112px
}

.list-group-custom {
    background-color: #74be00;
    padding: 0 0 30px 0
}

.list-group-custom .list-group-item {
    color: #fff;
    padding: 24px 25px 24px 40px;
    background-color: #74be00;
    transition: all ease 0.3s;
    position: relative;
    border: 0
}

.list-group-custom .list-group-item::after {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% - 25px - 40px);
    position: absolute;
    bottom: 0;
    background-color: #71ac14
}

.list-group-custom > .list-group-item:last-child {
    border-bottom-width: 1px
}

.list-group-custom .list-group-title {
    background-color: #74be00;
    margin-bottom: 0;
    font-family: 'Segoe-UI-Bold';
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    padding: 25px 25px 30px 40px;
    position: relative;
    border: 0
}

.list-group-custom .list-group-title::after {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% - 25px - 40px);
    position: absolute;
    bottom: 0;
    background-color: #71ac14
}

.list-group-custom .list-group-title a {
    font-size: 23px;
    font-family: 'Segoe-UI';
    color: #fff;
    text-transform: none;
    text-decoration: none;
    transition: all ease 0.3s;
    position: relative
}

.list-group-custom .list-group-title a span {
    position: relative;
    z-index: 1;
    margin-bottom: 3px;
    display: block
}

.list-group-custom .list-group-title a::after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    transition: all 0.3s cubic-bezier(.2, 0, 0, 1);
    transform-origin: bottom center;
    z-index: 0
}

.list-group-custom .list-group-title a:hover::after {
    right: 0;
    left: 0;
    height: 100%
}

.list-group-custom .list-group-title a:hover span {
    color: #74be00
}

.list-group-custom-title {
    font-family: 'Segoe-UI-Bold';
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px
}

.list-group-custom-desc {
    font-size: 18px;
    margin-bottom: 0
}

.list-group-custom-desc span {
    font-style: italic
}

.list-group-custom .list-group-item:hover {
    background-color: #71ac14
}

footer {
    background-color: #0095da;
    padding: 20px 0;
    border-top: 10px solid #74be00
}

.social-list li a {
    padding-left: 45px;
    padding-right: 45px;
    background-position: center;
    padding-bottom: 45px;
    padding-top: 45px;
    transition: all ease 0.3s;
    position: relative
}

.social-list li a:hover {
    background-color: #0077ae
}

.social-list li a:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 65px;
    background-color: #0077ae;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.social-fb {
    background-image: url(../images/footer-fb-icon.png);
    background-repeat: no-repeat
}

.social-list li a.social-fb {
    padding-left: 60px;
    padding-right: 78px
}

.social-twitter {
    background-image: url(../images/footer-twitter-icon.png);
    background-repeat: no-repeat
}

.social-utube {
    background-image: url(../images/footer-utube-icon.png);
    background-repeat: no-repeat
}

.social-linkedin {
    background-image: url(../images/footer-linkedin-icon.png);
    background-repeat: no-repeat
}

.social-text {
    font-size: 18px;
    color: #fff;
    padding-right: 44px
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
    outline: 0;
    border: 0
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: #0095da !important;
    width: 75px;
    height: 67px
}

.owl-carousel .owl-nav button.owl-prev {
    margin-right: 7px
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    display: block;
    text-indent: -999rem;
    width: 15px;
    height: 21px;
    margin-left: auto;
    margin-right: auto
}

.owl-carousel .owl-nav button.owl-prev span {
    background-image: url(../images/prev-arr.png);
    background-repeat: no-repeat
}

.owl-carousel .owl-nav button.owl-next span {
    background-image: url(../images/next-arr.png);
    background-repeat: no-repeat
}

.owl-nav {
    position: absolute;
    bottom: 0;
    left: -200px
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: #fff !important;
    border: 1px solid #0095da;
    transition: all ease 0.3s
}

.owl-carousel .owl-nav button.owl-prev:hover span {
    background-image: url(../images/prev-arr-hover.png);
    background-repeat: no-repeat;
    transition: all ease 0.3s
}

.owl-carousel .owl-nav button.owl-next:hover span {
    background-image: url(../images/next-arr-hover.png);
    background-repeat: no-repeat;
    transition: all ease 0.3s
}

.sec-video {
    padding: 60px 0
}

.slick-arrow {
    width: 75px;
    height: 67px;
    line-height: 50px;
    border: none;
    background: #0095da;
    border: 1px solid #0095da;
    z-index: 300;
    outline: none;
    transition: all ease 0.3s
}

.slick-arrow:hover {
    background: #fff;
    border: 1px solid #0095da;
    transition: all ease 0.3s
}

.slick-prev {
    background-image: url(../images/vid-prev-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    left: -150px
}

.slick-prev:hover {
    background-image: url(../images/vid-prev-arrow-hover.png);
    background-repeat: no-repeat;
    background-position: center
}

.slick-next {
    background-image: url(../images/vid-next-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    left: -70px
}

.slick-next:hover {
    background-image: url(../images/vid-next-arrow-hover.png);
    background-repeat: no-repeat;
    background-position: center
}

.item.slick-slide {
    width: 300px;
    height: 300px !important;
    transition: transform .4s;
    position: relative
}

.slick-slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    transition: transform .4s
}

.item.slick-slide {
    transform: scale(.7) translate(640px)
}

.item.slick-slide.slick-center + .slick-slide {
    transform: scale(.8) translate(-250px);
    z-index: 10
}

.item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
    transform: scale(.7) translate(-640px);
    z-index: 5
}

.item.slick-slide.slick-active {
    transform: scale(.8) translate(250px)
}

.item.slick-slide.slick-center {
    transform: scale(1);
    z-index: 30
}

.slick-center:after {
    opacity: 0
}

.video-title {
    font-size: 48px;
    color: #0095da;
    font-family: 'Segoe-UI-Bold';
    margin-top: auto;
    text-transform: uppercase
}

.scroll-down {
    font-size: 13px;
    color: #fff;
    position: absolute;
    left: 70px;
    bottom: 50px;
    text-decoration: none;
    text-transform: uppercase
}

.scroll-down span {
    transform: rotate(-90deg);
    display: block
}

.scroll-down:hover,
.scroll-down:focus {
    color: #fff
}

.scroll-down::before {
    content: "";
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 36px;
    display: block;
    position: absolute;
    left: 0;
    top: -80px;
    margin-left: 33px;
    transition: all ease 0.4s;
    transform: translateY(0) translateX(0)
}

.scroll-down:hover::before {
    transform: translateY(5px) translateX(0);
    transition: all ease 0.4s
}

.next-arr {
    background-image: url(../images/lm-arr.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 21px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 20px
}

.item-img-caption:hover .item-img-caption-title a {
    -webkit-animation: 0.3s ease-out infinite alternate move_arrow;
    animation: 0.3s ease-out infinite alternate move_arrow
}

.bannerInn {
    width: 100%;
    overflow: hidden;
    display: block
}

.pic-wrapper {
    width: 100%;
    height: 431px;
    overflow: hidden
}

figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: slideShow 30s linear infinite 0s;
    -o-animation: slideShow 30s linear infinite 0s;
    -moz-animation: slideShow 30s linear infinite 0s;
    -webkit-animation: slideShow 30s linear infinite 0s;
    margin: 0;
    padding: 0
}

figurecaption {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff
}

.pic-1 {
    opacity: 1;
    background: url(../images/banner1.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.pic-2 {
    animation-delay: 6s;
    -o-animation-delay: 6s;
    -moz--animation-delay: 6s;
    -webkit-animation-delay: 6s;
    background: url(../images/banner2.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.pic-3 {
    animation-delay: 12s;
    -o-animation-delay: 12s;
    -moz--animation-delay: 12s;
    -webkit-animation-delay: 12s;
    background: url(../images/banner3.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.pic-4 {
    animation-delay: 18s;
    -o-animation-delay: 18s;
    -moz--animation-delay: 18s;
    -webkit-animation-delay: 18s;
    background: url(../images/banner4.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.pic-5 {
    animation-delay: 24s;
    -o-animation-delay: 24s;
    -moz--animation-delay: 24s;
    -webkit-animation-delay: 24s;
    background: url(../images/banner5.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

@keyframes slideShow {
    0% {
        opacity: 0;
        transform: scale(1);
        -ms-transform: scale(1)
    }

    5% {
        opacity: 1
    }

    20% {
        opacity: 1
    }

    23% {
        opacity: 0;
        transform: scale(1.1);
        -ms-transform: scale(1.1)
    }

    100% {
        opacity: 0;
        transform: scale(1);
        -ms-transformm: scale(1)
    }
}

@-o-keyframes slideShow {
    0% {
        opacity: 0;
        -o-transform: scale(1)
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1
    }

    30% {
        opacity: 0;
        -o-transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -o-transformm: scale(1)
    }
}

@-moz-keyframes slideShow {
    0% {
        opacity: 0;
        -moz-transform: scale(1)
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1
    }

    30% {
        opacity: 0;
        -moz-transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -moz-transformm: scale(1)
    }
}

@-webkit-keyframes slideShow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1)
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1
    }

    30% {
        opacity: 0;
        -webkit-transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transformm: scale(1)
    }
}

.hideClass + .banner-caption {
    opacity: 0;
    transition: all ease 0.3s
}

.showClass + .banner-caption {
    opacity: 1;
/*    transition: all ease 0.3s;*/
    transition: opacity 1s ease-in-out;
}

.slider-container {
    display: block;
    height: 270px;
    width: auto;
    margin: 0 auto;
    position: relative;
    max-width: 1300px;
    margin-top: 20px
}

@media (max-width:768px) {
    .slider-container .arrow-left {
        display: none
    }
}

@media (max-width:768px) {
    .slider-container .arrow-right {
        display: none
    }
}

.slider-container .dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0;
    user-select: none
}

.slider-container .dots span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    cursor: pointer;
    user-select: none;
    padding: 10px 0;
    position: relative
}

.slider-container .dots span:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #ccc;
    opacity: .6
}

@media (max-width:768px) {
    .slider-container .dots span {
        width: 23px;
        margin-bottom: 15px
    }
}

.slider-container .dots span.active:before {
    background-color: #c85054;
    opacity: 1
}

.slider-container .slider {
    display: block;
    width: 650px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    line-height: 270px;
    color: #fff
}

.slider-container .slider .slide {
    display: inline-block;
    width: 80%;
    height: 290px;
    position: absolute;
    left: 41%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale3d(.4, .4, 1);
    transition: transform 0.3s ease-in-out 0s, z-index 0.2s ease-in-out 0.1s;
    background-color: #2c2a40
}

.slider-container .slider .slide:nth-child(odd) {
    background-color: gray
}

@media (max-width:768px) {
    .slider-container .slider .slide {
        width: 100%;
        height: 450px
    }
}

.slider-container .slider .slide:nth-child(1) {
    background-color: #505e63
}

.slider-container .slider .slide:nth-child(2) {
    background-color: #62698c
}

.slider-container .slider .slide:nth-child(3) {
    background-color: #2c2a40
}

.slider-container .slider .slide:nth-child(4) {
    background-color: #c85054
}

.slider-container .slider .slide:nth-child(5) {
    background-color: #f1bb70
}

.slider-container .slider .slide.prev-2 {
    transform: translate3d(5%, -50%, 0) scale3d(.4, .4, 1);
    z-index: 1;
    opacity: .5
}

.slider-container .slider .slide.prev-1 {
    transform: translate3d(-15%, -50%, 0) scale3d(.6, .6, 1);
    z-index: 2
}

.slider-container .slider .slide.next-1 {
    z-index: 2;
    transform: translate3d(-15%, -50%, 0) scale3d(.6, .6, 1)
}

.slider-container .slider .slide.next-2 {
    z-index: 1;
    transform: translate3d(5%, -50%, 0) scale3d(.4, .4, 1);
    opacity: .5
}

.slider-container .slider .slide.active {
    z-index: 3;
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.sec-news .card:hover .card-body-news .card-title a {
    -webkit-animation: 0.3s ease-out infinite alternate move_arrow;
    animation: 0.3s ease-out infinite alternate move_arrow
}

@-webkit-keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

@-webkit-keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@-webkit-keyframes move_arrow {
    0% {
        @-webkit-transform: translateX(0)
    }

    100% {
        @-webkit-transform: translateX(20px)
    }
}

@keyframes move_arrow {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(10px)
    }
}

@keyframes arr {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(10px)
    }
}

.mega-dropdown {
    position: static !important
}

.mega-dropdown-menu {
    padding: 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
    border-radius: 0;
    left: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    z-index: 3
}

.dd-img {
    min-height: 65px;
    margin-bottom: 15px
}

.mega-dropdown-menu-inner li {
    display: inline-block;
    vertical-align: middle
}

.mega-dropdown-menu-inner li a {
	text-align:center;
	font-size:15px;
	color:#0095da;
	/*font-family: 'Segoe-UI-Bold';*/
	 font-family: 'SegoeUI-Semibold';
	padding:20px 20px 20px 20px;
	line-height:1;
	position:relative;
    
}

.mega-dropdown-menu-inner li a.dropdown-item-active {
    font-family: 'Segoe-UI-Bold'
}

.mega-dropdown-menu-inner li:not(:first-child):not(:last-child) a::after {
    content: "";
    width: 1px;
    height: 32px;
    background-color: #77bef8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.dropdown-menu[data-bs-popper] {
    margin-top: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #fdfdfd !important;
    color: #636466 !important;
    transition: background .25s ease
}

.btn-close {
    padding: 0;
    opacity: 1;
    position: absolute;
    z-index: 2;
    right: -21px;
    top: -21px;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../images/close-icon.svg)
}

.sec-breadcrumb {
    background-color: #e9ecef;
    padding: 26px 0 30px 0
}

.breadcrumb-item a {
    color: #636466;
    font-size: 15px;
    font-family: 'Segoe-UI-Bold';
    text-decoration: none;
    display: flex
}

.breadcrumb-item a:hover {
    color: #0095da
}

.home-icon {
    background-image: url(../images/home-icon.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 18px;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 13px
}

.breadcrumb-item.active a {
    color: #0095da
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 25px;
    margin-left: 25px;
    position: relative
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "";
    background-image: url(../images/breadcrumb-arr.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 10px;
    background-position: center;
    position: absolute;
    top: 36%;
    left: 0
}

.breadcrumb-item a:hover .home-icon {
    background-image: url(../images/home-icon-hover.png)
}

.about-title {
    font-family: 'Segoe-UI-Bold';
    font-size: 34px;
    color: #0095da;
    margin-bottom: 10px
}

.about-text {
    font-size: 17px;
    color: #636466;
    margin-bottom: 20px
}

.about-1 {
    padding-top: 30px;
    padding-bottom: 30px
}

.sec-process {
    background-color: #74be00;
    padding: 40px 0
}

.pro-circle {
    width: 134px;
    height: 134px;
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-bottom: 10px
}

.list-process li {
    text-align: center;
    padding: 0 43px 0 43px;
    position: relative;
    border-top: 1px solid #fff
}

.list-process li:first-child::after {
    content: "";
    width: 50%;
    height: 1px;
    background-color: #74be00;
    position: absolute;
    top: -1px;
    left: 0
}

.list-process li:last-child::after {
    content: "";
    width: 50%;
    height: 1px;
    background-color: #74be00;
    position: absolute;
    top: -1px;
    right: 0
}

.list-process li::before {
    content: "";
    width: 1px;
    height: 44px;
    background-color: #fff;
    display: block;
    margin: 0 auto
}

.process-title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Segoe-UI-Bold'
}

.process-main-title {
    font-size: 46px;
    color: #fff;
    text-transform: uppercase
}

.about-2 {
    padding-top: 20px;
    padding-bottom: 50px
}

.about-text:first-of-type {
    margin-bottom: 30px
}

.info-circle {
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.info-title {
    font-family: 'SegoeUI-Black';
    font-size: 59px;
    color: #fff;
    text-transform: uppercase;
    line-height: .9
}

.list-info-title {
    font-size: 18px;
    color: #0095da;
    font-family: 'Segoe-UI-Bold';
    text-transform: uppercase
}

.list-info-title-md {
    font-size: 17px;
    font-family: 'Segoe-UI'
}

.list-info-text {
    font-size: 18px;
    color: #636466
}

.info-content {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    width: 100%
}

.list-info {
    margin-top: 4px
}

.list-info-left {
    padding-right: 20px
}

.list-info-left2 {
    margin-top: 88px
}

.list-info-left3 {
    margin-top: 65px
}

.list-info-left4 {
    margin-top: 64px
}

.list-info-end {
    padding-left: 20px
}

.list-info-end2 {
    margin-top: 68px
}

.list-info-end3 {
    margin-top: 80px
}

.list-info-end4 {
    margin-top: 94px
}

.negative-center {
    display: inline-block;
    margin-left: 106px
}

.sec-info {
    padding-top: 50px;
    padding-bottom: 35px
}

.hr-arr {
    background-image: url(../images/hr-arrow.png);
    background-repeat: no-repeat;
    width: 27px;
    height: 15px;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -1px
}

.list-process {
    position: relative;
    padding-top: 40px
}

.list-process::before {
    content: "";
    height: 25px;
    width: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 15px
}

.list-process::after {
    content: "";
    background-image: url(../images/hr-arrow.png);
    background-repeat: no-repeat;
    width: 27px;
    height: 15px;
    position: absolute;
    top: 1px
}

.team-content {
    margin-left: 50px
}

.team-img {
    margin-left: 50px
}

.sub-title {
    font-size: 22px;
    text-transform: none;
    color: #74be00;
    margin-top: 12px;
    margin-bottom: 28px
}

.nav-fill-custom .nav-link {
    font-size: 18px;
    color: #636466;
    line-height: 1;
    padding: 40px 0;
    border-bottom: 1px solid transparent;
    border-radius: 0
}

.nav-fill-custom .nav-link.active {
    background-color: transparent;
    font-size: 18px;
    color: #0095da;
    font-family: 'Segoe-UI-Bold';
    border-bottom-color: #0095da
}

.nav-fill-custom .nav-link:active {
    color: #0095da !important;
}

.nav-fill-custom .nav-link:hover {
    background-color: transparent;
    font-size: 18px;
    color: #0095da;
    border-bottom-color: #0095da
}

.nav-fill-custom {
    position: relative;
    margin-bottom: 60px
}

.nav-fill-custom::after {
    content: "";
    display: block;
    border-bottom: 1px solid #e9ecef;
    margin-top: -1px
}

.tab-content-custom-title {
    margin-bottom: 30px
}

.tab-content-custom-text {
    margin-bottom: 70px;
    font-size: 18px;
    color: #636466
}

.tab-content-custom-list:not(:last-child) {
    margin-bottom: 30px
}

.tab-content-custom-list:last-child {
    margin-top: 100px;
    margin-bottom: 90px
}

.full-block {
    background-color: #74be00;
    padding: 32px 0
}

.full-block-title {
    font-size: 24px;
    color: #fff;
    font-family: 'Segoe-UI-Bold'
}

.sec-bottom {
    padding: 40px 0 60px 0
}

.negative-space {
    margin-top: -230px;
    padding-left: 20px
}

.negative-space174 {
    margin-top: -174px
}

.title-partners {
    margin-bottom: 25px
}

.ft-start-sub-title,
.ft-start-title {
    margin-bottom: 20px
}

.ft-start-title {
    color: #74be00
}

.key-block-title {
    font-size: 28px;
    color: #fff;
    font-family: 'Segoe-UI-Bold';
    text-transform: uppercase;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 40px 28px 40px
}

.card-custom {
    border-radius: 2px;
    border-color: #eaeaea;
    margin-bottom: 30px;
    transition: all ease 0.3s
}

.card-title {
    font-size: 28px;
    color: #74be00;
    font-family: 'Segoe-UI-Bold';
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px
}

.card-custom-text {
    text-align: justify;
    margin-bottom: 10px !important
}

.know-more,
.know-more:hover {
    font-size: 20px;
    color: #0095da;
    text-decoration: none;
    line-height: 1
}

.know-more::after {
    content: "";
    background-image: url(../images/know-more-arr.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 22px;
    height: 12px;
    margin-left: 11px
}

.card-custom .card-body {
    padding: 55px 35px 30px 40px
}

.farmer-training-bottom {
    margin-top: 60px;
    margin-bottom: 15px
}

.card-custom:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
    border-color: #fff
}

.press-title {
    margin-bottom: 35px
}

.list-press > .list-group-item:first-child {
    border-top-width: 1px
}

.pdf_icon {
    background-image: url(../images/pdf-icon1.png);
    background-repeat: no-repeat;
    width: 38px;
    height: 49px;
    display: inline-block
}

.list-press-text {
    font-family: 'Segoe-UI-Bold';
    font-size: 20px;
    color: #636466;
    line-height: 1;
    margin-bottom: 15px
}

.list-press-sub-text {
    font-size: 17px;
    color: #636466;
    margin-bottom: 0;
    line-height: 1
}

.font-italic {
    font-style: italic
}

.list-press .list-group-item {
    padding: 40px 48px 28px 35px
}

.pagination-custom {
    margin-top: 60px;
    margin-bottom: 85px
}

.pagination-custom .page-link {
    border: 0;
    font-size: 20px;
    color: #636466;
    padding: 6px 11px;
    line-height: 1
}

.page-link:hover,
.pagination-custom .page-link-next:hover,
.pagination-custom .page-link-prev:hover {
    background-color: #0d6efd;
    color: #fff
}

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
    background-color: #fff
}

.page-link:focus {
    box-shadow: none;
    background-color: #fff
}

.pagination-custom .page-link-next,
.pagination-custom .page-link-prev {
    color: #0095da
}

.list-press .list-group-item:hover {
    background-color: #74be00;
    transition: all ease 0.3s
}

.list-press .list-group-item:hover .list-press-text,
.list-press .list-group-item:hover .list-press-sub-text {
    color: #fff
}

.list-press .list-group-item:hover .pdf_icon {
    background-image: url(../images/pdf-icon.png)
}

.sec-middle {
    background-image: url(../images/farms-img.jpg);
    background-repeat: no-repeat;
    color: #fff;
    padding: 68px 0;
    margin-top: 80px
}

.text-justify {
    max-width: 900px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto
}

.sec-middle p {
    font-size: 20px;
    text-align: center
}

.sec-middle p:not(:last-child) {
    margin-bottom: 35px
}

.about-title-sm {
    font-family: 'Segoe-UI-Bold';
    color: #74be00;
    margin-top: 25px;
    line-height: 1;
    margin-bottom: 35px;
    font-size: 22px
}

.left-sidebar {
    height: 100%;
    background-color: #74be00;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 55px
}

.left-sidebar-title {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    margin-bottom: 5px
}

.left-sidebar-digit {
    font-family: 'Segoe-UI-Bold';
    font-size: 25px;
    color: #fff;
    line-height: 1
}

.col-width {
    max-width: 375px
}

.left-sidebar ul li:not(:last-child) {
    margin-bottom: 30px
}

.info-title1 {
    color: #0095da;
    font-size: 20px !important;
    font-family: 'Segoe-UI';
    margin-bottom: 10px;
    text-transform: none
}

.info-content1 {
    max-width: 240px;
    right: 0;
    left: 29%
}

.list-info-text1 {
    font-size: 20px;
    color: #0095da;
    line-height: 1.1;
    display: block
}

.list-info-1 {
    margin-top: 50px
}

.list-info-1 li:not(:last-child) {
    margin-bottom: 40px
}

.list-info-1 li > span:first-child {
    margin-bottom: 10px
}

.list-info-left_1 {
    position: relative;
    left: 120px;
    z-index: 1;
    top: -30px
}

.list-info-left_2,
.list-info-left_3 {
    left: 50px;
    top: -20px
}

.list-info-left_3 {
    top: -10px
}

.list-info-left_4 {
    left: 209px;
    top: -30px;
    z-index: 1
}

.list-info-end_1 {
    right: 60px;
    top: -30px
}

.list-info-end_2 {
    top: 10px
}

.list-info-end_2,
.list-info-end_3 {
    right: -50px
}

.list-info-end_3 {
    top: 39px
}

.list-info-end_4 {
    right: 145px;
    top: 53px
}

.negative-center_1 {
    top: -110px;
    margin-left: 70px
}

.negative-center_2 {
    margin-left: 0;
    top: 68px
}

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

.info-circle_1 {
    margin-top: 80px
}

.supplier-block-title {
    font-size: 28px;
    color: #74be00;
    font-family: 'Segoe-UI-Bold';
    line-height: 1;
    margin-bottom: 40px
}

.supplier-block-logo li:not(:last-child) {
    margin-right: 55px
}

.supplier-block-logo {
    margin-bottom: 40px;
    padding-left: 20px
}

.supplier-block-text {
    font-size: 20px;
    color: #636466
}

.supplier-block {
    padding-left: 60px
}

.sec-product {
    padding-top: 60px;
    padding-bottom: 75px
}

.sec-power {
    background-image: url(../images/power-bg-img.jpg);
    background-repeat: no-repeat;
    padding: 55px 0 79px 0;
    margin-top: 60px;
    background-size: 100% 100%
}

.power-text {
    color: #fff;
    font-size: 20px
}

.power-text:not(:last-child) {
    margin-bottom: 40px
}

.mb40 {
    margin-bottom: 35px !important
}

.history-text {
    text-align: justify
}

.about-lg-text {
    font-size: 20px;
    color: #74be00;
    font-family: 'Segoe-UI-Bold';
    margin-top: 60px;
    margin-bottom: 100px
}

.full-block-title-small {
    font-size: 22px !important
}

.sec-product1 {
    padding-top: 40px;
    padding-bottom: 30px
}

.list-inline-custom .list-inline-item:not(:last-child) {
    margin-right: 0
}

.sec-light {
    background-color: #efefef;
    padding: 60px 0 90px 0
}

.sec-light-title {
    font-size: 28px;
    color: #636466;
    font-family: 'Segoe-UI-Bold';
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px
}

.sec-light-text {
    font-size: 20px;
    color: #636466;
    line-height: 1;
    margin-bottom: 35px
}

.gimg-space {
    margin-bottom: -128px
}

.green-bg {
    background-color: #74be00;
    min-height: 140px
}

.sec-green {
    margin-top: 60px
}

.value-title {
    font-size: 28px;
    color: #74be00;
    font-family: 'Segoe-UI-Bold';
    line-height: 1;
    margin-bottom: 30px;
    white-space: nowrap
}

.about-title-sub {
    font-size: 24px;
    color: #74be00;
    font-family: 'Segoe-UI-Bold';
    line-height: 1;
    margin-bottom: 15px
}

.carousel-life-colony .owl-nav {
    left: 0;
    bottom: auto;
    top: 50%;
    width: 100%;
    display: flex
}

.carousel-life-colony .owl-nav button.owl-prev {
    margin-left: -93px
}

.carousel-life-colony .owl-nav button.owl-next {
    margin-left: auto;
    margin-right: -93px
}

.carousel-life-colony {
    margin-bottom: 80px
}

.card-distribiute {
    background-color: #74be00;
    border-radius: 0;
    border: 0
}

.card-distribiute-title {
    font-family: 'Segoe-UI-Bold';
    line-height: 1;
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px
}

.card-distribiute-text {
    color: #fff;
    margin-bottom: 0;
    font-size: 17px;
    text-align: justify
}

.card-distribiute .card-body {
    padding: 40px 22px 22px 22px
}

.card-distribiute-list {
    margin: 50px 0
}

.contact-left-list ul li:not(:last-child) {
    margin-bottom: 30px
}

.timeline {
    position: relative;
    width: 965px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 60px;
    padding: 0;
    list-style-type: none
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 114px;
    height: 100%;
    margin-left: -27px;
    background-image: url(../images/timeline-img.webp);
    background-repeat: repeat;
    z-index: 5
}

.timeline-v1:before {
    background-image: url(../images/timeline-img-v1.png);
    width: 47px;
    background-repeat: repeat
}

.timeline li {
    padding-bottom: 110px
}

.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.direction-l {
    position: relative;
    width: 441px;
    float: left;
    text-align: right;
    margin-left: 52px
}

.direction-r {
    position: relative;
    float: left;
    margin-left: 130px
}

.flag-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
    left: 45px
}

.direction-l .flag-wrapper {
    left: auto;
    right: 40px;
    z-index: 5
}

.flag {
    position: relative;
    display: inline-block;
    border-radius: 0;
    text-align: left;
    font-size: 40px;
    color: #74be00;
    font-family: 'Segoe-UI-Bold';
    line-height: 1
}

.timeline-v1 .flag {
    position: relative;
    display: inline-block;
    border-radius: 0;
    text-align: left;
    font-size: 34px;
    color: #fff;
    font-family: 'Segoe-UI-Bold';
    background-image: url(../images/flag-after.png);
    background-repeat: no-repeat;
    width: 191px;
    height: 140px;
    padding-left: 46px;
    padding-top: 24px
}

.direction-r .flag {
    background-image: url(../images/flag-after-right.png);
    background-repeat: no-repeat;
    width: 191px;
    height: 140px;
    padding-left: 46px;
    padding-top: 28px
}

.direction-r .flag-wrapper {
    left: -85px;
    z-index: 5
}

.direction-r-negative,
.direction-l-negative {
    margin-top: 90px
}

.direction-r .flag-hr {
    margin-left: -74px;
    width: 463px
}

.search-box-text {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1002;
    width: 320px;
    height: auto;
    padding: 25px 30px;
    background-color: #fff;
    box-shadow: 0 14px 28px -4px rgb(14 17 20 / 35%);
    display: none
}

.search-form {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%
}

.search-box-text:after {
    content: '';
    position: absolute;
    z-index: 1002;
    right: 20px;
    bottom: 100%;
    margin-bottom: -1px;
    border: 6px solid transparent;
    border-bottom: 6px solid #fff
}

.search-form .search-submit {
    white-space: nowrap;
    vertical-align: middle;
    height: 45px;
    float: right;
    border: 1px solid #f7f8f8;
    background: #74be00;
    padding: 0 15px;
    margin-left: -1px;
    color: #fff;
    width: 100%
}

.search-form label,
.search-form .search-submit {
    display: table-cell
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.search-field {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #4c4f53;
    background: #f7f8f8;
    border: 1px solid #f7f8f8;
    border-right: 0;
    height: 45px;
    padding: 10px 15px;
    border-radius: 0;
    box-shadow: none !important
}

.search-field {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.search_box {
    display: block !important
}

.direction-r .flag:before {
    left: -40px
}

.direction-l .flag:after {
    content: ""
}

.time-wrapper {
    display: inline;
    line-height: 1em;
    font-size: .66666em;
    color: rgb(250, 80, 80);
    vertical-align: middle
}

.direction-l .time-wrapper {
    float: left
}

.direction-r .time-wrapper {
    float: right
}

.time {
    display: inline-block;
    padding: 4px 6px;
    background: rgb(248, 248, 248)
}

.direction-r .desc {
    margin: 1em 0 0 .75em
}

.card-direction {
    margin-top: 0;
    position: relative
}

.timeline-v1 .card-direction {
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .27);
    -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .27);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .27);
    margin-top: 30px;
    background-color: #fff;
    padding: 30px;
    width: 100%;
    max-width: 415px;
    min-height: 269px;
    justify-content: center;
    border-bottom: 9px solid #74be00 !important
}

.timeline-v1 .card-direction::before {
    content: "";
    width: 28px;
    height: 70px;
    background-image: url(../images/card-arrow.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%)
}

.flag-hr {
    width: 441px;
    height: 2px;
    display: block;
    background-color: #74be00;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative
}

.card-direction .card-body {
    text-align: left;
    padding: 0 40px 0 9px
}

.card-direction-text {
    font-size: 18px;
    color: #636466;
    text-align: justify;
    position: relative;
    padding-left: 40px
}

.card-direction-text::before {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../images/circle-dot.webp);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 20px;
    position: absolute;
    left: 0px;
    top: 5px
}

.mt150 {
    margin-top: 125px
}

.mt230 {
    margin-top: 205px
}

.mt85 {
    margin-top: 60px
}

.mt110 {
    margin-top: 110px
}

.mt139 {
    margin-top: 114px
}

.green-bg {
    background-color: #74be00
}

.contact-left {
    margin-top: 80px
}

.contact-title {
    margin-bottom: 25px
}

.contact-sub-title {
    font-size: 20px;
    font-family: 'Segoe-UI-Bold';
    color: #74be00;
    margin-bottom: 25px
}

.contact-left-list ul li {
    font-size: 20px;
    color: #636466
}

.org-title {
    color: #74be00
}

.row-data {
    margin-top: 70px
}

.row-data label {
    font-size: 20px;
    color: #636466;
    font-family: 'Segoe-UI-Bold';
    line-height: 1.2
}

.row-data .form-control {
    border-color: #dbdbdb;
    background-image: url(https://www.dcmshriramsugar.com/wp-content/uploads/2023/06/selext-arr.png);
    background-repeat: no-repeat;
    background-position: center right 25px;
    padding: 11px 20px
}

.contact-right select.form-control {
    background-image: url(https://www.dcmshriramsugar.com/wp-content/uploads/2023/06/selext-arr.png);
    background-repeat: no-repeat;
    background-position: center right 25px;
    color: #b8b8b8;
    font-size: 20px;
    padding: 12px 20px
}

.contact-right {
    margin-bottom: 60px
}

.row-data select {
    font-size: 20px;
    color: #b8b8b8
}

.dynamic-data {
    margin-bottom: 75px;
    background-color: #74be00;
    font-size: 20px;
    color: #fff;
    padding: 15px;
    margin-top: 20px
}

.mb-40 {
    margin-bottom: 34px
}

.btn.btn-submit {
    font-size: 25px;
    color: #fff;
    padding: 18px 47px 20px 47px
}

.form-material > label {
    transform: translateY(-45px);
    position: absolute;
    font-size: 20px;
    color: #b8b8b8;
    margin-left: 22px
}

.form-material > input:focus ~ label {
    transform: translateY(-72px);
    color: #74be00;
    background-color: #fff
}

.form-material > * {
    cursor: pointer;
    transition: all 300ms ease
}

.form-material > input {
    transition: all 300ms ease
}

.contact-right input.form-control::placeholder {
    font-size: 20px;
    color: #b8b8b8
}

.contact-right textarea::placeholder {
    color: #b8b8b8;
    font-size: 20px
}

.contact-right input:focus,
.contact-right textarea:focus {
    box-shadow: none;
    outline: none
}

.btn.btn-submit:hover,
.btn.btn-submit:focus {
    background-color: #0095da
}

.contact-right .form-control {
    border-color: #c9c9c9;
    padding: 15px 20px
}

.sec-program {
    background-color: #74be00;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 50px
}

.program-title {
    color: #fff;
    font-family: 'Segoe-UI-Bold';
    font-size: 20px;
    margin-bottom: 30px
}

.program-text {
    font-size: 20px;
    color: #fff;
    text-align: justify
}

.program-last {
    margin-bottom: 80px
}

.career-sub-title {
    font-family: 'Segoe-UI-Bold';
    font-size: 30px;
    color: #636466;
    margin-top: 60px
}

.card-value {
    min-height: 181px;
    border-color: #eaeaea
}

.card-value .card-body {
    padding: 20px
}

.mb30 {
    margin-bottom: 24px
}

.meetha-title {
    font-family: 'Segoe-UI-Bold';
    font-size: 28px;
    text-transform: uppercase;
    color: #74be00;
    display: block;
    margin-bottom: 8px
}

.step-title {
    font-size: 40px;
    color: #74be00;
    font-family: 'Segoe-UI-Bold';
    text-transform: uppercase;
    line-height: .8;
    padding-left: 40px
}

.card-step-title {
    font-size: 28px;
    color: #636466;
    font-family: 'Segoe-UI-Bold'
}

.card-step-text {
    font-size: 20px;
    color: #636466;
    text-align: justify
}

.card-step .card-body {
    padding: 30px 70px 20px 40px
}

.card-step {
    border-radius: 15px;
    border-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    border-top: 6px solid #74be00;
    min-height: 267px
}

.row-20 > * {
    padding-left: 10px;
    padding-right: 10px
}

.mt60 {
    margin-top: 60px
}

.mb50 {
    margin-bottom: 50px
}

.resume-link {
    margin-top: 60px;
    padding: 40px 0 60px 0
}

.resume-link-text {
    font-size: 18px;
    color: #636466;
    margin-bottom: 8px
}

.resume-link-title {
    font-size: 27px;
    font-family: 'Segoe-UI-Bold';
    color: #636466
}

.resume-link-title a {
    text-decoration: underline;
    color: #636466
}

.card-brief .card-body {
    padding: 24px
}

.card-brief {
    min-height: 339px;
    width: 100%
}

.card-brief-more,
.card-brief-more:hover {
    color: #fff;
    text-decoration: none;
    font-size: 14px
}

.card-brief .card-distribiute-title {
    margin-bottom: 25px;
    min-height: 66px
}

.mt120 {
    margin-top: 140px;
    margin-bottom: 140px
}

.mt200 {
    margin-top: 200px;
    margin-bottom: 200px;
    padding: 80px 0
}

.pos-negative {
    position: absolute;
    margin-top: -168px
}

.about-1-text {
    text-align-last: center
}

.list-value li {
    position: relative;
    line-height: 1;
    padding-left: 15px
}

.list-value li:not(:last-child) {
    margin-bottom: 10px
}

.list-value li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #74be00;
    border-radius: 50%;
    margin-right: 8px;
    position: absolute;
    top: 4px;
    left: 0
}

@media screen and (max-width:660px) {
    .timeline {
        width: 100%;
        padding-left: 60px
    }

    .timeline:before {
        left: 0;
        margin-left: 0;
        width: 25px;
        background-size: 100%
    }

    .timeline-new::before {
        width: 48px;
        background-repeat: repeat
    }

    .timeline-v1:before {
        content: "";
        background-repeat: repeat
    }

    .direction-l .flag-wrapper {
        left: -137px;
        top: 0
    }

    .flag-hr {
        width: 100%;
        margin-top: 0
    }

    .direction-r-negative,
    .direction-l-negative {
        margin-top: 20px
    }

    .direction-r .flag-hr {
        margin-left: 0;
        width: 100%;
        margin-top: 0
    }

    .direction-r .flag-wrapper {
        left: -137px
    }

    .flag,
    .direction-r .flag {
        background-image: url(../images/flag-after-right.png);
        width: 100px;
        height: 79px;
        background-size: cover;
        padding-left: 23px;
        padding-top: 13px;
        font-size: 22px
    }

    .mt150,
    .mt230,
    .mt85,
    .mt110 {
        margin-top: 0
    }

    .order-change1 {
        display: flex;
        flex-direction: column
    }

    .order-change1 .direction-l {
        order: 2
    }

    .order-change1 .direction-2 {
        order: 1
    }

    .timeline li {
        padding: 0;
        margin-bottom: 35
    }

    .timeline.timeline-v1 li {
        padding: 0;
        margin-bottom: 50px
    }

    .direction-l,
    .direction-r {
        float: none;
        width: 100%;
        text-align: center
    }

    .card-direction-text {
        font-size: 15px
    }

    .time-wrapper {
        display: block;
        position: relative;
        margin: 4px 0 0 0;
        z-index: 14
    }

    .direction-l .time-wrapper {
        float: none
    }

    .direction-r .time-wrapper {
        float: none
    }

    .desc {
        position: relative;
        margin: 1em 0 0 0;
        padding: 1em;
        background: rgb(245, 245, 245);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
        box-shadow: 0 0 1px rgba(0, 0, 0, .2);
        z-index: 15
    }

    .direction-l .desc,
    .direction-r .desc {
        position: relative;
        margin: 1em 1em 0 1em;
        padding: 1em;
        z-index: 15
    }
}

.banner-map {
    height: 403px
}

.filters-btn {
    margin-bottom: 40px
}

.filters-btn .button {
    background-color: transparent;
    border: 0;
    font-size: 18px;
    color: #636466;
    text-transform: uppercase;
    font-family: 'Segoe-UI';
    padding: 0 50px;
    position: relative;
    transition: all ease 0.3s
}

.filters-btn .button:not(:last-child)::before {
    content: "";
    width: 2px;
    height: 14px;
    display: block;
    background-color: #0095da;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all ease 0.3s
}

.filters-btn .button.is-checked {
    color: #0095da
}

.filters-btn .button::after {
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    transition: all ease 0.3s
}

.filters-btn .button:hover::after {
    background-color: #0095da;
    transition: all ease 0.3s
}

.filters-btn .button:hover {
    color: #0095da;
    transition: all ease 0.3s
}

.filters-btn .button.is-checked::after {
    background-color: #0095da
}

.sec-infographic {
    background-color: #f8f8f8;
    padding: 65px 0 30px 0;
    margin-top: 60px
}

.card-info-graphic .card-title {
    font-size: 20px;
    font-family: 'Segoe-UI-Bold';
    background-color: #74be00;
    color: #fff;
    text-transform: none;
    display: inline-block;
    padding: 5px 22px;
    margin: 0;
    border-radius: 20px;
    position: absolute;
    top: -17px;
    left: -15px
}

.card-info-graphic .card-body {
    padding: 27px 24px 27px 11px
}

.card-info-list-parent > li {
    margin-bottom: 15px
}

.card-info-list-parent li {
    position: relative;
    font-size: 15px;
    color: #636466;
    padding-left: 20px;
    line-height: 1
}

.card-info-list-parent li::before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    background-color: #74be00;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.card-info-list-parent li.list-ml::before {
    top: 13%;
    transform: translateY(-13%)
}

.card-info-list-child {
    margin-left: 22px
}

.card-info-list-child > li:not(:last-child) {
    margin-bottom: 15px
}

.card-info-graphic:not(:last-child) {
    margin-bottom: 45px
}

.infographic-circle {
    background-image: url(../images/infographic-circle.png);
    background-repeat: no-repeat;
    width: 363px;
    height: 363px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.infographic-circle-title {
    font-family: 'SegoeUI-Black';
    font-size: 44px;
    line-height: 1;
    color: #74be00;
    text-transform: uppercase;
    text-align: center
}

.infographic {
    background-image: url(../images/infographic-circle-dots.png);
    background-repeat: no-repeat;
    width: 430px;
    display: flex;
    align-items: center;
    justify-content: center
}

.element-item {
    width: 33.33%
}

.element-item img {
    width: 100%;
    padding: 0 15px 30px 15px
}

.sub-title-sub {
    color: #636466;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1.5
}

.list-testimonial-item-content {
    margin-left: 0;
    margin-top: 20px
}

.row25 {
    margin-left: -25px;
    margin-right: -25px
}

.row25 > * {
    padding-left: 25px;
    padding-right: 25px
}

.list-testimonial-item {
    padding-right: 10px
}

.pdf-icon {
    background-image: url(../images/pdf-icon1.png);
    background-repeat: no-repeat;
    width: 38px;
    height: 49px;
    display: block
}

.list-press .list-group-item:hover .pdf-icon {
    background-image: url(../images/pdf-icon1-hover.png)
}

.negative-center > span:first-child {
    margin-bottom: 10px
}

.sub-title-testimonial {
    margin-top: 5px
}

.about-title-testimonial {
    margin-bottom: 15px
}

.km-block {
    margin-top: 30px;
    margin-bottom: 55px
}

.card-key {
    background-color: #74be00;
    border-radius: 20px;
    border: 0;
    -webkit-box-shadow: 0 0 8px 0 rgba(126, 126, 126, .33);
    -moz-box-shadow: 0 0 8px 0 rgba(126, 126, 126, .33);
    box-shadow: 0 0 8px 0 rgba(126, 126, 126, .33);
    min-height: 200px
}

.card-key .card-title {
    background-color: #fff;
    font-size: 24px;
    text-transform: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 22px 42px 18px 42px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.icon-liquid {
    background-image: url(../images/liquid-drop.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 26px;
    display: inline-block;
    margin-right: 12px
}

.card-key .card-body {
    padding: 14px 42px 35px 42px
}

.card-key .card-text,
.card-safety .card-text {
    font-size: 17px;
    color: #fff;
    font-family: 'Segoe-UI'
}

.card-key .card-text span {
    font-family: 'Segoe-UI-Bold';
    font-size: 17px;
    font-weight: 400;
    display: inline
}

.card-safety {
    background-color: #74be00;
    border: 0;
    align-items: center;
    overflow: hidden
}

.card-safety .card-title {
    background-color: #fff;
    font-size: 24px;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    position: relative
}

.card-safety .card-title span {
    z-index: 1
}

.card-safety .card-title:after {
    content: "";
    position: absolute;
    top: -50px;
    height: 117px;
    width: 255px;
    border-radius: 0 0 156px 156px;
    background-color: #fff;
    z-index: 0
}

.card-safety .card-body {
    padding: 70px 27px 70px 33px
}

.block-safety,
.safety-block {
    margin-bottom: 40px
}

.card-safety .card-text:not(:last-child) {
    margin-bottom: 40px
}

@media(max-width:1366px) {

    .card-key .card-text,
    .card-safety .card-text {
        font-size: 16px
    }

    .card-key .card-text span {
        font-size: 16px
    }

    .program-text {
        font-size: 16px
    }

    .btn.btn-submit {
        font-size: 18px;
        padding: 15px 40px 17px 40px
    }

    .contact-right textarea::placeholder {
        font-size: 15px
    }

    .contact-left-list ul li,
    .row-data select,
    .form-material > label,
    .dynamic-data {
        font-size: 15px
    }

    .contact-sub-title,
    .row-data label {
        font-size: 18px
    }

    .form-material > label {
        transform: translateY(-40px)
    }

    .contact-right select.form-control {
        font-size: 15px;
        padding: 16px 20px
    }

    .pos-negative {
        max-width: 450px;
        margin-top: -184px
    }

    .negative-space2 {
        margin-top: -95px
    }

    .card-brief-more {
        font-size: 14px
    }

    .career-sub-title {
        font-size: 21px;
        margin-top: 50px
    }

    .resume-link {
        padding: 30px 0 40px 0
    }

    .resume-link-text {
        font-size: 15px
    }

    .resume-link-title {
        font-size: 21px
    }

    .step-title {
        font-size: 30px
    }

    .card-step-title {
        font-size: 18px
    }

    .card-step-text {
        font-size: 15px
    }

    .card-step {
        min-height: 227px
    }

    .career-icon {
        width: 26px;
        height: 29px;
        background-size: cover
    }

    .contact-icon {
        width: 26px;
        height: 29px;
        background-size: cover
    }

    .search-icon {
        width: 26px;
        height: 26px;
        background-size: 100% 100%
    }

    .header-top-right li a {
        font-size: 13px
    }

    .header-top-right .list-inline-item {
        padding-left: 27px;
        padding-right: 27px
    }

    .logo {
        max-width: 120px
    }

    header .nav-link {
        font-size: 14px;
        padding-left: 12px;
        padding-right: 12px
    }

    .banner-caption-title {
        font-size: 40px
    }

    .banner-caption-text {
        font-size: 24px
    }

    .main-desc {
        font-size: 19px
    }

    .btn {
        padding: 12px 18px 14px 18px;
        font-size: 17px
    }

    .tab-left {
        padding: 60px 0 60px 125px
    }

    .tab-left-title {
        font-size: 30px;
        padding-bottom: 30px
    }

    .tab-left .nav-link {
        font-size: 20px
    }

    .sugar-tab-icon {
        width: 34px;
        height: 45px;
        background-size: contain;
        margin-right: 20px
    }

    .power-tab-icon {
        width: 30px;
        height: 50px;
        background-size: contain;
        margin-right: 20px
    }

    .fuel-tab-icon {
        width: 30px;
        height: 50px;
        background-size: contain;
        margin-right: 20px
    }

    .tab-right-first-title {
        font-size: 24px
    }

    .tab-right-first-desc {
        font-size: 16px;
        margin-bottom: 40px
    }

    .tab-right {
        padding-left: 46px;
        padding-top: 55px
    }

    .tab-right-first {
        max-width: 350px
    }

    .tab-right-second {
        padding-left: 40px;
        max-width: 362px
    }

    .item-first {
        font-size: 38px;
        padding-right: 43px
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        width: 50px;
        height: 45px
    }

    .item-img-caption-title {
        font-size: 22px;
        padding-bottom: 10px
    }

    .item-img-caption-desc {
        font-size: 15px
    }

    .item-img-caption {
        max-width: 340px;
        padding: 20px 20px 30px 20px
    }

    .card-body-news .card-title {
        font-size: 21px;
        margin-bottom: 10px
    }

    .card-body-news .card-text {
        font-size: 16px
    }

    .list-group-custom .list-group-title {
        font-size: 28px
    }

    .list-group-custom .list-group-item {
        padding: 22px 25px 22px 40px
    }

    .list-group-custom-title {
        font-size: 15px;
        margin-bottom: 5px
    }

    .list-group-custom-desc {
        font-size: 15px
    }

    .card-body-news {
        padding: 15px 26px 15px 26px;
        bottom: -55px
    }

    .video-title {
        font-size: 34px
    }

    .social-fb {
        background-size: 14px 25px
    }

    .social-twitter {
        background-size: 23px 19px
    }

    .social-utube {
        background-size: 28px 18px
    }

    .social-linkedin {
        background-size: 20px 19px
    }

    .social-list li a {
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 34px;
        padding-top: 34px
    }

    .social-list li a.social-fb {
        padding-left: 50px;
        padding-right: 60px
    }

    .social-text {
        font-size: 16px;
        padding-right: 35px
    }

    .footer-logo {
        max-width: 120px
    }

    footer {
        padding: 15px 0
    }

    .slick-arrow {
        width: 50px;
        height: 48px
    }

    .slick-next {
        left: -96px
    }

    #wrapper_bu {
        min-height: 280px !important
    }

    .mega-dropdown-menu-inner li a {
        font-size: 14px;
        padding: 25px 25px 30px 25px
    }

    .about-text {
        font-size: 15px
    }

    .breadcrumb-item a {
        font-size: 13px
    }

    .process-main-title {
        font-size: 36px
    }

    .pro-circle {
        width: 100px;
        height: 100px;
        padding: 15px
    }

    .pro-circle2 img {
        height: 60px
    }

    .pro-circle3 img {
        height: 50px
    }

    .pro-circle6 img {
        height: 58px
    }

    .process-title {
        font-size: 16px
    }

    .hr-arr {
        background-size: 22px 13px;
        margin-left: 1px
    }

    .list-process::after {
        background-size: 22px 13px;
        top: 3px;
        margin-left: 3px
    }

    .about-text:first-of-type {
        margin-bottom: 20px
    }

    .list-info-title {
        font-size: 16px
    }

    .list-info-text {
        font-size: 14px
    }

    .list-info {
        margin-top: 0
    }

    .list-info-left2 {
        margin-top: 65px
    }

    .list-info-left3 {
        margin-top: 43px
    }

    .list-info-left4 {
        margin-top: 50px
    }

    .list-info-end2 {
        margin-top: 54px
    }

    .list-info-end3 {
        margin-top: 56px
    }

    .list-info-end4 {
        margin-top: 72px
    }

    .info-title {
        font-size: 44px
    }

    .negative-center {
        margin-left: 10px
    }

    .info-circle {
        max-width: 550px
    }

    .info-circle1 {
        max-width: 350px
    }

    .info-circle_1 {
        margin-top: 100px
    }

    .info-content-img {
        display: block;
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px
    }

    .info-content-img1 {
        max-width: 120px
    }

    .list-info li:not(:last-child) {
        margin-bottom: 0
    }

    .list-social-inn {
        bottom: 25px
    }

    .tab-content-custom-title {
        margin-bottom: 20px
    }

    .tab-content-custom-text {
        font-size: 15px;
        margin-bottom: 60px
    }

    .sub-title {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 15px
    }

    .nav-fill-custom .nav-link {
        font-size: 15px;
        padding: 20px 0
    }

    .nav-fill-custom .nav-link.active {
        font-size: 15px
    }

    .card-title {
        font-size: 24px;
        margin-bottom: 20px
    }

    .know-more,
    .know-more:hover {
        font-size: 15px
    }

    .key-block-title {
        font-size: 24px
    }

    .card-custom .card-body {
        padding: 45px 30px 30px 30px
    }

    .list-press-text,
    .list-press-sub-text,
    .pagination-custom .page-link {
        font-size: 16px
    }

    .list-press .list-group-item {
        padding: 30px 38px 18px 25px
    }

    .press-title {
        margin-bottom: 25px
    }

    .info-content1 {
        left: 22%
    }

    .info-title1 {
        font-size: 15px !important
    }

    .list-info-text1 {
        font-size: 15px
    }

    .left-sidebar {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 35px
    }

    .mt-negative {
        margin-top: -40px
    }

    .negative-center_1 {
        margin-left: 34px
    }

    .negative-center_2 {
        margin-left: 18px;
        top: 80px
    }

    .list-info-left_1 {
        left: 160px;
        top: -40px;
        margin-bottom: 0 !important
    }

    .list-info-left_2 {
        top: 10px;
        left: 34px !important
    }

    .list-info-left_2,
    .list-info-left_3 {
        left: 96px
    }

    .list-info-end_2 {
        top: 0
    }

    .list-info-end_3 {
        top: 24px
    }

    .list-info-left_3 {
        top: 15px;
        left: 45px
    }

    .list-info-left_4 {
        top: -10px;
        left: 150px
    }

    .left-sidebar-title,
    .sec-middle p {
        font-size: 16px
    }

    .list-info-end_4 {
        right: 125px;
        top: 40px
    }

    .left-sidebar-digit {
        font-size: 20px
    }

    .sec-middle p:not(:last-child) {
        margin-bottom: 25px
    }

    .sec-middle {
        padding: 70px 0
    }

    .about-title-sm {
        margin: 25px 0
    }

    .list-press .list-group-item img {
        max-height: 40px
    }

    .card-custom {
        min-height: 285px
    }

    .supplier-block {
        padding-left: 50px
    }

    .supplier-block-logo li:not(:last-child) {
        margin-right: 40px
    }

    .supplier-block-title {
        font-size: 24px;
        margin-bottom: 30px
    }

    .supplier-block-logo li {
        max-width: 80px
    }

    .supplier-block-logo {
        margin-bottom: 30px
    }

    .supplier-block-text {
        font-size: 16px
    }

    .power-text:not(:last-child) {
        margin-bottom: 30px
    }

    .power-text {
        font-size: 16px
    }

    .about-lg-text {
        font-size: 24px;
        margin-top: 40px
    }

    .sec-light-title {
        font-size: 22px
    }

    .sec-light-text {
        font-size: 16px
    }

    .value-title {
        font-size: 16px;
        margin-bottom: 15px
    }

    .card-value {
        min-height: 139px
    }

    .card-value .tab-content-custom-text {
        font-size: 14px
    }

    .carousel-life-colony .owl-nav button.owl-prev {
        margin-left: -73px
    }

    .carousel-life-colony .owl-nav button.owl-next {
        margin-left: auto;
        margin-right: -73px
    }

    .carousel-life-colony {
        margin-bottom: 60px
    }

    .card-distribiute-title {
        font-size: 22px
    }

    .card-distribiute-text {
        font-size: 15px
    }

    .pdf_icon {
        width: 31px;
        height: 40px;
        background-size: cover
    }

    .infographic {
        width: 100%;
        background-size: contain;
        background-position: center
    }

    .infographic-circle {
        width: 280px;
        height: 280px;
        background-size: contain
    }

    .infographic-circle-title {
        font-size: 34px
    }

    .card-info-graphic .card-title {
        font-size: 18px
    }

    .sub-title-sub {
        font-size: 14px
    }

    .list-info-left img {
        display: block
    }
}

@media all and (min-width:768px) and (max-width:1080px) and (orientation:portrait) {
    .mobile-scroll {
        overflow-x: auto
    }

    .value-title {
        white-space: normal
    }

    .card-value {
        min-height: 188px
    }

    .list-info-1 {
        margin-top: 0;
        display: initial
    }

    .list-info-left_1,
    .list-info-left_4 {
        margin-bottom: 20px !important
    }

    .list-info-1 li > span:first-child {
        margin-bottom: 5px;
        min-width: 120px
    }

    .list-info-text1 {
        font-size: 20px;
        line-height: 1.1
    }

    .pic-wrapper {
        height: 700px
    }

    .tab-right-second img.img-fluid {
        width: 100% !important
    }

    .card-step .card-body {
        padding: 20px 50px 20px 30px
    }

    .card-step-title {
        font-size: 18px
    }

    .card-step-text {
        font-size: 14px;
        margin-bottom: 0
    }

    .card-step {
        min-height: 180px
    }

    .mb50 {
        margin-bottom: 25px
    }

    .row-20 > * {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 25px
    }

    .row_20 > * {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px
    }

    .resume-link {
        margin-top: 30px
    }

    .resume-link-text {
        font-size: 14px
    }

    .resume-link-title {
        font-size: 19px;
        margin-bottom: 0
    }

    .step-title {
        font-size: 26px
    }

    .career-sub-title {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 25px
    }

    .mt60 {
        margin-top: 20px
    }

    .meetha-title {
        font-size: 24px
    }

    .logo {
        max-width: 90px
    }

    html,
    body {
        overflow-x: hidden
    }

    body.body-scroll {
        overflow: hidden;
        height: 100vh
    }

    body {
        padding-top: 84px
    }

    .header-top-right {
        margin-bottom: 0;
        display: flex;
        align-items: center
    }

    .header-top-right .list-inline-item {
        padding-top: 0;
        padding-bottom: 0
    }

    .header-top-right .list-inline-item:not(:last-child) {
        display: none
    }

    .header-top-right .list-inline-item::after {
        content: none
    }

    .header-top-right .list-inline-item:last-child::before {
        content: "";
        height: 28px;
        width: 1px;
        background-color: #a4a4a4;
        position: absolute;
        left: 0;
        top: 0
    }

    .header-top {
        padding-top: 15px;
        padding-bottom: 25px
    }

    .pic-1 {
        background: url(../images/banner-mob1.jpg);
        background-size: 100% 100%
    }

    .pic-2 {
        background: url(../images/banner-mob2.jpg);
        background-size: 100% 100%
    }

    .pic-3 {
        background: url(../images/banner-mob3.jpg);
        background-size: 100% 100%
    }

    .pic-4 {
        background: url(../images/banner-mob4.jpg);
        background-size: 100% 100%
    }

    .pic-5 {
        background: url(../images/banner-mob5.jpg);
        background-size: 100% 100%
    }

    .list-social {
        display: none
    }

    .slider-container .slider {
        width: 100%
    }

    .list-inline-item-search {
        display: flex !important;
        vertical-align: middle
    }

    .search-icon {
        width: 33px;
        height: 33px;
        margin-bottom: 0;
        background-size: 20px 20px;
        background-position: center
    }

    .navbar-toggler:focus {
        box-shadow: none
    }

    .navbar-toggler-icon {
        width: 30px;
        height: 24px;
        background-image: url(../images/menu-bar.png);
        background-repeat: no-repeat;
        background-size: 25px 18px
    }

    .navbar-toggler.active .navbar-toggler-icon {
        width: 30px;
        height: 24px;
        background-image: url(../images/menu-bar-close.png);
        background-repeat: no-repeat;
        background-size: 20px 20px
    }

    .navbar-toggler {
        padding: 0;
        border-radius: 0
    }

    .banner-caption {
        left: 0;
        transform: none;
        width: 100%;
        bottom: 15%;
        top: auto
    }

    .banner-caption-title {
        font-size: 30px
    }

    .banner-caption-text {
        font-size: 20px
    }

    .scroll-down {
        font-size: 11px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 12px
    }

    .scroll-down span {
        transform: none
    }

    .scroll-down::before {
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0
    }

    .main-desc br {
        display: none
    }

    .main-desc {
        font-size: 16px
    }

    .sec-1 {
        margin: 35px 0 30px 0
    }

    .btn {
        padding: 10px 18px 12px 18px;
        font-size: 15px
    }

    .tab-left {
        padding: 20px 20px 0 20px;
        width: 100%
    }

    .tab-left .nav-link {
        padding: 10px;
        flex: 1 1 auto;
        text-align: center
    }

    .tab-left .nav-link:not(:last-child) {
        margin-bottom: 0
    }

    .tab-left-title {
        flex: 1 auto;
        width: 100%;
        padding-bottom: 15px;
        font-size: 25px
    }

    .sugar-tab-icon,
    .power-tab-icon,
    .fuel-tab-icon {
        display: none
    }

    .tab-right {
        flex-direction: column;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px
    }

    .tab-right-first {
        order: 2;
        max-width: 100%
    }

    .tab-right-second {
        padding-left: 0;
        order: 1;
        max-width: 100%
    }

    .tab-right-first-title {
        font-size: 20px;
        padding-top: 20px;
        margin-bottom: 15px
    }

    .tab-right-first-desc {
        font-size: 14px;
        margin-bottom: 30px
    }

    .sec-carousel {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .sec-carousel .container-fluid {
        padding-left: 0;
        padding-right: 0
    }

    .item-first {
        font-size: 25px;
        padding: 0 0 20px 20px
    }

    .item-img-caption {
        position: static;
        max-width: 100%;
        padding: 15px 20px 15px 20px
    }

    .item-img-caption-title {
        font-size: 20px
    }

    .item-img-caption-title br {
        display: none
    }

    .item-img-caption-desc {
        font-size: 13px
    }

    .next-arr {
        width: 26px;
        background-size: 100%;
        background-position: center;
        right: 0
    }

    .owl-nav {
        bottom: auto;
        left: auto;
        top: -60px;
        right: 20px
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        width: 35px;
        height: 35px
    }

    .owl-carousel .owl-nav button.owl-next span,
    .owl-carousel .owl-nav button.owl-prev span {
        background-size: 10px 14px;
        background-position: center
    }

    .owl-carousel .owl-nav button.owl-prev {
        margin-right: 3px
    }

    .col-left {
        order: 2;
        margin-top: 20px;
        max-width: 100%
    }

    .col-news-list {
        padding-left: 0;
        padding-right: 0
    }

    .list-group-custom .list-group-title {
        font-size: 22px;
        padding: 25px 20px 20px 20px
    }

    .list-group-custom .list-group-title a {
        font-size: 15px
    }

    .list-group-custom-title {
        font-size: 13px
    }

    .list-group-custom-desc {
        font-size: 13px
    }

    .list-group-custom .list-group-item {
        padding: 12px 20px 12px 20px
    }

    .list-group-custom .list-group-title::after,
    .list-group-custom .list-group-item::after {
        width: calc(100% - 20px)
    }

    .list-group-custom .list-group-item img {
        max-width: 25px
    }

    .list-group-custom {
        padding-bottom: 20px
    }

    .card-body-news {
        bottom: 24px;
        position: relative;
        padding: 8px 25px 15px 25px
    }

    .card-body-news .card-title {
        font-size: 20px;
        margin-bottom: 8px
    }

    .card-body-news .card-text {
        font-size: 13px
    }

    .card-body-news .card-title a {
        display: flex;
        align-items: flex-start
    }

    .card-body-news .card-title img {
        width: 26px;
        background-size: 100%;
        background-position: center
    }

    .slider-container,
    .d-arrow {
        display: none
    }

    .social {
        order: 2;
        padding-bottom: 12px;
        margin-bottom: 0;
        position: relative
    }

    .footer-logo {
        order: 1;
        margin-left: auto;
        margin-right: auto
    }

    .social-text {
        font-size: 14px;
        padding-right: 15px;
        padding-bottom: 0
    }

    .social-list li a.social-fb {
        padding-left: 30px;
        padding-right: 30px
    }

    .social-text br {
        display: none
    }

    .social-list li {
        display: flex
    }

    .sec-video .col-left {
        order: inherit;
        margin-top: 0
    }

    .modal-dialog {
        margin: 1.5rem
    }

    .video-title {
        font-size: 25px;
        line-height: 1;
        margin-bottom: 25px
    }

    .carousel-mobile .owl-nav {
        top: -47px;
        right: 0
    }

    .sec-video,
    .sec-2 {
        padding: 30px 0
    }

    .sec-news {
        padding-top: 30px
    }

    .navbar-custom {
        background-color: #fff;
        border-top: 1px solid #e0e0e0;
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        margin-top: -1px;
        z-index: 1
    }

    .body-scroll .navbar-custom {
        height: calc(100vh - 84px);
        align-items: flex-start;
        overflow-y: auto
    }

    .navbar-custom .container {
        padding-left: 0;
        padding-right: 0;
        height: calc(100% - 60px)
    }

    header .nav-link {
        font-size: 16px;
        color: #636466;
        border-bottom: 1px solid #e0e0e0
    }

    header .navbar-nav .nav-link {
        padding: 16px 20px;
        position: relative
    }

    .navbar-collapse {
        width: 100%;
        min-height: 100%;
        display: flex;
        flex-direction: column
    }

    .mega-dropdown > a::after {
        content: "";
        position: absolute;
        top: 0;
        right: 15px;
        background-image: url(../images/mobile-dropdown-arr.png);
        background-repeat: no-repeat;
        width: 15px;
        height: 21px;
        display: block;
        border-left: 1px solid #e0e0e0;
        padding: 28px;
        background-position: center;
        background-size: 10px 15px
    }

    .mega-dropdown > a.show::after {
        width: 21px;
        height: 15px;
        background-image: url(../images/mobile-dropdown-arr-down.png);
        background-size: 15px 10px
    }

    .dropdown-menu {
        opacity: 0;
        height: 0;
        visibility: hidden
    }

    .dropdown-menu.show {
        height: 100%;
        opacity: 1;
        visibility: visible;
        transition: height 0.25s ease-in;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
    
    ..mega-dropdown ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mega-dropdown-menu-inner li {
        display: block
    }

    .mega-dropdown-menu-inner li:first-child {
        display: none
    }

    .mega-dropdown-menu-inner li a {
        text-align: left;
        color: #636466;
        font-size: 15px;
        padding: 13px 25px 13px 25px;
        background-color: #f1f1f1
    }

    .mega-dropdown-menu-inner li:not(:first-child):not(:last-child) a::after {
        content: none
    }

    .mega-dropdown-menu-inner li a br {
        display: none
    }

    header {
        width: 100%;
        max-width: 100%;
        position: fixed;
        top: 0;
        background-color: #fff;
        z-index: 999
    }

    .nav-social {
        background-color: #0095da;
        width: 100%;
        align-items: center;
        padding: 10px 0;
        justify-content: center
    }

    .nav-social a {
        padding-left: 25px;
        padding-right: 25px;
        border-left: 1px solid #0085c3;
        min-height: 45px;
        display: flex;
        align-items: center
    }

    .nav-social a.mob-menu-fb {
        border-left: none;
        padding-left: 0
    }

    .mob-menu-fb img {
        height: 27px
    }

    .mob-menu-twitter img {
        width: 27px
    }

    .mob-menu-utube img,
    .mob-menu-linkdin img {
        width: 27px
    }

    .navbar-nav {
        width: 100%
    }

    .nav-btm {
        margin-top: auto;
        width: 100%
    }

    .nav-btm a {
        flex: 1 auto;
        text-align: center;
        color: #3e4549;
        font-size: 16px;
        text-decoration: none;
        font-family: 'SegoeUI-Semilight';
        border-top: 1px solid #0095da;
        border-bottom: 1px solid #0095da;
        line-height: .8;
        padding: 10px 0
    }

    .nav-btm a + a {
        border-left: 1px solid #0095da
    }

    .career_icon {
        background-image: url(../images/career_icon.png);
        background-repeat: no-repeat;
        width: 31px;
        height: 34px;
        display: inline-block;
        background-size: 100% 100%;
        vertical-align: middle;
        margin-right: 10px
    }

    .contact_icon {
        background-image: url(../images/call_icon.png);
        background-repeat: no-repeat;
        width: 31px;
        height: 34px;
        display: inline-block;
        background-size: 100% 100%;
        vertical-align: middle;
        margin-right: 10px
    }

    .sec-breadcrumb {
        padding: 15px 0 15px 0
    }

    .about-title {
        font-size: 20px
    }

    .about-text {
        font-size: 14px
    }

    .about-text br,
    .sec-middle br {
        display: none
    }

    .process-main-title {
        font-size: 30px;
        margin-left: -30px
    }

    .list-process li {
        border-top: none;
        display: flex;
        align-items: center;
        padding: 0 20px 0 0;
        border-left: 1px solid #fff;
        margin-left: 30px
    }

    .list-process li::before {
        content: "";
        height: 1px;
        width: 30px;
        display: block;
        margin: 0
    }

    .list-process li:first-child::after {
        top: -1px;
        left: -1px;
        width: 1px;
        height: 50%
    }

    .list-process li:last-child::after {
        width: 1px;
        height: 50%;
        top: auto;
        bottom: 0;
        left: -1px
    }

    .list-process {
        flex-direction: column;
        padding-top: 10px;
        max-width: 261px;
        margin-left: auto;
        margin-right: auto
    }

    .list-process::before {
        left: 37%;
        top: -5px
    }

    .list-process::after {
        margin-left: 86px;
        top: -3px
    }

    .hr-arr {
        display: none
    }

    .pro-circle {
        width: 70px;
        height: 70px;
        margin-right: 20px;
        padding: 12px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .sec-process {
        padding: 20px 0
    }

    .pro-circle2 img {
        height: 40px
    }

    .pro-circle3 img {
        height: 35px
    }

    .pro-circle6 img {
        height: 40px
    }

    .about-1 {
        padding-bottom: 15px
    }

    .about-2 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .sec-info {
        padding-top: 15px;
        padding-bottom: 25px
    }

    .info-circle {
        max-width: 100%
    }

    .list-info-left {
        margin-bottom: 0;
        margin-top: 1px;
        text-align: right
    }

    .list-info-end {
        display: flex;
        flex-direction: column;
        margin-top: 1px;
        margin-bottom: 0
    }

    .list-info li.list-info-left2 {
        margin-top: 55px
    }

    .list-info li.list-info-left3 {
        margin-top: 32px
    }

    .list-info li.list-info-left4 {
        margin-top: 43px
    }

    .list-info li:not(:last-child) {
        margin-bottom: 20px;
        flex: none;
        max-width: none
    }

    .list-info-end2 {
        margin-top: 24px
    }

    .list-info-end3 {
        margin-top: 26px
    }

    .list-info-end4 {
        margin-top: 46px
    }

    .list-info-title {
        font-size: 16px;
        white-space: nowrap
    }

    .list-info-text {
        font-size: 14px;
        white-space: nowrap
    }

    .info-circle > div > img.img-fluid {
        max-width: 510px
    }

    .list-info li {
        flex: 0 100%;
        max-width: 100%
    }

    .list-info-left3,
    .list-info-left4 {
        margin-top: 0
    }

    .negative-center {
        margin-left: 0
    }

    .mx-width {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto
    }

    .info-title {
        font-size: 38px
    }

    .process-title {
        font-size: 16px
    }

    .negative-center_2 {
        top: 0;
        margin-left: 94px;
        margin-top: 30px
    }

    .vt-icon {
        margin-top: 0
    }

    .ms-info-left .list-info-left_1 {
        left: 90px
    }

    .ms-info-left .list-info-text1 {
        white-space: nowrap
    }

    .ms-info-left.list-info-left {
        text-align: left
    }

    .ms-info-right .negative-center_1 {
        flex-direction: column
    }

    .ms-info-right .list-info-end_4 img {
        max-width: fit-content
    }

    .ms-info-right .list-info-end_4 {
        top: 105px
    }

    .ms-info-left .list-info-left_4 {
        top: 0;
        left: 211px
    }

    .ms-info-right .list-info-end_1 img {
        max-width: fit-content
    }

    .ms-info-right .list-info-end_1 {
        right: 22px;
        top: -37px
    }

    .ms-info-left .list-info-left_2 {
        top: -5px;
        left: 39px !important
    }

    .ms-info-left .list-info-left_3 {
        top: 15px;
        left: 45px
    }

    .ms-info-right .list-info-end_2,
    .ms-info-right .list-info-end_3 {
        right: -90px
    }

    .ms-info-right .list-info-end_2 {
        top: 24px
    }

    .ms-info-right .list-info-end_3 {
        top: 67px
    }

    .info-content-img1 {
        max-width: fit-content
    }

    .info-content {
        top: 50%;
        transform: translateY(-50%)
    }

    .team-content {
        margin-left: 20px;
        margin-top: 15px
    }

    .team-img {
        margin-left: 20px
    }

    .tab-content-custom-text {
        margin-bottom: 30px
    }

    .tab-content-custom-list:last-child {
        margin-top: 0;
        margin-bottom: 30px
    }

    .nav-fill-custom .nav-link {
        padding: 25px 50px;
        white-space: nowrap
    }

    .nav-fill-custom .nav {
        flex-wrap: nowrap;
        overflow: auto
    }

    .negative-space {
        margin-top: 0;
        padding-left: 10px
    }

    .negative-space2 {
        margin-top: -35px;
        max-width: 335px
    }

    .mt120 {
        margin: 70px 0
    }

    .full-block {
        padding: 20px 0
    }

    .full-block-title {
        font-size: 22px
    }

    .sec-bottom {
        padding: 20px 0 30px 0
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 15px;
        margin-left: 15px
    }

    .breadcrumb-item a {
        font-size: 12px
    }

    .farmer-training-bottom {
        margin-top: 30px
    }

    .key-block-title {
        font-size: 20px;
        padding: 20px
    }

    .key-block {
        margin-bottom: 15px
    }

    .card-title {
        font-size: 20px;
        margin-bottom: 15px
    }

    .card-custom {
        margin-bottom: 15px
    }

    .card-custom .card-body {
        padding: 35px 20px 20px 20px
    }

    .list-press .list-group-item {
        padding: 15px
    }

    .list-press-text,
    .list-press-sub-text,
    .pagination-custom .page-link {
        font-size: 14px
    }

    .list-press .list-group-item img {
        max-height: 36px
    }

    .list-press-text {
        margin-bottom: 10px
    }

    .pagination-custom {
        margin-top: 30px;
        margin-bottom: 45px;
        align-items: center
    }

    .about-title-sm {
        font-size: 14px;
        margin: 20px 0
    }

    .sec-middle {
        padding: 35px 0;
        margin-top: 40px;
        background-size: cover
    }

    .sec-middle p {
        font-size: 14px
    }

    .sec-middle p:not(:last-child) {
        margin-bottom: 20px
    }

    .info-title1 {
        font-size: 16px !important
    }

    .info-content1 {
        top: 45%;
        transform: translateY(-45%);
        left: 11%;
        max-width: 100%
    }

    .info-circle_1 {
        max-width: 400px;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto
    }

    .list-info-1 {
        margin-top: 0;
        display: initial
    }

    .list-info-1 li:not(:last-child) {
        margin-bottom: 20px
    }

    .list-info-left_1,
    .list-info-left_4 {
        margin-bottom: 20px !important
    }

    .list-info-end_2 img {
        margin-left: -13px;
        max-width: 98px
    }

    .list-info-end_1 img {
        max-width: 78px
    }

    .list-info-end_4 img {
        max-width: 80px
    }

    .list-info-text1 {
        font-size: 20px;
        line-height: 1.1
    }

    .negative-center_1 {
        top: 0;
        left: 0;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        margin-top: 20px
    }

    .negative-center_1 > span:first-child {
        min-width: 120px
    }

    .list-info-1 li > span:first-child {
        margin-bottom: 5px;
        min-width: 120px
    }

    .left-sidebar ul li:not(:last-child) {
        margin-bottom: 20px
    }

    .left-sidebar {
        padding: 20px 15px 10px 15px
    }

    .left-sidebar ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .left-sidebar ul li {
        flex: 0 48%;
        max-width: 48%
    }

    .left-sidebar-title {
        font-size: 14px
    }

    .left-sidebar-digit {
        font-size: 18px
    }

    .col-width {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .supplier-block {
        padding-left: 12px;
        padding-top: 15px
    }

    .supplier-block-title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .supplier-block-logo {
        margin-bottom: 20px;
        padding-left: 0
    }

    .supplier-block-logo li {
        max-width: 60px
    }

    .supplier-block-text {
        font-size: 14px
    }

    .sec-product {
        padding-bottom: 30px
    }

    .power-text {
        font-size: 14px
    }

    .power-text br {
        display: none
    }

    .power-text:not(:last-child) {
        margin-bottom: 20px
    }

    .sec-power {
        padding: 30px 0 40px 0;
        margin-top: 30px;
        background-image: url(../images/banner-power-mob-new.jpg)
    }

    .about-lg-text {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 30px
    }

    .sec-light-text {
        margin-bottom: 15px;
        font-size: 14px
    }

    .sec-light-title {
        font-size: 16px
    }

    .sec-light {
        padding: 40px 0 50px 0
    }

    .full-block-title-small {
        font-size: 22px !important
    }

    .gimg-space {
        margin-bottom: -85px
    }

    .green-bg {
        min-height: 100px
    }

    .carousel-life-colony .owl-nav {
        position: relative;
        left: 40%;
        margin-top: 15px
    }

    .carousel-life-colony .owl-nav button.owl-prev {
        margin-left: 0
    }

    .carousel-life-colony .owl-nav button.owl-next {
        margin-right: 0;
        margin-left: 7px
    }

    .carousel-life-colony {
        margin-bottom: 40px
    }

    .about-title-sub {
        font-size: 15px;
        margin-bottom: 10px
    }

    .card-distribiute-list {
        margin: 30px 0
    }

    .card-distribiute-title {
        font-size: 20px;
        margin-bottom: 8px
    }

    .card-distribiute-text {
        font-size: 14px
    }

    .purpose-text br {
        display: none
    }

    .card-custom {
        min-height: 311px
    }

    .mb-40 {
        margin-bottom: 15px
    }

    .btn.btn-submit {
        font-size: 18px;
        padding: 13px 25px 13px 25px;
        margin-bottom: 0
    }

    .contact-left-list ul li {
        font-size: 14px
    }

    .contact-left-list ul li:not(:last-child) {
        margin-bottom: 15px
    }

    .contact-sub-title {
        font-size: 14px;
        margin-bottom: 15px
    }

    .row-data {
        margin-top: 20px
    }

    .row-data label,
    .row-data select {
        font-size: 16px
    }

    .row-data .form-control {
        padding: 7px 15px
    }

    .dynamic-data {
        margin-bottom: 35px;
        font-size: 15px
    }

    .dynamic-data span {
        display: block
    }

    .contact-left {
        margin-top: 30px
    }

    .contact-title {
        margin-bottom: 15px
    }

    .contact-right input.form-control::placeholder {
        font-size: 15px
    }

    .contact-right .form-control {
        padding: 8px 20px
    }

    .contact-right select.form-control {
        font-size: 15px;
        padding: 8px 20px
    }

    .program-text {
        font-size: 14px
    }

    .program-title {
        font-size: 16px;
        margin-bottom: 20px
    }

    .sec-program {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .mb30 {
        margin-bottom: 15px
    }

    .negative-space3 {
        max-width: 270px;
        margin-top: -70px
    }

    .mt200 {
        margin: 100px 0
    }

    .timeline {
        width: 100%;
        padding-left: 60px
    }

    .timeline:before {
        left: 0;
        margin-left: 0;
        width: 25px;
        background-size: 100% 100%
    }

    .direction-l .flag-wrapper {
        left: -292px;
        top: 0
    }

    .flag-hr {
        width: 100%;
        margin-top: 0
    }

    .direction-r-negative,
    .direction-l-negative {
        margin-top: 20px
    }

    .direction-r .flag-hr {
        margin-left: 0;
        width: 100%;
        margin-top: 0
    }

    .direction-r .flag-wrapper {
        left: -292px
    }

    .flag,
    .direction-r .flag {
        background-image: url(../images/flag-after-right.png);
        width: 134px;
        height: 95px;
        background-size: cover;
        padding-left: 35px;
        padding-top: 16px;
        font-size: 28px
    }

    .mt150,
    .mt230,
    .mt85,
    .mt110 {
        margin-top: 0
    }

    .order-change1 {
        display: flex;
        flex-direction: column
    }

    .order-change1 .direction-l {
        order: 2
    }

    .order-change1 .direction-2 {
        order: 1
    }

    .timeline li {
        padding: 0;
        margin-bottom: 20px
    }

    .direction-l,
    .direction-r {
        float: none;
        width: 100%;
        text-align: center
    }

    .card-direction-text {
        font-size: 16px
    }

    .time-wrapper {
        display: block;
        position: relative;
        margin: 4px 0 0 0;
        z-index: 14
    }

    .direction-l .time-wrapper {
        float: none
    }

    .direction-r .time-wrapper {
        float: none
    }

    .desc {
        position: relative;
        margin: 1em 0 0 0;
        padding: 1em;
        background: rgb(245, 245, 245);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
        box-shadow: 0 0 1px rgba(0, 0, 0, .2);
        z-index: 15
    }

    .direction-l .desc,
    .direction-r .desc {
        position: relative;
        margin: 1em 1em 0 1em;
        padding: 1em;
        z-index: 15
    }

    .bannerInn img {
        width: 100%;
    }

    .sec-infographic {
        margin-top: 40px
    }

    .element-item {
        width: 50%
    }

    .list-testimonial-item-img {
        max-width: 230px
    }

    .list-testimonial-item {
        margin-bottom: 25px
    }

    .km-block {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .card-key .card-title {
        font-size: 18px
    }

    .card-key .card-text,
    .card-key .card-text span {
        font-size: 16px
    }
}

@media(max-width:767px) {
    .card-step .card-body {
        padding: 20px 50px 20px 30px
    }

    .card-step-title {
        font-size: 18px
    }

    .card-step-text {
        font-size: 14px;
        margin-bottom: 0
    }

    .card-step {
        min-height: 160px
    }

    .mb50 {
        margin-bottom: 25px
    }

    .row-20 > * {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 25px
    }

    .resume-link {
        margin-top: 30px
    }

    .resume-link-text {
        font-size: 14px
    }

    .resume-link-title {
        font-size: 19px;
        margin-bottom: 0
    }

    .step-title {
        font-size: 26px
    }

    .career-sub-title {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 25px
    }

    .mt60 {
        margin-top: 20px
    }

    .logo {
        max-width: 90px
    }

    html,
    body {
        overflow-x: hidden
    }

    body.body-scroll {
        overflow: hidden;
        height: 100vh
    }

    body {
        padding-top: 65px
    }

    .header-top-right {
        margin-bottom: 0;
        display: flex;
        align-items: center
    }

    .header-top-right .list-inline-item {
        padding-top: 0;
        padding-bottom: 0
    }

    .header-top-right .list-inline-item:not(:last-child) {
        display: none
    }

    .header-top-right .list-inline-item::after {
        content: none
    }

    .header-top-right .list-inline-item:last-child::before {
        content: "";
        height: 28px;
        width: 1px;
/*        background-color: #a4a4a4;*/
        background-color: transparent!important;
        position: absolute;
        left: 0;
        top: 0
    }

    .pic-1 {
        background: url(../images/banner-mob1.jpg);
        background-size: cover
    }

    .pic-2 {
        background: url(../images/banner-mob2.jpg);
        background-size: cover
    }

    .pic-3 {
        background: url(../images/banner-mob3.jpg);
        background-size: cover
    }

    .pic-4 {
        background: url(../images/banner-mob4.jpg);
        background-size: cover
    }

    .pic-5 {
        background: url(../images/banner-mob5.jpg);
        background-size: cover
    }

    .list-social {
        display: none
    }

    .slider-container .slider {
        width: 100%
    }

    .list-inline-item-search {
        display: flex !important;
        vertical-align: middle
    }

    .search-icon {
        width: 33px;
        height: 33px;
        margin-bottom: 0;
        background-size: 20px 20px;
        background-position: center
    }

    .navbar-toggler:focus {
        box-shadow: none
    }

    .navbar-toggler-icon {
        width: 30px;
        height: 24px;
        background-image: url(../images/menu-bar.png);
        background-repeat: no-repeat;
        background-size: 25px 18px
    }

    .navbar-toggler.active .navbar-toggler-icon {
        width: 30px;
        height: 24px;
        background-image: url(../images/menu-bar-close.png);
        background-repeat: no-repeat;
        background-size: 20px 20px
    }

    .navbar-toggler {
        padding: 0;
        border-radius: 0
    }

    .banner-caption {
        left: 0;
        transform: none;
        width: 100%;
        bottom: 15%;
        top: auto
    }

    .banner-caption-title {
        font-size: 22px
    }

    .banner-caption-text {
        font-size: 18px
    }

    .scroll-down {
        font-size: 11px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 12px
    }

    .scroll-down span {
        transform: none
    }

    .scroll-down::before {
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0
    }

    .main-desc br {
        display: none
    }

    .main-desc {
        font-size: 16px
    }

    .sec-1 {
        margin: 35px 0 30px 0
    }

    .btn {
        padding: 10px 18px 12px 18px;
        font-size: 15px
    }

    .tab-left {
        padding: 20px 20px 0 20px;
        width: 100%
    }

    .tab-left .nav-link {
        padding: 10px;
        flex: 1 1 auto;
        text-align: center
    }

    .tab-left .nav-link:not(:last-child) {
        margin-bottom: 0
    }

    .tab-left-title {
        flex: 1 auto;
        width: 100%;
        padding-bottom: 15px;
        font-size: 25px
    }

    .sugar-tab-icon,
    .power-tab-icon,
    .fuel-tab-icon {
        display: none
    }

    .tab-right {
        flex-direction: column;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px
    }

    .tab-right-first {
        order: 2
    }

    .tab-right-second {
        padding-left: 0;
        order: 1
    }

    .tab-right-first-title {
        font-size: 20px;
        padding-top: 20px;
        margin-bottom: 15px
    }

    .tab-right-first-desc {
        font-size: 14px;
        margin-bottom: 30px
    }

    .sec-carousel {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .sec-carousel .container-fluid {
        padding-left: 0;
        padding-right: 0
    }

    .item-first {
        font-size: 25px;
        padding: 0 0 20px 20px
    }

    .item-img-caption {
        position: static;
        max-width: 100%;
        padding: 15px 20px 15px 20px
    }

    .item-img-caption-title {
        font-size: 20px
    }

    .item-img-caption-title br {
        display: none
    }

    .item-img-caption-desc {
        font-size: 13px
    }

    .next-arr {
        width: 26px;
        background-size: 100%;
        background-position: center;
        right: 0
    }

    .owl-nav {
        bottom: auto;
        left: auto;
        top: -60px;
        right: 20px
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        width: 35px;
        height: 35px
    }

    .owl-carousel .owl-nav button.owl-next span,
    .owl-carousel .owl-nav button.owl-prev span {
        background-size: 10px 14px;
        background-position: center
    }

    .owl-carousel .owl-nav button.owl-prev {
        margin-right: 3px
    }

    .col-left {
        order: 2;
        margin-top: 20px
    }

    .col-news-list {
        padding-left: 0;
        padding-right: 0
    }

    .list-group-custom .list-group-title {
        font-size: 22px;
        padding: 25px 20px 20px 20px
    }

    .list-group-custom .list-group-title a {
        font-size: 15px
    }

    .list-group-custom-title {
        font-size: 13px
    }

    .list-group-custom-desc {
        font-size: 13px
    }

    .list-group-custom .list-group-item {
        padding: 12px 20px 12px 20px
    }

    .list-group-custom .list-group-title::after,
    .list-group-custom .list-group-item::after {
        width: calc(100% - 20px)
    }

    .list-group-custom .list-group-item img {
        max-width: 25px
    }

    .list-group-custom {
        padding-bottom: 20px
    }

    .card-body-news {
        bottom: 24px;
        position: relative;
        padding: 8px 25px 15px 25px
    }

    .card-body-news .card-title {
        font-size: 20px;
        margin-bottom: 8px
    }

    .card-body-news .card-text {
        font-size: 13px
    }

    .card-body-news .card-title a {
        display: flex;
        align-items: flex-start
    }

    .card-body-news .card-title img {
        width: 26px;
        background-size: 100%;
        background-position: center
    }

    .slider-container,
    .d-arrow {
        display: none
    }

    .social {
        order: 1;
        border-bottom: 1px solid #0081bd;
        padding-bottom: 12px;
        margin-bottom: 20px;
        position: relative
    }

    .footer-logo {
        order: 2;
        margin-left: auto;
        margin-right: auto
    }

    .social-text {
        font-size: 14px;
        padding-right: 0;
        padding-bottom: 20px
    }

    .social-text br {
        display: none
    }

    .social-list li {
        display: flex
    }

    .sec-video .col-left {
        order: inherit;
        margin-top: 0
    }

    .modal-dialog {
        margin: 1.5rem
    }

    .video-title {
        font-size: 25px;
        line-height: 1;
        margin-bottom: 25px
    }

    .carousel-mobile .owl-nav {
        top: -47px;
        right: 0
    }

    .sec-video,
    .sec-2 {
        padding: 30px 0
    }

    .sec-news {
        padding-top: 30px
    }

    .navbar-custom {
        background-color: #fff;
        border-top: 1px solid #e0e0e0;
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        margin-top: -1px;
        z-index: 1
    }

    .body-scroll .navbar-custom {
        height: calc(100vh - 84px);
        align-items: flex-start;
        overflow-y: auto
    }

    .navbar-custom .container {
        padding-left: 0;
        padding-right: 0;
        height: calc(100% - 60px)
    }

    header .nav-link {
        font-size: 16px;
        color: #636466;
        border-bottom: 1px solid #e0e0e0
    }

    header .navbar-nav .nav-link {
        padding: 16px 20px;
        position: relative
    }

    .navbar-collapse {
        width: 100%;
        min-height: 100%
    }

    .mega-dropdown > a::after {
        content: "";
        position: absolute;
        top: 0;
        right: 15px;
        background-image: url(../images/mobile-dropdown-arr.png);
        background-repeat: no-repeat;
        width: 15px;
        height: 21px;
        display: block;
        border-left: 1px solid #e0e0e0;
        padding: 28px;
        background-position: center;
        background-size: 10px 15px
    }

    .mega-dropdown > a.show::after {
        width: 21px;
        height: 15px;
        background-image: url(../images/mobile-dropdown-arr-down.png);
        background-size: 15px 10px
    }

    .dropdown-menu {
        opacity: 0;
        height: 0;
        visibility: hidden
    }

    .dropdown-menu.show {
        height: 100%;
        opacity: 1;
        visibility: visible;
        transition: height 0.25s ease-in;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }

    .mega-dropdown-menu-inner li {
        display: block
    }

    .mega-dropdown-menu-inner li:first-child {
        display: none
    }

    .mega-dropdown-menu-inner li a {
        text-align: left;
        color: #636466;
        font-size: 15px;
        padding: 13px 25px 13px 25px;
        background-color: #f1f1f1
    }

    .mega-dropdown-menu-inner li:not(:first-child):not(:last-child) a::after {
        content: none
    }

    .mega-dropdown-menu-inner li a br {
        display: none
    }

    header {
        width: 100%;
        max-width: 100%;
        position: fixed;
        top: 0;
        background-color: #fff;
        z-index: 999
    }

    .nav-social {
        background-color: #0095da;
        width: 100%;
        align-items: center;
        padding: 10px 0;
        justify-content: center
    }

    .nav-social a {
        padding-left: 25px;
        padding-right: 25px;
        border-left: 1px solid #0085c3;
        min-height: 45px;
        display: flex;
        align-items: center
    }

    .nav-social a.mob-menu-fb {
        border-left: none;
        padding-left: 0
    }

    .mob-menu-fb img {
        height: 27px
    }

    .mob-menu-twitter img {
        width: 27px
    }

    .mob-menu-utube img,
    .mob-menu-linkdin img {
        width: 27px
    }

    .navbar-nav {
        width: 100%
    }

    .nav-btm {
        margin-top: auto;
        width: 100%
    }

    .nav-btm a {
        flex: 1 auto;
        text-align: center;
        color: #3e4549;
        font-size: 16px;
        text-decoration: none;
        font-family: 'SegoeUI-Semilight';
        border-top: 1px solid #0095da;
        border-bottom: 1px solid #0095da;
        line-height: .8;
        padding: 10px 0
    }

    .nav-btm a + a {
        border-left: 1px solid #0095da
    }

    .career_icon {
        background-image: url(../images/career_icon.png);
        background-repeat: no-repeat;
        width: 31px;
        height: 34px;
        display: inline-block;
        background-size: 100% 100%;
        vertical-align: middle;
        margin-right: 10px
    }

    .contact_icon {
        background-image: url(../images/call_icon.png);
        background-repeat: no-repeat;
        width: 31px;
        height: 34px;
        display: inline-block;
        background-size: 100% 100%;
        vertical-align: middle;
        margin-right: 10px
    }

    .sec-breadcrumb {
        padding: 15px 0 15px 0
    }

    .about-title {
        font-size: 26px
    }

    .about-text,
    .about-text.font19 {
        font-size: 14px
    }

    .process-main-title {
        font-size: 30px;
        margin-left: -30px
    }

    .list-process li {
        border-top: none;
        display: flex;
        align-items: center;
        padding: 0 20px 0 0;
        border-left: 1px solid #fff;
        margin-left: 30px
    }

    .list-process li::before {
        content: "";
        height: 1px;
        width: 30px;
        display: block;
        margin: 0
    }

    .list-process li:first-child::after {
        top: -1px;
        left: -1px;
        width: 1px;
        height: 50%
    }

    .list-process li:last-child::after {
        width: 1px;
        height: 50%;
        top: auto;
        bottom: 0;
        left: -1px
    }

    .list-process {
        flex-direction: column;
        padding-top: 10px;
        max-width: 261px;
        margin-left: auto;
        margin-right: auto
    }

    .list-process::before {
        left: 37%;
        top: -5px
    }

    .list-process::after {
        margin-left: 86px;
        top: -3px
    }

    .hr-arr {
        display: none
    }

    .pro-circle {
        width: 70px;
        height: 70px;
        margin-right: 20px;
        padding: 12px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .sec-process {
        padding: 20px 0
    }

    .pro-circle2 img {
        height: 40px
    }

    .pro-circle3 img {
        height: 35px
    }

    .pro-circle6 img {
        height: 40px
    }

    .about-1 {
        padding-bottom: 15px
    }

    .about-2 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .sec-info {
        padding-top: 15px;
        padding-bottom: 25px
    }

    .info-circle {
        min-width: 400px;
        justify-content: flex-start
    }

    .list-info-left {
        padding-right: 20px;
        display: flex;
        flex-direction: column;
        text-align: right;
        margin-bottom: 20px;
        min-width: 304px
    }

    .list-info-end {
        display: flex;
        display: flex;
        flex-direction: column;
        min-width: 253px
    }

    .mobile-scroll {
        overflow-x: auto
    }

    .list-info li:not(:last-child) {
        margin-bottom: 20px
    }

    .list-info-title {
        white-space: nowrap
    }

    .list-info-title,
    .list-info-text {
        font-size: 14px
    }

    .list-info-title-md {
        font-size: 14px
    }

    .list-info-left2 {
        margin-top: 14px
    }

    .list-info-left3 {
        margin-top: -4px
    }

    .list-info-left4 {
        margin-top: -2px
    }

    .list-info li {
        max-width: 100%
    }

    .list-info-end2 {
        margin-top: 2px
    }

    .list-info-end3 {
        margin-top: 7px
    }

    .list-info-end4 {
        margin-top: 21px
    }

    .negative-center {
        margin-left: 0;
        top: 80px;
        left: 300px
    }

    .mx-width {
        max-width: 270px
    }

    .info-title {
        font-size: 36px
    }

    .process-title {
        font-size: 16px
    }

    .info-content-img {
        max-width: 120px
    }

    .info-content {
        top: 45%;
        transform: translateY(-45%)
    }

    .team-content {
        margin-left: 0;
        margin-top: 15px
    }

    .team-img {
        margin-left: 0
    }

    .tab-content-custom-text {
        margin-bottom: 30px
    }

    .tab-content-custom-list:last-child {
        margin-top: 0;
        margin-bottom: 30px
    }

    .nav-fill-custom .nav-link {
        padding: 25px 50px;
        white-space: nowrap
    }

    .nav-fill-custom .nav {
        flex-wrap: nowrap;
        overflow: auto
    }

    .negative-space {
        margin-top: 0;
        padding-left: 10px
    }

    .pos-negative {
        position: static;
        max-width: 100%;
        padding-left: 0;
        margin-top: 15px
    }

    .mt120 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .full-block {
        padding: 20px 0
    }

    .full-block-title {
        font-size: 20px
    }

    .mt200 {
        margin: 20px 0 50px 0
    }

    .sec-bottom {
        padding: 20px 0 30px 0
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 15px;
        margin-left: 15px
    }

    .breadcrumb-item a {
        font-size: 12px
    }

    .farmer-training-bottom {
        margin-top: 30px
    }

    .key-block-title {
        font-size: 20px;
        padding: 20px
    }

    .key-block {
        margin-bottom: 15px
    }

    .card-title {
        font-size: 20px;
        margin-bottom: 15px
    }

    .card-custom {
        margin-bottom: 15px
    }

    .card-custom .card-body {
        padding: 35px 20px 20px 20px
    }

    .list-press .list-group-item {
        padding: 15px
    }

    .list-press-text,
    .list-press-sub-text,
    .pagination-custom .page-link {
        font-size: 14px
    }

    .list-press .list-group-item img {
        max-height: 36px
    }

    .list-press-text {
        margin-bottom: 10px
    }

    .pagination-custom {
        margin-top: 30px;
        margin-bottom: 45px;
        align-items: center
    }

    .about-title-sm {
        font-size: 14px;
        margin: 20px 0
    }

    .sec-middle {
        padding: 35px 0;
        margin-top: 40px;
        background-size: cover
    }

    .sec-middle p {
        font-size: 14px
    }

    .sec-middle p:not(:last-child) {
        margin-bottom: 20px
    }

    .info-title1 {
        font-size: 18px !important
    }

    .info-content1 {
        left: 23px;
        max-width: 100%
    }

    .list-info-1.list-info-left_ul {
        margin-top: 92px;
        text-align: left;
        min-width: inherit
    }

    .info-circle_1 {
        min-width: fit-content;
        justify-content: flex-start;
        margin-top: 85px;
        left: -47px;
        position: relative
    }

    .list-info-1 {
        margin-top: 0;
        display: initial
    }

    .list-info-left_1 {
        left: 37px;
        top: -59px
    }

    .list-info-left_2 {
        top: -50px;
        z-index: 1
    }

    .list-info-left_3 {
        top: -38px;
        left: 21px !important;
        z-index: 1
    }

    .list-info-left_ul .list-info-left_4 {
        left: 200px !important;
        top: -65px !important
    }

    .list-info-left_ul .list-info-end_1 {
        left: auto !important;
        right: 100px;
        top: -26px !important
    }

    .list-info-left_ul .list-info-end_4 {
        right: 155px;
        left: auto !important;
        top: 23px
    }

    .list-info-left_ul .list-info-end_2,
    .list-info-left_ul .list-info-end_3 {
        left: -30px !important
    }

    .list-info-left_4,
    .list-info-end_1,
    .list-info-end_2,
    .list-info-end_3,
    .list-info-end_4 {
        top: 0;
        left: 0 !important
    }

    .list-info-left_1,
    .list-info-left_4 {
        margin-bottom: 40px !important
    }

    .list-info-end_2 img {
        max-width: 98px
    }

    .list-info-end_1 img {
        max-width: 78px
    }

    .list-info-end_4 img {
        max-width: 80px
    }

    .list-info-text1 {
        font-size: 20px;
        line-height: 1.1;
        white-space: nowrap
    }

    .negative-center_1 {
        top: 0;
        left: 0;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        margin-top: 20px
    }

    .negative-center_1 > span:first-child {
        min-width: 120px
    }

    .list-info-1 li > span:first-child {
        margin-bottom: 5px;
        min-width: 120px
    }

    .left-sidebar ul li:not(:last-child) {
        margin-bottom: 20px
    }

    .left-sidebar {
        padding: 20px 15px 10px 15px
    }

    .left-sidebar ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .left-sidebar ul li {
        flex: 0 48%;
        max-width: 48%
    }

    .left-sidebar-title {
        font-size: 14px
    }

    .left-sidebar-digit {
        font-size: 18px
    }

    .col-width {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .supplier-block {
        padding-left: 12px;
        padding-top: 15px
    }

    .supplier-block-title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .supplier-block-logo {
        margin-bottom: 20px;
        padding-left: 0
    }

    .supplier-block-logo li {
        max-width: 60px
    }

    .supplier-block-text {
        font-size: 14px
    }

    .sec-product {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .power-text {
        font-size: 14px
    }

    .power-text:not(:last-child) {
        margin-bottom: 20px
    }

    .sec-power {
        padding: 30px 0 40px 0;
        margin-top: 30px;
        background-image: url(../images/banner-power-mob-new.jpg)
    }

    .about-lg-text {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 30px
    }

    .sec-light-text {
        margin-bottom: 15px;
        font-size: 14px
    }

    .sec-light-title {
        font-size: 16px
    }

    .sec-light {
        padding: 40px 0 50px 0
    }

    .full-block-title-small {
        font-size: 22px !important
    }

    .gimg-space {
        margin-bottom: -48px
    }

    .green-bg {
        min-height: 48px
    }

    .carousel-life-colony .owl-nav {
        position: relative;
        left: 40%;
        margin-top: 15px
    }

    .carousel-life-colony .owl-nav button.owl-prev {
        margin-left: 0
    }

    .carousel-life-colony .owl-nav button.owl-next {
        margin-right: 0;
        margin-left: 7px
    }

    .carousel-life-colony {
        margin-bottom: 40px
    }

    .about-title-sub {
        font-size: 15px;
        margin-bottom: 10px
    }

    .card-distribiute-list {
        margin: 30px 0
    }

    .card-distribiute-title {
        font-size: 20px;
        margin-bottom: 8px
    }

    .card-distribiute-text {
        font-size: 14px
    }

    .purpose-text br {
        display: none
    }

    .card-custom {
        min-height: 200px
    }

    .mb-40 {
        margin-bottom: 15px
    }

    .btn.btn-submit {
        font-size: 18px;
        padding: 13px 25px 13px 25px;
        margin-bottom: 0
    }

    .contact-left-list ul li {
        font-size: 14px
    }

    .contact-left-list ul li:not(:last-child) {
        margin-bottom: 15px
    }

    .contact-sub-title {
        font-size: 14px;
        margin-bottom: 15px
    }

    .row-data {
        margin-top: 20px
    }

    .row-data label,
    .row-data select {
        font-size: 16px
    }

    .row-data .form-control {
        padding: 7px 15px
    }

    .dynamic-data {
        margin-bottom: 35px;
        font-size: 15px
    }

    .dynamic-data span {
        display: block
    }

    .contact-left {
        margin-top: 30px
    }

    .contact-title {
        margin-bottom: 15px
    }

    .contact-right input.form-control::placeholder {
        font-size: 15px
    }

    .contact-right .form-control {
        padding: 8px 20px
    }

    .contact-right select.form-control {
        font-size: 15px;
        padding: 8px 20px
    }

    .program-text {
        font-size: 14px
    }

    .program-title {
        font-size: 16px;
        margin-bottom: 20px
    }

    .sec-program {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .mb30 {
        margin-bottom: 15px
    }

    .infographic {
        width: 100%;
        background-size: contain;
        margin-bottom: 50px
    }

    .infographic-circle {
        width: 300px;
        height: 300px;
        background-size: contain
    }

    .infographic-circle-title {
        font-size: 36px
    }

    .card-info-graphic .card-title {
        font-size: 18px;
        left: -8px
    }

    .sec-infographic {
        margin-top: 30px;
        padding: 50px 0
    }

    .element-item {
        width: 100%
    }

    .filters-btn .button {
        font-size: 14px;
        padding: 0 16px
    }

    .list-testimonial-item-img {
        max-width: 100%;
        margin-bottom: 5px
    }

    .list-testimonial-item-content {
        margin-left: 0;
        margin-top: 10px
    }

    .list-testimonial-item {
        border: none;
        padding-right: 0
    }

    .supplier-block-mob {
        padding-top: 0
    }

    .card-key .card-title {
        font-size: 18px
    }

    .card-key .card-text {
        font-size: 16px
    }

    .km-block {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .card-safety .card-text {
        font-size: 16px
    }

    .card-safety .card-text:not(:last-child) {
        margin-bottom: 10px
    }

    .card-safety .card-body {
        padding-bottom: 30px
    }

    .search-box-text {
        right: -12px;
        top: calc(100% + 11px)
    }

    .card-key {
        height: auto
    }
}

@media(min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 19px;
        padding-right: 19px
    }

    .header-top-right .list-inline-item:nth-child(3)::after {
        content: none
    }

    ,
    .header-top-right .list-inline-item:nth-child(3) {
        padding-right: 0
    }

    .dropdown:hover .dropdown-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }

    .header-top-right .list-inline-item:hover {
        background-color: #f1f1f1;
        transition: all ease 0.3s
    }

    .header-top-right .list-inline-item:hover::after {
        background-color: #f1f1f1
    }
}

@media all and (device-width:1024px) and (device-height:768px) and (orientation:landscape) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 12px;
        padding-right: 12px
    }

    .list-process li {
        padding: 0 33px 0 33px
    }

    .tab-left {
        padding: 60px 0 60px 60px
    }

    .tab-left .nav-link {
        padding: 12px 80px 12px 25px
    }

    .tab-left .nav-link {
        font-size: 18px
    }

    .tab-left-title {
        font-size: 28px;
        padding-bottom: 15px
    }

    .tab-left .nav-link:not(:last-child) {
        margin-bottom: 15px
    }

    .negative-space3 {
        max-width: 380px;
        margin-top: -133px
    }

    .mt200 {
        margin: 150px 0
    }

    .infographic {
        width: 100%;
        background-size: contain
    }

    .infographic-circle {
        width: 250px;
        height: 250px;
        background-size: contain
    }

    .infographic-circle-title {
        font-size: 30px
    }

    .card-info-graphic .card-title {
        font-size: 16px
    }

    .sec-infographic {
        margin-top: 30px
    }

    .list-testimonial > div:not(:last-child) .list-testimonial-item {
        margin-bottom: 30px
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    .mega-dropdown > a::after {
        content: none
    }

    header .nav-link {
        font-size: 13px
    }

    .header-top-right .list-inline-item:not(:last-child) {
        display: block
    }

    .pic-wrapper {
        height: 431px
    }

    .pic-1 {
        background: url(../images/banner1.jpg)
    }

    .pic-2 {
        background: url(../images/banner2.jpg)
    }

    .pic-3 {
        background: url(../images/banner3.jpg)
    }

    .pic-4 {
        background: url(../images/banner4.jpg)
    }

    .pic-5 {
        background: url(../images/banner5.jpg)
    }

    .tab-left {
        width: 300px;
        padding: 60px 0 60px 125px
    }

    .tab-right-first {
        order: 1;
        max-width: 300px;
        padding-right: 50px;
        justify-content: flex-start
    }

    .tab-right-second {
        order: 2;
        max-width: 300px
    }

    .tab-right {
        flex-direction: row
    }

    .tab-right-first-title {
        padding-top: 0
    }

    .col-left {
        order: 1;
        margin-top: 0
    }

    .col-news-list {
        order: 2
    }

    .list-group-custom .list-group-title {
        font-size: 28px
    }

    .list-group-custom .list-group-title a {
        font-size: 21px
    }

    .list-group-custom-title {
        font-size: 18px;
        margin-bottom: 7px
    }

    .list-group-custom-desc {
        font-size: 15px
    }

    .list-group-custom .list-group-item {
        padding: 22px 20px 22px 20px
    }

    .list-info-left {
        order: 1
    }

    .info-title {
        font-size: 20px
    }

    .left-sidebar {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 35px
    }

    .info-content1 {
        left: 23%
    }

    .infographic {
        width: 100%;
        background-size: contain
    }

    .infographic-circle {
        width: 250px;
        height: 250px;
        background-size: contain
    }

    .infographic-circle-title {
        font-size: 30px
    }

    .card-info-graphic .card-title {
        font-size: 16px
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (device-width:600px) and (device-height:960px) and (orientation:portrait) {
    .col-left {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (device-width:1024px) and (device-height:1366px) and (orientation:portrait) {
    .direction-l .flag-wrapper {
        left: -411px
    }

    .direction-r .flag-wrapper {
        left: -411px
    }
}

@media only screen and (device-width:360px) {
    .infographic-circle {
        width: 280px;
        height: 280px
    }
}

@media only screen and (min-device-width:360px) and (orientation:landscape) and (max-device-width:812px) {
    .tab-content-custom-list:last-child {
        margin-top: 20px;
        margin-bottom: 25px
    }

    .list-testimonial-item-img {
        max-width: 200px
    }

    .list-testimonial-item-content {
        margin-left: 20px
    }

    .header-top-right .list-inline-item:not(:last-child) {
        display: none
    }

    .list-inline-item-search {
        display: flex !important;
        vertical-align: middle
    }

    .navbar-toggler-icon {
        width: 30px;
        height: 24px;
        background-image: url(../images/menu-bar.png);
        background-repeat: no-repeat;
        background-size: 25px 18px
    }

    .header-top-right {
        margin-bottom: 0;
        display: flex;
        align-items: center
    }

    .header-top-right .list-inline-item {
        padding-top: 0;
        padding-bottom: 0
    }

    header {
        width: 100%;
        max-width: 100%;
        position: fixed;
        top: 0;
        background-color: #fff;
        z-index: 999
    }

    body {
        padding-top: 80px
    }

    .navbar-toggler {
        padding: 0;
        border-radius: 0
    }

    .header-top-right .list-inline-item:not(:last-child) {
        display: none
    }

    .header-top-right .list-inline-item::after {
        content: none
    }

    .header-top-right .list-inline-item:last-child::before {
        content: "";
        height: 28px;
        width: 1px;
        background-color: #a4a4a4;
        position: absolute;
        left: 0;
        top: 0
    }

    .search-icon {
        width: 33px;
        height: 33px;
        margin-bottom: 0;
        background-size: 20px 20px;
        background-position: center
    }

    .list-testimonial > div:not(:last-child) .list-testimonial-item {
        margin-bottom: 30px
    }

    .list-testimonial {
        margin-bottom: 30px
    }
}

@media(min-width:1400px) {
    .container {
        max-width: 1410px
    }

    .pic-wrapper {
        width: 100%;
        height: 614px;
        overflow: hidden
    }

    .slider-container .slider .slide {
        width: 100%;
        height: 384px;
        left: 33%
    }

    .slider-container {
        height: 383px
    }

    .slider-container .slider {
        width: 683px
    }

    .col-xxl-custom {
        width: 32%
    }

    .card-custom {
        min-height: 360px
    }

    .card-brief {
        min-height: 410px
    }

    .banner-inner img:first-child {
        width: 100%
    }
}

.sec-customer {
    padding-top: 60px;
    padding-bottom: 90px
}

.customer-logo {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    column-gap: 30px;
    place-items: center
}

.mb\(80px\) {
    margin-bottom: 80px !important
}

.direction-l-opposite {
    float: right;
    text-align: left;
    margin-left: 0;
    position: relative;
    left: 13px
}

.direction-r-opposite {
    float: right;
    margin-left: 0;
    margin-right: 110px
}

.direction-l-opposite .flag-wrapper {
    left: 40px;
    right: 0
}

.direction-l-opposite .card-direction .card-body {
    padding: 0 9px 0 40px
}

.pt\(30px\) {
    padding-top: 30px
}

.timeline-v1 p {
    font-size: 18px;
    color: #636466;
    text-align: justify
}

.timeline-v1 .direction-r {
    float: right;
    margin-left: 0
}

.timeline-v1 .direction-r .flag-hr {
    display: none
}

.timeline-v1 .direction-l .flag-wrapper {
    right: 0
}

.timeline-v1 .tv1-opposite-dl .flag-wrapper {
    left: -13px;
    right: auto
}

.timeline-v1 .direction-l {
    margin-left: 0;
    width: 467px
}

.tv1-dl-text {
    text-align: left;
    max-width: 370px
}

.tv1-opposite-dl {
    float: right;
    text-align: left
}

.tv1-opposite-dl .flag {
    background-image: url(../images/flag-after-right.png);
    background-repeat: no-repeat;
    width: 191px;
    height: 140px;
    padding-left: 46px;
    padding-top: 28px
}

.tv1-opposite-dl .tv1-dl-text {
    padding-left: 80px
}

.timeline-v1 .tv1-opposite-dr {
    float: left
}

.timeline-v1 .tv1-opposite-dr .card-direction {
    margin-left: -10px
}

.timeline-v1 .tv1-opposite-dr .card-direction::before {
    background-image: url(../images/card-arrow-right.png);
    left: auto;
    right: -28px
}

.item-title {
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-align: left;
    padding: 0 0 0 22px;
    letter-spacing: 1px
}

.carousel\(heading\) {
    font-size: 24px;
    font-family: 'Segoe-UI-Bold';
    --color-heading: #74be00;
    color: var(--color-heading);
    line-height: 1;
    margin-bottom: 30px
}

.carousel-v1 .owl-nav {
    left: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.owl-carousel.carousel-v1 .owl-nav button.owl-next,
.owl-carousel.carousel-v1 .owl-nav button.owl-prev {
    width: 49px;
    height: 49px
}

.carousel-v1 .owl-nav .owl-prev,
.carousel-v1 .owl-nav .owl-next {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.carousel-v1 .owl-nav .owl-prev {
    left: -80px
}

.carousel-v1 .owl-nav .owl-next {
    right: -80px
}

.owl-carousel#carousel-4 .owl-stage {
    margin: 0 auto
}

.modal-content-carousel {
    background-color: #74be00
}

.modal-content-carousel .owl-nav {
    width: 100%;
    left: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%)
}

.modal-content-carousel .owl-carousel .owl-nav button.owl-next,
.modal-content-carousel .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 49px;
    height: 49px
}

.modal-content-carousel .owl-carousel .owl-nav button.owl-prev {
    left: -80px
}

.modal-content-carousel .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -80px
}

.modal-content-carousel .btn-close {
    width: 78px;
    height: 78px;
    --bg-color: #0095da;
    background-color: var(--bg-color);
    border-radius: 50%;
    opacity: 1;
    background-image: url(https://www.dcmshriramsugar.com/wp-content/uploads/2023/06/modal-carousel-close-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    top: -38px;
    right: -38px
}

.modal-content-carousel .btn-close:focus {
    box-shadow: none
}

.modal-content-carousel .item-title {
    position: static;
    font-size: 30px;
    font-family: 'Segoe-UI-Bold';
    padding: 25px 0 15px 0;
    text-transform: uppercase;
    line-height: 1
}

.modal-content-carousel-text {
    margin-bottom: 0;
    line-height: 1;
    font-size: 20px;
    color: #fff
}

@media only screen and (max-width:767px) {
    .sec-customer {
        padding-top: 0;
        padding-bottom: 20px
    }

    .customer-logo {
        grid-template-columns: repeat(4, 1fr);
        column-gap: 10px;
        row-gap: 10px;
        place-items: center;
        grid-auto-rows: 77px;
        margin-bottom: 10px
    }

    .customer-logo > * {
        border: 1px solid rgb(221 221 221 / 66%);
        min-height: 77px;
        padding: 10px;
        margin: auto;
        display: grid;
        align-items: center
    }

    .mb\(80px\) {
        margin-bottom: 30px !important
    }

    .timeline-new .direction-l,
    .timeline-new .direction-r {
        margin-left: 0;
        margin-block-end: 15px
    }

    .timeline-new .direction-r-opposite {
        margin-right: 0
    }

    .timeline-new .flag,
    .timeline-new .direction-r .flag {
        background-image: none;
        width: 100%;
        height: auto;
        padding-left: unset;
        padding-top: unset
    }

    .timeline-new .direction-r {
        max-width: 115px;
        padding-inline-start: 30px
    }

    .timeline-new .direction-r-opposite {
        float: left
    }

    .timeline-new .direction-l-opposite {
        left: 0
    }

    .timeline-new .direction-l-opposite .card-direction .card-body {
        padding-left: 9px
    }

    .timeline-new .card-direction-text {
        padding-left: 30px
    }

    .timeline-new .flag-hr {
        margin-bottom: 15px
    }

    .timeline-new .direction-l .flag-wrapper {
        left: -92px
    }

    .timeline-new .direction-l-opposite .flag-wrapper {
        left: 9px
    }

    .timeline-v1 .direction-l {
        width: 100%;
        text-align: left
    }

    .tv1-dl-text,
    .tv1-opposite-dl .tv1-dl-text {
        padding-left: 0
    }

    .timeline-v1 .direction-l .flag-wrapper {
        left: -44px
    }

    .timeline-v1 .flag {
        background-image: url(../images/flag-after-right.png);
        width: 100px;
        height: 79px;
        background-size: cover;
        padding-left: 23px;
        padding-top: 13px;
        font-size: 22px
    }

    .timeline-v1 .card-direction {
        max-width: 300px;
        min-height: 200px;
        margin-top: 0
    }

    .timeline-v1 .card-direction::before {
        width: 20px;
        height: 60px;
        left: -20px
    }

    .timeline-v1 .tv1-opposite-dr .card-direction::before {
        right: auto;
        left: -20px;
        background-image: url(../images/card-arrow.png)
    }

    .modal-content-carousel .btn-close {
        width: 48px;
        height: 48px;
        top: -24px;
        right: -24px
    }

    .modal-content-carousel .owl-carousel .owl-nav button.owl-next,
    .modal-content-carousel .owl-carousel .owl-nav button.owl-prev {
        width: 40px;
        height: 40px
    }

    .modal-content-carousel .owl-carousel .owl-nav button.owl-prev {
        left: -9px
    }

    .modal-content-carousel .owl-carousel .owl-nav button.owl-next {
        left: auto;
        right: -48px
    }

    .modal-content-carousel .item-title {
        font-size: 18px
    }

    .modal-content-carousel-text {
        font-size: 16px
    }
}

@supports (-webkit-touch-callout:none) {
    .navbar-custom .container {
        height: calc(100% - 120px)
    }
}

.footer-menu {
    width: 100%;
    display: flex;
    color: #fff;
    padding-top: 50px;
    padding-top: 50px
}

.menu-col1 {
    width: 25%
}

.menu-col1 .white-logo {
    margin-bottom: 30px
}

.menu-col1 strong {
    font-size: 20px;
    display: block
}

.menu-col1 span {
    font-size: 16px
}

.menu-col2 {
    width: 25%
}

.menu-col2 strong {
    font-size: 20px;
    display: block;
    text-transform: uppercase
}

.menu-col2 ul {
    padding: 0;
    margin: 30px 0 0 0
}

.menu-col2 li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 1.7;
    font-size: 16px
}

.menu-col2 li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-out 0s
}

.menu-col2 li a:hover {
    margin-left: 10px
}

.menu-col3 {
    width: 25%
}

.menu-col3 strong {
    font-size: 20px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px
}

.menu-col3 span {
    font-size: 16px
}

.email-box {
    width: 100%;
    float: left
}

.email-box .label1 {
    width: 100%;
    float: left
}

.email-box .email-input {
    width: 100%;
    float: left;
    margin-top: 10px;
    position: relative
}

.email-box .email-input input {
    width: 100%;
    height: 50px;
    float: left;
    background-color: #0095da;
    border: 1px solid #74c4e8;
    color: #fff;
    padding-left: 10px;
    padding-right: 60px;
    outline: none
}

.email-box .email-input::after {
    display: none;
    position: absolute;
    content: '';
    width: 60px;
    height: 50px;
    right: 0;
    top: 0;
    background: #fff url(https://www.dcmshriramsugar.com/wp-content/uploads/2023/06/input-arrow.png) no-repeat 50% center;
    cursor: pointer
}

.email-box .email-input input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1 !important
}

.email-box .email-input .email-input-Btn {
    position: absolute;
    content: '';
    width: 60px;
    height: 50px;
    right: 0;
    top: 0;
    background: #fff url(../images/input-arrow.png) no-repeat 50% center;
    cursor: pointer;
    border: 0
}

.social-box {
    width: 100%;
    float: left;
    margin-top: 25px
}

.social-box .label1 {
    width: 100%;
    float: left
}

.social-box .social-icons {
    float: left;
    width: 100%;
    margin-top: 20px
}

.social-box .social-icons ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0
}

.social-box .social-icons li {
    padding: 0 15px 0 0;
    transition: all 0.3s ease-out 0s
}

.social-box .social-icons li:hover {
    transform: scale(1.1, 1.1)
}

.copyright {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
    margin-top: 30px
}

.text-align1 {
    text-align: center
}

.our-values-section {
    display: flex;
    margin: 10px 0;
    align-items: center;
    overflow: auto
}

.our-values-section .dcm-tree {
    width: 50%;
    float: left;
    text-align: center
}

.our-values-section .dcm-tree img {
    display: inline-block;
    max-width: 100%
}

.our-values-section .pointers {
    width: 50%;
    float: left
}

.our-values-section .pointers .heading {
    width: 100%;
    float: left;
    font-size: 48px;
    font-family: 'Segoe-UI-Bold';
    color: #0095da;
    line-height: .9;
    padding-left: 10px;
    padding-right: 54px;
    white-space: nowrap;
    text-transform: uppercase;
    padding-top: 50px
}

.our-values-section .pointers .list {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.our-values-section .pointers .list ul {
    list-style: none;
    margin-top: 20px
}

.our-values-section .pointers .list li {
    margin-bottom: 10px;
    position: relative
}

.our-values-section .pointers .list li:before {
    width: 100%;
    height: 2px;
    background-color: #0095da;
    position: absolute;
    content: '';
    left: 0;
    top: 10px
}

.our-values-section .pointers .list li .blue-text {
    color: #0095da;
    font-family: 'Segoe-UI-Bold';
    text-transform: uppercase;
    background-color: #fff;
    position: relative;
    display: inline-block;
    padding-right: 10px
}

.our-values-section .pointers .list li .black-text {
    color: #636466
}

.first-i {
    position: absolute;
    content: '';
    left: -35px;
    top: -10px;
    color: #0095da;
    font-family: 'Segoe-UI-Bold';
    font-size: 40px;
    font-weight: 400
}

.our-values-section .pointers .list li:nth-child(2) .first-i {
    left: -40px
}

.our-values-section .pointers .list li:nth-child(3) .first-i {
    left: -40px
}

.our-values-section .pointers .list li:nth-child(4) .first-i {
    left: -42px
}

.our-values-section .pointers .list li:nth-child(5) .first-i {
    left: -45px
}

.our-values-section .pointers .list li:nth-child(6) .first-i {
    left: -45px
}

.farmer-training .card-distribiute-list {
    margin-left: -15px;
    margin-right: -15px
}

.farmer-training .card-distribiute-list .card-distribiute {
    width: 100%
}

.pt0 {
    padding-top: 0
}

@media only screen and (max-width:991px) {
    .footer-menu {
        display: block;
        padding-top: 0
    }

    .menu-col1 {
        width: 100%;
        display: inline-block;
        margin-bottom: 25px
    }

    footer hr {
        display: none
    }

    .menu-col1 span {
        margin-top: 10px;
        display: inline-block
    }

    .menu-col1 span br {
        display: none
    }

    .menu-col2 {
        margin-bottom: 25px;
        width: 100%
    }

    .menu-col2 ul {
        margin-top: 10px
    }

    .menu-col3 {
        width: 100%
    }

    .copyright {
        padding-top: 15px;
        padding-bottom: 10px
    }
}

@media only screen and (max-width:767px) {
    .menu-col1 .white-logo {
        margin-bottom: 25px
    }

    .menu-col1 {
        margin-bottom: 20px
    }

    .menu-col2 {
        margin-bottom: 20px
    }

    .social-box {
        margin-top: 20px
    }

    .social-box .social-icons li:first-child a img {
        height: 32px
    }

    .our-values-section .pointers .list ul {
        padding-left: 3rem
    }

    .our-values-section {
        display: block
    }

    .our-values-section .dcm-tree {
        width: 100%;
        float: left
    }

    .our-values-section .pointers {
        width: 100%;
        float: left
    }

    .our-values-section .pointers .list {
        width: 100%;
        float: left;
        margin-bottom: 20px
    }

    .our-values-section .pointers .list ul {
        padding-left: 3rem
    }

    /* 02-june-23 aarti end */
}



@media only screen and (max-width:767px) {
    .dropdown-itemmenu-item-depth-1{
        display: none;
    }
    
    .dropdown-item.menu-item-odd.menu-item-depth-1{display: none;}
}


        .bannerInn img {
            width: 100%;
        }