@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}


/* Body Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
}

button,
input {
  overflow: visible;
}

button:focus,
.form-control:focus,
.form-select:focus,
.accordion-button:focus,
input:focus-visible {
  outline: none;
  box-shadow: none;
}


body {
  margin: 0px;
  padding: 0px;
  /*font-family: 'Open Sans', sans-serif;*/
  /*font-family: ffgg;*/
  /*font-family: "Roboto", sans-serif;*/
  background-color: #fff;
}

@font-face {
    font-family: ffgg;
    src: url(../font/Segoe-UI.ttf);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: ffgg;

}


.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_14 {
  font-size: 14px;
}


.vs_fc_orange {
  color: #f6961e;
}

.vs_fc_yellow {
  color: #ffe04e;
}

.vs_fc_sky {
  color: #00bcd4
}

.vs_fc_pink {
  color: #e91e63;
}

.vs_fc_purple {
  color: #9c27b0;
}

.vs_fc_brown {
  color: #b5904c;
}

.vs_fc_red {
  color: #e71405
}

.vs_fc_blue {
  color: #3f51b5;
}

.vs_fc_green {
  color: #4caf50;
}

.vs_heading h2 {
  font-size: calc(15px + 1.2vw);
  letter-spacing: 0.5px;
  font-weight: 600;
}


.vs_ctm_btn {
      background: #2a9cd4;
    padding: 10px 20px;
    width: auto;
    border: 1px solid #2a9cd4;
    position: relative;
    transition: all 0.5s;
    z-index: 1;
    overflow: hidden;
    font-size: 16px;
    border-radius: 50px;
    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(4deg);
  transition-duration: 0.6s;
  transform-origin: left;
  width:0;
}

.vs_ctm_btn:hover:after {
  height: 100%;
  width: 135%;
}

.vs_ctm_btn:hover a {
  color: #fff !important;
}


.vs_ctm_btn a {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.vs_more_btn {
  position: relative;
  color: #604a26;
  font-size: 18px;
  transition: all 0.5s;
  padding-right: 50px;
}

.vs_more_btn:hover {
  color: #000;
}

.vs_more_btn::after {
  content: "\F138";
  position: absolute;
  font-family: bootstrap-icons !important;
  color: #604a26;
  font-size: 20px;
  padding-left: 9px;
  transition: all 0.5s;
}

.vs_more_btn:hover::after {
  padding-left: 20px;
}

.vs_more_btn.text-white:hover {
  color: #7ba1b3 !important;
}

.vs_more_btn.text-white::after {
  color: #fff !important;
}

.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_top_btn {
  position: fixed;
  bottom: 15px;
  right: 0;
  margin-right: 50px;
}

.vs_top_btn button {
  visibility: hidden;
  font-size: 15px;
    border: 1px solid #c9c9c9;
    padding: 10px;
    transition: all 0.5s;
}

.vs_top_btn button.show {
  opacity: 1;
  visibility: visible;
}

.vs_last_btn {
  position: fixed;
  bottom: 0;
  right: 0;
}