/*font Variables*/
/*Color Variables*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800");
@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");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Open+Sans:300,400,400i,600,700,800");

@import url('page-css/header.css');
@import url('page-css/services-page-style.css');
@import url('page-css/team-page-style.css');
@import url('page-css/testimonials-page-style.css');
@import url('page-css/faq-page-style.css');
@import url('page-css/blog-pages-style.css');
@import url('page-css/priceing.css');
@import url('page-css/contact-page-style.css');
@import url('page-css/footer-one.css');
@import url('hover.css');
@import url('animate.css');

.col-md-offset-right-1 {
  margin-right: 8.33333333%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
ul {
  list-style: none;

}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}

h1 {
  font-size: 30px;
  color: #000;
}

p {
  font-size: 16px;
  color: #222;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

.padd-r-none {
  padding-right: 0;
}

.padd-l-none {
  padding-left: 0;
}

.mr-btm-0 {
  margin-bottom: 0 !important;
}

.mb-60 {
  margin-bottom: 45px;
}

.brd-r-0 {
  border-right: 0 !important;
}

body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #898989;
}

a.navbar-brand {
  width: 210px;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}

.image_thumb {
  overflow: hidden;
  /*display: inline-block;*/
  position: relative;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 0px 17px #d2cfcf;
  background-color: #FFF;
  padding: 6px;
  width: 100%;
}

.image_thumb:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
}

.image_thumb img {
  width: 100%;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.image_thumb:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image_thumb:hover:before {
  opacity: 1;
}

#success {
  display: none;
}

#error {
  display: none;
}

.display_table {
  display: table;
  width: 100%;
}

.display_table_row {
  display: table-row;
}

.display_table_cell {
  display: table-cell;
  float: none !important;
}

iframe {
  border: none;
}

i:before {
  margin-left: 0px !important;
}

.btn-full {
  width: 100% !important;
  display: inline-block;
  text-align: center;
}

.btn-xlg {
  padding: 15px 50px
}

.btn-lg {
  padding: 12px 30px;
  display: inline-block;
}

.btn-md {
  padding: 11px 20px;
  display: inline-block;
  margin-top: 10px;
}

.btn-xs {
  padding: 11px 15px 10px;
  display: inline-block;
}

.theme_btn {
  display: inline-block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #FFF;
  background: #000;
  /*height: 48px;
  padding: 0px;
  width: 164px;*/
  border-radius: 0px;
  /*line-height: 46px;*/
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  z-index: 2;
  font-size: 14px;
  letter-spacing: .28px;
  margin-top: 10px;
  text-align: center;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  border: 0;
}

.theme_btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(56, 71, 22, .8);
  left: 0px;
  top: 0px;
  display: block;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scalex(0);
  -ms-transform: scalex(0);
  transform: scalex(0);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  border-radius: 10px;
}

.theme_btn:hover {
  color: #fff;
}

.theme_btn:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.black_btn {
  display: inline-block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #000;
  background: #FFF;
  /*height: 48px;
  padding: 0px;
  width: 164px;*/
  border-radius: 0px;
  /*line-height: 46px;*/
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  z-index: 2;
  font-size: 14px;
  letter-spacing: .28px;
  text-align: center;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.black_btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #29282e;
  left: 0px;
  top: 0px;
  display: block;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scalex(0);
  -ms-transform: scalex(0);
  transform: scalex(0);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.black_btn:hover {
  color: #fff;
}

.black_btn:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Main title css
============================================================================================ */
.sec_middle_title {
  text-align: center;
  max-width: 1040px;
  margin: auto;
}

.sec_middle_title h2 {
  font-size: 30px;
  color: #384716;
  font-weight: bold;
  /*text-transform: uppercase;*/
  letter-spacing: .90px;
  padding-bottom: 7px;
}

.sec_middle_title h2 span {
  color: #749841;
}

.sec_middle_title p {
  font-size: 15px;
  line-height: 28px;
  /*color: #898989;*/
  color: #000;
  letter-spacing: .34px;
}

.section_title {
  padding-bottom: 45px;
}

.section_title h2 {
  font-size: 28px;
  color: #384716;
  text-align: center;
  font-weight: 700;
  /*text-transform: uppercase;*/
  letter-spacing: .84px;
}

.section_title p {
  font-size: 17px;
  line-height: 28px;
  /*color: #898989;*/
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  padding-top: 20px;
}

.section_w_title {
  padding-bottom: 40px;
}

.section_w_title h2 {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .84px;
}

.section_w_title p {
  font-size: 17px;
  line-height: 28px;
  color: #898989;
  font-weight: normal;
  padding-top: 20px;
}


/*--banner--*/
.main_banner_area {
  /*height: 655px;*/

  background: url(../img/resource/main-banner-bg.png);
  background-size: cover !important;
  background-position: left;
  height: 640px;
  width: 100%;
}

.main_banner_area .overlay {
  /*background-color: rgb(0, 42, 86, 0.9);*/
  background-color: rgb(0, 104, 175, 0.2);
  /*padding-bottom: 106px;*/
  height: 100%;
}

.banner_text {
  width: 100%;
  float: left;
  padding-top: 115px;
}

.banner_text span {
  display: inline-block;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  padding: 10px 0px;
}

.banner_text h1 {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  margin: 12px 0px 18px;
}

.banner_text p {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

.banner_text>ul {
  margin-top: 30px;
}

.banner_text>ul>li {
  list-style: none;
  line-height: 42px;
}

.banner_text>ul>li>a {
  display: block;
  padding: 0px;
  margin: 0px;
}

.banner_text>ul>li>a span {
  width: 20px;
  height: 20px;
  float: left;
  padding: 0px 0px 0px 0px;
  color: #FFF;
  font-size: 22px;
}

.banner_text>ul>li>a p {
  margin-left: 30px;
  font-size: 18px;
  font-weight: 500;
  padding-top: 7px;
}

.banner_text .theme_btn {
  background: transparent;
  border: 1px solid #FFF;
  margin-top: 50px;
  font-size: 16px;
  font-weight: 500;
}

.banner_text .theme_btn::before {
  background: rgba(56, 71, 22, .8);
}

.banner_text .theme_btn:hover {
  border-color: rgba(56, 71, 22, .8);
  color: #fff;
}

/*--fomr--*/
.form_container {
  padding-top: 112px;
}

.form_banner {
  position: absolute;
  /*bottom: 0px;*/
  left: 0px;
  z-index: 1;
  right: 0;
}

.form_main {
  float: right;
  width: 360px;
  background: #f4f2f2;
  margin-right: -30px;
  position: relative;
  z-index: 1;
}

.form_heading {
  background: #d0d4da;
  color: #384716;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0px;
}

.men_images {}

.men_images img {
  width: 379px !important;
  right: 275px;
  position: absolute;
  top: 109px;
}

.form_grid_button {
  text-align: left;
  padding: 15px 20px;
}

.banner_form_sec {
  text-align: center;
  padding: 30px 0px 25px;
}

.banner_form_sec .form_grid {
  display: flex;
  margin-bottom: 15px;
  height: 100%;
  padding: 0px 20px;
}

.banner_form_sec .form_grid input {
  width: 100%;
  padding: 0px 10px;
  border-radius: 3px;
  border: none;
  background: #fff;
  height: 40px;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
  mix-blend-mode: darken;

}

.banner_form_sec .form_grid textarea {
  width: 100%;
  padding: 0px 10px;
  border-radius: 3px;
  border: none;
  background: #fff;
  height: 100px;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
  mix-blend-mode: darken;

}

.banner_form_sec .sub_b_btn {
  display: inline-block;
  height: 48px;
  /*font-family: "Montserrat", sans-serif;*/
  border: 1px solid rgba(56, 71, 22, .8);
  background-color: rgba(56, 71, 22, .8);
  border-radius: none;
  text-align: center;
  padding: 0px 30px;
  -webkit-transition: all 300ms linear !important;
  -o-transition: all 300ms linear !important;
  transition: all 300ms linear !important;
  line-height: 46px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .28px;
  position: relative;
  z-index: 2;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.banner_form_sec .sub_b_btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
  left: 0px;
  top: 0px;
  display: block;
  z-index: -1;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform: scalex(0);
  -ms-transform: scalex(0);
  transform: scalex(0);
}

.banner_form_sec .sub_b_btn:hover {
  border-color: #000;
  color: #fff;
}

.banner_form_sec .sub_b_btn:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*--fomr--*/

/*--banner--*/


/*--about_us--*/
.about_us {
  padding: 35px 0px 35px 0px;
}

.about_us.plumb2 {
  background: #f2f2f2;
}

.about_left_content h1 {
  font-size: 30px;
  font-weight: 700;
  color: #384716;
  /*text-transform: uppercase;*/
  margin-bottom: 13px;
}

.about_left_content p {
  line-height: 27px;
  /*color: gray;*/
  color: #000;
  font-size: 15px;
  text-align: justify;
}

.about_left_content .theme_btn {
  background: transparent;
  border: 1px solid #000;
  margin-top: 35px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.about_left_content .theme_btn::before {
  background: rgba(56, 71, 22, .8);
}

.about_left_content .theme_btn:hover {
  border-color: rgba(56, 71, 22, .8);
  color: #fff;
}

.botton_about {

  background-image: url(../img/resource/ab-bg.jpg);
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 185px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 20px;
  transition: 0px;
  transition:
}

.botton_about .overlay {
  height: 100%;
  /*background-color: rgba(56, 71, 22,0.9);*/
  background-color: rgb(25 37 17);
  padding: 15px;
}

.bottom_about_content {
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bottom_about_content p {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  line-height: 40px;
}

.image_about img {
  width: 100%;
}

/*--about_us--*/

/*--about_us_bottom_section--*/
.service_plumb2 {
  padding: 100px 0px 0px;
  position: relative;
}

.service_plumb2::after {
  content: "";
  width: 100%;
  position: absolute;
  background-image: url(../img/images/serv_bottom.html);
  height: 23px;
  left: 0;
  right: 0;
  top: 0;
}

.plumb_pd1_left h3 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}

.plumb_pd1_left {
  padding-right: 75px;
}

.plumb_pd1_right {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  width: 100%;
}

.plumb_pd1_right img {
  width: 100%
}

.plumb_pd2_left h3 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}

.plumb_pd2_left {
  padding-left: 75px;
}

.plumb_pd2_right {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  width: 100%;
}

.plumb_pd2_right img {
  width: 100%
}

.plumb_serv_main {
  margin-bottom: 100px;
}

/*--about_us_bottom_section--*/

.slider_client {
  padding: 95px 0 88px;
  background-color: #016cb2;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
}

.slider_client::after {
  content: "";
  width: 100%;
  position: absolute;
  background-image: url(../img/resource/blu_line.png);
  height: 23px;
  left: 0;
  right: 0;
  bottom: -20px;
}

.heading_work {
  text-align: center;
  font-size: 30px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 50px
}

.slider_cont {
  margin-top: 50px;
  text-align: center;
  width: 1024px;
  margin: 0 auto
}

.slider_cont p {
  color: #FFF;
}

.corner_rg {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 40px;
}

.cor_left {
  overflow: hidden;
  width: 110px;
  border-radius: 100px;
  height: 110px;
  border: 5px solid#b4dffb;
}

.corl_right {
  padding: 30px 20px;
}

/*--about_us_bottom_section--*/
/*--wye_sec--*/
.wye_sec {
  padding: 100px 0px 60px;
}

.tem_content {
  text-align: center;
  padding: 40px 0px;
  width: 760px;
  margin: 0 auto;
}

.tem_content h3 {
  font-size: 30px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.tem_content p {
  color: #000;
}

.tem_list>ul {
  margin-top: 70px;
  width: 50%;
  float: left;
}

.tem_list>ul>li {
  width: 100%;
  text-align: left;
  margin-bottom: 15px
}

.second_list {
  padding-left: 70px
}

/*.tem_list > ul > li:nth-child(even){text-align: right;}
.tem_list > ul > li:nth-child(even) span{display: inline-block; float: none;}
.tem_list > ul > li:nth-child(2n) p {display: inline-block;argin-left: 5px;}*/
.ima_why {
  text-align: center;
}

.tem_list span {
  width: 19px;
  float: left;
}

.tem_list p {
  color: #132b4e;
  margin-left: 23px;
  font-size: 18px;
  font-weight: 500
}


/*--wye_sec-end-*/

/*--services--*/

.heading_serv {
  background: #fff;
  border: 1px solid #ebf0f6;

}

.out_services {
  padding: 0px 0px 30px;
  /*background: #f1f4f9;*/
  background: #ffffff;

}

.numb {
  /*float: right;width: 570px;*/
  padding: 20px 0px;
}

.border_all {
  border-right: 1px solid#ebebeb;
}

.heading_serv h3 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  padding: 31px 0px;
}

.munber {
  float: left;
  padding-left: 214px;
}

.munber span {
  font-size: 16px;
  font-weight: 500;
  color: #384716;
}

.munber a {
  font-size: 26px;
  color: #384716;
  font-weight: bold;
  display: block;
  text-align: center;
  font-style: "Helvetica Neue", sans-serif;
}

a.mumber_button {
  display: block;
  float: right;
  font-size: 16px;
  font-weight: 600;
  background: rgba(56, 71, 22, .8);
  border-radius: 4px;
  border-bottom: 3px solid #384716;
  padding: 10px 40px;
  color: #fff;
  /*margin-right: -30px; position: relative;*/
}


/*--tab--*/

/* Style the tab */
.ser_tab_main .tab {
  overflow: hidden;
  float: left;
  width: 293px
}

/* Style the buttons inside the tab */
.ser_tab_main .tab button {
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  background: #192511;
  color: #fff;
  text-align: left;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  /*text-transform: uppercase;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.ser_tab_main .tab button span {
  float: right;
}

.ser_tab_main .tab .tab button::before {
  display: none;
}

/* Change background color of buttons on hover */
.ser_tab_main .tab button:hover {
  background-color: rgba(56, 71, 22, .8);
}

/* Create an active/current tablink class */
.ser_tab_main .tab button.active {
  background-color: rgba(56, 71, 22, .8);
}

/* Style the tab content */
.ser_tab_main .tabcontent {
  padding: 6px 12px;
  border: none;
  border-top: none;
  margin-left: 300px;
  padding-top: 20px;
}

/* Style the close button */
.ser_tab_main .topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.ser_tab_main .topright:hover {
  color: red;
}

.outer_tab {
  background: #fff;
  padding: 30px;
}

.tab_images img {
  width: 100%;
}

.tab_images {
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.3);
}

.outer_tab {
  background: #fff;
  padding: 30px 30px 0px;
  border-radius: 10px;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
}

.tab_content {
  margin-top: 30px
}

.tab_content h3 {
  font-size: 23px;
  color: #384716;
  font-weight: 600;
}

.tab_content span {
  font-size: 15px;
  /*color: #696969;*/
  color: #000;
  padding: 10px 0px;
  font-weight: 400;
  display: block;
  line-height: 28px;
}

.tab_content h4 {
  font-weight: 600;
  font-size: 18px;
  color: #384716;
  margin-bottom: 9px;
}

.tab_content p {

  color: #000;
  line-height: 30px;
  font-size: 14px;

}

.tab_content {
  margin-bottom: 20px;
}

/*--services--*/

/*--service-bottom--*/
.service_bottom {
  position: relative;
  background-image: url(../img/resource/serv-bg.jpg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 680px;
}

.service_bottom::after {
  content: "";
  background-image: url(../img/resource/bgline.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0px;
  width: 100%;
  height: 25px;
}

.pannel button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 18px 25px;
  transition: 0.3s;
  font-size: 16px;
  background: #8bd2fe;
  color: #fff;
  margin-right: 20px;
  border-radius: 6px;
  position: relative;
  width: 127px;
  text-transform: uppercase;
  font-weight: 600;
}

.pannel {
  margin-top: 90px
}

.pannel button::before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 19px solid #8bd2fe;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translate(-50%, -0px);
  transition: 0.3s;
}

.pannel button.active {
  background-color: #ef3133;
  color: #fff;
}

.pannel button:hover {
  background: #ef3133
}

.pannel button.active::before {
  border-top: 19px solid #ef3133;
}

.pannel button:hover::before {
  border-top: 19px solid #ef3133;
}

.tabcontent_new {
  padding: 6px 12px;
  border: none;
  border-top: none;
  padding-top: 20px;
}

/*--service-bottom--*/
/*--experience_box_end--*/
.experience_box {
  padding: 70px 0px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.experience_box .tab {
  overflow: visible;
}

.experience_box .tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 18px 25px;
  transition: 0.3s;
  font-size: 16px;
  background: #f09503;
  color: #fff;
  margin-right: 20px;
  border-radius: 6px;
  position: relative;
  width: 127px;
  text-transform: uppercase;
  font-weight: 600
}

.experience_box .tab button::before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 19px solid #f09503;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translate(-50%, -0px);
  transition: 0.3s
}

.experience_box .tab button:hover::before {
  border-top: 19px solid #759942;
}

.experience_box .tab button.active::before {
  border-top: 19px solid #759942;
}

.experience_box .tab button:hover {
  background-color: #759942;
  color: #fff
}

.experience_box .tab button.active {
  background-color: #759942;
  color: #fff
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.experience_content {
  margin-top: 120px;
}

.experience_content p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.experience_content>ul>li {
  list-style: none;
  padding-top: 30px
}

.expe_main .expe_left {
  float: left;
  width: 50px;
  padding-top: 5px;
}

.exp_text {
  margin-left: 60px;
  color: #fff;
  font-size: 18px;
  padding-top: 0px;
}

.ex_relative img {
  width: 100%;
}

.ex_relative {
  position: relative;
}

.ex_abs {
  text-align: center;
  position: absolute;
  top: 32%;
  left: 6%;
  transform: translate(-4%, -1%);
}

.ex_abs h3 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  margin-bottom: 29px;
}

.ex_abs a {
  color: #749841;
  font-size: 22px;
  font-weight: 600
}

.email {
  font-size: 18px !important;
  font-weight: 400 !important;
}

.p-img {
  margin-top: 96px;
}

.why_choose {

  padding: 25px 0px 25px;
  background: url(../img/resource/grain-bg.jpg);
}

.why_choose .sec_middle_title {
  padding-bottom: 30px;

}

.main_sub_heading {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 70px;
}

.choose_outer {
  position: relative;
  background: #f6f6f6;
  text-align: center;
  padding: 30px 15px;
  z-index: 1;
  /*margin:0 0 50px 0px;*/
  margin: 0 0 10px 0px;
  transition: 0.3s;
  margin-bottom: 35px;
}

.choose_outer::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #384716;
  left: -6px;
  top: 40px;
  bottom: 40px;
}

.choose_outer::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #384716;
  right: -6px;
  top: 40px;
  bottom: 40px;
}

.border-top_bottom {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.3s;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
}

.choose_outer:hover {
  background: #384716;
}

.choose_outer:hover h3 {
  color: #FFF;
}

.choose_outer:hover p {
  color: #FFF;
}

.border-top_bottom::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #424242;
  width: auto;
  left: 60px;
  right: 60px;
  bottom: -6px;
}

.border-top_bottom::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #424242;
  width: auto;
  left: 60px;
  right: 60px;
  top: -6px;
}

.choose_outer figure {
  display: flex;

  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 80px;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
}

.choose_outer h3 {

  color: #384716;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 7px;
}

.choose_outer p {

  color: #000;
  font-size: 14px;
  line-height: 26px;
}

.word_form {
  display: flex;
}

.word_left_images {
  background-image: url(../img/resource/left_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50%;
}

.work_content {
  padding: 80px 10% 80px 80px;
  background: #016cb2;
  width: 50%;
  position: relative;
}

.work_content::after {
  content: "";
  position: absolute;
  top: 0;
  background-image: url(../img/images/wordline.html);
  background-size: cover;
  left: 0;
  right: 0px;
  height: 24px;
}

.work_content .c-quote {
  margin: 40px 0 0 0;
  display: table;
}

.work_content h3 {
  font-size: 30px;
  font-weight: 100;
  text-transform: uppercase;
  color: #FFF;
}

.work_content p {
  color: #fff;
  padding: 25px 0px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.work_content .sign {
  float: right;
}

.work_content a {
  color: #000;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 50px;
  border: 1px solid#000;
  text-decoration: none;
  transition: 0.3s
}

.work_content a:hover {
  background: #000;
  color: #fff
}

/*--worad_form--*/



/*Start Testimonials Section css*/
.testimonials_style_area {
  /* padding: 25px 0px 10px 0; */
  background-color: #474747;
  background: #fff;
  background-size: cover;
  background-position: center;
}

.testimonials_style_area .sec_middle_title {
  /*padding-bottom: 53px;*/
  padding-bottom: 5px;
}

.testimonials_style_area .testimonial_item_inner {
  margin-bottom: -60px;
  overflow: inherit;
  clear: both;
}

.cust_paral {
  background: #eaeef3;
  text-align: center;
  padding: 30px 20px 50px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 2px solid #384716;
}

.cust_paral p {
  font-weight: 400;
  font-size: 14px;
}

.cust_left {
  width: 80px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 60px;
  border: 2px solid #384716;

}

.cust_ids {
  position: relative;
  top: -50px;
}

.cust_ids {
  margin-top: 20px;
}

.cust_left img {
  width: 100%;
}

.cust_text {
  color: #384716;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 15px
}

.testimonials_style_area .owl-nav {
  margin-top: -70px;
  text-align: center;
}

.testimonials_style_area .owl-nav [class*=owl-] {
  width: 37px;
  height: 37px;
  color: #242424;
  line-height: 35px;
  padding: 0;
  background: transparent;
  border: 1px solid #242424;
  text-align: center;
  border-radius: 0;
  font-size: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.testimonials_style_area .owl-nav [class*=owl-]:hover {
  opacity: .55;
  filter: alpha(opacity=55);
}

.testimonials_style_area .owl-nav .owl-next {
  margin-right: 10p;
  /*top: 65px;*/
  top: 50px;
  right: 0;
  position: relative;
  color: #222;
  font-size: 20px;
  margin: 5px;
  padding: 0px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px -moz-border-radius: 3px;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  border: 1px solid #222;
  line-height: 35px;
}

.testimonials_style_area .owl-nav .owl-prev {
  margin-right: 10px;
  /*top: 65px;*/
  top: 50px;
  right: 0px;
  position: relative;
  color: #222;
  font-size: 20px;
  margin: 5px;
  padding: 0px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  border: 1px solid #222;
  line-height: 35px;
}

/*End Testimonials Section css*/

/* Start Video Section css*/
/* Start why choose section*/
.bck-bg {

  background: url(../img/resource/back-bg.html) repeat-x;

}

/*.zigjag-bg {*/
/*  background: url(../img/resource/zigzag-bg.png) repeat-x;*/
/*  height: 32px;*/
/*}*/

.zigjag-bg {
  background: url(../img/resource/snh.png) repeat-x;
  height: 32px;
}

.video-area {
  padding: 95px 0 100px 0;
  background: url(../img/resource/grain-bg.jpg);

}

.why-choose-cnt-bx {}

.why-choose-cnt-bx h2 {
  font-size: 30px;
  color: #242424;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .90px;
  padding-bottom: 20px;
}

.why-choose-cnt-bx h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  margin-bottom: 20px;
}

.why-choose-cnt-bx p {
  font-size: 16px;
}

.why-list {}

.mr-tp-10 {
  margin-top: 10px;
}

.why-list ul {
  margin: 0;
  padding: 0;
}

.why-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
  color: #222;
}

.why-list li::before {
  content: '\f14a';
  font-family: 'fontawesome';
  margin-right: 10px;
  font-size: 24px;
  color: #000;
  float: left;
}

.why-list-2 {}

.why-list-2 ul {
  margin: 0;
  padding: 0;
}

.why-list-2 li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 35px;
  font-size: 16px;
  font-weight: normal;
  color: #222;
}

.why-list-2 li::before {
  content: '\f14a';
  font-family: 'fontawesome';
  margin-right: 10px;
  font-size: 18px;
  color: #e13723;
}

.video_business_inner {
  max-width: 100%;
  position: relative;
  z-index: 2;
  border: 10px solid #FFF;
  overflow: hidden;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
}

.video_business_inner:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video_business_inner a {
  height: 98px;
  width: 98px;
  border: 3px solid #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  font-size: 40px;
  line-height: 96px;
  color: #18ba60;
}

.video_business_inner a i {
  margin-left: 0px;
  width: 78px;
  height: 78px;
  line-height: 84px;
  font-size: 35px;
  color: #ee3131;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding-left: 8px;
}

/* End Video Section css*/

/* Start call section css*/
/* Start call us section*/
#call-us {
  /*height: 223px;*/
  height: 135px;
  background-color: #192511;
  /*background: url(../img/resource/call-bg.jpg);*/
  background-size: cover;
  background-position: center;
  /*margin-bottom: 50px;*/
  margin-bottom: 25px;
  margin-top: 25px;
}

#call-us .img-holder {
  right: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
}

#call-us .img-holder img {
  bottom: -23px;
  position: relative;
  /*height: 200px;*/
  height: 112px;
}

.text-call {}

.text-call h2 {
  color: #FFF;
  font-size: 26px;
  text-transform: uppercase;
  padding-top: 32px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.call-bx {
  width: 486px;
  border-radius: 30px;
  background-color: #4784e4;
  text-align: center;
  margin: auto;
  line-height: 46px;
}

.call-bx .icon-col {
  background-color: transparent;
  border-radius: 50%;
  margin: 3px 0 0 4px;
  border: 1px solid #FFF;
  height: 40px;
  color: #FFF;
  width: 40px;
  float: left;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
}

.call-bx .phn {
  font-size: 26px;
  color: #FFF;
  float: left;
  line-height: 45px;
  padding-left: 10px;
  padding-right: 10px;
}

/*End*/

/* Latest News area css
============================================================================================ */
.latest_news_area {
  padding: 95px 0px;
}

.latest_news_area .sec_middle_title {
  padding-bottom: 60px;
}

.latest_n_item .l_n_image {
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.latest_n_item .l_n_image:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.latest_n_item .l_n_image img {
  max-width: 100%;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.latest_n_item .l_n_image .date {
  z-index: 3;
}

.latest_n_item .ctn_bx {
  box-shadow: 0px 4px 16px 0px rgba(204, 204, 204, 1);
  padding: 20px;
}

.latest_n_item .ctn_bx h4 {
  font-size: 18px;
  line-height: 26px;
  color: #242424;
  font-weight: 500;
  letter-spacing: .36px;
  padding: 20px 0px 15px 0px;
}

.latest_n_item .ctn_bx p {
  font-size: 16px;
  /*  font-family: "Open Sans", sans-serif;*/
  letter-spacing: .30px;
  padding-bottom: 20px;
}

.latest_n_item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.latest_n_item:hover:before {
  opacity: 1;
}

.latest_n_item .date {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #384716;
  text-align: center;
  color: #FFF;
  padding: 8px 20px;
  border-radius: 0px;
  border: 1px solid #FFF;
  border-left: none;
}

.latest_n_item .date h5 {
  font-size: 16px;
  /*  font-family: 'Roboto', sans-serif;*/
  font-weight: bold;
  letter-spacing: .66px;
  padding-top: 0px;
  line-height: 22px;
}

.latest_n_item .date h5 span {
  font-size: 16px;
  line-height: 16px;
}

/*End blog section css*/

/* start clients css */
#clients {
  padding: 25px 0 50px;
  /*background-color: #8bd2ff;*/
}

#clients .owl-carousel {
  padding: 0 70px;
  position: relative;
}

#clients .container .item {
  height: 145px;
  line-height: 145px;
}

#clients .container .item img {
  transition: all 0.3s ease 0s;
  display: inline;
  /*border: 1px solid #f2f2f2;*/
}

#clients .container .owl-controls {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#clients .container .owl-nav {
  margin: 0;
}

#clients .container .owl-theme .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#clients .container .owl-prev {
  left: 0px;
  position: absolute;
  top: 46px;
  /*line-height: 145px;*/
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
}

#clients .container .owl-nav div .fa {
  color: #b9b9b9;
  font-size: 30px;
}

#clients .container .owl-nav div {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  border: none;
}

#clients .container .owl-next {
  position: absolute;
  right: 0px;
  top: 46px;
  /*line-height: 145px;*/
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
}

#clients .container .owl-nav div .fa {
  color: #FFF;
  font-size: 24px;
  line-height: 37px;
}









/*----------------------------------------------------*/
/* Banner Area css
============================================================================================ */
.banner_area {
  background: url(../img/banner/banner.html) no-repeat scroll center center;
  background-size: cover;
  min-height: 352px;
  position: relative;
  z-index: 2;
}

.banner_area:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner_area .banner_content h3 {
  padding-top: 215px;
  color: #fff;
  font-size: 45px;
  font-weight: 600;
}

.banner_link {
  background: #f1f1f1;
  border-bottom: 1px solid #d3d3d3;
}

.banner_link .abnner_link_inner a {
  font-size: 16px;
  color: #a2a1a1;
  font-family: "Lato", sans-serif;
  letter-spacing: .32px;
  margin-right: 25px;
  line-height: 60px;
  position: relative;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.banner_link .abnner_link_inner a:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a2a1a1;
}

.banner_link .abnner_link_inner a:last-child {
  margin-right: 0px;
}

.banner_link .abnner_link_inner a:first-child:before {
  display: none;
}

.banner_link .abnner_link_inner a:hover,
.banner_link .abnner_link_inner a.active {
  color: #18ba60;
}

.banner_area_plane {

  /* background: url(../img/banner/banner-bg.jpg) no-repeat scroll center center;*/
  background-size: auto auto;
  background-size: cover;
  /*min-height: 235px;*/
  min-height: 125px;
  position: relative;
  z-index: 2;
  object-fit: cover;

}

.banner_area_plane::before {

  content: "";
  /*background:rgba(143, 143, 143, 0.5);*/
  background: rgb(25 37 17);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;

}

.banner_area_plane .banner_content p {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}


/*
========================================================
  13. latest-gallery styles 
========================================================
*/
.latest-gallery {
  padding: 95px 0px 70px;

}

.latest-gallery h1 {
  font-size: 35px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.latest-gallery .single-item {
  padding-bottom: 30px;
}

.latest-gallery .single-item .img-box {
  position: relative;
  overflow: hidden;
}

.latest-gallery .single-item .img-box img {
  width: 100%;
}

.latest-gallery .single-item .title h5 {
  color: #222;
  padding: 25px 0 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.latest-gallery .single-item:hover .title h5 {
  color: #48c7ec;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.latest-gallery .single-item .img-box .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgb(64, 123, 202, 0.7);
  text-align: center;
  opacity: 0;
  transition: all .3s ease;
  border: 2px solid #FFF;
}

.latest-gallery .single-item .img-box .overlay .social {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.latest-gallery .single-item .img-box .overlay .inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}

.latest-gallery .single-item .social a i:before {
  font-size: 30px;
  color: #000;
  margin: 0px;
  background-color: #FFF;

  padding: 10px;

  border-radius: 50%;
}

.latest-gallery .single-item .social h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}

.latest-gallery .single-item .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.latest-gallery .single-item .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
}

.latest-gallery .single-item .img-box .overlay .top {
  text-align: center;
}

.latest-gallery .single-item .img-box .overlay .top ul {
  margin-bottom: 0;
  margin-bottom: 20%;
}

.latest-gallery .single-item .img-box .overlay .top li a {
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  background: #222;
  display: block;
  border-radius: 50%;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.latest-gallery .single-item .img-box .overlay .top li a:hover {
  background: #1f1f1f;
  color: #48c7ec;
}

.latest-gallery .single-item .img-box .overlay .bottom {
  padding: 10px 0px;
  padding-right: 0;
  text-align: center;
}

.latest-gallery .single-item .img-box .overlay .bottom .title h3 {
  margin: 0;
  color: #fff;
  font-family: "Roboto Slab", serif;
  line-height: 30px;
  font-size: 15px;
}

.latest-gallery .single-item:hover .img-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}


.post-filter {
  display: inline-block;
  margin: 0;
  margin-bottom: 50px;
}

.post-filter li {
  padding: 5px 5px;
}

.post-filter li span {
  padding: 7px 20px;
  color: #343434;
  font-size: 14px;
  border: 1px solid #407bca;
  font-weight: 500;
  /* font-family: 'Roboto', sans-serif;*/
  line-height: 24px;
  display: block;
  padding-right: 16px;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.post-filter li:hover span,
.post-filter li.active span {
  color: #fff;
  background: #407bca;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}



/* Our Abour Area css
============================================================================================ */
.our_about_area {
  padding: 30px 0px;
}

.our_about_left_content {
  padding-right: 10px;
}

.our_about_left_content .section_title {
  padding-bottom: 0px;
}

.our_about_left_content .section_title h2 {
  text-align: left;
  font-size: 30px;
  letter-spacing: normal;
  margin-top: 23px;
}

.our_about_left_content h3 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: .44px;
  color: #242424;
}

.our_about_left_content p {
  line-height: 28px;
  letter-spacing: normal;
  padding-top: 10px;
  text-align: justify;
  /*color: gray;*/
  color: #384716;
  font-size: 15px;
}

.our_about_image {
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.our_about_image:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
}

.our_about_image img {
  max-width: 100%;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.our_about_image:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.our_about_image:hover:before {
  opacity: 1;
}

/* End Our Abour Area css
============================================================================================ */
.ourTeam.our_team_area {
  padding: 100px 0;
}

.mr-btm {
  margin-bottom: 20px;
}

.partner {}


/**/

.banner_section {
  position: relative;

}

.overlay_form_main_div2 {
  position: absolute;
  top: 5%;
  right: 0;

}

.overlay_form_main_div {
  background-color: #F4F2F2;
  border-radius: 3px;
}

/**/


/**/

.banner_section_ph {
  display: none;
}

/**/

/**/

.gallery_section {
  margin-top: 70px;
  margin-bottom: 70px;
}

.gallery_img_box_main {
  position: relative;
  width: 100%;
  transition: .4s ease-out;
  overflow: hidden;
  text-align: center;
  margin-bottom: 55px;
}

.gallery_img_box_main img {
  width: 100%;
  transition: .4s ease-out;
  filter: brightness(96%);
  border: 2px solid #5c6943;
  border-radius: 10px;
  padding: 8px;
}

.overlay_zoom_icon {
  position: absolute;
  top: 0;
  right: 0;
  transition: .4s ease-out;
}

.overlay_zoom_icon a {
  background-color: #384716;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  margin: 10px;
  color: white;
  opacity: .1;
  transition: .4s ease-out;
}

.gallery_img_box_main:hover .overlay_zoom_icon a {
  background-color: #384716;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  margin: 10px;
  color: white;
  opacity: 1;
  transition: .4s ease-out;
}

/**/


/**/

.product_details_page_section {
  margin-top: 25px;
  /*margin-bottom: 70px;*/
  margin-bottom: 15px;
}

.product_details_page_head_title {
  /*padding-bottom: 40px;*/
  padding-bottom: 25px;
  text-align: center;
}

.product_details_page_head_title h1 {
  color: #384716;
  font-size: 30px;
  font-weight: 700;
}

.product_details_page_head_title h2 {
  color: #384716;
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 27px;
  font-weight: 700;
}

.dus_collector {
  padding-bottom: 15px;
  text-align: justify;
}

.dus_collector h2 {
  font-size: 30px;
  color: #384716;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.dus_collector h3 {
  font-size: 20px;
  color: #323331;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 17px;
}

.duscollec_ul li {
  font-size: 15px;
  color: #000;
  line-height: 27px;
}

.duscollec_ul {
  list-style: block !important;
  list-style-type: square !important;
  margin-bottom: 10px;
}

.product_details_page_head_title p {
  margin-top: 5px;
  font-size: 15px;
}

.product_details_img_box {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  transition: .5s ease-in-out;
  width: 100%;
  border: 2px solid #384716;
  border-radius: 10px;
  padding: 8px;
}

.product_details_img_box img {
  width: 100%;
  transition: .5s ease-in-out;
  filter: brightness(94%);
  border-radius: 10px;
}

.product_details_overlay_links {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  transition: .5s ease-out;
  background-color: #384716;
  width: 100%;
}

.product_details_overlay_links a {
  margin: 15px 3px;
  background-color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  transition: .5s ease-in-out;
  color: #384716;
  font-size: 18px;
  box-shadow: 0px 0px 1px 2px lightgray;
}

.product_details_img_box:hover .product_details_overlay_links {
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  transition: .5s ease-out;
  background-color: #384716;
  border-bottom: 1px solid white;
  width: 100%;
}

.product_details_overlay_links p {
  color: white;
  font-size: 15px;
  text-transform: capitalize;
}

#deskwhatsapp {}

#phonewhatsapp {
  display: none;
}

/**/

/*dfetails page css*/

.details_page_section {
  margin-top: 30px;
  margin-bottom: 40px;
}

.detalis_txt_box_left p b {
  color: #384716;
  font-size: 17px;
}

.detalis_txt_box_left p {
  font-size: 15px;
  padding-top: 10px;
  /*color: gray;*/
  color: #000;
  letter-spacing: .2px;
  word-spacing: .3px;
  text-align: justify;
  line-height: 27px;
}

.dus_collector h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  color: #323331;
  margin-bottom: 10px;
}

.detalis_txt_box_left h3 {
  font-size: 20px;
  color: #3a4916;
  margin-top: 30px;
  margin-bottom: 3px;
  font-weight: 700;
}

.detalis_txt_box_left p {
  margin-bottom: 4px !important;
}

.detalis_txt_box_left p ul {
  font-size: 15px;
  list-style: square !important;
  color: gray;
  letter-spacing: .2px;
  word-spacing: .3px;

}

.detalis_txt_box_left li {
  line-height: 30px !important;
  font-size: 15px !important;
  color: #000;
  letter-spacing: .2px;
  word-spacing: .3px;
  text-align: justify;
  line-height: 27px;
  list-style: square !important;


}

.detalis_txt_box_left li p {
  margin-bottom: 0px !important;
}

.detalis_txt_box_left ul {
  font-size: 15px;
  list-style: square !important;
  color: gray;
  letter-spacing: .2px;
  word-spacing: .3px;
  padding: 0px 0px 0px 35px !important;
}

.detalis_txt_box_left li {
  line-height: 30px !important;
  font-size: 15px !important;
  color: #000;
  letter-spacing: .2px;
  word-spacing: .3px;
  text-align: justify;
  line-height: 27px;
  list-style: square !important;


}

.detalis_page_img_box_right {
  text-align: center;
  width: 100%;
  transition: .4s ease-in-out;
  height: auto;
  border: 2px solid #3a4916;
  padding: 10px;
  border-radius: 10px;
}

.detalis_page_img_box_right img {
  width: 100%;
  transition: .4s ease-in-out;
  height: auto;
  filter: brightness(96%);
}

.details_btn_page {
  margin-top: 20px;
  text-align: center;
}

.details_btn_page a {
  margin: 10px;
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: .2px;
  background-color: #384716;
  padding: 10px 15px 10px 15px;
  color: white;
  border-radius: 1px;
  border-radius: 2px;
}

/**/

/**/
.modal_form_div input {
  margin-bottom: 20px;
  padding: 23px 8px 23px 8px;
}

.modal_form_div textarea {
  margin-bottom: 20px;
  padding: 23px 8px 23px 8px;
}

/**/

/*contact page css*/


.contact_page_form_div input {
  margin-bottom: 20px;
  padding: 23px 8px 23px 8px;
  background-color: #F0F0F0;
}


.contact_page_form_div input {
  margin-bottom: 20px;
  padding: 23px 8px 23px 8px;
  background-color: #F0F0F0;
}

/**/

/**/

.bottom_fixed_icons_div {

  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
  display: none;

}

.bottom_fixed_icons_div a {
  background-color: #384716;
  width: 100px;
  text-align: center;
  padding: 5px 0px 5px 0px;
  color: white;
  font-size: 22px;
  text-decoration: none;
  margin: 0px 15px;
  border-radius: 2px;
  display: inline-block;
  box-shadow: 0px 0px 2px 2px white;
  animation: btmfix-btn 2s infinite;
}

@keyframes btmfix-btn {
  0% {
    transform: scale(1.1);


  }

  50% {

    box-shadow: 0px 0px 2px 5px rgba(213, 164, 55, .5);
  }

  100% {
    transform: scale(1.1);
  }
}

/**/

.gallery_sec {
  /*background-color: #E8EFF5;*/
  background-color: #e8eff530;
  margin-bottom: 50px;
}

.gallery_head {
  text-align: center;
  margin-bottom: 30px;
}

.gallery_head h2 {
  color: #384716;
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;

}

.img_gallery_slide {
  margin-bottom: 50px;
  padding: 8px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 2px solid #5c6943;
  border-radius: 10px;
}

.img_gallery_slide img {
  border-radius: 10px;
}

/**/

.fixed_social_icon {
  position: fixed;
  top: 50%;
  right: 0;
}

.fixed_social_icon a {
  display: block;
  margin: 10px;
  /*background-color: #5C6943;*/
  background-color: #192511;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #fff;
}


/*footer css add start*/

.footer h3 {
  margin: 0;
  padding-bottom: 19px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  text-align: left;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  padding-top: 17px;
}

/*footer css add end*/


/*inner page css start*/
.detalis_txt_box_left h1 {
  font-size: 25px;
  font-weight: 700;
  color: #3a4916;
}

/*inner page css end*/

.color_menu+section,
.color_menu+div,
.color_menu+.row {
  margin-top: 0px;
}

/*sitemap css start*/


/* sitemap css start */

.sitemap_section {
  padding-top: 20px;
  padding-bottom: 50px;
}

.sitemap_ul_div ul {
  list-style: none !important;
}

.sitemap_ul_div li {
  line-height: 40px;
  border: 1px dashed lightgray;
  margin-bottom: 15px;
  padding: 7px 10px;
  border-left: 5px solid #192511;
  background-color: #fff;
  transition: .5s ease;
  display: block;

}


.sitemap_ul_div li:hover {
  line-height: 40px;
  border: 1px dashed lightgray;
  margin-bottom: 15px;
  padding: 7px 10px;
  border-left: 5px solid #c4a96f;
  background-color: #192511;
  transition: .5s ease;

}

.sitemap_ul_div li:before {
  position: relative;
  content: '\2059';
  margin-right: 4px;
  font-weight: bold;
  color: #b56c45;
  top: -1px;
  font-size: 20px;
}


.sitemap_ul_div li:hover:before {
  position: relative;
  content: '\2059';
  margin-right: 4px;
  font-weight: bold;
  color: #fff;
  top: -1px;
  font-size: 20px;
}


.sitemap_ul_div li a {
  text-transform: capitalize;
  font-size: 13px;
  display: inline-block;
  color: #000;
}


.sitemap_ul_div li:hover a {
  text-transform: capitalize;
  font-size: 13px;
  color: #fff;
}

.one_way_taxi_inner_se {
  padding-top: 50px;
  padding-bottom: 50px;
}

.one_way_ser_div {
  margin-bottom: 20px;
}

.headti {
  text-align: center;
  margin-bottom: 25px;
}

.sitemap_head_ti {
  margin-bottom: 10px;
}

.sitemap_head_ti h2 {
  font-size: 25px;
  font-weight: 800;
  color: #3a4916;
}

.site_map_navi {
  background-color: #fafafa;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.site_map_nav {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
}

.site_map_nav h2 {
  font-size: 25px;
  color: #3a4916;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: 900;
}

.site_map_nav a {
  background-color: #fff;
  color: #212121;
  padding: 10px 20px 10px 20px;
  text-transform: capitalize;
  border-radius: 100px;
  margin: 0px 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: .3s ease-in-out;
  border-left: 5px solid #eeeaea;
  border-right: 5px solid #eeeaea;
  font-size: 15px;
}


.site_map_nav a:hover {
  background-color: #192511;
  color: #fff;
  padding: 10px 20px 10px 20px;
  text-transform: capitalize;
  border-radius: 100px;
  margin: 0px 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: .3s ease-in-out;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
}


@media (max-width: 767px) {
  .site_map_nav a {
    background-color: #fff;
    color: #212121;
    padding: 6px 5px 6px 3px;
    text-transform: capitalize;
    border-radius: 100px;
    margin: 0px 6px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: .3s ease-in-out;
    border-left: 5px solid #eeeaea;
    border-right: 5px solid #eeeaea;
    font-size: 11px;
  }

  .sitemap_ul_div li a {
    text-transform: capitalize;
    font-size: 9px;
    display: inline-block;
    color: #000;
  }

  .custome-marquee {
    width: 100%;
    height: 55px;
    overflow: hidden;
    position: relative;
  }
}

/* sitemap end */

/*sitemap css end*/


.contact_us_area {
  padding: 20px 0px;
}

.c_details_item .media .media-body p {
  max-width: 185px;
  font-size: 17px;
  color: #000;
  letter-spacing: .34px;
  line-height: 22px;
}

.c_details_item .media .media-body a {
  display: block;
  font-size: 17px;
  color: #000;
  letter-spacing: .34px;
}

.c_details_item .media .media-left i {
  height: 50px;
  width: 50px;
  border: 1px solid #192511;
  background-color: #192511;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  line-height: 48px;
  font-size: 22px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}


.map-outer {
  margin-bottom: 40px;
}

.header_social li a:hover {
  /* line-height: 48px; */
  line-height: 40px;
  font-size: 16px;
  /* color: #384716; */
  color: #fff;
  /* opacity: .6; */
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

/*  key features s*/
.key_features h3 {
  font-size: 20px;
  color: #323331;
  font-weight: 600;
  margin-bottom: 15px;
}

.key_features h4 {
  font-size: 18px;
  font-weight: 600;
  color: #384716;
  margin-bottom: 10px;
  margin-top: 10px;
}

.key_features h5 {
  font-size: 17px;
  color: #384716;
  padding-top: 15px;
  padding-bottom: 15px;
}

.key_features p {
  font-size: 15px;
  line-height: 27px;
}

.carousel-wrapper {
  position: relative;
  padding-top: 20px;

}

.carousel-control {
  position: absolute;
  top: 45% !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  background-image: none !important;
  font-size: 50px;
  opacity: 1 !important;
}

.features_carousel .item i {
  font-size: 50px;
  color: #384716;
  margin-bottom: 14px;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.owl-prev {
  left: -19px;
}

.owl-next {
  right: -19px;
}

/* Additional styles */
.key_features {
  padding-top: 15px;
  padding-bottom: 25px;
  background-color: #80808014;
  text-align: center;
}

.features_carousel .item {
  background: #f8f9fa;
  border: 1px solid #75854d;
  border-radius: 10px;
  padding: 20px;
  transition: transform 0.3s;
  text-align: center;
}

.carousel-buttons .btn {
  margin: 0 5px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.carousel-buttons .btn:hover {
  background-color: #0056b3;
}

.carousel-buttons .btn span {
  font-size: 18px;
}

/*.pull-right {*/
/*  float: right !important;*/
/*  margin-top: -6px !important;*/
/*}*/
.faq_head_title h3 {
  text-align: center;
  color: rgb(56, 71, 22);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* key featurse e */


/* faqs s  */
.fqs_content {
  padding-top: 15px;
  padding-bottom: 10px;
}

.fqs_content h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 23px;
  color: #000;
  font-weight: 700;
  line-height: 27px;
}

.fqs_content h4 {
  font-size: 18px;
  margin-top: 10px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 27px;
}

.fqs_content p {
  font-size: 15px;
}

.faq_head_title p {
  text-align: center;
  margin-bottom: 25px;
}

.faq_section {
  padding-top: 25px;
  padding-bottom: 30px;
  background-color: #fafafa;
}

.faq_haed_title {
  text-align: center;
  margin-bottom: 10px;
}

.faq_haed_title h3 {
  color: var(--black-color);
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 700;
  letter-spacing: .4px;
  padding-bottom: 10px;
}

.main_div_faq_q {
  background-color: var(--white-color);
  padding: 10px !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.main_div_faq_q .accordion-item {
  border: none !important;
  border-bottom: 2px dashed var(--white-color) !important;
}

.main_div_faq_q .accordion-button {
  border-radius: 0px !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: var(--gray-color4);
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}

.main_div_faq_q .accordion-body {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  outline-offset: -2px;
}

.glyphicon {
  position: relative;
  top: 0px !important;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dsrt {
  padding: 15px;
}

.dsrt p {
  font-size: 15px;
  line-height: 27px;
  color: #000;
}

@media (max-width: 768px) {
  .dus_collector h2 {
    font-size: 20px;
    color: #384716;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    text-align: left;
  }

  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .dsrt {
    padding: 15px;
    margin-top: -23px;
  }

  .dsrt p {
    font-size: 15px;
    line-height: 27px;
    color: #000;
  }

  .dus_collector {
    /* padding-bottom: 15px; */
    padding: 15px;
    margin-top: -20px;
  }

  .key_features h3 {
    font-size: 18px;
    color: #323331;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 27px;
  }

  .duscollec_ul {
    list-style: block !important;
    list-style-type: square !important;
    padding: 0px;
    margin-top: 1px;
    padding-bottom: 3px;
  }

  .dust_collectors_content h3 {
    font-size: 20px !important;
    font-weight: 700;
    color: #384716;
    margin-top: 3px;
    margin-bottom: 17px;
    line-height: 30px;
  }

  .why_anzo_sec h2 {
    font-size: 20px !important;
    color: #384716;
    font-weight: 700;
    line-height: 30px !important;
    margin-bottom: 18px !important;
    margin-top: 10px;
  }

  .anzo_qulity h3 {
    font-size: 23px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 30px !important;
    margin-bottom: 20px;
    color: #384716;
    text-align: left;
  }

  .dust_collectors_content {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 15px;
    padding-left: 15px !important;
    margin-right: 15px !important;
  }

  .banner_area_plane .banner_content h3 {
    padding-top: 89px;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }

  .product_details_page_head_title h1 {
    color: #384716;
    text-transform: none !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }

  .product_details_page_section {
    margin-top: 15px;
    /* margin-bottom: 70px; */
    margin-bottom: 15px;
  }

  .product_details_page_head_title h2 {
    color: #384716;
    margin-top: 12px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 20px;
  }

  .dust_collectors_content h2 {
    font-size: 21px !important;
    color: #384716;
    font-weight: 700 !important;
    line-height: 30px !important;
    margin-bottom: 10px !important;
  }

  .dust_collectors_content h4 {
    font-size: 19px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    color: #384716;
    line-height: 30px !important;
  }

  .anzor_aircont {
    padding-bottom: 20px;
    padding: 18px;
    margin-top: -15px;
  }

  .anzor_aircont h4 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 27px;
  }

  .product_details_img_box {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    transition: .5s ease-in-out;
    width: 100%;
    border: 2px solid #384716;
    border-radius: 10px;
    padding: 8px;
  }

  .dus_collector h3 {
    font-size: 20px;
    color: #323331;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0px;
    line-height: 30px;
  }

  .dus_collector p {
    padding-left: 8px;
  }

  .dus_collector h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    color: #323331;
    margin-bottom: 10px;
    padding-left: 0px;
    line-height: 27px;
  }

  .key_features h4 {
    font-size: 18px;
    font-weight: 600;
    color: #384716;
    margin-bottom: 10px;
    margin-top: 13px;
    padding-left: 3px;
    line-height: 28px;
  }

  .key_features p {
    font-size: 15px;
    line-height: 27px;
    padding-left: 7px;
  }

  .faq_head_title p {
    text-align: left;
    margin-bottom: 25px;
    padding: left;
    padding-left: 8px;
  }

  .glyphicon {
    position: relative;
    top: 0px !important;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
  }

  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
    line-height: 27px;
    padding: 5px;
  }

  .faq_section {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fafafa;
  }
}

.btn-link {
  font-weight: 400;
  color: #262e12;
  border-radius: 0;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
  color: #000;
}

.panel-heading {
  padding: 15px 5px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* faq css end */

/* faqs e */

/* why_choose s */
.why_choose {
  padding: 0px;
  padding-top: 15px;
}

.choose_to {
  padding-bottom: 20px;
  padding-top: 10px;
}

.choose_to h4 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  color: #384716;
  font-weight: 700;
}

.choose_to p {
  font-size: 15px;
  color: #000;
  line-height: 27px;
}

.choose_to {
  padding-bottom: 20px;
}

.testi_heading h2 {
  padding-bottom: 10px;
  font-size: 30px;
  text-align: center;
  color: #384716;
  font-weight: 700;
}

@media (max-width: 768px) {
  .choose_to h4 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #384716;
    font-weight: 700;
    line-height: 27px;
  }

  .choose_to {
    padding: 20px;
  }

  .owl-prev {
    left: -12px;
  }

  .owl-next {
    right: -12px;
  }

  .about_left_content h1 {
    font-size: 20px;
    font-weight: 700;
    color: #384716;
    line-height: 27px;
    margin-bottom: 13px;
  }
}

/* why_choose e  */
/* testimonial inner page s  */
.testimonials_sec {
  padding: 20px;
  background-color: #8080801c;
}

.testi_heading {
  text-align: center;
  margin-bottom: 25px;
}



.testi_heading p {
  font-size: 16px;
  color: #000;
  max-width: 700px;
  margin: 0 auto;
}

/* Case Study Cards */
.case_study {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border: 1px solid #667930;
}

.case_study h3 {
  font-size: 19px;
  color: #384716;
  margin-bottom: 10px;
  font-weight: 700;
}

.case_study p {
  font-size: 15px;
  color: #000;
  margin-bottom: 20px;
}

.case_study h5 {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
}

.get_testim p {
  font-size: 15px;
  line-height: 27px;
  color: #000;
}

.case_study h6 {
  font-size: 14px;
  color: #384716;
  font-weight: normal;
  line-height: 27px;
}

.testimonials_sec .get_testim h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #444716;
}

/* Responsive Design */
@media (max-width: 768px) {
  .case_study {
    margin-bottom: 20px;
  }

  .faq_head_title h3 {
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 17px;
    font-size: 19px;
  }

  .get_testim h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #444716;
    margin-top: 15PX;
    line-height: 30px !important;
  }

  .testi_heading h2 {
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 27px;
  }

  .fqs_content h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    line-height: 27px;
  }

  .testi_heading p {
    font-size: 14px;
  }
}

.anzor_aircont h4 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}

.anzor_aircont {
  padding-bottom: 20px;
}

.dus_collector1 h4 {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #444716;

}

.dus_collector1 p {
  font-size: 15px;
  line-height: 27px;
  color: #000;
  font-size: 400;
}

/* testimonial inner page e */

.our-team {
  padding-top: 20px;
  padding-bottom: 20px;
}

.our-team h3 {
  font-size: 30px;
  color: #384716;
  font-weight: 700;
  margin-bottom: 15px;
}

.our-team h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 15px;
  color: #384716;
}

.get_testim h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #444716;
  margin-top: 15PX;
}

.anzor_aircont1 {
  padding-bottom: 20px;
  padding-top: 15px;
}

.anzor_aircont1 h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #444716;
  margin-top: 15PX;
}

.anzor_aircont1 p {
  font-size: 15px;
  color: #000;
  line-height: 27px;
}


/* why_anzo_box s */
.why_anzo_sec {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.why_anzo_sec h2 {
  font-size: 25px;
  color: #384716;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 10px;
}

.why_anzo_sec p {
  font-size: 15px;
  line-height: 27px;
  color: #000;
  margin-bottom: 25px;
}

.why_anzo_box {
  padding: 7px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 4px solid #51612d;
  margin-bottom: 10px;
  padding-bottom: 12px;
}

.why_anzo_box p {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 0px;
  color: #000;
}

.why_anzo_box h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
}

.why_anzo_box i {
  color: #d2b067;
  font-size: 50px;
  margin-bottom: 6px;
  margin-top: 10px;
}

.anzo_qulity {
  padding-top: 10px;
  padding-bottom: 10px;
}

.anzo_qulity p {
  font-size: 15px;
  color: '#000';
  line-height: 27px;
  text-align: left;
  margin-bottom: 0px;
}

/* why_anzo_box e */


/* why_anzo_box s */
.why_anzo_sec {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #f5f5f5;
}

.why_anzo_sec h2 {
  font-size: 25px;
  color: #384716;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.why_anzo_sec p {
  font-size: 15px;
  line-height: 27px;
  color: #000;
  margin-bottom: 25px;
}

.why_anzo_box {
  padding: 7px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 4px solid #51612d;
  margin-bottom: 10px;
  padding-bottom: 12px;
}

.why_anzo_box p {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 0px;
  color: #000;
}

.why_anzo_box h4 {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
}

.why_anzo_box i {
  color: #384716;
  font-size: 50px;
  margin-bottom: 6px;
  margin-top: 10px;
}

.anzo_qulity {
  padding-top: 10px;
  padding-bottom: 10px;
}

.anzo_qulity p {
  font-size: 15px;
  color: '#000';
  line-height: 27px;
  text-align: left;
  margin-bottom: 0px;
}

/* why_anzo_box e */

/* industrial_dust s */
.industrial_dust {
  padding-top: 40px;
  padding-bottom: 40px;
}

.dust_collectors_content {
  text-align: justify;
}

.dust_collectors_content h3 {
  font-size: 23px;
  font-weight: 700;
  color: #384716;
  margin-top: 7px;
  margin-bottom: 17px;
}

.dust_collectors_content p {
  font-size: 15px;
  line-height: 27px;
  color: #000;
  margin-bottom: 5px;
}

.dust_collectors_content h4 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.dust_colletors_v {
  position: relative;
  width: 100%;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.dust_colletors_v img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .dust_colletors_v {
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.testi_heading h3 {
  font-size: 23px;
  font-weight: 700;
  color: #384716;
  margin-top: 0px;
  margin-bottom: 17px;
}

.dust_collectors_content h2 {
  font-size: 25px;
  color: #384716;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 10px;
}

.industrial_application {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #80808026;
}

.industrial_application1 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

/* industrial_dust e */

/* rating s  */

.rating-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.rating {
  display: flex;
}

.star {
  color: #384716;
  font-size: 25px;
}

/* rating e */
.faq_head_title h4 {
  font-size: 23px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0px;
}

.key_features h2 {
  font-size: 25px;
  color: #323331;
  font-weight: 600;
  margin-bottom: 15px;
}

.dust_collectors_content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #384716;
}

.anzor_aircont strong {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

/**/

/* scroll s */

.sub_menu_scroll {
  height: 350px;
  overflow-y: auto;
}


/* width */
.sub_menu_scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.sub_menu_scroll:hover::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.sub_menu_scroll:hover::-webkit-scrollbar-thumb {
  /* background: #685c5c; */
  background: #494545;
}

/* Handle on hover */
.sub_menu_scroll:hover::-webkit-scrollbar-thumb:hover {
  /* background: #685c5c; */
  background: #494545;
}

.dust_collectors_content {
  max-height: 360px;
  overflow-y: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: -15px;
}

.dust_collectors_content::-webkit-scrollbar {
  width: 5px;
}

.dust_collectors_content::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

.dust_collectors_content::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.dust_collectors_content1 {
  max-width: 100%;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 35px;
  padding-right: 15px;
  direction: rtl;
}

.dust_collectors_content p span {
  font-size: 18px;
  color: #000;
  line-height: 27px;
  font-weight: 700;
}

.dust_collectors_content1 ul {
  direction: ltr;
}

.dust_collectors_content1::-webkit-scrollbar {
  width: 5px;
}

.dust_collectors_content1::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

.dust_collectors_content1::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.dust_collectors_content1 h2 {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  margin-top: 3px;
  margin-bottom: 17px;
  text-align: left;
}

.dust_collectors_content1 h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 17px;
  text-align: left;
}

.dust_collectors_content1 p {
  font-size: 15px;
  text-align: left;
  line-height: 27px;
  color: #fff;
}

.industrial_dust1 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1d240c;
}

.duscollec1_ul {
  list-style: block !important;
  list-style-type: square !important;
  margin-bottom: 10px;
}

.duscollec1_ul li {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}

/* scroll e */

.testi_heading h4 {
  font-size: 23px;
  font-weight: 700;
  color: #384716;
  line-height: 27px;
  margin-bottom: 10px;
}

/*custom s*/
.need_kitchen {
  background-color: #80808026;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*custom e*/
.industrial_sec_kitchen {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #8080802e;
}

.anzo_qulity h3 {
  font-size: 23px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #384716;
  text-align: left;
}

.anzo_qulity h4 {
  font-size: 19px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 17px;
  color: #384716;
  text-align: left;
}

/**/

/*type_spray_painting s*/

.type_spray_painting {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #8080801c;
}

.type_spray_painting h3 {
  font-size: 25px;
  font-weight: 700;
  color: #384716;
  text-align: center;
  line-height: 27px;
  margin-bottom: 20px;
  margin-top: 0px;
}

.paint_box4 h3 {
  color: #384716;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 3px;
  color: #fff;
}

.paint_box4 {
  border: 4px solid #ffffff33;
  padding: 20px;
  background-color: #384716;
  border-radius: 5px;
}

.paint_box4 p {
  font-size: 14px;
  line-height: 27px;
  text-align: justify;
  margin-bottom: 10px;
  color: #fff;
}

.paint_box4 strong {
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
  color: #fff;
}

.paint_box4 ul {
  list-style: circle;
  line-height: 27px;
  color: #fff;
}

/*type_spray_painting e*/

.how_linedust strong {
  font-size: 18px;
  color: #000;
  margin-top: 20px;
  font-weight: 700;
}

.how_linedust {
  padding-top: 15px;
  padding-bottom: 10px;
}

.how_linedust h2 {
  color: #384716;
  font-size: 20px;
  line-height: 27px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.dust_collectors_content strong {
  font-size: 15px;
  color: #000;
  line-height: 27px;
}

.why_anzo_sec h3 {
  font-size: 23px;
  font-weight: 700;
  color: #384716;
  margin-top: 5px;
  margin-bottom: 10px;
}

.dust_collectors_content1 h3 {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  margin-top: 3px;
  margin-bottom: 17px;
  text-align: left;
}

.essential_for {
  padding-top: 20px;
  padding-bottom: 20px;
}

.how_turbo_ventilators {
  background-color: #384716;
  padding-bottom: 15px;
  padding-top: 0px;
  margin-top: 5px;

}

.dust_collectors_content3 h3 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 27px;
}

.dust_collectors_content3 p {
  color: #fff;
  font-size: 15px;
  line-height: 27px;
}

.Health_Safety {
  padding-top: 15px;
  padding-bottom: 15px;
}


.choose_outer i {
  color: #384716;
  font-size: 50px;
  margin-bottom: 6px;
  margin-top: 10px;
}

.choose_outer:hover i {
  color: #fff;
  font-size: 50px;
  margin-bottom: 6px;
  margin-top: 10px;
}

.index_industri p {
  color: #fff;
}

.sustainable_sec {
  padding: 15px;
}

.sustainable h3 {
  color: #000;
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
  margin-bottom: 5px;
}

.sustainable p {
  font-size: 15px;
  line-height: 27px;
}

.detalis_txt_box_left h2 {
  font-size: 20px;
  line-height: 27px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

/**/

.feature-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 15px;
}

.feature-list li {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 8px;
}


.mobile_call_whatsapp_fixed_main_div {
  position: fixed;
  bottom: 120px;
  right: 10px;
  z-index: 1;
}

.mobile_whatsapp {
  display: none;
}


.call_icon_div {
  text-align: center;
}

.call_icon_div>a {
  background-color: #dc3545;
  height: 60px;
  line-height: 57px;
  width: 60px;
  text-align: center;
  border-radius: 100px;
  animation: moveUpDown 2s ease-in-out infinite;
  display: inline-block;
  margin-bottom: 8px;

}

@keyframes moveUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
    /* Adjust the distance */
  }
}

.call_icon_div>a>img {
  width: 32px !important;
  filter: brightness(0%) invert(1);
  height: 60px;
  line-height: 60px;
  width: 60px;
  object-fit: contain;
}

.whatsapp_icon_div {
  text-align: center;
}


.whatsapp_icon_div>a {
  background-color: #008000;
  height: 60px;
  line-height: 57px;
  width: 60px;
  text-align: center;
  border-radius: 100px;
  animation: zigzag 0.5s ease-in-out infinite;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: steps(1, end);
  position: relative;
  animation: zigzag 8s infinite;
  display: inline-block;

}



@keyframes zigzag {
  0% {
    left: 0px;
  }

  1% {
    left: -5px;
  }

  2% {
    left: 5px;
  }

  3% {
    left: -5px;
  }

  4% {
    left: 5px;
  }

  5% {
    left: 0px;
  }

  100% {
    left: 0px;
  }
}



.whatsapp_icon_div>a>img {
  width: 32px !important;
  filter: brightness(0%) invert(1);
  height: 60px;
  line-height: 60px;
  width: 60px;
  object-fit: contain;
}

.second-details {
  margin-top: 40px;
}



.sitemap-sec-page {
  position: relative;
  width: 100%;
  padding: 50px 0px 30px;
}

.sitemap_main_div_list {
  position: relative;
  margin-bottom: 20px;
}

.anzorair_collapse_div>li {
  background-color: #192511;
  margin-bottom: 0px;
  border: 1px solid #192511;
  padding: 12px 20px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.anzorair_collapse_div>li>a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  height: 100%;
  position: relative;
  padding-right: 0px;
  font-weight: 700;
  font-size: 17px;
}

.anzorair_collapse_div>li>a>span {
  cursor: pointer;
  background-color: #fff;
  width: 30px;
  height: 30px;
  color: #000 !important;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  color: var(--black-color);
}

.collpase_list_ul_div {
  max-height: 280px;
  overflow: auto !important;
}

.collpase_list_ul_div>ul {
  padding: 0px 10px !important;
  list-style: none !important;
}

.collpase_list_ul_div>ul>li {
  border-bottom: 1px dashed #4a4d51;
  padding: 7px 0px 7px 0px;
}

.collpase_list_ul_div>ul>li>a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}

.quick-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.quick-toggle .fa {
  margin-left: 8px;
  transition: transform .25s ease;
}

.quick-toggle.in .fa {
  transform: rotate(180deg);
}

.footer {
  padding-top: 30px;
}

.footer .copyright a {
  color: #fff !important;
  text-decoration: underline !important;
  font-weight: bold;
}

.footer .info-detail h6 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 2px;
}


.c_details_item .media .media-body h6 {
  color: #212121;
  font-size: 18px;
  margin-bottom: 8px;
}



/*  */

.breadcrumb_section {
  background-color: #192511;
}

.breadcrumb_content_main_div>ul {
  list-style: none !important;
  display: inline-block;
  padding: 6px 10px 7px 10px;
  border-radius: 2px;
  margin-bottom: 0px !important;
}

.breadcrumb_content_main_div>ul>li>a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
}

.breadcrumb_content_main_div>ul>li {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin: 0px 5px 0px 0px;
  text-transform: capitalize;
}

/*  */

.category_main_div_box {
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #d2cfcf;
  border-radius: 10px;
}

.category_main_div_box>img {
  border-radius: 10px 10px 0px 0px;
}

.content_div_cate {
  padding: 15px 5px;
}

.content_div_cate>h4 {
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.content_div_cate>a {
  border-radius: 0px;
  background-color: #262e12;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}

.blogs_section {
  margin-block: 50px;
}

.blog_item {
  border: 2px solid #384716;
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
}

.blog_content>h3{
  margin-block: 5px !important;
}

.blog_content>h3>a {
  font-size: 18px;
  color: #384716 !important;
}


/* Blog Detail Section */
.blog_detail_section {
  padding: 60px 0 40px;
  background: #ffffff;
}

.blog_detail_header {
  margin-bottom: 30px;
}

.blog_detail_header h1 {
  font-size: 25px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  line-height: 1.3;
}

.blog_meta {
  color: #888;
  font-size: 14px;
}

.blog_meta span {
  margin-right: 20px;
}

.blog_meta i {
  margin-right: 5px;
  color: #e1242a;
}

.blog_featured_image {
  margin-bottom: 40px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.blog_featured_image img {
  width: 100%;
  height: auto;
}

.blog_content {
  font-size: 17px;
  line-height: 1.9;
  color: #444;
}

.blog_content h2,
.blog_content h3,
.blog_content h4 {
  margin-top: 35px;
  margin-bottom: 15px;
  color: #222;
  font-weight: 600;
}

.blog_content p {
  margin-bottom: 25px;
}

.blog_content ul,
.blog_content ol {
  margin-bottom: 25px;
  padding-left: 25px;
}

.blog_content li {
  margin-bottom: 10px;
}

.blog_content blockquote {
  margin: 30px 0;
  padding: 20px 30px;
  background: #f8f9fa;
  border-left: 4px solid #e1242a;
  font-style: italic;
  color: #555;
}

.blog_content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 4px;
}

.blog_footer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px solid #f0f0f0;
}

.blog_share {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.blog_share span {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-right: 10px;
}


.recent_blogs_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent_blogs_list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9ecef;
}

.recent_blogs_list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.recent_blogs_list li a {
  text-decoration: none;
  display: block;
}

.recent_blog_item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.recent_blog_image {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}

.recent_blog_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent_blog_info {
  flex: 1;
}

.recent_blog_info h4 {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin: 0 0 5px 0;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.recent_blog_info h4:hover {
  color: #e1242a;
}

.recent_blog_date {
  font-size: 12px;
  color: #888;
}

.recent_blog_date i {
  margin-right: 3px;
}

.read_more_btn {
  display: inline-block;
  padding: 5px 15px;
  background: #e1242a;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  margin-top: 10px;
}

.blog_date {
  display: block;
  color: #ddd;
  font-size: 12px;
  margin-top: 5px;
}

.product_overlay h4 {
  color: rgb(56, 71, 22);
  margin-top: 12px;
}
