@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

 @font-face {
    font-family: nova;
    src: url(../font/NunitoSans_7pt_Condensed-Regular.ttf);
}



body {
font-family: "Raleway", sans-serif;
font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;

}
/*.vs_cursor{
      cursor: url(../img/mirror_icon.png), auto;
}*/



h1,
h2,
h3,
h4,
h5,
h6 {
 
 /*font-family: 'SemiBold', sans-serif;*/
}
 p{
  font-weight: 500;
 }

* {
  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;
}


.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);
}

.vs_fs_35 {
  font-size: 35px;
}

.vs_fs_24 {
  font-size: calc(0.7rem + 1vw);
}

.vs_fs_20 {
  font-size: 20px;
}

.vs_fs_15 {
  font-size: 15px !important;
}
.vs_fs_12{
  font-size: 12px;
}

.vs_fc_blue {
  color: #22648a;
}



.vs_fc_green {
  color: #73bd1b;
}
.vs_bg_green {
  background-color: #73bd1b !important;
}

.vs_bg_orange{
      background: #22648a;
}
.vs_fc_a{
  color:#22648a; 
}
.vs_fc_a:hover{
  color:#000 !important; 
}
.vs_bg_grey{
      background-color: #f9f9f9bf;
}

.vs_bg_black{
  background-color:#272829;
}

.vs_ctm_btn {
        background: linear-gradient(165deg, #46bfe9, #019ed4 100.18%) !important;
    padding: 5px 14px;
    width: auto;
    border: 1px solid #ffffff;
    position: relative;
    transition: all 0.3s;
    z-index: 1;
    /* overflow: hidden; */
    font-size: 15px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 500;
}
.vs_ctm_btn:hover{
     color: #000000;
    background: linear-gradient(165deg, #a5c534, #019ed4 100.18%) !important;
}
/*.vs_ctm_btn:after {
    background: #000;
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.3s;
    height: 100%;
    left: 0%;
    top: 0;
    transform: skew(360deg);
    transition-duration: 0.6s;
    transform-origin: left;
    width: 0;
    color: #fff;
}

.vs_ctm_btn:hover:after {
    height: 100%;
    width: 70%;
}*/

.vs_ctm_btn:hover a {
    color: #000;
}


.vs_ctm_btn a {
    color: #fff;
    text-decoration: none;
}







.vs_overlay_clr {
  position: relative;
}

.vs_overlay_clr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background: #000;
  opacity: 0.6;
}

.vs_face{
  color: #1877f2 !important;
}

.vs_twit{
  color: #00b6f1 !important;
}

.vs_inst .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 {
  color: #0077b5 !important;
}

.vs_yout {
  color: #FF0000 !important;
}

.vs_last_btn {
  position: fixed;
  bottom: 0;
  right: 0;
}

.text-justify{
  text-align: justify;
}

/*uss S*/

.vs_heading{
  position: relative;
}

.vs_heading h2 {
    font-size: calc(12px + 2.7vw);
    margin-bottom: 0px !important;
    color: #424242;
    padding-top: 10px;
    font-weight: 800;

}




.vs_more_btn{
  position: relative;
  color: #22648a;
  font-size: 15px;
  transition: all 0.5s;
      padding-right: 50px;
}

.vs_more_btn:hover {
  color: #000 !important;
}

.vs_more_btn::after {
     content: "\F138";
    position: absolute;
    font-family: bootstrap-icons !important;
    color: #22648a;
    font-size: 16px;
    padding-left: 9px;
    transition: all 0.5s;
}
.vs_more_btn:hover::after{
  padding-left: 20px;
}
.vs_more_btn_w{
  color: #fff;
}
.vs_more_btn_w:hover{
  color: #fff !important;
}
.vs_more_btn_w::after {
 color: #fff;
}

/*uss E*/


