body {
    font-family: "Poppins", verdana, arial, helvetica, sans-serif !important;
}
html {
    font-size: 16px;
}
img {
    display: block;
    width: 100%;
    margin: 0 !important;
}
.h1 {
    font-size: 42px !important;
}
#menu-ul > li {
    white-space: nowrap;
}
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-50 {
    margin-top: 50px;
}
.fs-10 {
    font-size: 1.6rem !important;
    line-height: 40px !important;
}
.fs-6 {
    font-size: 1.2rem !important;
    line-height: 40px !important;
}
.navBtn {
    font-size: 2.5rem;
    cursor: pointer;
    transition: 0.2s;
}
.fas.fa-bars:hover {
    color: #00bce8;
}
.title1 {
    color: #001538;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 20px;
    padding: 0;
    font-size: 39px;

}
.title1-link{
    padding-left:40px;
    margin-top:20px;
}

.content1 {
    color: #3b3b3b;
    line-height: 30px !important;
    font-size: 1rem !important;
    text-align:left !important;
}

.btn1 {
    white-space: nowrap;
}
.btn1,
.btn5 {
    background: #f7f7f7;
    height: 50px;
    line-height: 50px;
}
.btn3,
.btn4 {
    background-color: #fff;
    height: 44px;
    line-height: 44px;
}
.btn1,
.btn3,
.btn4,
.btn5 {
    position: relative;
    display: inline-block;
    padding: 0 40px 0 16px;
    color: #001538;
    border: 1px solid #dedede;

    font-size: 16px;
    font-size: 1rem;

    font-weight: 600;
}
.btn3 {
    padding: 0 52px 0 16px;
}
.btn4 {
    width: 100%;
    height: auto;
    padding: 4px 52px 4px 16px;
}
.btn5 {
    box-shadow: inset 0 0 0 1px #8f8f8f;
    text-align: center;
    padding: 0 40px;
}
.btn4:after {
    position: absolute;
    top: 3px;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    right: 17px;
    margin: 0;
    display: inline-block;
    /* margin: 0 0 0 15px; */
    content: "\f063";
    font-size: 17px;

    transition: all 0.2s ease-out;
}
.btn1:after,
.btn3:after {
    position: absolute;
    top: 0px;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    right: 17px;
    margin: 0;
    display: inline-block;
    /* margin: 0 0 0 15px; */
    content: "\f105";
    font-size: 17px;

    transition: all 0.2s ease-out;
}
.btn1:hover,
.btn3:hover,
.btn4:hover,
.btn5:hover {
    border-color: #001538;
    text-decoration: none;
    transition: all 0.2s ease-out;
    color: #001538;
}

.btn1:hover::after,
.btn3:hover::after {
    transition: all 0.2s ease-out;
    transform: translateX(5px);
}

.btn4:hover::after {
    transition: all 0.2s ease-out;
    transform: translateY(5px);
}
.btn4 span {
    font-weight: lighter;
}
#section3 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.wrapper {
    width: 65%;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}
.section3-img {
    position: relative;
    height: 600px;
    -webkit-clip-path: polygon(
        50% 20px,
        51.5% 0,
        100% 0,
        100% 100%,
        0 100%,
        0 0,
        48.5% 0
    );
    clip-path: polygon(
        50% 20px,
        51.5% 0,
        100% 0,
        100% 100%,
        0 100%,
        0 0,
        48.5% 0
    );
}
.section3-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mt-20 {
    margin-top: -20px;
}
.section3-card-3 {
    display: flex;
}
.section3-card-1,
.section3-card-2,
.section3-card-3,
.section3-card-4 {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
}
.section3-card-1,
.section3-card-2,
.section3-card-3,
.section3-card-4 {
    max-width: 400px;
}
.section3-card-1,
.section3-card-3 {
    transform: translate(-50%, -50%);
}
.section3-card-4 {
    transform: translate(5%, -50%);
}
.section3-card-2 {
    transform: translate(-90%, -50%);
    max-width: 500px;
}
.b-news-btn {
    position: relative;
    background: #f7f7f7;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 16px 0 16px;
    color: #001538;
    border: 1px solid #dedede;

    font-size: 16px;
    font-size: 1rem;

    font-weight: 600;
}
.section3-wrapper {
    padding: 25px 50px 30px;
}
.section3-title {
    margin: 0 0 20px;
    font-size: 2.5rem;
    line-height: 55px;
    color: #001538;
    font-weight: 700;
    text-align: center;
}
.btn2 {
    position: relative;
    display: inline-block;
    padding: 0 40px 0 16px;
    color: #001538;
    height: 50px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 50px;
    font-weight: 600;
}
.btn2:after {
    position: absolute;
    top: 0px;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    right: 17px;
    margin: 0;
    display: inline-block;
    content: "\f105";
    font-size: 17px;

    transition: all 0.2s ease-out;
}
.btn2:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    -webkit-text-decoration-color: #001538;
    text-decoration-color: #001538;

    transition: all 0.2s ease-out;
    color: #001538;
}
.btn2:hover::after {
    transition: all 0.2s ease-out;
    transform: translateX(5px);
}
/*Section4*/
#section4 {
    padding: 35px 0;
}
.section4-img {
    position: relative;
}
.section4-img img {
    position: relative;
    width: 100%;
    z-index: 2;
    right: 20px;
    top: 20px;
}
#contact .section4-img:after {
    background: #f2f7fb;
}
.section4-img:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 90%;
    height: 80%;
    content: "";
    background-color: #c4ecfc;
    z-index: 0;
}
.section4-img:after {
    display: block;
    position: absolute;
    bottom: 0;
    right: -1px;
    z-index: 1;
    width: 25%;
    height: 25%;
    content: "";
    -webkit-clip-path: polygon(8% 79%, 100% 0, 100% 100%, 8% 100%);
    clip-path: polygon(8% 79%, 100% 0, 100% 100%, 8% 100%);
    background-color: #fff;
}
/*News*/
#news {
    padding: 30px 0;
}
.news-card {
    object-fit: contain;
}
.news-img img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}
.news-content {
    margin-top: 15px;
}
.news-title {
    color: #001538;
    text-decoration: none;
    margin: 0 0 5px;
    font-size: 20px;
    font-size: 1.8rem;
    line-height: 26px;
    font-weight: 600;
    color: #001538;
}
.news-title:hover {
    color: #001538;
}
.date {
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 24px;
    color: #3b3b3b;
    margin: 15px 0;
}
.news-text {
    color: #3b3b3b;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}
.img-liftof-wrapper {
    margin: 0 0 30px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    font-weight: 400;
    color: #3b3b3b;
}
/* Live Grain Prices Style - Start  */
#grainPrices h1 {
    font-size: 5rem;
    font-weight: 700;
}
#grainPrices .article-wrapper .article-title p {
    font-size: 1.1875rem;
    font-weight: 700;
    color: #000;
    line-height: 2rem;
}
#grainPrices .article-wrapper .article-title h2 {
    font-size: 2.4375rem;
    font-weight: 700;
    color: #000;
}
#grainPrices .article-wrapper .article-text {
    font-size: 1rem;
    line-height: 2rem;
}
#grainPrices .article-wrapper .article-text span {
    color: #00578b;
    font-weight: 600;
}
/* Live Grain Prices Style - End  */

/* Pre Pay Advantage Style - Start  */
#breadCrumb .title-wrapper {
    height: 100%;
    padding-right: 5rem;
}
#breadCrumb .title-wrapper h1 {
    font-size: 5rem;
    font-weight: 700;
    color: #001538;
}
#breadCrumb .title-wrapper p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}
#breadCrumb .title-wrapper .requestBtn {
    position: relative;
    color: #001538;
    border: 1px solid #dedede;
    background: #f7f7f7;
    font-size: 1rem;
    font-weight: 600;
    padding: 15px 35px 15px 15px;
    outline: none;
    transition: 0.3s;
    cursor: pointer;
}
#breadCrumb .title-wrapper .requestBtn:hover {
    border: 1px solid #001538;
}

#breadCrumb .title-wrapper .requestBtn span {
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
#breadCrumb .title-wrapper .requestBtn:hover span {
    right: 8px;
}
#breadCrumb .breadCrumb-img-wrapper {
    position: relative;
}
#breadCrumb .breadCrumb-img-wrapper img {
    position: relative;
    width: 100%;
    object-fit: cover;
    z-index: 2;
}
#breadCrumb .breadCrumb-img-wrapper::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 1;
    width: 90%;
    height: 80%;
    background-color: #ffe000;
}
#breadCrumb .breadCrumb-img-wrapper::after {
    display: block;
    position: absolute;
    bottom: 50px;
    left: -31px;
    z-index: 1;
    width: 25%;
    height: 25%;
    content: "";
    -webkit-clip-path: polygon(0 0, 100% 79%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 79%, 100% 100%, 0 100%);
    background-color: #fff;
}

#FeatureAdvantage #intro {
    background: #c4ecfc;
    padding: 30px 40px;
}
#FeatureAdvantage #intro .intro-title {
    font-weight: 700;
    font-size: 2.5rem;
}
#FeatureAdvantage #intro .intro-text-wrapper {
    padding: 0 50px;
}
#FeatureAdvantage #intro .intro-text-wrapper p {
    position: relative;
}
#FeatureAdvantage #intro .intro-text-wrapper p::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    left: -20px;
    top: 8px;
    background-color: #00578b;
    border-radius: 50%;
}
#FeatureAdvantage article h3 {
    font-size: 2rem;
    font-weight: 700;
}
#FeatureAdvantage article p {
    line-height: 2rem;
}
#FeatureAdvantage article ul {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
#FeatureAdvantage article ul li {
    position: relative;
}
#FeatureAdvantage article ul li::before {
    content: "•";
    text-align: right;
    font-size: 35px;
    top: 0;
    margin: 0 10px 0 0;
    width: 20px;
    color: #00578b;
    position: absolute;
    display: inline-block;
    left: -27px;
    top: -14px;
}
.custom-accardion {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    padding: 15px 25px;
    transition: 0.3s;
}
.custom-accardion:hover {
    border-color: #000;
}
.custom-accardion .title-wrapper {
    cursor: pointer;
}
.custom-accardion .title-wrapper p {
    font-size: 1.2rem;
    font-weight: 600;
}
.custom-accardion .title-wrapper i {
    font-size: 1.3rem;
}
.custom-accardion .accardion-info {
    font-size: 1rem;
    line-height: 30px;
    height: 0;
    overflow: hidden;
    transition: 0.5s;
}
/*Section callbackForm -- start */
#callbackForm {
    background-color: #f7f7f7;
    padding: 20px 0;
}
#callbackForm static-width {
    max-width: 420px;
}
#callbackForm .callback-title p {
    font-size: 1.9375rem;
    font-weight: 700;
}
#callbackForm .form-wrapper {
    padding: 40px;
    background: #ededed;
}
#callbackForm .form-wrapper .form-element:not(:last-child) {
    margin-bottom: 35px;
}

#callbackForm .form-wrapper .form-element label {
    font-size: 1rem;
    margin-bottom: 8px;
}
#callbackForm .form-wrapper .form-element input {
    padding: 10px 5px;
    border: 1px solid #000;
    outline: none;
    cursor: pointer;
    max-width: 350px;
}
#callbackForm .form-wrapper .form-element input:hover {
    outline: 1px solid #000;
}
#callbackForm .form-wrapper .form-element input:focus {
    outline: 1px solid #000;
}

#callbackForm .form-wrapper button {
    border: none;
    outline: none;
    padding: 10px 50px 10px 15px;

    font-size: 1.125rem;
    font-weight: 700;
    background-color: #ffe000;
    background-image: url("../images/btn-bg-hover.svg");
    background-position: 172px 0;
    background-repeat: no-repeat;
    transition: 0.2s;
}
#callbackForm .form-wrapper button:hover {
    background-position: -20px 0;
    text-decoration: underline;
}
/*Section callbackForm -- end */

/* Marketing Updates -- Start */
#featured .blog-title {
    color: #001538;
    font-family: "Poppins";
    font-weight: 700;
}

#featured .featured-text {
    font-weight: 700;
}
#featured .blog-article-title {
    line-height: 55px;
    font-weight: 700;
    font-family: "Poppins";
}
#featured .blog-article-text {
    line-height: 30px;
}
#featured .image-wrapper {
    position: relative;
}
#featured .image-wrapper::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: #c4ecfc;
    width: 100%;
    height: 80%;
    top: -25px;
    left: 20px;
    z-index: -2;
}
#featured .image-wrapper::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 54px;
    background: #fff;
    bottom: 78px;
    right: -37px;
    transform: rotate(45deg);
    z-index: -2;
}
#featured .image-wrapper img {
    z-index: 2;
}
.image-wrapper img {
    object-fit: cover;
    max-height: 800px;
}
.readMore {
    position: relative;
    color: #001538;
    border: 1px solid #dedede;
    background: #f7f7f7;
    font-size: 1rem;
    font-weight: 600;
    padding: 15px 35px 15px 15px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}
.readMore span {
    position: absolute;
    right: 20px;
    transition: 0.3s;
}
.readMore:hover span {
    right: 10px;
}
.readMore:hover {
    outline: 1px solid #000;
}
/* Marketing Updates -- End  */

/* Port Style -- Start  */
.main-ul li {
    position: relative;
}
.main-ul li:not(:last-child) {
    margin-bottom: 15px;
}
.main-ul > li::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    background: #00578b;
    border-radius: 50%;
}
.main-ul > li:not(:last-child)::before {
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}
.main-ul > li:last-child::before {
    top: 9%;
    transform: translateY(-50%);
    left: -20px;
}
.sub-ul {
    padding-top: 15px;
}
.sub-ul li {
    position: relative;
}
.sub-ul li::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #4aa4d6;
    top: 30%;
    transform: translateY(-50%);
    left: -20px;
}
.bg-section {
    background: #f7f7f7;
    padding: 30px 0 100px 0;
}
.article-title {
    font-weight: 600;
}
.ports-title {
    font-weight: 700;
}
.doc-download {
    background: #fff;
    padding: 15px 20px;
    cursor: pointer;
}
.doc-download:hover {
    outline: 1px solid #000;
}
.doc-download p {
    margin: 0 !important;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}
/* Port Style -- End  */

/*Footer*/
footer {
    background-color: #f7f7f7;
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.footer-content p a {
    display: block;
    color: #3b3b3b;
    text-decoration: none;
    font-weight: 400;
    font-size: 0.9rem;
}
.footer-content p a:hover {
    text-decoration: underline;
}
.social-icons {
    margin-top: 20px;
}
.social-icon {
    background: #fff;
    border-radius: 50%;

    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 34px;
    transition: background-color 0.15s linear, color 0.15s linear;
}
.social-icon i {
    color: #001538;
    font-size: 1rem;
}
.social-icon:hover {
    background-color: #001538;
}
.social-icon:hover i {
    color: #fff;
}
/* Back To Top Btn */
#back-to-top-btn {
    position: fixed;
    display: none;
    right: 0;
    bottom: 20px;
    z-index: 1000000000;
    border: none;
    outline: none;
    -webkit-appearance: none;
    width: 65px;
    height: 65px;
    /* padding: 10px 0 0; */
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #001538b3;
    opacity: 0;
    transition: all 0.2s ease-out;
    font-weight: 600;

    letter-spacing: -0.03em;
}
#back-to-top-btn i {
    display: block;
}
#back-to-top-btn:hover {
    background: #0073bc;
}
.btnEntrance {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: btnEntrance;
}
/*fadeInUp*/
@keyframes btnEntrance {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.btnExit {
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-name: btnExit;
}
/*fadeOutDown*/
@keyframes btnExit {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}
/*Contact Page*/
#contact {
    padding-top: 30px;
}
.contact-title {
    color: #001538;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 20px;
    padding: 0;
    font-size: 60px;
}
.contact-card-1 {
    border: 4px solid #00bce8;
}
.contact-card-2 {
    border: 4px solid #ffe000;
}
.contact-card-1,
.contact-card-2 {
    margin: 4px;
    width: 100%;
    margin-bottom: 30px;
}
.contact-card-inner {
    padding: 50px 80px;
    text-align: center;
}
.contact-card-header {
    color: #001538;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
}
.contact-card-1 .card-content {
    margin-bottom: 50px;
}
.card-content {
    margin: 0 0 15px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    font-weight: 600;
}
.email,
.location a,
.contact-number {
    color: #00578b;
    text-decoration: underline;
    font-weight: 600;
    margin-left: 5px;
}
.email:hover,
.details a:hover,
.location a:hover.location,
.contact-number:hover {
    color: #0073bc;
}
#careers {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f2f7fb;
}
.careers-title {
    display: block;
    margin: 0 0 28px;
    font-size: 2.5rem;
    line-height: 34px;
    font-weight: 700;
    color: #001538;
}
.p-90 {
    padding: 0 50px !important;
}
.details a {
    color: #00578b;
    margin-left: 5px;
}
.details {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px !important;

    text-decoration: underline;
}
.contact-wrapper {
    width: 55%;
    margin: auto;
    padding: 50px 0;
}
/*Products*/
.banner {
    height: 540px;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner-img {
    flex: 0 0 100%;
    position: static;
}
.banner-img img {
    width: 100%;
    max-height: 540px;
    object-fit: cover;
    object-position: 80% 80%;
}
.banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6%;
    background: #001538b3;
    padding: 24px 24px 30px;
    max-width: 600px;
}
.banner-text h1 {
    font-size: 4.5rem;
    line-height: 86px;
    color: #fff;
    font-weight: 700;
}
.banner-text .text-white {
    /* color: #fff; */
    margin: 0 0 30px;
    line-height: 30px;
}
#products .products-wrapper {
    margin-bottom: 40px;
}
.products-text {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
}
.product-box {
    border: 1px solid #dedede;
    text-align: center;
    color: #3b3b3b;
    padding: 20px;
    /* margin-top: 40px; */
}
.product-img {
    height: 140px;
}
.product-img img {
    max-height: 130px;
}
.product-name {
    display: block;
    margin: 0 0 6px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    text-align: center;
    color: #001538;
    font-weight: 600;
    margin: 15px 0;
}
.product-detail {
    font-size: 15px;
}
.certifications {
    background-color: #f7f7f7;
    padding: 25px 0 60px;
}
.certifications .btn4 {
    margin-bottom: 10px;
}
.other-pages {
    padding: 50px 0 10px;
}
.other-pages .col-md-4 {
    margin-bottom: 40px;
}
.title2 {
    font-size: 1.9375rem;
    letter-spacing: -0.025em;
    text-align: center;
    margin-bottom: 1.2em;
    color: #001538;
    font-weight: 700;
}
.product-box-2 {
    padding: 0 4.25%;
}
.product-box-2 img {
    height: 248px;
    object-fit: cover;
}
.img-wrapper {
    height: 215px;
}
.img-wrapper img {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;

    z-index: 3;
}
.img-wrapper:after {
    top: -8px;
    right: 21px;
    display: block;
    position: absolute;

    z-index: -1;
    width: 75%;
    height: 53%;
    content: "";
}
.image3:after {
    background-color: #ffe000;
}
.image2:after {
    background-color: #0073bc;
}
.image1:after {
    background-color: #c1d32b;
}

.img-wrapper:before {
    display: block;
    position: absolute;
    bottom: 117px;
    right: -1px;
    z-index: 1;
    width: 25%;
    height: 25%;
    content: "";
    -webkit-clip-path: polygon(8% 79%, 100% 0, 100% 100%, 8% 100%);
    clip-path: polygon(8% 79%, 100% 0, 100% 100%, 8% 100%);
    background-color: #fff;
}
.theme-colour--1 {
    background-color: #f9f765;
    padding: 75px 240px 70px 80px;
}
.theme-colour--2 {
    background-color: #0073bc;
    padding: 75px 240px 70px 80px;
}
.theme-colour--1 p,
.theme-colour--2 p {
    font-size: 24px;
    line-height: 37px;
    font-weight: 700;
}
.theme-colour--1 p {
    color: #001538;
}
.theme-colour--2 p {
    color: #fff;
}
.details-1 {
    background-color: #f2f7fb;
    padding: 30px 0 10px;
}
.accordion .card {
    background-color: #fff;
    height: auto;
    border: 1px solid #fff;
    border-top: none;

    margin-bottom: 15px;
}
.accordion .card-header {
    background-color: #fff;
    height: auto;
    padding: 0;
    border: none;
}
.accordion .collapsing {
    border-bottom: none;
}
.accordion button.collapsed {
    border-radius: 0;
    line-height: 1.4;
    white-space: unset;
    font-weight: 600;
    cursor: pointer;
    background: none;
    color: #001538;
    font-size: 1.25rem;
    border: 1px solid white;
    border: none !important;
}
.accordion button:not(.collapsed) {
    position: relative;
    text-decoration: none !important;
}
.accordion button {
    position: relative;
    border: none;
    text-decoration: none;
    border-radius: 0;
    line-height: 1.4;
    white-space: unset;
    font-weight: 600;
    cursor: pointer;
    background: none;
    color: #001538;
    font-size: 1.25rem;
    padding: 10px 20px;
    outline: none;
}
.accordion button:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    right: 19px;
    top: 13px;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}
.accordion button.collapsed:after {
    transform: rotate(180deg);
    transition: 0.3s ease-in-out;
}
.accordion button:hover {
    text-decoration: none !important;
    color: #001538;
}
.accordion button:focus {
    box-shadow: none;
}
.background-white {
    background-color: hsla(0, 0%, 100%, 0.9) !important;
    max-width: 560px;
}
.background-white h1 {
    color: #001538 !important;
    font-size: 3.5rem;
    line-height: 66px;
}
/*News Page*/
.title3 {
    font-size: 5rem;
    color: #001538;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 20px;
    padding: 0;
}
#grain-table table {
    border: 1px solid #dddddd;
    border-collapse: collapse;
    width: 80%;
    margin: auto;
}

#grain-table td,
#grain-table th {
    /* border: 1px solid #dddddd; */
    text-align: left;
    padding: 11px;
}

#grain-table tbody tr:nth-child(even) {
    background-color: #f2f7fb;
}
#grain-table tbody tr:nth-child(odd) {
    background-color: #fff;
}
#grain-table tbody tr {
    font-size: 0.875rem;
    line-height: 1.4;
}
#grain-table thead {
    background-color: #00627b;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.4;
}
.address-box {
    width: 100%;
    padding: 35px 25px 55px;
    margin: 0 auto 30px;
    text-align: left;
    color: #3b3b3b;
    border: 1px solid #dedede;
}
.col-md-4:nth-child(odd) .address-box {
    background-color: #f7f7f7 !important;
}
.box-title1 {
    margin: 0 0 25px;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    color: #001538;
}
.box-title2 {
    margin: 0 0 30px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #001538;
}
.location,
.contact-number {
    position: relative;
    margin-bottom: 20px;
    padding-left: 32px;
}
.location a:before,
.contact-number:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    left: 0;
    top: -5px;
    font-size: 22px;
}
.location a:before {
    content: "\f3c5";
}
.contact-number:before {
    content: "\f879";
}
#details-2 {
    background-color: #f7f7f7;
    padding: 40px 40px 20px;
}

/* Register Html Style -- Start  */
#register .register-title,
.article-title {
    font-weight: 700;
    line-height: 1.25em;
}
#register .head {
    background: #00627b;
    color: #fff;
}
#register .table {
    border: none !important;
}
#register .body {
    display: flex;
    flex-wrap: wrap;
    padding: 9px 0;
    align-items: center;
    border: none !important;
}
#register .body:nth-child(2n + 1) {
    background: #f2f7fb;
}

#register .body:not(:first-child) {
    margin-top: 20px;
}
#register .body p {
    font-size: 0.87rem;
}
#register .body a {
    font-size: 0.87rem;
    font-weight: 600;
    color: #0057a8 !important;
    text-decoration: underline;
    transition: 0.3s;
}
#register .body a:hover {
    color: #5fa3e2 !important;
}
.custom-card {
    padding: 5px;
}
.custom-card .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 30px;
}
.custom-card .image-wrapper {
    position: relative;
}
.custom-card .yellow::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 80%;
    z-index: -2;
    top: -10px;
    right: -15px;
    background: #ffe000;
}
.custom-card .blue::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 80%;
    z-index: -2;
    top: -10px;
    right: -15px;
    background: #0073bc;
}
.custom-card .green::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 80%;
    z-index: -2;
    top: -10px;
    right: -15px;
    background: #c1d32b;
}
.custom-card .image-wrapper::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 147px;
    right: -29px;
    background: #fff;
    z-index: -2;
    transform: rotate(146deg);
}
/* Register Html Style -- ENd  */
h1 {
    font-weight: 700;
}
/* Domestic Html Style Start */
#domestic .domestic-title,
.article-title {
    font-weight: 700;
    line-height: 1.25em;
}

#domestic .services-wrapper {
    background: #f0fafe;
}
#domestic .services-wrapper .link-container .link-box {
    padding-left: 15px;
    border-left: 2px solid #00bce8;
}
#domestic a {
    font-size: 0.87rem;
    font-weight: 600;
    color: #0057a8 !important;
    text-decoration: underline;
    transition: 0.3s;
}
#domestic a:hover {
    color: #5fa3e2 !important;
}
#domestic .services-wrapper .link-container .link-box a:not(:last-child) {
    margin-bottom: 10px;
}
#domestic .container-loading {
    background: #f7f7f7;
}
#domestic ul li {
    margin-bottom: 10px;
    position: relative;
}
#domestic ul li::before {
    display: inline-block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #00578b;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}
#domestic .custom-card {
    padding: 5px;
}
#domestic .custom-card .readMore span {
    top: 50%;
    transform: translateY(-50%);
}
#domestic .custom-card .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 30px;
}
#domestic .custom-card .image-wrapper {
    position: relative;
}
#domestic .custom-card .yellow::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 80%;
    z-index: -2;
    top: -10px;
    right: -15px;
    background: #ffe000;
}
#domestic .custom-card .blue::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 80%;
    z-index: -2;
    top: -10px;
    right: -15px;
    background: #0073bc;
}
#domestic .custom-card .green::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 80%;
    z-index: -2;
    top: -10px;
    right: -15px;
    background: #c1d32b;
}
#domestic .custom-card .image-wrapper::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 147px;
    right: -29px;
    background: #fff;
    z-index: -2;
    transform: rotate(146deg);
}
/* Domestic Html Style End  */

.contact-container {
    padding: 50px 25px;
    border: 4px solid #ffe000;
}
.contact-container h3 {
    font-weight: 700;
}
.contact-container h5 {
    font-weight: 500;
}
.contact-container a {
    margin: 10px 0;
    color: #21578b !important;
    font-weight: 600;
    text-decoration: underline;
    transition: 0.2s;
}
.contact-container a:hover {
    color: #4088ca !important;
}
.contact-container .email-btn button {
    border: none;
    outline: none;
    background-color: #ffe000;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 10px 35px;
    background-image: url("../images/btn-bg-hover.svg");
    background-position: 100px, 0;
    background-repeat: no-repeat;
    transition: 0.3s;
}
.contact-container .email-btn:hover button {
    background-position: 0, 0;
}
.section2-img img {
    min-height: 500px;
}

/* Media Queries */

/* Small */
@media screen and (min-width: 220px) {
    .article-title {
        font-size: 1.5rem;
    }
    h1 {
        font-size: 2.5rem !important;
    }
    .banner-text .content1 {
        line-height: 20px;
    }
    .navBtn {
        display: inline-block;
    }
    .navbar-default {
        display: none;
    }
    /* Live Grain Page - Start */
    #grainPrices h1 {
        font-size: 2.5rem;
    }
    /* Live Grain Page - End */

    /* Pre Pay Advantage Page - Start */
    #breadCrumb .title-wrapper h1 {
        font-size: 2.5rem;
    }
    #breadCrumb .title-wrapper .requestBtn {
        font-size: 0.9rem;
    }
    /* Pre Pay Advantage Page - End */
    /* Market Updates -- Start  */
    #featured .blog-title {
        font-size: 2.5rem;
    }
    #featured .featured-text {
        font-size: 0.9rem;
    }
    #featured .blog-article-title {
        font-size: 2rem;
    }
    /* Market Updates -- End  */

    /* Registration Start  */
    #register .register-title {
        font-size: 2.5rem;
    }
    #register .article-title {
        font-size: 2.1rem;
    }
    /* Registration End */

    /* Domestic Start  */
    #domestic .domestic-title {
        font-size: 2.5rem;
    }
    #domestic .article-title {
        font-size: 2.1rem;
    }
    /* Domestic End */
    .section3-img > div {
        transform: translate(-50%, -50%);
        opacity: 0.8;
    }
}
/* Medium */
@media screen and (max-width: 576px) {
    .wrapper{
        width: 100%;
        padding:20px;
    }
}
@media screen and (min-width: 768px) {
    .banner-text .content1 {
        line-height: 30px;
    }
    /* Live Grain Page - Start */

    /* Live Grain Page - End */

    /* Pre Pay Advantage Page - Start */
    #breadCrumb .title-wrapper h1 {
        font-size: 3.5rem;
    }

    /* Pre Pay Advantage Page - End */
    .content1{
        padding-left:40px;
    }
    .title1{
       padding-left:40px;
    }

}
/*Large*/
@media screen and (min-width: 992px) {
    .article-title {
        font-size: 1.7rem;
    }
    h1 {
        font-size: 5rem !important;
    }
    /* Live Grain Page - Start */
    #grainPrices h1 {
        font-size: 5rem;
    }
    /* Live Grain Page - End */

    /* Pre Pay Advantage Page - Start */
    #breadCrumb .title-wrapper h1 {
        font-size: 4rem;
    }
    #breadCrumb .title-wrapper .requestBtn {
        font-size: 1rem;
    }
    /* Pre Pay Advantage Page - End */
}
/* Extra Large*/
@media screen and (min-width: 1200px) {
    .navBtn {
        display: none;
    }
    .navbar-default {
        display: inline-block;
    }
    /* Pre Pay Advantage Page - Start */

    #breadCrumb .title-wrapper h1 {
        font-size: 4rem;
    }
    /* Pre Pay Advantage Page - End */
    /* Market Updates -- Start  */
    #featured .blog-title {
        font-size: 5rem;
    }
    #featured .featured-text {
        font-size: 1.1875rem;
    }
    #featured .blog-article-title {
        font-size: 2.5rem;
    }
    #featured .blog-item .blog-item-text .blog-item-text-title {
        font-weight: 600;
        font-size: 1.25rem;
    }
    #featured .blog-item .blog-item-text .blog-date {
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 24px;
    }
    #featured .blog-item .blog-item-text .blog-article {
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 24px;
    }

    /* Market Updates -- End  */
    /* Registration Start  */
    #register .register-title {
        font-size: 5rem;
    }
    #register .article-title {
        font-size: 2.4rem;
    }
    /* Registration End */

    /* Domestic Start  */
    #domestic .domestic-title {
        font-size: 5rem;
    }
    #domestic .article-title {
        font-size: 2.4rem;
    }
    #domestic p {
        line-height: 30px;
    }
    /* Domestic End */
}
/* XX Large*/

@media screen and (min-width: 1400px) {
}





/*Broadgrain*/

.wpb-content-wrapper{
    display: block;
}
.vc_row.vc_row-flex{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.vc_custom_1589700342410{
    margin-top: 100px !important;
}


.vc_row.vc_row-o-equal-height>.vc_column_container{
    align-items: stretch;
}
.vc_row.vc_row-flex>.vc_column_container{
    display: flex;
}
.vc_column_container{
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 920px) {
    .vc_col-sm-4 {
        width: 33.33333333%;
    }
}
@media (min-width: 768px) {
    .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
        float: left;
    }
}
.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
}

.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner {
    justify-content: center;
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 35px;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.vc_custom_1589108663500 {
    padding-top: 130px !important;
    padding-right: 50px !important;
    padding-bottom: 130px !important;
    padding-left: 50px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}

.vc_column-inner::after {
    clear: both;
}
.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}

.vc_custom_overlay_color {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.vc_custom_1593599190584 {
    margin-bottom: 0 !important;
}

.vc_custom_heading {
    position: relative;
    z-index: 1;
}
.vc_custom_heading a {
    transition: all .2s ease-in-out;
    opacity: 1;
    font-weight: bold;
    color: white;
}

.vc_custom_heading a, .vc_custom_heading a:focus, .vc_custom_heading a:hover, .vc_custom_heading a:visited {
    border: none;
    text-decoration: inherit;
    color: inherit;
}

.vc_row[data-vc-full-width] {
    transition: opacity .5s ease;
    overflow: hidden;
}

.vc_custom_1589368890249 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-color: #e9f1ee !important;
}



.vc_row:after, .vc_row:before {
    content: " ";
    display: table;
}

.vc_row:after {
    clear: both;
}
.vc_row:after, .vc_row:before {
    content: " ";
    display: table;
}

.upb_video_class, .vc_row, .wpb_column, .wpb_row {
    position: relative;
}
.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .vc_col-sm-12 {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
        float: left;
    }
}
.vc_custom_1489843180838 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}
.vc_column-inner::after {
    clear: both;
}

.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}

.vc_row.vc_row-flex {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.upb_video_class, .vc_row, .wpb_column, .wpb_row {
    position: relative;
}

.vc_row.vc_row-o-equal-height>.vc_column_container {
    align-items: stretch;
}
.vc_row.vc_row-o-equal-height>.vc_column_container {
    align-items: stretch;
}
.vc_row.vc_row-flex>.vc_column_container {
    display: flex;
}
.upb_video_class, .vc_row, .wpb_column, .wpb_row {
    position: relative;
}
.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .vc_col-sm-4 {
        width: 33.33333333%;
    }
}
@media (min-width: 768px) {
    .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
        float: left;
    }
}

.vc_row.vc_row-o-content-bottom>.vc_column_container>.vc_column-inner {
    justify-content: flex-end;
}
.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}

.vc_column-inner::after {
    clear: both;
}
.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}

@media (min-width: 768px) {
    .vc_col-sm-4 {
        width: 33.33333333%;
    }
}
@media (min-width: 768px) {
    .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
        float: left;
    }
}


.w3-m4-y6{
    justify-content: flex-end;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    z-index: 1;
    width: 100%;
    padding-top: 12rem;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
}

.w3-m4-y6 a{
    font-size: 35px;
    font-weight: 800;
    line-height: 1.1;
    color: black;
}
.w3-m4-y5{
    justify-content: flex-end;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    z-index: 1;
    width: 100%;
    padding-top: 12rem;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
}

.w3-m4-y5 a{
    font-size: 25px;
    /*font-weight: 800;*/
    line-height: 1.1;
    color: white!important;
}



.region-tab{
    align-items: stretch;
    display: flex;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    margin-right: 1rem;
    margin-bottom: 15px;
    width: 31.5%;
}

.w3-m4-y5 img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    transform: translate3d(-10px, 0, 0);
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    width: calc(100% + 20px) !important;
}

.y5-full{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.region-tab:hover .w3-m4-y5 img{
    transform: translate3d(0, 0, 0);
}
.title-y5{
    position: relative;
}
.w3-m4-y5 a::after{
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-120%, 0, 0);
}
.region-tab:hover .w3-m4-y5 a::after{
    transform: translate3d(0, 0, 0);
}

.kus58{
    justify-content: space-between;
}

.conta{
    max-width: 1200px;
    margin: 10px auto;
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 992px) {
    .conta {
        padding-right: 10px;
        padding-left: 10px;
        display: block;

        max-width: 500px;
        margin: 0 auto;
    }

    .region-tab {
        margin-right: 0;
        object-fit: fill;
        width: 100%;
    }
}


/*Statis*/

.statis{
    max-width: 1200px;
    margin: 0 auto;
}

.services{
    padding-top: 40px;
    padding-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.grain-text{
    width: 25%;
    margin-right: 10px;
}

.grain-text h3{
    color: #007934;
    font-weight: bold;
    font-size: 2rem;
}

.grain-item{
    margin-right: 10px;
}
.icon-num{
    display: flex;
}
.icon{
    width: 5rem;
}
.icon img{
    width: 60px!important;
    height: 50px!important;
    margin-top: 15px!important;
}
.num{
    display: flex;
    align-items: center;
}
.num span{
    font-size: 4rem;
    color: #007934;
}
.num h4{
    font-size: 4rem;
    margin-top: 8px;
    color: #007934;
}
.statis-desc p{
    font-size: 17.5px;
    color: #007934;
}
/* new product pages*/
.filter-products ul{
    display: flex;
    padding: 0;
}
.filter-products ul li {
    margin-right: 1px;
}

.filter-products ul li a{
    color: #666;
    padding: 14px 20px;
    background-color: #fafafa
}

.filter-products ul li .activea{
    background-color: #017940;
    color: #fff!important;
}

.pro-title{
    margin-bottom: 60px;
}

.products{
    padding-top: 4rem;
}
.category-name{
    margin-bottom: 20px;
}
.category-name h3{
    font-weight: bold;
    font-size: 30px;
}

.product-ab{
    background: #eaf1ee;
}
.product-desc h3{
    color: #067940;
    text-align: left;
    font-size: 16px;
    line-height: 1.538;
    padding: 0 20px 15px;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .product-item{
        padding-top: 2rem;
        display: flex;
        flex-wrap: wrap;
    }
    .product-ab{
        width: 23%;
        margin-right: 15px;
        float: left;
        margin-bottom: 15px;
    }
    .product-img{
        height: 100%;
        width: 100%;
    }
    .product-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


@media (max-width:766px) {
    .product-ab{
        background: #eaf1ee;
        width: 100%;
        /*height: 11.5rem;*/
        margin-bottom: 10px;
    }
    .product-img img{
        object-fit: cover;
    }
}


.hov-col:hover .hov-ac-cov{
    background-color: green!important;
}

/*CONTACT*/

.container-contact{
    max-width: 1400px;
    margin: 0 auto;
}
.office-location{
    display: flex;
}

.office-img{
    height: 250px;
    margin-left: 10px;
    margin-right: 10px;
}
.office-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.office-head{
    margin-bottom: 10px;
    margin-top: 10px;
}
.office-head h3{
    font-weight: bold;
}

.contact-loc h5{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    margin: 5px 0 15px 0;
}
.cont-number p{
    font-size: 1em;
}

.cont-number .numbers a{
    color: #4a8b71!important;
}

.cont-number .number-email{
    color: #4a8b71!important;
    font-size: 1em;
}



.office-about-title{
    font-size: 20px;
    font-weight: 500;
    color: #333333!important;
    line-height: 1.1;
}

.office-map iframe{
    width: 600px;
    height: 250px;
}

@media (max-width: 1150px) {
    .office-location{
        flex-direction: column;
    }

    .office{
        padding-left: 7px;
        padding-right: 7px;
    }
    .office-map iframe{
        width: 100%;
    }
    .office-img{
        margin-left: 0;
        margin-right: 0;
    }
    .office-about{
        margin-top: 10px;
    }
}



/*MESSAGE CONTACT*/


.message-contact{
    max-width: 1250px;
    margin: 60px auto 0;
}


.input-contact{
    margin-bottom: 10px;
}

.submit-button button{
    background-color: #eee;
    border: 1px solid #ddd;
    color: #333;
    padding: 10px 15px;
}
@media (max-width: 920px) {
    .vc_row.vc_row-flex{
        flex-direction: column;
    }
    .vc_col-sm-4{
        width: 100%!important;
    }
    .services{
        flex-wrap: wrap;
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: column;
        align-items: baseline;
    }
    .filter-products ul{
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .filter-products ul li {
    margin-right: 1px;
    margin-top: 29px;
}
}
.mob-log{
    display:none;
    /*width: 12rem;*/
}

@media (max-width:750px){
    .wrap-marg{
        margin-bottom:10px!important;
    }
    .vc_custom_1589700342410 {
    margin-top: 35px !important;
}
.w3-m4-y6{
    padding-top:4rem;
}
.h-log-web{
    display:none;
}
.mob-log{
    display:block;
    width: 15rem;
}
.product-img img {
    max-height: none;
    height: 17rem;
    
}
.product-ab {
        background: #eaf1ee;
        width: 100%;
        height: 20.5rem;
        margin-bottom: 10px;
    
}
}



