@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-HeavyItalic.eot');
    src: local('../fonts/SF Pro Display HeavyItalic'), local('SFProDisplay-HeavyItalic'),
        url('../fonts/SFProDisplay-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-HeavyItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-HeavyItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-BlackItalic.eot');
    src: local('../fonts/SF Pro Display Black Italic'), local('SFProDisplay-BlackItalic'),
        url('../fonts/SFProDisplay-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-BlackItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-BlackItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.eot');
    src: local('../fonts/SF Pro Display Bold'), local('SFProDisplay-Bold'),
        url('../fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff'),
        url('../fonts/SFProDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.eot');
    src: local('../fonts/SF Pro Display Regular'), local('SFProDisplay-Regular'),
        url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff'),
        url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-UltralightItalic.eot');
    src: local('../fonts/SF Pro Display UltralightItalic'), local('SFProDisplay-UltralightItalic'),
        url('../fonts/SFProDisplay-UltralightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-UltralightItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-UltralightItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-UltralightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-SemiboldItalic.eot');
    src: local('../fonts/SF Pro Display SemiboldItalic'), local('SFProDisplay-SemiboldItalic'),
        url('../fonts/SFProDisplay-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-SemiboldItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-LightItalic.eot');
    src: local('../fonts/SF Pro Display LightItalic'), local('SFProDisplay-LightItalic'),
        url('../fonts/SFProDisplay-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-LightItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-LightItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-LightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-ThinItalic.eot');
    src: local('../fonts/SF Pro Display ThinItalic'), local('SFProDisplay-ThinItalic'),
        url('../fonts/SFProDisplay-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-ThinItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-ThinItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.eot');
    src: local('../fonts/SF Pro Display Medium'), local('SFProDisplay-Medium'),
        url('../fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Medium.woff') format('woff'),
        url('../fonts/SFProDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
:root {
    --baseFont: 'SF Pro Display';
    --baseFontSize: 16px;
    --baseFontWeight:400;
    --primaryColor: #457639;
    --secondaryColor:#5E784D;
    --ternaryColor:#F0D087;
    --textColor: #646464;
    --whiteColor:#fff;
    --blackColor:#000;
    --textHeadingColor:#343434;
}

img {
    max-width: 100%;
}

button {
    cursor: pointer;
}
a {
    text-decoration: none;
}
a,
button,
input {
    transition: all .5s;
}
.nav-link:focus-visible {
    outline: none;
    box-shadow: none;
}

body {
    font-family: var(--baseFont);
    color: #353535;
    font-size: var(--baseFontSize);
    font-weight: 100;
    line-height: 150%;
    padding-top: 72px;
}

h1,h2 {
    color: #353535;
}

h1 {
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 26px;
}
h2 {
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 26px;
}
h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}

.colorCreame {
    background-color: #DED3A6;
}
.colorGreen {
    color: #457639;
}
.colorlightGray {
    background-color: #F8F6EC;
}
.colorWhite {
    color: #fff;
}
.bg4A8B70 {
    background-color: #4A8B70;
}
.pt35 {
    padding-top: 35px;
}
.ptb95 {
    padding-top: 95px;
    padding-bottom: 95px;
}
.ptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.ptb70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.ptb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pt40 {
    padding-top: 40px;
}
.pt20 {
    padding-top: 20px;
}
.pb0 {
    padding-bottom: 0;
}
.pr70 {
    padding-right: 70px;
}
.bgImage {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bgImageLeft {
    background-position: left center;
}

video {
    width: 100% !important;
    height: 100% !important; 
}

::selection {
  color: #fff;
  background: #457639;
}

/* Header --->>Start */
.frnHeader .navbar {
    background-color:#F8F6EC;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.frnHeader .navbar-brand img {
    position: absolute;
    top:0;
    z-index: 99999;
}
.frnHeader .navbar-nav .nav-item .nav-link {
    font-size: var(--baseFontSize);
    color: #505050;
    padding: 24px 20px;
    position: relative;

}
.frnHeader .navbar-nav .nav-item .nav-link:hover,
.frnHeader .navbar-nav .nav-item .nav-link.active,
.frnHeader .navbar-nav .current-menu-ancestor.current-menu-parent.dropdown.active a.nav-link
/* #menu-header-menu .current_page_item a*/ { 
    color: #457639;
}
.frnHeader .navbar-nav .nav-item .nav-link:before,
.frnHeader .navbar-nav .nav-item .nav-link.active:before,
.frnHeader .navbar-nav .current-menu-ancestor.current-menu-parent.dropdown a.nav-link:before {
    content:"";
    height: 3px;
    position: absolute;
    width: 0;
    bottom: 0;
    display: block;
    background-color: #457639;
    transition: all .5s;
   
}
.frnHeader .navbar-nav .nav-item .nav-link:hover:before,
.frnHeader .navbar-nav .nav-item .nav-link.active:before,
#menu-header-menu .current_page_item a:before,
.frnHeader .navbar-nav .current-menu-ancestor.current-menu-parent.dropdown.active a.nav-link:before {
    width: 100%;
    left: 0;
    right: 0;
}
.frnHeader .dropdown-item:focus, 
.frnHeader .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #212529;
}
.frnHeader .dropdown-item.active, 
.frnHeader .dropdown-item:active {
    background-color: #5e784d;
    color: #fff;
}

.frnHeader .navbar-nav .nav-item .nav-link:after {
    display: none;
}
#menu-header-menu .dropdown-menu .menu-item .dropdown-item {
    font-size: 15px;
}
#menu-header-menu .current_page_item .dropdown-menu .menu-item .dropdown-item {
    color: #505050;
}
/* Header ---<<end */

/* Hero Banner -->>Start */
.frnHeroBanner {
    padding-top: 95px;
    padding-bottom: 95px;
    background-color: #F8F6EC;
}

.frmHeroLeft {
    max-width: 475px;
}

.bgFixed {
    background-attachment: fixed;
}

.imgLeft {
    position: relative;
}
.blurbImg {
    position: absolute;
    top: 0;
    left: 370px;
}
.contRight {
    padding-top: 250px;
    margin-left: 30px;
}
.bullet ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 0 0;
}
.bullet ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}
.bullet ul li:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 21px;
    background: url(../images/bullet.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    top:3px;
}

.serviceList {
    display: flex;
    flex-wrap: wrap;
    padding-top: 24px;
}
.serviceList span {
    background-color: #FFFAE4;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    color: #161616;
    border-radius: 100px;
    text-align: left;
    min-width: 200px;
    min-height: 60px;
    margin: 25px 25px 0 0;
    padding: 0 20px;
}
.serviceList span:nth-child(2n+2){
    margin-right: 0;
}
.serviceList span i {
    margin-right: 15px;
}
.serviceList span span {
    display: block;
    line-height: normal;
    min-width: auto;
    min-height: auto;
    margin: 0;
    padding: 0;
    margin-right: 0 !important;
}

/* Our Brand */
.partnerBrand .row {
    justify-content: center;
    align-items: center;
}
.partnerBrand .col {
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
}

/* Social Enterprise */
.enterPriceBox {
    text-align: center;
    padding: 150px 70px;
    max-width: 645px;
    color: #fff;
}
.enterPriceBox h2 {
    color: #fff;
}
.enterPriceBox p {
    margin-bottom: 0;
}

/* Testimonials */
.frmcustomer {
    position: relative;
    padding: 80px 0;
}
.frmcustomer .container {
    position: relative;
    z-index: 1;
}
.frmcustomer:before {
    content: "";
    background: url(../images/bgLeft.png) no-repeat 0 0;
    position: absolute;
    left: 50px;
    bottom: 0;
    display: block;
    width: 177px;
    height: 261px;
}
.frmcustomer:after {
    content: "";
    background: url(../images/bgRight.png) no-repeat 0 0;
    position: absolute;
    right: 50px;
    top: 0;
    display: block;
    width: 236px;
    height: 348px;
}
.frmSlider p {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 30px;
    font-weight: 400;
    font-family: var(--secondaryFont);
}
.frmSlider .rating {
    display: block;
    margin-bottom: 10px;
}
.frmSlider h4 {
    font-size: 18px;
    color: #161616;
    font-weight: bold;
    margin-bottom: 5px;
}
.customerSays {
    position: relative;
}
.customerSays .arrow-btn .slick-arrow {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.customerSays .arrow-btn .slick-arrow svg {
    width: 34px;
}
.customerSays .arrow-btn .slick-arrow.prev {
    left: 15px;
}
.customerSays .arrow-btn .slick-arrow.next {
    right: 50px;
}
.frmSlider .date {
    color: #5C5C5C;
}
.frmSliderItemHeader {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.frmSliderItemHeader figure {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 35px;
    font-weight: 600;
    color: rgba(255, 255, 255, .70);
    margin-bottom: 0;
}
.frmvideoItem figure {
    position: relative;
    border-radius: 10px;
}
.frmvideoItem figure img {
    border-radius: 10px;
    width: 100%;
}
.frmvideoItem figure a {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 88.72px;
    height: 88.72px;
    background: url(../images/video_button.png) no-repeat -88.72px 0;
    transition: none;
}
.frmvideoItem figure a:hover {
    background-position: 0 0;
}

.customerVideo {
    position: relative;
    background-color: #F8F6EC;
    box-shadow: -15px -15px 15px 0 rgba(0,0,0,.05);
    padding: 40px;
}

.customerVideo .arrow-btn .slick-arrow {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.customerVideo .arrow-btn .slick-arrow svg {
    width: 34px;
}
.customerVideo .arrow-btn .slick-arrow.prev {
   left: 50px;
}
.customerVideo .arrow-btn .slick-arrow.next {
    right: 50px;
}

.customerVideo .footnote {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.customerVideo .footnote h4 {
    font-size: 18px;
    color: #161616;
    margin-bottom: 0;
}
.customerVideo .footnote h4+span {
    color:#9F9F9F;
    display: flex;
    align-items: center;
}
.customerVideo .footnote h4+span i {
    margin-right: 10px;
}
.customerVideo .footnote h4+span i img {
    width: auto !important;
}
.videoLoc {
    color:#161616;
    display: flex;
    align-items: center;
}
.videoLoc i {
    margin-right: 10px;
}
.videoLoc i img {
    display: inline-block;
    width: auto !important;
}
.video-modal {
    background-color: rgba(0, 0, 0, .7);
}
.video-modal .modal-content {
    background-color: transparent;
    border: 0;
}
.video-modal .modal-body {
    padding: 0;
    box-shadow: none;
}
.video-modal .btn-close {
    background-image: none;
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
    width: 24px;
}
.video-modal .btn-close svg path {
    fill: #fff;
}
/* Footer --->>Start */
.frmFooter {
    border-top: 20px solid #090909;
    background: url(../images/footerBg.jpg) no-repeat 0 0 #090909;
    padding: 100px 0 50px;
    color: var(--whiteColor);
    position: relative;
    background-size: cover;
}
.footerLinks {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.footerLinks li {
    margin-bottom: 15px;
}
.footerLinks li a {
    color: var(--whiteColor);
}
.footerLinks li a:hover
/*.footerLinks li.current_page_item a */ { 
    color: #5e994f;
}
.footerBot {
    margin-top: 70px;
    padding-top:30px;
    border-top:2px solid #777777;
}
.footerInfo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footerInfo ul {
    list-style-type: none;
    margin: 0;
    padding: 0 55px 0 0;
    display: flex;
}
.footerInfo ul li {
    margin-right: 20px;
    position: relative;
}
.footerInfo ul li::after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: var(--whiteColor);
    display: block;
    position: absolute;
    right: -10px;
    top: 5px;
}
.footerInfo ul li:last-child {
    margin-right: 0;
}
.footerInfo ul li:last-child:after {
    display: none;
}
.footerInfo ul li a {
    color: var(--whiteColor);
}
.footerInfo ul li a:hover {
    color: #5e994f;
}
.footerInfo p {
    margin-bottom: 0;
}

.frmSocials {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 30px;
    position: absolute;
    right: 15px;
    top:50%;
}
.frmSocials li {
    margin-bottom: 2px;
}
.frmSocials li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5C5C5C;
    border-radius: 6px 0 0 6px;
}
.frmSocials li a:hover {
    background-color: var(--primaryColor);
}

/* About Us */
.aboutHero {
    position: relative;
    padding: 70px 0;
}
.aboutHero::before {
    content: "";
    position: absolute;
    left: 0;
    top:0;
    bottom: 0;
    width: 55%;
    background-color: #4A8B70;
}
.aboutHero .container {
    position: relative;
    z-index: 1;
}
.aboutHeroLeft {
    color: #fff;
    padding-right: 105px;
}
.aboutHeroLeft h1 {
    color: #fff;
    font-weight: 600;
}
.aboutHeroRht {
    display: flex;
    flex-wrap: wrap;
}
.aboutHeroRht figure {
    margin-bottom: 0;
    margin-right: 15px;
    width: calc(50% - 15px);
}
.aboutHeroRht figure:nth-child(2){
    margin-right: 0;
}
.aboutHeroRht figure img {
    border-radius: 10px;
}
.foundStory {
    padding: 55px 0;
}
.container1470 {
    max-width: 1470px;
    margin-left: auto;
    margin-right: auto;
}
.StoryPicOne img,
.storyPicThree img {
    border-radius: 100%;
}
.storyboxmid {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    padding-top: 100px;
}
.storyboxmid:before {
    content:"";
    width: 161px;
    height: 57px;
    display: block;
    background: url(../images/story-arrow1.png) no-repeat 0 0;
    position: absolute;
    top:0;
    left: -60px;
}
.storyboxmid:after {
    content:"";
    width: 232px;
    height: 129px;
    display: block;
    background: url(../images/story-arrow2.png) no-repeat 0 0;
    position: absolute;
    bottom:-120px;
    right: -80px;
}
.storyboxmid img.eco {
    float: left;
    margin-left: -112px;
    margin-top: 45px;
    margin-right: 60px;
    border-radius: 100%;
}

/* Journey */
.frmJourney {
    padding: 40px 0 50px;
    background: url(../images/journeybg.jpg) no-repeat center bottom #F8F6EC;
}
.journeyStep {
    position: relative;
}
.stepWrap {
    list-style-type: none;
    margin: 50px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.stepWrap li {
    width: 20%;
    position: relative;
}
.stepWrap li .stepIcon {
    position: relative;
    border-bottom: 2px solid #CCC6B7;
    padding-bottom: 10px;
}
.stepWrap li .stepIcon img {
    margin-bottom: -20px;
}
.stepWrap li .stepIcon:after {
    content: "";
    width:2px;
    height:36px;
    display: block;
    background-color: #CCC6B7;
    top:46px;
    position: relative;
    left: 10px;
}
.stepWrap li .stepIcon:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: #CCC5B7;
    border: 5px solid #fff;
}
.stepWrap li .stepText {
    margin-top: 35px;
    font-size: 16px;
    padding: 0 50px 0 0;
}
.stepWrap li .stepText p {
    margin-bottom: 10px;
    line-height: 20px;
}
.stepWrap li .stepText strong {
    display: block;
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 5px;
    color: #4A8B70;
}

/* Team */
.leadership {
    padding: 40px 0 65px;
}
.teamBox {
    align-items: center;
    background-color: var(--whiteColor);
    border-radius: 10px;
    position: relative;
    transition: all .5s;
    border:1px solid transparent;
    cursor: pointer;
}
.teamBox figure {
    margin-bottom: 20px;
}
.teamBox h3 {
    font-size: 20px;
    color: #353535;
    font-weight: 600;
    margin-bottom:5px;
}
.teamBox div span {
    font-size:16px;
    line-height: normal;
    display: block;
}
.team-modal {
    background-color: rgba(0,0,0,.7);
}
.team-modal .modal-body {
    padding: 30px 30px 30px;
}
.team-modal .modal-body figure {
    margin-bottom: .5rem;
}
.team-modal .modal-body h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.team-modal .modal-body h3+span {
    font-size: 12px;
    display: block;
}
.team-modal .modal-body p {
    font-size: 15px;
}
.team-modal .btn-close {
    background-image: none;
    position: absolute;
    right: 5px;
    z-index: 1;
}
.teamHeader {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.teamHeader figure img {
    width: 87px;
    height: 87px;
    border-radius: 100px;
}
.teamHeader div {
    padding-left: 15px;
    width: calc(100% - 87px);
}
/* Advisory */
.frmadvisory {
    padding: 0 0 70px;
    /* background-color: #F8F6EC; */
}
.frmadvisory .container-fluid .row {
    padding-top: 50px;
}
.awardBrand .col {
    padding-left: 90px;
    padding-right: 90px;
}
/* Solution */
.frnSolutionBanner {
    background: url(../images/solution-bg.jpg) no-repeat right 0;
    background-size: cover;
    background-color: #4A8B70;
    padding: 70px 0;
    color: #fff;
}
.frnSolutionBanner figure {
    margin-bottom: 0;
}
.frnsolutionCont {
    padding: 50px 0;
}
.frnsolutionCont .cntBox {
    padding-right: 60px;
}

.frnsolutionCont ul {
    margin-bottom: 0;
}
.frnWeather {
    color: #fff;
    background-color: #4A8B70;
    padding: 30px 0;
}
.frnWeather .cntBox {
    padding-left: 60px;
    color: #fff;
}
.frnWeather .cntBox h2 {
    color: #fff;
    font-size: 42px;
}
.weatherBox {
    background-color: rgba(255, 255, 255, .6);
    border-radius: 20px;
    box-shadow: 0 -7px 25px rgba(0, 0, 0, .25);
    padding: 30px 40px;
    margin-bottom: 50px;
}
.weatherBox p {
    margin-bottom: 0;
}
.boxLeft {
    margin-right: 100px;
}
.boxRht {
    margin-left: 100px;
}
/* Product */
.frnProdBanner {
    padding: 150px 0;
    background-color: #4A8B70;
    color: #fff;
}
.frnProdBanner h1 {
    color: #fff;
    font-weight: 600;
}
.appBtn {
    display: inline-flex;
    margin-top: 30px;
    transition: all .5s;
    border-radius: 100px;
    padding: 12px;
    min-width: 175px;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
}
.btnWhite {
    background-color: #fff;
}
.btnGreen {
    background-color: #4A8B70;
}
.appBtn.btnWhite:hover {
    background-color: #fff;
    border: 2px solid rgba(215,215,215,1);
    box-shadow: 5px 5px 100px rgba(7, 30, 2, .35);
}
.appBtn.btnGreen:hover {
    background-color: #4A8B70;
    border: 2px solid rgba(248, 246, 236, 1);
    box-shadow: 5px 5px 100px rgba(210, 203, 171, .8);
}
.topImgGroup {
    position: relative;
    align-items: center;
}
.topImgGroup .imgOne {
    left: 0;
    top: 0;
    position: absolute;
    transform: translateY(-50%);
}
.topImgGroup .imgTwo {
    z-index: 1;
    top:0;
    left: 95px;
    position: absolute;
    transform: translateY(-50%);
}
.topImgGroup .imgThree {
    left:290px;
    top: 0;
    position: absolute;
    transform: translateY(-50%);
}
.prodLeft {
    max-width: 510px;
}
.sectionTwo {
    padding: 70px 0;
    position: relative;
}
.sectionTwo:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #fff;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
}
.infographics {
    position: relative;
    padding-top: 40px;
    width: 767px;
    margin: 0 auto;
}
.infographics span {
    display: block;
    width: 130px;
    position: absolute;
    text-align: left;
    line-height: normal;
}
.infographics span.textOne {
    left: 25px;
    top: 325px;
    width: 185px;
}
.infographics span.textTwo {
    top: 210px;
    right: 0;
}
.infographics span.textThree {
    top: 348px;
    right: 0;
}
.sectionThree {
    padding: 200px 0 170px;
    background-color: #F8F6EC;

}
.sectionThree .row {
    position: relative;
}
.grpImgTwo .ImgOne {
    position: absolute;
    bottom: -170px;
    z-index: 1;
}
.grpImgTwo .ImgTwo {
    position: absolute;
    bottom: -170px;
    left: 300px;
}
.sectionThree .textRht {
    max-width: 650px;
}
.frnSecFour {
    padding: 60px 0;
}
.frnSecFour .lftCnt {
    max-width: 550px;
}
.secFive {
    background: linear-gradient(to right,  #0e1d27 35%,#ffffff 35%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.wallMount {
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: cover;
}
.secFive figure {
    margin-bottom: 0;
    padding-left: 100px;
}
.secFiveCnt {
    max-width: 700px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 150px;
}

.phoneOnemob,
.infographicsMob,
.phonethreeMob,
.meetingMob {
    display: none;
    margin-bottom: 0;
}
/* Research */
.frnResearchBanner {
    background: url(../images/researchBanner.jpg) no-repeat center center;
    background-size: cover;
    padding: 75px 0;
}
.frnReBlurb {
    max-width: 523px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, .95);
    padding: 45px;
}
.frnLogos {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style-type: none;
}
.frnLogos li {
    width: 25%;
}
.frnjointDevelop {
    padding: 100px 0;
    position: relative;
}
.frnDevelopCnt {
    max-width: 450px;
}
.BgImageRight {
    background: url(../images/developimg.jpg) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    height: 322px;
    right: 0;
    width: 50%;
    top:0;
    bottom: 0;
    margin: auto;
    border-radius: 222px 0 0 222px;
}
.frnDevelopCnt ul {
    list-style-type: none;
    margin: 0;
    padding: 25px 0 0;
    display: flex;
    align-items: center;
}
.frnDevelopCnt ul li {
    margin-right: 25px;
}
.frnDevelopCnt ul li img {
    border-radius: 10px;
}
.frnDevelopCnt ul li:last-child {
    margin-right: 0;
}
.frnDevelopCnt ul li span {
    height: 4px;
    background-color: #E1DDDD;
    border-radius: 100px;
    width: 233px;
    display: block;
}
.BgImageRight img {
    display: none;
}
/* API */
.frnAPI {
    padding: 70px 0 100px;
    background-color: #F8F6EC;
}
.frnFormWrap {
    position: relative;
    padding-top: 32px;
    padding-bottom: 32px;
}
.frnFormWrap h2 {
    font-size: 25px;
    color: #353535;
    margin-bottom: 30px;
}
.form-control {
    height: 56px;
    border-radius: 5px;
    border:1px solid #DED3A6;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #525252;
    transition: all .5s;
}
.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #4B6331;
}
textarea.form-control {
    height: 160px;
    resize: none;
}
.textareaWrap {
    position: relative;
}
textarea.form-control+span {
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #B3B3B3;
    font-size: 15px;
}
select.form-control {
    background: url(../images/select-arrow.png) no-repeat 95% center #fff;
}
.form-control::-ms-input-placeholder { /* Edge 12-18 */
    color: #525252;
}
.form-control::placeholder {
    color: #525252;
}
.frnFormWrap form {
    position: relative;
    display: block;
    padding: 0 70px 0 40px;
}
.btnSubmit {
    cursor: pointer;
    padding: 19px 70px;
    font-size: 20px;
    color: #fff;
    border: 0;
    background-color: #4B6331;
    border-radius: 7px;
    position: relative;
    bottom: -31px;
}
.btnSubmit:hover {
    box-shadow: 0 -7px 25px rgba(0, 0, 0, .25);
    background-color: #457639;
}
.frnFormWrap .bgImage {
    background: url(../images/formBg1.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
/* Partnership */
.frnPartnerBanner {
    background-color: #fff;
    background-size: cover;
    padding: 70px 0 0;
}
.frnPartnerBanner figure {
    margin-bottom: 0;
}
.partnerBannerBlurb {
    padding: 10px;
    text-align: center;
    color: #353535;
    font-size: 30px;
    float: right;
    position: relative;
    line-height: 34px;
}
.partnerBannerBlurb strong {
    display: block;
    font-weight: 600;
    color: #4A8B70;
    margin-top: 30px;
}
.partnerBannerBlurb:before {
    content: "";
    width: 38px;
    height: 41px;
    display: block;
    background: url(../images/corner.png) no-repeat 0 0;
    position: absolute;
    top: -15px;
    left: -15px;
}
.partnerBannerBlurb:after {
    content: "";
    width: 38px;
    height: 41px;
    display: block;
    background: url(../images/corner.png) no-repeat 0 0;
    transform: rotate(180deg);
    position: absolute;
    bottom:15px;
    right: -15px;
}
.promise {
    padding: 50px 0;
    background: url(../images/leaf-bg.png) no-repeat 90% bottom #F8F6EC;
}
.frnQR {
    background: url(../images/qrsecbg.jpg) no-repeat right bottom;
    background-size: cover;
    padding-top: 70px;
    color: #fff;
    overflow: hidden;
}
.frnQR h2 {
    color: #fff;
}
.countryList {
    list-style-type: none;
    margin: 0;
    padding: 40px 0 0;
}
.countryList li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.countryList li:last-child {
    margin-bottom: 0;
}
.countryList li i {
    margin-right: 20px;
}
.countryList li strong {
    font-size: 28px;
    margin-right: 10px;
}
.countryList li div {
    display: flex;
    align-items: center;
}
.countryList li div span {
    font-size: 16px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ffffff;
    line-height: 12px;
}
.countryList li div span:last-child {
    border-right: 0;
}
.frnQR figure {
    margin-bottom: 0;
}

.frnPartnerBannerTwo img {
    width: 100%;
}

.frnPartnerCnt {
    padding: 50px 0;
    background-color: #4A8B70;
    color: #fff;
}
.frnPartnerCnt h2 {
    color: #fff;
}
.frnpromise {
    padding: 35px 0;
}
.frnpromise figure {
    margin-bottom: 0;
}

.partnerShip .frnFormWrap .bgImage {
    left: auto;
    right: -12px;
    background: url(../images/frnBgtwo.png) no-repeat 0 0;
    background-size: cover;
}
.partnerShip .frnFormWrap form {
    padding: 0 40px;
}
.frnPartnerCnt .col-md-4 a+p {
    max-width: 216px;
    text-align: center;
    margin: 0 0 0 auto;
}

/* Contact */
.frnContactBanner img {
    width: 100%;
}
.frnContact {
    padding: 135px 0 150px;
    background-size: cover;
    position: relative;
    background-color: #4A8B70 /* #F8F6EC */;
}
.frnContact:before {
    content:"";
    display: block;
    position: absolute;
    background: url(../images/contact_bg_icon.png) no-repeat 0 0;
    bottom: 0;
    left: 0;
    width: 561px;
    height: 828px;
}
.frnContact:after {
    content:"";
    display: block;
    position: absolute;
    background: url(../images/contact-bg-right.png) no-repeat 0 0;
    bottom: 0;
    right: 40px;
    width: 373px;
    height: 548px;
}
.frnContformWrap {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.frnContForm {
    padding-top: 40px;
}
.formField {
    background-color: #978955;
    height: 55px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-left: 10px;
}
.formField i {
    width: 60px;
    text-align: center;
}
.formField input {
    width: calc(100% - 60px);
    height:55px;
    border:0;
    background-color: transparent;
    color: #fff;
    padding-right: 15px;
}
.formField input::-ms-input-placeholder { /* Edge 12-18 */
    color: #fff;
}
.formField input::placeholder {
    color: #fff;
}
.textField {
    padding-top: 15px;
    margin-bottom: 60px;
}
.textField textarea {
    width: 100%;
    resize: none;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    color: #000;
    height: 36px;
}
.contSubmitBtn {
    background-color: #0F0F0F;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    border: 0;
    border-radius: 30px;
    padding: 15px 15px;
    transition: all .5s;
}
.contSubmitBtn:hover {
    background-color: #457639;
}

/* Career */
.frnCountBanner {
    background: url(../images/careerBannerBG.jpg) no-repeat center center fixed;
    background-size: cover;
    position: relative;
    padding: 160px 0;
}
.frnCountBanner .container {
    position: relative;
    z-index: 1;
}
.frnCountBox {
    border: 1.5px solid #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    color: #fff;
    flex-direction: column;
    padding: 50px;
    text-align: center;
}
.frnCountBox strong {
    font-size: 80px;
    font-weight: bold;
    line-height: 80px;
    margin-bottom: 20px;
}
.frnCountBox span {
    display: block;
    width: 130px;
    line-height: normal;
}
.frnSecBenefit .bgImg {
    background: url(../images/crbg.jpg) no-repeat center center;
    background-size: cover;
}
.frnSecBenefit .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}
.frnBenifit {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.frnBenifit li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.frnBenifit li:first-child {
    background-color:#FFFAE4;
}
.frnBenifit li:last-child {
    background-color:#DED3A6;
}
.frnBenifit li .befitIcon {
    height: 230px;
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.frnBenifit li .befitIcon:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-left: 35px solid #DED3A6;
    border-bottom: 35px solid transparent;
    position: absolute;
    right: -35px;
}
.frnBenifit li:first-child .befitIcon {
    background-color:#DED3A6;
}
.frnBenifit li:last-child .befitIcon {
    background-color: #FFFAE4;
}
.frnBenifit li:last-child .befitIcon:after {
    border-left-color: #FFFAE4;
}
.frnBenifit li .befitText {
    width: calc(100% - 230px);
    padding: 50px;
}
.frnBenifit li .befitText h3 {
    margin-bottom: 1rem;
    font-size: 30px;
}

.frnTestimoni {
    background-size: cover;
    position: relative;
    padding: 100px 0;
    background-color: #fff;
}
.frnTestimoni .container {
    position: relative;
    z-index: 1;
}
.frnTestimoni:before {
    content:"";
    display: block;
    width: 267px;
    height: 393px;
    position: absolute;
    left: 100px;
    bottom: 0;
    background: url(../images/testi-bg1.png) no-repeat 0 0;
}
.frnTestimoni:after {
    content:"";
    display: block;
    width: 339px;
    height: 499px;
    position: absolute;
    right: 100px;
    top: 0;
    background: url(../images/testi-bg2.png) no-repeat 0 0;
}
.frntestItem {
    padding: 0 300px;
}
.frntestItem span {
    display: block;
    margin-bottom: 40px;
}
.frntestItem p {
    font-size: 20px;
    line-height: 150%;
}
.frntestItem .frnauthor {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    align-items: center;
}
.frntestItem .frnauthor figure {
    width: 75px;
    margin-bottom: 0;
}
.frntestItem .frnauthor figure img {
    width: 75px;
    height: 75px;
    border-radius: 100px;
    border: 5px solid #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
}
.frntestItem .frnauthor figure+div {
    padding-left: 15px;
}
.frntestItem .frnauthor strong {
    font-size: 20px;
    margin-bottom: 10px;
}
.frntestItem .frnauthor strong+span {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 16px;
}
.frntestiWrap {
    position: relative;
}
.frntestiWrap .arrow-btn button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.frntestiWrap .arrow-btn .prev {
    left: 12px;
}
.frntestiWrap .arrow-btn .next {
    right: 12px;
}
.frntestiWrap .arrow-btn button:hover svg circle {
    stroke: #fff;
}
.frntestiWrap .arrow-btn button:hover svg path {
    fill:#fff; 
}
.frntestiWrap .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 50px 0 0;
    padding: 0;
}
.frntestiWrap .slick-dots button {
    font-size: 0;
    width: 13px;
    height: 13px;
    background-color: transparent;
    border-radius: 100px;
    display: block;
    cursor: pointer;
    border: 1px solid #353535;
    margin: 5px 10px;
}
.frntestiWrap .slick-dots .slick-active button,
.frntestiWrap .slick-dots button:hover {
    background-color:#4A8B70;
    border-color:#4A8B70;
}

.frnJobs {
    padding: 60px 0;
}
.frnJobFilter {
    display: flex;
    flex-wrap: wrap;
    max-width: 750px;
    margin: 0 auto;
    justify-content: space-between;
}
.frnJobFilter select {
    max-width: 276px;
}
.frnJob {
    border-radius: 10px;
    position: relative;
    border: 1px solid #f5f5f5;
    margin-bottom: 30px;
}
.frnJob > div {
    display: flex;
    justify-content: space-between;
}
.frnJob > div .button {
    height: 52px;
}
.frnJobHeader {
    margin-bottom: 30px;
    padding-right: 20px;
}
.frnJobHeader h3 {
    font-size: 30px;
    color: #525252;
    margin-bottom: 15px;
}
.frnJobHeader h3 a {
    color: #525252;
}
.frnJobHeader h3 a:hover {
    color: #457639;
}
.frnJobBody {
    margin-bottom: 30px;
}
.frnJobBody ul {
    padding-left: 50px;
}
.frnJobBody ul li {
    margin-bottom: .5rem;
}
.frnJobHeader ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #525252;
    line-height: 18px;
}
.frnJobHeader ul li {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #7c7c7c;
}
.frnJobHeader ul li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}
.frnJobFooter ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style-position: inside;
    padding: 0;
    margin: 0;
}
.frnJobFooter ul li {
    padding-right: 15px;
}
.frnJobFooter ul li:first-child {
    list-style-type: none;
}
.frnJobFooter ul li:last-child {
    padding-right: 0;
}
.jobIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    background-color: #978955;
    border-radius: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    margin: auto;
}
.moreBtn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 5px solid #fff;
    background-color: #457639;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    margin: auto;
}
.moreBtn:hover {
    background-color: #978955;
}
.frnJobBody {
    position: relative;
    padding-left: 20px;
}
.jobdesIcon {
    position: absolute;
    left: 0;
    top: 8px;
}
.frnJobDetails {
    margin-top: 3px;
    padding: 90px 0;
    background: url(../images/job-details-bg.png) no-repeat center bottom #F8F6EC;
}
.frnJobDetails .frnJob .frnJobBody {
    padding-left: 30px;
}
.frnJobDetails .frnJob .frnJobBody ul {
    padding-left: 20px;
}
.frnJobDetails .frnJob .frnJobHeader {
    display: flex;
}
.frnJobDetails .frnJob .frnJobHeader h3 {
    margin-bottom: 10px;
}
.frnJobDetails .frnJob .frnJobHeader .jobIcon {
    position: static;
    margin: 0 15px 0 0;
}
.frnJobDetails .frnJob .frnJobHeader .frnJobTitle {
    width: calc(100% - 65px);
}

.frncrForm {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    padding: 25px;
    border-radius: 30px;
    position: relative;
}
.frncrForm h2 {
    font-size: 40px;
    margin-bottom: 15px;
}
.frncrForm h2+p {
    margin-bottom:25px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
}
.uploadbtn {
    border:1px solid #ded3a6;
    color: gray;
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 15px;
    color: #525252;
    width: 100%;
    text-align: left;
    cursor: pointer;
}
.uploadbtn i {
    margin-right: 10px;
}
.uploadbtn i svg {
    width: 20px;
}
.upload-btn-wrapper span {
    position: absolute;
    right: 15px;
    top: 13px;
    font-size:10px;
}
.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}
.frncrForm .btnSubmit {
    position: absolute;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
    width: 190px;
}

.frncontBtn {
    width: 36px;
    height: 36px;
    display: block;
    right: 30px;
    bottom: 100px;
    position: fixed;
    z-index: 999;
}

.frnContentPage {
    padding: 90px 0;
}
.frnpageTitle {
    margin-bottom: 50px;
}
.frnpageTitle h1 {
    margin-bottom: 10px;
}
.frnPageBody h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.frnPageBody p {
    margin-bottom: 30px;
}
.frnPageBody ul li {
    margin-bottom: .5rem;
}
.listalpha {
    list-style-type: lower-alpha;
}

/* success */
.frnsuccess {
    color: #fff;
}
.frnsuccess h1 {
    color: #fff;
}
.frnsuccess p {
    margin-bottom: 30px;
}
.frnsuccess figure img {
    width: 30px;
}
.frnBtn {
    background-color: #4B6331;
    color: #fff;
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
}
.frnBtn:hover {
    background-color: #457639;
}
.frmVideoSlider .owl-nav button {
    width: 40px;
    height: 40px;
    display: block;
    background-color: transparent;
    border: 0;
    transition: none;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
}
.frmVideoSlider .owl-nav button span {
    display: none;
}
.frmVideoSlider .owl-nav button.owl-prev {
    background: url(../images/arrow-btn.png) no-repeat 0 0;
    left: -60px;
}
.frmVideoSlider .owl-nav button.owl-prev:hover {
    background-image: url(../images/arrow-btn.png);
    background-repeat: no-repeat;
    background-position: -40px 0;
    background-color: transparent;
}
.frmVideoSlider .owl-nav button.owl-next {
    background: url(../images/arrow-btn.png) no-repeat -120px 0;
    right: -60px;
}
.frmVideoSlider .owl-nav button.owl-next:hover {
    background-image: url(../images/arrow-btn.png);
    background-repeat: no-repeat;
    background-position: -80px 0;
    background-color: transparent;
}
.owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: pointer;
}
.customerSays .slick-arrow {
    width: 40px;
    height: 40px;
    display: block;
    background-color: transparent;
    border: 0;
    transition: none;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    z-index: 1;
}
.customerSays .slick-arrow.slick-prev {
    background: url(../images/arrow-btn.png) no-repeat 0 0;
    left: 0;
}
.customerSays .slick-arrow.slick-prev:hover {
    background-position: -40px 0; 
}
.customerSays .slick-arrow.slick-next {
    background: url(../images/arrow-btn.png) no-repeat -120px 0;
    right: 0;
}
.customerSays .slick-arrow.slick-next:hover {
    background-position: -80px 0;
}

.frntestimonials .slick-arrow {
    width: 40px;
    height: 40px;
    display: block;
    background-color: transparent;
    border: 0;
    transition: none;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    z-index: 1;
}
.frntestimonials .slick-arrow.slick-prev {
    background: url(../images/arrow_button_white.png) no-repeat 0 0;
    left: 0;
}
.frntestimonials .slick-arrow.slick-prev:hover {
    background-position: -40px 0; 
}
.frntestimonials .slick-arrow.slick-next {
    background: url(../images/arrow_button_white.png) no-repeat -120px 0;
    right: 0;
}
.frntestimonials .slick-arrow.slick-next:hover {
    background-position: -80px 0;
}

/* New update 6.3.2025 -->>Start */
.frnIntro {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 265px 0;
    color: #fff;
}
.frnIntro .introText {
    padding-right: 220px;
}
.frnIntro .introText h1 {
    color: #fff;
    font-size: 80px;
    line-height: 80px;
    font-weight: 500;
    margin-bottom: 35px;
}
.frnIntro .introText p {
    margin-bottom: 0;
}

.video-play-button {
    position: relative;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* box-sizing: content-box; */
    box-sizing: border-box;
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    border: 1px solid #fff;
  }
  
  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    background: #78B112;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }
  
  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #78B112;
    border-radius: 50%;
    transition: all 200ms;
  }
  
  .video-play-button:hover:after {
    background-color: darken(#78B112, 10%);
  }
  
  .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  
  .video-play-button span {
    display: block;
    position: absolute;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 24px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 12px;
    right: 0;
  }
  
  
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }


  .video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.80);
    opacity: 0;
    transition: all ease 500ms;
  }
  
  .video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
  }
  
  .video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
  }
  
  .video-overlay-close:hover {
    color: #fa183d;
  }
  
  .video-overlay iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0 0 15px rgba(0,0,0,0.75);
    width: 100% !important;
    height: 100% !important;
  }

  .noBullet {
    list-style-type: none;
    padding-left: 0;
  }
  ul.noBullet li:before {
    display: none;
  }
  .ourCustomer {
    padding-bottom: 50px;
  }
  .customerLeft {
    padding-left: 20px;
  }
  .fnabservices {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
  }
  .fnabservices .col-md-4 {
    width: 170px;
    text-align: center;
  }
  .fnabservices figure {
    margin-bottom: 30px;
  }
  .fnabservices figure img {
    width: 70px;
  }
  .fnabservices figure figcaption {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 20px 0 0;
  }

  .frmSliderItemFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .frmSliderItemFooter span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .frmSliderItemFooter span i {
    margin-right: 5px;
  }
  .frmSliderItemFooter span i+span {
    color: #008DFB;
  }

  .frmvideoItem h3 {
    margin-bottom: 15px;
    font-weight: 400;
  }
  .customerVideo .footnote img {
    width: auto;
  }
  .customerVideo .footnote div span {
    display: flex;
    align-items: center;
  }
  .customerVideo .footnote div span i {
    margin-right: 10px;
  }

  .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
  }
  .owl-theme .owl-dots .owl-dot span {
    margin: 5px;
    background: #B9B9B9;
  }
  .owl-theme .owl-dots .owl-dot.active span, 
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #4A8B70;
  }

.button {
    display: inline-block;
    border-radius: 0;
    color: #fff;
    font-size: 17px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-width: 150px;
    text-align: center;
    padding: 12px 12px;
    border: 0;
}
.button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4A8B70;
    z-index: -2;
}
.button:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #457639;
    transition: all 0.3s;
    z-index: -1;
}
.button:hover {
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .10);
}
.button:hover:before {
    width: 100%;
}
.bgImg {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
.frmFooter h3 {
    color:#777777;
}
.footercontactBox {
    padding-left: 90px;
    border-left: 2px solid #404040;
}
.footerBotWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerRight {
    display: flex;
    align-items: center;
}
.footerRight ul {
    display: flex;
}
.footerInfo a {
    display: inline-block;
    margin-right: 15px;
}
.footMenu  a { 
    margin-right: 0;
}
.footerInfo ul li::after {
    display: none;
}
.footerSocial {
    display: flex;
    align-items: center;
    /* padding-right: 0 !important; */
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footerSocial li {
    /* margin-right: 0 !important; */
    /* padding-left: 10px; */
    padding-right: 10px;
}
.footerSocial li a {
    margin-right: 0;
}
.footerSocial li a:hover img {
    opacity: .7;
}
/* CSS update 27.9.24 -->>Start */
.tradeApp {
    background-color: #4A8B70;
    padding-top: 165px;
    padding-bottom: 165px;
    color: #fff;
}
.tradeApp h2 {
    color: #fff;
}
.tradeApp .row {
    position: relative;
}
.tradeApp .rhtCnt {
    max-width: 620px;
}
.tradeImgone {
    position: absolute;
    bottom: -130px;
    z-index: 1;
    left: -135px;
}
.tradeImgtwo {
    position: absolute;
    bottom: -115px;
    left: 145px;
}
.tradeMobileImg {
    display: none;
    margin-bottom: 0;
    text-align: center;
}
.tradeMobileImg img {
    margin-left: -25px;
}

/* CSS added 09.10.24 */
.fnContactLocation {
    padding: 400px 0 0;
    background: url(../images/contact-bgmap.jpg) no-repeat center center;
    background-size: cover;
    height: 650px;
}
.locationList {
    font-size: 16px;
    font-weight: 400;
    /* color: #fff; */
    color: #353535;
    flex: 0 0 50%;
    /* padding: 0 60px; */
}
.locationList li {
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    align-items: center;
}
.locationList li:last-child {
    margin-bottom: 0;
}
.locationList li div {
    display: flex;
    align-items: flex-start;
}
.locationList li a {
    /* margin-left: 10px; */
    margin-right: 10px;
    width: 21px;
    height: 25px;
    display: block;
    line-height: 1;
    min-width: 21px;
}
.locationList li p {
    margin-bottom: 0;
    order: 3;
    font-size: 16px;
    color: #7a7a7a;
    font-weight: 400;
}
.locationList h3 {
    font-size: 32px;
    font-weight: 500;
    /* color: #fff; */
    color: #353535;
    margin-bottom: 25px;
    padding-left: 55px;
    padding-top: 0;
}
.locationList h4,
.locationList h5 {
    font-size: 16px;
    font-weight: 700;
    /* color: #fff; */
    color: #353535;
}
.locationList h4 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.locationList h5 {
    margin-bottom: 0;
    order: 2;
    font-weight: 400;
    font-size: 16px;
    color: #7a7a7a;
}
.locationList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.locationList.india {
    /* padding-left: 50px; */
    background: url(../images/india-flag.png) no-repeat -3px 4px;
    /* margin-bottom: 50px; */
    border-right: 2px solid #D8D5C3;
}
.locationList.singapore {
    /* padding-left: 50px; */
    background: url(../images/singapore-flag.png) no-repeat -3px 6px;
    margin-left: 60px;
    padding-right: 60px;
}

/* New update 6.3.2025 -->>Start */
.frmadvisory .container .row+.row {
    margin-top: 40px;
} 
.teamBoxAdv {
    display: flex;
    align-items: center;
    background-color: transparent;
}
.teamBoxAdv figure {
    margin-bottom: 0;
}
.teamBoxAdv div {
    padding-left: 25px;
    margin-bottom: 0;
    min-height: auto;
    width: calc(100% - 200px);
}
.frnSolutionBanner .frnBannerBox {
    padding-left: 60px;
}
.frnSolutionBanner h1 {
    color: #fff;
    font-weight: 600;
}
.frnsolutionCont figure {
    margin-bottom: 0;
}
.frnWeather figure {
    margin-bottom: 0;
}

.frnAPI.partnerShip {
    padding: 0;
}
.frnContact .frnContformWrap form {
    margin-top: 36px;
}

.frnPerksBenifits {
    background-color: #F8F6EC;
    padding: 60px 0;
}
.frnPerksBenifits h2 {
    margin-bottom: 70px;
}
.benifitBox figure img {
    margin-bottom: 40px;
    width: 80px;
}
.benifitBox figcaption {
    font-size: 20px;
    max-width: 200px;
    margin: 0 auto;
}

.jobSearchBox {
    background-color: #F9F9F9;
    padding: 30px 0;
    margin: 50px 0;
}
.frnJobFilter .form-control {
    margin-bottom: 0;
    border-color: #D9D9D9;
}

.frncrForm .upload-btn-wrapper {
    margin-bottom: 20px;
}

.frnJobDetails .frnJobHeader {
    padding-right: 0;
}
.frnJobDetails .frnJob .frnJobHeader .frnJobTitle {
    width: 100%;
}

/* CSS fixing --->>Start */
.frmSliderItemHeader figure span { 
    font-size: 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    line-height: 1;
}
.frmSliderItemHeader figure span:first-letter {
    font-size: 35px;
}
.btnWrap p {
    display: flex;
    justify-content: flex-end;
}
.btnWrap p input {
    order: 2;
    background-color: #4A8B70;
}
.btnWrap p input:hover {
    background-color: #457639;
}
.btnWrap p span.wpcf7-spinner {
    order: 1;
}
form p {
    margin-bottom: 0;
}
.form-control.wpcf7-not-valid {
    margin-bottom: 0;
}
.wpcf7-not-valid-tip {
    font-size: .8em;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
    padding: 0;
    border: 0;
    text-align: center; 
    font-size: .8em; 
}
.wpcf7-spinner {
    margin: 17px 10px; 
    width: 15px;
    height: 15px;
}
.wpcf7-spinner::before {
    top: 2px;
    left: 2px;
    width: 4px;
    height: 4px;  
    transform-origin: 6px 6px;
}
.contactForm .wpcf7-not-valid-tip {
    text-align: left;
}
.contactForm .btnWrap {
    justify-content: center;
}
video#fnbVideo {
    object-fit: cover; 
    width: 100vw;
    height: 100vh;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.videoModal .btn-close  {
    position: fixed;
    z-index: 9;
    background-color: #fff;
    opacity: 1;
    right: 10px;
    top: 10px;
} 
/* CSS fixing ---<<end */

/* Preloader -->>Start */
.o-preloader {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #457639;
    z-index: 9999999;
}
.o-preloader .o-preloader__status {
    width: 250px;
    height: 250px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
/* Preloader --<<end */

section {
    scroll-margin-top: 72px; /* Adjust based on header height */
}

.farmneedAppScreen {
    position: relative;
    text-align: center;
    padding-top: 30px;
    width: 553px;
    margin:  0 auto;
}
.farmneedAppScreen .ImgOne {
    position: absolute;
    top: 80px;
    right: 90px;
}
.farmneedAppScreen .infoArrowImg1 {
    position: absolute;
    top: 30px;
    right: -40px;
}
.farmneedAppScreen .ImgOne figcaption {
    position: absolute;
    width: 130px;
    text-align: left;
    line-height: 20px;
    left: 308px;
    top: 145px;
}
.farmneedAppScreen .ImgMid {
    position: absolute;
    top: 170px;
    left: 50px;
}
.farmneedAppScreen .ImgMid figcaption {
    position: absolute;
    top: 165px;
    text-align: left;
    width: 150px;
    line-height: 20px;
    left: -140px;
}
.farmneedAppScreen .infoArrowImg2 {
    position: absolute;
    left: -75px;
    top: 65px;
}
.farmneedAppScreen .Imgbot {
    position: absolute;
    right: 90px;
    bottom: 75px;
}
.farmneedAppScreen .infoArrowImg3 {
    position: absolute;
    right: -45px;
    top: 30px;
}
.farmneedAppScreen .Imgbot figcaption {
    position: absolute;
    width: 85px;
    text-align: left;
    line-height: 20px;
    right: -135px;
    bottom: 110px;
}

/* Not found page */
.notFountPage {
    padding: 100px 0;
}
.notFountPage h1 {
    font-size: 200px;
    font-weight: 800;
    color: #3232;
}
.notFountPage h2 {
    color:#464646;
}

.thankYouPage {
    padding: 100px 0;
}
.thankYouPage h1 {
    font-size: 60px;
    font-weight: 800;
}
.thankYouPage h2 {
    font-size: 36px;
    font-weight: 500;
}

.uploadFile {
    position: relative;
    overflow: hidden;
    border: 1px solid #DED3A6;
    border-radius: 5px;
    padding: 10px;
    height: 65px;
    margin-bottom: 15px;
}
.uploadFile input {
    font-size: 12px;
}

.defaultPage h1 {
    font-weight: 700;
}
.defaultPage .frnJobTitle h1 {
    margin-bottom: 0;
}
.defaultPage h2 {
    font-size: 30px;
    font-weight: 500;
}

.researchBanner {
    background: url(../images/researchBannerBG.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0;
}
.collaborativeResearch {
    background-color: #fff;
    color: #000;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}
.collaborativeResearch .container {
    position: relative;
    z-index: 1;
}
.collaborativeResearch:before {
    content: "";
    background: url(../images/researchbgLft.png) no-repeat 0 0;
    width: 393px;
    height:267px;
    display: block;
    position: absolute;
    left: 0;
    top: 50px;  
}
.collaborativeResearch:after {
    content: "";
    background: url(../images/researchbgRgt.png) no-repeat 0 0;
    width: 330px;
    height:223px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 50px;  
}
.collaborativeResearch h2 {
    color: #353535;
}
.researchPartnerList {
    list-style-type: none;
    margin: 0;
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.researchPartnerList li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 185px;
    height: 185px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 10.7px rgba(0,0,0,.10);
    margin: 25px;
    padding: 15px;
}
.signUpForm .frnFormWrap .bgImage {
    left: auto;
    right: -12px;
    background: url(../images/formBg2.jpg) no-repeat center center;
    background-size: cover;
}

.modal {
    --bs-modal-zindex: 9999999;
}


/* Gallery -->>Start */
.gallery-Page {
    padding: 100px 0;
    background: url(../images/job-details-bg.png) no-repeat center bottom #fff;
}
.gallery-Page .list {
    list-style: none;
    width: 100%;
    column-count: 1;
    column-gap: 10px;
    margin: 0 auto;
    padding: 0;
}
/* Gallery --<<end */
    
@media (min-width: 320px) {
    .gallery-Page .list {
        column-count: 2;
    }  
}
@media (min-width: 768px) {
    .gallery-Page .list {
        column-count: 3;
    }
}
@media (min-width: 1024px) {
    .gallery-Page .list {
        column-count: 4;
    }
}
@media (min-width: 1200px) {
    .gallery-Page .list {
        column-count: 5;
    }
}

.list li {
    margin-block: 10px;
}
    
.list li:first-child {
    margin-top: 0;
    }

.list img {
    display: block;
    max-width: 100%;
    border-radius: 5px;
}

/* Select2 Style */
.frnJobFilter .select2-container--default .select2-selection--single,
.wpcf7 .select2-container--default .select2-selection--single {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    height: 48px;
}
.wpcf7 .select2-container--default .select2-selection--single {
    border: 1px solid #DED3A6;
    height: 56px;
}
.frnJobFilter .select2-container .select2-selection--single .select2-selection__rendered,
.wpcf7 .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}
.frnJobFilter .select2-container--default .select2-selection--single .select2-selection__rendered,
.wpcf7 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
}
.wpcf7 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 56px;
}
.frnJobFilter .select2-container--default .select2-selection--single .select2-selection__arrow,
.wpcf7 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
}
.wpcf7 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 55px;
}
.frnJobFilter .select2-container--default .select2-selection--single .select2-selection__placeholder,
.wpcf7 .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #525252;
}
.select2-container--default .select2-results>.select2-results__options {
    font-size: 15px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f8f6ec;
    color: #525252;
}
.select2-container--default .select2-results__option--selected {
    background-color: #4a8b70;
    color: #fff;
}
.select2-dropdown {
    border: 1px solid #d9d9d9; 
    border-radius: 5px;
}

.wpcf7 .select2-container {
    margin-bottom: 20px;
}
.wpcf7-form-control-wrap .select2-container+.wpcf7-not-valid-tip {
    margin-top: -15px;
}

/* Modify */
.leadershipTeam .teamBox {
    padding: 15px;
    border-radius: 0;
    text-align: center;
}
.leadershipTeam .teamBox figure {
    width: 150px;
    min-width: 150px;
    position: relative;
    margin: 0 auto 25px;
}
.leadershipTeam .teamBox figure img {
    width: 100%;
    width: 150px;
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, .25);
    border: 3px solid #fff;
    border-radius: 100px;
}
.leadershipTeam .teamBox figure+div {
    margin-bottom: 0;
    min-height: 60px;
}
.leadershipTeam .teamBox figure+div h3 {
    font-size: 16px;
    font-weight: 500;
    /* text-transform: uppercase; */
    color: #fff;
}
.leadershipTeam .teamBox figure+div h3+span {
    color: #DED3A6;
    /* text-transform: uppercase; */
    font-size: 14px;
    font-weight: 300;
}
.leadershipTeam .teamBox figure+div p {
    margin-bottom: 0;
    font-size: 15px;
}
.leadershipTeam .teamBox figure+div .button {
    min-width: auto;
    padding: 2px 20px 2px 10px;
    font-size: 12px;
    border-radius: 3px 3px 60px 3px;
    float: right;
}
.leadershipTeam .row {
    justify-content: center;
}
.leadershipTeam .col-md-4 {
    width: 85%;
    margin: 0 auto;
}

.leadershipTeam .col-md-4:last-child .teamBox {
    border-bottom: 0;
}
.leadershipTeam .col-md-4:first-child .teamBox {
    border-top: 1px solid #f1f1f1;
}
.leadershipTeam .col-md-4:nth-child(even) .teamBox figure {
    order: 2;
    margin-left: 30px;
    margin-right: 0;
}
.leadershipTeam .col-md-4:nth-child(even) .teamBox figure img {
    border-radius: 50px 50px 50px 0;
}
.leadershipTeam .col-md-4:nth-child(even) .teamBox figure+div {
    text-align: right;
}
.leadershipTeam .col-md-4:nth-child(even) .teamBox .teamFooter {
    order: 3;
    margin-right: 0;
    margin-left: 15px;
}

/* CSS added 30.5.25 */
.lightbox .lb-data .lb-details {
    display: none;
}
.frnHeader .navbar-nav .nav-item.dropdown .dropdown-menu {
    border-radius: 0;
    border-color: #F8F6EC;
    margin: 0;
}
.leadershipTeam .teamBox figure a {
    position: absolute;
    right: 5px;
    top: 5px;
}
.leadershipTeam .teamBox figure a img {
    width: auto;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.leadershipTeam .teamBox .teamFooter {
    padding-top: 30px;
}
.leadershipTeam .teamBox .teamFooter span {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    font-size: 16px;
    color: #fff;
}
.leadershipTeam .teamBox .teamFooter span i {
    margin-right: 5px;
}
.leadershipTeam .teamBox .teamFooter .button {
    padding: 6px 15px;
    min-width: auto;
    border-radius: 2px;
    font-size: 14px;
    background-color: #fff;
    color: #4a8b70;
}
.leadershipTeam .teamBox .teamFooter .button:before {
    background-color: #fff;
}
.leadershipTeam .teamBox .teamFooter .button:after {
    background-color: #fff;
}
.leadership.leadershipTeam h2 {
    margin-bottom: 70px;
    color: #fff;
}
.leadershipTeam .teamBox .teamFooter .button:hover {
    box-shadow:2px 3px 4px 0 rgba(0, 0, 0, .25);
}

.team-modal .teamFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.team-modal .teamFooter span {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.team-modal .teamFooter span i {
    margin-right: 5px;
}

.teamImg figure {
    margin-bottom: 0;
}
/* .leadershipTeam {
    background-color: #4a8b70;
} */
.leadershipTeam .teamBox {
    background-color: transparent;
}
.leadershipTeam .row .col-md-3 {
    border-right: 1px solid #71B196;
}
.leadershipTeam .row .col-md-3:last-child {
    border-right: 0;
}

.partnerBrand.awardBrand {
    background-color: #F8F6EC;
}
.frmadvisory .container {
    border-top: 1px solid #71B196;
    padding-top: 65px;
}
.frmadvisory h2 {
    color: #fff;
}
.aboutTeam {
    background:url(../images/aboutteam-bg.jpg) no-repeat right bottom;
    background-size: cover;
}
.ourFarmer .contRight {
    margin-left: 0;
}
.ourFarmer .contRight h2 {
    font-size: 42px;
}
.ourFarmer .contRight p {
    margin-bottom: 0;
    letter-spacing: .2px;
}

.fnabPromo {
    background: url(../images/promobg.jpg) no-repeat center bottom #061041;
    background-size: cover;
    position: relative;
    padding: 150px 0;
}
.fnabPromo .container {
    position: relative;
    z-index: 1;
}
/* .fnabPromo .container .row {
    min-height: 600px;
} */
.fnabPromo::before {
    content: "";
    width: 489px;
    height: 274px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/cloud-left.png) no-repeat 0 0;
}
.fnabPromo::after {
    content: "";
    width: 688px;
    height: 401px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/cloud-right.png) no-repeat 0 0;
}
.fnabPromo h1 {
    margin-bottom: 50px;
}
.fnabPromo h2 {
    font-size: 97px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}
.fnabPromo p {
    font-size: 29px;
    color: #9DC3D6;
}
.fnabPromo a {
    background-color: #559BBF;
    font-size: 29px;
    color: #fff;
    display: inline-block;
    padding: 14px 20px;
    line-height: 1;
}
.fnabPromo a:hover {
    background-color: #fdb301;
}
.fnabPromoCnt h2+p {
    margin-bottom: 60px;
}

#expertEye .textRht h2 {
    letter-spacing: -.35px;
}
#expertEye .textRht p {
    letter-spacing: -.1px;
}

.procure {
    background-color: #263238;
    color: #fff;
    position: relative;
    padding: 230px 0;
}
.procure h2 {
    color: #fff;
}
.procure p {
    letter-spacing: .1px;
}
.procure figure {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.procureBtngrp .appBtn:nth-child(2) {
    margin-left: 30px;
}
.comingSoonBtn {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 15px 20px; 
    background-color: #52626B;
    pointer-events: none;
}
.comingSoonBtn i {
    margin-left: 10px;
}

.dnu-register {
    position: fixed;
    right: -25px;
    bottom: 40px;
    z-index: 2;
}
.dnu-register iframe {
    margin-right: -20px;
}

.locationWrap {
    background-color: rgba(248, 246, 236, .95);
    box-shadow: 0 9px 28.3px 0 rgba(0, 0, 0, .25);
    border-radius: 10px;
    padding: 60px;
    display: flex;
    /* align-items: center; */
    position: relative;
    z-index: 2;
}
.frnContact,
.frnContact h2 {
    color: #fff;
}
.frnContact .btnWrap p {
    justify-content: center;
}
.frnContact .btnWrap p input {
    background-color: #fff;
    color: #353535;
}
.frnContact .btnWrap p input:hover {
    background-color: #353535;
    color: #fff;
}
.frnContact .form-control {
    border: 0;
}
.frnContact textarea.form-control {
    margin-bottom: 2.5rem;
}

/* Media CSS */
@media (min-width: 992px){
    .frnHeader .navbar-collapse {
        flex-grow: unset;
    }
    .frnHeader .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
    .frnContformWrap.frncrForm {
        position: sticky;
        top: 120px;
    }

    .home .frnIntro {
        height:calc(100vh - 72px);
        padding: 0;
    }
    .home .frnIntro .row {
        height: 100vh;
    }
    .home .frnIntro .video-play-button {
        top: unset;
        left: unset;
        transform: none;
        margin: 0 auto;
    }
}
@media (max-width:1399px){
    .contRight {
        margin-left: 110px;
    }
    .frnProdBanner {
        padding: 120px 0;
    }
    .sectionThree {
        padding-top: 120px;
    }
    .grpImgTwo .ImgOne {
        left: -10px;
    }
    .grpImgTwo .ImgTwo {
        left: 220px;
    }
    .tradeApp {
        padding-top: 100px;
    }
    .partnerBannerBlurb {
        margin-bottom: 30px;
    }
}
@media (max-width:1367px){
    .frnIntro .introText {
        padding-right: 115px;
    }
    .ourFarmer .contRight {
        margin-left: 0;
        padding-top: 200px;
    }
}
@media (max-width:1366px){
    .frnIntro .introText h1 {
        font-size: 65px;
        line-height: 70px;
    }
    .contRight {
        padding-top: 190px;
    }
    .blurbImg {
        top: 15px;
        left: 360px;
    }
    .aboutHeroLeft {
        padding-right: 50px;
    }
    .teamBoxAdv {
        display: block;
    }
    .teamBoxAdv figure {
        margin-bottom: 20px;
    }
    .teamBoxAdv figure img {
        width: 100%;
    }
    .teamBoxAdv div {
        padding-left: 0;
        width: 100%;
    }
    .frntestItem {
        padding: 0 250px;
    }
}
@media (max-width:1280px){
    video#fnbVideo {
        background-color: #000;
        object-fit: contain;
    }
    .procure {
        padding: 190px 0;
    }
    .procure figure img {
        width: 850px;
    }
}
@media (max-width:1199px){
    body {
        font-size: 15px;
    }
    .contRight {
        margin-left: 60px;
        padding-top: 175px;
    }
    .blurbImg {
        left: 290px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 24px;
    }
    .frmHeroLeft {
        padding-right: 40px;
    }
    .serviceList span {
        min-width: 180px;
        margin: 15px 15px 0 0;
    }
    .partnerBrand .col {
        padding-left: 50px;
        padding-right: 50px;
    }
    .frnWeatherLft {
        background: url(../images/solutionTop.gif) no-repeat center 0;
        padding-top: 310px;
        background-size: cover;
    }
    .boxLeft {
        margin-left: 50px;
        margin-right: 50px;
    }
    .frnWeatherRht {
        background: url(../images/solutionBot.gif) no-repeat center 0;
        padding-top: 310px;
        background-size: cover;
    }
    .boxRht {
        margin-left: 50px;
        margin-right: 50px;
    }
    .sectionTwo p {
        margin-bottom: 0;
    }
    .sectionThree {
        padding-bottom: 0;
    }
    .sectionThree .textRht {
        padding-left: 30px;
    }
    .topImgGroup,
    .infographics,
    .grpImgTwo {
        display: none;
    }
    .phoneOnemob,
    .infographicsMob,
    .phonethreeMob {
        display: block;
    }
    .frnFormWrap form {
        padding: 0 40px 0 10px;
    }
    .frnQR {
        padding-top: 20px;
    }
    .countryList {
        padding-top: 15px;
    }
    .partnerShip .frnFormWrap form {
        padding: 0 20px 0 20px;
    }
    /* New design update */
    .frnIntro {
        padding: 150px 0;
    }
    .frnIntro .introText {
        padding-right: 110px;
    }
    .video-play-button {
        width: 100px;
        height: 100px;
    }
    .video-play-button:before {
        width: 100px;
        height: 100px;
    }
    .fnabservices .col-md-4 {
        width: 150px;
    }
    .frmSlider {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .contRight {
        padding-top: 160px;
    }
    .ourFarmer {
        padding-top: 20px;
    }
    .customerSays {
        padding-right: 30px;
    }
    .frmSlider p {
        font-size: 28px;
    }
    .enterPriceBox {
        padding: 100px 50px;
    }
    .frmFooter {
        padding-top: 70px;
    }
    .stepWrap li .stepText {
        padding-right: 30px;
    }
    .leadership {
        padding-bottom: 20px;
    }
    .leadership .container .row+.row .col {
        width: 33.33%;
        flex: auto;
    }
    .teamBox figure img {
        width: 100%;
    }

    .tradeApp {
        padding: 100px 0;
    }
    .tradeAppImg {
        display: none;
    }
    .tradeMobileImg {
        display: block;
    }
    .frnProdBanner {
        padding: 100px 0 70px;
    }
    .sectionTwo {
        padding: 50px 0 0; 
    }
    .sectionThree {
        padding-top: 50px;
    }
    .tradeApp {
        padding: 50px 0;
    }
    .secFiveCnt {
        padding-top: 70px;
        padding-bottom: 50px;
        padding-left: 50px;
    }
    .secFive figure {
        padding-left: 50px;
    }
    .frnPartnerBanner .row {
        align-items: flex-end !important;
    }
    .footercontactBox {
        padding-left: 50px;
    }
    .frntestItem {
        padding: 0 100px;
    }
    .frmcustomer:before {
        left: 0;
    }
    .frmcustomer:after {
        right: 0;
    }
    .fnabPromo h2 {
        font-size: 80px;
    }
    .fnabPromo p {
        font-size: 24px;
    }
    .fnabPromo a {
        font-size: 24px;
    }
    .ourFarmer .contRight {
        padding-top: 180px;
    }
    .ourFarmer .contRight h2 {
        font-size: 30px;
    }
    .procure {
        padding: 150px 0;
    }
    .procure figure img {
        width: 700px;
    }
    .dnu-register {
        bottom: 50px;
        right: -20px;
    }
    .fnContactLocation {
        height: 550px;
        padding-top: 300px;
    }
    .locationWrap {
        padding: 45px;
    }
    .locationList.singapore {
        padding-right: 45px;
        margin-left: 45px;
    }
    .frnContact {
        padding: 100px 0 70px;
    }
}
@media (max-width:991px){
    body {
        padding-top: 70px;
    }
    .navbar {
        height: 70px;
    }
    .navbar-toggler {
        border: 0;
        box-shadow: none;
    }
    .navbar-toggler svg {
        width: 30px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-collapse {
        width: 320px;
        position: fixed;
        top: 70px;
        right: -320px;
        z-index: 9999;
        height: 100vh;
        background-color: #457639;
        transition: all .2s;
        padding-top: 50px;
    }
    .navbar-collapse.show {
        right: 0;
    }
    .navbar-nav .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
        border: 0;
        padding: 0 30px;
    }
    .navbar-nav .dropdown-menu a {
        color: #fff;
        font-size: 14px;
        padding: 8px 10px;
    }
    .frnHeroBanner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .frnHeroBanner .col-md-6 {
        width: 100%;
    }
    .frmHeroLeft {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .ourFarmer .col-md-7 {
        order: 1;
        width: 100%;
    }
    .ourFarmer .col-md-5 {
        order: 2;
        width: 100%;
    }
    .contRight {
        margin-left: 0;
        padding-top: 0;
        margin-bottom: 30px;
        max-width: 100%;
        text-align: center;
    }
    .blurbImg {
        left: 270px;
        width: 50%;
        top: 15px;
    }
    .ourCustomer {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .ourCustomer .col-md-7 {
        width: 100%;
        order: 1;
    }
    .ourCustomer .col-md-5 {
        width: 100%;
        order: 2;
    }
    .serviceList span:nth-child(2n+2){
        margin-right: 15px;
    }
    .partnerBrand .col {
        padding-left: 20px;
        padding-right: 20px;
    }
    .frmcustomer {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .frmcustomer .col-md-6 {
        width: 100%;
    }
    .customerVideo .arrow-btn .slick-arrow.prev {
        left: 12px;
    }
    .customerVideo .arrow-btn .slick-arrow.next {
        right: 12px;
    }
    .enterPriceBox {
        padding: 45px;
    }
    .serviceList span {
        min-width: 210px;
    }
    .frmFooter {
        border-top-width: 20px;
        padding-top: 50px;
    }
    .footerBot {
        padding-top: 50px;
    }
    .footerInfo ul {
        padding-right: 50px;
    }
    .aboutHero {
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .foundStory {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .frmJourney {
        padding: 50px 0;
    }
    .stepWrap {
        margin-top: 30px;
    }
    .storyboxmid:before {
        left: 0;
    }
    .storyboxmid:after {
        bottom: -55px;
        right: -150px;
    }
    .stepWrap li {
        width: 100%;
        margin-bottom: 30px;
    }
    .stepWrap li:last-child {
        margin-bottom: 0;
    }
    .frmadvisory .container-fluid .row {
        padding-top: 30px;
    }
    .frmadvisory .col-md-3 {
        width: 50%;
    }
    /* .teamBox {
        margin-bottom: 30px;
    } */
    .frnSolutionBanner {
        padding: 50px 0;
    }
    .frnsolutionCont {
        padding: 50px 0;
    }
    .weatherBox {
        padding: 30px;
        margin-bottom: 30px;
    }
    .boxLeft,
    .boxRht {
        margin-left: 15px;
        margin-right: 15px;
    }
    .weatherBox h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .frnProdBanner {
        padding: 90px 0 50px;
    }
    .sectionTwo {
        padding-bottom: 0;
    }
    .sectionThree {
        padding-top: 50px;
    }
    .sectionThree .textRht {
        padding-left: 15px;
    }
    .frnSecFour {
        padding: 50px 0;
    }
    .secFiveCnt {
        padding: 50px 15px;
    }
    .frnResearchBanner {
        padding: 50px 0;
    }
    .frnReBlurb {
        max-width: 400px;
        padding: 40px;
    }
    .frnjointDevelop {
        padding: 50px 0 0;
    }
    .frnjointDevelop .col-md-6 {
        width: 100%;
    }
    .frnDevelopCnt {
        max-width: 100%;
        margin-bottom: 50px;
    }
    .BgImageRight {
        position: static;
        width: 100%;
    }
    .frnAPI {
        padding: 50px 0 80px;
    }
    .frnFormWrap form {
        padding: 0 30px;
    }
    .col-md-7.offset-md-5 {
        width: 100%;
        margin-left: 0;
    }
    .frnFormWrap h2 {
        margin-left: 0;
    }
    .frnPartnerBanner {
        padding: 50px 0;
    }
    .partnerBannerBlurb {
        padding: 50px;
        margin-top: 30px;
    }
    .partnerBannerBlurb:before {
        top: 25px;
        left: 25px;
    }
    .partnerBannerBlurb:after {
        bottom: 25px;
        right: 25px;
    }
    .countryList {
        padding-top: 0;
    }
    .countryList li strong {
        font-size: 24px;
    }
    .countryList li div span {
        padding-right: 8px;
        margin-right: 8px;
    }
    .frnQR figure {
        margin-top: 0;
    }
    .frnpromise {
        padding-top: 50px;
    }
    .frnpromise .col-md-4 div {
        max-width: 280px;
        margin: 0 auto;
    }
    .partnerShip .frnFormWrap .col-md-7 {
        width: 100%;
    }
    .partnerShip .frnFormWrap form {
        padding: 0 30px;
    }
    /* .frnContact {
        padding: 50px 0;
    } */
    .frnCountBanner {
        padding: 60px 0 50px;
    }
    .frnCountBanner .col-md-3 {
        width: 50%;
    }
    .frnCountBox {
        margin: 15px;
    }
    .frnBenifit li {
        flex-direction: column;
    }
    .frnBenifit li .befitIcon {
        width: 100%;
    }
    .frnBenifit li .befitText {
        width: 100%;
        text-align: center;
    }
    .frnBenifit li:last-child .befitIcon {
        order: 2;
    }
    .frnBenifit li .befitIcon:after {
        right: 0;
        left: 0;
        top: auto;
        bottom: -50px;
        margin: auto;
        transform: rotate(90deg);
    }
    .frnBenifit li:last-child .befitIcon:after {
        top:-50px;
        bottom: auto;
        transform: rotate(270deg);
    }
    .frnTestimoni {
        padding: 50px 0;
    }
    .frntestItem {
        padding: 0 100px;
    }
    .frnJobs {
        padding: 50px 0 30px;
    }
    .frnJobDetails {
        padding-top:50px;
        padding-bottom: 50px;
    }
    .frnContentPage {
        padding: 50px 0;
    }
    .frnpageTitle {
        margin-bottom: 30px;
    }
    .frmSlider {
        padding-left: 0;
        padding-right: 0;
    }
    .customerSays .slick-arrow {
        top: auto;
        bottom: -40px;
        transform: translateY(0);
    }
    .customerSays .slick-arrow.slick-prev {
        left: auto;
        right: 50px;
    }
    .frmVideoSlider .owl-nav button.owl-prev {
        left: 0;
    }
    .frmVideoSlider .owl-nav button.owl-next {
        right: 0;
    }
    .frmVideoSlider .owl-nav button {
        top: auto;
        bottom: -50px;
        transform: translateY(0);
    }
    .frmVideoSlider .owl-nav button.owl-prev {
        left: auto;
        right: 50px;
    }
    .frnHeader .navbar-nav .nav-item .nav-link:after {
        display: inline-block;
        right: 40px;
        position: absolute;
        top: 30px;
    }
    .frnIntro {
        padding: 100px 0;
    }
    .frnIntro .col-md-10 {
        width: 100%;
    }
    .frnIntro .introText {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .frnIntro .col-md-2 {
        width: 100%;
    }
    .blurbImg+img {
        width: 350px;
    }
    .ourCustomer .col-md-6 {
        order: 1 !important;
        width: 100%;
        margin-bottom: 30px;
    }
    .fnabservices .col-md-4 {
        width: 120px;
    }
    .frmcustomer .customerSays {
        width: 100%;
    }
    .frmcustomer .customerSays+.col-md-4 {
        width: 100%;
    }
    .frmcustomer .customerVideo {
        width: 100%;
    }
    .customerSays {
        padding-right: 12px;
        padding-top: 0;
    }
    .frmSlider {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-top: 0;
    }
    .ourFarmer {
        padding-top: 50px;
    }
    .frmEntprise .col-md-6.bgImg {
        width: 100%;
        height: 320px;
    }
    .frmEntprise .col-md-6.bgImg+.col-md-6 {
        width: 100%;
    }
    .enterPriceBox {
        margin: 0 auto;
    }
    .footercontactBox {
        padding-left: 30px;  
    }
    .frmFooter {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footerBot {
        margin-top: 30px;
        padding-top: 30px;
    }
    .footerInfo a {
        margin-bottom: 20px;
    }
    .frmcustomer .customerVideo {
        margin-bottom: 40px;
        border-bottom: 2px solid #ebebeb;
    }
    .frnHeader .navbar-nav .nav-item .nav-link {
        padding: 10px 30px;
        color: #fff;
    }
    .frnHeader .navbar-nav .nav-item .nav-link:after {
        top: 20px;
    }
    .frnHeader .navbar-nav .nav-item .nav-link:hover, 
    .frnHeader .navbar-nav .nav-item .nav-link.active {
        color: #F8F6EC;
    }
    .frnHeader .navbar-nav .nav-item .nav-link:hover, 
    .frnHeader .navbar-nav .nav-item .nav-link.active, 
    .frnHeader .navbar-nav .current-menu-ancestor.current-menu-parent.dropdown.active a.nav-link {
        color: #7eda68;
    }
    .aboutHero .col-md-6 {
        width: 100%;
    }
    .aboutHeroLeft {
        padding-right: 0;
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .aboutHero::before {
        width: 100%;
    }
    .aboutHeroRht {
        justify-content: center;
    }
    .stepWrap li {
        border-left: 2px solid #CCC6B7;
        margin-bottom: 0;
        margin-left: 80px;
        position: relative;
    }
    .stepWrap li .stepIcon {
        border-bottom: 0;
        position: relative;
        left: -100px;
    }
    .stepWrap li .stepIcon:after {
        top:-42px;
        left: 125px;
        transform: rotate(90deg);
    }
    .stepWrap li .stepIcon:before {
        left: 90px;
        bottom: 60px;
        z-index: 1;
    }
    .stepWrap li .stepIcon img {
        margin-bottom: 0;
        margin-left: 20px;
    }
    .stepWrap li .stepText {
        margin-top: -90px;
        padding: 0 50px 30px 55px;
    }
    .tradeApp {
        padding: 50px 0;
    }
    .secFive figure {
        padding-left: 80px;
    }
    .appBtn {
        margin-top: 10px;
    }
    h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .frnPartnerBanner {
        padding-bottom: 0;
    }
    .frnPartnerBanner .col-md-7 {
        order: 2;
        width: 100%;
    }
    .frnPartnerBanner .col-md-5 {
        order: 1;
        width: 100%;
    }
    .countryList li i {
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .countryList li:last-child i {
        margin-bottom: 0;
    }
    .partnerShip .frnFormWrap form .col-md-6 {
        width: 100%;
    }
    .partnerShip .frnFormWrap h2 {
        padding-left: 0;
    }
    /* .fnContactLocation {
        padding: 50px 0;
    } */
    .locationList li p {
        width: calc(100% - 50px);
    }
    .frnContact:before {
        width: 300px;
        height: 300px;
        background-size: contain;
    }
    .frnContact:after {
        width: 300px;
        height: 300px;
        background-size: contain;
        background-position: right;
    }
    .frnPerksBenifits .col {
        width: 33.33%;
        flex: auto;
    }
    .frnJobFilter select {
        max-width: 250px;
    }
    .frnPerksBenifits figure {
        margin-bottom: 30px;
    }
    .frnJobList .col-md-6 {
        width: 100%;
    }
    .frnTestimoni:before {
        width: 200px;
        height: 250px;
        left: 30px;
        background-size: contain;
    }
    .frnTestimoni:after {
        width: 250px;
        height: 300px;
        right: 30px;
        background-size: contain;
    }
    .frnJobDetails .col-md-8 {
        width: 100%;
    }
    .frnJobDetails .col-md-4 {
        width: 100%;
    } 
    .frnContformWrap {
        max-width: 100%;
    }
    .frnJobBody {
        margin-bottom: 0;
    }
    .frnJob {
        margin-bottom: 0;
    }
    .frmcustomer:before,
    .frmcustomer:after {
        width: 150px;
        height: 200px;
        background-size: contain;
    }
    .thankYouPage h1 {
        font-size: 50px;
    }
    .thankYouPage h2 {
        font-size: 32px;
    }
    .collaborativeResearch {
        padding: 50px 0;
    }
    .frnHeader .navbar-nav .nav-item .nav-link:hover, 
    .frnHeader .navbar-nav .nav-item .nav-link.active, 
    #menu-header-menu .current_page_item a {
        color: #7eda68;
    }

    .ourFarmer .contRight {
        padding-top: 0;
    }

    .frnHeader .navbar-nav .dropdown-toggle.nav-link.show:after {
        transform: rotate(180deg);
    }

    .gallery-Page {
        padding: 50px 0;
    }
    .video-play-button {
        transform: none;
        top: unset;
        left: unset;
        margin: 0 auto;
    }
    .page-template-research-page .frnFormWrap .col-md-6.offset-md-3,
    .partnerShip .frnFormWrap .col-md-6.offset-md-3 {
        width: 60%;
        margin-left: 20%;
    }
    .frnSolutionBanner .frnBannerBox {
        padding-left: 30px;
    }
    .frnsolutionCont .cntBox {
        padding-right: 30px;
    }
    .frnWeather .cntBox {
       padding-left: 30px; 
    }
    #menu-header-menu .current_page_item .dropdown-menu .menu-item .dropdown-item {
        color: #fff;
    }

    .leadershipTeam .row .col-md-3 {
        width: 50%;
        margin-bottom: 30px;
    }
    .leadershipTeam .row .col-md-3:nth-child(2n+2){
        border-right: 0;
    }
    .leadership.leadershipTeam h2 {
        margin-bottom: 40px;
    }
    .frmadvisory {
        padding-bottom: 0;
    }
    .frmadvisory .container {
        padding-top: 40px;
    }
    .frmadvisory .container .row+.row {
        margin-top: 30px;
    }
    .leadershipTeam .teamBox figure+div {
        min-height: auto;
    }
    .frmadvisory.leadershipTeam h2 {
        margin-bottom: 40px;
    }
    .fnabPromo h1 {
        margin-bottom: 30px;
    }
    .fnabPromo h2 {
        font-size: 60px;
    }
    .fnabPromo p {
        font-size: 20px;
    }
    .fnabPromoCnt h2+p {
        margin-bottom: 30px;
    }
    .fnabPromo a {
        font-size: 20px;
    }
    .procure {
        padding: 60px 0;
    }
    .procure figure img {
        width: 480px;
    }
}
@media (max-width:821px){
    .researchPartnerList li {
        width: 180px;
        height: 180px;
    }
    .sectionThree .textRht {
        max-width: 560px;
    }
}
@media (max-width:767px){
    .ourFarmer .imgLeft .blurbImg {
        left: 250px;
        top: 35px;
    }
    .ourFarmer .imgLeft .blurbImg+img {
        width: 320px;
    }
    .partnerBrand .col {
        padding-left: 15px;
        padding-right: 15px;
    }
    .enterPriceBox {
        float: none;
        margin: 0 auto;
    }
    .customerVideo {
        padding-left: 60px;
        padding-right: 60px;
    }
    .footerBot {
        padding-top: 30px;
    }
    .frmFooter .col-md-4 {
        width: 50%;
    }
    .footerLinks {
        margin-bottom: 30px;
    }
    .aboutHeroLeft {
        max-width: 100%;
        margin-bottom: 50px;
    }
    .StoryPicOne {
        text-align: center;
    }
    .storyboxmid:before,
    .storyboxmid:after {
        display: none;
    }
    .storyboxmid {
        max-width: 100%;
        padding: 0;
    }
    .storyboxmid img.eco {
        margin-left: 0;
        margin-top: 15px;
        margin-right: 50px;
    }
    .storyPicThree {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .leadership .col-md-4 {
        width: 50%;
    }
    .team:last-child {
        margin-bottom: 0;
    }
    .boxLeft,
    .boxRht {
        margin-left: 0;
        margin-right: 0;
    }
    .frnProdBanner .col-md-5 {
        order:2
    }
    .prodLeft {
        max-width: 100%;
        text-align: center;
    }
    .phoneOnemob {
        margin-bottom: 20px;
    }
    .sectionTwo {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .phonethreeMob {
        margin-bottom: 30px;
    }
    .sectionThree {
        padding-bottom: 50px;
    }
    .sectionThree .textRht {
        padding-left: 0;
        text-align: center;
    }
    .frnSecFour {
        padding-top: 0;
    }
    .frnSecFour .col-md-6 {
        order: 2;
    }
    .frnSecFour .col-md-6:last-child {
        order: 1;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .frnSecFour .lftCnt {
        max-width: 100%;
        text-align: center;
    }
    .secFive {
        background: #fff;
    }
    .secFiveCnt {
        padding: 50px 0 30px;
    }
    .secFiveCnt+figure {
        display: none;
    }
    .meetingMob {
        display: block;
    }
    .sectionTwo:before {
        border-left-width: 25px;
        border-right-width: 25px;
        border-bottom-width: 25px;
        top: -25px;
    }
    .frnQR {
        padding-top: 50px;
    }
    .frnQR figure {
        text-align: center;
        margin-top: 40px;
    }
    .frnCountBox {
        padding: 30px;
        margin: 10px;
        height: 230px;
    }
    .frnBenifit li .befitIcon {
        height: auto;
        padding: 30px;
    }
    .frnBenifit li .befitText {
        padding: 40px 30px 25px;
    }
    .frntestItem {
        padding: 0;
    }
    .frnJobFilter {
        max-width: 100%;
    }
    .frnJobFilter select {
        width: 180px;
        margin-right: 10px;
    }
    .frnJobFilter .select2-container {
        margin-right: 10px; 
    }
    .frnJob {
        margin-bottom: 30px;
    }
    .frncrForm {
        padding: 25px;
    }
    .frntestimonials .slick-arrow {
        top: auto;
        bottom: -30px;
        transform: translateY(0);
    }
    .frntestimonials .slick-arrow.slick-prev {
        left: auto;
        right: 50px;
    }
    .frmFooter .col-md-8 .col-md-4 {
        width: 33.33%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .frmFooter .col-md-8+.col-md-4 {
        width: 100%;
    }
    .footercontactBox {
        padding-left: 0;
        border-left: 0;
        border-top: 2px solid #404040;
        padding-top: 20px;
        margin-top: 20px;
    }
    .footerBotWrap {
        flex-direction: column;
    }
    .footerInfo {
        margin-bottom: 30px;
    }
    .footerInfo+.footerInfo {
        margin-bottom: 0;
    }
    .frnIntro {
        padding: 75px 0 50px;
    }
    .frnIntro .introText h1 {
        font-size: 60px;
        line-height: 65px;
    }
    .frnHeader .navbar-brand img {
        width: 80px;
    }
    .frmadvisory .col-md-4 {
        width: 33.33%;
    }
    .button {
        min-width: 140px;
    }
    .frnsolutionCont {
        text-align: center;
    }
    .frnsolutionCont h2 {
        max-width: 100%;
    }
    .frnsolutionCont figure {
        margin-bottom: 30px;
        text-align: center;
    }

    .tradeApp .rhtCnt {
        max-width: 100%;
        text-align: center;
    }
    .tradeMobileImg {
        margin-bottom: 1rem;
    }
    .secFive figure {
        padding-left: 0;
    }
    .promise ul {
        text-align: left;
        margin: 0 auto;
        max-width: 219px;
    }
    .frnQR .col-md-5 {
        order: 2;
    }
    .frnPartnerCnt .col-md-4 a {
        display: inline-block;
        margin-top: 20px;
    }
    .frnpromise .col-md-8 {
        order: 2;
    } 
    .frnpromise .col-md-4 {
        order: 1;
    } 
    .partnerShip .frnFormWrap .bgImage {
        display: none;
    }
    .frnContact .frnContformWrap form {
        margin-top: 30px;
    }
    .farmneedAppScreen {
        zoom: .75;
    }
    .notFountPage {
        padding: 50px 0;
    }
    .notFountPage h1 {
        font-size: 100px;
    }
    .thankYouPage {
        padding: 50px 0;
    }
    .collaborativeResearch:before {
        background-size: contain;
        width: 250px;
    }
    .collaborativeResearch:after {
        background-size: contain;
        width: 200px;
    }
     .page-template-research-page .frnFormWrap .col-md-6.offset-md-3,
     .partnerShip .frnFormWrap .col-md-6.offset-md-3 {
        width: 100%;
        margin-left: auto;
    }
    .frnSolutionBanner {
        padding-bottom: 34px;
    }
    .frnSolutionBanner figure {
        margin-bottom: 30px;
        text-align: center;
    }
    .frnSolutionBanner .frnBannerBox {
        padding-left: 0;
        text-align: center;
    }
    .frnsolutionCont {
        padding-bottom: 34px;
    }
    .frnsolutionCont .row .col-md-6:nth-child(odd) {
        order: 2;
    }
    .frnsolutionCont .row .col-md-6:nth-child(even) {
        order: 1;
    }
    .frnsolutionCont .cntBox {
        padding-right: 0;
    }
    .frnWeather figure {
        margin-bottom: 20px;
        text-align: center;
    }
    .frnWeather .cntBox {
        padding-left: 0;
        text-align: center;
    }
    .frmFooter {
        padding-top: 20px;
    }
    .fnabPromo {
        padding: 100px 0;
        text-align: center;
    }
    .fnabPromo .col-md-8 {
        order: 2;
    }
    .fnabPromo .col-md-4 {
        order: 1;
        margin-bottom: 30px;
    }
    .procure {
        padding: 50px 0 0;
    }
    .procure figure {
        position: static;
        text-align: right;
    }
    .procureText {
        text-align: center;
        margin-bottom: 30px;
    }
    .fnContactLocation {
        height: 400px;
        padding-top: 150px;
    }
    .locationWrap {
        padding: 30px;
        flex-wrap: wrap;
    }
    .locationList {
        flex: 0 0 100%;
    }
    .locationList.india {
        border-right: 0;
        margin-bottom: 30px;
    }
    .locationList.singapore {
        padding-right: 0;
        margin-left: 0;
    }
    .frnContact {
        padding: 245px 0 50px;
    }
    .frnContact textarea.form-control {
        margin-bottom: 2rem;
    }
}
@media (max-width:575px){
    .row>* {
        padding-left: 25px;
        padding-right: 25px;
    }
    .footerInfo ul {
        margin-bottom: 30px;
    }
    .serviceList span {
        min-width: 182px;
        font-size: 12px;
        margin-right: 5px;
    }
    .serviceList span:nth-child(2n+2){
        margin-right: 5px;
    }
    .leadership .col-md-4,
    .frmadvisory .col-md-3 {
        width: 100%;
    }
    .leadership .row:last-child {
        margin-top: 30px;
    }
    .awardBrand .col {
        padding-right: 25px;
        padding-left: 25px;
    }
    h3 {
        font-size: 22px;
    }
    .frnFormWrap form {
        padding: 0;
    }
    .form-control {
        height: 45px;
        margin-bottom: 15px;
    }
    textarea.form-control {
        height: 80px;
    }
    .countryList li i {
        margin-bottom: 10px;
    }
    .partnerShip .frnFormWrap form {
        padding: 0;
    }
    .frnContForm {
        padding-top: 20px;
    }
    .formField {
        height: 50px;
        padding-left: 5px;
    }
    .formField input {
        height: 50px;
    }
    .textField {
        margin-bottom: 30px;
    }

    .frnCountBox {
        height: 170px;
        padding: 20px;
    }
    .frnCountBox strong {
        font-size: 50px;
        line-height: 30px;
    }
    .frnJobFilter {
        justify-content: center;
    }
    .frntestItem {
        padding: 0;
    }
    .frntestItem span {
        margin-bottom: 25px;
    }
    .frntestiWrap .arrow-btn {
        display: none;
    }
    .frntestiWrap .slick-dots {
        margin-top: 0;
    }
    .frnJob {
        padding: 30px;
    }
    .frnJobHeader,
    .frnJobBody {
        margin-bottom: 20px;
    }
    .frnJobBody ul {
        padding-left: 40px;
    }
    .frnJobHeader h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .BgImageRight {
        height: auto;
        border-radius: 0;
        background-image: none;
    }
    .BgImageRight img {
        display: block;
    }
    .frnIntro .introText h1 {
        font-size: 46px;
        line-height: 50px;
    }
    .frnHeader .navbar-brand img {
        width: 70px;
    }
    .fnabservices .col-md-4 {
        width: 50%;
    }
    .fnabservices {
        padding-top: 30px;
    }
    .frnIntro {
        padding: 50px 0;
    }
    .aboutHeroLeft {
        margin-bottom: 30px;
        padding-top: 0;
    }
    .leadership .container .row+.row {
        margin-top: 0;
    }
    .leadership .container .row+.row .col {
        width: 50%;
    }
    .leadership .col {
        padding-left: 12px;
        padding-right: 12px;
    }
    .leadership {
        padding-bottom: 10px;
    }
    /* .frmadvisory {
        padding-top: 40px;
        padding-bottom: 20px;
    } */
    .frmadvisory .container .row+.row {
        margin-top: 0;
    }
    .frmadvisory .col {
        padding-left: 12px;
        padding-right: 12px; 
    }
    .frmadvisory .col-md-4 {
        padding-left: 12px;
        padding-right: 12px;
        width: 50%;
    }
    /* .teamBox {
        margin-bottom: 20px;
    } */
    .teamBox div {
        margin-bottom: 0;
        min-height: auto;
    }
    .teamBox h3 {
        font-size: 18px;
    }
    .teamBox div span {
        margin-bottom: 0;
    }
    .teamBoxAdv div {
        margin-bottom: 0;
    }
    .teamBoxAdv div span {
        margin-bottom: 20px;
    }
    .frmJourney {
        padding: 40px 0;
    }
    .frmJourney .col {
        padding-left: 12px;
        padding-right: 12px;
    }
    .frnSolutionBanner {
        padding: 40px 0 24px;
    }
    .frnsolutionCont {
        padding: 40px 0 24px;
    }
    .frnWeather {
        padding: 30px 0 20px;
    }
    .frnSolutionBanner figure {
        margin-bottom: 30px;
    }
    .frnBannerBox h1 {
        font-size: 30px;
    }
    .frnProdBanner {
        padding: 70px 0 50px;
    }
    .frnPartnerBanner,
    .frnQR {
        padding-top: 40px;
    }
    .partnerBannerBlurb {
        font-size: 24px;
        line-height: 30px; 
    }
    .partnerShip .frnFormWrap h2 {
        padding-left: 0;
    }
    .partnerShip .frnFormWrap form .col-md-6,
    .partnerShip .frnFormWrap form .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .frnPartnerCnt {
        padding: 40px 0;
    }
    .frnpromise {
        padding-top: 40px;
    }
    .frnFormWrap {
        padding: 30px 0;
    }
    .frnContformWrap .row .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .locationList h4 {
        margin-bottom: 20px;
    }
    .locationList.india {
        margin-bottom: 30px;
    }
    /* .fnContactLocation,
    .frnContact {
        padding: 40px 0;
    } */
    .frnCountBanner,
    .frnTestimoni,
    .frnPerksBenifits {
        padding: 40px 0;
    }
    .frntestItem .frnauthor {
        padding-top: 10px;
    }
    .frnPerksBenifits h2 {
        margin-bottom: 40px;
    }
    .benifitBox figure img {
        margin-bottom: 25px;
        width: 60px;
    }
    .frnPerksBenifits {
        padding-bottom: 10px;
    }
    .frnJobs {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .jobSearchBox {
        background-color: #F9F9F9;
        padding: 20px 0;
        margin: 30px 0;
    }
    .frnJob {
        padding: 15px;
    }
    .frnJobHeader h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .frnJob > div .button {
        height: 44px;
        line-height: 15px;
        min-width: 90px;
    }
    .farmneedAppScreen {
        zoom: .6;
    }
    .defaultPage .row>* {
        padding-left: 15px;
        padding-right: 15px;
    }
    .defaultPage h1 {
        font-size: 28px;
    }
    .defaultPage h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .researchPartnerList li {
        width: 150px;
        height: 150px;
        margin: 20px;
    }
    .collaborativeResearch:before {
        width: 150px;
    }
    .collaborativeResearch:after {
        width: 130px;
    }
    .frnJobDetails .frnJob {
        padding: 0;
    }
    .gallery-Page {
        padding: 40px 0;
    }
    .wpcf7 .select2-container--default .select2-selection--single {
        height: 48px;
    }
    .wpcf7 .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 48px;
    }
    .wpcf7 .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 46px;
    }
    .wpcf7 .select2-container {
        margin-bottom: 15px;
    }
    .fnabPromo {
        padding: 50px 0;
    }
    .fnabPromo::before,
    .fnabPromo::after {
        width: 300px;
        background-size: contain;
    }
    .fnabPromo::before {
        background-position: top;
    }
    .fnabPromo::after {
        background-position: bottom;
    }
    .fnabPromo figure {
        max-width: 300px;
        margin: 0 auto;
    }
    .fnabPromoCnt h1 img {
        width: 280px;
    }
    .fnabPromo h2 {
        font-size: 50px;
    }
    .fnabPromo p {
        font-size: 16px;
    }
    .fnabPromo a {
        font-size: 18px;
    }
    .procure {
        padding-top: 30px;
    }
    .ourFarmer .imgLeft .blurbImg+img {
        width: 260px;
    }
    .ourFarmer .imgLeft .blurbImg {
        left: 200px;
        top: 25px;
    }
    .frnContact {
        padding-top: 200px;
    }
    .locationList h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .locationList h4 {
        font-size: 18px;
    }
    .locationList.india {
        margin-bottom: 20px;
    }
}
@media (max-width:570px){
    .frnJobFilter {
        flex-direction: column;
        width: 300px; 
    } 
    .frnJobFilter select,
    .frnJobFilter .select2-container {
        width: 100%;
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 10px !important;
    }
    .frnJobList .col-md-6 {
        padding-left: 12px;
        padding-right: 12px;
    }
    .frnTestimoni:after {
        width: 200px;
        height: 250px;
        right: 0;
    }
    .frnTestimoni:before {
        width: 150px;
        height: 150px;
        left: 0;
    }
    .frnPerksBenifits .col {
        width: 50%;
    }
    .ourFarmer .imgLeft .blurbImg {
        left: 200px;
        top: 35px;
        width: 200px;
    }
}
@media (max-width:480px){
    .aboutHero::before {
        width: 100%;
        bottom: 30%;
    }
    .storyboxmid img.eco {
        margin-left: 20px;
        margin-top: 15px;
        margin-right: 0;
        float: right;
        width: 140px;
        margin-bottom: 20px;
    }
    .StoryPicOne img, .storyPicThree img {
        width: 210px;
    }
    .frnIntro {
        padding: 40px 0;
    }
    .ourFarmer {
        padding-top: 40px;
    }
    .ourCustomer {
        padding-top: 40px;
    }
    .frmcustomer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .customerVideo {
        padding: 20px;
    }
    .partnerBrand {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .enterPriceBox {
        padding: 40px 0;
    }
    .frmFooter .col-md-8 .col-md-4 {
        width: 50%;
    }
    .frmFooter .col-md-8 .col-md-4:nth-child(3){
        width: 100%;
    }
    .frmFooter {
        padding-bottom: 0;
    }
    .aboutHero {
        padding-bottom: 0;
    }
    .frnProdBanner {
        padding: 50px 0;
    }
    .partnerBannerBlurb {
        margin-top: 0;
        padding: 30px;
        margin-bottom: 0;
    }
    .partnerBannerBlurb:before {
        top: 10px;
        left: 10px;
    }
    .partnerBannerBlurb:after {
        bottom: 20px;
        right: 10px;
    }
    .frnJobDetails {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .leadershipTeam .row .col-md-3 {
       padding-left: 15px;
       padding-right: 15px; 
    }
}
@media (max-width:479px){
    .ourFarmer .imgLeft .blurbImg {
        width: 160px;
        left: 160px;
        top: 20px;
    }
    .ourFarmer .imgLeft .blurbImg+img {
        width: 200px;
    }
    .partnerBrand .col {
        flex: 0 0 50%;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 30px;
    }
    .footerInfo ul {
        margin-bottom: 20px;
    }
    .frmFooter h3 {
        margin-bottom: 20px;
    }
    .stepWrap li {
        width: 100%;
    }
    .frnReBlurb {
        max-width: 100%;
        padding: 30px;
    }
    .frnDevelopCnt ul li span {
        width: 100px;
    }
    .frnCountBox {
        margin: 10px 0;
    }
    .frnCountBanner .col-md-3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .frnCountBox strong {
        font-size: 40px;
        line-height: 20px;
    }
    .frmSliderItemFooter,
    .customerVideo .footnote {
        align-items: flex-start;
        flex-direction: column;
    }
    .frmSliderItemFooter span+span {
        padding-left: 0;
        padding-top: 15px;
    }
    .button {
        min-width: 115px; 
    }
    .videoLoc {
        margin-top: 15px;
    }
    .stepWrap li {
        margin-left: 90px;
    }
    .stepWrap li .stepText {
        padding: 0 15px 30px 50px;
    }
    .stepWrap li .stepText strong {
        line-height: 40px;
    }
    .frnProdBanner,
    .sectionThree,
    .tradeApp {
        padding: 40px 0;
    }
    .frnSecFour {
        padding-bottom: 40px;
    }
    .secFiveCnt {
        padding-top: 40px;
    }
    .frncrForm h2 {
        font-size: 32px;
    }
    .frnJob {
        margin-bottom: 20px;
    }
    .farmneedAppScreen {
        zoom: .45;
    }
    .researchPartnerList li {
        width: 120px;
        height: 120px;
        margin: 15px;
        padding: 15px;
    }
    .leadershipTeam .teamBox {
        padding: 0;
    }
    .leadershipTeam .teamBox figure {
        width: 100px;
        min-width: 100px;
        margin: 0 auto 15px;
    }
    .leadershipTeam .teamBox figure img {
        width: 100px;
    }
    .leadershipTeam .teamBox .teamFooter {
        padding-top: 20px;
    }
    .leadership {
        padding-bottom: 0;
        padding-top: 30px;
    }
    .leadership.leadershipTeam h2 {
        margin-bottom: 35px;
    }
    .frmadvisory .container {
        padding-top: 30px;
    }
    .frmadvisory.leadershipTeam h2 {
        margin-bottom: 35px;
    }
    .fnabPromo h2 {
        font-size: 40px;
    }
    .frnContact {
        padding-top: 220px;
    }
}

@media (max-width:435px){
    .serviceList {
        justify-content: center;
    }
    .serviceList span {
        width: 190px;
        margin-right: 0;
    }
    .locationWrap {
        padding: 20px;
    }
    .locationList h4 {
        font-size: 17px;
    }
    .frnContact {
        padding-top: 170px;
    }
}
@media (max-width: 405px){
    .frnContact {
        padding-top: 210px;
    }
    .benifitBox figure img {
        margin-bottom: 15px;
        width: 50px;
    }
    .benifitBox figcaption {
        font-size: 18px;
    }
}
@media (max-width:359px){
    h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .foundStory {
       padding: 30px 0;
    }
    .frmJourney {
        padding: 30px 0;
    }
    .stepWrap li {
        margin-left: 115px;
    }
    .stepWrap li .stepIcon img{
        margin-left: 10px;
    }
    .leadership {
        padding-top: 30px;
    }
    .frmadvisory {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .partnerBrand {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .frnSolutionBanner,
    .frnsolutionCont,
    .frnWeather {
        padding: 30px 0;
    }
    .sectionTwo {
        padding-top: 30px;
    }
    .frnProdBanner, .sectionThree, .tradeApp {
        padding: 30px 0;
    }
    .secFiveCnt {
        padding-top: 30px;
    }
    .frnPartnerBanner,
    .frnQR {
        padding-top: 30px;
    }
    .frnPartnerCnt {
        padding: 30px 0;
    }
    .frnpromise {
        padding-top: 30px;
    }
    /* .fnContactLocation,
    .frnContact {
        padding: 30px 0;
    } */
    .frnCountBanner, .frnTestimoni, .frnPerksBenifits {
        padding: 30px 0;
    }
    .frnPerksBenifits h2 {
        margin-bottom: 30px;
    }
    .benifitBox figure img {
        margin-bottom: 20px;
    }
    .frnPerksBenifits {
        padding-bottom: 10px;
    }
    .frnJobs {
        padding-top: 30px;
    }
    .jobSearchBox {
        margin-top: 20px;
    }
    .frnJob {
        margin-bottom: 20px;
    }
    .frnJobList .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }
    .frnJobHeader {
        padding-right: 10px;
    }
    .frnJob > div .button {
        height: 34px;
        line-height: 7px;
        min-width: 70px;
    }
    .frnJobHeader h3 {
        font-size: 18px;
    }
    .frnJobDetails {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .frmcustomer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .farmneedAppScreen {
        zoom: .4;
    }
    .gallery-Page {
        padding: 30px 0;
    }
    .leadershipTeam .row .col-md-3 {
        width: 100%;
    }
    .fnabPromo h2 {
        font-size: 36px;
    }
    .ourFarmer .imgLeft .blurbImg {
        width: 140px;
        left: 160px;
        top: 30px;
    }
    .frnIntro .introText h1 {
        font-size: 40px;
        line-height: 46px;
    }
    .frnContact {
        padding-top: 235px;
    }
}
