.blue {
    color: #01508e;
}

.green {
    color: #41a248;
}

.blue-magenta {
    color: #00938d;
}

.main_header .logo img {
    width: 220px;
}

a {
    text-decoration: none !important;
    color: initial;
}

.sec-padding {
    padding: 80px 0px !important;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.defalut-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 12px 25px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: #01508e;
    border: #01508e;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.defalut-btn:hover {
    background-color: #41a248;
}

.elipsis {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: initial;
}

.dropdown-toggle::after {
    content: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.modal {
    z-index: 9999;
}

label.error {
    color: #ff4d4f !important;
    font-size: 14px !important;
}

.form-control:focus {
    box-shadow: none;
}

.banner-section-outer .main_header.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 9999;
    padding-top: 0;
    background: #fff;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}


/* our products */

.our-products {
    background: linear-gradient(30deg, #41a248, #00938d);
}

.our-products .product-card {
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.our-products .product-card:hover {
    transform: translateY(-15px);
}

.our-products .product-card .card-body h5 {
    color: #01508e;
}


/* counter section */

.counter-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/baneer/footer-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.counter-section .counter-text {
    background-color: #fff;
    padding: 30px 15px;
    border-radius: 15px;
    text-align: center;
    border-bottom: 10px solid #41a248;
    transition: all 0.3s ease-in-out;
}

.counter-section .counter-text:hover {
    transform: translateY(-10px);
}


/* HOME : CAROUSEL  */

.carousel-item {
    position: relative;
    height: 600px;
}

.carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 600px;
}

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel-caption h5 {
    color: #fff;
}

.carousel-caption .defalut-btn {
    width: fit-content;
}


/* HOME: ABOUT */

.about-banner-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/baneer/about.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
}

.contact-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/baneer/contact-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
}

.product-banner-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/baneer/product.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
}

.why-pdp-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/baneer/whypdp.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
}

.aboutus_section .about-info-img {
    background-image: url('../images/home-about.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 100%;
    border-radius: 15px;
}

.about-mission-left-icon {
    position: absolute;
    top: 100px;
    left: 50px;
}

.vission-section .pricing_plan_box {
    position: unset;
    width: 100%;
    padding: 70px 15px 30px;
    border-bottom: 3px solid #41a248;
}

.vission-section .pricing_plan_box_logo {
    left: 30%;
    top: -43px;
}

.vission-section .pricing_plan_box_logo img {
    width: 90px;
}

.vission-section .pricing_plan_box h4 {
    color: #41a248;
}

.service-offer-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/products/oil/04.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 100%;
}

.seed-service-offer-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/products/agroseed/1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 100%;
}

.product-list-section {
    background: linear-gradient(30deg, #41a248, #00938d);
}

.product-list-section .card-title {
    color: #00938d;
}


/* METAL TAB */

.tab-list .nav-item button {
    padding: 10px 15px;
    border-radius: unset;
    background: inherit !important;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
}

.tab-list .nav-item button.active {
    background: #fff !important;
    color: #41a248;
}