/*
Theme Name: Vesta Child
Theme URL: http://hostinger-tutorials.com
Description: Twenty Seventeen Child Theme
Author: John Doe
Author URL: http://hostinger-tutorials.com
Template: vesta
Version: 1.0.0
Text Domain: vesta-child
*/

body {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    color: var(--primary);
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.btn-main-action {
    width: 250px;
    height: 80px;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
}

.btn-main-action span {
    transition: all 0.3s ease-in-out;
}

.btn-main-action i {
    transition: all 0.3s ease-in-out;
}

.btn-main-action:hover {
    color: var(--white);
}

.btn-main-action:hover i {
    margin-left: 40px;
}

.btn-banner {
    height: 60px;
    background-color: var(--primary);
    display: flex;
    padding: 0px 35px;
    width: auto;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    z-index: 999;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0px auto;
}

.btn-banner i {
    transition: all 0.3s ease-in-out;
}

.btn-banner:hover {
    color: var(--white);
}

.btn-banner:hover i {
    margin-left: 40px;
}

@media (min-width: 992px) {
    .btn-banner {
        margin: initial;
    }
}

@media (min-width: 1200px) {
    .btn-banner {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: 80px;
    }
}

.whatsap-bt {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 20px;
    border-radius: 160px;
    background-color: #27AE60;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

@media (min-width: 1200px) {
    .whatsap-bt {
        right: 100px;
        bottom: 210px;
    }
}

.whatsap-bt:hover {
    color: var(--white);
}

.btn-action-abt {
    position: absolute;
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0px 30px;
    background-color: #333;
    bottom: -60px;
    text-transform: uppercase;
    color: var(--white);
    left: 50%;
    transform: translate(-50%, -50%) !important;
    transition: all 0.3s ease-in-out;
    z-index: 999;
	font-size: 14px;
    font-weight: 600;
}

.btn-action-abt i {
    transition: all 0.3s ease-in-out;
}

.btn-action-abt:hover {
    color: var(--white);
}

.btn-action-abt:hover i {
    margin-left: 20px;
}

.btn-download {
    display: flex;
    align-items: center;
    color: var(--white);
    height: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px 20px;
    background-color: #333;
}

.btn-download i {
    transition: all 0.3s ease-in-out;
}

.btn-download:hover {
    color: var(--white);
}

.btn-download:hover i {
    margin-right: 10px;
}

.btn-details {
    display: flex;
    align-items: center;
    color: var(--white);
    height: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px 20px;
    background-color: var(--primary);
}

.btn-details i {
    transition: all 0.3s ease-in-out;
}

.btn-details:hover {
    color: var(--white);
}

.btn-details:hover i {
    margin-right: 10px;
}

.social-media {
    margin-bottom: 20px;
}

.social-media li a {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 160px;
    border: 1px solid #e1e1e1;
    align-items: center;
    justify-content: center;
    color: #333;
    margin: 0px 5px;
    transition: all 0.3s ease-in-out;
}

.social-media li a:hover {
    opacity: 0.6;
}

.hover-rotate {
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 10px;
}

@media (min-width: 1200px) {
    .hover-rotate {
        min-width: 240px;
        max-width: 320px;
    }
}

.over-box {
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    color: var(--white);
    position: absolute;
    justify-content: center;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 9;
    transition: all 0.3s;
    padding-bottom: 30px;
}

.hover-rotate img {
    transition: all 0.3s;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
}

.hover-rotate:hover img {
    transform: scale(1.3) rotate(5deg);
}

.hover-rotate:hover .over-box {
    padding-bottom: 60px;
}

.img-box {
    width: 100%;
    height: 500px;
    background-color: #000;
    border-radius: 10px;
    overflow: hidden;
}

.img-box img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

.content-box-w {
    background: linear-gradient(180deg, #DCEEF2 0%, rgba(220, 238, 242, 0) 100%);
    border-radius: 10px;
    width: 100%;
}

.border-radius-10 {
    border-radius: 10px;
}

.doc-img-box {
    width: 100%;
    height: 373px;
    overflow: hidden;
    border-radius: 10px;
}

.doc-img-box img {
    width: 100%;
    height: 373px;
    -o-object-fit: cover;
    object-fit: cover;
}

header {
    background: black;
    min-height: auto;
}

header .navigation {
    display: flex;
}

header .navigation li {
    display: flex;
    padding: 0px 20px;
}

header .navigation li a {
    color: var(--white);
    transition: all 0.3s ease-in-out;
}

header .navigation li a:hover {
    opacity: 0.5;
}

header .navigation .active {
    opacity: 1 !important;
}

.logo-main {
    height: 55px;
}

@media (min-width: 1200px) {
    header {
        background: rgba(255, 255, 255, 0.4);
    }
}

.sm-header .logo-sm {
    height: 35px;
}

.sm-header .btn-menu {
    border: none;
    background: none;
    font-size: 30px;
    color: var(--white);
}

.offcanvas-body {
    padding: 0px;
}

.offcanvas-body .header-drawer {
    width: 100%;
    height: 140px;
    background-color: var(--black);
}

.offcanvas-body ul li a {
    padding: 20px 30px;
    display: block;
    color: var(--text);
}

.fixed {
    background-color: #35c270;
}

.menu {
    display: flex !important;
}

.menu a {
    text-decoration: none !important;
}

a {
    text-decoration: none !important;
}

footer {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

footer .logo {
    width: 130px;
}

.padding-top {
    padding-top: 50px;
}

.padding-bottom {
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    .padding-top {
        padding-top: 100px;
    }

    .padding-bottom {
        padding-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left !important;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left !important;
    }
}

.titles {
    font-size: 42px;
    font-weight: 600;
}

.line-h-auto {
    line-height: auto;
}

.line-h-24 {
    line-height: 24px;
}

.line-h-26 {
    line-height: 26px;
}

.line-h-28 {
    line-height: 28px;
}

.line-h-30 {
    line-height: 30px;
}

.font-weight-light {
    font-weight: 300;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-bold {
    font-weight: 600;
}

.text-right {
    text-align: right;
}

:root {
    --white: #fff;
    --primary: #27AE60;
    --black: #000;
    --text: #666;
}

.text-white {
    color: var(--white);
}

.text-black {
    color: var(--black);
}

.text-gray {
    color: var(--text);
}

.text-primary {
    color: var(--primary) !important;
}

.bg-primary2 {
    background-color: #27AE60 !important;
}

.bg-red {
    background-color: #CC0000 !important;
}

.bg-kapi {
    background-color: #993300 !important;
}

.bg-wet {
    background-color: #009999 !important;
}

.bg-gradient2 {
    background: rgb(220, 238, 242);
    background: linear-gradient(0deg, rgba(220, 238, 242, 0) 0%, rgb(220, 238, 242) 100%);
}

.text-green {
    color: #27AE60;
}

.text-blue {
    color: #3366CC;
}

.text-red {
    color: #CC0000;
}

.text-kapi {
    color: #993300;
}

.text-wet {
    color: #009999;
}

.bg-point {
    background: linear-gradient(296.17deg, rgba(0, 0, 0, 0.15) -24.34%, rgba(0, 0, 0, 0) 91.43%);
}

.bg-wet-1 {
    background: rgba(0, 153, 153, 0.2);
}

.bg-wet-2 {
    background: rgba(0, 153, 153, 0.1);
}

.bg-green-1 {
    background: rgba(39, 174, 96, 0.2);
}

.bg-green-2 {
    background: rgba(39, 174, 96, 0.1);
}

.bg-red-1 {
    background: rgba(204, 0, 0, 0.2);
}

.bg-red-2 {
    background: rgba(204, 0, 0, 0.1);
}

.bg-kapi-1 {
    background: rgba(153, 51, 0, 0.2);
}

.bg-kapi-2 {
    background: rgba(153, 51, 0, 0.1);
}

.bg-blue-1 {
    background: rgba(51, 102, 204, 0.2);
}

.bg-blue-2 {
    background: rgba(51, 102, 204, 0.1);
}

.banner-bio {
    width: 100%;
    min-height: auto;
    background-size: cover;
}

.banner-bio h1 {
    color: var(--white);
}

.banner-bio h3 {
    color: var(--white);
}

.banner-bio p {
    color: var(--white);
    opacity: 0.7;
}

.banner-sub-bio {
    min-height: 344px;
    background-image: url(../vesta-child/img/banner.png);
    background-size: cover;
    padding-top: 100px;
	background-position:center;
}

.carousel {
    height: auto;
}

.padding-top-banner-200 {
    text-align: center;
}

@media (min-width: 992px) {
    .padding-top-banner-200 {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .padding-top-banner-200 {
        padding-top: 100px;
    }

    .carousel {
        height: auto;
    }

    .padding-top-banner-100 {
        padding-top: 100px;
    }

    .banner-bio {
        min-height: auto;
    }
	.carousel-item{
		height:700px;
	}
}

.product-img {
    width: 390px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}

.grass {
    position: absolute;
    width: 30%;
}

@media (min-width: 992px) {
    .grass {
        width: 30%;
        position: absolute;
        right: 7%;
    }
}

@media (min-width: 1200px) {
    .grass {
        
        width: 30%;
        position: absolute;
        right: 12%;
    }
}


.carousel-control-next {
    bottom: 45%!important;
    top: auto!important;
    background: #333333!important;
    height: 60px!important;
}

@media (min-width: 992px) {
    .carousel-control-prev {
        width: 60px!important;
    }

    .carousel-control-next {
        left: auto!important;
        right: 0!important;
        width: 60px!important;
    }
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 3rem!important;
    height: 3rem!important;
    background: #333333!important;
    width: 60px!important;
    padding: 10px!important;
    height: 60px!important;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1!important;
}

.carousel-control-prev-icon {
    background-color: var(--white)!important;
    color: var(--black)!important;
}

.product-image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 146px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    text-align: center;
}

@media (min-width: 1200px) {
    .product-image {
        margin-right: 140px;
        width: 266px;
    }
}

.abt-img-box {
    width: 100%;
    height: 450px;
    position: relative;
}

.abt-img-box img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
}

.abt-section h1 {
    font-size: 45px;
}

.abt-section h2 {
    font-size: 24px;
    display: block;
    padding: 20px 0px;
}

.abt-section p {
    font-size: 16px;
    color: #828282;
}

.bg-blue {
    background-color: #3366cc;
}

.bg-gradient-a {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%);
}

.bg-bio-green {
    background: rgba(0, 153, 51, 0.1);
    border-radius: 6px;
    min-height: 480px;
}

.bg-bio-blue {
    background: rgba(51, 102, 204, 0.1);
    border-radius: 6px;
    min-height: 480px;
}

.bg-bio-red {
    background: rgba(204, 0, 0, 0.05);
    border-radius: 6px;
    min-height: 480px;
}

.bg-bio-kapi {
    background: rgba(129, 115, 110, 0.13);
    border-radius: 6px;
    min-height: 480px;
}

.bg-bio-wet {
    background: rgba(0, 153, 153, 0.1);
    border-radius: 6px;
    min-height: 480px;
}

.card-d {
    padding: 50px;
    text-align: center;
}

.card-d img {
    width: 340px;
}

.card-d h2 {
    font-weight: 600;
    font-size: 28px;
}

.card-d h3 {
    font-size: 20px;
}

@media (min-width: 992px) {
    .card-d {
        text-align: left;
    }
}

.bg-bottom {
    background-image: url(../vesta-child/img/bg-bottom.png);
    background-size: cover;
}

.icon-box {
    width: 80px;
    height: 80px;
    background: rgba(0, 153, 153, 0.3);
    border-radius: 160px;
    display: flex;
    flex: 0 0 auto;
}

.icon-box img {
    height: 20px;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-borders span {
    height: 5px;
    background: #6aaf08;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
}

.section-borders span.black-border {
    background: #333;
    width: 30px;
    margin: 0 6px;
}

.client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #6aaf08 !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: 0.2s;
    border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
    background: #000 !important;
    width: 30px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px;
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    padding-left: 85px;
}

.single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color: #6aaf08;
    line-height: 30px;
    margin-top: -15px;
}

.single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
}

.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

.map {
    width: 100%;
    height: 550px;
    overflow: hidden;
    border-radius: 6px;
}

.map iframe {
    width: 100%;
}

.c-icon-box {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    border: 1px solid rgba(0, 153, 51, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.table-p {
    width: 100%;
}

.table-p .heading-tap {
    width: 100%;
    padding: 20px 0px;
}

.point {
    margin-top: 50px;
}

.point li {
    padding-bottom: 20px;
    list-style: disc;
}

.wpcf7-list-item {
    margin: 0px !important;
    padding: 5px 0px !important;
    margin-right: 20px !important;
    color: #666;
}

.wpcf7-not-valid-tip {
    color: #fff!important;
    font-size: 1em!important;
    font-weight: normal!important;
    display: block!important;
    background: #dc3232!important;
    padding: 10px!important;
    margin-top: 5px!important;
}
.wpcf7 form .wpcf7-response-output{
    padding: 10px!important;
    margin-top: 5px!important;
}
.wpcf7 form.sent .wpcf7-response-output{
    border-color: #46b450!important;
    background: #2ead60!important;
    color: #fff!important;
    padding: 10px!important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #ffb900!important;
    background: #ffb900!important;
    color: #fff!important;
    margin: 0px !important;
}
.offcanvas-body{
	padding:0px!important;
}
.offcanvas-body .menu{
	display:block!important;
	margin:0px!important;
	padding:0px!important;
}
.offcanvas-body .btn-banner{
	margin: 0px 30px!important;
}

.bg-1{
    background-image: url(../vesta-child/img/banner.png);
    background-size: cover;
}
.bg-2{
    background-image: url(https://www.bio10agrobiotech.com/wp-content/uploads/2022/12/b-2.png);
    background-size: cover;
}
.bg-3{
    background-image: url(https://www.bio10agrobiotech.com/wp-content/uploads/2022/12/b-3.png);
    background-size: cover;
}
.bg-4{
    background-image: url(https://www.bio10agrobiotech.com/wp-content/uploads/2022/12/b-4.png);
    background-size: cover;
}
.bg-5{
    background-image: url(https://www.bio10agrobiotech.com/wp-content/uploads/2022/12/b-5.png);
    background-size: cover;
}

.carousel-item{
    padding-bottom: 100px;
    padding-top: 100px;
}


.banner-bit-mob{
	position: absolute;
    bottom: 0px;
    width: 100%;
}
@media (min-width: 992px) {
    .banner-bit-mob{
        position: static;
        width: auto;
    }
}

/*# sourceMappingURL=main.css.map */