<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#hero-area {
    padding: 20px 0 0;
}
h1 span {
    font-size: 36px !important;
    line-height: 1.5 !important;
}
h2 {
    font-size: 30px !important;
    line-height: 1.5 !important;
}
ul.bullet-list {
    margin: 0px;
    padding: 30px 0 0 0;
}
ul.bullet-list li {
    padding-left: 100px;
    position: relative;
    padding-bottom: 50px;
    display: block;
    min-height: 120px;
    text-transform: none;
}
ul.bullet-list li span i,
ul.bullet-list li span img {
    position: absolute;
    left: 5px;
    top: 0px;
    color: #0c2461 !important;
    width: 75px;
}
#discount-area {
    background: #fff;
    border-top: 3px solid #e32626;
    border-bottom: 3px solid #e32626;
}
.caption ul.bullet-list.bullet-list-new li {
    float: left;
    width: 45%;
    display: inline-block;
}
.caption ul.bullet-list.bullet-list-new li span {
    color: #0c2461;
    font-family: "Josefin Sans", sans-serif;
}
.caption ul li span {
    margin-left: 25px;
    display: inline-block;
}
.caption li a,
.caption li a:hover {
    display: inline-block;
    background-color: transparent;
    color: #0c2461;
    padding: 0px 10px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 22px;
    text-transform: lowercase;
    font-family: "Josefin Sans", sans-serif;
}
.caption li a:hover {
    color: #000000;
}
.discount-cont-new {}
.discount-cont-new a {
    font-size: 18px !important;
    line-height: 30px;
    font-weight: 600;
    color: #0c2461;
    font-size: 20px !important;
}
.discount-cont-new a:hover {
    color: #000000;
}
.caption p {
    font-size: 20px !important;
    line-height: 40px !important;
}
.site-footer &gt; div:nth-child(1) {
    display: none;
}
ul.bullet-list.bullet-list-new {
    padding: 0;
}
ul.bullet-list.bullet-list-new li {
    font-size: 24px;
    line-height: 40px;
    padding-left: 0px;
    padding-bottom: 10px;
    min-height: 0px;
    font-weight: 500;
}
ul.bullet-list.bullet-list-new.light-blue-color li {
    font-weight: 700;
    font-style: italic;
}
.caption h4 {
    color: #2e1278;
    font-weight: 600;
    font-size: 24px !important;
}

.facebook-box {
    display: block;
}
h3.facebook-link {
    font-size: 28px !important;
    line-height: 35px !important;
    background: #88d7df;
    padding: 8px 15px 8px;
    width: 400px;
    margin: auto;
    color: #fff;
    border-bottom: 5px solid #507d81;
    margin-bottom: 15px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    display: inline-block;
}
h3.facebook-link span {
    position: relative;
    top: 3px;
}
h3.facebook-link a {
    font-size: 28px !important;
    line-height: 35px !important;
    color: #ffffff;
}
h3.facebook-link img {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 35px;
}
.light-blue-color {
    color: #5398af;
}

/* Trade Show CSS here */
ul.trade-show {
    margin-bottom: 0px;
    margin-top: 15px;
}
ul.trade-show li {
    background: #ffffff;
    padding: 10px 15px 12px 0;
    width: 48%;
    float: left;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid blue;
    box-shadow: 0 15px 40px 5px rgba(132, 132, 133, 0.15);
    min-height: 220px;
}
ul.trade-show li:hover {
    box-shadow: 0 15px 40px 5px rgba(132, 132, 133, 0.30);
    border: 1px solid #2e8eff;
}
ul.trade-show li span {
    display: block;
}
ul.trade-show li span.heading {
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    display: inline-block;
    height: 30px;
    overflow: hidden;
}
ul.trade-show li span.location {
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    color: #313131;
    margin-bottom: 10px;
    height: 44px;
    overflow: hidden;
}
ul.trade-show li span.date {
    color: #2e8eff;
    font-size: 18px;
    line-height: 40px;
    background: #f9f9f9;
    padding: 5px 20px 5px 10px;
    margin: 2px 0 0 20px;
    border: 1px solid #e6e6e6;
}
ul.trade-show li span.date b {
    color: #143f5f;
    margin-right: 5px;
}

ul.trade-show li span.link.website-button {}
ul.trade-show li span.link.website-button a {
    background: green;
}
ul.trade-show li span.link {
    float: right;
    display: inline-block;
    margin: 0 0 0 15px;
}
ul.trade-show li span.link a {
    float: right;
    padding: 5px 15px;
    background: #2e8eff;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-top: 0px;
    border-radius: 5px;
    text-transform: capitalize;
}
ul.trade-show li span.link a:hover {
    padding: 5px 15px;
    background: #e32626;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
/* Trade Show CSS here */

ul.top-button {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
ul.top-button li {
    display: inline-block;
    margin: auto;
}
ul.top-button li a {
    border: 1px solid blue;
    padding: 10px 15px;
    font-size: 20px;
    margin: 0 15px 20px 0;
    color: #2e8eff;
}
ul.top-button li a:hover,
ul.top-button li a.active {
    background: #2e8eff;
    color: #ffffff;
    border: 1px solid #2e8eff;
}
ul.trade-show li span.location span {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 18px;
    line-height: 24px;
/*    height: 48px;
    overflow: hidden;
*/    color: purple;
}
ul.trade-show li span.location span span {

}


@media only screen and (min-width:1025px) {
    .v-text-center {
        display: flex;
        align-items: center;
    }
    .v-text-center .lead-para {
        line-height: 1.5 !important; 
        font-weight: 400;"
        margin-bottom: 0px;
        padding-bottom: 0px; 
    }
    ul.bullet-list-services {
        column-count: 2;
    }
    ul.bullet-list-services li {
        display: flex;
        align-items: center;
    }
}
@media only screen and (max-width:1024px) {
    .page-heading br {
        display: none;
    }
    h1.mb-30 {
        font-size: 30px !important;
        line-height: 1.25 !important;
        margin-bottom: 30px;
    }
    h2 {
        font-size: 28px !important;
        line-height: 1.25 !important;
        margin-bottom: 30px;
    }
    img.fertilizer-manufacturers {
        margin-top: 30px;
    }
    .mobile-logo {
        max-width: 300px;
        margin-bottom: 30px;
    }
    ul.bullet-list.bullet-list-new li {
        font-size: 20px;
        line-height: 30px;
        padding-left: 0px;
        padding-bottom: 00px;
        min-height: 0px;
        font-weight: 500 !important;
        letter-spacing: 1px;
    }
    ul.bullet-list li {
        padding-left: 80px;
        padding-bottom: 0px;
        min-height: 90px;
        display: flex;
        height: 100%;
        align-items: center;
    }
    ul.bullet-list li span {
        display: block;
        height: 100%;
        vertical-align: middle;
    }
    ul.bullet-list li span img {}
    ul.bullet-list li span b {}
    .caption ul.bullet-list.bullet-list-new li {
        float: none;
        width: 100%;
        display: inline-block;
    }
    ul.trade-show li {
        width: 100%;
    }
    ul.top-button li a {
        display: block;
    }
}
/* @media only screen and (max-width:1024px) */ </pre></body></html>