@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');



body {
 font-family: "Montserrat", sans-serif;
}

/*
h1,
h2,
h3,
h4,
h5,
h6 {
 
 font-family: 'Nanum Gothic', sans-serif;
}*/


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
}
p{
  font-size: 15px;
}

button,
input {
  overflow: visible;
}

button:focus,
.form-control:focus,
.accordion-button:focus,
.form-select:focus {
  outline: none;
  box-shadow: none;
}

table td {
  white-space: pre;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.vs_fs_50 {
  font-size: calc(1.1rem + 2vw);
}

.vs_fs_30 {
  font-size: calc(0.7rem + 1.4vw);
}

.vs_fs_40 {
  font-size: calc(0.8rem + 1.2vw);
}

.vs_fs_35 {
  font-size: 35px;
}

.vs_fs_24 {
  font-size: calc(0.7rem + 1vw);
}

.vs_fs_20 {
  font-size: 20px;
}

.vs_fs_15 {
  font-size: 15px !important;
}
.vs_fs_12{
  font-size: 12px;
}

.vs_fc_blue {
  color:#00aaab;
}
.vs_fc_a{
  color: #000;
}
.vs_fc_black{
  color: #000 !important;
}


.vs_bg_blue {
  background-color: #00aaab !important;
}

.vs_ctm_btn {
    background: #006ec3;
    padding: 5px 15px;
    width: auto;
    border: 1px solid #7bc748;
    position: relative;
    transition: all 0.5s;
    z-index: 1;
    overflow: hidden;
   font-size: 14px;
   font-weight: 500;
    border-radius: 3px;
    color: #fff;
}
.vs_ctm_btn.bg-white, .vs_ctm_btn.bg-white a{
  color: #000;
}
.vs_ctm_btn:after {
    background: #000;
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.5s;
    height: 100%;
    left: 0%;
    top: 0;
    transform: rotateX(182deg);
    transition-duration: 0.6s;
    transform-origin: left;
    height: 0;
}

.vs_ctm_btn:hover:after {
    height: 100%;
    width: 135%;
}

.vs_ctm_btn:hover a {
    color: #fff !important;
}
.vs_ctm_btn:hover{
  color: #fff;
}

.vs_ctm_btn a {
        color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    padding: 10px;
}





.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 S*/
.vs_last_btn {
  position: fixed;
  bottom:220px;
  right: 40px;
  transition: all 0.5s;
  opacity: 0;
}

.vs_last_btn.show {
  opacity: 1;
    transition: all 0.5s;
    bottom: 50px;
}
.vs_last_btn .vs_ctm_btn{
  border-radius: 50px;
    border: none;
    font-size: 22px;
        z-index: 9999;
}
/*vs_last_btn E*/



/*uss S*/
.vs_heading  h6{
  color: #0d6efd;
}
.vs_heading h2 {
  position: relative;
    display: inline-block;
    font-size: calc(1rem + 1vw);
    font-weight: 600;
}

.vs_heading h1 {
  position: relative;
    display: inline-block;
    font-size: calc(1rem + 1.5vw);
    font-weight: 600;
}



.vs_more_btn{
  position: relative;
  color: #495057 !important;
  font-size: 16px;
  transition: all 0.5s;
      padding-right: 50px;
}

.vs_more_btn:hover {
  color: #fff !important;
}

.vs_more_btn::after {
     content: "\F138";
    position: absolute;
    font-family: bootstrap-icons !important;
    color: #e80566;
    font-size: 18px;
    padding-left: 9px;
    transition: all 0.5s;
}
.vs_more_btn:hover::after{
  padding-left: 18px;
  color: #fff;
}
.vs_more_btn_w{
  color: #fff !important;
}
.vs_more_btn_w::after {
 color: #fff !important;
}

/*uss E*/




/*banner S*/

.vs_banner_slr h1{
    font-size: calc(0.7rem + 2.1vw);
    /*color: #fff;*/
    font-weight: 700;
}
.vs_banner_slr img{
    width: 400px;
    padding-bottom: 20px;
}
.vs_banner_slr p{
     color: grey;
     padding-top: 20px;
}
.vs_banner_slr h6{
         font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    padding-top: 5px;
    color: #787878;
}

#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;
  color: #e91e63;
    font-size: 26px;
}

@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes blink-caret {

  from,
  to {
    border-color: transparent;
  }

  50% {
    border-color: #000;
  }
}


.vs_sdl_from{
        box-shadow: 0 0 10px #bfbfbf;
    padding: 20px;
}
.vs_sdl_from h6{
    font-size: calc(10px + 0.8vw);
    color: #787878;
}
.vs_sdl_from .form-control {
    border-color: #ebebeb;
    padding: .75rem 0.85rem;
    height: calc(2.56em + .75rem + 2px);
        font-size: 13px;
}

/*banner E*/
/*vs_promo_single_wrap S*/

.vs_promo_single_wrap{
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);
  text-align: center;
  padding: 40px 25px;
}
.vs_promo_icon{
  position: relative;
}
.vs_promo_icon img{
  width: 65px;
}
.vs_promo_single_wrap h4{
      font-size: 24px;
    font-weight: 600;
    padding-bottom: 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_promo_info{
  padding-top: 10px;
}

/*vs_promo_single_wrap E*/

/*about S*/
.vs_about_bg{
  background-color: #f6f6f6;
}
.vs_about_info li{
  color: #878787;
}
.vs_about_info i{
  color: #0d6efd;
}
.vs_about_info span{
  font-size: 15px;
}
.vs_about_info h6{
      line-height: 25px;
    color:#0d6efd;
    padding-top: 25px;
}
/*about E*/

/*vs_why_bg S*/

.vs_why_bg{
      background-image: url(../img/home/why-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



.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 {
     font-size: 22px;
    font-weight: 600;
}
.vs_why_info{

}

/*vs_why_bg E*/


.vs_about_box_section {
  background-attachment: fixed;
  background-image: url(../img/home/about_section_bg.jpg);
}


.vs_about_stick_side {
  position: sticky;
  top: 100px;
  /* Adjust based on your header height */
  z-index: 2;
  align-self: flex-start;
  /* Important for sticky inside flex/grid */
}

@media (max-width: 767px) {
  .svs_about_stick_side {
    position: static;
  }
}


.vs_about_box {
  border: 4px solid #cdcdcd;
  border-radius: 24px;
  padding: 20px;
  color: #ababab;
  transition: all 0.5s;
  width: 100%;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}

.vs_about_box:hover {
      background: linear-gradient(145deg, #f3f3f3 0%, #fdfdfd 100%);
}

.vs_about_box h4 {
  padding-top: 10px;
  color: #424242;
  transition: all 0.5s;
  font-size: 16px;
  letter-spacing: 0.1px;
  font-weight: 700;
}

.vs_about_box:hover h4 {
  color: #ba2035;
}


.vs_about_box_section p {
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #8b8686;
  font-weight: 500;
  line-height: 1.7;
}

.vs_about_box p {
  font-size: 13px;
  letter-spacing: 0.3px;
  /*color: #4a4a4a;*/
  font-weight: 500;
  line-height: 1.6;
}

.vs_about_box_list li i {
  font-size: 20px;
  color: #ba2035;
}

.vs_about_box_list {
  display: flex;

}

.vs_about_box_list li {
  display: flex;
  gap: 14px;
  color: #4a4a4a;
}
/*price_box S*/
.vs_price_box{
  text-align: center;
    position: relative;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    transition: .5s ease-in-out;
    width: 100%;
        padding: 20px 20px 60px 20px;
}
.vs_price_box hr{
  color: #acd1f9;
      height: 3px;
}
.vs_price_box_month{
  display: flex;
  gap:15px;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
.vs_price_box h4{
      font-size: 22px;
    font-weight: 600;
}
.vs_price_box_month p{
  background-color: #f71c8d;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 1px 6px;
    border-radius: 30px;
    font-weight: 500;
    line-height: 18px;
}
.vs_price_box_month h6{
      font-size: 16px !important;
    line-height: 24px;
    color: #939393 !important;
    font-weight: 600;
    display: inline-block;
    width: auto;
}
.vs_price_box_month h6 small{
  font-size: 13px;
  font-weight: 500;
}
.vs_price_box_head h3{
    font-size: 35px;
    font-weight: 600;
    line-height: 38px;
    padding-top: 14px;
        color: #0155ad;
}
.vs_price_box_head h3 small{
  font-size: 16px;
    font-weight: 500;
}
.vs_price_box_head h3 span{
  font-size: 20px;
    font-weight: 600;
}
.vs_price_box ul{
  text-align: left;
}
.vs_price_box li span{
  font-size: 15px;
}
.vs_price_box li i{
  color: #006ec3;
}
.vs_price_box li img{
  width: 22px;
    height: 22px;
}
/*price_box E*/
.vs_star_plan h3{
      font-size: 20px;
    font-weight: 600;
    color: #006ec3;
}

.vs_star_plan p{
      color: #575757;
}
.vs_star_plan_form{
  background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 11px #dddddd;
}
.vs_star_plan_form .list-group-item{
  background: transparent;
}
.vs_star_plan_form .list-group-item a{
  color: #9b9b9b;
}


.vs_video_head {
    padding: 26px 100px;
    background-color: #f71c8d;
    color: white;
    border-top-left-radius: 120px;
}
.vs_faq_box .accordion-item{
  background-color: #8181811f;
    border: 0;
    border-bottom: 1px solid #e91e6359;
        width: 100%;
}
.vs_faq_box .accordion-button{
      background-color: transparent;
    border: 0;
}
.vs_faq_box .accordion-button span{
      color: #E91E63;
    font-size: 18px;
    font-weight: 600;
    padding-right: 10px;
}
.vs_faq_box .accordion-button:not(.collapsed) {
        color: #ffffff;
    background-color: #006ec3;
}
.vs_faq_box .accordion-button:not(.collapsed)::after {
    filter: brightness(0.5);
}
.vs_g_plain_img{
    overflow: hidden;
}
.vs_g_plain_img img{
    transition: all 5s;
}
.vs_g_plain_img img:hover {
        transform: rotate(360deg);
}
.vs_g_plain_bg p{
  font-size: 18px;
}

/*vs_service S*/

.vs_services_bg{
  background-image:url(../img/home/cloud.gif);
  padding-block: calc(10px + 3vw);
}

.vs_services_box{
  /*box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);*/
  text-align: center;
  padding: 20px 15px;
  background-color: #f2f3f3;
  border-radius: 5px;
  position: relative;
}
.vs_services_box:hover {
    transition: all 0.5s;
    background: linear-gradient(75deg, #4285f5 10%, #e94536);
    color: #fff;
}
.vs_services_box:hover i, .vs_services_box:hover .vs_more_btn, .vs_services_box:hover .vs_more_btn::after{
  color: #fff !important;
  transition: all 0.5s;
}
.vs_services_box:after {
    position: absolute;
    content: url(../img/home/service-bottom-shape.png);
    right: 0;
    bottom: -8px;
}
.vs_services_icon{

    font-size: 50px;
    line-height: 50px;
    color: #006ec3;
}

.vs_services_info h4{
      font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}
.vs_services_info p{
      line-height: 24px;
}

/*vs_service E*/
.vs_client_sldr_bg{
     background-image: url(../img/home/client-bg.jpg);
    background-size: cover;
    padding-block: calc(20px + 5vw);
    /*background-position: center;*/
}
.vs_client_sldr{
      background-color: #fff;
    padding: calc(10px + 2vw);
    margin-top: -60px;
}
.vs_client_sldr .owl-nav{
  display: none;
}
.vs_client_sldr img{
  width: 80%;
    height: 80%;

}
.vs_client_head h3{
  font-size: calc(10px + 1.4vw);
    font-weight: 600;
    line-height: calc(15px + 2vw);
}
.vs_client_head{
  border: 4px solid #646464;
    padding: 65px 65px;
    position: relative;
}

/*vs_sin_form_bg S*/

.vs_sin_form_bg{
  background-color: #006ec3;
  padding-block:calc(10px + 3vw);
}
.vs_sin_form_info{
  color: #fff;
}
.vs_sin_form_info h2{
      position: relative;
    display: inline-block;
    font-size: calc(1rem + 2vw);
    font-weight: 600;

}

.vs_sin_form_box{
      background-color: #fff;
      padding: 20px;
}
.vs_sin_form_box h5{
      /*background-color: #1a5fa3;*/
      font-size: 17px;
      font-weight: 600;
    color: #000;
    padding: 11px;
    /*text-align: center;*/
}
.vs_sin_form_box form{
  padding: 10px;
}
.vs_sin_form_box .form-control{
     padding: 7px 10px;
    font-size: 14px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.vs_sin_form_box .vs_ctm_btn{
  border-radius: 30px;
}

/*vs_sin_form_bg E*/

/*vs_all_banner s*/
.vs_all_banner figure {
  margin-bottom: 0;
    position: relative;
    height: 200px;
    /*background-color: #f4f4f4;*/
    /*background-image: url(https://img.freepik.com/free-photo/blue-wall-background_53876-88663.jpg?w=360&t=st=1712037885~exp=1712038485~hmac=7a4d804…);
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;*/
    overflow: hidden;
}
.vs_all_banner figure:before{
        position: absolute;
    content: "";
    height: 150px;
    width: 150px;
    top: 50%;
    left: 45%;
    border: 2px solid #00000026;
    border-radius: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
        opacity: 0.7;
}
.vs_all_banner figure:after{
        position: absolute;
    content: "";
    height: 150px;
    width: 150px;
    top: 50%;
    left: 55%;
    border: 2px solid #00000026;
    border-radius: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
        opacity: 0.7;
}

.vs_all_banner figcaption h1 {
     font-size: calc(1rem + 1vw);
    font-weight: 600;
    color: #000;
}

.vs_all_banner figcaption li {
  font-size: 16px;
  color: #000;
}

.vs_all_banner figcaption a {
  color:#006ec3;
}

.vs_all_banner figcaption a:hover {
  color:#006ec3;
}

.vs_all_banner figcaption img{
  width: 100%;
}



.vs_all_banner figcaption{
     position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    /*z-index: 999;*/
    top: 0;
}


/*vs_all_banner E*/

/*overview page s*/
.vs_overview_services_bg{
  padding-block: calc(10px + 3vw);
}
.vs_overview_services_box{
  /*box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);*/
  text-align: center;
  padding: 20px 15px;
  background-color: #f2f3f3;
  border-radius: 5px;
  position: relative;
}
.vs_overview_services_box:hover {
    transition: all 0.5s;
    background: linear-gradient(75deg, #4285f5 10%, #e94536);
    color: #fff;
}
.vs_overview_services_box:hover i, .vs_overview_services_box:hover .vs_more_btn, .vs_overview_services_box:hover .vs_more_btn::after{
  color: #fff !important;
  transition: all 0.5s;
}
.vs_overview_services_box:after {
    position: absolute;
    content: url(../img/home/service-bottom-shape.png);
    right: 0;
    bottom: -8px;
}
.vs_overview_services_icon{

    font-size: 50px;
    line-height: 50px;
    color: #006ec3;
}

.vs_overview_services_info h4{
      font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}
.vs_overview_services_info p{
      line-height: 24px;
}


/*overview page e*/
/*contact page S*/


   .vs_enquire_form form .form-control {
  background-color: transparent;
  border-radius: 0;
}
.vs_contact_form {
    background-color: #fff;
    box-shadow: 0 0 10px #cfcfcf;
    padding: 20px;
    border: 1px solid #c9c9c9;
}
.vs_contact_text h2 {
    font-size: calc(7px + 1.5vw);
}
.vs_contact_text h3 a{
  color: #9c27b0;
  font-weight: 600;
}
.vs_contact_bg ul li{
  color: grey;
      font-size: 15px;
}
.vs_contact_form p{
  color: grey;
}
.vs_contact_form h4{
      font-size: calc(10px + 0.8vw);
    padding-bottom: 10px;
}
.vs_contact_form .form-control, .vs_contact_form .form-select{
  border-color: #ebebeb;
    padding: .75rem 0.85rem;
    height: calc(2.56em + .75rem + 2px);
    font-size: 14px;
}
.vs_contact_btm_bg{
        box-shadow: 0px 15px 30px rgba(0, 0, 0, 10%);
    padding: 40px 0;
    border-radius: 10px;
        background-color: #b0ddff;
    color: #000;
}
.vs_contact_btm_bg img{
        width: 175px;
}

/*contact page E*/

/*sem S*/
.vs_sem_about{
      background-color: #f9f9f9;
}
.vs_sem_about p{
      font-size: 17px;
    color: grey;
}
.vs_work_rgt_cnt img{
    width: 60px;
}
.vs_work_rgt_cnt img: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_work_rgt_box img{
   border-radius: 10px;
}
.vs_work_rgt_cnt h4{
  font-size: calc(8px + 0.9vw);
  font-weight: 600;
}

.vs_work_rgt_cnt{
      margin-bottom: 20px;
}
.vs_work_rgt_cnt p{
  color: grey;
}
.vs_ga_line{
    
        width: 10px;
    height: 300px;
        background: linear-gradient( rgb(0 198 72) ,
         rgb(247 187 7)) !important;
    display: block;
        margin: auto;
}


.vs_youtube_strategy ul{
/*display: grid;
    grid-template-columns: 49% 49%;
    gap: 2%;*/
        padding-top: 20px;
}
.vs_youtube_strategy ul li i{
      color: #ffffff;
    background-color: #006ec3;
    border-radius: 50%;
    font-size: 20px;
    width: 25px;
    height: 25px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vs_features_box{
    border: 1px solid grey;
    position: relative;
    /*padding: 0 20px 20px;*/
    transition: all 0.8s;
}
.vs_features_box_a{
    position: absolute;
    bottom: 20px;
}
.vs_features_box h4{
  margin-bottom: 35px;
    font-size: calc(10px + 1vw);
    font-weight: 600;
}

.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_features_box p {
   padding-top: 10px;
}
.vs_features_box p a{
    color: #9C27B0;
    font-weight: 600;
}


.vs_ga_texti{
    background-image: url(../img/sem/testimonial_bg.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.vs_ga_texti .vs_testi_quote{
    position: relative;
}
.vs_ga_texti .vs_testi_quote:before{
content: "";
width: 70px;
height: 70px;
background-image: url(../img/sem/quote1.png);
position: absolute;
left: -72px;
    top: 3px;
    background-size: cover;
}

.vs_ga_texti_slider img{
    width: 160px !important;
    object-fit: cover;
    margin: auto;
}
.vs_ga_texti_slider .owl-nav{
  display: none;
}
.vs_ga_texti_slider .owl-dots{
  text-align: center;
}
.vs_ga_texti_slider .owl-dots button{
      width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    border-radius: 30px;
        border: none;
}
.vs_ga_texti_slider .owl-dots button.active{
  background-color: #000;
}
.vs_ga_texti_slider h4{
      font-size: 18px;
    color: #0067b6;
}
.vs_ga_texti_slider img{
  display: none;
}
.vs_sem_opt_bg{
      background-image: url(../img/sem/otp_bg.webp);
    background-color: #0b112c;
    color: #fff;
    /*padding: 4em 0 3em !important;*/
        background-blend-mode: soft-light;
        background-size: contain;
}
.vs_sem_opt_box{
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);
  text-align: center;
  padding: 40px 25px;
  background-color: #ffffff12;
}
.vs_sem_opt_icon{
  position: relative;
}

.vs_sem_opt_box h4{
      font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #fff;
}
.vs_sem_opt_number{
   /* left: 0;
    right: 0;
    z-index: -1;
    top: -30px;*/
    color: #f2f2f2;
    font-size: 85px;
    line-height: 90px;
    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_sem_opt_info{
  padding-top: 10px;
      color: #b7b7b7;
}


.vs_pricing_magag_box{
  border: 1px solid grey;
    padding: 23px;
}
.vs_pricing_magag_box p{
  font-size: 16px;
  padding-top: 15px;
}


/*** Footer S ***/
.vs_footer_bg{
  /*background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),  url(../img/ftr_top_bg.jpg);*/
  background-color:#f5f5f5 !important;
  color: #000;
  background-size: cover;
    background-repeat: no-repeat;
    padding-block: 80px 0;
}

footer a {
  color: #000;
}

footer a:hover {
  color:#006ec3;
}

footer h4{
  color: #000;
  position: relative;
      text-transform: uppercase;
    font-size: 20px;
}


.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 #06a1a6;*/
    transition: .3s;
    font-size: 17px;
    color:#8f8f8f;
    border-radius: 50%;
}



footer .vs_ftr_list li {
  margin-bottom: 0px;
    padding: 0;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    transition: .3s;
}

footer .vs_ftr_list li i{
  color: #fff;
}


footer .vs_ftr_list li:hover {
  box-shadow: none;
}
footer .vs_footer_bg .form-control{
    border: 0;
    margin-bottom: 7px;
    padding: 12px;
    font-size: 13px;
}
footer .vs_footer_bg form .vs_ctm_btn i{
  font-size: 20px;
}

footer .copyright a{
  color: #8f8f8f;
}
footer .copyright {
     font-size: 14px;
    padding-block: 55px 20px;
    border-top: 1px solid #b3b3b3;
        margin-top: 30px;
}

footer .copyright img{
  width: 200px;
  object-fit: contain;
}

.vs_fix_btn {
       position: fixed;
    bottom: 200px;
    /* left: 10px; */
    /* right: 31px; */
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
    align-items: end;
    z-index: 9999;
    justify-content: space-between;
    width: 100%;
    padding: 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;
}
 #vs_consult_form h2{
    font-size: calc(10px + 1rem);
   }
   #vs_consult_form .form-control {
    border-color: #ebebeb;
    padding: .75rem 0.85rem;
    height: calc(2.56em + .75rem + 2px);
        font-size: 14px;
}