@keyframes header {
    from {top: -200px;}
    to {top: 0px;}
  }
  @font-face {
      font-family: 'Montserrat';
      src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
          url('../fonts/Montserrat-Medium.woff') format('woff');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: 'Oswald';
      src: url('../fonts/Oswald-Medium.woff2') format('woff2'),
          url('../fonts/Oswald-Medium.woff') format('woff');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
  }
  h1,h2,h3{
    font-family: Oswald;
  }
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: Montserrat;
  }
  body {
    margin: 0;
    font-family: Montserrat;
    font-size: 15px;
    line-height: 25px;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden],
  template {
    display: none;
  }
  a {
    background-color: transparent;
  }
  a:active,
  a:hover {
    outline: 0;
  }
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
  }
  b,
  strong {
    font-weight: bold;
  }
  dfn {
    font-style: italic;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  mark {
    background: #ff0;
    color: #000;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  figure {
    margin: 1em 40px;
  }
  hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
  }
  pre {
    overflow: auto;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  button {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  input {
    line-height: normal;
  }
  input[type="checkbox"],
  input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  legend {
    border: 0;
    padding: 0;
  }
  textarea {
    overflow: auto;
  }
  optgroup {
    font-weight: bold;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td,
  th {
    padding: 0;
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  a {
    color: #337ab7;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    color: #23527c;
    text-decoration: underline;
  }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  figure {
    margin: 0;
  }
  img {
    vertical-align: middle;
  }
  .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .img-rounded {
    border-radius: 6px;
  }
  .img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  .img-circle {
    border-radius: 50%;
  }
  hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
  [role="button"] {
    cursor: pointer;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (max-width: 768px) {
    .banner .text-box {
      left: 50%;
      width: 90%;
      transform: translate(-50%, -50%);
  }
    section.banner img {
      opacity: 0.3;
      height: 100%;
      object-fit: cover;
  }
  .banner {
    position: relative;
    height: 60vh;
    background-color: #FEFFB3;
  }
    .flex {
      flex-direction: column;
  }
  div#collapsibleNavbar {
    display: none;
  }
  div#collapsibleNavbar {
    position: absolute;
    background-color: #FEFFB3;
    width: 100%;
    left: 0px;
    top: 100%;
  }
  div#collapsibleNavbar ul.navbar-nav li a {
    color: #774E24;
  }
  div#collapsibleNavbar ul li {
  display: block;
  text-align: center;
  margin-top: 10px;
  }
  }
  @media (min-width: 768px) {
    .blr-1{
      border-left: 1px solid #774E24;
      border-right: 1px solid #774E24;
    }
    .bl{
      border-left: 1px dashed;
  }
  .text-right {
    text-align: right;
  }
    button.navbar-toggler {
      display: none;
  }
  
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row-no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  
  @media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
      float: left;
    }
    .col-sm-12 {
      width: 100%;
    }
    .col-sm-11 {
      width: 91.66666667%;
    }
    .col-sm-10 {
      width: 83.33333333%;
    }
    .col-sm-9 {
      width: 75%;
    }
    .col-sm-8 {
      width: 66.66666667%;
    }
    .col-sm-7 {
      width: 58.33333333%;
    }
    .col-sm-6 {
      width: 50%;
    }
    .col-sm-5 {
      width: 41.66666667%;
    }
    .col-sm-4 {
      width: 33.33333333%;
    }
    .col-sm-3 {
      width: 25%;
    }
    .col-sm-2 {
      width: 16.66666667%;
    }
    .col-sm-1 {
      width: 8.33333333%;
    }
    .col-sm-pull-12 {
      right: 100%;
    }
    .col-sm-pull-11 {
      right: 91.66666667%;
    }
    .col-sm-pull-10 {
      right: 83.33333333%;
    }
    .col-sm-pull-9 {
      right: 75%;
    }
    .col-sm-pull-8 {
      right: 66.66666667%;
    }
    .col-sm-pull-7 {
      right: 58.33333333%;
    }
    .col-sm-pull-6 {
      right: 50%;
    }
    .col-sm-pull-5 {
      right: 41.66666667%;
    }
    .col-sm-pull-4 {
      right: 33.33333333%;
    }
    .col-sm-pull-3 {
      right: 25%;
    }
    .col-sm-pull-2 {
      right: 16.66666667%;
    }
    .col-sm-pull-1 {
      right: 8.33333333%;
    }
    .col-sm-pull-0 {
      right: auto;
    }
    .col-sm-push-12 {
      left: 100%;
    }
    .col-sm-push-11 {
      left: 91.66666667%;
    }
    .col-sm-push-10 {
      left: 83.33333333%;
    }
    .col-sm-push-9 {
      left: 75%;
    }
    .col-sm-push-8 {
      left: 66.66666667%;
    }
    .col-sm-push-7 {
      left: 58.33333333%;
    }
    .col-sm-push-6 {
      left: 50%;
    }
    .col-sm-push-5 {
      left: 41.66666667%;
    }
    .col-sm-push-4 {
      left: 33.33333333%;
    }
    .col-sm-push-3 {
      left: 25%;
    }
    .col-sm-push-2 {
      left: 16.66666667%;
    }
    .col-sm-push-1 {
      left: 8.33333333%;
    }
    .col-sm-push-0 {
      left: auto;
    }
  }
  @media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: left;
    }
    .col-md-12 {
      width: 100%;
    }
    .col-md-11 {
      width: 91.66666667%;
    }
    .col-md-10 {
      width: 83.33333333%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-8 {
      width: 66.66666667%;
    }
    .col-md-7 {
      width: 58.33333333%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-5 {
      width: 41.66666667%;
    }
    .col-md-4 {
      width: 33.33333333%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-2 {
      width: 16.66666667%;
    }
    .col-md-1 {
      width: 8.33333333%;
    }
  }
  @media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      float: left;
    }
    .col-lg-12 {
      width: 100%;
    }
    .col-lg-11 {
      width: 91.66666667%;
    }
    .col-lg-10 {
      width: 83.33333333%;
    }
    .col-lg-9 {
      width: 75%;
    }
    .col-lg-8 {
      width: 66.66666667%;
    }
    .col-lg-7 {
      width: 58.33333333%;
    }
    .col-lg-6 {
      width: 50%;
    }
    .col-lg-5 {
      width: 41.66666667%;
    }
    .col-lg-4 {
      width: 33.33333333%;
    }
    .col-lg-3 {
      width: 25%;
    }
    .col-lg-2 {
      width: 16.66666667%;
    }
    .col-lg-1 {
      width: 8.33333333%;
    }
  }
  .clearfix:before,
  .clearfix:after,
  .container:before,
  .container:after,
  .container-fluid:before,
  .container-fluid:after,
  .row:before,
  .row:after {
    display: table;
    content: " ";
  }
  .clearfix:after,
  .container:after,
  .container-fluid:after,
  .row:after {
    clear: both;
  }
  .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .hide {
    display: none !important;
  }
  .show {
    display: block !important;
  }
  .invisible {
    visibility: hidden;
  }
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .hidden {
    display: none !important;
  }
  .affix {
    position: fixed;
  }
  a:hover{
    text-decoration: none;
  }
  /*---------------mine css*/
  header {
    position: fixed;
    top: 0px;
    z-index: 1;
    width: 100%;
}
.header-box:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 90%;
  height: 100%;
  background-color: #774E24;
  border-radius: 0px 0px 0px 50px;
}

.header-box {
  position: relative;
}
  ul.navbar-nav {
    text-align: right;
    padding-left: 0px;
  }
  ul.navbar-nav li {
    list-style: none;
    display: inline-block;
    font-size: 18px;
    padding: 0px 14px;
  }
  ul.navbar-nav li a {
    color: #fff;
  }
  nav.navbar.navbar-expand-md {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  button.navbar-toggler {
    background-color: #774E24;
    border: unset;
  }
  a.navbar-brand img {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .banner {
    position: relative;
  }
  .text-box {
    position: absolute;
    top: 50%;
    left: 15%;
    max-width: 600px;
    width: 100%;
    transform: translate(-0%, -50%);
  }
  img{max-width: 100%;}
  
  /* li.nav-item.contact a {
    color: #000;
  }
  
  li.nav-item.contact {
    position: relative;
    z-index: 0;
  }
  li.nav-item.contact:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -30px;
    background-color: #FEFFB3;
    width: 100%;
    height: 100px;
    z-index: -1;
  } */
  .flex {
    display: flex;
    align-items: center;
  }
  .text-center{
    text-align: center;
  }
  a.button:hover {
    background-color: #FEFFB3;
    border: 1px solid #774E24;
    color: #774E24;
  }
  .gall img {
    /* width: 180px; */
    /* border: 2px solid #6f0d26; */
    display: inline-block;
    /* height: 180px; */
    object-fit: contain;
    border-radius: 50px 0px;
    margin: 0px 30px;
}
.br-1{
  border-radius: 0px 100px;
}
.write-to-us {
  position: relative;
  background-color: #774E24;
}
.write-to-us:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  background-color: #feffb3;
  border-radius: 0px 0px 130px 0px;
}
.write-to-us p {
  color: #774E24;
}
  a.button {
    background-color: #774E24;
    color: #fff;
    padding: 12px 22px;
    display: block;
    width: fit-content;
    border-radius: 26px;
    border: 1px solid;
  }
  a.button.sec:hover {
    background-color: #774E24;
    border: 1px solid #FEFFB3;
    color: #fff;
  }
  
  a.button.sec {
    background-color: #FEFFB3;
    color: #fff;
    padding: 12px 22px;
    display: block;
    width: fit-content;
    border-radius: 26px;
    border: 1px solid;
  }
  .title {
    font-size: 3rem;
    color: #774E24;
    /* text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; */
    line-height: 6rem;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  h2.p-title {
    font-size: 35px;
    line-height: 50px;
    color: #774E24;
}
  .section{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  section#feature {
    color:#000;
    position: relative;
  }
  section#feature:before {
    background-image: url("https://usbdvd.mindpath.tech/images/product-img.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom left;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 0.2;
  }
  section.aaa{
    background-color: #774E24;
    position: relative;
  }
  section.aaa:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #feffb3;
    width: 90%;
    height: 100%;
    border-radius: 0px 130px 0px 0px;
}
  footer ul li:first-child {
    border: unset;
  }
  
  footer ul li a {
    color: #fff;
  }
  footer ul li {
    display: inline-block;
    padding: 0px 7px;
    border-left: 1px solid;
  }
  footer ul {
    padding-left: 0px;
    list-style: none;
  }
  footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: #fff;
    position: relative;
}
footer:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 90%;
  z-index: -1;
  height: 100%;
  background-color: #774E24;
  border-radius: 0px 100px 0px 0px;
}
footer .container {
    background-color: #774E24;
    padding-top: 3rem;
    padding-bottom: 2rem;
    border-radius: 134px;
}
  footer p {
    margin-bottom: 0px;
    color: #feffb3;
  }
  footer ul li a:hover {
    color: #FEFFB3;
  }
  footer img {
    margin-bottom: 16px;
  }
  .logo-box img {
    background-color: #feffb3;
    margin: 8px;
    border-radius: 10px;
    animation: mymove 30s infinite;
  }
  .logo-box:hover img{
    animation-play-state: paused;
  }
  .logo-box {
    display: flex;
    overflow: hidden;
  }
  @keyframes mymove {
    from {transform: translateX(-0%);}
    50% {transform: translateX(-300%);}
    to {transform: translateX(-0%);}
  }
  .product-gall img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border: 2px solid #774E24;
    border-radius: 8px;
    padding: 6px;
    cursor: pointer;
    margin-bottom: 10px;
  }
  
  .product-gall {
    display: flex;
    justify-content: space-between;
  }
  .single-product-img {
    border: 2px solid #774E24;
    border-radius: 10px;
    margin-bottom: 8px;
    background-color: #f7f7f7;
    width: 77%;
  }
  .single-product-img img {
    width: 100%;
    object-fit: contain;
    height: 395px;
    border: unset;
  }
  table td {
    border: 0px solid;
    padding: 4px 8px;
  }
  table{
    margin-top: 15px;
    width: 100%;
  }
  .mb-0{
    margin-bottom:0px;
  }
  .mt-0{
    margin-top:0px;
  }
  /* table tr:first-child {
    background-color: #FEFFB3;
  } */
  .product-details-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 18px;
    border: 2px solid #774E24;
    margin-top: 2rem;
  }
  .product-details-box h2 {
    color: #774E24;
  }
  /* section#feature .title {
    font-size: 22px;
    line-height: 36px;
  } */
  section#feature p {
    text-align: justify;
  }
  .features {
    border-bottom: 1px dashed;
    margin-bottom: 10px;
  }
  .features b {
    color: #774E24;
  }
  
  
 @media screen and (max-width: 992px) {
  nav.navbar.navbar-expand-md {
    padding-left: 50px;
}
section.banner {
    height: 100vh;
    background-color: #feffb3;
}
section.aaa:before,.write-to-us:before,footer:before {
    width: 99%;
}
.section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.title {
    line-height: 36px !important;
}
}