@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Oswald:wght@200;300;400;500;600;700&display=swap');



/*[ General ] */

a {
text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
  color: #000 !important;
  }

html {

  height: 100%;

}

.modal-title {
  font-size: 1em;
  font-weight: 600;

}

 /*Gallery Start */
 
 #gallery-main {
  padding: 150px 100px;
  background-color: #E7D5BE;
 }

#gallery-main h4{
  font-size: 2em;
    font-weight: 700;
    text-align: center;
}

main{
  width: 100%;
  margin-top: 40px;
}

.box{
width: 20%;
float: left;
padding: 7px;
padding-left: 10px;  
display: block;
margin-top: 30px;

}

#gallery-main img {
width: 159px !important;
height: 195px !important;
border-radius: 4px;

}

#gallery-main img:hover{
transform: scale(1.3,1.3);
transition: .3s transform;

}
  /*Gallery End */



body {

  font-family: "Open Sans", sans-serif;

  font-size: .8rem;

  font-weight: 400;

  color: #626262;

  background-color: #fff;

  min-height: 100%;

  overflow-x: hidden;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: 'Open Sans';

  margin-top: 0;

  font-weight: 500;

  /*text-transform: uppercase;*/

}



h1,

.h1 {

  font-size: 2.25rem;

}



h2,

.h2 {

  font-size: 1.875rem;

}



h3,

.h3 {

  font-size: 1.5rem;

}



h4,

.h4 {

  font-size: 1.125rem;

}



h5,

.h5 {

  font-size: 0.875rem;

}



h6,

.h6 {

  font-size: 0.75rem;

}



a:hover,

a:active,

a:focus {

  text-decoration: none;

  outline: none;

}



hr {

  border-top: 1px solid #d6d6d6;

}



dl,

ol,

ul {

  margin-left: 0;

  padding: 0;

  list-style: none;

}



input,

button,

a {

  transition: all 0.4s ease;

  -moz-transition: all 0.4s ease;

  -o-transition: all 0.4s ease;

  -ms-transition: all 0.4s ease;

  -webkit-transition: all 0.4s ease;

}



input,

input:focus,

button,

button:focus {

  outline: none;

}



input[type="file"] {

  height: auto;

}



input[type=text],

input[type=password] {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}



textarea.form-control {

  resize: vertical;

}



label.col-form-label {

  font-weight: 600;

  line-height: 1.2;

}



section {

  padding: 25px 0;

}

body::-webkit-scrollbar-track,

.scrollbar::-webkit-scrollbar-track {

  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  border-radius: 5px;

  background-color: #F5F5F5;

}



body::-webkit-scrollbar,

.scrollbar::-webkit-scrollbar {

  width: 10px;

  background-color: #F5F5F5;

}



body::-webkit-scrollbar-thumb,

.scrollbar::-webkit-scrollbar-thumb {

  border-radius: 5px;

  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);

  background-color: #acacac;

}

img {

  height: auto;

  max-width: 100%;

}

p {

  color: #626262;

}



/*[ Brand Color ]*/

.text-black {

  color: #000 !important;

}

.txtclr-1 {

  color: #d03838 !important;

}

.txtclr-2 {

  color: #e46445 !important;

}

.txtclr-yellow {

  color: #f5bc42 !important;

}

.bgclr-1 {

  background-color: #d03838 !important;

}

.bgclr-2 {

  background-color: #e46445 !important;

}

.bg-gray {

  background-color: #f6f6f6 !important;

}

.bg-dark-gray {

  background: #252525 !important;

}

.bg-mid-gray {

  background-color: #6b6b6b !important;

}

.bg-light-gray {

  background-color: #f4f4f4 !important;

}

.bg-black {

  background-color: #000 !important;

}

.bg-dark-yellow {

  background-color: #ffcc33 !important;

}

.bg-yellow {

  background-color: #f5bc42 !important;

}

.bg-red {

  background-color: #ff0000 !important;

}

.bg-light-pink-2 {

  background: #ffeeec !important
}

.bg-light-pink-3 {

  background: #fee4c9 !important
}

/*[ Button Classes ]*/

.btn1 {

  border-color: transparent;

  background-color: rgb(252, 136, 35);

  outline: none;

  border-radius: 3px;

}

.btn1:hover {

  background-color: rgb(255, 174, 73);

}

.outline-btn1 {

  border-color: rgb(252, 136, 35);

  background-color: transparent;

  outline: none;

  border-radius: 3px;

}

.outline-btn1:hover {

  background-color: rgb(255, 174, 73);

}



.btn2 {

  border-color: transparent;

  background-color: #d03838;

  outline: none;

  border-radius: 3px;

  color: #fff;

}

.btn2:hover {

  background-color: #000;

  color: #fff;

}

.btn2.btn-lg {

  padding: .6rem 1.5rem;

}

.btn-black {

  background-color: #000;

  border: 2px solid #000;

  color: #fff;

  display: inline-block;

  padding: .5rem 1.2rem;

  font-size: 12px;

}

.btn-black:hover {

  border: 2px solid #000;

  color: #000;

  background-color: transparent;

}

.highlight-btn {

  border: 2px solid #000;

  display: inline-block;

  padding: .5rem 1.2rem;

  font-size: 12px;

  color: #000;

  background-color: transparent;

}

.highlight-btn:hover {

  background-color: #000;

  border: 2px solid #000;

  color: #fff;

}
.btn.btn-brown {
    background-color: #412404;
    color: #fff;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 90%;
}
.btn.btn-brown:hover {
    background-color: #06575a;
    color: #fff !important;
}
.btn-sm {

  font-weight: 600;

  padding: .3rem .9rem;

  text-transform: uppercase;

}

.btn-lg {

  font-weight: 600;

  padding: .5rem 2rem;

  text-transform: uppercase;

  font-size: 16px;

}

/*[ Helper Classes ]*/

.radius-0 {

  border-radius: 0 !important;

}

.separator-line {

  height: 2px;

  margin: 0 auto;

  width: 30px;

  margin: 7% auto;

}

.letter-spacing-1 {

  letter-spacing: 1px;

}

.form-control {

  border-color: #e3e3e3;

  box-shadow: none;

  font-size: 15px;

  height: 44px;

  border-radius: 0;

}

.cst-arrow {

  border: solid black;

  border-width: 0 3px 3px 0;

  display: inline-block;

  padding: 3px;

}



.cst-arrow-right {

  transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);

}



.cst-arrow-left {

  transform: rotate(135deg);

  -webkit-transform: rotate(135deg);

}



.cst-arrow-up {

  transform: rotate(-135deg);

  -webkit-transform: rotate(-135deg);

}



.cst-arrow-down {

  transform: rotate(45deg);

  -webkit-transform: rotate(45deg);

}

/*Modal*/

.modal {

  -webkit-overflow-scrolling: touch;

}

.modal-footer.text-center {

  justify-content: center;

}

.modal-footer.text-left {

  justify-content: flex-start;

}

.modal-dialog.modal-md {

  max-width: 600px;

}

.custom-modal .modal-content {

  border: 0;

  border-radius: 0;

}

.custom-modal .modal-footer {

  border: 0;

}

.custom-modal .modal-header {

  border: 0;

  justify-content: center;

  padding: 30px 30px 0;

}

.custom-modal .modal-footer {

  border: 0;

  justify-content: center;

  padding: 0 30px 30px;

}

.custom-modal .modal-body {

  padding: 30px;

}

.custom-modal .close {

  background-color: #000;

  border-radius: 50%;

  color: var(--white);

  font-size: 19px;

  width: 30px;

  height: 30px;

  line-height: 30px;

  margin: 0;

  opacity: 1;

  padding: 0;

  position: absolute;

  right: 10px;

  top: 10px;

  z-index: 99;

}

.custom-modal .modal-title {

  font-size: 22px;

}

.modal-backdrop.show {

  opacity: 0.4;

  -webkit-transition-duration: 400ms;

  transition-duration: 400ms;

}

.modal .card {

  box-shadow: unset;

}

body.modal-open {

  padding-right: 0 !important;

}



/*Nav Tabs*/

.nav-tabs .nav-link {

  border-radius: 0;

}

.nav-tabs>li>a {

  margin-right: 0;

  color: #888;

  border-radius: 0;

}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {

  background-color: #eee;

  border-color: transparent;

  color: #333;

}

.nav-tabs.nav-justified>li>a {

  border-radius: 0;

  margin-bottom: 0;

}

.nav-tabs.nav-tabs-black>li>a {

  background-color: transparent;

  border-color: #000;

  color: #000;

  font-size: 16px;

  line-height: 1;

  font-weight: 600;

  padding: .8rem 1rem;

  border-color: #000 !important;

}

.nav-tabs.nav-justified>li>a:hover,

.nav-tabs.nav-justified>li>a:focus {

  border-bottom-color: #ddd;

}

.nav-tabs.nav-justified.nav-tabs-solid>li>a {

  border-color: transparent;

}

.nav-tabs.nav-tabs-solid>li>a {

  color: #333;

}

.nav-tabs.nav-tabs-solid>li>a.active,

.nav-tabs.nav-tabs-solid>li>a.active:hover,

.nav-tabs.nav-tabs-solid>li>a.active:focus {

  background-color: #ff9b44;

  border-color: #ff9b44;

  color: #fff;

}

.nav-tabs.nav-tabs-black>li>a.active,

.nav-tabs.nav-tabs-black>li>a.active:hover,

.nav-tabs.nav-tabs-black>li>a.active:focus {

  background-color: #000;

  color: #fff;

}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded {

  border-radius: 50px;

}



.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a {

  border-radius: 50px;

}



.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active,

.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:hover,

.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:focus {

  border-radius: 50px;

}

.nav-tabs-justified>li>a {

  border-radius: 0;

  margin-bottom: 0;

}

.nav-tabs-justified>li>a:hover,

.nav-tabs-justified>li>a:focus {

  border-bottom-color: #ddd;

}

.nav-tabs-justified.nav-tabs-solid>li>a {

  border-color: transparent;

}

.tab-content {

  padding-top: 20px;

}

/** Top Contact **/
.top-contact{
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: -30px !important;
}

/*[ Header ]*/

.header {

  transition: all 0.5s;

  min-height: 90px;

  position: absolute;

  width: 100%;

  top: 0;

  right: 0;

  left: 0;

  z-index: 999;

}

.header>.container {

  /*background-color:rgba(210, 172, 127, 0.6); */

  padding-top: 20px;

  padding-bottom: 5px;

  max-width: 88%;

}

.header.sticky-header {

  background-color: #d2ac7f;

  position: fixed;

  width: 100%;

  top: 0;

  z-index: 999;

  top: -170px;

  left: 0;

  right: 0;

  transition: 0.4s top cubic-bezier(.3, .73, .3, .74);

  min-height: 70px;

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.header.sticky-header>.container {

  padding: 10px 0;

}

body.down .header.sticky-header {

  top: 0;

}

.header.overlay-header {

  z-index: 9999;

}

.stickyhead-logo img {

  max-width: 200px;

}



/*[ Navigation Menu ]*/

.header .navbar {

  float: right;

}

/*.header.sticky-header .navbar {*/
/*  float: left;*/
/*}*/

.header .navbar .nav-menu {

  /* margin-top: 80px; */

}

/*.header.sticky-header .navbar .nav-menu {*/

/*  margin-top: 60px;*/

/*}*/

.header.sticky-header .navbar .nav-menu .fico_Logo {

  top: 0;

}

.header.sticky-header .stickyhead-logo {

  text-align: right;

  display: block;

}

.header.sticky-header .stickyhead-logo img {

  max-width: 200px;

}

.nav-menu,
.nav-menu * {

  margin: 0;

  padding: 0;

  list-style: none;

}

.nav-menu a {

  display: block;

  position: relative;

  color: #000;

  padding: 0;

  transition: 0.3s;

  font-size: .8rem;

}

.nav-menu ul {

  border-radius: 0px;

}

.nav-menu>ul>li {

  position: relative;

  white-space: nowrap;

  margin: 0;

  padding: 0 10px;

  display: inline-block;

}

.nav-menu>ul>li>a {

  font-weight: 700;

  text-transform: uppercase;

  padding: 0;

}

.nav-menu>ul>li:before {

  content: "";

  position: absolute;

  top: 5%;

  left: 0;

  width: 2px;

  height: 90%;

  background-color: #297f88;

}

.nav-menu>ul>li:first-child:before {

  display: none;

}

.nav-menu>ul>li>a:after {

  content: "";

  position: absolute;

  bottom: -5px;

  left: 0;

  width: 100%;

  height: 2px;

  background-color: #000;

  display: none;

}

.nav-menu>ul>li:hover>a:after {

  display: block;

}



/*Home Banner*/

#herobanner {
  overflow: hidden !important;
  height: 100vh !important;
  width: 100% !important;
}

.herobanner-slider {

  padding: 0;

  height: 100vh;

}



.herobanner-slider .slick-slide {

  background-position: center top;

  background-repeat: no-repeat;

  background-size: cover;
  
  width: 100% !important;

  height: 100vh;

  position: relative;

}

.product-slider .slick-arrow,

.jQuery-slider .slick-arrow,

.herobanner-slider .slick-arrow {

  position: absolute;

  z-index: 99;

  top: 50%;

  margin-top: -30px;

  width: 30px;

  height: 50px;

  line-height: 1;

  border-radius: 5px;

  background-color: transparent;

  border: 0;

  color: #000;

  opacity: 0.5;

  padding: 0;

  font-size: 0;

  text-align: center;

  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.product-slider .slick-arrow:hover,

.jQuery-slider .slick-arrow:hover,

.herobanner-slider .slick-arrow:hover {

  opacity: 1;

}

.product-slider .slick-arrow:before,

.jQuery-slider .slick-arrow:before,

.herobanner-slider .slick-arrow:before {

  border: solid #000;

  border-width: 0 3px 3px 0;

  display: inline-block;

  padding: 10px;

}

.product-slider .slick-arrow:hover:before,

.jQuery-slider .slick-arrow:hover:before,

.herobanner-slider .slick-arrow:hover:before {

  border: solid #000;

  border-width: 0 3px 3px 0;

}

.product-slider .slick-arrow.slick-prev,

.jQuery-slider .slick-arrow.slick-prev,

.herobanner-slider .slick-arrow.slick-prev {

  left: 1.5rem;

}

.product-slider .slick-arrow.slick-prev:before,

.jQuery-slider .slick-arrow.slick-prev:before,

.herobanner-slider .slick-arrow.slick-prev:before {

  content: "";

  transform: rotate(135deg);

  -webkit-transform: rotate(135deg);

}

.product-slider .slick-arrow.slick-next,

.jQuery-slider .slick-arrow.slick-next,

.herobanner-slider .slick-arrow.slick-next {

  right: 1.5rem;

}

.product-slider .slick-arrow.slick-next:before,

.jQuery-slider .slick-arrow.slick-next:before,

.herobanner-slider .slick-arrow.slick-next:before {

  content: "";

  transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);

}



/*Breadcrumb Bar*/

.breadcrumb-bar {

  font-size: .7rem;

}

.breadcrumb-bar .breadcrumb {

  background-color: transparent;

  padding: 0;

  margin: 0;

}

.breadcrumb-bar .breadcrumb a {

  color: #000;

}



/*About Brand*/

.aboutbrand {

  background-image: url(../img/home/60yrs-logo.png);

  background-repeat: no-repeat;

  background-position: left top;

}

.aboutbrand h1 {

  font-weight: 400;

  font-size: 2rem;

}

.aboutbrand p {

  font-size: 1rem;

  color: #000;

}



/*Products Bar*/

.productsbar .prod-img img {

  height: 150px;

}

.productsbar h4 {

  font-size: 15px;

  color: #000;

  margin: 5px 0;

  font-weight: 600;

}

.ctabar {

  background-image: url(../img/home/cta-bar-bg.jpg);

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

}

.ctabar .container {

  border: 2px dashed #fff;

  background-color: rgba(255, 255, 255, 0.6);

  position: relative;

}

.ctabar .container a {

  color: #074f5d;

}

.ctabar .container h5 {

  font-weight: bold;

}



.ctabar .container:before,
.ctabar .container:after {

  z-index: -1;

  position: absolute;

  content: "";

  bottom: 15px;

  left: 10px;

  width: 50%;

  top: 80%;

  max-width: 300px;

  background: #000;

  -webkit-box-shadow: 0 15px 10px #000;

  -moz-box-shadow: 0 15px 10px #000;

  box-shadow: 0 15px 10px #000;

  -webkit-transform: rotate(-3deg);

  -moz-transform: rotate(-3deg);

  -o-transform: rotate(-3deg);

  -ms-transform: rotate(-3deg);

  transform: rotate(-3deg);

}

.ctabar .container:after {

  -webkit-transform: rotate(3deg);

  -moz-transform: rotate(3deg);

  -o-transform: rotate(3deg);

  -ms-transform: rotate(3deg);

  transform: rotate(3deg);

  right: 10px;

  left: auto;

}



/*[ Footer ]*/



/*Customer Support*/

.customer-support h3 {

  font-size: 1rem;

  color: #000;

  font-weight: 700;

  margin-bottom: 1rem;

  text-align: center;

}

.supportblock {

  text-align: center;

  border-right: 1px solid #dee2e6;

  padding: 1rem;

}

.supportblock:last-child {

  border-right: 0;

}

.supportblock a {

  color: #000;

}

.supportblock .iconify {

  font-size: 2rem;

  margin-bottom: .5rem;

}

.supportblock p {

  text-transform: uppercase;

  margin-bottom: 0;

}



/*Copyright*/

.copyright-text p {

  margin: 0;

  font-size: .7rem;

}

.copyright-text p.textlarge {

  font-size: .9rem;

  margin-bottom: .4rem;

}

.copyright-text p a {

  color: #000;

  margin-right: .8rem;

}

/*Social Icons*/

.social-icons {

  text-align: right;

}

.social-icons a {

  color: #000;

  margin: 0 1rem;

  font-size: 22px;

}

.social-icons a:hover {

  color: #868686;

}

.footer-logo {

  max-width: 100px;

}



.copyright-bar {

  background-color: #074f5d;

  color: #fff;

}

@media only screen and (max-width: 600px) {

  .navbar-brand {

    position: relative;

    left: 10px;

    top: 0px;

    margin-bottom: 20px;

  }

  .stickyhead-logo img{
    width: 120px;
    margin-bottom: 30px;
  }

  .top-contact{
    font-size: 0.8rem;
  }

  #herobanner{
    width: 100%;
    height: auto !important;
  }

  .herobanner-item{
    background-size: 100%;
  }

  .fico_Logo {

    position: relative !important;

  }

  .innerPage .header .navbar .nav-menu {

    margin-top: 0 !important;

  }

  .navbar-toggler {

    position: absolute;

    right: 0;

    top: 0;

    z-index: 2
  }

  .navbar-brand a {

    font-size: 14px
  }

  .stickyhead-logo img {

    max-width: 190px;

  }

  .header .navbar .nav-menu {

    margin-top: 120px;

    background: #d2ac7f;

  }

  .header .navbar {

    width: 100%;

    padding-left: 0;

    padding-right: 0;

  }

  .header>.container {

    max-width: 100%;

    padding-left: 0;

    padding-right: 0;

  }

  .nav-menu>ul>li:before {

    display: none;

  }

  .nav-menu>ul>li>a {

    padding: 10px 0;

  }

  .nav-menu ul {

    padding-bottom: 20px;

  }

  .header.sticky-header {

    min-height: 120px;

  }

  .copyright-text p a {

    margin-right: .8rem;

    margin-bottom: 10px;

    display: inline-block;

    padding: 0 6px;

  }

  .aboutbrand h1 {

    margin-top: 12rem;

  }

}

.fico_Logo {

  display: flex;

  position: absolute;

  top: 10px;

}

.fico_Logo img {

  max-width: 220px;

}

.navbar-brand a {

  font-size: 16px
}

.innerPage {

  padding-top: 153px
}

.innerPage .header .navbar .nav-menu {

  /* margin-top: 80px; */

}

.innerPage header {

  background: #d2ac7f;

}

.innerPage header:after {

  width: 100%;

  content: "";

  height: 50px;

  background: url(../img/header-shaddow.png);

  position: absolute;

  left: -22%;

  background-repeat: no-repeat;

  background-size: contain;

}

.box_Logo {

  max-width: 230px
}

.aboutPage {

  background: url(../img/aboutBG.jpg);

  background-size: cover;

}

.aboutPage-content {

  padding-top: 0;

}

.aboutPage-content,

.aboutPage-content h2 {

  font-family: "Open Sans", sans-serif;

}

.aboutPage-content h2 {

  color: #005387;

  margin-bottom: 1rem
}

.aboutPage-content p {

  font-size: 16px;

  color: #000;

  line-height: 1.8;

}

.aboutPage-content .container .transparentWhite {

  background: rgba(255, 255, 255, 0.7);

  padding: 2rem 8rem 2rem 5rem
}

.subsidieriesRow {

  background: transparent;

}

.subsidieriesRow ul {

  display: flex;

  align-items: center;

  margin-bottom: 0;

  max-width: 100%;

  overflow: auto;

}

.subsidieriesRow ul li {

  display: inline-flex;

  color: #fff;

  margin: 0 1rem;

  font-weight: 800;

  letter-spacing: 0.8px;

  font-size: 0.95rem;

  white-space: nowrap;

}

.subsidieriesRow ul li.dots:before {

  content: "";

  width: 12px;

  height: 12px;

  background: #fff;

  border-radius: 100%;

  position: relative;

  top: 6px;

  right: 1.1rem;

}

.aboutSixty {

  position: absolute;

  right: 0;

  bottom: 0;

  max-width: 120px;

  height: auto;

}

@media (max-width: 600px) {

  .aboutPage-content .container .transparentWhite {

    padding: 2rem 1rem 2rem 1rem;

  }

  .productBox h4 {

    line-height: 1.5;

  }

  .aboutSixty {

    position: relative;

  }

  .innerPage header:after {

    display: none;

  }

}

.pageBanner {

  position: relative;

}

.pageBanner h2 {

  position: absolute;

  bottom: 8px;

  left: 0;

  z-index: 2;

  text-align: center;

  right: 0;

  color: #fff;

  text-transform: uppercase;

  text-shadow: 6px 6px 4px #000000ab;

  font-weight: 600;

  font-size: 2.8rem;

  letter-spacing: 0.7px;

}

.yellowStrip {

  position: relative;

  background: rgb(255 138 0 / 44%)
}

.yellowStrip p {

  color: #000;

  font-weight: 600;

  margin-bottom: 0;

  padding-top: 1.2rem;

  padding-bottom: 0.5rem;

  font-size: 1rem;

}

.productPage {

  background: url(../img/productBG.jpg);

  background-size: 100% auto;

  background-repeat: no-repeat;

}

.sixtyLogos img {

  position: absolute;

  right: 6rem;

  max-width: 120px;

  height: auto;

  bottom: -50px;

}

.uprCase {

  text-transform: uppercase;

}

.productsTab ul.nav {

  margin: 35px auto 15px;

  justify-content: center;

  flex-wrap: nowrap;

  overflow-y: auto;

}

.productsTab ul.nav li {

  border-right: 2px solid #000;

  white-space: nowrap;

}



.productsTab ul.nav li a {

  padding: 0 2rem;

  color: #3c2307;

  font-weight: bold;

}

.productsTab ul.nav li a:hover,

.productsTab ul.nav li.active a {

  color: #fff
}

.productsList .product-box .imgCOntainer {

  background: #fff;

  padding: 0.5rem;

  min-height: 250px;

  display: flex;

  align-items: center;

  justify-content: center;



}

.product-box {

  margin-bottom: 35px;

}

.product-box p {

  font-weight: bold;

  color: #3c2307
}

@media (max-width: 600px) {

  .productsTab ul.nav {

    justify-content: flex-start;

  }

  .productsTab ul.nav li a {

    padding: 0 10px;

  }

  .sixtyLogos img {

    position: relative;

    right: 0;

    max-width: 80px;

    height: auto;

    bottom: 0;

    left: 6rem;

  }

  .pageBanner h2 {

    font-size: 1.8rem;

    bottom: 2px;

  }

}

.productBox,

.contactContent {

  background: rgb(255 255 255 / 63%);

}

.productBox h4 {

  text-align: center;

  color: #000;

  letter-spacing: 8px;

  padding: 5px 15px 12px;

  /*font-family: 'Old Standard TT', serif;*/



}

.jGreenbox {

  background: #06575a;

  color: #fff;

  padding: 10px 15px;

}

ul.productFeature {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

}

ul.productFeature li {

  display: flex;

  flex: 0 0 50%;

  max-width: 50%;

  position: relative;

  -ms-flex: 0 0 50%;

  font-weight: 600;

  margin-bottom: 8px;

}

ul.productFeature li:after {

  content: "";

  width: 5px;

  height: 5px;

  position: relative;

  background: #fff;

  border-radius: 100%;

  top: 9px;

  margin: 0 10px;

}

ul.productFeature li:nth-child(even) {

  justify-content: flex-start;

  flex: 0 0 40%;

  max-width: 40%;

}

ul.productFeature li:nth-child(odd) {

  justify-content: flex-end;

  flex: 0 0 60%;

  max-width: 60%;

}

ul.productFeature li:nth-child(even):after {

  display: none;

}

.pDiscription ul li {

  position: relative;

  margin-bottom: 7px;

  font-size: 1.1rem;

  color: #3c2307
}

.pDiscription ul li:before {

  content: "";

  width: 8px;

  height: 9px;

  position: absolute;

  background: #b9790a;

  left: -15px;

  top: 9px;

  /* border-radius: 100%; */



}

.productBox .pDiscription h3 {

  text-align: left;

  color: #00999f;

  line-height: 1.2;

  font-weight: bold;

  font-size: 2rem;

  border-top: 2px dashed #00999f;

  border-bottom: 2px dashed #00999f;

  padding: 7px 0;

}

.productBox .pDiscription h6 {

  font-size: 1.2rem;

  letter-spacing: 2px;

}

.pDiscription {

  padding: 20px 15px;

}

.technicalData p {

  letter-spacing: 4px;

  font-size: 0.95rem;

  margin-bottom: 5px;

  text-align: center;

}

.technicalData table {

  width: 100%
}

.technicalData th,

.technicalData tr td {

  background: #f0e0c2;

  border-top: 1px solid #000;

  padding: 5px 2px;

  font-size: 0.6rem
}

.technicalData tr:nth-child(even) td {

  background: #dad6c7
}

.productList.row {

  display: flex;

  align-items: center
}

.productBox hr {

  border: none;

  border-bottom: 2px dashed #00999f;

  max-width: 97%;

  margin: 1rem auto;

}

@media (max-width: 600px) {

  ul.productFeature li:nth-child(odd),

  ul.productFeature li:nth-child(even) {

    flex: 0 0 100%;

    max-width: 100%;

    -ms-flex: 0 0 100%;

  }

  ul.productFeature li:nth-child(even):after,

  ul.productFeature li:nth-child(odd):after {

    display: none;

  }

  ul.productFeature li:nth-child(odd) {

    justify-content: flex-start;

  }

  .productBox .pDiscription h3 {

    font-size: 1.8rem;

  }

  .pDiscription ul {

    padding-left: 18px;

  }

}

@media (min-width: 601px) and (max-width: 1024px) {

  .header>.container>.row>.col-sm-3 {}

  .header>.container>.row>.col-sm-7 {

    -ms-flex: 0 0 57.333333%;

    flex: 0 0 57.333333%;

    max-width: 57.333333%;

  }

  .header>.container>.row {

    flex-wrap: nowrap;

  }

  .header>.container>.row>.col-sm-3 {

    order: 1;

    -ms-flex: 0 0 24%;

    flex: 0 0 24%;

    max-width: 24%;

  }

  .nav-menu a {

    font-size: .5rem;

  }

  .nav-menu>ul>li {

    padding: 0 5px;

  }

  /* .header>.container>.row>.col-sm-7{

  order: 2;

  -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

 }*/

  .box_Logo {

    max-width: 170px;

  }

  .stickyhead-logo img {

    max-width: 120px;

  }

  .navbar-brand a {

    font-size: 12px;

  }

  .fico_Logo {

    display: none;

  }

  .innerPage .header .navbar .nav-menu {

    margin-top: 20px;

    margin-bottom: 15px;

  }

  .product .col-md-10.offset-md-1 {

    margin-left: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

  }

  .sixtyLogos img {

    position: absolute;

    right: 1rem;

    max-width: 90px;

    height: auto;

    bottom: -30px;

  }

}

.productBox .jGreenbox h4 {

  color: #fff;

  padding-bottom: 0;

}

.productList .uses {

  font-weight: 600
}

/*.jquery .pImg{

  border: 2px solid #fff;

}*/

.note {

  color: #5d2d21
}

.productBox .pDiscription h3 {

  display: inline-block;

  font-size: 1.5rem;

}

.stitcher_product .ModelData table {

  min-width: 220px
}

.stitcher_product .ModelData table th {

  color: #00acae;

  min-width: 48%;

}

.clinchCapacity,

.stitcher_product .ModelData table th {

  color: #00999f;

  font-size: 20px;

  text-transform: uppercase;

  font-weight: 600
}

.clinchCapacity {

  margin: 15px 0;

  color: #626262;

}

.stitcher_product .pImg {

  padding: 2rem
}

ul.productFeature.stitcherFeatures li {

  margin-right: 0;

}

ul.productFeature.stitcherFeatures li:nth-child(odd),

ul.productFeature.stitcherFeatures li:nth-child(even) {

  justify-content: flex-start;

  flex: 0 0 auto;

  max-width: 100%;

}

ul.productFeature.stitcherFeatures li:last-child:after {

  display: none;

}

ul.productFeature.stitcherFeatures li:nth-child(even):after {

  display: inline-block;

}

.sPartlist .spImg {

  padding: 0.5rem
}

.sPartlist ul {

  padding-top: 1rem
}

.row.sPartlist {

  margin-top: 20px;

  margin-bottom: 20px;

}

.sPartlist ul li {

  font-size: 16px;

}

.sPartlist ul li span {

  margin-right: 12px;

}

.contactPage {

  background: url(../img/contactBG.png);

}

.contactContent p {

  font-weight: 600;

  text-align: right;

  font-size: 0.9rem;

  font-weight: 500;

}

.contactContent h6 {

  font-weight: 600
}

.cForm img {

  opacity: 0.5
}

.contactform {

  background: #f1dbc0;

  text-align: center;

}

.contactform .form-group {

  margin-bottom: 25px
}

.contactform .btn-yellow {

  background: #f6a729;

  color: #fff;

  text-transform: uppercase;

  padding: 7px 25px;

  font-weight: 600;

  letter-spacing: 0.5px;

  margin-bottom: 20px;

}

.contact {

  margin-top: -5px;

}

.contactPage .jGreenbox h4 {

  text-align: center;

  margin-top: 15px;

  letter-spacing: 10px;

  text-transform: uppercase;

  padding-bottom: 7px;

}

@media (min-width: 991px) and (max-width: 1024px) {

  .nav-menu a {

    font-size: .6rem;

  }

  .nav-menu>ul>li {

    padding: 0 9px;

  }

}

.jQuery-slider .slick-dots {

  display: none;

}

.product-slider .slick-arrow.slick-next,

.jQuery-slider .slick-arrow.slick-next {

  right: -1.5rem;

}

.product-slider .slick-arrow.slick-prev,

.jQuery-slider .slick-arrow.slick-prev {

  left: -1.5rem;

}



.slick-track {

  display: flex;

  align-items: center;

  justify-content: center;

}

#text h1{

	padding:0;

	margin-top:15px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:21px;

	line-height:25px;

	color:#808285;

	/*width:620px;*/

	height:50px;

	text-transform:capitalize;

	background:url(../images/line-bg.jpg) repeat-x left bottom;

}


#text h2{

	padding:0;

	margin:0;

	font-family:Arial, Helvetica, sans-serif;

	font-size:20px;

	line-height:25px;

	color:#026396;

	text-transform:capitalize;

}

#text p, #text li {

	padding:0;

	margin:0 0 16px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:13px;

	color:#4e4e4e;

	line-height:21px;

}
#text a {
    color:#4e4e4e;
}