/*
Theme Name: Tg Industrial Pro
Theme URI:  https://www.themesglance.com/themes/industrial-pro-wordpress-theme/
Author: Themes Glance
Author URI: http://www.themesglance.com/
Description: The premium Industrial pro WordPress theme is fully responsive, translation ready, SEO-friendly and cross-browser compatible. It is embedded with social media icons to give the much needed exposure. It is customizable, so much so that every element of the theme can be changed including colour, background, header, footer, menu and images. It has various sections like testimonial, subscription area, gallery and other. Each of this section can be enabled/disabled. It uses simple as well as mega menu. This premium Industrial pro WP theme is compatible with WooCoomerce and WPML plugin and can be tied with any third party plugin. For secure online donations, it uses trusted payment gateways. With this premium theme we provide our support and regular theme updates.
Version: 0.0.2
Requires at least: 5.8
Tested up to: 6.0.1
Requires PHP: 7.2
License: GNU General Public License
License URI:license.txt
Text Domain: tg-industrial-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Tg Industrial Pro WordPress Theme has been created by Themes Glance(themesglance.com), 2018.
Tg Industrial Pro WordPress Theme is released under the terms of GNU GPL
*/
/* Basic Style */
@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100;200;300&family=Assistant:wght@200;300;400;500;600;700;800&display=swap');
:root {

  --black:#000000;
  --white: #FFFFFF;
  --font-lato: 'lato';
  --font-assistant: 'Assistant';
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
html body {
  overflow-x: hidden;
}
section{
  background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6{
  margin-block-end: 0;
}
p{
  font: 16px/25px Assistant;
}
/* ----------- Spinner ------------- */
.eco-spinner-loading-box{
  position: fixed;
  width:100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  z-index: 9999999;
  background-color: white;
}
.eco-spinner-loading-box .lds-ripple {
  display: inline-block;
  position: relative;
  width: 242px;
  height: 242px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* background-image: url(assets/images/grocery.gif); */
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
a{
  text-decoration: none;
}
.fa-thin{
  font-weight: 600;
  font-family: 'Font Awesome 6 Free';
}
.title-box img {
  width: 100%;
  height: 150px;
}
