@charset "utf-8";

/* =======================| global typogtaphy styles |=============================== */

html {
  font-size: 16px;
  font-family: sans-serif;

}
body {
  font-family: 'Cairo', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
  color: #111111;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cairo', sans-serif;
  font-weight: 400;
  padding: 0;
  word-wrap: break-word;
  position: relative;
}

h1 {
  font-size: 3rem;
  line-height: 1.1;
  margin: 20px 0 40px 0;
}
h2 {
  font-size: 2.25rem;
  line-height: 1.1;
  margin: 20px 0 40px 0;
}
h3 {
  font-size: 2rem;
  line-height: 1.1;
  margin: 20px 0 40px 0;
}
h4 {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 800;
  margin: 20px 0;
}
h5 {
  font-size: 1.3rem;
  line-height: 1.2;  
  font-weight: 600;
  margin: 20px 0 10px 0;
}
h6 {
  font-size: 1.1rem;
  line-height: 1.2;   
  font-weight: 800;
  margin: 15px 0 5px 0;
}
a, ul, li, tr, td {
  margin: 0;
  padding: 0;
}
p {
margin-top: 0;
padding: 0;
margin-bottom: 0.2rem;
}
img {
  border-style: none;
}
a, a:link, a:visited, a:active {
  text-decoration: none;
  color: #983212;
}
a:hover {
  text-decoration: none;
  color: #BE7D35;
}


/* -----| IE alert |----- */
#alert-ie {
  text-align: center;
  font-size: 1.5rem;
  display: none;
  position: relative;
  margin: 50px auto;
  background-color: #F5E54C;
  color: #000;
  width: 70%;
  padding: 20px;
  border: 0;
}

/* =======================| global typogtaphy - responsie design |======== */
/* =======================| width < 991 |================================ */
@media  (max-width: 991px) {
/* ----------------------------------------------------------------------- */ 

  h1 {
    font-size: 2.5rem;
  }

}
/* =======================| width > 1200 |================================ */
@media  (max-width: 576px) {
/* ----------------------------------------------------------------------- */ 

body {
  font-size: 0.9375rem;
}
  h1 {
    font-size: 2.4rem;
  }

}
/* -----------------------| end |----------------------------------------- */ 
  