/* .container,
.container-fluid {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.rrl-box::before {
  width: 5.6%;
}
.rrl-box::after {
  width: 78%;
}
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1 {
  padding: 0px !important;
}
.full-showcase .swiper-controls .swiper-button-prev {
  left: 125px;
}
.full-showcase .swiper-controls .swiper-button-next {
  right: 125px;
}
.abtl,
.abtr,
.sr-box {
  padding: 0px !important;
}
.abtl {
  padding-right: 15px !important;
}
.abtr {
  padding-left: 15px !important;
}
.sx {
  padding-top: 0px !important;
}
.sec-head .bord {
  padding-right: 0px !important;
}
.counters::after {
  left: 49%;
}
.aww {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.aww .col-lg-4 {
  padding: 0px 10px !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  line-height: normal !important;
}
body {
  position: relative;
}
body::after {
  position: fixed;
  content: "";
  background: red;
  width: 1px;
  height: 100vh;
  z-index: 99999;
  top: 0;
  left: 100px;
}
body::before {
  position: fixed;
  content: "";
  background: red;
  width: 1px;
  height: 100vh;
  z-index: 99999;
  top: 0;
  right: 100px;
} */
