* {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Rubik", sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:hover {
  text-decoration: none;
}
p {
  font-size: 16px;
  color: #343434;
  line-height: 24px;
}
.img-fluid {
  display: block;
}
header.header {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
header.header .upper-div {
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 7px;
  border-radius: 6px;
  margin-top: 7px;
}
header.header .upper-div .icons ul {
  display: flex;
}
header.header .upper-div .icons li {
  padding: 11px 25px;
}
header.header .upper-div .icons a {
  color: white;
}
header.header .upper-div .navbar-content ul {
  display: flex;
}
header.header .upper-div .navbar-content li {
  padding: 11px 25px;
}
header.header .upper-div .navbar-content a {
  color: white;
}
header.header .main-div .navbar-brand {
  padding: 0;
}
header.header .main-div .logo {
  width: 150px;
  display: block;
}
header.header .main-div .navbar.navbar-expand-lg.navbar-light.bg-white {
  border-radius: 6px;
  border-bottom-right-radius: 0px;
  padding-top: 0;
  padding-bottom: 0;
}
header.header .main-div .navbar-light .navbar-nav .nav-link {
  padding: 40px 20px 43px 20px;
  color: #2a2a2a;
  border-top: 3px solid transparent;
  transition: all ease-in-out 0.3s;
  margin-left: 5px;
}
header.header .main-div .navbar-light .navbar-nav .nav-link:hover {
  border-top: 3px solid rgb(178, 45, 48);
  color: #b22d30;
}
header.header .main-div .navbar-light .navbar-nav .active > .nav-link,
header.header .main-div .navbar-light .navbar-nav .nav-link.active,
header.header .main-div .navbar-light .navbar-nav .nav-link.show,
header.header .main-div .navbar-light .navbar-nav .show > .nav-link {
  border-top: 3px solid rgb(178, 45, 48);
  color: #b22d30;
}
header.header .main-div {
  position: relative;
}
header.header .main-div a.click {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: rgb(178, 45, 48);
  color: white;
  padding: 10px 40px;
  position: absolute;
  right: 0;
  font-size: 15px;
  line-height: 24px;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  letter-spacing: 1px;
}
header.header .main-div a.click:hover {
  background-color: rgb(123, 123, 124);
  color: #ffffff;
}
/*section-cover*/

section.cover {
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.cover .carousel {
  height: 100%;
}
section.cover .carousel-control-next,
section.cover .carousel-control-prev {
  width: auto;
  align-items: flex-end;
  opacity: 1;
}
section.cover .position {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
section.cover .carousel-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.cover .content-slider {
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section.cover .content-slider .heading-h3 {
  font-size: 40px;
  line-height: 60px;
  color: white;
  margin-top: 90px;
}
section.cover .content-slider .heading-h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: white;
}
section.cover .content-slider p {
  color: white;
  padding-top: 20px;
  padding-bottom: 25px;
  width: 60%;
}
section.cover .content-slider .span a {
  padding: 14px 38px;
  border-radius: 6px;
  display: inline-block;
  font-size: 15px;
  background-color: rgb(178, 45, 48);
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all ease-in-out 0.3s;
}
section.cover .content-slider .span a:hover {
  background-color: rgb(123, 123, 124);
  color: #ffffff;
}
section.cover .carousel-indicators {
  bottom: 10px;
}
section.cover .carousel-indicators .active {
  background-color: #b22d30;
  width: 33px;
}
section.cover .carousel-indicators li {
  width: 20px;
  height: 6px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: rgb(241, 241, 241);
}
section.cover .carousel-indicators li:hover {
  background-color: rgb(178, 45, 48);
}
section.cover .ctrl .icon {
  width: 50px;
  height: 50px;
  color: rgb(178, 45, 48);
  background-color: white;
  font-size: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: none;
}
section.cover .ctrl1 .icon1 {
  width: 50px;
  height: 50px;
  color: rgb(178, 45, 48);
  background-color: white;
  font-size: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: none;
}
/*section-cover1*/

section.cover1 {
  padding: 80px 0;
}
section.cover1 .large-box {
  height: 550px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
}
section.cover1 .large-box .position {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: inset 1px 1px 1px 1px whitesmoke;
}

section.cover1 .large-box .position .content {
  background: rgba(178, 45, 48, 0.7);
  padding: 20px;
}
section.cover1 .large-box .position .content .heading-steel {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 20px;
}
section.cover1 .large-box .position .content p {
  color: #ffffff;
}
section.cover1 .large-box .position .click-box {
  height: 40px;
  width: 40px;
  background-color: #b22d30;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: white;
  margin-left: auto;
}
section.cover1 .small-box {
  height: 270px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
}
section.cover1 .small-box .position-blue {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
section.cover1 .small-box .position-blue:after {
  content: "";
  position: absolute;
  top: 0;
  left: -34%;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(5, 121, 178, 0.9);
  transform: skewX(-26deg);
}
section.cover1 .small-box .position-blue .content1 .heading-master {
  font-size: 24px;
  line-height: 21px;
  font-weight: 500;
  color: white;
  padding-bottom: 20px;
}
section.cover1 .small-box .position-blue .content1 p {
  color: white;
  max-width: 300px;
}
section.cover1 .small-box .position-blue .click-box {
  height: 40px;
  width: 40px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: black;
  margin-left: auto;
}
section.cover1 .small-box1 {
  height: 270px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.cover1 .small-box1 .position1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(65, 26, 38, 0.9);
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.cover1 .small-box1 .position1 .content1 .heading-connect {
  font-size: 24px;
  line-height: 21px;
  font-weight: 500;
  color: white;
  padding-bottom: 20px;
}
section.cover1 .small-box1 .position1 .content1 p {
  color: white;
}
section.cover1 .small-box1 .position1 .icon-div {
  position: relative;
  display: flex;
  justify-content: space-between;
}
section.cover1 .small-box1 .position1 .icon-div ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.cover1 .small-box1 .position1 .icon-div .box-icon {
  height: 50px;
  width: 50px;
  background-color: white;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.cover1 .small-box1 .position1 .icon-div .text {
  color: white;
  padding-top: 15px;
}
section.cover1 .small-box1 .position1 .icon-div .icon {
  width: 30px;
}
section.cover1 .small-box1 .position1 .click-box {
  height: 40px;
  width: 40px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin-left: auto;
  color: black;
}
section.cover1 .small-box2 {
  height: 270px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 10px 0;
}
section.cover1 .small-box2 .position2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(178, 45, 48, 0.8);
  display: flex;
  padding: 45px;
  flex-direction: column;
  justify-content: space-between;
}
section.cover1 .small-box2 .position2 .content2 .heading-center {
  font-size: 24px;
  line-height: 21px;
  font-weight: 500;
  color: white;
  padding-bottom: 20px;
}
section.cover1 .small-box2 .position2 .content2 p {
  color: white;
}
section.cover1 .small-box2 .position2 .click-box {
  height: 40px;
  width: 40px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin-left: auto;
  color: black;
}
section.cover1 .small-box3 {
  height: 270px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.cover1 .small-box3 .position3 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(60, 57, 67, 0.2);
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.cover1 .small-box3 .position3 .content3 .heading-rich {
  font-size: 24px;
  line-height: 21px;
  font-weight: 500;
  color: white;
  padding-bottom: 20px;
}
section.cover1 .small-box3 .position3 .content3 p {
  color: white;
}
section.cover1 .small-box3 .position3 .click-box {
  height: 40px;
  width: 40px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: black;
  margin-left: auto;
}
section.cover2 {
  padding: 60px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.cover2 .content {
  text-align: center;
  color: white;
  padding-bottom: 50px;
}
section.cover2 .content h1 {
  font-size: 40px;
  font-weight: 700;
}
section.cover2 .content p {
  color: white;
  width: 40%;
  margin: 0 auto;
}
section.cover2 .item-div .image {
  position: relative;
  overflow: hidden;
}
section.cover2 .item-div .image .click {
  position: absolute;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  bottom: 0;
  right: 0;
  background: rgb(178, 45, 48);
  color: white;
  opacity: 0;
  transform: translateX(100%);
  transition: all;
  transition-duration: 1s;
}
section.cover2 .item-div:hover .image .click {
  opacity: 1;
  transform: translateX(0);
}
section.cover2 .item-div .image .size {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  height: 250px;
  object-fit: cover;
}
section.cover2 .item-div .content-item {
  padding: 35px;
  background-color: white;
  position: relative;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  z-index: 1;
}
section.cover2 .item-div .content-item h1 {
  font-size: 26px;
  line-height: 33px;
  font-weight: 700;
  color: rgb(178, 45, 48);
  padding-bottom: 25px;
}
section.cover2 .item-div .content-item .position {
  position: absolute;
  color: rgb(241, 241, 241);
  right: 5px;
  bottom: 25px;
  font-size: 91px;
  line-height: 21px;
  font-weight: 500;
  z-index: -1;
}
section.cover3 {
  padding: 80px 0;
}
section.cover3 .image-text {
  margin-bottom: 30px;
  box-shadow: 0px 4px 24px 0px rgba(62, 62, 62, 0.1);
}
section.cover3 .image-text .text {
  padding: 12px 0;
  border-top: 3px solid rgb(178, 45, 48);
}
section.cover3 .image-text .text h1 {
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: rgb(101, 101, 101);
}
section.cover3 .image-text1 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.cover3 .image-text1 h1 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  color: rgb(178, 45, 48);
  text-align: center;
}
section.cover3 .image-text .outer-box {
  position: relative;
  overflow: hidden;
}
section.cover3 .image-text .outer-box .position {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(178, 45, 48, 0.8);
  transform: translatey(100%);
  transition: all 0.3s ease-in-out;
}
section.cover3 .image-text .outer-box .position p {
  color: white;
}
section.cover3 .image-text .outer-box .position .box {
  height: 40px;
  width: 40px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: black;
}
section.cover3 .image-text .outer-box .image img {
  height: 230px;
  object-fit: cover;
  width: 100%;
}
section.cover3 .image-text:hover .outer-box .position {
  transform: translatey(0);
}
section.cover4 {
  padding: 0 0 80px;
}
section.cover4 .content-solution h1 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
  color: rgb(100, 100, 100);
  text-align: center;
}
section.cover4 .content-solution p {
  text-align: center;
}
section.cover4 .gallery1 .outer-div {
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}
section.cover4 .gallery1 .outer-div .img-div .size {
  height: 606px;
  object-fit: cover;
  width: 100%;
}
section.cover4 .gallery1 .outer-div .span {
  height: 50px;
  width: 200px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 15px;
  z-index: 1;
  color: white;
  font-size: 18px;
  line-height: 6px;
  font-weight: 500;
}
section.cover4 .gallery1 .outer-div .span:after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgb(178, 45, 48);
  position: absolute;
  left: 0;
  transform-origin: top left;
  transform: perspective(800px) skewX(-32deg);
  top: 0;
  z-index: -1;
}
section.cover4 .gallery1 .outer-div1 {
  position: relative;
  overflow: hidden;
}

section.cover4 .gallery1 .last-margin {
  position: relative;
  overflow: hidden;
  margin-right: 10px;
}

section.cover4 .gallery1 .margin-bottom {
  margin-bottom: 10px;
}
section.cover4 .gallery1 .outer-div1 .img-div1 .size1 {
  height: 298px;
  object-fit: cover;
  width: 100%;
}
section.cover4 .gallery1 .outer-div1 .span {
  height: 50px;
  width: 200px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  z-index: 1;
  color: white;
  font-size: 18px;
  line-height: 6px;
  font-weight: 500;
}
section.cover4 .gallery1 .outer-div1 .span:after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgb(178, 45, 48);
  position: absolute;
  left: 0;
  transform-origin: top left;
  transform: perspective(800px) skewX(-20deg);
  top: 0;
  z-index: -1;
}
section.cover5 .full-image1 {
  padding: 60px 50px;
  margin-bottom: 80px;
  margin-top: 50px;
  background-image: url(../images/home-buy-american.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.cover5 .full-image1 .position {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 1, 2, 0.6);
}
section.cover5 .full-image1 .content-american h1 {
  font-size: 34px;
  line-height: 24px;
  font-weight: 500;
  color: white;
  padding-bottom: 30px;
}
section.cover5 .full-image1 .content-american p {
  color: white;
  max-width: 60%;
}
section.cover5 .full-image1 .click {
  padding: 40px 0;
}
section.cover5 .full-image1 .click a {
  color: rgb(178, 45, 48);
  padding: 14px 42px;
  border-radius: 5px;
  background: white;
  font-weight: 500;
  transition: all;
  transition-duration: 1s;
}
section.cover5 .full-image1 .click a:hover {
  background: rgba(178, 45, 48);
  color: white;
}

i.fa.carousel-control-icon-both {
  font-size: 30px;
  color: #ffffff;
  border: 1px solid #b22d30;
  padding: 5px 14px;
  border-radius: 4px;
  background-color: #b22d30;
}

footer.footer .footer-div {
  background-color: rgb(52, 52, 52);
  padding: 20px 0;
}
footer.footer .footer-div .footer-icon ul {
  display: flex;
}
footer.footer .footer-div .footer-icon ul li {
  flex-grow: 1;
}
footer.footer .footer-div .footer-icon a {
  display: table;
  margin: 0 auto;
}
footer.footer .footer-div .footer-icon .icon-size {
  width: 30px;
  color: white;
}
footer.footer .footer-info {
  background-color: rgb(46, 46, 46);
}
footer.footer .footer-info .outer-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0;
}
footer.footer .footer-info .outer-div .span {
  height: 73px;
  width: 73px;
  background-color: white;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer.footer .footer-info .outer-div .span a .icon-click {
  width: 30px;
  color: rgb(178, 45, 48);
}
footer.footer .footer-info .outer-div .content-contact {
  text-align: center;
}
footer.footer .footer-info .outer-div .content-contact h3 {
  font-size: 22px;
  line-height: 33px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  padding: 10px 0;
}
footer.footer .footer-info .outer-div .content-contact ul {
  text-align: center;
}
footer.footer .footer-info .outer-div .content-contact ul li a {
  color: white;
  font-size: 16px;
  line-height: 24px;
}
footer.footer .small-div {
  background-color: rgb(178, 45, 48);
}
footer.footer .small-div p {
  color: white;
  text-align: center;
  padding: 15px;
}
footer.footer .small-div .copy {
  width: 15px;
  color: white;
}

.common-heading {
  color: #343434;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}

.inner-common-heading {
  padding-bottom: 15px;
  font-size: 34px;
  color: #343434;
  font-weight: 500;
}
.inner-common-heading-black {
  padding-bottom: 15px;
  font-size: 34px;
  color: #343434;
  font-weight: 500;
}
.inner-common-heading span {
  color: #b22d30;
}
.inner-common-heading-black span {
  color: #000;
}
.non-stop .back-color .inner-common-heading-black {
  color: #ffffff;
  font-size: 30px;
}

.common-sub-heading {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 10px;
}

.cover2 .common-heading {
  color: #ffffff;
}

.cover2 .common-sub-heading {
  color: #ffffff;
}

.our-blog .img-blog {
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.our-blog .outer-blog {
  padding: 20px;
}

.our-blog .outer-blog .inner-blog {
  box-shadow: 0px 4px 24px 0px rgba(62, 62, 62, 0.1);
}

.our-blog .img-blog .date {
  position: absolute;
  top: 20px;
  left: 20px;
}

.our-blog .img-blog .date h3 {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 20px;
  background: rgba(178, 45, 48, 0.7);
}

.our-blog .img-blog .date h3 span {
  font-size: 58px;
  line-height: 42px;
  display: block;
  padding-bottom: 10px;
}

.our-blog .img-blog .admin {
  font-size: 12px;
  font-weight: 700;
  color: rgb(178, 45, 48);
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.our-blog .img-blog .read-more {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #b22d30;
  text-transform: uppercase;
  padding: 14px 25px;
  display: inline-block;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  right: -150px;
  line-height: 18px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.our-blog .content-div {
  height: 230px;
  overflow: auto;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #f3f3f3;
}

.our-blog .content-div h5 {
  font-size: 18px;
  color: #646464;
  font-weight: 500;
  line-height: 26px;
}

.our-blog .content-div p {
  font-size: 14px;
  padding-top: 7px;
}

.our-blog .outer-blog:hover .read-more {
  right: 0;
}

.our-blog #demos .owl-theme .owl-nav [class*="owl-"] {
  background-color: #b22d30;
  color: #ffffff;
  font-size: 30px;
  height: 35px;
  width: 35px;
  border-radius: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.our-blog #demos .owl-carousel .owl-nav button.owl-next {
  right: -60px;
}

.our-blog #demos .owl-carousel .owl-nav button.owl-prev {
  left: -60px;
}

button:focus {
  outline: none;
}

.inneer-page-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px;
}

.inneer-page-banner .content-div {
  display: flex;
  justify-content: space-between;
  height: 300px;
  align-items: flex-end;
}

.inneer-page-banner .content-div h2 {
  font-size: 35px;
  color: #fff;
  font-weight: 500;
}

.inneer-page-banner .content-div ul {
  display: flex;
  flex-wrap: wrap;
}

.inneer-page-banner .content-div ul li {
  color: #fff;
  font-weight: 500;
}

.inneer-page-banner .content-div ul li a {
  color: #ffffff;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

.inneer-page-banner .content-div ul li:nth-child(even) {
  padding: 0 10px;
}

.quality-certification {
  padding: 80px 0;
}

.quality-certification p:first-child {
  padding-bottom: 30px;
}

.quality-certification h4 {
  color: #343434;
  padding-bottom: 30px;
  font-size: 22px;
}

.quality-certification ul li {
  padding-left: 25px;
  color: #343434;
  padding-bottom: 15px;
  line-height: 24px;
  position: relative;
}

.quality-certification ul li:last-child {
  padding-bottom: 30px;
}

.quality-certification ul li:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: fontawesome;
  color: #b22d30;
  content: "\f061";
}

.quality-management {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px;
}

.quality-management h4 {
  color: #ffffff;
}

.quality-management p {
  color: #ffffff;
}

.quality-management ul li {
  color: #ffffff;
}

.quality-management ul {
  margin-top: 30px;
}

.two-certificate .outer-div {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  border: 4px double #b22d30;
  height: 370px;
}

.two-certificate .outer-div p {
  text-align: justify;
}

.producing ul {
  margin-top: 30px;
}

.producing {
  background-color: #f9f9f9;
}

.career {
  padding: 80px 0;
}

.career .inner-common-heading {
  color: #ffffff;
}

.career .outer-div {
  background-color: #2e2e2e;
  padding: 80px;
  margin-top: -120px;
}

.career .outer-div p {
  padding-bottom: 15px;
  color: #ffffff;
  text-align: justify;
}

.career .image-career img {
  height: 540px;
  object-fit: cover;
  width: 100%;
}

.employer-benifits span {
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  background: #ffffff;
  align-items: center;
  border: 5px solid #ffffff;
}

.employer-benifits span img {
  width: 35px;
}

.employer-benifits {
  padding: 80px 0 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.employer-benifits .inner-common-heading {
  color: #ffffff;
}

.employer-benifits h6 {
  color: #2e2e2e;
  font-weight: 600;
  font-size: 18px;
  padding: 5px 0 15px 0;
  color: #ffffff;
}

.employer-benifits h6 + p {
  font-size: 13px;
  line-height: 22px;
  padding-bottom: 50px;
  color: #ffffff;
}

.employer-benifits h4 + p {
  padding-bottom: 50px;
  width: 50%;
  color: #ffffff;
}

.current-job-opening h4 + p {
  padding-bottom: 50px;
  width: 50%;
}

.current-job-opening {
  padding: 80px 0;
}

.current-job-opening .outer-job {
  background: #f9f9f9;
  padding: 40px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.current-job-opening .outer-job h5 {
  font-size: 30px;
  color: #343434;
}

.current-job-opening .outer-job p {
  font-size: 18px;
  padding-top: 10px;
  color: #333333;
}

.current-job-opening .outer-job a {
  font-size: 16px;
  background: #b22d30;
  color: #ffffff;
  padding: 10px 30px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border-radius: 100px;
}

.current-job-opening .outer-job a:hover {
  background-color: rgb(123, 123, 124);
  color: #ffffff;
}

.current-job-opening .apply-job {
  background: #f9f9f9;
  margin-top: 50px;
  padding: 50px;
}

.current-job-opening .apply-job h5 {
  font-size: 20px;
  color: #343434;
  padding-bottom: 10px;
}

.current-job-opening .apply-job h5 + p {
  padding-bottom: 50px;
}

.current-job-opening .apply-job .form-control {
  color: #6d6d6d;
  background-color: white;
  font-size: 13px;
  border-radius: 4px;
}

.current-job-opening .apply-job .custom-file-label {
  border: 1px solid #b22d30;
}
.current-job-opening .apply-form label {
  font-weight: 600;
  color: #313131;
  margin-bottom: 15px;
}

.current-job-opening .apply-job .custom-file-label::after {
  background-color: #b22d30;
  color: #fff;
  border-left: 1px solid #b22d30;
}

.current-job-opening .apply-job .btn {
  font-size: 16px;
  background: #b22d30;
  color: #ffffff;
  padding: 7px 30px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border-radius: 100px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}

.current-job-opening .apply-job .btn:hover {
  background-color: rgb(123, 123, 124);
  color: #ffffff;
}

.current-job-opening .form-group {
  margin-bottom: 30px;
}

.technical-comparison {
  padding: 80px 0;
}

.technical-comparison thead tr th {
  width: 20%;
}

.technical-comparison thead tr th:nth-child(2) {
  width: 27%;
}

.technical-comparison thead tr th:nth-child(3) {
  width: 26%;
}

.technical-comparison thead tr th:last-child {
  width: 27%;
}

.technical-comparison .table .thead-dark th {
  color: #fff;
  background-color: #b22d30;
  border-color: #b22d30;
  font-weight: 500;
}

.technical-comparison .name-head {
  font-weight: 500;
  text-align: center;
  background: #f1f1f1;
}

.technical-comparison h3 {
  color: #343434;
  padding-bottom: 30px;
  font-size: 22px;
}

.technical-comparison .w-100 {
  padding: 30px;
}

.technical-comparison h4 {
  color: #343434;
  padding: 25px 0 10px 0;
}

.advantage {
  padding: 80px 0;
}

.advantage .img-div img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 30px;
}

.advantage .img-div p {
  padding-bottom: 15px;
}

.pipe-sizes h4 + p {
  padding-bottom: 50px;
  width: 50%;
}

.pipe-sizes {
  background: #f9f9f9;
  padding: 80px 0;
}

.pipe-sizes .nav {
  display: inline-flex;
  align-items: flex-end;
}

.pipe-sizes .nav-tabs .nav-item {
  margin-bottom: 0;
}

.pipe-sizes .nav-item.show .nav-link,
.pipe-sizes .nav-link.active {
  color: #ffffff;
  background-color: #343434;
  border-radius: 0;
  padding: 40px 40px;
  border-top: 6px solid #b22d30;
}

.pipe-sizes .nav-link {
  padding: 35px 40px;
  color: #ffffff;
  transition: 0.3s;
  background-color: #343434;
  margin-right: 10px;
}

.pipe-sizes .tabs-content {
  background: #ffffff;
  padding: 40px;
  margin-top: 10px;
}

.pipe-sizes .tabs-content h5 {
  color: #b22d30;
  padding-bottom: 20px;
  font-size: 22px;
}

.pipe-sizes .tabs-content h5 + p {
  padding-bottom: 60px;
}

.pipe-sizes .tabs-content .video-div {
  height: 400px;
  width: 100%;
}

.pipe-sizes .tabs-content .video-div iframe {
  height: 100%;
  width: 100%;
}

.pipe-sizes .tabs-content ul li {
  line-height: 24px;
  padding-bottom: 15px;
}

.pipe-sizes .tabs-content ul li strong {
  padding-right: 10px;
  color: #b22d30;
  font-weight: 500;
}

.pipe-sizes .tabs-content.third-tab-content p {
  padding-bottom: 20px;
}

.pipe-sizes .tabs-content.third-tab-content h6 {
  font-size: 18px;
  color: #343434;
  padding-bottom: 10px;
}

.pipe-sizes .tabs-content.third-tab-content .outer-figure img {
  border-radius: 100%;
  object-fit: cover;
  height: 225px;
  width: 225px;
  margin: 0 auto;
}

.pipe-sizes .tabs-content.third-tab-content .outer-figure {
  text-align: center;
}

.pipe-sizes .tabs-content.third-tab-content .outer-figure h6 {
  padding-top: 10px;
}

.pipe-sizes .tabs-content.third-tab-content .w-100 {
  padding: 20px;
}

.pipe-sizes .tabs-content.third-tab-content .outer-figure {
  font-size: 14px;
}

.pipe-sizes .tabs-content.third-tab-content .table .thead-dark th {
  color: #fff;
  background-color: #b22d30;
  border-color: #b22d30;
  font-weight: 500;
}

.material-selection {
  padding: 80px 0;
}

.material-selection h5 {
  color: #343434;
  padding-bottom: 10px;
  font-size: 22px;
}

.material-selection p {
  padding-bottom: 60px;
}

.material-selection .steps-material {
  margin-top: 80px;
}

.material-selection .steps-material h5 {
  padding-bottom: 60px;
  color: #b22d30;
}

.material-selection .steps-material .outer-div h6 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  line-height: 24px;
}

.material-selection .steps-material .outer-div {
  padding: 30px;
  background: #b22d30;
  position: relative;
  margin-bottom: 50px;
}

.material-selection .steps-material .outer-div:after {
  content: attr(data-number);
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  left: 50%;
  font-weight: 500;
  color: #b22d30;
  transform: translateX(-50%);
  font-size: 20px;
  border: 10px double #b22d30;
}

.products-page .main-content {
  padding-bottom: 60px;
}

.products-page .large-box {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.inner-blog-page {
  padding: 80px 0;
}

.inner-blog-page .left-side-div .date-div {
  height: 100px;
  background-color: #282828;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.inner-blog-page .left-side-div .date-div .date {
  font-size: 36px;
  color: #b22d30;
  display: block;
  text-align: center;
  font-weight: 600;
}

.inner-blog-page .left-side-div .date-div .month-year {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  font-weight: 400;
  padding-top: 7px;
}

.inner-blog-page .left-side-div .img-div > img {
  height: 390px;
  object-fit: cover;
  width: 100%;
}

.inner-blog-page .left-side-div .img-div h2 {
  color: #b22d30;
  font-size: 26px;
  padding: 20px 0;
  text-transform: capitalize;
}

.inner-blog-page .left-side-div .img-div p {
  margin-bottom: 25px;
}

.inner-blog-page .left-side-div .img-div p span {
  font-weight: 500;
}
.inner-blog-page .left-side-div .img-div ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 31px;
}

.blog-details li {
  padding-left: 25px;
  color: #343434;
  padding-bottom: 10px;
  line-height: 24px;
  position: relative;
}

.blog-details span {
  font-weight: 500;
}

.blog-details li:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: fontawesome;
  color: #b22d30;
  content: "\f061";
}

.inner-blog-page .left-side-div .img-div ul li img {
    height: 40px;
    border-radius: 100%;
    width: 40px;
    object-fit: cover;
    margin-bottom: 0;
}

.inner-blog-page .left-side-div .img-div ul li:last-child {
  font-size: 16px;
  margin-left: 5px;
}

.inner-blog-page .left-side-div .border-div {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 80px 0;
}

.inner-blog-page a.common-button {
  background-color: rgb(178, 45, 48);
  color: white;
  padding: 10px 25px;

  font-size: 15px;
  line-height: 24px;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 6px;
}

.inner-blog-page .right-side-div .s-div {
  position: relative;
  margin-bottom: 40px;
}

.inner-blog-page .right-side-div .s-div .form-control {
  background: #282828;
  border-color: #282828;
  height: 56px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 0;
  padding-right: 67px;
  text-transform: uppercase;
}

.inner-blog-page .right-side-div .s-div .btn {
  background-color: transparent;
  border: 3px solid #b22d30;
  color: #b22d30;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 22px;
  height: 40px;
  width: 50px;
  padding: 0;
  border-radius: 0;
}

.inner-blog-page .right-side-div .s-div .btn:hover {
  background-color: #b22d30;
  color: #ffffff;
}

.inner-blog-page .right-side-div .recent-blog h4 {
  font-size: 26px;
  color: #b22d30;
  margin-bottom: 20px;
}

.inner-blog-page .right-side-div .recent-blog .recent-outer {
  position: relative;
}

.inner-blog-page .right-side-div .recent-blog .recent-image {
  overflow: hidden;
  position: relative;
}

.inner-blog-page .right-side-div .recent-blog .recent-image img {
  height: 150px;
  object-fit: cover;
  width: 100%;
}

.inner-blog-page .right-side-div .recent-blog .recent-image .date-div {
  height: 65px;
  background-color: #282828;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  width: 65px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.inner-blog-page .right-side-div .recent-blog .recent-image:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(223, 124, 68, 0.8);
  content: "";
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.inner-blog-page .right-side-div .recent-blog .recent-image .date-div .date {
  font-size: 22px;
  color: #b22d30;
  display: block;
  text-align: center;
  font-weight: 600;
}

.inner-blog-page
  .right-side-div
  .recent-blog
  .recent-image
  .date-div
  .month-year {
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  font-weight: 400;
  padding-top: 4px;
}

.inner-blog-page .right-side-div .recent-blog .recent-outer h3 {
  color: #282828;
  font-size: 20px;
  padding: 15px 0 5px 0;
  transition: all 0.3s ease-in-out;
}

.inner-blog-page .right-side-div .recent-blog .recent-outer a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.inner-blog-page .right-side-div .recent-blog .w-100 {
  margin: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.inner-blog-page .right-side-div .recent-blog.categeories {
  margin-bottom: 40px;
}

.inner-blog-page .right-side-div .recent-blog.categeories ol li:first-child a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.inner-blog-page .right-side-div .recent-blog.categeories ol li a {
  display: block;
  padding: 10px;
  color: #727376;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.inner-blog-page .right-side-div .recent-blog.categeories ol li a i {
  float: right;
}

.inner-blog-page .right-side-div .recent-blog.blog-social ol {
  display: flex;
  flex-wrap: wrap;
}

.inner-blog-page .right-side-div .recent-blog.blog-social ol li a {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2e2e2e;
  color: #ffffff;
  margin-right: 20px;
  z-index: 1;
  position: relative;
  transition: all ease-in-out 0.3s;
  background-color: #2e2e2e;
}

.inner-blog-page .left-side-div .pagination {
  justify-content: flex-end;
}

.inner-blog-page
  .left-side-div
  .pagination-custom
  ul
  li:first-child
  .page-link {
  border-radius: 100%;
  margin-right: 10px;
}
.inner-blog-page .left-side-div .pagination-custom .page-link {
  position: relative;
  display: flex;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #f3f3f3;
  background-color: #2e2e2e;
  border: 1px solid #2e2e2e;
  height: 45px;
  width: 45px;
  justify-content: center;
  align-items: center;
}

.inner-blog-page
  .left-side-div
  .pagination-custom
  ul
  li:nth-child(2)
  .page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-left-color: #df7c44;
}

.inner-blog-page
  .left-side-div
  .pagination-custom
  .page-item.active
  .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #b22d30;
  border-color: #b22d30;
  border-left-color: #2e2e2e;
}

.inner-blog-page .left-side-div .pagination-custom ul li:last-child .page-link {
  border-radius: 100%;
  margin-left: 10px;
  border-left-color: #df7c44;
}

.inner-blog-page
  .left-side-div
  .pagination-custom
  ul
  li:nth-last-child(2)
  .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.inner-blog-page .left-side-div .pagination-custom .page-link:hover {
  z-index: 1;
  color: #ffffff;
  background-color: #b22d30;
  border-color: #b22d30;
  border-left-color: #343434;
}

.inner-blog-page a.common-button:hover {
  background-color: rgb(123, 123, 124);
  color: #ffffff;
}

.inner-blog-page .right-side-div .recent-blog.blog-social ol li a:hover {
  background-color: transparent;
  color: #2e2e2e;
}

.inner-blog-page .left-side-div .blog-social span {
  font-size: 14px;
  color: #282828;
  display: inline-block;
  margin-right: 10px;
}

.inner-blog-page .left-side-div .blog-social ol {
  display: inline-flex;
  flex-wrap: wrap;
}

.inner-blog-page .left-side-div .blog-social ol li a {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #282828;
  color: #ffffff;
  margin-right: 20px;
  font-size: 14px;
  z-index: 1;
  position: relative;
  transition: all ease-in-out 0.3s;
  background-color: #282828;
}

.inner-blog-page .left-side-div .blog-social ol li a:hover {
  background-color: transparent;
  color: #282828;
}

.inner-blog-page .left-side-div .next-previous a {
  display: inline-block;
  background-color: #b22d30;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.inner-blog-page .left-side-div .next-previous a:hover,
.inner-blog-page .left-side-div .next-previous a:hover {
  background-color: #727376;
}

.all-addreses h6 {
  font-size: 26px;
  font-weight: 500;
  color: #343434;
  margin-bottom: 30px;
}

.all-addreses address {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.all-addreses address .flag-div {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 2px solid #ffffff;
}

.all-addreses address .main-address {
  width: calc(100% - 70px);
  padding-left: 20px;
}

.all-addreses address .main-address h5 {
  font-size: 16px;
  color: #2e2e2e;
  padding-bottom: 10px;
  font-weight: 500;
}

.all-addreses address .main-address ul li a {
  color: #7b7b7b;
  text-decoration: none;
  line-height: 24px;
  font-size: 15px;
}

.contact-page {
  padding: 80px 0 0 0;
}

.all-addreses address .main-address ul li a:hover {
  color: #b22d30;
}

.form_sec {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.form_sec h3 {
  color: #ffffff;
  padding-bottom: 10px;
  font-size: 30px;
}

.form_sec h3 + p {
  padding-bottom: 50px;
  width: 50%;
  color: #ffffff;
}

.form_sec .form-control {
  height: calc(2.25rem + 10px);
  border: 1px solid #ffffff;
  border-radius: 0;
  background-clip: inherit;
}

.form_sec .form-group {
  margin-bottom: 30px;
}

.form_sec .btn {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: rgb(178, 45, 48);
  color: white;
  padding: 10px 40px;
  font-size: 15px;
  line-height: 24px;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  letter-spacing: 1px;
}

.form_sec .btn:hover {
  background-color: rgb(123, 123, 124);
  color: #ffffff;
}

.dealership {
  padding: 80px 0;
}

.dealership .apply-job h5 + p {
  padding-bottom: 50px;
}

.dealership .apply-job {
  background: #f9f9f9;
  padding: 50px;
}

.dealership .apply-job .form-control {
  color: #6d6d6d;
  background-color: white;
  font-size: 13px;
  border-radius: 4px;
}

.dealership .apply-job .btn {
  font-size: 16px;
  background: #b22d30;
  color: #ffffff;
  padding: 7px 30px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border-radius: 100px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}

.dealership .apply-job .btn:hover {
  background-color: rgb(123, 123, 124);
  color: #ffffff;
}

.dealership .apply-job label {
  font-size: 14px;
  font-weight: 500;
  color: #2e2e2e;
  margin-bottom: 10px;
}

.dealership .apply-job .form-group {
  margin-bottom: 30px;
}

.inner-detail-product {
  padding: 80px 0;
}

.inner-detail-product .outer-div-product {
  margin-bottom: 50px;
}

.inner-detail-product .outer-div-product h2 {
  color: #343434;
  font-size: 34px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-bottom: 60px;
}

.inner-detail-product .outer-div-product h5 {
  font-size: 22px;
  color: #ffffffff;
  padding-top: 15px;
  padding-bottom: 25px;
}

.inner-detail-product .outer-div-product a {
  color: rgb(178, 45, 48);
  padding: 14px 32px;
  border-radius: 5px;
  background: white;
  font-weight: 500;
  transition: all;
  transition-duration: 1s;
  text-transform: capitalize;
}

.inner-detail-product .outer-div-product a:hover {
  background: rgba(178, 45, 48);
  color: white;
}

.inner-detail-product p {
  padding-bottom: 15px;
}

.inner-detail-product .table .thead-dark th {
  color: #fff;
  background-color: #b22d30;
  border-color: #b22d30;
  font-weight: 500;
  vertical-align: middle;
}

.inner-detail-product .table {
  margin-top: 15px;
}

.product-type .table .thead-dark th {
  color: #fff;
  background-color: #b22d30;
  border-color: #b22d30;
  font-weight: 500;
  width: 50%;
  vertical-align: middle;
}

.product-type .table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

.product-type img {
  height: 340px;
  object-fit: cover;
}

.product-type .pad-com {
  padding: 40px;
}

.our-story .img-div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.our-story .img-div:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  height: 100px;
  width: 100px;
  background-color: #b22d30;
  z-index: -1;
}

.our-story .img-div:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -15px;
  height: 100px;
  width: 100px;
  background-color: #b22d30;
  z-index: -1;
}

.our-story .content-div {
  background-color: #2e2e2e;
  padding: 30px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.our-story .content-div h2 span {
  color: #b22d30;
  font-weight: 500;
}
.our-story .content-div p {
  color: #ffffff;
  padding-bottom: 10px;
  font-size: 15px;
}

.our-story {
  padding: 80px 0;
}

.our-story .inner-common-heading {
  color: #ffffff;
}

.our-story .w-100.story-pad {
  padding: 50px;
}

.our-story .center-image:after {
  right: -15px;
  left: auto;
}

.our-story .center-image:before {
  right: -15px;
  left: auto;
}

.our-story .carousel-item img {
  height: 400px;
  object-fit: cover;
}

.our-story .custom-slider {
  position: relative;
}

.our-story .custom-slider:before {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  height: 100px;
  width: 100px;
  background-color: #b22d30;
  z-index: -1;
}

.our-story .custom-slider:after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -15px;
  height: 100px;
  width: 100px;
  background-color: #b22d30;
  z-index: -1;
}

.expertise {
  padding: 80px 0;
}

.expertise .inner-common-heading {
  font-size: 30px;
  position: relative;
}

.expertise h2:after {
  position: absolute;
  right: 0;
  height: 100%;
  width: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  top: 0;
}

.expertise .img-div img {
  height: 320px;
  object-fit: cover;
}

.expertise .pad-comm {
  padding: 15px;
}

.expertise .bottom-sec p:first-child {
  padding-bottom: 25px;
}

.non-stop {
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.non-stop .back-color {
  background-color: rgba(178, 45, 48, 0.9);
  padding: 60px 40px;
}

.non-stop .back-color .inner-common-heading {
  color: #ffffff;
  font-size: 30px;
}

.non-stop .back-color p {
  color: #ffffff;
}

.single-piece .image-div {
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.single-piece .image-div .top-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 70px;
  border-top: 8px solid #fefefe;
  border-left: 8px solid #fefefe;
  border-bottom: 8px solid transparent;
  border-right: 8px solid transparent;
}

.single-piece .image-div .top-left:after {
  position: absolute;
  top: -16px;
  left: -16px;
  height: 70px;
  width: 70px;
  border-top: 8px solid #b22d30;
  border-left: 8px solid #b22d30;
  border-bottom: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
}

.single-piece .image-div .bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 120px;
  width: 120px;
  border-bottom: 8px solid #fefefe;
  border-right: 8px solid #fefefe;
  border-left: 8px solid transparent;
  border-top: 8px solid transparent;
}

.single-piece .image-div .bottom-right:after {
  position: absolute;
  bottom: -16px;
  right: -16px;
  height: 120px;
  width: 120px;
  border-right: 8px solid #b22d30;
  border-bottom: 8px solid #b22d30;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  content: "";
}

.single-piece {
  padding: 80px 0;
}

.single-piece .inner-common-heading {
  font-size: 30px;
}

.common-padding {
  padding: 40px 0;
}

.common-padding-steel-pipe {
  padding: 15px 0;
}

.business {
  padding: 80px 0;
}

.business .inner-div {
  background: #2e2e2e;
  padding: 30px 25px;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.business .inner-div h4 {
  font-size: 22px;
  color: #ffffff;
  padding-bottom: 10px;
}

.business .inner-div p {
  color: #ffffff;
  font-size: 13px;
}

.business .common-padding {
  padding: 15px;
}

.ameneties {
  background: #2e2e2e;
  padding: 80px 0;
}

.ameneties .owl-carousel .owl-item img {
  height: 60px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.ameneties .owl-carousel .owl-item h5 {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  padding-top: 15px;
}

.business-amenties p {
  padding-bottom: 10px;
}

.business-amenties.change-col {
  background-color: #f1f1f1;
}

.business-amenties .pad-com-busines {
  padding: 20px;
}

.knowlege-center {
  padding: 80px 0;
}

.knowlege-center .inner-common-heading {
  padding-bottom: 40px;
}

.knowlege-center .card {
  border: 0;
  background: transparent;
}

.knowlege-center .card-header:first-child {
  border-radius: 0;
}
.knowlege-center .card-header {
  padding: 0px 5px;
  margin-bottom: 10px;
  background-color: #b22d30;
  border-bottom: 0;
}

.knowlege-center .btn-link {
  font-weight: 400;
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
  width: 100%;
  text-align: left;
  padding-right: 30px;
  white-space: normal;
}

.knowlege-center .accordion .card-header .btn-link.collapsed:after {
  content: "\f067";
}

.knowlege-center .accordion .card-header .btn-link:after {
  font-family: "FontAwesome";
  content: "\f068";
  position: absolute;
  top: 8px;
  right: 10px;
  color: #ffffff;
}

.knowlege-center .card .card-body {
  background-color: rgb(46, 46, 46);
  margin-bottom: 10px;
}

p.top-content-knowlege {
  padding-bottom: 25px;
}

.knowlege-center .table .thead-dark th {
  color: #fff;
  background-color: #b22d30;
  border-color: #b22d30;
  font-weight: 500;
}

.knowlege-center .table tbody td {
  background-color: #fff;
}

img.knowledge-img-spc {
  padding: 15px 0;
}

.knowlege-center .card .card-body p {
  color: #ffffff;
  font-size: 14px;
}
.knowlege-center .card .card-body ul {
  padding-left: 15px;
  margin: 5px 0;
  list-style: inside;
}
.knowlege-center .card .card-body li {
  color: #ffffff;
  font-size: 14px;
  margin: 5px 0;
}
.services-rhinox {
  position: relative;
}

.services-rhinox .absolute-div .img-div img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}

.services-rhinox .absolute-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.services-rhinox .content-div {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services-rhinox .content-div p {
  padding-bottom: 15px;
}

.outer-services {
  padding: 80px 0;
}

.outer-services ul li:last-child {
  padding-bottom: 0;
}

.outer-services .after-sales .outer-sales {
  height: 200px;
  background: #2e2e2e;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.outer-services .after-sales .outer-sales h4 {
  color: #ffffff;
  font-size: 24px;
  padding-bottom: 15px;
}

.outer-services .after-sales .outer-sales p {
  color: #ffffff;
}

.outer-services .apply-job {
  background: #f9f9f9;
  padding: 50px;
  margin-top: 80px;
}

.outer-services .apply-job h5 + p {
  padding-bottom: 50px;
}

.outer-services .apply-job .btn {
  font-size: 16px;
  background: #b22d30;
  color: #ffffff;
  padding: 7px 30px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border-radius: 100px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}

.outer-services .apply-job .btn:hover {
  background-color: rgb(123, 123, 124);
  color: #ffffff;
}

.outer-services .apply-job .form-group {
  margin-bottom: 30px;
}

.outer-services .apply-job label {
  font-size: 14px;
  font-weight: 500;
  color: #2e2e2e;
  margin-bottom: 10px;
}

.outer-services .apply-job .form-control {
  color: #6d6d6d;
  background-color: white;
  font-size: 13px;
  border-radius: 4px;
}

.last-sec .outer-module {
  display: flex;
  height: 220px;
  overflow-x: auto;
  transition: all ease-in-out 0.3s;
  background-color: #2e2e2e;
  padding: 30px;
}

.last-sec .outer-module span {
  float: left;
  background-color: #b22d30;
  height: 85px;
  width: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 2px solid #b22d30;
}

.last-sec .outer-module span img {
  width: 50px;
}

.last-sec .outer-module .right-div {
  float: left;
  width: calc(100% - 85px);
  padding-left: 30px;
}

.last-sec .outer-module h5 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: white;
}

.last-sec {
  padding: 80px 0;
}

.last-sec .paddd {
  padding: 15px;
}

.last-sec .outer-module p {
  color: #ffffff;
}

.master-technology .outer-striving img {
  height: 390px;
  width: 100%;
  object-fit: cover;
}

.master-technology .outer-striving {
  background: #f1f1f1;
  padding: 40px;
  box-shadow: inset 0px 0px 30px 1px rgba(37, 37, 37, 0.2);
}

.master-technology .w-100 {
  padding: 30px;
}

.master-tech {
  padding: 80px 0;
}

.master-tech p {
  padding-bottom: 15px;
}

.pad-30 {
  padding: 30px;
}

.product-type .inner-common-heading {
  padding-bottom: 30px;
}

.advantage-inner .inner-common-heading {
  padding-bottom: 30px;
}

.advantage-inner .content-div {
  height: 300px;
  background-color: #b22d30;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  text-align: center;
}

.advantage-inner .change-color {
  background-color: #2e2e2e;
}

.advantage-inner .content-div h4 {
  color: #fff;
  font-size: 26px;
  padding-bottom: 15px;
}

.advantage-inner .content-div p {
  color: #ffffff;
}

.advantage-inner {
  padding-bottom: 80px;
}

.advantage-inner .content-div.change-color:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  background: #b22d30;
  box-shadow: 30px 0px 0px 0px #2e2e2e;
  z-index: 1;
}

.advantage-inner .content-div.change-color.for-bott:after {
  top: inherit;
  right: inherit;
  bottom: 0;
  left: 0;
  box-shadow: -30px 1px 1px 1px #2e2e2e;
}
.main-about-us .large-box {
  margin-right: 0 !important;
  margin-top: 10px;
}

.main-about-us .mar-right {
  margin-right: 10px;
  margin-top: 10px;
}

.main-about-us .remove-margin {
  margin-top: 0;
}

.main-about-us .small-box1 .position1 {
  padding: 30px !important;
  background-image: linear-gradient(rgb(178, 45, 48), rgba(65, 26, 38, 0));
  background-color: transparent !important;
}

.main-about-us .small-box1 .position1 .content1 .heading-connect {
  font-size: 24px !important;
  padding-bottom: 11px !important;
}

.production img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.production .w-100 {
  padding: 5px;
}

.production .mar-l-r {
  padding: 0 10px;
}

.production .right-pad {
  padding-right: 10px;
}

.production p {
  padding-bottom: 50px;
}

.production-li ul li:last-child {
  padding-bottom: 0 !important;
}

.production-li ul li {
  font-size: 15px;
}

.about_detail .img_about {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: relative;
  box-shadow: 5px 8.7px 20px rgba(0, 0, 0, 0.2);
}

.about_detail .img_about::after {
  position: absolute;
  top: -27px;
  left: 27px;
  right: -27px;
  bottom: 27px;
  border: 13px solid #b22d30;
  content: "";
  z-index: -1;
  box-shadow: 5px 8.7px 20px rgba(0, 0, 0, 0.2);
}

.about_detail h5 {
  color: #343434;
  padding-bottom: 30px;
  font-size: 22px;
}

.about_detail .img_about.change-outer::after {
  left: -27px;
  right: 27px;
}

.about_detail .quality-certification {
  padding-bottom: 0 !important;
}

.wearhousing .inner-common-heading {
  padding-bottom: 30px !important;
  font-size: 34px !important;
}

.detail-product-new .outer-i-m-g {
  padding: 20px;
  background-color: #f7f7f7;
}

.detail-product-new .three-step .inner-common-heading {
  background: #b22d30;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  font-size: 22px;
}

.inner-detail-product .table a {
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 5px;
  background: rgb(178, 45, 48);
  font-weight: 500;
  transition: all;
  transition-duration: 1s;
  text-transform: capitalize;
  display: inline-block;
  border: 2px solid #b22d30;
  transition: 0.3s;
}

.inner-detail-product .table a:hover {
  background-color: transparent;
  color: rgb(178, 45, 48);
}

.resources {
  padding: 80px 0;
}

.resources .outer-broture + h6 {
  padding: 13px;
  color: #ffffff;
  text-align: center;
  background: #b22d30;
  font-size: 18px;
}

.resources .outer-broture {
  position: relative;
}

.resources .outer-broture + h6 + span {
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(178, 45, 48, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.resources .out {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.resources .out span a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  color: #ffffff;
}

.resources .out:hover span {
  top: 0;
}

.resources .out span a:hover {
  background-color: #ffffff;
  color: #b22d30;
}

.main-about-us .small-box1 .position1.none-linear {
  padding: 30px !important;
  background-image: none;
  background-color: transparent !important;
}

.engineering {
  padding: 80px 0;
}

.engineering ul {
  padding-top: 10px;
}

.engineering ul li {
  padding-left: 25px;
  color: #343434;
  padding-bottom: 10px;
  line-height: 20px;
  position: relative;
}

.engineering ul li:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: fontawesome;
  color: #b22d30;
  content: "\f061";
}

.connect-with .tabs-content h5 + p {
  padding-bottom: 15px !important;
}

.connect-with .tabs-content p {
  padding-bottom: 15px !important;
}
.after-sales {
  margin: 20px 0;
}

.after-sale-head {
  padding-bottom: 15px;
  font-size: 34px;
  color: #fff;
  font-weight: 500;
}

.after-sale-head span {
  color: #b22d30;
}

.new-banner .outer-new-banner img {
  height: 800px;
  object-fit: cover;
}

.new-banner .outer-new-banner .new-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 100px;
}

.new-banner .outer-new-banner .new-content .design-heading {
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.new-banner .outer-new-banner .new-content .design-heading h1 {
  font-size: 26px;
  color: #b22d30;
  line-height: 35px;
  margin-bottom: 10px;
}

.new-banner .outer-new-banner .new-content .design-heading h4 {
  font-size: 20px;
  color: #b22d30;
  line-height: 35px;
  margin-bottom: 10px;
}

.new-banner .outer-new-banner .new-content .design-heading p {
  margin-bottom: 10px;
}

.new-banner .outer-new-banner .new-content .design-heading ul li {
  padding-left: 25px;
  color: #343434;
  padding-bottom: 10px;
  line-height: 24px;
  position: relative;
}

.new-banner .outer-new-banner .new-content .design-heading ul li:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: fontawesome;
  color: #b22d30;
  content: "\f061";
}

.new-banner .outer-new-banner .new-content .design-heading a {
  display: table;
  font-size: 18px;
  font-weight: 500;
  color: #b22d30;
  margin: 20px 0 0 auto;
}

.connect-with-us .img-div img {
  height: auto;
}

.four-col .outer-colm h2 {
  font-size: 60px;
}

.four-col .outer-colm {
  height: 200px;
  padding: 15px;
  border: 1px solid #212529;
}

.four-col .outer-colm p {
  margin-top: 30px;
}

ul.footer-social-links {
    display: flex;
	font-size: 27px;
}

ul.footer-social-links li {
    padding: 0px 30px 0 0px;
}

h4.detail-product-sub-title {
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    padding: 35px 0;
}

.triple-table-section .table a {
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 5px;
    background: rgb(178, 45, 48);
    font-weight: 500;
    transition: all;
    transition-duration: 1s;
    text-transform: capitalize;
    display: inline-block;
    border: 2px solid #b22d30;
    transition: 0.3s;
}

h3.inner-common-heading.triple-heading {
    text-align: center;
    padding-bottom: 25px;
}

.triple-table-section p {
	padding-top: 20px;
}

.new-steel ul li {
  padding: 15px;
  background-color: rgb(178, 45, 48);
  color: #ffffff;
  margin-bottom: 10px;
  border-radius: 10px;
}

.new-steel ul li p {
  color: #ffffff;
  font-size: 14px;
}

.new-steel ul li h3 {
  font-size: 23px;
}

footer h3 {
  font-size: 30px;
  color: #ffffff;
  padding-bottom: 20px;
}

footer .footer-info {
  padding: 80px 0;
}

footer ul li a {
  color: #ffffff;
  display: inline-block;
  padding: 10px 0;
}

footer ul li a:hover {
  color: rgb(178, 45, 48);
}

footer p {
  color: #ffffff;
  padding: 20px 0;
}

label.error {
    color: #b22d30 !important;
    margin-top: 12px;
}
a.footer-acumen {
    color: #fff;
}

.advantage-new {
  padding-top: 80px;
}


.advantage-new h3 {
    font-size: 30px;
    position: relative;
	text-align: center;
    padding-bottom: 26px;
}

.advantage-new h3 span {
    color: #b22d30;
}

.advantage-new h4 {
    padding: 15px 0;
    font-size: 26px;
    color: #343434;
    font-weight: 500;
}

.advantage-new h4 span {
    color: #b22d30;
}

.advantage-new p {
    padding-bottom: 10px;
}

.advantage-new p span {
    font-weight: 600;
}

.advantage-new ul li {
    padding-left: 25px;
    color: #343434;
    padding-bottom: 10px;
    line-height: 24px;
    position: relative;
}

.advantage-new ul li:after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontawesome;
    color: #b22d30;
    content: "\f061";
}

.adv-feature {
  padding-top: 50px;
}

.advantage-benefit {
  padding: 50px 0 80px 0;
}

.business-new .main-content {
  padding-bottom: 60px;
}

.business-new .large-box {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.inner-builder .img-div {
    padding: 0 0 30px 0;
}

.inner-builder h3 {
    padding: 5px 0;
    font-size: 20px;
}

.inner-builder ul li span {
    font-weight: 500;
}
.img-div img {
    margin-bottom: 50px;
}
.float-left.blog-social {
    margin-top: 32px;
}