body {
    margin: 0px;
    padding: 0px;
    font-family: "Epilogue", sans-serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
    color: rgba(43, 43, 43, 0.8);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Space Grotesk", sans-serif;
    color: rgba(43, 43, 43, 1);
    line-height: 1.4;
}

h1 {
    line-height: 77px;
    font-size: 67px;
    letter-spacing: -3px;
    font-weight: 900;
}

h2 {
    font-size: 47px;
    font-weight: 900;
}

h3 {
    font-size: 27px;
    transition: 0.2s;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    transition: 0.2s;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 500;
}

h6 {
    font-size: 16px;
    font-weight: 500;
}

p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: rgba(43, 43, 43, 0.8);
}

.opacity-70 {
    opacity: 0.7;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-40 {
    opacity: 0.4;
}

.text-xl {
    font-size: 27px;
    line-height: 47px;
    font-weight: 500;
}

ul {
    margin: 0px;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}






.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}





.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ms-15 {
    margin-left: 15px;
}

.ms-30 {
    margin-left: 30px;
}

.ms-40 {
    margin-left: 40px;
}

.ms-50 {
    margin-left: 50px;
}

.ms-60 {
    margin-left: 60px;
}

.ms-70 {
    margin-left: 70px;
}

.ms-80 {
    margin-left: 80px;
}

.ms-90 {
    margin-left: 90px;
}

.ms-100 {
    margin-left: 100px;
}

.me-15 {
    margin-right: 15px;
}

.me-30 {
    margin-right: 30px;
}

.me-40 {
    margin-right: 40px;
}

.me-50 {
    margin-right: 50px;
}

.me-60 {
    margin-right: 60px;
}

.me-70 {
    margin-right: 70px;
}

.me-80 {
    margin-right: 80px;
}

.me-90 {
    margin-right: 90px;
}

.me-100 {
    margin-right: 100px;
}

.mt-0 {
    margin-top: 0px;
}

.ms-40 {
    margin-left: 0px;
}

.me-0 {
    margin-right: 0px;
}

.m-0 {
    margin: 0px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.ps-15 {
    padding-left: 15px;
}

.ps-30 {
    padding-left: 30px;
}

.ps-40 {
    padding-left: 40px;
}

.ps-50 {
    padding-left: 50px;
}

.ps-60 {
    padding-left: 60px;
}

.ps-70 {
    padding-left: 70px;
}

.ps-80 {
    padding-left: 80px;
}

.ps-90 {
    padding-left: 90px;
}

.ps-100 {
    padding-left: 100px;
}

.pe-15 {
    padding-right: 15px;
}

.pe-30 {
    padding-right: 30px;
}

.pe-40 {
    padding-right: 40px;
}

.pe-50 {
    padding-right: 50px;
}

.pe-60 {
    padding-right: 60px;
}

.pe-70 {
    padding-right: 70px;
}

.pe-80 {
    padding-right: 80px;
}

.pe-90 {
    padding-right: 90px;
}

.pe-100 {
    padding-right: 100px;
}

.pt-0 {
    padding-top: 0px;
}

.ps-40 {
    padding-left: 0px;
}

.pe-0 {
    padding-right: 0px;
}

.p-0 {
    padding: 0px;
}

body .btn-lg {
    font-size: 20px;
    padding: 15px 30px;
    letter-spacing: 3px;
}

.btn {
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 10px 20px;
    font-family: "Space Grotesk", sans-serif;
    outline: none;
    box-shadow: none !important;
}

.btn-primary {
    background-color: #6E7FB6;
    border-color: #6E7FB6;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.primary:first-child:active,
:not(.btn-check)+.btn-primary:active {
    background-color: #57679b !important;
    border-color: #57679b !important;
    color: #fff;

}

.btn i {
    margin-left: 3px;
}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
:not(.btn-check)+.btn-outline-white:active {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000;
}


.btn-outline-primary {
    color: #6E7FB6;
    border-color: #6E7FB6;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
:not(.btn-check)+.btn-outline-primary:active {
    background-color: #57679b !important;
    border-color: #57679b !important;
    color: #fff;
}


.no-border-btn {
    border: none;
}


.no-border-btn:hover,
.no-border-btn:focus,
.no-border-btn:active,
:not(.btn-check)+.no-border-btn:active {
    background-color: transparent !important;
    border: none !important;
    color: #57679b;
}

.markets-card-more {
    text-align: center;
    min-height: 306px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section {
    padding: 75px 0;
}

.hero-content {
    padding: 225px 30px 175px 80px;
}

.hero-section {
    background-color: #5BC5A9;
    background-image: url(../img/pattern-bg1.svg);
    background-repeat: repeat;
    padding-top: 0px;
    box-shadow: 15px 15px 0 0 #fff inset;
    overflow: hidden;
}

.header {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
    z-index: 2;
}

header a.navbar-brand {
    background-color: #fff;
    padding: 30px;
    border-radius: 0 0 50px 0px;
    max-width: 180px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .40);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 12px;
}

.header-inner .navbar-light .navbar-nav .nav-link.active,
.header-inner .navbar-light .navbar-nav .show>.nav-link {
    color: #30ADB3;
}

header .navbar {
    padding-top: 35px;
}

header .btn-cta {
    margin: 35px 40px 0 0;
}

.hero-img {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 0 100px;
    z-index: 1;
}

.hero-img::before {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
}

.hero-img img {
    height: 850px;
    width: 100%;
    object-fit: cover;
}

.hero-section:after {
    content: "";
    z-index: 0;
    background: #fff;
    height: 175px;
    width: 100%;
    position: absolute;
    bottom: -2px;
}

.title-bg {
    position: relative;
    background-image: url(../img/title-bg.png);
    background-size: 350px;
    background-repeat: no-repeat;
    background-position: bottom 10px right 60px;
}

h2.title-bg,
h1.title-bg {
    background-position: bottom right;
    background-size: 100px;
    max-width: max-content;
    padding-right: 10px;
}

.text-lg {
    font-size: 20px;
    line-height: 34px;
}

.text-center h2.title-bg {

    margin-left: auto;
    margin-right: auto;

}

.markets-card {
    border: 1px solid rgba(43, 43, 43, 0.15);
    display: block;
    padding: 20px 20px;
    text-align: center;
    color: #2B2B2B;
    display: flex;
    min-height: 306px;
    margin-bottom: 30px;
    transition: all 0.3s;
    align-items: center;
    justify-content: center;
}

.markets-card h4 {
    font-weight: 600;
    margin: 0;
}

.markets-card img {
    max-width: 90px;
    margin-bottom: 30px;
    transition: all 0.3s;

}

.markets-card:hover {
    border: 1px solid #30ADB3;
    color: #30ADB3;
}

.markets-card:hover img {
    transform: scale(1.1);
}

.markets-card-title {
    background-color: #2B2B2B;
    background-image: url(../img/pattern-bg2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px;
    color: #fff;
    position: relative;
    min-height: 306px;
    border-radius: 0 0 50px 0;
    margin-bottom: 30px;
}

.markets-card-title i {
    font-size: 27px;
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.sub-title {
    color: rgba(43, 43, 43, 0.4);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Epilogue", sans-serif;
}

.markets-card-more h2 {
    font-size: 67px;
}

.markets-card-title-blue {
    background-color: #30ADB3;
}

.about-img {
    border-radius: 0 0 100px 0;
    width: calc(100% - 50px);
}

.agricultural-video {
    border-radius: 100px;
}

.our-method-img {
    border-radius: 100px 0 0 0;
    width: calc(100% - 50px);
}

.markets-section {
    padding-bottom: 35px;
}

.contact-us {
    background-color: #2B2B2B;
    background-image: url(../img/pattern-bg3.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.contact-cta {
    background: #5BC5A9;
    width: 100%;
    display: block;
    color: #2B2B2B;
    display: flex;
    padding: 20px;
    margin: 15px 0px;
    transition: all 0.3s;
}

.contact-cta span {
    font-size: 25px;
    font-weight: 700;
    width: calc(100% - 75px);
    font-family: "Space Grotesk", sans-serif;
    word-wrap: break-word;
}

.contact-cta span small {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: "Epilogue", sans-serif;
    text-transform: uppercase;
    opacity: 0.4;
    display: block;
}

.contact-cta i {
    background-color: #30ADB3;
    width: 55px;
    height: 55px;
    text-align: center;
    padding: 16px 0;
    margin-right: 20px;
    font-size: 22px;
    border-radius: 50%;
}

.contact-cta:hover {
    color: #2B2B2B;
    transform: scale(1.05);
}

.phone-cta {
    border-radius: 0 50px 0px 0px;
}

.address-cta {
    border-radius: 0 0 0px 50px;
}

.form-floating>.bi-calendar-date+.datepicker_input+label {
    padding-left: 3.5rem;
    z-index: 3;
}

.contact-us-form {
    background-color: #fff;
    padding: 40px;
    border-radius: 0 50px 0px 0px;
}


body .form-floating>.form-control {
    height: calc(3rem + 2px);
    line-height: 1.25;
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 0px;
    border: 1px solid rgba(43, 43, 43, 0.2);
}

body .form-floating>.form-select {
    height: calc(3rem + 2px);
    line-height: 1.25;
    font-size: 14px;
    padding: 22px 15px 5px 15px;
    border-radius: 0px;
    border: 1px solid rgba(43, 43, 43, 0.2);
}

body .form-floating>label {
    font-size: 13px;
    padding: 15px 15px;
}

body .form-control:focus,
body .form-floating>.form-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: rgba(43, 43, 43, 1);
    outline: 0;
    box-shadow: none;
}


/*----------multiple-file-upload-----------*/
.file-upload-contain {
    position: relative;
}

.file-upload-contain .file-input,
.file-upload-contain .file-preview {
    position: initial;
}

#multiplefileupload,
.fileinput-cancel {
    display: none;
}

.file-upload-contain .file-drop-zone {
    border: 1px dashed rgba(43, 43, 43, .2);
    transition: 0.3s;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    background-color: #ffffff;
    min-height: auto;
}

.file-upload-contain .file-drop-zone.clickable:hover,
.file-upload-contain .file-drop-zone.clickable:focus,
.file-upload-contain .file-highlighted {
    border: 1px dashed rgba(43, 43, 43, 1) !important;
    background-color: #ffffff;
    cursor: pointer;
}

.upload-area {
    display: flex;
}

.upload-area i {
    color: #30adb3;
    font-size: 27px;
}

.upload-area p {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 14px;
    margin-left: 10px;
    color: #2B2B2B;
}

.upload-area p small {
    font-size: 9px;
    line-height: 12px;
    display: block;
    color: rgba(43, 43, 43, .5);
}

.upload-area p b {
    color: #1e80e8;
}

.upload-area button {
    padding: 8px 16px;
    min-width: 150px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #1e80e8;
    border: 2px solid #1e80e8;
    border-radius: 50px;
    transition: 0.3s;
}

.upload-area button:hover {
    background-color: #1e80e8;
    box-shadow: 0px 4px 8px rgb(37 128 232 / 48%);
}

.file-preview {
    padding: 0;
    border: none;
    margin-bottom: 0px;
}

.file-preview .fileinput-remove {
    display: none;
}

.file-drop-zone-title {
    display: flex;
    padding: 20px;
    justify-content: center;
}

.file-drop-zone .file-preview-thumbnails {
    cursor: pointer;
}

.file-preview-frame {
    cursor: default;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid rgba(43, 43, 43, .2);
    width: 100%;
    padding: 10px;
    margin: 10px 0 0px 0;
}

.file-preview-frame:not(.file-preview-error):hover {
    border: 1px solid rgba(43, 43, 43, 1);
}

.file-preview-frame .kv-file-content {
    min-width: 55px;
    min-height: 55px;
    width: 55px;
    height: 55px;
    border-radius: 0px;
    margin-right: 10px;
    background-color: #fff;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-preview-image {
    border-radius: 0px;
}

.file-preview-frame .file-footer-caption {
    padding-top: 0;
}

.file-preview-frame .file-footer-caption {
    text-align: left;
    margin-bottom: 0;
}

.file-detail {
    font-size: 14px;
    height: auto;
    width: 100%;
    line-height: initial;
}

.file-detail .file-caption-name {
    font-size: 14px;
    margin-bottom: 3px;
}

.file-detail .file-size {
    opacity: 0.4;
    font-size: 9px;
}

.kv-zoom-cache {
    display: none;
}

.file-preview-frame .file-thumbnail-footer {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.file-preview-frame .file-drag-handle,
.file-preview-frame .file-upload-indicator {
    float: none;
}

.file-preview-frame .file-footer-buttons {
    float: none;
    display: flex;
    align-items: center;
}

.file-preview-status.text-center {
    display: none;
}

.kv-file-remove.file-remove {
    border: none;
    background-color: transparent;
    color: #ef2f2f;
    width: 25px;
    height: 25px;
    font-size: 16px;
    border-radius: 0px;
    margin: 0px 0px;
}

.file-drag-handle.file-drag {
    border: none;
    background-color: transparent;
    color: #5bc5a9;
    width: 25px;
    height: 25px;
    font-size: 16px;
    border-radius: 0px;
    margin: 0px 0px;
}

.kv-file-upload.file-upload {
    border: none;
    background-color: #48bd22;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 4px;
}

.file-thumb-loading {
    background: none !important;
}

.file-preview-frame.sortable-chosen {
    background-color: #64a5ef;
    border-color: #64a5ef;
    box-shadow: none !important;
}

/*----------multiple-file-end-----------*/


.subscribe-form {
    background-color: #ffffff;
    display: flex;
    padding: 10px;
    border-radius: 0px 15px 0px 0px;
    border: 1px solid rgba(43, 43, 43, 0.2);
    margin-top: 0px;
}

.subscribe-form .form-control {
    padding: 0;
    border: 0px;
    font-size: 14px;
    line-height: normal;
}

.subscribe-form .btn {
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-radius: 0px 10px 0px 0px;
    margin-left: 0px;
    padding: 7px 10px;
}

footer {
    padding-top: 100px;
}

.footer-nav li a {
    color: rgba(43, 43, 43, .7);
}

.footer-nav li.active a {
    color: #30ADB3;
}

.footer-nav li a:hover {
    color: rgba(43, 43, 43, 1);
}

.footer-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-nav li {
    margin-bottom: 10px;
}

.social-media {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 30px;
}

footer p {
    font-size: 14px;
}

.footer-bottom {
    border-top: 1px solid rgba(43, 43, 43, 0.15);
    padding: 30px 0 20px 0;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.footer-bottom .footer-nav li {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline;
}

.footer-bottom .footer-nav li a {
    font-size: 14px;
}

.header-inner {
    position: relative;
    padding: 15px 30px;
    border-bottom: 1px solid rgba(43, 43, 43, 0.15);
}

.header-inner a.navbar-brand {
    background-color: #fff;
    padding: 0px;
    border-radius: 0 0 0px 0px;
    max-width: 90px;
}

.header-inner .btn-cta {
    margin: 0 0px 0 20px;
}

.header-inner .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

iframe.map {
    width: 100%;
    float: right;
    height: 100%;
    border-radius: 0 100px 0px 0;
}

#ApplyJob .col-md-6{
	margin-left: auto;
	margin-right: auto;
}

#ApplyJob .contact-cta:last-child{
	border-radius: 0 0 0 50px;
}