@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url(../css/tab.css);
@import url(../sass/nav.css);
.mobile_left,
.sidenav,
.moblink {
  display: none;
}

body {
  font-family: "Inter", sans-serif;
  background: #fff;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: 0.45s;
}
a:hover {
  text-decoration: none;
}

.blue {
  background: #02273d !important;
}

.red {
  background: #cb0813 !important;
}

.topbar {
  background: white;
  padding: 30px 0;
}

.top-right a {
  display: inline-block;
  width: 165px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  position: relative;
  margin-left: 5px;
}
.top-right a:hover {
  transition: 0.5s ease-in-out;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 15px;
  position: relative;
  top: 0px;
}

.icon-box {
  background: #02273d;
}
.icon-box .d-flex {
  align-items: flex-start;
}
.icon-box .d-flex .flex-body {
  padding-left: 15px;
}
.icon-box .d-flex .flex-body h5 {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
}
.icon-box .d-flex .flex-body span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 0;
  text-transform: capitalize;
  margin: 0;
  font-size: 14px;
}

.main-banner {
  padding: 12px 0 38px 0;
}

.grays {
  background: #eeeeee !important;
}

.l-0 {
  left: 0 !important;
}

.banner-txt .row {
  padding: 15px;
}
.banner-txt h2 {
  font-size: 40px;
  color: #02273d;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.haad {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 29px;
  color: #000;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
}

.com-heading {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding: 15px 82px 15px 30px;
  display: inline-block;
  text-transform: uppercase;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1.5px;
}

.semi {
  font-weight: 600 !important;
}

.overview-box p {
  font-size: 16px;
}
.overview-box .table tr {
  border: 0px;
  border-color: transparent;
  padding: 0px;
}
.overview-box .table tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.cat-box {
  padding: 0 0 30px 0;
}
.cat-box .m-cat {
  text-align: center;
  background: #fff;
}
.cat-box .m-cat .m-cat-img {
  padding: 25px 0 0px 0;
}
.cat-box .m-cat .m-cat-txt h4 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.cat-box .m-cat .m-cat-txt h4::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #e7e7e8;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.abbt-txt p {
  font-size: 18px;
  text-align: justify;
}
.abbt-txt p span {
  font-weight: 600;
}

.arr {
  padding-top: 30px;
}

.toop {
  position: relative;
  z-index: 2;
}

span.skew {
  display: block;
  background: #02273d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transform: skewX(335deg);
  left: 0;
  z-index: 1;
}

span.skeww {
  display: block;
  background: #02273d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transform: skewX(335deg);
  left: -19px;
  z-index: 1;
}

.skeww2 {
  display: block;
  background: #02273d;
  width: 97%;
  height: 100%;
  position: absolute;
  top: 0;
  transform: skewX(335deg);
  left: 17px;
  z-index: 1;
}

span.txt {
  position: relative;
  z-index: 2;
}

.pt-60 {
  padding: 60px 0;
}

.product-detail, .product-descrip {
  padding: 30px 0 0 0;
}
.product-detail .pro-detail h3, .product-descrip .pro-detail h3 {
  font-size: 34px;
  color: #fff;
  background: #101821;
  padding: 15px 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}
.product-detail .pro-detail .pro-desc, .product-descrip .pro-detail .pro-desc {
  border: 1px solid #e3e3e3;
  border-top: 0;
  padding: 30px 25px 0 25px;
  background: #fff;
}
.product-detail .pro-detail .pro-desc h2, .product-descrip .pro-detail .pro-desc h2 {
  font-size: 35px;
  font-family: "Roboto", sans-serif;
  color: #02273d;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.product-detail .pro-detail .pro-desc p, .product-descrip .pro-detail .pro-desc p {
  color: #02273d;
  font-size: 19px;
  text-align: center;
}
.product-detail h2, .product-descrip h2 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
.product-detail h2 span, .product-descrip h2 span {
  display: block;
  font-size: 40px;
  font-weight: 700;
}
.product-detail .pro-img, .product-descrip .pro-img {
  text-align: center;
  padding: 50px 0 20px 0;
}

.gray {
  background-color: #f6f6f6 !important;
  padding-bottom: 80px;
}

.dddt {
  background: transparent !important;
  border: 0px !important;
}

.txttt {
  padding: 40px 0;
  text-align: center;
  background: #02273d;
  color: #fff;
  position: relative;
  top: -80px;
}
.txttt h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}
.txttt .d-flex {
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}
.txttt .d-flex .flex-body {
  padding-left: 20px;
}
.txttt .d-flex .flex-body p {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.brand {
  padding: 20px 0;
}
.brand img {
  width: auto;
}
.brand h4 {
  padding-top: 10px;
  font-size: 46px;
  color: #fff;
  font-weight: 700;
}
.brand .cool {
  margin-top: 40px;
}
.brand .review {
  border: 1px solid #d2d2d2;
  box-shadow: 0px 4px 12px #ccc;
  background: #fff;
  padding: 20px 30px;
  display: block;
  overflow: inherit;
  height: 100%;
  position: relative;
}
.brand .review p {
  color: #000;
  font-size: 16px;
  padding-top: 30px;
  text-align: center;
}
.brand .review p strong {
  display: block;
}
.brand .review .stars {
  padding-bottom: 20px;
  position: absolute;
  top: -13px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  text-align: center;
}
.brand .review .stars ul {
  box-shadow: 0px 4px 12px #ccc;
  border-radius: 25px;
  display: inline-block;
  padding: 8px 20px;
  background: #fff;
}
.brand .review .stars li {
  list-style: none;
  display: inline-block;
}
.brand .review .stars li i {
  color: #faa61a;
}

.service-box {
  background: url(../images/bg.jpg) no-repeat;
  padding: 45px 0;
}
.service-box p {
  color: #fff;
}

.com-heading2 {
  font-size: 34px;
  font-weight: 700;
  color: #cb0813;
  position: relative;
  padding: 15px 80px 15px 80px;
  display: inline-block;
  text-transform: uppercase;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1.5px;
  text-align: center;
}

.skew-3 {
  display: block;
  background: #02273d;
  width: 92%;
  height: 100%;
  position: absolute;
  top: 0;
  transform: skewX(335deg);
  left: 20px;
  z-index: 1;
}

.l-servies {
  padding: 60px 0;
}
.l-servies h4 {
  font-size: 48px;
  color: #000;
  font-weight: 800;
  padding-bottom: 20px;
}
.l-servies p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.l-servies p span {
  font-weight: 600;
}

.blog-box {
  padding-bottom: 30px;
}

.b-box {
  position: relative;
}
.b-box .b-txt {
  position: absolute;
  bottom: 10px;
  left: 15px;
}
.b-box .b-txt h5 {
  font-size: 16px;
  color: #fff;
  padding-bottom: 0px;
  font-weight: 700;
}
.b-box .b-txt p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.mt-40 {
  margin-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.payment {
  margin-top: 20px;
  background: transparent;
  padding: 20px 0;
  position: relative;
}
.payment span {
  background: #02273d;
  position: absolute;
  width: 100%;
  display: block;
  bottom: 0px;
  height: 100px;
  z-index: -1;
}

.footer {
  background: #cb0813;
  padding: 20px 0;
}
.footer p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.e_market {
  text-align: center;
  padding: 15px 0;
}

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 996px) {
  .express-ship .exp-txt h1 {
    font-size: 34px;
  }
  .express-ship .exp-txt h1 span {
    font-size: 24px;
  }
  .testimonial .testi-tool h5 br {
    display: none;
  }
  .quality-box {
    text-align: center;
  }
  .icon-box .d-flex {
    width: 50%;
    padding-bottom: 15px;
  }
  .flex-box {
    padding: 25px 0 10px 0;
  }
}
@media screen and (max-width: 768px) {
  span.skew {
    width: 100%;
  }
  .txttt .d-flex {
    flex-direction: column;
  }
  .txttt .d-flex img {
    width: 80px;
    margin: 10px 0;
  }
  .banner-txt h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .icon-box .d-flex .flex-body h5 {
    font-size: 14px;
  }
  .icon-box .d-flex .flex-body span {
    font-size: 12px;
  }
  .d-flex img {
    width: 30px;
  }
  .icon-box .d-flex .flex-body {
    padding-left: 5px;
  }
  .icon-box {
    background: #02273d;
    padding-top: 18px;
  }
  .topbar {
    padding: 15px 0;
  }
  .com-heading {
    font-size: 24px;
    padding: 10px 75px 10px 20px;
  }
  .flex-box {
    padding: 10px 5px;
    position: static;
    margin-top: 0;
  }
  .top-right a {
    display: inline-block;
    width: 95px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    position: relative;
    margin-left: 5px;
  }
  .footer p {
    font-size: 12px;
  }
  .banner-txt h2 {
    font-size: 24px;
    color: #02273d;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 20px;
  }
  .product-detail .pro-detail .pro-desc h2, .product-descrip .pro-detail .pro-desc h2 {
    font-size: 24px;
  }
  .product-detail .pro-detail .pro-desc p, .product-descrip .pro-detail .pro-desc p {
    color: #02273d;
    font-size: 16px;
  }
  .overview-box p {
    font-size: 14px;
  }
  .skeww2 {
    width: 89%;
  }
  .pt-30 {
    margin-top: 0;
  }
  .com-heading2 {
    font-size: 24px;
    padding: 10px 40px 10px 40px;
  }
  .skew-3 {
    display: block;
    background: #02273d;
    width: 87%;
  }
  .service-box {
    background: url(../images/bg.jpg) repeat;
  }
  .pt-50 {
    padding-top: 35px;
  }
  .tabbed > input:checked + section > h1 > label {
    color: #fff;
    font-weight: 600;
    position: relative;
    background: transparent;
    margin-left: 0px;
  }
  .mbp-15 {
    padding-bottom: 15px;
  }
  .b-box .b-img img {
    width: 100%;
  }
  .cat-box .m-cat .m-cat-txt h4 {
    font-size: 24px;
  }
  .pt-30 {
    margin-top: 30px;
  }
  .product-detail, .product-descrip {
    padding: 0px 0 30px 0;
  }
  .pt20 {
    padding-top: 20px;
  }
  .icon-box .d-flex {
    width: 50%;
  }
  .d-flex img {
    width: 30px;
  }
  .icon-box .d-flex .flex-body h6 {
    font-size: 13px;
  }
  .icon-box .d-flex .flex-body span {
    font-size: 12px;
  }
  .express-ship .exp-txt h1 {
    font-size: 24px;
  }
  .express-ship .exp-txt h1 span {
    font-size: 18px;
  }
  .testimonial .testi-txt h4 {
    font-size: 24px;
  }
  .product-detail .pro-detail h3, .product-descrip .pro-detail h3 {
    font-size: 18px;
    padding: 15px 20px;
  }
  .product-detail h2, .product-descrip h2 {
    font-size: 23px;
  }
  .pt-30 {
    margin-top: 15px;
  }
  .cat-box .m-cat .m-cat-img {
    padding: 0px 0 0px 0;
  }
  .footer p {
    font-size: 10px;
    letter-spacing: -0.5px;
  }
  .tabbed > input:checked + section > h1 > label {
    font-size: 16px;
  }
}/*# sourceMappingURL=layout.css.map */