




/*banner S*/


.vs_bnr_sldr .item.vs_slide_item {
  width: 100%;

}

.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: "";
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  background-image: linear-gradient(90deg, #000000, transparent, transparent);

}*/


.vs_bnr_sldr figure figcaption .vs_slide_text {
  padding-left: 20px;
  padding-top: 39px;
  padding-right: 60px;
  padding-bottom: 20px;
  position: relative;
  /* padding: 50px 60px; */
  overflow: hidden;
  /*border: 10px solid #053269;*/
}


.vs_bnr_sldr {
  position: relative;
}

.vs_bnr_sldr .owl-nav {
  display: none;
}

.vs_bnr_sldr .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 90px;
  display: flex;
  gap: 14px;
}

.vs_bnr_sldr .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  border: none;
  transition: all 0.5s;
  border-radius: 50%;
}


.vs_bnr_sldr .owl-dot.active {
  background-color: #FFFFFF;
  width: 11px;
  height: 11px;
}


.vs_bnr_sldr figure figcaption h1 {
  font-size: calc(10px + 2.6vw);
  /* line-height: calc(0.5rem + 4.5vw); */
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.vs_bnr_sldr figure figcaption h2 {
  font-size: calc(0.4rem + 2.3vw);
  line-height: calc(0.4rem + 2.4vw);
  /*margin-bottom: 20px;*/
}

.vs_bnr_sldr figure figcaption {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
  /*color: #fff;*/
  width: 60%;

}

.vs_bnr_sldr figure figcaption h6 {
  color: #fff;
  margin-left: 50px;
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
}

.vs_bnr_sldr figure figcaption h6::before {
  position: absolute;
  left: -28px;
  background-color: #c50404;
  width: 34px;
  height: 2px;
  top: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

/*.vs_bnr_sldr figure img{
  width: 100%;
}*/

.vs_banner_slr .item .vs_slide_text {
  padding: 25px;
}


.vs_banner_slr .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.vs_banner_slr .owl-item.active h6 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}


/*banner E*/






.vs_banner_section{
  background-color: #222429;
}
.vs_banner_head h1{
  color: #bdbdbf;
  font-size: calc(15px + 6vw);
  text-align: center;
      padding-top: 70px;
    padding-bottom: 50px;
     font-family: "Emblema One", system-ui;

}
.vs_bnr_box{
  color: #bdbdbf;
  width: 100%;
}
.vs_bnr_box i{
  font-size: 40px;
}

.vs_bnr_box i {
  display: inline-block;
  animation: upDown 1.5s ease-in-out infinite;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.vs_bnr_box p{
    
    font-size: 18px;
    text-align: justify;
    padding-block: 10px;
}
.vs_bnr_box_img img{
  border-radius: 10px;
  margin-bottom: 15px;
  object-fit: cover;
}

/*banner E*/
.vs_about_section {
  padding: 60px 0;
}

.vs_about_img {
      border-radius: 10px;
    overflow: hidden;
    border-top-left-radius: 35%;
}
.vs_about_img img{
  object-fit: cover;
}
.vs_about_section p{
      font-size: 18px;
    text-align: justify;
    padding-block: 10px;
    color: #686a6f;
}
.vs_icon_box {
  background:#f4f5f8;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
.vs_icon_box h5{
  font-size: 24px;
}

.vs_icon_box i,
.vs_icon_box img {
  width: 100px;
    height: 100px;
    background-color:#fb5b21;
    border-radius: 50%;
    margin-bottom: 20px;
}

.vs_counter_bg{
  background-color: #222429;
  color: #fff;
  padding-block:calc(20px + 4vw);
}


.vs_counter_section .vs_counter_box i{
       background-color: #000;
    color: #fb5b21;
    padding: 24px;
    font-size: 28px;
    border-radius: 50%;
    width: 70px;
    display: flex;
    height: 70px;
    justify-content: center;
    align-items: center;
}
.vs_counter_box{
      font-size: 18px;
    font-weight: 600;
}
.vs_counter_section .vs_counter_box h5{
  font-size: calc(15px + 3vw);
    font-family: "Emblema One", system-ui;
    color: #bdbdbf;
}
.vs_counter_section .vs_counter_box p{
  margin-bottom: 0px;
      font-size: 22px;
    letter-spacing: 0.8px;
}


.vs_feature_section{
      background-image: linear-gradient(0deg, #222429, #222429, #f8f9fa, #f8f9fa);
       padding-block:calc(20px + 4vw);
}
.vs_feature_box {
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.vs_feature_box:hover {
  transform: translateY(-5px);
}
.vs_feature_box h5{
  font-family: "Emblema One", system-ui;
      font-size: calc(10px + 1.3vw);
      padding-top:15px;
}
.vs_feature_box  p{
  font-size: 18px;
    padding-block: 10px;
    color: #686a6f;
}
.vs_feature_box a{
  color: #fb5b21;
      font-size: 18px;
    letter-spacing: 0.8px;
}

.vs_discount_section{
  text-align: center;
  color: #fff;
  padding-block:calc(20px + 4vw);
}
.vs_discount_section h2,
.vs_discount_section h3 {
  font-family: "Emblema One", system-ui;
}

.vs_discount_section{
background: #222429;
}

.vs_dis_list .nav{
    border-bottom: none;
    justify-content: center;
    background-color: #000;
    width: fit-content;
    margin: auto;
    border-radius: 50px;
}
.vs_dis_list button{
    border: none;
    border-radius: 50px;
    padding: 7px 14px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
}
.vs_dis_list button.active{
background-color: #fb5b21;
}

.vs_dis_img_box{
  width: 100%;
  border: 0.1px solid #ededed;
}
.vs_dis_img_box img{
  width: 100%;
}

.vs_dis_img_box figure{
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s;
}
.vs_dis_img_box figure figcaption{
        position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    display: flex;
}
.vs_dis_img_box figure:hover figcaption{
  background-color: #ffffff82;
}
.vs_dis_img_box figure figcaption .vs_dis_img_box_title{
  width: 100%;
    height: 100%;
    display: flex;
    justify-content: right;
    align-items: end;
    /*padding-right: 16px;*/
}
/*.vs_dis_img_box figure figcaption p{
    width: fit-content;
    height: fit-content;
    display: flex;
    justify-content: right;
    align-items: end;
    transition: all 0.5s;
}*/

.vs_dis_img_box figure figcaption p{
     background-color: #000;
    padding: 4px 10px;
        /* border-radius: 50px; */
    color: #fb5b21;
    font-size: 15px;
    width: 100%;
    text-align: center;
    padding: 11px;
        margin-bottom: 0;
        text-align: center;
}

.vs_food_item{
  padding: 10px;
}
.vs_food_item_head{
        border-bottom: 1px solid #e5e5e5;
        display: flex;
        gap:20px;
        justify-content:space-between;
margin-bottom:15px;
}

.vs_food_item h4 {
  color: #1a1a1a;
  margin-bottom:15px;
  /*font-family: "Emblema One", system-ui;*/
  color: #fb5b21;

}

.vs_food_item span {
  color:#646463;
  font-size: 1rem;
}

.vs_food_item small {
  color: #888;
    display: block;
    /*margin-bottom: 12px;
    padding-top: 14px;*/
}

.vs_food_item p {
  margin-top: 12px;
    color: #646463;
    font-size: 15px;
}


.vs_pro_box {
  background-color: #fff;
  transition: all 0.5s;
}

.vs_pro_box:hover {
  transform: translateY(-20px);
  transition: all 0.5s;
}

.vs_pro_box p {
  font-size: 13px;
}

.vs_pro_box h6 {
  font-size: 14px;
  font-weight: 600;
}

.vs_pro_box span {
  font-size: 14px;
  font-weight: 600;
}

.vs_pro_box {
  padding: 20px;
  position: relative;
}

.vs_pro_box figure {
  position: relative;
  padding-bottom: 20px;
  transition: all 0.5s;
}

.vs_pro_box .vs_pro_box_cart {

  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: absolute;
  width: 100%;
  bottom: -50px;
  opacity: 0;
  transition: all 0.5s;
}

.vs_pro_box figure:hover .vs_pro_box_cart {
  bottom: -50px;
  opacity: 1;
}

.vs_pro_box_cart a {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}

.vs_pro_box_cart .vs_quick_shop {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px;
  background-color: #262626;
}

.vs_pro_box_cart .vs_quick_shop:hover {
  background-color: #e9e9e9;
}

.vs_pro_box_cart a:hover {
  color: #fb5b21;
}

.vs_pro_box_cart a i {
  font-size: 18px;
}

.vs_pro_box figure figcaption {
  transition: all 0.5s;
  background-color: #fff;
  position: relative;

}

.vs_pro_box figure:hover figcaption {
  margin-top: -20px;

}

.vs_pro_sldr1 .owl-nav {
  display: none;
}

.vs_pro_sldr1 .owl-dots {
  /*padding-top: calc(20px + 3vw);*/
  display: flex;
  justify-content: center;
}

.vs_pro_sldr1 .owl-dot {
 width: 3%;
    background-color: #9b9b9b;
    height: 4px;
    border: 0;
    margin: 10px;
}

.vs_pro_sldr1 .owl-dot.active {
  background-color: #fb5b21;
}

.vs_pro_sldr1 .vs_pro_box:hover {
  transform: translateY(0px);
  transition: all 0.5s;
}
.vs_pro_sldr1 .vs_pro_box{
  border: 1px solid grey;
}
.vs_pro_sldr1 .owl-item, .vs_pro_sldr1 .owl-stage{
  display: flex;
}
.vs_pro_sldr1 .item{
  display: flex;
}
.vs_team_card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.vs_team_img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 200px;
}

.vs_team_img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.vs_team_card:hover .vs_team_img img {
  transform: scale(1.05);
}

.vs_team_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 00%;
  width: 100%;
 background-color: rgba(34, 36, 41, .9);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
}

.vs_team_card:hover .vs_team_overlay {
  opacity: 1;
  height: 100%;
}
.vs_team_social{
  display: flex;
    gap: 10px;
}
.vs_team_social a {
      color: #3e3e3e;
    font-size: 20px;
    transition: 0.3s;
    width: 40px;
    display: flex;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.vs_team_social a:hover {
  color: #ff6720;
}

.vs_team_info {
  background-color: rgba(34, 36, 41, .9);
    padding: 20px 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: all 0.9s;
}
.vs_team_card:hover .vs_team_info{
background-color: transparent;
}
.vs_team_info h5 {
      color: #fff;
    font-size: 22px;
}

.vs_team_info span {
  color: #bbb;
  font-size: 14px;
  letter-spacing: 1px;
}










.vs_testi_bg{
  background-color: #222429;
    color: #bdbdbf;
    border-top-left-radius: 250px;
    border-bottom-right-radius: 250px;
    overflow: hidden;
}
.vs_text_sldr_box{
  padding: 60px 30px;
}
.vs_text_sldr p{
  font-size: calc(12px + 0.7rem);
    color: #fff;
}
.vs_text_sldr p span{
      font-size: calc(13px + 1.5rem);
    color:#ff5722;
    line-height: 0;
}
.vs_text_sldr h3{
    font-size: 20px;

}
.vs_text_sldr h6{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.vs_text_sldr_img img{
      border-radius: 50%;
    width: 90px;
    height: 90px;
}

.vs_text_sldr button {
  background-color: #ff6720;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  transition: 0.3s;
}
.vs_text_sldr button:hover {
  background-color: #e95b1d;
}
.vs_text_sldr .owl-nav {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

/*vs_blog_section S*/

.vs_blog_box{
  background-color: #222429;
  color: #fff;
      border-radius: 14px;
    overflow: hidden;
    transition: all 0.5s;

}

.vs_blog_box_detalis{
  display: flex;
      gap: 12px;
    padding: 16px;
        align-items: center;
}
.vs_blog_box_detalis p{
      border-right: 1px solid #bbbbbb;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
        color: #b1b1b1;
}
.vs_blog_box_detalis h5{
  font-family: "Emblema One", system-ui;
}
.vs_blog_box img{
transition: all 0.5s;
}
.vs_blog_box:hover img{
transition: all 0.5s;
    transform: scale(1.5);
}


/*vs_blog_section E*/
.vs_ins_img_box{
  width: 100%;
}

.vs_ins_img_box figure{
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s;
}
.vs_ins_img_box figure figcaption{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000a3;
    width: 100%;
    height: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s;
}
.vs_ins_img_box figure:hover figcaption{
  opacity: 1;
  height: 100%;
}
.vs_ins_img_box figure figcaption span{
  background-color: #fff;
        padding: 9px;
    color: #979797;
    font-size: 16px;
}
.vs_ins_img_box figure img{
  width: 100%;
}







.vs_all_pro_box {
  box-shadow: 0 0 10px #e7e7e7;
  /*padding-bottom: 20px;*/
}

.vs_all_pro_box figure {
  /*background-color: #f4f4f4;*/
  padding: 20px;
}

.vs_all_pro_box figcaption {
  position: absolute;
  /*z-index: 9999;*/
  top: 0;
  right: 0;
  padding: 10px;
}

.vs_all_pro_box h5 {
  font-size: 16px;
  font-weight: 400;
  color: #818181;
}

.vs_all_pro_box h6 {
  font-size: 14px;
}

.vs_all_pro_box figure img {
  cursor: zoom-in;
  transition: all 0.5s;
}

.vs_all_pro_box:hover img {
  transform: scale(1.1);
}

.vs_arrival_pro_box {
  position: absolute;
  top: 6px;
  background-color: #95ff95;
  border-radius: 50px;
  padding: 0px 10px;
}



/*vs_all_project_list S*/
.vs_all_project_list {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px #ececec;
  padding-bottom: 50px;
}

.vs_all_project_list .form-check-input {
  border-radius: 0;
  width: 12px;
  height: 12px;
  margin-top: 7px;
}

.vs_all_project_list label {
  font-size: 13px;
}

.vs_all_project_list .form-check-input:checked {
  background-color: #9f1904;
  border-color: #00000000;
}

.vs_all_project_list .accordion-button {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #fff;
  color: #555656;
  margin-top: 10px;
}

.vs_all_project_list .accordion-button:not(.collapsed) {
  color: #555656;
  background-color: transparent;
  box-shadow: none;
}

.vs_all_project_list .accordion-item {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.vs_all_project_list .accordion-button::after {
  content: "-";
  background-image: none;
}

.vs_all_project_list .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
  content: "+";
}

.vs_all_project_list .vs_all_project_list_price {
  display: flex;
  gap: 10px;
  align-items: center;
  /*flex-wrap: wrap;*/
}

.vs_all_project_list .accordion-body {
  padding-top: 0;
}

/*vs_all_project_list E*/

.vs_privacy_box{
      padding-top: 20px;
}
.vs_privacy_box h3{
  font-size: 22px;
    color: #fb5b21;
    padding-block: 12px 15px;
}
/*sitemap S*/
.vs_sitemep_box {
     padding: 20px;
    text-align: center;
    font-size: 18px;
    width: 100%;
    transition: all 0.5s;
    border: 1px solid #fb5b21;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
    box-shadow: 0px 0px 10px #fb5b2163;
    border-radius: 10px;
}

.vs_sitemep_box:hover {
  background:#fb5b21;
}

.vs_sitemep_box a {
  color: #000;
  font-size: 18px;
}

.vs_sitemep_box:hover a {
  color: #fff;
}

.vs_sitemep_box p a {
  color: #000;
}

.vs_sitemep_box:hover p a {
  color: #fff;
}

.vs_sitemep_box h5 {
  /*background: #000;*/
  padding: 10px;
  position: relative;

}

/*.vs_sitemep_box:hover h5 {
  background: #fff;
}
*/






/*** Footer S ***/
footer {
      background-color:#222429;
     /*background-image: linear-gradient(rgb(0 0 0), rgb(0 0 0), rgb(0 0 0 / 58%)), url(../img/ftr_bg.png);*/
    color: #fff;

}
footer a{
  color:#bdbdbf;
}
footer a:hover{
  color:#fb5b21;
}
footer h4{
  font-size: calc(10px + 1vw);
  font-family: "Emblema One", system-ui;
  padding-bottom: 10px;

}
footer form .form-control {border-top-right-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
}
footer form .vs_ctm_btn {border-top-left-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
}

footer .vs_social_icon li{
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    /*border: 1px solid #919191; */
    transition: all 0.5s;
    background-color: #fb5b21;
    border-radius: 50%;
}

footer .vs_social_icon li:hover {
    color: #fb5b21;
}
footer .vs_social_icon li a{
  color: #fff;
}

footer .vs_ftr_list li{
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    /*text-transform: capitalize;*/
    transition: .3s;
}
footer .vs_ftr_list li i{
  color: #fb5b21;
}

footer .vs_ftr_list li:hover {
    box-shadow: none;
}
footer  h5{
  font-size: 20px;
}
.vs_ftr_terms_list{
      margin-top: 30px;
    border-top: 1px solid rgb(0 0 0 / 45%);
    border-bottom: 1px solid rgb(0 0 0 / 45%);
}

.vs_copyright_box{
      background-color: #111111;
    color: #fff;
}
.vs_copyright_box .copyright {
    padding: 25px 0;
    font-size: 15px;
}
.vs_copyright_box .copyright a{
  color: #fff;
}
.vs_copyright_box .copyright a:hover {
    color:#fff;
}


.vs_fix_btn {
  position: fixed;
    bottom: 60px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: end;
    width: 100%;
    justify-content: space-between;
}
.vs_last_btn{
  padding-left: 10px;
}
.vs_fix_whatsup_btn{
    padding-right: 10px;
    display: none;

}
.vs_fix_whatsup_btn img {
  width: 45px;
  object-fit: contain;
}


.vs_fix_top{
  position: fixed;
    top: 34%;
    right: 0;
}
.vs_fix_top .vs_fix_box{
  background-color: #fff;
    border-radius: 50px;
    padding: 6px;
    margin-bottom: 8px;
        position: relative;
    right: -78%;
    transition: all 0.5s;
}
.vs_fix_top .vs_fix_box:hover{
right: -12%;
}
.vs_fix_top a{
        display: flex;
    gap: 10px;
    align-items: center;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: grey;
}

.vs_fix_top a i{
    background-color: #bb4444;
    padding: 8px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 0;
    color: #fff;
}
.vs_fix_top a span{
      padding-right: 20px;
}




.vs_singal_pro_box h3 {
  font-size: 23px;

}

.vs_singal_pro_box h5 {
  font-size: 13px;
  display: none;

}

.vs_singal_pro_box form h6 {
  text-transform: uppercase;
}

.vs_singal_pro_box .vs_ctm_btn {
  border: 1px solid #e5e5e5;
}

.vs_all_sig_pro_sldr {
  position: relative;
}

.vs_all_sig_pro_sldr .owl-nav {
  display: none;
}

.vs_all_sig_pro_sldr .owl-dot {
  border: 0;
  padding: 5px;
  border-radius: 50%;
  margin: 5px;
  background-color: #e3e6ec;
}

.vs_all_sig_pro_sldr .owl-dot.active {
  background-color: #fb5b21;
}