@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&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: 'Work Sans', 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_green {
  color: #73bd1b;
}
.vs_bg_green {
  background-color: #73bd1b !important;
}

.vs_bg_orange{
      background: #22648a;
}
.vs_fc_a{
  color:#22648a; 
}
.vs_fc_a:hover{
  color:#000 !important; 
}
.vs_bg_grey{
      background-color: #f9f9f9bf;
}

.vs_ctm_btn {
    background: #053269;
    padding: 10px 20px;
    width: auto;
    border: 1px solid #053269;
    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(360deg);
    transition-duration: 0.6s;
    transform-origin: left;
    width: 0;
    color: #fff;
}

.vs_ctm_btn:hover:after {
    height: 100%;
    width: 70%;
}

.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 {
        font-size: calc(1rem + 1.7vw);
    margin-bottom: 0px !important;
    /* font-weight: 400; */
    text-transform: uppercase;
}
.vs_heading h2 {
        font-size: calc(1rem + 1.7vw);
    margin-bottom: 0px !important;
    /* font-weight: 400; */
    text-transform: uppercase;
}


/*.vs_heading::before{
  width: 15px;
    height: 15px;
    position: absolute;
    content: "";
    background-color: #ff000000;
    border-left: 3px solid #053269;
    border-top: 3px solid #053269;
}

.vs_heading::after{
      width: 15px;
    height: 15px;
    position: absolute;
    content: "";
    background-color: #ff000000;
    border-right: 3px solid #053269;
    border-bottom: 3px solid #053269;
    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 figcaption:before {
  content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.8;
    width: 30%;
    height: 100%;
    border-left: 10px solid #053269;
   */ 
}


.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 #053269;*/
}


.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 #053269;
  transition: all 0.5s;
  border-radius: 50%;
  display: none;
}


.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.4rem + 2.3vw);
  line-height: calc(0.4rem + 2.4vw);
  /*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%;
}*/

.vs_banner_slr .item .vs_slide_text{
  padding: 25px;
}





.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 #053269;
  -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 h1 {
  -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 h5 {
  -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 .vs_bnr_sldr_img {
  -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*/


.vs_banner_btm{
      box-shadow: 0px 0px 10px #dadada;
    padding: 40px;
    border-radius: 5px;
}

.vs_about_box{
      text-align: center;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 20px;
    color: #ababab;
    transition: all 0.5s;
    width: 100%;
}

.vs_about_box:hover{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/home/about-solutions-bg.jpg);
}
.vs_about_box h5{
  padding-top: 10px;
  color: #000;
  transition: all 0.5s;
}
.vs_about_box:hover h5{
  color: #fff;
}



.vs_about_srv_box{
    text-align: center;
    color: #ababab;
    transition: all 0.5s;
    width: 100%;
    box-shadow: 0 0 10px #d1d1d1;
    padding: 20px;
    border-radius: 10px;
}
.vs_about_srv_box p{
  color: #787171;
}
.vs_about_srv_box_img{
      border-radius: 50%;
    box-shadow: 0 0 10px grey;
    width: fit-content;
    padding: 10px;
    margin: auto;
    background-color: #fff;
}
.vs_about_srv_box_img img{
  width: 80px;
  object-fit: contain;
  transition: all 0.5s;
}
.vs_about_srv_box_img img:hover{
    transform: rotate(359deg);
}
.vs_about_srv_box h5{
  padding-top: 10px;
  color: #000;
}
.vs_about_srv_box:hover {
}


/*vs_counter s*/
.vs_counter_bg{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url(../img/home/count_bg.jpg);
  color: #fff;
  padding:100px;
  background-attachment: fixed;
}

.vs_counter_bg h5{
  padding-top: 20px;
  font-size: calc(0.8rem + 1.3vw);
  color: #fff;
}

.vs_counter_section img{
      border-bottom: 5px solid #fff;
    padding-bottom: 30px;
}


/*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: #053269;
}


/*product slider E*/

/*vs_pro_show_sldr S*/

.vs_pro_show_sldr .owl-nav{
  display: none;
}
.vs_pro_show_sldr_box figure{
  position: relative;
    margin-top: 60px;
}
.vs_pro_show_sldr_box figcaption{
        position: absolute;
    top: -50px;
    right: 35px;
    background-color: #f1f1f1;
    padding: 30px;
    width: 30%;
    box-shadow: 0 0 10px #bfbfbf;
}
.vs_pro_show_sldr .owl-dot{
      background-color: #216187;
    padding: 2px 15px;
    border: 0;
}
.vs_pro_show_sldr .owl-dot.active{
  background-color: #000000;
}
.vs_pro_show_sldr .owl-dots{
  display: flex;
    gap: 10px;
    justify-content: center;
}


.vs_prod_list_table thead{
background-color: #053269;
    color: #fff;
}

/*vs_pro_show_sldr E*/

.vs_sin_form_box{
      background-color: #e3e6ec;
}
.vs_sin_form_box h5{
      background-color: #053269;
    color: #fff;
    padding: 11px;
    text-align: center;
}
.vs_sin_form_box form{
  padding: 10px;
}
.vs_sin_form_box .form-control{
      border-radius: 0;
    padding: 13px 10px;
}

/*<!-- Testimonial S -->*/


/*.vs_text_sldr{
  position: relative;
}*/
.vs_text_sldr .owl-nav button{
        position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    background-color: transparent;
    border: 0;
    font-size: 45px;
        color: #006db7;
}
.vs_text_sldr .owl-nav button.owl-prev{
  left: 0;
}
.vs_text_sldr .owl-nav button.owl-next{
  right: 0;
}

/*<!-- Testimonial E --> */


/*why s*/
.vs_why_section{

  background-image: linear-gradient(#053269cf, #053269cf),
  url(../img/home/why_bg.jpg);
    color: #fff;
}

/*Explore industries S*/


.vs_industries {
  position: relative;
  overflow: hidden;
}

.vs_industries h3 {
  font-size: 18px;
}
.vs_industries a{
  color: #fff;
}

.vs_industries img {
  width: 100%;
  border-radius: 2px;
  height: 250px;
  object-fit: cover;
  transition: all 0.5s;
}

.vs_industries img:hover {
  transform: scale(1.5);
}

.vs_industries_ctn {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  background-color: #053269;
  padding: 11px 0px 4px;
  /*height: 0px;*/
  /*overflow: hidden;*/
  /*transition: height 0.6s;*/
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 0.26s ease;
}

.vs_industries:hover .vs_industries_ctn {
  /*height: auto;*/
  /*padding: 11px 0px 4px;*/
  /*transition: height 0.6s;*/
  transform: scaleY(0);
}


/*Explore industries E*/



.vs_better_bg{
  background-color:#e6e7e9;
}
.vs_better_right {
  background-color: #000;
  color: #fff;
}






/*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;
    top: 50%;
    color: #000;
    display: flex;
    justify-content: start;
    align-items: center;
    transform: translate(0px, -50%);
    background-color: #fff;
    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: #000;
}

.vs_all_banner figcaption a:hover {
  color: #fff;
}


/*project s*/
.vs_project_box img:hover{
  cursor: zoom-in;
}
.vs_project_box img{
  border: 2px solid #053269;
}
.vs_project_box .vs_project_box_text{
      background-color: #053269;
    padding: 6px;
}
.vs_project_box .vs_project_box_text a{
  color: #fff;
}
.vs_industries_box{
  transition: all 0.5s;
    border: 2px solid #053269;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
}
.vs_industries_box:hover{
      box-shadow: 0px 0px 10px #b9b9b9;
          transform: translateY(-10px);

}
.vs_industries_box img{
  transition: all 0.5s;
  height: 250px;
    width: 100%;
    object-fit: cover;
}

.vs_industries_box img:hover{
transform: scale(1.5);
}

.vs_industries_box_btn{
      padding-top: 40px;
}
.vs_industries_box_btn button{
  position: absolute;
    bottom: 0;
    transform: translate(-50px, -10px);
        left: 50%;
}
.vs_industries_box_detils h4{
  text-align: center;
}
.vs_industries_box_detils p{
      display: flex;
    gap: 10px;
}


/*product S*/
.vs_all_pro_box{
  transition: all 0.5s;
    border: 2px solid #053269;
    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: #053269;
    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 a{
  color: #fff;
}
.vs_all_pro_box h4:hover a{
  color: #000;
}
/*product E*/

/*vs_gallery s*/
.vs_gallery_box:hover{
      cursor: zoom-in;

}
.vs_gallery_box{
      box-shadow: 0 0 10px #dddddd;
}

/*vs_gallery E*/


/*vs_blog_section S*/

/*.vs_blog_section{
      background-color: whitesmoke;
}*/

.vs_blog_box {
  background-color: #fff;
  border: 1px solid #053269;
  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: #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: #053269;
}

.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_blog_section E*/

/*contact page S*/




.vs_contact_icon i {
  font-size: 60px;
  color: #021f42;
}

.vs_contact_box {
  background: white;
  padding: 10px;
  border-radius: 10px;
  transition: all 0.9s;
  border: 1px solid #2c3667;
      width: 100%;
}
.vs_contact_box h4{
      color: #2c3667;
    font-weight: 600;
}

.vs_contact_box:hover {
  box-shadow: 0px 0px 10px 0 #021f42;
}
.vs_contact_box a{
      color: #2c3667;
}
.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: #2c3667;
}



/*vs_all_banner E*/

.vs_ftr_top{
       background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/ftr_top_bg.jpg); 
    color: #fff;
}
.vs_ftr_top input{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.vs_ftr_top button{
  border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*** Footer S ***/
footer {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/ftr_top_bg.jpg); */
    background-color:#053269 !important;
    color: #fff;
    padding-block:20px 0;
}

footer a {
  color: #fff;
}

footer a:hover {
  color:#cea54b;
}

footer h4{
  color: #fff;
  position: relative;
}
footer h4:before{
      position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background-color: #053269;
    bottom: -6px;
}
.vs_ftr_logo img{
  object-fit: contain;
}
.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: #cea54b;
}


footer .vs_ftr_list li:hover {
  box-shadow: none;
}


footer .copyright {
  font-size: 15px;
      background-color: #000;
    padding: 20px 20px 0px 20px;
    border-radius: 50px;
    color: #fff;
}
footer .copyright a{
  color: #fff;
}
footer .copyright a:hover{
  color:#cea54b;
}
footer .copyright img{
  width: 200px;
  object-fit: contain;
}
.vs_ftr_list_menu li{
  color: #787878 !important;
}

.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;
}



