@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');

* {
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
 }


:root {
  --primary-color: #006837;
  --secondry-color: #42210b;
  --third-color: #603813;
  --white-color: #fff;
  --black-color: #151414;
  --black-color2: #202020;
  --black-color3:#212529;
  --lightgray-color:#e7e6e6;
  --gray-color:#a1a1a1;
  --facebook-color:#3B5998;
  --instagram-color:#962fbf;
  --youtube-color:#c4302b;
  --background-color:#fafafa;

}

img {
  max-width: 100% !important;
}

body {
font-family: 'Poppins', sans-serif;
}

body,
html {
  scroll-behavior: smooth;
   font-family: 'Poppins', sans-serif;
}

a {
  text-decoration: none !important;
  }

a:focus {
  outline: none;
  text-decoration: none;
}

/* top bar css start */
.top_bar_chattle_section {
  padding: 5px 0px;
  border-bottom: 1px double #e7e6e6;
  border-top: 2px solid var(--primary-color);
}

.chattle_left_side_top a {
  font-weight: normal;
  font-size: 14px;
  color: var(--gray-color);
}

.chattle_left_side_top a span {
  padding-right: 5px;
}

.chattle_left_side_top a:hover {
  color: var(--primary-color);
}

.chattle_left_side_top a span {
  color: var(--third-color);

}

.chattle_left_side_top a:nth-child(1) {
  border-right: 1px double var(--lightgray-color);
  padding: 0px 15px 0px 0px;
}

.chattle_left_side_top a:nth-child(2) {
  padding: 0px 7px 0px 7px;
  border-right: 1px double var(--lightgray-color);
}

.chattle_left_side_top a:nth-child(3) {
  padding: 0px 7px 0px 7px;
  border-right: 1px double var(--lightgray-color);
  display: none;
}

.chattle_center_input_topbar{
  text-align: center !important;
}

.chattle_center_input_topbar .input-group ::placeholder {
  font-size: 14px;
  font-weight: 400;
}

.chattle_center_input_topbar .input-group input[type="text"] {
 font-size: 14px;
}

.chattle_center_input_topbar .input-group input {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding: 3px 0px 3px 10px;
  border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
}

.chattle_center_input_topbar .input-group-text {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  background-color: transparent !important;
  padding-top:7px;
  color: var(--black-color2);
  border-top-right-radius: 100px !important;
  border-bottom-right-radius: 100px !important;
   
}

.chattle-right_side_top {
 text-align: right;
}

.chattle-right_side_top a:nth-child(1) {
  border-right: 1px double var(--lightgray-color);
  padding: 0px 7px 0px 0px;
  font-weight: normal;
  font-size: 14px;
  color: var(--gray-color);
}

.chattle-right_side_top a:hover:nth-child(1) {
  border-right: 1px double var(--lightgray-color);
  padding: 0px 7px 0px 0px;
  font-weight: normal;
  font-size: 14px;
  color: var(--primary-color);
}

.chattle-right_side_top a span {
  padding-right: 5px;
}

.chattle-right_side_top a:nth-child(2) {
  border-right: 1px double var(--lightgray-color);
  padding: 0px 7px 0px 7px;
  font-weight: normal;
  font-size: 14px;
  color: var(--gray-color);
}


.chattle-right_side_top a:nth-child(3) {
  border-right: 1px double var(--lightgray-color);
  padding: 0px 7px 0px 7px;
  font-weight: normal;
  font-size: 14px;
  color: var(--gray-color);
}

.chattle-right_side_top a:nth-child(4) {
  border-right: 1px double var(--lightgray-color);
  padding: 0px 7px 0px 7px;
  font-weight: normal;
  font-size: 14px;
  color: var(--gray-color);
}


#google_translate_element span{
  display: none !important;
}
.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

#google_translate_element {
  width: 300px;
  float: right;
  text-align: right;
  display: block
}

#goog-gt-tt {
display: none !important;
  visibility: hidden;
}

.goog-te-gadget .goog-te-combo {
  color: var(--primary-color);
  border: none !important;
  outline: none !important;
 
}

#google_translate_element {
  width: 180px;
  float: right;
  text-align: right;
  display: block
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.google_translate_element body {
  top: 0px !important;
  display: none !important;
}

#goog-gt-tt {
  display: none !important;
  top: 0px !important;
}

.goog-tooltip .skiptranslate {
  display: none !important;
  top: 0px !important;
}

.goog-te-gadget .goog-te-combo{
  margin: 0px -30px 0px 0px !important;
}

.activity-root {
  display: hide !important;
}

.status-message {
  display: hide !important;
}

.started-activity-container {
  display: hide !important;
}

.chattle-right_side_lang_top b{
 text-align: right;
}

/* top bar css end */


/* navbar css */

.navbar-toggler {
  background-color: transparent !important;
  border: 0px !important;
  outline: none !important;
  box-shadow: none !important;
}

.navbar {
  background-color: #fff !important;
  outline: none;
  border: none;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 10px;
  padding: 0 !important;
  border-bottom: 1px double lightgray;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 99999 !important;
  transition: .4s ease-in-out;
}

.navbar-brand {
  width: 170px;
}

.navbar .navbar-nav .active {
  color: var(--primary-color);
  font-weight: 500;
  transition: .4s ease-in-out;
}

.download_btn_header button{
  background-color: var(--primary-color) !important;
  color: var(--white-color) !important;
  font-size: 14px;
  border-radius: 100px !important;
  margin: 24px 13px;
}

.download_btn_header button:hover {
  background-color: var(--primary-color) !important;
  color: var(--white-color) !important;
  font-size: 14px;
  border-radius: 100px !important;
  margin: 24px 13px;
}

.navbar .navbar-nav > li >a {
  color: var(--black-color);
  font-size: 14px;
  padding: 32px 13px;
  letter-spacing: .3px;
  transition: .4s ease-in-out;
}

.navbar .navbar-nav>li>a:hover {
  color: var(--primary-color);
  transition: .4s ease-in-out;
}

.navbar_chattle_icons li a {
  vertical-align: middle;
  align-items: center;
  transition: .4s ease-in-out;
}
/* 
.navbar_chattle_icons a:nth-child(1) {
  background-color: var(--lightgray-color);
  margin-right: 15px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100px;
  color: var(--secondry-color);
  font-size: 14px;
  margin: 20px 13px;
} */

.navbar_chattle_icons{
  float: right;
  transition: .4s ease-in-out;
}

.navbar-nav > .dropdown > .dropdown-menu{
  padding: 0px !important;
  border-radius: 0px !important;
  outline: none !important;
  border: none !important;
  width: 230px !important;

}

.navbar-nav>.dropdown>.dropdown-menu3 {
  padding: 0px !important;
  border-radius: 0px !important;
  outline: none !important;
  border: none !important;
  width: 180px !important;

}

.navbar-nav > .dropdown:hover > .dropdown-menu:before{
position: absolute;
top: -17%;
border-top: 15px solid rgba(255, 255, 255, 0);
border-bottom: 15px solid var(--primary-color);
border-left: 15px solid rgba(255, 255, 255, 0);
border-right: 15px solid rgba(255, 255, 255, 0);
content: '';

}

.navbar-nav>.dropdown:hover>.dropdown-menu2:before {
  position: absolute;
  top: -11% !important;
  border-top: 15px solid rgba(255, 255, 255, 0);
  border-bottom: 15px solid var(--primary-color);
  border-left: 15px solid rgba(255, 255, 255, 0);
  border-right: 15px solid rgba(255, 255, 255, 0);
  content: '';

}

.navbar-nav>.dropdown:hover>.dropdown-menu3:before {
  position: absolute;
  top: -22% !important;
  border-top: 15px solid rgba(255, 255, 255, 0);
  border-bottom: 15px solid var(--primary-color);
  border-left: 15px solid rgba(255, 255, 255, 0);
  border-right: 15px solid rgba(255, 255, 255, 0);
  content: '';

}

.navbar-nav > .dropdown:hover > .dropdown-menu{
  display: block;
 }

.navbar-nav > .dropdown > .dropdown-menu > li{
  border-bottom: 1px double  var(--lightgray-color);
  transition: .4s ease-in-out;
  
}

.navbar-nav > .dropdown > .dropdown-menu > li:hover {
  border-bottom: 1px double var(--lightgray-color);
    background-color: var(--primary-color) !important;
    transition: .4s ease-in-out;
}


.navbar-nav > .dropdown > .dropdown-menu > li > a{
  background-color: transparent !important;
  color: var(--black-color);
  font-size: 14px;
  padding: 6px 10px !important;
  transition: .4s ease-in-out;
}
.navbar-nav > .dropdown > .dropdown-menu > li > a:hover {
  color: var(--white-color);
  margin: 0px 0px 0px 7px;
  transition: .4s ease-in-out;

}

.navbar-nav > .dropdown > .dropdown-menu .active {
  color: var(--white-color);
  font-weight: 500;
  background-color: var(--primary-color) !important;
  margin: unset !important;
  transition: .4s ease-in-out;
}

.navbar-nav > .dropdown > .dropdown-menu:hover .active {
  color: var(--white-color);
  font-weight: 500;
  background-color: var(--secondry-color) !important;
  margin: unset !important;
  transition: .4s ease-in-out;
}

.navbar-nav>.dropdown>.dropdown-menu:hover:before {
  position: absolute;
  top: -17%;
  border-top: 15px solid rgba(255, 255, 255, 0);
  border-bottom: 15px solid var(--secondry-color);
  border-left: 15px solid rgba(255, 255, 255, 0);
  border-right: 15px solid rgba(255, 255, 255, 0);
  content: '';
  transition: .4s ease-in-out;
}

.navbar_chattle_icons a:hover:nth-child(1) {
  background-color: var(--third-color);
  color: var(--white-color);
  transition: .4s ease-in-out;
}

.navbar_chattle_icons a:nth-child(1) {
  margin: 20px 13px;
  background-color: var(--primary-color);
  padding: 10px 30px 10px 30px;
  color: var(--white-color);
  font-size: 14px;
  border-radius: 100px;
  font-weight: 500;
  transition: .4s ease-in-out;
}

.navbar_chattle_icons a:hover:nth-child(1) {
  margin: 20px 13px;
  background-color: var(--black-color);
  padding: 10px 30px 10px 30px;
  color: var(--white-color);
  font-size: 14px;
  border-radius: 100px;
  font-weight: 500;
  transition: .4s ease-in-out;
}

.navbar_chattle_icons .fa-user {
  margin-right: 3px;
  font-weight: 500;
  transition: .4s ease-in-out;
}

.navbar_chattle_icons a:hover:nth-child(1) .fa-user {
  color: var(--white-color);
  transition: .4s ease-in-out;
}


.search_bar_form_chattle{
  position: absolute;
  top: 100%;
  right: 13%;
}

.active_class{
  box-shadow: none;
    border: none;
    border: 1px solid var(--gray-color);
  opacity: 1 !important;
  visibility: visible !important;

}

.search_bar_form_chattle input{
  box-shadow: none;
  border: none;
  border: 1px solid var(--gray-color);
  padding: 8px;
opacity: 0;
visibility: hidden;
}


.search_bar_form_chattle input:focus {
  box-shadow: none;
  border: none;
  border: 1px solid var(--primary-color) !important;
  padding: 8px;
  outline: none !important;
}

.search_bar_form_chattle ::placeholder{
  font-size: 14px;
}

/* navbar css end */

/*  */

.offcanvas.offcanvas-start{
  z-index: 99999;
}

.offcanvas_btn {
  border: none !important;
  border-radius: 0px !important;
  outline: none !important;
  font-size: 23px;
  display: none;
  box-shadow: none !important;
}

/* mobile menu css  */
.offcanvas {
  padding: 0;
  margin: 0;
}

.offcanvas-header {
  border-bottom: 1px solid lightgray;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
}


.offcanvas-header {
  border-bottom: 2px solid var(--primary-color);
  background-color: #ffffff;
  padding: 5px 15px 5px 10px;
  margin: 0;
  border-top: 2px solid #fff;

}

.offcanvas-header .offcanvas-title img {
  width: 130px;

}

.offcanvas-header button {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  padding: 0px;
}

.offcanvas-header span {
  background-color: var(--primary-color) !important;
  border: none !important;
  outline: none !important;
  color: #fff !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100px !important;
  font-size: 15px;
}

.offcanvas-body {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  padding: 0;
  margin: 0;
}

.mobile_navbar .main_ul {
  padding: 0;
  margin: 0;
}


.mobile_navbar .main_ul>li {
  list-style: none;
  border-bottom: 1px solid lightgrey;
  padding: 7px 15px 7px 25px;
  text-transform: uppercase;
}

.mobile_navbar .main_ul>li>a {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
}

.mobile_navbar .main_ul > li > a > span {
  float: right;
  padding: 7px 15px 7px 25px;
  font-size: 16px;
  cursor: pointer;
}
.thermo_card_body {
  padding: 0;
  margin: 0;
  border: none !important;
}

.thermo_card_body>.thermo_ul {
  padding: 0;
  margin: 0;
  background-color: var(--primary-color);
}

.thermo_card_body>.thermo_ul>li {
  list-style: none;
  border-bottom: 1px solid lightgrey;
  padding: 7px 15px 7px 25px;
  text-transform: capitalize;
}


.thermo_card_body>.thermo_ul>li>a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

/*  */

.prodct_menu_cardbody {
  padding: 0;
  margin: 0;
  border: none !important;
}

.prodct_menu_cardbody>.product_menu_ul {
  padding: 0;
  margin: 0;
  background-color: #212121;
}

.prodct_menu_cardbody>.product_menu_ul>li {
  list-style: none;
  border-bottom: 1px solid lightgrey;
  padding: 7px 15px 7px 25px;
  text-transform: capitalize;
}


.prodct_menu_cardbody>.product_menu_ul>li>a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.prodct_menu_cardbody>.product_menu_ul>li>span {
  float: right;
  padding: 7px 15px 7px 25px;
  font-size: 14px;
  color: #fff !important;
  cursor: pointer;
}


.prodct_submenu_cardbody>.submenu_ul>li>span {
  float: right;
  padding: 7px 15px 7px 25px;
  font-size: 14px;
  color: #fff !important;
  cursor: pointer;
}


/*  */


/*  */

.prodct_submenu_cardbody {
  padding: 0;
  margin: 0;
  border: none !important;
}

.prodct_submenu_cardbody>.submenu_ul {
  padding: 0;
  margin: 0;
  background-color: var(--primary-color);
}


.prodct_submenu_cardbody>.submenu_ul2 {
  padding: 0;
  margin: 0;
  background-color: #212121;
}

.prodct_submenu_cardbody>.submenu_ul>li {
  list-style: none;
  border-bottom: 1px solid lightgrey;
  padding: 7px 15px 7px 25px;
  text-transform: capitalize;
}


.prodct_submenu_cardbody>.submenu_ul>li>a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: #fff;

}

.prodct_submenu_cardbody li a span {
  float: right;
  padding: 7px 15px 7px 25px;
}

.mobile_navbar .main_ul>li>a {
  color: #636161 !important;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .3px;

  white-space: normal;
}

/*  */

/*  */

.offcanvas_search_input_div{
  padding: 10px;
}


.offcanvas_search_input_div .input-group ::placeholder {
  font-size: 14px;
  font-weight: 500;
}

.offcanvas_search_input_div .input-group input {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding: 10px 0px 10px 10px;
}

.offcanvas_search_input_div .input-group-text {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  background-color: transparent !important;
  padding-top: 13px;
  color: var(--primary-color);
}

.offcanvas_search_input_div .input-group span{
  cursor: pointer;
}


.offcanvas_conatct_div {
  padding: 7px 15px 7px 25px;


}

.offcanvas_conatct_div p {
  font-size: 14px;
  line-height: 23px;
  font-weight: normal;
  color: var(--black-color);
}

.followus_div b {
  color: #000;
  text-transform: capitalize;
}

.followus_div>li {
  display: inline-block;
}

.followus_div>li>a {
  margin: 0px 1px;
}

.followus_div > li:nth-child(1) > a {
  color: var(--primary-color);
  margin: 0px 10px 0px 0px;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100px;
  font-size: 20px;
  cursor: default;
}

.followus_div > li:nth-child(2) > a {
  background-color: #3b5998;
  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.followus_div>li:nth-child(3)>a {
  background-color: #962fbf;

  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.followus_div>li:nth-child(4)>a {
  background-color: #c4302b;

  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.offcanvas_conatct_div b {
  color: var(--primary-color);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: normal;
}

.offcanvas_conatct_div p a {
  display: block;
  color: rgb(51, 50, 50);
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;

}

.offcanvas_conatct_div p strong {
  font-size: 14px;
  color: gray;
}

.offcanvas_ti h3 {
  font-size: 20px;
  background-color: #212121;
  padding: 0px 15px 0px 25px;
  color: #fff;
  text-transform: capitalize;
}

/*  */


/* slider css */
.slider_section_chattel2{
  display:none;
}
/* end */