@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;
}

img {
  max-width: 100% !important;
}

body {
  /* font-family: "Rubik", sans-serif; */
  font-family: "Poppins", sans-serif;
  overflow-x:hidden;
}

body,
html {
  scroll-behavior: smooth;
  /* font-family: "Rubik", sans-serif; */
  font-family: "Poppins", sans-serif;
}

img {
  max-width: 100% !important;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 5px !important;
}

/* about us css */

.about_us_chattle_section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.about_chattle_main_div {
  position: relative;
  background-color: var(--white-color);
  padding: 7px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.chattle_img_box_about {
  text-align: center;
  border-radius: 10px;
}

.chattle_img_box_about img {
  display: block;
  margin: auto;
  border-radius: 10px;
}

.about_chattel_overlay_div {
  text-align: center;
  position: absolute;
  top: 65%;
  right: -40%;
}

.overlay_img_box_chattle {
  text-align: center;
  position: relative;
}

.overlay_experience {
  position: absolute;
  top: 10%;
}

.overlay_experience h2 {
  font-size: 16px;
  background-color: #fff;
  padding: 8px 10px 8px 10px;
  border: 4px double var(--primary-color);
}

.overlay_img_box_chattle img {
  width: 40%;
  position: relative;
  background-color: var(--white-color);
  padding: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.movingY {
  -webkit-animation: movingY 8s linear infinite;
  animation: movingY 8s linear infinite;
}

@keyframes movingY {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.circle_img_div{
  position:absolute;
  top: -5%;
  left: -5%;
  background-color: #fff;
  width: 120px;

  border-radius: 100px;
padding: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.circle_img_div img{
  width: 120px;
  margin: auto;
  border-radius: 100px;

}



.about_chattle_text_div {
  margin: 0px 0px 0px 30px;
  position: relative;
  /* z-index: 99999; */
}

.about_chattle_head_ti {
  padding-bottom: 10px;
}

.about_chattle_head_ti h1 {
  color: var(--black-color2);
  font-size: 35px;
  text-transform: capitalize;
}

.about_chattle_head_ti h1 b {
  color: var(--primary-color);
}

.about_chattle_head_ti p {
  font-size: 15px;
  color: var(--black-color3);
  line-height: 26px;
  letter-spacing: 0.5px;
  font-weight: 400 !important;
  margin-bottom: 7px !important;
}

.nested_about_flx_chattel_div {
  margin-bottom: 10px;
  background-color: var(--white-color);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  padding: 10px;
}

.nested_about_flx_chattel_div > .d-flex > .flex-shrink-0 {
  background-color: var(--white-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  animation: pulse-animation 2s infinite;
}

.nested_about_flx_chattel_div:hover > .d-flex > .flex-shrink-0 {
  background-color: var(--secondry-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.nst_ab_plus_ani > .d-flex > .flex-shrink-0 {
  background-color: var(--white-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  animation: pulse-animation 3s infinite;
}

.nst_ab_plus_ani:hover > .d-flex > .flex-shrink-0 {
  background-color: var(--primary-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  animation: pulse-animation 3s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.nested_about_flx_chattel_div > .d-flex > .flex-shrink-0 > img {
  width: 40px;
}

.nested_about_flx_chattel_div:hover > .d-flex > .flex-shrink-0 > img {
  width: 40px;
  filter: brightness(0) invert(1);
}

.about_chattle_head_ti ul {
  list-style: none;
  padding: 0px 1px;
  margin-top: 10px;
}

.about_chattle_head_ti li {
  display: inline-block;
  margin: 0px 10px 0px 0px;
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 12px;
  font-size: 15px;
  text-transform: capitalize;
  border: 4px double var(--secondry-color);
  cursor: pointer;
}

.about_chattle_head_ti li:hover:nth-child(1) {
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 4px double var(--white-color);
}

.about_chattle_head_ti li:hover:nth-child(2) {
  background-color: var(--secondry-color);
  color: var(--white-color);
  border: 4px double var(--white-color);
}

.about_chattle_head_ti li:hover:nth-child(3) {
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 4px double var(--white-color);
}

.about_chattle_head_ti li:hover:nth-child(4) {
  background-color: var(--secondry-color);
  color: var(--white-color);
  border: 4px double var(--white-color);
}

.about_chattle_head_ti li:hover:nth-child(5) {
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 4px double var(--white-color);
}

.about_chattle_head_ti li:hover:nth-child(6) {
  background-color: var(--secondry-color);
  color: var(--white-color);
  border: 4px double var(--white-color);
}

.about_btn_chattel {
  margin-top: 30px;
}

.about_btn_chattel a {
  background-color: var(--primary-color);
  padding: 15px 30px 15px 30px;
  color: var(--white-color);
  font-size: 15px;
  letter-spacing: 1px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 4px double var(--white-color);
}

.about_btn_chattel a:hover {
  background-color: var(--black-color2);
}
/* about us css end */

/* category css */
.chattel_section_category {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--background-color);
  margin-bottom: 50px;
}

.category_head_ti_chattel {
  padding-bottom: 20px;
  text-align: center;
}

.category_head_ti_chattel h3 {
  color: var(--black-color2);
}

.category_chattel_main_div {
  margin-bottom: 20px;
  text-align: center;

  position: relative;
  border-radius: 10px;
}

.category_chattel_img_box {
  text-align: center;
  position: relative;
  border-radius: 10px;
  background-color: var(--white-color);
  padding: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
}

.category_chattel_img_box img {
  text-align: center;
  margin: auto;
  display: block;
  border-radius: 10px;
  height: 220px;
  object-fit: cover;
}

.category_one_chattel .chattel_cate_number {
  position: absolute;
  top: -25%;
  left: 2%;
}

.category_one_chattel .chattel_cate_number div {
  background-color: var(--white-color);
  width: 35px;
  height: 35px;
  border-radius: 100px;
  line-height: 35px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 500;
}

.category_one_chattel:hover .chattel_cate_number div {
  background-color: var(--secondry-color);
  width: 35px;
  height: 35px;
  border-radius: 100px;
  line-height: 35px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 16px;
  color: var(--white-color);
  font-weight: 500;
}

.category_two_chattel .chattel_cate_number {
  position: absolute;
  bottom: -25%;
  right: 2%;
}

.category_two_chattel {
  margin-top: 25px;
}

.category_two_chattel .chattel_cate_number div {
  background-color: var(--white-color);
  width: 35px;
  height: 35px;
  border-radius: 100px;
  line-height: 35px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 500;
}

.category_two_chattel:hover .chattel_cate_number div {
  background-color: var(--primary-color);
  width: 35px;
  height: 35px;
  border-radius: 100px;
  line-height: 35px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 16px;
  color: var(--white-color);
  font-weight: 500;
}

.category_three_chattel .chattel_cate_number {
  position: absolute;
  top: -25%;
  right: 2%;
}

.category_three_chattel .chattel_cate_number div {
  background-color: var(--white-color);
  width: 35px;
  height: 35px;
  border-radius: 100px;
  line-height: 35px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 500;
}

.category_three_chattel:hover .chattel_cate_number div {
  background-color: var(--secondry-color);
  width: 35px;
  height: 35px;
  border-radius: 100px;
  line-height: 35px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 16px;
  color: var(--white-color);
  font-weight: 500;
}

.category_four_chattel {
  margin-top: 25px;
}

.category_four_chattel .chattel_cate_number {
  position: absolute;
  bottom: -25%;
  right: 2%;
}

.category_four_chattel .chattel_cate_number div {
  background-color: var(--white-color);
  width: 35px;
  height: 35px;
  border-radius: 100px;
  line-height: 35px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 500;
}

.category_four_chattel:hover .chattel_cate_number div {
  background-color: var(--primary-color);
  width: 35px;
  height: 35px;
  border-radius: 100px;
  line-height: 35px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 16px;
  color: var(--white-color);
  font-weight: 500;
}

.category_name_chattel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: var(--primary-color);
  padding-top: 5px;
  margin: 8px;
}

.category_name_chattel h4 a {
  font-size: 13px;
  color: var(--white-color);
  font-weight: normal;
  letter-spacing: 0.4px;
  margin: auto;
  text-align: center;
  display: block;
  text-transform: capitalize;
}

.category_chattel_img_box:hover .category_name_chattel {
  background-color: var(--primary-color);
}

/*  *end/

/* advantage css */
.advantage_chattel_section {
  margin-bottom: 120px;
}

.advance_main_div_flx_chattel {
  background-color: var(--white-color);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 15px 7px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.advance_main_div_flx_chattel .flx_chattel_name p {
  color: var(--secondry-color);
  font-size: 15px;
  font-weight: 500;
}

.advance_chattel_btn {
  margin-top: 20px;
  margin-bottom: 25px;
}

.advance_chattel_btn a {
  background-color: var(--black-color);
  padding: 15px 30px 15px 30px;
  color: var(--white-color);
  font-size: 15px;
  letter-spacing: 1px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 4px double var(--white-color);
}

.advantage_text_div_left_chattel {
  margin-bottom: 25px;
}

.advantage_text_div_left_chattel h3 {
  color: var(--black-color2);
  text-transform: capitalize;
  font-size: 30px;
}

.advantage_text_div_left_chattel p {
  color: var(--black-color2);
  font-size: 15px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
}

.advance_chattel_img_box {
  text-align: center;
  margin-top: 10px;
  mix-blend-mode: multiply;
  filter: contrast(1);
}

.advance_chattel_img_box img {
  display: block;
  margin: auto;
  mix-blend-mode: multiply;
  filter: contrast(1);
}

/* end */

/* products css */
.chattel_products_section {
  margin-bottom: 20px;
  background-color: var(--background-color);
  padding-top: 40px;
  padding-bottom: 40px;
}

.products_head_ti {
  text-align: center;
  padding-bottom: 15px;
}

.chattel_products_main_div {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 7px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.chattel_products_img_box {
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.chattel_products_img_box img {
  display: block;
  margin: auto;
  border-radius: 5px;
  width: 100%;
  height: 215px;
  object-fit: cover;
}

.chattel_products_main_div:hover .chattel_products_img_box img {
  transform: scale(1.1, 1.1);
  transition: 0.5s ease-in-out;
  filter: brightness(70%);
}

.chattel_products_main_div h5 {
  padding-top: 7px;
  text-transform: capitalize;
}

.chattel_products_main_div h5 a {
  text-transform: capitalize;
  color: var(--secondry-color);
  text-transform: capitalize;
}

.chattel_products_main_div p {
  font-size: 14px;
  color: var(--black-color2);
}

.products_btn_div_chattel {
  padding-top: 10px;
  padding-bottom: 10px;
}

.products_btn_div_chattel a {
  background-color: var(--black-color);
  padding: 8px 16px 8px 16px;
  color: var(--white-color);
  font-size: 14px;
  letter-spacing: 1px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 4px double;
}

.products_btn_div_chattel a:hover {
  background-color: var(--primary-color);
  padding: 8px 16px 8px 16px;
  color: var(--white-color);
  font-size: 14px;
  letter-spacing: 1px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 4px double;
}

/* products css end */

/* make us css */

.make_us_chattel_section {
  margin-bottom: 10px;

  padding-top: 40px;
  padding-bottom: 90px;
}

.products_head_ti p {
  text-transform: uppercase;
  color: var(--black-color2);
  padding-bottom: 10px;
}

.make_us_chattel_main_div {
  background-color: var(--background-color);
  padding: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
}

.make_us_img_box {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.make_us_chattel_main_div:hover .make_us_img_box img {
  transform: scale(1.1, 1.1);
}

.make_us_img_box img {
  margin: auto;
  display: block;
}

.main_div_chattel_div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
}

.main_div_chattel_div:hover {
  opacity: 1;
}

.overlay_zoom_icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}

.overlay_zoom_icon a {
  background-color: rgba(255, 255, 255, 0.6);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--primary-color);
  border-radius: 100px;
}

.mail_overlay {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  text-align: center;
}

.mail_overlay a {
  text-align: center;
  font-size: 17px;
  color: var(--secondry-color);
  border-radius: 100px;
}
/*  */

/* pagetitle css */
.page_title_chattel_section {
  background-image: url(../images/pagetitle.jpg);
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.page_ti_overly_chattel_div {
  background-color: rgba(240, 237, 237, 0.9);
  padding-top: 30px;
}

.page_title_tax_chattel_main_div {
  text-align: center;
  margin: auto;
}

.page_title_tax_chattel_div {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 7px 5px 0px 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.page_title_tax_chattel_div h1 {
  color: var(--primary-color);
  text-transform: capitalize;
  font-size: 24px;
}

.page_title_tax_chattel_div ul {
  list-style: none;
  padding: 0px 6px;
  margin-top: -7px;
}

.page_title_tax_chattel_div li a {
  color: var(--black-color);
  font-weight: 500;
}

.page_title_tax_chattel_div li {
  display: inline-block;
  margin: 0px 10px 0px 0px;
  color: var(--secondry-color);
  text-transform: capitalize;
  font-size: 14px;
}

.page_title_tax_chattel_div li:before {
  position: relative;
  content: "\2059";
  margin-right: 4px;
  font-weight: bold;
  color: var(--secondry-color);
  top: -1px;
  font-size: 20px;
}

/* page titile css end */

/* why chattel wood css  */
.whycahttel_page_chattel_section {
  margin-top: 40px;
  margin-bottom: 120px;
}

.why_chattel_txt_div h2 {
  color: var(--secondry-color);
  font-size: 27px;
  font-weight: 600;
  text-transform: capitalize;
}

.why_chattel_txt_div p {
  font-size: 14px;
  color: var(--black-color3);
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 400 !important;
  margin-bottom: 7px !important;
}

.why_chattel_txt_div h3 {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  text-transform: capitalize;
}

.why_chattel_txt_div h4 {
  color: var(--secondry-color);
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
}

.why_chattel_txt_div b {
  color: var(--black-color3);
  text-transform: capitalize;
  font-size: 15px;
}

/* why chattel wood end */

/* contact us page css */
.contact_page_chattel_section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.contact_page_img_div {
  margin-bottom: 20px;
  text-align: center;
}

.contact_page_img_div img {
  margin: auto;
  text-align: center;
  display: block;
}

.contact_page_form_div {
  background-color: #fff;
  padding: 20px 30px 5px 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contact_page_form_div h2 {
  color: var(--black-color3);
  font-weight: 700;
  padding-bottom: 5px;
  text-transform: capitalize;
  font-size: 23px;
}

.contact_page_form_div .input-group ::placeholder {
  font-size: 13px;
  font-weight: 500;
}

.contact_page_form_div .input-group input,
textarea {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding: 10px 0px 10px 10px;
}

.contact_page_form_div .input-group select{
margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding: 10px 0px 10px 10px;
}

.contact_page_form_div .input-group select option{
  font-size: 14px !important;
}


.contact_page_form_div select {
 
  font-size: 14px !important;
 text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
 
}


.contact_page_form_div .input-group-text {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding-top: 13px;
  color: var(--black-color3);
  background-color: var(--white-color) !important;
}

.contact_page_form_div .input_div input.btn {
  background-color: var(--black-color3);
  padding: 12px 25px 12px 25px;
  color: #fff;
  border-radius: 0px !important;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  transition: 0.4s ease-in-out;
}

.contact_page_form_div .input_div input.btn:hover {
  background-color: var(--primary-color);
  transition: 0.4s ease-in-out;
}

.conatct_page_address_section {
  border-top: 1px solid #e9e8e8;
  margin-top: 10px;
  margin-bottom: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: var(--background-color);
}

.contact_page_address_div_txt {
  background-color: var(--white-color);
  padding: 30px 30px 30px 30px;
  margin-bottom: 20px;
}

.conatc_page_flx_div {
  margin-bottom: 12px;
}

.conatc_page_flx_div .flex-shrink-0 .fa {
  background-color: var(--white-color);
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: var(--black-color);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contact_page_flx_txt_div p {
  font-size: 15px;
  color: var(--black-color3);
  line-height: 26px;
  letter-spacing: 0.5px;
  font-weight: 400 !important;
  margin-bottom: 7px !important;
}

.contact_page_flx_txt_div a {
  font-size: 15px;
  color: var(--black-color3);
  line-height: 26px;
  letter-spacing: 0.5px;
  font-weight: 400 !important;
  margin-bottom: 7px !important;
  display:block;
}

.contact_page_map_div {
  background-color: var(--white-color);
  padding: 5px;
}

/* conatct us page css end */

/* about page css */
.about_page_section {
  padding-top: 50px;
  padding-bottom: 110px;
}

.about_page_img_div {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
}

.about_img_box_page {
  text-align: center;
}

.about_img_box_page img {
  margin: auto;
  display: block;
}

.about_page_txt_div h2 {
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

.about_page_txt_div p {
  font-size: 14px;
  color: var(--black-color3);
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 400 !important;
  margin-bottom: 7px !important;
}

/* about page css end */

/* thermo category css */
.thermo_category_page_section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.thermo_category_img_box {
  background-color: var(--white-color);
  padding: 8px;
  border-radius: 4px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
}

.thermo_category_img_box img {
  text-align: center;
  margin: auto;
  display: block;
  border-radius: 4px;
}

.thermo_category_text_box h2 {
  font-size: 25px;
  text-transform: capitalize;
}

.thermo_category_text_box b {
  color: var(--primary-color);
  text-transform: capitalize;
  font-size: 14px;
}

.thermo_category_text_box p {
  font-size: 14px;
  color: var(--black-color3);
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 400 !important;
  margin-bottom: 7px !important;
}

.category_section_m {
  background-color: var(--background-color);
  padding-top: 30px;
  margin-bottom: 50px;
  padding-bottom: 70px;
}

.category_main_div_anya {
  background-color: var(--white-color);
  padding: 5px;
  margin-bottom: 20px;
}

.category_div_anya {
  background-color: var(--background-color);
  padding: 3px;

  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  text-align: center;
}

.category_img_div_anya {
  padding-bottom: 6px;
}

.category_div_anya img {
  text-align: center;
  margin: auto;
}

.category_main_div_anya p a {
  color: var(--black-color);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.category_main_div_anya p {
  font-size: 14px;
  color: var(--black-color3);
  line-height: 23px;
  letter-spacing: 0.5px;
  font-weight: 400 !important;
}

.category_btn_div {
  padding-top: 13px;
  padding-bottom: 20px;
}

.category_btn_div a {
  background-color: var(--primary-color);
  padding: 8px 16px 8px 16px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 400;
  transition: 0.4s ease-in-out;
}

.category_btn_div a:hover {
  background-color: var(--black-color);
  padding: 8px 16px 8px 16px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 400;
  transition: 0.4s ease-in-out;
}

/* thermo category  css end */

/* flooring page css */
.flooring_page_section {
  padding-top: 50px;
  padding-bottom: 120px;
}

.flooring_page_main_box {
  position: relative;
  background-color: var(--white-color);
  padding: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
}

.flooring_page_img_box {
  text-align: center;
}

.flooring_page_img_box img {
  margin: auto;
  display: block;
}

.flooring_ovrlay_img_smaal {
  position: absolute;
  top: 10%;
  right: -6%;
  background-color: var(--secondry-color);
  padding: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.flooring_ovrlay_img_smaal img {
  width: 100px;
}

.flooring_ovrlay_img_smaal2 {
  position: absolute;
  top: 38%;
  right: -2%;
  background-color: var(--primary-color);
  padding: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.flooring_ovrlay_img_smaal2 img {
  width: 100px;
}

.flooring_ovrlay_img_smaal3 {
  position: absolute;
  top: 66%;
  right: -6%;
  background-color: var(--secondry-color);
  padding: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.flooring_ovrlay_img_smaal3 img {
  width: 100px;
}

.flooring_ttx_div_chattel {
  margin-left: 35px;
}

.flooring_ttx_div_chattel h2 {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 600;
}

.flooring_ttx_div_chattel h3 {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}

.flooring_ttx_div_chattel p {
  font-size: 14px;
  color: var(--black-color3);
  line-height: 26px;
  letter-spacing: 0.5px;
  font-weight: 400 !important;
  margin-bottom: 7px !important;
}

.flooring_ttx_div_chattel b {
  font-size: 15px;
  text-transform: capitalize;
}

.flooring_ttx_div_chattel p b {
  font-size: 14px;
}

.flooring_ttx_div_chattel2 h2 {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 600;
}

.flooring_ttx_div_chattel2 h3 {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}

.flooring_ttx_div_chattel2 p {
  font-size: 14px;
  color: var(--black-color3);
  line-height: 26px;
  letter-spacing: 0.5px;
  font-weight: 400 !important;
  margin-bottom: 7px !important;
}

.flooring_ttx_div_chattel2 b {
  font-size: 15px;
  text-transform: capitalize;
}

.flooring_ttx_div_chattel2 p b {
  font-size: 14px;
}

.overlay_icon_contact{
  position: absolute;
  bottom:2%;
  left: 0;
  right: 0;
}

.overlay_icon_contact img{
  width: 120px;
}

/* flooring page css end */


/* threed-wood css */
.threed-wood_section_anya {
  padding-top: 10px;
  padding-bottom: 50px;
}

.threed-wood_div_box_m {
  text-align: center;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  overflow: hidden;
  transition: .4s ease-in-out;
}

.threed-wood_div_box_m img {
  display: block;
  margin: auto;
}

.threed-wood_overlay_icons {
  position: absolute;
  top: 0;
  right: 0;
}

.threed-wood_overlay_icons a {
  background-color: var(--black-color3);
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  display: block;
  border-bottom: 1px solid var(--background-color);
  transition: .4s ease;
}

.threed-wood_overlay_icons a:hover {
  background-color: var(--secondry-color);
}

/* end */

/* ==========================news latter css ======================= */

.newslatter_chattel_main_div {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 15px;
  margin-bottom: 15px;
  background-color: var(--white-color);
  position: relative;
}

.overlay_news_pin {
  position: absolute;
  top: -13%;
  left: 0;
}

.overlay_news_pin img {
  width: 25px;
}

.overlay_news_pin2 {
  position: absolute;
  top: -13%;
  right: 0;
}

.overlay_news_pin2 img {
  width: 25px;
}

.newslatter_chattel_main_div p {
  color: var(--primary-color);
  text-transform: capitalize;
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.newslatter_chattel_main_div .input-group ::placeholder {
  font-size: 14px;
  font-weight: 500;
}

.newslatter_chattel_main_div .input-group input {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding: 15px 0px 18px 10px;
}

.newslatter_chattel_main_div .input-group-text {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  text-transform: uppercase;
  padding-top: 13px;
  background-color: var(--secondry-color);
}

.newslatter_chattel_main_div .input-group-text a {
  color: var(--white-color) !important;
  font-size: 14px;
  letter-spacing: 0.6px;
}

/* ==========================news latter css end======================= */

/* ================================footer css=======================================*/
.footer_area {
  background-image: url(../images/footer-img04.webp);

  -webkit-animation: slidein 20s;
  animation: slidein 20s;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes slidein {
  from {
    background-position: bottom;
  }

  to {
    background-position: -100px 0px;
  }
}

@keyframes slidein {
  from {
    background-position: bottom;
  }

  to {
    background-position: -100px 0px;
  }
}

.footer_chattel_overlay_div {
  background-color: rgba(0, 0, 0, 0.863);
  padding-top: 10px;
  padding-bottom: 30px;
}

.footer-main_div {
  background-color: var(--white-color);
  padding: 20px;
  margin-top: -100px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
}

.overlay_logo_footer_chattel_pin {
  position: absolute;
  top: -4%;
  right: 0;
  left: 0;
  text-align: center;
}

.overlay_logo_footer_chattel_pin img {
  width: 25px;
}

.footer_logo {
  margin-bottom: 15px;
}

.footer_logo img {
  width: 210px;
}

.footer-main_div p {
  color: var(--black-color2);
  font-size: 14px;
  line-height: 27px;
}

.footer-main_div p a {
  color: var(--primary-color);
}

.social_footer_chattel b {
  display: block;
  color: var(--secondry-color);
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: 0.7px;
  font-weight: 500;
}

.social_footer_chattel a {
  margin-top: 10px;
}

.social_footer_chattel a:nth-child(2) {
  background-color: var(--facebook-color);
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.social_footer_chattel a:nth-child(3) {
  background-color: var(--instagram-color);
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.social_footer_chattel a:nth-child(4) {
  background-color: var(--youtube-color);
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.footer_experience_div {
  margin-top: 15px;
}

.footer_experience_div h2 {
  color: var(--white-color);
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.4px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 17px 0px;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
  border-left: 2px double var(--white-color);
  border-right: 2px double var(--white-color);
}

.footer_chattel_hd_ti {
  padding-top: 30px;
}

.footer_chattel_hd_ti h5 {
  color: var(--white-color);
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.4px;
  padding-bottom: 8px;
}

.footer_chattel_hd_ti ul {
  list-style: none !important;
  padding: 0px 1px;
  transition: 0.5s ease-in-out;
}

.footer_chattel_hd_ti li {
  line-height: 36px;
  border-bottom: 1px dotted var(--gray-color);
  transition: 0.5s ease-in-out;
}

.footer_chattel_hd_ti li:before {
  position: relative;
  content: "\2059";
  margin-right: 4px;
  font-weight: bold;
  color: var(--white-color);
  top: -1px;
  font-size: 20px;
  transition: 0.5s ease-in-out;
}

.footer_chattel_hd_ti li a:hover {
  margin: 0px 8px;
  transition: 0.5s ease-in-out;
}

.footer_chattel_hd_ti li a {
  color: var(--white-color);
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 300;
  letter-spacing: 0.8px;
  margin: 0px 5px;
  transition: 0.5s ease-in-out;
}

.main_div_footer {
  margin-bottom: 10px;
}

.main_div_footer .d-flex .flex-shrink-0 .fa {
  background-color: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: var(--white-color);
  font-size: 14px;
}
.footer_num_div a{
    display:block
}

.footer_num_div a,
p {
  color: var(--white-color);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 23px;
  font-weight: 300;
}

.copyright-wrap {
  background-color: var(--primary-color);
  padding-top: 4px;
}

.copyright-wrap p {
  color: var(--white-color);
}

.copyright-wrap p a {
  color: var(--black-color);
  font-weight: 600;
  letter-spacing: 0.6px;
}

/* ================================footer css=======================================*/


 .mobile_call_whatsapp_fixed_main_div{
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 99999;
  }

  .mobile_whatsapp{
    display: none;
  }


  .call_icon_div{
    text-align: center;
  }

  .call_icon_div > a {
    background-color: #42210d;
    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;
  }
  /*  */
