/* Global Styles */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Lexend', sans-serif;
    overflow-x: hidden;
}

.btn:focus {
    border-color: none;
    box-shadow: none;

}

.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}
.orange-text{
    color: #ECAA1F;
}
.green-text{
    color: #355C2F;
}
/* Typography */
h1, h2, h3, h4, p, a {
    margin: 0;
}

h1 {
    font-family: "Lexend Deca";
}

h2 {
    color: #355C2F;
    font-family: "Lexend Deca";
    font-size: 2rem;
    font-weight: 700;
    line-height: normal;
}

h3 {
    color: #ECAA1F;
    font-family: "Lexend";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
}

h4 {
    color: #999;
    font-family: "Lexend";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
}

p {
    color: #666;
    font-family: "Lexend";
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 2.25rem;
}

a {
    width: auto !important;
    text-decoration: none;
}
.sales-member h3{
    color: #000;
    font-family: "Lexend Deca";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/* Utilities */
.center {
    text-align: center;
    justify-content: center;
    margin: auto;
}

.underLine {
    border-top: 3px solid #ECAA1E;
    opacity: 1;
    width: 125px;
    left: 15px;
    position: relative;
}
.underLine2 {
    border-top: 3px solid #ECAA1E;
    opacity: 1;
    width: 15%;

}

/* Icons */
i {
    width: auto !important;
    color: #355C2F;
}

/* Buttons */
.btn-primary {
    background-color: #ECAA1E !important;
    color: #fff !important;
    display: inline-flex !important;
    padding: 0.75rem 3rem !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.625rem !important;
    border-radius: 6.25rem 0rem !important;
    border-color: #ECAA1E !important;
    font-family: 'Lexend' !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: normal !important;
    /* Bootstrap Button Overrides */
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #ECAA1E !important;
    --bs-btn-border-color: #ECAA1E !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #ECAA1E !important;
    --bs-btn-hover-border-color: #a07419 !important;
    --bs-btn-focus-shadow-rgb: none !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #ECAA1E !important;
    --bs-btn-active-border-color: #a07419 !important;
    --bs-btn-active-shadow: none !important;
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #ECAA1E !important;
    --bs-btn-disabled-border-color: #ECAA1E !important;
}

.btn-primary:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%), #ECAA1F;
    border-color: #a07419 !important;
}

.btn-primary:active {
    background-color: #ECAA1E !important;
    border-color: #a07419 !important;
}

.btn-secondary {
    display: flex;
    padding: 0.75rem 3rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 6.25rem 0rem;
    background-color: #507D4C;
    border-color: #507D4C !important;
    color: #fff;
    font-family: "Lexend";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btn-secondary:hover {
    background-color: #375634;
    color: #fff;
}

/* Home Hero */
.home-hero .video-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.17) 100%);
    background-blend-mode: multiply;
}

.home-hero video {
    max-width: 100%;
    min-height: 51.625rem;
    max-height: 51.625rem;
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    padding: 0px;
}

.home-hero {
    position: relative;
}

.video-overlay h1 {
    color: #FFF;
    font-family: "Lexend Deca";
    font-size: 4rem;
    font-weight: 700;
    line-height: 4rem;
    text-transform: uppercase;
    padding-top: 1vw;
}

/* Inner Hero */
.inner-hero video {
    max-width: 100%;
    height: 40vw;
    min-height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    background-position: bottom;
    padding: 0px;
    position: fixed;
    z-index: -999;
}

.inner-hero {
    position: relative;
    height: 25vw;
    margin-bottom: -5vw;
    min-height: 300px;
}

.inner-hero .video-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    background-color: #00000070;
}

/* Padding/Margin */
.pb-10 {
    padding-bottom: 10rem;
}

/* Swoops */
.swoop1,
.innerSwoop1,
.swoop2,
.swoop3 {
    position: relative;
    z-index: 3;
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.swoop1 {
    bottom: 4vw;
    z-index: 9;
    padding-left: 0px;
    padding-right: 0px;
}


/* Navbar */
#wrapper-navbar {
    z-index: 999;
    position: relative;
    width: 100vw;
}

.inner1 {
    margin-top: -125px;
}

.navbar {
    background-color: transparent !important;
    padding-top: 0px;
}

.navbar-brand img {
    height: 3.5rem;
    width: auto;
}

.navbar-toggler {
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: #FFF;
    font-family: "Lexend Deca";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary {
    top: 62px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
    color: #FFF;
    font-family: "Lexend Deca";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
    color: #FFF;
    font-family: "Lexend Deca";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:active {
    color: #FFF;
    font-family: "Lexend Deca";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#mega-menu-item-67 a {
    display: flex !important;
    padding: 0.75rem 3rem !important;
    flex-direction: column !important;
    justify-content: center !important;
    bottom: 10px !important;
    align-items: center !important;
    gap: 0.625rem !important;
    border-radius: 6.25rem 0rem !important;
    background: #ECAA1F !important;
}
.home-select-item img{
    border-radius: 1rem;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.home-select-item h2{
    padding-top: 20px;
    padding-bottom: 15px;
}
.home-select-item p{
    margin-bottom: 40px;
}
/* Home Sections */
.sec1 img {
    border-radius: 6.25rem 0rem 0rem 0rem;
    min-height: 32.3125rem;
    height: 100%;
    object-fit: cover;
}

.home1 {
    padding-right: 0px;
    margin-bottom: 0vw;
}

.home-select {
    padding-bottom: 100px;
    padding-top: 100px;
}

.home2 img {
    height: 5rem;
    width: auto;
}

.home3 {
    padding-top: 60px;
    margin-bottom: -38vw;
    z-index: 10;
    position: relative;
    padding-bottom: 40px;
}

.none {
    padding-left: 0px;
    padding-right: 0px;
}

.blogBox img {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.blogBox {
    border-radius: 1rem;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    min-height: 41rem;
    background-color: #fff;
    z-index: 4;
    position: relative;
}

.card-body {
    padding: 20px;
}

.card-img-top {
    object-fit: cover;
    width: 100%;
    height: 264px !important;
}

.card-title {
    color: #333 !important;
    font-family: "Lexend Deca";
    font-size: 1.5rem;
    font-weight: 700;
    line-height: normal;
}

.card-text {
    color: #999;
    font-family: "Lexend";
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.625rem;
}

.card-body a {
    color: #333;
    font-family: "Lexend";
    font-size: 0.875rem;
    font-weight: 300;
    line-height: normal;
}

.card-info {
    color: #999;
    font-family: "Lexend";
    font-size: 0.875rem;
    font-weight: 300;
    line-height: normal;
}

.card-info i {
    color: #999999 !important;
}

/*About Sections */
.about1 {
    padding-right: 0px;
    margin-bottom: -9vw;
    background-color: #fff;
    padding-top: 80px;
}

.about2 {
    background-color: #F1F1F1;
    padding-bottom: 40px;
    padding-top: 20px;

}

.about2 img {
    z-index: 9;
    height: auto;
    width: 100%;
    position: relative;
}

.about2 .col-md-6:first-of-type {
    margin-left: -12px;
}

.about2 .col-md-5 {
    margin-top: 3vw;
}

.about3 {
    padding-top: 60px;
    margin-bottom: -38vw;
    padding-bottom: 40px;
    background-color: #fff;
}

.about3 .blogBox .logo {
    height: 3.9375rem;
    width: auto;
}

/* Footer */
.footerLogo img {
    height: 4.625rem;
    width: auto;
}

.footerLogo .navbar-brand {
    background-color: transparent !important;
    padding: 0px !important;
}

#wrapper-footer {
    padding: 4.5rem 0;
    background-color: #F5F5F5;
}

.site-footer i {
    color: #666;
    font-size: 2.5rem;
}

.site-footer p {
    color: #999;
    font-family: "Lexend";
    font-size: 1rem;
    font-weight: 300;
    line-height: normal;
}

.site-footer h2 {
    color: #6D6D6D;
    font-family: "Lexend Deca";
    font-size: 1.5rem;
    font-weight: 700;
    line-height: normal;
}

.site-footer h4 {
    margin-bottom: 2px;
}

.footerMenu ul {
    list-style-type: none;
    padding-inline-start: 0px;
}

.footerMenu ul a {
    color: #999;
    font-family: "Lexend";
    font-size: 0.75rem;
    font-weight: 300;
    line-height: normal;
}

.footerMenu ul a:hover {
    text-decoration: underline;
}

.teamMembers {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #355C2F;
}

.team img {
    border-radius: 1rem;
    height: 15rem;
    object-fit: cover;
}

.team h4 {
    color: #FFF;
    font-family: "Lexend Deca";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.team p {
    color: #FFF;
    font-family: "Lexend";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.team a {
    color: #FFF;
    font-family: "Lexend";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.team {
    padding-bottom: 15px;
}

.team a:hover {
    text-decoration: underline;
}

.teamMembers h2 {
    color: #fff;
}

.team2 {
    background-color: #fff;
    padding-bottom: 40px;
    padding-top: 80px;
}

.leftMove .col-md-6 {
    margin-left: -12px;
}

.team2 h4 {
    color: #333333;
}

.team2 p {
    color: #333333;
}

.team2 a {
    color: #333333;
}

.team2 a:hover {
    text-decoration: underline;
}

.team2 img {
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
    height: auto;
}

.contact1 {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 40px;
}

.contact1 p {
    margin-bottom: 0px;
}

.contact1 h4 {
    color: #666;
    font-family: "Lexend";
    font-size: 1.28394rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.products .productLine:nth-child(odd) {
    background-color: #FFF !important;
}
.products .productLine:nth-child(even) {
        flex-direction: row-reverse;
    background-color: #F5F5F5 !important;
}
.products {
    background-color: #fff;
}

.productLine .col-md-5 {
    padding-left: 0px;
    padding-right: 0px;
}

.productLine .productImg img {
    border-top-right-radius: 6.25rem;
    height: 100%;
    width: auto;
    object-fit: cover;
}

.products .productLine:nth-child(even) .productImg img {
    border-top-left-radius: 6.25rem;
    border-top-right-radius: 0rem;
    height: 100%;
    width: auto;
    object-fit: cover;
    padding-right: 0px;
}

.products .productLine:nth-child(odd) .col-md-5 {
    padding-right: 0px;
}

.productLine {
    padding-top: 60px
}

.productLine .col-md-7 {
    padding-left: 5vw;
    padding-right: 5vw;
}

.ourCompanies {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

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

.companyLogos {
    margin-bottom: 40px;
}

.ourCompanies img {
    height: 5rem;
    width: auto;
}

.ourCompanies a {
    color: #000;
}

.blogMain {
    background-color: #fff;
    position: relative;
    z-index: 9;
    padding-top: 80px;
    padding-bottom: 80px;
}

.blogdate {
    width: auto;
}

.blogcat {
    width: auto;
}

.entry-title a {
    color: #333;
    font-family: "Lexend Deca";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.blogImg img {
    height: 100% !important;
    object-fit: cover;
    border-radius: 1rem;
}

.blogImg {
    padding-left: 0px;
}

.widget-area h2 {
    color: #666;
    font-family: "Montserrat";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.widget ul {
    list-style-type: none;
    padding-inline-start: 0px;

}

.widget li a {
    color: #999;
    font-family: "Montserrat";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.recent {
    color: #999;
    font-family: "Lexend Deca";
    font-size: 1rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: -15px;
}

.blogMain .search-submit {
    margin-left: 10px !important;
}

.widget-area {
    padding-left: 50px;
}

.wp-block-heading {
    border-bottom: solid 1px #999999;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-radius: 2rem;
    background-color: #f6f6f6;
}

.blogMain a {
    color: #333;
}

.navbar-brand {
    display: flex;
    padding-right: 7rem;
    justify-content: flex-end;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
    background-color: #fff;
    border-bottom-right-radius: 10rem;
    padding-left: 3rem;
    padding-top: 20px;
    padding-bottom: 20px;
}

#main-nav .container-fluid {
    padding-left: 0px;
}

.navbar-brand img {
    width: auto;
    height: 75px;
}

.entry-content p {
    color: #666;
    font-family: "Lexend";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 1rem;
}

ol {
    color: #666;
    font-family: "Lexend";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 20px;
}

.entry-title {
    color: #333;
    font-family: "Lexend Deca";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.post img {
    border-radius: 2rem;
}

.newsBack a {
    color: #999;
    font-family: "Lexend Deca";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.post-navigation {
    display: none;
}

.newsBar .navbar #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: #666 !important;
}

.newsBar .navbar #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item-67>a.mega-menu-link {
    color: #fff !important;
}

.modal-header {
    border-bottom: none;
}

.modal-content p {
    font-size: 1em;
    color: #999999;
}

.modal-body {
    padding-top: 0px;
}

.modal-content .modal-name {
    font-size: 1.25rem;
    padding-bottom: 0px;
    color: #000;
}

.modal-content a {
    color: #999999;
}

article .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.resources {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.accordion {
    margin-top: 10px;
    margin-bottom: 10px;
}

.accordion-button {
    background-color: #EEE;
}

.accordion-button:not(.collapsed) {
    background-color: #EEE;
}

.accordion-body {
    background-color: #F5F5F5;
}

.item {
    margin-top: 15px;
    margin-bottom: 15px;
}

.item i {
    font-size: 3rem;
    color: #666;
}

.accordion-body {
    padding: 60px 0px 60px 0px;
}

.accordion-body a {
    color: #666;
    font-size: 1.5rem;
}

.accordion-body h4 {
    color: #666;
    font-family: "Lexend Deca";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background: rgba(34, 34, 34, 0);
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
    font-family: "Lexend Deca";
    font-weight: 600;
}

#East_Central:hover .cls-5, #East_Central:hover .cls-12 {
    fill: #ecaa1f;
}

#Northern_Plains:hover .cls-5, #Northern_Plains:hover .cls-3, #Northern_Plains:hover .cls-8 {
    fill: #ecaa1f;
}
#Northern_Plains:hover .cls-7, #Northern_Plains:hover .cls-1, #Northern_Plains:hover .cls-8 {
    fill: #ecaa1f;
}
#Northern_Plains:hover+#Northern_PlainsReg {
    outline: 1px solid #ecaa1f;
}

#Southeast:hover .cls-10 {
    fill: #ecaa1f;
}

#Northeast:hover .cls-2 {
    fill: #ecaa1f;
}

#West:hover .cls-4 {
    fill: #ecaa1f;
}
#West:hover .cls-6 {
    fill: #ecaa1f;
}
#West:hover .cls-8 {
    fill: #ecaa1f;
}
.mega-menu-item-294 a {
    font-size: 0.75rem !important;
    font-weight: normal !important;
    top: 5px !important;
}
.mainList{
    padding-inline-start: 15px;
}
.mainList li {
    color: #666;
    font-family: Lexend;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
}

.innerList {
    padding-inline-start: 0px;
    bottom: 10px;
    position: relative;
}

.innerList li {
    display: inline;
    padding-right: 15px;
}

.innerList li a {
    color: #666;
    font-family: "Lexend";
    font-size: 1rem;
    font-weight: 300;
    line-height: 2.25rem;
    text-decoration: underline;
}
.join-network{
    background-color: rgba(236, 170, 31, 0.15);
    padding: 60px;
    border-top-left-radius: 6rem;
    border-bottom-right-radius: 6rem;
    width: 75%;
    margin: auto;
}
.network-section{
    padding-top: 100px;
}
.dealers{
    padding-top: 100px;
    padding-bottom: 100px;
}
.cta-text{
    font-family: Lexend;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
    color: #666;
    padding-top: 20px;
    padding-bottom: 20px;
}
.dealers-map a{
    width: auto!important;
}
.dealers-list h3{
    color: #000;
    font-family: "Lexend Deca";
    font-size: 1.71063rem;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px!important;
}
.dealers-list p{
    color: #000;
    font-family: "Lexend Deca";
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px!important;
}
.precision-farming-1{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FFF;
}
.precision-products{
    background-color: #FFF;
}
.precision-product{
margin-bottom: 100px;
}
.badge{
padding: 0.25rem 1rem;
justify-content: center;
align-items: center;
gap: 0.625rem;
background-color: #ECAA1F;
border-top-left-radius: 1rem;
border-bottom-right-radius: 1rem;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
margin-bottom: 15px;
}
.badge p{
    color: #604202;
    font-family: Lexend;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.precision-product-img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.precision-farming-2-image{
    background-image: url('/wp-content/uploads/2025/11/c244b33d96cf089d32a2291895021ca76b12f5fa.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.precision-farming-2{
    background-color: #FFF;
}
.precision-product h3{
    color: #355C2F;
    font-family: "Lexend Deca";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.drone-application{
    background-color: #FFF;
    padding-top: 50px;
}
.drone-application-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 6.25rem;
    border-bottom-right-radius: 6.25rem;
}
@media only screen and (max-width: 1440px) {
    .navbar-brand img {
        width: auto;
        height: 50px;
    }

    .home-hero video {
        max-width: 100%;
        min-height: 40.625rem;
        max-height: 40.625rem;
    }
}

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

    .video-overlay h1 {
        font-size: 3rem;
        padding-top: 3vw;
    }

    .navbar-brand {
        display: flex;
        padding-right: 3rem;
        justify-content: flex-end;
        align-items: center;
        gap: 0.625rem;
        align-self: stretch;
        background-color: #fff;
        border-bottom-right-radius: 10rem;
        padding-left: 1rem;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #mega-menu-item-67 a {
        display: flex;
        padding: 0px 10px 0px 10px !important;
        flex-direction: column !important;
        justify-content: left !important;
        bottom: 0px !important;
        align-items: normal !important;
        gap: 0px !important;
        border-radius: 0px !important;
        background: none !important;
    }

    .newsBar .navbar #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        color: #fff !important;
    }
}

@media only screen and (max-width: 768px) {
    .video-overlay h1 {
        font-size: 2rem;
        padding-top: 100px;
    }

    .navbar-brand {
        display: flex;
        padding-right: 3rem;
        justify-content: flex-end;
        align-items: center;
        gap: 0.625rem;
        align-self: stretch;
        background-color: #fff;
        border-bottom-right-radius: 10rem;
        padding-left: 1rem;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .newsBack a {
        font-size: 0.75rem;
    }

    .sec1 img {
        min-height: 400px;
        height: 400px;
        width: auto;
    }

    .productLine .productImg img {
        height: 400px !important;
        width: auto !important;
    }

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

    .video-overlay h1 {
        line-height: 2.5rem;
    }
}