body, html, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif !important; }

.navbar-brand span {
  color: #fed136;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em; }

.navbar-brand {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em; }

.navbar-nav .nav-item .nav-link {
  padding: 1.1em 1em !important;
  font-size: 120%;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff; }

.navbar-nav .nav-item .nav-link:hover {
  color: #fed136; }

.navbar-expand-md .navbar-nav .dropdown-menu {
  border-top: 3px solid #fed136; }

.dropdown-item:hover {
  background-color: #fed136;
  color: #fff; }

nav {
  -webkit-transition: padding-top .3s,padding-bottom .3s;
  -moz-transition: padding-top .3s,padding-bottom .3s;
  transition: padding-top .3s,padding-bottom .3s;
  border: none; }

.shrink {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff !important;
  border-bottom: 2px solid #d3d3d3; }

@media (max-width: 500px) {
  .navbar-nav {
    background-color: #fff;
    border-top: 3px solid #fed136;
    color: #fff;
    z-index: 1;
    margin-top: 5px; }

  .navbar-nav .nav-item .nav-link {
    padding: 0.7em 1em !important;
    font-size: 100%;
    font-weight: 500; } }
.navbar-dark .navbar-nav .nav-link {
  color: #070707 !important;
  font-size: 17px; }

.navbar-brand img {
  width: 250px; }


  .carousel-item:before{

    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width:100%;
    background-color: #0655a3a1;
    clip-path: polygon(0 0, 41% 0, 69% 100%, 0% 100%);
  }

@media (min-width: 768px) {
  .navbar-brand img {
    width: 250px;
     } }
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.fixed-top {
  background: #ffffffb5; }

h2.display-4 {
  font-weight: 800;
  color: #fff;
  text-align: left !important; }

p.lead {
  color: #fff;
  text-align: left !important;
  width: 43%;
  font-weight: 400;
  font-size: 17px !important; }

.carousel-caption {
  right: auto !important;
  top: 30% !important; }

.wal-button {
  position: absolute;
  left: 0;
  padding: 10px 30px;
  border: 0;
  outline: 0 !important;
  background: #2d95ea;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 18px;
  cursor: pointer; }

.quality {
  padding: 100px 0; }

.quality h3 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 40px; }
.quality h3:before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 45px;
  background-color: #0655a3;
  margin-bottom: 8px;
  margin-right: 5px; }
.quality .card {
  box-shadow: 0px 3px 6px #00000029;
  border: none; }
.quality .card-title {
  font-size: 20px;
  font-weight: 700;
  color: #333; }
.quality a {
  padding: 10px 30px;
  border: 0;
  outline: 0 !important;
  background: #a34220 !important;
  border-radius: 30px !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 13px !important;
  cursor: pointer; }
.quality .card-body {
  height: 173px; }

.about {
  background-image: url("../images/abt.png");
  background-size: cover;
  background-position: center;
  height: 500px;
  padding: 60px 0; }
  .about h3 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px; }
  .about h3:before {
    content: "";
    display: inline-block;
    height: 3px;
    width: 45px;
    background-color: #0655a3;
    margin-bottom: 8px;
    margin-right: 5px; }
  .about p {
    line-height: 2; }
  .about .btn {
    padding: 10px 30px;
    border: 0;
    outline: 0 !important;
    background: #2d95ea !important;
    border-radius: 30px !important;
    color: #fff !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 13px !important;
    cursor: pointer;
    margin-top: 30px; }

.products {
  padding: 100px 0; }
  .products h3 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 40px; }
  .products h3:before {
    content: "";
    display: inline-block;
    height: 3px;
    width: 45px;
    background-color: #0655a3;
    margin-bottom: 8px;
    margin-right: 5px; }
  .products .card a.btn {
    background: transparent;
    border: none;
    color: #0655a3;
    padding: 0;
    font-weight: 600;
    outline: !important; }
  .products .card .card-body {
    height: 130px; }

    .products .card .card-body .card-title{

     
      height: 50px;
    font-size: 18px;
    }
  .products a.btn:after {
    content: "";
    display: inline-block;
    background-image: url(../images/next.png);
    background-size: 70%;
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 5px; }
  .products .nav-tabs {
    border-bottom: 0 !important;
    margin-bottom: 20px; }
    .products .nav-tabs .nav-item:hover {
      border: 0 !important; }
  .products .nav-tabs .nav-item.show .nav-link, .products .nav-tabs .nav-link.active {
    border-color: #fff !important;
    color: #0655a3 !important; }
  .products .nav-link {
    font-size: 18px;
    padding: 10px 30px; }
    .products .nav-link:first-child {
      padding-left: 0 !important; }
    .products .nav-link:hover {
      border-color: #fff !important; }
  .products .card-f {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none; }
    .products .card-f p {
      margin-bottom: 0; }
    .products .card-f .price p {
      color: #999999; }
      .products .card-f .price p span {
        font-size: 19px;
        color: #ab4a20; }
  .products .weight {
    position: absolute;
    right: 5px;
    top: 5px;
    display: none; }
    .products .weight p {
      background: #ffeae5;
      padding: 10px;
      border-radius: 50%;
      color: #b3552f;
      font-size: 13px; }

@media (max-width: 768px) {
  .about {
    height: auto !important; }

  .col {
    flex-basis: auto !important; }

  .card {
    margin-bottom: 30px; }

  .carousel-item {
    height: auto !important; }

  .footer ul {
    margin: 0;
    padding: 0; } }
.footer {
  background: #0655a3;
  padding: 30px; }
  .footer p {
    color: #fff;
    font-size: 12px;
    margin-top: 20px; }
  .footer ul {
    list-style: none;
    color: #fff;
    margin-top: 10px; }
    .footer ul li {
      font-size: 12px;
      line-height: 1.8; }
  .footer h5 {
    font-size: 16px;
    margin-top: 30px; }

.footer-strip {
  background: #064d92;
  padding: 10px 0; }
  .footer-strip p {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 12px;
    margin-top: 5px; }
    .footer-strip p a {
      color: #fff;
      text-decoration: none; }
  .footer-strip .fa {
    color: #fff;
    margin-left: 11px; }
  .footer-strip .footer-social {
    text-align: right;
    cursor: pointer; }

nav img {
  transition: all .2s; }
nav i {
  margin-left: 10px; }

.shrink img {
  width: 200px !important;
  top: 17px !important; }

.abt-header {
  background-image: linear-gradient(to bottom, rgba(18, 18, 18, 0.8), rgba(0, 0, 0, 0.73)), url(../images/abt-banner.png);
  background-position: center;
  background-size: cover;
  height: 300px;
  background-repeat: no-repeat; }

.img-box-contact {
  background-image: linear-gradient(to bottom, rgba(18, 18, 18, 0.86), rgba(0, 0, 0, 0.81)), url(../images/contact-img.jpg);
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  background-repeat: no-repeat; }

.abt-header h2 {
  text-align: center;
  color: #fff;
  line-height: 375px;
  font-size: 50px;
  font-weight: 700; }

.abt-header h2:before {
  content: "";
  display: inline-block;
  height: 6px;
  width: 45px;
  background-color: #1571cc;
  margin-bottom: 13px;
  margin-right: 5px; }

.abt-cnt {
  padding: 100px 0; }
  .abt-cnt h4 {
    font-weight: 800;
    padding-bottom: 20px; }
  .abt-cnt h4:after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 45px;
    background-color: #0655a3;
    margin-bottom: 13px;
    margin-right: 5px;
    position: absolute;
    top: 40px;
    left: 15px; }
  .abt-cnt p {
    line-height: 1.9;
    text-align: justify; }

.products a {
  text-decoration: none;
  color: #212529; }
.products a:hover {
  text-decoration: none;
  color: #212529; }

.contact {
  padding: 100px 0 0 0; }

.address-details h5 {
  color: #fff;
  font-size: 16px; }
.address-details p {
  color: #b4b4b4;
  font-size: 13px;
  margin-bottom: 30px; }

.address-details i {
  position: absolute;
  margin-left: -20px;
  font-size: 13px;
  margin-top: 3px;
  color: #d3562a; }

.send-box {
  background: #ededed;
  padding: 20px 40px !important; }
  .send-box .form-control {
    margin-bottom: 10px;
    border: none;
    border-radius: 30px; }
  .send-box h4 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 35px; }
  .send-box label {
    font-size: 13px; }
  .send-box .btn {
    padding: 10px 30px;
    border: 0;
    outline: 0 !important;
    background: #0655a3 !important;
    border-radius: 30px !important;
    color: #fff !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 13px !important;
    margin-top: 20px; }

@media (min-width: 768px) {
  .map-col {
    padding: 0 !important; } }
.map {
  padding: 15px 0 100px 0; }

@media (max-width: 767px) {
  .address-details {
    margin-left: 20px; }

  .footer-strip .footer-social {
    text-align: center !important; }

  .footer-strip p {
    text-align: center !important; } }
.footer li a {
  text-decoration: none !important;
  color: #fff !important; }
.footer li a:hover {
  color: #ededed !important;
  text-decoration: none !important; }

a.active-link {
  padding-bottom: 10px !important;
   }

.mis-vis {
  background: #fafafa;
  padding: 100px 0; }

#banner li a {
  color: #000 !important; }

.address-details p a {
  text-decoration: none;
  color: #b4b4b4 !important; }

/*# sourceMappingURL=style.css.map */
