@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto: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: "Roboto Condensed", sans-serif;
}

body {
  font-size: 15px;
  color: #1f1a17;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}
/** **************** **/

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

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

body::-webkit-scrollbar-thumb {
  background-color: #f7ac31;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

body::-webkit-scrollbar-track {
  background: #ffffff;
}
/** **************** **/
.m0 {
  margin: 0px;
}
.mt0 {
  margin-top: 0px;
}
.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;
}
.mt70 {
  margin-top: 70px;
}
.mb60 {
  margin-bottom: 60px;
}
/**/
.p0 {
  padding: 0px;
}
.pt0 {
  padding-top: 0px;
}
.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;
}
/** **************** **/
.container {
  max-width: 1252px;
}
/** **************** **/
.fixed-top {
  position: fixed;
  top: 0px;
  display: block;
  background: #fff0;
  /*box-shadow: 0 0 2px 2px #00000014;*/
}
.header-scrolled {
  box-shadow: 0 0 2px 2px #00000014;
  background: #1d1d1d;
}
.header_menu {
  padding: 0px 0 0px;
  display: flex;
  position: relative;
  background: #f3f3f300;
}
.logo {
  position: relative;
  top: 0px;
  z-index: 1;
}
.logo:before {
  content: "";
  position: absolute;
  right: -25px;
  top: 0px;
  width: 500px;
  border-radius: 0 0 30px 0;
  height: 100%;
  background: #fff;
  z-index: -1;
}
#header .logo img {
  width: auto;
  height: auto;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: auto;
  padding: 8px 0;
}
.header-scrolled .logo img {
  width: 218px !important;
  height: auto;
  display: block;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-scrolled .logo {
  top: 0px;
}
.main-nav > ul {
  margin-top: 26px;
}
.header-scrolled .main-nav > ul {
  margin-top: 15px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-scrolled .main-nav > ul > li {
  padding: 2px 5px;
}
.header-scrolled #header .logo img {
  padding: 8px 0;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding: 5px 3px;
}
/*.main-nav > ul > li:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 35px;
    top: -57px;
    left: 50%;
    background: #4164b1;
    transition: 0.2s;
}
.main-nav > ul > li:hover:after{
    top: -35px;
}
.main-nav > ul > li:last-child:after{
    display: none;
}
 */
.main-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 0px 15px;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #e87817;
  text-decoration: none;
}
.main-nav ul li a::before {
  position: absolute;
  content: "";
  background: #e87817;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: -21px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.main-nav ul li a:hover:before {
  opacity: 1;
  width: 100%;
}
.header-scrolled .main-nav ul li a::before {
  bottom: -23px;
}
.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  /*width: 285%!important;*/
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 5px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}
.bg li {
  background: #fff;
}
.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-nav .dropdown-width-175 {
  min-width: 175px !important;
}
.main-nav .dropdown-width-200 {
  min-width: 200px !important;
}
.main-nav .drop-down li {
  min-width: 240px;
  position: relative;
}
.main-nav .drop-down ul li a {
  padding: 10px 10px;
  font-size: 15px;
  color: #222;
  border-bottom: 1px solid #eeeeee94;
}
.main-nav .drop-down ul li:last-child a {
  border-bottom: none;
}
.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: #e87817;
}
.main-nav .drop-down ul a::before {
  display: none;
}
.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
}
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
  margin-top: 0px;
}
.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;
}

.cont-call {
  margin: 0 0px 0 65px;
  position: relative !important;
  top: -9px;
  text-align: left;
  line-height: 20px;
}
.cont-call span {
  display: block;
  line-height: 20px;
  margin-right: 0;
  text-align: center;
  color: #fff;
  width: 56px;
  height: auto;
  border-radius: 50%;
  position: absolute;
  left: -57px;
  top: -2px;
}
.cont-call a {
  font-weight: 400;
  font-size: 14px;
  padding: 0 0;
}
.cont-call .head-call {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.cont-call .head-mail {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
}
.cont-call a:before {
  display: none;
}
.cont-call::before {
  content: "";
  position: absolute;
  left: -35px;
  top: -5px;
  width: 500px;
  height: 62px;
  background: #00000014;
  border-radius: 30px;
  box-shadow: 0 0 0 2px #e87817;
}
.header-scrolled .cont-call::before {
  height: 50px;
  top: -2px;
}
.header-scrolled .cont-call {
  top: -4px;
}
.header-scrolled .cont-call img {
  width: 48px;
}
/*******************/
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #264b8f;
  transition: 0.4s;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #e87817;
  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: fixed;
  right: 10px;
  top: 24px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 20px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  margin: 18px 18px 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;
}
/**/
.logo-menu {
  padding: 12px 0;
  background: #fff;
}
.logo-menu img {
  width: 1100px;
  margin: 0 auto;
  display: table;
}
header {
  background: #00000047 !important;
  padding: 10px 0;
}
.logo {
  display: none;
}
.cont-call::before {
  width: 220px;
  height: 52px;
  top: -1px;
}
.main-nav > ul {
  margin-top: 0px;
}
.main-nav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-scrolled .main-nav > ul {
  margin-top: 0px;
}
.cont-call {
  top: 0;
}
.fixed-top {
  top: 125px !important;
}
.header-scrolled {
  top: 0px !important;
  background: #1d1d1d !important;
  padding-top: 14px;
}
/**/
/*******************/

#slider {
  margin-right: 0;
  margin-left: 0;
}
#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;
  right: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: -3.5%;
  text-align: right;
  list-style: none;
  bottom: 46px;
  justify-content: right;
}
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #0009;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 50%;
}
.carousel-indicators .active {
  background-color: #e87817;
}

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

.year-exp {
  position: relative;
}
.year-exp:before {
  content: "";
  position: absolute;
  background: #fff;
  left: 0;
  top: -124px;
  width: 500px;
  height: 126px;
  z-index: 0;
}
.year-exp-box {
  background: #fff;
  position: absolute;
  width: 100%;
  top: -124px;
  height: 130px;
  align-items: center;
  padding: 20px 15px;
  border-radius: 0 30px 0 0;
}
.year-exp-count {
  position: relative;
  padding-left: 120px;
}
.year-exp-count img {
  position: absolute;
  left: -15px;
  top: -11px;
  width: 100px;
  opacity: 0.1;
}
.year-exp-count span {
  position: absolute;
  left: 12px;
  top: -10px;
  font-size: 50px;
  font-weight: 900;
}
.year-exp-count p {
  font-size: 18px;
  color: #5b5b5b;
}
.certificate-wrapper img {
  width: auto !important;
  filter: grayscale(100%);
}
.certificate-wrapper img:hover {
  filter: grayscale(0%);
}
.year-exp-logo {
  position: relative;
}
/*.certificate-arrow {
  position: absolute;
  right: -100px;
  top: 5px;
  z-index: 1;
}*/

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

.hm-about {
  padding: 80px 0 80px 0;
  background-image: url(../images/page-lines.svg);
  background-repeat: no-repeat;
  background-size: 100vw auto;
  background-position: 100% 100%;
}
.hm-about-head h5 {
  color: #e87817;
  padding-bottom: 5px;
}
.hm-about-head h1 {
  font-weight: 900;
  font-size: 35px;
  margin-bottom: 30px;
  color: #1f1a17;
}
.hm-about-img img {
  border-radius: 10px;
}
.hm-about-dtl p {
  font-size: 16px;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
  line-height: 27px;
  word-spacing: 2px;
  color: #5b5b5b;
}

/*.about-block-btn{
  background: #e87817;
  font-weight: 500;
  display: block;
  width: 210px;
  padding: 10px 18px;
  border-radius: 50px;
  margin-top: 30px;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.about-block-btn:hover{
  background: #1f1a17;
}
.about-block-btn a{
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 15px;
  display: block;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.about-block-btn:hover .explore{
  position: relative;
  left: -20px;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}
.about-block-btn:hover .about-btn-ico {
  position: relative;
  right: -155px;
  top: -2px;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.about-btn-ico{
  padding-right: 4px;
}
*/

.click_btn {
  position: relative;
  display: block;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
.click_btn_anch {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  background-color: #e87817;
  position: relative;
  border-radius: 25px;
  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: #fff;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  align-items: center;
  padding: 14px 25px 14px 45px;
  -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% - 4em), -50%);
}
.click_btn_anch:hover .click_btn_txt {
  transform: translate(calc(100% - 16em), 0%);
}

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

/*Industry*/
.cursor,
.cursor2,
.cursor3 {
  position: fixed;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: -100px;
  top: 50%;
}
.cursor {
  background-color: #fff;
  height: 0;
  width: 0;
  z-index: 99999;
}
.cursor2,
.cursor3 {
  height: 36px;
  width: 36px;
  z-index: 99998;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cursor2.hover,
.cursor3.hover {
  -webkit-transform: scale(2) translateX(-25%) translateY(-25%);
  transform: scale(2) translateX(-25%) translateY(-25%);
  border: none;
}
.cursor2 {
  border: 2px solid #fff;
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}
.cursor2.hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

/* #Slider*/
.hm-industry {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  height: 80vh;
  background-color: #212121;
}
/* Case Study Showcase */
.case-study-wrapper {
  position: relative;
  z-index: 9;
  width: auto;
  list-style: none;
  display: flex;
}
.case-study-wrapper .case-study-name {
  width: 16.5%;
  height: 80vh;
  display: flex;
  text-align: center;
  align-items: end;
  justify-content: center;
  cursor: pointer;
  padding: 0 5px;
  border-left: 1px solid #fff7;
}
.case-study-wrapper .case-study-name:first-child {
  border-left: 0px;
}
.case-study-wrapper .case-study-name a {
  position: relative;
  height: 50px;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  font-size: 23px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 500;
  width: 100%;
  line-height: 1.3;
  letter-spacing: 0.1px;
  color: #fff;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.case-study-wrapper .case-study-name a:hover {
  text-decoration: none;
}
.case-study-wrapper .case-study-name a::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 50px;
  background: #fd8116;
  bottom: 0px;
  left: -5px;
  z-index: 9;
}
.case-study-wrapper .case-study-name.active a {
  opacity: 1;
  color: #fff;
}
.case-study-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
}
.case-study-images li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  list-style: none;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.case-study-images li .img-hero-background {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  overflow: hidden;
  list-style: none;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.case-study-images li.show .img-hero-background {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.dark-over-hero {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #050505;
  opacity: 6%;
}
.case-study-images li:nth-child(1) .img-hero-background {
  background-image: url("../images/power.jpg");
}
.case-study-images li:nth-child(2) .img-hero-background {
  background-image: url("../images/railway.jpg");
}
.case-study-images li:nth-child(3) .img-hero-background {
  background-image: url("../images/telecommunications.jpg");
}
.case-study-images li:nth-child(4) .img-hero-background {
  background-image: url("../images/aerospace.jpg");
}
.case-study-images li:nth-child(5) .img-hero-background {
  background-image: url("../images/automotive.jpg");
}
.case-study-images li:nth-child(6) .img-hero-background {
  background-image: url("../images/hardware.jpg");
}
@media (max-width: 767px) {
  .case-study-wrapper .case-study-name a {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.ind-more {
  background: #e87817;
  padding: 20px 0;
  border-top: 1px solid #fff7;
}
.hm-prod-more {
  text-align: center;
  border-top-width: 2px !important;
  border-top-color: #ffffff4d;
  border-top-style: dashed;
  border-right-width: 2px !important;
  border-right-color: #ffffff4d;
  border-right-style: dashed;
  border-bottom-width: 2px !important;
  border-bottom-color: #ffffff4d;
  border-bottom-style: dashed;
  border-left-width: 2px !important;
  border-left-color: #ffffff4d;
  border-left-style: dashed;
  padding-top: 20px !important;
  padding-right: 24px !important;
  padding-bottom: 20px !important;
  padding-left: 24px !important;
}
.hm-prod-more h4 {
  font-size: 19px;
  color: #fff;
}
.hm-prod-more h4 a {
  position: relative;
}
.hm-prod-more h4 a:after,
.hm-prod-more h4 a:before {
  -webkit-transition: all 0.3s, background-color 0s;
  transition: all 0.3s, background-color 0s;
  content: "";
  height: 1px;
  width: 0;
  background-color: #000;
  position: absolute;
  bottom: -3px;
}
.hm-prod-more h4 a:hover:after,
.hm-prod-more h4 a:hover:before {
  width: 50%;
}
.hm-prod-more h4 a:before {
  right: 50%;
}
.hm-prod-more h4 a:after {
  left: 50%;
}
.hm-prod-more h4 mark {
  color: #1d1d1d;
  background: #fff0;
}

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

.hm-infra {
  /*background: #e87817;*/
  background: linear-gradient(rgb(0 0 0 / 40%), rgb(0 0 0 / 40%)),
    url("../images/f0896bfe44.png") center center no-repeat;
  background-size: 100% 100%;
  padding: 80px 0;
  position: relative;
}
.hm-infra-img,
.hm-infra-box h3,
.hm-infra-box p,
.hm-infra-box a {
  position: relative;
  z-index: 1;
}
.hm-infra-box {
  box-shadow: 0px 0px 24px 0px rgb(0 10 20 / 70%);
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  text-align: center;
  position: relative;
  border: 5px solid #e8781700;
}
.hm-infra-box:after {
  content: "";
  background: url(../images/dotted-bg.svg) no-repeat;
  background-size: 65% 152%;
  background-position: 0% 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotate(-90deg);
  opacity: 0.7;
}
.hm-infra-box:hover {
  border: 5px solid #e87817;
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px);
  box-shadow: rgb(38 57 77) 0 20px 30px -10px;
}
.hm-infra-box h3 {
  padding-top: 15px;
  padding-bottom: 5px;
  font-weight: 600;
  color: #1f1a17;
}
.hm-infra-box p {
  font-size: 16px;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
  line-height: 26px;
  word-spacing: 2px;
  color: #5b5b5b;
}
.hm-infra-box a {
  text-transform: uppercase;
  color: #e87817;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.hm-infra-box a img {
  position: relative;
  filter: brightness(0.2);
  top: -2px;
  left: 2px;
  width: 9px;
  transition-duration: 0.5s;
}
.hm-infra-box a:hover img {
  transform: translateX(5px);
}

/** *************** **/
/*
.hm-prod{
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
  height: 100%;
}
.hm-prod-head {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%,-50%);
  height: 100%;
  margin-top: 100px;
}
.hm-prod-head h5{
  color: #e87817;
  padding-bottom: 10px;
}
.hm-prod-head h2{
  font-weight: 900;
  font-size: 35px;
}
.carousel-wrapingg{
  position: relative;
}
.carousel-wrapingg:after{
    content: " ";
    position: absolute;
    top: -30px;
    left: -35px;
    width: 100%;
    max-width: 300px;
    z-index: 0;
    height: 300px;
    background-color: transparent;
    border: 2px solid rgb(232 120 23 / 21%);
    border-radius: 20px 0 0;
}
.carousel-wrapingg .owl-stage{
  padding-left: 15px !important;
}
.prod-slider .owl-stage-outer{
  padding: 2px 0 60px 0;
}
.prod-wrapper {
  padding: 30px 30px 50px 30px;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 25px;
  position: relative;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}
.prod-wrapper img{
  background: #f1f2f7;
}
.prod-wrapper h4{
  color: #000;
  padding-top: 20px;
  height: 78px;
}
.prod-wrapper span{
  position: absolute;
  left: 25px;
  bottom: -30px;
  width: 60px;
  height: 60px;
  background: #e87817;
  text-align: center;
  border-radius: 15px;
  line-height: 75px;
}
.prod-wrapper span i{
  color: #fff;
  font-size: 30px;
}
.slider-counter {
  color: #e8781799;
  font-size: 30px;
  font-weight: 900;
  width: 150px;
  position: absolute;
  bottom: -90px;
  left: 70%;
  transform: translate(-50%,-50%);
  font-family: sans-serif;
}
.slider-counter::first-letter {
  font-size: 50px;
  font-weight: bold;
}
.prod-slider .prod-wrapper span {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.prod-slider .prod-wrapper:hover span {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.prod-slider .owl-nav{
  position: absolute;
  left: 80%;
  bottom: -40px;
  display: flex;
}
.prod-slider .owl-nav .owl-prev, .prod-slider .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #0000;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  margin: 0 5px;
  background: #ffffff;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.prod-slider .owl-nav .owl-prev:hover, .prod-slider .owl-nav .owl-next:hover{
  background: #e87817;
  color: #fff;
}*/

.hm-prod {
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  height: 100%;
  background-image: url(../images/page-lines.svg);
  background-repeat: no-repeat;
  background-size: 100vw auto;
  background-position: 100% 100%;
}
.hm-prod-head {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  height: 100%;
  width: 100%;
  margin-top: 100px;
}
.hm-prod-head h5 {
  color: #e87817;
  padding-bottom: 10px;
}
.hm-prod-head h2 {
  font-weight: 900;
  font-size: 35px;
}
.carousel-wrapingg {
  position: relative;
}
.carousel-wrapingg:after {
  content: " ";
  position: absolute;
  top: -30px;
  left: -35px;
  width: 100%;
  max-width: 300px;
  z-index: 0;
  height: 300px;
  background-color: transparent;
  border: 2px solid rgb(232 120 23 / 21%);
  border-radius: 20px 0 0;
}
.carousel-wrapingg .owl-stage {
  padding-left: 15px !important;
}
.prod-slider .owl-stage-outer {
  padding: 2px 0 60px 0;
}
.prod-wrapper {
  max-width: 560px;
  max-height: 560px;
  padding: 15px;
  background: #e87817;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.prod-wrapper img {
  border-radius: 50%;
  background: #f1f2f7;
}
.prod-slider h4 {
  color: #5b5b5b;
  padding-top: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
.prod-slider .item:hover h4 {
  color: #000;
}
.prod-wrapper span {
  position: absolute;
  right: 27%;
  bottom: -14px;
  width: 60px;
  height: 60px;
  background: #e87817;
  text-align: center;
  border-radius: 15px;
  line-height: 75px;
}
.prod-wrapper span i {
  color: #fff;
  font-size: 30px;
}
.slider-counter {
  color: #e8781799;
  font-size: 30px;
  font-weight: 900;
  width: 150px;
  position: absolute;
  bottom: -90px;
  left: 70%;
  transform: translate(-50%, -50%);
  font-family: sans-serif;
}
.slider-counter::first-letter {
  font-size: 50px;
  font-weight: bold;
}
.prod-slider .prod-wrapper span {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.prod-slider .prod-wrapper:hover span {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.prod-slider .owl-nav {
  position: absolute;
  left: 80%;
  bottom: -40px;
  display: flex;
}
.prod-slider .owl-nav .owl-prev,
.prod-slider .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #0000;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  margin: 0 5px;
  background: #ffffff;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.prod-slider .owl-nav .owl-prev:hover,
.prod-slider .owl-nav .owl-next:hover {
  background: #e87817;
  color: #fff;
}
/** *************** **/

footer {
  padding: 40px 0 75px 0;
  background-image: url(../images/page-lines2.svg);
  background-repeat: no-repeat;
  background-size: 100vw auto;
  background-position: 100% 100%;
  background-color: #1d1d1d;
}
.ftr-head {
  padding-bottom: 16px;
  position: relative;
}
.ftr-head:after {
  content: "";
  width: 35px;
  height: 2px;
  background: #e87817;
  position: absolute;
  left: 0;
  bottom: 6px;
}
.ftr-head h4 {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.ftr-link ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 4px 0;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}
.ftr-link ul li:hover a {
  color: #fff;
}
.br {
  border-right: 1px solid #ffffff1a;
}
.bb {
  border-bottom: 1px solid #ffffff1a;
  padding-bottom: 30px;
}
.ftr-cont {
  padding-bottom: 15px;
  padding-left: 65px;
  position: relative;
}
.cont_bx {
  line-height: 48px;
  text-align: center;
  box-shadow: 0 0 0 3px rgb(255 255 255 / 35%);
  margin-right: 18px;
  width: 45px;
  height: 45px;
  padding: 2px;
  float: left;
  border-radius: 10%;
  background-color: #e87817;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.ftr-cont h4 {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  margin-bottom: 2px;
}
.ftr-cont p a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 24px;
}
.ftr-cont p:hover a {
  color: #fff;
}

.ftr-mid {
  padding-top: 15px;
  align-items: center;
}
.ftr-logo {
  position: relative;
  top: 0px;
}
.ftr-logo img {
  width: auto;
}
.ftr-desc {
  padding: 0 30px;
}
.ftr-desc p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 400;
  display: block;
  word-spacing: 1px;
  text-align: center;
  line-height: 24px;
  opacity: 0.8;
}
.ftr-cont-bord {
  background: #ffffff0d;
  padding: 20px 5px 0px 5px;
  border: 2px solid #818181;
  border-radius: 15px;
}

.social-icon {
  position: relative;
  z-index: 1;
}

.social-icon h4 {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  text-align: right;
  margin-bottom: 30px;
  position: relative;
}
.social-icon h4:after {
  content: "";
  width: 35px;
  height: 2px;
  background: #e87817;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.social-icon ul {
  text-align: right;
}

.social-icon ul li {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 8px;
  border: thin solid #676a6d;
  border-radius: 50%;
  margin-left: 4px;
}
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    ellipse at center,
    rgb(255 255 255 / 35%) 0,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgb(255 255 255 / 35%) 0,
    rgba(0, 0, 0, 0) 80%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.social-icon li {
  display: inline-block;
}
.social-icon li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  display: block;
  padding: 5px 0;
  text-align: center;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.social-icon li i {
  font-size: 17px;
  padding-top: 3px;
}
.social-icon li: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);
}
.foot-bottom {
  padding: 15px 0;
  background: #f5f5f5;
}
.foot-btm-head p {
  color: #676767;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
}
.foot-btm-head p span {
  color: #0469b5;
  font-weight: 600;
}
.foot-btm-head p a {
  color: #000000;
  font-weight: 600;
}

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

.hm-map {
  background: #fff url(../images/bg-map.png) no-repeat;
  background-size: cover;
}
.mapping {
  padding: 80px 0;
  position: relative;
}
.mapping:after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 100%;
  right: 245px;
  top: 0;
  background: #f1f2f7;
}
.mapping-bg {
  position: relative;
  z-index: 1;
  background: #fff;
  /*  border: 1px solid #000;*/
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  padding: 30px;
}
.hm-counter-main {
  box-shadow: 0px 5px 20px #41506221;
  background: #e87817;
  /*display: flex;*/
  /*gap: 1.5rem;*/
  /*align-items: center;*/
  height: 105px;
  padding: 16px 15px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin: 20px 0px;
}
.hm-counter-main::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #333;
  transition: all 0.5s ease-in;
}
.hm-counter-main:hover::before {
  width: 100%;
}
.pro_icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s ease-in-out;
  background: #fff;
  border-radius: 100%;
  padding: 0.2rem;
  position: relative;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
  float: left;
}
.pro_icon:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 50px;
  background: #333;
  right: -12px;
  top: 5px;
}
.hm-counter-main:hover .pro_icon:after {
  background: #fff;
  transition: all 0.5s ease-in;
}
.pro_icon img {
  width: 80%;
  object-fit: contain;
}
.pro_count {
  margin-left: 85px;
  margin-top: 8px;
}
.pro_count h3 {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  margin-bottom: 0px;
  position: relative;
}
.pro_count .two:after {
  content: "+";
  position: absolute;
  font-size: 26px;
  font-weight: 700;
  left: 42px;
  top: -4px;
}
.pro_count .five:after {
  content: "+";
  position: absolute;
  font-size: 26px;
  font-weight: 700;
  left: 62px;
  top: -4px;
}
.pro_count h5 {
  color: #fff;
  font-size: 19px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
}
.hm-counter-main:hover .pro_count h5 {
  color: #fff;
  transition: all 0.5s ease-in;
}
.hm-assurance {
  margin-top: 10px;
}
.hm-assurance-head h2 {
  font-size: 32px;
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 15px;
}
.hm-assurance ul li {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNiAyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjYgMjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRTg3ODE3O30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTAuNiwxMWwyLjMsMi40bDUuMi01LjJjLTEuOC0xLjctNC4zLTIuNC02LjctMS44QzksNi44LDcuMSw4LjUsNi4yLDEwLjhjLTAuOSwyLjMtMC42LDQuOSwwLjgsNi45CgkJYzEuNCwyLDMuNywzLjIsNi4xLDMuMmMyLjQsMCw0LjctMS4yLDYuMS0zLjJjMS40LTIsMS43LTQuNiwwLjctNi45TDE0LDE2LjZjLTAuMywwLjMtMC43LDAuNS0xLjEsMC41Yy0wLjQsMC0wLjgtMC4yLTEuMS0wLjUKCQlsLTMuNS0zLjVjLTAuNC0wLjQtMC41LTEtMC40LTEuNWMwLjEtMC41LDAuNi0xLDEuMS0xLjFDOS42LDEwLjQsMTAuMiwxMC42LDEwLjYsMTFMMTAuNiwxMXoiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNCw2LjZjLTAuMSwwLjEtMC4xLDAuMi0wLjIsMC4ybC0yLDJjMS4yLDIuMiwxLjUsNC44LDAuOSw3LjNjLTAuNiwyLjQtMi4yLDQuNi00LjMsNS45cy00LjcsMS45LTcuMiwxLjQKCQlDOC43LDIzLDYuNSwyMS42LDUsMTkuNmMtMS41LTItMi4yLTQuNS0yLTdjMC4yLTIuNSwxLjQtNC44LDMuMy02LjVjMS45LTEuNyw0LjMtMi42LDYuOC0yLjVjMi41LDAsNC45LDEsNi43LDIuOGwxLjctMS43djAKCQljMC4yLTAuMiwwLjMtMC4zLDAuNS0wLjNjLTIuNC0yLjMtNS41LTMuNy04LjgtMy44Yy0zLjMtMC4xLTYuNSwxLjEtOSwzLjNjLTIuNSwyLjItNCw1LjMtNC4zLDguNmMtMC4zLDMuMywwLjcsNi42LDIuOCw5LjIKCQljMi4xLDIuNiw1LjEsNC4zLDguNCw0LjdjMy4zLDAuNSw2LjYtMC40LDkuMy0yLjNjMi43LTEuOSw0LjYtNC44LDUuMi04LjFDMjYuNCwxMi44LDI1LjgsOS40LDI0LDYuNkwyNCw2LjZ6Ii8+CjwvZz4KPC9zdmc+Cg==);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  padding: 0 0 0 30px;
  font-size: 16px;
  word-spacing: 1px;
  margin: 35px 0;
  display: block;
}

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

/** ******************** **/
.inner-banner {
  background: url(../images/inner-prod-banner.jpg) no-repeat;
  padding: 120px 0 40px;
  background-position: 35%;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
.inner-banner-head h1 {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 15px;
  color: #ffffff;
}
.inner-breadcrumb ul {
  display: flex;
}
.inner-breadcrumb ul li a:hover {
  color: #e97717;
}
.inner-breadcrumb ul li a {
  color: #fff;
}
.inner-breadcrumb ul li i {
  color: #e97717;
  margin-inline: 8px;
}
.inner-breadcrumb ul li span {
  color: #fff;
  font-weight: 500;
}
/** ******************** **/

/** ******************** **/
.inner-prod-main {
  padding: 80px 0 50px;
}
.in-prod-wrapper .prod-head h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 15px;
  color: #1d1d1d;
}
.in-prod-wrapper .prod-head h2 span {
  color: #e97717;
}
.in-prod-wrapper .prod-content {
  margin-bottom: 20px;
}
.in-prod-wrapper .prod-content p {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 27px;
  word-spacing: 2px;
  color: #5b5b5b;
}
.in-prod-img {
  background: #fff;
  padding: 20px;
  position: relative;
  border-radius: 15px;
  box-shadow: rgb(149 157 165 / 36%) 0px 0px 24px;
}
.in-prod-img:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 660px;
  left: 15%;
  top: -35%;
  z-index: -1;
  background: #ffe6d1;
}
.in-prod-img img {
  border: 3px solid #1d1d1d;
  border-radius: 4px;
}
.prod-eq-btn a:hover {
  background: #e87817;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.prod-eq-btn a:hover i {
  transform: translateX(8px);
  transition: all 0.3s ease-in-out;
}
.prod-eq-btn a i {
  transition: all 0.3s ease-in-out;
  margin: 0 0 0 2px;
}
.prod-eq-btn a {
  background: #1d1d1d;
  padding: 10px 23px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
/** ******************** **/

/** ******************** **/
.inn-prod-two {
  padding: 80px 0 30px;
  background: #f9f9f9;
}
.prod-comon-head {
  margin-bottom: 15px;
}
.prod-comon-head h3 {
  font-weight: 600;
  color: #000;
  padding-left: 15px;
  border-left: 4px solid #e87817;
}
.prod-section-table {
  margin-bottom: 50px;
}
.prod-section-table .table-responsive {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 20px;
}
.prod-section-table .table-responsive > .table-bordered {
  background: #fff;
}
.prod-section-table table thead {
  background: #1d1d1d;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.prod-section-table table tbody th {
  font-weight: 500;
  border-right: 1px solid #dee2e6;
}
.prod-section-table table tbody td:last-child {
  border-right: 0px solid;
}
.prod-section-table table tbody td {
  color: #5b5b5b;
  padding: 15px 15px;
  border-right: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 1px;
}
.prod-section-table thead tr td span {
  font-size: 20px;
  font-weight: 500;
}
.prod-section-table thead tr td {
  padding: 15px 17px;
  border-right: 1px solid #fff;
}
.prod-section-table thead tr th {
  border-top: 0px solid;
}
.prod-section-table .table {
  margin: 0;
}
.prod-section-table table thead tr th:last-child,
.prod-section-table thead tr td:last-child {
  border-right: 0px solid;
}
.prod-section-table table thead tr th {
  font-weight: 500;
  padding: 15px 16px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.prod-section-table .table thead tr td:first-child {
  border-top: 0px solid;
}
.prod-slider.main-prod{
  padding: 80px 0;
}
.prod-slider.main-prod .main-prod-box{
  padding: 30px 0;
}
/** ******************** **/

/** ******************** **/
.rltd-prod .hm-prod-box {
  padding: 15px;
  background-color: #e98228;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.rltd-prod .hm-prod-main img.hm-prod-img {
  display: block;
  background: #f1f2f7;
  border-radius: 50%;
}
.rltd-prod .hm-prod-main:hover h4 {
  color: #000;
}
.rltd-prod .hm-prod-main h4 {
  color: #5b5b5b;
  padding-top: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.rltd-head {
  margin-bottom: 40px;
}
.rltd-head h4::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 5px;
  border-radius: 40px;
  bottom: -10px;
  justify-self: anchor-center;
  background: linear-gradient(to right, #e87817, #9f9f9f1a);
}
.rltd-head h4 {
  font-weight: 600;
  color: #000;
  padding-left: 15px;
  position: relative;
  text-align: center;
  font-size: 30px;
}
.rltd-prod {
  margin-bottom: 70px;
  margin-top: 55px;
}

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

.about {
  padding: 80px 0 0;
}
.about-img2 {
  overflow: hidden;
}
.about-img2:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.about-img h4 {
  background: #ec7815;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 1.4rem;
  margin-top: 10px;
}
.about-dtl {
  border-left: 4px solid #ebebeb;
  padding: 10px 0 10px 20px;
}
.about-dtl h1 {
  font-weight: 900;
  font-size: 45px;
  color: #ec7815;
  margin-bottom: 15px;
}
.about-dtl h5 {
  font-weight: 900;
  font-size: 34px;
  margin-bottom: 10px;
  color: #1d1d1d;
}
.about-dtl p {
  font-weight: 400;
  color: #3a3a3a;
  font-size: 18px;
  word-spacing: 0.5px;
}
.about-content ul li {
    font-weight: 400;
    color: #3a3a3a;
    font-size: 17px;
    margin: 15px 0;
    word-spacing: 0.5px;
    position: relative;
    padding-left: 16px;
}
.about-content ul li i {
  position: absolute;
  top: 7px;
  left: 0;
  font-weight: 800;
  color: #ec7815;
  font-size: 9px;
}
/**/
.about-policy {
  background: #f1f2f7;
  padding: 80px 0;
}
.quality-img{
  padding-top: 15px;
  padding-bottom: 30px;
}
.about-policy-head h2 {
  font-weight: 900;
  font-size: 35px;
  margin-bottom: 30px;
  color: #ec7815;
}
.about-policy-dtl h2{
  font-size: 30px;
  margin-bottom: 15px;
}
.about-policy-dtl ul {
  border: 1px solid #dee2e6;
}
.about-policy-dtl ul li {
  border-top: 1px solid #dee2e6;
  padding: 20px;
  font-size: 16px;
  color: #3a3a3a;
  background: #f8f9fd;
}
.about-policy-dtl ul li:nth-child(odd) {
  background: #fff;
}
.about-policy-dtl ul li i {
  color: #627792;
  font-size: 18px;
  padding-right: 10px;
}
.about-policy-img img {
  margin: 0 auto 20px;
  display: table;
}
.about-policy-img p {
  font-weight: 400;
  color: #3a3a3a;
  font-size: 16px;
  margin: 15px 0;
  word-spacing: 0.5px;
}
.about-dtl-shadow {
  margin-top: 60px;
  position: relative;
  bottom: -5px;
  z-index: -1;
}
/**/
.about-application {
  padding: 80px 0;
}
.about-application-head {
  margin-bottom: 30px;
}
.about-application-head h2 {
  font-weight: 900;
  font-size: 35px;
  margin-bottom: 10px;
  color: #ec7815;
}
.about-application-head P {
  font-size: 16px;
  color: #3a3a3a;
}
.about-application-box {
  padding: 10px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  height: 100%;
  border-radius: 20px;
  border: 1px solid #dee2e6;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.about-application-box:hover {
  border: 1px solid #dee2e6;
  box-shadow: rgb(197 197 197) 0px 20px 30px -10px;
}
.about-application-box img {
  border-radius: 20px;
}
.about-application-dtl {
  padding: 25px 10px 10px 10px;
}
.about-application-dtl h4 {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
  color: #1d1d1d;
}
.about-application-dtl p {
  font-weight: 400;
  color: #3a3a3a;
  font-size: 16px;
  word-spacing: 0.5px;
  position: relative;
}
.about-application-main .col-md-4 {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.quality {
  padding: 80px 0;
}
.quality-head h2 {
  font-weight: 900;
  font-size: 35px;
  margin-bottom: 10px;
  color: #ec7815;
}
.quality-head h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #1d1d1d;
}
.quality-head p {
  padding: 10px 0;
  font-size: 16px;
  color: #3a3a3a;
}
.quality-control-head {
  padding: 60px 0 30px;
}
.quality-control-head h4 {
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 10px;
  color: #1d1d1d;
}
.quality-logo {
  position: sticky;
  top: 100px;
  padding-top: 40px;
}

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

.contact {
  padding: 80px 0;
}
.contact-map iframe {
  padding: 10px;
  box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
  -webkit-box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
}
.contact-head {
  margin-top: 60px;
  margin-bottom: 40px;
}
.contact-head h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  line-height: 45px;
  text-align: center;
  color: #e87817;
  text-transform: uppercase;
}
.contact-box {
  text-align: center;
}
.contact-box h5 {
  font-size: 22px;
  font-weight: 700;
  color: #3a3a3a;
  margin-top: 15px;
  margin-bottom: 8px;
}
.contact-box a,
.contact-box p {
  font-weight: 400;
  color: #3a3a3a;
  font-size: 16px;
  word-spacing: 0.5px;
  display: block;
}
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  color: #7c8393;
  font-weight: 500;
  border: 0px;
  line-height: 24px;
  padding: 15px 15px;
  font-size: 14px;
  background: #f1f5f8;
  margin-bottom: 20px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-weight: 400;
}
.butn-bg {
  font-size: 14px;
  padding: 10px 30px;
  background: #3a3a3a;
  color: #fff;
  cursor: pointer;
  letter-spacing: 1px;
  display: block;
  font-weight: 600;
  border: 0px;
  cursor: pointer;
  /* margin: 0 auto; */
  display: table;
}
.butn-bg:hover {
  border: 0px;
  color: #fff;
  background: #e87817;
}

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

.prod-content p {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 27px;
  word-spacing: 2px;
  color: #5b5b5b;
}
.prod-comon-head h5 {
    font-weight: 600;
    color: #000;
    font-size: 27px;
    padding-left: 15px;
    border-left: 4px solid #e87817;
}
.about-content span {
  font-size: 19px;
  font-weight: 500;
}
.about-content span i {
  font-size: 19px;
  font-weight: 900;
  font-family: "Roboto Condensed";
  color: #3a3a3a;
}
.in-prod-img-second {
  background: #fff;
  padding: 20px;
  position: sticky;
  /* overflow-y: scroll; */
  border-radius: 15px;
  box-shadow: rgb(149 157 165 / 36%) 0px 0px 24px;
  top: 85px;
}

.in-prod-img-second img {
  border: 3px solid #1d1d1d;
  border-radius: 4px;
}
.why_section_dtl {
  padding: 10px 0 70px 0px;
  background-color: #f5f7fb;
  position: relative;
}
.card {
  margin-bottom: 15px;
  border: 0px;
  border-radius: 0px;
  background: transparent;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
  padding: 12px 16px;
  background-color: #ffd801;
  border-bottom: 0px;
  margin-bottom: 10px;
}
.card {
  margin-bottom: 15px;
  border: 0px;
  border-radius: 0px;
  background: transparent;
}
.card-header {
  padding: 12px 16px;
  background-color: #e87817;
  border-bottom: 0px;
  margin-bottom: 10px;
}
.card-header a {
  font-size: 17px;
  line-height: 24px;
  display: block;
  width: 100%;
  color: #fff !important;
  letter-spacing: 0.3px;
  cursor: pointer;
  font-weight: 600;
  text-transform: capitalize;
}
.card-body {
  padding: 15px;
  background: #fff;
}
.card-body p {
  font-size: 14px;
  line-height: 23px;
  display: block;
  color: #313131;
  letter-spacing: 0.3px;
  font-weight: 400;
  padding-bottom: 10px;
}

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

.web-calander{
  padding: 80px 0;
}
/*Calander*/
.calendar {
  font-weight: 400;
  font-style: normal;
  width: 100%;
  /* background: #F5F5F5; */
  /* box-shadow: 0px 5px 5px #ccc; */
  /* border-radius: 10px; */
  padding: 20px;
}

.cal-head {
  /* text-align: center; */
  position: relative;
  margin: 0px 0px 40px;
  /* width: 100%; */
  display: flex;
  justify-content: center;
  width: 100%;
}

.cal-head h3 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.50px;
  word-spacing: 2px;
  display: inline-block;
  background: #fff;
  padding: 0px;
  border-radius: 10px;
  text-transform: uppercase;
}

.cal-head #prev, 
.cal-head #next {
  position: absolute;
  top: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  background: #c5c5c5;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.cal-head #prev:hover, 
.cal-head #next:hover,
.cal-head #prev:focus, 
.cal-head #next:focus {
  opacity: 0.8;
  box-shadow: 3px 0px 3px #ccc;
}

.cal-head #prev:before, 
.cal-head #next:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 3px 3px 0 0;
}

.cal-head #prev {
  left: 30%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.cal-head #next {
  right: 25%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.days, .dates {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}

.days li, .dates li {
  width: calc(95% / 7);
  text-align: center;
  font-size: 18px;
  margin: 1px;
}

.days {
  margin-bottom: 15px;
}

.days li {
  font-weight: 500;
  color: #e97717;
  text-transform: uppercase;
}

.dates li span {
  background: #fff;
  width: 100%;
  height: 60px;
  display: inline-block;
  padding-top: 15px;
  border-radius: 10px;
  border: 2px solid #F5F5F5;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.dates li:hover span {
  background: #F5F5F5;
}

.dates li.old span {
  background: transparent;
  color: #BDBDBD;
}

.dates li.today span {
  background: #e97717;
  color: #fff;
}

/**/
.price-ctlg-box{
  width: 100%;
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 5px 12px -2px rgba(0, 0, 0, 0.1), 0px 18px 36px -6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
}
.price-ctlg-box .registration-title{
  padding: 25px;
  background: #f6f8fa;
  margin-bottom: 30px;
}
.price-ctlg-box .registration-title p {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}
.price-ctlg-box .registration-title p::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 50px;
  height: 3px;
  background: #e97717;
  transform: translate(-50%, -50%);
}
.price-ctlg-box span {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #838383;
  font-weight: 300;
  margin-bottom: 15px;
}
.price-ctlg-box ul{
  text-align: center;
  width: 190px;
  margin: 0 auto;
}
.price-ctlg-box ul li a {
  background: #e97717;
  padding: 10px 5px 10px 10px;
  display: block;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  position: relative;
}
.price-ctlg-box ul li a:hover{
  background: #1d1d1d;
}
.price-ctlg-box ul li a:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ordering-information h2 {  font-weight: 700;  font-size: 40px;  margin-bottom: 15px;  color: #1d1d1d;}.ordering-information h2 span {  color: #e97717;}.ordering-information ul li {    font-weight: 400;  color: #3a3a3a;  font-size: 17px;  margin: 15px 0;  word-spacing: 0.5px;  position: relative;  padding-left: 22px;}.ordering-information ul li i {  position: absolute;  top: 7px;  left: 0;  font-weight: 800;  color: #ec7815;  font-size: 10px;}
/* ---------------------- */
.quick_connect {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:999;
}
.quick_connect h5 {
	position:relative;
	padding:15px 25px;
	background: #e87817;
	color:#fff;
	font-size:16px;
	border-radius: 6px;
	font-weight:600;
	letter-spacing:1px;
	display:block;
	box-shadow: 0 0 0 3px rgb(255 255 255 / 35%);
}
.quick_connect i {
	font-size: 30px;
	color: #e87817;
	position: absolute;
	right: 15px;
	bottom: -10px;
}
.whatsapp-btn {
	position: fixed;
	bottom: 18px;
	right: 170px;
	z-index: 9999;
	width: 50px;
	height: 50px;
	border-radius: 6px;
	background-color: #25D366;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.whatsapp-btn i {
	color: #fff;
	font-size: 28px;
	animation: beat 2s ease-in-out infinite;
	text-decoration: none;
}
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.modal-body {
    padding:0px;
    background: rgba(171, 172, 174, 0.102);
}
.modal-header {
    text-align: center;
    background: #e87817;
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}
h5.modal-title {
    color:#fff;
    font-size:20px;
    text-align:center;
    letter-spacing:0.25px;
    font-weight:500;
    padding-left:20px;
}
.modal-content{
   background-color: #f1f2f7;
}
.modal-content .close {
    opacity:1;
    padding:0px;
    margin:0px;
}
.modal-content .close span i {
    position: absolute;
    right: 16px;
    top: 0;
    width: 65px;
    height: 40px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-right: 0;
    color: #1d1d1d;
    border-radius: 50px 0px 0px 50px;
    cursor: pointer;
}
.request_form .form-group input, select {
	display: block;
	width: 100%;
	color: #000000;
	font-weight: 400;
	border: 0px;
	letter-spacing: 0.25px;
	padding: 10px 15px;
	font-size: 14px;
	background: #fff;
	border-radius: 4px;
}
.enquire-pad-box{
	padding: 30px;
}
.submit_btn {
	font-size: 16px;
	padding: 15px 25px;
	background: #1d1d1d;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-weight: 600;
	letter-spacing: 1px;
	border: 0px;
}
.submit_btn:hover {
    border:0px;
    color:#fff;
    background: #e87817;
}
.other_banner_bg {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* ---------------------- */



