@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');


@font-face {
  font-family: Graphik;
  src: url(../font/quasimoda-light.otf);
}


body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

/*.vs_cursor{
      cursor: url(../img/mirror_icon.png), auto;
}*/


h1,
h2,
h3,
h4,
h5,
h6 {

  font-family: 'Montserrat', sans-serif;
}

p {
  font-weight: 400;
}

* {
  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_18 {
  font-size: 18px !important;
}

.vs_fs_15 {
  font-size: 15px !important;
}

.vs_fs_12 {
  font-size: 12px;
}

.vs_fc_blue {
  color: #1a5fa3;
}


.vs_fc_orange {
  color: #ffc107;
}

.vs_bg_blue {
  background-color: #1a5fa3 !important;
}

.vs_bg_orange {
  background: #22648a;
}

.vs_fc_a {
  color: #1a5fa3;
}

.vs_fc_a:hover {
  color: #000 !important;
}

.vs_bg_grey {
  background-color: #f9f9f9bf;
}

.vs_ctm_btn {
  background: #1a5fa3;
  padding: 10px 20px;
  width: auto;
  border: 1px solid #1a5fa3;
  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;
  background-image: url(../img/heading_bg.png);
  background-repeat: no-repeat;
  /*background-position-x: center;*/
  background-position-y: top;
  padding-top: 30px;
}

.vs_heading.text-center {
  background-position-x: center;
}

.vs_heading h1 {
  font-size: calc(1rem + 1.7vw);
  margin-bottom: 0px !important;
  font-weight: 700;
  text-transform: uppercase;
}

.vs_heading h2 {
  font-size: calc(1rem + 1.7vw);
  margin-bottom: 0px !important;
  font-weight: 700;
  text-transform: uppercase;
}

.vs_heading h3 {
  font-size: calc(0.9rem + 1.4vw);
  text-transform: uppercase;
  font-weight: 700;
}
.vs_heading h3 span{
      font-size: 16px;
    color: #212529;
    text-transform: capitalize;
    font-weight: 500;
}

.vs_heading h4 {
  font-size: calc(0.6rem + 1.2vw);
  font-weight: 600;
}

.vs_heading::before {
  width: 50px;
  height: 4px;
  position: absolute;
  content: "";
  background-color: #1a5fa3;
  /*border-bottom: 3px solid #1a5fa3;*/
  bottom: 0;
  transform: translate(0%, 10px);

}

.vs_heading.text-center::before {
  transform: translate(-50%, 10px);
  left: 50%;
}

.vs_heading.text-white::before {
  background-color: #fff;
}

/*.vs_heading::after{
      width: 15px;
    height: 15px;
    position: absolute;
    content: "";
    background-color: #ff000000;
    border-right: 3px solid #1a5fa3;
    border-bottom: 3px solid #1a5fa3;
    bottom: 0;

}
*/


.vs_more_btn {
  position: relative;
  color: #1a5fa3;
  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: #1a5fa3;
  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_banner_slr {
  background-color: #e8ecf3;
  border-bottom-left-radius: 100px;
  padding: 50px 0px 100px 0px;
}*/

.vs_banner_slr {
  /*background-color: #e8ecf3;*/
  color: #fff;
}


.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_banner_slr .vs_slide_text {

  position: relative;
  /* padding: 50px 60px; */
  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;
  /*display: none;*/
}

.vs_bnr_sldr .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 13px;
  height: 13px;
  background: transparent;
  border: 2px solid #abaaaa;
  transition: all 0.5s;
  border-radius: 50%;
}


.vs_bnr_sldr .owl-dot.active {
  background-color: #1a5fa2;
}


.vs_banner_slr h2 {
  font-size: calc(0.3rem + 2vw);
  line-height: calc(0.3rem + 3vw);
  font-weight: 600;
  /*text-transform: uppercase;*/
  /* color: #1a5fa3;*/
}


.vs_banner_slr h3 {
  font-size: calc(0.3rem + 1vw);
  line-height: calc(0.3rem + 1vw);
  margin-bottom: 20px;
  background-color: #1a5fa3;
  width: fit-content;
  padding: 11px 20px;
  border-radius: 50px;
  color: #fff !important;
}

.vs_bnr_sldr figure figcaption .vs_slide_text {
  position: relative;
  overflow: hidden;
}


.vs_bnr_sldr figure figcaption {
  position: absolute;
  left: 5%;
  top: 5%;
  /*transform: translate(0, -50%);*/
  color: #000;
  width: 100%;

}


.vs_bnr_sldr figure img {
  width: 100%;
}


/*banner E*/

.vs_about_box {
  /*margin-top: -100px;*/
  background-color: #fff;
  box-shadow: 0 0 10px #cdcdcd;
  border-radius: 20px;
  padding: 50px;
  text-align: center;
}

/*vs_pro_sldr S */

.vs_b_banner_box {
  text-align: center;
  color: #ababab;
  transition: all 0.5s;
  width: 100%;
}

.vs_b_banner_box p {
  color: #787171;
}

.vs_b_banner_box_img {
  border-radius: 50%;
  box-shadow: 0 0 10px grey;
  width: fit-content;
  padding: 10px;
  margin: auto;
  background-color: #fff;
}

.vs_b_banner_box_img img {
  width: 55px;
  object-fit: contain;
  transition: all 0.5s;
}

.vs_b_banner_box_img img:hover {
  transform: rotate(359deg);
}

.vs_b_banner_box h5 {
  padding-top: 10px;
  color: #000;
}


.vs_slide_text i {
  color: #ff8d00;
}


/*processes S*/
.vs_process_box {
  text-align: center;
  /*border: 1px solid #cdcdcd;*/
  border-radius: 5px;
  padding: 20px;
  color: #fff;
  transition: all 0.5s;
  width: 100%;
  background-color: #114b71;
}

.vs_process_bg {
  /*background-image: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)),
       url(../img/home/autoclaves_bg1.png);
    background-attachment: fixed;*/
  background-color: #2372a6;
  padding: 50px;
  color: #fff;
}

.vs_process_box:hover {
  background: #1a5fa3;
  color: #fff;
}

.vs_process_box:hover img {
  filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(142deg) brightness(151%) contrast(105%);
}

.vs_process_box h5 {
  padding-top: 10px;
  color: #fff;
  transition: all 0.5s;
}

.vs_process_box:hover h5 {
  color: #fff;
}

.vs_process_box p {
  color: #fff;
  font-size: 14px;
}

/*processes E*/


/*PRODUCTS DETALIS S */
.vs_product_detalis {
  background-color: #e8ecf3;

}

.vs_product_detalis_box {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #1a5fa3;
  border-radius: 2px;
  transition: all 0.5s;
  overflow: hidden;
  background-color: #e8ecf3;
}

.vs_product_detalis_box h3 a {
  font-size: 19px;
  background: #1a5fa3;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-bottom: 1px solid;
  text-align: center;
  transition: all 0.5s;
}

.vs_product_detalis_box:hover a {
  background: #000;
}

.vs_product_detalis_box img {
  height: 245px;
  object-fit: cover;
  width: 100%;
  transition: all 0.5s;
}

.vs_product_detalis_box img:hover {
  transform: scale(1.5);
  transition: all 0.5s;
}

.vs_product_detalis_box .vs_product_detalis_list {
  font-size: 16px;
  padding: 15px 10px 30px 10px;
  text-align: center;
}


/*.vs_product_detalis_box a {
  background: #fff;
  border: 1px solid #3055bf;
  color: #3055bf;
  letter-spacing: 0;
  padding: 10px;
  position: absolute;
  bottom: -20px;
  margin-top: 10px;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 0.5s;
}*/


.vs_product_detalis_box:hover {
  transform: translateY(-15px);
  /*background: #000;*/
  /*color: #fff;*/
  box-shadow: 0 0 10px #546254;
}

/*PRODUCTS DETALIS 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;
  width: 100%;
}

.vs_pro_sldr .vs_pro_box1 {
  display: flex;
  width: 100%;
}

.vs_pro_sldr .vs_pro_box1 a {
  width: 100%;
}

.vs_pro_sldr figure {
  position: relative;
  /* border: 1px solid #000000; */
  text-align: center;
  margin: 10px;
  box-shadow: 0px 0px 10px #e7e7e7;
  width: 100%;
}

.vs_pro_sldr figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #1a5fa3e3;
  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: #1a5fa3;
}

.vs_pro_sldr .vs_pro_box_detalis h3{
      font-size: 18px;
    padding: 0 10px;
}

/*product slider E*/


/*vs_tab_list S*/

.vs_tab_list {
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  margin-top: 15px;
  width: 100%;
}

.vs_tab_detalis .tab-content {
  display: none;
  transition: all 0.5s;
}


/*.vs_tab_list span{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/
.vs_tab_detalis .tab-content.active {
  display: block;
  transition: all 0.5s;
}


.vs_tab_list .nav-link {
  color: #1a5fa3;
  width: 75%;
  height: 130px;
  transition: all 0.5s;
  /*box-shadow: 0 2px 2px rgba(0,0,0,.03);*/
  box-shadow: inset 7px 7px 15px 7px rgb(0 0 0 / 11%);
  align-items: center;
  justify-content: center;
  text-align: center;
}

.vs_tab_list .nav-link.active {
  background-color: #1a5fa3;
  color: #fff;
}

.vs_tab_bg {
  background-color: #f0f0f0 !important;
  overflow: hidden;
}

.vs_tab_img figure {
  position: relative;
  /* border: 1px solid #000000; */
  text-align: center;
  margin: 0px;
  /* box-shadow: 0px 0px 10px #e7e7e7; */
  width: 100%;
  background-color: #fff;
}

.vs_tab_img figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #000000d1;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
  /*transform: scale(0);*/


}

.vs_tab_img figcaption h3 {
  font-size: 20px;
  padding: 0 10px;
}

.vs_tab_img figure:hover figcaption {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  /*transform: rotate(90deg) scale(2) translateY(-50%) translateX(50%);*/
}

.vs_tab_detalis {
  background-color: #1a5fa3;
  width: 100%;
  border-radius: 7px;
}

.vs_tab_img img {
  height: 230px;
}

/*vs_tab_list E*/


/*vs_counter s*/
.vs_counter_bg {
  background-image: url(../img/home/counter_bg.jpg);
}

.vs_counter_head {
  padding: 30px;
  border: 7px solid;
  border-image: linear-gradient(90deg, white, white, #ffffff00)1;
}

.vs_counter_bg h3 {
  font-size: calc(0.8rem + 2.6vw);
  padding-bottom: 10px;
  box-shadow: 0px 12px 12px -12px #1a5fa3;
  color: #fff;
  font-weight: 700;
}

.vs_counter_bg h4 {
  padding-top: 20px;
  color: #fff;
}

/*vs_counter E*/


/*vs_call_box S*/

.vs_call_box {
  background-color: #e8ecf3;
  /*border-radius: 30px;*/
  padding: 50px;
  /*color: #fff;*/
  width: 100%;
}

.vs_call_box i {
  font-size: 60px;
}

/*vs_call_box E*/

/*vs_text_sldr S*/


/*.vs_text_sldr{
  position: relative;
}*/
.vs_text_sldr .owl-nav {
  display: none;
}

.vs_text_sldr .owl-nav {
  display: none;
}

.vs_text_sldr .owl-dots {
  text-align: center;
}

.vs_text_sldr .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 9px;
  height: 9px;
  background: transparent;
  border: 1px solid #1a5fa3;
  transition: all 0.5s;
  border-radius: 50%;
}


.vs_text_sldr .owl-dot.active {
  background-color: #1a5fa3;
}


.vs_better_bg {
  /*background-image: linear-gradient(90deg, black 50%, #e8ecf3 50%);*/
  background-image: linear-gradient(90deg, #0000008a 50%, #0000008a 50%), url(../img/home/form_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  /*padding-block: 50px;*/
}

.vs_better_bg i {
  font-size: calc(0.5rem + 7vw);
  line-height: calc(0.1rem + 1vw);
}

.vs_better_bg p {
  font-size: 18px;
}

.vs_better_bg a {
  color: #fff;
}

.vs_grid_contact {
  display: grid;
  grid-template-columns: 48% 45%;
  gap: 5px;
  padding-bottom: 20px;
}

.vs_better_bg .vs_fc_a:hover {
  color: #fff !important;
}

.vs_better_bg .vs_form_contact_icon i {
  font-size: 40px;
  color: #ffffff;
}

/*.vs_grid_contact h6{
      color: #1a5fa3;
}*/

/*vs_text_sldr E*/


.vs_contact_box {
  background: white;
  padding: 10px;
  transition: all 0.9s;
  border: 1px solid #1a5fa3;
  width: 100%;
}

.vs_contact_box h4 {
  color: #2c3667;
  font-weight: 600;
}

/*<!-- Testimonial E --> */

/*vs_blog_section S*/

/*.vs_blog_section{
      background-color: whitesmoke;
}*/

.vs_blog_box {
  background-color: #fff;
  border: 1px solid #1a5fa3;
  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 h3{
  font-size: calc(12px + 0.5vw);
}

.vs_blog_box_icon a {
  color: #f69b22;
}

.vs_blog_box_icon a:hover {
  color: #1a5fa3;
}

.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: #1a5fa3;
}

.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 #1a5fa3;
  margin-block: 10px;
  transition: all 0.5s;
}

.vs_blog_category a:hover {
  background-color: #1a5fa3;
  color: #fff;

}

.vs_blog_category a i {
  color: #1a5fa3;
}

.vs_blog_category a:hover i {
  color: #fff;
}

.vs_single_news_box {
  border-bottom: 2px solid #b4b4b4;
}
.vs_single_news_box h4{
  font-size: calc(10px + 0.5vw);
}








.vs_blog_detalis_banner p{
 font-size: calc(8px + 1vw);
    margin-bottom: 0;
    font-weight: 600;
}
.vs_blog_sig_detalis_box h1{
font-size: calc(8px + 0.9vw);
font-weight: 600;
    color: #1a5fa3;
}
.vs_blog_sig_detalis_box h2{
font-size: calc(7px + 0.8vw);
font-weight: 600;
}
.vs_blog_sig_detalis_box h3{
font-size: calc(7px + 0.8vw);
font-weight: 600;
}

/*vs_blog_section E*/

.vs_payment_bg{
      background-color: #f5f4f4;
}

.vs_payment_img {
  box-shadow: 0 0 10px #80808073;
  text-align: center;
  padding: 15px 5px;
  cursor: pointer;
  background-color: #fff;
}

.vs_payment_img img {
  width: 90px;
  object-fit: contain;
}


/*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 {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  border: none;
  background: transparent;
}

.vs_all_logo_slider.owl-theme .owl-nav button span {
  font-size: 85px;
  line-height: 20px;
  color: #000;
}

.vs_all_logo_slider.owl-theme .owl-nav .owl-next {
  right: 0;
}

.vs_all_logo_slider.owl-theme img {
  width: 150px;
  object-fit: cover;
}


.vs_all_logo_img {
  padding: 6px;
  box-shadow: 0 0 10px #8080807a;
  margin: 10px;
}

.vs_all_client_img {
  padding: 6px;
  box-shadow: 0 0 10px #8080807a;
  margin: 10px;
  width: 100%;
  text-align: center;
  transition: all 0.5s;
}

.vs_all_client_img:hover {
  transform: translateY(-10px);
}

/*vs_all_logo_slider 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: #ffffffad;
  opacity: 0.7;
}*/

.vs_all_banner figcaption {
  position: absolute;
  /* top: 50%; */
  color: #ffffff;
  display: flex;
  align-items: center;
  /* transform: translate(0px, -50%); */
  background-color: #1a5fa3;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 1px;
  bottom: 0;
}

.vs_all_banner figcaption h1 {
  font-size: calc(1rem + 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 E*/


/*vs_news_section S*/

/*.vs_blog_section{
      background-color: whitesmoke;
}*/

.vs_news_box {
  background-color: #fff;
  border: 1px solid #1a5fa3;
  border-radius: 10px;
  width: 100%;
}

.vs_news_box img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  object-fit: cover;
}


.vs_news_box_icon a {
  color: #f69b22;
}

.vs_news_box_icon a:hover {
  color: #1a5fa3;
}

.vs_blog_sldr {}

.vs_news_sldr .item {
  background-color: whitesmoke;
  display: flex;
  border-radius: 10px;
}

.vs_news_sldr .owl-nav {
  display: none;
}

.vs_news_sldr .owl-dots {
  display: flex;
  gap: 10px;
  /*justify-content: center;*/
  margin-top: 20px;
}

.vs_news_sldr .owl-dots button {
  padding: 6px;
  border-radius: 50%;
  border: none;
  background-color: #8d8787;
}

.vs_news_sldr .owl-dot.active {
  background-color: #1a5fa3;
}

.vs_news_sldr img {
  width: 100%;
  /*height: 240px;*/
  border-radius: 10px;
  object-fit: cover;
}

.vs_news_sldr .owl-stage,
.vs_news_sldr .owl-item {
  display: flex;
}

.vs_news_category a {
  color: #000;
  padding: 6px 10px;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #1a5fa3;
  margin-block: 10px;
  transition: all 0.5s;
}

.vs_news_category a:hover {
  background-color: #1a5fa3;
  color: #fff;

}

.vs_news_category a i {
  color: #1a5fa3;
}

.vs_news_category a:hover i {
  color: #fff;
}


/*vs_news_section E*/

/*career S*/
.vs_career_box p {
  font-size: 18px;
  letter-spacing: 1px;
  color: #8a8888;
}

.vs_career_list {
  gap: 20px;
}
.vs_career_box h3{
  font-size: 20px;
}
.vs_career_list li {
  background-color: #1a5fa3;
  border-radius: 50px;
  padding: 10px;
  color: #fff;
}

.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;
}

/*career E*/
.vs_techical_box {
  text-align: center;
  background-color: #1a5fa3;
  padding: 24px 12px;
  color: #fff;
  transition: all 0.5s;
}

.vs_techical_box:hover {
  transform: translateY(-10px);
  background-color: #000;
}

.vs_techical_box h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}

/*vs_pro_banner S*/
.vs_pro_banner {
  background-color: #1a5fa3;
  color: #fff;
  padding: 10px 15px;
  border-radius: 50px;
  box-shadow: 0 0 10px #b7b7b7;
  margin-top: 45px;
}

.vs_pro_banner ul {
  justify-content: flex-end;
}

.vs_pro_banner a {
  color: #03a9f4;
}

.vs_pro_banner a:hover {
  color: #fff;
}

.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 .imgsize{
  width: 400px;
}
.vs_sin_pro_sldr .owl-dots{
  text-align: center;
}
.vs_sin_pro_btn img {
  width: 74px;
  object-fit: contain;
}

.vs_tab_model {
  background-color: #e8ecf3;
  padding: 0;
  width: 100%;
}

.vs_tab_model_list {
  background-color: #1a5fa3;
  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_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: #1a5fa3;
    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*/

/*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 {
  color: #7a7a7a;
  font-weight: 500;
}

.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*/

/*about page S*/

/*vs_portfolio1 S*/


.vs_portfolio1 {
  background-image: url("../img/about/vision.webp");
  background-attachment: fixed;
  background-size: cover;
}

.vs_portfolio_left {
  background-color: #ffffffbf;
  padding: 100px;
  position: relative;

}

.vs_portfolio_left::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-top: 2em solid transparent;
  border-right: 0;
  border-bottom: 2em solid transparent;
  border-left: 2em solid #f2eeeb;
}

.vs_portfolio2 {
  background-image: url("../img/about/mission.jpg");
  background-attachment: fixed;
  background-size: cover;
}

.vs_portfolio_right {
  background-color: #ffffffbf;
  padding: 100px;
  position: relative;

}

.vs_portfolio_right::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-top: 2em solid transparent;
  border-right: 0;
  border-bottom: 2em solid transparent;
  border-right: 2em solid #f2eeeb;
}

.vs_portfolio3 {
  background-image: url("../img/home/portfolio_bg_3.jpg");
  background-attachment: fixed;
  background-size: cover;
}


.vs_model_logo img {
  border-right: 1px solid #c5bbbb;
  padding-right: 28px;
}

/*vs_portfolio1 E*/


.vs_about_left img {
  border: 7px solid #1a5fa3;

}

.vs_about_left figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
}

.vs_about_left figure figcaption h5 {
  background-color: #1a5fa3;
  padding: 10px;
  color: #fff;
  margin-bottom: 0;
  font-size: calc(0.5rem + 1vw);
}


.vs_about_techon img {
  border: 3px solid #eccf8e;
  transition: all 0.5s;
}

.vs_about_techon img:hover {
  transform: scale(1.2);

}

.vs_about_techon_section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/about/technologies_bg.jpg");
  background-size: cover;
}

.vs_categories_box ul li a {
  font-size: 16px;
  color: #838383;
  padding-top: 10px;
}

.vs_categories_box ul li i {
  font-size: 20px;
  color: #1a5fa3;
}

/*about page E*/

/*gallery S*/

.vs_gallery_img {
      border: 2px solid #1a5fa3;
  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_accreditation_img {
  /*border: 5px solid #1a5fa3;*/
  /*width: 450px;*/
  text-align: center;
}

.vs_accreditation_img img {
  height: 470px;
  border: 5px solid #1a5fa3;
}

.vs_accreditation_slider .owl-nav {
  display: none;
}

.vs_accreditation_slider .owl-dots button {
  padding: 6px;
  border-radius: 50%;
  border: none;
}

.vs_accreditation_slider .owl-dots {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin-top: 13px;
}

.vs_accreditation_slider .owl-dots .owl-dot {
  background-color: #fff;

}

.vs_accreditation_slider .owl-dots .owl-dot.active {
  background-color: #1a5fa3;
}


.vs_faq_h_btn {
  background: #1a5fa3 !important;
  color: white !important;
}

.vs_faq_box {
  text-align: center;
  box-shadow: 0 0 10px #959595;
  padding: 20px;
}

.vs_faq_box h3 {
  font-weight: 600;
  font-size: 16px;
}

.vs_faq_box p {
  padding-top: 7px;
  font-size: 14px;
  /* font-weight: 500; */
  color: grey;
}
.vs_faq_section_box .vs_faq_h_btn.collapsed{
background: #ffffff !important;
    color: black !important;
}
.vs_faq_section_box .vs_faq_h_btn{
background: #1a5fa3 !important;
  color: white !important;
}

.vs_faq_section_box .accordion-item {
    border: 1px solid #c9c9c9;
}

.vs_prod_img_box {
  /*border: 1px solid #1a5fa3;*/
  text-align: center;
  transition: all 0.5s;
}

.vs_prod_img_box figure {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 60px;
  transition: all 0.5s;

}

/*.vs_prod_img_box figcaption{
      position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #1a5fa3;
    transition: all 0.5s;
     height: 50px;
}*/
/*.vs_prod_img_box:hover figcaption{
  height: 100%;

}*/

.vs_prod_img_box figure img {
  box-shadow: 0 0 10px #abaaaa;
  margin-bottom: 35px;
  padding: 15px;
  /*height: 220px;*/
}

.vs_prod_img_box h4 {
  padding: 5px;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  background-color: #1a5fa3;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid #000;
}


.vs_sub_form_bg {
  background-color: #2372a6;
  padding: 40px 5%;
}

.vs_sub_form_head {
  background: #155987;
  padding: 21px 20px 26px;
}

.vs_sub_form {
  background: #114b71;
  padding: 21px 41px 3px;
}

.vs_sub_form .form-control {
  border-radius: 0;
  padding: 12px;
}


/*** Footer S ***/
footer {
  background-color: #fff !important;
  color: #000;
}

footer a {
  color: #000;
}

footer a:hover {
  color: #1a5fa3;
}
footer h3 span{
  font-size: 16px;
}
footer h4 {
  color: #000;
}

.vs_ftr_form .form-control {
  background: none;
  border: 0;
  border-bottom: 1px solid #04040433;
  border-radius: 0;
  height: 70px;
}

footer .vs_social_icon_box {
  border-top: 1px solid #04040433;
  border-bottom: 1px solid #04040433;
}

footer .vs_social_icon li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1a5fa3;
  transition: all 0.3s;
  font-size: 20px;
  color: #1a5fa3;
  border-radius: 50%;
}


footer .vs_ftr_list li {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

footer .vs_ftr_list li:not(:first-child):before {
  position: relative;
  content: "|";
  /*font-family: bootstrap-icons !important;*/
  font-weight: 900;
  margin-right: 10px;
  color: #697076;
}


footer .vs_ftr_list li:hover {
  box-shadow: none;
}


footer .copyright {
  font-size: 15px;
  /*border-top: 1px solid rgba(256, 256, 256, .1);*/
}


footer .copyright a:hover {
  color: #1a5fa3;
}


.vs_fix_btn {
    position: fixed;
    bottom: 15px;
    display: flex;
    gap: 10px;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}
.vs_fix_btn button.vs_ctm_btn{
  display: none;
}
.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;
}

#vs_quote_form .modal-header {
  background-color: #1a5fa3;
  padding: 22px 10px !important;
  color: #fff;
}

#vs_quote_form form .form-control {
  border-radius: 0;
  padding: 11px;
  margin-bottom: 2px;
}

.vs_evnet_model {
  display: none;
  position: fixed;
  top: 133px;
  right: 0;
  background-color: #fff;
  /*background-image: url("../img/home/paperex_bg.png");*/
  z-index: 9999;
  /* border-radius: 5px; */
  width: 140px;
  padding: 5px;
  /* border: 1px solid grey; */
  box-shadow: 0 0 7px #808080c2;
  animation: Gradient_h 3s ease infinite, rocking_h 3s ease infinite;
  animation-delay: 2s;
  /* border-radius: 20px; */
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 10px;
}

/*.vs_evnet_model img{
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(45deg) brightness(200%) contrast(102%);
}*/

.vs_navbar.sticky .vs_evnet_model {
  top: 83px;
}


@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);
  }
}




#google_translate_element .goog-te-gadget {
    color: #fff;
}

#google_translate_element .VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited,
 .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    color: #fff;
}