body {
    font-family: "Montserrat", sans-serif;
}
p {
    font-size: 1.12rem;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    color: #333;
    margin: 0;
}
a,
a:hover {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}
a,
a:focus,
a:hover,
button,
button:focus,
button:hover,
checkbox,
checkbox:focus,
checkbox:hover,
input,
input:focus,
input:hover,
select,
select:focus,
select:hover {
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
section {
    clear: both;
}
.header-section {
    width: 100%;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
    position: fixed;
    z-index: 9;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99;
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
}
.header-section .navbar {
    padding: 0;
}
.logo {
    padding: 20px 0;
}
.logo img {
    width: 100%;
}
.main-menu .nav-link {
    color: #999;
    padding: 35px 10px !important;
    text-transform: uppercase;
    font-size: 1rem;
    color: #555;
    font-weight: 500;
}
.main-menu .nav-link:hover {
    color: #fbce0c;
}
.content-section {
    padding-top: 100px;
}
.banner-section img {
    width: 100%;
}
.banner-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.banner-caption div {
    height: 100%;
}
.wbg {
    background: #fff;
    width: 100%;
    height: 100% !important;
    display: grid;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
}
.wbg h2 {
    font-size: 30px;
}
.more {
    margin: 20px 0 0;
}
.parralax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-section .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: left;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.banner-section .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #708dbc;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    border-radius: 50%;
}
.banner-section .carousel-indicators .active {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: orange;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity 0.6s ease;
    border-radius: 50%;
}
.more a {
    background: #fbce0c;
    padding: 10px 25px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}
.more a:hover {
    background: #000;
    color: #fff;
}
.box {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 20px;
    min-height: 250px;
    position: relative;
}
.box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    height: 95px;
    display: flex;
    align-items: center;
}
.box h4 span {
    font-weight: normal;
    clear: both;
}
.box.open::before {
    content: "";
    position: absolute;
    width: 75px;
    height: 100%;
    left: -75px;
    background: url(../assets/images/bracket-open.webp) no-repeat;
    background-size: auto 100%;
    top: 0;
}
.box.close::after {
    content: "";
    position: absolute;
    width: 75px;
    height: 100%;
    right: -85px;
    background: url(../assets/images/bracket-close.webp) no-repeat;
    background-size: auto 100%;
    top: 0;
}
.icon1 {
    background: url(../assets/images/icon1.webp) no-repeat;
    background-position: top left;
    background-size: 100px;
    padding: 25px 0 25px 95px;
}
.icon2 {
    background: url(../assets/images/icon2.webp) no-repeat;
    background-position: top left;
    background-size: 100px;
    padding: 25px 0 25px 95px;
}
.icon3 {
    background: url(../assets/images/icon3.webp) no-repeat;
    background-position: top left;
    background-size: 100px;
    padding: 25px 0 25px 95px;
}
.icon4 {
    background: url(../assets/images/icon4.webp) no-repeat;
    background-position: top left;
    background-size: 100px;
    padding: 25px 0 25px 95px;
}
.icon5 {
    background: url(../assets/images/icon5.webp) no-repeat;
    background-position: top left;
    background-size: 100px;
    padding: 25px 0 25px 95px;
}
.gmore {
    margin: 20px 0 0;
}
.gmore a {
    background: #53682d;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.gmore a:hover {
    background: #000;
    color: #fff;
}
.abt-img img {
    width: 100%;
    border-radius: 10px 0px 0px 10px;
}
.abt-txt h2 span {
    color: #53682d;
}
.abt-txt h4 {
    color: #53682d;
}
.grey-bg {
    background: #eeeeee;
    padding: 35px 15px;
}
.form-section {
    background-image: url(../assets/images/Form-Mobile.webp);
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-form {
    width: 500px;
    margin: 0 auto;
    font-weight: 500;
    padding: 50px 0;
}
.home-form .form-group {
    margin-bottom: 15px;
}
.home-form input[type="submit"] {
    background: #fbce0c;
    padding: 5px 40px;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    display: block;
    border-radius: 0;
}
.home-form input[type="submit"]:hover {
    background: #333;
    color: #fff;
}
.home-form textarea {
    min-height: 150px;
}
.footer-section h2 {
    font-size: 20px;
}
.footer-section ul {
    padding: 0;
    display: inline-block;
    margin: 10px 0;
}
.footer-section ul li {
    float: left;
    list-style: none;
}
.footer-section ul li a {
    color: #000;
    padding: 0 10px;
    font-weight: 500;
}
.footer-section ul li a:hover {
    color: #fbce0c;
}
.foot {
    padding: 15px 0;
    text-align: center;
}
.copy-right {
    background: #191919;
    margin-top: 20px;
}
.copy-right ul {
    margin: 0;
}
.copy-right ul li {
    color: #fff;
    font-size: 14px;
    padding: 0 8px;
    border-right: 1px solid #ccc;
}
.copy-right ul li:last-child {
    border: none;
}
.copy-right ul li a {
    color: #fff;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
}
.copy-right ul li a:hover {
    color: #fbce0c;
}
.foot i {
    color: #fff;
    font-size: 18px;
    margin: 0 5px;
}
.foot i:hover {
    color: #fbce0c;
}
.enquire {
    text-align: center;
    padding: 30px 10px;
}
.enquire a {
    background: #fbce0c;
    padding: 5px 20px;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    display: block;
}
.enquire a:hover {
    background: #333;
    color: #fff;
}
.ct-btn {
    background: #fbce0c;
    padding: 10px;
}
.ct-btn a {
    background: #fbce0c;
    padding: 10px;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin: 0 auto;
}
.clients img {
    padding: 0 5px;
    margin-bottom: 15px;
}
.clients a {
    display: inline-block;
}
.foot-logo img {
    padding: 5px 0;
}
.browse img {
    width: 200px;
    border: 2px solid #fbce0c;
    padding: 20px;
    border-radius: 50%;
    height: 200px;
}
.cc-align {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: left;
    height: 100%;
}
.cc-align p {
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    border-bottom: #fbce0c 3px double;
    padding: 15px;
}
.enquire li {
    padding-right: 4px;
}

.formErrorMessage .card-content {
    text-align: center !important;
}
.formErrorMessage .card-title {
    color: rgb(255, 0, 0);
}
.formSuccessMessage .card-content {
    text-align: center !important;
}
.formSuccessMessage .card-title {
    color: #ffffff;
}
/*************************media starts************************/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .header-section {
        width: 100%;
        padding: 0;
        background: #fff;
        border-bottom: 1px solid #eee;
        position: relative;
        z-index: 9;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 99;
        -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
    }
    .main-menu .nav-link {
        color: #999;
        padding: 10px !important;
        text-transform: uppercase;
        font-size: 1rem;
        color: #555;
        font-weight: 500;
        text-align: center;
        border-bottom: 0px solid #ccc;
    }
    .content-section {
        padding-top: 0px;
    }
    .enquire {
        text-align: center;
        padding: 10px;
    }
    .wbg {
        background: rgba(255, 255, 255, 0.6);
        width: 100%;
        height: 100% !important;
        display: grid;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 30px;
    }
    .abt-img img {
        width: 100%;
        border-radius: 0;
    }
    .banner-caption div {
        height: 100%;
    }
    .skew {
        display: none;
    }
    .banner-section img {
        width: 100%;
        min-height: 350px;
        object-fit: cover;
    }
    .home-form {
        width: 100%;
        margin: 0 auto;
        font-weight: 500;
        padding: 60px 0;
    }
    .p-5 {
        padding: 20px !important;
    }
    .pt-5 {
        padding-top: 20px !important;
    }
    .footer-section ul li {
        float: none;
        list-style: none;
        line-height: 30px;
    }
    .copy-right ul li {
        color: #fff;
        font-size: 14px;
        padding: 0 10px;
        border-right: 0px solid #ccc;
        line-height: 25px;
    }
    .box.open::before {
        display: none;
    }
    .box.close::after {
        display: none;
    }
    .about-section {
        text-align: center;
    }
    .banner-section .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none;
    }
    .logo img {
        width: 235px;
    }
    .header-section .navbar-toggler {
        position: absolute;
        right: 10px;
        top: -60px;
        padding: 0;
        background: url(../assets/images/mobile-menu.webp) no-repeat;
        border: 0px solid #ccc;
        box-shadow: none;
        background-size: 100%;
    }
    .copy-right {
        background: #191919;
        margin-top: 20px;
        padding: 10px 0 5px;
    }
    .clients img {
        padding: 0 5px;
        margin-bottom: 15px;
        width: 225px;
    }
    .cc-align p {
        font-size: 25px;
        line-height: 40px;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .form-section {
        background-image: url(../assets/images/Form-Desktop.webp);
    }
}
@media only screen and (min-width: 992px) {
    .skew_right {
        clip-path: polygon(0 0, 30% 0, 55% 100%, 0% 100%);
    }
    .skew_left {
        clip-path: polygon(70% 0, 100% 0, 100% 100%, 45% 100%);
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .clients img {
        padding: 0 5px;
        margin-bottom: 15px;
        width: 100%;
    }
    .box.open::before {
        display: none;
    }
    .box.close::after {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .header-section {
        width: 100%;
        padding: 0;
        background: #fff;
        border-bottom: 1px solid #eee;
        position: relative;
        z-index: 9;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 99;
        -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
    }
    .main-menu .nav-link {
        color: #999;
        padding: 10px !important;
        text-transform: uppercase;
        font-size: 1rem;
        color: #555;
        font-weight: 500;
        text-align: center;
        border-bottom: 0px solid #ccc;
    }
    .content-section {
        padding-top: 0px;
    }
    .about-section {
        text-align: center;
    }
    .wbg {
        background: rgba(255, 255, 255, 0.6);
        width: 100%;
        height: 100% !important;
        display: grid;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 30px;
    }
    .abt-img img {
        width: 100%;
        border-radius: 0;
    }
    .banner-caption div {
        height: 100%;
    }
    .box.open::before {
        display: none;
    }
    .box.close::after {
        display: none;
    }
    .header-section .navbar-toggler {
        position: absolute;
        right: 10px;
        top: -60px;
        padding: 0;
        background: url(../assets/images/mobile-menu.webp) no-repeat;
        border: 0px solid #ccc;
        box-shadow: none;
        background-size: 100%;
    }
    .logo img {
        width: auto;
    }
    .clients img {
        padding: 0 5px;
        margin-bottom: 15px;
        width: 225px;
    }
    .cc-align p {
        font-size: 1.563rem;
        line-height: 2.5rem;
        text-align: center;
    }
    .banner-section .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .main-menu .nav-link {
        color: #999;
        padding: 35px 7px !important;
        text-transform: uppercase;
        font-size: 14px;
        color: #555;
        font-weight: 500;
    }
    .logo {
        padding: 25px 0px !important;
    }
    .p-5 {
        padding: 0 15px !important;
    }
    .box {
        border: 1px solid #ccc;
        padding: 15px;
        margin-bottom: 20px;
        min-height: 285px;
        position: relative;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .main-menu .nav-link {
        color: #999;
        padding: 35px 7px !important;
        text-transform: uppercase;
        font-size: 14px;
        color: #555;
        font-weight: 500;
        border: none;
    }
    .wbg {
        background: #fff;
        width: 100%;
        height: 100% !important;
        display: grid;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 30px;
    }
    .logo img {
        width: 100%;
    }
    .abt-txt {
        text-align: left;
    }
    .p-5 {
        padding: 0 15px !important;
    }
    .box {
        border: 1px solid #ccc;
        padding: 15px;
        margin-bottom: 20px;
        min-height: 310px;
        position: relative;
    }
    .copy-right ul li {
        color: #fff;
        font-size: 14px;
        padding: 0 8px;
        border-right: 1px solid #ccc;
    }
    .banner-section .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: left;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
}
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
    .farmer-section {
        padding-bottom: 650px !important;
    }
}
