@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;1,400&display=swap");
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; }

body {
  font-family: 'Source Serif Pro', serif;
  background: url(../../hd-images/bg1.jpg) no-repeat left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #333;
  font-size: 16px;
  line-height: 175%; }

h1, h2, h3, h4, h5, h6 {
  text-align: center;
  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; }

.borderBlack {
  border: 0.1em solid black; }

.img50 {
  max-width: 50px; }

.img75 {
  max-width: 75px; }

.img100 {
  max-width: 100px; }

.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; }

.brake {
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both; }

.ruler {
  width: 100%;
  height: 1px;
  border-top: 0.1em solid #999;
  clear: both;
  margin: 10px 0; }

.image {
  /*background: url(images/bg.jpg) no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.border-top-bottom {
  background-color: rgba(140, 145, 160, 0.1);
  border-radius: 20px;
  border-top: 1px dashed #8c91a0;
  border-bottom: 1px dashed #8c91a0;
  padding: 20px 5px;
  margin: 20px auto; }

.border-left-3-blue {
  border-left: 3px solid #0055b4;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afe0ff+0,7db9e8+75&1+0,0+75 */
  background: -moz-linear-gradient(left, #afe0ff 0%, rgba(125, 185, 232, 0) 75%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #afe0ff 0%, rgba(125, 185, 232, 0) 75%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #afe0ff 0%, rgba(125, 185, 232, 0) 75%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afe0ff', endColorstr='#007db9e8',GradientType=1 );
  /* IE6-9 */ }

.border-dashed-999 {
  border: .01em dashed #999; }

.border-top-dashed-999 {
  border-top: .01em dashed #999; }

.border-left-dashed-999 {
  border-left: .01em dashed #999; }

.border-bottom-dashed-999 {
  border-bottom: .01em dashed #999; }

.border-right-dashed-999 {
  border-right: .01em dashed #999; }

.border-tb-bg {
  background-color: #FFF;
  padding: 10px 20px;
  border-top: .01em dashed #CCC;
  border-bottom: .01em dashed #CCC;
  margin-top: 40px;
  margin-bottom: 40px; }

.myDl {
  margin-top: 30px;
  border-left: 3px solid rgba(186, 136, 77, 0.61);
  border-right: 3px solid rgba(186, 136, 77, 0.61);
  border-radius: 25px; }

.myDl dt {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffee00+0,fefcea+100&0.15+0,0+100 */
  background: -moz-linear-gradient(left, rgba(255, 238, 0, 0.15) 0%, rgba(254, 252, 234, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 238, 0, 0.15) 0%, rgba(254, 252, 234, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 238, 0, 0.15) 0%, rgba(254, 252, 234, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffee00', endColorstr='#00fefcea',GradientType=1 );
  /* IE6-9 */ }

.myDl dd {
  padding: 10px 10px 10px 35px; }

/* ----------------------------------------------------- */
.columnLeft {
  height: auto !important;
  /*border-right: .01em dotted rgba(0, 0, 0, 0.1);*/ }

/*.columnLeft div{
    -webkit-transition: all 0.5s; !* Safari *!
    transition: all 0.5s;
}
.columnLeft div:hover{
    background-color: rgba(204, 204, 204, 1);
}*/
/* ----------------------------------------------------- */
.myDl-Border-Left dt, .myDl-Border-Left dd {
  margin-top: 20px; }

.myDl-Border-Left dt {
  text-align: right; }

.myDl-Border-Left dd {
  border-left: 1px dashed #CCC; }

/* ***************************************************************************************************************** */
/*
write like this
	<span class="text-primary divider"></span>
	<span class="text-default divider"></span>
*/
.divider {
  display: block;
  padding: 0;
  width: 275px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  color: transparent;
  background-color: transparent;
  border-top: none;
  margin: 10px auto; }

.divider:before {
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 95px;
  border-bottom: 3px solid;
  color: #fff;
  z-index: 5; }

.divider.text-primary:before {
  color: #ff2934; }

.divider.text-default:before {
  color: #212526; }

.divider + h2 {
  margin-top: 39px; }

/* ***************************************************************************************************************** */
.box-shadow-left-right-outside {
  box-shadow: inset 7px 0 7px -7px rgba(0, 0, 0, 0.5), inset -7px 0 7px -7px rgba(0, 0, 0, 0.5);
  padding-top: 20px;
  padding-bottom: 40px; }

.box-shadow-left-right-inset {
  box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3), -6px 0 6px -4px rgba(34, 34, 34, 0.3);
  -moz-box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3), -6px 0 6px -4px rgba(34, 34, 34, 0.3);
  -webkit-box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3), -6px 0 6px -4px rgba(34, 34, 34, 0.3);
  padding-top: 20px;
  padding-bottom: 40px; }

.i24 {
  font-size: 24px !important;
  margin-left: 10px; }

.ptb75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.shadowtb {
  box-shadow: inset 0 11px 8px -10px #CCC, inset 0 -11px 8px -10px #CCC; }

/* Border Inside */
.inner-outline {
  outline: 1px solid orange;
  outline-offset: -10px; }

/* CSS Transition */
.trans {
  border-radius: 50%;
  transition: all 1s ease;
  border: 0.01em solid rgba(0, 75, 135, 0.5);
  margin: 0 auto !important;
  padding: 10px; }

.trans:hover {
  border-radius: 0 25% 0 25%;
  border: .01em solid #083154;
  margin: 0 auto !important;
  padding: 20px; }

/* -------------------------------------------------------------------------------------- */
span.redRequired {
  color: red;
  font-size: 18px;
  font-weight: bolder;
  position: relative;
  top: 4px; }

/* -------------------------------------------------------------------------------------- */
.myTags {
  text-align: center !important;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-top: 20px; }

.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; }

/* ============================================================== */
.contactUsPage * {
  text-align: left !important; }

.contactUsPage .media {
  margin-top: 30px !important; }

.contactUsPage h5 {
  color: #bb2d3b;
  font-weight: bolder;
  font-size: 18px; }

/* ============================================================== */
.bgMyWeb {
  background-color: #ba884d !important; }

.bgMyWebBG {
  background: #ba884d url(../../hd-images/menuBG.jpg) no-repeat right center; }

/* ============================================================== */
.rightsReserved {
  background-color: #ba884d !important;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;
  font-weight: 500; }

.rightsReserved span {
  padding-left: 10px;
  padding-right: 10px; }

.rightsReserved * {
  color: rgba(255, 255, 255, 0.9) !important; }

.rightsReserved2 {
  background-color: #7f5a2f !important;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 0.01em solid rgba(0, 0, 0, 0.5);
  border-bottom: .01em solid #000;
  box-shadow: 0 -10px 5px -5px rgba(255, 255, 255, 0.4), 0 10px 20px -5px white; }

.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; }

/* ============================================================== */
.child {
  background-color: red;
  color: white;
  text-align: center;
  font-weight: 600;
  padding: 20px 10px;
  line-height: 1.3;
  position: fixed;
  top: 50%;
  left: 98%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px; }

.iFooter2 {
  font-size: 30px !important; }

.topMost {
  background-color: #7f5a2f !important; }

.bodyText {
  padding-top: 40px;
  padding-bottom: 40px; }

.bodyText a {
  text-decoration: none;
  border: none !important;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  color: #333 !important; }

.headline {
  background: #ba884d url(../../hd-images/menuBG.jpg) no-repeat right center;
  border: 0.01em solid rgba(255, 255, 255, 0.75);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 5px;
  color: white;
  margin-top: 50px;
  box-shadow: 3px 3px 3px #ccc; }

.headlineFooter {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ba884d;
  border: 0.01em solid rgba(255, 255, 255, 0.75);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 3px;
  color: white;
  margin-bottom: 100px;
  box-shadow: 3px 3px 3px #ccc; }

.footerTel {
  background: url(../../hd-images/Footer-Top.jpg) no-repeat center fixed;
  padding-top: 100px;
  padding-bottom: 100px; }

.footerTel * {
  color: white; }

.footerTel h2, .footerTel h3 {
  text-align: center !important;
  line-height: 2 !important; }

.footerTel h3 {
  font-size: 50px; }

.footerTel h2 {
  font-size: 70px; }

.breadcrumbOuter {
  box-shadow: inset 0 20px 15px -10px #CCC, inset 0 -20px 25px -10px #CCC;
  background-color: white;
  padding-top: 13px;
  padding-bottom: 1px; }

.breadcrumbOuter a {
  color: #333 !important; }

.gradientWhiteTopBottom {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */ }

.radius20 {
  border-radius: 20px; }

.corrugatedBG {
  background: url(../../hd-images/corrugated-background.jpg) no-repeat left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.corrugatedBG li {
  line-height: 1.5 !important;
  margin-bottom: 15px !important; }

.borderLeft10 {
  border-left: 10px solid #ba884d; }

.imgBG {
  background-color: rgba(255, 255, 255, 0.8);
  border: .01em solid #CCC;
  padding-top: 50px;
  padding-bottom: 50px; }

.bgWhite75 {
  background-color: rgba(255, 255, 255, 0.75); }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate; }

.nav-item.dropdown.dropdown-mega {
  position: static; }
  .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%; }

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none; }
  .navbar-toggler:focus {
    box-shadow: none; }
  .navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right; }
    .navbar-toggler .hamburger-toggle .hamburger {
      position: absolute;
      transform: translate(-50%, -50%) rotate(0deg);
      left: 50%;
      top: 50%;
      width: 50%;
      height: 50%;
      pointer-events: none; }
      .navbar-toggler .hamburger-toggle .hamburger span {
        width: 100%;
        height: 4px;
        position: absolute;
        background: #333;
        border-radius: 2px;
        z-index: 1;
        transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
        left: 0px; }
        .navbar-toggler .hamburger-toggle .hamburger span:first-child {
          top: 10%;
          transform-origin: 50% 50%;
          transform: translate(0% -50%) !important; }
        .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
          top: 50%;
          transform: translate(0, -50%); }
        .navbar-toggler .hamburger-toggle .hamburger span:last-child {
          left: 0px;
          top: auto;
          bottom: 10%;
          transform-origin: 50% 50%; }
      .navbar-toggler .hamburger-toggle .hamburger.active span {
        position: absolute;
        margin: 0; }
        .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
          top: 45%;
          transform: rotate(45deg); }
        .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
          left: 50%;
          width: 0px; }
        .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
          top: 45%;
          transform: rotate(-45deg); }

.icons {
  display: inline-flex;
  margin-left: auto; }
  .icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none; }
    .icons a:hover {
      color: white;
      text-shadow: 0 0 30px white; }

/*# sourceMappingURL=main.css.map */
