
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

.htf,
.nk-menu-text
{
  font-family: "Plus Jakarta Sans"  !important;
}

.tb-lead-sub {
  color: #fff !important;
}


.bg-1{
    background-image: url(../images/jsTree/background.png);
    background-color: #222631;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

@media (max-width: 767px) {
    .slick-slide.col {
      padding-left: 0px;
      padding-right: 0px;
    }
  }

@media (max-width: 767px) {
  .text-center-mobile {
    text-align: center;
  }
  .show-mobile{
    display: block !important;
  }
  .m-width-100 {
    width: 100%;
  }
}

.badge-danger{
  border-color: #e85347;  
  color: #fff;
  background-color: #e85347;
}

.badge-success{
  border-color: #1ee0ac;  
  color: #fff;
  background-color: #1ee0ac;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom: 35px;
	left:15px;
	background-color:#25D366;
	color:#fff;
	border-radius:50px;
	text-align:center;
	z-index: 1000;
	/* box-shadow: 2px 2px 3px #999; */
}

.my-float{
    position: relative;
    top: -3px;
    font-size: 40px;
	z-index: 1000;

}


/* CUSTOM STYLING */

.c-bg-primary {
  background-color:  #151515 !important;
  background-image: url(../images/Blurry-3.png);
  background-position: center;
  background-size: contain;
}

.c-bg-secondary {
  background: #000 !important;
}

.c-bg-dark {
  background: #000 !important;
}

.c-border-primary {
  border-color: #0CD81C  !important;
}

.c-text-primary {
  color: #0CD81C  !important;
}

.c-text-secondary {
  color: #828282 !important;
}

.c-form {
  background: #151515 !important;
  border-color: #d6d6d61a !important;
  color: #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.c-btn-primary{
  border-radius: 100px !important;
  color: #fff !important;
}

.c-btn-primary:hover {
  color: #fff !important;
  background-color: #09A816 !important;
}

.c-btn-secondary{
  border-radius: 100px !important;
}

.c-fs-15 {
  font-size: 15px !important;
}


body {
  top: 0px !important; 
}
#google_translate_element select{
  background-color:#0CD81C ;
  color:#111;
  font-family:  "Plus Jakarta Sans", sans-serif;
  font-size: 8px !important;
  font-weight:normal;
  height: 30px;
}
.goog-logo-link {
  display:none !important;
}     
.goog-te-gadget {
  color: transparent !important;
}
.goog-te-banner-frame{
  display:none !important;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.goog-te-gadget{
  color:transparent!important;
}
#google_translate_element select{
  /* width: 90px; */
}
.goog-te-gadget .goog-te-combo {
  font-size: 0;
  color: transparent;
}
.skiptranslate iframe{
  display:none
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd{
  display:none !important
}

#google_translate_element{
  z-index: 100;
  width:0px;
  height:0px;
  margin-left: 1vw;
  margin-top: -17px;
  position: relative;
}


input[type="text"]::placeholder {
  color: #a59d9d6e;
}
input[type="email"]::placeholder {
  color: #a59d9d6e;
}
input[type="password"]::placeholder {
  color: #a59d9d6e;
}
input[type="number"]::placeholder {
  color: #a59d9d6e;
}

.bottom-nav {
  display: none;
}

@media (max-width: 768px) {
  
  .hide-on-mobile {
    display: none;
  }

  .nk-block {
    margin-bottom: 100px; 
  }

  .bottom-nav {
    display: flex;
    justify-content: space-around;
    background: #111;
    padding: 10px 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    /* z-index: 10000; */
  }

  .bottom-nav-text {
    font-size: 0.7rem;
    font-weight: normal;
  }

}
