:root {
  --main-color:#000445;
  --main-color-hover:#5AB5A1;
  --green:#5AB5A1;
  --blue:#000445;
  --gray:#44455F;
  --white: #FFFFFF;
  --black: #000000;

  --font-family: "Noto Sans", sans-serif;
  --font-family-heading: "Space Grotesk", sans-serif;
  --font-family-button: "Figtree", sans-serif;
  --font-size:1rem;
  --font-size-h1:3rem;
  --font-size-h2:2.4rem;
  --font-size-h3:1.78rem;
  --font-size-h4:1.3rem;
  --font-size-h5:1.12rem;
  --font-size-h6:1.02rem;
  --font-size-large:2rem;
  --font-size-small:0.82rem; 

  --line-height: 1.7;
  --line-height-heading: 1.4;

  --max-width:2000px;

  --border-radius:1.5rem; 
}

html {
    scroll-behavior: smooth;
}
html, body{
	color: var(--gray);
	font-weight: 400;
	line-height: var(--line-height);
	font-family: var(--font-family);
}
body {
	/* overflow-x: hidden; */
	background-color: #F0F3F6;
}
h1,h2,h3,h4,h5,h6{	
	color: var(--main-color);
	line-height: var(--line-height-heading);
	font-family: var(--font-family-heading);
}


select,input,textarea {
	border: 0;
	font-family: "Montserrat", sans-serif;
}
select, input:not([type="checkbox"],[type="submit"]), textarea {
	height: 1.5rem;
    border: none;
    border-radius: 0;
	outline: none;
}
input[type="submit"] {
    color: var(--dark-blue);
}
input[type="submit"]:hover {
    background-color: var(--main-color-hover);
}
textarea{
	height:7.2rem;
	padding: 0.6rem 0;
}
form label {
    display: inline-block;
    font-size:0.82rem;
}

.box-shadow {
	box-shadow: 0px 3px 10px #2D446626;
}
.hidden {
  display: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 1rem;
	margin-bottom: 1rem;				 
}
h1, .h1, .p-as-h1, .h1 p {
    font-size: var(--font-size-h1);
	font-weight: 700;
}
.p-as-h2 p,
.h1-as-h2 h1,
h2, .h2 {
   font-size: var(--font-size-h2);
}
.h2-as-h3 h2,
h3, .h3 {
   font-size: var(--font-size-h3);
}
.p-as-h4 p,
.h2-as-h4 h2,
.h3-as-h4 h3,
h4, .h4 {
	font-size: var(--font-size-h4);
}
h5, .h5 {
   font-size: var(--font-size-h5);
}
h6, .h6 {
    font-size: var(--font-size-h6);
}

.button, a.button {
	display: flex;
    align-items: center;
    position: relative;
    height: auto;
    padding: 0.5rem 1.8rem;
    border: none;
    border-color: var(--main-color);
    border-radius: 0.5rem;
    background-color: var(--main-color);
    color: var(--white);
	font-weight: 600;
    font-size: var(--font-size);
	font-family: var(--font-family-button);
	letter-spacing: 0.05rem;
	text-transform: uppercase;
}

.button:hover, 
a.button:hover {
	background-color: var(--main-color-hover);
}
.button.white, 
a.button.white {
    border-color: var(--white);
    background-color: var(--white);
    color: var(--blue);
}

.button.white:hover, 
a.button.white:hover {
	background-color: var(--main-color-hover);
}
.button.negative:hover {
    background-color: var(--main-color-hover);
    color: #fff;
    border-color: var(--main-color-hover);
}
.font-size-regular {
	font-size: 1rem;
}
.font-size-large {
	font-family: var(--font-family-heading);
	font-size: 1.2rem;	
}
.font-weight-regular {
	font-weight: 400
}
.font-weight-medium {
	font-weight: 500;	
}
.font-weight-semi-bold {
	font-weight: 600;	
}
.font-weight-bold {
	font-weight: 700;	
}
.font-white,
.font-white h1,
.font-white h2,
.font-white h3,
.font-white h4,
.font-white h5,
.font-white h6 {
	color: var(--white);
}
.font-black{
	color:var(--black);
}
.font-blue{
	color:var(--blue);
}
.border {
    border: 1px solid #5B5B5B4D;
}
.button.transparent {
    background-color: transparent;
    border: 2px solid var(--white);
    color: var(--white);
}
.button.transparent:hover {
    background-color: var(--green);
    color: var(--white);
	border-color: var(--green);
}


.background-green {
    background-color: var(--green);	
}
.background-white {
    background-color: var(--white);	
}
.background-blue {
    background-color: var(--blue);	
}


.social-icons a {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: var(--main-color);
	margin-right: 0.6rem;
}
.social-icons a:hover {
   color: var(--white);
   background-color: var(--main-color-hover);
}
.social-icons a svg {
    width: 1.5rem;
    height: 0.7rem;
    color: #19234D;
}
.padding-col {
    padding: 0 7rem;
}
a.post-readmore {
    color: var(--main-color);
}
a.post-readmore:hover {
	color: var(--main-color-hover);
}
.font-small {
	font-size: 0.8rem;
}
a.icon {
	display: block;	
	color: var(--main-color);
	text-decoration: none;
}
a.icon:hover {
	color: var(--main-color-hover);
}
.form-choose-file {
	position: relative;
}
.form-choose-file .wpcf7-form-control-wrap {
	display: block;
	position: initial;
}
.form-choose-file input {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.form-choose-file label {
	margin-top: 0;
	color: var(--main-color);
	text-decoration: underline;
}
span.wpcf7-spinner {
    position: absolute;
	left: 0;
}
#more_posts {
    padding: 0rem 2.6rem;
}
.overlay-tex {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5rem;
    height: 100%;
}
a.read-more {
    display: flex;
    align-items: center;
    position: relative;
	color: var(--main-color-hover);
	font-weight: 500;
}
a.read-more:hover  {
    text-decoration: none;
}
a.read-more:after {
	--read-more-border-width: 0.4rem;
	content: '';
	display: block;
	width: 0; 
	height: 0; 
	margin-left: 0.35rem;
    margin-top: 0.1rem;
	border-top: var(--read-more-border-width) solid transparent;
	border-bottom: var(--read-more-border-width) solid transparent;
	border-left: var(--read-more-border-width) solid  var(--main-color);
	display: none;
}
a.read-more:hover:after {
	width: 0; 
	height: 0; 
	border-left: var(--read-more-border-width) solid var(--main-color-hover);
}
.readmore a {
	cursor: pointer;
	text-decoration: underline;
} 
.readmore a:hover {
	text-decoration: none;
} 
.readmore-height-wrap .readmore span.arrow {
    width: 0.7rem;
    height: 0.7rem;
    display: inline-block;
}
.readmore-height-wrap.active .readmore a svg {
    margin-left: 0.2rem;
    transition: 0.5s;
    width: 100%;
    height: 100%;
}
.readmore-height-wrap.active.open .readmore a svg {
	transform: scale(-1);
}
ul.slick-dots li button {

}
.ul-li-vi ul {
	list-style: none;
}
.ul-li-vi ul li {
	padding-left: 1.5rem;
	/* background-image: url(../svg/ul-li-vi.svg); */
	background-repeat: no-repeat;
	background-position: left 0.65rem;
	background-size: 0.75rem auto;
}
.border-radius{
	border-radius:var(--border-radius);
	overflow: hidden;
}
.social-icons .full-width svg {
    width: 100%;
}
.text-over-image .section-content-wrap {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	/* background-color: rgba(0,0,0,0.35); */
}
.text-over-image .section-content-wrap .head h1, 
.text-over-image .section-content-wrap .head h3, 
.text-over-image .section-content-wrap .head h2 {
    text-shadow: 1px 1px 50px #000000BF, 0 0 50px #000000BF;
} 
.overlay-img .image:after {
    position: absolute;
    top: 0;
    content: "";
    background-color: #88D6FF;
	mix-blend-mode: color;
    width: 100%;
    height: 100%;
    opacity: 0.44;
}
.overlay-img .inner-box .image img {
    transition: 0.5s;
}
.overlay-img .inner-box:hover {
    transform: scale(1.1);
    z-index: 1;
    position: relative;
}
.overlay-img .inner-box:hover .image:after {
    opacity: 0;
}
.overlay-img .inner-box:hover {
    transform: scale(1.05);
}
.overlay-img .inner-box {
    box-shadow: 0px 3px 10px #2D446626;
}
.image.hover {
	cursor: pointer;
}
.image.hover img {
	transform: scale(1.01);
	transition: all 500ms ease;
}
.image.hover:hover img {
	transform: scale(1.1);
}
.vid-popup-wrap {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
}
.vid-popup-wrap .vid-popup {
	width: initial;
	height: initial;
	max-width: 90%;
	max-height: 90%;
	overflow: initial;
}
.vid-popup-wrap .vid-popup .video-close-popup {
	top: -1.1rem;
	right: -1.1rem;
}
.font-black h2 {
    color: var(--darkblue);
}

.elementor-section ul,
.wsp-container ul {
    padding-left: 1rem;
}


/**anchord-menu-content**/
.section-anchors_menu​ {
    /* position: sticky; */
    /* z-index: 99; */
	/* background-color: #fff; */
    padding-bottom: 2rem;
}
body .section-anchors_menu​ {
    /* top: 1rem; */
}
body.admin-bar .section-anchors_menu​ {
    /* top: 1rem; */
}
.anchord-menu-content .tab-nav-wrap {
    list-style: none;
    width: 100%;
    margin: 0;
	cursor: pointer;
}
.anchord-menu-content .tab-nav-wrap ul.flex-row {
    margin: 0;
	justify-content: center;
	gap: 8px;
}
.anchord-menu-content .tab-nav-wrap li.box {
    width:18%;
    list-style: none;
    color: var(--white);
    margin: 0;
    padding: 1.3rem 2.7rem;
	background-color: var(--white);
    box-shadow: 0px 0px 7px rgb(0 4 69 / 16%);
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 10px;
}

.anchord-menu-content .tab-nav-wrap li.box.current_page_item.active{
	background-color: var(--main-color);
	color: var(--white);
}
.anchord-menu-content .tab-nav-wrap li.box:hover {
   background-color: #8BD2C2;
}
.anchord-menu-content .tab-nav-wrap li.box h4 {
    margin: 0;
    font-weight: 600;
    font-size: 1.15rem;
}
.anchord-menu-content .tab-nav-wrap li.box.current_page_item.active h4 {
    color: var(--white);
}
.anchord-menu-content .tab-nav-wrap li.box p {
    margin: 0;
	font-weight: var(--weight-600);
	font-size: 1.05rem;
}

/**section-one**/

.section-one.text-over-image .text-inner h1 {
    text-shadow: 0px 3px 40px #33190026;
}
.section-one.home-banner-section.text-over-image .section-content-wrap {
    justify-content: flex-start;
}
.section-one.home-banner-section.text-over-image .section-content-wrap .section-padding {
    width: 100%;
	padding: 0 0 4rem;
}
.section-one.home-banner-section.text-over-image .section-content-wrap .text-inner {
    width: 37.5rem;
}
.section-one.home-banner-section.text-over-image .section-content-wrap .text-inner h1 {
    padding-right: 4rem;
	letter-spacing: -0.9px;
	margin: 0 0 1.2rem;
}
.section-one.home-banner-section.text-over-image .section-content-wrap .text-inner p {

}
.section-one .desktop-and-mobile {
    display: block;
}
.section-one.text-over-image .section-padding {
    width: 100%;
}
.section-one.text-over-image .text-inner {
    /* width: 57rem; */
    /* margin-left: 0; */
}
.section-one.default.text-over-image .text-inner h1 {
    letter-spacing: -0.81px;
}
.section-one.ag-services-banner-section.text-over-image .text-inner h1 {
    text-shadow: unset;
}
.section-one.ag-services-banner-section .text-inner p {
    padding-right: 13rem;
}
.section-one.moduleseachtask .text h2 {
    margin: 0 0 1.5rem;
}
.section-one.ag-services-inner-section .text-inner {
    margin: 0 auto;
}
.section-one.ag-services-inner-section .text-inner h4
.section-one.ag-services-inner-section .text-inner p {
    padding: 0 10rem;
}
.section-one.ag-services-inner-section .text-inner p {
	font-weight: var(--weight-600);
	font-size: var(--font-size-h4);
	line-height: 1.35;
}
.section-one.casterras-next-generation-banner-section.text-over-image .text-inner {
    width: 45rem;
}
.section-one.casterras-next-generation-banner-section.text-over-image .text-inner h1 {
    text-shadow: 0px 3px 40px #00000029;
}
.section-one.casterras-next-generation-banner-section.text-over-image .text-inner p {
    padding-right: 12rem;
}
.section-one.seed-varieties-banner-section.text-over-image .text-inner {
    padding-right: 14rem;
}
.section-one.seed-varieties-inner-section.text-over-image .text-inner {
    margin: 0 auto;
}
.section-one.technology-banner-section .text-inner h1 {
    padding-right: 4rem;
    text-shadow: 0px 3px 40px #33190026;
}
.section-one.technology-generator-inner .text-inner {
    padding-right: 13rem;
}
.section-one .head p {
	/* font-weight: var(--weight-600); */
	/* font-size: var(--font-size-h4); */
	/* line-height: 1.35; */
}


/**section-two**/
.section-two .image img {
    border-radius: 0 0 4rem 0;
}
.section-two .text h2 {
    letter-spacing: -0.69px;
    padding-right: 10rem;
}
.section-two .image {
    position: relative;
}
.section-two .image .button-wrap {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
}
.section-two .image .button-wrap .play-video span:first-child {
    margin-right: 0.8rem;
}
.section-two .image .button-wrap svg {
    margin: 0px 0 -4px 0;
}

/**section-three**/
.section-three.tabs .text h3 {
	font-size: 2.34rem;
}
.section-three.patten-wrap-bg .image, .section-three.patten-even-odd-bg .image {
    position: relative;
    overflow: hidden;
}
.section-three.patten-wrap-bg .image:after, .section-three.patten-even-odd-bg .image:after {
    position: absolute;
    bottom: -24rem;
    left: -16rem;
    content: "";
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 40rem;
}
.section-three.patten-wrap-bg.odd .image:after, .section-three.patten-even-odd-bg.even .image:after {
    top: -14rem;
    left: 31.6rem;
}
.section-three.patten-wrap-bg.odd .content,.section-three.list-wrap-even.even .content,.section-three.technology-inner-section.odd .content, .section-three.patten-even-odd-bg.even .content, .section-three.technology-generator-inner.even .content {
    flex-direction: row-reverse;
}

.section-three.list-wrap-odd.odd .content .text {
    /*display: flex;*/
    /*justify-content: space-between;*/
	/*gap: 4rem;*/
}
.section-three.list-wrap-odd.odd .content .text p, .section-three.list-wrap-odd.odd .content .text ul {
    /*width: 50%;*/
	/*margin: 0;*/
}
.section-three.list-wrap-odd.odd .content .text ul li, .section-products .text ul li{
    list-style: none;
    position: relative;
    padding-left: 1.7rem;
	color: var(--darkblue);
	line-height: 1.5;
}
.section-three.list-wrap-odd.odd .content .text ul li:after, .section-products .text ul li:after {
    position: absolute;
    top: 0.2rem;
    left: 0;
    content: "";

    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: auto;
}
.section-three.list-wrap-odd.odd .content .text ul li strong, .section-products .text ul li strong{
    /*display: block;*/

}
.section-three.list-wrap-odd.odd .content .text ul li:last-child {
    margin: 0;
}
.section-three.about-inner-section .content, .section-three.patten-even-odd-bg.odd .content, .section-three.list-wrap-odd.odd .content {
    flex-direction: row;
}
.section-three.patten-even-odd-bg.odd .image:after {
    top: 13rem;
    left: -17rem;
}
.section-three.image-text-row-reverse-section .content, .section-three.image-text-row-reverse-section .content {
    flex-direction: row-reverse;
}
.section-three.tabs .content .box img {
	margin-bottom: 0;
}
.section-three.tabs .content .box .icon-wrap {
	width: 4rem;
	height: 4rem;
}
.section-three.tabs .content .box .icon-wrap lottie-player,
.section-three.tabs .content .box .icon-wrap img {
	height: 4rem;
	width: auto;
}
/****section-three--tabs*****/

.section-three.tabs .content .flex-6:nth-child(1) {
    width: 60%;
}
.section-three.tabs .content .flex-6:nth-child(2) {
    width: 40%;
}
.section-three.odd.tabs .content .flex-6 .box .text,
.section-three.even.tabs .content .flex-6 .box .text {
    padding: 0 8rem 0 0;
	max-width: 30rem;
  	margin-left: auto;
}
.section-three.even.tabs .content {
    flex-direction: row-reverse;
}
.section-three.even.tabs .content .image {
    padding-right: 0;
}
/**section-four**/

.section-four.home-inner-section .container-inner {
    border-radius: 4.2rem 0;
	overflow: hidden;
    margin-bottom: 6rem;
}
.section-four.home-inner-section .responsive-bg {
    background-size: contain;
    background-position: top left;
}
.section-four.home-inner-section .text {
    width: 100%;
	padding: 0 13rem;
}
.section-four .text h3 {
    margin: 0;
    font-weight: var(--weight-500);
	line-height: 1.4;
}
.section-four.technology-inner-section .text {
	padding: 0 6rem;
}
.section-four.technology-inner-section .text p{
	margin: 0;
}
.section-four.technology-generator-inner .text h4 {
    margin: 0 0 3rem;
    font-size: var(--font-size-24);
    padding: 0 26%;
}

/**section-map**/

.section-map .text {
    padding-right:5.5rem;
}
.section-map .text h2 {
    letter-spacing: -0.69px;
	margin-bottom: 1.5rem;
}
.section-map .image {
    width: 47rem;
    height: 27rem;
    margin-left: auto;
	position: relative;
}
.section-map .image ul.map_list {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    list-style: none;
}
.section-map .image ul li {
    width: 6rem;
    background: var(--white);
    box-shadow: 0px 3px 20px #00000014;
    border-radius: 20px 0px;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	position: absolute;
	padding: 0.45rem 0;
}
.section-map .image ul li span.country-name {
    color: var(--darkblue);
    letter-spacing: -0.33px;
    font-weight: var(--weight-600);
    font-size: 1.15rem;
	line-height: normal;
}
.section-map.about-inner-section .content {
    flex-direction: row-reverse;
}
.section-map.about-inner-section .content .flex-7 {
    background-color: var(--darkblue);
    width: 50%;
	padding: 4rem 0rem;
}
.section-map.about-inner-section .content .flex-5 {
    width: 50%;
}
.section-map.about-inner-section .content .flex-5 .text {
    padding: 0 7rem;
}
.section-map.about-inner-section .content .flex-7 .image {
    margin: 0 auto;
}
.sub-text {
    width: 100%;
    text-align: center;
	font-size: 0.85rem;
	line-height: normal;
}
/**section-five**/
.section-five .inner-box {
    text-align: center;
}
.section-five .inner-box .text {
    padding: 0 6.2rem;
}
/**section-six**/

.section-six .head h2 {
    font-size: var(--font-size-28);
}
.section-six .content {
    position: relative;
    padding: 5rem 0 0;
}
.section-six .content:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    border-top: 1px solid #19234D;
    height: 2px;
    width: 48.7rem;
    margin: 0 auto;
}
.section-six .inner-box:before {
    position: absolute;
    top: -5rem;
    left: 28%;
    content: "";
    width: 1px;
    height: 5.1rem;
    background-color: #19234D;
}
.section-six .inner-box {
    display: flex;
    align-items: center;
    position: relative;
    height: 15rem;
    margin-bottom: 6rem;
    left: 4.6rem;
}
.section-six .box {
    position: relative;
}
.section-six .box:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: url(.././svg/about-icon-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
}
.section-six .inner-box .icon-wrap {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
    z-index: 9;
}
.section-six .inner-box .text {
    width: 100%;
	position: relative;
    z-index: 9;
}
.section-six .inner-box .text h3, 
.section-six .inner-box .text p b {
    font-weight: var(--weight-700);
}
.section-six .inner-box .text h3 {
	margin-top: 0;
	margin-bottom: 0;
	color: var(--black);
	font-size: var(--font-size-p);
	line-height: var(--line-height);
}
.section-six .inner-box .text p {
    font-weight: var(--weight-500);
}
.section-six .inner-box .text p:last-child {
    padding-right: 2rem;
}
.section-six .flex-12 .text {
    padding: 0 8.2rem;
}
.flex-12 .text p {
    letter-spacing: -0.3px;
}

/**section-team**/

.section-team .inner-box {
    display: flex;
    gap: 2rem;
}
.section-team .inner-box .image {
    width: 12rem;
    height: 12rem;
}
.section-team .inner-box .text-wrap {
    width: 60%;
}
.section-team .inner-box .image img {
    height: 100%;
}
.readmore-wrap.readmore-height-wrap.active .text {
    height: 7rem;
}
.section-team .flex-6.margin-bottom {
    margin-bottom: 5rem;
}
.section-team .flex-6.margin-bottom:last-child {
    margin-bottom:0rem;
}
.section-team .name {
    font-size: var(--font-size-28);
    font-weight: var(--weight-700);
	line-height: 1.4;
}
.section-team .position p {
    font-size: var(--font-size-24);
    color: #2B97A3;
	line-height: 1.3;
	min-height: 3rem;
}
.section-one.leadership-inner-section {
    /* display: none; */
}
/**section-seven**/
.section-seven.moduleseachtask.menu-location.tabs {
    overflow: hidden;
}
.section-seven.moduleseachtask .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-seven.moduleseachtask .inner-box .text {
    position: absolute;
	z-index: 2;
    width: 100%;
    padding: 0 7rem;
}
.section-seven.moduleseachtask .inner-box .image {
	position: relative;
}
.section-seven.moduleseachtask .inner-box .image:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.15);
}
.section-seven.moduleseachtask .content {
    margin: 0 -0.15rem;
}
.section-seven.moduleseachtask .content .box {
    margin: 0 0.15rem;
}
.section-seven.moduleseachtask .inner-box .text h2,
.section-seven.moduleseachtask .inner-box .text h3 {
    padding-right: 5rem;
}
.section-seven.moduleseachtask .inner-box .text h3 {
	font-size: var(--font-size-h2);
	font-weight: var(--weight-700);
}
.section-seven.moduleseachtask .inner-box .text p {
    padding-right: 10rem;
}

/****section-key_features****/
.section-key_features ul {
    margin: 0;
	gap: 5.75rem;
}
.section-key_features ul li {
    list-style: none;
    position: relative;
    padding-left: 1.7rem;
    color: var(--darkblue);
    line-height: 1.5;
	margin-bottom: 0;
	letter-spacing: -0.3px;
}
.section-key_features ul li:after {
    position: absolute;
    top: 0.2rem;
    left: 0;
    content: "";
    background-image: url(.././svg/list-icon.svg);
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: auto;
}
.section-key_features ul li strong {
    display: block;
    font-weight: var(--weight-600);
    line-height: 1.3;
	margin-bottom: 1rem;
}

/**section-eight**/
.section-eight .head h2 {
    margin: 0 0 1.5rem;
}
.section-eight .image-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.section-eight .image-wrap:before {
	content: '';
	display: block;
    position: absolute;
	z-index: 1;
    width: 100%;
    height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.section-eight .image-wrap .title {
    position: absolute;
	z-index: 2;
    width: 100%;
    padding: 0 2.5rem;
}
.section-eight .image-wrap .title h2,
.section-eight .image-wrap .title h3 {
    color: var(--white);
	padding-right: 3rem;
}
.section-eight .image-wrap .title h3 {
	font-size: var(--font-size-h2);
	font-weight: var(--weight-700);
 }
.section-eight .box .text {
    padding: 2rem 2rem 0;
}
.section-eight .content {
    margin: 0 -0.10rem;
}
.section-eight .content .box {
    margin: 0 0.10rem;
}
/*****section-products****/
.section-products .products-commercial.inner-box {
    width: 35.8rem;
	margin-left: auto;
    background: #f4cfa282;
    border-radius: 0px 0px 80px 0px;
    position: relative;
    padding: 3rem 3rem 3rem 13rem;
}
.section-products .products-commercial .image {
    position: absolute;
    left: -10rem;
}
.section-products .products-commercial .image img {
    height: 31.25rem;
}
.section-products.odd .text {
    padding-right: 11rem;
}
.section-products .text ul {
    margin: 2rem 0 0;
}
.section-products .products-commercial.inner-box .title {
    font-size: var(--font-size-36);
    font-weight: var(--weight-700);
    color: var(--darkblue);
    letter-spacing: -0.54px;
	margin-bottom: 0.7rem;
}
.section-products .products-commercial .sku {
    margin-bottom: 2rem;
    /* color: #2B97A3; */
    color: #21727B;
    font-size: var(--font-size-28);
    font-weight: var(--weight-600);
    letter-spacing: 1.68px;
}
.section-products .commercial-box span {
    display: flex;
    justify-content: space-between;
    font-size: 1.05rem;
    margin: 0 0 0.8rem;
    width: auto;
    color: var(--darkblue);
    line-height: 1.5;
}
.section-products .commercial-box span b {
    width: 51%;
    text-align: right;
    font-weight: var(--weight-600);
}
.section-products.even .content {
    flex-direction: row-reverse;
}
.section-products.even .content .text {
    padding-left: 11rem;
}
.section-products.even .products-commercial.inner-box {
    margin-left:9rem;
}
.section-products .text ul li {
    margin-bottom: 1rem;
}


/******section-product_pipeline******/
.section-product_pipeline table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1rem;
}
.section-product_pipeline table td {
	letter-spacing: -0.3px;
	font-size: 1.05rem;
	line-height: 1.6;
}
.section-product_pipeline th, td {
    padding: 0.6rem;
    text-align: left;
    border: 1px solid #15244F;
}
.section-product_pipeline th {
    background-color: var(--darkblue);
	font-size: 1.10rem;
	letter-spacing: -0.3px;
	font-weight: var(--weight-700);
	color: var(--white);
	border-color: transparent;
}
.section-product_pipeline .progress-bar {
	width: 54%;
	background-color:transparent;
	border-radius: 0px 0px 30px 0px;
	overflow: hidden;
	height: 2rem;
	/* position: absolute; */
	/* right: 0.1rem; */
	margin-top: -5rem;	
	margin-left: 45.8%;
}
.section-product_pipeline .progress {
	height: 100%;
	background-color: #4caf50;
	border-radius: 5px;
	transition: width 0.3s ease;
	text-align: center;
	color: var(--white);
	line-height: 20px;
	font-size: 0.6rem;
}
.section-product_pipeline tr:nth-child(even) {
	/* background-color: #f9f9f9; */
}
.section-product_pipeline tr:hover {
	background-color: #f5f5f5;
}
.section-product_pipeline .progress {
	border-radius: 0px 0px 30px 0px;
}
.section-product_pipeline .product-pipline-wrap {
	position: relative;
	width: 100%;
	/* height: 100%; */
}
.section-product_pipeline .product-pipline-wrap .progress-bar:first-child {
	/* top: 8.1rem; */
}
.section-product_pipeline .product-pipline-wrap .progress-bar:nth-child(2) {
	/* top: 15.5rem; */
}
.section-product_pipeline .product-pipline-wrap .progress-bar:nth-child(3) {
	/* top: 23.5rem; */
}
.section-product_pipeline .outer-pipline-wrap {
	margin-bottom: 4rem;
}
/*****section-product-status*******/
.product-status-outer {
    width: 64.2rem;
    margin:0 auto;
}
.product-status-head ul {
    display: flex;
    justify-content: end;
	margin: 0;
}
.product-status-head ul li {
    width: 14.85rem;
    height: 4.8rem;
    background: #C29863;
    border-radius: 30px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: var(--weight-700);
    margin: 0; 	
    padding: 1.5rem;
	line-height: 1.1;
}
.product-status-head ul li:first-child {
    background: transparent;
}
.product-status-head ul li:nth-child(2) {
    background: #C29863;
}
.product-status-head ul li:nth-child(3) {
    background: #4CBECB;
}
.product-status-head ul li:nth-child(4) {
    background: #2B97A3;
}
.product-status-content ul.product-status-list-outer {
    list-style: none;
    border: 1px solid #15244f2b;
}
.product-status-content ul.product-status-list-outer li {
    width: 100%;
	margin: 0;
}
.product-status-content ul.inner-status-list {
    width: 100%;
	display: flex;
	margin: 0;
}
.product-status-content ul.inner-status-list li b {
    font-weight: var(--weight-600);
}
.product-status-content ul.inner-status-list li:first-child {
    width: 40%;
	text-align: left;
    padding-left: 2rem;
}
.product-status-content ul.inner-status-list li {
    text-align: center;
    list-style: none;
    width: 31%;
    border-right: 1px solid #15244f2b;
    margin: 0;
	padding: 1.6rem 0 0;
    font-weight: var(--weight-500);
}
.product-status-content ul.product-status-list-outer li:last-child .inner-status-list li {
    padding-bottom: 1.6rem;
}
.product-status-content ul.inner-status-list li:last-child {
    border: none;
}
/***section-contact*****/
.section-contact .section-content-wrap .head h1 {
    padding: 6rem 0;
}
.section-contact .contact-wrap {
    width: 58.25rem;
    background-color:rgb(245 245 245 / 80%);
    padding: 3.5rem;
    border-radius: 0px 0px 4.2rem 0px;
    margin-left: auto;
	color: var(--darkblue);
}
.section-contact .form-contact-inner {
    width: 23rem;
    margin-left: auto;
}
.section-contact .form-contact-inner .form-group {
    margin-bottom: 0.4rem;
}
.section-contact .form-contact-inner .form-group p {
    line-height: normal;
}
.section-contact .form-contact-inner input.form-control, 
.section-contact .form-contact-inner textarea {
    background-color: transparent;
    border-bottom: 2px solid #00000070;
	height: 1.5rem;
	font-size: 0.85rem;
    color: var(--darkblue);
	font-family: "Montserrat", sans-serif;
	margin-bottom: 0.3rem;
}
.section-contact form label {
    font-size: 0.75rem;
}
.section-contact .form-contact-inner textarea {
	height:5.2rem;
}
.section-contact ::-webkit-input-placeholder {
	color: var(--darkblue) !important;
}
.wpcf7-form-control.wpcf7-text::placeholder {
    color: var(--darkblue) !important;
    opacity: 1;
}
.wpcf7-form-control.wpcf7-text::-webkit-input-placeholder {
    color: var(--darkblue) !important;
}
.wpcf7-form-control.wpcf7-text::-moz-placeholder { 
   color: var(--darkblue) !important;
   opacity: 1;
}
.wpcf7-form-control.wpcf7-text:-ms-input-placeholder {
    color: var(--darkblue) !important;
}

.section-contact .contact-wrap .text {
    padding-right: 2rem;
}
.section-contact .button-wrap {
    margin-top: 1rem;
}
.section-contact .button-wrap p {
    position: relative;
}
.section-contact .contact-wrap .text h2 {
   font-size: var(--font-size-28);
   margin-bottom: 1rem;
}
.section-contact .contact-wrap .text hr {
    border: 0;
}
.section-contact .contact-wrap .text p, 
.section-contact .contact-wrap .text p a {
    font-weight: var(--weight-500);
	margin: 0;
	text-decoration: none;
}
.section-contact .contact-wrap input[type="submit"] {
    padding: 0.72rem 3rem;
}

/**section-nine**/
.section-nine ul {
    justify-content: center;
    gap: 5rem;
    margin: 0;
}
.section-nine ul li.box {
    list-style: none;
    width: 14.1rem;
    text-align: center;
	position: relative;
}
.section-nine ul li > .text {
    min-height: 4.5rem;
}
.section-nine ul li > .text h3, .section-nine ul li > .text p {
    margin: 0;
}
.section-nine ul li > .text h3 {
    font-size: var(--font-size-24);
}
.section-nine .iocn-wrap .text {
    width: 100%;
    font-weight: var(--weight-500);
}
.section-nine ul li.box .iocn-wrap {
    background-color: #EDEDED;
    display: flex;
    height: 14.1rem;
    position: relative;
}
.section-nine ul li.box.bg-color .iocn-wrap {
    background-color: #B2E4EA;
}
.section-nine ul li.box .iocn-wrap-inner {
    width: 100%;
}
.section-nine ul li.box .iocn-wrap:after {
    position: absolute;
    top: 50%;
    right:-3rem;
    content: "";
    background-image: url(.././img/arrow-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 3rem;
    height: 1rem;
}
.section-nine ul li.box:last-child .iocn-wrap:after {display: none;}
.section-nine .image-wrap {
    background-color: #B2E4EA;
    width: 9rem;
    height: 9rem;
    margin: 2rem auto 0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
.section-nine .iocn-wrap .text p {
    line-height: 1.4;
}
.section-nine .image-wrap:after {
    position: absolute;
    top: -2.5rem;
    left: 38%;
    content: "";
    background-image: url(.././img/arrow-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 3rem;
    height: 2rem;
    transform: rotate(-90deg);
}
.section-nine ul li.box .iocn-wrap .icon-image {
    background-image: url(.././img/icon-bg-img.png);
    background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
    width: 5rem;
    height: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5rem auto 0.8rem;
}
.section-nine ul li.box .iocn-wrap .icon-image img {
    width: 2.2rem;
    height: 2.2rem;
    margin: 0.5rem 0 0;
}

/**section-ten****/
.section-ten.technology-generator-inner .section-padding-bottom {
    padding-bottom: 3rem;
}
.section-ten .content {
    margin: 0 -0.10rem;
}
.section-ten .content .box {
    margin: 0 0.10rem;
}
.section-ten .content .box .image-wrap {
    margin-bottom: 1.5rem;
    height: 14.8rem;
}
.section-ten .content .box .image-wrap img {
	height: 100%;
    width: 100%;
}
.section-ten .content .box h3 {
    font-weight: var(--weight-700);
}
.section-ten .content .box .text {
    padding-right: 4rem;
}
.section-ten .flex-12 .text {
    padding: 4rem 23rem 0;
}
.section-ten .head h3 {
    margin: 0 0 1rem;
}
.section-ten.technology-generator-inner .box {
    margin-bottom: 3rem;
}

/***section-image_gallery ******/

.section-image_gallery {
    position: relative;
	overflow: hidden;
}
.section-image_gallery:after {
    position: absolute;
    top: -8rem;
    left: -9rem;
    content: "";
    background-image: url(.././img/careers-patten-img-top.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
    width: 31.5rem;
    height: 42rem;
}
.section-image_gallery .button-wrap {
    padding-bottom: 6rem;
	margin: 0;
}
.section-image_gallery .head p {
    padding: 0 5.2rem 1.5rem;
    margin: 0;
}
.section-image_gallery .head p:last-child {
    padding: 0;
}

/* ===== Section-Three Slider ===== */
.section-three-slider {
	position: relative;
	overflow: hidden;
}
.section-three-slider .container {
	padding: 0;
}
.section-three-slider .slick-prev,
.section-three-slider .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background: #0d1b4b;
	color: #fff;
	border: none;
	padding: 12px 18px;
	cursor: pointer;
	font-size: 1.2rem;
	border-radius: 4px;
	line-height: 1;
	transition: background 0.2s;
}
.section-three-slider .slick-prev:hover,
.section-three-slider .slick-next:hover {
	background: #1a2e6e;
}
.section-three-slider .slick-prev {
	left: 10px;
}
.section-three-slider .slick-next {
	right: 10px;
}
/* Ensure hidden slides don't block layout when Slick is active */
.section-three-slider .section-three.hidden {
	display: block !important;
}

/* Disabled state for first/last slide arrows — Slick adds .slick-disabled automatically */
.section-three-slider .slick-prev.slick-disabled,
.section-three-slider .slick-next.slick-disabled {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}

/* Section-Two Icons Slider (slider-on-mobile) */
.section-two-icons.slick-slider {
	display: block; /* override flex */
	margin-top: 4rem;
}
.section-two-icons.slick-slider .slick-slide {
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
}
.section-two-icons.slick-slider .section-two-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

/**responsive-style****/

@media (min-width: 992px){
	/*section-one*/

	.section-one.home-inner-section .header-image {
		/* min-height: 44vw; */
	}
	.section-one.home-inner-section .text-inner.ani h1,
	.section-one.home-inner-section .text-inner.ani h2,
	.section-one.home-inner-section .text-inner.ani h3,
	.section-one.home-inner-section .button-wrap.ani {
		opacity: 0;
		transform: translateY(2rem);
		transition: 1.5s;
		transition-timing-function: ease-in;
		transition-duration: 1.5s;	
	}
	.section-one.home-inner-section .text-inner.ani h1 {transition-delay: 2.5s;}
	.section-one.home-inner-section .text-inner.ani h2 {transition-delay: 2.75s;}
	.section-one.home-inner-section .text-inner.ani h3 {transition-delay: 3.0s;}
	.section-one.home-inner-section .button-wrap.ani  {transition-delay: 3.25s;}
	
	.section-one.home-inner-section .text-inner.ani.active h1,
	.section-one.home-inner-section .text-inner.ani.active h2,
	.section-one.home-inner-section .text-inner.ani.active h3,
	.section-one.home-inner-section .button-wrap.ani.active  {
		transform: translateY(0rem);
		opacity: 1;
	}
	nav~section.section-one .header-image {
		min-height: 25vw;
	}
	.section-one.ag-services-banner-section .header-image {
		min-height: 24vw;
	}
	/*section-three*/
	.section-three .text {
		padding: 0 4rem 0 7.5rem;
	}
	.section-three.odd .content,
	.section-three.reverse .content {
		flex-direction: row-reverse;
	}
	.section-three.tabs .content {
		background-color: var(--white);
	}
	.section-three.tabs .content .image {
        padding-left: 0 !important;
    }
	.section-three.odd.reverse .content {
		flex-direction: initial;
	}
	.section-three.odd .content .text{
		padding: 0  3.5rem 0 5rem;
		padding: 0 1.5rem 0 3rem;
	}
	.section-three.solutions-text-width .content .text {
		width: 40rem;
	}
	.section-three.odd.solutions-text-width .content .text {
		padding: 0 3.5rem 0 0;
		margin-left: auto;
	}
	.section-three.even .content .text {
		padding: 0 5rem 0px 3.5rem;
	}
	.section-three.even.solutions-text-width .content .text {
		padding: 0 0 0px 3.5rem;
		margin-right: auto;
	}
	.section-three.even .content .image {
		padding-right: 3.5rem;
	}
	.section-three.odd .content .image {
		padding-left: 3.5rem;
	}
	.section-three.even .container-full  .content .image {
		padding-right: 0;
	}
	.section-three.odd .container-full  .content .image {
		padding-left: 0;
	}
	.section-three.odd .container-full .content .text {
		max-width: 42rem;
	}
	.section-three.odd.about .content .text {
		padding: 0 2rem 0 2rem;
	}

	/*section-four*/
	.section-four.home-inner-section.bg-height-100-desktop .responsive-bg {
		background-size: auto 100%;
	}
	
	/*section-tab_reco*/
	.section-tab_reco .tabs-menu-wrap {
		position: relative;
	}

}
@media (min-width: 2000px){
	nav~section.section-one .header-image {
		min-height: 200px;
	}
	.section-one.home-inner-section .header-image {
		min-height: 200px;
	}
}
@media (max-width: 1450px){
	body .section-anchors_menu​ {
		top: 4.2rem;
	}
	body.admin-bar .section-anchors_menu​ {
		top: 6.6rem;
	}
	.anchord-menu-content .tab-nav-wrap li.box {
		padding: 1.3rem 2.7rem;
	}
}
@media (max-width: 991px){
	:root {
		--font-size-h1:2.2rem;
		--font-size-h2:1.7rem;
		--font-size-h3:1.45rem;
		--font-size-h4:1.35rem;
		--font-size-h5:1.2rem;
		--font-size-h6:1.15rem;
		--font-size-large: 1.35rem;

		--line-height: 1.5;
		--line-height-heading: 1.4;
		--border-radius:1rem; 
	}
	.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
		  margin-bottom: 0.75rem;
	}

	.page-part .section-padding-top {
		padding-top: 2rem;
	}

	p, ul, ol {
	  margin: 0.5rem 0;
	}
	section p, 
	section li  {
		font-size: 1.1rem;
	}
	section li, 
	footer li {
		margin: 0 0 0.5rem 0;
	}
	nav~section.section-one .header-image {
		min-height: 30vw;
	}
	.section-padding-bottom {
		padding-bottom: 3rem;
	}
	.section-padding-top {
		padding-top: 3rem;
	}
	.section-padding {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.large-p, .large-p p, .large-p li {
		font-size: 0.92rem;
	}
	.text-over-image .section-content-wrap .head h1 {
		font-size: 1.7rem;
	}
	.mobile-image-full-width .content .image img {
		max-width: initial;
		width: calc(100% + 3rem);
		margin-left: -1.5rem;
	}
	
	/**section-one**/
	.section-one.home-banner-section.text-over-image .section-content-wrap .section-padding {
		padding: 2rem 0;
	}
	.section-one.home-banner-section.text-over-image .section-content-wrap .text-inner p {
        font-size: 1.25rem;
    }
	.section-one.home-banner-section.text-over-image .section-content-wrap .text-inner h1{
		padding-right: 0;
		line-height: 1.35;
	}
	.section-one.default.text-over-image .text-inner {
		width: 100%;
		text-align: center;
	}
	.section-one.ag-services-banner-section .text-inner p {
        padding-right: 0;
        font-size: 1rem;
        font-weight: var(--weight-600);
        text-shadow: 0px 3px 40px #00000029;
    }
	.section-one.ag-services-inner-section .text-inner.ani h4 {
		padding: 0 0rem;
	}
	.section-one.technology-banner-section .text-inner h1 {
		padding-right: 0rem;
	}
	.text-over-image.align-items-center .section-content-wrap, .section-one.ag-services-inner-section .section-content-wrap {
		align-items: center;
	}
	
	.section-one.home-banner-section.text-over-image .section-content-wrap {
		justify-content: flex-start;
		position: initial;
		margin-top: -1px;
		background-color: var(--darkblue);
	}
	/***.section-two****/
	
	.section-two .text h2 {
        padding-right: 0;
        margin: 0 0 2rem;
    }
	/***.section-three--tads****/
	.section-three.tabs .content .flex-6:nth-child(1) {
		width: 100%;
	}
	.section-three.tabs .content .flex-6:nth-child(2) {
		width: 100%;
		background-color: var(--white);
		padding: 1.4rem;
	}
	.section-three.tabs .text h3 {
		font-size: 1.35rem;
	}
	.section-three.reverse.mobile-column-reverse .text {
		padding-bottom: 2rem;
	}
	/***section-four*****/
	.section-four.home-inner-section .container-inner {
		margin-bottom: 3rem;
	}
	.section-four.home-inner-section .text {
		padding: 0 12%;
	}
	.section-four.technology-inner-section .text {
		padding: 0 2rem;
	}
	/***section-five****/
	.section-five .inner-box .text {
		padding: 0 0.2rem;
	}
	/***section-six****/
	.section-six .content {
		padding: 2rem 0 0;
	}
	.section-six .content:before, .section-six .inner-box:before {
		display: none;
	}
	.section-six .flex-12 .text {
		padding: 0 0.2rem;
	}
	.section-six .box:after {
		background-position: left;
	}
	.section-six .inner-box .text p:last-child {
		padding-right: 0rem;
	}
	.section-six .inner-box {
		left: 0rem;
		margin-bottom: 2rem;
	}
	.section-six .inner-box .icon-wrap {
		width: 8.2rem;
		justify-content: center;
	}
	.section-six .inner-box .text {
		padding-left: 1.5rem;
	}
	/*****section-seven****/
	.section-seven.moduleseachtask .inner-box .text {
		padding: 0 1.5rem;
	}.section-seven.moduleseachtask .inner-box .text h2, .section-seven.moduleseachtask .inner-box .text p {
		padding-right: 0;
	}
	/******section-nine******/
	.section-nine ul {
		gap: 2rem;
	}
	.section-nine ul li.box .iocn-wrap:after {
		top: 50%;
		right: -1.5rem;
		width: 1.5rem;
	}
	.section-nine .iocn-wrap .text p {
		padding: 0 0.25rem;
	}
	.section-nine ul li.box .iocn-wrap {
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
	.section-nine ul li.box .iocn-wrap-inner {
		position: relative;
		z-index: 1;
		background-color: #ededed;
	}
	.section-nine ul li > .text h3 {
		font-size: 0.92rem;
	}
	/****section-ten***/
	.section-ten .content .box .text {
		padding: 0rem 0rem 1rem;
	}
	.section-ten .flex-12 .text {
		padding: 2rem 1.5rem 0;
	}
	

	/***section-map.about-inner-section***/
	.section-map.about-inner-section .content .flex-5, .section-map.about-inner-section .content .flex-7 {
		width: 100%;
	}
	.section-map.about-inner-section .content .flex-5 .text {
		padding: 0 1.5rem 1.5rem;
	}
	/*****section-product_pipeline****/
	.section-product_pipeline .outer-pipline-wrap {
		margin-bottom: 1rem;
		padding-bottom: 14px;
	}
	.section-product_pipeline .outer-pipline-wrap, 
	.section-product_pipeline .product-status-wrap {
		overflow-x: auto;
	}
	.section-product_pipeline .product-status-wrap .product-status-outer {
		margin-bottom: 0;
	}
	.section-product_pipeline .inner-pipline-wrap {
        width: 400px;
        position: relative;
		margin-right: auto;
		margin-left: auto;
    }
	.section-product_pipeline .inner-pipline-wrap th {
		padding: 0.5rem !important;
		font-size: 0.6rem;
		border-color: var(--darkblue);
	}
	.section-product_pipeline table {
		width: 400px;
	}
	.section-product_pipeline table td:not([colspan="7"]) {
		font-size: 9px;
		line-height: normal;
		padding: 5px !important;
	}
	.section-product_pipeline .inner-pipline-wrap table thead tr th:first-child, 
	.section-product_pipeline .inner-pipline-wrap table tbody tr td:first-child {
		width: 65px !important;
	}
	.section-product_pipeline .inner-pipline-wrap table thead tr th:nth-child(2), 
	.section-product_pipeline .inner-pipline-wrap table tbody tr td:nth-child(2) {
		width: 111px !important;
	}
	.section-product_pipeline .inner-pipline-wrap table thead tr th:nth-child(3), 
	.section-product_pipeline .inner-pipline-wrap table tbody tr td:nth-child(3), 
	.section-product_pipeline .inner-pipline-wrap table thead tr th:nth-child(4), 
	.section-product_pipeline .inner-pipline-wrap table tbody tr td:nth-child(4), 
	.section-product_pipeline .inner-pipline-wrap table thead tr th:nth-child(5), 
	.section-product_pipeline .inner-pipline-wrap table tbody tr td:nth-child(5), 
	.section-product_pipeline .inner-pipline-wrap table thead tr th:nth-child(6), 
	.section-product_pipeline .inner-pipline-wrap table tbody tr td:nth-child(6), 
	.section-product_pipeline .inner-pipline-wrap table thead tr th:nth-child(7), 
	.section-product_pipeline .inner-pipline-wrap table tbody tr td:nth-child(7) 
	{
		width: 43px !important;
	}

	.section-product_pipeline .progress-bar {
		width: 215px;
		height: 1rem;
	
		right: initial;
		left: 176px;
	}
	.section-product_pipeline .product-pipline-wrap .progress-bar:first-child {
		top: 44px;
	}
	.section-product_pipeline .product-pipline-wrap .progress-bar:nth-child(2) {
		top: 90px;
	}
	.section-product_pipeline .product-pipline-wrap .progress-bar:nth-child(3) {
		top: 135px;
	}
	.section-product_pipeline .progress-bar {
		margin-top: -2rem;
		margin-left: 43.8%;
	}
	.section-product_pipeline .head {
		margin: 0;
	}
	.section-product_pipeline .section-padding-top {
        padding-top: 1.5rem;
    }
	.section-product_pipeline .head h2 {
		margin: 0 0 0.5rem;
	}
	.product-status-outer {
        width: 363px;
		margin: 0 auto 3rem;
    }
	.product-status-head ul li {
		width: 87px;
		height: 1.6rem;
		padding: 2rem 1.5rem;
		border-radius: 20px 0px 0px 0px;
		font-size: 9px;
	}
	.product-status-head ul li:first-child {
		width: auto;
	}
	.product-status-content ul.inner-status-list li {
		width: 86px;
		padding: 4px 7px;
		font-size: 9px;
		line-height: 1.2;
	}
	.product-status-content ul.inner-status-list li:first-child {
		width: 102px;
		padding-left: 7px;
	}
	.product-status-content ul.product-status-list-outer li:first-child .inner-status-list li {
		padding-top: 9px;
	}
	.product-status-content ul.product-status-list-outer li:last-child .inner-status-list li {
		padding-bottom: 9px;
	}
	/***section-products****/
	.section-products.odd .text {
		padding: 0 0 3rem;
	}
	.section-products.even .content .text {
		padding: 1rem 0 3rem;
	}
	.section-products .products-commercial .image {
		left: -7rem;
		width: 50%;
	}
	/******mobile-tab-wrap********/
	.mobile-tab-wrap.tab-nav-wrap {
		position: relative;
		z-index: 1;
		height: 52px;
		padding: 0;
		/* background: var(--white); */
	}	
	.mobile-tab-wrap.tab-nav-wrap.active {
		height: auto;
	}
	.anchord-menu-content .tab-nav-wrap {
		width: 90%;
		margin: 0 auto 1rem;
	}
	.section-anchors_menu​  .section-padding-top {
		padding-top: 1rem;
	}
	
	.tab-nav-wrap ul{
		display: block;
		position: relative;
		z-index: 1;
		max-height: 0;
		margin:0;
		padding-top: 52px;
		overflow: hidden;
		transition: max-height 1s ease-out;
	}
	.tab-nav-wrap ul li.box.current_page_item  {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.tab-nav-wrap.active ul {
		transition: max-height 1sease-out;
		height: auto;
		max-height: 746px;
		width: 100%;
		box-shadow: 0px 3px 10px #2D446626;
	} 
	.tab-nav-wrap ul li.current_page_item:after, 
	.tab-nav-wrap li.active:after {
        content: '';
        display: block;
        position: absolute;
        z-index: 0;
        right: 1rem;
        top: auto;
        width: 3rem;
        height: 1rem;
        /* background-image: url(.././img/arrow-down-img-white.png); */
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.5s;
    }
	.tab-nav-wrap.active ul li.current_page_item:after, 
	.tab-nav-wrap.active li.active:after {
        transform: scale(-1);
    }
	.anchord-menu-content .tab-nav-wrap li.box h4 {
		font-size: 0.92rem;
		text-align: left;
	}
	.anchord-menu-content .tab-nav-wrap li.box {
       	padding: 0rem 2.5rem 0 1.5rem;
        width: 100%;
        height: 52px;
		display: flex;
        align-items: center;
		justify-content: flex-start;
    }
	.anchord-menu-content .tab-nav-wrap li.box:hover {
		background-color: var(--main-color-hover);
	}
	body .section-anchors_menu​ {
		top: 3.6rem;
	}
	body.admin-bar .section-anchors_menu​ {
        top: 6rem;
    }
	.anchord-menu-content .tab-nav-wrap li.box.current_page_item.active {
       
    }
	.section-contact .contact-wrap,.section-contact .form-contact-inner {
		width: 100%;
	}
	.section-contact .section-content-wrap .head h1 {
		padding: 2rem 0;
		text-align: center;
		margin: 0;
	}
	.section-contact .contact-wrap {
		padding: 2rem 1.5rem;
	}
	.section-contact .contact-wrap .text {
		padding-right: 0rem;
	}
	.section-contact .contact-wrap .text strong {
		font-size: 1.15rem;
		margin-bottom: 0.5rem;
		display: block;
	}
	.section-contact .contact-wrap .text p, .section-contact .contact-wrap .text p a {
		margin: 0 0 0.5rem;
	}
	.section-contact .form-contact-inner input.form-control, .section-contact .form-contact-inner textarea {
		font-size: 1rem;
	}


	.section-key_features ul li {
		margin-bottom: 1.5rem;
	}
	.section-key_features ul li strong {
		margin-bottom: 0.5rem;
	}


/* ===== Mobile Tab Dropdown + Peek Slider (< 992px) ===== */


	/* --- Dropdown: scroll-thumb as chevron trigger --- */

	/* Position anchord-menu-content so the scrollbar div can overlay it */
	.anchord-menu-content {
		position: relative;
	}
	/* tab-custom-scrollbar: full-width transparent overlay on top of the selected tab */
	.anchord-menu-content .tab-custom-scrollbar {
		display: flex !important;
		align-items: center;
		justify-content: flex-end;
		padding: 0 1.5rem;
		height: 52px;
		width: auto !important;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		cursor: pointer;
		z-index: 2;
		pointer-events: all;
		background: transparent;
	}
	/* tab-scroll-thumb: just a hit-area; chevron is ::after */
	.anchord-menu-content .tab-scroll-thumb {
		width: 100% !important;
		height: 2rem;
		background: none;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: right;
		padding-right: 1rem;
	}
	/* Chevron pointing down */
	.anchord-menu-content .tab-scroll-thumb::after {
		content: '';
		display: block;
		width: 0.65rem;
		height: 0.65rem;
		border-right: 2px solid var(--white);
		border-bottom: 2px solid var(--white);
		transform: rotate(45deg) translateY(-3px);
		transition: transform 0.3s ease;
	}
	.section-anchors_menu​ {
		padding-bottom: 0.5rem;
	}
	/* Chevron pointing up when dropdown is open */
	.mobile-tab-wrap.tab-nav-wrap.active .tab-scroll-thumb::after,
	.mobile-tab-wrap.tab-nav-wrap.active ~ .tab-custom-scrollbar .tab-scroll-thumb::after {
		transform: rotate(-135deg) translateY(3px);
	}

	/* --- Dropdown open/close animation --- */

	/* Collapsed state: ul hidden under the selected item */
	.anchord-menu-content .tab-nav-wrap ul {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s ease-out;
	}
	/* Open state */
	.anchord-menu-content .tab-nav-wrap.active ul {
		max-height: 800px;
		transition: max-height 0.4s ease-in;
	}

	/* --- 80/10/10 peek slider on mobile --- */

	/* Allow the slider track to overflow so adjacent slides peek in */
	.section-three-slider {
		overflow: visible;
	}
	/* Add horizontal padding so 10% of adjacent slides peek on each side */
	.section-three-slider .slick-list {
		margin-top: -4px;
		padding: 0 10% !important;
	}
	/* Scale down non-active slides slightly so the active one stands out */
	.section-three-slider .slick-slide {
		/* opacity: 0.5; */
		transition: opacity 0.3s ease;
		border-right: 2px solid #F0F0F3;
		border-left: 2px solid #F0F0F3;
	}
	.section-three-slider .slick-slide.slick-current {
		opacity: 1;
	}
	/* Hide arrows on mobile — swipe & peek is enough */
	.section-three-slider .slick-prev,
	.section-three-slider .slick-next {
		display: none !important;
	}
}
@media (max-width: 767px){
	h1, .h1 {
		/* font-size: 2rem; */
	}
	.p-as-h2 p,
	.h1-as-h2 h1, 
	h2, .h2 {
		/* font-size:1.68rem; */
	}
	h3, .h3 {
		/* font-size:1.15rem; */
	}
	strong {
		/* font-weight: 600; */
	}
	nav~section.section-one .header-image {
		/* min-height: 100vw; */
	}
	.col-margin-medium-wrap {
		margin-right: -0.5rem;
		margin-left: -0.5rem;
	}
	.col-margin-medium {
		margin-right: 0.5rem;
		margin-left: 0.5rem;
	}
	.col-margin-wrap, .col-margin {
		margin-right: 0;
		margin-left: 0;
	}
	.margin-bottom-small {
		margin-bottom: 1rem;
	}
	.social-icons a {
		width: 1.85rem;
		height: 1.85rem;
	}
	.overlay-tex {
		padding: 0 2rem;
	}
	.button, a.button {
		letter-spacing: 0;
		font-size:0.8rem;
	}
	.button.regular:before {
		width: 2rem;
		height: 2rem;
	}
	.button.regular-large {
		padding: 0.7rem 1.8rem;
	}
	.button span.arrow {
		width: 0.85rem;
		height: 0.85rem;
		margin-left: 0.5rem;
	}
	.error-wrap p {
		padding: 0 0rem;
	}
	.section-padding-bottom {
		padding-bottom: 3rem;
	}
	.padding-col {
		padding: 0 0rem;
	}
	.text-over-image .section-content-wrap {
		/* align-items: end;
		justify-content: center; */
	}
	.readmore-wrap.readmore-height-wrap.active .text {
		height: 6.5rem;
	}
	.text-over-image.align-items-center .section-content-wrap h2 {
		line-height: 1.35;
	}
	/**section-one **/
	
	.section-one.home-banner-section.text-over-image .section-content-wrap .text-inner {
		width: 100%;
		text-align: center;
	}
	.section-one.home-banner-section .button-wrap {
		justify-content: center;
	}
	.section-one.ag-services-banner-section.text-over-image .text-inner h1 {
		text-shadow: 0px 3px 40px #0000007B;
	}
	.section-one.seed-varieties-banner-section.text-over-image .section-content-wrap {
		position: absolute;
		top: auto;
		bottom: 0;
		align-items: end;
	}
	.section-one.seed-varieties-banner-section.text-over-image .text-inner {
		padding: 0 0 1rem;
	}
	.section-one.casterras-next-generation-banner-section.text-over-image .text-inner p {
        padding-right: 0;
        font-size: 1rem;
        text-shadow: 0px 3px 40px #00000029;
        font-weight: var(--weight-600);
    }
	.section-one.casterras-next-generation-banner-section.text-over-image .text-inner h1 {
		text-shadow: 0px 3px 40px #0000007B;
	}
	.section-one.about-inner-section.text-over-image .section-content-wrap {
		padding-bottom: 3rem;
	}
	.section-one.technology-banner-section .text-inner h1 {
		padding: 0 0 1rem;
	}
	.section-one.technology-banner-section {
		margin-bottom: 2rem;
	}
	.section-one.technology-generator-inner .text-inner {
		padding-right: 0rem;
	}
	.section-one.high-capacity.text-over-image .header-image, .section-one.mechanical-harvesting .header-image{
		min-height: auto;
	}
	.section-key_features h2 {
		margin: 0;
	}
	/**section-two **/
	.section-two .text h2 {
		padding-right: 0;
		text-align: center;
		margin: 0 0 2rem;
	}
	/**section-three **/
	.section-three.odd.tabs .content .flex-6:nth-child(2) .box .text, .section-three.even.tabs .content .flex-6:nth-child(2) .box .text {
		padding: 0 0rem;
	}
	.section-three.list-wrap-odd.odd .content .text {
		display: block;
	}
	.section-three.list-wrap-odd.odd .content .text p, .section-three.list-wrap-odd.odd .content .text ul {
		/*width: 100%;*/
		/*padding: 2rem 0 0;*/
	}
	.section-three.list-wrap-odd.odd .content .text ul li {
		line-height: 1.8;
	}
	.section-three.list-wrap-odd.odd .content .text ul li strong {
		line-height: inherit;
		margin-bottom: 0.25rem;
	}
	.section-three.patten-wrap-bg.even .content {
		flex-direction: column-reverse;
	}
	.section-three.patten-wrap-bg.even .content .text, .section-three.patten-wrap-bg.odd .content .text {
		padding: 2rem 1.5rem 0rem;
	}
	.section-three.patten-wrap-bg.odd .content {
		flex-direction: column-reverse;
		padding-bottom: 0;
	}
	.section-three.moduleseachtask .content {
		padding-bottom: 0;
	}
	.section-three.mobile-column-reverse .content {
		flex-direction: column-reverse;
	}
	.section-three.mobile-img-full-width img {
		width: calc(100% + 3rem);
		margin-left: -1.5rem;
		max-width: initial;
	}
	
	.section-three.tabs .content .box .text {
		min-height: 19rem;
	}
	.section-three.solutions-text-width .image {
		min-height: 10rem;
	}
	/**section-three **/
	
	.section-three.patten-wrap-bg .image:after, .section-three.patten-even-odd-bg.odd .image:after {
		top: auto;
		bottom:0rem;
		left: 0rem;
		width: 100%;
		height: 7.4rem;
		background-image: url(.././img/patten-bg1-mob.png);
	}
	.section-three.patten-wrap-bg.odd .image:after, .section-three.patten-wrap-bg.odd .image:after, .section-three.patten-even-odd-bg.even .image:after  {
        top: -14px;
        left: 0;
        height: 10rem;
        background-image: url(.././img/patten-bg2-mob.png);
        background-size: auto;
        background-position: right;
    }
	.section-three.patten-even-odd-bg.seed-varieties-inner-section.odd {
		padding-top: 2.5rem;
	}
	.section-three.patten-even-odd-bg.even .content {
		flex-direction: row;
		padding: 0;
	}
	.section-three.moduleseachtask .content, .section-threeimage-text-row-reverse-section .content, .section-threeimage-text-row-reverse-section .content {
		flex-direction: column-reverse;
	}
	.section-three.moduleseachtask .content .text {
		padding: 2rem 1.5rem 0;
	}
	.section-three.moduleseachtask .content .text p {
		margin: 0;
	}
	.section-three.text-image-even-section.odd .content {
		flex-direction: column-reverse;
	}
	.section-three.technology-generator-inner.even .content {
		padding-bottom: 0;
	}
	/**section-four **/
	.section-four.home-inner-section .container-inner {
		border-radius: 3.2rem 0;
		margin-bottom: 3rem;
	}
	.section-four.home-inner-section .text {
		padding: 0 12%;
	}
	.section-four.technology-inner-section .text {
		padding: 0 0rem;
	}
	.section-four.technology-generator-inner .text h4 {
		padding: 0 0%;
		margin-bottom: 2rem;
	}
	/**section-five **/
	
	.section-five .inner-box {
		margin-bottom: 2rem;
	}
	.section-five .flex-6:last-child .inner-box {
		margin-bottom: 0;
	}
	/**section-six **/
	.section-six .inner-box .icon-wrap {
        width: 10.2rem;
    }
	.section-six .inner-box .text {
        padding-left: 1rem;
    }
	.section-six .inner-box {
        padding-top: 2rem;
    }
	/**section-eight **/
	
	.section-eight .image-wrap .title {
		padding: 0 1.5rem;
	}
	.section-eight .image-wrap .title h2,
	.section-eight .image-wrap .title h3	{
		padding-right: 1rem;
		line-height: 1.3;
	}
	.section-eight .box .text {
		padding: 2rem 1rem 1rem;
	}
	.section-eight .content .flex-4:last-child .text {
		padding-bottom: 0;
	}
	
	/**section-map **/
	.section-map .text {
		padding: 0 0 2rem;
		text-align: center;
	}
	.section-map .text h2 {
		line-height: 1.32;
	}
	.section-map .image {
		width: 100%;
		height: 100%;
	}
	.section-map .image ul li span.country-name {
		font-size: 0.8rem;
	}
	.section-map .image ul li {
		width: 4.5rem;
		border-radius: 0.75rem 0;
	}
	/***section-team***/
	.section-team .inner-box {
		gap: 0rem;
		flex-wrap: wrap;
	}
	.section-team .inner-box .image {
		width: 40%;
		height: auto;
	}
	.section-team .inner-box .text-wrap {
		width: 60%;
		padding-left: 1rem;
	}
	.section-team .name {
		font-size: 1.15rem;
		font-weight: var(--weight-500);
	}
	.section-team .position p {
		font-size: 0.9rem;
		min-height: auto;
	}
	.section-team .flex-6.margin-bottom {
		margin-bottom: 2rem;
	}
	.section-one.leadership-inner-section {
		display: block;
	}
	/****section-products***/
	.section-products.odd .content {
		flex-direction: column-reverse;
	}
	.section-products.even .content {
		flex-direction: column-reverse;
	}
	.section-products.odd .text, .section-products.even .content .text {
        padding: 1rem 0 0;
    }
	.section-products .products-commercial.inner-box {
		width: 100%;
		padding: 2rem 1.5rem 2rem 1.5rem;
		display: flex;
        flex-wrap: wrap;
	}
	.section-products .products-commercial .image {
		position: absolute;
		left: -1.5rem;
		width: 9.5rem;
		height: 6.7rem;
		top: 25%;
	}
	.section-products .products-commercial.inner-box .title {
		font-size: 1.56rem;
		width: 100%;
	}
	.section-products .products-commercial .sku {
		margin-bottom: 0.5rem;
		width: 100%;
		font-size: 1.34rem;
	}
	.section-products .commercial-box-outer {
		width: 50%;
		margin-left: auto;
	}
	.section-products .commercial-box span {
		display: block;
		font-size: 0.8rem;
		margin-bottom: 0.5rem;
	}
	.section-products .commercial-box span b {
		width: 100%;
		display: block;
		text-align: left;
	}
	.section-products.even .products-commercial.inner-box {
		margin-left: 0rem;
	}
	.section-products .products-commercial .image img {
		height: auto;
	}
	/***section-key_features***/
	.section-key_features ul {
		gap:0rem;
		display: block;
	}
	/*****section-nine******/
	.section-nine ul {
		display: block;
	}
	.section-nine ul li.box {
        width: 65%;
        margin: 0 auto 4rem;
    }
	.section-nine ul li.box .iocn-wrap:after {
        top: auto;
        bottom: -1rem;
        right: auto;
        left: auto;
        transform: rotate(90deg);
        width: 3rem;
    }
	.section-nine ul li > .text {
		min-height: auto;
		padding-bottom: 1rem;
	}
	.section-nine .iocn-wrap .text p {
		padding: 1.5rem;
	}
	.section-nine.circle-icon-wrap ul li.box {
        width: 100%;
        margin: 0 0 4rem;
    }
	.section-nine.circle-icon-wrap .box > .text, .section-nine.circle-icon-wrap .iocn-wrap-outer .iocn-wrap {
		width: 60%;
		height: auto;
	}
	.section-nine.circle-icon-wrap .iocn-wrap-outer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
	.section-nine.circle-icon-wrap .image-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
		margin: 0rem auto 0;
    }
	.section-nine .image-wrap:after {
        top: auto;
		width: 3rem;
		height: 1rem;
        left: -3rem;
        transform: rotate(-180deg);
        z-index: 1;
    }
	.section-nine.circle-icon-wrap .section-padding-top {
		padding: 0;
	}
	/****section-ten*****/
	.section-ten .flex-12 .text {
		padding: 2rem 1.5rem 0px
	}
	.section-ten .head h3 {
		font-size: 1.68rem;
	}
	.section-ten .content .box .text {
		padding: 0.1rem 1.5rem 1.5rem;
	}
	.section-ten .content .box h3 {
		font-size: 1.36rem;
	}
	.section-ten.technology-generator-inner .box {
		margin-bottom: 0rem;
	}
	.section-ten.technology-generator-inner .section-padding-bottom {
		padding-bottom: 0rem;
	}
	.section-ten .content .box .image-wrap {
		height: auto;
	}
	/****section-image_gallery*****/
	.section-image_gallery .head p {
		padding: 0 0rem 0rem;
	}
	.section-image_gallery:after {
        top: auto;
        bottom: 66vw;
        left: -6rem;
        background-image: url(.././img/careers-patten-img-mob-top.png);
        width: 12rem;
        height: 12rem;
    }
	.section-image_gallery .image {
		padding-top: 3.5rem;
		position: relative;
		z-index: 1;
	}
	.section-image_gallery .button-wrap {
		display: none;
	}
	.section-map .image ul.map_list li:nth-child(1) {
		top: 24vw !important;
        left: 13vw !important;
	}
	.section-map .image ul li:nth-child(3) {
		top: 15vw !important;
        left: 46vw !important;
	}
	.section-map .image ul li:nth-child(2) {
		top: 32vw !important;
        left: 56vw !important;
	}
	.section-contact .section-padding {
		padding-bottom: 8rem;
	}
	.section-three .text img.alignnone {
		height: 4rem;
		margin:0;
	}
}
@media (max-width: 480px){
    .section-products .products-commercial .image {
        left: -4.5rem;
        width: 12.5rem;
        height: auto;
        top: 25%;
    }
	.section-nine.circle-icon-wrap .image-wrap {
        margin: 0;
        width: 6.6rem;
        height: 6.6rem;
    }
	.section-nine.circle-icon-wrap .iocn-wrap .text p {
        padding: 0.5rem;
    }
	.section-map .image ul.map_list li:nth-child(1) {
		top: 19vw !important;
		left: 15vw !important;
	}
	.section-map .image ul li:nth-child(3) {
		top: 12vw !important;
        left: 45vw !important;
	}
	.section-map .image ul li:nth-child(2) {
		top: 31vw !important;
		left: 54vw !important;
	}
	.section-map.about-inner-section .image ul li:nth-child(2) {
		top: 31vw !important;
		left: 62vw !important;
	}

}

