@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Catamaran:wght@100..900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=IBM+Plex+Sans+Devanagari:wght@100;200;300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&family=Teko:wght@300..700&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: "Barlow", sans-serif;
}

body {
  font-size: 15px;
  color: #000;
  font-family: "Barlow", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/** **************** **/
html {
  scroll-behvior: smooth;
}

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

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

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: none;
  background-color: #7c797a;
}

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

::-webkit-scrollbar-track {
  background-color: rgba(239, 239, 239, 0.5);
}

/** **************** **/
.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pd-0 {
  padding: 0;
}

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

/** **************** **/
.align-center {
  align-items: center;
}
/** **************** **/
#header_top {
  background: #384777;
  padding: 8px 0;
  transition: all 0.5s ease;
}

.tag_line span {
  color: #fff;
  line-height: 32px;
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
}

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

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

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

.header-call ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #fff5;
  right: 0;
  top: 5px;
}

.header-call ul li:last-child:after {
  display: none;
}

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

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

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

/** **************** **/
.fixed-top {
  position: relative;
  display: block;
  top: 0px;
  padding: 0px 0 0px;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
  background: #e8112200;
}

.fixed-top:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 0 0px;
}

.fixed-top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  z-index: -1;
  border-radius: 0;
}

.header-scrolled .logo {
  bottom: -7px;
  width: 120px;
  margin-top: -10px;
  transition: all.5s ease;
}

.header-scrolled .scrollto img {
  height: auto;
  transition: all.5s ease;
  margin-top: 0px;
}

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

.logo {
  position: absolute;
  transition: all.5s ease;
  bottom: 0px;
  width: 140px;
}

.header-scrolled .logo:after {
  height: 78px;
}

.header-scrolled {
  position: fixed;
  padding: 5px 0;
  box-shadow: 0 8px 20px 0 rgb(0 0 0 / 5%);
}

.scrollto img {
  width: auto;
  height: auto;
  transition: all.5s ease;
  position: relative;
  top: -5px;
}

.logo-ul {
  display: flex;
  flex-wrap: wrap;
  background: #e81122;
  padding: 0px 0 1px 0;
}

.logo-ul span {
  flex: 0 0 33.33%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.5px;
  font-family: "Jost", sans-serif;
}

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

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

.main-nav>ul>li {
  position: relative;
  white-space: nowrap;
}

.main-nav a {
  color: #292929;
  font-weight: 500;
  letter-spacing: 0.25px;
  position: relative;
  display: inline-block;
  font-size: 17px;
  letter-spacing: 0.35px;
  padding: 10px 16px;
  text-transform: uppercase;
}

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

.main-nav li:last-child a {
  padding-right: 0px;
}

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

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  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;
}

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

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

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

.main-nav .drop-down ul li:last-child {
  border-bottom: 0px;
}

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

.main-nav .drop-down ul li a {
  padding: 6px 5px;
  color: #231e1f;
  border-radius: 2px;
  font-weight: 400;
  transition: all 200ms linear;
  font-size: 14px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  width: 100%;
}

.main-nav .drop-down ul li a span {
  color: #da1214;
}

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

.main-nav .drop-down ul li a span img {
  width: 20px;
}

.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: #e81122;
}

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

.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:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/*******************/
.call_start {
  margin-left: 35px !important;
  margin-top: 2px;
  position: relative;
}

.call_start:after {
  content: "";
  position: absolute;
  top: 2px;
  left: -20px;
  width: 1px;
  height: 35px;
  background: #e3e3e3;
}

.call_tp {
  border-radius: 50px;
  padding: 5px 12px 5px 11px;
  margin-left: 15px;
  height: 43px;
  display: flex;
  background: #384777;
  border: 2px solid #384777;
}

.call_tp img {
  margin-right: 8px;
  width: 22px;
  height: 22px;
  margin-top: 4px;
}

.call_tp a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: 15px;
  padding: 0px;
}

.call_tp a span {
  font-weight: 400;
  color: #292929;
}

.call_start a {
  padding-top: 6px;
}

.head-cont {
  position: relative;
  margin-left: 85px;
  padding: 0 10px !important;
  margin-top: 0px;
  font-size: 20px !important;
  letter-spacing: 0.55px !important;
}

.header-scrolled .head-cont:after {
  content: "";
  position: absolute;
  left: -79px;
  bottom: -5px;
  width: 10px;
  border-left: 1px dashed #00000082;
  height: 70px;
}

.head-cont:after {
  content: "";
  position: absolute;
  left: -79px;
  bottom: -11px;
  width: 10px;
  border-left: 2px dashed #0000001a;
  height: 82px;
}

.head-cont:hover {
  color: #2a2a2a !important;
}

.head-cont img {
  width: 55px;
  height: auto;
  position: absolute;
  left: -55px;
  top: 1px;
}

.head-call {
  font-size: 15px;
  color: #e31e25;
  font-weight: 600;
}

.head-cont:hover .head-call {
  color: #e31e25 !important;
}

.head-cont .pbmit-svg-arrow {
  stroke: #fff;
  width: 10px;
  height: 10px;
  fill: none;
  stroke-width: 5px;
  stroke-miterlimit: 10;
  position: relative;
  bottom: 1px;
  left: 6px;
  transform: rotate(45deg);
}

.pbmit-svg-arrow-span {
  position: relative;
  left: 5px;
}

.pbmit-svg-arrow-span:before {
  content: "";
  width: 22px;
  height: 22px;
  background: #e31e25;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}

.head-cont .pbmit-svg-arrow line:nth-child(1) {
  stroke-dasharray: 25px;
  stroke-dashoffset: 50px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}

.head-cont .pbmit-svg-arrow line:nth-child(2) {
  stroke-dasharray: 20px;
  stroke-dashoffset: 40px;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}

.head-cont .pbmit-svg-arrow line:nth-child(3) {
  stroke-dasharray: 20px;
  stroke-dashoffset: 40px;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}

.head-cont:hover svg line {
  stroke-dashoffset: 0 !important;
  stroke: #fff;
}

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

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #8cc63f;
  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: 0px 0px 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;
}

/************************/
.video_wrapper {
  width: 100%;
  height: 90vh;
  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: linear-gradient(180deg, #0a0c2400 34%, #07091bba 83%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}

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

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

.overlap_heading h1 {
  font-size: 45px;
  color: #e31e25;
  text-align: left;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.25px;
}

.overlap_heading h1 span {
  display: block;
  color: #f6f6f6;
  font-weight: 600;
}

.know_btn {
  position: relative;
  padding: 10px 30px;
  display: inline-flex;
  width: 200px;
  color: #ffffff;
  line-height: 30px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.3px;
  background: #ffffff57;
  transition: all 0.3s;
  z-index: 1;
  border-radius: 13px;
  justify-content: center;
}

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

.know_btn:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #2f6dc8;
  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: #e31e25;
  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%;
}

/** **************** **/
.about-imng img {
  width: 100%;
  border-radius: 30px;
}

.cta-section {
  background-color: #e31e25;
  padding: 25px 0;
}

.cta-title {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.65px;
  text-transform: none;
  text-transform: uppercase;
}

.cta-btn {
  background-color: #ffffff;
  color: #000000;
  padding: 10px 22px;
  font-weight: 500;
  margin-right: 40px;
  border-radius: 0;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background-color: #222222;
  color: #ffffff;
}

.cta-btn-outline {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 10px 22px;
  font-weight: 500;
  border-radius: 0;
  transition: all 0.3s ease;
}

.cta-btn-outline:hover {
  background-color: #000000;
  color: #ffffff;
}

/** **************** **/
.hm-about-us {
  padding: 90px 0;
}

.hm-abt-dtl {
  padding-left: 40px;
}

.hm-manuf-heading span {
  letter-spacing: 1.7px;
  opacity: 0.7;
  display: block;
  color: #1b4f9b;
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.hm-manuf-heading h2 {
  line-height: 1.4;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 2.7rem;
  margin-bottom: 1.1rem;
  letter-spacing: 0rem;
  font-weight: 600;
  color: #292929;
}

.home-about-container {
  position: relative;
}

.hm-abt-dtl p {
  font-size: 17px;
  color: #676767;
  line-height: 1.7;
  margin-top: 20px;
  font-weight: 400;
}

.w-100 {
  width: 100% !important;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.hm-abt-dtl {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  padding: 0rem 5rem 0rem 3rem;
}

.bars-img {
  position: absolute;
  left: 0px;
  margin-top: 200px;
}

.arrow-right {
  position: absolute;
  right: 144px;
  top: -58px;
}

.arrow-left {
  position: absolute;
  right: 7px;
  top: 16px;
}

.w-40 {
  width: 10rem;
}

.h-40 {
  height: 10rem;
}

.crosses:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.crosses:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 1px;
  background-color: #414c506b;
  transition: transform 0.3s ease;
}

.crosses:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 1px;
  background-color: #414c506b;
  transition: transform 0.3s ease;
}

.crosses:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.crosses:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.crosses:hover:after {
  background-color: #d60000;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.crosses:hover:before {
  background-color: #1b4f9b;
  transform: translate(-50%, -50%) rotate(0deg);
}

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

.read_more {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding: 4px 2px 4px 30px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #9390905c;
  color: #323234;
  transition: all 0.3s ease-in-out;
  background: #ecf1f980;
  margin-top: 45px;
}

.read_more:hover {
  color: #202020;
  background: #ffffff;
}

.circle {
  background: #e31e25;
  color: #ffffff;
  border-radius: 7px;
  height: 35px;
  width: 35px;
  line-height: 35px !important;
  text-align: center;
  margin: 0 3px 0 12px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

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

.read_more:hover .circle {
  color: #fff;
  background: #e81122;
}

/** **************** **/
/* ------ */
.hm-abt-head {
  text-align: center;
  margin-bottom: 31px;
}

.hm-abt-head h2 {
  font-size: 2.7rem;
  margin-bottom: 1.2rem;
  letter-spacing: 0rem;
  font-weight: 300;
}

.hm-abt-head .heading-bord {
  margin: 0 auto;
}

.hm-abt-head h2 {
  font-size: 2.0rem;
  margin-bottom: 1.2rem;
  letter-spacing: 0rem;
  font-weight: 600;
  color: #292929;
  line-height: 1.4;
}

.hm-abt-head .heading-bord {
  margin: 0 auto;
}

.heading-bord {
  background: #e31e25;
  height: 4px;
  width: 30px;
  position: relative;
  left: 13px;
}

.heading-bord:after {
  content: "";
  background-color: #e31e25;
  color: #e31e25;
  height: 4px;
  position: absolute;
  left: -27px;
  top: 0;
  display: inline-block;
  width: 4px;
  border-radius: 50%;
  box-shadow:
    9px 0 0 0 #e31e25,
    18px 0 0 0 #e31e25;
}

.hm-abt-head span {
  display: block;
  padding-top: 15px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #60606091;
}

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

.sy_sect1 {
  width: 100%;
}

.ctext {
  padding-left: 20px;
  padding-right: 20px;
}

.sy_sect1 .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.sy_sect1 .ul {
  float: left;
  width: calc(100% + 10px);
  margin: -4px;
  display: flex;
  background-color: #fff;
}

.sy_sect1 .li {
  float: left;
  width: 20%;
  padding: 3px;
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
}

.sy_sect1 .li a {
  float: left;
  width: 100%;
  background: #f2f5fa;
  position: relative;
  height: 100%;
}

.sy_sect1 .li ._img {
  display: block;
  width: 100%;
  height: calc(300px + 3.09rem);
  display: flex;
  justify-content: center;
  align-items: center;
}

.sy_sect1 .li .hover {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
}

.tit {
  position: relative;
  justify-content: center;
  left: 0;
  right: 0;
  font-size: 20px;
  opacity: 0;
  letter-spacing: 0.45px;
  margin: 0 auto;
  color: #000;
  top: -30%;
  transform: translate(0%, -100%);
}

.sy_sect1 .li .hover .tit {
  font-weight: 500;
  color: #ffffff;
  border: none;
  text-align: left;
  position: relative;
  z-index: 5;
  letter-spacing: 0.55px;
  opacity: 100;
}

.sy_sect1 .li .hover::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: 1;
}

.sy_sect1 .li:hover {
  width: 40%;
  background-color: #69696900;
}

.hm-products {
  padding: 80px 0 4px 0px;
  background: url(../images/pro-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sy_sect1 .ul li a {
  display: block;
  width: 100%;
  height: calc(390px + 3.09rem);
  display: flex;
  justify-content: center;
  align-items: center;
}

.aarr-pro {
  left: 333px;
  top: -25px;
  position: absolute;
}

/** **************** **/
.prod-btn-all {
  margin-top: 60px;
  text-align: center;
}

.prod-btn-all a {
  font-size: 15px;
  background: #ffffff;
  padding: 17px 30px 17px 30px;
  border-radius: 0px;
  font-weight: 600;
  transition: all 0.5s ease-out !important;
  color: #292929;
  text-transform: uppercase;
  border: 1px solid #292929;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  border-radius: 9px;
}

.prod-btn-all a:hover {
  background-color: #ffffff00;
  border-color: #224182;
  color: #224182;
}

.hm-prod-tab .tab-pane .row {
  justify-content: center;
}

/*******************/
.hm-map-us {
  padding: 70px 0;
}

.counter {
  padding: 80px 0 50px;
}

.counter-head {
  margin-bottom: 50px;
}

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

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

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

.why_icon_txt {
  padding-left: 16px;
}

.why_title {
  font-size: 43px;
  display: block;
  font-weight: 700;
  line-height: 1;
  color: #292929e8;
  letter-spacing: 1px;
}

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

.why_icon img {
  width: 66px;
  position: relative !important;
  display: flex;
}

.hm-map-heading h3 {
  line-height: 1.4;
  margin-top: 0px;
  font-size: 1.8rem;
  letter-spacing: 0rem;
  font-weight: 600;
  color: #292929;
}

.hm-map-dtl {
  position: absolute;
  top: 50%;
  border-radius: 15px;
  left: 0;
  padding: 30px 17px;
  transform: translate(0%, -44%);
  margin: 0rem 0rem 0rem 2rem;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1);
  border: 2px solid #e31e2536;
}

.hm-map-dtl p {
  font-size: 17px;
  color: #67676c;
  line-height: 1.7;
  margin-top: 5px;
  font-weight: 400;
}

/*-----------------*/
.hm-industry-section {
  padding: 90px 0 120px 0;
  border-radius: 50% 50% 0 0;
  background: url(../images/indsutry.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.hm-why {
  text-align: center;
  border: 1px solid #1b4f9b2b;
  padding: 20px 0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 6px 15px 0px rgb(34 34 34 / 12%);
  transition: all 500ms ease;
  position: relative;
}

.hm-why:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.hm-why:hover:before {
  opacity: 0.4;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.hm-why: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;
}

.why-us-head h2 {
  color: #262a31;
  line-height: 1.22;
  font-weight: 700;
  font-size: 33px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}

.hm-why span {
  display: block;
  position: relative;
  font-size: 15px;
  color: #e31e25;
  line-height: 1.488;
}

.hm-why-icon {
  width: 75px;
  height: 75px;
  line-height: 80px;
  text-align: center;
  border-radius: 8%;
  margin: 0 auto 10px;
}

.hm-why img {
  margin-bottom: 15px;
  width: 100px;
}

.hm-about-cont {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: center;
}

/*-----------------*/

.year-exp-box {
  background: #fff;
  position: absolute;
  width: 100%;
  top: 0px;
  height: 130px;
  align-items: center;
  padding: 20px 15px;
  border-radius: 0 30px 0 0;
}

.year-exp-count {
  position: relative;
  padding-left: 100px;
}

.year-exp-count img {
  position: absolute;
  left: -15px;
  top: -11px;
  width: 100px;
  opacity: 0.1;
}

.year-exp-count span {
  position: absolute;
  left: 0px;
  top: -10px;
  font-size: 50px;
  font-weight: 900;
}

.year-exp-count p {
  font-size: 18px;
  color: #5b5b5b;
}

.certificate-wrapper img {
  width: auto !important;
  filter: grayscale(100%);
}

.certificate-wrapper img:hover {
  filter: grayscale(0%);
}

.year-exp-logo {
  position: relative;
}

/* ===================== */
.footer-logo-hm {
  background-color: #2e2e2e;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #ffffff52;
}
footer {
  background-color: #0d0e16;
  padding: 50px 0px 30px 0;
  position: relative;
}

/*footer:after {
  content: "";
  background-image: url(../images/opcity-logo.png);
  position: absolute;
  width: 250px;
  height: 250px;
  top: 101px;
  right: 21px;
  z-index: 0;
  opacity: 0.1;
  background-repeat: no-repeat;
}*/

.ftr-head {
  padding-bottom: 12px;
}

.ftr-head h4 {
  font-weight: 500;
  font-size: 17px;
  color: #e31e25;
  letter-spacing: 0.55px;
}

.ftr-link ul li a {
  color: #eeeeee;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 23px;
  padding: 5px 0;
  display: block;
}

.ftr-link ul li:hover a {
  color: #fff;
}

.br {
  padding-left: 80px;
  position: relative;
}

.br::before {
  position: absolute;
  content: "";
  border: 1px solid #1a4f9b8c;
  width: 676px;
  height: 320px;
  border-radius: 20px 0 0 0;
  border-right: 0;
  border-bottom: 0;
  top: -38px;
  left: 30px;
}

.bb {
  border-bottom: 1px solid #1a4f9b8c;
  padding-bottom: 24px;
  align-items: center;
  margin-bottom: 23px;
}

.ftr-cont {
  padding-bottom: 11px;
  padding-left: 35px;
  position: relative;
}

.ftr-cont h4 {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 5px;
  letter-spacing: 0.35px;
}

.ftr-cont p a {
  color: #c3c3c3;
  font-size: 14px;
  font-weight: 400;
}

.ftr-cont p {
  color: #ebeaea;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.30px;
}

.ftr-cont p:hover a {
  color: #fff;
}

.ftr-cont img {
  position: absolute;
  top: 0px;
  left: 0;
}

.ftr-btm {
  padding-top: 0px;
}

.ftr-btm p {
  font-weight: 500;
  font-size: 14px;
  color: #e31e25;
  letter-spacing: 0.35px;
}

.ftr-btm p span {
  color: #c3c3c3;
}

.ftr-btm p a {
  color: #fff;
}

.ftr-btm p a:hover {
  color: #fff;
}

.ftr-right {
  padding-top: 20px;
  padding-left: 20px;
}

.ftr-right ul {
  text-align: right;
}

.ftr-right ul li {
  display: inline-block;
  padding-left: 15px;
}

.ftr-right ul li a {
  font-size: 18px;
  color: #dbdbdb;
}

.ftr-right ul li:hover a {
  color: #fff;
}

.social-icon ul {
  opacity: 1;
  text-align: right;
}

.social-icon ul li {
  display: inline-block;
  padding-right: 3px;
}

.social-icon ul li a {
  opacity: 1;
}

.social-icon ul li a i {
  font-size: 14px;
  width: 35px;
  height: 35px;
  line-height: 38px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  transition: all 0.8s;
  -webkit-transition: 0.8s ease;
}

.icon1 i {
  background: #4d6bb3;
  color: #fff;
  border: 1px solid #4d6bb3;
}

.icon2 i {
  background: #bd081c;
  color: #fff;
  border: 1px solid #bd081c;
}

.icon3 i {
  background: #ed2a24;
  color: #fff;
  border: 1px solid #ed2a24;
}

.icon5 i {
  background: #0078b5;
  color: #fff;
  border: 1px solid #0078b5;
}

.icon4 i {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.icon6 i {
  background: #ff0033;
  color: #fff;
}

.social-icon ul li a:hover i {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  border-radius: 5px;
}

.social-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.social-icon-list li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ffffff91;
  border-radius: 30px;
  background-color: rgb(19 45 85 / 64%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  padding: 0px 10px 0 5px;
  font-size: 13px;
  font-weight: 400;
}

/*------------------*/
.sub-img img {
  width: 100%;
  border: 5px solid #fff;
  border-radius: 23px;
}


.breadcrumb-section {
  background-image: url(../images/breadcrumb-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.product-main {
  padding: 28px 0 50px 0;
  position: relative;
  background-color: rgb(27 79 155);
}

.product-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/water-mark-main.png) no-repeat bottom right;
  background-size: 40%;
  opacity: 0.04;
}

.product-main-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 9px solid #fff;
  position: relative;

}

.product-main-left {
  position: relative;
  margin-top: -8rem;
}

.product-main-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 80px;
  min-height: 80px;
  background-color: transparent;
  z-index: 1;
  border-left: 8px solid rgb(27 79 155);
  border-top: 8px solid #1b4f9b;
}

.product-main-right h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 13px;
  border-left: 5px solid #1b4f9b;
  padding-left: 10px;
  margin-top: 44px;
}

.product-main-heading {
  padding: 80px 0 0px 0;
}

.product-main-right p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}

.main-product-detail {
  padding: 40px 0 90px 0;
}

.main-product-detail h3 {
  color: #333333;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 13px;
  border-left: 5px solid #e31e25;
  padding-left: 10px;
}

.main-product-detail h4 {
  color: #333333;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 13px;
  padding-left: 10px;
}

.main-product-detail p {
  font-size: 15px;
  color: #333333cf;
  line-height: 1.6;
  letter-spacing: 0.55px;
}

.product-left-data {
  margin-top: 20px;
  margin-bottom: 28px;
}

.product-left-main {
  width: 100%;
  min-height: 700px;
  background-color: rgb(251 251 251);
  background-attachment: fixed;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.product-left-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/water-mark.png) no-repeat center;
  background-size: 33% 40%;
  background-attachment: fixed;
  opacity: 0.05;
  z-index: -1;
}

/*  */

/* Card Styling */
.chemical-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 10px;
}

/* Title Styling */
.chemical-card .card-title {
  font-weight: 600;
  color: #1e3c72;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Table Styling */
.chemical-table {
  margin-top: 15px;
  border-collapse: separate;
  border-spacing: 0;
}

/* Table Header */
.chemical-table thead {
  background: linear-gradient(135deg, #1e3c72, #2a5298);
  color: #ffffff;
}

.chemical-table thead th {
  padding: 14px;
  font-weight: 600;
  border: none;
}

/* Table Body */
.chemical-table tbody th {
  background-color: #ffffff;
  font-weight: 600;
  color: #1e3c72;
}

.chemical-table td {
  padding: 12px;
  border-top: 1px solid #e9ecef;
  color: #444;
}

.chemical-table tbody tr {
  background-color: #ffffff;
  transition: 0.3s ease;
}

.chemical-table tbody tr:hover {
  background-color: #ffffff;
}

.bullets {
  list-style-image: url("../images/icon.png");
  padding-left: 20px;
  margin-top: 10px;
}

.bullets {
  list-style: none;
  padding-left: 0;
  margin-left: 10px;
}

.bullets li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #333333;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.7px;
}

.bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url("../images/icon.png") no-repeat center;
  background-size: contain;
}

.industry-row {
  background-color: #ffffff;
  padding: 11px;
  margin: 14px 0;
  display: flex;
  align-items: center;
  border: 1px solid rgba(150, 150, 150, 0.2);
}

.industry-data span {
  display: block;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 4px;
  color: #333333;
}

.industry-data p {
  color: #515151;
  font-weight: 400 !important;
  font-size: 15px;
}

/* faq */
.faq .card {
  background-color: #f8f9fa;
  border: 1px solid #c1c1c1;
  margin-bottom: 20px;
  border-radius: 0px;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 45px;
  padding-right: 15px;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #1c1c1c;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f7f7f7;
  position: relative;
  line-height: 22px;
}

.faq .card .card-header .faq-title .badge {
  width: 28px;
  height: 30px;
  text-align: center;
  background: #1b4f9b;
  color: #fff;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  left: 10px;
  top: 12px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.faq .card-body {
  padding: 1.25rem;
}


.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: 75px;
}

.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: 7px 10px;
  margin: 5px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  display: block;
  background: #f3f3f3;
}

.multi-prod-rang h4 {
  margin-bottom: 15px;
  padding: 7px 0;
  padding-left: 9px;
  font-size: 20px;
  font-weight: 600;
  border-right: 5px solid #fff;
  background: linear-gradient(135deg, #e31e25, #2a5298);
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
  position: relative;
  margin-left: 0px;
  color: #ffffff;
}

.product-right-data {
  padding-bottom: 10px;
  position: sticky;
  top: 90px;
}


.breadcrum-sec {
  width: 100%;
  height: 300px;
  background: url(../images/bread-crum.jpg) bottom center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}

.bredcrum-inner-detail {
  color: #fff;
}

.breadcrum-home {
  background-color: #ffffff;
  width: fit-content;
  position: absolute;
  bottom: 0;
  border-radius: 20px 0px 0 0;
}

.breadcrum-home::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -20px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #ffffff;
}


.breadcrum-home ul {
  display: flex;
  padding: 10px 40px;
}

.breadcrum-home ul li {
  padding: 0 8px;
}

.breadcrum-home ul li a {
  color: #000;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
}

.product-btn-read_more {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding: 4px 2px 4px 15px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #9390905c;
  color: #323234;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  margin-top: 18px;
}

.product-btn-read_more .circle {
  background: rgb(27 79 155);
  color: #ffffff;
  border-radius: 7px;
  height: 35px;
  width: 35px;
  line-height: 35px !important;
  text-align: center;
  margin: 0 3px 0 12px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.product-btn-read_more:hover .circle {
  background: #e31e25;
  color: #ffffff;
}

.hm-abt-btnn .product-btn-read_more {
  color: #333333 !important;
  font-size: 18px;
}

.small-headings {
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 4px;
  color: #333333;
  margin-top: 25px;
}

.available-specification {
  text-align: justify !important;
}

.product-main-heading h2 {
  color: #222222;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 13px;
  border-left: 5px solid #1b4f9b;
  padding-left: 10px;
  margin-top: 44px;
}


.breadcrum-home .home-active {
  color: #e31e25;
}

/*  */

.steel-mart-post {
  border: 3px solid #03aded;
  margin-bottom: 10px;
}

.sub-text p {
  font-size: 16px;
  color: #676767;
  line-height: 1.7;
  margin-top: 10px;
  font-weight: 400;
}

.sub-text span {
  font-size: 30px;
  font-weight: 600;
  color: #1b4f9b;
  border-left: 3px solid #e31e25;
  text-transform: uppercase;
  padding-left: 7px;
}

.prod-btn .btn {
  margin-top: 15px;
  background: #e31e25;
  color: #fff;
  border-radius: 25px;
  padding: 6px 12px;
}

.prod-btn .btn1:hover {
  background: rgb(27 79 155);
  box-shadow: 0 0px 0px 2px rgb(27 79 155);
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 14px;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.main-pading {
  padding: 90px 0 !important;
}


/* =[===== */

.ftr-btn {
  float: left;
  margin-top: 0px;
  width: 100%;
}

.ftr-btn a {
  line-height: 0 !important;
  padding: 20px 20px;
  background: #fff;
  font-size: 16px;
  width: 100%;
  letter-spacing: 0.5px;
  border-radius: 50px;
  color: #000000;
  border: 1px solid #e31e25;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-duration: 0.3s;
  overflow: hidden !important;
  outline: none;
  cursor: pointer;
  display: block;
  text-align: center;
}

.ftr-btn a:hover {
  color: #fff;
}

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

.ftr-btn a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(227 30 37) 23%, rgb(176 31 47) 73%);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.inr-prod-nav h3 {
  font-size: 23px;
  padding: 15px 15px;
  letter-spacing: 0.7px;
  font-weight: 700;
  color: #ffffff;
  background-color: #e8b12d;
  border-radius: 10px 10px 0 0;
}

/* ================== */
.prod-grades-no {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  padding: 30px 30px;
  display: block;
  background-color: #fff;
  height: 100% !important;
  position: relative;
  gap: 20;
}

.prod-grades-no span {
  float: left;
  padding-right: 35px;
  position: relative;
  padding-top: 0px;
}

.prod-grades-no span img {
  width: 35px;
  scale: 1.4;
  margin-top: -5px;
}

.prod-grades-no h5 {
  padding-left: 46px !important;
  font-size: 1rem;
  color: #2d2d2d;
  line-height: 1.7;
}

.prod-grades-no:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  background: #e31e255e;
  width: 1px;
  left: 86px;
}

.number-gread .col-md-4 {
  margin: 15px 0;
}


.prod-bike-slider {
  position: sticky;
  top: 0;
}

.prod-bike-slider .btn-light {
  background-color: #fff;
  border-color: #a1a1a145;
  border-radius: 20px;
}

.prod-bike-slider .nav-pills .nav-link {
  border-radius: 50px;
  margin: 6px;
}

.prod-bike-slider .owl-nav {
  display: none;
}

.prod-bike-slider .nav-pills .nav-link.active {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.inner_prd_bx {
  padding: 11px;
  background: #eeeeee;
}

.inner_prd_box_mg {
  margin: 25px auto 0;
  display: table;
  justify-content: center;
}

.inner_prd_box_mg li {
  display: inline-block;
  padding: 0 9px;
}

.inner_prd_box_mg li a {
  width: 70px;
  height: 70px;
  overflow: hidden;
}


.inner_prd_box_mg li a img {
  width: 128px;
  height: 80px;
  display: block;
  border: 1px solid #e31e25;
  border-radius: 10px;
  padding: 2px;
}

.main-inner-detail {
  padding: 70px 0 20px 0;
}



.bullets-one {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.bullets-one li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
  color: #333333;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.7px;
}

.bullets-one li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  background-size: contain;
  background-color: #e31e25;
  border-radius: 50%;
}

.bullets-one span {
  font-size: 20px;
  font-weight: 500;
  color: #1b4f9b;

}


.quick_connect {
  background: #1b4f9b;
  border-radius: 10px;
  padding: 18px;
  width: 259px;
  position: absolute;
  z-index: 99;
  right: 73px;
  bottom: -120px;
}

.connect_icon {
  width: 60px;
  height: 60px;
  background: #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e31e25;
  border-radius: 50%;
}

.connect_icon img {
  animation: ring 1s infinite ease-in-out;
}

@keyframes ring {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

.quick_connect h6 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 15px 0 16px 0px;
}

.sub-text {

  padding-right: 40px;
}

.inner_product_bx {
  border: 1px solid #d1d1d1;
  padding: 15px;
  border-radius: 10px;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e600;
}

/* ================= */

.contact-section {
  padding: 80px 0 0;
}

.cnt-head-sec .cnt-sm-head {
  padding-bottom: 20px;
}

.cnt-head-sec .cnt-sm-head h4 {
  font-size: 28px;
  font-weight: bolder;
  text-transform: uppercase;
  color: #1b509a;
  letter-spacing: 4px;
}

.cnt-head-sec .cnt-lg-head {
  margin-bottom: 30px;
}

.cnt-head-sec .cnt-lg-head h2 {
  font-size: 35px;
  color: #191919;
  font-weight: 700;
  letter-spacing: 1px;
}

.cnt-info-sec .cnt-ul .cnt-icon img {
  position: absolute;
  width: 48px;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 30px;
  z-index: 1;
  left: 5px;
  background: #fff;
}

.cnt-info-sec .cnt-wrapper h4 {
  font-size: 20px;
  color: #191919;
  line-height: 25px;
  font-style: normal;
  letter-spacing: 0.5px;
  word-spacing: 2px;
  font-weight: 600;
  margin: 10px 0;
}

.cnt-info-sec .cnt-wrapper {
  position: relative;
  padding-left: 55px;
  margin-bottom: 30px;
}

.cnt-info-sec .cnt-descri a:hover {
  color: #000;
}

.cnt-info-sec .cnt-descri a {
  display: block;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  color: #555;
}

.cnt-info-sec .cnt-ul .cnt-icon:after {
  content: "";
  position: absolute;
  left: 29px;
  width: 2px;
  top: 105px;
  height: 204px;
  background: #c2c2c2;
  z-index: -1;
}

.cnt-form-sec .contact-box {
  background: #fff;
  padding: 40px 40px 40px 40px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 4px;
}

.cnt-form-sec .cnt-frm-head h3 {
  font-size: 28px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  font-style: normal;
  letter-spacing: 0.5px;
  word-spacing: 2px;
  font-weight: 600;
}

.cnt-form-sec .cnt-frm-head {
  margin: -40px -40px 40px -40px;
  padding: 20px 40px;
  background: #1b4f9b;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-box .form-control {
  background: rgb(247, 249, 251);
  font-size: 16px;
  height: 50px;
  padding: 10px 20px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.contact-box select {
  background: rgb(247, 249, 251);
  font-size: 16px;
  height: 50px;
  padding: 10px 20px;
      width: 100%;
  border-radius: 3px;
  margin-bottom:30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.contact-box .form-control:focus {
  color: #495057;
  background-color: #fff;
  border: 1px solid #f4c13b;
  outline: 0;
  box-shadow: none;
}

.contact-box textarea.form-control {
  height: 90px;
}

.contact-box .form-group {
  margin-bottom: 30px;
}

.cnt-sbt-btn .btn.btn-secondary {
  background-color: #e31e25;
  background-image: none;
  border-color: transparent;
  color: #fff;
  width: 148px;
}

.cnt-sbt-btn .btn {
  background: #1b509a;
  border: 2px solid #1b509a;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  outline: none;
  padding: 0.875em 1.75em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease;
  border-radius: 0px;
}

.cnt-sbt-btn .btn.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active {
  background: transparent;
  border-color: #1b509a;
  color: #1b509a;
  padding-left: 1.125em;
  padding-right: 2.375em;
}

.cnt-sbt-btn .btn:hover:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  right: 0.9375em;
  width: auto;
  color: #1b509a;
}

.cnt-sbt-btn .btn:after {
  bottom: 0;
  content: "\f054";
  font: normal normal normal 13px/1 FontAwesome;
  font-size: 0.8125em;
  height: 0.9375em;
  margin: auto 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  position: absolute;
  right: 1.875em;
  top: 0;
  transition: right 0.2s ease;
}

.map-container iframe {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
}

.map-container {
  padding: 80px 0 80px;
}

/*------------------------*/

.hm-abt-inner p {
    font-size: 17px;
    color: #676767;
    line-height: 1.7;
    margin-top: 20px;
    font-weight: 400;
}



.quick_connect_btn {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:999;
}
.quick_connect_btn h6 {
	position:relative;
	padding:15px 25px;
	background:#1b4f9b;
	color:#fff;
	font-size:16px;
	border-radius:5px;
	font-weight:600;
	letter-spacing:1px;
	display:block;
}
.quick_connect_btn i {
	font-size: 30px;
    color: #1b4f9b;
    position: absolute;
    right: 15px;
    bottom: -10px;
}
.whatsapp-btn {
	position: fixed;
    bottom: 18px;
    right: 185px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 20%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.whatsapp-btn i {
	color: #fff;
	font-size: 28px;
	animation: beat 2s ease-in-out infinite;
	text-decoration: none;
}
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.modal-body {
    padding:0px;
    background: rgba(171, 172, 174, 0.102);
}
.modal-header {
    text-align: center;
    background: #1b4f9b;
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}
h6.modal-title {
    color:#fff;
    font-size:20px;
    text-align:center;
    letter-spacing:0.25px;
    font-weight:500;
    padding-left:20px;
}
.modal-content{
   background-color: #f2f3f8;
}
.modal-content .close {
    opacity:1;
    padding:0px;
    margin:0px;
}
.modal-content .close span i {
    position: absolute;
    right: 16px;
    top: 0;
    width: 65px;
    height: 40px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-right: 0;
    color: #e31e25;
    border-radius: 50px 0px 0px 50px;
    cursor: pointer;
}
.request_form .form-group input {
	display: block;
    width: 100%;
    color: #000000;
    font-weight: 500;
    border: 0px;
    letter-spacing: 0.25px;
    padding: 12px 10px;
    font-size: 15px;
    background: #fff;
    border-radius: 5px;
}
.request_form .form-group select {
	display: block;
    width: 100%;
    color: #000000;
    font-weight: 500;
    border: 0px;
    letter-spacing: 0.25px;
    padding: 12px 10px;
    font-size: 15px;
    background: #fff;
    border-radius: 5px;
}
.request_form .form-group textarea {
    display: block;
    width: 100%;
    color: #000000;
    font-weight: 500;
    border: 0px;
    letter-spacing: 0.25px;
    padding: 12px 10px;
    font-size: 15px;
    background: #fff;
    border-radius: 5px;
	min-height:80px;
}
.enquire-pad-box{
	padding: 30px;
}
.submit_btn {
	font-size: 16px;
    padding: 15px 25px;
    background: #e31e25;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0px;
}
.submit_btn:hover {
    border:0px;
    color:#fff;
    background:#1d1d1f;
}


.hm-about-img {
  box-shadow: 2px 4px 12px #0000000f;
}
.other_section_main {
	padding:50px 0;
}