@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Calistoga&family=DM+Serif+Display:ital@0;1&display=swap");
/*.dm-serif-display-regular {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}

.calistoga-regular {
  font-family: "Calistoga", serif;
  font-weight: 400;
  font-style: normal;
}

*/

* {
  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;
}

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

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

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

body::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  background: #ffffff;
}

body::-webkit-scrollbar-thumb {
  background-color: #8b8b8b;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

body::-webkit-scrollbar-track {
  background: #ffffff;
}

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

.m0 {
  margin: 0px;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px;
}

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

.mt80 {
  margin-top: 80px;
}

/**/

.p0 {
  padding: 0px;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt100 {
  padding-top: 100px;
}

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

.container {
  max-width: 1350px;
}

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

.headerinner {
  background: #fff;
  padding: 0;
}

.headerinnertop {
  display: block;
  background: linear-gradient(180deg, #1983e1 0%, #0c5192 100%);
}

.headerinner .row {
  background: #fff;
}

.headerinner .row:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 999em;
}

.rightuserbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
}

.rightuserbox .phone {
  display: inline-block;
  vertical-align: middle;
  color: #1c1c1c;
  text-decoration: none;
  font-size: 15px;
  background: #58c5c200;
  /* background: #2e568e; */
  padding: 2px 15px 2px 2px;
  border-radius: 50px;
  font-weight: 500;
  border: 2px solid #1c1c1c;
}

.rightuserbox .phone:hover {
  color: #fff;
  background: #fc0303;
  border: 2px solid #fc0303;
}

.rightuserbox .phone i {
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fc0303;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
}

.rightuserbox .phone:hover i {
  color: #fc0303;
  background: #fff;
}

.searchbtn {
  position: absolute;
  left: -10px;
  top: 49%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #fc0303;
  font-size: 18px;
  border: none;
  outline: 0;
  line-height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 0 5px #fff;
}

.rightuserbox .userbx {
  display: inline-block;
  background: linear-gradient(180deg, #1983e1 0%, #0c5192 100%);
  padding: 10px 15px 10px 40px;
  margin-left: 30px;
  position: relative;
  border-radius: 25px 0px 0 25px;
}

.rightuserbox .userbxinner {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.rightuserbox .userbxinner a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

.main-header {
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
  position: relative;
  background: #fff;
  z-index: 9999;
}

.fixed-top {
  position: relative;
  display: block;
  top: 0px;
  padding: 0px 0;
  /*background: #fafafa;*/
  /*padding: 4px 0 2px;*/
  /* box-shadow:0px 0px 12px rgb(0 0 0 / 30%); */
}

.header-scrolled .scrollto img {
  width: 261px;
  height: auto;
  margin-top: 11px;
}

.logo {
  position: absolute;
  left: 0;
  top: -44px;
  background: #fff;
  padding: 5px 30px 5px 0;
  -ms-flex-item-align: center;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  /*  -webkit-box-shadow: -15px 18px 90px 0 rgb(0 0 0 / 19%);
  box-shadow: -15px 18px 90px 0 rgb(0 0 0 / 19%);*/
}

.logo:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 999em;
  -webkit-box-shadow: -64px 0 71px 0 rgb(0 0 0 / 19%);
  box-shadow: -64px 0 71px 0 rgb(0 0 0 / 19%);
}

.header-scrolled .logo {
  top: -15px;
  max-width: 241px;
  padding: 7px 30px 4px 0;
}

/*.header-scrolled .logo {
  margin-top: -10px;
  transition:all.5s ease;
}*/
.header-scrolled {
  position: fixed;
  padding: 0px 0 0px;
  background: #fff;
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 22%);
}

.scrollto img {
  width: 304px;
  height: auto;
}

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

.main-nav > ul {
  margin: 0px 0 0 0;
  display: flex;
}

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

.main-nav a {
  color: #1c1c1c;
  font-weight: 500;
  letter-spacing: 0.25px;
  position: relative;
  display: inline-block;
  font-size: 16.7px;
  padding: 15px 22px;
}

.header-scrolled .main-nav a {
  padding: 22px 15px;
}

/*.main-nav ul li:after {
    position: absolute;
    bottom:0;
    left: 0;
  right:0;
  margin:0 auto;
    width: 90%;
    height: 2px;
    content: '';
    background-color: #d90d80;
    opacity: 0;
    transition: all 200ms linear;
}
.main-nav ul li:hover:after {
  bottom: 0px;
  opacity: 1;
}*/
.main-nav .drop-down ul li:after {
  display: none;
}

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

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #fc0303;
  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;
  /* border-radius: 3px; */
}

.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: #1c1c1c;
  border-radius: 2px;
  font-weight: 500;
  transition: all 200ms linear;
  font-size: 15px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  width: 100%;
}

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

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

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

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #272727;
  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: #f8cd24;
  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 video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

#video_section:after {
  content: "";
  position: absolute;
  /*background: #111111;*/
  background: #061b3ea6;
  /*opacity: 0.5;*/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}

.overlap_heading img {
  height: 180px;
  margin-bottom: 15px;
}

.overlap_heading h1 span {
  font-size: 35px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
}

.overlap_heading h1 span:after {
  content: "";
  width: 80%;
  height: 20px;
  background-image: linear-gradient(
    to left,
    rgba(159, 166, 22, 0),
    #0064c0 50%,
    rgba(159, 166, 22, 0)
  );
  position: absolute;
  left: 50%;
  bottom: 8px;
  /* display: block; */
  z-index: -1;
  transform: translate(-50%, 10px);
}

.overlap_heading p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  letter-spacing: 0.5px;
  padding-top: 10px;
}

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

.banner-cta .item {
  width: 25%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px;
  position: relative;
}

.banner-cta .item:first-child:before {
  display: none;
}

.banner-cta .item a {
  display: flex;
}

.banner-cta .item:last-child:after {
  display: none;
}

.banner-cta .item:after {
  height: 100%;
  width: 1px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0.2;
}

.banner-cta .item-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner-cta h4 {
  color: #fff;
  margin: auto 8px;
  text-align: center;
  width: 100%;
  margin-bottom: 8px;
  font-weight: 600;
}

.banner-cta h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

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

.hm-about {
  padding-top: 120px;
  padding-bottom: 120px;
}
.hm-about-dtl {
  padding-left: 30px;
}
.hm-about-dtl h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1c1c1c;
}
.hm-about-dtl h2 span {
  position: relative;
}
.hm-about-dtl h2 span:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 10px;
  background: rgb(227, 232, 240);
  left: 0;
  bottom: -25px;
  transform: skewX(337deg);
}
.hm-about-dtl h2 span:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  left: 45px;
  bottom: -25px;
  transform: skewX(337deg);
  z-index: 1;
}
.hm-about-dtl h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #211f26;
  margin-top: 50px;
  margin-bottom: 10px;
}
.hm-about-dtl p {
  color: #606060;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.common-btns {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 400;
  display: flex;
  align-items: center;
  background: #fc0303;
  padding: 5px 0 5px 20px;
  margin-top: 10px;
  border-radius: 50px;
  width: 175px;
  text-align: left;
  height: 45px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  transition-duration: 0.5s;
  transform: perspective(1px) translateZ(0);
  animation: 1s 0.2s fadeInUp both;
  animation-delay: 3s;
  z-index: 1;
  margin-top: 20px;
}

.common-btns:hover {
  color: #fff;
  background: #7ab4bd;
}

.common-btns:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c1c1c;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

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

.common-btns i {
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 7px 13px 7px 13px;
  position: absolute;
  display: inline-block;
  right: 5px;
  transition: all 0.5s ease-in-out;
}

.common-btns:hover i {
  border: 1px solid #fff;
  background: linear-gradient(180deg, #1983e1 0%, #0c5192 100%);
}

/**/
.hm-abt-img {
  display: flex;
  gap: 15px;
}
.hm-abt-images {
  width: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.hm-abt-images:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 100%;
  background: #0064c0;
  top: 0;
  left: 0;
  border-radius: 20px 0px 0px 20px;
}
.hm-abt-images2:after {
  height: 110%;
}
.hm-abt-images img {
  object-fit: cover;
}
.hm-abt-images:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.hm-abt-images:hover:before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.hm-abt-images-ovflo {
  overflow: hidden;
}

.hm-about-img-text {
  display: flex;
  width: 400px;
  float: right;
  position: relative;
  margin-top: -110px;
  border-radius: 16px;
  overflow: hidden;
  z-index: 99;
  box-shadow: 6px 6px 12px rgb(0 0 0 / 22%);
}
.hm-abt-img-text {
  background: #0064c0;
  color: #fff;
  width: 40%;
  padding: 20px;
}
.hm-about-img-text h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.hm-about-img-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  word-spacing: 2px;
  letter-spacing: 0.5px;
}
.hm-abt-img-text2 {
  background: rgb(28 28 28);
  width: 60%;
}
.hm-abt-img-text ul li {
  background: url(../images/icon-check-dark.svg) no-repeat;
  background-position: left center;
  background-size: 26px auto;
  text-transform: capitalize;
  line-height: 1.5em;
  font-size: 16px;
  padding-left: 35px;
  margin-bottom: 15px;
}
.hm-abt-img-text ul li:nth-child(4) {
  margin-bottom: 0;
}

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

.hm-number-box span {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  display: block;
  padding-bottom: 30px;
  position: relative;
}

.hm-number-box span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff3d;
  left: 0;
  bottom: 15px;
}

.hm-number-box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
}

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

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

.hm-prod-head {
  margin-bottom: 40px;
  text-align: center;
}

.hm-prod-head h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1c1c1c;
  text-align: center;
}

.hm-prod-head h2 span {
  display: block;
}

.hm-prod-head .hm-prod-bord {
  position: relative;
  width: 70px;
  height: 10px;
  background: rgb(227, 232, 240);
  transform: skewX(337deg);
  margin: 20px auto 0;
  display: block;
}

.hm-prod-bord1 {
  content: "";
  position: absolute;
  width: 15px;
  height: 10px;
  background: rgb(227, 232, 240);
  left: 50%;
  bottom: -5px;
  transform: translate(315%, -50%);
}

.hm-prod-bord2 {
  content: "";
  position: absolute;
  width: 15px;
  height: 10px;
  background: rgb(227, 232, 240);
  left: 50%;
  bottom: -5px;
  transform: translate(-415%, -50%);
}

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

.hm-material-head h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1c1c1c;
}

.hm-material-head h2 span {
  position: relative;
}

.hm-material-head h2 span:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 10px;
  background: #ff242c42;
  left: 0;
  bottom: -15px;
  transform: skewX(337deg);
}

.hm-material-head h2 span:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: rgb(244, 250, 255);
  left: 45px;
  bottom: -16px;
  transform: skewX(337deg);
  z-index: 1;
}

.hm-material-head p {
  color: #606060;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 28px;
  padding-top: 30px;
}

.hm-material-img img {
  border-radius: 15px;
  transition: 0.8s;
}

.hm-material:hover .hm-material-img img {
  transform: scale(1.1);
}

.hm-material-link ul li i {
  position: absolute;
  top: 2px;
  right: 0;
}

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

.hm-attech {
  background-image: url(../images/bg.webp);
  background-attachment: fixed;
  background-size: 100% 100%;
  padding: 100px 0 120px;
  position: relative;
}

.hm-attech:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000f2c;
  opacity: 40%;
  left: 0;
  top: 0;
}

.hm-attech-heading {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hm-attech-heading h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  padding-bottom: 10px;
}

.hm-attech-heading p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.hm-attech-heading p span {
  display: block;
}

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

.hm-ind {
  padding: 120px 0;
}

.hm-ind-box {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin: 30px 0;
  transition: 500ms;
}

.hm-ind-box:hover {
  transform: translateY(-5px);
}

.hm-ind-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  opacity: 0.2;
}

.hm-ind-box span {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 1;
}

.hm-ind-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 24px;
  right: 15px;
  bottom: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}

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

.hm-client {
  padding-bottom: 120px;
}

.hm-cleint-box {
  align-items: center;
  border-radius: 6px;
  background: rgb(255, 255, 255);
  position: relative;
  box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 8%);
  padding: 10px;
  cursor: pointer;
}

.hm-solutions-slider .carousel-wrapingg {
  position: relative;
}

.hm-solutions-slider .hm-solu-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.hm-solutions-slider .hm-solu-slider .owl-nav .owl-prev {
  display: inline-block;
  transform: translate(-25px, 0);
  cursor: pointer;
}

.hm-solutions-slider .hm-solu-slider .owl-nav .owl-next {
  display: inline-block;
  transform: translate(25px, 0);
  cursor: pointer;
  background: #fc0303;
  color: #fff;
}

.hm-solutions-slider .hm-solu-slider .owl-nav .owl-prev,
.hm-solutions-slider .hm-solu-slider .owl-nav .owl-next {
  width: 40px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #0000;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  margin: 0 5px;
  background: #fc0303;
  color: #fff;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.hm-solutions-slider .hm-solu-slider .owl-nav .owl-prev:hover,
.hm-solutions-slider .hm-solu-slider .owl-nav .owl-next:hover {
  background: #000000;
  color: #fff;
}

.hm-solutions-slider .owl-carousel .owl-stage-outer {
  padding-bottom: 20px;
  padding-top: 12px;
}

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

.hero-section {
  background: none;
  clip-path: inset(0);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 110px 0 110px 0;
  margin-top: 98px;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url(../images/hero-pattern.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.banner-content {
  position: relative;
  z-index: 1;
}

.hero-inn-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../images/banner2.webp);
  background-size: 70%;
  background-position: 160% 40%;
  background-repeat: no-repeat;
  will-change: transform;
  animation: parallax linear both;
  animation-timeline: scroll(root);
}

.hero-section {
  position: relative;
}

@keyframes parallax {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(500%);
  }

  /* increase % = faster */
}

/* parallax end */

.banner-content .hero-sm-text {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #5a5a5a;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.banner-content h1 {
  width: 50%;
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1c1c1c;
  margin-bottom: 25px;
}

.breadcrumb {
  padding: 0;
  margin: 0;
  background: transparent;
  width: 60%;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #fd0304;
}

.breadcrumb .breadcrumb-item a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.breadcrumb .breadcrumb-item.active {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.breadcrumb-box .breadcrumb-item:last-child:after {
  content: "";
}

.breadcrumb-box .breadcrumb-item:after {
  content: ">";
  position: absolute;
  font-size: 25px;
  height: 100%;
  color: #fff;
  right: -20px;
  top: -1px;
}

.breadcrumb-box .breadcrumb-item {
  position: relative;
  /* border-top: 2px solid #fd0304; */
  margin-right: 25px;
  /* background: #00000012; */
  padding: 5px 15px;
  /* margin-bottom: 10px; */
}

.breadcrumb-box {
  background: #fff;
}

.breadcrumb {
  background: linear-gradient(180deg, #1983e1 0%, #0c5192 100%);
  width: max-content;
  padding: 10px 20px;
  box-shadow: 0 0 4px #8b8b8b9e;
  margin-top: -27px;
  place-self: center;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

/* product inner */

.inner-prod-main {
  padding: 60px 0 60px;
  background-color: #fff;
}

.prod-content-box h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1c1c1c;
  margin-bottom: 25px;
}

.prod-content-box h3 {
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1c1c1c;
  margin-bottom: 30px;
  position: relative;
}

.prod-content-box h4 {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  color: #1c1c1c;
  margin-bottom: 5px;
  margin-top: 15px;
}

.prod-content-box h2 span,
.prod-content-box h3 span {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.prod-content-box h2 span:before,
.prod-content-box h3:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  left: 45px;
  bottom: -16px;
  transform: skewX(337deg);
  z-index: 1;
}

.prod-content-box h2 span:after,
.prod-content-box h3:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 10px;
  background: #ff242c42;
  left: 0;
  bottom: -15px;
  transform: skewX(337deg);
}

.prod-content-box p {
  color: #606060;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.7;
}

.prod-content-box-space {
  margin-bottom: 30px;
}

.prod-content-box strong {
  color: #211f26;
}

.enqu-btn {
  display: block;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  width: 170px;
  line-height: 2;
  overflow: hidden;
  border-radius: 30px;
  background: rgb(0 100 192);
  padding: 6px 10px 6px 15px;
  transition: 0.5s;
  margin-top: 15px;
}

.enqu-btn:hover span {
  letter-spacing: 2px;
}

.enqu-btn span {
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0px;
  margin: 0px;
  overflow: hidden;
  background: url(../images/right-arrow.webp) right center no-repeat;
  transition: 0.5s;
}

.enqu-btn::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  z-index: 0;
  opacity: 0;
  top: 0px;
  left: 0px;
  transition: 0.3s;
}

.inner-prod-main .row {
  box-shadow: rgba(0, 0, 0, 0.45) 0px -8px 22px -20px;
  padding: 25px 10px;
}

.inner-prod-two {
  padding: 60px 0 60px;
  background-color: #f5f6f7;
}

.bullet {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bullet li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #606060;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 28px;
}

.bullet li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ff242c;
  left: 0;
  top: 9px;
  transform: rotate(45deg);
}

.table-responsive.prod-table {
  margin-bottom: 20px;
  margin-top: 20px;
}

.prod-table table tbody .tb-bullet li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  padding-bottom: 10px;
}

.prod-table table tbody .tb-bullet li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #1c1c1c;
  left: 0;
  top: 7px;
  border-radius: 50px;
}

.prod-table .table-bordered {
  border: 1px solid #dee2e6;
}

.prod-table .table-bordered thead th {
  border-bottom: 2px solid #dee2e6;
  background: linear-gradient(180deg, #1983e1 0%, #0c5192 100%);
  border: 1px solid #1983e1;
  color: #fff;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}

.prod-table .table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
  padding: 10px 12px;
  vertical-align: middle;
  font-size: 15px;
}

.prod-table .table-bordered tbody tr:nth-of-type(odd) {
  background-color: #f0f0f0;
}

.prod-table .table-bordered tbody tr:hover {
  background-color: #e9ecef;
}

.prod-category-menu {
  background: #ffffff;
  padding: 25px;
  max-width: 350px;
  position: sticky;
  top: 100px;
}

.prod-category-menu h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #0064c2;
  text-align: center;
  gap: 12px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

/* .prod-category-menu h3::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #f90305;
  transform: rotate(45deg);
  box-shadow: 2px 2px 4px rgba(249, 3, 5, 0.3);
} */

.prod-category-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.prod-category-menu ul li {
  margin-bottom: 10px;
}

.prod-category-menu ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  color: #333333;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.3px;
  background: #f4f8fb;
  border-radius: 0 6px 6px 0;
  border-left: 4px solid #0064c2;
  overflow: hidden;
  z-index: 1;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.prod-category-menu ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #1983e1 0%, #0c5192 100%);
  z-index: -1;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.prod-category-menu ul li a::after {
  content: "\2192";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) translateX(-15px);
  color: #ffffff;
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.prod-category-menu ul li a:hover {
  color: #ffffff;
  border-left-color: #f90305;
  padding-left: 26px;
  padding-right: 40px;
  box-shadow: 0 4px 12px rgba(0, 100, 194, 0.2);
}

.prod-category-menu ul li a:hover::before {
  width: 100%;
}

.prod-category-menu ul li a:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* product inner end*/

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

.key-icon img {
  width: 73px;
  margin: 10px 0;
}

.hm-components-box span {
  font-weight: 500;
  font-size: 21px;
  text-transform: math-auto;
  line-height: 1.5;
  color: #313131;
  font-weight: 500;
}

.hm-components-box p {
  color: #606060;
  font-weight: 400;
  margin-top: 5px;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.7;
  margin-bottom: 0px;
}

.hm-components-box {
  text-align: center;
  border: 1px solid #0000003d;
  padding: 20px 10px;
  border-radius: 10px;
  min-height: 260px;
  height: -webkit-fill-available;
  margin-bottom: 30px;
  align-content: center;
}

.why-imges img {
  width: 100%;
  border-radius: 10px;
}

.prod-app-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.prod-app-box {
  height: 209px;
  align-content: center;
  padding: 0px 4px;
  text-align: center;
  border-top: 4px solid #0064c0;
  border-bottom: 1px solid #0064c0;
  border-left: 1px solid #0064c0;
  border-right: 1px solid #0064c0;
  border-radius: 7px;
}

.prod-app-box span {
  position: absolute;
  left: 4px;
  font-size: 80px;
  font-weight: 700;
  top: -20px;
  color: #f8bfc24a;
  transition: 0.4s ease;
}

.prod-app-box h4 {
  font-size: 18px;
  font-weight: 600;
}

.prod-grade-sec {
  background: #f5f6f7;
  padding: 60px 0 20px;
}

.grade-heading h3 {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fb0303;
  margin-bottom: 15px;
  position: relative;
}

.grade-content {
  margin-bottom: 30px;
}

.grade-content p {
  color: #606060;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.7;
}

.grade-title-box h3 {
  font-size: 23px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1c1c1c;
  margin-bottom: 15px;
  position: relative;
}

.grade-model img {
  width: 120px;
  z-index: 15;
  transform: translate(-1px, 0px);
  transition: 0.7s ease;
}

.grade-model span {
  font-size: 15px;
  font-weight: 500;
  color: #1c1c1c;
  line-height: 24px;
  padding: 20px 0px 20px 0px;
}

.grade-model:hover img {
  transform: translate(0, 0);
  transition: 0.9s ease;
}

.grade-model {
  display: flex;
  background: #fff;
  align-items: center;
  gap: 25px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding-right: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.grade-model::before {
  content: "";
  position: absolute;
  width: 204px;
  height: 204px;
  rotate: 45deg;
  border: 5px solid #fcbbc2;
  top: -54px;
  left: -110px;
  border-radius: 25px;
  z-index: 14;
  background: #fdf2f3;
}

.grade-model .right-arrow-box {
  padding: 5px 9px;
  border-radius: 50px;
  border: 2px solid #000000d0;
  position: absolute;
  right: 29px;
  display: none;
}

.grade-model .right-arrow-box i {
  font-size: 14px;
  color: #000000d0;
}

.main-nav > ul {
  margin: 0px 0 0 0;
  display: flex;
}

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

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

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

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

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

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

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

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

.slider-section {
  padding-top: 98px;
}

.slider-section .single-slide {
  display: table-cell;
  height: 820px;
  vertical-align: middle;
  width: 100vw;
  background-position: center center !important;
}

.slider-section .owl-section {
  display: table;
  height: 100%;
  width: 100%;
}

.hm-slider-img a.boxed-btn {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 400;
  display: flex;
  align-items: center;
  background: #fc0303;
  padding: 5px 0 5px 20px;
  margin-top: 10px;
  border-radius: 50px;
  width: 210px;
  text-align: left;
  height: 45px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  transition-duration: 0.5s;
  transform: perspective(1px) translateZ(0);
  animation: 1s 0.2s fadeInUp both;
  animation-delay: 0.8s;
  z-index: 1;
  margin-top: 30px;
  text-transform: uppercase;
}

.hm-slider-img a.boxed-btn:hover {
  color: #fff;
  background: #7ab4bd;
}

.hm-slider-img a.boxed-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c1c1c;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hm-slider-img a.boxed-btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hm-slider-img a.boxed-btn i {
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 7px 13px 7px 13px;
  position: absolute;
  display: inline-block;
  right: 5px;
  transition: all 0.5s ease-in-out;
}

.hm-slider-img a.boxed-btn:hover i {
  border: 1px solid #fff;
  background: linear-gradient(180deg, #1983e1 0%, #0c5192 100%);
}

.hm-slider-img h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  color: #fff;
  margin-bottom: 20px;
  /*text-shadow: 0 1px 1px #00000073;*/
}

.hm-slider-img h2 span {
  color: #fc0303;
  display: block;
}

.hm-slider-img p {
  margin-bottom: 35px;
}

.hm-slider-img p span {
  color: #fff;
  font-size: 18px;
  /*text-shadow: 0 1px 1px #00000073;*/
}

.hm-slider-img p strong {
  padding: 0 5px;
  font-weight: 400;
}

.slider-section .owl-dots .owl-dot {
  background: #ffffff7a none repeat scroll 0 0;
  border-radius: 100%;
  height: 15px;
  margin: 11px 0;
  width: 15px;
}

.slider-section .owl-dots {
  position: absolute;
  right: 30px;
  top: 43%;
}

.slider-section .owl-dots .owl-dot.active {
  background: #fff none repeat scroll 0 0;
}

.single-slide {
  background-size: 100% 100%;
  position: relative;
}

.hm-slider-img {
  position: relative;
  z-index: 1;
}

.hm-slider-img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.hm-slider-img ul li {
  position: relative;
  width: 20%;
  padding: 0 2px;
}

.hm-slider-img ul li:after {
  content: "";
  position: absolute;
  background: #fff2;
  width: 1px;
  height: 100%;
  right: 0px;
  top: 0;
}

.hm-slider-img ul li:last-child:after {
  display: none;
}

.hm-slider-img ul li img {
  height: 40px;
  margin-bottom: 5px;
}

.hm-slider-img ul li span {
  display: block;
  color: #fff;
  font-size: 13px;
}

.hm-point {
  margin-top: 80px;
}
.hm-point-box {
  padding-left: 65px;
  position: relative;
}
.hm-point-box img {
  position: absolute;
  left: 0;
  top: 8px;
  height: 50px;
}
.hm-point-box span {
  color: #fc0303;
  font-size: 30px;
  font-weight: 600;
}
.hm-point-box p {
  color: #606060;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 10px;
}

.common-btns {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 400;
  display: flex;
  align-items: center;
  background: #fc0303;
  padding: 5px 0 5px 20px;
  margin-top: 10px;
  border-radius: 50px;
  width: 175px;
  text-align: left;
  height: 45px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  transition-duration: 0.5s;
  transform: perspective(1px) translateZ(0);
  animation: 1s 0.2s fadeInUp both;
  animation-delay: 3s;
  z-index: 1;
  margin-top: 20px;
}

.common-btns:hover {
  color: #fff;
  background: #7ab4bd;
}

.common-btns:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c1c1c;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

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

.common-btns i {
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 7px 13px 7px 13px;
  position: absolute;
  display: inline-block;
  right: 5px;
  transition: all 0.5s ease-in-out;
}

.common-btns:hover i {
  border: 1px solid #fff;
  background: linear-gradient(180deg, #1983e1 0%, #0c5192 100%);
}

.hm-abt-img {
  display: flex;
  gap: 15px;
}

.hm-abt-images {
  width: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.hm-abt-images:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 100%;
  background: #0064c0;
  top: 0;
  left: 0;
  border-radius: 20px 0px 0px 20px;
}

.hm-abt-images2:after {
  height: 110%;
}

.hm-abt-images img {
  object-fit: cover;
}

.hm-abt-images:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.hm-abt-images:hover:before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.hm-abt-images-ovflo {
  overflow: hidden;
}

.hm-about-img-text {
  display: flex;
  width: 400px;
  float: right;
  position: relative;
  margin-top: -110px;
  border-radius: 16px;
  overflow: hidden;
  z-index: 99;
  box-shadow: 6px 6px 12px rgb(0 0 0 / 22%);
}

.hm-abt-img-text {
  background: #0064c0;
  color: #fff;
  width: 40%;
  padding: 20px;
}

.hm-about-img-text h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hm-about-img-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  word-spacing: 2px;
  letter-spacing: 0.5px;
}

.hm-abt-img-text2 {
  background: rgb(28 28 28);
  width: 60%;
}

.hm-abt-img-text ul li {
  background: url(../images/icon-check-dark.svg) no-repeat;
  background-position: left center;
  background-size: 26px auto;
  text-transform: capitalize;
  line-height: 1.5em;
  font-size: 16px;
  padding-left: 35px;
  margin-bottom: 15px;
}

.hm-abt-img-text ul li:nth-child(4) {
  margin-bottom: 0;
}

.hm-why {
  padding-bottom: 120px;
}

.hm-why-bord {
  position: relative;
}

.hm-why-bord:after {
  content: "";
  position: absolute;
  background: #e3e8f0;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
}

.hm-why-head h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  color: #1c1c1c;
  padding-bottom: 30px;
  text-align: center;
}

.hm-why-choose ul li {
  text-transform: capitalize;
  line-height: 1.5em;
  font-size: 16px;
  padding-left: 35px;
  margin-bottom: 15px;
  background: url(../images/icon-check-light.svg) left center / 26px no-repeat;
  background-position: left center;
}

.hm-certification ul {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hm-certification ul li img {
  height: 70px;
  margin-bottom: 20px;
}

.hm-certification ul li {
  width: 25%;
  text-align: center;
}

.hm-certification ul li span {
  display: block;
  text-transform: capitalize;
  line-height: 1.5em;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.hm-certification ul li span small {
  display: block;
  text-align: center;
}

.hm-prod-head .hm-prod-bords {
  position: relative;
  width: 70px;
  height: 10px;
  background: #fff;
  transform: skewX(337deg);
  margin: 20px auto 0;
  display: block;
}

.hm-prod-bords1 {
  content: "";
  position: absolute;
  width: 15px;
  height: 10px;
  background: #fff;
  left: 50%;
  bottom: -5px;
  transform: translate(315%, -50%);
}

.hm-prod-bords2 {
  content: "";
  position: absolute;
  width: 15px;
  height: 10px;
  background: #fff;
  left: 50%;
  bottom: -5px;
  transform: translate(-415%, -50%);
}

.hm-ind-box:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.hm-ind-box:hover:before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.hm-hots-prod {
  padding: 100px 0;
  margin-top: 120px;
  background: rgb(227, 232, 240);
}

.hm-hots-slider .carousel-wrapingg {
  position: relative;
}
.hm-hots-slider .hots-prod-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 39%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  margin: 0;
  height: 0;
}
.hm-hots-slider .hots-prod-slider .owl-nav .owl-prev {
  display: inline-block;
  transform: translate(-25px, 0);
  cursor: pointer;
}
.hm-hots-slider .hots-prod-slider .owl-nav .owl-next {
  display: inline-block;
  transform: translate(25px, 0);
  cursor: pointer;
  background: #fc0303;
  color: #fff;
}
.hm-hots-slider .hots-prod-slider .owl-nav .owl-prev,
.hm-hots-slider .hots-prod-slider .owl-nav .owl-next {
  width: 40px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #0000;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  margin: 0 5px;
  background: #fc0303;
  color: #fff;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.hm-hots-slider .hots-prod-slider .owl-nav .owl-prev:hover,
.hm-hots-slider .hots-prod-slider .owl-nav .owl-next:hover {
  background: #000000;
  color: #fff;
}
.hm-hots-slider .owl-carousel .owl-stage-outer {
  padding-bottom: 20px;
  padding-top: 12px;
}

.product_box {
  padding: 0 0 1px 0;
  border-radius: 25px;
  height: 100%;
  box-shadow: 0px 2px 15px 0px rgb(33 25 106 / 11%);
  background: #fff;
  overflow: hidden;
}

.product_box:hover {
  transform: translateY(-8px);
}

.product_box_img {
  border-radius: 25px;
  overflow: hidden;
}
.product_box_img:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.product_box:hover .product_box_img:before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.product_box_title {
  margin: 0.9rem 1rem 1.1rem;
  /* padding: 0.1rem 0.5rem 0 1rem; */
  padding: 0.1rem 0 0 0;
  font-size: 16px;
  line-height: 1.5rem;
  position: relative;
  text-align: center;
  color: #373737;
}

.product_box,
.product_box_img img {
  transition: 0.5s ease-out;
}

.product_box:hover img {
  scale: 1.1;
}

.hm-attech {
  background-image: url(../images/bg.webp);
  background-attachment: fixed;
  background-size: 100% 100%;
  padding: 100px 0 120px;
  position: relative;
}
.hm-attech:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000f2c;
  opacity: 40%;
  left: 0;
  top: 0;
}
.hm-attech-heading {
  position: relative;
  z-index: 1;
  text-align: center;
}
.hm-attech-heading h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  padding-bottom: 10px;
}
.hm-attech-heading p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.hm-attech-heading p span {
  display: block;
}

.hm-attech-table {
  box-shadow: inset 0 0px 0px 1px #fff;
  position: relative;
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  border: 1px solid rgb(255 255 255);
  border-radius: 20px;
}

.hm-attech-table .table-bordered {
  border: 0px;
}

.hm-attech-table .table {
  margin-bottom: 0px;
}

.hm-attech-table th {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #bfbfbf !important;
  background: #0064c033;
}

.hm-attech-table td {
  border: 1px solid #bfbfbf;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 400;
  vertical-align: middle;
  font-size: 15px;
  text-transform: capitalize;
}

.hm-attech-table tr:nth-child(even) {
  background: #f5f5f500;
}
.hm-attech-table tr:nth-child(odd) {
  background: #f5f5f500;
}

.hm-products {
  padding-top: 120px;
  border-top: 1px solid #e3e8f0;
}

.horizontal-scoll-wrapper {
  overflow: hidden;
}

.horizontal-slide {
  display: flex;
  height: 100%;
}

.horizontal-slide > div.prod-item {
  display: flex;
  flex-shrink: 0;
  padding: 0 15px;
}

.horizontal-slide .prod-item-box {
  width: 580px;
  overflow: hidden;
  border-radius: 25px;
  position: relative;
}

.prod-item-box:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.prod-item-box:hover:before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.prod-item-text {
  background-color: rgb(0 15 44 / 20%);
  backdrop-filter: blur(4px);
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 7%;
}

.prod-item-text h4 {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 34px;
}

.prod-item-text span i {
  font-size: 20px;
  background: #fc0303;
  color: #fff;
  border-radius: 50px;
  padding: 7px 13px 7px 13px;
  transition: all 0.5s ease-in-out;
}

.prod-item-box:hover .prod-item-text span i {
  background: linear-gradient(180deg, #1983e1 0%, #0c5192 100%);
}

footer {
  background: #000f2c;
}
.ftr-main {
  background-image: url(../images/bg2.webp);
  background-position: top center;
  background-size: cover;
  padding: 80px 0 0px;
}
.ftr-logo {
  padding-right: 20%;
}
.ftr-logo img {
  height: 75px;
  margin-bottom: 15px;
}
.ftr-logo p {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.7px;
  line-height: 28px;
}
.ftr-social {
  padding-top: 30px;
  border-top: 1px solid #f5f5f524;
}
.ftr-social ul li {
  display: inline-block;
  padding: 0 15px;
}
.ftr-social ul li:nth-child(1) {
  padding-left: 0px;
}
.ftr-social img:hover {
  filter: invert(0.9) sepia(1) hue-rotate(-397deg) saturate(1300%);
}

.ftr-link h4 {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
}

.ftr-link ul li {
  padding-bottom: 15px;
}

.ftr-link ul li a {
  color: #ffffffc2;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  display: block;
  letter-spacing: 0.5px;
}
.ftr-link ul li a:hover {
  color: #fff;
}

.ftr-cont {
  padding-bottom: 30px;
  padding-left: 35px;
  padding-right: 15px;
  position: relative;
}

.ftr-cont h4 {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
}

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

.ftr-cont p a {
  color: #ffffffc2;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  display: block;
  letter-spacing: 0.5px;
}

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

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

.ftr-mid {
  background: rgb(227, 232, 240);
  position: relative;
  border-radius: 50px;
  bottom: -50px;
}
.ftr-mid-img img {
  border-radius: 50px;
}
.ftr-mid-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

.ftr-mid-location {
  width: 40%;
}
.ftr-mid-location h4 {
  font-weight: 600;
  font-size: 20px;
  color: #1c1c1c;
  margin-bottom: 5px;
}
.ftr-mid-location p {
  color: #606060;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.7px;
  line-height: 22px;
}
.ftr-mid-btn .common-btns {
  width: 190px;
  margin-top: 0;
  position: relative;
  right: 30px;
}

.ftr-btm {
  background: #fff;
  padding: 80px 0 20px 0;
}
.ftr-btm p {
  text-align: center;
  color: #373737;
}
.ftr-btm p a {
  color: #373737;
  font-weight: 500;
}
/* contact us */

/* Top Section Styles */
.contact-form-section {
  background-image:
    linear-gradient(rgba(18, 23, 29, 0.85), rgba(18, 23, 29, 0.85)),
    url("../images/new-steel.webp"); /* Using a fabric texture placeholder */
  background-size: cover;
  background-position: bottom;
  padding: 100px 20px;
  color: #ffffff;
  margin-top: -27px;
}

.custom-select option[value="0"] {
  color: #fff !important;
}

.contact-form-section .info-label-wrapper span {
  font-size: 32px;
  letter-spacing: 2px;
  color: #1880dc; /* Tan/Gold color */
  font-weight: 700;
}

.contact-form-section .info-title-wrapper h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  margin-top: -1px;
  margin-bottom: 23px;
  /* max-width: 450px; */
}

.contact-form-section .detail-title-wrapper span {
  font-size: 20px;
  letter-spacing: 1.5px;
  color: #1880dc;
  font-weight: 700;
}

.contact-form-section .detail-text-wrapper p {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #e0e0e0;
}

.contact-form-section .detail-text-wrapper p a {
  color: #e0e0e0;
}

/* Form Styling */
.contact-form-section .form-container {
  padding-left: 20px;
}

.contact-form-section .form-group-wrapper {
  margin-bottom: 25px;
  position: relative;
}

.contact-form-section .form-group-wrapper label {
  font-size: 13px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  top: 9px;
  left: 15px;
}

.contact-form-section .form-group-wrapper .form-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  height: 60px;
  padding: 28px 15px 6px 15px;
  color: #ffffff;
  outline: none;
}

.contact-form-section .form-group-wrapper .form-textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  height: 150px;
  padding: 30px 15px 10px 15px;
  color: #ffffff;
  outline: none;
}

.contact-form-section .form-submit-wrapper {
  text-align: left;
  margin-top: 20px;
}

.contact-form-section .form-submit-wrapper button {
  background: transparent;
  border: 1px solid #1880dc;
  color: #ffffff;
  padding: 12px 35px;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form-section .form-submit-wrapper button:hover {
  background: #1880dc;
  color: #12171d;
}

.detail-item-wrapper {
  margin-bottom: 20px;
}
.custom-select {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  height: 60px;
  padding: 10px 15px 10px 15px;
  color: #000;
  outline: none;
}

/* Select field Specific styling */
.contact-form-section .form-group-wrapper .form-select-input {
  height: 60px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
  background-repeat: no-repeat;
  background-position: right 15px top 35px;
  background-size: 12px;
  padding: 28px 15px 6px 15px;
  color: #fff;
  font-size: 12px;
}

/* Dropdown Options Styling */
.contact-form-section .form-group-wrapper .form-select-input option {
  background-color: #12171d;
  color: #ffffff;
}

.map-section {
  padding: 50px 0;
}

.address-map {
  border: 3px solid #177bd5;
  padding: 10px;
}
/* 8888888 */

/* ABOUT SECTION STYLES START */
.about-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.about-section-dtl {
  padding-left: 30px;
}
.about-section-dtl h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1c1c1c;
}
.about-section-dtl h2 span {
  position: relative;
}
.about-section-dtl h2 span:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 10px;
  background: rgb(227, 232, 240);
  left: 0;
  bottom: -25px;
  transform: skewX(337deg);
}
.about-section-dtl h2 span:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  left: 45px;
  bottom: -25px;
  transform: skewX(337deg);
  z-index: 1;
}
.about-section-dtl h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #211f26;
  margin-top: 50px;
  margin-bottom: 10px;
}
.about-section-dtl p {
  color: #606060;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.about-sec-img {
  display: flex;
  gap: 15px;
}
.about-sec-images {
  width: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.about-sec-images:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 100%;
  background: #0064c0;
  top: 0;
  left: 0;
  border-radius: 20px 0px 0px 20px;
}
.about-sec-images2:after {
  height: 110%;
}
.about-sec-images img {
  object-fit: cover;
}
.about-sec-images:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.about-sec-images:hover:before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.about-sec-images-ovflo {
  overflow: hidden;
}
.about-section-img-text {
  display: flex;
  width: 400px;
  float: right;
  position: relative;
  margin-top: -110px;
  border-radius: 16px;
  overflow: hidden;
  z-index: 99;
  box-shadow: 6px 6px 12px rgb(0 0 0 / 22%);
}
.about-sec-img-text {
  background: #0064c0;
  color: #fff;
  width: 40%;
  padding: 20px;
}
.about-section-img-text h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-section-img-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  word-spacing: 2px;
  letter-spacing: 0.5px;
}
.about-sec-img-text2 {
  background: rgb(28 28 28);
  width: 60%;
}
.about-sec-img-text ul li {
  background: url(../images/icon-check-dark.svg) no-repeat;
  background-position: left center;
  background-size: 26px auto;
  text-transform: capitalize;
  line-height: 1.5em;
  font-size: 16px;
  padding-left: 35px;
  margin-bottom: 15px;
}
.about-sec-img-text ul li:nth-child(4) {
  margin-bottom: 0;
}
.about-sec-img {
  display: flex;
  gap: 15px;
}
.about-sec-images {
  width: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.about-sec-images:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 100%;
  background: #0064c0;
  top: 0;
  left: 0;
  border-radius: 20px 0px 0px 20px;
}
.about-sec-images2:after {
  height: 110%;
}
.about-sec-images img {
  object-fit: cover;
}
.about-sec-images:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.about-sec-images:hover:before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.about-sec-images-ovflo {
  overflow: hidden;
}
.about-section-img-text {
  display: flex;
  width: 400px;
  float: right;
  position: relative;
  margin-top: -110px;
  border-radius: 16px;
  overflow: hidden;
  z-index: 99;
  box-shadow: 6px 6px 12px rgb(0 0 0 / 22%);
}
.about-sec-img-text {
  background: #0064c0;
  color: #fff;
  width: 40%;
  padding: 20px;
}
.about-section-img-text h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-section-img-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  word-spacing: 2px;
  letter-spacing: 0.5px;
}
.about-sec-img-text2 {
  background: rgb(28 28 28);
  width: 60%;
}
.about-sec-img-text ul li {
  background: url(../images/icon-check-dark.svg) no-repeat;
  background-position: left center;
  background-size: 26px auto;
  text-transform: capitalize;
  line-height: 1.5em;
  font-size: 16px;
  padding-left: 35px;
  margin-bottom: 15px;
}
.about-sec-img-text ul li:nth-child(4) {
  margin-bottom: 0;
}
/* ABOUT SECTION STYLES END */

/* ***************** */
.values-sec {
  padding: 80px 0;
  background-image:
    linear-gradient(
      to right,
      rgba(3, 20, 46, 0.91) 50%,
      rgba(3, 20, 46, 0) 100%
    ),
    url(../images/about-bg.webp);
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.values-head h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  padding-bottom: 10px;
}
.values-head h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.values-head p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.5px;
  padding: 0 90px;
}
.values-box {
  padding: 25px 15px;
  background-color: #fff;
  min-height: max-content;
  height: 100%;
  border-radius: 12px;
}
.values-box img {
  width: 80px;
}
.values-head {
  margin-bottom: 40px;
}
.values-box h5 {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin: 12px 0;
}
.values-box p {
  font-weight: 400;
  line-height: 22px;
  color: #606060;
  font-size: 14px;
}
/* ***************** */

/* ***************** */
.why-us-sec {
  padding: 80px 0 80px;
}
.why-us-head h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  color: #1c1c1c;
  padding-bottom: 10px;
}
.why-us-head h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #211f26;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-right: 65px;
}
.why-us-head h3 span {
  position: relative;
}
.why-us-head h3 span:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  left: 45px;
  bottom: -25px;
  transform: skewX(337deg);
  z-index: 1;
}
.why-us-head h3 span:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 10px;
  background: rgb(227, 232, 240);
  left: 0;
  bottom: -25px;
  transform: skewX(337deg);
}
.why-us-head h4 span {
  color: #fb0303;
}
.why-us-head p {
  font-size: 16px;
  font-weight: 400;
  color: #606060;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.why-us-head img {
  width: 100%;
}
.values-timeline-container {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
}

.values-timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 0;
  border-left: 1.5px dashed #b0b0b0;
  z-index: 1;
}

.values-timeline-item {
  position: relative;
}

.values-timeline-dot {
  position: absolute;
  left: -30.5px;
  top: 45px;
  width: 10px;
  height: 10px;
  background-color: #fb0303;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 2px rgba(251, 3, 3, 0.5);
}

.values-timeline-content {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e3e8f0;
}

.values-timeline-item:last-child .values-timeline-content {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.values-timeline-icon {
  width: 85px;
  height: 86px;
  padding: 10px;
  text-align: center;
  align-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.values-timeline-icon img {
  width: 65px;
  height: auto;
  background: #f6f7f8;
  border-radius: 50%;
}

.values-timeline-text {
  padding-top: 5px;
}

.values-timeline-text h5 {
  font-size: 20px;
  font-weight: 700;
}

.values-timeline-text h5 {
  color: #000;
}
.why-us-imgbox {
  border-left: 4px solid #0064c0;
  margin-top: 35px;
}
/* ***************** */
/* ***************** */

.products-page-section {
  padding: 60px 0;
}
.products-page-section .prod-item-box {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  width: 100%;
}
.products-page-section .prod-item-box img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  display: block;
}
.products-page-section .prod-item {
  margin-bottom: 30px;
}
