@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@200;300;400;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap');





@font-face {

  font-family: nova;

  src: url(../font/Proxima_Nova_Font.otf);

}



@font-face {

  font-family: light;

  src: url(../font/quasimoda-light.otf);

}





body {

  font-family: 'Roboto Flex', sans-serif;

  /*letter-spacing: 1px;*/



}



/*.vs_cursor{

      cursor: url(../img/mirror_icon.png), auto;

}*/



h1,

h2,

h3,

h4,

h5,

h6 {



  font-family: 'Rubik', sans-serif;

}



p {

  font-weight: 300;

}



* {

  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 {

  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_15 {

  font-size: 15px !important;

}



.vs_fs_12 {

  font-size: 12px;

}



.vs_fc_blue {

  color: #22648a;

}



.vs_fc_red {

  color: #d1131e;

}



.vs_fc_green {

  color: #73bd1b;

}



.vs_bg_green {

  background-color: #73bd1b !important;

}



.vs_bg_orange {

  background: #22648a;

}



.vs_fc_a {

  color: #000;

}



.vs_fc_a:hover {

  color: #d1131e !important;

}



.vs_bg_grey {

  background-color: #f9f9f9bf;

}



.vs_ctm_btn {

  background: #d1131e;

  padding: 10px 20px;

  width: auto;

  border: 1px solid #d1131e;

  position: relative;

  transition: all 0.3s;

  z-index: 1;

  overflow: hidden;

  font-size: 16px;

  border-radius: 3px;

  color: #fff;

}



.vs_ctm_btn:hover {

  color: #fff;

}



.vs_ctm_btn:after {

  background: #000;

  content: '';

  position: absolute;

  z-index: -1;

  transition: all 0.3s;

  height: 100%;

  left: 0%;

  top: 0;

  transform: skew(149deg);

  transition-duration: 0.6s;

  transform-origin: left;

  width: 0;

  color: #fff;

}



.vs_ctm_btn:hover:after {

  height: 100%;

  width: 100%;

}



.vs_ctm_btn:hover a {

  color: #fff;

}





.vs_ctm_btn a {

  color: #fff;

  text-decoration: none;

}





.vs_overlay_clr {

  position: relative;

}



.vs_overlay_clr:before {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0px;

  background: #000;

  opacity: 0.6;

}



.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;

}



.text-justify {

  text-align: justify;

}



/*uss S*/



.vs_heading {

  position: relative;

}



.vs_heading h1 {

  display: inline-block;

  font-size: calc(1rem + 1.7vw);

  margin-bottom: 0px !important;

  text-transform: uppercase;

  /*padding-left: 10px;*/

  font-weight: 100;

}



.vs_heading h1 span {

  font-weight: 500;



}



/*.vs_heading::before{

  width: 15px;

    height: 15px;

    position: absolute;

    content: "";

    background-color: #ff000000;

    border-left: 3px solid #d1131e;

    border-top: 3px solid #d1131e;

}



.vs_heading::after{

      width: 15px;

    height: 15px;

    position: absolute;

    content: "";

    background-color: #ff000000;

    border-right: 3px solid #d1131e;

    border-bottom: 3px solid #d1131e;

    bottom: 0;



}

*/





.vs_more_btn {

  position: relative;

  color: #22648a;

  font-size: 15px;

  transition: all 0.5s;

  padding-right: 50px;

}



.vs_more_btn:hover {

  color: #000 !important;

}



.vs_more_btn::after {

  content: "\F138";

  position: absolute;

  font-family: bootstrap-icons !important;

  color: #22648a;

  font-size: 16px;

  padding-left: 9px;

  transition: all 0.5s;

}



.vs_more_btn:hover::after {

  padding-left: 20px;

}



.vs_more_btn_w {

  color: #fff;

}



.vs_more_btn_w:hover {

  color: #fff !important;

}



.vs_more_btn_w::after {

  color: #fff;

}



/*uss E*/





/*banner S*/





.vs_bnr_sldr .item.vs_slide_item {

  width: 100%;



}



.vs_bnr_sldr.owl-theme .owl-item {

  /*display: flex;*/

}





/*.vs_bnr_sldr img {

  width: 100%;

  object-fit: cover;

  object-position: top;

}*/



.vs_bnr_sldr figure {

  margin-bottom: 0;

  display: flex;

  width: 100%;

  overflow: hidden;

  position: relative;

}





.vs_bnr_sldr .vs_slide_item figure:before {

  content: "";

  position: absolute;

  top: 0px;

  left: 0px;

  background-image: linear-gradient(90deg, black 50%, #ffffff00 50%);

  opacity: 0.8;

  width: 100%;

  height: 100%;

}





.vs_bnr_sldr figure figcaption .vs_slide_text {

  padding-left: 20px;

  padding-top: 39px;

  padding-right: 60px;

  padding-bottom: 20px;

  position: relative;

  /* padding: 50px 60px; */

  overflow: hidden;

  border: 10px solid #fff;

}





.vs_bnr_sldr {

  position: relative;

}



.vs_bnr_sldr .owl-nav {

  display: none;

}



.vs_bnr_sldr .owl-dots {

  position: absolute;

  bottom: 20px;

  left: 60px;

}



.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 h1 {

  font-size: calc(0.5rem + 3.4vw);

  line-height: calc(0.5rem + 4.5vw);

  /*font-weight: 600;*/

  text-transform: uppercase;

}



.vs_bnr_sldr figure figcaption h2 {

  font-size: calc(0.3rem + 2vw);

  line-height: calc(0.3rem + 2.3vw);

  /*margin-bottom: 20px;*/

}



.vs_bnr_sldr figure figcaption {

  position: absolute;

  left: 5%;

  top: 50%;

  transform: translate(0, -50%);

  color: #fff;

  width: 40%;



}





.vs_bnr_sldr figure img {

  width: 100%;

}





/*banner E*/





.vs_bb_img_box {

  position: relative;

}



.vs_bb_img_box::before {

  background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0;

  content: "";

  height: 0;

  left: 0;

  margin: auto;

  opacity: 1;

  position: absolute;

  top: 0;

  width: 0;

  z-index: 1;

  pointer-events: none;

}



.vs_bb_img_box:hover:before {

  height: 100%;

  opacity: 0;

  transition-duration: 1.3s;

  width: 100%;

}



.vs_bb_img_box::after {

  background: rgba(255, 255, 255, 0.98);

  bottom: 0;

  content: "";

  height: 0;

  opacity: 1;

  position: absolute;

  right: 0;

  width: 0;

  pointer-events: none;

}



.vs_bb_img_box:hover:after {

  height: 100%;

  opacity: 0;

  transition-duration: 1.3s;

  width: 100%;

}





/*<!-- End-To-End S -->*/

.vs_qulit_sevtion a{

  color: #585858;

}

.vs_qulit_img {

  border: 1px inset #dddcdc;

  width: fit-content;

  padding: 8px;

  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: 60px;

  height: 60px;

  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);



}





/*<!-- End-To-End E -->*/





/*product slider S*/





.vs_pro_sldr .owl-nav {

  display: none;

}



.vs_pro_sldr {

  transition: all 0.5s;

}



.vs_pro_sldr .owl-stage,

.vs_pro_sldr .owl-item,

.vs_pro_sldr .item {

  display: flex;

}



.vs_pro_sldr .vs_pro_box1 {

  display: flex;

}



.vs_pro_sldr figure {

  position: relative;

  /* border: 1px solid #000000; */

  text-align: center;

  margin: 10px;

  box-shadow: 0px 0px 10px #e7e7e7;

}



.vs_pro_sldr figcaption {

  position: absolute;

  top: 50%;

  left: 50%;

  width: 100%;

  height: 100%;

  background-color: #000000c9;

  display: flex;

  justify-content: center;

  align-items: center;

  transform: translate(-50%, -50%);

  color: #fff;

  opacity: 0;

  transition: all 0.5s;





}



.vs_pro_sldr figure:hover figcaption {

  opacity: 1;

}



.vs_pro_sldr .owl-dots button {

  padding: 6px;

  border-radius: 50%;

  border: none;

}



.vs_pro_sldr .owl-dots {

  display: flex;

  justify-content: center;

  gap: 13px;

  margin-top: 13px;

}



.vs_pro_sldr .owl-dots .owl-dot.active {

  background-color: #d1131e;

}





/*product slider E*/





/*vs_sng_pro_sldr slider S*/





.vs_sng_pro_sldr {

  transition: all 0.5s;

  position: relative;

}



.vs_sng_pro_sldr .owl-stage,

.vs_sng_pro_sldr .owl-item,

.vs_sng_pro_sldr .item {

  display: flex;

  width: 100%;

}



.vs_sng_pro_sldr .vs_pro_box1 {

  display: flex;

}



.vs_sng_pro_sldr figure {

  position: relative;

  /* border: 1px solid #000000; */

  text-align: center;

  margin: 10px;

  box-shadow: 0px 0px 10px #e7e7e7;

}



.vs_sng_pro_sldr figcaption {

  position: absolute;

  top: 50%;

  left: 50%;

  width: 100%;

  height: 100%;

  background-color: #000000c9;

  display: flex;

  justify-content: center;

  align-items: center;

  transform: translate(-50%, -50%);

  color: #fff;

  opacity: 0;

  transition: all 0.5s;





}



.vs_sng_pro_sldr figure:hover figcaption {

  opacity: 1;

}



.vs_sng_pro_sldr .owl-dots button {

  padding: 6px;

  border-radius: 50%;

  border: none;

}



.vs_sng_pro_sldr .owl-dots {

  display: flex;

  justify-content: center;

  gap: 13px;

  margin-top: 13px;

}



.vs_sng_pro_sldr .owl-dots .owl-dot.active {

  background-color: #d1131e;

}



.vs_sng_pro_sldr .owl-nav button {

  position: absolute;

  top: 50%;

  border: 0;

  background-color: transparent;

}

.vs_sng_pro_sldr .owl-dots.disabled, .vs_sng_pro_sldr .owl-nav.disabled{

  display: none;

}



.vs_sng_pro_sldr .owl-prev {

  left: 0;

}



.vs_sng_pro_sldr .owl-next {

  right: 0;

}



.vs_sng_pro_sldr .owl-nav span {

  font-size: 50px;

  line-height: 0;

}



.vs_sng_pro_box_bg {

  background-color: #dfdfdf;

  width: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 10px;



}



.item:has(.vs_sng_pro_box_bg){

  display: none;

}



.vs_sng_pro_box1 h4 {

  font-size: 17px;

}



.vs_sng_pro_box_bg a {

  color: #000000;

  border: 1px solid #d1131e;

  padding: 10px;

}



.vs_sng_pro_box_bg a {

  color: #fff;

  background-color: #d1131e;

}



/*vs_sng_pro_sldr slider E*/





.vs_service_box {

  /*text-align: center;*/

  border-right: 1px solid #c7c7c7;

  padding: 15px;

  transition: all 0.5s;

}



.vs_service_box:hover {

  /*box-shadow: 0 0 10px #80808063;*/

  background-color: #e81929;

  color: #fff;

}



.vs_service_icon {

  text-align: center;

  width: fit-content;

  /*margin: auto;*/

  padding: 10px;

  /*border-radius: 50%;*/

  /*border: 1px solid #d1131e47;*/

  transition: all 0.5s;

  /*background-color: #ebebeb;*/

}



.vs_service_icon img {

  width: 90px;

  object-fit: cover;

  transition: all 0.5s;



}



.vs_service_box.active {

  background-color: #e81929;

  color: #fff;

}



.vs_service_box.active img {

  filter: invert(1);

}



.vs_service_box:hover img {

  filter: invert(1);



}



.vs_service_box h6 {

  font-size: 18px;

  padding-block: 15px 5px;

  text-transform: uppercase;



}



.vs_service_box p {

  font-size: 15px;

}



.vs_service_box:hover .vs_more_btn_w {

  color: #fff !important;

}





.vs_better_bg {

  background-color: #e9e9e9;

}



.vs_better_right {

  background-color: #000;

  color: #fff;

}





/*** Testimonial S***/

.vs_testimonial_carousel {

  position: relative;

}





.vs_testimonial_carousel .owl-nav {

  display: none;

}



.vs_testimonial_carousel .owl-dots {

  position: absolute;

  bottom: 2px;

  left: 50%;

  transform: translate(-50%, 0px);

}



.vs_testimonial_carousel .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_testimonial_carousel .owl-dot.active {

  background-color: #d1131e;

  border: 3px solid #d1131e;

}



.vs_testimonial_img img {

  width: 90px;

  height: 90px;

}



.vs_testi_sldr_star i {

  color: orange;

}



/*** Testimonial E***/



/*vs_video_box s*/

.vs_video_box {

  background-color: #000;

  padding: 0px;

}



/*vs_video_box E*/



/*vs_all_banner s*/

.vs_all_banner img {

  /*height: 240px;*/

  object-fit: cover;

  width: 100%;

}



.vs_all_banner figure {

  margin-bottom: 0;

  position: relative;

}



/*.vs_all_banner figure:before {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0px;

  background: #0000008c;

  opacity: 0.5;

  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);

}*/



.vs_all_banner figcaption {

  position: absolute;

  top: 50%;

  display: flex;

  align-items: center;

  width: 100%;

  /* transform: translate(0px, -50%); */

  background-color: #e81a29;

  width: auto;

  padding: 10px;

  color: #fff;

  border-top-right-radius: 50px;

  border-bottom-right-radius: 50px;

}



.vs_all_banner figcaption .bg-white {

  border-top-left-radius: 40px;

  border-bottom-left-radius: 40px;

  padding-left: 20px !important;

  background-color: #22648a !important;

  color: #fff;



}



.vs_all_banner figcaption h2 {

  font-size: calc(0.6rem + 1vw);

  font-weight: 600;

}



.vs_all_banner figcaption li {

  font-size: 16px;

}



.vs_all_banner figcaption a {

  color: #000;

}



.vs_all_banner figcaption a:hover {

  color: #fff;

}



.vs_all_banner_menu {

  background-color: #d7d7d7;

  padding: 10px;

  padding-left: 40px;

}



.vs_all_banner_menu a {

  color: #000;

}



.vs_all_banner_menu li {

  color: #e81a29;

}



.vs_all_banner_menu a:hover {

  color: #e81a29;

}



/*vs_all_banner E*/



.vs_payment_img {

  text-align: center;

  box-shadow: 0 0 10px #dfdfdf99;

}



.vs_payment_img img {

  width: 150px;

  object-fit: contain;

}



.vs_payment_box {

      display: flex;

    gap: 25px;

    /* background-color: red; */

    box-shadow: 0 0 10px #a3a3a3;

    padding: 40px;

    border-radius: 10px 10px;

    align-items: center;

    width: 100%;

    transition: all 0.5s;

    justify-content: center;

}



.vs_payment_box_section a {

 width: 100%;

}

.vs_payment_box p{

   font-size: 22px;

 color: #000;

 margin-bottom: 0;

}

.vs_payment_box:hover p{

  color: #fff;

}



.vs_payment_box img {

  width: 60px;

  filter: invert(11%) sepia(95%) saturate(6836%) hue-rotate(354deg) brightness(86%) contrast(90%);

}







.vs_payment_box:hover {

  transform: translateY(-10px);

    background-color: #000; 

}





.vs_pro_box {

  /*border: 1px solid #e1e0e0; */

  border-radius: 0%;

  overflow: hidden;

  position: relative;

  transition: all 0.5s;

  background-color: #f3f3f3;

  margin-bottom: 24px;

}



.vs_pro_box:hover {

  /*border-radius: 50%;*/

}



/*.vs_pro_box figure::after {

      content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    background-color: #d1131ea3;

    top: 0%;

    left: 0%;

    opacity: 0;

}

.vs_pro_box figure:hover::after{

  opacity: 1;

}*/

.vs_pro_box figure figcaption {

  width: 100%;

  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  /*position: absolute;*/

  top: 50%;

  left: 50%;

  /*transform: translate(-50%, -50%);*/

  /*background-color: #d1131ee0;*/

  opacity: 1;

}



.vs_pro_box figure figcaption h4 {

  font-size: 16px;

  text-align: center;

  padding: 0 4px;

  font-weight: 400;

}



.vs_pro_box figure figcaption a {

  color: #000;

}



/*.vs_pro_box figure:hover figcaption{

  opacity: 1;

}*/



.vs_pro_single {

  background-color: #d7d7d7;

  border-radius: 15px;

}



.vs_pro_single_box {

  text-align: center;

}



.vs_pro_single_box h1 {
    /*border-bottom: 1px solid black;
    padding-bottom: 15px;
    margin-bottom: 15px;
*/
    
    margin: auto;
    padding: 10px;
    color: #fffff;
    font-size: 48px;
}

.vs_pro_single_icon {
    display: flex;
    gap: 6px;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 20px;
}



.vs_pro_single_icon {

  display: flex;

  gap: 16px;

  justify-content: center;

  flex-wrap: wrap;

  padding-top: 20px;

}



.vs_pro_single_icon h6 {
    font-weight: 400;
}

.vs_pro_single_icon .vs_pro_single_icon_box {
    text-align: center;
    width: 120px;

}

.vs_pro_single_icon .vs_pro_single_icon_box img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
}

.vs_pro_feature_box {
    text-align: left;
    padding-top: 20px;
}

.vs_pro_feature_box h5 {
    color: #d1131e;
    font-size: 26px;
}

.vs_pro_single_head {
    background-color: #e81929;
    margin: auto;
    width: 36%;
    padding: 7px;
    margin-bottom: 24px;
    border-radius: 8px;
    color: white;

}





/*.vs_pro_feature_box nav{

  display: grid;

  grid-template-columns: 45% 45%;

  gap:10px;

}*/



.vs_pro_best img {
    border: 1px dashed gray;
    border-radius: 50%;
    
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.vs_pro_best h5 {
    font-size: 16px;
}





/*vs_blog_section S*/



/*.vs_blog_section{

      background-color: whitesmoke;

}*/



.vs_blog_box {

  background-color: #fff;

  border: 1px solid #d1131e;

  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: #d1131e;

}



.vs_blog_box_icon a:hover {

  color: #000;

}



.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: #d1131e;

}



.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 #d1131e;

  margin-block: 10px;

  transition: all 0.5s;

}



.vs_blog_category a:hover {

  background-color: #d1131e;

  color: #fff;



}



.vs_blog_category a i {

  color: #d1131e;

}



.vs_blog_category a:hover i {

  color: #fff;

}





/*vs_blog_section E*/



/*gallery S*/



.vs_gallery_img {

  border: 1px solid #dddada;

  transition: all 0.5s;

}



.vs_gallery_img img {

  transition: all 0.5s;

  width: 100%;

  object-fit: cover;

}



.vs_gallery_img:hover img {

  transform: scale(1.5);

  cursor: zoom-in;

}



/*gallery E*/



.vs_product_img figure {

  border: 1px solid #dddada;

  transition: all 0.5s;

  overflow: hidden;

}



.vs_product_img img {

  transition: all 0.5s;

}



.vs_product_img:hover img {

  transform: scale(1.5);

  cursor: zoom-in;

}



.vs_product_img figcaption {

  position: absolute;

  top: 50%;

  left: 50%;

  width: 100%;

  height: 100%;

  transform: translate(-50%, -50%);

  display: flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  background-color: #ffffffe3;

  /* color: #ffff; */

  padding: 10px;

  opacity: 0;

  transition: all 0.5s;

}



.vs_product_img figure:hover figcaption {

  opacity: 1;

}



.vs_product_img figcaption a {

  color: #000;

}



.vs_product_img figcaption a:hover {

  color: #d1131e;

}



.vs_category_box{

  position: relative;

}



.vs_category_box::before {

  background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0;

  content: "";

  height: 0;

  left: 0;

  margin: auto;

  opacity: 1;

  position: absolute;

  top: 0;

  width: 0;

  z-index: 1;

  pointer-events: none;

}



.vs_category_box:hover:before {

  height: 100%;

  opacity: 0;

  transition-duration: 1.3s;

  width: 100%;

}



.vs_category_box::after {

  background: rgba(255, 255, 255, 0.98);

  bottom: 0;

  content: "";

  height: 0;

  opacity: 1;

  position: absolute;

  right: 0;

  width: 0;

  pointer-events: none;

}



.vs_category_box:hover:after {

  height: 100%;

  opacity: 0;

  transition-duration: 1.3s;

  width: 100%;

}







.vs_contact_box i {

  font-size: 20px;

  background-color: #d1131e;

  padding: 3px 10px;

  color: #fff;

}



/*** Footer S ***/

footer {

  /* background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/ftr_bg.jpg); */

  background-color: #000 !important;

  color: #fff;

  padding-block: 20px 0;

}



footer a {

  color: #fff;

}



footer a:hover {

  color: #d1131e;

}



footer h4 {

  color: #fff;

  position: relative;

}



footer h4:before {

  position: absolute;

  content: "";

  width: 25px;

  height: 2px;

  background-color: #d1131e;

  bottom: -6px;

}

footer h4.text-center:before{

      left: 50%;

    transform: translate(-50%, 0px);

}

.vs_ftr_form .form-control {

  background: none;

  border: 0;

  border-bottom: 1px solid #04040433;

  border-radius: 0;

  height: 70px;

}





footer .vs_social_icon li a {

  width: 35px;

  height: 35px;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid #000;

  transition: .3s;

  font-size: 18px;

  color: #000;

  border-radius: 50%;

  line-height: 0;

  background-color: #fff;

}





footer .vs_ftr_list li {

  margin-bottom: 3px;

  padding: 0;

  color: #000;

  font-size: 17px;

  font-weight: normal;

  transition: .3s;

}



footer .vs_ftr_list li i {

  color: #d1131e;

}



.vs_ftr_list h6{

  margin-bottom: 0;

}

footer .vs_ftr_list li:hover {

  box-shadow: none;

}

.vs_approved_icon{

  padding-top: 20px;

}

.vs_approved_icon img {

    border-radius: 40px;

}

footer .copyright {

  font-size: 15px;

  background-color: #d1131e;

  padding: 20px 20px 0px 20px;

  /*border-radius: 50px;*/

  color: #fff;

}



footer .copyright a {

  color: #fff;

}



footer .copyright a:hover {

  color: #000;

}



footer .copyright img {

  width: 200px;

  object-fit: contain;

}





.vs_fix_btn {

  position: fixed;

  bottom: 20px;

  left: 10px;

  display: flex;

  flex-direction: column;

  gap: 10px;

  align-items: end;

}



.vs_fix_whatsup_btn img {

  width: 45px;

  object-fit: contain;

}

.vs_fix_btn .vs_ctm_btn{

  display: none;

}



#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;

}



.breadcrumb {

  background-color: transparent;

  padding: 0;

  margin-bottom: 20px;

  list-style: none;

}



.breadcrumb-item + .breadcrumb-item::before {

  content: ">";

  padding: 0 5px;

  color: #555;

}



.breadcrumb-item a {

  color: #0275d8;

  text-decoration: none;

}



.breadcrumb-item a:hover {

  text-decoration: underline;

}



.breadcrumb-item.active {

  color: #555;

}

.debbtn {
  background: #e81929;
  background-image: -webkit-linear-gradient(top, #e81929, #7a0d16);
  background-image: -moz-linear-gradient(top, #e81929, #7a0d16);
  background-image: -ms-linear-gradient(top, #e81929, #7a0d16);
  background-image: -o-linear-gradient(top, #e81929, #7a0d16);
  background-image: linear-gradient(to bottom, #e81929, #7a0d16);
  -webkit-border-radius: 11;
  -moz-border-radius: 11;
  border-radius: 11px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin: 0 auto;
  display: block;
}

.debbtn:hover {
  background: #0d0d0d;
  background-image: -webkit-linear-gradient(top, #0d0d0d, #858585);
  background-image: -moz-linear-gradient(top, #0d0d0d, #858585);
  background-image: -ms-linear-gradient(top, #0d0d0d, #858585);
  background-image: -o-linear-gradient(top, #0d0d0d, #858585);
  background-image: linear-gradient(to bottom, #0d0d0d, #858585);
  text-decoration: none;
}

.customer-note {
        background-color: #f9f9f9;
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 5px;
       
        margin: 20px 0;
    }
    .customer-note h4 {
        color: #333;
        margin-bottom: 10px;
    }
    .customer-note ul {
        list-style-type: disc;
        margin-left: 20px;
    }
    .customer-note li {
        color: #555;
    }

