

 
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,
.accordion-button:focus,
input:focus-visible {
  outline: none;
  box-shadow: none;
}


body {
  margin: 0px;
  padding: 0px;
  font-family: Nova;
  background-color: #fff;
}


  @font-face {
    font-family: Nova;
    src: url(../font/Proxima_Nova_Font.otf);
}
  @font-face {
    font-family:va;
    src: url(../font/Regular.otf);
}
  @font-face {
    font-family:dm;
    src: url(../font/dm.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family:dm;
}


.vs_fs_50 {
  font-size: calc(1.1rem + 2vw);
}

.vs_fs_30 {
  font-size: calc(0.7rem + 1.4vw);
}
.vs_fs_20 {
  font-size: calc(8px + 1vw);
}
.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:#f6eddb;
}

.vs_fc_purple {
  color: #9c27b0;
}

.vs_fc_red {
  color: #8b5943;
}

.vs_fc_blue {
  color: #3f51b5;
}
.vs_fc_green {
  color: #4caf50;
}
.vs_fc_a{
  color: #8b5943;
}
.vs_fc_a:hover{
  color: #800943;
}
.vs_ctm_btn {
      border-radius: 0px;
    border: none;
    padding: 10px 20px;
    color: #fff;
    position: relative;
    transition: all 0.3s;
    z-index: 1;
    font-weight: 600;
    overflow: hidden;
    font-size: 18px;
    background:#0360c0;
        border-radius: 50px;
        border: 0.5px solid #0360c0;
}




.vs_ctm_btn a {
  color: #fff;
}

.vs_ctm_btn:hover,
.vs_ctm_btn:hover a {
  background-color: #000;
  color: #fff;
}


.vs_more_btn {
  position: relative;
  color: #000;
  font-size: 16px;
  transition: all 0.5s;
}

.vs_more_btn i {
  transition: all 0.5s;
}

.vs_more_btn:hover {
  color: #7a7978;
}

.vs_more_btn:hover i {
  padding-left: 10px;
}


.vs_more_btn_w {
  color: #fff !important;
}
.vs_more_btn_w:hover{
  color: #fff !important;
}

.vs_overlay_clr {
  position: relative;
}


.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;
}



/*heading S*/

.vs_heading {
  padding-bottom: 15px;
}

.vs_heading h2{
    font-size: calc(15px + 1vw);
    /*text-transform: uppercase;*/
    position: relative;
    font-weight: 700;
    
}


/*heading E*/
