@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:wdth,wght@62.5..100,100..900&display=swap');

body {
  font-family: 'Lato', sans-serif;
}

@font-face {
  font-family: ffgg;
  src: url(../font/Regular.otf);
}



h1,
h2,
h3,
h4,
h5,
h6 {

  font-family: "Noto Sans Display", 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_15 {
  font-size: 15px !important;
}

.vs_fs_12 {
  font-size: 12px;
}

.vs_fc_blue {
  color: #004aad;
}

.vs_fc_a {
  color: #000;
}

.vs_fc_black {
  color: #000 !important;
}

.vs_fc_grey {
  color: #912924;
}

.vs_bg_blue {
  background-color: #004aad !important;
}

.vs_bg_grey {
  background-color: #912924;
}

.vs_ctm_btn {
  background:#912924;
  padding: 10px 20px;
  width: auto;
  border: 1px solid #912924;
  position: relative;
  transition: all 0.5s;
  z-index: 1;
  overflow: hidden;
  font-size: 16px;
  border-radius: 3px;
  color: #fff;
}

.vs_ctm_btn.bg-white,
.vs_ctm_btn.bg-white a {
  color: #000;
}

.vs_ctm_btn:after {
  background: #000;
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.5s;
  height: 100%;
  left: 0%;
  top: 0;
  transform: rotateY(31deg);
  transition-duration: 0.6s;
  transform-origin: top;
  height: 0;
}

.vs_ctm_btn:hover:after {
  height: 100%;
  width: 135%;
}

.vs_ctm_btn:hover a {
  color: #fff !important;
}


.vs_ctm_btn a {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  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;
}


/*uss S*/


.vs_more_btn {
  position: relative;
  color: #004aad !important;
  font-size: 18px;
  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: #004aad;
  font-size: 20px;
  padding-left: 9px;
  transition: all 0.5s;
}

.vs_more_btn:hover::after {
  padding-left: 20px;
}

.vs_more_btn_w {
  color: #fff !important;
}

.vs_more_btn_w::after {
  color: #fff !important;
}

/*uss E*/

.vs_heading h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: calc(0.7rem + 1.4vw);
}


/*banner S*/
.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_slide_item img {
  width: 100%;
  /*height: 85vh;*/
  object-fit: cover;
  object-position: top;
  /*transform: scale(1.3);
  transition: transform 7000ms ease;*/
  position: relative;
}


.vs_slide_item figure {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  /*height: 100vh;*/
  overflow: hidden;
}

/*.owl-item.active .vs_slide_item figure img {
  transform: scale(1);
  transition: transform 7000ms ease;
}*/

/*.vs_slide_item figure:before {
      content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    z-index: 1;
}*/


.vs_slide_item figure figcaption {
  position: absolute;
  top: 30%;
  width: 100%;
  color: #fff;
  z-index: 9;
  text-align: center;
  /*background-color:#fff;*/
}

.vs_slide_item figure h2 {
    font-size: 18px;
    color: #484848;
    /* font-weight: 600; */
}
.vs_slide_item figure h1 {
  font-size: calc(13px + 1.8vw);
  color: #912924;
  font-weight: 600;
}


.vs_slide_item figure p {
  /*font-weight: 600;*/
  color: #000;
}


.vs_bnr_sldr {
  position: relative;
}

.vs_bnr_sldr .owl-nav {
  display: none;
}

.vs_bnr_sldr .owl-dots {
     position: absolute;
    bottom: 3%;
    left: 70px;
    transform: translateY(-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: 2px solid #912924;
  transition: all 0.5s;
  border-radius: 50%;
}


.vs_bnr_sldr .owl-dot.active {
  background-color: #000;
}


/*banner E*/
.vs_about {
  background: #912924;
  color: #fff;
}

.vs_about_details h1 {
  font-size: calc(0.8rem + 1.2vw);
}

.vs_about_details p {
  font-size: 20px;
}

.vs_why_right {
  box-shadow: 0px 0px 38px #bfbfbf;
}

.vs_why_left {
  padding: 30px;
  padding-left: 50px;
  color: #fff;
}

.vs_why_icon_box {
  text-align: left;
}
.vs_why_left ul li b{
        color: #FFEB3B;
}

.vs_why_icon_boxs {
  display: grid;
  grid-template-columns: 46% 46%;
  gap: 40px;
  margin-bottom: 25px;
}

.vs_why_icon_boxs h6 {
  padding-top: 10px;
}

.vs_pro_sldr {
  position: relative;
}

.vs_pro_sldr .owl-nav {
  display: none;
}

.vs_pro_sldr .owl-dots {
  /*position: absolute;*/
  /*bottom: 15px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.vs_pro_sldr .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #912924;
  transition: all 0.5s;
  border-radius: 50%;
}


.vs_pro_sldr .owl-dot.active {
  background-color: #000;
}

.vs_pro_box img {
  width: 100%;
}


/*vs_blog_section S*/


.vs_need_img_bg {
  margin-bottom: -90px;
}

.vs_need_box_img figure {
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.vs_need_box_img figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background: #000;
  opacity: 0;
  transition: all 0.5s;
}

.vs_need_box_img img {
  width: 100%;
}

.vs_need_box_img figure:hover:before {
  opacity: 0.3;
}

.vs_need_box_img figcaption {
  position: absolute;
  bottom: 0;
  padding: 13px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  transform: translateY(60px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.vs_need_box_img figure:hover figcaption {
  transform: translateY(-10px);
  opacity: 1;
  visibility: visible;
}


.vs_need_bg {

  color: #fff;
  background-color: #000;
  padding: 150px 0px 80px 0px;
  text-align: center;

}

.vs_call_bg {
  background-color: #F2F2F2;
  padding: 40px 0;
  /*text-align: center;*/
}

.vs_call_box {
  background-color: #fff;
  padding: 40px;
  position: relative;
  transition: all 0.5s;
  width: 100%;
}

.vs_call_box:hover {
  background-color: #004aad;
}

.vs_call_box a {
  color: #000;
}

/*.vs_blog_section{
      background-color: whitesmoke;
}*/

.vs_blog_box {
  background-color: #fff;
  border: 1px solid #912924;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.vs_blog_box img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.vs_blog_box img:hover {
  transform: scale(1.3);
}

.vs_blog_box_icon a {
  color: #912924;
}

.vs_blog_box_icon a:hover {
  color: #004aad;
}


/*vs_blog_section 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;

}*/

.vs_all_banner figcaption {
  position: absolute;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: start;
  align-items: center;
  /*transform: translate(0px, -50%);*/
  background-color: #912924;
  width: auto;
  border-top-right-radius: 50px;
  /* border-bottom-right-radius: 50px; */
  padding: 1px 10px;
}

.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 h1 {
  font-size: calc(0.6rem + 1vw);
  /*font-weight: 600;*/
}

.vs_all_banner figcaption li {
  font-size: 16px;
}

.vs_all_banner figcaption a {
  color: #fff;
}

.vs_all_banner figcaption a:hover {
  color: #fff;
}


/*vs_all_banner E*/

/*about page S*/

.vs_counter_box {
  display: grid;
  justify-content: space-evenly;
  width: 100%;
  text-align: center;
  gap: 10px;
  grid-template-columns: 30% 30% 30%;
}

.vs_counter_box .vs_counter_nu {
  border: 1px solid #afafaf;
  padding: 10px;
  box-shadow: 0 0 10px #d7d7d7;
  width: 100%;
}

.vs_counter_box .vs_counter_nu p {
  margin-bottom: 0;
  font-weight: 600;
}
.vs_counter_bg ul{
  color: #8f8f8f;
}
.vs_counter_bg ul b{
  color:#5c5c5c;
}

.vs_our_team p{
      color: gray;
    line-height: 35px;
    word-spacing: 5px;
}
/*about page E*/

/*product page S*/
.vs_all_banner1 h1{
  background-color: #912924;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    font-size: 19px;
    text-align: center;
}
.vs_all_pro_box {
  transition: all 0.5s;
  border: 2px solid #912924;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 25px;
  position: relative;
}

.vs_all_pro_box img {
  cursor: zoom-in;

}

.vs_all_pro_box h4 {
  background-color: #912924;
  padding: 10px;
  color: #fff;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
  .vs_all_pro_box h4:hover {
    background-color: #004aad;
}
.vs_all_pro_box h4 a {
  color: #fff;
}

.vs_all_pro_box h4:hover a {
  color: #fff;
}

.vs_single_pro_img img{
  border: 1px solid #c7c7c7;
    box-shadow: 0 0 5px #d5d5d5;
    padding: 20px;
    margin-bottom: 20px;
}
.vs_prod_list_table thead {
  background-color: #912924;
  color: #fff;
  vertical-align: middle;
  border-color: #000;
}

.vs_prod_list_table tbody {
  background-color: #e9e9e9;
  border-color: #000;
  vertical-align: middle;
}

.vs_prod_list_table tbody td:hover {
  background-color: #004aad;
  color: #fff;
}

.vs_sin_form_box{
      background-color: #e3e6ec;
}
.vs_sin_form_box h5{
      background-color: #912924;
    color: #fff;
    padding: 11px;
    text-align: center;
}
.vs_sin_form_box form{
  padding: 30px;
}
.vs_sin_form_box .form-control{
      border-radius: 0;
    padding: 13px 10px;
}
.vs_sin_box_call{
  text-align: center;
}
.vs_sin_box_call a{
   font-size: 20px;
    color: #ffffff;
    display: block;
    padding: 6px;
    background: linear-gradient(-45deg, #004aad, #000, #004aad, #000);
  background-size: 400% 400%;
  animation: Gradient_h 3s ease infinite;
  animation-delay: 2s;
 
}


@keyframes Gradient_h {

  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}



.vs_who_are_bg{
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
   url(../img/home/who-we-are-bg.jpeg);
       background-size: cover;
    background-position: center; 
}
.vs_who_are_box{
      background-color: #912924;
    color: #ffffff;
    padding: 40px 20px;
}
.vs_coils_box {
    background-color: #912924;
    padding: 40px 30px;
    color: #fff;
    width: 100%;
    text-align:center;
}
.vs_coils_box ul{
  padding-left: 60px;
}
.vs_coils_box h3{
      font-size: calc(8px + 1rem);
    font-weight: 600;
    color: #fec10e;
}
.vs_coils_box1 {
   background-color: #f1f1f1;
    color: #000;
}

.vs_coils_box1 h3{
      color: #912924;
}
.vs_supplier_box{
  text-align: center;
    background-color: #f1f1f1;
    color: #525252;
    padding: 30px;
}
.vs_supplier_box h3{
      font-size: calc(8px + 1rem);
    font-weight: 600;
    color:#912924;
}
.vs_supplier_box a{
      color: #912924;
    font-weight: 600;
}

/*product E*/

/*team S*/

.vs_team_box{
        border: 1px solid #d7d7d7;
    box-shadow: 0 0 15px #d1d1d1;
    padding: 10px;
}

.vs_team_box figure{
position: relative;
margin-bottom: 0;
transition: all 0.5s;
overflow: hidden;
text-align: center;
}
.vs_team_box figure img{
      transition: all 0.5s;
    width: 100%;
    width: 100px;
    height: 100px;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 15px #d1d1d1;
    border-radius: 50%;
    margin-bottom: 30px;
        margin-top: 10px;
}
.vs_team_box figure:hover img{
transform: scale(1.2);
}
.vs_team_box figure h5{
  margin-bottom: 2px;
  /*text-transform: uppercase;*/
  font-size: 17px;
}
.vs_team_box figure p{
      color: #912924;

}
.vs_team_box figcaption {
    /*background-color: black;*/
    /*color: #fff;*/
    text-align: center;
    /*position: absolute;*/
    width: 100%;
    bottom: 0;
    padding-block: 10px;
    /*opacity: 0;*/
    /*transform: translateY(60px);*/
    transition: all 0.5s;
    border-top: 1px solid #e5e5e5;
}
.vs_team_box figure:hover figcaption{
    opacity: 1;
    transform: translateY(0px);
}

/*vs_blog_section S*/


.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: #912924;
}

.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 #053269;
  margin-block: 10px;
  transition: all 0.5s;
}

.vs_blog_category a:hover {
  background-color: #053269;
  color: #fff;

}

.vs_blog_category a i {
  color: #053269;
}

.vs_blog_category a:hover i {
  color: #fff;
}

.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_single_blog_page h5{
      color: #912924;
}
.vs_single_blog_page p, .vs_single_blog_page li{
  color: grey;
}
.vs_single_blog_page h6{
      color: #073d85;
}
/*vs_blog_section E*/

/*application S*/
.feature_section {
  background-color: #f4f4f4;
}

.feature_section .vs_feature_border::before {
  position: absolute;
  content: "";
  background: #dee2e6;
  width: 100%;
  height: 1px;
}

.vs_feature_box {
  text-align: center;
  /*background-color: #e0e1e5;*/
  padding: 30px;
  border-radius: 10px;
}

.vs_feature_box a {
  color: #912924;
  padding-top: 10px;
}

.vs_feature_box_icon {
  font-size: 50px;
  background: #912924;
  color: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 1px solid #040404;
}

.vs_feature_box_details {
  position: absolute;
  width: 0%;
  height: 0%;
  bottom: 0;
  background: #004aad;
  margin: auto;
  display: block;
  opacity: 0;
  transition: 0.8s all;
  /*border-radius: 10px;*/
  overflow: hidden;
  text-align: center;
  padding: 15px 10px 10px 10px;
  color: #fff;
  margin-top: 8px;
}

.vs_feature_box_details a {
  color: #fff;
}

.vs_feature_box_details a:hover {
  color: #000;
}

figure:hover .vs_feature_box_details {
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
}

.vs_feature_box_1 {
  padding: 30px;
  text-align: center;
  box-shadow: 0 0 10px #c9c6c6;
  transition: all 0.5s;
}

.vs_feature_box_1:hover {
  background-color: black;
  color: #fff;
}


.vs_problem_bg{
    background-image: linear-gradient(rgb(255 30 30 / 50%), #ff1e1e80), url(../img/solution/problem_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}
.vs_problem_box{
    background-color:#000000c9;
    padding: 20px;
    text-align: center;
    color: #fff;
    width: 100%;
}

.vs_target_bg{
   /*background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),  url(../img/solution/target_bg.jpg);*/
    background-image: linear-gradient(rgb(255 30 30 / 50%), #ff1e1e80), url(../img/solution/target_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}
.vs_market_box h4{
    font-weight: 600;
    text-transform: uppercase;
    color: #912924;
    border-bottom: 1px solid #c5bbbb;
    padding-bottom: 8px;
    margin-bottom: 18px;
    width: fit-content;
}
.vs_market_box p{
  font-size: 20px;
    color: grey;
    line-height: 1.5;
    letter-spacing: 1.2px;
}


/*application E*/


.vs_solu_acros_box {
  position: relative;
  overflow: hidden;
  padding: 0px 20px 20px 0px;
}

.vs_solu_acros_box figure {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.vs_solu_acros_box figure img {
  transition: all 0.5s;
}

.vs_solu_acros_box figure:hover img {
  transform: scale(1.2);
}

.vs_solu_acros_box:before {
  content: "";
  background-color: #004aad;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 30px;
  top: 30px;
}

.vs_solu_acros_box figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 0 0 40px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(1deg, #ffffff00, #912924);

}
/*sitemap S*/
.vs_sitemep_box {
     padding: 20px;
    text-align: center;
    font-size: 18px;
    width: 100%;
    transition: all 0.5s;
    border: 1px solid #912924;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
    box-shadow: 0px 0px 10px #912924;
    border-radius: 10px;
}

.vs_sitemep_box:hover {
  background: #912924;
}

.vs_sitemep_box a {
  color: #000;
  font-size: 18px;
}

.vs_sitemep_box:hover a {
  color: #fff;
}

.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_contact_box i {
  font-size: 20px;
  color: #fff;
  background-color: #004aad;
  padding: 10px;
  line-height: 0;
  border-radius: 1px;
}


.vs_ftr_top {
  background-color: #004aad;
  color: #fff;
}

.vs_ftr_top a {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

/*** Footer S ***/
#vs_ftr {
  background-image: linear-gradient(rgb(0 0 0 / 92%), rgb(0 0 0 / 86%)), url(../img/ftr_bg.jpg);
  background-color: #000 !important;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #912924;
}

footer h4 {
  color: #fff;
  position: relative;
}

.vs_ftr_logo {
  width: 175px;
  object-fit: contain;
}

.vs_ftr_form .form-control {
  background: none;
  border: 0;
  border-bottom: 1px solid #04040433;
  border-radius: 0;
  height: 70px;
}

.vs_approved_icon {
  display: flex;
  gap: 17px;
  margin-top: 20px;
  justify-content: center;
}

.vs_approved_icon img {
  border-radius: 40px;
}

footer .vs_social_icon li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #912924;
  transition: .3s;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
}


footer .vs_ftr_list li {
  margin-bottom: 3px;
  padding: 0;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: normal;
  transition: .3s;
}

footer .vs_ftr_list li i {
  color: #912924;
}


footer .vs_ftr_list li:hover {
  box-shadow: none;
}


footer .copyright {
  font-size: 15px;
}

footer .copyright img {
  width: 200px;
  object-fit: contain;
}

.vs_fix_btn {
  position: fixed;
  bottom: 93px;
  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;
}