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

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

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  border: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

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

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

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

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

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

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

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

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

.mb15 {
  margin-bottom: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pd-0 {
  padding: 0;
}

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

.pd-lr50 {
  padding: 0 60px;
}

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

/** **************** **/
#header_top {
  background: #384777;
  padding: 8px 0;
  transition: all 0.5s ease;
}

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

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

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

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

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

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

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

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

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

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

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

/* 
.fixed-top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background:linear-gradient(90deg, #eaeaea, #f58440 58%, #f58440 107%);
  left: 0px;
  top: 3px;
  z-index: -1;
  border-radius: 0;
} */

.header-scrolled .logo {
  bottom: -10px;
  width: 263px;
  margin-top: -10px;
  transition: all 0.5s ease;
}

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

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

.logo {
  position: absolute;
  transition: all 0.5s ease;
  bottom: -25px;
  width: 350px;
  /* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%); */
}

/*.logo:after {
    content: "";
    position: absolute;
    background: #6865651f;
    height: 85px;
    width: 2px;
    right: -36px;
    top: -5px;
    z-index: -1;
}*/
.header-scrolled .logo:after {
  height: 78px;
}

.header-scrolled .logo img {
  position: relative;
  top: 13px;
}

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

.scrollto img {
  width: auto;
  height: auto;
  transition: all 0.5s ease;
  position: relative;
  top: 0px;

}

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

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

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

.main-nav a {
  color: #313131;
  font-weight: 500;
  letter-spacing: 0.25px;
  position: relative;
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  padding: 0px 13px;

}

/*.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: #db2519;
  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: #231e1f;
  border-radius: 2px;
  font-weight: 400;
  transition: all 200ms linear;
  font-size: 14px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.call_tp {
  border-radius: 4px;
  padding: 6px 10px 5px 10px;
  margin-left: 5px;
  height: 50px;
  display: flex;
  background: #db2519;
  border: 2px solid #db2519;
}

.call_tp img {
  margin-right: 6px;
  width: 30px;
  height: 30px;
  margin-top: 1px;
  border: 1px solid #fff;
  padding: 2px;
  border-radius: 3px;
}

.call_tp a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: block;
  line-height: 36px;
  padding: 0px;
}

.call_tp a:hover {
  color: #fff;
}

.call_tp a span {
  font-weight: 600;
  color: #ffffff;
}

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

.head-cont {
  position: relative;
  margin-left: 70px;
  margin-top: -20px;
  font-size: 18px !important;
}

.head-cont:after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 5px;
  width: 137px;
  height: 1px;
  background: #292929;
}

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

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

.head-call {
  font-size: 15px;
}

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

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

.at-center-border {
  position: relative;
  display: block;
  text-align: center;
}

.at-center-border::before {
  position: relative;
  content: "";
  width: 2px;
  margin: 0 5px;
  background: #4bc261;
  display: inline-block;
}

.at-center-border::after {
  position: relative;
  content: "";
  width: 2px;
  margin: 0 5px;
  background: #4bc261;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#slider {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0px;
}

#carousel {
  overflow: hidden;
}

#carousel .carousel-control {
  background: none;
  top: 45%;
  font-size: 30px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: absolute;
}

#carousel .carousel-control-right {
  right: 4%;
}

#carousel .carousel-control-left {
  left: 0;
}

#carousel .carousel-control-right span {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}

#carousel .carousel-control-left span {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}

#carousel:hover .carousel-control-right span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}

#carousel:hover .carousel-control-left span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}

#carousel .carousel-control span {
  color: #fff;
  background-color: rgb(50 52 51 / 50%);
  height: 45px;
  width: 45px;
  z-index: 121;
  line-height: 45px;
  text-align: center;
  position: absolute;
}

#carousel .carousel-control span:hover {
  background-color: #1e1e1e;
}

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

.carousel-indicators {
  position: absolute;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 10px;
  text-align: left;
  list-style: none;
  bottom: 15px;
  justify-content: left;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #0009;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
}

.carousel-indicators .active {
  background-color: #db2519;
}

.carousel-caption {
  text-align: right;
  text-shadow: none;
  right: 0;
  bottom: 0;
  padding-bottom: 0;
}

.carousel-caption h5 {
  font-size: 30px;
  color: rgb(244, 247, 248);
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 0.8s linear;
}

.carousel-caption h5 span {
  padding: 10px 30px !important;
  background: #00a3d4;
  position: relative;
  top: -10px;
  font-family: "Jost", sans-serif;
}

.carousel-caption p {
  font-size: 21px;
  color: rgb(244, 247, 248);
  line-height: 1.2;
  width: 600px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  display: inline-block;
  background-color: rgba(24, 24, 24, 0.902);
  padding: 20px 30px;
  margin-bottom: 0;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 0.8s linear;
}



/** **************** **/
.click_btn {
  position: relative;
  display: block;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  margin: 0 auto;
  display: table;
  margin-left: 25px;
  background-color: #e3e3e3;
  border-radius: 32px;
  padding: 3px;
}

.click_btn_anch {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  background-color: #edededf0;
  position: relative;
  border-radius: 25px;
  border: 2px solid #b5b5b5;
  justify-content: center;
  align-items: center;
}

.click_btn_txt {
  position: relative;
  z-index: 2;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  font-weight: 500;
  color: #313131;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  align-items: center;
  padding: 11px 25px 10px 38px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.click_btn_anch .click_btn_ico {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 55%;
  transform: translate(0px, -50%);
  max-width: 100%;
  padding-inline: 20px 0;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.click_btn_anch:hover .click_btn_ico {
  transform: translate(calc(100% - 3em), -50%);
}

.click_btn_anch:hover .click_btn_txt {
  transform: translate(calc(100% - 12em), 0%);
}

/** **************** **/
.common-btn {
  width: 200px;
  height: 54px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  color: #db2519;
  font-size: 16px;
  border: 1px solid #db2519;
  font-weight: 600;
  /* border: 0px; */
  transition: all 0.3sease-in-out;
  position: relative;
  /* text-transform: uppercase; */
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  top: 15px;
  outline: none;
  border-radius: 4px;
  cursor: pointer;
}


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

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

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

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

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

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

/*-----------------*/
.pro-side h5 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  color: #313131;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

.hm-keypoint {
  padding: 90px 0;
}

.services-one__shape-1 {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  border-top: 70px solid #f7f7f7;
  border-left: 120px solid transparent;
  border-right: 132px solid transparent;
}

.services-one__shape-2 {
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 70px solid #f7f7f7;
  border-left: 120px solid transparent;
  border-right: 132px solid transparent;
}

.main-company-item {
  position: relative;
  height: 100%;
  transition: all ease 0.5s;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(211, 211, 214, 0.35);
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 45px 24px 30px;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ea;

}

.inner-border {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: table-column;
  display: flex;
  flex-direction: column;
  margin: 0 auto;

}

.main-company-item .icon {
  height: 100px;
  width: 100px;
  line-height: 92px;
  border: 1px solid #da251c;
  text-align: center;
  background-color: #f7f7f7;
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  border-radius: 100px;
  font-size: 50px;
  margin-bottom: 20px;
  color: #000000;
  transition: all ease 0.5s;
}

.main-company-item i {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  font-size: 50px;
  margin-bottom: 20px;
  color: #1595bf;
}

.main-company-item h3 {
  font-size: 21px;
  margin-bottom: 18px;
  font-weight: 600;
  color: #313131;
  letter-spacing: 0.1px;
  font-family: "Poppins", sans-serif;
  /* font-family: "Jost", sans-serif; */
  /* font-family: "Teko", sans-serif; */
}

.main-company-item p {
  letter-spacing: 0.2px;
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 25px;
  color: #565555;
  font-weight: 400;
}

/* 
.main-company-item:hover {
  transform: translateY(-5px);
} */

.main-company-item:hover .icon {
  box-shadow: 0 0 3px 0px #db2519;
  /* background-color: #db2519; */
  border: 1px solid #db2519;
}

.hover-style {
  position: relative;
  transition-delay: 0.6s;
  z-index: 1;
}

.hover-style::before,
.hover-style::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #da251c;
  right: 0;
  top: 0;
  transition-delay: 0.2s;
  border-radius: 4px;
  z-index: -1;
}

.hover-style::after {
  right: auto;
  left: 0;
  top: auto;
  bottom: 0;
  transition-delay: 0.6s;
}

/* .hover-style .inner-border {
  display: block;
} */
.hover-style .inner-border::before,
.hover-style .inner-border::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #da251c;
  transition-delay: 0s;
  left: 0;
  top: 0;
  border-radius: 4px;
  z-index: -1;
}

.hover-style .inner-border::after {
  transition-delay: 0.4s;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}

.hover-style:hover::before {
  width: 100%;
  transition-delay: 0.4s;
}

.hover-style:hover::after {
  width: 100%;
  transition-delay: 0s;
}

.hover-style:hover .inner-border::before {
  height: 100%;
  transition-delay: 0.6s;
}

.hover-style:hover .inner-border::after {
  height: 100%;
  transition-delay: 0.2s;
}

/*-----------------*/
.hm-about-section {
  padding-bottom: 130px;
}

.mh-about-us-img {
  position: relative;
}

.mh-about-us-img img {
  max-width: 100%;
}

.mh-about-us-img-1 img {
  max-width: 100%;
  border: 7px solid #ffff;
}

.mh-about-us-img-1 {
  position: absolute;
  top: 260px;
  right: 25px;
}

.home-about-content span {
  font-size: 15px;
  font-weight: 500;
  color: #7f7f7f;
}

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

.mh-about-us-img:before {
  position: absolute;
  right: 55px;
  top: 40px;
  width: 9px;
  background-color: #d9d9d9;
  height: 171px;
  border-radius: 10px;
  border-right: 3px solid #898888;
  content: "";
  animation: bounce-y 3s infinite linear;
}

.home-about-content h6 {
  font-size: 65px;
  text-transform: capitalize;
  opacity: 0.69;
  color: #000000;
  position: absolute;
  left: -669px;
  top: 109px;
  background: #ffffffad;
  padding: 2px 15px;
  font-weight: 700;
  transform: rotate(90deg);
}

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

@keyframes bounce-y {


  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.founded {
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
  padding: 5px;
  margin-top: 20px;
}

.years {
  font-family: 'Teko', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #5c5c5c;
  letter-spacing: 1px;
}

.years span {
  font-family: 'Teko', sans-serif;
  font-size: 88px;
  font-weight: 600;
  line-height: 1;
  background-color: #db2519;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-text-fill-color: #39393900;
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 20px;
}

.text-new {
  font-size: 16px;
  line-height: 27px;
  border-left: 5px solid #eee;
  padding-left: 35px;
  color: #565555;
  margin-top: 14px;
}

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

.hm-pro-section {
  background: url(../images/project-one-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: cover;
  padding: 80px 0;
}

.pro-side h4 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

.project-two__arrow-box {
  position: relative;
  display: block;
  top: 5px;
}

.project-two__arrow-box-shape-1 {
  position: absolute;
  top: 19px;
  left: -12px;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.project-two__arrow-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #db2519;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-por-link {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 24px 0px rgba(178, 185, 198, 0.35);
  padding: 20px 25px 20px;
  padding-right: 14px;
  border-top-right-radius: 34px;
  border-left: 2px solid #db2519;
  z-index: 2;
  border-bottom: 2px solid #db2519;
  bottom: 0;
  left: 0px;
  right: 0;

}

.main-por-link h2 {
  font-size: 21px;

  font-weight: 600;
  color: #313131;
  letter-spacing: 0.1px;
  font-family: "Poppins", sans-serif;

}

/*-----------------*/
.hm-pro-slider .owl-nav {
  position: absolute;
  /* bottom: 6px; */
  margin: 0;
  position: absolute;
  width: 102%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  display: flex;
  justify-content: space-between;
  margin: 0;
  display: flex;
}

.hm-pro-slider .owl-nav .owl-prev img {
  transform: translate(-2px, -4px);
}

.hm-pro-slider .owl-nav .owl-next img {
  transform: translate(2px, -4px);
}

.hm-pro-slider .owl-nav .owl-prev,
.hm-pro-slider .owl-nav .owl-next {
  border-radius: 10%;
  height: 50px;
  width: 50px;
  line-height: 53px !important;
  text-align: center;
  /* border: none; */
  background: #fff !important;
  color: #fff;
  font-size: 14px;
  border: 2px solid #db2519 !important;
  margin: 0 2px;
  display: inline-block;

}

.hm-pro-slider.owl-nav img {
  width: 12px !important;
}

.pro-inner-se img {
  border-radius: 15px;
}

/************************/
.industries-section {
  padding: 110px 0 0 0;
}

.section-title .main-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  color: #db2519;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.section-title .description {
  letter-spacing: 0.5px;
  font-size: 14px;
  padding-top: 0px;
  line-height: 25px;
  color: #343434;
  font-weight: 400;
}

.industry-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 200px;
  background-size: cover;
  background-position: center;
  color: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}

.industry-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
}

.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.icon-circle i {
  font-size: 2rem;
  color: #fff;
}

.industry-name {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}

.card-healthcare {
  background-image: url("../images/industry/pharmaceuticals.jpg");
}

.card-education {
  background-image: url("../images/industry/agro-chemicals.jpg");
}

.card-travel {
  background-image: url("../images/industry/fertilizer.jpg");
}

.card-finance {
  background-image: url("../images/industry/flour-mills.jpg");
}

.card-real-estate {
  background-image: url("../images/industry/cement.jpg");
}

.card-mortgage {
  background-image: url("../images/industry/plastic.jpg");
}

.card-retail {
  background-image: url("../images/industry/rubber-processing.jpg");
}


@media (max-width: 991.98px) {
  .section-title {
    text-align: center;
  }

  .section-title .focus-sectors {
    justify-content: center;
  }

  .industry-card {
    height: 180px;
  }
}

@media (max-width: 767.98px) {
  .section-title .main-heading {
    font-size: 2.5rem;
  }

  .industry-card {
    height: 160px;
  }
}

.at-industries {
  position: relative;
}

.at-industries::after {
  position: absolute;
  top: -41%;
  left: -2%;
  z-index: -1;
  content: "";
  width: 815px;
  height: 767px;
  border-radius: 50%;
  background: rgb(219 37 25 / 4%);
}

/** **************** **/
.justify-center-row {
  justify-content: center;
}

/** **************** **/
.cta-one {
  position: relative;
  display: block;
  background-color: #051232;
}

.cta-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 52px;
  padding-bottom: 47px;
}

.cta-one__title {
  position: relative;
  display: block;
}

.cta-one__title h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  outline: none !important;
  background-color: #db2519;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 14px 35px 12px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 1;
  border-radius: 3px;
}

.thm-btn:hover:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 3px;
  opacity: 1;
  z-index: -1;
}

.thm-btn:hover {
  color: var(--adbaiz-black);
}


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

.hm-cleint-head h2 {
  font-weight: 600;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}



.hm-about-logo {
  /*box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;*/
  /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
  box-shadow: 0px 6px 15px 0px rgb(33 25 106 / 11%);
  padding: 15px;
  margin: 15px 0 15px 0;
  border-radius: 10px;
  /* border: 4px solid rgb(238, 238, 238);*/
  position: relative;
  transition: all 500ms ease;
}

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

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

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

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

footer {
  background-image: url(../images/footer-bg.jpg);
  padding: 60px 0 0px;
  position: relative;
  /* margin-top: 40px; */
  /* border-top: 4px solid #00a3d4; */
  background-size: contain;
}

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

.ftr-head h4 {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.5px;
  font-family: "Jost", sans-serif;
}

.ftr-link ul li i {
  color: #dd3429;
  padding-right: 5px;
}


.ftr-btm-main {
  margin-top: 25px;
  background-color: #e2e3e4;
  padding: 15px;
}

.ftr-link ul li a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 22px;
  padding: 9px 0;
  display: block;
}

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

.ftr-cont {
  padding-bottom: 15px;
  padding-left: 2px;
  position: relative;
  text-align: left;
}

.ftr-cont h4 {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  font-family: "Jost", sans-serif;
}

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

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

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


.ftr-btm p {
  font-weight: 400;
  font-size: 15px;
  color: #282828;
  text-align: center;
}

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

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

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

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

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

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

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

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

.social-icon li {
  display: inline-block;
}

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

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

.social-icon li:hover i {
  color: #fff !important;
}

.social-icon li.facebook i {
  color: #3b5998;
}

.social-icon li.instagram i {
  color: #cd4a72;
}

.social-icon li.linkedin i {
  color: #007ab9;
}

.social-icon li.youtube i {
  color: #ff0000;
}

.social-icon li.twitter i {
  color: #000;
}

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

.social-icon li.facebook:hover a {
  background: #3b5998;
}

.social-icon li.instagram:hover a {
  background: #cd4a72;
}

.social-icon li.linkedin:hover a {
  background: #007ab9;
}

.social-icon li.youtube:hover a {
  background: #ff0000;
}

.social-icon li.twitter:hover a {
  background: #000;
}

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

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

.social-icon ul li {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 8px;
  border: thin solid #676a6d;
  border-radius: 50%;
  margin-left: 4px;
}

.pd-0 {
  padding: 0;
}

.hm-need-help {
  background: url(../images/need-further.jpg) no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-need-help h4 {
  color: #ffffff;
  letter-spacing: 0.5px;
  font-family: "Jost", sans-serif;
}

.hm-need-help h4 a {
  color: #d2151e;
}

.hm-need-help h4 a:hover {
  color: #ffffff;
}

.hm-need-help h4 a i {
  color: #939598;
}

.hm-provide {
  background: rgb(210 21 30);
  height: 100%;
  padding: 8px 10px;
  color: #ffffff;
}

.hm-provide-dtl {
  text-align: center;
}

.hm-provide-dtl img {
  margin-bottom: 4px;
}

.hm-provide h5 {
  font-size: 13px;
  text-align: center;
}

/*------------------*/
.ftr-flot-ri ul {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}


.ftr-flot-ri ul li {
  padding: 0px 30px;
}

.ftr-flot-ri ul li a {
  color: #000000;
  font-size: 16px;
  border: 1px solid #000;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 22px;
  padding: 3px 0;
  display: block;
  PADDING: 9PX 15PX;
  BORDER-RADIUS: 48PX;
}

/* 
.footer-logo {
  align-items: center;
  display: flex;
} */

/*------------------*/
#safety_screen_banner {
  position: relative;
  min-height: 300px;
  background-image: url(../images/safety-screen-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: left;
}

#safety_screen_banner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #00000091;
  /* opacity: 1.2; */
}

.inner_banner_heading {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  padding: 0 20px;
  text-align: center;
}

.inner_banner_heading h1 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
}

.breadcrumbs {
  padding: 20px 0;
  margin-top: -25px;
  margin-left: 100px;
  border-radius: 50px;
  margin-right: 100px;
  background: #f7f7f7;
  position: relative;
}

.bnav_list ul li {
  display: inline-block;
  padding-right: 10px;
}

.bnav_list ul li a,
.bnav_list ul li span {
  color: #21262b;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.25px;
  font-size: 15px;
}

.bnav_list ul li:after {
  color: #db2519;
  content: "\f101";
  font-family: "FontAwesome";
  font-weight: 700;
  font-size: 12px;
  margin-left: 10px;
}

.bnav_list ul li {
  display: inline-block;
  padding-right: 10px;
}

.bnav_list ul li span {
  color: #db2519;
}

#inner_product {
  padding: 50px 0 50px 0;
}

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

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

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

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

.inn_product_dtl h2,
.inn_product_dtl h3,
.inn_product_dtl h4,
.product_description h2,
.product_description h3,
.product_description h4 {
  font-size: 20px;
  color: #db2519;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 10px;
  text-transform: capitalize;
  display: block;
}

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

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

.inn_product_dtl p i {
  font-size: 14px;
  color: #28176d;
  margin-right: 5px;
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  display: block;
}

.inner_product_img {
  margin-top: 20px;
}

.inner_product_img {
  margin: 0 auto;
  display: table;
}

#product_middle_sec {
  padding: 50px 0;
  background: #f7f7f7;
}

.inner_product_img img {
  border: 10px solid #ffffff;
  border-radius: 20px;
  box-shadow: rgb(67 71 85 / 56%) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

#product_bottom_sec {
  padding: 50px 0;
}

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

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

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

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

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

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

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

/* vivek.css */

.hm-aboutpage-section {
  padding: 50px 0;
}

.industries-page {
  padding: 50px 0;
}

.new-founded {
  margin-top: 80px !important;
}


.hm-about-us-keypoint {
  padding-bottom: 0;
  padding-top: 30px;
}

.hm-about-us-keypoint .pro-side h5 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-us-section {
  padding: 50px 0;
}

.ftr-conts div {
  display: block !important;
}

.ftr-conts-icon {
  display: block !important;
}

.info-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 50px;
}

.info-box {
  flex: 1;
  min-width: 220px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
}

.info-box i {
  font-size: 36px;
  color: #dd3429;
  /* Orange color */
  margin-bottom: 20px;
}

.info-box h3 {
  font-size: 21px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.info-box p a {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #4b4b4b;
}

.info-box p a:hover {

  color: #db2519;
}

/* Form and Map Section */
.form-map-section {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.contact-form-wrapper {
  flex: 1;
  min-width: 300px;
  background-color: #f7f7f7;
  padding: 22px;
  border-radius: 5px;
}

.map-wrapper {
  flex: 1;
  min-width: 300px;
  min-height: 550px;
}

.contact-form-wrapper h2 {
  font-size: 28px;
  color: #333;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-form-wrapper form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-form-wrapper form input,
.contact-form-wrapper form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
  background-color: #fff;
  box-sizing: border-box;
}

.contact-form-wrapper form textarea {
  margin-bottom: 20px;
  resize: vertical;
}

.contact-form-wrapper form button[type="submit"] {
  width: 100%;
  padding: 15px;
  background-color: #dd3429;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form-wrapper form button[type="submit"]:hover {
  background-color: #ffb725;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
}

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

.form-rows {
  width: 100%;
  margin-right: 0 !important;
}

.contact-form-wrapper form select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
  background-color: #fff;
  box-sizing: border-box;
}

/* vivek.css ends */


.whatsapp {
  position: fixed;
  width: 55px;
  height: 55px;
  left: 15px;
  bottom: 4%;
  z-index: 999;
  bottom: 10px;
}

.what_logo {
  position: relative;
  z-index: 100;
  padding: 5px;
}

.whatsapp .what_logo:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 50%;
  top: 50%;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgb(63 161 60 / 50%);
  animation: pulse-border 1000ms ease-out infinite;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  50% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}


.quickcontact input[type=text],
[type=email],
[type=number], .quickcontact select {
  width: 100%;
  max-width: 100%;
  padding: 8px 5px;
  font-size: 13px;
  margin-top: 8px;
  display: inline-block;
  border: 1px solid #060920;
  box-sizing: border-box;
}

.quickcontact input[type=submit] {
  width: 100%;
  max-width: 100%;
  background-color: #070b22;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.25px;
  font-size: 15px;
  padding: 7px;
  border: none;
  border-radius: 0px;
  text-transform: uppercase;
  cursor: pointer;
}

.quickcontact input[type=submit]:hover {
  background-color: #051232;
  color: #fff;
  max-width: 100%;
  font-weight: 600;
}

.enquiry_btn {
  width: 100%;
  max-width: 100%;
  background-color: #db2519;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 7px;
  border: none;
  cursor: pointer;
}

.quickcontact {
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  overflow-x: hidden;
  display: block;
  background-color: #fbfbfb;
}

.max {
  border: #db2519 thick solid;
  position: fixed;
  width: 210px;
  right: 10px;
  bottom: 10px;
  max-width: 100%;
  background-color: #ffffff;
  padding: 4px;
  z-index: 9999;
}

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

.inn_product_sub_title ul li i{
  padding-right: 5px;
}

/* ======= */

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

.blog-box {
  border: 1px solid #b7191f;
  padding: 7px;
  border-radius: 5px;
}

.blog-head {
  width: 80%;
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 8px 0;
  color: #0008;
}

.blog-box a:hover {
  color: #b7191f;
}

.blog-head-btn {
  display: flex;
  align-items: center;
}

.blog-btn {
  background-color: #b7191f;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.blog-btn i {
  color: #fff;
  font-size: 20px;
}

.prod-categ {
  background: #ffffff;
  padding: 20px 20px 20px 20px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: sticky;
  top: 110px;
  /* border: 1px solid #b7191f; */
}

.prod-categ ul li {
  padding-top: 15px;
  border: 1px solid #ba5446;
  padding-bottom: 15px;
  margin-bottom: 12px;
  padding-left: 14px;
  transition: all 0.6s;
}

.prod-categ ul a {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}

.prod-categ ul li:hover {
  background: #ca3e2d;
  color: #fff;
  transition: all 0.6s;
}

.prod-categ ul a .active-list {
  background: #db2519;
  color: #fff;
}

.prod-categ h3{
  font-size: 22px;
  text-align: center;
  /* background-color: #db2519; */
  /* border: 1px solid #db2519; */
  padding: 10px 0;
  /* color: #fff; */
}
/* blog ends */