/*

    Font Use

   font-family: "Instrument Sans",



    font-weight style

    Regular : 400

    Medium : 500

    Semibold: 600

    Bold : 700



*/
@media (prefers-reduced-motion:no-preference) {
  :root { scroll-behavior: initial; }
}
*:focus { outline: none; }
body { margin: 0px; padding: 0px; font-family: "Instrument Sans", sans-serif; font-weight: 400; font-size: 20px; color: #555555; line-height: 30px; background-color: #fff; }
ul,
li { list-style: none; margin: 0px; padding: 0; }
p { margin-bottom: 20px; }
b,
strong { font-weight: 700; }
a { color: #E28A2E; cursor: pointer; text-decoration: none; outline: none; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; }
a:hover { color: #456D44; text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 { color: #456D44; font-family: "Instrument Sans", sans-serif; font-weight: 600; letter-spacing: 0; line-height: 1; margin: 0px; padding: 0px; }
h1 { font-size: 60px; margin-bottom: 20px; }
h2 { font-size: 60px; margin-bottom: 20px; }
h3 { font-size: 36px; margin-bottom: 15px; }
h4 { font-size: 30px; margin-bottom: 15px; }
h5 { font-size: 24px; margin-bottom: 20px; }
h6 { font-size: 16px; margin-bottom: 10px; }
img { max-width: 100%; height: auto; }
input[type="submit"],
input[type="button"],
button[type="submit"],
button[type="button"] { outline: none; font-family: "Instrument Sans", sans-serif; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; }
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea,
input[type="tel"],
input[type="date"],
select { box-shadow: 0px !important; -webkit-box-shadow: 0px !important; -ms-box-shadow: 0px !important; -moz-box-shadow: 0px !important; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: 0px; }
input[type="date"]::-webkit-inner-spin-button { display: none; }
input[type="date"]::-webkit-calendar-picker-indicator { color: rgba(0, 0, 0, 0); opacity: 1; background-image: none; background: transparent; }
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; appearance: none; }
input[type=number]::-moz-outer-spin-button,
input[type=number]::-moz-inner-spin-button { -webkit-appearance: none; margin: 0; appearance: none; }
.form-control { display: block; width: 100%; height: auto; padding: 11px 20px; color: #fff; background-color: #517750; border: 1px solid #517750; border-radius: 10px; box-shadow: none; font-size: 18px; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; text-overflow: ellipsis; }
select.form-control,
select { background-image: url(../images/chevron-down.svg); background-repeat: no-repeat; background-position: 100% 50%; }
.form-control:focus { color: #555; background-color: #fff; border: 1px solid #517750; outline: 0; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; }
.form-control::-webkit-input-placeholder { color: #9ABA9A; }
.form-control::-moz-placeholder { color: #9ABA9A; }
.form-control:-ms-input-placeholder { color: #9ABA9A; }
.form-control::-ms-input-placeholder { color: #9ABA9A; }
.form-control::placeholder { color: #9ABA9A; }
label { display: inline-block; max-width: 100%; margin-bottom: 0px; font-weight: 400; font-size: 16px; color: #555555; }
sup { font-size: 14px; color: #000; top: -1px; left: 1px; }
textarea.form-control { resize: none; height: 100px; }
button:focus { outline: none; }
.btn-theme { padding: 17px 22px; display: inline-block; font-weight: 600; position: relative; background-color: #E28A2E; line-height: 1; vertical-align: top; font-size: 17px; cursor: pointer; transition: all 0.3s ease-in-out; position: relative; color: #fff; border-radius: 15px 0px 15px 0px; }
.btn-theme:hover { background-color: #456D44; color: #fff; }
input[type="submit"].btn-theme { border: none; }
input[type="submit"].btn-theme:hover { background-color: #456D44; color: #fff; }
footer input[type="submit"].btn-theme:hover { background-color: #fff; color: #456D44; }
input[type="radio"],
input[type="checkbox"] { cursor: pointer; }
.contactformrow .form-control { background: transparent; border-color: #ddd; color: #555555; }
.contactformrow .form-control::-webkit-input-placeholder { color: #555555; }
.contactformrow .form-control::-moz-placeholder { color: #555555; }
.contactformrow .form-control:-ms-input-placeholder { color: #555555; }
.contactformrow .form-control::-ms-input-placeholder { color: #555555; }
.contactformrow .form-control::placeholder { color: #555555; }
.contactformrow .form-control:focus { border-color: #E28A2E; }
.mr-10 { margin-right: 10px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-50 { margin-top: 50px; }
.mt-100 { margin-top: 100px; }
.mt-150 { margin-top: 150px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-60 { margin-bottom: 60px; }
.mb-50 { margin-bottom: 50px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }
.mb-120 { margin-bottom: 120px; }
.mb-150 { margin-bottom: 150px; }
.mb-200 { margin-bottom: 200px; }
.mb-250 { margin-bottom: 250px; }
.mb-300 { margin-bottom: 300px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }
.pb-120 { padding-bottom: 120px; }
.pb-150 { padding-bottom: 150px; }
.pb-200 { padding-bottom: 200px; }
.pt-100 { padding-top: 100px; }
.pt-120 { padding-top: 120px; }
.pt-150 { padding-top: 150px; }
.pt-200 { padding-top: 200px; }
.list-items ul { display: inline-block; width: 100%; margin-bottom: 10px; }
.list-items ul li { display: inline-block; width: 100%; position: relative; padding-left: 30px; margin-bottom: 10px; }
.list-items ul li::before { left: 0px; top: 7px; background-image: url(../images/list-items-icon.svg); background-color: transparent; width: 19px; height: 20px; border-radius: 0px; background-repeat: no-repeat; position: absolute; content: ""; }
.help-block-error { color: #fff; font-size: 14px; line-height: 1; }
.headblack { color: #000; }
.d-inline-block { vertical-align: top; }
.lastmbnone :last-child { margin-bottom: 0px; }
.lastmbnone p:last-child { margin-bottom: 0px; }

/*.f100{}

.f70{}

.f50{}

.f30{}

.f24{}*/
.title-80,
.title-80 h1,
.title-80 h2,
.title-80 h3 { font-size: 80px; line-height: 1; }
.title-70,
.title-70 h1,
.title-70 h2,
.title-70 h3,
.blogdetailcontent h1,
.blogdetailcontent h2,
.title-50,
.title-50 h1,
.title-50 h2,
.title-50 h3 { font-size: 50px; line-height: 1; }
.text-36,
.text-36 h3,
.text-36 h4 { font-size: 36px; line-height: 1.3; }
.text-30,
.text-30 h3,
.text-30 h4 { font-size: 30px; line-height: 1.3; }
.img-scale { display: block; overflow: hidden; }
.img-scale img { transform: scale(1); transition: all 0.3s ease; }
.img-scale:hover img { transform: scale(1.1); }
.btnlink { font-size: 18px; position: relative; padding-bottom: 5px; font-weight: 600; }
.btnlink::before,
.btnlink::after { content: ''; position: absolute; bottom: 0px; left: 0px; transform-origin: left; width: 100%; height: 1px; transition: all 0.3s ease; }
.btnlink::before { background-color: #E28A2E; }
.btnlink::after { background-color: #456D44; transform: scaleX(0); }
.btnlink:hover::after { transform: scaleX(1); }
.iconbordebottom { border-bottom: 1px solid #ddd; padding-bottom: 30px; }

/*common css end*/

/*Header css start*/

.mainheader { width: 100%; padding: 30px 100px; position: fixed; top: 0px; transition: all 0.3s ease; top: 0px; z-index: 20; }
.sticky.mainheader { background-color: #fff; }
.sticky.mainheader { padding: 10px 100px; }
.logo { position: relative; }
.logo a { display: block; }
.logo img { transition: all 0.3s ease; width: 133px; }
.sticky.mainheader .logo img { width: 110px; }
.stickylogo { position: absolute; top: 0px; left: 0px; opacity: 0; }
.sticky.mainheader .stickylogo { opacity: 1; }
.sticky.mainheader .unstickylogo { opacity: 0; }
.navmenu { display: flex; align-items: center; }
.navmenu>ul { margin: 0px; padding: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.navmenu>ul>li { position: relative; list-style: none; margin: 0px 15px; padding: 10px 0px; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; }
.navmenu>ul>li:last-child { margin-right: 0px; }
.navmenu > ul > li.lastcontact { display: none; }
.navmenu > ul > li.menu-item-has-children::before { margin-top: 12px; content: ''; width: 12px; height: 10px; display: inline-block; transition: all 0.2s ease; vertical-align: top; right: 0px; position: absolute; background-image: url(../images/chevron-down-white.svg); background-repeat: no-repeat; background-size: 100%; background-position: left center; }
.sticky.mainheader .navmenu > ul > li.menu-item-has-children::before { background-image: url(../images/chevron-down-black.svg) }
.navmenu > ul > li.menu-item-has-children > a { padding-right: 20px; }
.navmenu > ul > li > a { color: #FFFFFF; display: block; font-size: 20px; font-weight: 500; }
.navmenu > ul > li > a:hover,
.navmenu > ul li.current-menu-item > a,
.navmenu > ul li.current-menu-ancestor > a,
.navmenu > ul > li:hover > a,
.sticky.mainheader .navmenu > ul > li:hover > a { color: #E28A2E; }
.navmenu > ul > li ul { left: 0%; display: none; position: absolute; top: 100%; width: 275px; margin: 0px; background: #fff; padding: 10px 20px; box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.2) }
.navmenu > ul > li:hover ul { display: block; }
.navmenu > ul > li ul li ul { top: 0px; left: 100%; }
.navmenu > ul > li > ul > li { padding: 10px 0px 10px 0px; margin-bottom: 0px; position: relative; border-bottom: 1px solid #ddd }
.navmenu > ul > li > ul li:last-child { border: none; }
.navmenu > ul > li > ul li a { display: block; color: #555555; position: relative; font-size: 18px; font-weight: 500; }
.navmenu > ul > li > ul li a:hover { color: #E28A2E; }
.sticky.mainheader .navmenu > ul > li a { color: #555555; }
.sticky.mainheader .navmenu > ul > li a:hover,
.sticky.mainheader .navmenu > ul li.current-menu-item > a { color: #E28A2E; }
.headerclose,
.navbartoggle,
.sub-menu-arrow { display: none; }
.rightobjectvector { right: 0px; position: absolute; bottom: 0px; z-index: 5; }
.navmenu .btn-theme { margin-left: 35px; }
.brnadeidentity { width: 20%; }
.sub-menu-arrow { text-align: center; overflow: hidden; padding: 5px 10px; display: none; vertical-align: top; line-height: 1; cursor: pointer; position: absolute; right: -20px; }
.navarrow { display: inline-block; vertical-align: top; position: relative; width: 17px; height: 15px; }
.navarrow::before { content: ''; width: 17px; height: 15px; display: inline-block; transition: all 0.2s ease; vertical-align: top; position: absolute; background: url(../images/chevron-down-black.svg) no-repeat; background-position: left center; left: 0px; background-size: 15px; }
.navarup::before { transform: rotate(180deg); }
.navmenu > ul li.current-menu-ancestor .navarrow::before { background-image: url(../images/chevron-down-orange.svg); }

/* inner page header css */
.innerheader.mainheader { background-color: #fff; }
.innerheader.mainheader .navmenu > ul > li > a { color: #555555; }
.innerheader.mainheader .navmenu > ul > li > a:hover,
.innerheader.mainheader .navmenu > ul li.current-menu-item > a,
.innerheader.mainheader .navmenu > ul li.current-menu-ancestor > a,
.innerheader.mainheader .navmenu > ul > li:hover > a { color: #E28A2E; }
.innerheader.mainheader .stickylogo { opacity: 1; }
.innerheader.mainheader .unstickylogo { opacity: 0; }
.innerheader.mainheader .navmenu > ul > li.menu-item-has-children::before { background-image: url(../images/chevron-down-black.svg); }
.navmenu > ul li.current-menu-ancestor.menu-item-has-children::before,
.navmenu > ul > li.menu-item-has-children:hover::before,
.sticky.mainheader .navmenu > ul > li.menu-item-has-children:hover::before,
.innerheader.mainheader .navmenu > ul li.current-menu-ancestor.menu-item-has-children::before,
.innerheader.mainheader .navmenu > ul > li.menu-item-has-children:hover::before { background-image: url(../images/chevron-down-orange.svg); }

/* Header css end */

/* Home page start */

/* Slider section top */

.fullheightsection { overflow: hidden; height: 100vh; }
.fullscreenswiper { height: 100%; }
.fullscreenswiper .swiper-slide { overflow: hidden; }
.swiper-slide-inner { width: 100%; height: 100%; left: 0; top: 0; background: #000; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.swiper-slide-inner-bg { width: 100%; height: 100%; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s; -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s; -ms-transition: opacity .6s ease-in-out, transform 2s ease .7s; -o-transition: opacity .6s ease-in-out, transform 2s ease .7s; transition: opacity .6s ease-in-out, transform 2s ease .7s; -webkit-transform: scale(1.15); -moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); transform: scale(1.15); opacity: 0.2; -moz-opacity: 0.2; -webkit-opacity: 0.2; filter: alpha(opacity=20); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }
.swiper-slide-visible .swiper-slide-inner-bg,
.swiper-slide-active .swiper-slide-inner-bg { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.overlay:before { content: ""; position: absolute; display: block; top: 0; left: 0; bottom: 0; right: 0; z-index: 1; }
.fullscreenswiper .swiper-button-next,
.fullscreenswiper .swiper-button-prev { z-index: 10; }
.fullscreenswiper .swiper-pagination { z-index: 10 }
.swiper-pagination-bullet { background-color: #fff; opacity: 1; width: 10px; height: 10px; }
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0px 5px; }
.swiper-pagination-bullet-active { background-color: #E28A2E; }
.captionslider { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; padding: 0px 100px; z-index: 10; }
.toptitleslider { font-weight: 600; width: 57%; color: #fff; font-size: 100px; line-height: 1; }

/* Slider section top */
.imgbgcol { overflow: hidden; text-align: center; }
.aboutcomsection,
.ourvaluesrow,
.infrastructure-video-row { background-color: #F9F6EF; padding: 200px 0px; }
.borderboxrow { border: 1px solid #ddd; margin-bottom: 50px; padding: 70px; background-color: #fff; }
.productrow .container .borderboxrow { position: sticky; top: 100px; display: flex; flex-wrap: wrap; align-items: center; }
.productrow .container .borderboxrow:last-child { margin-bottom: 0px; }
.vectortopleft { left: 0px; top: 0px; position: absolute; }
.vectortopright { right: 0px; top: 0px; position: absolute; }
.vectorbottomleft { left: 0px; bottom: 0px; position: absolute; }
.vectorbottomright { right: 0px; bottom: 0px; position: absolute; }
.prodslidever { margin: 0px -12px; }
.prodslidever .slick-slide { padding: 0px 12px; }
.tabsectionrow .vectortopright { top: -70px; }
.tabsection { overflow: hidden; }
.tabsection .tab-content >.tab-pane { /*margin-right: -305px;*/ position: relative; }
.nav-pills .nav-link { display: block; color: #555555; width: 100%; text-align: left; border: 1px solid #ddd; font-size: 24px; padding: 28px 30px; border-radius: 30px 0px 30px 0px; font-weight: 600; }
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav-pills .nav-link:hover { background-color: #E28A2E; color: #fff; }
.nav-pills li { margin-bottom: 15px; }
.aboutcomsection .vectortopleft { top: 150px; }
.vidoerow { margin-bottom: 50px; }

/*.vidoerow video { border-radius: 10px; }*/
.countercolrow { margin-bottom: 30px; }
.countborder { padding-bottom: 30px; border-bottom: 1px solid #ddd; width: 100%; text-align: center; min-height: 100%; }
.countercolrow [class*="col-"] { margin-bottom: 20px }
.countborder span { font-size: 70px; color: #456D44; font-weight: 600; margin-bottom: 10px; display: inline-block; line-height: 1; }
.countborder p { margin-bottom: 0px; }
.slidertabrow { padding-left: 305px; }
.vegtablerowsection h2 { margin-bottom: 15px; }
.vegislidersect { padding-left: 305px; overflow: hidden; }
.vegcorslider { margin-left: -12px; margin-right: -120px; padding-bottom: 40px; }
.vegcorslider .slick-slide { padding: 0px 12px; }
.vegcorslider h4 { margin-bottom: 0px; padding: 30px 50px; background-color: #F9F6EF; }
.vegcorslider img { width: 100%; margin-bottom: 20px; }
.vegcorslider p { margin-bottom: 0px; }
.vegcorslider .slick-prev,
.vegcorslider .slick-next { top: 33%; }
.vegcorslider .slick-prev { left: -60px; margin-top: -25px; }
.vegcorslider .slick-next { left: -60px; margin-top: 25px; }
.tabsection .vectortopright { top: -250px; }
.mapsectionrow .vectortopright { top: -60px; }
.logoslider { margin: 100px -12px 0px; }
.logoslider .slick-slide { padding: 0px 12px; }
.logoslider .slick-prev { left: -40px; }
.logoslider .slick-next { right: -40px; }
.logoborderbox { border: 1px solid #ddd; padding: 35px 20px; }
.testimonialrow { padding: 200px 0px; background-color: #F9F6EF; }
.borderbottomcol { border: 1px solid #ddd; padding: 50px 50px 50px 70px; font-size: 24px; line-height: 36px; min-height: 100%; position: relative; display: flex; flex-direction: column; justify-content: space-between; }
.borderbottomcol::before { content: ''; position: absolute; top: 48px; left: -40px; background-image: url(../images/quote-icon.svg); background-repeat: no-repeat; background-position: center; width: 76px; height: 70px; background-color: #F9F6EF; background-size: 65px; }
.textslider { padding-bottom: 50px; margin: 0px -12px; }
.textslider .slick-slide { padding: 0px 40px; }
.testiname { border-top: 1px solid #ddd; padding-top: 20px; }
.testiname b { color: #456D44; display: block; }
.textslider .slick-prev,
.textslider .slick-next { right: 30px; top: auto; transform: none; bottom: 0px; }
.textslider .slick-prev { left: auto; right: 80px; }

/* Home page end */

/* footer css start */

.footermain h2 { color: #ffffff; }
.footerlogo { margin-bottom: 40px; }
.footermain h3 { color: #fff; }
.footermain { padding: 150px 0px 100px; background-color: #456D44; color: #fff; }
.submitload { margin-left: 10px; margin-top: 13px; }

/*.addressinfo { font-size: 24px; line-height: 30px; }*/
.socialmenu ul { display: flex; flex-wrap: wrap; width: 100%; }
.socialmenu ul li { margin-right: 20px; }
.socialmenu ul li a { border: 1px solid transparent; width: 40px; height: 40px; display: inline-flex; justify-content: center; align-items: center; border-radius: 100%; background-color: #E28A2E; }
.socialmenu ul li svg { fill: #ffffff; transition: all 0.3s ease; }
.socialmenu ul li a:hover { border-color: #fff; background-color: #fff; }
.socialmenu ul li a:hover svg { fill: #456D44; }
.contatnumber { margin-bottom: 30px; }
.contatnumber a { color: #fff; }
.contatnumber p { margin-bottom: 8px; }
.copyrightcol { border-top: 1px solid #88A488; padding-top: 30px; color: #FFFFFF; }
.copyrightcol,
.designright a { color: #fff; }
.copyrightcol a:hover { color: #E28A2E; }
.gotomaplink { margin-bottom: 30px; line-height: 1; }
.gotomaplink a { color: #fff; font-size: 18px; }
.gotomaplink a:hover { text-decoration: underline; }
.footerlink { margin-top: 100px; }
.footerlink ul { display: flex; margin-bottom: 30px; flex-wrap: wrap; }
.footerlink ul li { margin-right: 50px; }
.footerlink ul li a { color: #fff; }
.footerlink ul li a:hover { color: #E28A2E }

/* footer css End */

/* Science page css start */

.pagetopoffset { padding-top: 150px; }
.tabcaption { position: absolute; bottom: 0px; width: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 3.41%, rgba(34, 31, 32, 0.80) 80.68%); padding: 100px 100px 70px; color: #fff; }
.tabdetailcontent { width: 80%; }
.tabcaption h3 { color: #fff; margin-bottom: 20px; }
.custoimizebrandbg { padding: 150px 0px; height: 100vh; background-image: url(../images/customize-your-blend-bg.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: center; }
.custoimizebrandbg::before { content: ''; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; background-color: rgba(0, 0, 0, 0.50); }
.custoimizebrandbg h2 { color: #fff; }
.scienceabout h4 { margin-bottom: 0px; }
.scienceabout h4 a { color: #E28A2E; font-size: inherit; }
.scienceabout h4 a:hover { color: #456D44; }
.tablesidebar { width: 50%; position: fixed; top: 0px; right: 0px; background-color: #fff; height: 100%; z-index: 100; padding: 100px 150px; display: flex; align-items: center; transition: right 0.5s; }
.sidepopModal { right: -100%; }
.sidepopModal.slide { right: 0px; }
.table td ul li { position: relative; padding-left: 20px; }
.table td ul li::before { position: absolute; left: 0px; top: 12px; width: 5px; height: 5px; background-color: #000; content: ''; }
.table td,
.table th { font-size: 18px; }

/*.table tr td:first-child, .table tr th { color: #456D44; font-weight: 600; font-size: 18px; }*/
.table tr td strong,
.table tr th strong { color: #456D44; font-weight: 600; }
.table-bordered>:not(caption)>*,
.table>:not(caption)>*>* { border: 1px solid  #ddd; }
.table>:not(caption)>*>* { padding: 15px 30px; }
.table-striped>tbody>tr:nth-of-type(odd)>* { --bs-table-bg-type: #F2F5F2; }
.borderbox { border: 1px solid #ddd; }
.blogimg { margin-bottom: 25px; }
.blogcontent { padding: 0px 30px 30px; }
.blogcontent h5 { line-height: 1.3; margin-bottom: 20px; }
.catedatecol { margin-bottom: 10px; font-size: 16px; }
.catedatecol a { font-weight: 600; }
.blogrow [class*="col-"],
.bloglistingrow [class*="col-"] { margin-bottom: 24px; }
.viewallbtn { margin-top: 26px; }
.calltoactionrow { background-color: #F9F6EF; padding: 100px 0px; text-align: center; overflow: hidden; }
.brandleft,
.brandright { position: absolute; }
.brandleft { left: -180px; top: -100px; }
.brandright { right: -180px; top: -35px; }

/* Science page css end */

/* farming page css start */

.bgsection { background-color: #F9F6EF; }
.bgallelemetrow { padding: 200px 0px; }
.rightimgrow { flex-direction: row-reverse; }
.tablecontentrow .vectortopright { top: -100px; }
.specificationtbl .vectortopleft { top: -100px; }
.tblcoltype .table tr td:first-child { color: #555555; font-weight: 400; }
.tblcoltype .table tr th:first-child { width: 35%; }
.iconrow [class*="col-"] { margin-bottom: 50px; }
.otherprocaption { transition: all 0.3s ease; position: absolute; bottom: 0px; left: 0px; width: 100%; padding: 150px 30px 30px; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 3.41%, rgba(34, 31, 32, 0.80) 80.68%); }
.otherprocaption h3 { color: #fff; margin-bottom: 0px; }
.otherfarmingrow .vectortopright { top: -250px; }
.keyfeatures .vectortopright { top: -150px; }
.packageoptrow .list-items ul { margin-bottom: 0px; }
.packageoptrow .list-items ul li { padding-left: 60px; margin-bottom: 15px; line-height: 1.5; }
.packageoptrow .list-items ul li:last-child { margin-bottom: 0px; }
.packageoptrow .list-items ul li::before { top: 4px; background-image: url(../images/check-icon.svg); background-color: transparent; width: 40px; height: 36px; border-radius: 0px; background-repeat: no-repeat; }
.leftkeysticky { position: sticky; top: 100px; margin-bottom: 50px }
.leftkeysticky h2 { margin-bottom: 0px; }
.keyfeatures .iconrow [class*="col-"]:nth-last-child(-n + 2) { margin-bottom: 0px; }

/* farming page css end */
.black-overlay { background-color: rgba(0, 0, 0, 0.7); position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; display: none; }
.closeBtn { position: absolute; top: 20px; right: 20px; border: none; background-color: transparent; width: 16px; height: 16px; padding: 0px; transform: rotate(45deg); z-index: 2; line-height: 18px; display: flex; align-items: center; }
.closeBtn::before { content: ''; margin-top: -1px; background-color: #E28A2E; display: inline-block; vertical-align: middle; width: 100%; height: 2px; transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1); border-radius: 2px; }
.closeBtn::after { position: absolute; top: 0px; left: 50%; content: ''; background-color: #E28A2E; height: 100%; width: 2px; transform: translateX(-50%); transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1); border-radius: 2px; }
.closeBtn:hover::before,
.closeBtn:hover::after { background-color: #456D44; }
.grecaptcha-badge { display: none; }
.alert { margin: 20px 0px 0px; font-size: 16px; }
.inquiryModal .form-control { background-color: #FFF; border: 1px solid #ddd; color: #555; }
.inquiryModal .modal-content { padding: 50px 50px 100px; border-radius: 15px 0px 15px 0px; background-color: #F9F6EF; border: none; overflow: hidden; }
.inquiryModal h4 { margin-bottom: 20px; }
.inquiryModal  .form-control:focus { color: #555; background-color: #fff; border: 1px solid #517750; }
.inquiryModal  .form-control::-webkit-input-placeholder { color: #999; }
.inquiryModal  .form-control::-moz-placeholder { color: #999; }
.inquiryModal  .form-control:-ms-input-placeholder { color: #999; }
.inquiryModal  .form-control::-ms-input-placeholder { color: #999; }
.popbrand { position: absolute; bottom: -10px; right: -10px; width: 130px; }
.inquiryModal span.wpcf7-not-valid-tip { color: #dc3232; }
.modal-backdrop { background-color: #456D44; opacity: 0.75; }
.inquiryModal .closeBtn::before,
.inquiryModal .closeBtn::after { background-color: #456D44; }
.inquiryModal .closeBtn:hover::before,
.inquiryModal .closeBtn:hover::after { background-color: #E28A2E; }
.cmspagecssrow { padding-bottom: 100px }
.cmspagecssrow .logo { padding: 15px 0px }
.cmspage { margin-top: 50px; width: 100%; margin-bottom: 50px }
.cmspage h1 { font-size: 36px }
.cmspage h1,
.cmspage h2,
.cmspage h3 { color: #496443 }
.cmspage h2 { font-size: 30px }
.cmspage p { margin-bottom: 15px; }
.identity { position: absolute; bottom: 0px; left: 0px; }

/*1010Rk*/
.thankyou404 { padding: 300px 0px 250px; }
.countborder p { letter-spacing: -0.1px; }
.blogheight { min-height: 472px; min-height: 100% !important; }
.fullwidthimg { padding: 0px 100px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.stickyshapecontent { overflow: hidden; clip-path: polygon(20% 0%, 80% 0px, 80% 100%, 20% 100%) }
.otherfarmingslider .slick-slide { margin: 0px 12px; }
.otherfarmingslider .slick-list.draggable { margin: 0px -12px; }
.otherfarmingslider .slick-prev { left: -60px; }
.otherfarmingslider .slick-next { right: -60px; }
.tablesidebar .table-responsive { width: 100%; }
.leftimgrightcontent .table-responsive + p { margin-top: 10px; font-size: 18px; }
.blogherosec-titlemain { display: flex; align-items: end; flex-wrap: wrap; }
.blogherosec-titlemain .readmorbtn { width: 150px; display: flex; justify-content: end; }
.blogherosec-titlemain .blogherosec-title { width: calc(100% - 150px); }
section.catgoryrow ul { display: flex; justify-content: center; flex-wrap: wrap; }
section.catgoryrow ul li { margin: 0px 10px; }
section.catgoryrow .btn-theme { background-color: transparent; color: #E28A2E; border: 1px solid #ddd; }
section.catgoryrow .btn-theme:hover { background-color: transparent; background-color: #456D44; color: #fff; border-color: #456D44; }
.blogtextwrap { border-bottom: 1px solid #ddd; }
.otherblogslide { padding: 0px 12px; }
.otherblogslider { margin: 0px -12px; }
.catgoryrow a.btn-theme.active { background-color: #456D44; color: #fff; border-color: #456D44; }

/* new section css start */
.boxproslider { margin: 0px -5px; }
.boxproslider .borderboxrow { background-color: #F9F6EF; margin-bottom: 0px; border: none; }
.boxproslider .slick-slide { margin: 0px 10px; }
.custombtn { margin-top: 30px; }
.boxproslider .slick-prev { left: -50px; }
.boxproslider .slick-next { right: -50px; }
.boxproslider .slick-dots { bottom: -30px; }
.boxproslider .borderboxrow .textcolanimation:last-child { margin-bottom: 0px; }
.partnerlogorow .logoslider { margin-top: 0px; text-align: center; }

/* new section css end */

/* animation keyframe css */

.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.animatedslider { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: 0.5s; }
.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn }
@-webkit-keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
.fadeOut { -webkit-animation-name: fadeIn; animation-name: fadeIn }
@-webkit-keyframes fadeInDown {
  0% { opacity: 0; -webkit-transform: translateY(-50px); transform: translateY(-50px); }
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInDown {
  0% { opacity: 0; -webkit-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); }
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown }
@-webkit-keyframes fadeInLeft {
  0% { opacity: 0; -webkit-transform: translateX(-50px); transform: translateX(-50px); }
  100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInLeft {
  0% { opacity: 0; -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); }
  100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }
@-webkit-keyframes fadeInRight {
  0% { opacity: 0; -webkit-transform: translateX(50px); transform: translateX(50px); }
  100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInRight {
  0% { opacity: 0; -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }
  100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }
@-webkit-keyframes fadeInUp {
  0% { opacity: 0; -webkit-transform: translateY(50px); transform: translateY(50px); }
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInUp {
  0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
@keyframes zoomOut {
  from { opacity: 1; }
  50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
  to { opacity: 0; }
}
.zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; }
@-webkit-keyframes zoomIn {
  from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; }
}
@keyframes zoomIn {
  from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; }
}
.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }
@-webkit-keyframes pulse {
  0% { -webkit-transform: scale(1); transform: scale(1); }
  50% { -webkit-transform: scale(1.1); transform: scale(1.1); }
  100% { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes pulse {
  0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  50% { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
  100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
}
@keyframes pulsehover {
  0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  50% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
}
@-webkit-keyframes pulsehover {
  0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  50% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
}
.wpcf7-spinner { margin-top: 15px; }
.wpcf7 form.sent .wpcf7-response-output { line-height: 24px; background: #dff0d8; border: 1px solid #c3e6cb; margin: 20px 0 0; padding: 7px 15px; color: #155724; position: relative; z-index: 1; border-radius: 5px; font-size: 16px; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output { line-height: 24px; background: #f8d7da; border: 1px solid #f5c6cb; margin: 20px 0 0; padding: 7px 15px; color: #721c24; position: relative; z-index: 1; border-radius: 5px; font-size: 16px; }
span.wpcf7-not-valid-tip { position: relative; text-align: left; font-size: 14px; }
.whatsAppIcon { position: fixed; right: 20px; bottom: 75px; z-index: 5 }
.vc_row { margin: 0px !important }
.vc_column_container>.vc_column-inner { padding: 0px !important }
footer span.wpcf7-not-valid-tip { color: #fff; }
.minus-left { margin-left: -305px; }
.minus-right { margin-right: -305px; }
.contactdetailrow .socialmenu ul li a { border-color: #E28A2E; }
.contactdetailrow .socialmenu ul li a:hover { background-color: #E28A2E; }
.contactdetailrow .socialmenu ul li a:hover svg { fill: #fff; }
.cd-right-email { padding: 30px 0px; }
.cd-right-phone { padding-bottom: 30px; }
a.link24 { font-size: 24px; color: #555555; }
a.link24:hover { color: #E28A2E; }
section.catgoryrow .btn-theme { margin-bottom: 10px; }
.cd-right-address p { margin-bottom: 10px; }
.infrastructure-reach-row .vectortopright { top: 350px; }
.infrastructure-video-row .vectortopleft { top: 120px; }
.infrastructure-video-row .stickyshapecontent { clip-path: polygon(16% 0%, 83% 0px, 83% 100%, 16% 100%) }
.infrastructure-certi-row .vectortopright { top: -300px; }
.stickyshapecontent { line-height: 1; }
video { display: inline-block; vertical-align: top; width: 100%; }
.infrastructure-certi-row .logoslider { margin-top: 50px; }
.about-make-row .about-make-right { display: flex; align-items: flex-end; }
.visionmission-row .vectortopleft { top: -150px; }
.ourvalues-box { margin-bottom: 50px; padding-bottom: 50px; border-bottom: 1px solid #ddd; display: flex; flex-wrap: wrap; }
.ourvalues-box-icon { width: 25%; }
.ourvalues-box-content { width: 75%; }
.ourvalues-box-content .title-50{margin-bottom: 15px;}
.ourvalues-box:last-child { margin-bottom: 0px; }
.sidebarsticky { position: sticky; top: 150px; }
.text-orange { color: #E28A2E; }
.teamsectionrow .teamsecslide img { margin-bottom: 20px; }
.teamsectionrow .teamsecslide h5 { font-weight: 500; }
.teamsectionrow  .teamsecslide { padding: 0px 12px; }
.teamsectionrow .teamsecslider { margin: 0px -12px; }
.instatitle a { display: inline-block; margin: 0px auto; text-align: center; }
.instatitle a h2 { color: #E28A2E; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; text-transform: capitalize; }
.instatitle { width: 100%; text-align: center; }
.instatitle a:hover h2 { color: #456D44; }
.ploader { width: 100%; text-align: center; top: 50%; position: absolute; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
#pageloader { top: 0px; position: fixed; width: 100%; height: 100%; z-index: 9999; background: #FFFFFF; }
.prodslidever .img-scale img { position: relative; z-index: -1; }
.productrow-button { margin-top: 100px; }
.verticalsliderrow .prodslidever .proimg { margin-bottom: 20px; }
.verticalsliderrow .prodslidever .slick-slide .procaption { margin-bottom: 1px; }
.prodslidever .slick-slide > div { background: #F9F6EF; padding: 37px 40px 40px; min-height: 100%; }
.MembersModal { overflow: auto; -webkit-transition: right 0.5s ease; -o-transition: right 0.5s ease; transition: right 0.5s ease; position: fixed; z-index: 30; top: 0px; right: -100%; padding: 0px; height: 100%; width: 100%; background: #ffffff; }
.MembersModal.slide { right: 0px; }
.MembersModal { width: 43%; z-index: 99; }
.black-overlay-member { z-index: 50; background-color: rgba(0, 0, 0, 0.5); content: ''; position: fixed; right: 0px; height: 100%; width: 100%; top: 0px; display: none; }
.membersmodal-wrap { padding: 100px; }
.MembersModal-img { margin-bottom: 50px; }
.OpenMembers { overflow: hidden; }
.aboutcomsection .vectorbottomleft { z-index: 1; }

/*section.aboutcomsection.scienceabout { padding-bottom: 0px; }*/
.op-globalreach-row .vectortopright { top: 200px; }

/* application page css start */
.applicationtop .brandrightobject { right: 50px; bottom: -150px; }
.applicatlistrow { display: flex; flex-wrap: wrap; }
.applicatlistrow { display: flex; flex-wrap: wrap; align-items: flex-start; position: relative; }
.applicationimgcol {/*width: 50%;*/position: sticky; top: 19vh; }
.appimgwrapper { position: relative; margin-bottom: 0px; }
.appimgwrapper .appimgcol:first-child { position: relative; }
.appimgwrapper .imgwraplistbox.active { opacity: 1; }
.appimgcol { position: absolute; top: 0px; left: 0px; opacity: 0; transition: 0.3s ease; }

/*.applicationtextcol{width: 50%;}*/
.applicationtextcol .guidecontentcol { opacity: 0.3; transition: 0.3s ease; background-color: transparent; width: 100%; padding: 110px 0px; }
.applicationtextcol .guidecontentcol.active { opacity: 1; }
.applicationtextcol .guidecontentcol span { color: #E28A2E; font-size: 30px; font-weight: 500; line-height: 36px; display: block; padding-bottom: 10px; }
.mobieimgshow { display: none; margin-bottom: 20px; }

/* application page css end */
.abt-teammember-row .row [class*='col-'] { margin-bottom: 25px; }
.abt-teammember-row .row [class*='col-']:nth-last-child(-n+2) { margin-bottom: 0px; }


#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram #sbi_load .sbi_follow_btn a {padding: 17px 22px; display: inline-block; font-weight: 600; position: relative; background-color: #E28A2E; line-height: 1; vertical-align: top; font-size: 17px; cursor: pointer; transition: all 0.3s ease-in-out; position: relative; color: #fff; border-radius: 15px 0px 15px 0px; margin-top: 20px; }
#sb_instagram #sbi_load .sbi_load_btn:hover, #sb_instagram #sbi_load .sbi_follow_btn a:hover{background-color:#456D44;}
#sb_instagram #sbi_load .sbi_load_btn:hover{box-shadow: none;}

