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

* {
  margin: 0px;
  padding: 0px;
  outline: none;
}
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;
}

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

/************************/
.container {
  max-width: 1320px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  border: none;
  background-color: #292866;
}

::-webkit-scrollbar:horizontal {
  height: 5px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

/************************/
.mt25{
  margin-top: 25px;
}
.mt40{
  margin-top: 40px;
}
/************************/
#header_top {
  background: #3d3f94;
  padding: 2px 0;
  transition: all.5s ease;
}

.header_tp_left ul li {
  display: inline-block;
}

.header_tp_left ul li a {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.3px;
  display: inline-block;
}

.header_tp_left ul li img {
  margin-right: 10px;
  float: left;
  width: 48px;
}

.header_tp_left ul li a:hover {
  color: #dc0a29;
}

.search-box {
  line-height: 30px;
  display: block;
}

.search-box input[type="text"] {
  width: 75%;
  padding: 1px 10px;
  margin-left: 13px;
  border: 2px solid #fff;
  float: left;
  outline: none;
  border-radius: 15px 0 0 15px;
}

.search-box input::placeholder {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: block;
  color: #24292d;
}

.search-box .click-btn {
  background: #ce2127;
  color: #fff;
  border: 1px solid #ce2127;
  cursor: pointer;
  display: inline-block;
  border-radius: 0 15px 15px 0;
}

.click-btn i {
  font-size: 17px;
  padding: 9px 8px;
  color: #fff;
  cursor: pointer;
  border: 0px;
  border-radius: 50%;
}

.language {
  float: right;
  display: block;
}

.language a {
  display: none !important;
}

.goog-te-gadget .goog-te-combo {
  margin: 0px !important;
  padding: 7px 15px;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin: 0 0 0 10px !important;
  border-radius: 15px;
  color: #292866;
}

.goog-te-gadget img {
  display: none;
}

.goog-logo-link {
  display: none;
}

.goog-te-gadget {
  font-size: 0px !important;
  padding-top: 0px;
}

#google_translate_element {
  margin-top: 0px;
}

.header_tp_rht ul li {
  display: inline-block;
}

.header_tp_rht {
  margin-right: 0px;
}

.header_tp_rht {
  position: relative;
}

.header_tp_rht > ul {
  position: relative;
  float: right;
  margin: 10px 0 0 0px;
  display: flex;
  justify-content: right;
}

.header_tp_rht > ul > li {
  position: relative;
  transition: all 0.6s ease-in-out;
}

.header_tp_rht a {
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding: 0 9px;
}

.header_tp_rht .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: 90%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.5s;
  background-color: rgba(255, 255, 255, 1);
  border: none;
}

.header_tp_rht .drop-down li {
  min-width: 260px;
  position: relative;
}

.header_tp_rht .drop-down ul li {
  border-bottom: 1px solid #f7f7f7;
  margin-top: 0px;
}

.header_tp_rht .drop-down ul li a {
  padding: 7px 15px;
  transition: all 200ms linear;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
  color: #292866;
}

.header_tp_rht .drop-down ul a:hover {
  color: #fff;
  background-color: #ce2127;
}

.header_tp_rht .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 15px;
  transition: ease all 0.5s;
}

.header_tp_rht .drop-down:hover > a:after {
  content: "\f106";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 15px;
  transition: ease all 0.5s;
}

.header_tp_rht .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  margin-top: 10px;
}

/************************/
.fixed-top {
  position: relative;
  display: block;
  top: 0px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgb(231 231 231 / 10%);
}

.header-scrolled {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}

.header-call ul li {
  padding: 4px 6px;
  display: inline-block;
}

.header-call ul li a {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
  text-transform: lowercase;
  padding: 0 5px;
}

.header-call ul li img {
  margin-right: 6px;
  float: left;
}

.header-call ul li a:hover {
  color: #fa0100;
}

.header-scrolled .logo {
  transition: all 0.6s ease;
  top: 0px;
  width: 34%;
}

.header-scrolled .scrollto img {
  height: auto;
  transition: all 0.6s ease;
}

.logo {
  transition: all 0.6s ease-in-out;
  width: 33%;
  background: #fff;
  padding: 10px 3px 10px 0;
  position: relative;
}

.logo img {
  width: 100%;
}

.logo:before {
  position: absolute;
  content: "";
  top: 0;
  left: -95%;
  width: 100%;
  background: #fff;
  z-index: -1;
  height: 100%;
  display: block;
}

.header-call {
  float: right;
  width: auto;
  padding-top: 10px;
  transition: all 0.6s ease-in-out;
  position: relative;
}

.main-nav > ul:before {
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(255 255 255 / 50%);
  display: none;
}

.header-call img {
  width: 24px;
}

.header-call span {
  float: right;
  width: auto;
  margin-left: 8px;
  margin-top: 4px;
}

.header-call span small {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}

.header-call span a {
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  padding: 0px;
}

.header-scrolled {
  position: fixed;
}

.scrollto img {
  width: 100%;
  height: auto;
  transition: all 0.6s ease-in-out;
}

.main-nav {
  transition: all 0.6s ease-in-out;
  float: right;
}

.main-nav > ul {
  margin: 23px auto 0 auto;
  display: flex;
  transition: all 0.6s ease;
  float: inline-end;
  position: relative;
  margin-right: 25px;
}

.header-scrolled .main-nav > ul {
  margin: 20px 0 0 0;
  transition: all 0.6s ease-in-out;
}

.main-nav > ul > li {
  position: relative;
  float: left;
  margin: 10px 1px;
  transition: all 0.6s ease-in-out;
}

.main-nav a.active_nav {
  color: #ce2127;
  font-weight: bold;
}

.main-nav a {
  color: #2d373c;
  letter-spacing: 0.5px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 0px 12px;
}

.main-nav .drop-down ul li:after {
  display: none;
}

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

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: 90%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.5s;
  background-color: rgba(255, 255, 255, 1);
  border: none;
}

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

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

.main-nav .drop-down ul li {
  border-bottom: 1px solid #f7f7f7;
  margin-top: 0px;
}

.main-nav .drop-down ul li a {
  padding: 7px 15px;
  transition: all 200ms linear;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  color: #292866;
}

.main-nav .drop-down ul a:hover {
  color: #fff;
  background-color: #ce2127;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 15px;
  transition: ease all 0.5s;
}

.main-nav .drop-down:hover > a:after {
  content: "\f106";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 15px;
  transition: ease all 0.5s;
}

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

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

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

.mobile-nav a {
  display: block;
  color: #464646;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  font-family: Montserrat;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #c83636;
  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: #464646;
}

.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;
}

/************************/
.video_wrapper {
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.video_wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#video_section {
  position: relative;
  overflow: hidden;
}

#video_section:after {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 40%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}

#video_overlap_data {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  text-align: center;
}

.overlap_heading {
  display: block;
  text-align: center;
  padding-top: 22%;
}

.overlap_heading span {
  font-size: 40px;
  color: #fff;
  display: block;
  letter-spacing: 2px;
  font-family: "Archivo", sans-serif;
  padding-bottom: 15px;
  font-weight: 700;
}

.know_btn {
  position: relative;
  padding: 10px 30px;
  display: inline-flex;
  width: 200px;
  color: #292866;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  background: #fbfbfb;
  transition: all 0.3s;
  z-index: 1;
  justify-content: center;
}

.know_btn:hover {
  background: #292866;
  color: #fff;
}

.know_btn:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #292866;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
  height: 20px;
  width: 20px;
  transition: all 0.3s;
}

.know_btn:hover::before {
  width: 100%;
  height: 100%;
}

.know_btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  background: #292866;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  height: 20px;
  width: 20px;
  transition: all 0.3s;
}

.know_btn:hover::after {
  width: 100%;
  height: 100%;
}

/************************/
#hm_product_section {
  padding: 90px 0 90px 0;
}

.hm_produt_heading span {
  display: block;
  font-size: 21px;
  line-height: 30px;
  color: rgb(237 59 59);
  letter-spacing: 0px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.hm_produt_heading h1 {
  position: relative;
  font-size: 27px;
  color: #373986;
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
  letter-spacing: 0.5px;
}
.hm_produt_heading-1 h1 {
  position: relative;
  font-size: 27px;
  color: #373986;
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
  letter-spacing: 0.5px;
  text-align: center;
}

.product_description p {
  font-size: 15px;
  display: block;
  font-weight: 500;
  line-height: 26px;
  color: #2b2b2c;
}

.hm-product-slider {
  padding-top: 0px;
}
.hm_product_bx {
  background: #fafafade;
  margin-bottom: 22px;
  border: 4px solid #87878742;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
    rgb(219 219 219 / 41%) 0px 0px 0px 3px inset;
}
.product_content_bx {
  padding: 15px 5px 10px 5px;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_type_content span {
  font-size: 15px;
  color: #4e4e4e;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-align: center;
  display: block;
  overflow: hidden;
  padding-bottom: 0px;
}

.hm_product_bx:hover .product_type_content span {
  color: #ed3439;
}

.product_img img {
  padding: 7px 7px 7px 7px;
  width: 100%;
}

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

span.arrow-img {
  display: block;
  background: url(../images/arrow-black.svg) no-repeat;
  width: 42px;
  height: 14px;
  margin-left: 20px;
  margin-top: -2px;
  transition: all 0.3s ease-in-out;
}

.btn_link:hover span.arrow-img {
  background: url(../images/arrow-color.svg) no-repeat;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

span.arrow-img-new {
  display: block;
  background: url(../images/arrow-black.svg) no-repeat;
  width: 42px;
  height: 14px;
  margin-left: 20px;
  margin-top: -2px;
  transition: all 0.3s ease-in-out;
}

.click_link:hover span.arrow-img-new {
  background: url(../images/arrow-color.svg) no-repeat;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

span.arrow-img1 {
  display: block;
  background: url(../images/arrow-color.svg) no-repeat;
  width: 42px;
  height: 14px;
  margin-left: 20px;
  margin-top: -2px;
  transition: all 0.3s ease-in-out;
}

.btn_link:hover span.arrow-img1 {
  background: url(../images/arrow-color.svg) no-repeat;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.blog-btn {
  position: absolute;
  bottom: 30px;
}

.director_image img {
  width: 100%;
}

/************************/
#contact_bg_section {
  padding: 120px 0 60px 0;
  background: #292866;
  margin-top: -60px;
}

.tagline h2 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 10px 10px 10px 15px;
  color: #fff;
  text-align: justify;
  border-left: 3px solid #ce2127;
}

.call_to_action {
  max-width: 520px;
  min-width: 520px;
  padding: 0px;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
}

.contact_line {
  height: 50px;
  width: 1px;
  background: #ce2127;
  margin: 0px;
}

.contact_call_bx {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.contact_icon_bx {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}

.contact_icon {
  align-items: center;
  display: flex;
  margin-right: 15px;
}

.contact_dtl_hm {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.contact_btn_one a {
  padding: 8px 25px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: block;
  width: 200px;
  letter-spacing: 0.5px;
  text-align: center;
  border-radius: 50px;
}

.contact_btn_one a:hover {
  border: 2px solid #ce2127;
  background: #ce2127;
}

.contact_btn_two a {
  padding: 8px 20px;
  border: 2px solid #ce2127;
  color: #fff;
  background: #ce2127;
  font-size: 15px;
  font-weight: 500;
  display: block;
  width: 200px;
  text-align: center;
  letter-spacing: 0.5px;
  border-radius: 50px;
  text-transform: uppercase;
}

.contact_btn_two a:hover {
  background: transparent;
}

/************************/
/*#industry_section_home {
  padding: 90px 0 90px 0;
}

.industry_heading h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  color: #292866;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  z-index: 1;
}

.industry_heading span {
  display: block;
  font-size: 25px;
  line-height: 30px;
  color: rgb(247 247 248);
  letter-spacing: 5px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(41 40 102 / 30%);
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.industry_heading p {
  font-size: 16px;
  display: block;
  font-weight: 500;
  color: #33383d;
  text-align: justify;
  letter-spacing: 0.5px;
}

.industry_bg {
  min-height: 470px;
  max-width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
  margin-top: 100px;
}

.industry_bg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(5, 6, 8, 0.6);
  width: 100%;
  height: 100%;
}

.industry_content {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
  z-index: 3;
  justify-content: center;
  text-align: center;
  transition: 0.4s all;
}

.industry_bg:hover .industry_title span {
  transform: translate(0, -80px);
  transition: 0.4s all;
  color: #fff;
}

.industry_title span {
  position: relative;
  font-size: 20px;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  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: 20px;
  background: #ce2127;
  height: 2px;
  transition: 0.4s all;
}

.industry_txt_bx {
  transition: 0.4s all;
}

.industry_bg:hover .industry_txt_bx {
  transform: translate(0, 80px);
}

.industry_para p {
  font-size: 14px;
  display: block;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

.view_btn {
  position: relative;
  padding: 8px 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border: 2px solid #ffffff;
  color: #fff;
  background: #ce2127;
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto;
  display: block;
  width: 200px;
  text-align: center;
  letter-spacing: 0.5px;
  border-radius: 50px;
  visibility: hidden;
  text-transform: capitalize;
  transition: 0.4s all;
  opacity: 0;
}

.industry_bg:hover .view_btn,
.inner_industry_bg:hover .view_btn {
  visibility: visible;
  opacity: 1;
  color: #fff;
}

.view_btn:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  background: #ce2127;
  height: 2px;
}

.industry_list .owl-nav {
  margin-top: 35px;
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.industry_list .owl-nav:before {
  position: absolute;
  content: "";
  width: 130%;
  height: 1px;
  right: -30%;
  bottom: 25px;
  background: rgba(0, 0, 0, 0.1);
  display: block;
}

.industry_list .owl-prev span {
  position: absolute;
  content: "";
  bottom: 0;
  right: 105px;
  width: 55px;
  height: 55px;
  line-height: 50px;
  font-size: 40px;
  color: #292866;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  display: block;
}

.industry_list .owl-next span {
  position: absolute;
  content: "";
  bottom: 0;
  right: 40px;
  width: 55px;
  height: 55px;
  line-height: 50px;
  font-size: 40px;
  color: #292866;
  background: #fff;
  border-radius: 50px;
  display: block;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}*/
/************************/

footer {
  position: relative;
  background: rgb(61 63 148 / 90%);
}

.footer_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}


.footer_lft {
  padding: 70px 0 50px 0;
  background: #f8f9fa;
  height: 100%;
  position: relative;
  z-index: 1;
}

.footer_lft:after {
  position: absolute;
  content: "";
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background: #f8f9fa;
  z-index: -1;
}

.footer_logo img {
  margin-top: 23px;
  width: 100%;
}

.footer_logo ul {
  padding-left: 12px;
}

.footer_logo ul li a {
  color: #292866;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 26px;
}

.footer_logo ul li a i {
  margin-right: 3px;
}

.footer_logo ul li a:hover {
  color: #ce2127;
}

.fot_hed span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 2px 0 2px 8px;
  border-left: 4px solid #fff;
  display: block;
  text-transform: capitalize;
}

.cont_details {
  display: flex;
  padding-bottom: 15px;
}

.cont_bx {
  width: 55px;
  height: 55px;
  line-height: 48px;
  text-align: center;
  background: #ce2127;
  display: block;
  box-shadow: 0 0 0 3px rgb(255 255 255 / 22%);
  margin-right: 18px;
}

.cont_bx img {
  width: 70%;
}

.cont_dtl span {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: block;
  padding-bottom: 5px;
}

.cont_dtl p {
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.cont_dtl a {
  font-size: 14px;
  line-height: 26px;
  display: block;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.cont_dtl a:hover {
  color: #ce2127;
}
.footer_rht_sec {
  padding: 50px 0;
}
.foot_link {
  padding-bottom: 15px;
  display: inline-block;
}

.foot_link ul {
  width: 100%;
  float: left;
  margin-right: 0px;
}

.social_icon-2 {
  float: inline-start !important;
  margin-top: 20px;
}

.foot_link span {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.25px;
  font-weight: 600;
  padding: 2px 0 2px 5px;
  border-left: 3px solid #fff;
  margin-bottom: 7px;
  display: inline-block;
}

.foot_link ul li a {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 26px;
  display: block;
}

.foot_link ul li a i {
  margin-right: 3px;
}

.foot_link ul li a:hover {
  color: #ce2127;
}

.fot_hed {
  padding-top: 70px;
  padding-bottom: 25px;
}

.copy {
  padding: 20px 0 35px 0;
  border-top: 1px solid rgb(255 255 255 / 20%);
  margin-top: 0px;
}

.copy p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: block;
}

.footer_logo p {
  font-size: 16px;
  padding-right: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.copy p span {
  color: #ce2127;
}

.email-ico {
  margin-top: 15px;
}

.social_icon {
  float: inline-end;
}

.social_icon ul li {
  float: left;
  width: 39px;
  height: 39px;
  padding: 7px;
  padding: 3px;
  border: thin solid #33383d;
  border-radius: 50%;
  margin-left: 6px;
}

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.35) 0,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0,
    rgba(0, 0, 0, 0) 80%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.social_icon li {
  display: inline-block;
}

.social_icon li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  display: block;
  padding: 5px 0;
  text-align: center;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.social_icon li i {
  font-size: 17px;
  padding-top: 3px;
}

.social_icon li.facebook i {
  color: #3b5998;
}

.social_icon li.twitter i {
  color: #000000;
}

.social_icon li.instagram i {
  color: #cd4a72;
}

.social_icon li.linkedin i {
  color: #007ab9;
}

.social_icon li.youtube i {
  color: #ff0000;
}

.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.social_icon li.facebook:hover a {
  background: #3b5998;
}

.social_icon li.twitter:hover a {
  background: #000000;
}

.social_icon li.instagram:hover a {
  background: #cd4a72;
}

.social_icon li.linkedin:hover a {
  background: #007ab9;
}

.social_icon li.youtube:hover a {
  background: #ff0000;
}

.social_icon li.facebook:hover i,
.social_icon li.twitter:hover i,
.social_icon li.instagram:hover i,
.social_icon li.linkedin:hover i,
.social_icon li.youtube:hover i {
  color: #fff;
}

.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/************************/
#subscribe_section {
  position: relative;
  z-index: 3;
}

.subscribe_bx {
  position: relative;
  padding: 25px 35px;
  z-index: 3;
  -webkit-box-shadow: 0 0 25px 0 rgba(41, 61, 88, 0.06);
  -moz-box-shadow: 0 0 25px 0 rgba(41, 61, 88, 0.06);
  box-shadow: 0 0 25px 0 rgba(41, 61, 88, 0.06);
  border-bottom: 2px solid #ce2127;
  background: #f8f8f8;
}

.subscribe_detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 0 0 20px;
}

.subscribe_icon img {
  width: 45px;
  margin-right: 12px;
}

.subscribe_heading span {
  color: #ce2127;
  font-size: 18px;
  letter-spacing: 0.5px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}

.subscribe_heading p {
  font-size: 14px;
  display: block;
  font-weight: 500;
  line-height: 22px;
  color: #33383d;
  letter-spacing: 0.5px;
}

.newsletter-form input[type="email"] {
  background-color: #f8f9fa;
  padding: 12px 15px;
  border: none;
  padding-right: 115px;
  height: 51px;
  border: 1px solid transparent;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  color: #292866;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.sub_btn {
  position: absolute;
  top: 0;
  right: 15px;
  border: 1px solid transparent;
  padding: 11px 26px 10px;
  height: 51px;
  background-color: #ec3338;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.sub_btn:hover {
  background-color: #292866;
}

.send-form-lst {
  padding-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.send-form-lst span {
  font-size: 12px;
  font-weight: 500;
  color: #33383d;
  letter-spacing: 0.5px;
  padding-left: 10px;
}

/************************/
#inner_banner_section {
  position: relative;
}

.inner_banner_bg {
  background: url(../images/product_bg_main.jpg) no-repeat;
  background-size: auto;
  background-attachment: fixed;
  background-position: center;
  height: 390px;
  position: relative;
}

.inner_banner_bg:before {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 55%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}

.inner_header_part {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}

.inner_hedaer_nav ul li {
  display: inline-block;
  padding: 0 10px;
}

.inner_hedaer_nav ul li a,
.inner_hedaer_nav ul li span {
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.inner_hedaer_nav ul li a:hover {
  color: #ce2127;
}

.quick_banner_btn {
  margin-top: 20px;
}

.quick_banner_btn a,
.quick_btn a {
  background-color: #292866;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 50px 50px 50px 50px;
  padding: 14px 32px 14px 32px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 7px 7px 0px 0px rgb(239 239 239 / 41%);
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.5px;
  border: 2px solid #efefef;
}

.product_btn a i,
.quick_btn a i {
  font-size: 15px;
  margin-right: 5px;
}

.quick_banner_btn a:hover,
.quick_btn a:hover {
  box-shadow: -7px -7px 0px 0px rgb(239 239 239 / 41%);
  background: #fff;
  border: 2px solid #efefef;
  color: #ce2127;
}

/************************/
.inner_heading_product {
  position: relative;
  padding: 35px 35px;
  z-index: 3;
  -webkit-box-shadow: 0 0 25px 0 rgba(41, 61, 88, 0.06);
  -moz-box-shadow: 0 0 25px 0 rgba(41, 61, 88, 0.06);
  box-shadow: 0 0 25px 0 rgba(41, 61, 88, 0.06);
  background: #fff;
  margin-top: -50px;
}

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

.inn_produt_heading h1 {
  position: relative;
  font-size: 30px;
  color: #292866;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.inn_produt_heading h1 span {
  color: #d60000;
  display: block;
}

.inner_product_detail p {
  font-size: 14px;
  display: block;
  font-weight: 500;
  line-height: 22px;
  color: #33383d;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
}

.inn_product_bx {
  background: #fff;
  border: 3px solid rgb(242 242 242 / 20%);
  margin-bottom: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.inner_product_bx {
  background: #fff;
  border: 3px solid rgb(242 242 242 / 20%);
  margin-bottom: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 5px;
  background: #fff;
  border: 3px solid #d9d9d9;
}

.inn_product_bx:hover {
  border: 2px solid #292866;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.inner_product_bx:hover {
  border: 2px solid rgb(242 242 242 / 50%);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.inn_product_img img {
  padding: 0 15px 15px 15px;
  width: 85%;
  margin: 0 auto;
  display: table;
}

.inn_product_content_bx {
  padding: 10px 15px 15px 15px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner_product_content_bx {
  padding: 15px 15px 15px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #292866;
  border-top: 3px solid #fff;
}

.inn_product_content_bx span {
  font-size: 15px;
  color: #d60000;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-align: center;
  display: block;
  overflow: hidden;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.inner_product_content_bx span {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-align: center;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
}

.inn_product_bx:hover .inn_product_content_bx span,
.inn_product_bx:hover .inner_product_content_bx span {
  color: #292866;
}

.product_title_inn h2,
.product_title_inn h3,
.product_title_inn h4,
.product_title_inn h5 {
  font-size: 20px;
  color: #292866;
  display: block;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding: 2px 0 2px 8px;
  border-left: 4px solid #292866;
  margin-bottom: 20px;
}

.product_title_inn span {
  font-size: 16px;
  color: #292866;
  display: block;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding: 1px 0 1px 5px;
  border-left: 2px solid #292866;
  margin-bottom: 20px;
  margin-top: 50px;
}

.format_lst ul li {
  display: block;
  /* display: flex; */
}

.format_lst ul li a {
  font-size: 14px;
  line-height: 24px;
  padding: 6px 12px 6px 50px;
  background: #f8f9fa;
  display: block;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
  color: #33383d;
  box-shadow: 0 2px 6px 0 rgba(41, 61, 88, 0.06);
  border: 2px solid #fff;
  position: relative;
}

.format_lst ul li span {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 36px;
  height: 100%;
  align-items: center;
  background: #292866;
  display: flex;
  justify-content: center;
}

.format_lst ul li span i {
  font-size: 12px;
  color: #fff;
}

.format_lst ul li a:hover {
  color: #d60000;
}

.format_lst ul li:hover span {
  background: #d60000;
}

#hm_product_section hr {
  background: #f8f9fa;
  border: 0;
  height: 2px;
  margin: 22px 0 32px 0;
}

/************************/
.search_bar {
  position: relative;
  margin: 30px 0 30px;
  background-color: #fff;
  padding: 30px;
  border: 1px solid #f2f2f2;
}

#inner_product_section {
  padding: 70px 0 70px 0;
}

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

.title_block {
  color: #f8f9fa;
  font-size: 80px;
  top: -30px;
  font-weight: bold;
  letter-spacing: 2px;
  position: absolute;
  content: "";
  display: block;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.stitle_block {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.5px;
  display: block;
  font-weight: bold;
  z-index: 2;
  color: #050708;
}

.stitle_block:before {
  content: "";
  display: inline-block;
  background-color: #ec3338;
  width: 50px;
  height: 2px;
  margin-right: 20px;
  position: relative;
  top: -3px;
  z-index: 3;
}

.main_title_block {
  font-size: 24px;
  color: #292866;
  position: relative;
  z-index: 2;
  display: block;
  letter-spacing: 0.5px;
  font-weight: bold;
  padding-bottom: 10px;
}

.inner_top_product p {
  font-size: 14px;
  display: block;
  font-weight: 500;
  line-height: 22px;
  color: #33383d;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  text-align: center;
}

.product_detail ul li {
  padding-bottom: 10px;
}

.product_detail ul li p {
  color: #33383d;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  display: block;
}

.product_detail ul li p i {
  font-size: 12px;
  color: #292866;
  margin-right: 5px;
  position: absolute;
  top: 7px;
  left: 0px;
}

.product_detail ul li p span {
  font-weight: bold;
}

.inner_product_img img {
  padding: 5px;
  background: #fff;
  border: 2px solid rgb(103 106 109 / 40%);
}

.inner_product_img {
  margin-bottom: 20px;
}

.carousel-inner {
  position: relative;
}

#carousel .carousel-control-right {
  right: 0%;
  top: 50%;
  font-size: 16px;
  text-align: center;
  color: #292866;
  background: rgb(255 255 255);
  height: 40px;
  width: 30px;
  z-index: 2;
  line-height: 40px;
  text-align: center;
  opacity: 1;
  position: absolute;
  transform: translate(-50%, -50%);
}

#carousel .carousel-control-left {
  left: 3%;
  top: 50%;
  font-size: 16px;
  text-align: center;
  color: #292866;
  background: rgb(255 255 255);
  height: 40px;
  width: 30px;
  z-index: 2;
  line-height: 40px;
  text-align: center;
  opacity: 1;
  position: absolute;
  transform: translate(-50%, -50%);
}

.product_details_inn span {
  color: #292866;
  font-size: 17px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}

.product_details_inn p {
  font-size: 14px;
  display: block;
  font-weight: 500;
  line-height: 22px;
  color: #33383d;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
}

.product_details_inn {
  padding-top: 20px;
}

/************************/
#top_product_section {
  padding: 70px 0 85px 0;
}

#middle_product_section {
  background: #f8f9fa;
  padding: 20px 0 70px 0;
}

#third_product_section {
  padding: 70px 0;
}

.product_tab ul {
  margin: 0 auto;
  display: table;
  margin-top: -60px;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-bottom: 40px;
}

.product_tab ul li {
  display: inline-block;
  width: 182px;
  margin: 0 7px;
}

.product_tab a {
  position: relative;
  padding: 8px 5px 8px;
  min-height: 75px;
  color: #292866;
  background: #fff !important;
  box-shadow: 0px 10px 30px rgba(26, 54, 85, 0.15);
  display: flex;
  justify-content: center;
  border-radius: 0px !important;
  border: 2px solid rgb(103 106 109 / 40%) !important;
  align-items: center;
  text-align: center;
  transition: top 0.1s linear, background-color 0.3s linear;
}

.product_tab a .tab-text {
  font-size: 14px;
  position: relative;
  display: block;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.product_tab a .tab-text:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 0%;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #fff;
  transition: 0.2s linear;
}

.product_tab a:hover .tab-text:before {
  width: 100%;
}

.nav-link.active,
.nav-pills .show > .nav-link,
.product_tab a:hover {
  background-color: #292866 !important;
  color: #fff;
}

.inner_prod_table {
  background: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  padding: 15px;
}

.table-bordered {
  border: 0px;
}

.table {
  margin-bottom: 0px;
}

.inner_prod_table th {
  font-size: 15px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #f8f9fa !important;
  align-content: center;
  background: #292866;
}

.inner_prod_table td {
  border: 0px;
  border-right: 1px solid #f8f9fa;
  color: #33383d;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: 600;
  vertical-align: middle;
  font-size: 14px;
  text-transform: capitalize;
}

.inner_prod_table td:last-child {
  border-right: 0px;
}

.inner_prod_table tr:nth-child(even) {
  background: #f7f8f9;
}

.inner_prod_table tr:nth-child(odd) {
  background: #fff;
}

.product_heading h2,
.product_heading h3,
.product_heading h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  color: #292866;
  position: relative;
  padding-bottom: 8px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.product_heading h2:before,
.product_heading h3:before,
.product_heading h4:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #000;
}

.product_heading h2:after,
.product_heading h3:after,
.product_heading h4:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 30px;
  width: 30px;
  height: 3px;
  background: #ec3338;
}

.table_padd {
  margin-top: 20px;
}

.inner_industry_bg {
  min-height: 330px;
  max-width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
  margin-bottom: 15px;
}

.inner_industry_bg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgb(5 6 8 / 45%);
  width: 100%;
  height: 100%;
}

.inner_industry_content {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
  z-index: 3;
  justify-content: center;
  text-align: center;
  transition: 0.4s all;
}

.inner_industry_bg:hover .inner_industry_title span {
  transform: translate(0, -40px);
  transition: 0.4s all;
  color: #fff;
}

.inner_industry_title span {
  position: relative;
  font-size: 16px;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
}

.inner_industry_title span:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  background: #ce2127;
  height: 2px;
  transition: 0.4s all;
}

.inner_detail_prd p {
  font-size: 14px;
  display: block;
  font-weight: 500;
  line-height: 24px;
  color: #33383d;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

.product_details {
  padding-top: 20px;
}

.product_details span {
  color: #292866;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  display: block;
  font-weight: bold;
  text-transform: capitalize;
}

.product_details ul li p {
  color: #33383d;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  display: block;
}

.product_details ul li p i {
  font-size: 12px;
  color: #292866;
  margin-right: 5px;
  position: absolute;
  top: 7px;
  left: 0px;
}

.hm_produt_heading h4 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  color: #292866;
  position: relative;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.header_tp_rht img {
  width: 22px;
  margin-left: 10px;
}

/* bcutton codpen */

.center {
  width: 175px;
  height: 33px;
  margin-top: -16px;
}

.btn-1 {
  margin: 29px auto 0 auto !important;
}

.btn {
  width: 164px;
  height: 50px;
  cursor: pointer;
  margin-left: 41px;
  clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
  background: #ed3439;
  /* outline: none; */
  border-radius: 4px 0 0 4px;
  transition: 1s ease-in-out;
}

.header_tp_left {
  margin-top: 8px;
}

.btn:hover {
  transition: 1s ease-in-out;
  background: #2d373c;
}

.btn span {
  color: white;
  font-size: 16px;
  font-weight: 500;
}

.about-section {
  padding: 120px 0;
}

.abou-left-img img {
  width: 100%;
}

.abou-right-img img {
  width: 100%;
}

/* counter codpen  */
.intro {
  height: auto;
  min-height: 100vh;
  text-align: center;
  background-color: teal;
}

.cunter {
  background-color: #f8f7f3;
  margin-top: 37px;
  width: 238px;
  height: 165px;
  text-align: center;
  border-radius: 10px;
  box-shadow: rgb(60 64 67 / 7%) 0px 1px 2px 0px,
    rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  text-align: center;
}

.ms-animated {
  color: #2d373c;
  font-size: 32px;
  margin-top: 0px;
  text-align: center;
  font-weight: 600;
  padding: 22px;
}

.cunter span {
  font-size: 20px;
  color: #fff;
}

.cunter-spicol {
  padding: 90px 0;
}

#counter {
  font-size: 54px;
  text-align: center;
  font-weight: 600;
  color: #2d373c;
}

.box {
  text-align: center;
}

.box p {
  font-weight: 600;
  font-size: 19px;
  text-align: center;
  color: #2d373c;
}

.section-pading {
  padding: 60px 0 0 0;
}

.cunter-boder-top {
  border-bottom: 2px solid #c5c2c2b5;
  padding: 15px 0px;
}

.caunter-h2 h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ed3439;
}


.caunter-h2 span {
  font-size: 26px;
    font-weight: 700;
    color: #4e4e4e;
}


.vission_dtl span {
 font-size: 23px;
    font-weight: 700;
    color: #d2cece;
	display:inline-block;
}

.caunter-h2 p, .vission_dtl p {
     font-size: 14px;
    font-weight: 500;
    color: #f2f2f2;
    padding-left: 42px;
    margin-bottom: 25px;
}

.box-wrapper {
  text-align: left;
  background-color: #eff3f3;
  padding: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #393e3e26;
  border-radius: 8px 8px 8px 8px;
}

.icon-box-description {
  font-size: 14px;
  font-weight: 500;
}

.icon {
  color: #ffffff;
  background-color: #c83636;
  border-radius: 200px 200px 200px 200px;
  margin: 0px 0px 14px 0px;
  padding: 0px 0px 0px 15px;
  height: 70px;
  width: 70px;
  line-height: 89px;
}

.title {
  font-size: 24px;
  font-weight: 600;
  color: #212121;
  padding-bottom: 10px;
  display: block;
}

.case-box .image {
  position: relative;
}

.case-box.overlay img {
  border-radius: 20px;
}

.case-box .content {
  position: absolute;
  padding: 0 10px 0 15px;
  bottom: 50px;
}

.case-box .content h4 {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.4;
}

.text-white {
  color: #fff !important;
}

.case-box .circle {
  background-image: linear-gradient(
    to right,
    #680000 0%,
    #ed3439 51%,
    #ed3439 100%
  );
  border-radius: 100px;
  height: 45px;
  width: 45px;
  line-height: 45px !important;
  margin-left: -2px;
  text-align: center;
  display: inline-block;
  transform: rotate(311deg);
  transition: all 0.3s ease-in-out;
}

.case-box .circle:before {
  font-size: 18px;
  padding-top: 2px;
  font-family: "FontAwesome";
  transition: all 0.3s ease;
  color: #fff;
}

.case-box.overlay:hover img {
  opacity: 0.4;
}

.case-box.overlay:hover figure {
  border-radius: 20px;
  opacity: 1;

  background-image: linear-gradient(
    to right,
    #680000 0%,
    #ed3439 51%,
    #ed3439 100%
  );
}

.cunter-boder-top p {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}

.cunter-boder-top span {
  font-size: 15px;
  font-weight: 400;
  color: #565656;
}

.icon i {
  font-size: 37px;
}

.jkit-icon-box-wrapper {
  text-align: left;
  background-color: #eff3f3;
  padding: 20px 24px 20px 24px;
  border-style: solid;
  border-width: 4px 1px 1px 1px;
  border-color: #404193;
  border-radius: 8px 8px 8px 8px;
}

.jkit-icon-box-wrapper-1 {
  text-align: left;
  background-color: #eff3f300;
  padding: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 4px 1px 1px 1px;
  border-color: #404193;
  border-radius: 8px 8px 8px 8px;
}

.jkit-icon-box-wrapper-1:hover {
  text-align: left;
  background-color: #eff3f3;
}

.hm-about-video {
  background-color: #fff;
  border: 7px solid #ffffff;
  border-radius: 0.625rem;
  -ms-box-shadow: 0 0.25rem 2.5rem rgba(0, 0, 0, 0.102);
  -o-box-shadow: 0 0.25rem 2.5rem rgba(0, 0, 0, 0.102);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  position: relative;
  width: 100%;
}

.hm-about-video-img {
  position: relative;
  border-radius: 0.625rem;
}

.hm-about-video-img img {
  border-radius: 0.625rem;
  width: 100%;
}

.hm-about-video span {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0px 0px 0px 5px;
  height: 70px;
  width: 70px;
  line-height: 86px;
  background-color: transparent;
  background-image: linear-gradient(150deg, #ffffffb3 0%, #ffffff1a 100%);
  border-style: none;
  box-shadow: 0px 4px 12px 4px rgb(0 0 0 / 30%);
  text-align: center;
  border-radius: 50px;
  transform: translate(-50%, -50%);
}

.hm-about-video span a {
  display: block;
}

.hm-about-video-img:after {
  content: "";
  background-color: transparent;
  background-image: linear-gradient(180deg, #121214 0%, #360000 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0.625rem;
  opacity: 0.3;
}

.hm-about-video span i {
  color: #fff;
  font-size: 30px;
}

.hm-about-video span a {
  display: block;
}

.video-popup-model {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999999;
  transition: all 0.5s ease;
  opacity: 0;

  &.smooth_show {
    opacity: 1;
  }

  .video-layer {
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;

    @media screen and (min-width: 800px) {
      background-color: rgba(0, 0, 0, 0.5);
    }

    .video-model-close-layer {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }

    .model-wrapper {
      width: 100%;
      height: auto;

      @media screen and (min-width: 800px) {
        max-width: 65%;
      }

      .videomodel {
        width: 100%;
        height: auto;
        background-color: black;

        @media screen and (min-width: 800px) {
          position: relative;
          padding: 1.5rem;
          background-color: white;
          border-radius: 2rem;
        }

        .videoscreen {
          width: 100%;
          border-radius: 2rem;
          overflow: hidden;
          background: #000000;

          video,
          iframe {
            width: 100%;
            object-fit: cover;
            height: auto;
            border: 0;
            outline: none;
            display: block;
          }
        }
      }

      .modelCloseBtn {
        width: 4rem;
        height: 4rem;
        background-color: transparent;

        cursor: pointer;
        border-radius: 50%;
        position: absolute;
        top: 1rem;
        right: 1rem;

        @media screen and (min-width: 800px) {
          background-color: white;
          right: -4rem;
          top: -3rem;
        }

        &:before,
        &:after {
          content: " ";
          width: 0.2rem;
          height: 2.2rem;
          position: absolute;
          left: 1.7rem;
          top: 0.7rem;
          background-color: white;

          @media screen and (min-width: 800px) {
            background-color: black;
          }
        }

        &:before {
          transform: rotate(45deg);
        }

        &:after {
          transform: rotate(-45deg);
        }

        &:hover {
          &:before,
          &:after {
            opacity: 0.8;
          }
        }
      }
    }
  }
}

.hm-new-border-top {
  position: relative;
}

.hm-new-border-top::after {
  background-color: #393e3e52;
  width: 230px;
  position: absolute;
  height: 1px;
  content: "";
  left: 19px;
  right: 0;
  top: -3px;
}

.hm-mt {
  margin-top: 60px;
}

.cloned {
  margin-bottom: 10px !important;
}

.hm_produt_heading h1 > span {
  font-size: 30px;
  text-transform: uppercase;
}

.font-size-new h1 {
  position: relative;
  font-size: 30px;
  color: #2d373c;
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
  letter-spacing: 0.5px;
}

.product_descriptionv-1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: justify;
  color: #2b2b2c;
}

.font-size-new {
  margin-top: 50px;
}

.hm-quality-iso {
  padding: 0px 0 90px 0;
}

.before-after-section {
  position: relative;
  padding: 100px 0 140px 0;
}

.before-after-section::after {
  position: absolute;
  background-image: url(../images/pro-bg.jpg);
  width: 893px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 312px;
  top: 223px;
  right: 0px;
  content: "";
}

.subscribe_bx {
  position: relative;
}

.subscribe_bx::after {
  position: absolute;
  background-color: #ffffff;
  width: 345px;
  height: 115px;
  top: -1px;
  clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
  z-index: -1;
  left: 0px;
  content: "";
}

.bucket-box::before {
  border: 3px solid #a2a2a2;
  content: "";
  pointer-events: none;
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
}

.bucket-box::after {
  border: 3px solid #a2a2a2;
  content: "";
  pointer-events: none;
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
}

.bucket-box h4 span {
  line-height: 20px;
  vertical-align: middle;
  display: inline-block;
  color: #292929;
}

.bucket-box .bucket-icon {
  margin-bottom: 20px;
}

.bucket-box h4 {
  margin: 0;
  font-size: 20px;
}

.bucket-box .divider {
  background-color: #a2a2a2;
  height: 3px;
  margin: 10px auto;
  width: 70px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

.bucket-box .box-body {
  filter: blur(0px);
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

.bucket-box p {
  font-size: 14px;
  margin: 0;
  padding: 0;
  letter-spacing: 0.3px;
}

.bucket-box .box-body span {
  line-height: 20px;
  vertical-align: middle;
  display: inline-block;
  color: #292929;
}

.bucket-box {
  max-width: 310px;
  padding: 35px 18px 35px;
  text-align: center;
  position: relative;
  margin: 5px 0 5px;
  height: 100%;
}

.bucket-box::before {
  border-width: 3px 0 0 3px !important;
  left: 0;
  top: 0;
}

.bucket-box::after {
  border-width: 0 3px 3px 0 !important;
  bottom: 0;
  right: 0;
}


.work_video_bx {
  position: relative;
  padding: 20px;
}

.hm_video {
  width: 100%;
  height: auto;
  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 2px 8px;
  z-index: 1;
  background: #fff;
}

.hm_video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.buttons {
  display: flex;
  justify-content: space-around;
  top: -10px;
}

.buttons button {
  width: 150px;
  height: 50px;
  background-color: #c83636;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.buttons button:before,
.buttons button:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #3f4294;
  transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.buttons button:before {
  right: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.buttons button:after {
  left: 0;
  bottom: 0;
}

.buttons button span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.buttons button span:before,
.buttons button span:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #3f4294;
  transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.buttons button span:before {
  right: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.buttons button span:after {
  left: 0;
  bottom: 0;
}

.buttons button p {
  padding: 0;
  margin: 0;
  transition: all 0.4s cubic-bezier(0.35, 0.1, 0.25, 1);
  position: absolute;
  width: 100%;
  height: 100%;
  text-transform: capitalize;
}

.buttons button p:before,
.buttons button p:after {
  position: absolute;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.35, 0.1, 0.25, 1);
  z-index: 1;
  left: 0;
}

.buttons button p:before {
  content: attr(data-title);
  top: 50%;
  transform: translateY(-50%);
}

.buttons button p:after {
  content: attr(data-text);
  top: 150%;
  color: #dbdbdb;
  font-size: 14px;
}

.buttons button:hover:before,
.buttons button:hover:after {
  width: 100%;
}

.buttons button:hover span {
  z-index: 1;
}

.buttons button:hover span:before,
.buttons button:hover span:after {
  height: 100%;
}

.buttons button:hover p:before {
  top: -50%;
  transform: rotate(5deg);
}

.buttons button:hover p:after {
  top: 50%;
  transform: translateY(-50%);
}

.buttons button.start {
  background-color: #3f4294;
  box-shadow: 0px 5px 10px -10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.buttons button.start p:before {
  top: -50%;
  transform: rotate(5deg);
}

.buttons button.start p:after {
  color: white;
  transition: all 0s ease;
  content: attr(data-start);
  top: 50%;
  transform: translateY(-50%);
  animation: start 0.3s ease;
  animation-fill-mode: forwards;
}

@keyframes start {
  from {
    top: -50%;
  }
}

.buttons button.start:hover:before,
.buttons button.start:hover:after {
  display: none;
}

.buttons button.start:hover span {
  display: none;
}

.buttons button:active {
  outline: none;
  border: none;
}

.buttons button:focus {
  outline: 0;
}

#prosduct-sevtion {
  background-color: #ececec7d;
  background-image: url(../images/Overlay6.webp);
  background-position: -1013px 66px;
  background-repeat: no-repeat;
  padding: 60px 0 50px 0;
  background-size: cover;
}

.new-button {
  float: left;
  margin-top: 20px;
}

.hm-about-video {
  position: relative;
}

.hm-about-video::before {
  position: absolute;
  content: "";
  background-color: #adadad38;
  right: 150px;
  width: 400px;
  height: 493px;
  top: -39px;
  border: 12px solid #959595;
  border-radius: 2px;
  z-index: -1;
}

.vissio-mt img {
  width: 100%;
  position: relative;
  z-index: -1;
  margin-top: 70px;
}

.vission {
  padding: 60px 0;
  background-color: #f6f6f6;
  position: relative;
  z-index: -1;
}

.vissio-mt-text {
  position: relative;
  padding: 50px 0;
}

.vissio-mt-text::before {
  position: absolute;
  width: 830px;
  background-color: #3f4295;
  height: 505px;
  content: "";
  top: 0;
  z-index: -1;
  left: -78px;
}

.caunter-h2 img, .vission_dtl img {
  width: 38px;
  margin-right: 6px;
}

.new-text h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #ed3439;
}

.vis-mb h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fbfbfb;
  line-height: 1.55;
}

.new-text span {
  font-size: 23px;
  font-weight: 700;
  color: #d2cece;
}

.new-text p {
  font-size: 13px;
  font-weight: 500;
  color: #f2f2f2;
  padding-left: 42px;
  margin-bottom: 25px;
}

.dlab-info {
  border-color: #eee;
  border-width: 1px;
  border-style: solid;
  padding: 20px 20px 20px 20px;
  position: relative;
  text-align: center;
}

.dlab-box {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #050505;
}

.dlab-media {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.skew-content-box {
  display: inline;
  left: -1px;
  padding: 6px 20px;
  position: absolute;
  top: -15px;
  width: auto;
  margin-bottom: 0;
  background-color: #d2151e !important;
}

.skew-content-box {
  display: inline;
  left: -1px;
  padding: 6px 20px;
  position: absolute;
  top: -15px;
  width: auto;
  margin-bottom: 0;
  background-color: #d2151e !important;
}

.dlab-social-icon li {
  display: inline-block;
  padding: 0;
  font-size: 12px;
}

.skew-content-box ul li a {
  color: #fff;
  font-size: 14px;
  width: auto;
  padding: 0px 10px;
  line-height: 24px;
  height: 24px;
}

.skew-content-box:after {
  background-color: inherit;
  content: "";
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  width: 20px;
  z-index: 1;
}

.hm-industries {
  padding: 80px 0;
}

.top-contact {
  position: fixed;
  top: 22%;
  z-index: 999;
  right: 0;
}

.top-contact ul li:first-child {
  background: #76bc21;
}

.top-contact ul li {
  background: #15549a;
  padding: 10px 6px;
  margin-bottom: 2px;
}

.top-contact ul li:last-child {
  background: #e31e24;
}

.top-contact a {
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  display: block;
}

.verticalTxt_rl {
  writing-mode: vertical-rl;
}

/* .dlab-info { */
  /* position: relative; */
/* } */

.dlab-info::before {
  position: absolute;
  background-image: url();
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  content: "";
  bottom: 0;
}

.main_title_block {
  font-size: 24px;
  color: #c83636;
  position: relative;
  z-index: 2;
  display: block;
  text-align: left;
  letter-spacing: 0.5px;
  font-weight: bold;
  padding-bottom: 20px;
}

.main_title_block::before {
  width: 121px;
  height: 2px;
  left: 0;
  border-radius: 90px;
  top: 40px;
  content: "";
  background-color: #c83636;
  position: absolute;
}
.abt_effect {
  color: #fff;
  z-index: 1;
  font-size: 15px;
  position: relative;
  display: inline-block;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

span.abt_btn_text {
  background: #c83636;
  padding: 12px 40px 12px 30px;
  text-align: center;
  display: inline-block;
  color: #fff;
  z-index: 3;
}

span.abt_icon {
  padding: 16px 20px 17px 20px;
  background: #c83636;
  color: #fff;
  margin-left: -5px;
  font-size: 16px;
  border-left: 2px solid #fff;
  z-index: 3;
}

.update_product_banner {
  position: relative;
  background-size: 100%;
  min-height: 265px;
  display: block;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  padding-top: 90px;
}
.update_banner_hed {
  position: relative;
  z-index: 3;
}
.update_banner_hed h1 {
  font-size: 28px;
  letter-spacing: 0.25px;
  font-weight: 600;
  color: #fff;
  opacity: 1;
  padding: 12px 0;
  text-transform: uppercase;
  display: block;
}
.update_product_banner .banner_nav li {
  position: relative;
  float: left;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  padding-right: 10px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-right: 10px;
}
.update_product_banner .banner_nav li:last-child:before {
  content: none;
}
.update_product_banner .banner_nav li:before {
  position: absolute;
  right: -2px;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  content: "-";
}
.update_product_banner .banner_nav li a {
  color: #e9313b;
  font-weight: 700;
  font-size: 17px;
}
.prod-desc-p p {
  font-size: 15px;
  display: block;
  font-weight: 500;
  line-height: 24px;
  color: #464647;
  letter-spacing: 0.3px;
  padding-bottom: 10px;
  text-align: justify;
}
.prod-heading h3 a {
  background-color: #c83636;
  padding: 5px 10px;
  color: #fff;
  font-size: 15px;
  border-radius: 3px;
}

.prod-desc-p-1 {
  margin-top: 25px;
}

.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: 90px;
}
.multi-prod-rang h4 {
  margin-bottom: 15px;
  padding: 7px 0;
  padding-left: 12px;
  font-size: 20px;
  font-weight: 600;
  border-left: 5px solid #3d3f94;
  border-right: 5px solid #fff;
  background: linear-gradient(35deg, #c83636 0%, #383d95 100%);
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
  position: relative;
  margin-left: -5px;
  color: #fff;
}
.multi-prod-rang ul li {
  border-bottom: 1px solid #f7f7f7;
  position: relative;
}
.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 a {
  padding: 9px 10px;
  margin: 5px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  display: block;
  background: #f3f3f38c;
}

.products {
  padding: 80px 0;
}

.prod-images-new img {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  padding: 5px;
  background: #f8f8f8;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
  transition: all 0.5s ease;
}

.prod-heading h3:after {
  content: "";
  position: absolute;
  width: 55px;
  height: 3px;
  background: #c02141;
  bottom: -5px;
  left: 0;
}
.prod-heading h3 {
  color: #232429;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-bottom: 12px;
  line-height: 1.7;
}
.new-list p i {
  font-size: 16px;
  color: #c02141;
  margin-right: 5px;
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  font-weight: 600;
  display: block;
}
.new-list p {
  padding-bottom: 5px;
  display: block;
  position: relative;
  padding-left: 25px;
}
.prod-owl-dtl {
  margin-top: 20px;
}

.cms-contact-info3 .item--holder {
  position: relative;
  background-color: #ececec82;
  padding: 43px 22px 30px;
  z-index: 1;
  overflow: hidden;
}
.cms-contact-info3 .item--title {
  font-size: 23px;
  line-height: 32px;
  color: #c83636;
  font-weight: 600;
}
.cms-contact-info3 .item--description {
  color: #272727;
  max-width: 400px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 19px;
  margin-top: 12px;
}
.cms-contact-info3 .item--description:before {
  width: 100px;
  height: 3px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #3d3f94;
}
.cms-contact-info3 ul {
  list-style: none;
  color: #ededed;
}
.cms-contact-info3 ul li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 2;
  color: #000;
}
.cms-contact-info3 ul i {
  margin-right: 9px;
  color: #474897;
  font-size: 17px;
}
.cms-contact-info3 .item--button .btn {
  line-height: 51px;
}
.cms-contact-info3 .icofont-paper-plane {
  font-size: 172px;
  line-height: 1;
  color: rgba(255, 255, 255, 2%);
  position: absolute;
  bottom: -28px;
  right: -42px;
  z-index: -1;
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.new-button-old {
  background-color: #3d3f94;
  line-height: 3;
  text-align: center;
}
.new-button-old a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.catalog-new p {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
}

.catog-button {
  text-align: center;
  background-color: #c83636;
  margin-top: 22px;
    /* line-height: 47px; */
    padding: 10px 25px;
    display: inline-block;
}

.catog-button a {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}

.inner_product_bx {
  /* background: #f7f7f7; */
  background: #b2b2b2;
  padding-bottom: 1px;
  box-shadow: 0px 5px 15px rgb(40 148 212 / 10%);
}
.inner_prd_bx {
  padding: 10px;
  background: #ffffff;
  border-bottom: 3px solid #424596;
}
.tab-content > .active {
  display: block;
}
.inner_prd_box_mg {
  margin: 10px auto 0;
  display: table;
}
.nav-tabs {
  border-bottom: 0px;
}
.inner_prd_box_mg li {
  display: inline-block;
  padding: 0 8px 0 0;
}
.inner_prd_box_mg li a {
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.inner_prd_box_mg li a img {
  width: 70px;
  height: 70px;
  display: block;
  border: 2px solid #f7f7f7;
  border-radius: 10px;
}

.prod-heading strong {
  font-size: 18px;
  color: #c83636;
  font-weight: 600;
  line-height: 1.6;
}

.price-new {
  margin-top: 0px;
}
.star-rating i {
  font-size: 20px;
  color: #c83636;
}
.price {
  font-size: 20px;
  color: #3d3f94;
  font-weight: 600;
  position: relative;
}
.price::before {
  position: absolute;
  width: 70px;
  content: "";
  height: 2px;
  background-color: #3d3f94;
  top: 5px;
  border-radius: 27px;
  left: 2px;
}

.other_list h4 {
  font-size: 18px;
  position: relative;
  margin: 15px 0;
  font-weight: 600;
}
.prod-section-table {
  margin-top: 30px;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table {
  width: 100%;
  border: 1px solid #100808;
  border-collapse: collapse;
}
thead {
  background-color: #3d3f94;
  color: #fff;
}
th,
td {
  padding: 10px;
  padding: 10px;
  border: 2px solid #c5c5c5;
  text-align: center;
}

.inn_prod_table {
  background: #fff;
  box-shadow: 0px 5px 15px rgb(40 148 212 / 10%);
  padding: 15px;
}
.table-responsive > .table-bordered {
  border: 0;
}
.inn_prod_table tr:nth-child(odd) {
  background: #fff;
}
.inn_prod_table tr:nth-child(even) {
  background: #f7f7f7;
}
.inn_prod_table td {
  border: 0px;
  border-right: 2px solid #e1e1e1;
  color: #606060;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}
.table td,
.table th {
  padding: 10px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/*start styles*/
.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.accordion__item {
  border: 1px solid #e5f3fa;
  border-radius: 10px;
  overflow: hidden;
}

.accordion__header {
  padding: 20px 25px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.accordion__header::after {
  content: "";
  background: url(https://www.svgrepo.com/show/357035/angle-down.svg) no-repeat
    center;
  width: 20px;
  height: 20px;
  transition: 0.4s;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}

.accordion__header.active {
  background: #e5f3fa;
}

.accordion__header.active::after {
  transform: rotateX(180deg);
}

.accordion__item .accordion__content {
  padding: 0 25px;
  max-height: 0;
  transition: 0.5s;
  overflow: hidden;
}
.new-spestion img {
  width: 100%;
}

/* Abhishek singh */

.prod-desc-p i {
  margin-right: 10px;
  font-size: 17px;
  color: #c02141;
}
.prod p {
  margin-top: 20px;
}
iframe {
  object-fit: cover;
  width: 100%;
  padding: 10px;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
}
.inner-proimg-1 {
  margin-top: 40px;
}
.why-icon img {
  margin: 0 auto;
  display: table;
  padding-top: 20px;
  height: 70px;
  margin-bottom: 15px;
}
.why-icon-1 img {
  margin: 0 auto;
  display: table;
  padding-top: 20px;
}
.why-text span {
  font-size: 20px;
  font-weight: 700;
  color: #444444;
  margin-top: 10px;
}
.why-img img {
  padding-top: 15px;
  margin: 0 auto;
  display: table;
}
.why-us {
  text-align: center;
  border: 3px solid #c021416f;
  border-radius: 10px;
  padding: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.why-text p {
  font-size: 15px;
  display: block;
  font-weight: 500;
  line-height: 26px;
  color: #2b2b2c;
}
.why-us-1 {
  text-align: center;
}
#why-us {
  margin-bottom: 50px;
}
.hm-about-video-1::before {
  position: absolute;
  content: "";
  background-color: #adadad38;
  right: -43px;
  width: 400px;
  height: 401px;
  top: -39px;
  border: 12px solid #959595;
  border-radius: 2px;
  z-index: -1;
}
#key-section {
  margin-bottom: 60px;
}
.prod-desc-p-1 p {
  font-size: 17px;
  display: block;
  font-weight: 500;
  line-height: 26px;
  color: #000000;
  letter-spacing: 0.3px;
  padding-bottom: 10px;
  text-align: justify;
}
#contact-sec {
  margin-top: 50px;
  margin-bottom: 70px;
}
.contact-detials {
  margin-top: 25px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #3d3f94;
}
#inner-detail-main {
  padding: 80px 0 100px 0;
}
.contact-main {
  padding-bottom: 10px;
}
.cont-dtl h4 {
  padding-bottom: 12px;
  color: #e31e24;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-size: 18px;
}
.cont-dtl span {
  color: #000;
  padding-bottom: 10px;
  /* font-family: Sofia Pro Regular; */
  font-size: 16px;
  letter-spacing: 0.5px;
  display: block;
  font-weight: 600;
}
.cont-dtl p {
  line-height: 24px;
  font-size: 15px;
  padding-bottom: 5px;
  font-weight: 500;
}
.cont-dtl p i {
  margin-right: 5px;
}
.cont-map {
  margin-top: 15px;
}
.cont_form_input input,
textarea {
  width: 100%;
  padding: 20px 20px 20px 10px;
  font-size: 13px;
  border-radius: 10px;
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.cont_form_input textarea {
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  margin-top: 20px !important;
  min-height: 100px !important;
}
.cont_form_input .sendButton {
  width: auto !important;
  margin: 30px auto 0;
  display: table;
  font-weight: bold;
  color: #fff;
  background: #ed3237;
  padding: 10px 70px 10px 70px !important;
  border-radius: 25px 25px;
}
.cont_form_input .sendButton:hover {
  width: auto !important;
  margin: 30px auto 0;
  display: table;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  background: #555;
  padding: 10px 70px 10px 70px !important;
  border-radius: 25px 25px;
}
.contact-main {
  padding-bottom: 10px;
}
.cont-dtl h4 {
  padding-bottom: 12px;
  color: #ed3237;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-size: 18px;
}
.cont-dtl span {
  color: #000;
  padding-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
  display: block;
  font-weight: 600;
}
.cont-dtl p {
  line-height: 30px;
  font-size: 15px;
  padding-bottom: 6px;
}
.cont-dtl p i {
  margin-right: 5px;
  background-color: #c83636;
  color: #ffffff;
  padding: 7px;
  font-size: 12px;
  border-radius: 16px;
}
.cont-map {
  margin-top: 15px;
}
#video_new {
  padding: 60px 0;
}

.tag_line h2 {
  font-size: 21px;
  color: #3d3f94;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}

.prod-section-table {
  margin-top: 30px;
}
table {
  width: 100%;
  border: 1px solid #100808;
  border-collapse: collapse;
}
thead {
  background-color: #3d3f94;
  color: #fff;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
td {
  padding: 10px;
  border: 2px solid #c5c5c5;
  text-align: center;
  color: #000;
  font-weight: 500;
}

.update_product_banner .banner_nav li:nth-child(3):before {
  content: "";
}

.subscribe_heading p a {
  color: #000;
}

.mt45 {
  margin-top: 45px;
}

.catlog-button-brosher .prod-heading h3 a {
  background-color: #fff;
  color: #3d3f94;
  font-weight: 700;
  font-size: 18px;
}

.cont-dtl p a {
  color: #000;
}

#inn_product_sec {
  padding: 60px 0;
}
.inner_video_bx {
  padding: 10px;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  border-radius: 5px;
}
.inner_video_bx iframe {
  width: 100%;
  height: 315px;
}
.video_heading {
  position: relative;
  overflow: hidden;
  display: block;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
}
.video_heading span {
  text-align: center;
  padding: 7px 7px;
  background: #3d3f94;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 500;
  min-height: 60px;
  align-items: center;
  justify-items: center;
  justify-content: center;
  display: flex;
}
.video_mx {
  position: relative;
  padding-bottom: 25px;
}

#inn_product_sec h2 {
  text-align: center;
  padding-bottom: 28px;
  font-weight: 600;
}

.carousel-item img {
  width: 100%;
}
.hm_text_blod span {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.client-wrapper {
  align-items: center;
  border-radius: 10px;
  background: #fff;
  border: 3px solid #ebebeb;
  position: relative;
  padding: 10px;
  cursor: pointer;
}
.client-wrapper:before {
  position: absolute;
  content: "";
  right: -6px;
  top: 10px;
  height: 80%;
  width: 10px;
  border-radius: 10px;
  background-image: linear-gradient(to right, transparent 50%, #c83636 50%);
  z-index: -1;
}
.hm-cleint-head h2 {
  text-align: center;
  margin-bottom: 28px;
  font-size: 30px;
}
.hm-cleint {
  padding: 60px 0;
}

/* popup modal */
#once-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  z-index: 10000;
}
#once-popup .inner {
  background: #ffffff;
  padding: 20px;
  width: 600px;
  max-width: 90%;
  margin: 50px auto;
}
#once-popup #popup-close {
  float: right;
  font-size: 30px;
  line-height: 10px;
  padding: 5px;
  cursor: pointer;
}
.exh-sec-main {
  padding: 80px 0 80px;
}
.exh-wrapper {
  background-image: url(../images/shape11.jpg);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 10px;
  transition: 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  margin-bottom: 50px;
  overflow: hidden;
}
.exh-dtl-rht span {
  font-size: 15px;
  display: block;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
  margin-bottom: 10px;
}
.exh-dtl-rht p {
  font-size: 16px;
  display: block;
  font-weight: 500;
  line-height: 26px;
  color: #2b2b2c;
  margin-bottom: 10px;
}
.exh-dtl-rht h4 {
  font-size: 16px;
  font-weight: 600;
}
.exh-dtl-rht h3 {
  color: #3d3f94;
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 10px;
}
.exh-dtl-rht {
  padding: 50px 10px 50px 30px;
}
.exh-img-left img {
  border-radius: 10px 0 0 10px;
  scale: 1.01;
}
.hall-stall {
  margin-bottom: 10px;
}
.exh-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 60px 0 rgb(0 0 0 / 20%), 0 0 0 transparent;
}
.email-ico p {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: block;
}
.whatsapp-fixed {
  z-index: 10000;
}
.whatsapp-fixed .Btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  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: 25px;
}
.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: 250px;
  bottom: 15px;
}

.foot_link p a {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: block;
}

/* ---------------------- */
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #00d757;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #00d757;
  }
}
.mypage-alo-phone {
  position: fixed;
  right: -10px;
  bottom: 64px;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 999 !important;
}
.sub_call_button {
  position: fixed;
  right: -10px;
  bottom: 129px !important;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 999 !important;
}
.mypage-alo-ph-img-circle {
  width: 30px;
  height: 30px;
  top: 43px;
  left: 43px;
  position: absolute;
  background: url(https://i.imgur.com/J9AXAq7.png) no-repeat center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #c83636;
  background-size: 70%;
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
}
.mypage-alo-ph-circle-fill {
  width: 60px;
  height: 60px;
  top: 28px;
  left: 28px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgb(200 54 54 / 64%);
  opacity: 0.75 !important;
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
}

.mypage-alo-ph-circle {
  width: 90px;
  height: 90px;
  top: 12px;
  left: 12px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  border-color: #ffb56b;
  opacity: 0.5;
}
.hm_call-now_button {
  display: none;
}
.mobail_new {
  display: none;
}
.mobail_new a {
  font-size: 13px;
  font-weight: 700;
  font-family: revert;
  color: #373996;
}
.thankyou_mg img {
  margin: 0 auto;
  display: table;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 4%);
  border-radius: 8px;
  padding: 15px;
}
.quickcontact input[type="text"],
[type="email"],
[type="number"],
textarea {
  width: 100%;
  max-width: 100%;
  padding: 8px;
  font-size: 13px;
  border-radius: 10px;
  margin-top: 5px;
  display: inline-block;
  border: 1px solid #ce2127;
  box-sizing: border-box;
}
.form-text {
  border: 1px solid #ccc;
}
.quickcontact input[type="submit"] {
  width: 100%;
  max-width: 100%;
  background-color: #c83636;
  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: #175395;
  color: #fff;
  max-width: 100%;
}
.quick-btn {
  width: 100%;
  max-width: 100%;
  background-color: #3d3f94;
  color: #fff;
  font-weight: 500;
  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: #f2f2f2;
}
.max {
  border: #3d3f94 thick solid;
  position: fixed;
  width: 230px;
  right: 10px;
  bottom: 10px;
  max-width: 100%;
  background-color: #f1f5f8;
  padding: 5px;
  margin: 1px;
  z-index: 9999;
}

/* table */
.custom-table .tbl-head {
  background: #3d3f94;
}
.custom-table .tbl-txt {
  color: #fff;
}
.custom-table td,
.custom-table th {
  border: 1px solid #000000;
  font-weight: 600;
}
.custom-table tr td strong {
  font-weight: 700;
}
.mt50 {
  margin-top: 50px;
}
.custom-table tbody {
  border: 3px solid #3d3f94;
}




/*************************/
.inner_products {
	padding:80px 0 20px 0;
}
.industry_heading {
	padding-bottom:15px;
}
.industry_heading h3 {
  font-size: 34px;
  font-weight: 700;
  text-transform:capitalize;
  color: #ed3439;
}
.industry_heading span {
    font-size: 26px;
    font-weight: 700;
    color: #4e4e4e;
}
.inner_product_feature {
	padding-bottom:25px;
}


