/*banner S*/
.vs_bnr_sldr .item.vs_slide_item {
  /*display: flex;*/
  width: 100%;
  /*height: 100vh;*/
}

.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;
}

.vs_bnr_sldr {
  position: relative;
}

/*
.vs_bnr_sldr figure::before {
      content: "";
    position: absolute;
    top: 0px;
    left: 0px;
        background-image: linear-gradient(180deg, black 5%, #ffffff00 95%);
        background-color: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
        z-index: 3;
}*/

.vs_bnr_sldr figure figcaption {
  position: absolute;
  /*left: 5%;*/
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  width:100%;
  /*text-align: center;*/
      z-index: 6;

}
.vs_bnr_sldr figure figcaption .vs_slide_text {
     padding-left: 20px;
    padding-top: 39px;
    position: relative;
    overflow: hidden;
    z-index: 5;
}
.vs_bnr_sldr figure figcaption h2 {
  font-size: calc(10px + 1.3vw);
    font-weight: 600;
    letter-spacing: 4px;
    padding-bottom: 10px;
    color: #fff;
}

.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;
}

/*banner E*/
.vs_about_bg {
  padding-top: 40px;
  padding-bottom: 40px;
  /*background-color: #f7f7f7;*/
}

.vs_about_bg p {
  font-size: 14px;
  line-height: 30px;
}

.vs_about_bg h3 {
  font-size: calc(10px + 0.7vw);
  font-weight: 600;
  color: #3a3737;
}
.vs_about_bg marquee{
      font-size: 20px;
    color: #2a9cd4;
    font-weight: 600;
}
.vs_what_do_list ul li b{
      color: #1a91ff;
    line-height: 3;
}
.vs_mission_box_bg{
  background-image: url("../img/home/about_box_bg.jpg");
      padding: 30px 50px;
          background-size: cover;
    background-attachment: fixed;
}

.vs_mission_box{
      border: 1px solid white;
    padding: 30px;
    text-align: center;
    background-color: #000000bd;
    color: #ffff;
}
.vs_mission_box  h3{
  font-size: 22px;
    font-weight: 600;
    color: #4bafe3;
}
.vs_mission_box p{
      line-height: 21px;
    font-size: 14px;
    color: #dbdbdb;
}

.vs_our_pro_box {
  width: 100%;
}

.vs_our_pro_box figure {
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
}

.vs_our_pro_box figure img {
  transition: all 0.5s;
  width: 100%;
}

.vs_our_pro_box figure:hover img {
  transform: scale(1.1);
}

.vs_our_pro_box figure h6 {
  text-align: center;
  margin-top: 15px;
}

.vs_our_pro_box figure a {
  margin: 10px 0 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #424141;
}

.vs_our_pro_box figure:hover a {
  color: #d2b37b;
}

.vs_turning_tab_bg {
  background-color: #000;
  color: #fff;
  padding-block: calc(20px + 6vw);
}

.turning_tab_list {}

.turning_tab_list ul {
  width: 100%;
  justify-content: space-around;
  flex-wrap: nowrap;
}

.turning_tab_list li {
  width: 100%;
  text-align: center;
}

.turning_tab_list li a {
  color: #fff;
  border: 1px solid #9f9f9f80 !important;
  border-radius: 0 !important;
  padding: 16px;
}

.turning_tab_list li a:hover {
  color: #fff;
}

.turning_tab_list li a.active {
  background-color: #f1f0eb !important;
  color: #000 !important;
  width: 100%;
}

.vs_turning_content figure {
  position: relative;
  margin-bottom: 0;
}

.vs_turning_content figure figcaption {
  position: absolute;
  border: 1px solid #fdfdfd;
  bottom: 50px;
  width: 90%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.vs_turning_content figure img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border: 1px solid grey;
}

.vs_turning_content figure figcaption a {
  color: #fff;
}

.vs_turning_content figure figcaption a span {
  background-color: #fff;
  padding: 9px 15px;
  color: #000;
  display: inline-block;
  font-size: 22px;
}

.vs_turning_content figure figcaption h4 {
  font-size: calc(10px + 2vw);
  margin: 0;
  padding: 3px 10px;
}

.vs_transforming_bg{
      background-color: #2a9cd4;
      color: #fff;
}

.vs_transforming_bg .vs_heading h2{
      font-size: calc(10px + 2.2vw);
    letter-spacing: 1.7px;
    font-weight: 600;
    line-height: 3.3rem;
}
.vs_transforming_bg .vs_heading p{
      font-size: 20px;
    letter-spacing: 1px;
}

.vs_service_bg {
  /*transform: translateY(-60px);*/
  /*position: relative;*/
  /*z-index: 99;*/
  /*opacity: 1;*/
  background-color: #f5f1f1;
}



.vs_service_section2 {
  margin-bottom: -90px;
}
.vs_service_box p{
      color: grey;
    font-size: 14px;
}

.vs_service_box {
  box-shadow: 0 0 10px #c9c6c6;
  padding: 10px;
  text-align: center;
  border-radius: 15px;
  width: 100%;
  background-color: #fff;
  transition: all 0.5s;
}

.vs_service_box_icon img{
  /*border: 1px solid #000000;*/
    font-size: 30px;
    color: #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 7px 7px;
    margin: auto;
    background-color: #2d9dd5;
    box-shadow: 0 0 10px #8f8f8fd1;
}

.vs_service_box:hover {
  transform: translateY(-10px);
}

.vs_service_box a {
  color: #000;
}

.vs_service_box h5 {
      font-size: calc(8px + 0.6vw);
    letter-spacing: 1px;
}

.vs_warranty_box {
  box-shadow: 0 0 10px #cdcbcb;
  padding: 25px;
  width: 100%;
  transition: all 0.5s;
}

.vs_warranty_box:hover {
  background-color: #06a0a5;
}



/*vs_all_logo_slider S*/


.vs_all_logo_slider.owl-theme.owl-loaded.owl-drag {
  position: relative;
}

.vs_all_logo_slider.owl-theme .owl-nav button {
  display: none;
}


.vs_all_logo_slider.owl-theme img {
  width: 150px;
      object-fit: contain;
    transition: all 0.5s;
    /*filter: grayscale(1);*/
}

.vs_all_logo_slider.owl-theme img:hover {
  transform: scale(1.1);
}

.vs_all_logo_slider.owl-theme .owl-item {
  /*border-left: 1px solid #d1d1d1;
      border-right: 1px solid #d1d1d1;*/
      background-color:#efefef;
}

.vs_all_logo_img {
  text-align: center;
  padding: 40px;

}

/*vs_all_logo_slider E*/


.vs_specialization_bg1{
padding-top: calc(20px + 5vw);
padding-bottom: calc(20px + 20vw);
background-color: #444343;
color: #fff;
}
.vs_specialization_bg2{
    margin-top: calc(-28px - 17vw);
    padding-bottom: calc(10px + 4vw);
        /*background-color: #fbfbfb;*/
}
.vs_specialization_box{
  width: 100%;
 text-align: center;
 transition: all 0.5s;
 
}

.vs_specialization_box img{
      transition: all 0.5s;
    }
.vs_specialization_box:hover img{
    transition: all 0.5s;
    transform: scale(1.2);
}
.vs_specialization_box_details{
      padding: calc(5px + 2vw);
      transition: all 0.5s;
}
.vs_specialization_box:hover .vs_specialization_box_details{
      box-shadow: 0 0 10px #d9d9d9;
    transition: all 0.5s;
}
.vs_specialization_box_details p{
  font-size: 14px;
  color: grey;
  padding-top: 10px;
}
.vs_specialization_box_details h4{
      font-size: calc(8px + 0.7vw);
}



.vs_pro_sldr1 .owl-nav {
  display: none;
}

.vs_pro_sldr1 h6 {
  font-size: 18px;
  color: grey;
}

.vs_pro_sldr1 figure:hover h6 {
  color: #604a26;
}

.vs_pro_sldr1 figure:hover {
  transform: translateY(-10px);
}

.vs_pro_sldr1 figcaption {
  padding-top: 20px;
  transition: all 0.5s;
}

.vs_pro_sldr1 .owl-dots {
  padding-top: calc(20px + 3vw);
}

.vs_pro_sldr1 .owl-dot {
  width: 40px;
  background-color: #9b9b9b;
  height: 4px;
  border: 0;
  margin: 10px;
}

.vs_pro_sldr1 .owl-dot.active {
  background-color: #000;
}

.vs_pro_sldr1 figure {
  position: relative;
  transition: all 0.5s;
}

/*.vs_pro_sldr1 figure:hover figcaption{
position: absolute;
bottom: 0;
background-color: #000000bd;
width: 100%;
height: 100%;
display: flex;
align-items: end;
padding: 25px;
}
.vs_pro_sldr1 figure:hover a{
color: #fff;
}*/
/*all banner S*/
.vs_all_banner img {
  width: 100%;
  object-fit: cover;
}

.vs_all_banner figure {
  position: relative;
  margin-bottom: 0;
}

.vs_all_banner figure h1 {
  font-size: calc(0.6rem + 1vw);
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 2px;
}

.vs_all_banner figure ul {
  font-size: calc(0.5rem + 0.9vw);
}

.vs_all_banner figcaption {
     position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #bfbdbd;
    text-align: center;
}

.vs_all_banner figcaption a {
  color: #2a9cd4;
}

.vs_all_pro_banner figure {
  background-color: #eadc8e;
  padding: 10px;
  border-radius: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.vs_all_pro_banner figcaption a {
  color: #9b7942;
}

/*all banner E*/







/*dealer S*/

.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;
}
/*dealer E*/


/*vs_blog_section S*/


.vs_blog_box {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding-bottom: 20px;
  background-image: url("../img/blog/blog_bg.png");
  background-position: bottom;
    background-size: cover;
}

.vs_blog_box img {
  width: 100%;
  object-fit: cover;
  height: 200px;
}

.vs_blog_box_img {
  position: relative;
  transition: all 0.9s;
  overflow: hidden;
}

.vs_blog_box_img img {
  transition: all 0.9s;
}

.vs_blog_box_img:hover img {

  transform: scale(1.2);
}

.vs_blog_box_img figcaption {
  position: absolute;
  top: 0;
  background-image: linear-gradient(180deg, black, transparent);
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
}

.vs_blog_box_img figcaption h3 {
  font-size: 16px;
  color: #ffffff;
}

.vs_blog_box_icon a {
  color: #f69b22;
}

.vs_blog_box_icon a:hover {
  color: #e81a29;
}

.vs_blog_box p {
  color: grey;
  font-size: 15px;
}

.vs_blog_box h5 {
      font-size: calc(15px + 0.4vw);
  font-weight: 600;
  /*line-height: calc(10px + 1.3vw);*/
}

.vs_blog_box .vs_more_btn {
  font-size: 14px;
}

.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 #2a9cd4;
  margin-block: 10px;
  transition: all 0.5s;
}

.vs_blog_category a:hover {
  background-color:#2a9cd4;
  color: #fff;

}

.vs_blog_category a i {
  color: #2a9cd4;
}

.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_pagination .page-link:focus{
  box-shadow: none;
      background-color: #2a9cd4;
    color: #fff;
}
.vs_blog_pagination .page-link{
  color: #999999;
}
.vs_blog_pagination .page-link:hover {
    color: #ffffff;
    background-color: #2a9cd4;
}

/*vs_blog_section E*/

/*.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: #2a9cd4;
}

.vs_text_sldr .owl-nav button.owl-prev {
  left: 0;
}

.vs_text_sldr .owl-nav button.owl-next {
  right: 0;
}

.vs_text_sldr h3 {
  color: #444444;
  font-size: 17px;
}

.vs_text_icon i {
  color: #ffc107;
}

.vs_text_sldr p {
  font-size: 15px;
  color: #878787;
  padding-top: 10px;
  line-height: 2pc;
  letter-spacing: 0.5px;
}

.vs_text_sldr_img img {
  border-radius: 50%;
  padding: 3px;
  background-color: #e7e7e7;
  box-shadow: 0 0 10px #d5d5d5;
  width: 140px;
  height: 140px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*<!-- Testimonial E --> */

/*vs_counter s*/
.vs_counter_bg{
  background-image: linear-gradient(rgba(0, 0, 0, 80%), rgba(0, 0, 0, 80%)),
  url(../img/home/count_bg.jpg);
  color: #fff;
  padding-block: calc(10px + 5vw);
  background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.vs_counter_bg h5{
    font-size: calc(20px + 3.3vw);
    color: #fff;
}
.vs_counter_bg p{
  font-size: 15px;
}

.vs_counter_section img{
      border-bottom: 5px solid #fff;
    padding-bottom: 30px;
}
.vs_counter_box{
      text-align: center;
    border: 1px solid #404040;
    padding: 30px 5px;
}

.vs_sin_pro_sldr .owl-nav {
  display: none;
}

.vs_sin_pro_sldr .owl-dot {
  border: 1px solid #1a5fa3;
  padding: 4px;
  border-radius: 50%;
  margin: 5px;

}

.vs_sin_pro_sldr .owl-dot.active {
  background-color: #1a5fa3;
}

.vs_sin_pro_btn {
  padding-bottom: 15px;
  display: flex;
  gap: 20px;
}
.vs_sin_pro_sldr .item{
  text-align: center;
}
.vs_sin_pro_sldr img{
     /*width: 400px;*/
    border: 1px solid #d3d3d3;
    padding: 20px;
    object-fit: contain;
}
.vs_sin_pro_sldr .owl-dots{
  text-align: center;
}
.vs_sin_pro_btn img {
  width: 74px;
  object-fit: contain;
}
.vs_sin_pro_details {
  color: #666565;
}
.vs_sin_pro_details h2 {
  color:#2a9cd4 ;
}
.vs_tab_model {
  background-color: #e8ecf3;
  padding: 0;
  width: 100%;
}

.vs_tab_model_list {
  background-color: #2a9cd4;
  justify-content: space-around;
  box-shadow: 0px 7px 10px #afafaf;
  width: 100%;
}

.vs_tab_model_list a {
  color: #fff;
  padding: 10px;
}

.vs_tab_model_list a:hover {
  color: #000;
}

.vs_tab_model_list a.active {
  border-radius: 0;
  background-color: transparent !important;
  border-bottom: 2px solid #fff;
  color: #ffffff;
}

.vs_tab_model_detalis_list {
  flex-direction: column;
  gap: 10px;
}
.vs_tab_model_detalis .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #68c338;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.vs_tab_model_detalis_list i {
  color: #1a5fa3;
  font-size: 12px;
  line-height: 2;
}
.vs_tab_model_detalis .vs_quote_icon_box i{
  font-size: 30px;
      color: #1a5fa3;
}

.vs_sin_form_box{
      background-color: #e3e6ec;
}
.vs_sin_form_box h3{
      background-color:#2a9cd4;
    color: #fff;
    padding: 11px;
    text-align: center;
    font-size: calc(10px + 0.5vw);
}
.vs_sin_form_box form{
  padding: 10px;
}
.vs_sin_form_box .form-control{
      border-radius: 0;
    padding: 13px 10px;
}
.vs_sin_box_call{
  text-align: center;
}
.vs_sin_box_call h4{
      font-size: 16px;
    font-weight: 600;
}
.vs_sin_box_call a{
   font-size: 20px;
    color: #ffffff;
    display: block;
    padding: 6px;
    background: linear-gradient(-45deg, #1a5fa3, #000, #1a5fa3, #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%;
  }
}

/*@keyframes rocking_h {

  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(2deg);
  }

  75% {
    transform: rotate(-2deg);
  }

  100% {
    transform: rotate(0);
  }
}*/


/*vs_pro_banner E*/



/*vs_all_project_list S*/
.vs_all_project_list {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px #ececec;
  padding-bottom: 50px;
}

.vs_all_project_list ul {
  /*border: 1px solid #dddddd;*/
  padding: 10px;
  gap: 20px !important;
}

.vs_all_project_list a {
  color: #464444;
  font-size: 13px;
  letter-spacing: 0.1px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.vs_all_project_list a:hover {
  color: #f0e595;
}

.vs_all_project_list ul a {
  color: #7d7d7d;
}

.vs_all_project_list .accordion-button {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #fff;
  color: #555656;
  margin-top: 10px;
}

.vs_all_project_list .accordion-button:not(.collapsed) {
  color: #555656;
  background-color: transparent;
  box-shadow: none;
}

.vs_all_project_list .accordion-item {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.vs_all_project_list .accordion-button::after {
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
  background-size: contain;
}

.vs_all_project_list .accordion-body {
  padding-top: 0;
}



.vs_all_pro_box figure {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 0 10px #ececec;
}

.vs_all_pro_box figcaption {
  position: absolute;
  /*z-index: 9999;*/
  top: 0;
  right: 0;
  padding: 10px;
}

.vs_all_pro_box h4 {
  font-size: 18px;
  color:#09a30f;
}

.vs_all_pro_box h5 {
  font-size: 16px;
  font-weight: 100;
}

.vs_all_pro_box h6 {
  font-size: 14px;
  /*display: none;*/
}

.vs_all_pro_box figure img {
  cursor: zoom-in;
  transition: all 0.5s;
}

.vs_all_pro_box:hover img {
  transform: scale(1.1);
}

.vs_all_pro_box .vs_pro_star {
  display: none;
}

.vs_all_profile_box {
  position: relative;
  margin-bottom: 80px;
}

.vs_all_profile_box img {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000000;
  border-radius: 20px 20px 20px 20px;
}

.vs_all_profile_box figure figcaption {
  position: absolute;
  /* z-index: 10000; */
  bottom: 0;
  text-align: center;
  transform: translate(-50%, 50%);
  left: 50%;
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  width: 90%;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 10px #00000073;
}

.vs_all_profile_box figure figcaption h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.vs_all_profile_box figure figcaption i {
  border-radius: 50px;
  background-color: red;
  width: 30px;
  height: 30px;
  display: flex;
  line-height: 0;
  justify-content: center;
  align-items: center;
  color: #fff;
}

/*vs_all_project_list E*/

/*contact page S*/


.vs_contact_icon i {
  font-size: 60px;
  color: #1a5fa3;
}

.vs_contact_box {
  background: white;
  padding: 10px;
  border-radius: 10px;
  transition: all 0.9s;
  border: 1px solid #1a5fa3;
}

.vs_contact_box h2 {
  color: #1a5fa3;
  font-weight: 600;
  font-size: 20px;
}

.vs_contact p {
  margin-bottom: 10px;
}

.vs_contact_box:hover {
  box-shadow: 0px 0px 10px 0 #1a5fa3;
}

.vs_contact_box a {
  font-weight: 500;
    font-size: 14px;
  color: grey;
  letter-spacing: 1px;
}

.vs_contact_box a:hover {
  color: #1a5fa3;
}

.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: #1a5fa3;
  padding: 12px;
  border-color: #1a5fa3;
}

.vs_contact_form .input-group-text i {
  font-size: 20px;
}

/*contact page E*/



.vs_contact_box {
  text-align: center;
  width: 100%;
}

.vs_contact_box h3 {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 0;
}



.vs_form_bg {
  background-color: #efefef;
  /*padding-block :calc(30px + 6vw);*/
}

.vs_form_bg .form-control,
.vs_form_bg .form-select {
  color: #000;
  border: 0;
  background-color: transparent !important;
  border-bottom: 1px solid #afafaf;
  border-radius: 0;
  padding: 13px 10px;
}

.vs_form_bg .form-select option {
  color: #000;
}

/*** Footer S ***/
footer {
     background-image: linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 70%)),
     url(../img/ftr_bg.jpg);
  /*background-color: #000 !important;*/
  color:#fff;
  background-size: cover;
  background-repeat: no-repeat;
   position: relative;
  overflow: hidden;
  background-position: center;
  background-attachment: fixed; /* optional for depth look */
}



/* Canvas from ripple plugin should cover entire footer */
#header_water canvas {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
}

/* Keep all footer content visible above the ripple canvas */
#header_water > *:not(canvas) {
  position: relative;
  z-index: 1;
}



footer a {
  color: #fff;
  font-weight: 500;
}

footer a:hover {
  color: #2a9cd4;
}

footer h4 {
  position: relative;
  color: #2a9cd4;
}
.vs_ftr_logo img{
 width: 200px;
}
.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: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2a9cd4;
  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: #2a9cd4;
}

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;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
}

.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;
}