@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

p,
body {
  font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
}

button,
input {
  overflow: visible;
}

button:focus,
.form-control:focus,
.accordion-button: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;
}


.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none;
}

.vs_fs_50 {
  font-size: calc(15px + 2vw);
}

.vs_fs_30 {
  font-size: calc(10px + 1.4vw);
}

.vs_fs_40 {
  font-size: calc(10px + 1.2vw);
  font-weight: 600;
  line-height:calc(10px + 1.3vw);
}

.vs_fs_35 {
  font-size: calc(8px + 1vw);
}

.vs_fs_24 {
  font-size: calc(8px + 0.8vw);
}

.vs_fs_20 {
  font-size: 20px;
}

.vs_fs_14 {
  font-size: 14px;
}

.vs_orange {
  color: #ffc107;
}

.vs_red {
  color: #93241b;
}

.vs_sky_blue {
  color: #2196f3;
}

.vs_yellow {
  color: yellow;
}

.vs_pink {
  color: #e91e63;
}

.vs_red_b {
  color: #f00;
}

.vs_l_gray {
  color: #F8F8F8;
}

.vs_gray {
  color: #707070;
}

.vs_bg_d_grey {
  background-color: #173140;
}

.vs_bg_red {
  background-color: #93241b !important;
}
.vs_bg_d_blue{
  background-color: #102d61;
}
.vs_bg_orange {
  background-color: #ffa500 !important;
}

.vs_bg_sky_blue {
  background-color: #2196f3;
}

.vs_bg_yellow {
  background-color: yellow;
}

.vs_bg_red_b {
  background-color: #f00;
}

.vs_bg_pink {
  background-color: #e91e63;
}

.vs_bg_green {
  background-color: green;
}

.vs_bg_l_black {
  background-color: #363635;
}

.vs_bg_blue {
  background-color: #0025f1;
}

.vs_bg_b_yellow {
  background-color: #ffc107 !important;
}

.vs_ctm_btn {
  border-radius: 5px;
  border: 1px solid #ffa500;
  padding: 4px 10px;
  /*background: #93241b;*/
  font-weight: 500;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  z-index: 1;
  overflow: hidden;
  font-size: 14px;
  background: linear-gradient(153deg, orange 60%, #243773);
}

.vs_ctm_btn:before {
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
  height: 0%;
  left: 0%;
  top: 0;
  transform: skew(140deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.vs_ctm_btn:hover:before {
  height: 100%;
  width: 100%;
}

.vs_ctm_btn a {
  color: #fff;
}

.vs_ctm_btn:hover,
.vs_ctm_btn:hover a {
  color: #01205f;
}

.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_heading h1 {
  font-size: calc(10px + 1.2vw);
  margin-bottom: 0px !important;
   font-weight: 600; 
  /*text-transform: uppercase;*/
}

.vs_heading h2 {
  font-size: calc(10px + 1.2vw);
  margin-bottom: 0px !important;
   font-weight: 600; 
  /*text-transform: uppercase;*/
}

.vs_heading h3 {
  font-size: calc(8px + 1vw);
  /*text-transform: uppercase;*/
}

.vs_heading h4 {
  font-size: calc(8px + 0.8vw);
  font-weight: 600;
  letter-spacing: 2px;
}




/*banner E*/


/*banner S*/
.vs_bnr_sldr .item.vs_slide_item {
  display: flex;
  width: 100%;
  /*height: 100vh;*/
}

.vs_bnr_sldr.owl-theme .owl-item {
  display: flex;
}

.vs_bnr_sldr .owl-stage {
  display: flex;
}

.vs_slide_item img {
  width: 100%;
  /*height: 85vh;*/
  object-fit: cover;
  object-position: top;
  /*transform: scale(1.3);
  transition: transform 7000ms ease;*/
}

.vs_slide_item figure {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  /*height: 80vh;*/
  overflow: hidden;
}

/*.owl-item.active .vs_slide_item figure img {
  transform: scale(1);
  transition: transform 7000ms ease;
}*/
.vs_slide_item figcaption{
      /*position: absolute;*/
    top: 50%;
    color: #000;
    /*transform: translate(0px, -50%);*/
    left: 30px;
    /*width: 80%;*/
}


/*.vs_slide_item figure:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000000;
  opacity: 0.9;
  width: 100%;
  height: 100%;
}
*/

.vs_slide_item h2 {
  font-size: calc(15px + 1.8vw);
}
.vs_slide_item p{
  font-size: 14px;
}

.vs_slide_item ul li{
  font-size: 14px;
}
.vs_bnr_sldr_bg{
        background-color: #eaf0f2;
            padding-bottom: 70px;

}
.vs_bnr_sldr {
  position: relative;
}

.vs_bnr_sldr .owl-nav {
  display: none;
}

.vs_bnr_sldr .owl-dots {
 position: absolute;
    height: 45px;
    bottom: 19px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vs_bnr_sldr .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 3px solid #FFFFFF;
  transition: all 0.5s;
  border-radius: 50%;
}


.vs_bnr_sldr .owl-dot.active {
  background-color: #FFFFFF;
}

.vs_bnr_form{
  /*position: absolute; */
    top: 50%;
    /* transform: translate(0, -50%); */
    right: 80px;
       background-color: #ffffff;
    padding: 20px;
    /*border-radius: 10px;*/
    /* width: 30%; */
    margin: 36px;
}

.vs_bnr_form h6{
        background-color:#ffa500;
    padding: 7px;
    text-align: center;
    color: #000;
    justify-content: center;
}
.vs_bnr_form .form-control, .vs_bnr_form .form-select{
  font-size: 14px;
    border-radius: 0;
    padding: 10px;
        border: 0;
    border-bottom: 1px #c3bfbf;
    border-style: dashed;
}
/*banner E*/
/*vs_Service S*/
.vs_Service{
  margin-top: -75px;
}
.vs_Service_icon {
  border: 1px solid grey;
    display: flex;
    margin: auto;
    width: 75px;
    border-radius: 50%;
    height: 75px;
    justify-content: center;
    align-items: center;
    border-style: dashed;
}
.vs_Service_icon i {
      font-size: 40px;
    color: #102d61;
}
.vs_Service_box h5{
 font-size: calc(8px + 0.8vw);
    margin-top: 20px;
        color: #102d61;
}
.vs_Service_box p{
  color: #a1a1a1;
  font-size: 14px;
}
.vs_Service_box {
      background: white;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.9s;
    /* box-shadow: 0px 0px 10px 0 #f5f5f5; */
    border: 1px solid #e7e7e7;
}

.vs_Service_box:hover {
  box-shadow: 0px 0px 0px 0 #fff;
}

.vs_Service_icon: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_Service E*/

.vs_skill_box{
      box-shadow: 0 0 10px #e5e5e5;
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: center;
    border: 1px solid #e5e5e5;
    width: 100%;
    transition: all 0.5s;
}
.vs_skill_box a{
    color: #646464;
}
.vs_skill_box h6{
  font-size: 14px;
    padding-top: 15px;
}
.vs_skill_box:hover{
      transform: translateY(-15px);
}
.vs_cours_boxs {
  background-color: white;
  box-shadow: 0px 0px 10px #cfcfcf;
  transition: all 0.5s;
  position: relative;
  padding-bottom: 50px;
}

.vs_cours_boxs:hover {
  transform: translateY(-10px);
}

.vs_cours_boxs h5 a {
  font-size: 17px;
  color: black;
}

.vs_cours_box_list a {
  color: black;
  transition: all 0.5s;
}

.vs_cours_box_list a i {
  color: orange;
}

.vs_cours_box_list a span {
  font-size: 14px;
}

.vs_cours_box_list a:hover {
  padding-left: 5px;
  color: red;
}

.vs_rating-icons {
  position: absolute;
  bottom: 10px;
}

.vs_rating-icons i {
  color: orange;
}

.vs_short_course {
  background-color: #102d61;
}
.vs_short_course h1{
  font-size: calc(10px + 1.4vw);
}

/*.vs_short_course_left{
padding: 20px;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}*/
.vs_short_course_left_grid {
  display: grid;
  grid-template-columns: 65% 34%;
}

.vs_short_course_left_bg1 {
  padding: 20px;
}
.vs_short_course_left_bg1 p{
    color: grey;
    font-size: 14px;
}
.vs_short_course_left_bg1 h4{
    color: #FF9800;
    font-size: calc(10px + 0.8vw);
}
.vs_short_course_left_bg1 a{
  color: #FF9800;
}

.vs_short_course_left {
  box-shadow: 0 0px 10px 3px rgb(0 0 0 / 42%);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  display: flex;
}

.vs_short_course_left_bg2 {
  padding: 20px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vs_short_course_left_bg2 a {
  color: #fff;
}

.vs_short_course_left_icon {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  font-size: 25px;
  text-align: center;
  padding: 5px 15px;
}

.vs_short_course_left_icon_grid {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 10px;
  row-gap: 10px;
}

.vs_short_course_left_bg2 img {
  width: 100%;
  height: 125px;
  object-fit: cover;
}

.vs_img_bg_1 {
  width: 80px;
  height: 250px;
  position: absolute;
  z-index: -1;
  left: -12px;
  top: -50px;
}

.vs_img_bg_2 {
  width: 80px;
  height: 250px;
  position: absolute;
  z-index: -1;
  right: -12px;
  bottom: -50px;
}

.vs_img_campus img {
  width: 90%;
  height: 450px;
  object-fit: cover;
}

/*vs_courses_slider S*/
.vs_courses_slider h5{
    font-size: calc(5px + 0.7rem);
}
.vs_courses_slider p{
  font-size: 14px;
}
.vs_courses_slider .itme{
  background-color: #f5f5f5;
    padding-bottom: 10px;
    width: 100%;
    display: flex;
}
.vs_courses_slider .owl-stage{
 display: flex;
}

.vs_courses_slider .owl-item {
  display: flex;
}

.vs_courses_slider.owl-theme.owl-loaded.owl-drag {
  position: relative;
}

/*
.vs_courses_slider .owl-nav.disabled {
display: none;
}*/
.vs_courses_slider .owl-nav button {
  position: absolute;
  top: 50%;
  border: none;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  outline: none;
  /*margin: 0 20px;*/
  transform: translate(-50%, -50%);
  background-color: transparent;
  line-height: 1px;
}

.vs_courses_slider .owl-nav button.owl-next {
  /*right: 0;*/
  right: -40px;
}

.vs_courses_slider .owl-nav button.owl-prev {
  /*right: 0;*/
  left: 0px;
}

.vs_courses_slider .owl-nav button span {
  font-size: 50px;
  color: #173140;
}

/*vs_courses_slider E*/
/*vs_counter S*/
.vs_counter_bg {
  background-image: url("../img/6.webp");
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/9.jpeg");
  background-size: cover;
  background-attachment: fixed;
    padding-block: calc(20px + 3rem);
  display: flex;
  align-items: center;
}

.vs_counter_section h5 {
  font-size: calc(10px + 3rem);
  color: #ffc107
}
.vs_counter_box{
  text-align: center;
    background-color: #000000a6;
    padding: 40px 20px;
    color: #fff;
    width: 100%;
}
.vs_counter_box p{
  font-size: 14px;
}
/*vs_counter E*/
/*vs_facility s*/
.vs_facility_left {
  border: 1px solid;
}

.vs_facility_list li:hover i {
  color: #ff9800;
}

.vs_facility_right img {
  width: 500px;
  object-fit: cover;
}

.vs_facility_right {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0%, -50%);
}

/*vs_facility E*/


.vs_facilitie_bg{
      background-image: linear-gradient(90deg, rgb(2 0 36 / 6%) 50%, rgb(0 0 0 / 90%) 50%), url(../img/facilities_bg.png);
    color: #fff;
    background-size: cover;
    background-position: center;
    padding: calc(10px + 1vw);
}
.vs_facilitie_right{
  padding: calc(15px + 3.3vw);
}
.vs_facilitie_right p{
  font-size: 13px;
}
.vs_facilitie_right h4{
      font-size: calc(5px + 1vw);
}
.vs_facilitie_bg a{
      font-size: calc(20px + 4vw);
    color: #ffc600;
}

/*Get Started S*/
.vs_get_start {
  background-color: whitesmoke;
}

.vs_get_start h2 {
  font-size: calc(15px + 2.5vw);
}

/*Get Started E*/


/*vs_testimonial S*/
.vs_testimonial_slide .owl-nav {
  display: none;
}

.vs_testimonial_slide .owl-dots {
  text-align: center;
  padding-block: 20px;
}

.vs_testimonial_slide .owl-dot {
  padding: 5px;
  border-radius: 50%;
  margin: 3px;
  border: none;
  background: #fff;
}

.vs_testimonial_slide .owl-dot.active {
  background: #93241b;
}

.vs_testimonial_slide.owl-theme.owl-loaded.owl-drag {
  position: relative;
}

.vs_testimonial_slide .item {
  position: relative;
}

.vs_testimonial_slide .owl-stage-outer {
  padding-top: 2rem;
}

.vs_testimonial_slide .vs_text_user {
  background: #ca342e;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.vs_testimonial_slide img {
  width: 60px;
}

/*vs_testimonial E*/


/*vs_faq S*/
.vs_faq-section {
  background: #fdfdfd;
  /*min-height: 100vh;*/
  padding: 10vh 0 0;
}

.vs_faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.vs_faq .vs_card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.vs_faq .vs_card .vs_card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.vs_faq .vs_card .vs_card-header:hover {
  background: rgba(233, 30, 99, 0.1);
  padding-left: 10px;
}

.vs_faq .vs_card .vs_card-header .vs_faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.vs_faq .vs_card .vs_card-header .vs_faq-title .badge {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 25px;
  height: 25px;
  float: left;
  border-radius: 100px;
  background: #E91E63;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.vs_faq .vs_card .vs_card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.vs_faq .vs_card .vs_card-body p {
  margin-bottom: 14px;
}

/*vs_faq E*/

/*vs_career  S*/

.vs_career_box{
      padding: 50px;
    text-align: center;
    background-color: #f8f8f9;
    width: 100%;
}
.vs_career_box h4{
  padding-block:25px;
}
.vs_career_box p{
  font-size: 14px;
  padding-bottom: 25px;
}
.vs_career_box i {
  font-size: 80px;
  line-height: 7px;
}
.vs_career_box h3{
  font-size: calc(10px + 1vw);
}

/*vs_career  E*/

/*all banner S*/

.vs_faq_banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/new_img/faq_banner.jpeg");
}

.vs_Courses_banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/new_img/Courses_banner.jpg");
}

.vs_about_banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/new_img/about_banner.jpg");
}

.vs_all_home {
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  height: 200px;
}

/*about page S*/


.vs_about_tot_box {
  background: #ff9800;
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  color: white;
  bottom: 20px;
}

.vs_about_tot_box p {
  font-family: 'bootstrap-icons';
}

.vs_img_h_450 {
  height: 450px;
  object-fit: cover;
}

.vs_pb_200 {
  padding-bottom: 200px;
}

.vs_left_0 {
  left: 0;
}

/*about page E*/


/*contact page S*/
.vs_contact_banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/new_img/contact_banner.jpg");
}

.vs_long_form_section {
  border: 1px solid gray;
  padding: 4em 2em;
  border-radius: 15px;
  margin: 60px 0;
}

.vs_long_form .form-check {
  display: flex;
  align-items: center;
  height: 30px;
  margin-bottom: 15px;
}

.vs_long_form .form-check-input {
  width: 28px;
  height: 28px;
  margin: 0;
}

.vs_long_form .form-check-label {
  margin-left: 45px;
}

.vs_long_form_w {
  width: 80%;
  margin: auto;
}

.vs_add_dtl ul li {
  list-style: none;
  margin-bottom: 15px;
}

.vs_add_dtl ul li p {
  display: flex;
  gap: 15px;
}

.vs_add_dtl ul li p i {
  line-height: 30px;
}

.vs_add_dtl ul li p a {
  color: #fff;
  text-decoration: none;
}

.vs_contact_dtl {
  position: relative;
}

.vs_add_dtl {
  background: #ffa500;
  padding: 40px;
  position: absolute;
  top: 15%;
  left: 10.66%;
  /* transform: translate(-50%, -50%); */
  color: #fff;
  border-radius: 20px;
}

/*contact page E*/

/*vs_News Page S*/


.vs_News_banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/new_img/News&Events_banner.jpg");
}

.vs_news_box {
  border: 1px solid #ffc107;
  padding: 10px;
  transition: all 0.5s;
  border-radius: 2px;
}

.vs_news_box:hover {
  transform: translateY(-15px);
}

.vs_news_box h3{
  font-size: calc(10px + 0.8vw);
  font-weight: bold;
}
.vs_news_box img {
  cursor: pointer;
  width: 330px;
  height: 300px;
  object-fit: cover;
}

.vs_mobal_img_slider.owl-theme.owl-loaded.owl-drag {
  position: relative;
}

.vs_mobal_img_slider .owl-nav.disabled {
  display: none;
}

.vs_mobal_img_slider .owl-nav button {
  position: absolute;
  top: 50%;
  border: none;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  outline: none;
  transform: translate(0%, -50%);
  background: none;
}

.vs_mobal_img_slider .owl-nav button span {
  font-size: 80px;
  line-height: 40px;
}

.vs_mobal_img_slider img {
  width: 100%;
}

.vs_mobal_img_slider .owl-nav button.owl-next {
  right: 0;
}

.vs_mobal_img_slider .owl-nav button.owl-prev {
  left: 0;
}

.vs_modal_btn {
  right: 8px;
  top: 8px;
  position: absolute;
  z-index: 999999999999;
}

/*vs_News Page E*/


/*login S*/
.vs_login_form .form-control {
  border-color: #4D4D4D;
}

.vs_login_form_m {
  margin-left: -30px;
}

.vs_login_moreicon h6 {
  position: relative;
}

.vs_login_moreicon h6::before {
  content: "";
  position: absolute;
  width: 35%;
  height: 0.1em;
  background-color: orange;
  transform: translate(0px, -50%);
  top: 50%;
  left: 0;
}

.vs_login_moreicon h6::after {
  content: "";
  position: absolute;
  width: 35%;
  height: 0.1em;
  background-color: orange;
  transform: translate(0px, -50%);
  top: 50%;
  right: 0;
}

.vs_login_moreicon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/*login E*/

/*footer S*/
footer {
  background-color: #fbfbfb;
}
footer h4{
  font-size: calc(10px + 0.7vw);
}  

footer a {
  color: #173140;
  font-size: 15px;
}

footer a:hover {
  color: #93241b;
}

footer img {
  width: 180px;
  object-fit: cover;
}

.vs_ft_copy_bg {
  background-color: #102d61;
}
.vs_ft_copy_bg a{
  color: #fff;
}

.vs_link {
  color: orange;
}

.vs_link:hover {
  color: #1877f2 !important;
}

.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_contact .modal-content {
  background: linear-gradient(to right, #9f0f03, #ffc107) !important;
  color: white;
  border: 0;
}

.vs_sdl_btn {
  position: fixed;
  /*top: 85px;*/
  top: 70px;
  z-index: 999;
  right: 0;
}
.vs_contact_mod {
      background-color: #000000a6;

}
.vs_contact_mod .modal-content{
      /*box-shadow: 0px 0px 13px #c1c1c1;*/
    border-radius: 0;
}
.vs_contact_mod .form-control{
      font-size: 14px;
    border-radius: 5px;
    padding: 10px;
    /*margin-bottom: 14px;*/
}
.vs_contact_mod .btn-close{
       width: 10px;
    height: 10px;
    background-size: 10px;
    
}

.show{
  display: block;
}
.vs_contact_mod_right{
      padding: calc(10px + 1.2vw);
      border-left: 1px solid #dee2e6;

}
.vs_contact_mod_right1{
      background-color: #000;
    color: #fff;
    padding: calc(10px + 1.2vw);
}
.vs_contact_mod_right2{
   background-color:#efefef;
    color: #fff;
    padding: calc(10px + 1.2vw);
}
.vs_contact_mod_right1 p{
  font-size: 15px;
  padding: 10px 0;
}
.vs_contact_mod h5{
padding-block: 25px 10px;
}
.vs_contact_mod h5 span{
      color: #ffa500;

}
.vs_contact_mod  ul{
  padding-top: 20px;
}
.vs_contact_mod  ul li{
  font-size: 14px;
}