/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    background-image: url(../images/body-bg.png);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}


h1 {
    font-size: 24px;
    font-family: "Noto Sans", sans-serif;
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

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

/* p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
} */

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.top-head {
	width: 100%;
	float: left;
	background-color: #6f8408;
	text-align: right;
}

#google-translate-dropdown {
    float: right;
    margin-right: 4%;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

#navbarSupportedContent {
    margin-top: -2%;
}

.logo_m {
    width: 15%;
}

.title_co {
    font-size: 17px;
    color: #fff;
    margin-top: -44px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #1b1d1e;
    font-family: "Noto Sans", sans-serif;
}

.header_section {
    width: 100%;
    float: left;
    /* background-image: url(../images/banner.jpg); */
    height: auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    /* position: fixed; */
    z-index: 99999;
    /* height: 100px; */
}

#grad {
    background: #fff;
}

/* .logo {
	width: 71%;
	float: left;
} */

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    color: #1a1a16;
    background-color: transparent;
    margin-left: 10px;
    font-family: "Playwrite IT Moderna", cursive;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #7c8c2e;
}


/* .navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    background-color: #7c8c2e;
} */

/* .navbar {
    padding: 30px 0px 30px 0px;
} */


/* header section end */

.about {
    background: #fff;
    padding-top: 48px;
    float: left;
    height: auto;
    width: 100%;
}

.about_img figure {
    margin: 30px 0px;
}

.about_img figure img {
    transition: ease-in all 0.5s;
    border-radius: 5px;
}

.about .titlepage {
    padding-bottom: 0;
    /* max-width: 610px; */
    width: 100%;
    float: right;
}

.about .titlepage p {
    /* padding-top: 20px; */
    color: #33332c;
    font-size: 16px;
}

.read_more {
    font-size: 16px;
    background: #1d3e11;
    /* max-width: 203px; */
    width: 28%;
    transition: ease-in all 0.5s;
    color: #fff;
    display: block;
    height: 53px;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.about .read_more {
    margin-top: 2px;
    margin-bottom: 30px;
}

.titlepage span {
    font-size: 24px;
    color: #6b7908;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 15px;
    display: block;
    text-transform: uppercase;
    position: relative;
}

.titlepage span::after {
    position: absolute;
    width: 138px;
    height: 6px;
    background-color: #399f0e;
    content: "";
    left: 0;
    top: 29px;
}

.titlepage h1 {
    font-size: 42px;
    color: #999998;
    line-height: 50px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    font-family: "Noto Sans", sans-serif;
}

.agri_para {
	color: #33332c;
	font-size: 15px;
	font-family: "Poppins", sans-serif;
}
.about .read_more {
    margin-top: 35px;
}

.about_img figure img:hover {
    box-shadow: 0 0 16px 3px #635d5d38;
    transition: ease-in all 0.5s;
}


/** end about section **/
/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 155px 0px 160px 0px;
    background-image: url(../images/banner.webp);
    height: auto;

}

.banner_taital_main {
    width: 54%;
    float: left;
    margin-top: 6%;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #fefefe;
    font-weight: bold;
    padding-bottom: 0px;
    line-height: 70px;
}

.banner_text p {
    width: 100%;
    float: left;
    font-size: 19px;
    color: #fff;
    padding-top: 30px;
    margin: 0px;
    text-shadow: 2px 2px 2px #000000c4;
}

.btn_main {
    width: 100%;
    display: flex;
    justify-content: center;
}

.started_text {
    width: 180px;
    margin-right: 20px;
    margin-top: 30px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 10px 10px;
    color: #77a01d;
    background-color: #fefefd;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.started_text a:hover {
    color: #fefefd;
    background-color: #202420;
}

.started_text.active a {
    color: #fefefd;
    background-color: #202420;
}

.carousel-inner,
.carousel,
.carousel-item,
.container,
.fill {
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.slide-wrapper {
    display: inline;
}

.slide-wrapper .container {
    padding: 0;
}


/*------------------------------ vertical bootstrap slider----------------------------*/

.banner_section .carousel-inner>.carousel-item.carousel-item-next,
.banner_section .carousel-inner>.carousel-item.active.carousel-item-right {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    top: 0;
}

.banner_section .carousel-inner>.carousel-item.carousel-item-prev,
.banner_section .carousel-inner>.carousel-item.active.carousel-item-left {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    top: 0;
}

.banner_section .carousel-inner>.carousel-item.next.carousel-item-left,
.banner_section .carousel-inner>.carousel-item.carousel-item-prev.carousel-item-right,
.banner_section .carousel-inner>.carousel-item.active {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    ;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    top: 0;
}


/*------------------------------- vertical carousel indicators ------------------------------*/

.carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    right: 10px;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.carousel-indicators li {
    display: block;
    margin-bottom: 5px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #15db40;
}

.carousel-indicators li.active {
    margin-bottom: 5px;
    background: #ebeee9;
}


/* banner section end */


/*year section start */

.year_section {
    width: 100%;
    float: left;
    position: relative;
    top: -70px;
}

.year_section_2 {
    width: 80%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 10px #e9e9e9;
    padding: 40px;
}

.client_taital_main {
    width: 100%;
    float: left;
}



.year_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #a8a7a7;
    padding: 0px;
    text-transform: uppercase;
    line-height: 30px;
}

.year_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #a8a7a7;
    margin: 0px;
    line-height: 20px;
}

.year_taital:hover {
    color: #4a8216;
}

.year_text:hover {
    color: #4a8216;
}

.year_taital.active {
    color: #4a8216;
}

.year_text.active {
    color: #4a8216;
}


/* year section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
    background-image: url(../images/service-bg.png);
    height: auto;
    background-size: 100%;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    font-weight: bold;
    text-align: center;
    font-family: "Cairo", sans-serif;
}

.services_text {
    width: 80%;
    font-size: 16px;
    margin: 0px;
    color: #3d3d3d;
    padding-top: 20px;
}

.services_section_2 {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}

.box_main {
    width: 100%;
    background-color: transparent;
    height: auto;
    padding: 20px 20px 30px 20px;
}

.box_main:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 10px #e9e9e8;
}

.box_main.active {
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 10px #e9e9e8;
}

.service_img {
    width: 100%;
    line-height: 55px;
}

.development_text {
    width: 100%;
    font-size: 24px;
    color: #3d3d3d;
    font-weight: bold;
    padding: 20px 0px 0px 0px;
}

.readmore_bt {
    width: 170px;
    padding-top: 20px;
}

.readmore_bt a {
    width: 100%;
    font-size: 16px;
    color: #4caf50;
    padding: 10px 0px;
    margin-top: 10px;
    font-weight: bold;
}

.readmore_bt a:hover {
    color: #3d3d3d;
}


/* services section end */


/* about section start */

 .about_section {
    width: 100%;
    float: left;
    background-image: url(../images/about-section.webp);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 

.col-md-7.about_box {
    background: #ececec12;
}

.about_taital {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding-top: 20px;
    font-family: "Noto Sans", sans-serif;
    text-shadow: 2px 2px 2px #000000c4;
}

.title {
    font-size: 31px;
    font-weight: bold;
    color: rgb(254, 255, 254);
    text-shadow: 2px 2px 2px black;
    /* text-shadow: 2px 2px 2px aliceblue; */
}

.about_text {
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
    font-weight: bold;
    font-family: "Playwrite IT Moderna", cursive;
}

.read_bt_1 {
    width: 180px;
    float: left;
    margin-top: 20px;
    margin-bottom: 40px;
}

.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    background-color: #3f4200;
    color: #fefefd;
    padding: 10px 0px;
    box-shadow: 1px 1px 5px #fffc;
}

.read_bt_1 a:hover {
    background-color: #fefefd;
    color: #252525;
    text-shadow: none;
}

/* .about_img {
    width: 100%;
    display: none;
} */


/* about section end */


/* client section start */

.client_section {
    width: 100%;
    float: left;
}

.client_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #242323;
    font-weight: bold;
    text-align: center;
    font-family: "Cairo", sans-serif;
    margin-top: 55px;
}

.client_section_2 {
    width: 100%;
    float: left;
    height: auto;
    background-size: 100%;
    padding-top: 30px;
    margin-bottom: 30px;
}

.client_section .item img {
    transform: scale(.7);
}

.client_section .owl-item.active.center img {
    transform: scale(1);
    /* padding-bottom: 30px; */
    border-radius: 50%;
}

.owl-item.active.center {
    top: -15px;
}

.client_box {
    width: 100%;
    background-color: #85a900;
    height: auto;
    padding: 20px;
    border-radius: 10px;
    margin-top: 70px;
}

.looking_text {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 0px;
}

.dummy_text {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    padding-top: 20px;
}

.client_img {
    width: 50%;
    margin: 0 auto;
    position: relative;
    top: -70px;
}

.client_section.layout_padding .owl-carousel .owl-nav button.owl-next,
.client_section.layout_padding .owl-carousel .owl-nav button.owl-prev {
    background-color: #ffffff;
    margin: 0px 0px;
    width: 55px;
    height: 55px
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.client_section.layout_padding .owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/right-arrow1.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}

.client_section.layout_padding .owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/left-arrow1.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}

.client_section.layout_padding .owl-carousel .owl-nav button.owl-next:hover {
    background-size: 12px;
    background-image: url(../images/right-arrow.png);
    background-color: #85a900;
}

.client_section.layout_padding .owl-carousel .owl-nav button.owl-prev:hover {
    background-size: 12px;
    background-image: url(../images/left-arrow.png);
    background-color: #85a900;
}

.owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.owl-dots {
    display: none;
}


/* client section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding: 30px 0px 49px 0px;
    background-image: url("../images/contact-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #353434;
    font-weight: bold;
    padding-bottom: 50px;
    text-align: center;
    font-family: "Cairo", sans-serif;
}

.contact_section_2 {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.mail_section {
    width: 100%;
    float: left;
}

.mail_text {
    width: 100% !important;
    float: left !important;
    font-size: 16px !important;
    color: #0b0b0a !important;
    background-color: transparent !important;
    padding: 14px 15px !important;
    margin-top: 20px !important;
    border: 1px solid #2b2b18 !important;
}

.mail_text::placeholder {
    color: #000 !important;
}

.massage-bt {
    color: #000 !important;
    width: 100% !important;
    height: 57px !important;
    font-size: 16px !important;
    background-color: transparent !important;
    padding: 10px 15px 0px 15px !important;
    margin-top: 20px !important;
    border: 1px solid #2b2b18 !important;
}

textarea#comment.massage-bt::placeholder {
    color: #000;
}

.send_bt {
    width: 170px !important;
    margin: 0 auto !important;
    text-align: center !important;
    text-align: center !important;
    font-size: 18px !important;
    color: #fefefd !important;
    background-color: #85a900 !important;
    text-transform: uppercase !important;
    margin-top: 30px !important;
    display: block !important;
    border-radius: 40px !important;
}

.blog_all {
    margin: 0 auto;
    text-align: center;
}
/* .blog_alls{ background-image: url("../images/demo.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 550px;} */

.blog_all a:hover {
    background-color: #252525;
}

.blog_all a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fefefd;
    background-color: #85a900;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
    border-radius: 40px;
    padding: 11px 51px;
}

.send_bt:hover {
    color: #fefefd !important;
    background-color: #252525 !important;
}


/* contact section end */


/* blog section start */

.blog_section {
    width: 100%;
    float: left;
    padding: 90px 0px;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #353434;
    font-weight: bold;
    padding-bottom: 50px;
    text-align: center;
}

.blog_section_2 {
    width: 100%;
    float: left;
    background-image: url(../images/blog-img.png);
    height: auto;
    background-size: 100%;
    padding: 0px 0px 0px 0px;
}

.video_bt {
    width: 100%;
    padding: 155px 0px;
}

.play_icon img {
    width: 80px;
}

.play_icon {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    text-align: center;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 90px;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    background-color: rgb(133, 169, 0, 0.5);
    border-radius: 100%;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: 0px;
    margin: 0 auto;
    z-index: -1;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}


/* blog section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-image: url("../images/footerbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-bottom: 50px;
    background-position: center;
}

.footer_section_2 {
    width: 100%;
    float: left;
}

.useful_text {
    width: 100%;
    font-size: 19px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Cairo", sans-serif;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}

.location_text {
    font-size: 15px;
    width: 100%;
    color: #ffffff;
    float: left;
    margin-top: 5px;
}

.location_text a {
    /* width: 100%;
    float: left; */
    color: #ffffff;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

.location_text a:hover {
    color: #85a900;
}

/* .location_text a:hover {
    color: #85a900;
} */
.padding_left_15:hover {
    color: #85a900;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li a {
    font-size: 16px;
    color: #ffffff;
}

.footer_menu li.active a {
    color: #85a900;
}

.footer_menu li a:hover {
    color: #85a900;
}

span.padding_left_15 {
    padding-left: 15px;
}

.social_icon {
    width: 100%;
    float: left;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 22px;
    width: auto;
    margin-top: 10px;
}

.social_icon li a:hover {
    color: #85a900;
}

.update_mail {
    color: #ffffff;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: transparent;
    border: 1px solid #ffffff;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
}

textarea#comment.update_mail::placeholder {
    color: #ffffff;
}

.subscribe_bt {
    width: 140px;
    float: left;
    padding-top: 30px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0px;
    background-color: transparent;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    text-align: center;
}

.subscribe_bt a:hover {
    color: #85a900;
    background-color: transparent;
}


/* footer section end */


/* copyright section start */
.copyright_section {
    width: 100%;
    float: left;
    /* background-image: url("../images/footerbg.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    background: #0a1e02;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 15px 0px;
    color: #ffffff;
    text-align: center;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #85a900;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}


.tabs input[type=radio] {
    display: none;
}

.tabs label {
    transition: background 0.4s ease-in-out, height 0.2s linear;
    display: inline-block;
    cursor: pointer;
    color: #182625;
    width: 20%;
    height: 3em;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #FCFCFC;
    text-align: center;
    line-height: 3em;
    font-size: 17px;
}

.tabs label:last-of-type {
    border-bottom: none;
}

.tabs label:hover {
    background: #282d10;
    color: #ffffff;
}

@media screen and (max-width: 1600px) {
    .tabs label {
        width: 15%;
    }
}

@media screen and (max-width: 900px) {
    .tabs label {
        width: 20%;
    }
}

@media screen and (max-width: 600px) {
    .tabs label {
        width: 100%;
        display: block;
        border-bottom: 2px solid #C7C6C4;
        border-radius: 0;
    }
}

@media screen and (max-width: 600px) {
    .tabs {
        margin: 0;
    }
}

#tab1:checked+label,
#tab2:checked+label,
#tab3:checked+label,
#tab4:checked+label {
    background: #31664B;
    color: #FFFFFF;
}

.tab-content {
    position: absolute;
    top: -9999px;
    padding: 10px;
}

.tab-content-wrapper {
    background: #FCFCFC;
    border-top: #0e644a 5px solid;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
}

@media screen and (max-width: 600px) {

    .tab-content-wrapper,
    .tab1-content-wrapper {
        border: none;
        border-radius: 0;
    }
}

#tab1:checked~.tab-content-wrapper #tab-content-1,
#tab2:checked~.tab-content-wrapper #tab-content-2,
#tab3:checked~.tab-content-wrapper #tab-content-3,
#tab4:checked~.tab-content-wrapper #tab-content-4 {
    position: relative;
    top: 0px;
}

.title-all {
    margin-bottom: 30px;
}

.title-all {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    font-family: "Cairo", sans-serif;
}

.title-all p {
    color: #999999;
    font-size: 16px;
}

.products-box {
    float: left;
    height: auto;
    width: 100%;
    padding-top: 70px;
}




.card {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    height: auto;
    overflow: hidden;

}

.card>figure {
    width: 90%;
    margin: 20px auto 0 auto;
}

.card>figure>img {
    width: 100%;
}

.details {
    background-color: #FFF;
    border-radius: 10px;
    padding: 12px 20px;
    position: absolute;
    top: 77%;
    width: 100%;
    transition: box-shadow .3s ease-in-out, top .3s ease-in-out;
}

.card:hover .details {
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3);
    top: 36%;
}

.details>.min-details,
.details>.options,
.details>.options>.options-size,
.details>.options>.options-colors {
    margin-bottom: 20px;
}

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

.content {
    margin-top: -14px;
}

.min-details.text-center {
    margin-bottom: 30px;
    font-family: "Playwrite IT Moderna", cursive;
    font-weight: bold;
    color: #1d3e11;
    font-size: 21px;
}

.details>.min-details>span {
    color: #312828;
    display: block;
    font-size: 15px;
    font-weight: 500;
}

.details>.options h1 {
    margin-bottom: 5px;
}

.details>.options ul {
    list-style-type: none;
    display: flex;
}

.details>.options ul li {
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}

.options-size>ul>li {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-size: .7rem;
    font-weight: 900;
    text-transform: uppercase;
    transition: background-color .3s ease-in-out;
}

.options-size>ul>li:hover {
    background-color: #192a56;
}

.options-colors>ul>li {
    border: none;
}

.options-colors>ul>li:nth-child(1) {
    background-color: #FF1;
}

.options-colors>ul>li:nth-child(2) {
    background-color: #000;
}

.options-colors>ul>li:nth-child(3) {
    background-color: #FB0000;
}

.options-colors>ul>li:nth-child(4) {
    background-color: #FF69B4;
}

.options-colors>ul>li:nth-child(5) {
    background-color: #192a56;
}

.btn {
    background-color: #07400a;
    border-radius: 5px;
    color: #FFF;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    width: 100%;
    transition: box-shadow .3s ease-in-out, transform .3s ease-in-out;
}

.btn:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    transform: translateY(-2px);
    /* margin-top: -17px; */
    color: #151313;
    background: #fdfcfc;
    border: 2px solid green;
    background: #3bbd5c1a;
}



/* ashyagandha */

.product_title {
	font-size: 22px;
	color: #0b4007;
	font-family: "Playwrite IT Moderna", cursive;
	font-weight: bold;
	margin-top: 40px;
}

p {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #0d0a0ae8;
}

.para {
    font-size: 20px;
    font-weight: bold;
    color: #77a01d;
    font-family: "Noto Sans", sans-serif;
}

/* .gondha {
    width: 100%;
    float: left;
    background-image: url("../images/Untitled-1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 700px;
    margin-bottom: 40px;
} */



/* .read_sec {
    background-image: url("../images/demo.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 550px;
} */


/* garlic */

/* .garlic-section {
    width: 100%;
    float: left;
    background-image: url("../images/Untitled-2.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 700px;
    margin-bottom: 40px;
} */


/* about section */

 /* .about_sec {
    background-image: url("../images/demo.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 550px;
    margin-bottom: 43px;
} */

.about-tile {
	font-size: 26px;
	color: #0b4007;
	font-family: "Playwrite IT Moderna", cursive;
	font-weight: bold;
	margin-top: 40px;
}


/* zedoary */
/* .zedoary-section {
    background-image: url("../images/root.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 550px;
} */

.zero_title {
    font-size: 18px;
    font-weight: bold;
    color: black;
    font-family: "Playwrite IT Moderna", cursive;

}

.root_title {
    font-size: 20px;
    font-weight: bold;
    color: #77a01d;
    font-family: "Noto Sans", sans-serif;
}

.product_title_root {
    font-size: 27px;
    color: #0b4007;
    font-family: "Playwrite IT Moderna", cursive;
    font-weight: bold;
    margin-top: 30px;
}

/* blog */
.card {
	overflow: hidden;
	box-shadow: 0px 2px 20px #d7dfe2;
	background: white;
	border-radius: 0.5rem;
	position: relative;
	width: 100%;
	transition: 250ms all ease-in-out;
	cursor: pointer;
	margin-top: 19px;
}
#blog {
    float: left;
    width: 100%;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0px 2px 40px #d7dfe2;
}

.banner-img {
    position: absolute;
    object-fit: cover;
    height: 14rem;
    width: 100%;
}

.category-tag {
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    background: red;
    padding: 0.5rem 1.3rem 0.5rem 1rem;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 1rem;
    border-radius: 0 2rem 2rem 0;
}

.popular {
    background: #ef257a;
}

.technology {
    background: #651fff;
}

.psychology {
    background: #e85808;
}

/* .card-body {
    margin: 15rem 1rem 1rem 1rem;
} */

.blog-hashtag {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4d97b2;
}

.blog-title {
    line-height: 1.5rem;
    margin: 1rem 0 0.5rem;
}

.blog-description {
    color: #616b74;
    font-size: 0.9rem;
}

.card-profile {
    display: flex;
    /* margin-top: 2rem; */
    align-items: center;
}
ol, ul {
    margin: 0 !important;
}
.profile-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.card-profile-info {
    margin-left: 1rem;
}

.profile-name {
    font-size: 1rem;
}

.profile-followers {
    color: #616b74;
    font-size: 0.9rem;
}



.client_box a {
    font-size: 16px;
    background: #1d3e11;
    border: 2px solid #1d3e11;
    transition: ease-in all 0.5s;
    color: #fff;
    display: block;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    box-sizing: border-box;
    transition: 500ms ease-in-out;
}
.client_box a:hover{
    color: #1c1c1c;
    background-color: #fff;
    border: 2px solid #1d3e11;
}



.blog_butn {
	font-size: 15px;
	transition: ease-in all 0.5s;
	color: #222020;
	display: block;
	height: 53px;
	line-height: 58px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.blog_butn:hover {
	color: #374204;
transform:scale(1.1);
}

.goog-te-gadget {
    font-family: arial;
    font-size: 16px;
    color: #fbfbfb;
    white-space: nowrap;
}

.adrs_text a {
    font-size: 16px;
    color: white;
}

.adrs_text a:hover {
    color: #85a900;
}

iframe {
    width: 100%;
    height: auto;
}

/* turmeric */
/* .turmeric-sec{  background-image: url("../images/turmeric.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 550px;} */

    /* google transalor */

    .goog-te-gadget-icon {
        display:none;
      }
      
      .goog-te-gadget-simple {
        background-color: #00000030 !important;
        border: 0 !important;
        font-size: 13px;
        font-weight: 800;
        display: inline-block;
        padding: 10px 10px !important;
        cursor: pointer;
        zoom: 1;
        font-family: "Playwrite IT Moderna", cursive;
      
    }
    .goog-te-gadget-simple span {
        color: #fff !important;
    }

    .locations_text {
        color: #ffffff;
        font-size: 15px;
        font-family: "Poppins", sans-serif;
    }

    .locations_text a {
        /* width: 100%; */
        /* float: left; */
        color: #ffffff;
        font-size: 15px;
        font-family: "Poppins", sans-serif;
    }

    .locations_text a:hover {
        color: #ffd39a;
    }

    .locations_text span:hover {
        color: #f7ffd8;
    }
    .locations_text {
        padding: 9px 0px;
    }


    /* scrooll */
    .scroller {
        max-width: 100%;
      }
      
      .scroller__inner {
        padding-block: 1rem;
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
      }
      
      .scroller[data-animated="true"] {
        overflow: hidden;
        -webkit-mask: linear-gradient(
          90deg,
          transparent,
          white 20%,
          white 80%,
          transparent
        );
        mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
      }
      
      .scroller[data-animated="true"] .scroller__inner {
        width: max-content;
        flex-wrap: nowrap;
        animation: scroll var(--_animation-duration, 40s)
          var(--_animation-direction, forwards) linear infinite;
      }
      
      .scroller[data-direction="right"] {
        --_animation-direction: reverse;
      }
      
      .scroller[data-direction="left"] {
        --_animation-direction: forwards;
      }
      
      .scroller[data-speed="fast"] {
        --_animation-duration: 20s;
      }
      
      .scroller[data-speed="slow"] {
        --_animation-duration: 60s;
      }
      
      @keyframes scroll {
        to {
          transform: translate(calc(-50% - 0.5rem));
        }
      }
   
      
      .tag-list {
        margin: 0;
        padding-inline: 0;
        list-style: none;
      }
      
      .tag-list li {
        padding: 1rem;
        background: var(--clr-primary-400);
        border-radius: 0.5rem;
        box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);
      }
      
      /* for testing purposed to ensure the animation lined up correctly */
      .test {
        background: red !important;
      }
      
    
      /* blog */

      .blog_ul{display: flex;
       
   }
      .blog_ul li {
        /* padding: 0PX 20PX; */
        margin-right: 20px;
        color: #07400a;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-size: 15px;
        position: relative;
    }
    .blog_ul li::after {
        height: 3px;
        content: "";
        position: absolute;
        width: 23px;
        background-color: #392e2e40;
        rotate: -90deg;
        top: 12px;
    }
    .client_title {
        width: 100%;
        float: left;
        font-size: 40px;
        color: #242323;
        font-weight: bold;
        text-align: center;
        font-family: "Cairo", sans-serif;
        margin-top: 30px !important;
    }
    .root_title {
        font-size: 20px;
        font-weight: bold;
        color: #77a01d;
        font-family: "Noto Sans", sans-serif;
    }
    .side-bar-tag {
        list-style: none;
        margin: 0;
    }
    .side-bar-tag li {
        display: inline-block;
        padding: 7px 15px;
        margin: 5px;
        color: #020303;
        font-size: 14px;
        font-weight: 600;
        border: 1px solid #707070;
    }
    .side-bar-tag li a {
        color: #444;
    }