/*
Theme Name: IFQM Pro Theme
Theme URI:  https://sinope.co.in
Author:     Sinope Softwares
Author URI: https://sinope.co.in/
Description: This theme is built for the ifqm website. A national initiative by IFQM to enhance the global quality and competitiveness of Indian businesses through training, assessments, and knowledge-sharing—putting Nation First, Economy Next.
Version: 2.0.160
License:    GNU GPL v2 or later
License URI:https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ifqm-pro-theme
Tags: custom-background, custom-pages, custom-functionlaities
*/
/* Demo Branch */
/* ---------- Reset / base styles ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: #0061ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1rem;
} */

/* feel free to delete all CSS below once you add your own */
header.site-header,
footer.site-footer {
  background: #fff;
  border-bottom: 1px solid #e1e4e8;
  padding: 1rem 0;
}

footer.site-footer {
  border: 0;
  border-top: 1px solid #e1e4e8;
  text-align: center;
}

/* ---------- Custom styles ---------- */
/* Rest of styles here*/