/*@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300;400;500;600;700&display=swap');
body {
  font-family: 'Noto Sans', sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans', sans-serif;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
}

button,
input {
  overflow: visible;
}

button:focus,
.form-control:focus,
.accordion-button:focus,
.form-select:focus {
  outline: none;
  box-shadow: none;
}

table td {
  white-space: pre;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.vs_fs_50 {
  font-size: calc(1.1rem + 2vw);
}

.vs_fs_30 {
  font-size: calc(0.7rem + 1.4vw);
}

.vs_fs_40 {
  font-size: calc(0.8rem + 1.2vw);
}

.vs_fs_35 {
  font-size: 35px;
}

.vs_fs_24 {
  font-size: calc(0.7rem + 1vw);
}

.vs_fs_20 {
  font-size: 20px;
}

.vs_fs_18 {
  font-size: 18px;
}

.vs_fs_15 {
  font-size: 15px;
}

.vs_fs_12 {
  font-size: 12px;
}

.vs_fc_brown {
  color: #ab7442;
}

.vs_fc_orange {
  color: #f69a1f;
}

.vs_fc_red {
  color: #e81a29;
}

.vs_fc_a {
  color: #000;
}

.vs_fc_a:hover {
  color: #e81a29 !important;
}

.vs_lg_bg {
  background-color: whitesmoke;
}

.vs_ctm_btn {
  border: none;
  background-color: #e81a29;
  /*background-color: #f69a1f;*/
  padding: 10px 20px;
  color: #000;
  position: relative;
  transition: all 0.3s;
  z-index: 0;
  font-weight: 600;
  overflow: hidden;
  font-size: 18px;
  width: fit-content;
}

.vs_ctm_btn a {
  color: #000;
}

.vs_ctm_btn:hover {
  background-color: #000;
  color: #fff;
}

.vs_ctm_btn:hover a {
  color: #fff;
}

.vs_overlay_clr {
  position: relative;
}

.vs_overlay_clr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background: #000;
  opacity: 0.3;
}

.vs_face:hover {
  color: #1877f2 !important;
}

.vs_twit:hover {
  color: #00b6f1 !important;
}

.vs_inst:hover .bi-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

.vs_linked:hover {
  color: #0077b5 !important;
}

.vs_yout:hover {
  color: #FF0000 !important;
}

.vs_last_btn {
  position: fixed;
  bottom: 0;
  right: 0;
}


/*uss S*/


.vs_heading h1 {
  position: relative;
  display: inline-block;
  /*padding: 0 60px;*/
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 20px;
}


.vs_heading h1::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  bottom: 0;
  background-color: #f69614;
  left: 0;
}

.vs_heading h2 {
  position: relative;
  display: inline-block;
  /*padding: 0 60px;*/
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 20px;
}


.vs_heading h2::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  bottom: 0;
  background-color: #f69614;
  left: 0;
}



/*.vs_heading h1 span:first-child{
  padding-left: 15px;
}*/
.vs_heading .display-5 {
  font-size: calc(1rem + 2.1vw);
}


.vs_more_btn {
  position: relative;
  color: #e81a2a !important;
  padding-left: 85px;
  font-size: 18px;
}

.vs_more_btn:hover {
  color: #000 !important;
}

.vs_more_btn::before {
  content: "";
  position: absolute;
  width: 85px;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #e81a2a;
}

.vs_more_btn_w {
  color: #fff !important;
}

.vs_more_btn_w::before {
  content: "";
  background-color: #fff;
}

/*uss E*/


/*banner S*/


.vs_banner_navbar_section{
  margin-top: -107px;
}
.vs_bnr_sldr .item.vs_slide_item {
  /*display: flex;*/
  width: 100%;
  /*height: 100vh;*/
}

.vs_bnr_sldr.owl-theme .owl-item {
  /*display: flex;*/
}

/*.vs_bnr_sldr .owl-stage {
  display: flex;

}*/

/*.vs_bnr_sldr .owl-stage {
  transform: none !important;
    transition: none !important;
    width:auto !important;

}*/

.vs_bnr_sldr img {
  width: 100%;
  /*height: 85vh;*/
  object-fit: cover;
  object-position: top;
  /*transform: scale(1.3);
  transition: transform 7000ms ease;*/
}

.vs_bnr_sldr figure {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  /*height: 100vh;*/
  overflow: hidden;
  position: relative;
}

/*.owl-item.active .vs_slide_item figure img {
  transform: scale(1);
  transition: transform 7000ms ease;
}*/

.vs_bnr_sldr figure:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  /*background: #000000c2;*/
     background: linear-gradient(to right , rgb(0 0 0) , rgb(0 0 0 / 0%)) !important;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}


.vs_bnr_sldr figure figcaption .vs_slide_text {
  padding-left: 60px;
  padding-top: 37px;
  padding-right: 10px;
  padding-bottom: 20px;
   position: relative;
  overflow: hidden;
}


.vs_bnr_sldr {
  position: relative;
}

.vs_bnr_sldr .owl-nav {
  display: none;
}

.vs_bnr_sldr .owl-dots {
  position: absolute;
  height: 45px;
  bottom: 15px;
  left: 125px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vs_bnr_sldr .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 3px solid #FFFFFF;
  transition: all 0.5s;
  border-radius: 50%;
}


.vs_bnr_sldr .owl-dot.active {
  background-color: #FFFFFF;
}




.vs_bnr_sldr figure figcaption h2 {
  font-size: calc(0.4rem + 4vw);
  line-height: calc(0.4rem + 5vw);
}

.vs_bnr_sldr  figure figcaption h3 {
  font-size: calc(0.4rem + 3vw);
  line-height: calc(0.4rem + 4vw);
}

.vs_bnr_sldr  figure figcaption {
  position: absolute;
  left: 5%;
  top: 50%;
      transform: translate(0, -50%);
  color: #fff;
  width: 50%;
  /*background-color: #0000007a;*/
  /*opacity: 0;*/
  /*animation: captionText 0.5s ease forwards;
  animation-delay: 2s;*/
}


@keyframes captionText {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}









.vs_banner_slr .item figcaption .vs_slide_text .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.vs_banner_slr .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.vs_banner_slr .owl-item.active h3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.vs_banner_slr .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.vs_banner_slr .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}



/*banner E*/


/*about S*/


.vs_about-box {
  padding: 45px 90px 45px 45px;
  background-color: whitesmoke;
}

.vs_about-box img {
  width: 63px;
  height: 61px;
}


.vs_about-box p {
  margin-bottom: 0px;
}

.vs_about-box a {
  color: #0f4797;
}

.vs_about-box a i {
  padding-top: 3px;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}

.vs_about-box a:hover i {
  margin-left: 15px;
  transition: all 0.4s ease-in-out;
}

.vs_about_img {
  margin-left: -100px;
  position: relative;
  top: 50%;
  transform: translate(0px, -50%);
}

.vs_about_img img {
  /*height: 325px;*/
  object-fit: cover;
  border: 10px solid #fff;
  box-shadow: 0px 0px 10px #978a8a;
}


/*about E*/

/*vs_product_img S*/


.vs_product_img_box .vs_product_img:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: .2;
}

.vs_product_img_box img {
  width: 100%;
  object-fit: cover;
}

.vs_product_img_box .vs_product_img_hover {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 30px;
  text-align: center;
}

.vs_product_img_box .vs_product_img_hover_detail_top_content {
  position: relative;
  transition: all 0.5s;
}

.vs_product_img_box .vs_product_img:hover .vs_product_img_hover_detail_top_content {
  transform: translateY(-90px);
}

.vs_product_img_box h5 {
  position: relative;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.vs_product_img_box h3 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.vs_product_img_box h3:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 2px;
  height: 80px;
  transform: translate(-50%, 97px);
  transition: all 0.5s;
  background-color: #f69a1f;
}

.vs_product_img_box .vs_product_img:hover h3:before {
  height: 40px;
  transform: translate(-50%, 65px);
}

.vs_product_img_box .vs_product_img_hover_detail_text {
  color: #fff;
  position: relative;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(10px);
}

.vs_product_img_box .vs_product_img:hover .vs_product_img_hover_detail_text {
  opacity: 1;
  transform: translateY(0);
}

.vs_product_img_silder_box1 .owl-nav {
  display: none;
}

.vs_product_img_silder_box1 .owl-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding-top: 10px;
}

.vs_product_img_silder_box1 .owl-dots button {
  border-radius: 50%;
  padding: 3px;
  background-color: black;
}

.vs_product_img_silder_box1 .owl-dots .owl-dot.active {
  background-color: #e81a2a;
  border-color: #e81a2a;
}

.vs_product_img_silder_box1 figcaption {
  position: absolute;
  background-color: #ffffffb8;
  bottom: 0;
  width: 100%;
  height: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.vs_product_img_silder_box1 figure {
  transition: all 0.5s;
}

.vs_product_img_silder_box1 figure:hover figcaption {
  visibility: visible;
  opacity: 1;
}

.vs_product_img_silder_box1 figcaption::before {
  position: absolute;
  left: 50%;
  top: -32px;
  transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-top: 2em solid transparent;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-bottom: 2em solid #ffffffb8;
}

.vs_product_img_silder_box1 figcaption h2 {
  font-size: 26px;
  border-bottom: 1px solid #e81a2a;
}

/*vs_product_img E*/

.vs_why_box {
  background-color: #f5f5f5;
  border-radius: 13px;
  padding: 40px 20px;
  text-align: center;
  width: 100%;
}

.vs_why_img img {
  width: 140px;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
}


.vs_img_tab a {
  background-color: #ebebeb !important;
  color: #000;
  font-size: 15px;
  padding: 12px 10px;
}

.vs_img_tab a:hover {
  background-color: #e81a2a !important;
}

.vs_img_tab a.active {
  color: #000 !important;
}

.vs_img_tab a:hover {
  color: #fff !important;
}

.vs_img_tab img {
  width: 100%;
  object-fit: cover;
  height: 350px;
  border-radius: 30px;
}

/*** product S***/


.vs_product_carousel .owl-stage {
  display: flex;
}

.vs_product_carousel .owl-item {
  display: flex;
}

.vs_product_carousel .vs_product_img,
.vs_product_carousel .item {
  display: flex;
  width: 100%;
}

.vs_product_carousel .owl-nav {
  display: none;
}


.vs_product_carousel .vs_product_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.vs_product_carousel .owl-item.active.center {
  transform: translateY(-10px);
  transition: all 0.5s;
}

.vs_product_carousel .owl-item .vs_product_img {
  position: relative;
}


/*** product E***/


/*vs_help_box S*/

.vs_help_box {
  background-image: url(../img/home/help_img.jpg);
}

.vs_help_box figure {
  transition: all 0.5s;
}

/*.vs_help_box figure:hover .vs_help_detalis {
  width: 600PX;
  opacity: 1;
}*/

.vs_help_box .vs_help_detalis {
  transition: all 0.5s;
}

.vs_help_box figcaption .vs_help_detalis {
  background-color: #f7f7f7;
  /*width: 600px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;*/
  padding: 40px 40px;
  transition: all 0.5s;
  /*opacity: 0;*/
  overflow: hidden;
}

.vs_quote_form input {
  height: 45px;
}


/*vs_help_box E*/
/*<!-- End-To-End S -->*/

.vs_qulit_img {
  border: 1px inset;
  width: fit-content;
  padding: 13px;
  margin: auto;
  border-radius: 50%;
  transition: all 0.5s;
}

.vs_qulit_img img {
  background-color: white;
  box-shadow: 0 0 5px #dddcdc;
  padding: 15px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  transition: all 0.5s;
}

.vs_qulit_img:hover img {
  box-shadow: 0 0 10px #e3e3e3;
  /*transform: scale(1.4);
      transform: rotate(360deg);*/
  transform: rotate(360deg) scale(1.4);

}

.vs_career_box {
  border: 1px solid #bebebe;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  transition: all 0.5s;
}

.vs_career_box:hover {
  box-shadow: 0 0 10px #d7d7d7;
}

/*<!-- End-To-End E -->*/

/*vs_letest_prd_img_silder S*/


.vs_letest_prd_img_silder figure {
  transition: all 0.5s;
}

.vs_letest_prd_img_silder figure figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.5s;
}

.vs_letest_prd_img_silder figure figcaption h4 {
  left: 10px;
  position: absolute;
  bottom: 0;
  color: #fff;
  background-color: #000000b3;
  padding: 10px;
  font-size: 17px;
  border-radius: 2px;
}

.vs_letest_prd_img_silder figure:hover figcaption {
  background-color: #e81a2ad4;
}

.vs_letest_prd_img_silder figure:hover h4 {
  display: none;
}

.vs_letest_prd_img_silder figure h5 {
  left: 20px;
  position: absolute;
  top: 20px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  font-size: 24px;

}

.vs_letest_prd_img_silder figure figcaption a {
  left: 20px;
  position: absolute;
  bottom: 20px;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  visibility: hidden;
  opacity: 0;
}

.vs_letest_prd_img_silder figure figcaption a::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: white;
  top: 50%;
  transform: translate(6px, -50%);
}

.vs_letest_prd_img_silder figure figcaption a:hover {
  color: #000;
}

.vs_letest_prd_img_silder figure:hover h5,
.vs_letest_prd_img_silder figure:hover a {
  visibility: visible;
  opacity: 1;

}


.vs_letest_prd_img_silder .owl-nav {
  display: none;
}


/*vs_letest_prd_img_silder E*/


/*vs_blog_section S*/

/*.vs_blog_section{
      background-color: whitesmoke;
}*/

.vs_blog_box {
  background-color: #fff;
  border: 1px solid #e81a2a;
  border-radius: 10px;
  width: 100%;
}

.vs_blog_box img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  object-fit: cover;
}


.vs_blog_box_icon a {
  color: #f69b22;
}

.vs_blog_box_icon a:hover {
  color: #e81a29;
}

.vs_blog_sldr {}

.vs_blog_sldr .item {
  background-color: whitesmoke;
  display: flex;
}

.vs_blog_sldr .owl-nav {
  display: none;
}

.vs_blog_sldr .owl-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.vs_blog_sldr .owl-dots button {
  padding: 6px;
  border-radius: 50%;
  border: none;
  background-color: #8d8787;
}

.vs_blog_sldr .owl-dot.active {
  background-color: #e81a29;
}

.vs_blog_sldr img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.vs_blog_sldr .owl-stage,
.vs_blog_sldr .owl-item {
  display: flex;
}

.vs_blog_category a {
  color: #000;
  padding: 6px 10px;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #e81a29;
  margin-block: 10px;
  transition: all 0.5s;
}

.vs_blog_category a:hover {
  background-color: #e81a29;
  color: #fff;

}

.vs_blog_category a i {
  color: #e81a29;
}

.vs_blog_category a:hover i {
  color: #fff;
}


/*vs_blog_section E*/



.vs_all_banner img {
  width: 100%;
  /*height: 50vh;*/
  overflow: hidden;
  object-fit: contain;
}

.vs_all_banner figure {
  position: relative;
  margin-bottom: 0;
}

.vs_all_banner figure figcaption {
  position: absolute;
  bottom: 0;
  background-color: #ffffff9c;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.vs_all_banner h1{
      font-size: calc(0.4rem + 2vw);
}


/*product page S*/
.vs_page_pro_box figure {
  transition: all 0.5s;
}

.vs_page_pro_box figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: all 0.5s;
}

.vs_page_pro_box figcaption::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e81a29e0;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(50%);
}

.vs_page_pro_box figure:hover figcaption::before {
  transform: translateY(0%);
  opacity: 1;
}

.vs_page_pro_box .vs_page_pro_box_details {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #fff;
}

.vs_page_pro_box .vs_page_pro_box_details_head {
  text-align: center;
  transition: all 0.5s;
}

.vs_page_pro_box .vs_page_pro_box_details_head h5 {
  background-color: #e81a29;
  padding: 7px 10px;
  color: #fff;
}

.vs_page_pro_box .vs_page_pro_box_details_head i {
  font-size: 30px;
  color: #e81a29;
}

/* Animation property */
.vs_page_pro_box .vs_page_pro_box_details_head .icon {
  animation: wiggle 2s linear infinite;
}

/* Keyframes */
@keyframes wiggle {

  0%,
  7% {
    transform: translateY(0px);
  }

  15% {
    transform: translateY(10px);
  }

  20% {
    transform: translateY(15px);
  }

  25% {
    transform: translateY(20px);
  }

  30% {
    transform: translateY(10px);
  }

  35% {
    transform: translateY(5px);
  }

  40%,
  100% {
    transform: translateY(0px);
  }
}


.vs_page_pro_box figure:hover .vs_page_pro_box_details_head {
  opacity: 0;
}

.vs_page_pro_box .vs_page_pro_box_details_contain {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(50%);
}

.vs_page_pro_box figure:hover .vs_page_pro_box_details_contain {
  opacity: 1;
  transform: translateY(0%);
}


/*.vs_tab_model_list {
  display: grid;
  grid-template-columns: 45% 45%;
}
*/
.vs_tab_model_list a {
  background-color: #dddddd !important;
  padding: 11px;
  font-size: 19px;
  position: relative;
  color: #000 !important;
  /*text-align: center;*/
      padding-left: 25px;
}

.vs_tab_model_list a.active {
  background-color: #e81a2a !important;
  color: #fff !important;
}

/*.vs_tab_model_list a::after {
  position: absolute;
  right: 50%;
  bottom: 0%;
  transform: translate(50%, 18px);
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-left: 1em solid transparent;
  border-bottom: 0;
  border-right: 1em solid transparent;
  border-top: 1em solid #dddddd;
}*/
.vs_tab_model_list a::after {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(23px, -50%);
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-left: 1.3em solid #dddddd;
  border-bottom: 1.3em solid transparent;
  border-right: 0;
  border-top: 1.3em solid transparent;
}

/*.vs_tab_model_list a.active::after {
  border-top: 1em solid #e81a2a;
}*/
.vs_tab_model_list a.active::after {
  border-left: 1.3em solid #e81a2a;
}

.vs_tab_model_detalis h4 {
  font-size: calc(0.9rem + .3vw);
}

.vs_tab_model_detalis h4 span {
  background-color: #e81a2a;
  padding: 4px 8px;
  color: #fff;
  box-shadow: 0 0 10px #bbbbbb;
  margin-left: 13px;
}

.vs_tab_model_detalis_head {
  background-color: #f3efef;
  padding-top: 7px;
  padding-left: 10px;
  margin-bottom: 15px;
}

.vs_tab_model_detalis img {
  /*width: 100%;*/
  object-fit: cover;
}

.vs_tab_model_detalis_list {
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 5px 19px;
}

.vs_tab_model_detalis_grade li a {
  color: black;
  border: 1px solid #e81a29;
  border-radius: 5px;
  padding: 5px 10px;
}

.vs_tab_model_detalis_grade li a:hover {
  color: #000;
}

.vs_tab_model_detalis_grade li a.active {
  background-color: #e81a29;
  color: #fff;
}

.vs_number_list {
  /*border: 1px solid #080808;
    border-radius: 50%;*/
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #e81a29;
  padding: 10px;
}

.vs_modal_logo_sldr .vs_product_logo_box {
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  box-shadow: 0 0 10px #c7c2c2;
  margin: 13px 5px;
}

.vs_modal_logo_sldr .owl-nav {
  display: none;
}

.vs_product_logo_sldr .vs_product_logo_box {
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  box-shadow: 0 0 10px #c7c2c2;
  margin: 13px 5px;
}

.vs_product_logo_sldr .owl-nav {
  display: none;
}


.vs_pro_enquire_sec {
  background-color: #f5f5f5;
}

.vs_pro_enquire {
  background-color: white;
  padding: 2px;
  box-shadow: 0 0 10px #c1c1c1;
}

.vs_pro_enquire .form-control,
.vs_pro_enquire .form-select {
  padding: 15px 10px;
  border-radius: 0;
  font-size: 15px;
  background-color: #f9f9f9;
}

/*product page E*/


/*flush Door S*/
.vs_benefit_box {
  border: 1px solid #dfdfdf;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.5s;
}

.vs_benefit_box:hover {
  box-shadow: 0 0 10px #dfdfdf;
}

.vs_benefit_box img {
  width: 250px;
  object-fit: contain;
}

.vs_flush_img_silder figure figcaption {
  background-color: #e81a29;
  padding: 10px;
  text-align: center;
  color: #fff;
}

.vs_flush_img_silder .owl-item.active.center figure {
  box-shadow: 0 0 10px #cbcbcb;
}

.vs_flush_img_silder .owl-nav {
  display: none;
}

.vs_flush_img_silder .owl-dots {
  height: 45px;
  display: flex;
  align-items: center;
  gap: 12px;

  justify-content: center;

}

.vs_flush_img_silder .owl-dot {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 2px solid #e81a29;
  transition: all 0.5s;
  border-radius: 50%;
}


.vs_flush_img_silder .owl-dot.active {
  background-color: #e81a29;
}


.vs_flush_data_img {
  border: 1px solid #c1c1c1;
  box-shadow: 0 0 10px #cbcbcb;
  padding: 20px;
  text-align: center;
}

.vs_flush_img_silder img {
  width: 100%;
}

.vs_flush_data_table thead {
  background-color: #e81a29;
  color: #fff;
  border: 1px solid black;
}

.vs_flush_data_table td {
  font-size: 14px;
}

/*flush Door E*/
/*about page S*/

.vs_about_p_best img {
  border: 1px dashed gray;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 0 10px #d5d1d1;
  margin-bottom: 15px;
}

.vs_about_p_best h5 {
  font-size: 18px;
}


/*fire Page S*/
.vs_fire_img {
  box-shadow: 0 0 10px #a1a1a1;
  padding: 14px;
  text-align: center;
}

.vs_fire_feature_box {
  border: 1px dashed #e81a29;
  padding: 20px;
  box-shadow: 0 0 10px #d5d1d1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.vs_fire_feature_box h5 {
  font-size: 16px;
}

.vs_fire_feature_box:hover {
  background-color: #e81a29;
  color: #fff;
}

/*vs_news page S*/

.vs_news_details_box {
  background: #f1f1f1;
  padding: 30px;
}

.vs_news_details_box .vs_news_details_box_a a {
  color: #e81a29;
}

.vs_news_details_box .vs_news_details_box_a a:hover {
  color: #000000;
}

.vs_news_details_box p {
  color: grey;
}

.vs_single_news_box:hover {
  box-shadow: 0 0 10px #e1e0e0;
}

.vs_single_news_box {
  border: 1px solid #c7c4c4;
  padding: 15px;
  border-radius: 7px;
  transition: all 0.5s;
}

.vs_single_news_box p {
  color: #aba8a8;
}

.vs_single_news_box h5 {
  font-size: 18px;
}

.vs_news_sldr .item {
  background-color: whitesmoke;
}

.vs_news_sldr .owl-nav {
  display: none;
}

.vs_news_sldr .owl-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.vs_news_sldr .owl-dots button {
  padding: 6px;
  border-radius: 50%;
  border: none;
  background-color: #8d8787;
}

.vs_news_sldr .owl-dot.active {
  background-color: #e81a29;
}

.vs_news_sldr img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

/*vs_news page E*/

/*vs_portfolio1 S*/


.vs_portfolio1 {
  background-image: url("../img/about/vision.webp");
  background-attachment: fixed;
  background-size: cover;
}

.vs_portfolio_left {
  background-color: #ffffffbf;
  padding: 100px;
  position: relative;

}

.vs_portfolio_left::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-top: 2em solid transparent;
  border-right: 0;
  border-bottom: 2em solid transparent;
  border-left: 2em solid #f2eeeb;
}

.vs_portfolio2 {
  background-image: url("../img/about/mission.jpg");
  background-attachment: fixed;
  background-size: cover;
}

.vs_portfolio_right {
  background-color: #ffffffbf;
  padding: 100px;
  position: relative;

}

.vs_portfolio_right::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-top: 2em solid transparent;
  border-right: 0;
  border-bottom: 2em solid transparent;
  border-right: 2em solid #f2eeeb;
}

.vs_portfolio3 {
  background-image: url("../img/home/portfolio_bg_3.jpg");
  background-attachment: fixed;
  background-size: cover;
}


.vs_model_logo img {
  border-right: 1px solid #c5bbbb;
  padding-right: 28px;
}

/*vs_portfolio1 E*/
.vs_certificate .vs_certificate_box {
  transition: all 0.5s;
}

.vs_certificate .vs_certificate_box:hover {
  box-shadow: 0 0 10px #ababab;
}


/*vs_team_page S*/
.vs_team_box {
  transition: all 0.5s;
  text-align: center;
  overflow: hidden;

}

.vs_team_box img {
  transition: all 0.5s;
}

.vs_team_box:hover img {
  transform: scale(1.3);
}

.vs_team_box_hover {
  position: absolute;
  top: 0;
  right: 0;
  transition: .5s ease;
  opacity: 0;
}

.vs_team_box:hover .vs_team_box_hover {
  transition: .5s ease;
  opacity: 1;
}

.vs_team_box h3 {
  font-size: calc(1rem + .6vw);
}
.vs_team_box_details{
      background-color: #000;
    color: #fff;
}

/*vs_team_page E*/


/*why us S*/

.vs_counter_box h5 {
  font-size: calc(1rem + 1.6vw);
  font-weight: 300;
}

.vs_why_logo_sldr_box {
  background-color: #000;
  padding: 14px;
  box-shadow: 0 0 10px #e81a2924;
  border-radius: 10px;
  margin: 5px;
  text-align: center;
}

.vs_why_logo_sldr .owl-nav {
  display: none;
}

.vs_ply_fre_section {
  /*background-color: #e7e5e5;*/
}

.vs_ply_fre_box {
  text-align: right;
  position: relative;
  margin-right: 35px;
      padding-block: calc(1rem + 7vw);
}

.vs_ply_fre_box::before {
  content: "";
  position: absolute;
  width: 35px;
  border: 1px dashed #e81a29;
  transform: translate(10px, -50%);
  top: 50%;

}

.vs_ply_fre_box_left {
  text-align: left;
  position: relative;
  margin-left: 35px;
      padding-block: calc(1rem + 7vw);
}

.vs_ply_fre_box_left::before {
  content: "";
  position: absolute;
  width: 35px;
  border: 1px dashed #e81a29;
  transform: translate(-60px, -50%);
  top: 50%;

}

.vs_ply_img_round img {
  animation: Rotate-reverse 20s linear infinite;
}

@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}


.vs_ply_fre_section h5 {
  font-size: calc(0.7rem + 1vw);
  text-shadow: 0px 1px 1px #ad9d9d;
}











/*vs_promo_section S*/




 
.vs_promo_main {
    margin: 0px auto;
    width: 550px;
    height: 450px;
    position: relative;
    overflow: hidden;
    padding: 0px 50px;
}
.vs_big_circle {
 height: 100%;
    width: 100%;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: Rotate 20s linear infinite;
    background-image: url(../img/why_us/round_plywood1.png);
    background-position: center;
    background-repeat: no-repeat;
        background-size: contain;
}
.vs_circle_icon {
      width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.vs_circle_icon:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vs_circle_icon:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.vs_circle_icon:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.vs_circle_icon:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
/* circle content */
.vs_pomo_circle {
     animation: circle-rotate 20s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 67%;
    height: 87%;
    border-radius: 50%;
}
.vs_pomo_circle .vs_circle_icon{
  padding: 5px;
    width: 90px;
    height: 90px;
}

.vs_pomo_circle .vs_circle_icon img {
  animation: img-rotate 20s linear infinite;
  /*width: 100%;*/
  object-fit: contain;
}
/* center logo */
.vs_center_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #000;
}
.vs_center_title h3{
  font-size: calc(0.5rem + 1vw);
}
.vs_ply_fre_box h5, .vs_ply_fre_box_left h5{
  font-size: calc(0.5rem + 0.7vw);
      background-color: #e81a29;
    padding: 8px;
    color: #fff;
    margin-bottom: 0;
}

.vs_pomo_bottom img{
      width: calc(5rem + 10vw);
}
/* keyframe animation */

@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}



@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}



@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(-405deg);
  }
}


/*vs_promo_section E*/



.vs_ply_fre_box_aa{
      background-color: #e81a28;
    color: #fff;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    margin: auto;
     /*border: 3px solid black;*/
     position: relative;
}
.vs_ply_fre_box_aa h5{
  margin-bottom: 0;
  z-index: 99999;
}

.vs_ply_fre_box_head1{
  margin-top: -150px;
}
.vs_ply_fre_box_head4{
  margin-top: -150px;
}
.vs_ply_fre_box_aa::before{
    opacity: 0.3;
    position: absolute;
    
    font-size: 100px;
    color: #700000;
}
.vs_ply_fre_box_head1 .vs_ply_fre_box_aa::before {
  content: "1";
}
.vs_ply_fre_box_head2 .vs_ply_fre_box_aa::before {
  content: "2";
}

.vs_ply_fre_box_head3 .vs_ply_fre_box_aa::before {
  content: "3";
}

.vs_ply_fre_box_head4 .vs_ply_fre_box_aa::before {
  content: "4";
}



/*why us E


.vs_dealer_box {
  box-shadow: 0 0 10px #dddddd;
  padding: 20px;
}


/*sitemap S*/
.vs_sitemep_box {
  background: #f69b22;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  transition: all 0.5s;
}

.vs_sitemep_box:hover {
  background: #e81a29;
}

.vs_sitemep_box a {
  color: white;
  font-size: 18px;
}

.vs_sitemep_box:hover a {
  color: #000;
}

.vs_sitemep_box p a {
  color: #000;
}

.vs_sitemep_box:hover p a {
  color: #fff;
}

.vs_sitemep_box h5 {
  background: #000;
  padding: 10px;
  position: relative;

}

.vs_sitemep_box:hover h5 {
  background: #fff;
}

.vs_sitemep_box .vs_line_before {
  margin-bottom: 50px;
}

.vs_sitemep_box .vs_line_before:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 50px;
  background: white;
  top: 100%;
  left: 50%;

}


/*contact page S*/


.vs_grid_contact {
  display: grid;
  grid-template-columns: 48% 45%;
  gap: 5px;
  padding-bottom: 20px;
}

/*.vs_grid_contact h6{
      color: #e81a29;
}*/

.vs_contact_icon i {
  font-size: 35px;
  color: #e81a29;
}

.vs_contact_box {
  background: white;
  padding: 10px;
  transition: all 0.9s;
  border: 1px solid #e81a29;
  width: 100%;
}

.vs_contact_box h4 {
  color: #2c3667;
  font-weight: 600;
}

.vs_sing_form {
  background-color: #8e634e;
  color: #fff;
}

.vs_sing_form form .form-control {
  border-radius: 50px;
  padding: 10px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.vs_sing_form form ::placeholder {
  color: #fff;
}

.vs_sing_form .form-check-input {
  padding: 10px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0;
}

.vs_more_form_tab li {
  border: 1px solid #e81a29;
  position: relative;
  padding: 17px 15px;
  margin-bottom: 10px;
}

.vs_more_form_tab li p {
  font-size: 35px;
  position: absolute;
  top: -26px;
  transform: translate(-50%, 0px);
  left: 50%;
  background-color: white;
  padding: 0px 10px;
  color: #e11928;

}

.vs_more_form_tab ul {
  border: 1px solid #e81a29;
  padding: 50px;
  position: relative;
}

.vs_more_form_tab h5 {
  position: absolute;
  top: -13px;
  background-color: #fff;
  padding: 0 18px 0 0;
  left: -2px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #e81a29;
  background-color: transparent;
}

.vs_contact_box:hover {
  box-shadow: 0px 0px 10px 0 #cececff2;
}

.vs_contact_box a {
  color: #2c3667;
}

.vs_contact_box a:hover {
  color: #e81a29;
}

.vs_contact_icon:hover {
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.vs_contact_form .input-group-text {
  background-color: #e81a29;
  font-size: 18px;
  border: 1px solid red;
}


/*vs_top_ftr S*/


.vs_top_ftr a {
  color: #000;
  font-size: 25px;
}

.vs_top_ftr a i {
  font-size: 30px;
}

.vs_top_ftr a:hover {
  color: #e81a2a;
}


/*vs_top_ftr E*/


/*** Footer S ***/
footer {
  /*background-color: #f5f5f5 !important;*/

  /*background-image: linear-gradient(rgb(245 245 245), rgb(245 245 245), rgb(245 245 245), rgb(245 245 245 / 0%)),
        url(https://img.freepik.com/premium-photo/wood-texture-design-decoration_36078-112.jpg?w=2000);
        background-position: bottom;
        background-repeat: no-repeat;*/
  /*color: #697076;*/
}
.vs_footer_top_bg{
       background-color: #f5f5f5 !important;
    color: #000000;
}
.vs_footer_bottom_bg{
   background-color: #171717 !important;
    color: #ffffff;
}
.vs_footer_top_bg a{
  color: #000;
}
footer a {
  color: #fff;
}

footer a:hover {
  color: #e81a29;
}

footer h4 {
  color: #fff;
}
.vs_footer_top_bg h4 {
  color: #000;
}
.vs_ftr_form .form-control {
  background: none;
  border: 0;
  border-bottom: 1px solid #a2a2a299;
  border-radius: 0;
  height: 70px;
  color: #000;
}

footer .vs_social_icon_box {
  border-top: 1px solid #ffffff99;
  border-bottom: 1px solid #ffffff99;
}

footer .vs_social_icon li {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  transition: .3s;
  font-size: 20px;
}

/*
footer .vs_social_icon li:hover {
    color: #f69a1f;
}*/
footer .vs_social_icon li a {
  color: #fff;
}

footer .vs_ftr_list li {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

footer .vs_ftr_list li:not(:first-child):before {
  position: relative;
  content: "|";
  /*font-family: bootstrap-icons !important;*/
  font-weight: 900;
  margin-right: 10px;
  color: #697076;
}


footer .vs_ftr_list li:hover {
  box-shadow: none;
}

.vs_ftr_list_make_india img {
  /*object-fit: cover;*/
}

footer .copyright {
  font-size: 15px;
  /*border-top: 1px solid rgba(256, 256, 256, .1);*/
}


footer .copyright a:hover {
  color: #e81a29;
}

.vs_cookies_box {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  padding-block: 5px;
  box-shadow: 0px 5px 11px #938d8d;
  width: 100%;
}

.vs_fix_btn {
  position: fixed;
  bottom: 60px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: end;
}

.vs_fix_whatsup_btn img {
  width: 45px;
  object-fit: contain;
}

#vs_enquire_form .modal-content {
  background: #fff;
  box-shadow: 0 0 10px #22212182;
}

#vs_enquire_form form .form-control {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #cbcbcb;
  border-radius: 0;
}

#vs_enquire_form .btn-close {
  background-color: #e81a29;
  opacity: 1;
}


.vs_moblie_menu_ftr {
  background-color: #fff;
  padding-block: 10px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 1;
}

.vs_moblie_menu_ftr i {
  color: #e81a29;
  font-size: 20px;
}

.vs_moblie_menu_ftr a {
  color: #000;
  font-size: 13px;
}