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

* {
  margin: 0px;
  padding: 0px;
  outline: none;
}

ul {
  list-style: none;
}

a,
a:hover {
  text-decoration: none !important;
}

img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
a {
  margin: 0px;
  padding: 0px;
}

body {
  font-size: 14px;
  color: #182333;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

/*************************/
.pd-lr30 {
  padding: 0 30px;
}

/*************************/
.header_tp_lft ul {
  float: right;
}

/*************************/
.header_top {
  border-top: 2px solid #ed1c24;
  /* padding: 2px 0; */
}

.header_top:after {
  position: absolute;
  content: "";
  top: 43px;
  right: 0px;
  display: block;
  height: 1px;
  width: 859px;
  background: linear-gradient(90deg, #b5b5b5, #fff);
}

.header_top::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 497px;
  display: block;
  height: 99px;
  width: 2px;
  background: linear-gradient(90deg, #b5b5b5, #fff);
}

.header_tp_lft ul li {
  float: left;
  padding: 0 10px;
  /* line-height: 30px; */
  /* border-right: 2px solid #000; */
  /* margin-top: 10px; */
}

.header_tp_lft ul li a img {
  margin-right: 10px;
}

.header_tp_lft ul li:last-child {
  border-right: 0px;
}

.header_tp_lft ul li a {
  font-size: 15px;
  color: #242424;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.5px;
}

.header_social ul {
  float: right;
}

.header_tp_lft ul li a:hover {
  color: #32b0fa;
}

.header_social ul li {
  display: inline-block;
  padding: 0 1px;
}

.header_social ul li img {
  width: 36px;
}

.header_social ul li:last-child {
  padding-right: 0px;
}

/*************************/
.fixed-top {
  position: relative;
  top: 0px;
  display: block;
  /* height:95px; */
  background: #fff;
  box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 12%);
}

.logo {
  display: block;
  max-width: 445px;
  min-height: auto;
  position: relative;
  z-index: 99;
  margin-top: -28px;
  right: 11px;
  padding: 0px 0;
}

.logo:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  right: 0;
  display: none;
  background: #fff;
  transform-origin: bottom left;
  transform: skew(-30deg, 0deg);
}

.header_menu {
  display: flex;
}

#header .logo img {
  width: 100%;
  height: auto;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main-nav {
  position: relative;
}

.main-nav {
  /* margin-left:10px; */
}

.menu_bg {
  /* top: 0; */
  /* right: 0; */
  /* background:rgba(0, 0, 0, 0.5); */
  /* bottom: 0; */
  /* width:90%; */
  /* position: absolute; */
}

.menu_bg::after {
  content: "";
  position: absolute;
  display: none;
  left: -50px;
  border-right: 50px solid rgb(0 0 0 / 50%);
  border-top: 94px solid transparent;
  z-index: -1;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  background: url(../images/divider.png) no-repeat right center;
  padding: 10px 15px 8px 15px;
}

.main-nav > ul > li:nth-child(7) {
  background: none;
  padding-right: 0px;
}

.main-nav > ul {
  margin: 0px 0 0px 0;
  display: block;
  align-items: center;
  display: flex;
}

.main-nav a {
  color: #182333;
  font-weight: 600;
  /* text-transform: uppercase; */
  transition: all 200ms linear;
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #ed1c24;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.3s;
  padding: 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
  border: none;
  border-radius: 3px;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul li a {
  padding: 10px 15px;
  color: #182333;
  transition: all 200ms linear;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #fff;
  background-color: #ed1c24;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 10px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.main-nav > ul > li:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  display: none;
  content: "";
  background-color: #e00303;
  opacity: 0;
  transition: all 200ms linear;
}

.main-nav > ul > li:hover:after {
  bottom: 0;
  opacity: 1;
  display: none;
}

.main-nav .drop-down ul li {
  border-bottom: 2px solid #f7f7f7;
}

/*******************/
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #416b9d;
  transition: 0.4s;
}

.mobile-nav a {
  display: block;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #ee2324;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.header-scrolled .main-nav > ul {
  margin-top: 5px;
}

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

.carousel-item img {
  width: 100%;
}

#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: rgba(0, 0, 0, 0.5);
  height: 45px;
  width: 45px;
  z-index: 121;
  line-height: 45px;
  text-align: center;
  position: absolute;
}

#carousel .carousel-control span:hover {
  background-color: #32b0fa;
}

#carousel .carousel-item .caption {
  background-color: rgb(0 0 0 / 20%);
  padding: 40px;
  animation-duration: 1s;
  animation-delay: 1s;
}

#carousel .caption h2 {
  animation-duration: 1s;
  animation-delay: 1s;
  font-size: 70px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  text-align: center;
  letter-spacing: 3px;
  font-family: "Montserrat", sans-serif;
}

#carousel .caption span {
  animation-duration: 1s;
  animation-delay: 2.2s;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}

#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
}

#carousel .carousel-item.banner1 {
  background-image: url("../images/banner01.jpg");
}

#carousel .carousel-item.banner2 {
  background-image: url("../images/banner02.jpg");
}

#carousel .carousel-item.banner3 {
  background-image: url("../images/banner03.jpg");
}

#carousel .carousel-item {
  height: auto;
  width: 100%;
  background: no-repeat center center scroll;
  background-size: cover;
}

.carousel-indicators {
  bottom: 5px;
}

/*************************/
.slider_btm {
  padding: 15px 0;
  background: #b7b76a;
}

.slide_btm_bx {
  border-right: 3px solid #fff;
  text-align: center;
}

.bd_none {
  border-right: 0px;
}

.slide_btm_bx img {
  margin-right: 10px;
}

.slide_btm_bx span {
  font-size: 19px;
  color: #fff;
  line-height: 36px;
  font-weight: bold;
  display: inline-block;
}

/*************************/
.button-qut a {
  color: #fff;
  padding: 10px 15px;
  background-color: #ed1c24;
  position: relative;
  border-radius: 6px;
}

.button-qut a:hover {
  color: #fff;
  background-color: #272324;
}

.button-qut a i {
  font-size: 21px;
  margin-right: 5px;
}

/*************************/
.title-mid-wrapper {
  text-align: center;
}

.title-mid-wrapper .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 73px;
  margin-bottom: 25px;
  color: #231f20;
  font-family: "Titillium Web", sans-serif;
}

.hm-about-us {
  padding: 35px 0;
  background: url(../images/line-texture-25opt.webp);
  background-repeat: repeat;
  background-position: center;
}

.title::after {
  content: url(../images/title-separator.svg);
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.home-about-content span {
  padding-bottom: 10px;
  color: #f7853e;
  font-weight: 500;
  font-size: 17px;
}

.home-about-content h1 {
  font-size: 23px;
  color: #ed1b24;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.3;
  text-transform: uppercase;
}

.hm_video img {
  width: 100%;
}

.home-about-content p {
  letter-spacing: 0.5px;
  font-size: 15px;
  padding-bottom: 5px;
  line-height: 25px;
}

.home-about-content p {
  letter-spacing: 0.2px;
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 25px;
  color: #626262;
  font-weight: 500;
}

.hm_video {
  width: 100%;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  padding: 8px 8px 8px 8px;
  z-index: 1;
  background: #fff;
}

.work_video_bx {
  position: relative;
}

.hm-abou-bg {
  background: #fff;
  padding: 50px 23px 29px 23px;
  box-shadow: 10px 10px 30px 0 rgb(0 0 0 / 0.1);
  border-radius: 10px 10px 10px 10px;
  position: relative;
  z-index: 99;
}

.experinse span {
  background-color: #f7f7f7;
  padding: 11px 24px;
  font-size: 24px;
  color: #231f20;
  font-weight: 700;
  border-radius: 0px 16px;
  /* border: 1px solid #4e4e4e3d; */
}

.experinse {
  position: relative;
  top: -29px;
}

/*-----------------*/
.common-btn {
  width: 200px;
  height: 46px;
  background: #ed1b24;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  border: 0px;
  transition: all 0.3sease-in-out;
  position: relative;
  /* text-transform: uppercase; */
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.common-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #504f4f;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3sease-in-out;
  color: #fff;
}

.common-btn span {
  color: #ffffffc4;
  transform: rotate(0deg);
  position: relative;
  top: 5px;
  left: 7px;
  font-size: 9px;
}

.hm-about-btn {
  margin-top: 20px;
}

.common-btn:hover {
  color: #fff !important;
  border: 0px !important;
}

.common-btn:hover:before {
  transform: scaleX(1);
}

.hm-vission-sec {
  position: relative;
  padding: 25px 0 65px 0;
}

.main-z-index {
  position: relative;
  z-index: 999;
}

.vision_box_02 {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.vision_img {
  width: 100%;
  transition: all 0.5s ease-out;
}

.vision_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.vision_box_02body {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 25px;
  color: #fff;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: left;
  background: linear-gradient(to top, rgb(0 0 0 / 120%), rgb(0 0 0 / 27%));
}

.vision_box_02 h3 {
  font-size: 30px;
  margin: 0;
  margin-bottom: 0.5rem;
  color: #ffffff;
  position: relative;
  padding-bottom: 0.5rem;
  font-weight: 600;
}

.vision_box_02 h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  transition: all 0.5s ease-out;
  border: 2px solid #fff;
}

.vision_box_02 p {
  font-size: 0.875rem;
  font-size: 20px;
  font-weight: 600;
  color: #ed1b24;
}

/*************************/
.align-center-row {
  align-items: center;
}

.single-box {
  text-align: center;
}

.icon img {
  width: 100%;
  border-radius: 50%;
  border: 5px solid #ffffff;
  box-shadow:
    rgb(67 71 85 / 65%) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.left-side {
  position: relative;
  z-index: 99;
  margin-top: 30px;
}

.right-side {
  position: relative;
  z-index: 99;
  margin-top: 30px;
}

.left-side h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.left-side::after {
  content: url(../images/title-separator.svg);
  position: absolute;
  top: 115px;
  left: 0;
  right: 0;
}

.hm-vission-sec::after {
  position: absolute;
  content: "";
  top: -280px;
  right: 0px;
  height: 680px;
  width: 100%;
  background-color: #f9f9f9;
}

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

.icon {
  position: relative;
}

.single-box h4 {
  z-index: 999;
  position: absolute;
  top: 90px;
  display: flex;
  left: 0px;
  color: #ffffff;
  justify-content: center;
  text-align: center;
  font-size: 25px;
  right: 0px;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
}

.single-box p {
  position: relative;
  top: -98px;
  color: #ed1b24;
  font-size: 15px;
  font-weight: 500;
}

/*************************/
.hm-pro-section {
  padding: 90px 0px;
}

.single-product img {
  width: 100%;
}

.pro-side {
  text-align: center;
}

.pro-side h5 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.pro-side p {
  letter-spacing: 0.2px;
  font-size: 14px;
  padding-bottom: 20px;
  line-height: 25px;
  color: #626262;
  font-weight: 500;
  text-align: center;
}

.pro-side::after {
  content: url(../images/title-separator.svg);
  position: absolute;
  top: 30px;
  text-align: center;
  left: 0px;
  right: 0px;
}

.single-product {
  padding: 10px;
  border: 1px solid #0000001a;
  border-radius: 10px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.single-product img {
  width: 100%;
  border-radius: 10px;
}

.single-product h4 {
  padding: 20px 0 0 0;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #6c6c6c;
  position: relative;
  line-height: 1.6;
}

.single-product h4:before {
  background-color: #ed1b24;
  content: "";
  bottom: -14px;
  left: 0;
  width: 50px;
  height: 2px;
  position: absolute;
}

.single-product p {
  margin-bottom: 19px;
}

.fire-img img {
  position: absolute;
  width: 79px;
  right: 34px;
  bottom: 10px;
  opacity: 0.1;
}

/*************************/
.pro-common-btn {
  width: 115px;
  height: 35px;
  background: #ed1b24;
  display: flex;
  align-items: center;
  margin-top: 29px;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  border-radius: 6px;
  font-weight: 600;
  /* border: 0px; */
  transition: all 0.3sease-in-out;
  position: relative;
  /* text-transform: uppercase; */
  /* transform: perspective(1px) translateZ(0); */
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  /* border-radius: 0px 0px 0px 0px; */
  cursor: pointer;
}

.pro-common-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #504f4f;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3sease-in-out;
  color: #fff;
}

.pro-common-btn span {
  color: #ffffffc4;
  transform: rotate(0deg);
  position: relative;
  top: 0px;
  left: 10px;
  font-size: 9px;
}

.pro-common-btn:hover {
  color: #fff !important;
  border: 0px !important;
}

.pro-common-btn:hover {
  background: #353535;
}

/*************************/
.line-1 {
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: -15px;
  z-index: -1;
  background: rgb(37 37 37 / 11%);
  opacity: 1;
}

.line-1::after {
  content: "";
  height: 105px;
  width: 1px;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 1;
  background: linear-gradient(
    to bottom,
    rgb(7 176 158 / 21%),
    #07b09e,
    rgb(7 176 158 / 16%)
  );
  animation: slideToBottom 14s linear infinite alternate;
}

/*************************/
.company-info {
  background: url(../images/new-b.jpg) no-repeat center;
  background-size: cover;
  /* background-attachment: fixed; */
  /* margin: 10px 0 50px 0; */
  padding: 60px 0 0px 0;
}

/*.company-info .opacity {
    height: 100%;
    background: rgba(17, 17, 17, 0.8);
    padding: 60px 0 60px 0;
}
*/
.counter-section {
  text-align: center;
}

.counter-section h5 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.counter-section::after {
  content: url(../images/title-separator-nw.svg);
  position: relative;
  top: -10px;
  text-align: left;
  left: 0px;
  right: 0px;
}

.counter-pra p {
  letter-spacing: 0.2px;
  font-size: 14px;
  padding-bottom: 25px;
  line-height: 25px;
  color: #fff;
  text-align: center;
}

/*************************/
.why_sec_bx {
  position: relative;
  display: flex;
  align-items: center;
}

.why_sec_bx:after {
  content: "";
  width: 1px;
  height: 75px;
  background: #0000001c;
  position: absolute;
  right: -5px;
  top: 0;
}

.why_sec_bx2:after {
  content: "";
  width: 0px;
}

.why_icon_txt {
  padding-left: 20px;
}

.why_title {
  font-size: 35px;
  display: block;
  font-weight: 900;
  line-height: 1;
  color: #3e4095;
  letter-spacing: 1px;
}

.why_icon_txt span {
  display: block;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #676767;
  font-size: 15px;
  margin-top: 5px;
}

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

.experties-area-inner {
  padding: 48px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-experties {
  display: flex;
  align-items: center;
  position: relative;
  max-width: max-content;
}

.single-experties .counter-inner {
  margin-left: 20px;
}

.single-experties .counter-inner .count-title span.plus {
  position: relative;
  font-size: 45px;
  font-weight: 700;
}

.single-experties .counter-inner .count-title span.plus::after {
  position: absolute;
  right: -25px;
  top: 5px;
  content: "+";
  font-size: 36px;
  color: #fff;
}

.single-experties .counter-inner span.sub {
  color: #ffffff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.single-experties::after {
  position: absolute;
  content: "";
  height: 223%;
  width: 1px;
  background: #ffffff;
  top: 50%;
  right: -29px;
  transform: translateY(-50%);
}

.single-experties .counter-inner .count-title {
  margin-bottom: 0;
  color: #fff;
}

.icon-area img {
  width: 100%;
}

/*************************/
.single-experties:nth-child(4)::after {
  width: 0px;
}

/*************************/
.why_us {
  background: url(../images/solution-banner-new.jpg);
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  background-attachment: fixed;
}

.why_us .white_bgf {
  backdrop-filter: blur(3px);
  background: #ffffffe3;
  padding: 40px;
}

.whay-side h6 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
  color: #333534;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}

.whay-side::after {
  content: url(../images/title-separator.svg);
  position: relative;
  top: -26px;
  text-align: left;
  left: 0px;
  right: 0px;
}

.whay-side-pra p {
  letter-spacing: 0.2px;
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 25px;
  color: #fff;
}

/*************************/
.about-content ul li {
  font-weight: 500;
  color: #3a3a3a;
  font-size: 17px;
  margin: 15px 0;
  word-spacing: 0.5px;
  position: relative;
  padding-left: 21px;
}

.about-content ul li i {
  position: absolute;
  top: 6px;
  left: 0;
  font-weight: 800;
  color: #ed1b24;
  font-size: 11px;
}

/*************************/
.hm-cleint {
  padding: 80px 0 100px;
}

.hm_cleint_box ul li {
  width: 14%;
  float: left;
  padding: 12px 8px;
  background-color: #fff;
}

.hm_cleint_box ul li:nth-child(1),
.hm_cleint_box ul li:nth-child(2),
.hm_cleint_box ul li:nth-child(3),
.hm_cleint_box ul li:nth-child(4),
.hm_cleint_box ul li:nth-child(5),
.hm_cleint_box ul li:nth-child(6),
.hm_cleint_box ul li:nth-child(8),
.hm_cleint_box ul li:nth-child(9),
.hm_cleint_box ul li:nth-child(10),
.hm_cleint_box ul li:nth-child(11),
.hm_cleint_box ul li:nth-child(12),
.hm_cleint_box ul li:nth-child(13) {
  border-right: 1px solid #efefef;
}

.hm_cleint_box ul li:nth-child(1),
.hm_cleint_box ul li:nth-child(2),
.hm_cleint_box ul li:nth-child(3),
.hm_cleint_box ul li:nth-child(4),
.hm_cleint_box ul li:nth-child(5),
.hm_cleint_box ul li:nth-child(6),
.hm_cleint_box ul li:nth-child(7) {
  border-bottom: 1px solid #efefef;
}

.tru-clint {
  letter-spacing: 0.2px;
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 25px;
  color: #626262;
  font-weight: 500;
  text-align: center;
}

/*************************/
footer {
  background: #333534;
  padding-bottom: 0px;
  margin-top: 0px;
  position: relative;
}

.ftr-logo {
  background-color: #ffffff;
  padding: 58px 20px 56px 20px;
  box-shadow: 0px 3px 25px 0px rgb(11 46 72 / 15%);
  position: relative;
  /* margin-top: -70px; */
  border-radius: 0px 0px 0px 0px;
}

.ftr-logos {
  margin: 0 auto;
  display: table;
}

.ftr-logo p {
  color: #182333;
  line-height: 20px;
  font-size: 15px;
  padding-left: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.ftr-logo ul {
  text-align: center;
}

.ftr-logo ul li {
  display: inline-block;
  padding: 0 5px;
}

.ftr-logo ul li img {
  width: 36px;
}

.ftr-logo-bord {
  position: relative;
  height: 1px;
  width: 80%;
  background-color: #323439;
  margin: 40px auto;
  display: table;
}

.ftr-logo-bord:after {
  content: "";
  width: 100px;
  height: 6px;
  position: absolute;
  background: #ed1c24;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

.ftr-dtl {
  padding-top: 55px;
  margin-left: 20px;
  padding-bottom: 16px;
}

.hm_foot_hed h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.hm_foot_hed h4:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #c3c3c3;
  display: block;
}

.hm_foot_hed ul li {
  padding: 7px 0;
}

.hm_foot_hed ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hm_foot_hed ul li a:hover {
  color: #ed1c24;
}

.hm_foot_cont {
  position: relative;
}

.hm_foot_cont:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 20px;
  background-color: #ed1c24;
  top: -50px;
  left: -40px;
  border-radius: 10px;
  z-index: -1;
}

.hm_foot_cont h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.hm_foot_cont h4:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #c3c3c3;
  display: block;
}

.hm_foot_cont ul li {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 15px;
}

.hm_foot_cont ul li span {
  font-weight: 700;
  display: block;
  padding-bottom: 5px;
}

.hm_foot_cont ul li a {
  color: #fff;
}

.hm_foot_cont ul li a:hover {
  color: #32b0fa;
}

.footer_btn {
  padding: 15px 0;
  background: #ed1c24;
  border-bottom: 4px solid #f9f9f9;
}

.foot_dp_txt p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
}

.foot_dp_txt p a {
  color: #fff;
}

.foot_dp_txt p a:hover {
  color: #32b0fa;
}

.footer-shadow {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}

.footer-shadow img {
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.hm-about-logo {
  box-shadow: 0px 6px 15px 0px rgb(33 25 106 / 11%);
  padding: 15px;
  margin: 15px 0 15px 0;
  border-radius: 10px;
  position: relative;
  transition: all 500ms ease;
}

.hm-cleint-slider {
  margin-top: 30px;
}

.carousel-sec .carousel-item h2 {
  position: absolute;
  top: 130px;
  /* right: -315px; */
  line-height: 1.4;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px #fefefe2e;
  color: #fefefe;
  font-size: 50px;
  font-weight: 800;
  justify-self: anchor-center;
  font-family: "Montserrat", sans-serif;
}

.carousel-sec .carousel-item h2 span {
  display: block;
  font-weight: 900;
  font-size: 30px;
  color: #f81620;
}

.carousel-sec .left-item-carosel h2 {
  position: absolute;
  top: 120px;
  left: -380px;
  line-height: 1.4;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px #fefefe2e;
  color: #fefefe;
  font-size: 50px;
  font-weight: 800;
  justify-self: anchor-center;
  font-family: "Montserrat", sans-serif;
}

.carousel-sec .left-item-carosel h2 span {
  display: block;
  font-weight: 900;
  font-size: 30px;
  color: #f81620;
}

.carousel-sec .left-item-main-carosel h2 {
  position: absolute;
  top: 194px;
  left: -835px;
  line-height: 1.4;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px #fefefe2e;
  color: #fefefe;
  font-size: 50px;
  font-weight: 800;
  justify-self: anchor-center;
  font-family: "Montserrat", sans-serif;
}

.carousel-sec .left-item-main-carosel h2 span {
  display: block;
  font-weight: 900;
  font-size: 30px;
  color: #f81620;
}

.carousel-sec .right-item-main-carosel h2 {
  position: absolute;
  top: 175px;
  right: -650px;
  line-height: 1.4;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px #fefefe2e;
  color: #fefefe;
  font-size: 45px;
  font-weight: 800;
  justify-self: anchor-center;
  font-family: "Montserrat", sans-serif;
}

.carousel-sec .right-item-main-carosel h2 span {
  display: block;
  font-weight: 900;
  font-size: 30px;
  color: #f81620;
}

.carousel-sec .carousel-caption {
  height: 100%;
}

#carousel .carousel-item img {
  position: relative;
}

.carousel-caption {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  will-change: opacity, transform;
}

.carousel-item.active .carousel-caption {
  animation: slideFadeUp 2s ease forwards;
}

@keyframes slideFadeUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-caption,
  .carousel-item.active .carousel-caption {
    animation: none !important;
    transition: none !important;
    opacity: 1;
    transform: none;
  }
}

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

.hm-certificate {
  overflow: hidden;
  position: relative;
  padding: 100px 0;
  background: linear-gradient(
    to bottom,
    #ededed99 20%,
    rgba(255, 255, 255, 1) 70%
  );
  background: -webkit-linear-gradient(
    to bottom,
    #ededed99 20%,
    rgba(255, 255, 255, 1) 70%
  );
  background: -ms-linear-gradient(
    to bottom,
    #ededed99 20%,
    rgba(255, 255, 255, 1) 70%
  );
  background: -moz-linear-gradient(
    to bottom,
    #ededed99 20%,
    rgba(255, 255, 255, 1) 70%
  );
}

.hm-certificate-dtl h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  text-align: left;
  margin-bottom: 15px;
}

.hm-certificate-dtl p {
  letter-spacing: 0.2px;
  font-size: 14px;
  padding-bottom: 20px;
  line-height: 25px;
  color: #626262;
  font-weight: 500;
  text-align: left;
}

.hm-certificate-slider {
  position: relative;
  padding-top: 30px;
}

.hm-certificate-slider:before {
  display: block;
  position: absolute;
  content: "";
  right: -320px;
  top: 0;
  width: 1000px;
  height: 130px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background: linear-gradient(to right, #ed2128 20%, #9a140d 80%);
  background: linear-gradient(to right, #ed2128 20%, #9a140d 80%);
  background: linear-gradient(to right, #ed2128 20%, #9a140d 80%);
  background: linear-gradient(to right, #ed2128 20%, #9a140d 80%);
  background: linear-gradient(to right, #ed2128 20%, #9a140d 80%);
}

.wrapp {
  position: relative;
  background-color: #fff;
  box-shadow: 0 6px 15px 0 rgb(33 25 106 / 11%);
  padding: 15px;
  margin: 5px;
  border-radius: 10px;
}

.wrapp:before {
  display: block;
  background: #ed1c24;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: 0 auto;
  width: 100px;
  height: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.img-wrapp {
  height: 160px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e0e0e16b;
}

.wrapp p {
  font-size: 14px;
  margin: 0;
  line-height: 1.3;
  min-height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* ---------------- */
.product-sec {
  padding: 0;
}

.accordion {
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.accordion ul li {
  display: table-cell;
  position: relative;
  width: 33%;
  height: 280px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 61%);
  text-align: center;
}

.accordion ul li:hover div {
  background: rgb(96 0 0 / 0);
}

.accordion ul li:hover {
  background-size: cover !important;
}

.accordion ul li div a {
  display: block;
  height: 364px;
  width: 100%;
  position: relative;
  z-index: 2;
  left: 0;
  right: 0;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  transition: all 200ms ease;
}

.accordion ul li div a * {
  opacity: 1;
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion ul li div a h4 {
  text-overflow: clip;
  letter-spacing: 0.25px;
  font-size: 20px;
  padding: 0 30px;
  font-weight: 200;
  top: 40%;
  font-family: "Poppins", sans-serif;
}

.prd-text {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.accordion img {
  width: 70px !important;
  top: 34%;
  background: #fb0c0094;
  padding: 10px;
}

.accordion ul li:nth-child(1) {
  background-image: url(../images/petrochemical.jpg);
}

.accordion ul li:nth-child(2) {
  background-image: url(../images/pharmaceuticals.jpg);
}

.accordion ul li:nth-child(3) {
  background-image: url(../images/chemical.jpg);
}

.accordion ul li:nth-child(4) {
  background-image: url(../images/defense.jpg);
}

.accordion ul li:nth-child(5) {
  background-image: url(../images/mining.jpg);
}

.accordion ul li:nth-child(6) {
  background-image: url(../images/oil-gas.jpg);
}

.accordion ul li:nth-child(7) {
  background-image: url(../images/power-plant.jpg);
}

.accordion ul:hover li {
  background-color: rgba(255, 0, 0, 0.3);
}

.accordion ul:hover li:hover {
  width: 60%;
}

.accordion ul:hover li:hover a {
  background: rgba(0, 0, 0, 0.2);
}

.accordion ul:hover li:hover a {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* ===================== */
.inner-banner-new {
  background-image: url(../images/inbanner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 100px 0 145px;
  /* margin-top: 104px; */
}

.inner-hamb-cnt {
  width: max-content;
  height: 50px;
  margin-top: -115px;
  border-radius: 57px;
  padding: 0 15px;
  justify-items: center;
  align-content: center;
  background-color: rgb(237 28 36);
  box-shadow:
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border: 2px solid #ffffff;
}

.inner-hamb-cnt ul {
  display: flex;
}

.inner-hamb-cnt ul li {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.inner-hamb-cnt ul {
  display: flex;
}

.inner-banner-head-new h1 {
  font-size: 30px;
  /* text-align: center; */
  color: #fff;
  font-weight: 700;
  padding-left: 10px;
}

/* .inner-banner-head-new {
  border-left: 5px solid #05057d;
} */

.inner-hamb-cnt ul li a {
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #ffffff;
}

.inner-hamb-cnt ul li {
  display: inline-block;
  padding: 0 4px;
}

.inn_product_lst span {
  padding: 15px 15px;
  font-size: 16px;
  color: #fff;
  background: #2d61a3;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
}

.inner-prod-main {
  padding: 80px 0 80px;
}

.multi-prod-rang {
  background: #fff;
  padding-top: 1px;
  padding-top: 5px;
  box-shadow: 0px 7px 24px 0px rgb(0 0 0 / 7%);
  position: sticky;
  top: 0px;
}

.multi-prod-rang h4 {
  margin-bottom: 15px;
  padding: 7px 0;
  padding-left: 12px;
  font-size: 20px;
  font-weight: 600;
  border-left: 5px solid #333534;
  border-right: 5px solid #fff;
  background: linear-gradient(35deg, #cd1a21 0%, #ed1c24 100%);
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
  position: relative;
  margin-left: -5px;
  color: #fff;
}

.multi-prod-rang ul li:before {
  position: absolute;
  bottom: 0;
  background: #c02141;
  height: 1px;
  display: block;
  content: "";
  width: 0;
  transition: 0.5s all ease-in;
}

.multi-prod-rang ul li {
  border-bottom: 1px solid #f7f7f7;
  position: relative;
}

.multi-prod-rang ul li a {
  padding: 9px 10px;
  margin: 5px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  display: block;
  background: #f3f3f38c;
}

.inner_top_product {
  position: relative;
  text-align: center;
}

.main-products {
  padding: 60px 0;
}

.inn_product_sub_title,
.inn_product_dtl {
  padding-bottom: 15px;
}

.inn_product_sub_title h2 {
  color: #db2519;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}

.inn_product_sub_title p {
  letter-spacing: 0.2px;
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 25px;
  color: #565555;
  text-align: justify;
  font-weight: 500;
}

.inn_product_dtl h3 {
  color: #db2519;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}

.pro-catgory h4 {
  color: #ed1c24;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}

.inn_product_dtl p {
  font-size: 14px;
  padding-bottom: 10px;
  display: block;
  position: relative;
  color: #565555;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding-left: 25px;
  line-height: 24px;
}

.inn_product_dtl p i {
  font-size: 16px;
  color: #333534;
  margin-right: 5px;
  position: absolute;
  content: "";
  top: 4px;
  left: 0px;
  display: block;
}

.pro-content-main h5 {
  font-size: 16px;
  padding: 10px 0 0 0;
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
  color: #182333;
}

.pro-content-main h5 a {
  color: #182333;
}

.pro-content-main h5 a:hover {
  color: #ed1c24;
}

.in-prod-img {
  background-color: #fff;
  padding: 10px;
  height: 100%;
  display: grid;
  justify-content: center;
  border-radius: 10px;
  box-shadow:
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-bottom: 4px solid #db2519;
}

.in-prod-img img {
  border-radius: 9px;
}

.before-content {
  background-color: #fff;
  padding: 10px;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow:
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.before-content img {
  border-radius: 9px;
}

/* ========= */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.prod-section-table table thead,
.prod-section-table table thead {
  background: #333534;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

/* ==================== */
a.abt_btn {
  position: relative;
  width: 180px;
  height: 43px;
  background: #ac161a;
  color: #fff !important;
  justify-content: flex-end;
  z-index: 0;
  /* transition: all0 .5s ease-in-out; */
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
  padding-left: 47px;
  border-radius: 50px;
  align-items: center;
  /* margin-top: 20px; */
  /* margin: 20px 0px 0px 63px; */
  display: table;
  margin: 26px auto 0 auto;
}

.abt_btn_arrow i {
  color: #ed1c24;
  font-size: 28px;
}

.pdf-button a.abt_btn {
  position: relative;
  width: 230px;
  height: 43px;
  background: #ed1c24;
  color: #fff !important;
  justify-content: flex-end;
  z-index: 0;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
  padding-left: 47px;
  border-radius: 50px;
  align-items: center;
  display: table;
  margin: 55px auto 0 auto;
}

.abt_btn_arrow {
  position: absolute;
  content: "";
  top: -12px;
  left: -15px;
  background: #ffffff94;
  padding: 8px;
  border-radius: 50px;
  box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
}

.abt_btn_arrow span {
  width: 52px;
  height: 52px;
  border-radius: 50px;
  box-shadow: 0px 7px 16px 0px rgb(0 0 0 / 13%);
  align-items: center;
  display: flex;
  font-size: 18px;
  justify-content: center;
  background: #fff;
  color: #292c8f;
}
/* about page */
.abt-main {
  padding: 70px 0 70px;
}
.abt-head-box {
  margin-bottom: 30px;
}
.abt-head-box h2 span {
  color: #333534;
}
.abt-head-box h2 {
  color: #ed1c24;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.abt-head-box::after {
  content: url(../images/title-separator.svg);
  position: absolute;
  top: 30px;
  text-align: center;
  left: 0px;
  right: 0px;
}
.abt-info-wrap .abt-dtls p {
  letter-spacing: 0.2px;
  font-size: 15px;
  padding-bottom: 5px;
  line-height: 25px;
  color: #626262;
  font-weight: 500;
  text-align: center;
}
.abt-year-box h3 {
  font-size: 7rem;
  color: #ed1c24;
  font-weight: 800;
}
.abt-year-box h3 span {
  font-weight: 600;
}
.abt-year-box p {
  font-size: 22px;
  color: #333534;
  font-weight: 600;
}
.abt-info-wrap {
  margin-bottom: 50px;
}
.abt-year-box {
  text-align: center;
  align-content: center;
  height: 100%;
}
.vision-main {
  padding: 70px 0 70px;
  background-image:
    linear-gradient(rgb(255 255 255 / 89%) 100%, #00000000 50%),
    url(../images/solution-banner-new.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.vis-mis-val-box {
  height: 100%;
  background-color: #ed1c24;
  align-content: center;
}
.vis-mis-val-box h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  text-align: center;
}
.col-md-12 .vis-box:last-child {
  margin-bottom: 0;
}
.vis-box {
  padding: 20px 10px;
  align-content: center;
  text-align: center;
  border: 2px solid #34343466;
  border-style: groove;
  margin-bottom: 30px;
}
.vis-box span i {
  font-size: 50px;
  color: #ed1c24;
  margin-bottom: 20px;
}
.vis-box h5 {
  font-size: 20px;
  font-weight: 600;
  color: #ed1c24;
  margin-bottom: 15px;
  position: relative;
}
.vis-box p {
  letter-spacing: 0.2px;
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 20px;
  color: #333333;
  font-weight: 500;
  text-align: center;
}
.vis-box ul li {
  letter-spacing: 0.2px;
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 20px;
  color: #333333;
  font-weight: 500;
}
.process-sec {
  padding: 70px 0 70px;
}
.process-info-box p {
  letter-spacing: 0.2px;
  font-size: 15px;
  padding-bottom: 5px;
  line-height: 25px;
  color: #333333;
  font-weight: 500;
}
.process-info-box ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  display: inline-block;
  margin-right: 10px;
}
.process-info-box ul li {
  letter-spacing: 0.2px;
  font-size: 15px;
  padding-bottom: 5px;
  line-height: 25px;
  color: #333333;
  font-weight: 500;
}
.process-info-box h6:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid;
  border-top: 10px solid;
  border-bottom: 10px solid transparent;
}
.process-info-box h6 {
  font-size: 23px;
  font-weight: 600;
  color: #ed1c24;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
.pro-box {
  padding: 30px 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 40px;
  background-color: #f6f7f8;
  position: sticky;
  top: 15px;
  width: 100%;
  border-radius: 16px;
}
.pro-box:nth-child(2) {
  margin-left: -5px;
  top: 25px;
}
.pro-box:nth-child(3) {
  margin-left: 5px;
  top: 35px;
}
.pro-box:nth-child(4) {
  margin-left: 15px;
  top: 45px;
}
.pro-box:nth-child(5) {
  margin-left: 25px;
  top: 65px;
}

#expandable-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#expandable-text.expanded {
  -webkit-line-clamp: unset;
}

#toggle-btn {
  color: #007bff;
  cursor: pointer;
  text-decoration: none;
}

#toggle-btn:hover {
  text-decoration: underline;
}
.dwnld-main {
  padding: 70px 0 70px;
}
.down-bro-btn {
  padding: 0px 20px 0px 30px;
  transition: 0.3s ease-in-out;
  background: #ebecec;
  border: 2px solid #e4e4e4;
  animation: blink infinite 0.5s alternate;
}
@keyframes blink {
  0% {
    border-color: #ed1c24;
  }
  100% {
    border-color: #e4e4e4;
  }
}
.down-bro-btn a {
  color: #333333;
  font-weight: 600;
  font-size: 18px;
  padding: 20px 0;
  display: block;
  text-align: center;
}
.down-bro-btn a i {
  color: #ed1c24;
  font-size: 25px;
  margin-right: 10px;
}

.pdf-list li {
  padding: 10px 20px;
  border: 1px solid #bdbdbd;
  margin-bottom: 10px;
}
.pdf-list li a {
  padding: 10px 10px;
  font-size: 15px;
  color: #333333;
  font-weight: 500;
}
.pdf-list li a:hover {
  color: #ed1c24;
}
.pdf-list li i {
  color: #ed1c24;
  font-size: 18px;
}
.mt40 {
  margin-top: 40px;
}
.manufacture-sec {
  padding: 70px 0 70px;
}
.gallery-box {
  background: #f6f7f8;
  transition: 0.3s ease-out;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  margin-bottom: 50px;
}
.gallery-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333534;
  margin-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.gallery-box:hover {
  transform: translateY(-8px);
  transition: 0.3s ease-out;
}
.contact-main {
  padding: 80px 0 80px;
  position: relative;
}
.contact-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image:
    linear-gradient(90deg, transparent 30%, rgba(242, 242, 242, 0.9) 30%),
    url(../images/cont-bg.jpg);
}
.cont-dtls-box {
  display: flex;
}
.c-icon img {
  width: 25px;
  height: 25px;
}
.c-icon {
  width: 45px;
  height: 45px;
  border: 1px solid #33353438;
  align-content: center;
  text-align: center;
  border-radius: 6px;
  flex-shrink: 0;
}
.cont-info-box:last-child {
  margin-bottom: 0;
}
.cont-info-box {
  padding: 30px;
  border-radius: 6px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.cont-dtl {
  margin-left: 20px;
}
.cont-dtl h4 {
  font-size: 20px;
  font-weight: 600;
  color: #ec1c22;
  margin-bottom: 10px;
}
.cont-dtl a:hover {
  color: #000;
}
.cont-dtl a {
  font-size: 15px;
  font-weight: 500;
  color: #333534;
  margin-bottom: 5px;
  display: block;
}
.cont-form-box h5 {
  color: #ec1c22;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cont-form-box h2 {
  font-size: 32px;
  font-weight: 600;
  color: #333534;
  margin-bottom: 30px;
}
.cbform .form-group input {
  padding: 10px 10px;
  border-radius: 6px;
  width: 100%;
  border: 1px solid #333534;
}
.cbform .form-group select {
  padding: 10px 10px;
  border-radius: 6px;
  width: 100%;
  border: 1px solid #333534;
}
.cbform .form-group {
  margin-bottom: 30px;
}
.cbform .form-group textarea {
  padding: 10px 10px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #333534;
}
.cbform button {
  width: 200px;
  height: 46px;
  background: #ed1b24;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: 0px;
  transition: all 0.3 ease-in-out;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 6px;
  cursor: pointer;
}
.cbform button:hover {
  background: #333534;
  color: #fff;
}
.map-container {
  padding: 70px 0 70px;
}
.map-container iframe {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
}

.contact-fixed {
  position: fixed;
  left: 15px;
  bottom: 10px;
  z-index: 9999;
}
.contact-fixed img {
  width: 60px;
  border-radius: 50% 50% 50% 50%;
}
.contact-fixed img {
  animation: scb-shockwave-animation 2s 5.3s ease-out infinite;
}
@keyframes scb-shockwave-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow:
      0 0 2px rgba(0, 100, 0, 0.5),
      inset 0 0 1px rgba(0, 100, 0, 0.5);
  }

  95% {
    box-shadow:
      0 0 50px transparent,
      inset 0 0 30px transparent;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.quickcontact input[type="text"],
[type="email"],
[type="number"] {
  width: 100%;
  max-width: 100%;
  padding: 8px 5px;
  font-size: 13px;
  margin-top: 4px;
  display: inline-block;
  border: 1px solid rgb(59 59 56 / 50%);
  box-sizing: border-box;
}
.quickcontact select {
  width: 100%;
  max-width: 100%;
  padding: 8px 5px;
  font-size: 13px;
  margin-top: 4px;
  display: inline-block;
  border: 1px solid rgb(59 59 56 / 50%);
  box-sizing: border-box;
}
.quickcontact input[type="submit"] {
  width: 100%;
  max-width: 100%;
  background-color: #333534;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 7px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
}
.quickcontact input[type="submit"]:hover {
  background-color: #000000;
  color: #ffffff;
  max-width: 100%;
}
.btn-1 {
  width: 100%;
  max-width: 100%;
  background-color: #000000;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 7px;
  border: none;
  cursor: pointer;
}
.quickcontact {
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  overflow-x: hidden;
  display: block;
  background-color: #fbfbfb;
}
.max {
  border: #ed1c24 thick solid;
  position: fixed;
  width: 210px;
  right: 10px;
  bottom: 10px;
  max-width: 100%;
  background-color: #ffffff;
  padding: 4px;
  z-index: 9999;
}
.modal-body1 .cls {
  margin-top: 10px;
  border: 2px solid #000;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  position: absolute;
  opacity: 1;
  right: -10px;
  top: -20px;
}
.modal.show .modal-dialog {
  transform: translate(0px, 40px) !important;
  transition: 0.6s all ease-in !important;
}
.modal-dialog {
  max-width: 650px;
}
