@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:wght@400,700&display=swap");
body {
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.sidenav {
  display: block;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #1d1f52;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}
.sidenav a.closebtn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 30px;
  margin-left: 50px;
  color: #000;
  text-decoration: none;
  background: #e6cf6d;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}
.sidenav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.sidenav ul li {
  list-style-type: none;
}
.sidenav ul li a {
  padding: 8px 8px 8px 32px !important;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  transition: 0.3s;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: left;
  font-weight: 600;
}

.custom-container {
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 576px) {
  .custom-container {
    margin: 0 auto;
    max-width: 540px;
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .custom-container {
    margin: 0 auto;
    max-width: 720px;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .custom-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .custom-container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
  }
}
@media (min-width: 1300px) {
  .custom-container {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 15px;
  }
}
@media (min-width: 1400px) {
  .custom-container {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
  }
}
@media (min-width: 1550px) {
  .custom-container {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 15px;
  }
}
@media (min-width: 1700px) {
  .custom-container {
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 15px;
  }
}
.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.site-header .row {
  align-items: center;
}

.main-menu {
  text-align: right;
}
.main-menu ul {
  font-size: 0;
}
.main-menu ul .bg_color a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  color: #051b46;
  display: inline-block;
  text-align: center;
  font-size: 16px;
}
.main-menu ul li {
  display: inline-block;
  position: relative;
}
.main-menu ul li .second-level {
  position: absolute;
  width: 300px;
  left: -60px;
  background: #fff;
  top: 22px;
  display: none;
  z-index: 9;
}
.main-menu ul li:hover .second-level {
  display: block;
}
.main-menu ul li .second-level li {
  width: 100%;
  line-height: initial;
}
.main-menu ul li .second-level li a {
  width: 100%;
  display: block;
  text-align: left;
  padding: 10px 20px;
  color: #000;
}
.main-menu ul li .second-level li a:hover {
  background-color: #014d87;
  color: #fff;
}
.main-menu ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  padding: 0 10px;
  cursor: pointer;
}
.main-menu ul li a:hover {
  color: #edcf6d;
}
.main-menu ul li a:not([href]) {
  color: #fff;
  padding-right: 15px;
  padding-left: 5px;
}
.main-menu ul li a:not([href]):hover {
  color: #fff;
}
.main-menu ul .active a {
  color: #edcf6d;
}
.main-menu ul .d-mobile {
  display: none;
}

.slick-dotted.slick-slider {
  padding: 0;
}

.about-section {
  background-color: #fbfbfb;
  padding: 100px 0px 70px;
}

.about-content {
  max-width: 720px;
}
.about-content h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000e28;
  margin-bottom: 20px;
}
.about-content span {
  font-size: 24px;
  color: #000e28;
}
.about-content p {
  font-size: 20px;
  color: #79767c;
  margin-bottom: 25px;
}

.about-thumb {
  position: relative;
  text-align: right;
}
.about-thumb img {
  position: relative;
  z-index: 9;
}
.about-thumb .spec-1 {
  width: 320px;
  position: absolute;
  top: 5px;
  right: 285px;
  z-index: 9;
}
.about-thumb .spec-2 {
  width: 50%;
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  left: -70px;
  z-index: 1;
}
.about-thumb .spec-3 {
  position: absolute;
  right: 0;
  bottom: -87px;
}
.about-thumb .d-flex {
  align-items: center;
}

.abt-spec {
  background-color: #051b46;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: left;
}
.abt-spec .icon {
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  background-color: #edcf6d;
  border-radius: 50px;
  margin-right: 20px;
}
.abt-spec .text h5 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  color: #fff;
}
.abt-spec .text span {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 8px;
}
.abt-spec .text a {
  font-size: 19px;
  text-transform: capitalize;
  background-color: #4a566e;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
}

.heading {
  text-align: center;
  padding-bottom: 50px;
}
.heading span {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  display: block;
}
.heading h2 {
  font-size: 43px;
  color: #000;
  font-weight: bold;
  line-height: 1;
  text-transform: capitalize;
}

.category-main {
  padding: 70px 0 40px;
  background-color: #294442;
}
.category-main .heading span {
  color: #fff;
}
.category-main .heading h2 {
  color: #fff;
}

.category-wrapper .category-item {
  position: relative;
  padding: 0 10px;
  margin-bottom: 30px;
}
.category-wrapper .category-item .cate-thumb {
  overflow: hidden;
}
.category-wrapper .category-item .cate-thumb img {
  transition: 0.2s;
  width: 100%;
}
.category-wrapper .category-item .cate-content {
  padding: 16px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #294442;
  transition: 0.45s;
}
.category-wrapper .category-item .cate-content h3 {
  font-size: 25px;
  color: #fff;
  margin: 0;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 400;
}
.category-wrapper .category-item:hover .cate-content {
  transform: translate(-50%);
  bottom: 50%;
  left: 50%;
  width: 70%;
  text-align: center;
}
.category-wrapper .category-item:hover .cate-content h3 {
  color: #edcf6d;
}
.category-wrapper .slick-disabled {
  display: none;
}
.category-wrapper .slick-prev {
  left: 12px;
  z-index: 9;
}
.category-wrapper .slick-prev:before {
  content: "\f100";
  font-family: "Font Awesome 5 Pro";
  padding: 5px 6px;
  background: #edcf6d;
  opacity: 1;
  color: #000;
}
.category-wrapper .slick-next {
  right: 12px;
}
.category-wrapper .slick-next:before {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  padding: 5px 6px;
  background: #edcf6d;
  opacity: 1;
  color: #000;
}

.product-main {
  padding: 50px 0px;
}

.product-card {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  position: relative;
  z-index: 9;
  padding: 5px;
}
.product-card:after {
  content: "";
  background-color: #e5e5e5;
  width: 90%;
  height: 93%;
  top: 8px;
  left: 8px;
  z-index: -1;
  opacity: 0;
  position: absolute;
  transition: 0.45s;
}
.product-card:after{
  width: 93%;
}
.product-card .product-img img {
  width: auto;
  height: 250px;
}
.product-card .product-name {
  text-align: center;
  padding-bottom: 15px;
}
.product-card .product-name h3 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.product-card .product-name span {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.product-card .view-product {
  position: absolute;
  top: 34%;
  transform: translate(-50%);
  background-color: #edcf6d;
  padding: 13px;
  border-radius: 50px;
  left: 50%;
  width: 70%;
  text-align: center;
  opacity: 0;
  transition: 0.45s;
}
.product-card .view-product h5 {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  margin: 0;
}
.product-card .view-product:hover {
  background-color: #051b46;
}
.product-card .view-product:hover h5 {
  color: #fff;
}
.product-card:hover:after {
  opacity: 1;
}
.product-card:hover .view-product {
  opacity: 1;
}

.quality-wrapper {
  background-image: url(../images/quality-bg.jpg);
  background-repeat: no-repeat;
  padding: 150px 0px;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.quality-wrapper h2 {
  font-size: 43px;
  color: #000620;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: bold;
}
.quality-wrapper p {
  font-size: 16px;
  color: #000;
  margin: 0;
}

.news-letter {
  background-color: #000620;
  padding: 55px 0;
  border-bottom: 1px solid #051b46;
}
.news-letter .row {
  align-items: center;
}
.news-letter h2 {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.news-letter .news-form form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-letter .news-form form input {
  border: 1px solid #fff;
  height: 48px;
  line-height: 48px;
  max-width: 700px;
  width: 60%;
  border-radius: 50px;
  padding: 0 20px;
  font-size: 15px;
  color: #fff;
  background-color: transparent;
}
.news-letter .news-form form input::-moz-placeholder {
  color: #fff;
}
.news-letter .news-form form input::placeholder {
  color: #fff;
}
ul.pagination{list-style:none; width:100%; margin:20px 0px; padding:0px; font-size:0px; text-align:center;}
	ul.pagination li{display:inline-block; vertical-align:top; margin:0px 2px;}

	ul.pagination li a,
	ul.pagination li strong{display:block; border-radius:0px !important; background:rgba(0, 0, 0, 0.03); border:1px solid rgba(0, 0, 0, 0.2); font-size:12px; text-align:center; padding:10px 15px; color:#fff;}

	ul.pagination li a{color: #222;}
	ul.pagination li a:hover{background:rgba(0, 0, 0, 0.06); color:#222; border:1px solid rgba(0, 0, 0, 0.2);}
	ul.pagination li strong{background: rgb(237 ,207, 109);}
	ul.pagination li strong:hover{background:rgba(0, 0, 0, 0.1); color:#222; border:1px solid rgba(0, 0, 0, 0.2);}
.news-letter .news-form form button {
  min-width: 135px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  background-color: #fff;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  border-radius: 50px;
  transition: 0.45s;
  border: 1px solid #fff;
}
.news-letter .news-form form button:hover {
  background-color: transparent;
  color: #fff;
}

.footer-site {
  background-color: #000620;
  position: relative;
  padding: 55px 0;
}
.footer-site .footer-logo {
  margin-bottom: 20px;
}
.footer-site .d-flex {
  margin-bottom: 20px;
}
.footer-site .d-flex .footer-colum {
  width: 20%;
  padding: 0 12px;
}
.footer-site .d-flex .footer-colum .news-img {
  margin-right: 10px;
}
.footer-site .d-flex .footer-colum .news-img img {
  width: 100%;
}
.footer-site .d-flex .footer-colum h2 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.footer-site .d-flex .footer-colum h6 {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer-site .d-flex .footer-colum span {
  font-size: 15px;
  color: #fff;
}
.footer-site .d-flex .footer-colum p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.footer-site .d-flex .footer-colum p i {
  color: #edcf6d;
  margin-right: 10px;
}
.footer-site .d-flex .footer-colum ul li {
  line-height: 1.7;
}
.footer-site .d-flex .footer-colum ul li a {
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
}
.footer-site .d-flex .footer-colum ul li a i {
  color: #edcf6d;
  margin-right: 10px;
}
.footer-site .d-flex .footer-colum ul li a:hover {
  color: #edcf6d;
}
.footer-site .arrow-top {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #edcf6d;
  color: #edcf6d;
  cursor: pointer;
}

.social-menu ul {
  font-size: 0;
}
.social-menu ul li {
  display: inline-block;
  margin-right: 10px;
}
.social-menu ul li a {
  width: 44px;
  line-height: 44px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
}
.footer-site .social-menu ul li a{
  margin-bottom: 10px;
}
.social-menu ul li a i {
  margin-right: 0 !important;
}
.social-menu ul li a:hover {
  border-color: #edcf6d;
  color: #edcf6d;
}

.bottom-footer {
  background-color: #000828;
  padding: 20px 0px;
  text-align: center;
}
.bottom-footer p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.bottom-footer p a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
#fullsearch-wrapper.open {
  opacity: 1;
  transform: translate(0px, 0px) scale(1, 1);
}

#fullsearch-wrapper {
  position: fixed;
  z-index: 999;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transform: translate(0px, -100%) scale(0, 0);
}
#fullsearch-wrapper .closebtn {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #014d87;
  opacity: 1;
  padding: 10px 17px;
  font-size: 18px;
  border-radius: 5px;
}
#fullsearch-wrapper input[type="text"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#fullsearch-wrapper .button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  padding: 10px 30px;
  font-size: 13px;
  color: #fff;
  background: #014d87;
  cursor: pointer;
  border: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
}
#main-sidebar-wrapper .inner h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #000;
  background-color: #edcf6d;
  padding: 10px 20px;
  margin: 0 0 10px 0;
}
#main-sidebar-wrapper .inner ul li strong, #main-sidebar-wrapper .inner ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #000000;
  display: block;
  padding: 5px 20px;
  cursor: pointer;
}
.about-image img {
  width: 100%;
}
#main-sidebar-wrapper .inner ul li strong.current{
  color: #edcf6d;
}
#main-sidebar-wrapper .inner ul li strong i, #main-sidebar-wrapper .inner ul li a i{
  display: none;
}
#main-sidebar-wrapper .inner ul li a b, #main-sidebar-wrapper .inner ul li strong b {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  border-bottom: 1px solid;
    padding-bottom: 5px;
}
#main-sidebar-wrapper .inner ul li a b:hover{
  color: #edcf6d;
}
aside#main-sidebar-wrapper ul li ul.active {
  display: block;
}

aside#main-sidebar-wrapper ul li ul {
  display: none;
}
.inner {
  margin-bottom: 30px;
  box-shadow: 0px 0px 6px 2px #e1e1e1;
  padding: 20px 5px 20px 0px
}
#main-sidebar-wrapper .inner ul li .current+ul#showme {
    display: block;
}
.pro-larger-details h6 {
  font-size: 12px;
}
.pro-larger-details h6 span{
  margin-left: 10px;
}
.sitesdrbut, .inquiry-btn {
  display: inline-block;
  height: 40px;
  padding: 0px 20px;
  color: #fff;
  background: #000e28;
  border: none;
  font-weight: bold;
  text-transform: capitalize;
}
.inquiry-btn {
  line-height: 35px;
}
section#page-wrapper {
  margin-bottom: 60px;
}
table.inq_basket th {
    background: #f0f3f9;
    color: #282f3b;
    font-size: 15px;
    font-weight: 600;
}
table td.inq_basket_img img {
  width: 100px;
}
table.inq_basket th, table.inq_basket td {
    padding: 5px;
    border: 1px solid #666;
    font-size: 13px;
    font-weight: 400;
}
#main-sidebar-wrapper .inner ul li ul li a {
  background-color: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 45px;
}
#main-sidebar-wrapper .inner ul li ul li a:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #000620;
  left: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
#main-sidebar-wrapper .inner ul li strong i {
  color: #000;
}
.site-header.other_page {
  position: relative;
  background: #014d87;
  background-image: url(../images/header-bg.jpg);
}
.bread-area {
  background-color: #f3f3f3;
  color: #fff;
  text-align: center;
  padding: 90px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}
.bread-area h2 {
  text-transform: capitalize;
  font-size: 48px;
  font-weight: bold;
  color: #edcf6d;
}
.bread-area h2 span{
  color:#000e28;
}
.bread-area p span{
  color: #000e28;
}
.bread-area p {
  margin-bottom: 0;
  font-size: 16px;
  color: #000e28;
}
.bread-area a {
  color: #79767c;
}
.top-page-anme h3{
  font-size: 25px;
  color:#000e28;
  margin-bottom: 20px;
  font-weight: bold;
}
#page-content-wrapper .product-card{
  margin-bottom: 24px;
  text-align: center;
}
.touch h6 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.touch h2 {
  font-size: 43px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.touch .d-flex .media-left {
  width: 4%;
}
.touch .d-flex .media-left i {
  color: #000620;
}
.touch .d-flex .media-body h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
.touch .d-flex {
  margin-bottom: 20px;
}
.touch .d-flex .media-body p {
  font-size: 15px;
  margin: 0;
  color: #000;
}
.touch .d-flex .media-body a {
  font-size: 15px;
  color: #000;
}
.main-form-wrapper {
  box-shadow: 0px -1px 10px #ccc;
  background-color: #fff;
  padding: 30px;
}
.main-form-wrapper h4 {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
.main-form-wrapper h5 {
  font-size: 17px;
  color: #000;
  margin-bottom: 25px;
}
.main-form-wrapper textarea, .main-form-wrapper select, .main-form-wrapper input {
  background-color: #f8f8fa;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  border: none;
}
.wrapper {
  margin-bottom: 20px;
}
.main-form-wrapper label {
  font-size: 17px;
  color: #000;
  margin-bottom: 10px;
  display: block;
}
.main-form-wrapper button {
  color: #fff;
  font-weight: bold;
  background-color: #000e28;
  display: inline-block;
  padding: 10px 20px;
  border: none;
  font-size: 20px;
}
.more-view a {
  border: 1px solid #f3f3f3;
  display: block;
  text-align: center;
  margin: 0 auto 20px;
  padding: 20px;
}
.more-view img {
  width: 100px;
  display: block;
  margin: 0 auto;
}
.pro-large{
  border: 2px solid #f3f3f3;
  text-align: center;
}
.pro-larger-details h2{
  font-size: 36px;
  font-weight: bold;
  color: #000620;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
}
.pro-lar-mat h4{
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}
.pro-lar-mat select{
  padding: 10px;
  border-color: #f3f3f3;
  width: 100%;
  margin-bottom: 10px;
}
.product-quantity input{
  width: 100%;
  text-align: center;
  margin-bottom: 10px;

}
.add-t-cart button{
  width: 100%;
  padding: 5px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  .category-wrapper .category-item .cate-content {
    padding: 13px 20px;
  }
}
@media screen and (max-width: 1550px) {
  .category-wrapper .category-item .cate-content {
    padding: 11px 20px;
  }
  .about-thumb .spec-2 {
    left: -195px;
  }
}
@media screen and (max-width: 1400px) {
  .category-wrapper .category-item .cate-content {
    padding: 9px 20px;
  }
  .banner-item img {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .main-menu ul li a {
    font-size: 15px;
    padding: 0 9px;
  }
}
@media screen and (max-width: 1200px) {
  .about-thumb img {
    width: 100%;
  }
  .about-thumb .spec-1 {
    top: -16px;
    right: 225px;
  }
  .about-thumb .spec-2 {
    top: 93%;
    width: 60%;
  }
  .about-thumb .spec-3 {
    bottom: -110px;
  }
  .main-menu ul li a {
    font-size: 11px;
  }
}
@media screen and (max-width: 1100px) {
  .footer-site .d-flex {
    flex-wrap: wrap;
  }
  .footer-site .d-flex .footer-colum {
    width: 33.33%;
    margin-bottom: 30px;
  }
  .footer-site .footer-links .d-flex {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 992px) {
  .about-thumb .spec-3 {
    bottom: -70px;
  }
  .about-thumb .spec-2 {
    left: -20px;
    top: 102%;
  }
}
.mobile-icon {
  display: none;
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .newsletter-title {
    margin-bottom: 20px;
  }
  .footer-site .d-flex .footer-colum {
    width: 50%;
  }
  .product-card {
    margin-bottom: 24px;
  }
  .desktop-logo {
    display: none;
  }
  .mobile-icon {
    display: block;
    max-width: 150px;
  }
  .main-menu ul li a {
    padding: 0 5px;
  }
  .about-section {
    padding: 70px 0px 70px;
  }
}
@media screen and (max-width: 576px) {
  .main-menu ul li {
    display: none;
  }
  .main-menu ul .search,
  .main-menu ul .bg_color,
  .main-menu ul .d-mobile {
    display: inline-block;
  }
  .main-menu ul .search a,
  .main-menu ul .bg_color a,
  .main-menu ul .d-mobile a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    color: #051b46;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin-left: 10px;
  }
  .main-menu ul li a:not([href]) {
    color: #051b46;
    padding-right: 5px;
  }
  .site-header {
    position: relative;
    background: #0e163b;
  }
  .about-section {
    padding: 30px 0px 30px;
  }
  .about-thumb .spec-1,
  .about-thumb .spec-3,
  .about-thumb .spec-2 {
    position: inherit;
    bottom: inherit;
    top: inherit;
    right: inherit;
    width: 100%;
    transform: none;
    left: inherit;
  }
  .category-main {
    padding: 40px 0 20px;
  }
  .heading {
    padding-bottom: 20px;
  }
  .heading h2 {
    font-size: 30px;
  }
  .product-main {
    padding: 20px 0px;
  }
  .quality-wrapper {
    padding: 50px 0px;
  }
  .quality-wrapper h2 {
    font-size: 25px;
  }
  .news-letter h2 {
    font-size: 20px;
  }
  .footer-site {
    padding: 35px 0;
  }
  .footer-site .d-flex .footer-colum {
    width: 100%;
  }
  .footer-site .d-flex .footer-colum {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=layout.css.map */