@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* using font family */
/* 
font-family: 'Dosis', sans-serif;
font-family: 'Jost', sans-serif;
font-family: 'League Spartan', sans-serif;
font-family: 'Montserrat', sans-serif;
*/
body {
  font-family: "League Spartan", sans-serif;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
  padding: 0px;
  margin: 0px;
  text-decoration: unset;
}

.site-header .nav-link {
  padding: 15px 15px !important;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
}
.site-header .container-fluid {
  padding: 10px 60px;
}

/* header center */
div#header-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-wrapper {
  display: flex;
  align-items: center;
}

/* banner css */
.banner-slider {
  position: relative;
}

.banner-slider .bottom-shape-add {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 74px;
  z-index: 1;
}

/* nav center */
.banner-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
  margin-top: -60px;
}

.banner-slider .owl-nav button {
  width: 60px;
  height: 60px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff !important;
}

.banner-slider .owl-nav button span {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  width: 60px;
  height: 60px;
  /* background: red !important; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-slider .owl-nav button.owl-prev span {
  margin-left: -5px;
  margin-top: -3px;
}

.banner-slider .owl-nav button.owl-next span {
  margin-right: -5px;
  margin-top: -3px;
}
.owl-dots {
  display: none;
}

/* title design  */
.main-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  color: #222;
  font-weight: 300;
  margin-bottom: 15px;
  font-family: "League Spartan", sans-serif;
  width: fit-content;
  position: relative;
}

/* .main-title h2:before {
    content: '';
    width: 100px;
    height: 100%;
    background: #a2262461;
    position: absolute;
} */
.main-title h6 {
  background: #d49a9a1c;
  width: fit-content;
  padding: 0px 30px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  color: #a22624;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
  line-height: 0;
}
.main-title h2 b {
  color: #a22624;
  /* font-family: 'Dosis', sans-serif; */
  /* font-family: 'League Spartan', sans-serif; */
  /* font-family: 'Montserrat', sans-serif; */
  font-size: 55px;
  font-weight: 300;
}

.main-title h6:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #a22624c2;
  position: absolute;
  left: 0;
  bottom: 0;
}

.main-title h2:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #a22624;
  position: absolute;
  right: 0;
  bottom: 0;
}
.same-space p,
.pt-process-description {
  line-height: 33px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-align: justify;
}
.same-space {
  padding: 100px 0px;
}

.about-us {
  position: relative;
}

.about-us:before {
  position: absolute;
  content: "";
  height: 100%;
  width: calc(45vw - 160px);
  left: 0;
  z-index: -2;
  background: #f8f8f8;
  bottom: 00;
  background-color: #a22624;
}

.about-image img.img-responsive {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  padding-right: 50px;
}

img.circle-bg {
  position: absolute;
  height: 300px;
  z-index: -1;
  width: 300px;
  top: 50%;
  left: -25%;
  -webkit-animation: move1 10s ease-in infinite;
  animation: move1 10s ease-in infinite;
  margin-top: -150px;
}
@keyframes move1 {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(60deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
.btn-read-more a {
  width: fit-content;
  padding: 15px 30px;
  display: block;
  background: #a22624;
  margin-top: 40px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  position: relative;
  transition: 0.8s all;
  border: 2px solid transparent;
}
.btn-read-more a:hover {
  background: transparent;
  color: #a22624;
  border: 2px solid #a22624;
}
.about-us:after {
  content: "";
  font-size: 100px;
  position: absolute;
  line-height: 100px;
  color: #6d6d6d;
  font-weight: 700;
  z-index: -1;
  opacity: 0.1;
  text-transform: uppercase;
  font-family: "League Spartan", sans-serif;
  right: 100px;
  writing-mode: tb-rl;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  text-align: center;
}

/* our product set */
.my-chage-product.product-sec {
  background: #fcfcfc;
}

.main-product-wrapper {
  position: relative;
  background: #f7f8fa;
  overflow: hidden;
  border: 1px solid;
  border-color: #f3f3f3;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0;
  cursor: pointer;
}

.product-us .main-product-wrapper .img-product {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}

.img-product-content {
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 40px;
}

.pro-big {
  position: absolute;
  top: 3px;
  font-size: 75px;
  font-weight: 700;
  line-height: 0.8;
  text-transform: uppercase;
  color: rgb(241 241 241);
  transform: translateY(-50%);
  font-family: "Dosis", sans-serif;
}
.content-wrapper {
  position: relative;
}

.div-product-name {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #666;
  position: relative;
  z-index: 111;
}

.main-product-name {
  position: relative;
  z-index: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  font-size: 20px;
  line-height: 1.143em;
  letter-spacing: 0.01px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-family: "Dosis", sans-serif;
}

.main-product-wrapper:hover img {
  transform: translate(20px);
}
.main-product-wrapper img {
  transform: translate(0);
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.my-chage-product .owl-carousel.product-carousel {
  padding: 50px 0px;
}
.product-carousel .owl-item:nth-child(even) .main-product-wrapper {
  background: #ffffff !important;
}
.product-sec .owl-nav {
  display: flex !important;
  width: 100%;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.product-sec .owl-nav button {
  width: 50px;
  height: 50px;
  background: #a22624 !important;
  border: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-sec .owl-nav button {
  color: #fff !important;
  font-size: 25px !important;
}

button.owl-prev {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

button.owl-next {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.my-chage-product .btn-read-more a {
  margin: auto;
}
.bg-grey {
  background: #f7f8fa;
}

/* application */
.gallery-masonry__img {
  position: relative;
  display: block;
  overflow: hidden;
}
.gallery-masonry__description {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
  background: #a2262485;
  color: #fff;
  font-size: 20px;
  line-height: 1.143em;
  letter-spacing: 0.01px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-family: "Dosis", sans-serif;
  z-index: 11;
}

.img--bg {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  z-index: -1;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.big .gallery-masonry__img {
  height: 100%;
}

.small-sec a.gallery-masonry__img.gallery-masonry__item--height-3 {
  height: 100%;
}

.gallery-masonry__item {
  padding: 0px;
}
.row.no-gutters.gallery-masonry {
  margin-right: 0;
  margin-left: 0;
  margin-top: 50px;
}

.category_5 .gallery-masonry__img,
.category_4 .gallery-masonry__img {
  height: 100%;
}
.gallery-masonry__item:hover .gallery-masonry__img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.gallery-masonry__item--green:hover .gallery-masonry__description {
  background: #2eb872;
}
.gallery-masonry__item:hover .gallery-masonry__description {
  background: #a22624;
}
.gallery-masonry__img:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background: #a2262480;
  z-index: 1;
  transition: 0.8s all;
  bottom: 0;
  opacity: 0;
}

.gallery-masonry__item:hover .gallery-masonry__img:before {
  height: 100%;
  opacity: 1;
}
footer {
  background: #282f34;
  padding: 50px 0px;
}

ul.links {
  padding: 0px;
  list-style: none;
  display: grid;

  margin: 0px;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.footer-title {
  text-align: center;
  margin-bottom: 50px;
}

ul.links a {
  font-size: 15px;
  word-wrap: break-word;
  padding: 10px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  transition: 0.8s all;
  font-family: "Montserrat", sans-serif;
}
.footer-copy-right p {
  padding: 10px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.footer-copy-right {
  padding: 15px;
  text-align: center;
  background: #a22624;
}
section,
footer {
  overflow: hidden !important;
}

.footer-links li a:hover .img-arrow {
  opacity: 1;
  left: 0px;
}

.footer-links li a .img-arrow {
  opacity: 1;
  transition: 0.8s all;
  position: relative;
  left: -10px;
}

.footer-links a:hover span.footer-link {
  position: relative;
  left: 5px;
}

.footer-links a span.footer-link {
  transition: 0.8s all;
  position: relative;
  left: 0;
}

.brad-crums {
  margin-top: 102px;
  /* padding: 100px 0px; */
  background-size: 100% 100%;
  position: relative;
}
.brad-crums .main-title {
  position: relative;
  padding: 100px 0px;
}
.brad-crums:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(40 47 52 / 60%);
  top: 0;
}

.brad-crums .main-title h2 {
  /* color: #ffff; */
  position: relative;
  z-index: 111;
}

.brad-crums .main-title::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 440px;
  background: #f5f5f5cf;
  z-index: 1;
  transform: skewX(20deg);
  border-right: 5px solid #ffffff;
  /* left: 250px; */
  left: -60px;
  border-left: 5px solid #ffffff;
}
/* vision mission */

/*================================================
pt-process-1
================================================*/
.pt-process-step.pt-process-1 {
  padding: 105px 45px;
  position: relative;
  height: 100%;
  background: #a22624;
}

.pt-process-step.pt-process-1 .pt-process-number {
  position: absolute;
  font-weight: 600;
  line-height: 1;
  right: 45px;
  bottom: 0;
  font-size: 120px;
  font-family: "League Spartan", sans-serif;
  color: #fff;
  opacity: 0.1;
}

/*===== Process step 2 =====*/
.pt-process-step.pt-process-2 {
  text-align: center;
  padding: 0 30px;
}

.pt-process-step.pt-process-2 .pt-process-media {
  display: inline-block;
  position: relative;
}

.pt-process-step.pt-process-2 .pt-process-media i {
  background: transparent;
  border: 2px dashed #2c2c2c;
  color: #2c2c2c;
  height: 135px;
  width: 135px;
  line-height: 135px;
  font-size: 52px;
  text-align: center;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.pt-process-step.pt-process-2 .pt-process-number {
  position: absolute;
  top: -20px;
  right: -20px;
  border-radius: 999px;
  background: #2c2c2c;
  font-size: 18px;
  color: #fff;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
}

.pt-process-step.pt-process-2 .pt-process-info {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.pt-process-step.pt-process-2 .pt-process-info p {
  margin-top: 5px;
  margin-bottom: 0;
}

.pt-process-step.pt-process-2 .pt-button {
  display: none;
}

.pt-process-step.pt-process-2 .pt-before-img {
  position: absolute;
  top: 50%;
  right: -20%;
  margin-top: -85px;
  height: 37px;
}

@media (max-width: 1099px) {
  .d-none-lp .pt-process-step.pt-process-2 .pt-before-img {
    display: none;
  }
}

@media (max-width: 767px) {
  .pt-process-step.pt-process-1 {
    padding: 45px 15px;
  }
}

@media (max-width: 979px) {
  .pt-process-step.pt-process-2 .pt-before-img {
    display: none;
  }
}

.procces .col-xl-4 {
  padding: 0px;
}

.procces .row {
  margin: 0px;
}
.procces p {
  margin-bottom: 30px;
}
.pt-bg-overley1 {
  background-size: cover;
  height: 100%;
  background-position: center;
}
.procces {
}

.pt-process-title {
  font-family: "League Spartan", sans-serif;
}
figure.image-2 {
  position: absolute;
  width: 777px;
  height: 669px;
  top: -70px;
  right: 0px;
  z-index: -1;
}
.grid-container-application {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 20px;
}
section.application {
  padding: 100px 60px;
}
.grid-container-application img.img--bg {
  max-height: 477px;
  height: 100%;
}

.grid-container-application a.gallery-masonry__img {
  height: 100%;
}
.gallery-masonry__item:hover span.cou {
  font-size: 200px;
}
span.cou {
  position: absolute;
  font-weight: 600;
  line-height: 1;
  right: 20px;
  bottom: 10px;
  font-size: 80px;
  font-family: "League Spartan", sans-serif;
  color: #fefdfc;
  opacity: 1;
  transition: 0.8s all;
}

/* form */
.contact-us-box h6 {
  font-size: 35px;
  color: #222;
  font-weight: 300;
  margin-bottom: 15px;
}

.contac-us {
  padding: 100px 0px;
  position: relative;
}

.form-sec input,
.form-sec textarea {
  padding: 15px 20px;
  border: 2px solid #282f3425 !important;
  border-radius: 0px;
  background: transparent;
}

.form-sec .form-group {
  padding-bottom: 20px;
}

.form-sec input::placeholder,
.form-sec textarea::placeholder {
  color: #000000c5 !important;
  font-size: 18px;
}

input.submit.theme-btn.btn-style-five {
  border: 1px solid #a22624 !important;
  padding: 15px 60px;
  background: #a22624;
  color: #fff;
  margin: 40px 0px 0px;
}
.main-address-box {
  padding: 30px;
  border-color: #333;
  box-shadow: 0 6px 2em rgb(0 0 0 / 20%);
  background: #f9f9f9;
  margin-bottom: 30px;
  position: relative;
}

.add-title h5 {
  margin-bottom: 15px;
  color: #a22624;
}

.add-title p {
  line-height: 30px;
  font-size: 18px;
  color: #282f34;
}
.contact-us-box {
  padding: 50px;
  margin-right: 40px;
  background: #fff;
  box-shadow: 0 6px 2em rgb(0 0 0 / 20%);
  background: #f9f9f9;
  position: relative;
  z-index: 111;
}

.address-box .main-title,
.contact-us-box .main-title {
  margin-bottom: 30px;
}
.main-address-box a {
  color: #a22624;
}
.back-icon {
  position: absolute;
  font-size: 100px;
  top: 30px;
  right: 30px;
  opacity: 0.08;
  color: #a22624;
}
.main-address-box span.add-icon {
  padding-right: 10px;
}

.main-address-box p {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.main-address-box span.add-icon i {
  min-width: 40px;
  color: #a22624;
  min-height: 40px;
  background: #f2e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.main-address-box p:last-child {
  margin: 0px;
}
.contac-us:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 360px;
  background: #f5f5f5cf;
  z-index: 1;
  transform: skewX(20deg);
  border-right: 5px solid #ffffff;
  left: 585px;
  border-left: 5px solid #ffffff;
  box-shadow: 0 6px 2em rgb(0 0 0 / 20%);
  z-index: 11;
}

.contac-us::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 360px;
  background: #f2e8e8;
  z-index: 1;
  transform: skewX(-20deg);
  border-right: 5px solid #ffffff;
  left: 219px;
  border-left: 5px solid #ffffff;
  box-shadow: 0 6px 2em rgb(0 0 0 / 20%);
}
.before-color {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 79%;
  background: linear-gradient(90deg, white, rgb(162 38 36 / 22%));
  z-index: 1;
  right: 0;
}

.contac-us .container {
  position: relative;
  z-index: 11;
}
.big-text {
  font-size: 100px;
  position: absolute;
  line-height: 100px;
  color: #f9f9f9;
  font-weight: 700;
  z-index: 11;
  opacity: 0.8;
  text-transform: uppercase;
  font-family: "League Spartan", sans-serif;
  right: 100px;
  writing-mode: tb-rl;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  text-align: center;
}
.map-section {
  padding: 350px;
  position: relative;
}

.map-section iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.product-us .main-product-wrapper .img-product img {
  display: block;
  width: 100%;
}
.product-us .main-product-wrapper .img-product {
  background: #f7f8fa;
}
.product-us {
  padding: 100px 60px;
}

.product-us .main-product-wrapper {
  margin-bottom: 30px;
}
ul.breadcrumbs-subtitle li {
  color: #222222;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-right: 24px;
  margin-right: 5px;
}

ul.breadcrumbs-subtitle li a {
  color: #222;
}

ul.breadcrumbs-subtitle {
  padding: 0px;
  position: relative;
  z-index: 111;
}

ul.breadcrumbs-subtitle li:first-child:after,
ul.breadcrumbs-subtitle li:first-child:before {
  content: "\f105";
  position: absolute;
  top: -1px;
  right: 0;
  color: #a22624;
  font-family: fontawesome;
}

ul.breadcrumbs-subtitle li:first-child:before {
  right: 8px;
}

.breadcrumbs-subtitle li:nth-child(2) a {
  color: #a22624;
}
.product-us .content-wrapper {
  max-width: 250px;
}

.product-us .content-wrapper .main-product-name {
  line-height: 30px;
}
.brad-crums.inner-product::after {
  width: 450px;
}
.link-carousel {
  padding: 0px 55px;
  background: #a22624;
}

.link-carousel h2 {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  font-family: "League Spartan", sans-serif;
  width: fit-content;
  margin: auto;
  cursor: pointer;
  padding: 20px 0px;
  letter-spacing: 0.5px;
}

.link-carousel .item {
  border-right: 1.5px dotted #fff;
}
.product-img {
  text-align: center;
  padding: 150px 0px;
  height: 100%;
  background: #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product-details {
  /* padding: 100px 0px; */
  background: #e9ecef;
}
.product-inner-content p {
  line-height: 33px;
  font-size: 18px;
  font-family: "Jost", sans-serif;
}

.product-inner-content h2 {
  position: relative;
}
.inner-product-sub-details {
  padding: 0px 0px 0px;
}

.inner-product-sub-details h5 {
  margin: 18px 0px 0px;
  width: fit-content;
  color: #a22624;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
}

.inner-product-sub-details ul li {
  margin: 10px 0px;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
}

.product-inner-content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.product-inner-content {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 30px;
}

.inner-product-sub-details h5:before {
  content: "\f105";
  position: absolute;
  top: -1px;
  left: 0;
  color: #a22624;
  font-family: fontawesome;
}
.right .col-sm-12.col-md-6 {
  padding: 0px;
}

.right .product-inner-content {
  padding-left: 50px;
  background: #f4f4f4;
}

.left .col-sm-12.col-md-6 {
  padding: 0px;
}

.left .product-inner-content {
  padding: 30px 50px;
  background: #f4f4f4;
}
.right,
.left {
  position: relative;
  padding: 50px 0px 0px;
}

.right .big-text,
.left .big-text {
  right: -55px;
  color: #282f34;
  opacity: 1;
  text-shadow: 2px 2px 7px #0000004a;
}
.img-sec-title {
  position: absolute;
  left: 30px;
  top: 30px;
}

.img-sec-title h6 {
  font-size: 18px;
  color: #a22624;
}
.butter-img {
  text-align: center;
  padding: 150px 0px;
  height: 100%;
  background: #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.butter-flt-inner {
  background: #e9ecef;
  padding: 100px 0px;
}

.butter-flt-inner .product-inner-content {
  /* padding-left: 50px; */
  background: #f4f4f4;
}

.butter-flt-inner .col-sm-12.col-md-6 {
  padding: 0px;
}
.intro-butter.product-inner-content {
  padding: 50px 0px;
}

.intro-butter.product-inner-content .container,
.intro-butter.product-inner-content .container .col-sm-12 {
  padding: 0px;
}

.intro-butter.product-inner-content .row {
  margin: 0px;
}
.intro-butter th {
  text-align: center;
  background: #a22624;
  font-size: 18px;
  color: #fff;
}

.intro-butter td {
  text-align: center;
  padding: 15px 0px;
  font-size: 18px;
}

.intro-butter td:nth-child(1),
.intro-butter th:nth-child(1) {
  border-right: 1px solid #dee2e6;
}

intro-butter.product-inner-content table.table.border {
  margin: 15px 0px 0px;
}
.inner-product-sub-details table {
  margin-top: 10px;
}
.about-us-main img {
  width: 100%;
  padding-right: 30px;
}
.app-home-page {
  padding: 100px 0px !important;
}
.mission-sec {
  position: relative;
}

.mission-sec .big-text {
  color: #282f3440;
  opacity: 1;
  text-shadow: 2px 2px 7px #0000001c;
}
.mission-sec img {
  padding-right: 0px;
  padding-left: 30px;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.product-details .main-title h2 {
  font-size: 25px;
  font-weight: normal;
  color: #a22826;
  margin: 0px;
}
.product-details .main-title h2::after {
  display: none;
}
.product-img img {
  transform: scale(1.2);
}
.link-carousel .owl-nav {
  display: block !important;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  left: 0;
  width: -webkit-fill-available;
}

.link-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  color: #fff !important;
  font-size: 30px !important;
}

.link-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0;
}
.about-image {
  position: relative;
}

.inner-product-sub-details ul li:before {
  content: "";
  position: absolute;

  left: 10px;

  font-size: 13px;
  width: 7px;
  height: 7px;
  background: #212529;
  border-radius: 100%;
  top: 50%;
  margin-top: -6px;
  opacity: 0.7;
}
.main-footer-link .footer-tite {
  margin: 0px 0px 20px;
  font-size: 25px;
  color: #e9ecef;
  padding-left: 10px;
  line-height: normal;
  position: relative;
}

.main-footer-link .footer-tite:before {
  content: "";
  width: 2px;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
}
.ads-title h6 {
  font-size: 15px;
  word-wrap: break-word;

  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  transition: 0.8s all;
  font-family: "Montserrat", sans-serif;
}
.address p,
.address p a {
  font-size: 14px;
  word-wrap: break-word;
  color: #fff;
  letter-spacing: 1px;
  transition: 0.8s all;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
}

.ads-wrapper {
  display: flex;
}
span.ads-icon {
  padding-right: 15px;
  color: #ffff;
}

/* back to top */
#button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: 0.8s all;
  opacity: 0;
  cursor: pointer;
  z-index: 1111;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

#button img {
  width: 50px;
  height: 50px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: #a22624;
  padding: 10px;
  transform: rotate(-90deg);
}

#button.show {
  opacity: 1;
}
