html {
  scroll-behavior: smooth;
}
.p0 {
  padding: 0px !important;
}
.m0 {
  margin: 0px !important;
}
body {
  transition: 0.3s;
}
/* width */
body::-webkit-scrollbar {
  width: 8px;
}
/* Track */
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */
body::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}
/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
/* width */
#search-bar form.form-inline .result ul::-webkit-scrollbar {
  width: 8px;
}
/* Track */
#search-bar form.form-inline .result ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */
#search-bar form.form-inline .result ul::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}
/* Handle on hover */
#search-bar form.form-inline .result ul::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
h1,
h2 {
  font-family: "TT Norms";
  margin: 0;
}
h3,
h4,
h5,
h6,
p,
a,
li,
span,
button {
  margin: 0;
  font-family: "Lato", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
button,
textarea,
input {
  font-family: "Poppins", sans-serif;
}
body {
  overflow-x: hidden;
}
a:hover,
a:focus,
button:hover,
button:focus,
.form-btn-st:focus {
  text-decoration: none !important;
  outline: none;
}
section {
  float: left;
  width: 100%;
}
/*header*/
.num-em {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
  width: 30%;
}
.num-em a {
  color: #000;
  font-family: "Lato", sans-serif;
}
.num-em a i {
  margin-right: 5px;
}
.hdr-search input {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  box-shadow: none;
  border-radius: 0;
}
.hdr-search input:focus {
  box-shadow: none;
  outline: 0;
  border-color: #ccc;
}
header {
  padding: 20px 0 0;
}
.hdr-search {
  width: 30%;
}
.hdr-search .btn-default {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
}
.hd-cntr {
  text-align: center;
}
.hd-cntr ul li {
  list-style: none;
}
.hd-cntr ul {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  margin-bottom: 0;
}
.hd-cntr {
  text-align: center;
}
.hd-cntr ul li a {
  /*margin: 0 10px;*/
  color: #000;
  font-weight: 900;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  transition-duration: 0.5s;
  text-transform: capitalize;
}
.hd-cntr ul li a:hover {
  color: #900109;
}
.head-btn-st {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.head-btn-st a {
  margin: 0 30px 0 0;
}
.quote-btn {
  background: #900109;
  padding: 10px 20px;
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}
.call-btn {
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  background: #000000;
  font-family: "Lato", sans-serif;
}
.hdr-nav-list .navbar-nav {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center; /* border-top: 1px solid #cccccc; */
  padding: 10px 0 9px;
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.hdr-nav-list ul li a {
  font-size: 14px;
  color: #000;
  margin: 0 2px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  transition-duration: 0.5s;
  letter-spacing: 1px;
  padding: 13px 15px;
}
.hdr-nav-list ul li a:hover,
.hdr-nav-list ul li.active > a {
  color: #900109;
}
.hdr-nav-list ul li a.get-started {
  color: #fff;
  margin-top: -11px;
  margin-bottom: -11px;
  margin-left: 0;
  margin-right: 0;
  border: none;
}
.social-link ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
}
.social-link ul li {
  margin-right: 5px;
  background: #000;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60%;
  transition-duration: 0.5s;
}
.social-link ul li:hover {
  background-color: #900109;
}
.social-link ul li i {
  color: #fff;
}
.hd-logo-st ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.hd-logo-st ul li {
  margin-right: 10px;
}
.hd-logo-st ul li img {
  width: 100%;
}
.head-link-num-em {
  display: block;
  margin-top: 10px;
  text-align: right;
}
.head-link-num-em a {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  transition-duration: 0.5s;
}
.head-link-num-em a:hover {
  color: #900109;
}
.head-link-num-em a i {
  margin-right: 4px;
}
.hdr-nav-list a.quote-btn {
  margin: 0;
  color: #fff;
  padding: 13px 20px;
}
.hdr-nav-list a.call-btn {
  margin: 0;
  color: #fff;
  padding: 13px 20px;
}
li.search-ico {
  margin-left: 15px;
  margin-right: 15px;
}
#search-bar input.form-control {
  width: 100%;
  padding-right: 40px;
  border: none;
  border-radius: 0;
  background: transparent;
  min-height: 51px;
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid #ccc;
}
#search-bar button {
  position: absolute;
  right: 0px;
  top: 0;
  background-color: transparent;
  border: none;
  border-radius: 5px;
  min-height: 43px;
  color: #000;
  font-size: 18px;
}
#search-bar form.form-inline {
  position: relative;
  margin: 0 auto;
}
li.search-ico.active .fa.fa-search:before {
  content: "\f00d";
}
li.search-ico {
  transition: all 0.2s ease-in-out;
}
li.search-ico.active {
  cursor: pointer;
  z-index: 9999;
}
.header-top {
  display: block;
  background: #00273f;
  text-align: right;
}
.header-top ul {
  padding: 0;
  margin: 0;
}
.header-top ul li {
  display: inline-block;
  padding: 10px 15px;
}
.header-top ul li a {
  font-size: 15px;
  color: #fff;
}
.navbar-right a.yellow_btn_m {
  margin: 0 15px 0 15px;
  position: relative;
  padding: 12px 19px 12px 45px !important;
}
.navbar-right a.yellow_btn_m:before {
  content: "";
  background-image: url(../images/call-btn.html);
  position: absolute;
  height: 32px;
  width: 28px;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header-top ul li a i {
  margin: 0 3px 0 0;
  font-size: 18px;
}
.head_top {
  padding: 15px 0; /* box-shadow: 0px 5px 20px 0px #cacaca; */
  z-index: 9;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0px;
}
.head_top .navbar .navbar-header a.navbar-brand {
  font-weight: bold;
  color: #00273f;
  font-size: 26px;
}
.head_top .navbar-right {
  padding-top: 25px;
}
.head_top .navbar.navbar-defult {
  margin-bottom: 0;
}
.head_top .navbar.navbar-defult ul li a:hover,
.head_top .navbar.navbar-defult ul li a:focus,
.head_top .navbar.navbar-defult ul li.active a {
  background: transparent;
  color: #fa690c;
}
.head_top .navbar.navbar-defult ul li a {
  color: #000000;
  opacity: 1;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding: 10px 12px;
  font-weight: 700;
}
.head_top .navbar.navbar-defult ul li a.btn-org {
  /* background: #fc5216; */
  border-radius: 50px;
  padding: 12px 27px;
  color: #fff;
  background: linear-gradient(to right, #3ab0ce, #1bc9bb);
  font-size: 13px;
  font-weight: 700;
}
.head_top .dropdown-menu > li > a {
  position: relative;
  margin: 0 0 10px;
  font-weight: 500;
  border-left: 4px solid #00273f;
}
.head_top ul.dropdown-menu {
  padding: 20px 0 15px;
  border: none;
  left: 0;
  right: 0;
  width: 250px;
}
.logo {
  width: 100%;
  margin: 0px 0 0 0;
}
.head_top .dropdown-menu > .active > a,
.head_top .dropdown-menu > .active > a:focus,
.head_top .dropdown-menu > .active > a:hover {
  text-decoration: none;
  background-color: transparent;
  outline: 0;
  color: #fc5216 !important;
  border-left: 4px solid #fc5216;
}
.head_top .dropdown-menu > li > a:hover:before {
  color: #fc5216;
}
.head_top .open > a,
.head_top .open > a:focus,
.head_top .open > a:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #fc5216 !important;
}
/*Header*/
/*Mega Menu*/
.dropdown_mm a.dropdown-toggle {
  background-color: #900109;
  color: #fff;
  padding: 15px 15px;
}
.dropdown_mm a.dropdown-toggle:hover {
  color: #fff;
}
.dropdown_mm {
  position: initial;
}
.dropdown_mm .dropdown-menu {
  position: absolute;
  top: 47px;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100%;
  padding: 25px 0em 0;
  margin: 0 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 0px 0px rgb(0 0 0 / 18%);
  width: 100%;
}
.dropdown_mm.open .dropdown-menu {
  display: block;
}
.list_tabss_mm_inner {
  padding: 0;
  margin: 0px 0 25px;
  display: block !important;
}
.list_tabss_mm_inner:last-child {
  margin: 0 0 8px;
}
.list_tabss_mm_inner li {
  list-style: none;
}
.list_tabss_mm_inner li a {
  color: #222 !important;
  padding: 0px 0px 5px !important;
  display: block;
  transition-duration: 0.5s;
  font-weight: 400 !important;
  font-size: 15px !important; /* text-transform: capitalize !important; */
  letter-spacing: 0px !important;
}
.list_tabss_mm_inner li a:hover {
  color: #900109 !important;
}
.menu_img img {
  width: 100%;
  margin: 0 0 0 0px;
}
.menu_list {
  margin: 30px 0 0;
}
.menu_slider_nav {
  padding: 0 65px 0 0px; /* margin: auto; */
  /* text-align: center; */
}
.menu_slider_nav .slide_prev {
  background-image: url(../images/left-arrow.png);
  background-repeat: no-repeat;
  height: 25px;
  width: 30px;
  background-size: contain;
  position: absolute;
}
.menu_slider_nav .slide_next {
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
  height: 25px;
  width: 30px;
  background-size: contain;
  position: absolute;
}
.menu_slider_nav.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 0 15px;
  padding: 0 !important;
  background: transparent !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  height: 0 !important;
  width: 0 !important;
}
.menu_slider_nav .owl-nav {
  position: absolute;
  right: -20px;
  top: -20px;
}
.menu_slider_nav .owl-item li.active a {
  color: #000000;
}
.menu_slider_nav .owl-item.active li a,
.menu_slider_nav .owl-item li a {
  font-size: 14px;
  font-weight: 700;
  color: #c4c3c3;
  padding: 13px 0px;
}
ul.list_tabss_mm {
  display: table;
}
ul.list_tabss_mm li {
  display: table;
}
ul.list_tabss_mm li a {
  display: table;
  padding: 0 0 9px;
  margin: 0 0px;
  letter-spacing: 0;
  font-size: 15px;
}
ul.list_tabss_mm h3 {
  margin: 0 0 15px;
  font-weight: 900;
  font-size: 20px;
}
.menu_slider_nav li.active a {
  color: #000 !important;
  text-decoration: underline;
}
ul.list_tabss_mm li.active a {
  text-decoration: underline !important;
}
/*Mega Menu*/
/*banner*/
* {
  margin: 0;
  padding: 0;
}
.pic-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /*animation
  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
  */
}
figurecaption {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
}
.pic-1 {
  opacity: 1;
  background: url(../images/slider/banner.webp) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*
.pic-2 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url(../images/slider/tshirt-rigid-box-mockup.jpg) no-repeat center
    center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.pic-3 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url(../images/slider/sincerely-rigid-boxes-and-inserts.jpg)
    no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.pic-4 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url(../images/slider/flutterby-rigid-boxes.jpg) no-repeat center
    center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/
/* keyframes*/
/*
@keyframes slideShow {
  0% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
    -ms-transformm: scale(1);
  }
}
@-o-keyframes slideShow {
  0% {
    opacity: 0;
    -o-transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transformm: scale(1);
  }
}
@-moz-keyframes slideShow {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transformm: scale(1);
  }
}
@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transformm: scale(1);
  }
*/
/*
}
.slick-slide.slick-current.slick-active .main-banner {
  position: relative;
}
.slick-slide.slick-current.slick-active .main-banner .scale {
  -webkit-animation: scaling 20s alternate;
}
.scale {
  width: 100%; 
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(1.4);
}
@-webkit-keyframes scaling {
  from {
    -webkit-transform: scale(1.4);
  }
  to {
    -webkit-transform: scale(2);
  }
}
*/
.main-banner {
  height: 80vh;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 900px;
  position: relative;
}
.main-banner:before {
  content: "";
  background-color: rgb(0 0 0 / 42%);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
.main-banner .bnr-txt {
  position: relative;
  z-index: 99;
}
.main-banner:after {
  background: url("../images/banner-bottom.png") no-repeat center;
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-size: cover;
  pointer-events: none;
}
#search-bar {
  position: absolute;
  z-index: 999;
  top: 0;
  width: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  min-height: 51px;
}
#search-bar input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari/Edge */
  color: #000;
  font-size: 18px;
}
#search-bar input.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
  font-size: 18px;
}
#search-bar input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  font-size: 18px;
}
#search-bar input.form-control:focus {
  box-shadow: none;
}
#search-bar.active {
  width: 100%;
}
.bnr-txt {
  text-align: center;
}
.bnr-txt h5 {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Lato", sans-serif;
  padding: 0 0 20px;
  letter-spacing: 3px;
}
.bnr-txt h2 {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  /*font-family: 'TT Norms';*/
  text-transform: uppercase;
  line-height: 70px;
  letter-spacing: 2px;
}
.bnr-txt hr {
  display: table;
  width: 50px;
  border: 0;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bnr-txt p {
  font-size: 17px;
  color: #fff;
  font-family: "Lato", sans-serif;
  padding-bottom: 35px;
  letter-spacing: 1px;
}
.bnr-btn-st {
  display: flex;
  align-items: center;
  justify-content: center;
}
.get-started {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 10px;
  background: #795433;
  font-weight: normal;
  margin-right: 20px;
  border: 1px solid transparent;
}
.get-started + .get-started {
  margin-right: 0;
}
.live-cht {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 10px;
  background: transparent;
  font-weight: normal;
  margin-right: 20px;
  border: 1px solid #fff;
}
.get-started:hover {
  background: #900109;
  color: #fff;
  border: 1px solid transparent;
}
.cl-logo {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 0px;
}
/*banner*/
/*FEA-PRO*/
.fea-box img {
  width: 100%;
  transition: all ease-in-out 0.4s;
}
.fea-box {
  background: transparent;
}
.fea-box {
  background: #ffffff82;
  z-index: 1;
}
.fea-box-ani {
  overflow: hidden; /* transition: all .5s; */
  transition: all ease-in-out 0.4s;
}
.fea-box:hover .fea-box-ani img {
  /* -webkit-animation: scalin 5s infinite alternate; */
  transition: all 0.5s;
  transition: all ease-in-out 0.4s;
  transform: scale(1.5); /* transform: rotate(1deg); */
}
@-webkit-keyframes scalin {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.3);
  }
}
.fea-box h4 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 30px 0 10px;
  letter-spacing: 1px;
}
.fea-box h4 a {
  color: #000;
}
.hd-txt {
  text-align: center;
  padding-bottom: 50px;
}
.hd-txt h2 {
  font-size: 33px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 2px;
}
.hd-txt h4 {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #919295;
  padding-top: 15px;
  letter-spacing: 1px;
}
.hd-txt hr {
  display: table;
  width: 50px;
  border-top: 2px solid #795433;
  margin: 25px auto 20px;
}
.hd-txt p {
  font-size: 16px;
  color: #101020;
  letter-spacing: 0;
}
.fea-product {
  padding: 65px 0 70px;
}
.fea-pro-slider .slick-prev {
  left: -25px;
}
.fea-pro-slider .slick-prev:before {
  content: "";
  background: url(../images/fea-pro/fea-slide-arrow.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(180deg);
  opacity: 1;
}
.fea-pro-slider .slick-next:before {
  content: "";
  background: url(../images/fea-pro/fea-slide-arrow.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}
.fea-box-col {
  margin-bottom: 30px;
}
.slider-fea-col {
  margin-top: 10px;
}
.fea-pro-slider .fea-box {
  padding: 0 15px;
}
.fea-shp-btn {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  padding: 10px 40px;
  background: transparent;
  font-weight: normal;
  margin-right: 20px;
  border: 1px solid #000;
}
.fea-btn {
  text-align: center;
  padding-top: 50px;
}
/*FEA-PRO*/
/*brand-sec*/
/*.brand-sec:before{
content: '';
background: url(../images/branding-bf-img.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 727px;
height: 485px;
position: absolute;
left: 0;
top: 0;
z-index: -1;
}
.brand-sec:after{
content: '';
background: url(../images/branding-af-img.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 956px;
height: 638px;
position: absolute;
right: 0;
bottom: 0;
z-index: -1;
}*/
.brand-sec {
  background-color: #efefef;
  background: url(../images/brand-bg-img.jpg);
  padding: 70px 0 100px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.brand-sec .hd-txt {
  text-align: left;
  padding-top: 0;
}
.brand-btn-st {
  display: flex;
  padding-top: 25px;
}
.brand-sec .hd-txt p {
  width: 65%;
  padding-top: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 150px;
  margin-top: 15px;
  letter-spacing: 0;
  margin-bottom: 0;
}
.brand-sec .hd-txt h2 {
  line-height: 35px;
  text-transform: inherit;
  font-size: 30px;
  color: #000;
}
/* width */
.brand-sec .hd-txt p::-webkit-scrollbar {
  width: 8px;
}
/* Track */
.brand-sec .hd-txt p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */
.brand-sec .hd-txt p::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}
/* Handle on hover */
.brand-sec .hd-txt p::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
/*brand-sec*/
/*portfolio*/
.port-product {
  padding: 70px 0;
}
.port-bx img {
  width: 100%;
}
.port-btn-st {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.port-img-ul ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.port-img-ul ul li img {
  width: 100%;
}
li.port-img-1-st {
  width: 39%;
  padding-right: 8px;
}
li.port-img-2-st {
  width: 39%;
  padding: 0 8px;
}
.port-midl-bx {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.port-bx.port-2 {
  width: 100%;
}
.port-bx.port-3 {
  width: 50%;
  padding-top: 25px;
  padding-right: 8px;
}
li.port-img-3-st {
  width: 19%;
  padding-left: 8px;
}
.port-bx.port-4 {
  width: 50%;
  padding-left: 8px;
  padding-top: 25px;
}
/*portfolio*/
/*why-choose*/
.r-c-before:before {
  content: "";
  background: url(../images/why-side-img.png) no-repeat right center;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
section.why-sec.r-c-before .container-fluid {
  padding: 0 7%;
}
.why-hd-txt {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.why-hd-txt h2 {
  color: #8f0109;
  font-size: 22px;
  font-weight: normal;
}
.why-box {
  padding-bottom: 30px;
  padding-left: 0;
}
.why-box p {
  font-size: 16px;
  color: #5f5f5f;
  max-width: 93%;
}
.why-hd-txt img {
  margin-right: 10px;
}
.why-sec {
  position: relative;
  padding: 70px 0;
  background: #faf3eb;
  overflow: hidden;
}
.why-side-img-st img {
  width: 100%;
}
.why-img-col {
  position: absolute;
  right: 0;
  padding: 0;
  top: 0;
  margin: auto;
}
/*why-choose*/
/*testis-sec*/
.testi-side-img img {
  width: 100%;
}
.testi-sec {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}
.test-col-img {
  padding-left: 0;
  padding-right: 30px;
}
.test-col-img + div {
  padding-left: 30px;
}
.testi-side-img {
}
.testi-box .qq {
  margin-bottom: 30px;
}
.testi-box h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #000;
  font-weight: 600;
}
.testi-box h3 {
  font-size: 25px;
  font-weight: 600;
  color: #8f0109;
  padding: 25px 0;
  font-family: "TT Norms";
}
.testi-box p {
  width: 90%;
  line-height: 25px;
  font-size: 16px;
  letter-spacing: 0.1px;
}
.testi-img-nm {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.testi-img-nm img {
  margin-right: 10px;
}
.testi-img-nm h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.testi-img-nm h5 {
  color: #919295;
  padding-top: 6px;
}
.testi-sec .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.testi-slider-st ul.slick-dots {
  text-align: left;
  margin: 0;
  bottom: -45px;
}
.testi-trust-logo {
  margin-top: 100px;
}
.testi-trust-logo img {
  width: auto;
}
.testi-slider-st .slick-dots li a {
  color: #000;
}
.slick-dots li.slick-active {
  text-decoration: underline;
}
/*testis-sec*/
/*blog-sec*/
.blog-box img {
  width: 100%;
}
.blog-box:hover img {
  -webkit-animation: scal 7s infinite alternate;
}
.blog-box img {
  transform: scale(1);
  z-index: -1;
}
@-webkit-keyframes scal {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.4);
  }
}
.blog-tag h4 {
  font-size: 13px;
  color: #940d14;
}
.blog-tag h4 span {
  font-size: 25px;
  font-weight: bold;
  display: block;
  color: #000;
}
.blog-tag {
  position: absolute;
  right: 20px;
  top: 0;
  text-align: center;
  background: url(../images/blog-tab-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 20px 10px;
  width: 89px;
  height: 88px;
}
.blog-box {
  position: relative;
  overflow: hidden;
  transition-duration: 1s;
  cursor: pointer;
}
.blog-text h2 {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.blog-text p {
  font-size: 14px;
  color: #fff;
  padding-top: 5px;
  transition-duration: 1s;
  margin-top: -45px; /* display: none; */
  position: relative;
  top: 80px;
}
.blog-text {
  position: absolute;
  padding: 20px;
  margin: auto;
  transition-duration: 1s;
  bottom: 0;
  z-index: 1;
}
section.blog-sec .col-sm-3 {
  padding: 0 5px;
}
.blog-box:before {
  content: "";
  background: linear-gradient(to bottom, #fcfeff00 0%, #080808c4 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  pointer-events: none;
}
.blog-sec {
  padding: 60px 0 70px;
}
.blog-box:hover .blog-text p {
  margin-top: 0;
  transition-duration: 1s; /* display: block; */
  top: 0;
  transition-duration: 1s;
}
/*blog-sec*/
/*ftr-contact-from*/
.form-sec-ftr {
  padding: 0 0 50px;
  background: url(../images/ftr-form-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ftr-form-txt h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 44px;
  color: #000;
}
.detail-list-add {
  padding: 0;
  list-style: none;
}
.detail-list-add li {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.detail-list-add li:last-child {
  margin: 0px 0 -10px !important;
}
.detail-list-add li p {
  font-size: 18px;
  margin-left: 10px;
  font-weight: 400;
  color: #000000;
}
.detail-list-add li a {
  font-size: 18px;
  margin-left: 10px;
  color: #000;
  font-weight: 400;
}
/*form */
form.wpcf7-form.init {
  padding: 0 0px 25px;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  box-shadow: 0px 1px 14px 5px #00000040;
}
.breif-box1.qty-inp {
  background: #f0f0f0;
  padding: 8px 10px 2px; /* border: 1px solid #dbe2e2; */
  border-radius: 0; /* width: 100%; */
}
.breif-box1.qty-inp h5 {
  font-size: 11px;
  font-weight: 800;
  color: #565865;
  letter-spacing: 0.1px;
}
.wpcf7-form-control-wrap {
  /* position: relative; */
}
.breif-box1.qty-inp input {
  /* background: transparent; */
  /* border: 0; */
  /* padding: 0; */
  /* margin: 0; */
  /* padding-top: 2px; */
  /* width: 100%; */
  /* outline: 0; */
}
.breif-box1.breif-box5 h4 {
  font-size: 13px;
  font-weight: 400;
  color: #777777;
  margin: 16px 0 3px 0;
  font-family: Poppins, sans-serif;
}
select.wpcf7-form-control.wpcf7-select.intrested {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  padding: 5px 0px 8px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  outline: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid;
  box-shadow: none;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}
.form-nu-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-text h2 {
  font-size: 18px;
  font-weight: bold;
  color: #d61f2b;
  margin: 10px 0 0 0;
}
.form-text h3 {
  font-size: 14px !important;
  font-weight: bold;
  color: #000000;
  margin: 0 0 5px 0;
}
.form-nu-box p {
  font-size: 13px;
  font-weight: 500;
  margin: 0px 0 0 10;
  padding: 8px 15px;
  border: solid 2px #d61f2b;
  border-radius: 0;
  color: #000;
}
.chk-col {
  padding: 8px 15px;
  background-color: #0d2d32;
  border-radius: 10px;
}
.chk-col h5 {
  font-size: 12px;
  color: #fff;
}
span.wpcf7-list-item-label {
  color: #fff;
  margin-left: 15px;
  font-size: 15px;
}
.cat-bx-txt {
  text-align: center;
}
.cat-bx-txt h4 {
  font-size: 25px;
  font-weight: 700;
  padding: 15px 10px;
  background-color: #8f0109;
  color: #fff; /* font-family: 'TT Norms'; */
  letter-spacing: 1px;
}
.cat-form-2 {
  padding: 0 30px;
}
.intr-txt {
  text-align: center;
}
.intr-txt p {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  padding: 13px 0px 13px;
  position: relative;
  z-index: 1;
}
.chk-col-box h5 {
  font-size: 10px;
  font-weight: bold;
  color: #777777; /* margin: 10px 0; */
}
.chk-col-custom h5 {
  font-size: 10px;
  font-weight: bold;
  color: #777777;
  margin: 10px 0px;
}
a.desi-btn {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding: 9px 20px;
  background-color: #d61f2b;
  border-radius: 8px;
  width: 100%; /* margin: 10px 0; */
  display: block;
}
.chk-col-custom h5 {
  font-size: 9px;
  font-weight: bold;
  color: #777777;
}
input.wpcf7-form-control,
button.wpcf7-form-control {
  font-size: 13px;
  color: #000;
  font-weight: bold;
  padding: 0px 0 0px;
  background-color: #8f0109;
  border: 0;
  border-radius: 0;
  width: 100%;
}
.banner-section .row-box {
  display: flex;
  align-items: center;
}
.form-group .form-control {
  font-size: 13px;
  font-weight: 400;
  color: #000 !important;
  border-radius: 0;
  border: 0;
  background-color: transparent; /* width: 100%; */
  padding: 0 20px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid;
  box-shadow: none;
}
.cat-form-2 .col-md-6 {
  /* padding: 0; */
}
.breif-box1.breif-box5.qty-bx-brif {
  width: 100%;
}
.col-md-6.email-col-fm-bx-pd {
  padding: 0 15px;
}
.cat-form-2 input.form-control:focus {
  box-shadow: none;
}
.form-group .form-control::placeholder {
  font-size: 14px;
  color: #000;
}
.intr-txt p:before {
  content: "";
  background: #000;
  width: 28%;
  height: 2px;
  position: absolute;
  left: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.intr-txt p:after {
  content: "";
  background: #000;
  width: 28%;
  height: 2px;
  position: absolute;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  z-index: -1;
}
/*form */
.ftr-form-txt {
  padding-top: 50px;
}
/*ftr-contact-from*/
/*cl-logo-pro-itm*/
.cl-logo-pro-itm {
  padding: 0px 0 0;
}
.cl-logo-txt h4 {
  font-size: 16px;
  color: #484848;
  padding-bottom: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}
.cl-logo-img img {
  width: 100%;
}
.cl-logo-pro-itm .col-sm-12 {
  padding: 0 100px;
}
.pro-item-img img {
  width: 100%;
}
/*cl-logo-pro-itm*/
/*footer-sec*/
.footer-sec .form-control {
  height: 50px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
}
.footer-sec .form-control:focus {
  box-shadow: none;
  border-color: #243c4f;
}
.footer-sec .btn {
  min-height: 50px;
  border-radius: 0;
  background: transparent;
  color: #000;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid;
  box-shadow: none;
  font-weight: bold;
  text-transform: uppercase;
}
.ftr-logo-img {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
}
.ftr-logo-img img {
  filter: grayscale(1);
}
.ftr-list ul {
  list-style: none;
  padding: 0;
}
.ftr-list ul li a {
  color: #000;
  font-size: 14px;
  line-height: 32px;
}
.ftr-list h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.ftr-list-col {
  /* margin: 0 20px; */
}
.newsletter-form {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 10px;
}
.newsletter-form h3 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 25px;
}
.social-links {
  text-align: center;
  margin-top: 20px;
}
.social-links a {
  margin: 0 20px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.5px;
  color: #000;
  font-weight: bold;
}
.footer-sec {
  background: #e6e6e6;
  padding-top: 50px;
}
.copy-col-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 20px 10px;
}
.pri-term-div a {
  text-transform: capitalize;
  margin: 0 10px;
  color: #000;
  font-size: 13px;
}
.rsrvd-right p {
  color: #000;
  font-size: 13px;
}
/*footer-sec*/
/* F_Custom */
.overlay-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12%;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.port-bx {
  position: relative;
}
.port-bx:hover .overlay-box {
  opacity: 1;
}
.overlay-box h3 {
  font-weight: 600;
  max-width: 180px;
}
.overlay-box:before {
  border: 1px solid #fff;
  width: 88%;
  height: 80%;
  content: "";
  position: absolute;
  left: 6%;
  top: 10%;
  pointer-events: none;
}
.pro-item-img .overlay-box {
  top: 0px;
  left: 0;
  transform: translate(0, 0);
  padding: 10px;
  width: 100%;
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: scale(0);
}
.pro-item-img .overlay-box:before {
  display: none;
}
.pro-item-img {
  position: relative;
}
.pro-item-img:hover .overlay-box {
  opacity: 1;
  transform: scale(1);
}
.overlay-box .flex-h {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.overlay-box i {
  font-size: 20px;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.pro-item-img .overlay-box .flex-h img {
  width: auto;
  margin-right: 10px;
}
.overlay-box .flex-h span {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 10px;
}
.f-icons {
  padding: 0 30px !important;
}
.divider {
  width: 100%;
  border-top: 1px solid #c6c6c6;
  margin: 30px 0 30px;
}
.cat-form-2 ul.nav {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  position: relative;
  margin-bottom: 10px;
}
.cat-form-2 ul.nav li a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 0px;
  padding-bottom: 20px;
}
.cat-form-2 ul.nav li.active a {
  font-weight: 700;
}
.cat-form-2 ul.nav li a:hover,
.cat-form-2 ul.nav li a:focus {
  background: transparent;
}
/* .cat-form-2 ul.nav:after {content: "";border-bottom: 1px solid #000;width: 52%;position: absolute;bottom: 5px;left: 25%;z-index: 0;} */
.cat-form-2 ul.nav li a:after {
  width: 100%;
  border-bottom: 1px solid #000;
  position: absolute;
  content: "";
  bottom: 5px;
  left: -50%;
  z-index: 0;
}
.cat-form-2 ul.nav li:first-child a:after {
  display: none;
}
.cat-form-2 ul.nav li a:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  position: absolute;
  bottom: 0;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.cat-form-2 ul.nav li.active a:before {
  background-color: #000;
  width: 16px;
  height: 16px;
  bottom: -3px;
}
.cat-form-2 {
  display: flex;
  flex-direction: column;
}
/* Inner Page */
.inner-heading {
  font-size: 80px !important;
}
.inner-banner {
  height: 396px;
}
/* Breadcrum */
.breadcrum ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin-top: 15px;
}
.breadcrum ul li {
  font-size: 14px;
  padding: 10px 5px;
  color: #000;
}
.breadcrum ul li i {
  color: #000;
}
/* Top Section */
section.top-sec {
  padding: 30px 0;
}
.title {
  color: #d61f2b;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 10px;
  margin-top: 5px;
  letter-spacing: 1px;
}
.title + p {
  font-size: 16px;
}
.shadow {
  box-shadow: 1px 15px 27px #00000026;
}
/* Boxes Style */
.boxex {
  background-color: #edebec;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 70px 0;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
  min-height: 400px;
}
.boxex + h5 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 40px;
  color: #000000;
  letter-spacing: 1px;
}
.boxex .over-img {
  position: absolute;
  transform: scale(10);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  opacity: 0;
}
.boxex:hover .over-img,
.boxex img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.boxex:hover img {
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.boxex:hover {
  background-color: #99181f;
}
/* Client Testimonial */
.client-testimonial h5 {
  font-size: 18px;
  color: #900109;
  font-weight: 600;
  margin-bottom: 30px;
}
.client-testimonial h1 {
  font-weight: 600;
  color: #222222;
  margin-bottom: 30px;
  font-size: 40px;
  letter-spacing: 1px;
}
.client-testimonial p {
  max-width: 350px;
  font-size: 16px;
  color: #5f5f5f;
  letter-spacing: 0;
}
.client-testimonial .testi-trust-logo {
  margin-top: 40px;
}
.c_t_box .flex img {
  margin-right: 10px;
}
.c_t_box p {
  font-size: 14px;
  color: #727272;
  max-width: 100%;
  margin: 12px 0;
}
.c_t_box > p {
  margin-bottom: 30px;
}
.c_t_box .flex p {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-top: 5px;
}
.c_t_box .flex p span {
  display: block;
  font-size: 14px;
  color: #727272;
  font-weight: 400;
}
.c_t_box {
  padding: 0 130px 0 40px;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.right-full {
  margin-right: calc(50% - 50vw);
}
.left-full {
  margin-left: calc(50% - 50vw);
}
.client-testimonial {
  border-top: 1px solid #e5e5e5;
  padding-top: 70px;
  margin-top: 50px;
  padding-bottom: 70px;
  border-bottom: 1px solid #e5e5e5;
}
.client-slider .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 20px;
  width: 50px;
  height: 50px;
  background-color: #292b37;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  transform: translateY(-50%);
  opacity: 0.4;
  transition: all 0.2s ease-in-out;
}
.client-slider .slick-arrow:hover {
  opacity: 1;
}
.client-slider i.fa.fa-angle-left.slick-arrow {
  left: -40px;
  padding-right: 5px;
}
.client-slider i.fa.fa-angle-right.slick-arrow {
  right: 35%;
}
.client-slider .slick-slide {
  opacity: 0.2;
}
.client-slider .slick-slide.slick-active {
  opacity: 1;
}
/* Cosmetics Page */
.brand-sec.cos {
  background: transparent;
  padding: 40px 0;
}
.brand-sec.cos .hd-txt p {
  overflow: hidden;
  height: auto;
}
.brand-sec.cos .hd-txt h2 {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 1px;
}
.btn-ani {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.btn-ani:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-ani:active,
.btn-ani:focus,
.btn-ani:hover {
  color: #fff;
}
.btn-ani:active:before,
.btn-ani:focus:before,
.btn-ani:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.line-ani {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.line-ani:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #900109;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.line-ani:active:before,
.line-ani:focus:before,
.line-ani:hover:before {
  right: 0;
}
.white.btn-ani:before {
  background: #fff;
}
.white.btn-ani:hover {
  color: #900109 !important;
}
.red.btn-ani:before {
  background: #900109;
}
.black.btn-ani:before {
  background: #fff;
}
.black.btn-ani:hover {
  color: #900109 !important;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-primary.cat-form-btn-st {
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-primary.cat-form-btn-st:hover {
  /* background-color: #fff; */
  color: #8f0109;
  border-color: #8f0109;
}
.btn-ani {
  padding-left: 2rem;
  padding-right: 2rem;
}
.btn-ani i {
  margin-right: 5px;
}
.get-started.black {
  background: #000;
}
.fe-product .blog-box {
  margin-bottom: 30px;
}
/* CTA */
.l-blue {
  background-color: #97daea;
}
.l-grey {
  background-color: #bbbab0;
}
.cta {
  padding: 80px 0;
  margin-bottom: 60px;
  margin-top: 40px;
}
.cta + .client-testimonial {
  margin-top: 0;
}
.cta p {
  color: #fff;
  font-size: 16px;
}
.cta h1 {
  margin-bottom: 11px;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 1px;
}
.cta .large-cta {
  font-size: 28px;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 900;
  margin-top: 10px;
}
.cta.l-grey {
  margin-bottom: 0;
}
/* Product Detail */
.hdr-nav-list {
  background-color: #fff; /* box-shadow: 0px 12px 27px 6px #0000000a; */
  padding: 0; /* margin: 0 -15px; */
  position: relative;
}
.pro-detail {
  position: relative;
  float: left;
  padding: 40px;
}
.before-wrap {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.pro-detail .before-wrap:before {
  content: "";
  background-color: #f9f8f6;
  position: absolute;
  top: -40px;
  left: 0;
  width: 175%;
  height: calc(100% + 20px);
  z-index: -1;
  pointer-events: none;
  margin-left: calc(100% - 50vw);
}
.pro-detail .breadcrum ul li,
.pro-detail .breadcrum ul li i {
  color: #ababab;
}
.pro-detail .top-sec {
  padding-top: 0;
}
.product-image {
  margin-bottom: 30px;
}
.product-thumb .slick-slide {
  margin-right: 16px;
}
.product-container {
  margin: 30px 0;
}
.related-pro .fea-box h4 {
  padding: 20px 0;
  font-size: 13px;
}
.related-pro .fea-btn {
  padding-top: 0px;
}
.right-side {
  padding-left: 50px;
}
.panel-heading .accordion-toggle:after {
  color: #000;
  margin-right: 10px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f068";
  float: left;
  line-height: 19px;
}
.panel-heading .accordion-toggle.collapsed:after {
  content: "\f067";
}
#accordion {
  margin-top: 30px;
}
#accordion .panel > .panel-heading {
  background-color: transparent;
}
#accordion .panel a.accordion-toggle {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  display: block;
  padding: 10px 15px;
}
#accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-color: #e8e8e8;
}
#accordion .panel-heading {
  padding: 0;
}
#accordion .panel-inner {
  padding-left: 40px;
  margin-bottom: 20px;
}
#accordion .panel-body p {
  margin-bottom: 15px;
  color: #000;
}
#accordion .panel-body ul li {
  color: #000;
  margin-bottom: 5px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-width: 2px;
}
#accordion .panel {
  box-shadow: none;
}
#accordion .panel h5 {
  color: #d61f2b;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 10px;
}
#accordion .panel h4 {
  color: #000;
  font-weight: 800;
  font-size: 2rem;
}
.product-slider {
  margin-right: calc(100% - 50vw);
  padding-right: calc(10% + 30px);
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
}
.product-slider:after {
  content: "";
  width: 172px;
  position: absolute;
  bottom: -1px;
  height: 2px;
  background-color: #9b9b9b;
}
.product-slider img {
  width: 100%;
}
.product-slider h6 {
  color: #ff0000;
  font-size: 12px;
  font-weight: 600;
  margin: 10px 0;
}
.product-slider .slick-list {
  padding-right: 39%;
}
.product-slider .slick-list .slick-slide {
  opacity: 0.5;
}
.product-slider .slick-list .slick-slide.slick-active {
  opacity: 1;
}
.product-slider p {
  font-size: 10px;
}
.product-slider .slick-slide {
  margin-right: 10px;
}
.head-btn-st a.get-started {
  min-width: 148px !important;
  text-align: center;
  margin: 0;
}
/* Product Detail Page */
.col-md-6.flex.flex-column {
  position: sticky;
  top: 0;
}
.col-md-6.right-side {
  position: sticky;
}
body .social-link {
  display: block !important;
}
.navbar {
  margin: 0;
  border: none;
  min-height: auto;
  position: inherit;
  border-radius: 0;
}
.navbar .container-fluid {
  padding: 0;
}
#sidebar .head-link-num-em a {
  display: block;
  text-align: left;
}
.navbar-toggle .icon-bar {
  background-color: #333;
  margin: 5px 3px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 5px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #333;
}
.navbar-brand {
  height: auto;
}
/* Thank you Page */
.bnr-txt.thankyou {
  text-align: left;
}
.bnr-txt.thankyou * {
  color: #000;
}
.bnr-txt.thankyou h4 {
  margin-bottom: 20px;
}
.bnr-txt.thankyou p {
  padding-bottom: 0px;
}
.bnr-txt.thankyou a {
  color: #900109;
  font-size: 40px;
  font-weight: 600;
}
.fea-product a.fea-shp-btn {
  margin: 0 !important;
}
.instafeed_sec img {
  width: 100%;
}
/* Custom Quote Page */
.custom-quote-form {
  margin-bottom: 40px;
}
.c_quote_head {
  background-color: #900109;
  color: #fff;
  padding: 15px;
}
.c_quote_head h3 {
  font-weight: 600;
}
.c_quote_body {
  padding: 25px;
  box-shadow: 0px -2px 21px #0000003a;
}
.c_style {
  margin-bottom: 15px;
}
.c_quote_body form.wpcf7-form.init {
  box-shadow: none;
}
.short {
  font-size: 13px;
  font-weight: bold;
  color: #777777;
  margin: 6px 0 3px 0;
}
.c_quote_body .form-group .form-control {
  padding-left: 0 !important;
}
.c_quote_body .form-group textarea.form-control {
  height: 120px;
}
.custom-quote-form label {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0;
  line-height: 24px;
}
.custom-quote-form .note {
  background-color: #e6e6e6;
  width: 100%;
  padding: 20px;
  margin-top: 20px;
}
.note h5 strong {
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 5px;
  display: inline-block;
}
.custom-quote-form
  input.wpcf7-form-control.wpcf7-submit.btn.btn-primary.cat-form-btn-st {
  font-size: 18px;
  font-weight: 400;
  width: auto;
  float: right;
}
.c_quote_body .breif-box1.qty-inp {
  margin-bottom: 15px;
}
.portfolio-box + h5 > small {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}
.portfolio-box + h5 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 40px;
}
.portfolio-box > img {
  max-width: 100%;
  width: 100%;
}
.portfolio-box {
  overflow: hidden;
}
.portfolio-box:hover img {
  -webkit-animation: scal 7s infinite alternate;
}
.portfolio-box img {
  transform: scale(1);
  z-index: -1;
}
@-webkit-keyframes scal {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.4);
  }
}
.testi-trust-logo a {
  margin: 0 30px 0 0;
}
.desktop-menu {
  display: block !important;
}
.desktop-menu .row {
  border-bottom: 1px solid #cccccc;
}
.mobile-menu {
  display: none !important;
}
.cat-form-btn-st {
  color: #fff !important;
}
.cat-form-btn-st:hover {
  color: #000 !important;
}
.inner_page .fea-product {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 60px;
}
.xzoom2,
.xzoom3,
.xzoom4,
.xzoom5 {
  width: 100% !important;
}
.xzoom-container {
  display: inline-block;
  width: 100% !important;
}
.xzoom_thumbs_slider img {
  width: 90%;
}
.hvr-rectangle-out:focus h4,
.related-pro .hvr-rectangle-out:hover h4 {
  color: #fff;
}
.related-pro .hvr-rectangle-out:before {
  background: #900109 !important;
}
#accordion .table > tbody > tr > td,
#accordion .table > tbody > tr > th,
#accordion .table > tfoot > tr > td,
#accordion .table > tfoot > tr > th,
#accordion .table > thead > tr > td,
#accordion .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  border-top: 0px solid;
}
#accordion h3.desc-title {
  color: #000;
  font-weight: 700;
  font-size: 22px;
  margin: 10px 0 10px;
}
/*section.baner-section*/
.banner-section {
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0px 30px 0;
}
/*.banner-section .row {
display: flex;
align-items: center;
}*/
.banner-text {
  text-align: center;
}
.banner-btn {
  text-align: left;
}
.banner-text h4 {
  font-size: 29px;
  color: #000;
  margin: 0;
  font-weight: 400;
  text-align: left;
}
.banner-text h1 {
  font-size: 37px;
  font-weight: bold;
  color: #000;
  margin: 15px 0 25px 0;
  text-align: left;
}
.banner-text P {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 35px 0;
  color: #000;
  text-align: left;
}
.banner-logo {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-logo img {
  width: auto;
  height: auto;
  margin: 0 10px;
  max-width: 100%;
}
.banner-img-box img {
  width: 100%;
}
.tuck-text {
  margin: 0 0 50px;
}
.banner-btn a.red-btn {
  padding: 10px 18px;
  background-color: #000 !important;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #ffff;
  transition-duration: 0.5s;
  background: linear-gradient(to left, #900109 56%, #000000 56%);
  background-size: 180%;
  background-position: right bottom;
  transition: all 0.5s ease;
  text-transform: uppercase;
  border: 0 !important;
}
.banner-btn a.red-btn:hover,
.banner-btn a.red-btn:focus {
  color: #fff;
  background-position: left bottom;
  background-size: 250%;
}
.banner-btn a.black-btn {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  background-color: #d61f2b;
  padding: 10px 18px;
  transition-duration: 0.5s;
  background: linear-gradient(to left, #000000 56%, #900109 56%);
  background-size: 180%;
  background-position: right bottom;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.banner-btn a.black-btn:hover,
.banner-btn a.black-btn:focus {
  color: #fff;
  background-position: left bottom;
  background-size: 250%;
}
.banner-btn a.red-btn {
  margin-right: 10px;
}
/*section.baner-section*/
/*section.banner-logos */
section.banner-logos {
  padding: 20px 0px;
  background-color: #f1f2f2;
}
.logos-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
/*section.banner-logos */
/*section.cta-section*/
section.cta-section {
  padding: 100px 0 0 0;
  background-image: url(../images/cta-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 470px;
}
.cta-ext h2 {
  font-size: 25px;
  color: #000000;
  font-weight: bold;
  margin: 0px 0 20px 0px;
  line-height: 34px;
  padding: 50px 0 0 0;
}
.cta-ext p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
}
.cta-img-box img {
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cta-section .row {
  display: flex;
  align-items: center;
}
/*section.cta-section*/
/*section.packages-section*/
section.packages-section {
  padding: 50px 0px 0 0;
  background-image: url(../images/pakges-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.custom-text h2 {
  font-size: 40px;
  font-weight: bold;
  color: #002025;
  text-align: center;
  line-height: 50px;
  margin: 0;
}
.custom-text p {
  font-size: 14px;
  font-weight: 500;
  color: #002025;
  text-align: center;
  margin: 15px 0 40px 0;
}
.pakg-text h2 {
  font-size: 20px;
  font-weight: bold;
  color: #002025;
  margin: 15px 0;
}
.pakg-text p {
  font-size: 14px;
  font-weight: 400;
  color: #002025;
}
.pakg-img img {
  width: 100%;
}
.pakg-btn a.green-btn {
  border-radius: 5px;
  padding: 9px 15px;
  background-color: #002025;
  color: #fff;
  font-weight: 600;
  transition-duration: 0.5s;
  background: linear-gradient(to left, #002025 56%, #d61f2b 56%);
  background-size: 180%;
  background-position: right bottom;
  transition: all 0.5s ease;
  text-transform: uppercase;
  margin-right: 8px;
}
.pakg-btn a.green-btn:hover,
.pakg-btn a.green-btn:focus {
  color: #fff;
  background-position: left bottom;
  background-size: 250%;
}
.pakg-btn a.orang-btn {
  color: #fff;
  padding: 9px 15px;
  background-color: #d61f2b;
  border-radius: 5px;
  transition-duration: 0.5s;
  background: linear-gradient(to left, #d61f2b 56%, #002025 56%);
  background-size: 180%;
  background-position: right bottom;
  transition: all 0.5s ease;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.pakg-btn a.orang-btn:hover,
.pakg-btn a.orang-btn:focus {
  color: #fff;
  background-position: left bottom;
  background-size: 250%;
}
.pakg-btn {
  margin-top: 50px;
}
.pakg-main {
  margin: 0 0 20px 0;
}
.pakg-box {
  text-align: center;
}
.pakg-box h2 {
  font-size: 20px;
  font-weight: bold;
  color: #012126;
  margin: 15px 0 0 0;
}
.pakg-box img {
  width: 20%;
}
.pakg-main-box {
  padding: 20px 20px;
  border-radius: 13px;
  background-color: rgb(240, 238, 238);
  margin-bottom: -70px;
  margin-top: 95px;
}
/*section.packages-section*/
/*section.portfolio-section*/
section.portfolio-section {
  padding: 100px 0 50px 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -1;
}
.port-text h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 59px;
  margin: 0;
}
.port-text p {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 15px 0 40px 0;
}
/*.box18*/
.box18 {
  overflow: hidden;
}
.box18 {
  text-align: center;
  position: relative;
}
.box18:after,
.box18:before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.box18:hover:after,
.box18:hover:before {
  -webkit-transform: scale(400);
  -moz-transform: scale(400);
  -ms-transform: scale(400);
  -o-transform: scale(400);
  transform: scale(400);
}
.box18:before {
  -o-transition: all 0.5s linear 0.3s;
  -moz-transition: all 0.5s linear 0.3s;
  -ms-transition: all 0.5s linear 0.3s;
  -webkit-transition: all 0.5s linear 0.3s;
  transition: all 0.5s linear 0.3s;
}
.box18:hover:before {
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.box18:after {
  -o-transition: all 0.5s linear 0.6s;
  -moz-transition: all 0.5s linear 0.6s;
  -ms-transition: all 0.5s linear 0.6s;
  -webkit-transition: all 0.5s linear 0.6s;
  transition: all 0.5s linear 0.6s;
}
.box18:hover:after {
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.box18 img {
  width: 100%;
  height: auto;
}
.box18 .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  color: #fff;
  padding-top: 25px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box18:hover .box-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.box18 .title {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-top: 20px;
}
.box18 .description {
  font-size: 14px;
  font-style: italic;
  padding: 0 10px;
  margin: 15px 0;
}
.box18 .read-more {
  display: block;
  width: 120px;
  background: #178993;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 990px) {
  .box18 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .box18 .box-content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 359px) {
  .box18 .title {
    padding-bottom: 10px;
  }
}
.box18:hover .box-content i {
  font-size: 40px;
  color: #fff;
}
.port-box {
  margin-top: 20px;
}
.port-box.box18 {
  margin: 15px 0px;
  filter: grayscale();
}
.port-box.box18:hover {
  filter: none;
}
/*.box18*/
/*section.portfolio-section*/
/*section.boxix-section*/
section.boxix-section {
  padding: 50px 0px;
}
.box-img {
  border: solid 1px #636363;
  padding: 10px 10px;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
  height: 200px;
}
.box-img img {
  display: table;
  margin: auto;
}
img.bx-img-hvr {
  display: none;
}
.boxix-main:hover .bx-img-st {
  display: none;
}
.boxix-main:hover .bx-img-hvr {
  display: block;
}
.form-div.bnr-form-btn {
  text-align: center;
}
.boxix-text h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #002025;
  margin: 20px 20px;
}
.boxix-text p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 24px;
  color: #828282;
}
/*section.boxix-section*/
/*section.sample-section*/
section.sample-section {
  padding: 30px 0px;
  background-image: url(../images/sample-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sample-text h2 {
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #000;
}
.sample-text p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 22pxx;
}
.sample-btn a.wite-btn {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  transition-duration: 0.5s;
  background: linear-gradient(to left, #900109 56%, #000 56%);
  background-size: 180%;
  background-position: right bottom;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.sample-btn a.wite-btn:hover,
.sample-btn a.wite-btn:focus {
  color: #fff;
  background-position: left bottom;
  background-size: 250%;
}
.sample-btn a.black-btn {
  padding: 10px 20px;
  color: #fff;
  border-radius: 0;
  background-color: #000;
  font-size: 14px;
  font-weight: bold;
  transition-duration: 0.5s;
  background: linear-gradient(to left, #000 56%, #900109 56%);
  background-size: 180%;
  background-position: right bottom;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.sample-btn a.black-btn:hover,
.sample-btn a.black-btn:focus {
  color: #fff;
  background-position: left bottom;
  background-size: 250%;
}
.sample-section .row {
  display: flex;
  align-items: center;
}
.sample-btn {
  margin-top: 50px;
}
.bnr-form-main {
  border-radius: 10px;
  background-color: rgb(255 255 255);
  padding: 20px 10px;
}
.bnr-form-main input.form-control {
  padding: 22px 10px;
  margin-bottom: 15px;
  box-shadow: none;
}
.bnr-form-main textarea.form-control {
  margin-bottom: 15px;
  height: 50px;
  width: 100%;
  padding: 12px 10px;
  resize: none;
  box-shadow: none;
}
.bnr-form-main input.btn.form-btn {
  padding: 14px 35px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #900109;
  outline: 0;
  text-transform: capitalize;
  display: table;
  width: auto;
  margin: 0 auto;
}
.bnr-form-main input.form-control::placeholder {
  font-size: 14px;
  color: #000;
  font-weight: 300;
}
.bnr-form-main textarea.form-control::placeholder {
  font-size: 14px;
  color: #000;
  font-weight: 300;
}
/*section.sample-section*/
.pakg-slider .slick-dots li.slick-active button {
  background-color: #000;
  border: 0px solid #000; /* width: 20px; */
  text-align: center;
  margin: auto;
  display: grid;
  align-items: center;
}
.pakg-slider .slick-dots li button:before {
  font-size: 0px;
  line-height: 0px;
}
.pakg-slider .slick-dots li button {
  background-color: #d61f2b;
  border-radius: 3px;
  width: 13px;
  height: 14px;
  border: 0px solid #fff;
  margin: auto;
}
.pakg-slider .slick-dots li button:before {
  font-size: 0px;
  line-height: 0px;
}
.pakg-slider .pakg-slider .slick-list.draggable {
  padding: 20px 0px 50px;
}
.pakg-slider .slick-prev {
  background: #d61f2b !important;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  opacity: 1;
  color: #fff;
  z-index: 1;
  top: 108%;
  left: 1%;
}
.pakg-slider .slick-next {
  background: #d61f2b !important;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  opacity: 1;
  color: #fff;
  z-index: 1;
  top: 108%;
  right: 0%;
}
.pakg-slider .slick-dots {
  margin: 0px 0px -38px 0px;
}
.pakg-slider .slick-next:before {
  opacity: 1;
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  z-index: 1;
}
.pakg-slider .slick-prev:before {
  opacity: 1 !important;
  content: "\f053";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  z-index: 1;
}
/*team-sec*/
.team-bx {
  /* border: 1px solid rgb(202, 202, 202); */
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 14px 20px 0px rgb(10 9 13 / 7%);
  padding: 30px 20px;
  margin: 30px 15px;
}
.team-list ul li {
  display: flex;
  align-items: center;
}
.team-list ul li img {
  margin-right: 5px;
}
.team-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.team-img-str {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.team-list h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.team-list p {
  font-size: 14px;
  margin: 0 0 35px 0px;
}
.team-img-str h4 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.team-img-str img {
  /* margin-right: 25px; */
  margin: 0 20px 0px 0;
}
.team-list ul {
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 10px 5px;
  margin: 0;
}
.team-list ul li {
  width: 50%;
}
.team-detl h4 {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0;
}
.team-detl p {
  font-size: 13px;
  margin: 0;
}
.writer-team-sec {
  padding: 50px 0;
  background-image: url(../images/test-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hd-txt {
  text-align: center;
  padding-bottom: 20px;
}
.hd-txt h2 {
  font-size: 40px;
  font-weight: bold;
  color: #002025;
  margin: 0 0 20px 0;
}
.hd-txt p {
  font-size: 14px;
  color: #002025;
  margin: 0 0 20px 0;
  font-weight: 400;
}
.team-detl {
  margin: 0;
  padding-top: 15px;
  border-top: 1px solid #efefef;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.str-icon i {
  color: #296bb7;
}
.team-slider-st .team-slider-st .slick-list.draggable {
  padding: 20px 0px 50px;
}
.team-slider-st .slick-prev {
  background: #747474 !important;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  opacity: 1;
  color: #fff;
  z-index: 1;
  top: 100%;
  display: none !important;
}
.team-slider-st .slick-next {
  background: #747474 !important;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  opacity: 1;
  color: #fff;
  z-index: 1;
  top: 100%;
  display: none !important;
}
.team-slider-st .slick-next:before {
  opacity: 1;
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  z-index: 1;
}
.team-slider-st .slick-prev:before {
  opacity: 1 !important;
  content: "\f053";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  z-index: 1;
}
.team-slider-st .slick-dots li.slick-active button {
  background-color: #222222;
  border: 0px solid #222222; /* width: 20px; */
  text-align: center;
  margin: auto;
  display: grid;
  align-items: center;
}
.team-slider-st .slick-dots li button:before {
  font-size: 0px;
  line-height: 0px;
}
.team-slider-st .slick-dots li button {
  background-color: #a7a7a7;
  border-radius: 30px;
  width: 15px;
  height: 15px;
  border: 0px solid #fff;
  margin: auto;
}
/*team-sec*/
/*section.tuckbox-section*/
section.tuckbox-section {
  padding: 50px 0px;
}
.tuck-text h2 {
  font-size: 23px;
  font-weight: bold;
  margin: 0 0 15px 0;
  color: #002025;
}
.tuck-text p {
  font-size: 14px;
  font-weight: 400;
  color: #002025;
}
.tuck-main {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.tuck-main p {
  margin: 0;
  font-size: 15px;
  color: #002025;
  font-weight: 400;
}
.tuck-main h2 {
  margin: 0;
}
.tuck-main h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #002025;
  margin-right: 15px;
}
.tuck-main img {
  width: 65%;
}
.tuck-maon-box {
  padding: 20px 20px;
  border-radius: 5px;
  background-color: rgb(241, 242, 242);
  margin-bottom: 60px;
}
.tuckbox-img img {
  width: 100%;
  border-radius: 0;
}
/*.tuck-form*/
.tuck-form-main {
  border-radius: 0; /* background-color: rgb(0, 32, 37); */
}
.tuck-form-text h2 {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px 0;
}
.tuck-form input.form-control {
  padding: 30px 20px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 10px;
  outline: 0;
  box-shadow: none;
}
.tuck-form textarea.form-control.san-bor {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  height: 145px;
  padding: 20px 20px;
  box-shadow: none;
}
.tuck-form-form-btn input.btn.form-btn {
  padding: 15px 25px;
  background: #d61f2b;
  color: #fff;
  font-weight: bold;
  outline: none;
}
.tuck-form-form-btn {
  text-align: center;
  margin-top: 20px;
}
.tuck-form input.form-control::placeholder {
  font-size: 14px;
  color: #002025;
  font-weight: 600;
}
.tuck-form textarea::placeholder {
  font-size: 14px;
  color: #002025;
  font-weight: 600;
}
/*.tuck-form*/
.row.touck.new-box {
  margin-top: 15px;
}
/*section.tuckbox-section*/
/*section.footer-section */
section.footer-section {
  padding: 50px 0px;
  /* background-color: #f0eeee; */
  background-image: url(../images/contact.jpg);
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-main h4 {
  font-size: 24px;
  font-weight: 500;
  color: #002025;
  margin: 0 0 15px 0;
}
.footer-main h2 {
  font-size: 35px;
  font-weight: bold;
  color: #002025;
  margin: 0 0 20px 0;
}
.footer-main p {
  font-size: 16px;
  color: #002025;
  line-height: 28px;
  margin: 0 0 20px 0;
  font-weight: 500;
}
.footyer-logos img {
  width: 100%;
}
.form-div-box input.form-control {
  padding: 27px 20px;
  margin-bottom: 15px;
  border: 0;
  background-color: #ffffff;
  box-shadow: none;
  color: #000;
}
.form-div-box textarea.form-control.san-bor {
  height: 134px;
  border-color: rgb(220, 220, 220);
  border-radius: 5px;
  background-color: rgb(255 255 255);
  padding: 20px 20px;
  resize: none;
  box-shadow: none;
  color: #000;
}
.form-div-box input.form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.form-div-box textarea.form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.form-div-box-new {
  text-align: end;
  margin-top: 10px;
}
.form-div-box-new button.btn.custom-btn1 {
  font-size: 15px;
  padding: 13px 45px;
  background-color: #d82935;
  border-radius: 25px;
  color: #fff;
  outline: 0;
}
/*section.footer-section */
/*.Copyright-sec */
.Copyright-sec {
  padding: 30px 0;
  background-color: rgb(0, 32, 37);
}
.copy-right p {
  font-size: 13px;
  color: #acacac;
  margin: 0;
}
.privacy-terms a {
  font-size: 13px;
  font-weight: 500;
  color: #acacac;
  margin-right: 25px;
}
/*.Copyright-sec */
.tuck-img-box img {
  width: 100%;
  padding: 0 15px;
  min-height: auto;
}
.row.touck.new-box .slick-list.draggable .slick-slide:last-child img {
  /* padding-right: 0 !important; */
}
/*form */
form.wpcf7-form.init {
  /* padding: 15px 0px 25px; */
  background-color: #fff;
  border-radius: 25px; /* width: 80%; */
}
.breif-box1.qty-inp {
  background: #f0f0f0; /* padding: 2px 10px 2px; */
  /* border: 1px solid #dbe2e2; */
  /* border-radius: 8px; */
  /* width: 100%; */
}
.breif-box1.qty-inp h5 {
  font-size: 11px;
  font-weight: 800;
  color: #565865;
  letter-spacing: 0.1px;
}
.wpcf7-form-control-wrap {
  /* position: relative; */
}
.breif-box1.qty-inp input {
  background: transparent; /* border: 0; */
  /* padding: 0; */
  /* margin: 0; */
  /* padding-top: 2px; */
  /* width: 100%; */
  /* outline: 0; */
}
.breif-box1.breif-box5 h4 {
  /* font-size: 9px; */
  /* font-weight: bold; */
  /* color: #777777; */
  /* margin: 10px 0 10px 0; */
}
select.wpcf7-form-control.wpcf7-select.intrested {
  /* font-size: 10px; */
  /* font-weight: bold; */
  /* color: #000000; */
  /* padding: 12px 15px; */
  /* border: 0; */
  /* border-radius: 25px; */
  /* background-color: #dbe2e2; */
  /* width: 100%; */
  /* outline: 0; */
}
.form-nu-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-text h2 {
  font-size: 18px;
  font-weight: bold;
  color: #d61f2b;
  margin: 10px 0 0 0;
}
.form-text h3 {
  font-size: 14px !important;
  font-weight: bold;
  color: #000000;
  margin: 0 0 5px 0;
}
.form-nu-box p {
  font-size: 13px;
  font-weight: 500;
  margin: 0px 0 0 10;
  padding: 8px 15px;
  border: solid 2px #d61f2b;
  border-radius: 15px;
  color: #000;
}
.chk-col {
  padding: 8px 15px;
  background-color: #0d2d32;
  border-radius: 10px;
}
.chk-col h5 {
  font-size: 12px;
  color: #fff;
}
span.wpcf7-list-item-label {
  color: #fff;
  margin-left: 15px;
  font-size: 15px;
}
.cat-bx-txt {
  text-align: center;
}
.cat-bx-txt h4 {
  /* font-size: 22px; */
  /* font-weight: bold; */
  /* padding: 15px 10px; */
  /* background-color: #0d2d32; */
  /* color: #fff; */
}
.cat-form-2 {
  padding: 0 30px;
}
.intr-txt {
  text-align: center;
}
.intr-txt p {
  font-size: 16px;
  font-weight: bold;
}
.chk-col-box h5 {
  font-size: 10px;
  font-weight: bold;
  color: #777777; /* margin: 10px 0; */
}
.chk-col-custom h5 {
  font-size: 10px;
  font-weight: bold;
  color: #777777;
  margin: 10px 0px;
}
a.desi-btn {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding: 9px 20px;
  background-color: #d61f2b;
  border-radius: 8px;
  width: 100%; /* margin: 10px 0; */
  display: block;
}
.chk-col-custom h5 {
  font-size: 9px;
  font-weight: bold;
  color: #777777;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-primary.cat-form-btn-st {
}
input.wpcf7-form-control {
  /* font-size: 13px; */
  /* color: #000; */
  /* font-weight: bold; */
  /* padding: 9px 20px; */
  /* background-color: #d7e3e3; */
  /* border: 0; */
  /* border-radius: 8px; */
  /* width: 100%; */
}
.banner-section .row-box {
  display: flex;
  align-items: center;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0d2d32; /* border-color: #204d74; */
}
.form-group input.form-control {
  font-size: 13px;
  font-weight: 400;
  color: #000 !important;
  border-radius: 15px;
  border: 0;
  background-color: #dbe2e2; /* width: 100%; */
  padding: 0 20px;
}
.cat-form-2 .col-md-6 {
  /* padding: 0; */
}
.col-md-6.email-col-fm-bx-pd {
  padding: 0 15px;
}
.cat-form-2 input.form-control:focus {
  box-shadow: none;
}
.form-group input.form-control::placeholder {
  font-size: 14px;
  color: #000;
}
ul.pkg-btn li:nth-child(1) a {
  border-width: 2px;
  border-color: #ec4b21;
  border-style: solid;
  padding: 14px 30px;
  border-radius: 25px;
  color: #140b24;
  font-weight: bold;
  font-size: 16px;
}
.banner-section {
  position: relative;
}
section.tuckbox-section {
  position: relative;
}
/*section.tuckbox-section::before{background: url('../images/sec-2-before.png');position: absolute;content: "";width: 118px;height: 517px;top: 0;}*/
.tuck-form-main::before {
  /* background: url('../images/sec-2-form-after.png'); */
  position: absolute;
  content: "";
  width: 110px;
  height: 548px;
  right: -110px;
}
.tuck-form-main {
  position: relative;
}
section.cta-section .container {
  position: relative;
}
section.cta-section .container::before {
}
section.cta-section .banner-btn {
  text-align: left;
}
section.cta-section .banner-btn a.red-btn {
  /* background: #ffff; */
  border: 1px solid #fff;
  color: #000;
  padding: 10px 18px;
  background-color: #000 !important;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #ffff;
  transition-duration: 0.5s;
  background: linear-gradient(to left, #900109 56%, #000000 56%);
  background-size: 180%;
  background-position: right bottom;
  transition: all 0.5s ease;
  text-transform: uppercase;
  border: 0 !important;
}
section.cta-section .banner-btn a.red-btn:hover,
section.cta-section .banner-btn a.red-btn:focus {
  color: #fff;
  background-position: left bottom;
  background-size: 250%;
}
section.cta-section .banner-btn a.red-btn:hover {
  /* background: none; */
  color: #fff;
}
section.cta-section .container {
  position: relative;
}
section.cta-section .container::before {
  position: absolute;
  content: "";
  background-color: rgb(255 255 255 / 80%);
  width: 1607px;
  height: 295px;
  background-repeat: no-repeat;
  right: -500px;
}
section.cta-section .banner-btn {
  text-align: left;
}
section.cta-section .banner-btn a.red-btn {
  /* background: #900109; */ /* border: 1px solid #fff; */ /* color: #fff; */
}
section.cta-section .banner-btn a.red-btn:hover {
  /* background: #000; */
  color: #fff;
}
.portfolio-section {
  position: relative;
}
.what-sec {
  position: relative;
}
section.what-sec .row {
  display: flex;
  align-items: center;
}
.what-head h3 {
  color: #1c1c1c;
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
}
.what-head p {
  color: #1c1c1c;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 0 30px 0;
}
.what-head .banner-btn {
  text-align: left;
}
section.what-sec {
  padding-bottom: 60px;
}
.cta-section-2 {
  background: url("../images/cta-bg-2.png") !important;
}
.what-sec:before {
  position: absolute;
  content: "";
  background: url("../images/cat-before.png");
  width: 357px;
  height: 629px;
  top: 0;
  left: 0;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 70%;
}
.what-sec:after {
  position: absolute;
  content: "";
  background: url("../images/what-before.png");
  width: 296px;
  height: 708px;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 80%;
}
.portfolio-section::before {
  position: absolute;
  content: "";
  background: url("../images/cat-after.png");
  width: 559px;
  height: 539px;
  right: 0;
  bottom: 0;
}
.portfolio-section::after {
  position: absolute;
  content: "";
  background: url("../images/cat-before.png");
  width: 357px;
  height: 629px;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 75%;
}
.cta-img-box img {
}
.bnr-side-img img {
  width: 100%;
  padding-top: 40px;
}
/*.banner-section::before{background: url('../images/header-after.png');position: absolute;content: "";width: 394px;height: 307px;right: 190px;top: 80px;bottom: 0;margin: auto;}
.banner-section::after{background: url('../images/header-before.png');position: absolute;content: "";height: 351px;width: 405px;left: 190px;bottom: 0;top: 110px;margin: auto;background-repeat: no-repeat;background-size: 90%;}*/
/*form */
.form-btn a.fm-btn {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 6px 20px;
  border-radius: 0;
  background: #900109;
  width: 100%;
  display: table;
}
.form-btn {
  /* margin-bottom: 25px; */
  width: 100%;
}
.bnr-new-form-st .form-div-box label i {
  color: #e67d1e;
}
.bnr-new-form-st .form-div-box label {
  position: relative;
  top: 36px;
  left: 10px;
}
.bnr-new-form-st .form-div-box input.form-control {
  padding: 15px 15px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  border-color: #dedede;
  color: #000;
  font-size: 14px !important;
  font-weight: 300 !important;
  height: auto;
  margin-bottom: 10px;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.form-div-box-new button.btn.custom-btn1 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  background: #900109;
  padding: 12px 30px;
}
.form-div-box-new {
  text-align: end;
  padding-top: 20px;
}
.bnr-new-form-st .form-div-box textarea.form-control.san-bor {
  border-radius: 0;
  background-color: rgb(255, 255, 255);
  height: 90px;
  padding: 15px 15px;
  width: 100%; /* border-color: transparent; */
}
.bnr-new-form-st .form-div-box.col-sm-6:nth-child(1) input {
  width: 95%;
}
.bnr-new-form-st .form-div-box {
  display: table; /* width: 100%; */
}
.bnr-new-form-st .form-div-box.form-div-msg-bx {
  width: 100%;
}
.bnr-new-form-st .form-div-box input::placeholder,
.bnr-new-form-st .form-div-box textarea::placeholder {
  color: #000 !important;
}
.bnr-form-product {
  background: #fdfcfb;
  border-radius: 0;
  padding-bottom: 25px;
  margin-right: 0;
  box-shadow: 0 20px 30px #00000059;
  width: 95%;
  float: right;
}
.form-div-box.bnr-new-form-st {
}
.bnr-form-product .form-div-box.fem-bx {
  /* padding: 0 20px !important; */
}
.bnr-form-product form {
  padding-top: 25px;
}
.bnr-form-product .form-div-box {
  padding: 0 20px;
}
.bnr-form-product .form-div-box.fem-bx.col-sm-3.p0 {
  padding-left: 20px !important;
}
.bnr-form-product .form-div-box .form-div-box.form-div-msg-bx {
  padding: 0; /* border: 0 !important; */
}
.bnr-form-product .form-div-box .form-div-box.form-div-msg-bx textarea {
  border-color: #dedede;
  border-radius: 4px;
}
.bnr-form-product h4 {
  background: #950d15;
  font-size: 27px;
  color: #fff;
  padding: 25px 20px;
  border-radius: 0;
}
.bnr-form-product .form-div-box-new {
  margin-top: 0;
  margin: 0 auto;
}
.bnr-form-product .form-div-box-new .btn.custom-btn1 {
  width: 100%;
  border-radius: 0;
  background: #c92523;
}
.cl-logo-sec {
  padding: 30px 0;
  border-bottom: 1px solid #cccccc;
}
.ftr-form-st {
  border-radius: 10px !important;
}
form.wpcf7-form.init {
  border-radius: 10px;
}
.cat-bx-txt h4 {
  border-radius: 10px 10px 0px 0px;
}
form.wpcf7-form.init {
  /* border-radius: 10px !important; */
}
.col-md-6.email-col-fm-bx-pd {
  padding-right: 0;
}
.row.touck.new-box.tuck-slider-nav .slick-track {
  margin-left: 0;
}
.slick,
.slick-wrap {
  /* height: 200px !important; */
  position: relative;
}
.mCustomScrollBox
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -50px !important;
}
.material-sec {
  padding: 50px 0 100px;
}
.material-bx img {
  width: 100%;
}
.material-bx h4 {
  font-size: 14px;
  color: #900109;
  padding: 10px 0;
  font-weight: 600;
}
.material-bx p {
  font-size: 13px;
}
.material-bx {
  margin-right: 25px;
  /* width: 95%; */
  /* margin: auto; */
}
.hd-txt.material-txt {
  text-align: left;
  padding-bottom: 20px;
}
.hd-txt.material-txt h2 {
  font-size: 33px;
  font-weight: bold;
  margin: 0 0 15px 0;
  color: #002025;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #afafaf !important;
}
.writer-team-sec .testi-hd-st img {
  width: 50px;
  border-radius: 29px;
}
.writer-team-sec .testi-hd-st {
  display: flex;
  align-items: center;
  width: 100%;
}
.writer-team-sec .tesit-hd-txt p {
  display: flex;
  font-size: 15px;
}
.writer-team-sec .testi-ftr-txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.writer-team-sec .testi-box {
  background: #fff;
  padding: 10px 20px 20px;
  margin: 0 5px;
}
.writer-team-sec .testi-box h4 {
  font-size: 13px;
  letter-spacing: normal;
  font-weight: 400;
  padding: 16px 0 15px;
}
.writer-team-sec .testi-box p {
  font-size: 14px;
  line-height: normal;
  padding-bottom: 20px;
}
.writer-team-sec .testi-ftr-txt p {
  padding-bottom: 0;
}
.writer-team-sec .testi-box .tesit-hd-txt p {
  font-size: 13px;
  width: 100%;
}
.writer-team-sec .testi-box .tesit-hd-txt p span {
  margin-left: 4px;
}
.writer-team-sec .testi-box .tesit-hd-txt {
  margin-left: 10px;
}
.writer-team-sec .testi-box .testi-hd-st {
  border-bottom: 1px solid #9d9d9d;
  border-bottom-style: dashed;
  padding-bottom: 10px;
}
.writer-team-sec .testi-box .testi-ftr-txt {
  border-top: 1px solid #9d9d9d;
  border-top-style: dashed;
  padding-top: 10px;
}
.writer-team-sec ul#nav-tabs-wrapper {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
.writer-team-sec ul#nav-tabs-wrapper li a {
  background: #f0f0f0;
  border: 0;
}
.writer-team-sec ul#nav-tabs-wrapper li.active a,
.writer-team-sec ul#nav-tabs-wrapper li:hover a,
.writer-team-sec ul#nav-tabs-wrapper li.active a:hover {
  background: #ddd;
}
.testi-slider-pro .slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.testi-slider-pro .slick-dots li.slick-active button {
  background-color: #c3c3c3;
}
.testi-slider-pro .slick-dots li button:before {
  font-size: 0px;
  line-height: 0px;
}
.testi-slider-pro .slick-dots li button {
  background-color: #e5e5e5;
  border-radius: 50px;
  width: 10px;
  height: 10px;
}
.bnr-auto-parts {
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bnr-auto-parts .banner-text h4,
.bnr-auto-parts .banner-text h1,
.bnr-auto-parts .banner-text p {
  text-align: center;
  font-family: "Lato", sans-serif;
}
.bnr-auto-parts .banner-text h1 {
  font-weight: 800;
}
.auto-dtl-txt .banner-btn {
  display: flex;
  margin-top: 25px;
}
.auto-dtl-txt h2 {
  font-size: 33px;
  font-weight: bold;
  margin: 0 0 15px 0;
  color: #002025;
}
.auto-dtl-txt p {
  font-size: 14px;
  font-weight: 400;
  color: #002025;
}
.auto-prts-col {
  display: flex;
  align-items: center;
  background: #f1f2f2;
  padding: 30px 0;
  border-radius: 10px;
}
.auto-prts-detl {
  padding: 50px 0;
}
.auto-dtl-txt {
  padding-left: 75px;
}
.auto-dtl-img img {
  width: 100%;
}
.auto-dtl-img {
  padding-right: 50px;
}
.product-txt-auto h2 {
  font-size: 33px;
  font-weight: bold;
  margin: 0 0 15px 0;
  color: #002025;
}
.auto-product-list ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 15px;
  flex-wrap: wrap;
}
.auto-product-list .auto-pro-bx {
  background: #f1f2f2;
  padding: 20px 20px;
  border-radius: 6px;
}
.auto-product-list li {
  width: 18%;
  margin-right: 15px;
  text-align: center;
  margin-top: 15px;
}
.auto-product-list li h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
  color: #323232;
}
.auto-product {
  padding: 50px 0;
}
.auto-pro-pg-what::after {
  display: none;
}
.auto-pro-pg-what::before {
  display: none;
}
.auto-pro-pg-what {
  border-top: 0px solid #e5e5e5;
}
.auto-pro-pg-cta-sec {
  background: #002025 !important;
}
/*L1 Page*/
.inner_banner_mm {
  height: 100vh;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 900px;
  position: relative;
}
.l1_banner {
  /*background-image: url(../images/automotive/l1-banner.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /*height: 630px;*/
  height: 564px;
}
.l1_banner:before {
  content: "";
  /*background-image: url(../images/automotive/l1-banner-img1.png);*/
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 555px;
  height: 595px;
  bottom: 0;
}
.l1_banner:after {
  content: "";
  /*background-image: url(../images/automotive/l1-banner-img2.png);*/
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 633px;
  height: 606px;
  bottom: 0;
}
.bnr-txt h1 {
  font-size: 64px;
  font-weight: 700;
  color: #002025;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  line-height: 70px;
  letter-spacing: 2px;
}
.l1_banner .bnr-txt p {
  color: #002025;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin: 20px auto 0;
  padding: 0 0 10px;
  letter-spacing: 0;
}
.title_mm {
  color: #002025;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: 5px;
  font-family: "Poppins", sans-serif;
}
.para_mm {
  color: #002025;
  font-weight: 400;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.auto_parts_sec {
  padding: 70px 0 120px;
  border-bottom: 1px solid #e5e5e5;
}
.auto_parts_boxes {
  background-color: #e5e5e5;
  display: flex;
  width: 100%;
  padding: 30px 40px;
  align-items: center;
  border-radius: 7px;
}
.auto_parts_btn {
  margin: 30px 0 0;
}
.red_btn {
  background-color: #900109;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 12px 30px;
  border-radius: 5px;
  letter-spacing: 1px;
  transition-duration: 0.5s;
}
.red_btn:hover,
.red_btn:focus {
  background-color: #000;
  color: #fff;
}
.auto_parts_box img {
  mix-blend-mode: darken;
}
.auto_parts_products_boxes {
  padding: 50px 0 0;
}
.auto_parts_products_slider {
  margin: 30px 0 0px !important;
}
.auto_parts_products_slider_box_img {
  background-color: #f9f8f6;
  width: 205px;
  height: 170px;
  align-items: center;
  display: grid;
  border-radius: 7px;
  margin: 0 auto;
}
.auto_parts_products_slider_box_img img {
  margin: 0 auto;
  width: auto;
  height: 175px;
}
.auto_parts_products_slider_box h3 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #323232;
  font-family: "Poppins", sans-serif;
  margin: 25px 0 0;
}
.banner-btn a.red-btn i {
  margin: 0 5px 0 0;
}
.banner-btn a.black-btn i {
  margin: 0 5px 0 0;
}
/*L1 Page*/
/*L2 Page*/
.auto_parts_grid_sec {
  padding: 70px 0 40px;
  border-bottom: 1px solid #e5e5e5;
}
.auto_parts_grid_box1 {
  position: relative;
  background-color: #f9f9f9;
  height: 655px;
  margin: 0 0 30px;
  padding: 30px 30px;
}
.auto_parts_grid_box1_img {
  position: absolute;
  right: 0;
  bottom: 0;
  /* top: 0; */
  margin: auto;
  display: table;
}

.auto_parts_grid_box1_img img {
  width: 100%;
}

.auto_parts_grid_box1 h2.title_mm {
  margin-top: 0;
}
.auto_parts_grid_box {
  margin: 0 0 30px;
  max-height: 328px;
  position: relative;
  transition-duration: 0.5s;
}

.wht_btn {
  background-color: #ffffff;
  color: #000;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 12px 30px;
  border-radius: 5px;
  letter-spacing: 1px;
  transition-duration: 0.5s;
}
.wht_btn:hover,
.wht_btn:focus {
  background-color: #900109;
  color: #fff;
}
.auto_parts_grid_box:before {
  /*background-color: rgb(0 0 0 / 60%);*/
  /*content: "";*/
  position: absolute;
  top: -15px;
  bottom: 0;
  margin: auto;
  /* width: 90%; */
  height: 0;
  left: 20px;
  right: 20px;
  transition-duration: 0.5s;
}
.auto_parts_grid_box:hover:before {
  height: 85%;
  /* top: -15px; */
}
.auto_parts_grid_box:hover .auto_parts_grid_box_btn {
  display: table;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  transition-duration: 0.5s;
}
.auto_parts_grid_box_btn .wht_btn {
  background-color: #900109;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 12px 30px;
  border-radius: 5px;
  letter-spacing: 1px;
  transition-duration: 0.5s;
}
.auto_parts_grid_box_btn {
  display: none;
  transition-duration: 0.5s;
}
/*L2 Page*/
/*product-detail-page*/
.logo_slider_box {
  align-items: center;
  display: grid;
  height: 40px;
}
.thousand_brands_col {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.thousand_brands_col img {
  margin: 0 10px 0 0;
}
.thousand_brands_boxes {
  background-color: #f7f7f7;
  margin: 0 0 0;
  padding: 10px 0 !important;
  display: table;
}
.cl-log-col {
  padding: 10px 15px 0;
}
.ftr_form_st_mm {
  padding: 0 0px 15px;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  box-shadow: 0px 10px 24px 5px rgb(0 0 0 / 17%);
  border-radius: 0 !important;
}
.ftr_form_st_mm .tuck-maon-box.wow.fadeInRight {
  background: transparent;
  padding: 30px 30px 0;
  margin-bottom: 0;
}
.ftr_form_st_mm .cat-bx-txt {
  text-align: left;
}
.ftr_form_st_mm .cat-bx-txt h4 {
  border-radius: 0;
  padding: 15px 20px;
}
.ftr_form_st_mm .cat-form-btn-st {
  padding: 11px 0;
  font-size: 16px;
  margin: 15px 0 0;
}
.breif_box_textaera textarea.form-control {
  padding: 10px 5px 0px;
  color: #000 !important;
  font-weight: 600;
  font-size: 14px;
}
.ftr_form_st_mm .form-group {
  margin-bottom: 4.5px;
}
.ftr_form_st_mm select.wpcf7-form-control.wpcf7-select.intrested {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}
.material_sec_product .hd-txt.material-txt h2 {
  margin: 0 0 0;
}
hr.material_sec_product_br {
  margin-top: 0;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eee;
}
.material_sec_product {
  /*padding: 30px 0 70px;*/
}
.material_slider_product .slick-prev,
.material_slider_product .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 27px;
  height: 28px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  top: 0;
}
.material_slider_product .slick-prev {
  position: absolute;
  top: -69px;
  right: 70px;
  left: auto;
}
.material_slider_product .slick-next {
  position: absolute;
  top: -55px;
  right: 0;
}
.material_slider_product .slick-prev:before {
  content: "";
  background-image: url(../images/product-arrow-left.png);
  width: 17px;
  height: 28px;
  background-size: 100%;
  position: absolute;
  opacity: 1;
}
.material_slider_product .slick-next:before {
  content: "";
  background-image: url(../images/product-arrow-right.png);
  width: 17px;
  height: 28px;
  position: absolute;
  opacity: 1;
  top: 0;
}
.material_slider_product .material-bx {
  margin: auto;
  display: table;
}
.material_slider_product_box {
  margin: auto;
  display: table !important;
  width: 93% !important;
}
.cta_text h2 {
  font-size: 32px;
  color: #000000;
  font-weight: bold;
  margin: 0px 0 20px 0px;
  line-height: 43px;
  padding: 50px 0 0 0;
}
.cta_text p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
}
.cta_btn a.red-btn {
  /* background: #ffff; */
  border: 1px solid #fff;
  color: #000;
  padding: 10px 18px;
  background-color: #000 !important;
  border-radius: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #ffff;
  transition-duration: 0.5s;
  background: linear-gradient(to left, #900109 56%, #000000 56%);
  background-size: 180%;
  background-position: right bottom;
  transition: all 0.5s ease;
  text-transform: uppercase;
  border: 0 !important;
}
.cta_btn a.red-btn:hover,
.cta_btn a.red-btn:focus {
  color: #fff;
  background-position: left bottom;
  background-size: 250%;
}
.cta_btn a.black-btn:hover,
.cta_btn a.black-btn:focus {
  color: #fff;
  background-position: left bottom;
  background-size: 250%;
}
.cta_btn a.black-btn {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  border-radius: 0px;
  background-color: #d61f2b;
  padding: 10px 18px;
  transition-duration: 0.5s;
  background: linear-gradient(to left, #000000 56%, #900109 56%);
  background-size: 180%;
  background-position: right bottom;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.cta_section {
  background-color: #faf3eb;
  position: relative;
  padding: 5px 0 70px;
}
.cta_img_box img {
  position: absolute;
}
.cta_btn {
  margin: 40px 0 0;
}
.cta_btn a {
  margin: 0 10px 0 0;
}
.related_products_sec {
  padding: 70px 0 80px;
}
.related_products_box_slid h3 {
  text-align: center;
  /*font-weight: 600;*/
  font-size: 14px;
  font-family: "TT Norms";
  margin: 13px 0;
  width: 95%;
}
.related_products_box_slid {
  width: 100% !important;
  margin: auto;
  display: table;
}
.related_products_box_slid img {
  width: 100%;
  margin: 0 auto 0px;
  display: table;
}
.related_products_box_slid_img {
  width: 95%;
}
.related_products_boxes_slider .slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.related_products_boxes_slider .slick-dots li.slick-active button {
  background-color: #900109;
}
.related_products_boxes_slider .slick-dots li button:before {
  font-size: 0px;
  line-height: 0px;
}
.related_products_boxes_slider .slick-dots li button {
  background-color: #e5e5e5;
  border-radius: 50px;
  width: 10px;
  height: 10px;
}
/*product-detail-page*/
.thousand_brands_col p {
  font-size: 14px;
  font-weight: 500;
}
/**/
/**/
.material-pro-sec-st
  .material_slider_product
  .slick-slide:nth-child(even)
  .material_slider_product_box {
  /*    position: relative;
top: 60px;*/
}
.material-pro-sec-st .material_slider_product {
  padding: 0px 0 0px;
  height: auto;
}
.finish_product_slider .finish-s-bx {
  position: relative;
  top: 177px;
  left: -175px;
  right: 0;
  background: rgb(255 255 255 / 82%);
  padding: 20px 20px;
  bottom: 0;
  margin: auto;
  height: 100%;
  margin-top: -160px;
  width: 490px;
}
.finish_product_slider .material-bx {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.materi_sec_pro-2 .slick-prev:before {
  content: "";
  background-image: url(../images/product-arrow-left.png);
  width: 17px;
  height: 28px;
  background-size: 100%;
  position: absolute;
  opacity: 1;
}
.materi_sec_pro-2 .slick-next:before {
  content: "";
  background-image: url(../images/product-arrow-right.png);
  width: 17px;
  height: 28px;
  position: absolute;
  opacity: 1;
  top: 0;
}
.materi_sec_pro-2 .slick-prev,
.materi_sec_pro-2 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 27px;
  height: 28px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  top: 0;
}
.materi_sec_pro-2 .slick-next {
  position: absolute;
  top: -55px;
  right: 0;
}
.materi_sec_pro-2 .slick-prev {
  position: absolute;
  top: -69px;
  right: 70px;
  left: auto;
}
.brand-sec-product-dpg {
  background: url(../images/profile.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.brand-sec-product-cta2 {
  background: url(../images/premium-finishes/home/custom-boxes-cta-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.brnd-sec-bg-st {
  background: rgb(255 255 255 / 91%);
}
.brnd-sec-bg-st {
  background: rgb(255 255 255 / 91%);
  width: 70%;
  padding: 25px 30px;
}
.brnd-sec-bg-st p {
  width: 100% !important;
}
.auto-parts-sec-st .auto_parts_grid_boxes h5 {
  text-align: center;
  padding: 10px 0 0;
  font-size: 17px;
  font-weight: 600;
}
.auto-parts-sec-st .auto_parts_grid_box:hover:before {
  height: 70%;
  /* top: -15px; */
}
.desktop-menu .hd-cntr img {
  width: 220px;
}
/*faq*/
.testi-sec .panel-heading {
  padding: 0;
  border: 0;
}
.testi-sec .panel-title > a,
testi-sec .panel-title > a:active {
  display: block;
  padding: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0px;
  word-spacing: 3px;
  text-decoration: none;
  background: transparent !important;
  border-bottom: 1px solid #dfdfdf;
}
.faq-clo-st {
  padding-right: 50px;
}
.faq-list-st {
  margin-top: 0 !important;
}
.testi-sec .panel-heading a:before {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  float: right;
  transition: all 0.5s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  background: transparent;
  padding: 7px;
  font-size: 12px;
  margin-top: -5px;
}
.testi-sec .panel-heading .collapsed:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(180deg);
  transform: rotate(0deg);
}
.testi-sec .panel-title {
  border: 0;
}
.testi-sec .panel.panel-default {
  border: 0;
  background-color: transparent;
  box-shadow: 8.242px 21.472px 54px 0px rgba(0, 0, 0, 0.04);
}
.testi-sec div#headingOne {
  background: white;
  border: 0 !important;
}
.testi-sec .panel-body {
  border: 0 !important;
  background: transparent !important;
  padding: 5px 20px 30px;
  color: #000;
}
.testi-sec .panel-default > .panel-heading {
  color: #333;
  background-color: #00000000;
  border-color: #ddd;
}
.testi-sec .hd-txt {
  text-align: left;
}
.testi-sec hr {
  text-align: left;
  margin: 25px 0;
}
.testi-sec:before {
  content: "";
  /* background: #f8f8f8; */
  position: absolute;
  top: 240px;
  left: 0;
  margin: auto;
  height: 63%;
  width: 50%;
}
.faq-clo-st-rt {
  padding-left: 50px;
}
.desktop-menu .pre-btn-st {
  transform: none;
  background: transparent;
  color: #000 !important;
}
/*faq*/
/*l2-st-new*/
.new-pg-l2-st::before,
.new-pg-l2-st::after {
  display: none;
}
.new-pg-l2-st .bnr-txt {
  text-align: left;
}
.new-pg-l2-st .bnr-txt h1 {
  font-size: 38px;
  line-height: 40px;
}
.new-pg-l2-st .bnr-txt p br {
  display: none;
}
.form-div-box.em-box-lp {
  width: 50%;
  margin-right: 0;
}
.new-pg-l2-st
  .bnr-form-product
  .form-div-box
  .form-div-box.form-div-msg-bx
  textarea {
  height: 70px;
}
.new-pg-l2-st .bnr-form-product {
  background: #f0eded;
}
.new-pg-l2-st .bnr-form-product .form-control {
  border: 0;
}
.new-pg-l2-st .bnr-new-img img {
  /*width: 85%;*/
}
.new-pg-l2-st .bnr-form-product h4 {
  padding: 11px 20px;
}
.new-pg-l2-st .bnr-form-product .form-control {
  padding: 16px 15px;
}
.wb {
  font-weight: 600 !important;
}
/*l2-st-new*/
.result {
  /* position: absolute; */
  z-index: 999;
  top: 100%;
  left: 0;
  height: auto;
  /*overflow-y: scroll !important;*/
  background: #ffffff;
}
.result ul li {
}
#search-bar form.form-inline .result ul {
  overflow-y: scroll;
  max-height: 400px;
}
#search-bar form.form-inline .result ul li {
  position: relative;
  line-height: 30px;
}
#search-bar form.form-inline .result ul li:before {
  content: "\f061";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 0;
  font-size: 15px;
  color: #900109;
  margin: auto;
}
.dropdown_style {
  padding: 15px 15px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  border-color: #dedede;
  color: #000;
  font-size: 14px !important;
  font-weight: 300 !important;
  height: auto;
  margin-bottom: 10px;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.line_removal {
  border: none !important;
}
.quantity_field {
  margin: 18px 0 0;
}
.quantity_field h4 {
  margin: 0 0 0 !important;
}
.tuckbox-section-padding {
  padding-top: 0px !important;
}
.auto-parts-sec-st-dynamic-part {
  padding-top: 0px !important;
  border: none !important;
}
.tuckbox-section-long-description {
  border-top: 1px solid #eee;
}
.tuckbox-section-long-description h2 {
  font-size: 27px;
  font-weight: bold;
  color: #002025;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.tuckbox-section-long-description p {
  line-height: 27px;
}
.tuckbox-section-long-description strong {
  font-size: 15px;
  color: #000000;
}
.inner-banner-portfolio {
  background: url("../images/box-by-style/banner.jpg") no-repeat center;
  background-size: cover;
}

.inner-banner-refund-policy {
  background: url("../images/other-pages-banners/refund.jpg") no-repeat center;
  background-size: cover;
}

.inner-banner-shipping-policy {
  background: url("../images/other-pages-banners/shipping-policy.jpg") no-repeat
    center;
  background-size: cover;
}

.inner-banner-about-us {
  background: url("../images/other-pages-banners/about-us.jpg") no-repeat center;
  background-size: cover;
}

.inner-banner-contact-us {
  background: url("../images/other-pages-banners/contact-us.jpg") no-repeat
    center;
  background-size: cover;
}
.inner-banner-portfolios {
  background: url("../images/box-by-style/portfolio%20banner.jpg") no-repeat
    center;
  background-size: cover;
}
.inner-banner-privacy {
  background: url("../images/box-by-style/privacy-policy.jpg") no-repeat center;
  background-size: cover;
}
.inner-banner-terms {
  background: url("../images/box-by-style/terms-and-conditions-n.jpg") no-repeat
    center;
  background-size: cover;
}
.inner-shapes-banner {
  background: url("../images/other-pages-banners/shapes-and-styles.jpg")
    no-repeat center;
  background-size: cover;
}

.portfolio-spacing {
  padding: 50px 0 0 0;
}
.eapps-instagram-feed-title {
  display: none !important;
}
.inner-finishes-banner {
  background: url("../images/premium-finishes/finishes_banner.jpg") no-repeat
    center;
  background-size: cover;
}
.premium-finishes-main {
  padding: 50px 0 10px 0;
}
.premium-finishes-main-row {
  padding: 50px 0;
}
.premium-finishes-main-row .row {
  display: flex;
  align-items: center;
}
.premium-finishes-main-row h3 {
  color: #000;
  font-size: 53px;
  font-weight: bold;
  margin: 0 0 20px;
}
.premium-finishes-main-row p {
  color: #5f5f5f;
  font-size: 16px;
}
.premium-finishes-main-row-content {
  height: 100%;
}
.contact-us-main {
  margin: 50px 0 20px 0;
}
.contact-right-form {
  background: #900109;
  padding: 13px 0;
}
.input-group {
}
.contact-right-form .form-group .form-control {
}
.card-body-form {
  padding: 16px 0 0 0;
}
.card-body-form .form-group .input-group {
  display: block;
}
.card-body-form .form-group .input-group .form-control {
  padding: 15px 15px;
  background-color: rgb(255, 255, 255);
  border-color: #dedede;
  color: #000;
  font-size: 14px !important;
  font-weight: 300 !important;
  height: auto;
  margin-bottom: 10px;
  border: 1px solid #dedede;
  border-radius: 4px;
  display: block;
  resize: none;
}
.card-body-form .form-group {
  margin-bottom: 48px;
}
.bg-primary-contact-icons {
  background: #900109;
  width: 100px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin: 0 auto;
  transition: 0.5s;
}
.bg-primary-contact-icons:hover {
  background: #900109 !important;
}
.bg-primary-contact-icons:hover i {
  background: #900109 !important;
  transform: scale(1.5);
  transition: 0.5s;
}
.bg-primary-contact-icons i {
  font-size: 31px;
}
.contact-details-ss {
  margin: 40px 0;
}
.contact-details-ss p {
  margin: 23px 0 0 0;
}
.footer_btn {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 12px 30px;
  width: 100%;
  border-radius: 0;
  background: #c92523;
  border: none;
}
.privacy_policy_content_are {
  padding: 50px 0;
}
.privacy_policy_content_are h4 {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  font-weight: 400;
  padding: 0 5px;
  margin-top: 20px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.privacy_policy_content_are p {
  color: #000;
  font-size: 15px;
  float: left;
  width: 100%;
  text-align: left;
  font-weight: 300 !important;
  float: left;
  width: 100%;
  line-height: 27px;
}
.short-header {
  height: 300px;
}
.auto_parts_sec .slick-slide {
  width: initial !important;
}
.hmslider_txt {
  font-size: 49px !important;
}
.faqmargn {
  margin-top: -52px;
}
.box_jump_to_product {
  display: flex;
  justify-content: center;
}
.box_jump_to_product .box_jump_to_product_item {
  margin: 0 17px;
}
.box_jump_to_product .box_jump_to_product_item h6 {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  margin: 20px 0 0;
  text-align: center;
}
.box_jump_to_product_item img {
  width: 100px;
}
.popheading {
  text-align: center;
  padding: 10px 0 0;
  font-size: 14px;
}
.popupimg {
  width: 262px;
}
.poptext {
  text-align: center;
  margin: -28px 0px 0px 0px;
  color: white;
  width: 236px;
}
/*blog css*/
.section_blog_page {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.post-entry {
  position: relative;
  margin-bottom: 50px;
}
.post-entry.small-post-entry-v .thumbnail {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  margin-bottom: 30px;
  border: none;
}
.post-entry img {
  border-radius: 7px;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.post-entry .heading a {
  color: #222;
}
.post-entry .post-meta .category {
  color: #222;
  font-weight: 600;
}
.post-entry .date {
  color: #999;
}
.post-entry.small-post-entry-v .heading {
  font-size: 18px;
  font-weight: 700;
}
.post-entry.small-post-entry-v .heading a {
}
.post-entry .post-author .author-pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  margin-right: 10px;
}
.post-entry .post-author .author-pic img {
  max-width: 100%;
  border-radius: 50%;
}
.post-entry .post-author strong {
  font-weight: 400;
  color: #000;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.post-entry .post-author span {
  font-size: 13px;
  color: #888;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.post-author {
  align-items: center;
  margin: 14px 0 0;
}
/* blog tanding */
.section_slider {
  padding: 60px 0;
}
.section_slider .post-entry {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_slider .post-entry .thumbnail {
  border: none;
  flex-basis: 40%;
  width: 100%;
}
.section_slider .post-entry .content {
  margin: 0 0 0 34px;
  flex-basis: 60%;
}
.section_slider .post-entry .heading {
  font-weight: bold;
  margin: 0 0 11px 0;
  font-size: 32px;
}
.instant_qt {
  background: #950d15;
  font-size: 27px;
  color: #fff;
  padding: 25px 20px;
  border-radius: 0;
}

.dropdown_second_open {
}
.dropdown_second_open:hover .deropdown_second {
  display: block;
}
.deropdown_second {
  position: absolute;
  z-index: 99999;
  background: #ffff;
  opacity: 1;
  top: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  display: none;
  text-align: left;
  border-top: 1px solid #900109;
}

.deropdown_second li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: static;
  list-style: none;
}

.deropdown_second li a {
  display: block;
  line-height: 22px;
  font-weight: 500;
  font-size: 13px;
  color: #222;
  text-align: left;
  text-transform: initial;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  padding-left: 35px;
  background: url(../images/drop-li-icon.html) left 12px center no-repeat;
  position: relative;
  height: 40px;
  padding: 10px 30px !important;
}

.dropdown_products_filtering {
  margin: 21px 0 0 0;
}

.dropdown_products_filtering select {
  width: 100%;
  padding: 13px 0;
  border: 1px solid #900109;
}

ul.process-ul-main {
  margin: 0;
  padding: 30px 0 0 0;
  list-style: none;
  position: relative;
}

.process-bx {
  padding: 0px 0 26px;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.process-bx p {
  padding-top: 10px;
}

.process-bx h3 {
  font-size: 22px;
  font-weight: bold;
  color: #8f0109;
}

ul.process-ul-main:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 46px;
  bottom: auto;
  width: 3px;
  height: 78%;
  background: #c4c4c4;
}

.process-bx:before {
  content: "";
  background: #000000;
  position: absolute;
  left: -38px;
  top: 16px;
  bottom: 0;
  width: 19px;
  height: 19px;
  border-radius: 60%;
  box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 0%);
  transition: all 0.5s ease-in-out;
}

.process-bx.active::before {
  width: 30px;
  height: 30px;
  left: -44px;
  background-image: -moz-radial-gradient(
    50% 50%,
    circle closest-side,
    rgb(231, 240, 253) 0%,
    rgb(172, 203, 238) 100%
  );
  background-image: -webkit-radial-gradient(
    50% 50%,
    circle closest-side,
    rgb(231, 240, 253) 0%,
    rgb(172, 203, 238) 100%
  );
  background-image: -ms-radial-gradient(
    50% 50%,
    circle closest-side,
    rgb(231, 240, 253) 0%,
    rgb(172, 203, 238) 100%
  );
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.34);
}

ul.deropdown_second_sub {
  display: none;
  position: absolute;
  right: -231px;
  top: 5px;
  background: #fff;
  min-width: 230px;
}

li.nav-item.dropdown_second_inner i {
  position: absolute;
  right: 10px;
  top: 14px;
  bottom: 0;
  margin: auto;
}

li.nav-item.dropdown_second_inner:hover ul.deropdown_second_sub {
  display: block;
}

.blog-post-cntnt-st {
  display: flex;
  align-items: self-start;
  justify-content: center;
}

.shar-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 35%;
}

.blog-share-link {
  width: 100%;
  display: flex;
  align-items: center;
}

.shar-post h4 {
  font-size: 15px;
}

.share-post-cntnt {
  width: 100%;
  padding-left: 70px;
}

.blog-share-link ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 6px;
  margin: 0;
}

.blog-share-link ul li {
  margin: 0 5px;
  background: #eee;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60%;
}

.blog-share-link h4 {
  font-size: 14px;
}

.pack-detl-inner-sec {
  padding: 50px 0;
}

.share-post-cntnt h4 {
  font-size: 19px;
  line-height: normal;
}

.share-post-cntnt p {
  font-size: 17px;
  margin-top: 20px;
}

.shar-post img {
  border-radius: 60%;
}

.blog-post-img-div {
  padding: 20px 0;
}

.blog-post-img-div img {
  border-radius: 8px;
}

.blog-post-img-div img {
  width: 100%;
}

.blog-post-cntnt h4 {
  font-size: 22px;
  font-weight: 500;
  padding: 10px 0 10px;
  line-height: normal;
}

.blog-post-cntnt p {
  font-size: 16px;
  padding: 8px 0;
}
.blog-post-cntnt li {
  font-size: 16px;
  padding: 0px 0;
}

.blog-post-cntnt ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}

.blog-post-cntnt ul li {
  width: 40%;
  line-height: 30px;
  font-size: 16px;
}
.blog-post-cntnt ul li,
.blog-post-cntnt ol li {
  margin-bottom: 10px;
}

.blog-post-cntnt ul,
.blog-post-cntnt ol {
  list-style-position: inside;
}

.blog-post-cntnt ul li p,
.blog-post-cntnt ol li p {
  padding: 0px 0;
}

.blog-popular-news h3 {
  font-size: 22px;
  margin-bottom: 35px;
}

.new-pblog {
  border: 1px solid #dbdbdb;
  background: transparent;
  padding: 15px 20px;
  margin-top: 0;
  border-bottom: 0px solid #dbdbdb;
  border-top: 0;
  position: relative;
}

.new-pblog h5 {
  font-size: 12px;
  color: #777;
}

.new-pblog p {
  font-size: 16px;
  padding-top: 12px;
}

.new-pblog:nth-child(1) {
  border-top: 1px solid;
}

.blog-popular-news .new-pblog.new-pblog-1 {
  border-top: 1px solid #dbdbdb;
  border-radius: 8px 8px 0px 0px;
}

.blog-popular-news .new-pblog.new-pblog-6 {
  border-bottom: 1px solid #dbdbdb;
  border-radius: 0px 0px 8px 8px;
}

.new-pblog:before {
  content: "";
  background: #dbdbdb;
  position: absolute;
  width: 90%;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.blog-popular-news .new-pblog.new-pblog-6:before {
  display: none;
}
.blog-post-cntnt p span {
  font-size: 17px;
  font-style: normal;
  font-weight: 100;
  padding-top: 20px;
  text-align: justify !important;
}

.shapestyle {
  text-align: center;
  padding: 10px 0px 10px;
  font-size: 17px;
  font-weight: 600;
}
.logotitle {
  text-transform: capitalize;
}

.customh1 {
  font-size: 40px;
  font-weight: bold;
  color: #002025;
  margin: 0 0 20px 0;
}
.rclr {
  color: black;
}
.popuph {
  text-align: center;
  padding: 10px 0 0;
  font-size: 15px;
  font-weight: 600;
}

.mt-100 {
  margin-top: 100px;
}
.twstepfd {
  height: 40px;
}
.white {
  color: white !important;
}
.customqt1 {
  margin-top: -20px !important;
}
.customqt2 {
  margin-top: -11px !important;
}
.customqt3 {
  margin-bottom: -4px !important;
}

.post-loop-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.post-loop-container .post-loop-item {
  flex-basis: 32%;
}

.qty-disclaimer {
  color: red;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: -5px;
}

@media (max-width: 480px) {
  .post-loop-container {
    gap: 4px;
  }

  .packaging-news-detail .blog-post-cntnt img {
    width: 100%;
    object-fit: contain;
  }
}

/*Mob and tab view css */

@media (max-width: 320px) {
  .new-pg-l2-st .bnr-txt p {
    width: 80%;
  }

  select#LEADCF1 {
    width: 106.5%;
  }

  .col-sm-12.brnd-sec-bg-st {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .writer-team-sec ul#nav-tabs-wrapper li a img {
    width: 70px;
  }

  .writer-team-sec ul#nav-tabs-wrapper li {
    margin-right: 5px;
  }

  .l2_blade_mm .auto_parts_grid_box img {
    width: 250px !important;
  }

  .writer-team-sec ul#nav-tabs-wrapper {
    display: flex !important;
  }

  .writ-img img {
    width: 80% !important;
  }
  .auto_parts_grid_sec {
    padding: 30px 0 40px;
  }

  .footer-sec {
    padding-top: 5px;
  }

  .divider {
    margin: 5px 0 25px;
  }

  section.footer-section {
    padding: 20px 0px;
  }

  h2 {
    font-size: 24px !important;
  }

  .col-sm-3.footer-flex-box-mobile {
    width: 100% !important;
  }
}

/* tablet view */

@media only screen and (min-width: 768px) and (max-width: 1020px) {
  .writ-img img {
    width: 40% !important;
  }

  .col-sm-3 {
    width: auto;
  }

  .col-sm-12.ftr-list-col {
    display: flex;
  }

  .htp-right {
    width: 51% !important;
  }

  .htp-left {
    width: 40%;
  }

  .navbar-brand > img {
    width: 25%;
  }

  .navbar-toggle {
    display: block;
  }

  .cta_img_box img {
    top: 60px;
    width: 95%;
    position: absolute;
  }

  section.inner_banner_mm.l1_banner.new-pg-l2-st.container .row .col-sm-6 {
    width: 30% !important;
  }

  section.inner_banner_mm.l1_banner.new-pg-l2-st.container.row.col-sm-offset-1 {
    width: 60% !important;
  }
}
