@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900;9..40,1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@400;500;600;700&display=swap");

:root {
  --text-color: #666;
  --text-font-weight: 400;
  --primary: #912305;
  --heading-font-family: "Poppins", sans-serif;
  --text-font-family: "DM Sans", sans-serif;
  --dark-background: #0d55a6;
  --third-color: #fe9900;
}

.riveting_table td,
.riveting_table th,
.h-frame-hydraulic-press td,
.h-frame-hydraulic-press th,
body p{
  font-family: var(--text-font-family);
  color: #666;
  letter-spacing: 0.5px;
  font-size: 15px;
  /*line-height: 26px;*/
}

.form-control, .form-control::placeholder{
  font-family: var(--text-font-family) !important;
}



body li{
  font-family: var(--text-font-family);
  color: #666;
  letter-spacing: 0.5px;
  font-size: 15px;
}
.riveting_table td,
.riveting_table th,
.h-frame-hydraulic-press td,
.h-frame-hydraulic-press th{
  vertical-align: middle;
}
.riveting_table th,
.h-frame-hydraulic-press th{
  font-family: var(--heading-font-family);
}
.riveting_table th,
.h-frame-hydraulic-press td,
.h-frame-hydraulic-press th{
  line-height: 1;
}
.h-frame-hydraulic-press .table{
  width: 200%;
}
.paddingCls {
  padding: 50px 0;
}
a {
  text-decoration: none;
}
/*font-family: 'DM Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Fira Sans', sans-serif;*/

body {
  overflow-x: hidden;
}

.pad0 {
  padding: 0;
}

.top {
  background: var(--dark-background);
  font-family: var(--text-font-family);
  padding: 5px 0;
  position: relative;
}

.top-left ul {
  padding-left: 0;
  margin: 0;
}

.top-left ul li {
  display: inline-block;
  margin-right: 8px;
  color: var(--third-color);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 8px;
  font-size: 15px;
}

.top-left ul li a {
  color: #fff;
  text-decoration: none;
}

.top-left ul li:nth-child(1) a {
  padding-right: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.top-left ul a span {
  padding-right: 5px;
  color: #fff;
}

.top-right ul {
  padding-left: 0;
  margin: 0;
  float: right;
}

.top-right ul li:nth-child(1) {
  color: #fff;
}

.top-right ul li:nth-child(1)::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 1px;
  margin: -2px 0px 0 12px;
  background: var(--third-color);
}

.top-right ul li {
  display: inline-block;
  font-size: 15px;
}

.top-right ul a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0px 8px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.top-right ul a:hover {
  color: var(--third-color);
}

header {
  padding: 18px 0;
  position: relative;
}

.logo-text {
  margin-top: 20px;
  margin-right: -25px;
}

.logo-text h1 {
  font-family: "Hind Madurai", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  color: var(--third-color);
  margin: 0;
  line-height: 1;
  position: relative;
  padding-left: 10px;
  z-index: 9;
}

.logo-text h1::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -16px;
  border: 1px solid #ddd;
  top: -10px;
  z-index: 1;
}

.logo-text p {
  font-family: var(--text-font-family);
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-block;
  background: #0d55a6;
  padding: 1px 6px;
  position: relative;
  margin-left: 15px;
  z-index: 9;
}

.top-cnt {
  margin-left: 28px;
  border-right: 1px solid #f2f2f2;
  margin-top: 13px;
}

.top-cnt span {
  width: 55px;
  height: 55px;
  background: var(--third-color);
  color: #fff;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  font-size: 19px;
  float: left;
}
.top-cnt .top-cnt-details {
  margin-left: 75px;
}

.top-cnt h5 {
  font-family: var(--heading-font-family);
  font-size: 14px;
  color: #666;
  margin: 0;
  padding: 7px 0 2px;
}

.top-cnt a {
  color: #222;
  font-family: var(--text-font-family);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.d-cat {
  position: relative;
  margin-top: 19px;
}

.d-cat a {
  background: var(--third-color);
  display: inline-block;
  color: #fff;
  font-family: var(--heading-font-family);
  font-weight: 500;
  text-decoration: none;
  font-size: 15px;
  padding: 12px 15px;
  width: 100%;
}

.d-cat a::after {
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid #0d55a6;
  position: absolute;
  left: -6px;
  top: -6px;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  z-index: -1;
}

.d-cat a:hover::after {
  left: 6px;
  top: 6px;
}

.navbar {
  padding: 0;
  z-index: 999;
}

.nav-link {
  font-family: var(--text-font-family);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  position: relative;
  line-height: 1;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding: 18px 18px 10px;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: -9px;
  background: #0d55a6;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.navbar-expand-lg .navbar-nav .nav-link:hover::before,
.navbar-light .navbar-nav .nav-link.active::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.navigation {
  position: relative;
  z-index: 999;
  overflow-x: clip;
}

.navbar::before {
  content: "";
  position: absolute;
  right: 0;
  background: var(--third-color);
  height: 52px;
  width: 2000px;
  top: 0px;
  z-index: -1;
}

.nav-quote {
  display: flex;
  position: relative;
  padding-top: 4px;
  /* overflow: hidden; */
}

.nav-quote a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
}

.nav-quote::after {
  position: absolute;
  content: "";
  left: -12px;
  height: 52px;
  width: 2000px;
  z-index: -1;
  top: 0px;
  background-color: #0d55a6;
}

.nav-quote span {
  font-size: 22px;
  padding-right: 10px;
}

.nav-quote p {
  color: white;
  margin-bottom: 0;
  font-family: var(--text-font-family);
  font-size: 14px;
  letter-spacing: 0.5px;
}

.nav-quote h6 {
  margin-bottom: 0;
  font-family: var(--heading-font-family);
  font-size: 15px;
  font-style: italic;
}

.slide1-tit {
  font-size: 45px !important;
}

.v-cutting {
  font-weight: 700;
  font-family: var(--heading-font-family) !important;
}

.tp-caption.medium_bg_darkblue {
  font-size: 18px !important;
  padding: 8px !important;
}

.sec-1 {
  padding: 50px 0;
  position: relative;
}

.sec-1::before {
  position: absolute;
  content: "";
  top: -250px;
  right: -330px;
  width: 800px;
  max-width: 800px;
  height: 800px;
  border-radius: 50% 50% 50% 50%;
  overflow: hidden;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  background: #f4f5f8;
  z-index: -1;
}

.sec1-box {
  background: #fff;
  /*-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);*/
  transition: all 300ms linear;
  padding: 25px;
  position: relative;
  padding: 40px 30px;
  border: 1px solid #f2f2f2;
  background: #fff url(../images/pattern-1.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(219, 219, 219, 1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(219, 219, 219, 1);
  box-shadow: 0px 0px 15px 0px rgba(219, 219, 219, 1);
  height: 100%;
  z-index: 9;
}

.sec1-box h6 {
  font-family: var(--heading-font-family);
  position: absolute;
  font-size: 37px;
  z-index: -1;
  top: 18%;
  left: 34%;
  opacity: 0.1;
}

.sec1-box img {
  width: 70px;
  background: var(--third-color);
  padding: 10px;
  margin-right: 12px;
  transition: all 300ms linear;
}

.sec1-box:hover img {
  transform: rotateY(360deg);
}

.sec1-box:hover h3 span::before {
  transform: rotateY(360deg);
}

.sec1-box h3 {
  font-family: var(--heading-font-family);
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  color: #064286;
}

.sec1-box h3 span {
  position: relative;
  transition: all 300ms linear;
}

.sec1-box h3 span::before {
  position: absolute;
  content: "";
  left: 15px;
  top: -18px;
  height: 3px;
  background: #0d55a6;
  right: 27px;
  transition: all 300ms linear;
  z-index: 9;
}

.sec1-box p {
  font-family: var(--text-font-family);
  color: #666;
  letter-spacing: 0.5px;
  margin: 0;
  font-size: 15px;
}

.sec-2 {
  padding: 50px 0;
  position: relative;
}

.sec2-left {
  position: relative;
  margin-right: 40px;
}

.sec2-left::before {
  position: absolute;
  content: "";
  left: -40px;
  top: 30px;
  width: 100%;
  border: 6px solid var(--third-color);
  bottom: 30px;
  z-index: -1;
}

.sec2-right h6 {
  font-family: var(--heading-font-family);
  color: #0d55a6;
  margin-bottom: 3px;
}

.sec2-right h2 {
  display: inline-block;
  font-family: "Hind Madurai", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: var(--third-color);
  position: relative;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.sec2-right h2::before {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 60px;
  height: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from #c6c6c6,
    to(transparent)
  );
  background: linear-gradient(to right, #c6c6c6, transparent);
  content: "";
}

.sec2-right p {
  font-family: var(--text-font-family);
  color: #666;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 26px;
}

.sec2-right ul {
  padding-left: 0;
}

.sec2-right ul li {
  list-style: none;
  font-family: var(--text-font-family);
  /*color: #333;*/
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
}

.sec2-right ul li i {
  color: var(--third-color);
  padding-right: 4px;
}

.sec2-right h4 {
  font-family: var(--heading-font-family);
  color: var(--third-color);
  font-size: 22px;
  position: relative;
  margin-bottom: 10px;
}

.sec2-right h4::before {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 60px;
  height: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from #c6c6c6,
    to(transparent)
  );
  background: linear-gradient(to right, #c6c6c6, transparent);
  content: "";
}

.trusted-box {
  border-top: 4px solid #0d55a6;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 200px;
  padding: 30px 25px 15px;
  position: relative;
  text-align: center;
}

.trusted-box img {
  width: 70px;
  margin-bottom: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.trusted-box:hover img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.trusted-box::before {
  background-color: #ecf0f4;
  border-radius: 50%;
  content: "";
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 80px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.trusted-box h5 {
  font-family: var(--text-font-family);
}

.sec2-right a {
  background: #0d55a6;
  padding: 10px 25px;
  font-family: var(--text-font-family);
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.sec2-right a span {
  position: relative;
  top: 2px;
  padding-left: 5px;
}

.sec2-right a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: var(--third-color);
  -webkit-clip-path: polygon(
    50% 0,
    50% 0,
    50% 50%,
    50% 100%,
    50% 100%,
    50% 50%
  );
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}
.sec2-right a:hover::before {
  -webkit-clip-path: polygon(
    25% -70%,
    75% -70%,
    120% 50%,
    75% 170%,
    25% 170%,
    -20% 50%
  );
  clip-path: polygon(
    25% -70%,
    75% -70%,
    120% 50%,
    75% 170%,
    25% 170%,
    -20% 50%
  );
}

.sec-3 {
  padding: 50px 0;
  position: relative;
  background: url(../images/dots.png);
  z-index: 9;
}

.sec-3::after {
  content: "";
  position: absolute;
  width: 25%;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: -1;
  background: var(--third-color);
}

.sec3-title h6 {
  font-family: var(--text-font-family);
  color: #0d55a6;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
}

.sec3-title h2 {
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: 32px;
  color: var(--third-color);
  position: relative;
  margin-bottom: 12px;
}

.sec3-title h2 span {
  display: block;
}

.sec3-title h2::before {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 60px;
  height: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from #c6c6c6,
    to(transparent)
  );
  background: linear-gradient(to right, #c6c6c6, transparent);
  content: "";
}

.sec3-box {
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  margin: 15px 10px;
}

.sec3-box figure {
  margin: 0;
}

.sec3-box .sec3-img img:first-child {
  bottom: 0px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  left: 0px;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
}

.sec3-box .sec3-img img {
  display: block;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
}

.sec3-box:hover .sec3-img img:first-child {
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  -webkit-filter: blur(0);
}

.sec3-box:hover .sec3-img img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.sec3-box .sec3-content {
  position: relative;
  background: #fff;
  padding: 30px 60px 30px 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sec3-box .sec3-content h4 {
  line-height: 1;
  position: relative;
  
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.sec3-box .sec3-content h4::before {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  content: "";
}

.sec3-box .sec3-content h4 a {
  font-family: var(--heading-font-family);
  color: var(--third-color);
  text-decoration: none;
  font-size: 22px;
  transition: .7s ease;
}

.sec3-box .sec3-content p {
  font-family: var(--text-font-family);
  color: #666;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 26px;
  margin: 0;
  
    overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.sec3-box .sec3-content .read-more {
  background: #0d55a6;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  font-family: var(--text-font-family);
  line-height: 25px;
  padding: 8px 0px;
  letter-spacing: 1px;
  position: absolute;
  right: 41px;
  top: 0px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  width: 197px;
  text-align: center;
}

.sec3-box:hover .sec3-content .read-more {
  background: var(--third-color);
}

.sec3-box .sec3-content .read-more span {
  padding-left: 4px;
}

.slick-pre {
  display: inline-block;
  position: absolute;
  left: -36px;
  background: #222;
  height: 30px;
  width: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px !important;
  border-radius: 50%;
  top: 42%;
  font-size: 15px;
  cursor: pointer;
}

.slick-nxt {
  display: inline-block;
  position: absolute;
  right: -36px;
  background: #222;
  height: 30px;
  width: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px !important;
  border-radius: 50%;
  top: 42%;
  font-size: 15px;
  cursor: pointer;
}

.sec-4 {
  position: relative;
  background: #f3f6fa;
}

.sec-4:before {
  position: absolute;
  content: "";
  background: url(../images/icon2.png);
  width: 512px;
  height: 512px;
  opacity: 0.04;
}

.sec4-left {
  padding: 70px 30px 50px;
}

.sec4-left h6 {
  font-family: var(--text-font-family);
  color: #0d55a6;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
}

.sec4-left h2 {
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: 32px;
  color: var(--third-color);
  position: relative;
  margin-bottom: 20px;
}

.sec4-left h2::before {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 60px;
  height: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from #c6c6c6,
    to(transparent)
  );
  background: linear-gradient(to right, #c6c6c6, transparent);
  content: "";
}

.sec4-left p {
  font-family: var(--text-font-family);
  color: #666;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}

.card-header a {
  display: block;
  text-decoration: none;
  position: relative;
  font-family: var(--heading-font-family);
  font-size: 15px;
  background-color: #0d55a6;
  color: #fff;
  font-weight: 500;
  padding: 10px 15px;
}

.card-header a span {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 14px;
}

.card-header a.collapsed {
  color: #666;
  background: #fff;
}

.card-header {
  padding: 0;
  border: none;
}

.card {
  margin-bottom: 10px;
  border-radius: 0px;
}

.card-body {
  position: relative;
  z-index: 9;
}

.card-body i {
  position: absolute;
  font-size: 70px;
  color: #000;
  opacity: 0.1;
  right: 20px;
  bottom: 10px;
  z-index: -1;
}

.sec4-right {
  padding: 45px 0px 45px 40px;
  position: relative;
  z-index: 9;
  height: 100%;
}

.sec4-right::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 900px;
  height: 100%;
  z-index: -1;
  background: url(../images/sec4-bg.jpg);
  background-size: cover;
}

.sec4-right::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 900px;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.8);
}

.counter {
  padding: 25px 30px;
  border: 1px solid rgba(254, 153, 0, 0.3);
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  text-align: center;
  margin: 20px 0;
  z-index: 99;
}

.counter img {
  width: 60px;
  margin-bottom: 20px;
}

.counter h3 {
  font-family: var(--heading-font-family);
  color: var(--third-color);
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

.counter p {
  position: absolute;
  right: -15px;
  top: 90px;
  font-weight: 400;
  line-height: 1em;
  color: #fff;
  font-family: var(--text-font-family);
  display: inline-block;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0;
}

.counter .add::after {
  content: "\f067";
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  top: -24px;
  font-weight: 400;
}

.sec-5 {
  background: url(../images/sec5-bg.jpg);
  padding: 40px 0;
  background-size: cover;
  position: relative;
  z-index: 99;
}

.sec-5::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(254, 153, 0, 0.8);
  right: 0;
  bottom: 0;
  z-index: -1;
}

.sec5-left h2 {
  font-family: var(--heading-font-family);
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.sec5-left p {
  font-family: var(--text-font-family);
  color: #fff2df;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 26px;
}

.sec5-right {
  display: flex;
  align-items: center;
  justify-content: right;
  height: 100%;
}

.sec5-right a {
  background: #0d55a6;
  padding: 10px 25px;
  font-family: var(--text-font-family);
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.sec5-right a i {
  padding-right: 5px;
}

.sec5-right a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #a26305;
  -webkit-clip-path: polygon(
    50% 0,
    50% 0,
    50% 50%,
    50% 100%,
    50% 100%,
    50% 50%
  );
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.sec5-right a:hover::before {
  -webkit-clip-path: polygon(
    25% -70%,
    75% -70%,
    120% 50%,
    75% 170%,
    25% 170%,
    -20% 50%
  );
  clip-path: polygon(
    25% -70%,
    75% -70%,
    120% 50%,
    75% 170%,
    25% 170%,
    -20% 50%
  );
}

footer {
  padding: 50px 0;
  background: #111 url(../images/footer-bg.png);
  position: relative;
}

footer h4 {
  font-family: var(--heading-font-family);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 8px;
}

footer h4::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 50px;
  height: 2px;
  background: var(--third-color);
  animation: slideInLeft 3s infinite;
}

.f-links ul {
  padding-left: 0;
}

.f-links ul li {
  list-style: none;
}

.f-links ul li a {
  font-family: var(--text-font-family);
  line-height: 28px;
  font-size: 15px;
  color: #999;
  text-decoration: none;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  display: block;
  letter-spacing: 0.5px;
}

.f-links ul li a span {
  font-size: 11px;
  padding-right: 3px;
  color: var(--third-color);
}

.f-links ul li a:hover {
  color: var(--third-color);
}

.f-cnt p {
  font-family: var(--text-font-family);
  line-height: 28px;
  font-size: 15px;
  color: #999;
  display: flex;
  letter-spacing: 0.5px;
}

.f-cnt p span {
  padding-right: 8px;
  color: var(--third-color);
  margin-top: 7px;
  font-size: 16px;
}

.f-cnt::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.f-about,
.f-cnt {
  position: relative;
}

.f-about::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.f-about h2 {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: var(--third-color);
  position: relative;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.f-about h6 {
  font-family: var(--heading-font-family);
  color: #f1f1f1;
  margin-bottom: 3px;
  letter-spacing: 1.5px;
  font-size: 15px;
  font-weight: 400;
}

.f-about p {
  font-family: var(--text-font-family);
  line-height: 28px;
  font-size: 15px;
  color: #999;
  letter-spacing: 0.5px;
}

.fxed-tp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: var(--third-color);
  z-index: 999;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #fff !important;
  text-decoration: none;
}

/* inner pages */
/* page banner */
.page-banner {
  background-image: url(../images/page-banner.png);
  background-size: cover;
  background-position: center;
  /*padding: 100px 0;*/
  padding: 100px 0px 85px 0px;
  background-attachment: fixed;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.page-banner::before{
  position: absolute;
  content: '';
  height: 200px;
  width: 200px;
  background: url(../images/page-banner-shape.png);
  bottom: -5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
}
.page-bannerCaption h1,
.page-bannerCaption li {
  color: white;
}
.page-bannerCaption li a {
  color: var(--third-color);
}
.page-bannerCaption h1{
  position: relative;
  font-family: "Hind Madurai", sans-serif;
  display: inline-block;
  background-color: rgba(255 255 255 / .3);
  padding: 10px 20px 6px;
  margin-bottom: 10px !important;
  border-radius: 20px 0 20px 0;
}
.page-bannerCaption h1::before{
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  content: '';
  height: 2px;
  width: 60px;
  background-color: var(--third-color);
}
.page-bannerCaption .d-flex{
  justify-content: center;
}



.achived-section {
  position: relative;
  padding: 85px 0px 45px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.achived-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(2, 14, 40, 0.9);
}
.achived-section .title-column {
  position: relative;
  margin-bottom: 40px;
}
.achived-section .title-column .sec-title {
  margin-bottom: 40px;
}
.sec-title h2 {
  position: relative;
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2em;
  padding: 0px 0px 24px;
  display: inline-block;
  text-transform: uppercase;
}
.sec-title .separator {
  position: relative;
  width: 75px;
}
.sec-title .separator:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 75px;
  height: 2px;
  background-color: var(--third-color);
}
.sec-title .separator:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 2px;
  width: 25px;
  height: 4px;
  background-color: var(--third-color);
}
.title-column .inner-column .title {
  font-family: "Hind Madurai", sans-serif;
  position: relative;
  color: var(--third-color);
  font-size: 18px;
  margin-bottom: 40px;
}
.achived-section .title-column .achived-list {
  position: relative;
  display: flex;
  align-items: center;
}
.achived-section .title-column .achived-list li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.achived-section .title-column .achived-list li.number {
  color: #ffffff;
  font-size: 60px;
  font-weight: 600;
  line-height: 1em;
  /* font-family: 'Poppins', sans-serif; */
}
.achived-section .title-column .achived-list li a {
  position: relative;
  /* top: -15px; */
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  padding: 7px 12px;
  display: inline-block;
  background-color: var(--third-color);
  border: 2px solid var(--third-color);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.achived-section .title-column .inner-column .text {
  position: relative;
  color: #c4c4c4;
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 22px;
}
.achived-section .graph-column {
  position: relative;
}
.achived-section .graph-column .inner-column {
  position: relative;
  padding-left: 15px;
}
.progress-levels {
  position: relative;
  margin-bottom: 30px;
}
.progress-levels .progress-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  width: 20%;
  float: left;
}
.progress-levels .progress-box .inner {
  position: relative;
  text-align: center;
}
.progress-levels .progress-box .bar {
  position: relative;
  height: 350px;
}
.progress-levels .progress-box .bar .bar-innner {
  position: relative;
  width: 60px;
  height: 350px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.progress-levels .progress-box .bar .bar-fill {
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 60px;
  height: 0px;
  background-size: cover;
  background: url(../images/graph-layer.jpg) repeat;
  background-position: center bottom;
  -moz-transition: all 2000ms ease 300ms;
  -webkit-transition: all 2000ms ease 300ms;
  -ms-transition: all 2000ms ease 300ms;
  -o-transition: all 2000ms ease 300ms;
  transition: all 2000ms ease 300ms;
}
.progress-levels .progress-box .bar .bar-innner .skill-percent {
  top: -33px;
  position: absolute;
  width: 100%;
  text-align: center;
}
.progress-levels .progress-box .inner .count-text {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: var(--third-color);
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}
.progress-levels .progress-box .inner .percent {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: var(--third-color);
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}
.progress-levels .progress-box .inner .text {
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  left: 10px;
  bottom: 0px;
  width: 10px;
  word-wrap: break-word;
  text-align: center;
}
.page-wrapper section {
  position: relative;
  z-index: 5;
}

.highlights-section {
  position: relative;
  padding: 85px 0px 55px;
  background-color: #f4f4f4;
}
.highlights-section .image-layer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.highlights-section .image-layer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  border-top: 625px solid #f4f4f4;
  border-right: 200px solid transparent;
}
.highlights-section .content-column {
  position: relative;
}
.highlights-section .content-column .inner-column {
  position: relative;
}
.sec-title {
  position: relative;
  margin-bottom: 50px;
}
.sec-title h2 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  color: #020e28;
  line-height: 1.2em;
  padding: 0px 0px 24px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Hind Madurai", sans-serif;
}
.hightlight-block {
  position: relative;
  margin-bottom: 30px;
}
.services-column1 .nav-tabs {
  border: 0;
}
.services-column1 .nav-item {
  flex-basis: 50%;
}
.services-column1 .nav-link {
  color: #0c3b70;
  /* color: var(--third-color); */
  font-weight: bold;
  font-family: "Hind Madurai", sans-serif;
  background-color: rgba(254 153 0 / 5%);
  margin: 0 5px;
}
.services-column1 .nav-link.active {
  border-radius: 0;
  color: white;
  background-color: var(--third-color);
}
.services-column1 .servicebgIcn {
  height: 50px;
  width: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.services-column1 .nav-link.active .servicebgIcn1 {
  transition: 0.4s;
  background-image: url(../images/machinery-white.png) !important;
}
.services-column1 .nav-link.active .servicebgIcn2 {
  transition: 0.4s;
  background-image: url(../images/factory-white.png) !important;
}
.services-column1 .nav-link.active .servicebgIcn3 {
  transition: 0.4s;
  background-image: url(../images/link-white.png) !important;
}
.services-column1 .nav-link.active .servicebgIcn4 {
  transition: 0.4s;
  background-image: url(../images/assurance-white.png) !important;
}
.services-column1 .nav-link:hover {
  border-color: transparent !important;
  color: white;
  background-color: var(--third-color);
  border-radius: 0;
}
.services-column1 .nav-link:hover .servicebgIcn1 {
  background-image: url(../images/machinery-white.png) !important;
}
.services-column1 .nav-link:hover .servicebgIcn2 {
  background-image: url(../images/factory-white.png) !important;
}
.services-column1 .nav-link:hover .servicebgIcn3 {
  background-image: url(../images/link-white.png) !important;
}
.services-column1 .nav-link:hover .servicebgIcn4 {
  background-image: url(../images/assurance-white.png) !important;
}
.tabContentInner h3 {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.tabContentInner h3::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 48px;
  background: var(--third-color);
  right: -52px;
  border-radius: 31px;
}
.tabContentInner {
  background: white;
  padding: 40px 40px;
  border: 1px solid rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
  position: relative;
  height: 450px;
}
.tabContentInner::before {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  border: 10px solid;
  top: -10px;
  right: -11px;
  border-color: var(--third-color) var(--third-color) transparent transparent;
  z-index: -1;
  animation: aimateWidth 0.7s linear;
}
.tabContentInner::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  border: 10px solid;
  bottom: -10px;
  left: -11px;
  border-color: transparent transparent var(--third-color) var(--third-color);
  z-index: -1;
  animation: aimateWidth 0.7s linear;
}
@keyframes aimateWidth {
  from {
    width: 0;
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    width: 100px;
    height: 100px;
  }
}
.tabContentInner li span {
  color: var(--third-color);
  opacity: 0.7;
  margin: 0 5px 0 0;
}
.highlights-section {
  position: relative;
}
.highlights-section::before {
  position: absolute;
  content: "";
  background-image: url(../images/factoryImg.png);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: bottom left;
  opacity: 0.04;
  background-repeat: no-repeat;
  background-attachment: fixed;
  top: 0;
  left: 0;
}

.qltySec1 ul li span {
  color: var(--third-color);
  opacity: 0.7;
  margin-right: 5px;
}
.qltyFeat .slick-list {
  overflow: visible;
  overflow-x: clip;
}
.qltyFeatures {
  background-color: rgb(0 0 0 / 3%);
  border: 1px solid rgb(0 0 0 / 3%);
  box-shadow: 8px 9px 6px 0px rgb(0 0 0 / 10%);
  height: 100%;
  min-height: 400px;
  padding: 30px;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  transition: 0.7s;
  align-items: start;
  justify-content: center;
  border-radius: 4px;
}
.qltyFeatures h5 {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.qltyFeatures p {
  text-align: justify;
}
.qltyFloatImgIcn {
  position: absolute;
  right: 5%;
  top: 5%;
  opacity: 0.2;
  transition: 0.7s;
}
.qltyFeatures:hover .qltyFloatImgIcn {
  transform: rotateY(180deg);
}
.qltyFeatures:hover {
  transform: translateY(-20px);
}
.qltyFeatures a {
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--dark-background);
  display: inline-block;
  color: white;
  padding: 10px 30px;
  font-family: var(--text-font-family);
  font-weight: 600;
  box-shadow: 5px 5px 0 #fe9900;
  transition: 0.7s;
}
.qltyFeatures a:hover {
  box-shadow: none;
}
.contactSec1 {
  background-color: whitesmoke;
}
.elementor-background-overlay {
  background-image: url(../images/world_contact.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.contactForm .form-group {
  margin-bottom: 20px;
}
.contactForm .btn {
  background: #0d55a6;
  padding: 10px 25px;
  font-family: var(--text-font-family);
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  border: 0;
}
.contactForm .btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: var(--third-color);
  -webkit-clip-path: polygon(
    50% 0,
    50% 0,
    50% 50%,
    50% 100%,
    50% 100%,
    50% 50%
  );
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}
.contactForm .form-control:focus {
  box-shadow: none !important;
  border-color: #0d55a65c !important;
}

.contactForm .btn:hover::before {
  clip-path: polygon(
    25% -70%,
    75% -70%,
    120% 50%,
    75% 170%,
    25% 170%,
    -20% 50%
  );
}
.contactDetails {
  background-color: black;
  color: white;
  padding: 30px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.contactDetails p {
  color: white;
}
.contactDetailsHead {
  margin-bottom: 20px;
}
.contactDetailsHead h1{
  font-family: "Hind Madurai", sans-serif;
}
.contactDetailsInfoBx {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.contactDetailsInfoBx h5 {
  font-family: "Hind Madurai", sans-serif;
  margin-bottom: 3px !important;
  display: inline-block;
}
.contactDetailsInfoBx a,
.contactDetailsInfoBx p {
  margin: 0;
  font-size: 14px;
}
.contactDetailsInfoBx a {
  color: white;
  transition: 0.7s;
}
.contactDetailsInfoBx a:hover {
  color: var(--third-color);
}
.contactForm {
  padding: 50px 45px;
  background-color: rgb(0 0 0 / 4%);
  backdrop-filter: blur(2px);
  --webkit-backdrop-filter: blur(2px);
  --moz-backdrop-filter: blur(2px);
}

.infraContSec1 .infraCont p {
  text-align: justify;
}
.infraSec2 .sec2-right h2::before {
  display: none;
}
.infraSec2 .overlay {
  background: linear-gradient(135deg, rgb(13 85 166), transparent);
  /* background-size: 400% 400%; */
  backdrop-filter: blur(4px);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.7s;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(0);
}
.infraSec2 a:hover .overlay {
  transform: scale(1) rotate(360deg);
}
.infraSec2 .sec2-right {
  margin-bottom: 15px;
}
.productsImg h5 {
  position: relative;
  background: var(--third-color);
  color: white;
  font-size: 15px;
  font-family: "Hind Madurai", sans-serif;
  padding: 10px 10px;
  z-index: 18;
  transition: .5s;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.infraSec2 a:hover h5 {
  background-color: #083261;
}
.h-frame-hydraulic-press table th,
.h-frame-hydraulic-press table td{
  vertical-align: middle;
  text-align: center;
}

/* animation */
@keyframes animateRotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}


@media (min-width:320px) and (max-width:414px){
}

@media only screen and (min-width:0px) and (max-width:575px){ 

.top-left ul {
  text-align: center;
}

.top-right ul {
  float: none;
  display: flex;
  justify-content: center;
}

.logo{
  display: flex;
  justify-content: center;
}
.logo img{
  width: 130px;
}

.logo-text {
  margin-right: 0;
  text-align: center;
}

.navbar {
  background: var(--third-color);
  padding: 8px 12px;
}

.navbar::before, .nav-quote::after {
background: none;
}


.nav-quote {
  background: #0d55a6;
  padding: 8px 8px;
  margin: 10px 0;
  justify-content: center;
}

.slide1-tit{
  font-size: 18px !important;
}

.sec-3::after {
display: none;
}


.sec3-box .sec3-content h4 a {
  font-size: 18px;
}

.sec3-box .sec3-content .read-more {
  /*width: 100%;*/
}

.slick-pre {
  left: -7px;
  z-index: 99;
}

.slick-nxt {
  right: -7px;
  z-index: 99;
}

.sec-5 {
  text-align: center;
}

.sec5-right {
  justify-content: center;
}

.trusted-box {
  margin: auto;
}

.qltyContent{
  padding-top: 15px;
}

.qltyFeatures a {
  padding: 10px 14px;
  font-size: 14px;
}

}

@media only screen and (max-width: 991px) {
.sec-4 {
overflow: hidden;
}

.sec-1 {
overflow: hidden;
}

}

/* media query */
@media only screen and (max-width: 768px) {
  .tabContentInner {
    height: auto;
  }
}
