


/*banner S*/
.vs_banner_slr{
  background-image: url(../img/banner/banner2.png);
  /*text-align: center;*/
    padding-block: 60px 70px;
    background-size: cover;
        background-color: #fff;
        position: relative;
}


.vs_banner_slr h2 {
    font-size: 18px;
    color: #484848;
    /* font-weight: 600; */
}
.vs_banner_slr h1 {
        color: #444444;
    font-size: calc(8px + 1.5vw);
    font-weight: 700;
    padding-bottom: 20px;
}
.vs_banner_slr h1 span{
      color: #019ed4;
      font-size: calc(13px + 3.8vw);
      font-weight: 800;
}

.vs_banner_slr p{
       color: #747171;
    font-size: 15px;
    font-weight: 600;
    line-height: 32px;
}

.vs_bnr_left_sldr{
  position: relative;
}

.vs_bnr_left_sldr .owl-nav{
  display: none;
}
.vs_bnr_left_sldr .owl-dots button{
       padding: 6px;
    border-radius: 50%;
    border: none;
    width: 10px;
    height: 10px;
}
.vs_bnr_left_sldr .owl-dots{
        display: flex;
    justify-content: center;
    gap: 13px;
        flex-direction: column;
    align-items: center;
    position: absolute;
    right: -23px;
    background-color: #707272;
    height: 100%;
    top: 0;
    width: 24px;
}

.vs_bnr_left_sldr .owl-dots .owl-dot.active{
      background-color: #f07c2f;
}

/*banner E*/
.vs_about {
      background: linear-gradient(165deg, #faa930, #019ed4, #a5c534 100.18%) !important;
  color: #fff;
}
.vs_about .container{
      background-color: #00000052;
    padding-block: 20px;
}
.vs_about_details h1 {
      font-size: calc(10px + 1.3vw);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
    color: #fff03c;
    font-family: 'Bold', sans-serif;
    text-shadow: 1px 1px #666666;
}

.vs_about_details p {
        font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 500;
}



.vs_why_right {
  box-shadow: 0px 0px 38px #bfbfbf;
}

.vs_why_left {
  padding: 30px;
  padding-left: 50px;
  color: #fff;
}

.vs_why_icon_box {
  text-align: left;
}

.vs_why_icon_boxs {
  display: grid;
  grid-template-columns: 46% 46%;
  gap: 40px;
  margin-bottom: 25px;
}

.vs_why_icon_boxs h6 {
  padding-top: 10px;
}

.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-image: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 80%)), url(../img/home/about-solutions-bg.jpg);

}
.vs_about_box h3{
      padding-top: 10px;
    color: #424242;
    transition: all 0.5s;
    font-size: 16px;
    letter-spacing: 0.1px;
    font-weight: 700;
}
.vs_about_box:hover h3{
  color: #fff;
}
.vs_about_box:hover p{
  color: #fff;
}



.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: 14px;
    letter-spacing: 0.3px;
    color: #8b8686;
    font-weight: 500;
    line-height: 1.6;
}

.vs_about_box_icon{
      font-size: 45px;
    color: #f07c2f;
}

/*vs_founder_section S*/

.vs_founder_section{
  background-color:#e6782f;

}
.vs_founder_section h6{
       display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #272829;
    padding: 5px 15px;
        margin-bottom: 20px;
}

.vs_founder_section p{
       font-size: 16px;
    color: #fff;
    line-height: 1.688;
    margin-bottom: 20px;
    text-align: justify;
}
/*vs_founder_section E*/

/*vs_counter s*/
.vs_team_bg{
  background-color: #f1fafb;
  color: #000;
  padding:100px;
  background-attachment: fixed;
}
.vs_team_bg p{
   color:#8d8c8c;
}
.vs_team_box{
  text-align: center;
  background-color: #fff;
  color: #fff;
  /*padding-bottom: 10px;*/
      border-radius: 14px;

}

.vs_team_box figure img{
    object-fit: contain;
        filter: grayscale(1);
            border-radius: 14px;

}
.vs_team_box figure:hover img{
        filter: none;
}
.vs_team_box h3{
      padding-top: 20px;
          font-size: 15px;
          /*color: #28303d;*/
}
.vs_team_box p{
          font-size: 13px;
          color: #fff;
}
.vs_team_box figure{
  position: relative;
  margin-bottom: 0;
}
.vs_team_box figure figcaption{
    position: absolute;
    bottom: 0;
    background-color: #01d4d496;
    width: 100%;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;

}

.vs_team_sldr .owl-dots button{
      padding: 6px;
    border-radius: 50%;
      border: none;
}
.vs_team_sldr .owl-dots{
      display: flex;
    justify-content: center;
   gap: 13px;
    margin-top: 35px;
}
.vs_team_sldr .owl-dots .owl-dot.active{
      background-color: #f07c2f;
}
.vs_team_sldr .owl-nav{
  display: none;
}


/*vs_our_work_section s*/

.vs_our_work_section{
  background-color:#272829;
  color: #fff;
}
.vs_our_work_section h2{
      color: #FFEB3B;
}
.vs_our_work_section .vs_heading p{
      border-left: 1px solid;
}
.vs_our_work_sldr .owl-dots button{
      padding: 6px;
    border-radius: 50%;
      border: none;
}
.vs_our_work_sldr .owl-dots{
        display: flex;
    justify-content: end;
    gap: 13px;
    margin-top: 35px;
    padding-right: 30px;
}
.vs_our_work_sldr .owl-dots .owl-dot.active{
      background-color: #f07c2f;
}
.vs_our_work_sldr .owl-nav{
  display: none;
}
.vs_our_work_sldr_img img{
  width: 100%;
}

/*vs_our_work_section E*/

.vs_coverage_bg{
  background-color:#272829;
  color: #fff;
}
.vs_coverage_box{
  position: relative;
  transition: all 0.5s;
}
.vs_coverage_box figure{
  margin-bottom: 0;
}
.vs_coverage_box::before{
background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
    pointer-events: none;
}
.vs_coverage_box:hover:before {
    height: 100%;
    opacity: 0;
    transition-duration: 1.3s;
    width: 100%;
}

.vs_coverage_box::after{
      background: rgba(255, 255, 255, 0.98);
    bottom: 0;
    content: "";
    height: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    width: 0;
    pointer-events: none;
}
.vs_coverage_box:hover:after {
    height: 100%;
    opacity: 0;
    transition-duration: 1.3s;
    width: 100%;
}

.vs_coverage_box figcaption {
        position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: #000000c9;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
        color: #fff;
        opacity: 0;
    transition: all 0.5s;

        
}
.vs_coverage_box img{
  width: 100%;
}
.vs_coverage_box figcaption h3{
  font-size: 20px;
}
.vs_coverage_box:hover figcaption{
  opacity: 1;
}


.vs_special_bg{
   background-color:#272829;
  color: #fff;
}
.vs_special_box figure {
  position: relative;
  transition: all 0.5s;
}


.vs_special_box figure figcaption {
  position: absolute;
  display: flex;
  top: 0;
  width: 0%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #000000bf;
  opacity: 0;
  transition: all 0.5s;
}

.vs_special_box a {
  color: #fff;
}

.vs_special_box figure:hover figcaption {
  opacity: 1;
  width: 100%;

}

.vs_special_box figure h3 {
  font-size: calc(10px + 0.7vw);
      text-transform: uppercase;
      text-align: center;
}


/*<!-- End-To-End S -->*/
.vs_service_bg{
  background-color: #fff;
  color:#fff;
}

.vs_service_box_details {
    border-radius: 10px;
    padding: 16px;
    width: 100%;
    max-height: 80px;  /* Initially limit the height */
    overflow: hidden;
    background-color: #424242;
    transition: all 0.5s ease-in-out;  /* Smooth transition for all properties */
}

.vs_service_box_details:hover {
    max-height: 500px;  /* Set a larger max-height to allow expansion */
    background: linear-gradient(165deg, #faa930, #019ed4, #a5c534 100.18%) !important;
}

.vs_service_box_details h3 {
        font-size: 22px;
    padding-block: 8px 20px;
    transition: padding-block 0.5s ease-in-out;
    font-weight: 600;
}

.vs_service_box_details:hover h3 {
    padding-block: 8px 1px;  /* Change padding on hover */
}

.vs_service_box_details p {
        font-size: 14px;
    color: #efefef;
    letter-spacing: 0.1px;
    margin-top: 10px;
    transition: margin-top 0.5s ease-in-out;
    font-weight: 500;
    line-height: 1.7;
}

.vs_service_box_details .vs_ctm_btn {
    background: transparent !important;
    border: 1px solid #fff;
}


/*<!-- End-To-End E -->*/
/*product slider S*/


.vs_pro_bg{
      /*background-color: #272829;*/
}


.vs_pro_sldr{
  transition: all 0.5s;
}
.vs_pro_sldr .owl-stage, .vs_pro_sldr .owl-item, .vs_pro_sldr .item{
  display: flex;
}
.vs_pro_sldr .vs_pro_box1{
  display: flex;
        position: relative;
    /* border: 1px solid #000000; */
    text-align: center;
    /*margin: 10px;*/
    /*box-shadow: 0px 0px 10px #e7e7e7;*/
        padding: 15px;
}
.vs_pro_sldr figure{
      position: relative;
}

.vs_pro_box1 .vs_pro_box_detalis h3{
  font-size: 18px;
    color: #ffffff;
    background: linear-gradient(165deg, #faa930, #e85d01 100.18%) !important;
    letter-spacing: 0.1px;
    padding: 7px;
    /* border-radius: 50px; */
    background: linear-gradient(90deg, #faa930, #019ed4, #a5c534 100.18%) !important;
}
.vs_pro_box1 .vs_pro_box_detalis h3:hover{
  background: linear-gradient(165deg, #a5c534, #019ed4 100.18%) !important;
}
.vs_pro_box1 .vs_pro_box_detalis p{
      color: #626262;
    font-size: 14px;
}
.vs_pro_box_detalis_icon{
  color:#987100;
}


.vs_pro_modal_section .btn-close{
      position: absolute;
    right: 0;
    margin: 10px;
}
/*.vs_pro_modal_contant{
  background-color: red;
}*/
.vs_pro_modal_section .modal-content {
    border: 2px solid rgb(240 124 47);
    border-radius: 1.3rem;
    outline: 0;
}
.vs_pro_modal_section h3{
  font-size: calc(10px + 1.7vw);
    font-weight: 800;
    color: #f07c2f;
}
.vs_pro_modal_section p{
      font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1px;
    color: #3a3838;
}
.vs_pro_sldr .owl-nav{
  display: none;
}
.vs_pro_modal .owl-nav button{
  position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    background-color: transparent;
    font-size: 40px;
    padding: 5px;
}
.vs_pro_modal .owl-nav button.owl-prev{
  left: 5%;
}
.vs_pro_modal .owl-nav button.owl-next{
  right: 0;
}
.vs_pro_sldr .owl-dots button, .vs_pro_modal .owl-dots button{
      padding: 6px;
    border-radius: 50%;
      border: none;
}
.vs_pro_sldr .owl-dots, .vs_pro_modal .owl-dots{
      display: flex;
    justify-content: center;
   gap: 13px;
    margin-top: 13px;
}
.vs_pro_sldr .owl-dots .owl-dot, .vs_pro_modal .owl-dots .owl-dot{
      background-color:#818181;
}


.vs_pro_sldr .owl-dots .owl-dot.active, .vs_pro_modal .owl-dots .owl-dot.active{
      background-color: #f07c2f;
}




/*product slider E*/






/*<!-- Testimonial S -->*/


.vs_text_sldr .owl-nav button{
        position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    background-color: transparent;
    border: 0;
    font-size: 45px;
        color: #987100;
}
.vs_text_sldr .owl-nav button.owl-prev{
  left: 0;
}
.vs_text_sldr .owl-nav button.owl-next{
  right: 0;
}
.vs_text_sldr .owl-nav {
  display: none;
}



.vs_text_sldr .item{
    border-radius: 28px;
    padding: 40px 35px;
    border: solid 1px #e0e0e0;
    border-bottom: #0d77bd solid 5px;

}
.vs_text_sldr h3{
      font-size: 25px;
    margin-bottom: 10px;
    color: #3e3e3e;
}
.vs_text_sldr h6{
    font-size: 13px;
    color: #3e3e3e;
}
.vs_text_sldr p{
  padding-top: 30px;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 25px;
    color: #666565;
}

/*<!-- Testimonial E --> */


/*vs_all_logo_slider S*/
.vs_client_bg{
      background-color: #f4f5f9;
      /*border-top: 2px solid #272829;*/
}

.vs_all_logo_slider.owl-theme.owl-loaded.owl-drag {
  position: relative;
}

.vs_all_logo_slider.owl-theme .owl-nav button {
  display: none;
}


.vs_all_logo_slider.owl-theme img {
  /*width: 150px;*/
      object-fit: contain;
    transition: all 0.5s;
    /*filter: grayscale(1);*/
    box-shadow: 0px 0px 13px #bbbbbb;
}

.vs_all_logo_slider.owl-theme img:hover {
  transform: scale(1.1);
}

.vs_all_logo_slider.owl-theme .owl-item {
  /*border-left: 1px solid #d1d1d1;
      border-right: 1px solid #d1d1d1;*/
      /*background-color:#ebebeb;*/
}

.vs_all_logo_img {
  text-align: center;
  padding: 20px 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: #0000008c;
  opacity: 0.5;

}*/

.vs_all_banner figcaption {
      position: absolute;
    bottom: 0;
    display: flex;
    color: #424242;
    justify-content: start;
    align-items: center;
    transform: translate(0px, -50%);
    width: auto;
    padding: 1px 10px;
    left: 5%;
}



.vs_all_banner figcaption h1 {
  font-size: calc(12px + 2.7vw);
  font-weight: 800;
  /*font-weight: 600;*/
}


/*vs_all_banner E*/

.vs_blog_slrd_box{
      border: 1px solid #e3e3e3;
}
.vs_blog_slrd a{
      font-size: 18px;
    font-weight: 200;
    line-height: 1.4em;
    color: #202020;
}

.vs_blog_slrd .owl-nav{
  display: none;
}
.vs_blog_slrd .vs_blog_slrd_box h3{
font-family: itcfranklingothicstd-book;
    padding-block: 20px;
    font-size: calc(10px + 1vw);
    line-height: 1.3em;
}
.vs_blog_slrd .vs_blog_slrd_box:hover h3{
  color: #7c7b7a;
}
.vs_blog_slrd_details{
   padding:40px 20px;
   display: none;
}


.vs_who_are_bg{
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
   url(../img/home/who-we-are-bg.jpg);
       background-size: cover;
    background-position: center; 
}
.vs_who_are_box{
      background-color: #00BCD4;
    color: #ffffff;
    padding: 40px 20px;
}
.vs_mission_box {
    background-color: #000;
    text-align: center;
    padding: 40px 30px;
    color: #fff;
}
.vs_vision_box {
    background-color:#f1f1f1;
    text-align: center;
    padding: 40px 30px;
    color: #000;
}



.vs_contact_box i {
  font-size: 20px;
  color: #fff;
  background-color:#a5c534;
  padding: 10px;
  line-height: 0;
  border-radius: 1px;
}



.vs_form_bg{
background-color:#272829;
/*padding-block :calc(30px + 6vw);*/
color: #fff;
}
.vs_form_bg_heading h2{
      font-size: calc(15px + 5vw);
    font-weight: 800;

}
.vs_form_bg .form-control, .vs_form_bg .form-select{
      color: #fff;
    border: 0;
    background-color: transparent !important;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding:13px 10px;
}
.vs_form_bg .form-select option{
  color: #fff;
}
#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: #f07c2f;
    /*font-size: 26px;*/
}

@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes blink-caret {

  from,
  to {
    border-color: transparent;
  }

  50% {
    border-color: #fff;
  }
}


/*** Footer S ***/
footer {
    background-color:#f4f5f9 !important;
    color:#000;
    padding-block:20px 0;
}

footer a {
  color: #000;
    font-size: 15px;
}

footer a:hover {
  color:#f07c2f;
}

footer h4{
  color:#f07c2f;
  position: relative;
}
footer h4:before{
      position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background-color:#019ed4;
    bottom: -6px;
}
.vs_ftr_logo img{
  object-fit: contain;
}
.vs_ftr_form .form-control {
  background: none;
  border: 0;
  border-bottom: 1px solid #04040433;
  border-radius: 0;
  height: 70px;
}



footer .vs_social_icon li a{
        width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cdcdcd;
    transition: .3s;
    font-size: 18px;
    /*color: #4a4a4a;*/
    border-radius: 50%;
    line-height: 0;
    background-color: #f4f5f9;
}



footer .vs_ftr_list li {
  margin-bottom: 3px;
    padding: 0;
    color: #4a4a4a;
    font-size: 17px;
    font-weight: normal;
    transition: all 0.3s;
    font-weight: 500;
}

footer .vs_ftr_list li i{
  color:#019ed4;
}


footer .vs_ftr_list li:hover {
  box-shadow: none;
}


footer .copyright {
  font-size: 15px;
      /*background-color:#019ed4;*/
    padding: 20px 20px 0px 20px;
    /*border-radius: 50px;*/
    /*color: #fff;*/
}
footer .copyright a{
  /*color: #fff;*/
}
footer .copyright a:hover{
  color:#f07c2f;
}
footer .copyright img{
  width: 200px;
  object-fit: contain;
}
.vs_ftr_list_menu li{
  color: #787878 !important;
}

.vs_fix_btn{
    position: fixed;
    bottom: 60px;
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    padding: 0 10px;
}
.vs_fix_whatsup_btn img{
  width: 45px;
  object-fit: contain;
}

#vs_enquire_form .modal-content{
      background: #fff;
    box-shadow: 0 0 10px #22212182;
}
#vs_enquire_form form .form-control{
      border: 0;
    background-color: transparent;
    border-bottom: 1px solid #cbcbcb;
    border-radius: 0;
}



.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;
}
