:root {
    /* Typography */
    --font-size-base: 1em;
    --font-size-small: 0.875em;
    --font-size-medium: 1.125em;
    --font-size-large: 1.25em;
    --font-size-xl: 1.5em;

    --line-height-base: 1.5;
    --letter-spacing-base: 0em;

    /* Colors */
    --text-color: #000;
    --bg-color: #fff;
    --contrast-text-color: #fff;
    --contrast-bg-color: #000;
}

/* Global Styles */
html,
body {
    width: auto !important;
    overflow-x: hidden !important;
    margin: 0;
    padding: 0;
    font-family: "Calibri", sans-serif;
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    letter-spacing: var(--letter-spacing-base);
    background-color: var(--bg-color);
    color: var(--text-color);
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Calibri", sans-serif;
    font-weight: 700;
    font-size: var(--font-size-xl);
}

.clearboth {
    clear: both;
}

.main_logo {
    float: left;
    width: 201px;
    padding-top: 12px;
}

.main_nav {
    float: right;
}

img.slider_img {
    width: 100%;
    height: auto;
}

#myVideo {
    width: 100%;
    height: auto;
    display: block;
}

#lp_sec_1 {
    position: relative;
}

.video_content {
    position: absolute;
    bottom: 30%;
    width: 1140px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.video_content_wrap {
    width: 670px;
    color: #d1eca2;
    font-size: 1.25rem;
}

.video_content_wrap h1 {
    color: #d1eca2;
    font-size: 3.4375rem;
    text-transform: uppercase;
    line-height: 1.2;
    padding-left: 0px;
}

.video_content_wrap a.know_more {
    border: 3px solid #d1eca2;
    color: #d1eca2;
}

.video_content_wrap a.know_more:hover {
    background-color: #d1eca2;
    color: #000;
}

a.know_more {
    border: 3px solid #fff;
    border-radius: 50px;
    padding: 12px 36px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

a.know_more.black {
    border: 3px solid #000;
    color: #000;
}

a.know_more:hover {
    background-color: #fff;
    color: #000;
}

a.know_more.black:hover {
    background-color: #000;
    color: #fff;
}

nav#inner_nav {
    padding: 0px 15px;
    background-color: transparent;
    z-index: 1000;
    width: 100%;
    position: fixed;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Hidden state: slide up and fade out */
.hidden-header {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

/* Smooth slide-down effect */
.slide-down {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Hidden state: slide up and fade out */
.hidden-header {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

.has-shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    background-color: #fff !important;
}

#inner_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#inner_nav ul li:first-child {
    background: none;
}

#inner_nav ul li {
    display: inline-block;
    position: relative;
}

/*sub*/
#inner_nav ul li:hover {
    background-color: white;
}

#inner_nav ul li:hover>a {
    color: #dbb318
}

.sub_menu {
    display: none;
}

li.sme-menu,
li.retail-menu,
li.about_us,
li.helpdesk {
    background-image: url(../images/down-arrowo.png);
    background-position: right center;
    background-size: 14px auto;
    background-repeat: no-repeat;
    padding-right: 6px;
}

.has-shadow li.sme-menu,
.has-shadow li.retail-menu,
.has-shadow li.about_us,
.has-shadow li.helpdesk {
    background-image: url(../images/down-arrow.png);
    background-position: right center;
    background-size: 14px auto;
    background-repeat: no-repeat;
    padding-right: 6px;
}

li.sub-menu {
    background-image: url(../images/right-arrowo.png);
    background-position: right center;
    background-size: 14px auto;
    background-repeat: no-repeat;
    padding-right: 6px;
}

.has-shadow li.sub-menu {
    background-image: url(../images/right-arrow.png);
    background-position: right center;
    background-size: 14px auto;
    background-repeat: no-repeat;
    padding-right: 6px;
}

#inner_nav ul li:hover>.sub_menu {
    display: block;
}

#inner_nav ul .sub_menu {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    padding: 0 10px;
    width: 175px;
    z-index: 10;
}

#inner_nav ul .sub_menu li {
    display: block;
    margin: 0;
}

#inner_nav ul .sub_menu li a {
    display: block;
    font-size: 0.875rem;
    margin: 0;
    font-weight: 500;
    color: #000;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
}

#inner_nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin: 0 15px;
    padding: 33px 0px;
    display: block;
}

#inner_nav.has-shadow ul li a {
    color: black !important;
}

#inner_nav ul li a:hover {
    color: #000;
}

#lp_sec_2 {
    padding: 60px 0;
}

.video_content_wrap h1 p {
    margin: 0;
}

.lp_sec_inner {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}

img.inner_img {
    float: left;
    width: 50%;
}

.lp_2_content {
    float: right;
    width: 50%;
    padding-left: 50px;
    color: #000;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 500;
}

.lp_2_content img.inner_content_img {
    width: 320px;
    margin: 0 auto;
}

section#lp_sec_4,
section#lp_sec_5,
section#lp_sec_6,
section#lp_sec_7,
section#lp_sec_contact {
    padding: 60px 0;
}

/* section#lp_sec_4 {
    background-image: url(../images/service-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} */

section#lp_sec_6 {
    text-align: center;
}

section#lp_sec_7 {
    background-color: #cbddc7;
}

section#lp_sec_contact {
    border-top: 1px solid #ddd;
}

#lp_sec_6 .five_star {
    margin: 0 auto 30px;
    width: 110px;
}

#lp_sec_4 .lp_sec_inner h2,
#lp_sec_5 .lp_sec_inner h2,
#lp_sec_7 .lp_sec_inner h2,
#lp_sec_contact .lp_sec_inner h2 {

    text-align: center;
    margin: 0 0 25px;
    color: #000;
}

.help_four {
    float: left;
    width: 25%;
    padding: 20px;
    font-size: 1.25rem;
    color: #000;
    font-weight: 500;
    position: relative;
}

.help_four:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 60px;
    background-color: #959f83;
    left: -15px;
    top: 40px;
}

.help_four strong {
    display: block;
    margin: 0 0 5px;
}

.help_four a {
    color: #000;
    text-decoration: none;
}

#lp_sec_4 p {
    text-align: center;
    font-weight: 500;
}

#lp_sec_4 .grid_col p {
    text-align: justify;
    font-weight: 500;
}

.lp_2_content h2 {
    text-transform: uppercase;
    color: #869169;
    font-size: 2rem;
}


#lp_sec_4 .lp_sec_inner h2,
#lp_sec_6 .lp_sec_inner h2,
#lp_sec_8 .lp_sec_inner h2 {
    color: #608843;
    text-transform: uppercase;
    text-align: center;
}

#lp_sec_4 .lp_sec_inner h2 span {
    color: #ff7800;
}

#lp_sec_5 .lp_sec_inner h2,
#lp_sec_7 .lp_sec_inner h2 {
    color: #3f5e02;
}

#lp_sec_contact .lp_sec_inner h2 {
    color: #ea6f01;
}

#lp_sec_4 .grid_col {
    color: #000;
    background-color: #445626;
    border-radius: 20px;
    padding: 35px;
}

#lp_sec_4 .grid_col_details {
    width: 50%;
}

#lp_sec_7 .grid_col_details {
    width: 33.33%;
}

#lp_sec_4 .grid_col_details,
#lp_sec_7 .grid_col_details {
    float: left;
    text-align: center;
    line-height: 1.4;
}

#lp_sec_4 .grid_col_details {
    padding: 20px;
    border-radius: 20px;
}

#lp_sec_7 .grid_col_details {
    padding: 30px 80px 0;
}

#lp_sec_4 .grid_col_details {
    color: #000;
    flex: 1;
    background-color: #445626;
}

#lp_sec_4 .two .grid_col_details,
#lp_sec_7 .two .grid_col_details {
    width: 50%;
}

#lp_sec_4 .grid_col img.inner_img {
    float: none;
    margin: 0 auto;
}

#lp_sec_4 .grid_col img.inner_img {
    width: 100%;
    margin: 0 0 10px;
}

#lp_sec_4 .grid_col h3,
#lp_sec_7 .grid_col h3 {
    margin: 0 0 15px;
    font-weight: 600;
}

#lp_sec_4 .grid_col h3 {
    color: #fff;
    text-transform: uppercase;
}

#lp_sec_4 .grid_col_inner {
    padding: 15px;
}

#lp_sec_4 .three .grid_col_inner {
    min-height: 640px;
}

#lp_sec_4 .two .grid_col_inner {
    min-height: 480px;
}

#lp_sec_5 p {
    text-align: center;
    color: #3f5e02;
}

#lp_sec_6 img.inner_img {
    width: 12%;
    float: right;
    border: 6px solid #eeeae7;
    border-radius: 50%;
}

.lp_6_content {
    float: right;
    width: 88%;
    padding-right: 18%;
    text-align: left;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5;
}

#lp_sec_7 a.btn,
#cc_contact ul li input[type="submit"] {
    background-color: #708238;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
}

#lp_sec_7 a.btn:hover,
#cc_contact ul li input[type="submit"]:hover {
    background-color: #a24517;
}

#lp_sec_contact .lp_sec_inner {
    text-align: center;
}

#cc_contact {
    width: 600px;
    margin: 0 auto;
}

#cc_contact ul,
#cc_contact ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#cc_contact ul li {
    padding: 10px 0;
}

#cc_contact ul li ol li {
    padding: 0;
}

#cc_contact ol {
    padding-bottom: 15px;
}

#cc_contact ol li {
    display: inline-block;
    margin: 0 30px;
}

#cc_contact ul li .field_design {
    padding: 15px;
    width: 100%;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9375rem;
    color: #000;
    border-radius: 5px;
    border: none;
}

#cc_contact ul li input[type="submit"] {
    border: none;
    font-family: "Montserrat", serif;
    cursor: pointer;
}

#lp_sec_1 .slick-dotted.slick-slider {
    margin-bottom: 0;
}

#lp_sec_1 .basmati_rice_slider ul.slick-dots li button::before,
#lp_sec_1 .basmati_rice_regions_slider ul.slick-dots li button::before {
    display: none;
}

#lp_sec_1 .basmati_rice_slider ul.slick-dots li button,
#lp_sec_1 .basmati_rice_regions_slider ul.slick-dots li button {
    background: #f9f9f9;
    border-radius: 50px;
}

#lp_sec_1 .basmati_rice_slider ul.slick-dots,
#lp_sec_1 .basmati_rice_regions_slider ul.slick-dots {
    bottom: 20px;
}

#lp_sec_1 .basmati_rice_slider ul.slick-dots li.slick-active button,
#lp_sec_1 .basmati_rice_regions_slider ul.slick-dots li.slick-active button {
    background-color: #ea6f01;
}

#site_footer {
    background-color: #445626;
    padding: 60px 0;
}

.f_col {
    float: left;
    width: 25%;
}

.f_col.img {
    width: 50%;
    position: relative;
    left: 40%;
}

.f_col h2 {
    text-transform: uppercase;
    color: #F5F8DA;
    font-weight: 600;
    margin: 0 0 15px;
}

.f_col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.f_col ul li {
    padding: 5px 0;
}

.f_col ul li a {
    color: #F5F8DA;
    text-decoration: none;
    font-size: 1rem;
}

.f_col ul li a:hover {
    color: #d1eca2;
}

.fcenter {
    top: 115px;
    position: relative;
}

.f_col.img {
    padding: 40px 0px;
}

ul.social_media {
    padding-inline-start: unset;
}

ul.social_media li {
    display: inline-block;
    margin-right: 10px;
}

ul.social_media li img {
    width: 24px;
    display: block;
}

.f_col #cc_contact {
    width: auto;
    padding-top: 15px;

}

.f_col #cc_contact ul li {
    padding: 5px 0;
}

.copyright p {
    color: #C0CBA3;
    font-weight: 300;
    margin: 0;
}

div#service {
    font-size: 1.3125rem;
    color: #656D5C;
}

section.serv {
    margin-bottom: 60px;
}

.serv h5 {
    padding-top: 20px;
}

.five_finance {
    width: 20%;
    float: left;
    height: 550px;
    position: relative;
    background-image: url(../images/vpic1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.five_finance:nth-child(2) {
    background-image: url(../images/vpic2.jpg);
}

.five_finance:nth-child(3) {
    background-image: url(../images/vpic3.jpg);
}

.five_finance:nth-child(4) {
    background-image: url(../images/vpic4.jpg);
}

.five_finance:nth-child(5) {
    background-image: url(../images/vpic5.jpg);
}

.fp_content {
    display: none;
}

.five_finance .five_finance_content {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    background-image: url(../images/overlay.png);
    background-position: bottom-left;
    background-repeat: repeat-x;
}

.five_finance .five_finance_content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 15px;
    text-transform: uppercase;
}

#lp_sec_4 .grid_col .para {
    min-height: 130px;
    color: white;
}

#lp_sec_4 .three .grid_col_details {
    width: 50%;
}

.for_mobile,
.toggle_nav,
#lp_sec_1 .slider_for_mobile {
    display: none;
}

.fade-effect {
    visibility: hidden;
}

@keyframes fade {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
}

@keyframes fade-top-active {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes fade-right-active {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes fade-bottom-active {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes fade-left-active {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

#lp_sec_4 .three .grid_col_inner,
#lp_sec_2 img.inner_img,
#lp_sec_4 .grid_col img.inner_img {
    border-radius: 8px;
}

/* OWL STYLE CSS */
.item-container,
a.btn-read {
    z-index: 3;
    text-align: center
}

.owl-carousel .owl-item {
    width: 25%;
}

.serv-icon img {
    width: 80px;
    height: auto;
}

#service.owl-carousel .owl-wrapper,
#service.owl-carousel {
    display: block;
}

#service .item .item-img {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 350px;
    background-position: center !important;
    position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
    margin-top: 40px
}

#service .item:hover .item-img {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.item-container {
    padding-right: 5%;
    padding-left: 5%;
    /*position: absolute;*/
    /*bottom: 60px;*/
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    transition: .4s all;
    -webkit-transition: .4s all;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.item-container h1 {
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: 600;
    font-size: 1.25rem;
    color: #000;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.4em;
    padding-bottom: 15px;
    margin-top: 20px;
}

.item-container h1:after,
a.btn-read {
    margin: 0 auto;
    /*position: absolute;*/
    left: 0;
    transition: all .4s;
    right: 0;
    bottom: 0
}

.item-container h1:after {
    content: '';
    width: 74px;
    height: 2px;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.item:hover h1:after {
    background: #FFF
}

.item-container p {
    color: #000;
    font-size: 0.9375rem;
    line-height: 1.5em;
}

a.btn-read {
    color: #FFF;
    display: inline-block;
    width: 90%;
    padding: 12px 11px;
    font-size: 1.1875rem;
    text-transform: uppercase;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    min-height: 50px;
    cursor: default
}

.item .btn-read {
    text-align: center;
    display: block;
}

#service .item:hover a.btn-read {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 7
}

/*#service .item:hover .item-container {
    -webkit-transform: translateY(-130px);
    -moz-transform: translateY(-130px);
    -o-transform: translateY(-130px);
    transform: translateY(-130px);
    z-index: 7
}*/
#service .item:hover .item-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    z-index: 6
}

.it-g {
    background-color: #869169;
}

.it-b {
    background-color: #000;
}

.item:hover .item-container p {
    display: block
}


.owl-next,
.owl-prev {
    display: inline-block
}

.owl-buttons,
.owl-next,
.owl-prev {
    font-size: 0;
    position: absolute
}

.owl-buttons {
    top: 50%;
    width: 100%
}

.owl-prev {
    left: 0
}

.owl-next {
    right: 0
}

.owl-next:after,
.owl-prev:after {
    position: absolute;
    content: "\f104";
    font-size: 1.875rem;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    background: rgba(177, 118, 42, .79);
    width: 23px;
    height: 56px;
    line-height: 50px;
    color: #FFF;
    padding-left: 6px
}

.owl-next:after {
    content: "\f105";
    right: 0;
    z-index: 999;
    left: auto;
    padding-left: 7px
}

#slp_sec_5 {
    padding-top: 35px;
}

/* section#backgroundh,
section#lp_sec_6 {

    padding: 60px 0px;
}

@media (max-width: 768px) {
    section#backgroundh,section#lp_sec_6 {
        padding: 20px 0px;
    } 
}*/

.section-with-images {
    position: relative;
}

.corner-image {
    display: none;
    position: absolute;
    /* Pins the image to the viewport */
    z-index: 1;
    /* Places images behind content if they overlap */
}

@media (min-width: 1280px) {
    .section-with-images {
        position: relative;
        min-height: 80vh;
    }

    /* Make the images visible */
    .corner-image {
        display: block;
    }

    /* * Position each image at a corner of the parent container,
     * then use 'transform' to push it visually outside that corner.
    */
    .top-left {
        top: calc(80vh / 2);
        left: calc(((100vw - 1140px) / 4) - 100px);
    }

    .top-right {
        top: 20px;
        right: calc(((100vw - 1140px) / 4) - 100px);
    }

    .bottom-left {
        bottom: 20px;
        left: calc(((100vw - 1140px) / 4) - 100px);
    }

    .bottom-right {
        bottom: calc(80vh / 2);
        right: calc(((100vw - 1140px) / 4) - 100px);
    }
}

.about-inner {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 1.1875rem;
    padding: 20px;
}

.about-content {
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.about-content img {
    border-radius: 10px;
}

.about-content h1 {
    color: #4a5d23;
    padding-left: 0px;
}

.about-content p {
    line-height: 1.6;
}


.vision {
    background-color: #c5e09b;
    padding: 40px 80px;
    margin: 20px 0;
    border-radius: 10px;
    font-weight: 600;
}

.vision p {
    font-size: 1.125rem;
    padding-bottom: 40px;
}

.w-100 {
    width: 100% !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

#banner-main,
.banner-main {
    background-color: #869169;
}

.banner-main h5 {
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
}

.banner {
    position: relative;
    height: 100vh;
    padding-right: 0px;
    padding-left: 0px;
}

.banner_inner {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    color: #F4F4D9;
    text-align: center;
}

section#director-section {
    padding-bottom: 90px;
    padding-top: 60px;
}

@media screen and (max-width: 768px) {
    section#director-section {
        padding-bottom: 60px;
        padding-top: 30px;
    }
}

.dir-img {
    overflow: hidden;
}

.dir-img img {
    border-radius: 50%;
    float: none;
    border: none;
}

.dir-bx h4 {
    padding-top: 75px;
    margin-bottom: 45px;
}

.dir-bx h4,
.dir-bx-2 h4,
.dir-bx-3 h4 {
    color: #e3a52d;
    font-size: 1.125rem;
    line-height: 24px;
    text-transform: uppercase;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.director-bg {
    padding: 20px;
    background: #c5e09b;
    border-radius: 20px;
}

.solutions {
    margin-top: 20px;
}

.team-head h3,
.team-head h4,
.team-head h5 {
    color: #828A55;
}

#button-main,
.button-main {
    background-color: #869169;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

#sme-section h4.text,
#sme-section h5.text {
    color: #869169;
    text-transform: none;
}


#sme-section img {
    border-radius: 20px;
}

#sme-section img.nbr {
    border-radius: 0px !important;
    width: 25px;
    height: auto;
}

a.sme-products {
    font-size: 1.3125rem;
    font-weight: 600;
    color: #869169;
    text-decoration: none;
    padding-bottom: 20px;
}

span.break {
    display: inline-block;
}

.solution h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}

.btn-siraj {
    color: #fff;
    background-color: #869169;
    border-color: #869169;
    margin: 5px;
}

.banner_inner h1,
h2,
h3,
h4,
h5 {
    text-transform: uppercase;
}

p {
    text-align: justify;
}

.fimg {
    width: 70%;
}

/* MEDIA */
@media screen and (max-width: 1139px) {
    .lp_sec_inner {
        max-width: 95%;
    }

    .lp_sec_inner {
        font-size: 1rem;
    }

    #lp_sec_2 {
        padding: 40px 0 20px;
    }

    .lp_2_content img.inner_content_img {
        width: 220px;
    }

    #lp_sec_7 .grid_col_details {
        padding: 20px 20px 0;
    }

    #lp_sec_4 .lp_sec_inner h2,
    #lp_sec_5 .lp_sec_inner h2,
    #lp_sec_7 .lp_sec_inner h2,
    #lp_sec_contact .lp_sec_inner h2 {
        font-size: 2rem;
    }

    #lp_sec_4 .grid_col h3,
    #lp_sec_7 .grid_col h3 {
        font-size: 0.8125rem;
    }

    #lp_sec_4 .grid_col p {
        font-size: 1rem;
    }

    #lp_sec_4 .two .grid_col_inner {
        min-height: 430px;
    }

    .for_mobile {
        display: block;
        padding-bottom: 30px;
    }

    .for_desktop {
        display: none;
    }

    #lp_sec_1 .basmati_rice_regions_slider ul.slick-dots {
        bottom: -25px;
    }

    #lp_sec_1 .basmati_rice_slider ul.slick-dots {
        bottom: 10px;
    }

    #lp_sec_1 .basmati_rice_slider ul.slick-dots li,
    #lp_sec_1 .basmati_rice_regions_slider ul.slick-dots li,
    #lp_sec_1 .basmati_rice_slider ul.slick-dots li button,
    #lp_sec_1 .basmati_rice_regions_slider ul.slick-dots li button {
        width: 12px;
        height: 12px;
    }

    .video_content {
        width: 90%;
        bottom: 20%;
    }

    #lp_sec_2 img.inner_img,
    .lp_2_content {
        float: none;
        padding: 0;
        width: 100%;
    }

    #lp_sec_4 .grid_col_details {
        padding: 10px 8px;
    }

    .help_four {
        padding: 10px;
        font-size: 0.875rem;
    }

    .help_four:before {
        width: 1px;
        height: 40px;
        left: -5px;
        top: 25px;
    }

    .item-container h1,
    .item-container p {
        font-size: 0.75rem;
    }


    .main_logo {
        width: 135px;
        padding-top: 12px;
    }

    #inner_nav ul li a {
        margin: 0 15px;
        font-size: 0.75rem;
        padding: 25px 0px;
    }

    .video_content_wrap h1 {
        font-size: 2.5rem;
    }

    .video_content_wrap,
    .lp_2_content,
    #lp_sec_4 p,
    .lp_6_content,
    .f_col h2 {
        font-size: 1.125rem;
    }

    ul.social_media li {
        margin-right: 15px;
    }
}

h1,
.h1 {
    font-size: 1.75rem;
}

@media screen and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 1.25rem;
    }

    h3,
    .h3,
    h4,
    .h4 {
        font-size: 1rem;
    }

    .f_col .fimg {
        width: 50%;
        padding-top: 20px;
        text-align: center;
        margin: auto;
        display: flex;
        justify-content: center
    }

    .nopadb {
        padding-bottom: 0px !important;
    }

    .fcenter {
        text-align: center;
        top: 0;
    }

    .lp_sec_inner {
        max-width: 90%;
    }

    #cc_contact {
        width: auto;
    }

    #lp_sec_contact p {
        line-height: 1.6;
    }

    #lp_sec_4 .lp_sec_inner h2,
    #lp_sec_5 .lp_sec_inner h2,
    #lp_sec_7 .lp_sec_inner h2,
    #lp_sec_contact .lp_sec_inner h2 {
        font-size: 1.5rem;
    }

    section#lp_sec_4,
    section#lp_sec_5,
    section#lp_sec_6,
    section#lp_sec_7,
    section#lp_sec_contact {
        padding: 30px 10px;
    }

    #lp_sec_6 img.inner_img {
        width: 300px;
        padding-top: 0;
        margin: 0 auto;
        float: none;
    }

    .lp_6_content {
        float: none;
        width: auto;
        padding-left: 0;
        padding-top: 20px;
        padding-right: 0;
        text-align: center;
    }

    section#lp_sec_6 {
        text-align: center;
    }

    img.inner_img {
        float: none;
        width: 300px;
    }

    .lp_2_content {
        float: none;
        width: auto;
        padding-left: 0;
    }

    section#lp_sec_2 {
        text-align: center;
    }

    #lp_sec_4 .grid_col_details,
    #lp_sec_7 .grid_col_details {
        float: none;
        width: 100%;
    }

    #lp_sec_4 .two .grid_col_details,
    #lp_sec_7 .two .grid_col_details {
        width: 100%;
    }

    #lp_sec_4 .three .grid_col_inner {
        min-height: inherit;
    }

    #lp_sec_7 .grid_col_details {
        padding: 20px 0;
    }

    nav#inner_nav {
        padding: 20px 0;
        text-align: right;
        position: fixed;
    }

    .toggle_nav img.slider_img {
        width: 32px;
        height: auto;
        display: inline-block;
        margin-right: 12px;
        margin-top: 5px;
    }

    .main_logo {
        padding-top: 12px;
        position: absolute;
        left: 10px;
        top: 8px;
    }

    .video_content_wrap h1 {
        font-size: 1.25rem;
        margin-bottom: 0;
    }

    .video_content_wrap {
        width: auto;
        font-size: 1rem;
    }

    a.know_more {
        padding: 2px 10px;
        font-size: 0.75rem;
    }

    .video_content {
        bottom: 0;
    }

    .lp_2_content h2,
    #lp_sec_4 .lp_sec_inner h2 {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    #lp_sec_4 .grid_col .para {
        min-height: inherit;
    }

    #inner_nav ul {
        position: absolute;
        width: 100%;
        top: 81px;
        background: #869169;
        z-index: 1;
        padding-bottom: 20px;
        border-radius: 0 0 10px 10px;
        display: none;
    }

    #inner_nav ul li {
        display: block;
        background: none;
        padding: 0;
    }

    #inner_nav ul li a {
        font-size: 0.875rem;
        line-height: 1.3;
        padding: 14px 10px;
        text-align: left;
        display: block;
        border-bottom: 1px solid #fff;
        color: #fff;
        margin: 0;
    }

    #inner_nav ul .sub_menu {
        position: static;
        width: 100%;
        background: white;
        border-radius: 0;
        padding: 0 20px;
    }

    #inner_nav ul .sub_menu li a {
        font-size: 0.8125rem;
        padding: 12px 0;
        border-bottom: 1px solid #c0c0c0;
    }

    #inner_nav ul .sub_menu li:last-child a {
        border-bottom: 0;
    }

    .toggle_nav,
    #lp_sec_1 .slider_for_mobile {
        display: block;
    }

    #lp_sec_1 .slider_for_desktop {
        display: none;
    }

    #lp_sec_4 .grid_col h3 {
        font-size: 1.25rem;
    }

    .help_four {
        width: 50%;
        padding-top: 0;
        padding-bottom: 0;
    }

    .owl-carousel .owl-item {
        width: 50%;
    }

    #lp_sec_6 img.inner_img {
        width: 100px;
    }

    .f_col {
        width: 50%;
    }

    #site_footer {
        text-align: center;
    }
}

@media screen and (max-width: 440px) {
    #lp_sec_2 img.inner_img {
        width: 300px;
    }

    #lp_sec_4 .grid_col_details {
        padding: 10px 0;
    }

    .owl-carousel .owl-item {
        width: 100%;
        float: none;
    }

    .f_col,
    #lp_sec_4 .three .grid_col_details {
        float: none;
        width: 100%;
    }

    .solution h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        text-align: center;
    }
}

.sme ul,
ul.sme {
    padding-left: 15px
}

.col.hex {
    display: flex;
    /* Use Flexbox for centering */
    justify-content: center;
    /* Center horizontally */
}

.hex {
    width: 335px;
    /* Set based on your requirements */
    height: 335px;
    background-image: url("../images/hexagon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.hex img {
    max-width: 50%;
}

.rounded-image1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #899977;
    padding: 10px 0px;
    margin-top: 35px;
}

.content {
    height: 555px;
    display: flex;
    /* Use Flexbox */
    flex-direction: column;
    /* Arrange items vertically */
    align-items: center;
    /* Center items horizontally */
    text-align: center;
    /* Center text inside */
    width: inherit;
}

.hex h2 {
    color: #899977;
    padding-top: 5px
}

.hex hr {
    border-radius: 5px;
    border-top: 2px solid #899977;
    width: 65%;
    margin-top: .1rem;
    margin-bottom: .1rem;
}

.hex .para {
    padding: 10px 40px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.45;
}

@media only screen and (max-width: 600px) {
    .hex .para {
        padding: 5px 25px;
        font-size: 0.75rem;
        font-weight: 600;
    }

    .hex .para1 {
        padding: 4px 10px;
        font-size: 0.9375rem;
        font-weight: 600;
    }

    .hex {
        width: 255px;
        /* Set based on your requirements */
        height: 255px;
    }

    .hex h2 {
        padding-top: 5px;
    }

    hr {
        margin-top: .1rem;
        margin-bottom: .1rem;
    }

    .rounded-image1 {
        width: 36px;
        height: 36px;
        padding: 2px 0px;
        margin-top: 10px;
    }

    h2,
    .h2 {
        font-size: 1.2rem;
    }
}

sup.req {
    color: red;
}

@media screen and (max-width: 1024px) {
    .f_col ul.social_media li {
        margin-right: 5px;
    }

    .fcenter {
        top: 105px;
    }
}

@media screen and (max-width: 768px) {
    .f_col ul.social_media li {
        margin-right: 0px;
    }
}

@media screen and (max-width: 425px) {
    .f_col ul.social_media li {
        margin-right: 10px;
    }

    .fcenter {
        top: 0px;
    }
}

.sub_menu ul.sub_menu {
    top: 0px;
    left: 155px;
    z-index: 15 !important;
}

.sme h5.sme {
    text-transform: uppercase;
    background-color: #869169;
    color: white;
    display: inline;
    padding: 5px;
}

.ti .sme h5 {
    text-transform: uppercase;
    background-color: #869169;
    color: white;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
}

.accessibility-tab {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #eee;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.accessibility-toggle {
    background: #444;
    color: #fff;
    border: none;
    padding: 8px;
    font-size: 1rem;
    border-radius: 6px;
    cursor: pointer;
}

.accessibility-controls {
    display: none;
    margin-top: 8px;
    flex-direction: column;
    gap: 6px;
}

.accessibility-controls.show {
    display: flex;
}

.accessibility-controls button {
    background: #444;
    color: #fff;
    border: none;
    padding: 8px;
    font-size: 0.875rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.accessibility-controls button:hover {
    background: #000;
}

.high-contrast {
    background-color: #000 !important;
    color: #fff !important;

    /* color: black !important; */
    border-color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
}


.accessibility-active {
    font-size: 1.2em;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

@media (forced-colors: active) {
    .background-section {
        background-image: none;
        background-color: black;
        color: white;
    }
}

p.sme,
.sme li {
    font-weight: bold;
}

.high-contrast .lp_2_content,
.high-contrast .sme,
.high-contrast p.sme,
.high-contrast .sme li,
.high-contrast .con-single-box h3 {
    color: white;
}

.high-contrast .data:hover,
.high-contrast .about-content,
.high-contrast #site_footer,
.high-contrast .card,
.high-contrast .con-box {
    background-color: black;
}

.high-contrast section#lp_sec_6,
.high-contrast section#backgroundh,
.high-contrast section#director-section,
.high-contrast section#about-section,
.high-contrast section#about-section2,
.high-contrast section#sme-section,
.high-contrast section#lp_sec_4 {
    background-image: none;
}

.high-contrast .team-head h3,
.high-contrast .team-head h4,
.high-contrast .team-head h5,
.high-contrast .about-content h1,
.high-contrast #lp_sec_4 .lp_sec_inner h2,
.high-contrast #lp_sec_6 .lp_sec_inner h2,
.high-contrast #lp_sec_8 .lp_sec_inner h2 {
    color: white;
}


.high-contrast input::placeholder,
.high-contrast textarea::placeholder,
.high-contrast input,
.high-contrast select {
    color: black !important;
}

.high-contrast .btn-siraj,
.high-contrast .yellow,
.high-contrast .fa {
    color: #000;
    background-color: #fff;
}


.high-contrast nav#inner_nav,
.high-contrast #banner-main,
.high-contrast .banner-main,
.high-contrast section#lp_sec_6,
.high-contrast #lp_sec_4 .grid_col_details {
    background-color: black;
}

.high-contrast #inner_nav ul li a {
    color: white;
}

.high-contrast #inner_nav ul li:hover {
    background-color: black;
}

.high-contrast #inner_nav ul .sub_menu {
    background: #fff;
    color: black !important;
}

.high-contrast #inner_nav ul .sub_menu li a:hover {
    background: #000;
    color: #fff !important;
}

.high-contrast #inner_nav ul .sub_menu li a {
    color: #000;
}

.high-contrast #banner-main picture {
    display: none;
}

#cookie-banner {
    display: none;
}

html[dir="rtl"] li.sub-menu {
    background-image: url(/images/left-arrowo.png);
    /* Use a mirrored arrow if available */
    background-position: left center;
    background-size: 14px auto;
    background-repeat: no-repeat;
    padding-left: 6px;
    padding-right: 0;
}

html[dir="rtl"] .has-shadow .sub-menu {
    background-image: url(/images/left-arrow.png);
    /* Use a mirrored arrow if available */
    background-position: left center;
    background-size: 14px auto;
    background-repeat: no-repeat;
    padding-left: 6px;
    padding-right: 0;
}

html[dir="rtl"] .sub_menu ul.sub_menu {
    top: 0px;
    right: 165px;
    z-index: 15 !important;
}

html[dir="rtl"] #inner_nav ul .sub_menu {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    padding: 0 10px 0 0;
    width: 175px;
    z-index: 10;
}

html[dir="rtl"] li.sme-menu,
li.retail-menu,
li.about_us,
li.helpdesk {
    background-image: url(../images/down-arrowo.png);
    background-position: right center;
    background-size: 14px auto;
    background-repeat: no-repeat;
    padding-right: 0px;
}

html[dir="rtl"] .has-shadow li.sme-menu,
.has-shadow li.retail-menu,
.has-shadow li.about_us,
.has-shadow li.helpdesk {
    background-image: url(../images/down-arrow.png);
    background-position: right center;
    background-size: 14px auto;
    background-repeat: no-repeat;
    padding-right: 0px;
}

#inner_nav.has-shadow .language a {
    color: #ffd700 !important;
    background-color: #445626;
    color: white;
    border: none;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 678px) and (max-width: 935px) {
    #inner_nav ul li a {
        margin: 0px 4px;
        font-size: 0.7rem;
    }
}

.language a {
    margin: 0px 0px 0px 25px !important;
    color: white !important;
}

#inner_nav ul .language:hover {
    background-color: transparent !important;
}

html[dir="rtl"] .language a {
    margin: 0px 25px 0px 0px !important;
    color: white !important;
}

html[dir="rtl"] #inner_nav ul .language:hover {
    background-color: transparent !important;
}


#inner_nav.has-shadow .language a {
    color: white !important;
    background-color: #869169;
    border: none;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

#inner_nav .language a {
    color: white !important;
    background-color: #869169;
    border: none;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

html[dir="rtl"] #inner_nav.has-shadow .language a {
    color: white !important;
    background-color: #869169;
    border: none;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

html[dir="rtl"] #inner_nav .language a {
    color: white !important;
    background-color: #869169;
    border: none;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

#cookieModal h1 {
    font-size: 24px;
}

.mobile-menu {
    position: fixed;
    top: 60px;
    /* match height of #inner_nav */
    left: 0;
    right: 0;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    background-color: white;
    z-index: 1029;
    /* just below nav */
    -webkit-overflow-scrolling: touch;
}

.lp_sec_inner.copyright {
    padding-top: 40px;
}

#version {
    text-align: right;
    background-color: #445626;
    padding: 0px 10px;
    color: #fff;
}
