@import url("https://fonts.googleapis.com/css2?family=Beau+Rivage&family=Birthstone&family=Cookie&family=Dynalight&family=Qwigley&family=Rouge+Script&family=Style+Script&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,500,500i,600,600i,700,700i");
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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: 'Lato', sans-serif;
  background: url(../../myAssets/images/bg1.webp) repeat left top;
  color: #333;
  font-size: 15px;
  line-height: 175%; }

h1, h2, h3, h4, h5, h6 {
  text-align: left;
  margin: 10px auto 5px;
  padding: 0; }

h1 {
  font-size: 30px;
  color: #be1e2d;
  line-height: 1.5; }

h2 {
  color: #004b98;
  font-size: 26px;
  line-height: 1.5; }

h3 {
  color: #6f42c1;
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

a {
  text-decoration: none;
  border: none !important;
  outline: 0;
  color: #337ab7 !important; }

img {
  vertical-align: middle; }

figure {
  margin: 5px 0 10px; }

figcaption {
  text-align: center;
  font-size: 10px;
  font-style: italic;
  margin: 5px auto;
  line-height: 1.2; }

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; }

.italic1 {
  font-family: "Cookie", serif !important; }

.italic2 {
  font-family: "Birthstone", serif !important; }

.italic3 {
  font-family: "Beau Rivage", serif !important; }

.italic4 {
  font-family: "Rouge Script", serif !important; }

.italic5 {
  font-family: "Qwigley", serif !important; }

.italic6 {
  font-family: "Style Script", serif !important; }

.italic7 {
  font-family: "Dynalight", serif !important; }

.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; }

.abc .abc_para {
  color: red; }
  .abc .abc_para:hover {
    color: green; }

.fixRight {
  background-color: #0dcaf0;
  position: fixed;
  right: 0;
  top: 50%;
  /*transform: translateY(-50%);*/
  transform: rotate(90deg); }

.myNav {
  background-color: #337ab7; }
  .myNav a.nav-link {
    color: white !important; }
  .myNav * {
    font-weight: 500 !important;
    font-size: 13px !important;
    line-height: 1.6; }
  .myNav ul.dropdown-menu {
    border: 0.01em solid red !important;
    color: #CCC !important;
    padding-left: 0 !important; }
    .myNav ul.dropdown-menu li {
      margin-left: 0 !important; }

.topH1 {
  margin: 0;
  border-bottom: 0.1em solid #CCC;
  padding-top: 6px;
  padding-bottom: 6px; }
  .topH1 h2 {
    display: inline-block;
    font-size: 10px;
    margin: 0 20px 0 0;
    padding: 0; }

.toph2 h4 {
  font-size: 11px;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
  line-height: 1; }

.myTable * {
  font-size: 13px !important;
  background-color: transparent !important;
  text-align: center !important; }
.myTable th, .myTable td {
  background-color: transparent !important;
  border: 0.01em solid #CCC !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important; }
.myTable th {
  text-align: left !important;
  font-weight: bolder; }
.myTable a {
  color: #337ab7; }

.myTable2 * {
  font-size: 13px !important;
  background-color: transparent !important;
  text-align: left !important; }
.myTable2 td {
  background-color: transparent !important;
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important; }
.myTable2 a {
  color: #337ab7; }

#footer-col {
  background-color: #004b98;
  padding-bottom: 30px; }
  #footer-col h3 {
    font-size: 15px;
    color: #fff200;
    padding: 0;
    margin: 10px 0 10px 0;
    line-height: 165%; }
  #footer-col li {
    font-size: 11px;
    color: #c1d7e8;
    line-height: 1.2;
    padding: 0;
    margin: 15px 0; }
    #footer-col li a {
      color: #a1cdf0 !important;
      font-size: 14px; }
  #footer-col * {
    color: #c1d7e8 !important; }

.lineSkyBlue {
  border-bottom: 0.1em dotted #337ab7;
  width: 100%;
  height: 1px;
  clear: both;
  margin: 20px auto 10px; }

a.skyBlue:link, a.skyBlue:visited, a.skyBlue:active, a.skyBlue:hover {
  color: #d2e8f9 !important;
  text-decoration: none; }
  a.skyBlue:link span, a.skyBlue:visited span, a.skyBlue:active span, a.skyBlue:hover span {
    color: #d2e8f9 !important; }

/*a.aBlack80:link, a.aBlack80:visited, a.aBlack80:active, a.aBlack80:hover {
  color: #58585b;
  text-decoration: none;
}*/
.myTableFooter td {
  color: #a1cdf0;
  padding: 5px; }
  .myTableFooter td * {
    color: #a1cdf0 !important; }

.borderRedLeft {
  border-left: 2px solid #be1e2d;
  padding-left: 15px; }

.borderRedBoth {
  border-left: 2px solid #be1e2d;
  border-right: 2px solid #be1e2d;
  padding-left: 15px;
  padding-right: 15px; }

.div3 {
  background-color: rgba(255, 255, 255, 0.25);
  border-top: 0.1em dotted #a1a1a1;
  border-bottom: 0.1em dotted #a1a1a1;
  padding-top: 30px;
  padding-bottom: 30px; }

.main2 {
  background-color: rgba(161, 205, 240, 0.5); }

.mainProducts {
  background-color: rgba(255, 255, 255, 0.4);
  border: .01em solid #CCC;
  border-radius: 10px;
  padding: 20px; }
  .mainProducts .mainProducts2 {
    width: 100%;
    background-color: white;
    border: .01em solid #CCC;
    border-radius: 10px;
    text-align: center !important;
    padding: 7px 0 !important;
    margin-bottom: 20px; }
    .mainProducts .mainProducts2 h2 {
      font-size: 18px;
      text-align: center !important;
      padding: 0 !important;
      margin: 0 !important; }

.completeList {
  padding: 10px;
  margin: 20px auto;
  background-color: #F00;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  box-shadow: 5px 5px 5px #fff; }
  .completeList * {
    color: #fff !important; }

.myTags {
  text-align: center !important;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-top: -20px !important; }

.myTags h4 {
  border: .01em dotted #CCC;
  padding: 3px 5px;
  display: inline;
  font-size: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  color: #CCC !important; }

.ptb75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.shadowtb {
  box-shadow: inset 0 11px 8px -10px #CCC, inset 0 -11px 8px -10px #CCC; }

.whyChooseUs {
  background-color: white; }

.myAccordion {
  margin-bottom: 30px; }
  .myAccordion * {
    font-size: 13px !important; }
  .myAccordion .accordion-header, .myAccordion .accordion-button {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a0ceff+1,feffff+100&0.4+0,1+100 */
    background: linear-gradient(to bottom, rgba(160, 206, 255, 0.1) 0%, rgba(160, 206, 255, 0.1) 1%, #feffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .myAccordion .accordion-body {
    background: url(../../myAssets/bg2.png) repeat left top;
    padding: 10px 0 !important;
    max-height: 250px !important;
    overflow-y: scroll; }
    .myAccordion .accordion-body li {
      line-height: 1.2;
      margin-top: 10px;
      margin-bottom: 10px; }

.bodyText {
  border-right: .01em dashed #CCC;
  padding-right: 20px !important; }
  .bodyText h1:first-of-type {
    margin-bottom: 20px; }

.getInTouch {
  background-color: rgba(255, 255, 255, 0.6);
  border: .01em solid #CCC;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px; }
  .getInTouch p {
    line-height: 1.4; }

.ulNormal li {
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 15px; }

.text-primary {
  color: #337ab7 !important; }

.breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: .01em solid #CCC;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.3); }
  .breadcrumb * {
    font-size: 12px;
    line-height: 1.3; }
  .breadcrumb a {
    color: #333; }

.columnRight {
  padding-left: 10px !important; }

.footer2 {
  background-color: #0c4384;
  padding-top: 30px;
  padding-bottom: 30px; }
  .footer2 * {
    color: #6fa6e7 !important; }

.productsThumbnails h2 {
  font-size: 14px;
  text-align: center !important; }

/*# sourceMappingURL=main.css.map */
