*{
    padding: 0;
    margin: 0;
}
html,body{
  font-family: 'Outfit', sans-serif;
  overflow-x: hidden;
    margin: 0;
}
::-webkit-scrollbar
{
  width: 8px;
	height:5px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb
{
  background-color: #0E5A37;
}
/* members-style */
.common_top_padding {
  padding-top: 40px;
}
.common_bottom_padding {
  padding-bottom: 40px;
}
.common_title {
  font-size: 28px;
  font-weight: 500;
  margin: 0;
}
.common_paragraph p {
  font-size: 16px;
  color: #000000B2;
  margin: 0;
}
#our_members p {
  width: 600px;
}
.mt-50 {
  margin-top: 40px;
}
.mb-50 {
  margin-bottom: 40px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-10{
  margin-bottom: 10px;
}
.m_img_wrap {
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
}
.m_img_wrap img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: all .5s linear;
}
.members_wrap{
  transition: all .5s linear;
}
.members_wrap:hover img{
  transition: all .5s linear;
  opacity: .8;
}
.m_detail_wrap span {
  color: #000000B2;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  width: 250px;
  margin-top: 5px;
}
.flex_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common_btn {
  color: #f96204;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #f96204;
  padding-bottom: 2px;
  transition: all .5s linear;
}
.common_btn:hover {
  color: #f96204;
}
.common_btn:hover iconify-icon{
  margin-left: 15px;
  transition: all .5s linear;
}
.common_btn iconify-icon{
  margin-left: 10px;
  font-size: 20px;
  transition: all .5s linear;
}
.crops_wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.crops_wrap ul li {
  width: 20%;
  float: left;
  padding: 0 10px;
}
.crops_wrap ul li a{
  text-decoration: none;
}
.crops_wrap ul li:first-child{
  padding-left: 0;
}
.crops_wrap ul li:last-child{
  padding-right: 0;
}
.crop_img {
  width: 100%;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  transition: all .5s linear;
}
.crop_img:hover img{
  opacity: .8;
  transition: all .5s linear;
}
.crop_img img{
  width: 100%;
  height: 100%;
  transition: all .5s linear;
  object-fit: cover;
}
.crop_name {
  text-align: center;
}
.subtitles{
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.credit_linkage {
  text-decoration: none;
  border: 1px solid #0E5A37;
  padding: 10px;
  display: inline-block;
  border-radius: 10px;
  width: 100%;
  min-height: 260px;
  transition:all .5s linear;
	margin-bottom: 25px;
}
.credit_linkage:hover {
  background: #ddf4ea;
  border: 1px solid #ddf4ea;
  transition:all .5s linear;
}
.cl_content h6 {
  margin-bottom: 10px;
}
.cl_img {
  border-radius: 10px;
  overflow: hidden;
}
.cl_img img{
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.text-centre {
  text-align: center;
}
.common_btn2 {
  color: #f96204;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_btn2 iconify-icon{
  margin-left: 8px;
  font-size: 24px;
}
.left_wrap {
  border-radius: 20px;
  overflow: hidden;
  height: 350px;
}
.left_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left_wrap img{
  width: 100%;
}
.blog_link ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.right_wrap {
  padding: 60px 0 0 50px;
}
.blog_link ul li a {
  text-decoration: none;
}
.date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.date p{
    color: #000000B2;
    font-size: 15px;
    margin: 0;
}
.blog_link ul li {
  padding: 10px  0px;
  border-bottom: 1px solid #0E5A3726;
  position: relative;
}
.blog_link ul li::after {
  position: absolute;
  left: -20px;
  top: 30px;
  content: '';
  background: #0E5A3759;
  width: 3px;
  height: 43px;
}
.blog_link ul li:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}
#hm_blog {
  display: inline-block;
  width: 100%;
}
.tab_content {
  border: 1px solid #0E5A37;
  width: fit-content;
  padding: 2px;
  border-radius: 6px;
  float: right;
  margin-bottom: 20px;
}
.tab_content li button {
  padding: 5px 20px;
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
}
.tab_content li button:hover{
  color: #000;
}
#details .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background: #0E5A37!important;
}
.tab_details ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.tab_details ul li {
  width: 20%;
  float: left;
  padding: 10px;
}
.tab_details ul li:first-child{
  padding-left: 0;
}
.tab_details ul li:nth-child(5){
  padding-right: 0;
}
.tab_details ul li:nth-child(6){
  padding-left: 0;
}
.tab_details ul li:last-child{
  padding-right: 0;
}
.tab_detial_wrap {
  background: #0e8a2c;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  transition: all .5s linear;
  padding: 20px;
}
.tab_detial_wrap img {
  width: 50px;
  margin-bottom: 20px;
}
.tab_detial_wrap h6 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 300;
}
.tab_detial_wrap:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all .5s linear;
}
.tab_detial_wrap h5 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}
#details {
  background: #F5FFFB;
}
footer {
  background: #0E5A37;
  padding-bottom: 20px;
}
.ftr_title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}
.footer_menu a {
  text-decoration: none;
  color: #fff;
  font-weight: 100;
  line-height: 36px;
  font-size: 16px;
}
.footer_address a {
  display: flex;
  text-decoration: none;
  color: #fff;
  font-weight: 100;
  line-height: 25px;
  font-size: 16px;
  margin: 10px 0px;
}
.footer_address a iconify-icon {
  margin-right: 10px;
  font-size: 18px;
  margin-top: 3px;
}
.social_media a {
  color: #fff;
  font-size: 16px;
  border: 1px solid #B6B6B6;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
  transition: all .5s linear;
}
.social_media a:hover {
  background: #fff;
  color: #0e5a37;
  transition: all .5s linear;
}
.break_tag {
  color: #FFFFFF26;
  margin-top: 40px;
}
.copy_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copy_right a{
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}
.ftr_right {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}
.ftr_right p{
  color: #fff;
  font-size: 16px;
  margin: 0;
  font-weight: 100;
}
.dot {
  width: 5px;
  height: 5px;
  display: flex;
  border-radius: 50%;
  background: #fff;
  margin: 0 15px;
}
.ftr_left {
  display: flex;
  align-items: center;
}
.cta_wrap{
/*   background-image: url(../images/cta.jpg); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
  overflow: hidden;
  padding: 80px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.cta_right {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta_wrap h2 {
  color: #fff;
  font-weight: 300;
  width: 550px;
  font-size: 38px;
}
.cta_left a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
}
.cta_right button {
  width: 50px;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  font-size: 30px;
  animation: pulse-animation 2s infinite;
  border: 0;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.315);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
.cta_right a {
  color: #fff;
  text-decoration: none;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 300;
}
#common_banner {
  height: 250px;
  display: flex;
  align-items: center;
  text-align: center;
}
.common_caption {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  color: #000000;
  width: 620px;
  margin: auto;
}
#common_banner .container{
   position: relative;
}
.about_img {
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}
.about_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enquiry_form {
  background: #0E5A37;
  padding: 50px;
  margin-left: 50px;
  margin-right: 20px;
}
.enquiry_input {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: 1px solid #ffffff45;
  margin-bottom: 20px;
  outline: none;
  box-shadow: none;
}
.enquiry_input::placeholder{
  font-size: 15px;
  font-weight: 400;
  color: #ffffff45;
}
.enquiry_submit {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  border: 0;
}
.about_content h4 {
  width: 440px;
  margin-bottom: 20px;
}
.enquiry_form h4 {
  color: #fff;
}
.enquiry_form p{
  color: #fff;
  margin-bottom: 20px;
  font-weight: 200;
}
.about_our_members .members_wrap {
  margin-bottom: 20px;
}
.cl_content p {
  color: #000000B2;
}
#resources .credit_linkage{
  min-height: 310px;
  margin-bottom: 20px;
}
#resources .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background: #0A945426!important;
  color: #0E5A37;
  padding: 10px;
  font-weight: 500;
  border-radius: 5px;
}
#resources .nav-link {
  color: #000000B2;
  font-size: 16px;
  padding: 10px 10px!important;
  text-align: left;
}
#resources #v-pills-tab {
  border: 1px solid #DADADA;
  padding: 10px;
  border-radius: 5px;
  height: 100%;
}
.handburder {
  display: flex;
  align-items: center;
  position: absolute;
  top: -60px;
}
.active_hb {
  color: #0e5a37!important;
}

.handburder a {
  text-decoration: none;
  color: #00000052;
  font-size: 16px;
  text-transform: capitalize;
}
.handburder iconify-icon{
  margin: 0 5px;
  font-size: 20px;
  color: #00000052;
}
.input_wrap {
  border: 1px solid #00000024;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.contact_input {
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 0;
}
.contact_input::placeholder{
  text-transform: capitalize;
  color: #00000085;
  font-size: 15px;
}
.input_wrap label {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.contact_submit {
  background: transparent;
  border: 1px solid #0e5a37;
  color: #0e5a37;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
}
.contact_left h3 {
  margin-bottom: 10px;
}
.contact_left{
  margin-right: 50px;
}
.google_frame {
  height: 350px;
  overflow: hidden;
  border-radius: 5px;
}
.google_frame iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.address_wrap {
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
  min-height: 205px;
}
.address_wrap h6 {
  text-transform: capitalize;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #0e5a37;
  justify-content: center;
}
.address_wrap h6 img {
  width: 35px;
  margin-right: 10px;
  filter: grayscale(1);
}
#contact_address {
  background: #0000000a;
}
.contact_list {
  display: flex;
  text-decoration: none;
  margin: 50px 0px;
}
.contact_list img {
  width: 30px;
  margin-right: 20px;
}
.contact_list h6 {
  text-transform: capitalize;
  color: #000;
  font-size: 19px;
  margin-bottom: 5px;
}
.contact_list a{
  color: #00000094;
  font-size: 18px;
  display: flex;
  text-decoration: none;
}
.blog_img {
  width: 30%;
  float: left;
  height: 150px;
  overflow: hidden;
  border-radius: 5px;
}
.blog_title {
  color: #545454;
  font-size: 20px;
  font-weight: 400;
}
.blog_category {
  color: #0e5a37;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  width: 270px;
  margin-top: 5px;
  border: 1px solid #0e5a3747;
  width: fit-content;
  padding: 3px 10px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 10px;
}
.blog_content {
  width: 70%;
  float: right;
  padding-left: 20px;
}
.blog_wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #00000012;
  border-radius: 8px;
}
.blog_right .enquiry_form {
  margin: 0;
}
.blog_main_img {
  height: 350px;
  border-radius: 5px;
  overflow: hidden;
}
.blog_main_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
	    object-position: top;
}
.blog_main_content h6 {
  font-size: 26px;
  width: 500px;
  font-weight: 400;
}
.recent_blogs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.recent_blogs ul li a .blog_img {
  height: 100px;
}
.recent_blogs h5 {
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 400;
}
.blog_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_main_content p {
  margin-bottom: 20px;
}

/* galley-style */
.gallery__list {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.gallery__item {
  width: calc(95% / 3);
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
}
.gallery__item:not(:nth-child(-n+3)) {
  margin-top: 20px;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__item a {
  transition: .5s;
}
.gallery__item a:hover {
  filter: opacity(0.7);
}
.gallery__item a:hover img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
/* scheme */
.tab_left ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tab_left {
  border: 1px solid #DADADA;
  padding: 10px;
  border-radius: 5px;
}
.tab_left ul li {
  padding: 10px 10px!important;
  text-align: left;
}
.tab_left ul li a{
  color: #000000B2;
  font-size: 16px;
  text-decoration: none;
	    display: block;
}
.tab_left ul .active{
  background: #0A945426!important;
  border-radius: 5px;
}
.tab_left ul .active a{
  color: #0E5A37;
  font-weight: 500;
}
.scheme_wrap span {
  justify-content: left;
  margin-top: 10px;
}
.scheme_wrap {
  text-decoration: none;
  border: 1px solid #0E5A37;
  padding: 10px;
  display: inline-block;
  border-radius: 10px;
  width: 100%;
  height: 290px;
  transition: all .5s linear;
  margin-bottom: 20px;
}
.scheme_wrap:hover {
  background: #ddf4ea;
  border: 1px solid #ddf4ea;
  transition: all .5s linear;
}
.category {
  color: #0e5a37;
  font-size: 12px;
  line-height: 20px;
  width: 270px;
  margin-top: 5px;
  border: 1px solid #0e5a3747;
  width: fit-content;
  padding: 3px 10px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 10px;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.scheme_date {
  font-size: 14px;
  color: #0000008a;
}
.scheme_download {
  color: #0e5a37;
  font-size: 20px;
  text-decoration: none;
  transition:all .5s linear;
}
.scheme_download:hover{
  color: #000;
}
.download_icon{
  animation: bounce 0.75s linear infinite;
  display: none;
  transition:all .5s linear;
}
.scheme_wrap:hover .download_icon{
  display: block;
  transition:all .5s linear;
}
.scheme_wrap:hover .file_icon{
  display: none;
  transition:all .5s linear;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}
.downlod_btn {
    background: #0a94540f;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 2px 10px;
    border-radius: 5px;
    color: #0E5A37;
    font-weight: 600;
    font-size: 12px;
    border: 1px solid #0e5a3726;
}
.downlod_btn:hover{
  color: #0E5A37;
}
.downlod_btn iconify-icon {
  margin-right: 10px;
  font-size: 18px;
  animation: bounce 0.75s linear infinite;
}
.credit_linkage a {
  margin: auto;
}
.gall_wrap {
    height: 250px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    transition: all .5s linear;
    width: 100%;
    margin-bottom: 20px;
}
.gall_wrap:hover img{
  transform: scale(1.03);
  transition: all .5s linear;
}
.gall_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s linear;
}
.gal_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  display: flex;
  align-items: end;
  background: linear-gradient(3deg, #00000099, transparent);
  justify-content: space-between;
}
.gal_content h6 {
  margin: 0;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  width: 160px;
}
.gal_content a {
  color: #fff;
  font-size: 22px;
  display: flex;
}
.scheme_img {
  border-radius: 10px;
  overflow: hidden;
  height: 160px;
  margin-bottom: 10px;
}
.scheme_img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.social {
  position: fixed;
  top: 30%;
  z-index: 9;
  right: 0;
}
.social ul {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
.social ul li {
  display: block;
  background: #f96204;
  width: 45px;
  height: 45px;
  text-align: right;
  padding: 10px;
  border-radius: 10px 0px 0px 10px;
  transition: all 1s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social ul li #phone:hover{
  background-color: #1DA1F2;
}
.social ul li #email:hover{
  background-color: #3A559F;
}
.social ul li #whatsapp:hover{
  background-color: #C11A76;
}
.social ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: end;
  animation: coccoc-alo-circle-img-anim 3s infinite ease-in-out;
}
@keyframes coccoc-alo-circle-img-anim {
  0% {
      transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
      transform: rotate(-.5deg) scale(1) skew(1deg)
  }
  20% {
      transform: rotate(.5deg) scale(1) skew(1deg)
  }
  30% {
      transform: rotate(-.5deg) scale(1) skew(1deg)
  }
  40% {
      transform: rotate(.5deg) scale(1) skew(1deg)
  }
  50% {
      transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
      transform: rotate(0) scale(1) skew(1deg)
  }
}
.social ul li i{
  text-align: center;
  color: #000;
  margin-left: 14px;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  transform: rotate(0deg);
}
.social ul li:hover iconify-icon{
  transform: rotate(360deg);
  transition: all 1s;
}
.tab_right table tr th {
  color: #ffffff;
  font-size: 14px;
  background: #0e5a37;
  font-weight: 400;
}
.tab_right table tr td {
  font-size: 14px;
  color: #000000b2;
}
.tab_right1 table tr th {
  color: #ffffff;
  font-size: 14px;
  background: #0e5a37;
  font-weight: 400;
}
.tab_right1 table tr td {
  font-size: 14px;
  color: #000000b2;
}
.t_download {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #daefe6;
  color: #0e5a37;
  border-radius: 5px;
  font-size: 17px;
  border: 1px solid #0e5a374d;
}
.s_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s_img {
  height: 300px;
  margin-bottom: 20px;
}
.scheme_details_left .common_title {
  margin-bottom: 20px;
  width: 450px;
}
.scheme_details_right ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px;
}
.scheme_details_right {
  border: 1px solid #DADADA;
  padding: 10px;
  border-radius: 5px;
  margin-left: 20px;
}
.scheme_details_right ul li a {
  text-decoration: none;
  color: #000000b2;
  font-size: 15px;
}
.scheme_details_right ul li {
  padding: 10px 0px 10px 25px;
  border-bottom: 1px solid #0000000d;
  position: relative;
}
.scheme_details_right ul li::after {
  position: absolute;
  left: 0;
  top: 15px;
  width: 15px;
  height: 15px;
  content: '';
  background: url(https://api.iconify.design/ep/d-arrow-right.svg?color=%230e5a37) no-repeat center center / contain;
}
.scheme_details_right ul li:first-child{
  padding-top: 0;
}
.scheme_details_right ul li:last-child{
  padding-bottom: 0;
  border-bottom: 0px;
}
#product_category {
  width: 60%;
  margin: auto;
}
#product_category .accordion-button:not(.collapsed) {
  background-color: #0e5a37;
  color: #fff;
}
#product_category .accordion-button{
  box-shadow: none;
  outline: none;
}
.product_profile {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}
.product_profile img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accordian_btn {
  display: flex;
  align-items: center;
}
.product_description {
  margin-left: 20px;
  width: 60%;
}
.product_description p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
#product_category .accordion-button:not(.collapsed) p{
  color: #fff;
}
#product_category .accordion-button:not(.collapsed)::after {
  filter: grayscale(1) invert(1);
}
.product_table table tr th {
  font-weight: 600;
  font-size: 14px;
}
.product_logo {
  width: 70px;
}
.tab_right table tr th:nth-child(1) {
  width: 85px;
}
.tab_right table tr th:nth-child(2) {
  width: 170px;
}
.tab_right table tr th:nth-child(3) {
  width: 400px;
}
.tab_right table tr th:nth-child(4) {
  width: 120px;
}
.tab_right table tr th:nth-child(5) {
  width: 120px;
}
.tab_right table tr th:nth-child(6) {
  width: 80px;
}

.tab_right1 table tr th:nth-child(1) {
  min-width: 45px;
}
.tab_right1 table tr th:nth-child(2) {
  min-width: 170px;
}
.tab_right1 table tr th:nth-child(3) {
  min-width: 120px;
}
.tab_right1 table tr th:nth-child(4) {
  min-width: 400px;
}
.tab_right1 table tr th:nth-child(5) {
  min-width: 120px;
}
.tab_right1 table tr th:nth-child(6) {
  min-width: 80px;
}
.tab_right table tr td .downlod_btn iconify-icon {
  margin: 0;
}
#counter .price:before {
  content: "₹";
  display: inline-block;
}
.map_img img {
  width: 100%;
  height: 100%;
}
.map_details ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.map_details ul li {
  float: left;
  width: 33%;
  display: flex;
  align-items: center;
  margin: 5px 0px;
}
.map_details ul li:nth-child(1):before{
	content:"";
  background: #84e07e;
  border: 4px solid #c3e7c0;
	width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}
.map_details ul li:nth-child(2):before{
	content:"";
  background: #ff0066;
  border: 4px solid #e781aa;
	width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}
.map_details ul li:nth-child(3):before{
	content:"";
  	background: #c66baf;
  	border: 4px solid #e7a0d5;
	width: 20px;
  	height: 20px;
  	border-radius: 50%;
  	margin-right: 10px;
}
.map_details ul li:nth-child(4):before{
	content:"";
  	background: #7bea05;
 	border: 4px solid #c3e79c;
	width: 20px;
  	height: 20px;
  	border-radius: 50%;
  	margin-right: 10px;
}
.map_details ul li:nth-child(5):before{
	content:"";
  	background: #8cd5f7;
  	border: 4px solid #b5daeb;
	width: 20px;
  	height: 20px;
  	border-radius: 50%;
  	margin-right: 10px;
}
.map_details ul li span{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}
.map_details {
  margin-left: 20px;
}
.map_details h6 {
  margin: 10px 0px;
}
#map_section {
  background: #F5FFFB;
}
.product_table table tr th:nth-child(1) {
  width: 200px;
}
.product_table table tr td {
  font-size: 14px;
  color: #000000b2;
}
.product_table table tr th {
  color: #000000;
  font-size: 14px;
  background: #c7c7c7;
  font-weight: 400;
}
.text_orange {
  color: #0e5a37;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.gal_content span {
  color: #fff;
  font-size: 20px;
}
.recent_news_wrap h6 {
  font-size: 17px;
  font-weight: 600;
}
.masonry {
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  margin: 1.5em;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: 0.85em;
}
.masonry .item {
  display: inline-block;
  background: #fff;
  padding: 1.5em;
  margin: 0 0 1.5em;
  width: 100%;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.05);
}
.masonry .item img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  object-fit: cover;
  margin-bottom: 15px;
}
@media only screen and (max-width: 320px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 1320px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
.masonry .item h5 {
  font-size: 18px;
  color: #000;
  margin-left: 15px;
}
.masonry .item p{
  text-align: justify;
  font-size: 14px;
}
.testi_profile {
  display: flex;
  align-items: center;
}
.input_wrap textarea {
    height: 70px;
}
.enquiry_form textarea.enquiry_input {
    height: 70px;
}
.about_content p {
    margin-bottom: 20px;
}

/* 404 */
.four-not-four {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .error {
    width: 100%;
    height: 400px;
    margin: auto;
    margin: 0px auto;
  }
  .error img {
    width: 600px;
    height: 100%;
    object-fit: contain;
  }
  .error-text {
    width: 100%;
    text-align: center;
    margin-top: 0px;
  }
  .error-text h2 {
    font-size: 32px;
    font-weight: 700;
    color: #e66528;
    text-transform: uppercase;
    margin: 0px 0px 5px;
  }
  .error-text p{
    font-size: 14px;
    color: #0000009d;
    font-weight: 400;
    margin: 0;
  }
  .error-text a {
    text-decoration: none;
    font-weight: 600;
    background: #0E5A37;
    align-items: center;
    color: #ffffff;
    padding: 12px 40px;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 5px;
  }
  @media(max-width: 575px){
    .error{
        height: unset;
        text-align: center;
    }
    .error img{
        height: unset;
        width: 70%;
    }
    .error-text h2 {
        font-size: 24px;
    }
  }
.handburder img {
    width: 14px;
    margin: 0 9px;
    position: relative;
    top: 2px;
    opacity: 0.5;
}
.credit_linkage .subtitles {
    min-height: 45px;
}

#mobileMenu{
	display:none;
}
.mobtabmenu > button#menuButton {
    border: none;
    background-color: #0e5a37;
    color: #fff;
    padding: 5px 12px;
    margin-left: 10px;
    border-radius: 10px;
}
.mobtabmenu {
    display: flex;
    align-items: center;
}
.tab_left {
    margin-bottom: 30px;
}
.mobtabmenu h4 {
    margin: 0;
}
.mobtab ul {
    padding-top: 20px;
}
#testimonial-pg .downlod_btn iconify-icon {
    margin: 0;
}
.knw_bnk img {
    width: 100%;
}
.mb-30{
	margin-bottom:30px;
}
.view_btn {
    background: #f9620412;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 2px 10px;
    border-radius: 5px;
    color: #f96204;
    font-weight: 600;
    font-size: 12px;
    border: 1px solid #f9620426;
}
.view_btn:hover{
	color: #f96204;
}
.view_btn iconify-icon {
    margin-right: 10px;
    font-size: 18px;
}
.btn_flex {
    display: flex;
}
#credit_linkage .credit_linkage .cl_content {
    min-height: 95px;
}
.blog_main_content a {
    color: #de5704;
    text-decoration: none;
}
.galdet h1 {
    width: 80%;
}
.enquiry_form .wpcf7-response-output {
    color: #fff;
    font-size: 13px;
}
.common_title1 {
    font-size: 24px;
    font-weight: 400;
}
.w16{
	width: 16px!important;
}
.btn_flex1 {
    display: flex;
    justify-content: space-evenly;
}
.upcomingevents .credit_linkage .cl_img img {
    object-position: top;
}