@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/*// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans-<uniquifier> {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}*/
@import url("https://fonts.googleapis.com/css2?family=Playwrite+BE+VLG:wght@100..400&display=swap");
/*// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 400

.playwrite-be-vlg-<uniquifier> {
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap");
/*.kaushan-script-regular {
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
}
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Noto Sans", sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 175%;
  font-weight: 500;
  overflow-x: hidden !important; }

.fontitalic {
  /*font-family: "Playwrite BE VLG", cursive;*/
  font-family: "Noto Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  text-align: left;
  margin: 10px auto 5px;
  padding: 0; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

a {
  text-decoration: none;
  border: none !important;
  outline: 0;
  -webkit-tap-highlight-color: transparent; }

img {
  vertical-align: middle; }

figure {
  margin: 5px 0 10px; }

figcaption {
  text-align: center;
  font-size: 10px;
  font-style: italic;
  margin: 0 auto; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

li {
  margin-left: 30px; }

p {
  text-align: justify;
  margin-bottom: 20px; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.rightsReserved {
  background: rgba(27, 30, 33, 0.85);
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;
  text-decoration: none;
  border: none !important;
  outline: 0;
  -webkit-tap-highlight-color: transparent; }
  .rightsReserved span {
    padding-left: 10px;
    padding-right: 10px; }
  .rightsReserved a, .rightsReserved * {
    color: rgba(255, 255, 255, 0.6) !important; }

.rightsReserved2 {
  background: #1b1e21;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px; }
  .rightsReserved2 * {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 30px; }

.rightsReserved3 {
  background: rgba(27, 30, 33, 0.85);
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px; }
  .rightsReserved3 span {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block; }
  .rightsReserved3 * {
    color: rgba(255, 255, 255, 0.6) !important; }

.contactUsPage * {
  text-align: left !important; }
.contactUsPage .media {
  margin-top: 30px !important; }
.contactUsPage h5 {
  color: #bb2d3b;
  font-weight: bolder;
  font-size: 18px; }

.columnLeft {
  height: 100%;
  border-left: .01em solid #CCC;
  padding-left: 20px;
  /*div{
    -webkit-transition: all 0.5s; !* Safari *!
    transition: all 0.5s;
  }*/
  /*div:hover{
    background-color: rgba(204, 204, 204, 1);
  }*/ }

.img50 {
  max-width: 50px; }

.img75 {
  max-width: 75px; }

.img100 {
  max-width: 100px; }

.img150 {
  max-width: 150px; }

.img200 {
  max-width: 200px; }

.img250 {
  max-width: 250px; }

.img300 {
  max-width: 300px; }

.img350 {
  max-width: 350px; }

.img400 {
  max-width: 400px; }

.img450 {
  max-width: 450px; }

.img500 {
  max-width: 500px; }

.img550 {
  max-width: 550px; }

.bg1 {
  background: url(../../hd-images/index.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 200px; }

.footerbg {
  background: url(../../hd-images/footer.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 0.01em solid rgba(255, 255, 255, 0.2); }
  .footerbg h2 {
    /*font-family: "Playwrite BE VLG", cursive!important;*/
    font-size: 200%;
    margin-bottom: 20px;
    color: rgba(255, 165, 0, 0.85); }
  .footerbg p {
    margin-top: 0;
    margin-bottom: 0; }
  .footerbg * {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300; }

.borderLeft {
  border-left: 4px solid red;
  padding-left: 30px; }

.ptb75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.shadowtb {
  box-shadow: inset 0 11px 8px -10px #CCC, inset 0 -11px 8px -10px #CCC; }

.productsRange {
  background: url(../../hd-images/slanting.jpg) repeat top left fixed;
  background-size: 10%; }
  .productsRange * {
    text-align: center !important; }
  .productsRange h3 {
    font-size: 120%;
    margin-bottom: 20px; }

.lines {
  background: url(../../hd-images/lines2.png) no-repeat left top;
  height: 10px; }

.aboutMain {
  background: url(../../hd-images/mainabout.jpg) no-repeat bottom left fixed; }
  .aboutMain p {
    font-size: 16px;
    text-align: left;
    margin-top: 50px; }

.myTable td {
  border: .01em solid #CCC;
  border-collapse: collapse; }

.headerArea {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 0.01em solid rgba(0, 0, 0, 0.1); }
  .headerArea * {
    font-weight: 400;
    text-align: center; }

.products1 {
  background: url(../../hd-images/slanting.jpg) repeat top left fixed;
  background-size: 10%;
  border-bottom: 0.01em solid rgba(0, 0, 0, 0.1); }
  .products1 h4 {
    text-align: center; }

.headerTop {
  background-color: #2f6c6d !important; }
  .headerTop * {
    color: white !important; }

/*# sourceMappingURL=main.css.map */
