.vs_heading h2 {
  font-size:45px;
  /*letter-spacing: 2px;*/
  /*word-spacing: 3px;*/
  position: relative;
  font-family: "Be Vietnam Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(20px + 1vw, 10px + 1vw, 6px + 0.5vw);
}
.vs_heading h1 {
  font-size:45px;
  /*letter-spacing: 2px;*/
  /*word-spacing: 3px;*/
  position: relative;
  font-family: "Be Vietnam Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(20px + 1vw, 10px + 1vw, 6px + 0.5vw);
}
.vs_ctm_btn {
  border-radius: 50px;
  border: 1px solid #070819;
  padding: 10px 20px;
  /*background-image: repeating-linear-gradient(90deg, #f6961e, #fffffff2, green);*/
  color: #ffffff;
  position: relative;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 600;
  overflow: hidden;
  font-size: 18px;
  background: #070819;
}

.vs_ctm_btn:before {
  background: #0203a9;
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
  height: 0%;
  left: 0%;
  top: 0;
  transform: rotateX(29deg);
  transition-duration: 0.6s;
  /*transform-origin: top left;*/
  width: 100%;
}

.vs_ctm_btn:hover:before {
  height: 100%;
}


.vs_ctm_btn a {
  color: #fff;
}

.vs_ctm_btn:hover,
.vs_ctm_btn:hover a {
  color: #fff !important;
}

.vs_ctm_btn i {
  transition: all 0.5s;
}

.vs_ctm_btn:hover i {
  padding-left: 10px;
}

.vs_more_btn {
  position: relative;
  color: #f6961e !important;
  font-size: 18px;
  transition: all 0.5s;
}

.vs_more_btn i {
  transition: all 0.5s;
}

.vs_more_btn:hover {
  color: #000 !important;
}

.vs_more_btn:hover i {
  padding-left: 10px;
}


.vs_more_btn_w {
  color: #fff !important;
}
.vs_more_btn_w:hover{
  color: #fff !important;
}

.vs_overlay_clr {
  position: relative;
}

.vs_overlay_clr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background: #000;
  opacity: 0.3;
}


/*banner S*/




.vs_home_banner {
  /*height: 86vh;*/
  height: 100%;
  object-fit: cover;
}
.vs_home_banner_section figure{
  position: relative;
}
/*.vs_home_banner_section figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 99%;
  left: 0px;
  background: #000;
  opacity: 0.6;
}*/

.vs_home_banner_section figcaption{
      overflow: hidden;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 63px;
    left: 0;
    transform: translate(0px, -50%);
}


.vs_bnr_sldr .vs_slide_text {
  color: #fff;
  position: relative;
  overflow: hidden;
}


/*.vs_bnr_sldr {
  position: relative;
}*/

.vs_bnr_sldr .owl-nav {
  display: none;
}

.vs_bnr_sldr .owl-dots {
  display: none;
}


.vs_bnr_sldr h2 {
  font-size: calc(0.5rem + 2.5vw);
  line-height: calc(0.5rem + 3.5vw);
  /*font-weight: 600;*/
  text-transform: uppercase;
}

.vs_bnr_sldr h3 {
  font-size: calc(0.5rem + 1.2vw);
  line-height: calc(0.5rem + 1.2vw);
  margin-bottom: 20px;
}



.vs_bnr_sldr .owl-item.active h2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.2s;
}
.vs_bnr_sldr .owl-item.active h3 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.2s;
}



/*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;
}

/*banner E*/

/*vs_img_hover_section S*/

.vs_img_hover_section{
  overflow: hidden;
}

.vs_img_hover_section_bg{
  position: absolute;
  width: 100%;
  height: 20%;
  content: "";
  background: #8bc34aa3;
  z-index: -2;
}
.vs_img_hover_section h3{
  font-weight: 500;
}
.vs_img_hover_section p{
  font-size: 18px;
}
.vs_img_hover_box1{
  position: relative;
  transition: all 0.5s;
}
.vs_img_hover_box1 img{
  width: 100%;
}
.vs_img_hover_box_content1{
    position: absolute;
    top: 0;
    /* left: 123%; */
    right: -160%;
    width: 70%;
    text-align: justify;
     opacity: 0; 
    transition: all 0.7s;
}
.vs_img_hover_box1:hover .vs_img_hover_box_content1{
      opacity: 1;
    right: -92%;
}
.vs_img_hover_box2{
  padding-top: 14pc;
}
.vs_img_hover_box2 img{
  width: 100%;
}

.vs_img_hover_box3{
  position: relative;
  transition: all 0.5s;
}
.vs_img_hover_box3 img{
  width: 100%;
}
.vs_img_hover_box_content3{
    position: absolute;
    top: 30%;
    /* left: 123%; */
    right: -160%;
    width: 70%;
    text-align: justify;
     opacity: 0; 
    transition: all 0.7s;
}
.vs_img_hover_box3:hover .vs_img_hover_box_content3{
    opacity: 1;
    right: -92%;

}


/*vs_img_hover_section E*/


/*vs_promo_section S*/

.vs_promo_section {
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)),
    url(../img/icon_box/vs_promo_bg.jpg);
  color: #fff;
}

.vs_promo_section a.vs_ctm_btn {
  border-color: white;
  background-color: transparent;
  display: block;
  width: fit-content;
}

.vs_promo_section a.vs_ctm_btn:hover {
  color: #f6961e !important;
}


.vs_promo_main {
  margin: 0px auto;
  width: 600px;
  height: 600px;
  position: relative;
  overflow: hidden;
  padding: 50px;
}

.vs_big_circle {
  height: 100%;
  width: 100%;
  position: relative;
  border: 3px solid #6495f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: Rotate 20s linear infinite;
  background-image: radial-gradient(#0000004a, #ffffff2b);
}

.vs_circle_icon {
  width: 75px;
  height: 75px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0px 10px #585858;
  padding: 10px;
}

.vs_circle_icon img {
  margin: 0px auto;
  width: 86%;
  animation: Rotate-reverse 20s linear infinite;
}

.vs_circle_icon:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #36a8ff;
}

.vs_circle_icon:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  background-color: #1b1b7c;
}

.vs_circle_icon:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: #f6961e;
}

.vs_circle_icon:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  background-color: #008341;
}

/* circle content */
.vs_pomo_circle {
  animation: circle-rotate 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 50%;
  height: 50%;
  border: 3px solid #6495f2;
  border-radius: 50%;
}

.vs_pomo_circle .vs_circle_icon {
  padding: 5px;
  width: 90px;
  height: 90px;
}

.vs_pomo_circle .vs_circle_icon img {
  animation: img-rotate 20s linear infinite;
  width: 100%;
  object-fit: contain;
}

/* center logo */
.vs_center_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* keyframe animation */

@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}


@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}


@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }

  to {
    transform: rotate(-405deg);
  }
}


/*vs_promo_section E*/


/*vs_service S*/


.vs_service {
  background-image: url(../img/extra/website_bg.png);
  padding-block: 100px 300px;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.vs_service .vs_ctm_btn {
  border: 4px solid #ffe04e;
  background: #07081900;
}
.vs_service  ul li {
  font-size: 14px;
}

/*vs_service E*/


.vs_service_section {
  background-color: #f5f8fb;
  position: relative;
  background-size: cover;
  color: #000;
}

.vs_service_section:before {
  content: "";
  background: url(../img/service_slr/bg_service.png);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: top;
  animation: 3s infinite;
  animation-name: move_animation;
  transition: 0.4s linear;
  filter: contrast(0.5);
}


@keyframes move_animation {
  0% {
    margin-left: 0px;
  }

  25% {
    margin-bottom: 20px;
  }

  50% {
    margin-right: 0px;
  }

  75% {
    margin-top: 20px;
  }

  100% {
    margin-left: 0px;
  }
}

.vs_service_slider .owl-stage,
.vs_service_slider .owl-item,
.vs_service_slider .itme {
  display: flex;
}

.vs_service_slider_box {
  display: flex;
  /*border: 1px solid #fff;*/
  border-radius: 3px;
  padding: 20px;
  /*background-color: #0000008a;*/
  text-align: center;
  /*box-shadow: 0 0 10px #c5c5c57a;*/
  margin: 10px;
}

.vs_service_slider_box img {
  background-color: #fff;
  border-radius: 50%;
  padding: 25px;
  width: 150px;
  box-shadow: 0px 4px 10px #c1c1c1;
}

.vs_service_slider_box h6 {
  font-size: 21px;
  font-weight: 600;
  padding-top: 25px;
}

.vs_service_slider .owl-nav {
  display: none;
}

.vs_service_slider .owl-dots {
  text-align: center;
}

.vs_service_slider .owl-dots button {
  padding: 5px;
  border: none;
  background: #000;
  border-radius: 50%;
  margin: 5px;
}

.vs_service_slider .owl-dots button.active {
  background-color: #295a8d;
}

/*vs_service_slider E*/


.vs_ov_box {
  background-color: #fff;
  height: 90vh;
  margin-top: 70px;
  margin-bottom: 70px;

}

.vs_ov_box_1 {
  background-color: #f6961e;
}

.vs_ov_box_2 {
  background-color: #000;
  color: #fff;
}

.vs_ov_box_3 {
  background-color: #efefef;
}

.vs_ov_img {
  position: absolute;
  top: -70px;
}

.vs_ov_detalis {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
}

.vs_ov_detalis .vs_ctm_btn {
  position: absolute;
  bottom: 40px;
}

.vs_ov_detalis p {
  font-size: 19px;
  line-height: 40px;
  word-spacing: 2px;
}


.vs_ov_box_sec .owl-nav button {
  margin: 0 4px !important;
  background-size: contain !important;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  z-index: 999;
}

.vs_ov_box_sec .owl-nav>button.owl-prev {
  background-image: url("../img/ov_left.png") !important;
  left: 60px;
  transition: 0.5s ease all;
  /*transform: translateX(5px) scale(1);*/
}

.vs_ov_box_sec .owl-nav>button.owl-prev:hover,
.vs_ov_box_sec .owl-nav>button.owl-next:hover {
  background-image: unset !important;
}

.vs_ov_box_sec .owl-nav button.owl-prev:hover:before,
.vs_ov_box_sec .owl-nav button.owl-next:hover:before {
  transform: translateX(5px) scale(1);
}

.vs_ov_box_sec .owl-nav button.owl-prev:before {
  content: "";
  width: 15px !important;
  height: 15px !important;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 34%;
  left: 8px;
  transition: 0.3s ease all;
  transform: translateX(0px) scale(0);
}

.vs_ov_box_sec .owl-nav button.owl-next {
  background-image: url(../img/ov_right.png) !important;
  left: 120px;
}

.vs_ov_box_sec .owl-nav button.owl-next:before {
  content: "";
  width: 15px !important;
  height: 15px !important;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 34%;
  right: 8px;
  transition: 0.3s ease all;
  transform: translateX(0px) scale(0);
}

.vs_ov_box_sec .owl-nav button span {
  display: none;
}


/*check S*/


.vs_check_box img {
  /*width: 100px;*/
  object-fit: contain;
}

.vs_check_box h3 {
  font-size: 38px;
  color: #133239;
  font-weight: bold;
  letter-spacing: 0px;
  margin: 0px;
}

.vs_check_box p {
  font-size: 16px;
  line-height: 30px;
  color: #595959;
  font-weight: 400;
  margin: 0;
  padding: 5px 0px;
}

.vs_check_box figure {
  position: relative;
  margin-bottom: 0;
}

.vs_check_box figcaption {
  position: absolute;
  right: -78px;
  transform: translate(0, -50%);
  top: 50%;
}

.vs_check_box figcaption h5 {
  transform: rotate(90deg);
}


.vs_cost_form input{
        display: block;
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

/* Mark input boxes that gets an error on validation: */
.vs_cost_form input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.vs_input_box {
  display: none;
}

.vs_cost_form .vs_ctm_btn{
  border-radius: 0;
}

.vs_cost_form #prevBtn {
  background-color: #bbbbbb;
}



/*check E*/


/*our skils */

.vs_our_skills_bg {
  background: #f0f3f2;
}


.vs_skills_progress_bar .progress-bar {
  transition: 0.4s all ease;
}

.vs_skills_progress_bar {
  padding: 28px 40px 36px 0px;
}

.vs_skills_bar {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  margin: 8px 0px 0px;
}

.vs_skills_bar p {
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
}

.vs_skills_bar h6 {
  font-size: 20px;
  font-weight: bold;
}


/*counter S*/

.vs_counter figure {
  position: relative;
}

.vs_counter figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background: #000;
  opacity: 0.3;
}

.vs_counter_text {
  position: absolute;
  top: 100px;
  left: 50px;
  color: #fff;
  right: 50px;
}

.vs_counter_text p {
  padding-top: 10px;
}

#vs_counter_typing_text {
  border-right: 2px solid #fff;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 1s steps(40, end), blink-caret 0.5s step-end infinite alternate;
  display: initial;
  font-weight: 600;
}

@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes blink-caret {

  from,
  to {
    border-color: transparent;
  }

  50% {
    border-color: #000;
  }
}


.vs_counter figcaption {
  position: absolute;
  top: 60%;
  width: 100%;
  padding: 10px 20px;
}

.vs_counter_box {
  background: #fff;
  padding: 30px;
  width: 100%;
  box-shadow: 0 0 10px #000000;
  border-radius: 5px;
  transform: translateY(15px);
  transition: all 0.5s;
  position: relative;
}

.vs_counter_box:hover {
  transform: translateY(-15px);
}

.vs_counter_box h5 {
  font-size: calc(0.9rem + 2vw);
  color: #d3156d;
  font-weight: 600;
}

.vs_counter_box p {
  font-size: 20px;
  color: grey;
  text-decoration: underline;
}

.vs_counter_box:before {
  bottom: 0;
  content: "";
  position: absolute;
  border: 2px solid #fff0;
  width: 0%;
  left: 0;
  transition: all 0.5s;
}

.vs_counter_box:hover:before {
  width: 100%;
  border: 2px solid #d3156d;
}

/*counter E*/


/*blog S*/
.vs_blog_section {
  background-color: #f7f7f7;
}


.vs_blog_box {
  transition: all 0.5s;
  color: #000;
}

.vs_blog_box:hover figcaption {
  transform: translateY(0%);
}

.vs_blog_box figcaption {
  background-color: #f7f7f7d1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-top: 10px;
  transform: translateY(70%);
  transition: all 0.5s;

}

.vs_blog_box img {
  width: 100%;
}

.vs_blog_box a {
  color: #000;
}




/*vs_blog_section S*/

/*.vs_blog_section{
      background-color: whitesmoke;
}*/

.vs_blog_box1 {
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 10px;
  width: 100%;
}

.vs_blog_box1 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: #cc3c37;
}



.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: #0203a9;
}

.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 #979797;
  margin-block: 10px;
  transition: all 0.5s;
}

.vs_blog_category a:hover {
  background-color: #979797;
  color: #fff;

}

.vs_blog_category a i {
  color: #0203a9;
}

.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_sin_form_box{
      background-color: #e3e6ec;
}
.vs_sin_form_box h5{
      background-color: #0203a9;
    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_blog_section E*/


/*blog E*/





/*our team*/

.vs_our_team_banner{
  background-image: url("../img/team/our_team.png");
  /*position: relative;*/
  padding:100px 0;
}
.vc_team_manage_div{
  border-left:1px solid #e5e5e5;
}
.vs_our_team_member_detail {
    margin-top: -95px;
    padding: 35px;
}

.vs_team_detail_card {
    background: #fff;
    padding: 10px 30px 40px;
    text-align: center;
}

.vs_team_detail_card img {
    width: 150px !important;
    height: auto;
    border-radius: 100%;
    object-fit: cover;
    margin-bottom: 45px;
    padding-top: 15px;
}

.vs_team_info {
    padding-bottom: 20px;
}

.vs_team_info p {
    font-size: 14px;
    color: #99A9B5;
    margin-bottom: 28px;
}

.vs_team_info a {
    color: #00bcd4;
    font-weight: 700;
    font-size: 19px;
}
.vs_team_slider {
  position: relative;
}

.vs_team_slider .owl-nav button{
      color: #2196F3;
    background-color: transparent;
    font-size: 100px;
    line-height: 0;
    border: 0;
    position: absolute;
    top: 50%;
}
.vs_team_slider .owl-nav button.owl-prev{
left: 0;
}
.vs_team_slider .owl-nav button.owl-next{
right: 0;
}
/*client S*/
.vs_client_block img {
  /*height: 130px;*/
  object-fit: contain;
  /*width: 165px;*/

}

.vs_client_block {
  border: 1px solid #afaba6;
  padding: 5px 10px;
  border-radius: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

/*.vs_client_slider .owl-item.active.center
 .vs_client_block{
transform: scale(1.5);
    background: white;
    box-shadow: 0 0 10px #b3b3b3d6;
    border-color: black;

}*/
.vs_client_slider.owl-theme .owl-stage-outer {
  padding-block: 30px;
}

.vs_client_slider .owl-nav {
  display: none;
}

.vs_client_slider .owl-item {
  display: flex;
}

.vs_client_slider .itme {
  display: flex;
  width: 100%;
}

.vs_client_slider .owl-stage {
  display: flex;
}

/*client E*/

/*vs_form_section  s*/

.vs_form_section .form-control {
  padding: 13px;
  border-radius: 0;
  margin-bottom: 18px;
  font-size: 14px;
}

.vs_form_section_right {
  background-color: #1f2022;
  align-items: center;

}

/*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);
  font-family: bm;
  letter-spacing: 2px;
  /* font-size: 20px; */
  font-weight: 700;
}

.vs_all_banner figure ul {
  font-size: calc(0.5rem + 0.9vw);
}

.vs_all_banner figcaption {
  position: absolute;
  bottom: 10px;
  right: 0;
  background-color: #ffffff;
  border-radius: 50px 0 0 50px;
  padding: 10px;
  /* box-shadow: 0 0 3px #efefef; */
  border: 1px solid #bfbdbd;
}

.vs_all_banner figcaption a {
  color: #f6961e;
}


/*solution page S*/

.vs_solution_box{
      padding: 50px;
    text-align: center;
    background-color: #f8f8f9;
}
.vs_solution_box h4{
  padding-block:25px;
}
.vs_solution_box p{
  font-size: 14px;
  padding-bottom: 25px;
}
.vs_solu_slider_sec figure{
  position: relative;
}
.vs_solu_slider_sec figure figcaption{
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;

}
.vs_solu_slider .owl-nav{
  display: none;
}

/*solution page E*/

/*pricing page S*/

.vs_price_tbl {
  /* border: 2px solid #aaa; */
  /* border: 2px solid #4d4d4d; */
  padding: 50px 30px;
  border: 1px solid #f3f3f3;
  width: 100%;
  position: relative;
  transition: all 0.5s;
}

.vs_price_tbl:hover {
  box-shadow: 0 0 10px #c5c4c4;

}

.vs_price_tbl li {
  margin-bottom: 15px;
  font-weight: 500;
  color: #4D4D4D;
}

.vs_price_tbl li i {
  color: #f6961e;
}

.vs_price_tbl p {
  margin-bottom: 10px;
}

.vs_price_tbl h2 {
  font-size: 25px;
  line-height: 40px;
}
.vs_price_tbl h2 .vs_fs_20{
  font-size: 16px;
}

.vs_price_tbl h3 {
  font-size: 60px;
  line-height: 70px;
  margin-top: 20px;
}

button.vs_price_btn {
  padding: 15px 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0;
}

.vs_price_img {
  text-align: center;
}

.vs_price_img img {
  height: 140px;
  object-fit: contain;
}
.vs_price_box_bg{
  background-color: #000;
  color: #fff;
}

/*pricing page E*/

/*vs_services page S*/

.vs_services_box {
        padding: 20px 20px;
    border: 1px solid #e9e9e9;
    transition: all 0.5s;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 0 10px #dddddd;
}



.vs_services_box:hover {
  transform: translateY(-10px);
}
.vs_services_box p{
  color: grey;
  font-size: 14px;
}

.vs_services_box h2 {
    font-size: 18px;
    color: #4c4c4c;
}
/*life at k2i S*/

  .life_at_box {
    background: linear-gradient(180deg, rgba(212, 15, 125, 0.1) -32.36%, rgba(255, 255, 255, 0) 67.64%);
    margin: 0px 0 50px;
    padding: 152px 0px 00px;
    position: relative;
    text-align: center;
}
 .life_at_box  h4{
        font-size: 160px;
    line-height: 60px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d12e65;
    font-weight: 700;
    opacity: 0.2;
    text-transform: uppercase;
}
 .life_at_box h3{
  font-size: 25px;
    text-transform: uppercase;
    color: #E91E63;
    font-weight: 700;
    padding-bottom: 10px;
}
 .life_at_box p{
  font-size: 20px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: grey;
}
.vs_faq_box .accordion-button{
      font-size: 20px;
          color: #545454;

}
.vs_faq_box .accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, .125);
}
.vs_faq_box .accordion-button:not(.collapsed) {
    /*color: #E91E63;*/
    background-color: #f3f3f3;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.vs_faq_box .accordion-item h5{
      font-size: 30px;
    color: #E91E63;
    font-weight: 600;
    padding-bottom: 10px;
}
.vs_faq_box .accordion-item p{
font-size: 20px;
    color: grey;
}
.vs_tab_model_list i{
      font-size: 100px;
    color: lightgrey;
    line-height: 0;
}
.vs_tab_model_list .nav-link {
  color:lightgrey;
  text-align: center;
}
.vs_tab_model_list .nav-link.active{
  background-color: transparent;
  color: #28336c;
}
.vs_tab_model_list .nav-link.active i{
  color: #28336c;
}
.vs_tab_model_detalis h5{
      font-size: 30px;
    color: #E91E63;
    font-weight: 600;
    padding-bottom: 10px;
}

.vs_tab_model_detalis p{
  font-size: 20px;
    color: grey;
}


/*website page S*/
.vs_website_section{
      background-color: #F7F8F8;
    background-image: url(../img/website/web_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vs_website_right{
      background-image: repeating-linear-gradient(90deg, black, transparent);
    padding: 50px;
    color: #fff;

}
.vs_website_right i{
  font-size: 50px;
    line-height: 0;
}
.vs_website_right_box{
  display: flex;
  /*justify-content: space-between;*/
  /*width: 100%;*/
  gap:50px;
}
.vs_web_box{
  background-color: #f2f1ee;
  padding:50px;

}
.vs_web_box_img{
  background-color: white;
  padding:30px;
}

/*website page E*/
.vs_gw_bg{
      background-color: #f7f7f7;
}
.vs_gw_bg p{
  font-size: 15px;
}
.vs_features_box{
    border:1px solid #e5e5e5;
    position: relative;
    /*padding: 0 20px 20px;*/
    transition: all 0.8s;
}
.vs_features_box p a{
          color: #E91E63;
    font-size: 14px;
    /* padding-top: 20px; */
}
.vs_features_box_a{
    position: absolute;
    bottom: 20px;
}
.vs_features_box h4{
    margin-bottom: 50px;
    font-size: 18px;
}

.vs_features_box:hover {
    background: #fff;
    box-shadow: 0 1px 11px rgb(54 64 67 / 30%), 0 1px 14px rgb(54 64 67 / 15%);
}
.vs_gw_app{
  border: 1px solid #f4f5f4;
    padding: 13px;
}
.vs_gw_app h4{
      font-size: 18px;
    letter-spacing: 1px;
}
.vs_gw_app p{
      font-size: 14px;
    color: #c3c3c3;
}
.vs_gw_app img{
    width: 150px;
    object-fit: cover;
}
.vs_features_box_head p{
  font-size: 15px;
    color: #afa8a8;
    padding-top: 15px;
}
.vs_ga_line{
    
        width: 10px;
    height: 300px;
        background: linear-gradient( rgb(0 198 72) ,
         rgb(247 187 7)) !important;
    display: block;
        margin: auto;
}


/*vs_promo_section S*/

.vs_seo_process_section {
background-color:#f2f6f8;
  color: #000;
}

.vs_seo_process_main {
  margin: 0px auto;
  width: 400px;
  height: 400px;
  position: relative;
  overflow: hidden;
  padding: 50px;
}

.vs_seo_process_circle {
  height: 100%;
  width: 100%;
  position: relative;
  border: 3px solid #6495f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-image: radial-gradient(#0000004a, #ffffff2b);*/
}

.vs_seo_process_icon {
  width: 40px;
  height: 40px;
  position: absolute;
  
  

}
.vs_seo_process_icon a{
  color: #fff;
  padding: 10px;
  background-color: #36a8ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vs_seo_process_icon a.active{
  background-color: #3f51b5;
}

.vs_seo_process_icon:first-child {
      top: 0;
    left: 65%;
    transform: translate(-50%, -50%);
}
.vs_seo_process_icon:nth-child(2) {
  top: 30%;
    right: 0;
    transform: translate(27%, -50%);
}

.vs_seo_process_icon:nth-child(3) {
       bottom: 17%;
    right: 0;
    transform: translate(30%, -50%);
}


.vs_seo_process_icon:nth-child(4) {
  bottom: 0%;
    right: 30%;
    transform: translate(0%, 40%);
}
.vs_seo_process_icon:nth-child(5) {
      bottom: 9%;
    left: 5%;
    transform: translate(0%, 0%);
}
.vs_seo_process_icon:nth-child(6) {
      top: 45%;
    left: 0;
    transform: translate(-50%, -50%);
}
.vs_seo_process_icon:nth-child(7) {
  top: 9%;
    left: 9%;
    transform: translate(50%, -50%);
}

/* center logo */
.vs_seo_process_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.vs_seo_process_section p{
  color: grey;
  padding-top: 10px;
}
.vs_seo_process_section h3{
  font-size: 24px;
    font-weight: 600;
    color: #3f51b5;
}




.vs_cloud_ser_box figure{
    width: 100%;
    background: #ebfbe5;
    border-radius: 23px;
    position: relative;
margin-bottom: 0;
padding: 50px;
}
.vs_cloud_ser_box figure p{
  font-size: 15px;
}
.vs_cloud_ser_box figure h5{
  font-size: 18px;
  font-weight: 600;
}
.vs_cloud_ser_box figcaption{
  position: absolute;
    top: -29px;
    background: white;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 15px;
    box-shadow: rgb(128 128 128 / 34%) 0px 0px 6px;
    border-radius: 9px;
    left: 25px;
}
.vs_cloud_ser_box2{
  padding-top: 170px;
}

.vs_approach_section{
  background-image: url(../img/g_w/approach-bg.png);
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;

}
.vs_approach_section h6{
padding-top: 40px;
    padding-bottom: 7px;
}
.vs_approach_section p{
  font-size: 14px;
}
/*contact page S*/
.vs_contact_banner h1{
      font-weight: 600;
    font-size: calc(15px + 2vw);
}
 
.vs_contact_banner p{
      font-size: 14px;
    letter-spacing: 0.2px;
    color: #838383;
    line-height: 24px;
}

.vs_contact_address_bg{
  margin-top: -100px;
}
.vs_contact_address {
  margin-bottom: 22px;
  text-align: center;
  padding: 30px;
    background-color: #f6f9fc;
    color: #2e475d;
}
.vs_contact_address h6{
      padding-block: 15px;
}

.vs_contact_address i {
  font-size: 40px;
}

.vs_contact_address a {
  color: #2e475d;
}

.vs_contact_address a:hover {
  color: #337ef4;
}


.vs_contact_form {
  /*background-image: url(../img/contact/contact_bg.jpg);
  background-size: cover;*/
  color: #000;
  background-color: #f6f9fc;
}

.vs_contact_form_grid {
  display: grid;
  grid-template-columns: 18% 18% 18% 18% 18%;
  gap: 13px;

}

.vs_contact_form .form-control {
      padding-block: 13px;
    border-color: #d3d3d3;
    border-radius: 0;
    background-color: transparent;
}

.vs_contact_form .form-check-label {
  font-size: 12px;
  background-color: #efefef;
  padding: 10px;
  width: 100%;
}

.vs_contact_form .form-check-label img {
  width: 50px;
  object-fit: contain;
}

.vs_contact_form .form-check-label p {
  margin-bottom: 0;
}

/*contact page E*/

/*health page S*/

.health_top p {
  font-size: 17px;
  letter-spacing: 1px;
  color: grey;
}

.vs_health_Capabilities {
  background-color: #000;
    padding: 20px 20px;
    /*border: 1px solid #fdfdfd;*/
    transition: all 0.5s;
    text-align: center;
    position: relative;
     overflow: hidden;
     width: 100%;
}



.vs_health_Capabilities span:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #171618, #2196f3);
  animation: animate1 2s linear infinite;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.vs_health_Capabilities span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to bottom, #171618, #2196f3);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}
@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

.vs_health_Capabilities span:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to left, #171618, #2196f3);
  animation: animate3 2s linear infinite;
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.vs_health_Capabilities span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to top, #171618, #2196f3);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}


.vs_health_Capabilities:hover {
  transform: translateY(-10px);
}

.vs_health_Capabilities img {
  width: 70px;
  padding-bottom: 15px;
  transition: all 0.9s;
}

.vs_health_Capabilities:hover img {
  transform: rotate(360deg);
}

.vs_health_Capabilities h2 {
      font-size: 20px;
    font-family: 'bm';
    color: #4eb0ff;
}

.vs_health_Capabilities p {
  color: #adaaaa;
  font-size: 14px;
  /*text-align: justify;*/
}
.vs_health_Capabilities .vs_more_btn{
      color: #3c7eb6 !important;
}
.vs_health_box_bg{
      background-color: #00000082;
   position: relative;   
   color: #fff;
}
.vs_health_box_bg:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    background-image: url(../img/health/heart_gif.gif);
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.vs_health_box{
  width: 100%;
}

.vs_health_box h2 {
  font-size: 30px;
  font-family: 'bm';
  color: #fff;
}

.vs_healthcare {
  background-image: url(../img/health/healthcare_img.webp);
  padding-block: 145px;
  background-size: cover;
  /*background-attachment: fixed;*/
}

.vs_healthcare_box {
  background-color: #f2f1ee;
  padding: 50px;
  box-shadow: 0px 0px 10px #000000ab;
  border-radius: 4px;
}


/*health page E*/

/*vs_event S*/

.vs_event_box {
  background-color: #f2f2f2;
  transition: all 0.5s;
  text-transform: uppercase;
}

.vs_event_box:hover img {
  transform: scale(1.3);
}

.vs_event_box img {
  transition: all 0.5s;
}

/*vs_event E*/


.vs_network {
  background-image: url(../img/network/netowork_bg.webp);
  padding-block: 145px;
  background-size: cover;
}

.vs_resiliency {
  background-image: url(../img/resiliency/resiliency_bg.jpeg);
  padding-block: 145px;
  background-size: cover;
}

.vs_data {
  background-image: url(../img/data_ai/data_bg.jpg);
  padding-block: 145px;
  background-size: cover;
}

/*digital page S*/
.vs_digi_counter_bg{
  background-image: url(../img/extra/digi_counter.jpeg);
  color: #fff;
  padding-block:40px;
}

.vs_digi_box{
  width: 100%;
  padding-top: 20px;
}
.vs_digi_box h5{
  font-size: calc(0.9rem + 2vw);
  font-weight: 600;
}
.vs_digi_list li{
  display: flex;
    align-items: center;
    gap: 11px;
}
.vs_digi_list li i{
  font-size: 30px;
    color: #03a9f4;
}
/*digital page E*/

/*job S*/
.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_career_form input{
      display: block;
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
}
.vs_career_form label{
      font-size: 12px;
    color: #7a7a7a;
    padding-top: 15px;
}

.vs_job_section {
  background-image: url(../img/job/job_bg.webp);
}

.vs_job_box {
  /*background-color: #000;
  color: #fff;*/
}

.vs_job_box h2 {
    font-size: 17px;
    /* letter-spacing: 2px; */
    /* word-spacing: 3px; */
    position: relative;
    /* font-family: bm; */
    /* text-transform: uppercase; */
    line-height: 30px;
    position: relative;
    font-weight: 100;
}
.vs_job_icon{
  position: relative;
}
.vs_job_number_bg{
    left: 0;
    right: 0;
    z-index: -1;
    top: -30px;
    color: #f2f2f2;
    font-size: 115px;
    line-height: 120px;
    font-weight: 700;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}
@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px); } }

@keyframes mover {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px); }
}

.vs_promo_number_bg{
    left: 0;
    right: 0;
    z-index: -1;
    top: -30px;
    color: #f2f2f2;
    font-size: 115px;
    line-height: 120px;
    font-weight: 700;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}
@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px); } }

@keyframes mover {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px); }
}


.vs_ind_banner{
      background-color:#030626;
    padding: 70px 0px;
    color: #fff;
}
.vs_hosp_bg{
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),  url(../img/indusrty/hosp_bg.png);
      color: #fff;
    text-align: center;
    padding: 150px 0;
}
.vs_hosp_bg h2 {
    font-size: calc(1rem + 2.2vw);
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;

}

.vs_privacy_box{
      padding-top: 20px;
}
.vs_privacy_box h3{
  font-size: 22px;
    color: #ff9800;
    padding-block: 12px 15px;
}

/*footer*/

/*vs_ftr_top E*/
.vs_touch_call {
  background: black;
  color: white;
}

.vs_touch_call h1 {
  font-size: calc(0.5rem + 1.5vw);
  margin-bottom: 0;
}

.vs_ftr_top {

  padding-block: 35px;
  background: gainsboro;
}

.vs_ftr_top h5 {
  font-weight: 600;
  color: black;
  font-size: calc(1rem + 0.5vw);
}

.vs_ftr_top a {
  color: #898787;
  font-size: 25px;
  /*background: black;*/
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.vs_ftr_top li {
  padding-right: 30px;
  padding-left: 30px;
  border-left: 1px solid #000;
}

.vs_newslatter input {
  background: none;
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  padding-left: 0;
}

.vs_newslatter .form-control:focus {
  background-color: transparent;
  border-color: black;
}

.vs_newslatter button {
  border-radius: 50px;
}

.vs_newslatter_in {
  width: 70%;
}

.vs_ftr_top_bor {
  border-right: 1px solid #c8c9ca;
}

footer {
  background-color: #fff;
  /*border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;*/
  /*margin-block: 50px;*/
  padding-top: 30px;
}

footer h4 {
  font-weight: 600;
  padding-bottom: 10px;
  color: #000000;
  font-size: calc(0.9rem + .8vw);
}

footer .vs_ftr_list a {
  font-size: 16px;
  color: #6e6e6e;
  transition: all 0.5s;
}

footer .vs_ftr_list a:hover {
  padding-left: 10px;
  color: #000000;
}

footer .vs_ftr_list a i {
  font-size: 30px;
  color: #008341;
}

.vs_ft_btm_bg p {
  margin-bottom: 0;
}

.vs_ft_btm_bg a {
  color: #000;
}

.vs_ft_btm_bg a:hover {
  color: #f6961e;
}

.vs_frt_br {
  border-right: 1px solid #c8c9ca;
  padding-left: 30px;
}

.vs_ftr_point {
  background: #dbdada;
  padding-block: 15px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.vs_ftr_point a {
  padding: 12px;
  color: #7a6767;
}

.vs_ftr_point a:hover {
  color: #000;
}

.vs_ftr_btm_btn a {
  background-color: #f6961e;
  padding: 8px 10px;
  border-radius: 50px;
  color: #000;
  box-shadow: 0px 0px 4px #838383;
  display: inline-block;
}


.vs_face:hover {
  color: #1877f2 !important;
}

.vs_twit:hover {
  color: #00b6f1 !important;
}

.vs_inst:hover {
  color: #cf3b8f !important;
}

.vs_linked:hover {
  color: #0077b5 !important;
}

.vs_yout:hover {
  color: #FF0000 !important;
}


.vs_mobile_nav {
  position: fixed;
  bottom: 0;
  background-color: #000;
  width: 100%;
  padding: 8px 5px;
  z-index: 9999999999;
}

.vs_mobile_nav img {
  width: 30px;
  object-fit: contain;
}

.vs_mobile_nav a {
  color: #fff;
  font-size: 14px;
}

.vs_mobile_nav a:hover {
  color: blue;
}


.vs_start_form_bg{
  background: rgb(249 249 249 / 97%);
    position: fixed;
    z-index: 999999999;
    top: 0;
    right: -100%;
    height: 100%;
    max-width: 810px;
    width: 100%;
    padding: 47px 70px;
    overflow-y: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
}
.vs_start_form_bg h2{
      font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
  text-transform: uppercase;
}
.vs_start_form_bg h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    font-family: 'Roboto Slab', serif;
    color: #191919;
        padding-top: 30px;
        padding-bottom: 20px;
}
.vs_start_form_bg h5 {
    font-size: 20px;
    font-weight: 600;
    /*line-height: 38px;*/
    font-family: 'Roboto Slab', serif;
    color: #191919;
        padding-block: 10px;
}
.vs_close_slide{
  background-color: #03A9F4;
    width: fit-content;
    padding: 3px 10px;
    color: #fff;
}

.vs_start_form .form-control{
  font-size: 14px;
    border: 0;
    background: 0 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    border-radius: 0;
    height: inherit;
    box-shadow: inherit;
    outline: 0;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
}
.vs_start_form label span{
      display: inline-block;
    font-size: 14px;
    vertical-align: text-bottom;
    cursor: pointer;
}
.show{
  visibility: visible;
  right: 0%;
}
.hide{
  visibility: hidden;
}