@font-face {
    font-family: "Gilroy-Bold â˜ž";
    font-style: normal;
    font-weight: 400;
    src: local("Gilroy-Bold â˜ž"),
      url("https://fonts-imp.ap-south-1.linodeobjects.com/Gilroy-Bold.woff")
        format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "Gilroy-Heavy â˜ž";
    font-style: normal;
    font-weight: 400;
    src: local("Gilroy-Heavy â˜ž"),
      url("https://fonts-imp.ap-south-1.linodeobjects.com/Gilroy-Heavy.woff")
        format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "Gilroy-Light â˜ž";
    font-style: normal;
    font-weight: 400;
    src: local("Gilroy-Light â˜ž"),
      url("https://fonts-imp.ap-south-1.linodeobjects.com/Gilroy-Light.woff")
        format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "Gilroy-Medium â˜ž";
    font-style: normal;
    font-weight: 400;
    src: local("Gilroy-Medium â˜ž"),
      url("https://fonts-imp.ap-south-1.linodeobjects.com/Gilroy-Medium.woff")
        format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "Gilroy-Regular â˜ž";
    font-style: normal;
    font-weight: 400;
    src: local("Gilroy-Regular â˜ž"),
      url("https://fonts-imp.ap-south-1.linodeobjects.com/Gilroy-Regular.woff")
        format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: sitefont;
    src: url('../fonts/WFVisualSans-Regular.ttf');
}

@font-face {
    font-family: sitefont1;
    src: url('../fonts/WFVisualSans-SemiBold.ttf');
}
  .hf {
    font-family: "Gilroy-Heavy â˜ž", sans-serif;
  }
  .lf {
    font-family: "Gilroy-Light â˜ž", sans-serif;
  }
  .bf {
    font-family: "Gilroy-Bold â˜ž", sans-serif;
  }
  html {
    scroll-behavior: smooth;
  }
  body{
    line-height: 28px;
  }
  .container {
    z-index: 99 !important;
  }

.smallt {
    color: #737373;
    }
.titlet:after{
  display: none;
}
.titlet{
  display: block;
}
.social_contact::placeholder{
  color: #999 !important;
  text-overflow: ellipsis;
}
.sss::after {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  margin-top: -10px;
  position: absolute;
  top: 32px;
  margin-left: 5px;
  color: #a5a3a3;
  left: 35px;
}
.menu-open .js-site-navbar,
  .menu-open .usermenu,
  .menu-open .usermenu.topmenu.dark {
    background: url(../images/menu-bg.jpg),#000 !important;
    background-position: right bottom;
    background-size: cover !important;
    background-repeat: no-repeat;
  }
  .js-site-navbar {
    display: none;
    position: absolute;
    width: 0;
    top: 80px;
    transition: width 0.3s;
  }
  .menu-open .js-site-navbar {
    display: block;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 76px;
  }
  .site-menu-toggle span {
    display: block;
    position: absolute;
    height: 2.5px;
    width: 80%;
    background: #ff924f;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .js-site-navbar nav {
    width: 300px;
    float: left;
    height: -webkit-fill-available;
    border-right: 1px solid #3e362a;
  }
  .js-site-navbar nav > .nav-item {
    position: inherit;
    list-style: none;
    float: left;
    width: 100%;
  }
  .faq .card-body span,.faq .card-body p{
    background: none !important;
    color: #939292 !important;
  }
  .modal-form-bg .grey-btn{
    background: rgb(239, 239, 239) !important;
    color: #000 !important;
  }
  .btn,
  .dropdown .nav-link {
    text-transform: uppercase;
  }
  .offer {
    position: fixed;
    left: 0;
    bottom: 0;
    max-width: 200px;
    border-radius: 20px;
    z-index: 999;
}
.offer video{
  border-radius: 10px;;
}
.new-class{
  display: none;
}
div#myButton {
  text-align: right;
  display: flex
;
  float: right;
  background: #de0000;
  width: 25px;
  height: 25px;
  border-radius: 30px;
  display: flex
;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  top: 10px;
    right: -10px;
    cursor: pointer;
}
  .dropdown .nav-link {
    padding: 16px;
    font-weight: 600;
    border-bottom: 0.5px solid #d7d7d730;
  }
  .dropdown.show > a {
    background: linear-gradient(90deg, #3a3838 -2%, #1c1c1c 4%, #3f3f3f 95%, #434242 99%);
    border-radius: 12px 0;
  }
  .js-site-navbar .nav-item .nav-link {
    color: #fff;
    position: relative;
  }
  .sidemenu .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 14px;
    background: url(images/right-down1.png);
    width: 30px;
    height: 37px;
    border: 0px;
    background-repeat: no-repeat;
    background-position: 7px 0px;
}
.dropdown-menu.show, .site-menu-toggle span:first-child {
    top: 0;
}
.js-site-navbar .dropdown-menu {
    position: absolute;
    padding-left: 320px;
    transform: inherit !important;
    z-index: -1;
    width: 100%;
    background: 0 0;
    height: 100%;
    max-height: 80vh;
    overflow: auto;
    overflow-x: hidden;
}
.dropdown-menu .headingmenu {
  font-weight: 400;
  letter-spacing: 1px !important;
  background: linear-gradient(179deg, #ffffff 28.88%, #878787 63.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-text-stroke-color: #e1e1e1;
  -webkit-text-stroke-width: 0.5px;
  margin-bottom: 10px;
}
.breadcrumbwl li, .dropdown-menu li, .footerpart li {
    list-style: none;
}
.dropdown-menu li a {
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    padding: 15px 0px;
}
.wrapperm {
  max-width: 90%;
}
 /*  New nav menu start */
  
 div#icon2 span {
    display: block;
    position: absolute;
    height: 12px;
    width: 12px;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  div#icon2 {
    width: 45px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg) scale(0.56);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: 0px;
    left: 0;
}
/* .js-site-menu-toggle.open{
    transform: scale(0.4) !important;
} */
  
  #icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 3px;
  }
  
  #icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 3px;
  }
  #icon2 span:nth-child(1),
  #icon2 span:nth-child(2),
  #icon2 span:nth-child(3) {
    top: 0px;
  }
  #icon2 span:nth-child(4),
  #icon2 span:nth-child(5),
  #icon2 span:nth-child(6) {
    top: 20px;
  }
  #icon2 span:nth-child(7),
  #icon2 span:nth-child(8),
  #icon2 span:nth-child(9) {
    top: 40px;
  }
  #icon2 span:nth-child(3) {
    left: 100%;
  }
  
  #icon2 span:nth-child(6) {
    left: 100%;
  }
  
  #icon2 span:nth-child(9) {
    left: 100%;
  }
  #icon2.open span:nth-child(1) {
    width: 45px;
    transform: rotate(45deg);
    left: -9px;
    border-radius: 50px;
    top: 5px;
  }
  #icon2.open span:nth-child(3) {
    width: 45px;
    transform: rotate(-45deg);
    border-radius: 50px;
    left: 45%;
    top: 5px;
  }
  #icon2.open span:nth-child(7) {
    width: 45px;
    transform: rotate(-45deg);
    left: -9px;
    border-radius: 50px;
    top: 35px;
  }
  #icon2.open span:nth-child(9) {
    width: 45px;
    transform: rotate(45deg);
    border-radius: 50px;
    left: 45%;
    top: 35px;
  }
  #icon2.open span:nth-child(2) {
    top: 20px;
  }
  
  #icon2.open span:nth-child(5) {
    left: 50%;
  }
  #icon2.open span:nth-child(6) {
    left: 50%;
  }
  
  #icon2.open span:nth-child(8) {
    top: 20px;
  }
  .anim_dot {
    animation: scalee 1.7s ease infinite forwards;
  }
  #icon2.open span {
    animation: none;
  }
  @keyframes scalee {
    0% {
      transform: scale(1);
      background: none;
      border: 1px solid #14dff5;
    }
    80% {
      transform: scale(1.9) rotate(360deg);
      background: none;
      border: 3px solid #14dff5;
    }
    100% {
      background: #14dff5;
      border: none;
    }
  }
  /*  New nav menu end */

/* header css start  */
.topmenu{
  background-color: #000000ba !important;
  transition: .3s all ease;
}
.topmenu.dark {
    background-color: #161616 !important;
}
#demosform .form-control {
    background: 0 0 !important;
}
.wrapperwhl {
    max-width: 95%;
    padding: 0;
    z-index: 997;
    position: relative;
}
.navicon {
  display: block;
  position: absolute;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.nav-social .btn {
    border: 1px solid #ffffff73;
    background: transparent;
    color: #000;
    font-weight: 500 !important;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: 700 !important;
    padding: 10px 20px;
    background: linear-gradient(151.68deg, #999999 17.49%, #ffffff 56.95%, #999999 92.66%) !important;
    border-radius: 4px !important;
}
.silver-btn {
    border: 1px solid #ffffff73;
    background: transparent;
    color: #ffffff;
    font-weight: 500 !important;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: 700 !important;
    padding: 10px 20px;
    background: linear-gradient(151.68deg, #202839 17.49%, #202839 56.95%, #202839 92.66%);
    border-radius: 40px;
}
.dt{
  color: #002F53;
}
.nav-social {
    position: relative;
    left: -60px;
    gap: 10px;
}
.disclaimer-message, .mob-link, button.navbar-toggler {
    display: none;
}
.js-site-navbar nav {
    height: 100%;
    overflow: auto;
    padding-bottom: 80px;
}
.menu-open {
    overflow: hidden;
}
/*  header end */

.ddisclaimer {
  background: #353535;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  z-index: 999999;
}
.sphere_rotate{
    position: absolute;
    left: 70%;
    top: 31%;
    width: 44%;
}
.bg_img {
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/linebg.webp),#fff;
    background-size: cover;
    background-position: center;
    transition: all .3s ease;
    overflow: hidden;
    padding: 50px 0;
  }
  .sphere_rotate{
    -webkit-animation: rotation-right 150s infinite linear;
}
.mob-link{
  display: none;
}
.desk-link{
  display: block;
}

@-webkit-keyframes rotation-right {
    from {
        -webkit-transform: rotate(359deg);
    }
    to {
        -webkit-transform: rotate(0deg);
    }
}



@media (min-width: 992px) {
    .menu-height {
        height: 470px;
        padding: 20px;
        overflow: hidden;
    }
    .menu-height:hover {
        overflow: auto;
        background: linear-gradient(180deg, #262626 0%, rgba(3, 3, 3, 0) 100%);
        border-radius: 3px;
        padding: 20px;
    }
}
@media (max-width: 991px) {
  h1 {
    font-size: 30px;
}
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .menu-open .js-site-navbar {
        top: 64px;
    }
     .show > .nav-link.dropdown-toggle {
        background-image: url(images/minus.svg);
        background-repeat: no-repeat;
        background-position: 96%;
        background-size: 20px;
    }
    .js-site-navbar .dropdown-menu {
        position: relative !important;
        max-height: 150px;
        overflow: auto;
        z-index: 9999;
        padding-left: 0;
        margin-bottom: 15px;
    }
    .dropdown-menu > ul {
        padding-left: 17px;
    }
    .deskx, .dropdown-menu .openmenu li, .dropdown-menu li.headingmenu, .dropdown-menu.show > ul > li {
        display: block;
    }
    .nav-link.dropdown-toggle {
        background-image: url(images/plus.svg);
        background-repeat: no-repeat;
        background-position: 96%;
        background-size: 20px;
    }
    .js-site-navbar nav {
        width: 100%;
        margin-top: 20px;
    }
    .sidemenu .dropdown-toggle::after{
        display: none;
    }
    .navbar-brand img {
        width: 140px;
        height: 38px;
    }
}
@media (max-width: 700px) {
    .nav-social .mobrem{
        display: none !important;
    }
    .show>.nav-link.dropdown-toggle {
        background: url(images/minus.svg) !important;
        background-repeat: no-repeat !important;
        background-position: 96% !important;
        background-size: 20px !important;
    }
    .nav-social {
      position: relative;
      left: -40px;
      gap: 0;
  }
  .nav-social img{
    width: 10vw;
    max-width: 50px;
  }
  .mob-link{
    display: block;
  }
  .desk-link{
    display: none;
  }
  #click_svg{
    width: 30px;
  }
  .navbar-brand img {
    width: 35vw;
    height: 38px;
}
}
@media (max-width: 700px) {
  h2.titlet{
    font-size: 24px;
  }
}
@media (min-width: 991px) {
.menu-height:hover a:hover {
  background: linear-gradient(180deg, #1a1a1a4a 0%, #0f0e0e75 100%);
  width: 100%;
  padding: 10px 0px;
  border-radius: 3px;
  text-decoration: none;
  display: block;
}
}


.relative-section {
  height: 55px;
  background: #000;
}
.breadcrumbwl li {
float: left;
font-size: 14px;
padding-right: 6px;
list-style: none;
}
.relative-section li a,.relative-section li  {
  color: #FFF;
}
.teleappbg, .whatsappbg {
  width: 230px;
  border-radius: 0 20px;
  padding: 10px 5px !important;
  color: #fff !important;
  text-decoration: none !important;
}
.teleappbg img, .whatsappbg img {
  height: 35px;
  margin-right: 5px;
}
.breadcrumbwl li:nth-child(2) i{
  margin-right: 5px;
}
.blog_cards{
  height: 100%;
  background: #0C1015;
  padding-bottom: 55px;
  position: relative;
}
.blog_cards .blogcard_btn{
  position: absolute;
  left: 20px;
  bottom: 20px;
}