@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  text-decoration: none !important;
}

ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
span,
ol {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
body {
  font-size: 14px;
  color: #1e1e1e;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}
.container {
  max-width: 1220px;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: none;
  background-color: #130e0b;
}
::-webkit-scrollbar:horizontal {
  height: 7px;
}
::-webkit-scrollbar-track {
  background-color: rgba(239, 239, 239, 0.5);
}
html {
  scroll-behavior: smooth;
}
/* top-header */

.top-header {
  padding: 10px;
  /* position: sticky; */
  top: 0;
  display: flex;
  align-items: center;
  background: #fff;
}

.top-header-content {
  display: flex;
  align-items: center;
}
.content-icon img {
  width: 155px;
}
.top-header-right .top-header-content:last-child img {
  width: 77px;
  margin-left: 25px;
}
.top-header-right {
  display: flex;
  justify-content: end;
}
.top-header-inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menus {
  display: flex;
  justify-content: center !important;
  place-self: center;
}

.header_menu {
  width: 100%;
  background-color: #2b4776;
}

#slider {
  margin-right: 0;
  margin-left: 0;
  margin-top: 83px;
}

.carousel-caption img {
  /* filter: brightness(0.9); */
}
/* .carousel-caption p {
  color: #fff;
  margin-bottom: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 3.9px;
  word-wrap: break-word;
  text-shadow: 2px 2px 7px #00000059;
} */
.carousel-caption a {
  background: #ec333900;
  border: 2px solid #fff;
  padding: 14px 27px;
  border-radius: 50px;
  font-weight: 700;
  transition: all 0.5s ease-out !important;
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat", "sans-serif";
}
.carousel-caption a:hover {
  background-color: #e84b27;
  border: 2px solid RGBA(255, 255, 255, 1);
}
/**/

#carousel {
  overflow: hidden;
}
#carousel .carousel-control {
  background: none;
  top: 45%;
  font-size: 30px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: absolute;
}
#carousel .carousel-control-right {
  right: 4%;
}
#carousel .carousel-control-left {
  left: 0;
}
#carousel .carousel-control-right span {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
#carousel .carousel-control-left span {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
#carousel:hover .carousel-control-right span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
#carousel:hover .carousel-control-left span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
#carousel .carousel-control span {
  color: #fff;
  background-color: rgb(50 52 51 / 50%);
  height: 45px;
  width: 45px;
  z-index: 121;
  line-height: 45px;
  text-align: center;
  position: absolute;
}
#carousel .carousel-control span:hover {
  background-color: #1e1e1e;
}
#carousel .carousel-item .caption {
  background-color: rgb(0 0 0 / 20%);
  padding: 40px;
  animation-duration: 1s;
  animation-delay: 1s;
}

/** **************** **/

.desktop_slider {
  display: block;
}
.mobile_slider {
  display: none;
}
#main-slider .carousel-inner {
  position: relative;
}
.carousel-control-prev {
  background-color: rgb(78 107 153 / 34%);
  height: 60px;
  width: 40px;
  z-index: 121;
  text-align: center;
  top: 40%;
  bottom: 0;
  opacity: 1;
  border-radius: 0 20px 20px 0;
  left: 0%;
  outline: none;
  border: none;
}
.carousel-control-next {
  background-color: rgb(78 107 153 / 34%);
  height: 60px;
  width: 40px;
  z-index: 121;
  text-align: center;
  position: absolute;
  top: 40%;
  opacity: 1;
  right: 0%;
  border-radius: 20px 0 0 20px;
  border: none;
  outline: none;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 1.2rem;
  height: 1.2rem;
}
#main-slider .carousel-item img {
  width: 100%;
  margin: auto;
}
.carousel-indicators {
  position: absolute;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 10px;
  text-align: center;
  list-style: none;
  bottom: 15px;
  justify-content: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff80;
  border-radius: 50px;
}
.carousel-indicators .active {
  background-color: #ffffff;
}
@media only screen and (min-width: 576px) {
  #main-slider .carousel-item .mob_slide {
    display: none !important;
  }
}
#main-slider .carousel-item img {
  width: 100%;
  margin: auto;
}
#main-slider .carousel-caption {
  height: fit-content;
  height: -moz-fit-content;
  left: 34%;
  right: 0;
  bottom: 0px;
  text-align: center;
  z-index: 99;
  top: 79%;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  opacity: 0;
  transform: translateX(300px);
  transition: all 0.8s ease-in-out;
}

.carousel-item.active .carousel-caption {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.carousel-item.carousel-item-left .carousel-caption,
.carousel-item.carousel-item-prev .carousel-caption,
.carousel-item.carousel-item-next.carousel-item-left .carousel-caption,
.carousel-item.carousel-item-next.carousel-item-right .carousel-caption {
  opacity: 0;
  transform: translateX(-100px);
}
#main-slider .carousel-caption h3 {
  color: #fff;
  font-weight: 800;
  font-size: 32px;
  display: block;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Montserrat", "sans-serif";
}

/** **************** **/

/*====================
Footer css 
======================*/
.footer-area {
  width: 100%;
  background-image: linear-gradient(rgb(49 49 49 / 23%) 100%, transparent 50%),
    url(../images/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0;
}
.footer-info-head {
  margin-bottom: 30px;
}
.footer-info-head h5 {
  font-family: "Montserrat";
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 2px;
}

.copyright {
  background-color: #2b4776;
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.copyright .copyright-text {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.form-container {
  width: 100%;
  margin-top: 50px;
}

.form-container .form-group {
  position: relative;
  margin-bottom: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.form-container .form-group input {
  background: #ffffff00;
  width: 100%;
  color: #fff;
  padding: 10px 0;
  border-bottom: 2px solid #a6a9aa;
  border-right: 0;
  border-top: 0;
  border-left: 0;
  font-size: 18px;
  transition: border-color 0.3s ease;
}
.form-container .form-group label {
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 16px;
  color: #ffffff;
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}
.form-container .form-group input:focus {
  outline: none;
}
.form-container .form-group input:focus + label,
.form-container .form-group input:not(:placeholder-shown) + label {
  top: -13px;
  font-size: 14px;
  color: #bdbdbd;
  background-color: #ffffff00;
  padding: 0;
  border-radius: 4px;
  left: 0px;
  font-weight: 600;
}
.submit-button {
  display: inline-block;
  position: relative;
  width: 145px;
  height: 48px;
  padding: 15px 30px;
  border: 2px solid rgb(51, 84, 143);
  border-radius: 25px;
  color: #fff;
  background-color: transparent;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  transition: 0.25s;
  text-transform: uppercase;
  margin-top: -20px;
}

.submit-button:focus {
  outline: none;
}
.submit-button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  background-color: #39588d;
  border-color: transparent;
}

/**********Home About Us**********/
.hm-about-sec {
  padding: 80px 0 80px;
}
.hm-abt-head h1 {
  color: #2b4776;
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Montserrat", "Sans-serif";
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}
.hm-abt-head h1::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.hm-abt-dtls p {
  font-size: 16px;
  font-family: "open sans", sans-serif;
  color: #222222;
  font-weight: 400;
  text-align: center;
}
.hm-abt-dtls {
  margin-top: 50px;
}
.hm-abt-visn-box {
  height: 100%;
}
.hm-abt-visn-box:hover img {
  filter: grayscale(0%);
  transition: 0.25s;

  transform: translateY(-5px);
}

.hm-about-sec .row:nth-child(2) {
  margin-top: 60px;
}
.hm-abt-visn-box img {
  filter: grayscale(100%);
  transition: 0.25s;
}
.hm-abt-visn-box .ovrly-info-box {
  background-color: #2b4776;
  max-width: 350px;
  float: right;
  padding: 28px 50px;
  margin: -27% 19px 0 0;
  z-index: 10;
  position: relative;
  top: 0;
}
.hm-abt-visn-box .ovrly-info-box h5 {
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 2px;
}

.hm-abt-visn-box .ovrly-info-box p {
  font-size: 16px;
  font-family: "Open Sans", Sans-serif;
  color: #ffffff;
  font-weight: 400;
  margin: 15px 0;
}
.ovrly-info-box a {
  color: #fff;
  font-size: 15px;
  font-family: "Montserrat", Sans-serif;
  line-height: 1.5rem;
}
/* ******************** */

/**********Home WE Provide***********/

.hm-we-provide-sec {
  padding: 80px 0 80px;
}
.hm-we-pro-head h2 {
  color: #ffffff;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}
.hm-we-pro-head h2::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.hm-we-provide-sec {
  position: relative;
  padding: 80px 0;
  height: 100vh;
  overflow: hidden;
}
.hm-we-provide-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 55, 66, 0.8); /* overlay color */
  z-index: 2;
}
/* Video Background */
.hm-we-provide-sec .video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

.hm-we-provide-sec .container {
  position: relative;
  z-index: 2;
}
.we-pro-box {
  width: 100%;
  height: 200px;
  perspective: 1000px;
  cursor: pointer;
  margin-bottom: 50px;
}

.we-pro-box .card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

.we-pro-box:hover .card-inner {
  transform: rotateY(-180deg); /* right-to-left flip */
}

/* Front and Back */
.we-pro-box .card-front,
.we-pro-box .card-back {
  position: absolute;
  width: 100%;
  height: 222px;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 25px;
  border-radius: 2px;
  box-sizing: border-box;
}

/* Front side */
.we-pro-box .card-front {
  background-color: transparent;
  border: 1px solid rgba(43, 71, 118, 0.5);
  color: #fff;
  transform: rotateY(0deg);
}

/* 3D effect for front content */
.we-pro-box .card-front img {
  width: 60px;
  height: 60px;
  margin-bottom: 45px;
  transform: translateZ(2rem);
}

.we-pro-box .card-front p {
  font-size: 18px;
  font-weight: 500;
  transform: translateZ(2rem);
}

/* Back side */
.we-pro-box .card-back {
  background-color: #2b4776;
  color: #fff;
  transform: rotateY(180deg);
}

.we-pro-box .card-back p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  transform: translateZ(2rem);
  backface-visibility: hidden;
}

/* ******************** */

/* *********Packaging Machines*********** */
.hm-prod-sec {
  padding: 80px 0 80px;
}
.hm-prod-head h3 {
  color: #2b4776;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}
.hm-prod-head h3::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.hm-prod-dtls {
  margin-top: 50px;
}
.hm-prod-dtls p {
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  text-align: center;
}
.hm-prod-sec .row:nth-child(2) {
  margin-top: 60px;
}
.prod-grid-box .prod-img-box {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 30px 0px;
  padding: 30px;
  margin-bottom: 20px;
  margin-top: 60px;
}
.hm-prod-sec .col-md-4:nth-child(-n + 3) .prod-img-box {
  margin-top: 0;
}
.prod-grid-box .prod-img-box img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.prod-grid-box .prod-name-box h4 {
  font-size: 16px;
  color: #2b4776;
  font-weight: 800;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* ******************** */

/* *********What You Get*********** */
.hm-wht-you-get {
  padding: 80px 0 80px;
}
.hm-prod-head h3 {
  color: #2b4776;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}
.hm-prod-head h3::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.hm-wht-you-get .row:nth-child(2) {
  margin-top: 70px;
}
.wht-you-get-box img {
  width: 74px;
  height: 60px;
  margin-bottom: 25px;
}
.wht-you-get-box h4 {
  color: rgb(35, 40, 45);
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.wht-you-get-box p {
  font-size: 16px;
  color: #222222;
  font-weight: 400;
}
.wht-you-get-box {
  text-align: center;
  padding: 0px 15px;
}
/* ******************** */

/* *********How We Work*********** */
.hm-we-work-sec {
  padding: 80px 0 80px;
}
.hm-we-work-head h3 {
  color: #2b4776;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}
.hm-we-work-head h3::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.hm-we-work-sec .row:nth-child(2) {
  margin-top: 50px;
}
.hm-work-box {
  justify-self: center;
}
/* ******************** */

/* *********HM Counter*********** */
.hm-counter-sec {
  padding: 50px 0 50px;
  margin-bottom: 80px;
  background: #2b4776;
}
.counter-Txt {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-transform: capitalize;
}
.counter-Txt span {
  font-family: "Open Sans", sans-serif;
  display: block;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 5.6px;
  margin-bottom: 15px;
}
.counter-Txt {
  border-right: 1px solid #ffffff80;
  padding: 0 0 0 41px;
}
.counter-Txt:last-child {
  border: none;
}
/* ******************** */

/* *********Testimonials*********** */
.hm-testi-sec {
  padding: 80px 0 0px;
}
.hm-testim-head h3 {
  color: #2b4776;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}
.hm-testim-head h3::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.hm-testi-sec .row:nth-child(2) {
  margin-top: 70px;
}

/* testi slider */

.shadow-effect .quote-mark {
  width: 44px;
  height: 44px;
  transition: 0.2s ease-in-out;
  font-size: 30px;
  border-radius: 50px;
  color: #2b4776;
  line-height: 54px;
  margin-top: -75px;
  margin-bottom: 30px;
  place-self: center;
  background-color: #fff;
  border: 1px solid #e4e4e4;
}
.shadow-effect:hover {
  transition: 0.2s ease-in-out;
  border: 1px solid #2b4776;
}
.shadow-effect:hover .quote-mark {
  transition: 0.2s ease-in-out;
  color: #fff;
  background-color: #2b4776;
  border: 1px solid #2b4776;
}
.shadow-effect {
  padding: 50px 40px 60px;
  transition: 0.2s ease-in-out;
  position: relative;
  border: 1px solid #e4e4e4;
}
#customers-testimonials .shadow-effect p {
  margin-bottom: 19px;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  color: #222222;
}
#customers-testimonials .shadow-effect h5 {
  font-size: 16px;
  margin-bottom: 1px;
  color: #23282d;
  letter-spacing: 1px;
  font-weight: 600;
}
#customers-testimonials .shadow-effect span {
  color: #222;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.testimonial-img img {
  border-radius: 50px;
}
#customers-testimonials .item {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 80px;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.hm-testi-sec .owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 80px;
  margin: -45px auto 0px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #2b4776;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  outline: none;
  height: 5px;
  rotate: 45deg;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #868686;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}
/* ** */
/* ******************** */

/* *********Our Clients**************** */
.hm-client-sec {
  margin-top: 50px;
  padding: 80px 0 80px;
  background-color: #f5f5f5;
}
.hm-client-head h3 {
  color: #2b4776;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}
.hm-client-head h3::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.hm-client-sec .row:nth-child(2) {
  margin-top: 70px;
}
/* client slider */
.client-wrapper {
  background-color: rgb(255, 255, 255);
  height: auto;
  display: flex;
  padding: 5px 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 75px;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  margin-inline: 10px;
}
.client-wrapper img {
  width: 168px !important;
  display: block;
  margin: 0 auto;
}
.client-wrapper h6 {
  text-align: center;
  font-size: 15px;
  color: #262626;
  padding-top: 5px;
  font-weight: 400;
}
.client-wrapper:hover {
  bottom: 5px;
}
.cleint-slider .item {
  padding: 20px 10px;
}
.hm-client-sec .owl-nav {
  position: absolute;
  top: 20px;
  right: 0%;
  width: 100%;
  margin: 0;
  display: flex !important
;
  justify-content: space-between;
}
.hm-client-sec .owl-nav .owl-prev img {
  transform: translate(-50px, -5px);
}
.hm-client-sec .owl-nav .owl-next img {
  transform: translate(50px, -4px);
}
.hm-client-sec .owl-nav .owl-prev,
.hm-client-sec .owl-nav .owl-next {
  border-radius: 50%;
  height: 45px;
  width: 45px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #fff;
  color: #fff;
  font-size: 14px;
  border: 1px solid #000;
  margin: 0 2px;
  display: inline-block;
  outline: none;
}
.hm-client-sec .owl-nav img {
  width: 12px !important;
}
/* ** */
/* **************** */

/* *********Breadcrumb**************** */
.breadcrumb-sec {
  padding: 40px 0 0;
}
.breadcrumb-list ul {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(229, 232, 236);
}
.breadcrumb-list ul li {
  margin: 0 5px;
  color: rgb(136, 136, 136);
  font-size: 11px;
  text-transform: uppercase;
}
.breadcrumb-list ul li a {
  color: rgb(136, 136, 136);
  font-size: 11px;
  text-transform: uppercase;
}
.breadcrumb-list ul li span {
  color: rgb(136, 136, 136);
  font-size: 12px;
}
/* **************** */

/**********Prod Inner page**************** */
.prod-inner-sec {
  padding: 75px 0 50px;
}
.prod-inner-sec .hide-dash-line h1::after {
  display: none !important;
}
.prod-inn-head h1 {
  color: #2b4776;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.3s ease;
}
.prod-inn-head h2::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin: 0 auto;
  margin-top: 28px;
  transition: all 0.3s ease;
}

.prod-inn-head h2 {
  position: relative;
  font-size: 24px;
  text-align: center;
  margin-top: 8px;
  color: #222222;
}
.prod-inner-sec .row:nth-child(2) {
  margin-top: 50px;
}
.prod-specs-head h3 {
  position: relative;
  font-size: 20px;
  text-align: left;
  padding: 15px 15px;
  color: #ffffff;
  background-color: #2b4776;
}
.prod-section-table table tbody th {
  font-weight: 600;
  background-color: rgb(238 243 247 / 60%);
  color: #222222;
}
.prod-section-table table tbody td {
  color: #222222;
}
.prod-section-table table {
  margin-bottom: 0;
}
.enquiry-btns {
  display: flex;
  justify-content: space-between;
}
.get-quote-btn {
  padding: 14px 40px;
  border-radius: 30px;
  background-color: #274069;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 160px;
  align-content: center;
  display: block;
  font-weight: 500;
}
.brochure-btn {
  padding: 14px 40px;
  border-radius: 30px;
  background-color: #d04423;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 160px;
  align-content: center;
  display: block;
  font-weight: 500;
}
.packing-line-btn {
  padding: 14px 30px;
  border-radius: 30px;
  background-color: #274069;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 160px;
  align-content: center;
  display: block;
  font-weight: 500;
}
.enquiry-btns a:hover {
  color: #fff;
}
.enquiry-btns {
  padding: 0 10px;
}
.prod-img-box {
  height: 100%;
}
.prod-inn-img,
.enquiry-btns {
  position: sticky;
  top: 56px;
}
.prod-inn-img {
  text-align: center;
}
.prod-specs-head {
  margin-top: 30px;
}
.prod-specs-head:nth-child(1) {
  margin-top: 0;
}
.prod-specs-info p {
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-weight: 400;
}
.prod-specs-info {
  padding: 23px;
  background-color: #f4f8fb;
}
.prod-specs-info ul li:last-child {
  margin-bottom: 0;
}
.prod-specs-info ul li {
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 18px;
  position: relative;
}
.prod-specs-info ul li::before {
  content: "";
  position: absolute;
  border-right: 2px solid #2b4776;
  border-bottom: 2px solid #2b4776;
  width: 9px;
  height: 9px;
  top: 12px;
  left: -5px;
  transform: translateY(-50%) rotate(-45deg);
  background-color: #2b477600 !important;
}
.prod-inner-sec .row:nth-child(3) {
  margin-top: 105px;
}
.prod-inner-sec .row:nth-child(4) {
  margin-top: 90px;
}
.prod-inner-sec .row:nth-child(5) {
  margin-top: 95px;
}
.prod-inner-sec .row:nth-child(6) {
  margin-top: 80px;
}
.prod-inner-sec .row:nth-child(7) {
  margin-top: 55px;
}
.prod-vid-info {
  padding-left: 20px;
}
.prod-vid-info h3 {
  color: #2b4776;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.prod-vid-info h3::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  /* margin: 0 auto; */
  margin-top: 20px;
  transition: all 0.3s ease;
}
.prod-vid-info p {
  margin-top: 40px;
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-weight: 400;
}
.prod-vid-info a {
  padding: 15px 20px;
  background-color: #e84b27;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
  font-size: 14px;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1)
  );
}
.prod-vid-info a i {
  margin-right: 8px;
  font-size: 18px;
}
.prod-inn-head h3 {
  color: #2b4776;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.3s ease;
}
.prod-inn-head h3::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.prod-inn-head h4 {
  color: #2b4776;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.3s ease;
}
.prod-inn-head h4::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  transition: all 0.3s ease;
}
/* ** attribute slider** */
#attribute-slider {
  margin-top: 50px;
}
.attrib-img-wrapper {
  margin: 0 30px;
}
#attribute-slider .owl-nav {
  position: absolute;
  top: 100px;
  right: 0%;
  width: 100%;
  z-index: -1;
  margin: 0;
  display: flex !important
;
  justify-content: space-between;
}
#attribute-slider .owl-nav .owl-prev img {
  transform: translate(-1px, -4px);
  transition: all 0.3s ease-in-out;
}
#attribute-slider .owl-nav .owl-next img {
  transform: translate(4px, -4px);
  transition: all 0.3s ease-in-out;
}
#attribute-slider .owl-nav .owl-prev {
  transform: translate(-55px, -4px);
  transition: all 0.3s ease-in-out;
}
#attribute-slider .owl-nav .owl-next {
  transform: translate(55px, -4px);
  transition: all 0.3s ease-in-out;
}
#attribute-slider .owl-nav .owl-prev,
#attribute-slider .owl-nav .owl-next {
  border-radius: 50%;
  height: 45px;
  width: 45px;
  line-height: 50px;
  text-align: center;
  border: none;
  color: #fff;
  font-size: 14px;
  margin: 0 2px;
  display: inline-block;
  outline: none;
}
#attribute-slider .owl-nav .owl-prev:hover,
#attribute-slider .owl-nav .owl-next:hover {
  background-color: #2b4776;
}
#attribute-slider .owl-nav .owl-prev:hover img,
#attribute-slider .owl-nav .owl-next:hover img {
  filter: brightness(0) invert(1);
}
#attribute-slider .owl-nav img {
  width: 12px !important;
}
.indus-img-box {
  padding: 30px !important;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15) !important;
  margin-bottom: 30px;
}
.indus-img-box img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.col-md-2:nth-child(7) .indus-img-box,
.col-md-2:nth-child(8) .indus-img-box,
.col-md-2:nth-child(9) .indus-img-box,
.col-md-2:nth-child(10) .indus-img-box,
.col-md-2:nth-child(11) .indus-img-box,
.col-md-2:nth-child(12) .indus-img-box {
  margin-bottom: 0;
}

.related-prod {
  padding: 80px 0 50px;
  background-color: #f5f5f5;
}
.related-prod .row:nth-child(2) {
  margin-top: 60px;
}
.rldt-prod-img {
  margin-bottom: 30px;
  justify-self: center;
}
.rldt-prod-img img {
  padding: 6px;
  background-color: #ebebeb;
}
.rldt-prod-title h5 {
  text-align: center;
}
.rldt-prod-title h5:hover {
  color: #3f5f96;
  transition: all 0.3s ease;
}
.rldt-prod-title h5 {
  transition: all 0.3s ease;
  font-size: 14px;
  color: #2b4776;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 5px;
}

.prod-inner-sec .prod-inn-head h1::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.prod-top-dtls {
  margin-top: 40px;
  margin-bottom: 40px;
}
.prod-top-dtls p {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 20px;
}
.rltd-prod-box {
  margin-bottom: 40px;
}
.prod-inn-dtls h2 {
  color: #2b4776;
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 50px;
  word-spacing: 2px;
  margin-bottom: 5px;
}
.prod-inn-dtls h3 {
  color: #2b4776;
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 50px;
  word-spacing: 2px;
  margin-bottom: 10px;
}
.prod-inn-dtls h4 {
  color: #222222;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 30px;
  word-spacing: 2px;
  margin-bottom: 10px;
}

.prod-inn-dtls p {
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 5px;
}
.prod-inn-dtls span {
  font-size: 20px;
  line-height: 25px;
  color: #222222;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 20px;
}
.prod-inn-dtls span:first-of-type {
  margin-top: 5px;
}
.prod-inn-dtls {
  margin-bottom: 40px;
}
.timeline-bullets {
  list-style: none;
  padding-left: 0;
  counter-reset: timeline-counter;
  position: relative;
}
.prod-inn-dtls ol li {
  font-size: 16px;
  line-height: 28px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 17px;
}
.timeline-bullets li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
  counter-increment: timeline-counter;
}
.timeline-bullets::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #e5e7eb;
  transform: translateX(-50%);
}
.timeline-bullets li::before {
  content: counter(timeline-counter);
  position: absolute;
  left: 0.85rem;
  top: 2px;
  width: 25.2px;
  height: 25.2px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #2b4776d5;
  color: #e84b27;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  z-index: 1;
}
.timeline-bullets li:hover::before {
  background-color: #5682ca;
  color: white;
  box-shadow: 0 0 0 4px rgb(163, 187, 226);
}
.prod-inn-dtls ul li {
  font-size: 16px;
  line-height: 25px;
  padding-left: 20px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 12px;
  position: relative;
}
.prod-inn-dtls ul li:before {
  content: "";
  position: absolute;
  border-right: 2px solid #2b4776;
  border-bottom: 2px solid #2b4776;
  width: 9px;
  height: 9px;
  top: 12px;
  left: -4px;
  transform: translateY(-50%) rotate(-45deg);
  background-color: #2b477600 !important;
}
.faq-dtl h5 {
  color: #2b4776;
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 50px;
  word-spacing: 2px;
  margin-bottom: 5px;
}

.accordion-head i {
  font-size: 1.5em;
  float: right;
  color: #e84b27;
}

.accordion-head > .collapsed > i:before {
  content: "\f105";
  color: #222222;
}
.faq {
  margin-bottom: 80px;
}
.faq-dtl h5 {
  margin-bottom: 0px;
}

.faq-dtl #accordion {
  margin-top: 18px;
}
.faq-dtl h6 {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}
.faq-dtl .card {
  margin-bottom: 10px;
}
.faq-dtl .card-block {
  padding: 15px 15px;
}
.card-block ul li {
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.card-block ul li::before {
  content: "";
  position: absolute;
  border-right: 2px solid #2b4776;
  border-bottom: 2px solid #2b4776;
  width: 9px;
  height: 9px;
  top: 12px;
  left: -5px;
  transform: translateY(-50%) rotate(-45deg);
  background-color: #2b477600 !important;
}
.faq-dtl .card-block p {
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 0px;
  text-align: justify;
  margin-bottom: 10px;
}
/* *** */
/* **************** */

/* **********About page********** */
.about-sec {
  padding: 80px 0 50px;
}
.abt-head-box h1 {
  color: #2b4776;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
}
.abt-head-box h1:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.about-sec .row:nth-child(2) {
  margin-top: 50px;
}
.abt-info-box p {
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 20px;
}
.history-head-box {
  margin-bottom: 50px;
}
.history-head-box h2 {
  color: #2b4776;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
}

.history-sec {
  padding: 0px 0 100px;
}
.history-head-box h2:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.history-box {
  position: relative;
}
.history-head {
  margin-bottom: 30px;
}
.history-head h1 {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 45px;
  color: #034aad;
  text-align: center;
  text-transform: uppercase;
}
.history-head p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #212529;
  text-align: center;
}
.timeline-bottom-arrow {
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #c6c6c6;
  color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9;
}
.timeline-item {
  padding: 30px 0;
}

.main-timeline:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #c6c6c6;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
.main-timeline {
  font-family: "Montserrat", sans-serif;
}
p.year {
  display: block;
  font-weight: 800 !important;
  font-size: 30px;
  color: #2b4776;
  margin: 0px 30px;
}
p.description {
  font-size: 16px;
  color: #212529;
  background-color: #eef3f7;
  border: 1px solid #e2e3e5;
  padding: 20px;
  font-weight: 400;
}
.des-left,
.des-right {
  position: relative;
}
p.des-left:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -10px;
  top: 40%;
  background-color: #eef3f7;
  border-left: 1px solid #e2e3e5;
  border-bottom: 1px solid #e2e3e5;
  z-index: 1;
  transform: rotate(45deg);
}
p.des-right:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -11px;
  top: 43%;
  background-color: #eef3f7;
  border-left: 1px solid #e2e3e5;
  border-bottom: 1px solid #e2e3e5;
  z-index: 1;
  transform: rotate(225deg);
}
.order_1 {
  order: 3;
}
.order_2 {
  order: 2;
  left: 10px;
}
.order_3 {
  order: 1;
}
.main-timeline .icon {
  width: 18px;
  height: 18px;
  position: relative;
  right: 8px;
  transform: translate(-50%, -0%);
  background-image: url(../images/centurytwenty.png);
}
.main-timeline .icon:before,
.main-timeline .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
}
/* .main-timeline .icon:before {
 background: #fff;
 border: 2px solid #232323;
 left: 8px;
}*/
.main-timeline .icon:after {
  background: #fff;
  border: 2px solid #e84b27;
  left: 8px;
}
.main-timeline .date-content {
  width: 50%;
  position: relative;
}
.main-timeline .date-content:before {
  content: "";
  width: 50%;
  height: 2px;
  background: #c6c6c6;
  margin: auto 0;
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
}
.main-timeline .order_1:before {
  content: "";
  width: 50%;
  height: 2px;
  background: #c6c6c6;
  position: absolute;
  padding-right: 30px;
  margin-right: 50% !important;
  z-index: -1;
}
.main-timeline .date-outer {
  width: 125px;
  height: 125px;
  font-size: 16px;
  text-align: center;
  z-index: 1;
}
.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
  content: "";
  width: 125px;
  height: 125px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  right: 0;
}
.main-timeline .date-outer:before {
  background: #fff;
  border: 2px solid #2b4776;
  left: -6px;
}
.main-timeline .date-outer:after {
  border: 2px solid #c6c6c6;
  left: 6px;
}
.main-timeline .date {
  width: 100%;
  position: absolute;
  top: 27%;
  left: 0;
}
@media (max-width: 640px) {
  .timeline {
    flex-direction: column !important;
  }
  .main-timeline:before {
    margin-left: 1px;
  }
  .main-timeline .icon {
    margin: auto 2px;
  }
  .main-timeline .timeline-content {
    padding: 10px 30px;
  }
  .order_1 {
    order: 2;
  }
  .order_2 {
    order: 1;
    left: -1em;
  }
  .order_3 {
    order: 3;
  }
  .order_1b {
    order: 2;
  }
  .order_2b {
    order: 1;
    left: -1em;
  }
  .order_3b {
    order: 3;
  }
  .main-timeline .order_1:before {
    width: 100%;
  }
  .main-timeline .order_1b:before {
    width: 100%;
  }
  .main-timeline .order_1b:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #c6c6c6;
    position: absolute;
    top: 0;
    padding-right: 30px;
    bottom: 0;
    margin-right: 50% !important;
  }
}
@media (max-width: 350px) {
  .icon {
    display: none;
  }
  .main-timeline .date-content:before {
    visibility: hidden;
  }
  .date-content {
    left: -0px;
  }
  p.des-left:after,
  p.des-right:after {
    left: 46% !important;
  }
}
.hr-line {
  border-top: 2px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, #fff, #c6c6c6, #fff) border-box;
}
.history-launched {
  text-align: center;
  margin-top: 80px;
}
.history-launched h5 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.history-launched img {
  width: 210px;
}
.history-box .description .name-title {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #2b4776;
}

.future-sec {
  padding: 45px 0 80px;
}
.future-head h3 {
  color: #2b4776;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: left;
}
.future-head h3::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.future-sec .row:nth-child(2) {
  margin-top: 50px;
}
.future-dtls-box h4 {
  color: #23282d;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.future-dtls-box p {
  background-color: #eeeff2;
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  padding: 26px 30px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #222222;
  border-left: 5px solid #2b4776;
}
/* *************** */

/* **********Our Values*********** */
.our-values-sec {
  padding: 70px 0 80px;
}
.values-head-box h1 {
  color: #2b4776;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
}
.values-head-box h1::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.our-values-sec .row:nth-child(2) {
  margin-top: 30px;
}
.our-values-sec .row:nth-child(3) {
  margin-top: 40px;
}
.values-info-box h2 {
  color: #2b4776;
  margin: 20px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.values-info-box h2::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin-top: 20px;
}
.values-info-box h3,
.core-value-box h3 {
  color: #2b4776;
  margin: 20px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.values-info-box h3::after,
.core-value-box h3::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin-top: 20px;
}
.values-info-box p {
  background-color: #eeeff2;
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  padding: 26px 30px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #222222;
  border-left: 5px solid #2b4776;
}
.values-img img {
  border-radius: 50%;
  width: 89%;
}
.values-img {
  text-align: center;
}
.values-info-box {
  height: 100%;
  align-content: center;
}
.core-value-img {
  text-align: center;
}
/* *************** */

/* **********Our Team*********** */
.our-team-sec {
  padding: 80px 0 80px;
}
.our-team-sec .row:nth-child(2) {
  margin-top: 50px;
}
.our-team-sec .row:nth-child(3) {
  margin-top: 60px;
}
.our-team-sec .row:nth-child(4) {
  margin-top: 70px;
}
.our-team-sec .row:nth-child(5) {
  margin-top: 70px;
}
.team-head-box h1 {
  color: #2b4776;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
}
.team-head-box h1::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.team-info {
  height: 100%;
  align-content: center;
}
.team-info h2 {
  color: #2b4776;
  font-size: 26px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 2px;
}
.team-info span {
  color: #e84b27;
  font-size: 16px;
  display: block;
  font-weight: 400;
}
.team-info .separator {
  margin: 20px 0 20px 0;
  width: 100%;
  height: 1px;
  background-color: rgb(204, 204, 204);
}
.team-info p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: rgb(34, 34, 34);
}
.team-img {
  height: 100%;
  justify-self: center;
}
.team-info a:hover {
  background-color: #23282d;
  transition: all 0.3s ease;
}
.team-info a {
  background-color: #2b4776;
  transition: all 0.3s ease;
  padding: 15px 34px;
  font-size: 16px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
}
.team-info .moretext {
  display: none;
  margin-top: 20px;
}
/* *************** */

/* **********Gallery*********** */
.gallery-sec {
  padding: 80px 0 80px;
}
.gallery-sec .row:nth-child(2) {
  margin-top: 50px;
}
.gallery-head-box h1 {
  color: #2b4776;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
}
.gallery-head-box h1::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.gallery-item {
  margin-bottom: 30px;
}
.gallery-item img {
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s;
}
.gallery-item img:hover {
  transform: scale(1.05);
}
/* *************** */

/* **********Packaging Line*********** */
.packg-sol-sec {
  padding: 80px 0 80px;
}
.packg-sol-sec .row:nth-child(2) {
  margin-top: 50px;
}
.packg-sol-sec .row:nth-child(3) {
  margin-top: 80px;
}
.packg-sol-sec .row:nth-child(4) {
  margin-top: 80px;
}
.packg-sol-head h1 {
  color: #2b4776;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
}
.packg-sol-head h1::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.carton-head h2 {
  color: #2b4776;
  text-align: center;
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 2px;
}
.carton-head h4 {
  color: #2b4776;
  text-align: center;
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 2px;
}
.carton-head .packaging-line-title {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 14px;
  color: #2b4776;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding: 0 10px;
  z-index: 10;
}
.carton-head .packaging-line-title span {
  background: #fff;
  padding: 0 10px;
}
.carton-head .packaging-line-title::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e84b27;
  position: absolute;
  top: 10px;
  left: 0;
  justify-self: center;
  z-index: -1;
}
.carton-img-box {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.pckg-model-box {
  background-color: #f5f5f5;
  padding: 30px 10px 30px 10px;
  text-align: center;
  margin-bottom: 30px;
}
.pckg-model-box span a:hover {
  color: #e84b27;
  transition: all 0.3s ease;
}
.pckg-model-box i:hover {
  color: #e84b27;
  transition: all 0.3s ease;
}
.pckg-model-box span a {
  color: #2b4776;
  font-size: 18px;
  transition: all 0.3s ease;
}
.pckg-model-box i {
  color: #14356e;
  font-size: 18px;
  margin: 0 20px;
  transition: all 0.3s ease;
}
.ps-industries-sec {
  padding: 10px 0 80px;
}
.ps-industries-sec .row:nth-child(2) {
  margin-top: 50px;
}
.ps-indus-head h3 {
  color: #2b4776;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
}
.ps-indus-head h3::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.ps-indus-img img {
  margin-bottom: 30px;
}
/* *************** */

/* **********Support Services*********** */
.services-sec {
  padding: 80px 0 80px;
}
.services-sec .row:nth-child(2) {
  margin-top: 60px;
  width: 95%;
  place-self: center;
}
.services-sec .row:nth-child(3) {
  margin-top: 70px;
  width: 95%;
  place-self: center;
}
.services-sec .row:nth-child(4) {
  margin-top: 70px;
  width: 95%;
  place-self: center;
}
.services-sec .row:nth-child(5) {
  margin-top: 70px;
  width: 95%;
  place-self: center;
}
.services-sec .row:nth-child(6) {
  margin-top: 70px;
  width: 95%;
  place-self: center;
}
.services-sec .row:nth-child(7) {
  margin-top: 70px;
  width: 95%;
  place-self: center;
}
.services-head h1 {
  color: #2b4776;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
}
.services-head h1::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.serv-info-box h3 {
  color: rgb(35, 40, 45);
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.serv-info-box ul li {
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-weight: 400;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}
.serv-info-box ul li::before {
  content: "";
  position: absolute;
  border-right: 2px solid #2b4776;
  border-bottom: 2px solid #2b4776;
  width: 9px;
  height: 9px;
  top: 12px;
  left: -5px;
  transform: translateY(-50%) rotate(-45deg);
  background-color: #2b477600 !important;
}
/* **************** */

/* **********Support Services*********** */
.our-client-sec {
  padding: 70px 0 80px;
}
.our-client-sec .row:nth-child(2) {
  margin-top: 60px;
}
.our-client-sec .col-md-2 {
  padding-inline: 0 10px !important ;
}
.client-head-box h1 {
  color: #2b4776;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
}
.client-head-box h1::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.or-client-box:hover:after {
  border: 3px solid #2b4776;
  transition: all 0.2s ease;
}
.or-client-box {
  position: relative;
}
.or-client-box:after {
  content: "";
  display: block;
  transition: all 0.2s ease;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 100;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
}
.or-client-box img {
  margin-bottom: 20px;
  display: flex;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
}
/* **************** */

/* **********Contact Us*********** */
.contact-sec {
  padding: 80px 0;
}
.contact-sec .row:nth-child(2) {
  margin-top: 80px;
}
.contact-head h1 {
  color: #2b4776;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
}
.contact-head h1::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e84b27;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.assist-head h2 {
  color: #23282d;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}
.assist-head p {
  font-size: 16px;
  line-height: 25px;
  color: #23282d;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
/* form start */
.contact-sec .form-container {
  width: 100%;
  margin-top: 50px;
}

.contact-sec .form-container .form-group {
  position: relative;
  margin-bottom: 75px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.contact-sec .form-container .form-group input {
  background: #ffffff00;
  width: 100%;
  color: #222222;
  padding: 10px 0;
  border-bottom: 2px solid #a6a9aa;
  border-right: 0;
  border-top: 0;
  border-left: 0;
  font-size: 18px;
  transition: border-color 0.3s ease;
}
.contact-sec .form-container .form-group label {
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 16px;
  color: #222;
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}
.contact-sec .form-container .form-group input:focus {
  outline: none;
}
.contact-sec .form-container .form-group input:focus + label,
.contact-sec .form-container .form-group input:not(:placeholder-shown) + label {
  top: -13px;
  font-size: 14px;
  color: #757575;
  background-color: #ffffff00;
  padding: 0;
  border-radius: 4px;
  left: 0px;
  font-weight: 600;
}
.contact-sec .submit-button {
  display: block;
  justify-self: center;
  position: relative;
  width: 185px;
  height: 48px;
  padding: 15px 15px;
  border-radius: 25px;
  color: #fff;
  background-color: #274a74;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  transition: 0.25s;
  text-transform: uppercase;
  margin-top: -20px;
  cursor: pointer;
}

.contact-sec .submit-button:focus {
  outline: none;
}
.contact-sec .submit-button:hover {
  opacity: 0.9;
  transform: translateY(0px) !important;
  background-color: #23282d;
  border-color: transparent;
}
/* form end */

.cont-info {
  display: flex;
  border: 2px solid #e8e8e8;
  padding: 20px 20px 20px 0;
  margin-bottom: 30px;
  align-items: center;
}
.cont-info p a {
  color: #23282d;
  text-decoration: none;
  font-size: 16px;
}
.cont-info span i {
  color: #f7be68;
  font-size: 24px;
  width: 80px;
}
.cont-info span {
  align-content: center;
  text-align: center;
}

/* map */
.map-container {
  background-color: #f6f6f6;
  padding: 80px 0 70px;
}
.map-box iframe {
  border: 5px solid rgb(62, 70, 78);
  pointer-events: none;
  width: 100%;
  height: 320px;
}
.address-info {
  margin-top: 30px;
}
.address-info h5 {
  color: #23282d;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.address-info p {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 25px;
  color: #23282d;
  margin: 0 0 8px;
}

.address-info p i {
  font-size: 14px;
  color: #23282d;
  margin-right: 10px;
  flex-shrink: 0;
}

.address-info p a {
  font-size: 14px;
  line-height: 25px;
  color: #23282d;
  text-decoration: none;
  margin: 0 10px;
}

/* ** */

/* **************** */

.call-button a {
  display: block;
  position: fixed;
  text-decoration: none;
  z-index: 9999999999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: 20px;
  bottom: 20px;
  background: url(../images/call-icon.svg) center / 30px 30px no-repeat #269041 !important;
}
.whatsapp-fixed {
  z-index: 10000;
}
.whatsapp-fixed .Btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  outline: 0;
  transition-duration: 0.3s;
  background-color: #00d757;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  box-shadow: 0 0 0 2em transparent;
}
.whatsapp-fixed .sign {
  width: 100%;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sign svg {
  width: 30px;
}
.sign svg path {
  fill: white;
}
.whatsapp-fixed .text {
  position: absolute;
  right: 10px;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  transition-duration: 0.3s;
}

.whatsapp-fixed .Btn:hover {
  width: 150px;
  border-radius: 40px;
  transition-duration: 0.3s;
}

.whatsapp-fixed .Btn:hover .sign {
  width: 30%;
  transition-duration: 0.3s;
  padding-left: 10px;
}

.whatsapp-fixed .Btn:hover .text {
  opacity: 1;
  width: 70%;
  transition-duration: 0.3s;
}
.whatsapp-fixed .Btn:active {
  transform: translate(2px, 2px);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #00d757;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #00d757;
  }
}
.whatsapp-fixed {
  position: fixed;
  right: 15px;
  bottom: 15px;
}
#topcontrol {
  width: 50px;
  height: 50px;
  align-content: center;
  text-align: center;
  position: fixed !important;
  bottom: 95px !important;
  z-index: 99999;
  right: 20px !important;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 50px;
}

.prod-type-slider .industry_content.item1 {
  background-image: linear-gradient(rgb(22 40 69 / 69%) 100%, transparent 50%),
    url(../images/automatic-tube-filling.jpg);
  background-size: cover;
}

.prod-type-slider .industry_content.item2 {
  background-image: linear-gradient(rgb(22 40 69 / 69%) 100%, transparent 50%),
    url(../images/tube-filler.jpg);
  background-size: cover;
}

.prod-type-slider .industry_content.item3 {
  background-image: linear-gradient(rgb(22 40 69 / 69%) 100%, transparent 50%),
    url(../images/sealing-machine-for-plastic.jpg);
  background-size: cover;
}

.prod-type-slider .industry_content.item4 {
  background-image: linear-gradient(rgb(22 40 69 / 69%) 100%, transparent 50%),
    url(../images/aluminium-tube.jpg);
  background-size: cover;
}

.industry_content {
  padding: 70px 15px;
  display: flex;
  flex-wrap: wrap;
  height: 400px;
  position: relative;
  z-index: 3;
  justify-content: center;
  text-align: center;
  transition: 0.4s all;
}

.industry_title span {
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-size: 20px;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
}

.industry_title span:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  background: #ba3c1f;
  height: 3px;
  transition: 0.4s all;
}

.industry_para p {
  font-size: 15px;
  display: block;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  padding-bottom: 10px;
}
.social-link {
  margin-top: -10px;
  position: relative;
  top: 62px;
  padding: 15px;
  background: #325691;
  border: 1px solid #bbbbbb94;
}

.social-link ul li:nth-child(1):after,
.social-link ul li:nth-child(2):after,
.social-link ul li:nth-child(3):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: #ffffff29;
  right: 0;
  top: 0;
}

.social-link ul li a i {
  font-size: 18px;
}
.social-link ul li a:hover {
  color: #e84b27;
}
.social-link ul li a {
  color: #fff;
  font-size: 12px;
}
.social-link ul li {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
.social-link ul {
  text-align: center;
}
.cont_details {
  /* padding-bottom: 25px; */
  display: flow-root;
  width: 100%;
}
.cont_details:last-child {
  padding-bottom: 0;
}
.cont_bx {
  padding: 2px;
  float: left;
  border-radius: 10%;
  background-color: #fff0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont_bx {
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  background: #fff0;
  display: block;
  margin-right: 12px;
}
/* .cont_dtl p {
  font-size: 14px;
  display: block;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
  padding-left: 53px;
} */
.cont_bx i {
  font-size: 20px;
  color: #fff;
}
.cont_dtl span,
.footer-social span {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 4px;
  display: block;
}
.footer-social span {
  margin-bottom: 10px;
}
.cont_dtl a:hover {
  color: #e84b27;
}
.cont_dtl a {
  font-size: 15px;
  display: table-header-group;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.ftr-contact {
  display: flex;
}
.ftr-cnt-dtl {
  padding: 25px;
  margin-top: 60px;
  width: 95%;
  background: #3d619c;
  border: 1px solid #bbbbbb94;
}

/* footr */
/************************/
#footer_bg {
  background: #23282c;
  padding: 70px 0 45px 0;
}
.footer_logo img {
  width: 250px;
  margin-bottom: 20px;
}
.prd_information p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.3px;
}
.footer_rht {
  padding-right: 30px;
}
.social_icon {
  padding-top: 15px;
}
.social_icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.social_icon ul li a i {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  background: #fff;
}
.social_icon ul li a i.fa-facebook-f {
  color: #5d82d1;
}
.social_icon ul li a i.fa-youtube {
  color: #d91c19;
}
.social_icon ul li a i.fa-linkedin-in {
  color: #238cc8;
}
.social_icon ul li a i.fa-instagram {
  color: #c22b72;
}
.cont_dtl p {
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #fff;
  letter-spacing: 0.3px;
  font-weight: 600;
}
.footer_contact_hed span {
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}
.footer_contact_hed span:before {
  content: "";
  width: 20px;
  height: 5px;
  left: 0;
  background: #e84b27;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.footer_contact_hed span:after {
  content: "";
  background: #fff;
  width: 40px;
  height: 5px;
  position: absolute;
  bottom: 0;
  border-radius: 50px;
  left: 0;
}
.footer_navigation ul li {
  padding: 3px 0;
  margin: 5px 0;
  border-left: 2px solid rgb(242 245 250 / 75%);
}
.footer_navigation ul li a {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
  display: inline-block;
  padding-left: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer_navigation ul li a:hover {
  color: #e84b27;
}
.footer_contact_hed {
  padding-bottom: 20px;
}
.footer_contact_hed li.cont_details {
  padding: 10px 0;
}
.cont_details {
  display: flex;
  padding-top: 15px;
}
.cont_bx {
  flex-shrink: 0; /* Prevent icon box from shrinking */
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  border-radius: 10px;
  background: #e84b27;
  display: flex; /* Use flex for better centering */
  box-shadow: 0 0 0 5px rgb(255 255 255 / 29%);
  margin-right: 18px;
  margin-bottom: 10px;
  margin-top: 8px;
}
.cont_bx img {
  width: 65%;
  height: auto;
  display: block;
}
.cont_dtl a {
  font-size: 14px;
  line-height: 24px;
  display: inline;
  color: #fff;
  letter-spacing: 0.3px;
  font-weight: 500;
}
.cont_dtl {
  align-self: center;
}
.cont_dtl a:hover {
  color: #e84b27;
}
.cont_dtl span {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.25px;
  margin: 0 2px;
  display: inline;
}
.call_dtl a {
  font-size: 14px;
  line-height: 24px;
  display: inline;
  color: #fff;
  letter-spacing: 0.3px;
  font-weight: 500;
}
.call_dtl a:hover {
  color: #e84b27;
}
.call_dtl span {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.25px;
  display: block;
}
/************************/
.foot-bottom {
  padding: 15px 0;
  background: #fff;
}
.foot-btm-head p {
  color: #212529;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
}
.foot-btm-head p a {
  color: #212529;
  font-weight: 600;
}
/************************/
