

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600&display=swap');
p,
body, a {
  font-family: 'Fira Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Fira Sans', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
}

button,
input {
  overflow: visible;
}

button:focus, 
.btn:focus,
.form-control:focus,
.accordion-button:focus {
  outline: none;
  box-shadow: none;
}


.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);
  font-weight: 600;
  line-height: 46px;
}

.vs_fs_35 {
  font-size: 35px;
}

.vs_fs_24 {
  font-size: 24px;
}

.vs_fs_20 {
  font-size: 20px;
}

.vs_fs_14 {
  font-size: 14px;
}


.vs_orange {
  color: #ffc107;
}










.vs_l_gray {
  color: #F8F8F8;
}

.vs_gray {
  color: #707070;
}

.vs_white {
  color: #fff;
}


.vs_bg_d_grey {
  background-color: #173140;
}











.vs_bg_l_black {
  background-color: #363635;
}

.vs_bg_black {
  background-color: #000;
}

.vs_bg_blue {
  background-color: #0025f1;
}
.vs_bg_orange {
  background-color: #f7980d;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}



.vs_ctm_btn {
  border-radius: 3px;
  border: 1px solid #000000;
  padding: 10px 20px;
 background-color: #f7980d;
    color: #000;
  font-weight: 500;
  position: relative;
  transition: all 0.3s;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}

.vs_ctm_btn a {
  color: #000;
}


.vs_ctm_btn:hover {
  background-color: #031326;
  color: #fff !important;
}


.vs_ctm_btn_a {
  padding-left: 20px !important;
  padding-right: 34px !important;
}

.vs_ctm_btn_a:after {
  content: "\f054";
  font-family: FontAwesome;
  color: #000000;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  transition: all 0.5s;
  padding-left: 4px;
}

.vs_ctm_btn_a:hover:after {
  padding-left: 12px;
  color: #fff;
}


.vs_overlay_clr,
.vs_overlay_clr_2 {
  position: relative;
}

.vs_overlay_clr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background: #000;
  opacity: 0.3;
}




.vs_sub-heading-1 {
  position: relative;
  font-size: 22px;
  color: #000000;
  text-align: center;
  margin: 0 0 5px;
}

.vs_sub-heading-1:before {
  position: absolute;
  content: "";
  width: 5%;
  height: 2px;
  background: #f7980d;
  bottom: 10px;
  left: 36%;
}

.vs_sub-heading-1:after {
  position: absolute;
  content: "";
  width: 5%;
  height: 2px;
  background: #f7980d;
  bottom: 10px;
  right: 36%;
}

.vs_main_heading {
  text-align: center;
  color: #03172e;
  /* margin-bottom: 40px; */
  font-weight: normal;
  text-transform: capitalize;
  font-size: calc(1.3rem + 1.2vw);
  font-weight: 700;
  margin: 0;
}

/*.vs_all_banner{
  padding-top: 50px !important;
}*/

.vs_all_banner figure{
  position: relative;
}

.vs_all_banner figcaption{ 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffffb5;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
}
.vs_all_banner figcaption h2{
  font-size: calc(0.7rem + 1.2vw);
}

/*uss*/


.vs_home_detalis h1 {
  font-size: calc(1.3rem + 3vw);
}

.vs_home_detalis {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/*banner E*/
.vs_bt_box {
  border: 1px solid #f7980d;
  padding: 10px 15px;
  transition: all 0.5s;
}

.vs_bt_box a {
  color: #000;
}

.vs_bt_box:hover {
  border: 1px solid #03172e;
  background-color: #03172e;
}
.vs_bt_box:hover a {
  color: #fff;
}


.vs_about_box {
  box-shadow: 0 0 10px #10101047;
      padding: 20px 10px 10px 10px;
}

/*vs_Service S*/
.vs_Service {
  background-image:
    url(../img/serv-bg.jpg);
  transition: all 0.9s;

}

.vs_service_box img {
  border-top: 3px solid #03172e;
  border-bottom: 3px solid #03172e;
  height: 275px;
  object-fit: cover;
      width: 100%;
}

.vs_service_box figcaption {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: scale(0);
  background: #03172e;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.9s;
  color: #fff;
}

.vs_service_box:hover figcaption {
  opacity: 1;
  transform: scale(1);
}

.vs_Service_grid_box {
  display: grid;
  grid-template-columns: auto auto;
  gap: 5px;
  justify-content: space-between;
}

/*.vs_Service_grid_box h5 {
  color: #000;
}*/


.vs_service_detalis {
  width: 90%;
  height: 90%;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vs_point_check_sec{
  background-image: url(../img/fre_img/srv_bg.jpg);
  padding-top: 70px;
  background-size: cover;
}
.vs_point_check_all {
  border: 1px solid #03172e;
  padding: 35px 20px;
  border-radius: 5px;
  width: 100%;
  transition: all 0.5s;
          background-color: #000000a6;
    color: #fff;
}

.vs_point_check_all:hover {
  background-color: #f7f7f7;
    color: #000;
}

.vs_point_check_all li {
  padding: 7px 5px 7px 25px;
      list-style: none;
          display: flex;
    align-items: center;
    gap: 10px;
}

.vs_point_check_all li i {
 color: #f7980d;
}
.vs_point_check_all h4{
 color: #f7980d;
 font-size: calc(0.7rem + 1.4vw);
}
.vs_point_check_all ul{
display: grid;
grid-template-columns: 45% 45%;

    gap: 3% 5%;
}


.vs_step_box_section{
      background-color: #e7e5e5;
}
.vs_step_box_section p{
  margin-bottom: 0;
}

.vs_step_box{
  display: grid;
    grid-template-columns: 30% 25% 40%;
    gap: 2%;
    justify-content: center;
        align-items: center;
            border-bottom: 1px solid red;
        margin-bottom: 20px;
        transition: all 0.5s;

}
.vs_step_box:hover{
  box-shadow: 0 0 10px;
}


/*.vs_step_nu:before{
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: red;
    left: 100%;
}
.vs_step_nu:after{
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: red;
    right: 100%;
}*/

.vs_step_nu{
  position: relative;
          display: flex;
    width: 120px;
    height: 120px;
    background-color: red;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.vs_step_box4{
  border-color:#03017f; 
  color: #03017f;
}
.vs_step_box2{
  border-color:#fd0100; 
  color:#fd0100; 
}
.vs_step_box1{
      border-color: #019101;
    color: #019101;
}
.vs_step_box3{
  border-color:#ffc107; 
  color: #000000;
}
.vs_step_nu_4{
  background-color: #03017f;
      color: white;
}
.vs_step_nu_1{
  background-color: #019101;
  color: #000;
}
.vs_step_nu_2{
  background-color: #fd0100;
  color: #000;
}
.vs_step_nu_3{
  background-color: #ffc107;
  color: #000;
}






.vs_vision_box{
  transition: all 0.5s;
    padding: 10px;

}
.vs_vision_box img{
      background-color: #1d4b7a;
    padding: 15px;
    border-radius: 50%;
    
}

.vs_vision_box:hover{
      box-shadow: 0 0 10px #999595;
}


/*vs_Service S*/
.vs_ser_box {
  display: grid;
  grid-template-columns: 45% 50%;
  grid-gap: 5%;
  background: #03172e;
  color: white;
  border-radius: 3px;
  transition: all 0.5s;
}

.vs_ser_box:hover {
  box-shadow: 0 0 10px #03172e;

}

.vs_ser_box img {
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  width: 100%;
}

.vs_ser_box:hover img {
  transform: scale(1.5);
}
.vs_ser_box h5{
padding: 20px 20px 5px 10px;
    border-bottom: 1px solid #f7980d;
}
.vs_ser_box p {
      padding: 8px 20px 10px 10px;
}





.vs_client_sldr_box{
        /*width: 230px;
    height: 175px;*/
    margin: 10px;
    text-align: center;
    border: 1px solid #c9c9c9;
    transition: all 0.5s;
        padding: 10px;
}
.vs_client_sldr_box:hover{
      box-shadow: 0 0 10px #c1c1c1;

}
.vs_client_sldr .owl-nav{
display: none;
}
/*.vs_client_sldr_box img{
      width: 250px;
    object-fit: contain;
}*/
.vs_company_box h4 {
  font-size: 30px;
  font-weight: 600;
  color: #03172e;
  padding-block: 10px;
}

.vs_company_box h5 {
  color: #f7980d;
  font-size: 22px;
}

.vs_company_box p,
.vs_company_box a {
  color: #ffffff;
    background: #04162b;
  padding-block: 15px;
  border-radius: 5px;
}

.vs_company_box a:hover {
  color: #2196f3;
}

.vs_company_box {
  border: 1px solid #04152e;
  padding: 20px;
  text-align: center;
  width: 100%;
  transition: all 0.5s;
}

.vs_company_box img {
  /*height: 72px;*/
  object-fit: contain;
}

.vs_company_box:hover {
  box-shadow: 0 0 10px #0a0a0a59;
}





/*tool S*/
.vs_tool_box{
   background-color: #efebeb;
    text-align: center;
    padding: 20px 10px;
    transition: all 0.5s;
    width: 100%;
}
.vs_tool_box:hover{
   box-shadow: 0 0 10px #878787;
}
.vs_tool_box h5{
 
    padding-top: 7px;
    color: #071a4c;
}
.vs_tool_box img{
  filter: invert(56%) sepia(82%) saturate(565%) hue-rotate(355deg) brightness(99%) contrast(96%);
  transition: all 0.5s;
}
.vs_tool_box:hover img{
  filter: inherit;
}
/*tool E*/

/*services S*/
.vs_ser_icon_bg{
  background-color: #e3e0e0;
}

.vs_service_icon{
      background-color: #f7980d;
    padding: 15px;
    border-radius: 50%;
    margin: auto;
    width: 80px;
        margin-bottom: 10px;
        transition: all 0.5s;
}

.vs_ser_icon_box:hover .vs_service_icon{
    /*box-shadow: 0 0 10px #282828;*/
    background-color:#03172e;
}
.vs_ser_icon_box:hover img{
  filter: invert(1);
}
.vs_ser_icon_box{
   background-color: #fff;
    text-align: center;
    padding: 20px 10px;
    transition: all 0.5s;
    width: 100%;
}
.vs_ser_icon_box:hover{
   box-shadow: 0 0 10px #878787;
}
/*Servies E*/

/*gallery S*/

.vs_gallery_box{
    border: 1px solid #314051;
    transition: all 0.5s;
}
.vs_gallery_box:hover{
  box-shadow: 0 0 10px #ababab;
}
.vs_gallery_box img{
  transition: all 0.5s;
}
.vs_gallery_box:hover img{
      transform: scale(1.5);
}
.vs_gallery_box, .vs_gallery_box .overflow-hidden, .vs_gallery_box a{
  display: flex;
}

/*gallery E*/





/*agriculture S*/
.vs_agri_tab_list a{
      color: #314051;
    border: 1px solid #314051;
        border-radius: 3px;

}
.vs_agri_tab_list a:hover{
  color: #f7980d;
}
.vs_agri_tab_list a.active{
      background-color: #f7980d;
    color: #fff;
}

.vs_agri_img_box{
      background-color: #ffffff;
    width: 100%;
    text-align: center;
    border-radius: 3px;
    transition: all 0.5s;
        border: 1px solid #e9e9e9;
}
.vs_agri_img_box:hover{
      box-shadow: 0 0 10px #b3b3b3;
}
.vs_agri_img_box figure{
  margin-bottom: 0;
}
.vs_agri_img_box figcaption{
  background-color: #03172e;
    padding: 4px;
    margin-top: 20px;
}
.vs_agri_img_box figcaption a{
  color: #fff;
}
.vs_agri_img_box:hover a{
  color: #f7980d;
}


/*agriculture E*/


.vs_contact_box i{
      font-size: 25px;
    color: #de890c;
}
.vs_contact_box a{
    color: #03172e;
}
/*footer*/

footer {

     /*background-image: linear-gradient(rgb(255 255 255 / 40%), rgb(255 255 255 / 40%)),
      url(../img/fre_img/ftr_bg.gif);*/
  background-size: cover;
  background-position: center;
}


footer p {
  color: #04162b;
}

.vs_ftr_box {
  text-align: center;
      background-color: #04162bd1;
  padding: 20px;
  height: 215px;
  color: white;
      border: 1px solid #04162b;
}

.vs_ftr_box p {
  font-size: 20px;
}

.vs_ftr_box .nav i {
  font-size: 30px;
}

.vs_ftr_box .nav li {
  width: 45px;
  height: 45px;
  background-color: white;
    border: 1px solid #f4960d;
}

.vs_ftr_box .nav li a {
  color: black;
}

.vs_ftr_menu a {
  font-size: 20px;
  color: #04162b;
  transition: all 0.5s;
}
.vs_ftr_menu a:hover {
  color: #f7980d;
}

.vs_newslatter {
  background-color: #04162bd1;
  border-radius: 10px;
}
.vs_newslatter  .vs_ctm_btn_a{
  width: 120px;
}
.vs_link{
  color: #f7980d;
}


.vs_face:hover {
  color: #1877f2 !important;
}

.vs_twit:hover {
  color: #00b6f1 !important;
}

/*.vs_inst:hover {
  color: #cf3b8f !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;
}


.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #173140;
  overflow: hidden;
}

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 15px;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@keyframes animborder {
  0% {
    opacity: 0;
    transform: translatex(0px);
  }

  100% {
    opacity: 1;
    transform: translatex(113px);
  }
}

.vs_last_btn {
  position: fixed;
  bottom: 20px;
  right: 40px;
}

.vs_last_btn button {
  display: none;
}

.vs_last_btn button.show {
  display: block;
}

.vs_sdl_from {
  /* border: 1px solid #ffeb3b; */
  border-radius: 10px;
  padding: 20px;
  background: #ffeb3b38;
}

.vs_sdl_contact .modal-content {
  background: linear-gradient(to right, #9f0f03, #ffc107) !important;
  color: white;
  border: 0;
}

.vs_sdl_btn {
  position: fixed;
  top: 96px;
  z-index: 999;
  left: 0;
}


@media (max-width:1200px) {
  .vs_about_tot_box {
    width: 100%;
    position: inherit;
    bottom: 0px;
  }

  .vs_pb_200 {
    padding-bottom: 0px;
  }
    .vs_ftr_box p {
    font-size: 18px;
}
}


@media (max-width: 992px) {
  .vs_facility_right img {
    width: 400px;
  }

  .vs_Service_grid_box {
    grid-template-columns: auto;
  }
  .vs_point_check_all ul {
     display: block;}
}

@media (max-width: 767px) {
  .vs_facility_right {
    position: relative;
    right: 0;
    top: 0;
    transform: translate(0%, 0%);
    text-align: center;
  }


  .vs_long_form_w {
    width: 100%;
    margin: auto;
  }
  .vs_ctm_btn_a:after{
    display: none;
  }
}

@media (max-width: 576px){
  .vs_step_box{
  display: block;
}
.vs_point_check_all li {
    padding: 7px 5px 7px 2px;
}
.vs_Service_grid_box h5{
  font-size: 16px;
}
.vs_vision_box {
  text-align: center;
}
.vs_vision_box img{
      width: 100px;
    margin-bottom: 15px;
}
}

@media (max-width: 467px) {


  .vs_short_course_left_grid {
    display: grid;
    grid-template-columns: 51% 48%;
  }
  .vs_ser_box {
     display: block;
    }
    .vs_company_box h4{
          font-size: calc(1rem + 2.7vw);
    }
    .vs_company_box p{
      font-size: calc(0.4rem + 1vw);
    }
    .vs_point_check_all ul {
      padding-left: 10px;
}
}