.text-lg{
	font-size: 30px;
}

#team{display: none;}

.hideThis{display: none !important;}

.fa-whatsapp{
	font-size: 25px;
}

/*img[alt="Tqnia Logo"] {
    display: none;
}*/

.banner-video{background-color: #000;}
.banner-video video{opacity: 0.6;}


/*responsive*/

/*desktop view*/
@media only screen and (min-width: 1441px) {
  .desktop-view {
    display: block !important;
  }
  .mobile-view {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .desktop-view {
    display: block !important;
  }
  .mobile-view {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .desktop-view {
    display: block !important;
  }
  .mobile-view {
    display: none !important;
  }
}


/*mobile view*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .desktop-view {
    display: none !important;
  }
  .mobile-view {
    display: block !important;
  }

  .min-h-screen{min-height: auto;}

}
@media only screen and (max-width: 767px) {
  .desktop-view {
    display: none !important;
  }
  .mobile-view {
    display: block !important;
  }

  .min-h-screen{min-height: auto;}

}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .desktop-view {
    display: none !important;
  }
  .mobile-view {
    display: block !important;
  }

  .min-h-screen{min-height: auto;}

}

