@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&amp;display=swap');


body {
  font-family: 'Hind', sans-serif;

}


h1,
h2,
h3,
h4,
h5,
h6 {

  font-family: 'Raleway', sans-serif;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
}

button,
input {
  overflow: visible;
}

button:focus,
.btn: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;
}


input[type=number] {
  -moz-appearance: textfield;
}


/*font size*/

.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;
}

.vs_fs_12 {
  font-size: 12px;
}

/*color*/

:root {
  --vs-fc-red: #ad1626;
  --vs-bg-red: #ad1626;
  --vs-fc-green: #126009;
  --vs-bg-green: #126009;
  --vs-fc-black: #000;
  --vs-bg-black: #000;
  --vs-fc-white: #fff;
  --vs-bg-white: #fff;
}

.vs_a {
  color: var(--vs-fc-black) !important;
}

.vs_a:hover {
  color: var(--vs-fc-red) !important;
}

.vs_fc_red {
  color: var(--vs-fc-red);
}

.vs_bg_green {
  background-color: var(--vs-bg-green);
}

.vs_ctm_btn {
  background: #fd8b12;
  padding: 10px 15px;
  width: auto;
  border: 1px solid #fff;
  position: relative;
  transition: all 0.3s;
  z-index: 1;
  overflow: hidden;
  font-size: 16px;
  border-radius: 50px;
  color: var(--vs-fc-white);
}

.vs_ctm_btn:after {
  background: var(--vs-bg-white);
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
  height: 100%;
  left: 0%;
  top: 0;
  transform: skew(140deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.vs_ctm_btn:hover:after {
  height: 100%;
  width: 100%;
}

.vs_ctm_btn:hover {
  color: var(--vs-fc-black);
}

.vs_ctm_btn:hover a {
  color: var(--vs-fc-black);
}

.vs_ctm_btn a {
  color: var(--vs-fc-white);
}


.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_deal_option_menu {
  background: linear-gradient(-45deg, #000, #a5a2a2, #000, #a5a2a2);
  background-size: 400% 400%;
  animation: Gradient_h 3s ease infinite, rocking_h 3s ease infinite;
  animation-delay: 2s;
  border-radius: 2px;
  padding: 1px 10px;

}


@keyframes Gradient_h {

  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@keyframes rocking_h {

  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(2deg);
  }

  75% {
    transform: rotate(-2deg);
  }

  100% {
    transform: rotate(0);
  }
}


/*color box S*/
.vs_color_box {
  background-color: #f9f9f9;
  display: inline-block;
  width: 15px;
  height: 15px;
}

.vs_bg_red {
  background-color: red !important;
}

.vs_bg_yellow {
  background-color: yellow !important;
}

.vs_bg_blue {
  background-color: blue !important;
}

.vs_bg_green {
  background-color: green !important;
}

.vs_bg_pink {
  background-color: pink !important;
}

.vs_bg_white {
  background-color: white !important;
}


/*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_item2 figure:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(90deg, black, #ffffff00);
  opacity: 0.8;
  width: 100%;
  height: 100%;
}


.vs_bnr_sldr figure figcaption .vs_slide_text {
  padding-left: 10px;
  padding-top: 37px;
  padding-right: 60px;
  padding-bottom: 20px;
  position: relative;
  /*text-align: right;*/
  overflow: hidden;
}


.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;
}

.vs_bnr_sldr figure figcaption h2 {
  font-size: calc(0.4rem + 2.3vw);
  line-height: calc(0.4rem + 2.4vw);
  /*margin-bottom: 20px;*/
}

.vs_bnr_sldr figure figcaption {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  width: 45%;

}


.vs_bnr_sldr figure img {
  width: 100%;
}


/*banner E*/

/*heading S*/

.vs_heading {
  padding-bottom: 15px;
}

/*.vs_heading h2{
      font-size: calc(0.6rem + 1.8vw);
      text-transform: capitalize;
}*/
.vs_heading h1 {
  font-size: calc(0.8rem + 1.3vw);
  text-transform: capitalize;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}

.vs_all_product_heading h5 {
  font-weight: 600;
  font-size: calc(0.7rem + 0.6vw);
  color: #a61524;
  position: relative;
  margin-left: 20px;
}

.vs_all_product_heading h5::before {
  content: "";
  position: absolute;
  left: -15px;
  width: 10px;
  height: 10px;
  background-color: #a61524;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;

}

/*heading E*/


.vs_service_box {
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 7px;
  border-radius: 20px;
  padding: 15px;
  transition: all 0.5s;
  background-color: #fff;

}

.vs_service_box h6 {
  font-size: 20px;
  padding-block: 6px;
  color: var(--vs-fc-red);
}

.vs_service_box:hover {
  transform: translateY(-10px);
  background-color: #ebebeb;
}

.vs_service_box_icon {
  font-size: 45px;
  /*border: 1px solid grey;*/
  border-style: double;
  border-radius: 50%;
  margin: auto;
  padding: 10px;
  width: 90px;
  height: 90px;
  background-color: #e0e0e0;
  color: #fff;
  /*box-shadow: 0 0 10px #bdb8b8;*/
}


.vs_bug_section {
  background-color: #8e8d8d;
}

.vs_bug_list ul {
  /*background-color: var(--vs-bg-black);*/
  margin-bottom: 25px;
}

.vs_bug_list a {
  color: var(--vs-fc-white);
  font-weight: 500;
  border-right: 3px solid #1c1c1c;
  border-radius: 0px;
  padding: 0;
  padding-right: 15px;
  text-transform: uppercase;
}

.vs_bug_list a:hover {
  color: var(--vs-fc-red);
}

.vs_bug_list a.active {
  color: var(--vs-fc-red);

}

.vs_bug_box {
  text-align: center;
  border: 4px solid #959595;
  width: 100%;
  position: relative;
  transition-duration: 0.5s;
  padding: 20px;
}

.vs_bug_box figure {
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
  margin-bottom: 0;
}

.vs_bug_box figcaption {
  position: absolute;
  top: 100%;
  left: 0;
  width: 95%;
  height: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
  background-color: #f0da85bf;
  margin: 8px 8px;
}

.vs_bug_box:hover figcaption {
  opacity: 1;
  top: 0;
}


.vs_bug_box img {
  width: 75%;
  object-fit: contain;
  transition-duration: 0.5s;
}

/*.vs_bug_box:hover img{
  transform: scale(1.3);
}*/
.vs_bug_box a {
  color: var(--vs-fc-white);
  text-transform: uppercase;

}


.vs_solution_bg {
  background-image: url(../img/all_pro_img/1_bg.jpg);
  position: relative;
  overflow: hidden;
}

.vs_solution_bg::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  z-index: 0;
}

.vs_solution_box1,
.vs_solution_box2,
.vs_solution_box3,
.vs_solution_box4,
.vs_solution_box5,
.vs_solution_box6 {
  transition: all 0.5s;
}

.vs_solution_bg1 {
  background-image: url(../img/all_pro_img/1_bg.jpg);
  transition: all 0.5s;
}

.vs_solution_bg2 {
  background-image: url(../img/all_pro_img/2_bg.jpg);
  transition: all 0.5s;
}

.vs_solution_bg3 {
  background-image: url(../img/all_pro_img/3_bg.jpg);
  transition: all 0.5s;
}

.vs_solution_bg4 {
  background-image: url(../img/all_pro_img/4_bg.jpg);
  transition: all 0.5s;
}

.vs_solution_bg5 {
  background-image: url(../img/all_pro_img/5_bg.jpg);
  transition: all 0.5s;
}

.vs_solution_bg6 {
  background-image: url(../img/all_pro_img/6_bg.jpg);
  transition: all 0.5s;
}


.vs_solution_box {
  transition: all 0.5s;
  /*width: 100%;*/
  text-align: center;
  margin: 30px;
  padding: 10px;
  position: relative;

}

.vs_solution_box_border {
  border: 1px solid grey;
  width: 100%;
}

.vs_solution_box:hover {
  background-color: var(--vs-bg-red);
}

.vs_solution_box img {
  width: 150px;
  object-fit: contain;
}

.vs_solution_hide {
  display: none;
}

.vs_solution_box:hover .vs_solution_hide {
  display: block;
}

.vs_solution_box:hover .vs_solution_show {
  display: none;
}

.vs_solution_box a {
  color: var(--vs-fc-white);
  font-size: 20px;
}

.vs_glance_box {
  background-color: #a50034;
  width: 100%;
}

.vs_glance_box img {
  width: 100%;
}

.vs_glance_box figure {
  position: relative;
  margin-bottom: 0;
}

.vs_glance_box figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-top: 30px;
}

.vs_glance_box a {
  font-size: 20px;
  color: var(--vs-fc-white);
  text-shadow: 0px -17px #ffffff38;
  font-weight: 600;
}

/*blog S*/

.vs_blog_box {
  box-shadow: 0 0 10px #eeecec;
  transition: all 0.5s;
  position: relative;
}

.vs_blog_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_blog_box:hover:before {
  height: 100%;
  opacity: 0;
  transition-duration: 1.3s;
  width: 100%;
}

.vs_blog_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_blog_box:hover:after {
  height: 100%;
  opacity: 0;
  transition-duration: 1.3s;
  width: 100%;
}

.vs_blog_box h4 a {
  color: var(--vs-fc-black);
  border-left: 5px solid;
  display: flex;
  padding: 0px 0 0 20px;
}

.vs_blog_box:hover h4 a {
  color: var(--vs-fc-red);
}

.vs_blog_box img {
  transition: all 0.7s;
}

.vs_blog_box:hover img {
  transform: scale(1.3);
}

.vs_blog_box p {
  color: #6b6868;
  font-size: 15px;
  line-height: 1.7;
}

/*blog E*/

.vs_idea_img {
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}

.vs_idea_img img {
  transition: all 0.5s;
}

.vs_idea_img:hover img {
  transform: scale(1.3);
}


.vs_idea_img::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_idea_img:hover:before {
  height: 100%;
  opacity: 0;
  transition-duration: 1.3s;
  width: 100%;
}

.vs_idea_img::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_idea_img:hover:after {
  height: 100%;
  opacity: 0;
  transition-duration: 1.3s;
  width: 100%;
}


.vs_fix_img_section {
  background-image: url("../img/home/mid-banner.jpg");
  background-attachment: fixed;
}


/*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: #ffffffad;*/
  opacity: 0.5;
}

.vs_all_banner figcaption {
  position: absolute;
  top: 50%;
  color: #000;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  width: 100%;
  transform: translate(0px, -50%);
}

.vs_all_banner figcaption h1 {
  font-size: calc(1rem + 1vw);
  font-weight: 600;
  color: #fff;
}

.vs_all_banner figcaption li {
  font-size: 16px;
}

.vs_all_banner figcaption a {
  color: #fff;
  transition: all 0.5;
}

.vs_all_banner figcaption a:hover {
  color: #32447a;
}

.vs_all_banner figcaption {}

/*vs_all_banner E*/
.vs_form_banner_bg {

  background-color: #a50034;
  padding-block: 40px;

}

.vs_form_banner {
  display: grid;
  grid-template-columns: 19% 19% 19% 19% 19%;
  gap: 16px;
}

.vs_form_banner .form-control {
  padding: 10px 10px;
  border-radius: 0;
}


/*contact page S*/


.vs_contact_icon i {
  font-size: 60px;
  color: var(--vs-fc-red);
}

.vs_contact_box {
  background: var(--vs-bg-white);
  padding: 10px;
  border-radius: 10px;
  transition: all 0.9s;
  border: 1px solid #cdc8c4;
  width: 100%;
}

.vs_contact_box h4 {
  font-size: 22px;
}

.vs_contact_box:hover {
  box-shadow: 0px 0px 10px 0 #ad1626;
}

.vs_contact_box a {
  color: #727272;
}

.vs_contact_box span {
  color: var(--vs-fc-black)
}

.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: var(--vs-bg-red);
}


.vs_prodcut_img {
  width: 100%;
}

.vs_prodcut_img figure {
  position: relative;
  margin-bottom: 0;
  border: 1px solid #d7d7d7;
  transition: all 0.5s;
  text-align: center;
}

.vs_prodcut_img figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 00%;
  background-color: #0000009c;
  color: var(--vs-fc-white);
  padding: 10px;
  transition: all 0.5s;
  opacity: 0;
}

.vs_prodcut_img figure:hover {
  box-shadow: 0 0 10px #e5e5e5;
}

.vs_prodcut_img figure:hover figcaption {
  opacity: 1;
  height: 100%;
}

.vs_prodcut_img figure figcaption a {
  color: var(--vs-fc-white);
  font-size: 22px;

}

.vs_prodcut_img figure .vs_prodcut_img_detalis {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}

.vs_prodcut_head {
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
}

.vs_prodcut_head a {
  color: var(--vs-fc-black);
}

.vs_pro_logo_sldr .owl-nav{
  display: none;
}
.vs_pro_logo_sldr .vs_pro_logo_img{
      border: 1px solid #e0e0e0;
    text-align: center;
    margin: 10px;
    transition: all 0.5s;
}
.vs_pro_logo_sldr .vs_pro_logo_img:hover{
  box-shadow: 0 0 10px #e1e1e1;
}
.vs_pro_sub_list a{
  font-size: 20px;
    text-transform: uppercase;
    border: 1px solid #d7d7d7;
    color: #ad1626;
}
.vs_pro_sub_list a:hover{
  color: #000;
}
.vs_pro_sub_list a.active{
      color: #ffffff;
    background-color: #ad1626;
}



.vs_single_product_img {
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  box-shadow: 0 0 10px #cfcece;
  padding: 10px;
  margin-bottom: 20px;
}

.vs_single_pro_table {
  font-weight: 600;
}

.vs_single_pro_table span {
  font-weight: 400;
}

.vs_single_pro_table thead {
  background-color: var(--vs-bg-red);
  color: var(--vs-fc-white);
  border: 2px solid black;
}

.vs_gallery_img {
  box-shadow: 0 0 10px #cfcece;
  transition: all 0.5s;
  position: relative;
}

.vs_gallery_img:hover img {
  transform: scale(1.3);
}

.vs_gallery_img img {
  transition: all 0.5s;
}


.vs_gallery_img::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_gallery_img:hover:before {
  height: 100%;
  opacity: 0;
  transition-duration: 1.3s;
  width: 100%;
}

.vs_gallery_img::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_gallery_img:hover:after {
  height: 100%;
  opacity: 0;
  transition-duration: 1.3s;
  width: 100%;
}

.vs_certificate .vs_certificate_box {
  transition: all 0.5s;
  border: 1px solid #ebebeb;
  background-color: #f2f3f5;
}

.vs_certificate .vs_certificate_box:hover {
  box-shadow: 0 0 10px #ababab;
}


/*** Footer S ***/
footer {
  background-color: #807979;
  color: var(--vs-fc-white);

}

footer a {
  color: var(--vs-fc-white);
}

footer a:hover {
  color: var(--vs-fc-red);
}

footer .form-floating {
  color: var(--vs-fc-black);
}

.vs_newslatter input {
  border-radius: 50px;
}

.vs_newslatter .vs_ctm_btn {
  right: 0;
  border-radius: 50px;
  height: 100%;
  position: absolute;
}

footer .vs_social_icon li {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--vs-fc-black);
  border: 1px solid #919191;
  transition: .3s;
}

footer .vs_social_icon li:hover {
  color: var(--vs-fc-red);
}

footer .vs_social_icon li a {
  color: var(--vs-fc-white);
}

footer .vs_ftr_list li {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: var(--vs-fc-black);
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}


footer .vs_ftr_list li:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

footer h4 {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.vs_ftr_terms_list {
  margin-top: 30px;
  border-top: 1px solid rgb(0 0 0 / 45%);
  border-bottom: 1px solid rgb(0 0 0 / 45%);
}

.vs_copyright_box {
  background-color: #a50034;
  color: var(--vs-fc-white);
}

.vs_copyright_box {
  padding-block: 25px 10px;
  font-size: 15px;
}

.vs_copyright_box a {
  color: var(--vs-fc-white);
}

.vs_copyright_box a:hover {
  color: var(--vs-fc-black);
}


.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;
}