@import url("https://fonts.googleapis.com/css2?family=Martel:wght@200;300;400;600;700;800;900&display=swap");
@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");
* {
  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: "Martel";
}

body {
  font-size: 15px;
  color: #000;
  font-family: "Poppins", 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;
}
.mb60 {
  margin-bottom: 60px;
}
.mt80 {
  margin-top: 80px;
}
/**/
.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;
}
/** **************** **/

.main-nav .drop-down ul li:after {
  display: none;
}
.header_tp_dtl {
  position: relative;
  padding-right: 145px;
}
.header_tp_dtl:after {
  position: absolute;
  content: "";
  bottom: -49px;
  right: 152px;
  display: block;
  height: 2px;
  width: 70%;
  background: linear-gradient(90deg, #fff, #e2e2e2);
}
.header_certificate {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 9999;
}
.header_tp_dtl ul {
  display: block;
  float: right;
  margin-top: 0;
}

.header_tp_dtl ul > li {
  float: left;
  display: flex;
  padding: 6px 10px;
}

.header_tp_dtl ul li ol li {
  float: left;
  display: flex;
  padding: 0 10px;
}

.header_tp_dtl ul li ol li a {
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.2s linear;
  display: inline-block;
  font-size: 17px;
  color: #959393;
}

.header_tp_dtl ul li:first-child,
.header_tp_dtl ul li:nth-child(2) {
  position: relative;
  top: 10px;
}
.header_tp_dtl ul li:last-child {
  border-right: 0px;
  border-left: 2px solid #e2e2e2;
  margin-left: 5px;
  padding-left: 13px;
}

.header_tp_dtl ul li.call_tp img {
  margin-right: 5px;
  width: 22px;
  height: 22px;
}

.header_tp_dtl ul li.call_tp a {
  color: #203334;
  font-weight: 400;
  font-size: 15px;
}

.main-nav .drop-down ul li a,
.main-nav a {
  color: #203334;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.menu-icon {
  float: left;
  width: 60px;
  cursor: pointer;
  padding: 10px 0;
}

.menu-icon .bar2 {
  width: 48px;
}

.menu-icon .bar3 {
  width: 60px;
}

.menu-icon:hover .bar1 {
  width: 38px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.menu-icon:hover .bar2 {
  width: 52px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
}

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

.header-scrolled .logo {
  top: -6px;
  padding: 7px 13px;
}

.header-scrolled .scrollto img {
  width: 150px;
  height: auto;
}

.logo {
  position: absolute;
  top: -50px;
  left: 0px;
  display: block;
  background: #fff;
  padding: 12px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 15%);
  transition: all 0.3s ease-in-out;
}

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

.scrollto img {
  width: 215px;
  height: auto;
  transition: all.5s ease;
}

.main-nav {
  float: right;
  padding-right: 145px;
}

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

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

.main-nav a {
  display: inline-block;
  font-size: 16px;
  padding: 10px 15px;
  font-weight: 400;
}

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

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

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
  border: none;
}

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

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

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

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

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

.main-nav .drop-down ul li a {
  padding: 6px 8px;
  border-radius: 2px;
  transition: 0.2s linear;
  font-size: 15px;
  text-transform: capitalize;
  width: 100%;
}

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

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

.mega_wdth {
  width: 50%;
  display: inline-block;
}

.mega_wdth span {
  font-weight: 600;
  display: block;
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  padding-left: 6px;
}

.mobile-nav a {
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}

.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 {
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}

.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 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: 0 0;
  font-size: 24px;
  transition: 0.4s;
  outline: 0;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 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);
  display: none;
}

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

.head_brochure a {
  background: #009cff;
  border-radius: 50px;
  padding: 7px 18px;
  color: #fff;
}
.head_brochure a img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

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

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

#slider .carousel-item:after {
  content: "";
  position: absolute;
  width: 35%;
  height: 100%;
  background: #009cffe0;
  top: 0;
  left: 0;
}
#slider .carousel-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  top: 0;
  left: 0;
}
#slider .carousel-caption {
  top: 50%;
  bottom: auto;
  left: 13%;
  opacity: 0;
  transition: all 800ms linear;
  text-align: left;
  padding: 0px;
  width: 600px;
  /*transform: translate(-50%,-50%);*/
}
#slider .carousel-item.active .carousel-caption {
  opacity: 1;
  /*right: 13%;*/
  transform: translate(0%, -50%);
}
#slider .carousel-caption img {
  filter: brightness(0.9);
}
#slider .carousel-caption p {
  color: #fff;
  position: relative;
  margin-bottom: 22px;
  padding-left: 90px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.5px;
  word-wrap: break-word;
}
#slider .carousel-caption p:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  background: #fff;
  left: 0;
  top: 8px;
}
#slider .carousel-caption h5 {
  font-size: 45px;
  color: #fff;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 20px;
  word-wrap: break-word;
}
/*btn*/
#slider .carousel-caption a {
  position: relative;
  background: #ff6400;
  padding: 8px 25px;
  font-size: 14px;
  letter-spacing: 0.8px;
  font-weight: 400;
  border-radius: 0px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#slider .carousel-caption a:hover {
  background: #131e1e;
}
#slider .carousel-caption a:before {
  content: "";
  position: absolute;
  top: -7px;
  border: 0px;
  border-top-width: 2px;
  border-color: #ff6400;
  border-style: solid;
  left: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  width: 24px;
}
#slider .carousel-caption a:hover:before {
  width: 100%;
  height: 100%;
  border-color: #131e1e;
}
#slider .carousel-caption a:after {
  content: "";
  position: absolute;
  bottom: -7px;
  border: 0px;
  border-bottom-width: 2px;
  border-color: #ff6400;
  border-style: solid;
  right: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  width: 24px;
}
#slider .carousel-caption a:hover:after {
  width: 100%;
  height: 100%;
  border-color: #131e1e;
}
/*btn end*/
/**/
#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 {
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 20px;
  right: auto;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}
.carousel-indicators li {
  height: 4px;
  background-color: rgb(255 255 255 / 30%);
}
.carousel-indicators .active {
  background-color: rgb(255 100 0 / 95%);
}
.carousel-inner {
  position: relative;
}
.carousel-squre {
  position: absolute;
  display: block;
  height: 490px;
  width: 518px;
  opacity: 1;
  filter: none;
  background-color: rgb(0 0 0 / 5%);
  color: rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.1);
  border-style: solid;
  border-width: 18px;
  transform-origin: 50% 50%;
  transform: translate(0%, -50%);
  visibility: visible;
  z-index: 10;
  top: 50%;
  left: 10%;
  animation: circle 6s linear infinite;
}
@keyframes circle {
  0% {
    transform: translate(5%, -50%);
  }
  25% {
    transform: translate(0%, -55%);
  }
  75% {
    transform: translate(-5%, -55%);
  }
  100% {
    transform: translate(-5%, -50%);
  }
}

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

.hm-abt {
  padding: 80px 0;
  position: relative;
}
.hm-abt:after {
  content: "";
  position: absolute;
  left: 0;
  width: 22%;
  height: 40%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgb(246 247 249);
  z-index: -1;
}
.hm-abt-dtl .hm-abt-title {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-transform: uppercase;
  padding-right: 60px;
  margin-bottom: 24px;
  transition: all 0.5s linear;
  font-size: 1.28571rem;
  line-height: 1.66667;
  color: #009cff;
}
.hm-abt-dtl .hm-abt-title:hover {
  letter-spacing: 1px;
}
.hm-abt-dtl .hm-abt-title:before {
  content: "";
  width: 30px;
  margin-top: 6px;
  right: 20px;
  height: 1px;
  top: 12px;
  position: absolute;
  background-color: #009cff;
}
.hm-abt-dtl .hm-abt-title:after {
  content: "";
  width: 50px;
  height: 1px;
  top: 12px;
  position: absolute;
  background-color: #009cff;
  right: 0;
}
.hm-abt-dtl h1 {
  font-size: 36px;
  line-height: 1.40833;
  margin: 0 0 26px 0;
  color: #203334;
  clear: both;
  padding: 0;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
}
.hm-abt-dtl p {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.81429;
  color: #576566;
  padding-bottom: 20px;
  width: 80%;
}
.hm-abt-dtl .btn-theme {
  position: relative;
  background: #ff6400;
  padding: 8px 25px;
  font-size: 14px;
  letter-spacing: 0.8px;
  font-weight: 400;
  border-radius: 0px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hm-abt-dtl .btn-theme:hover {
  background: #131e1e;
}
.hm-abt-dtl .btn-theme:before {
  content: "";
  position: absolute;
  top: -7px;
  border: 0px;
  border-top-width: 2px;
  border-color: #ff6400;
  border-style: solid;
  left: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  width: 24px;
}
.hm-abt-dtl .btn-theme:hover:before {
  width: 100%;
  height: 100%;
  border-color: #131e1e;
}
.hm-abt-dtl .btn-theme:after {
  content: "";
  position: absolute;
  bottom: -7px;
  border: 0px;
  border-bottom-width: 2px;
  border-color: #ff6400;
  border-style: solid;
  right: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  width: 24px;
}
.hm-abt-dtl .btn-theme:hover:after {
  width: 100%;
  height: 100%;
  border-color: #131e1e;
}

.hm-abt-counting {
  width: 80%;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #0004;
}
.hm-counting h3 {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: bolder;
  margin-bottom: 0px;
  color: rgb(255 255 255 / 0%);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #009cff;
}
.hm-counting span {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.71429;
  color: #576566;
}
.hm-abt-img-second {
  position: relative;
  left: -100px;
  margin-top: 40px;
}
.hm-abt-img-second:after {
  content: "";
  position: absolute;
  width: 105px;
  height: 105px;
  border: 2px solid #009cffb3;
  top: -30px;
  left: -30px;
  z-index: -1;
}
.hm-abt-arrow {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #242424;
  right: -50px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-abt-arrow img {
  -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
}

@keyframes downarrow {
  0% {
    -webkit-transform: translateY(0);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translateY(0.4em);
    opacity: 0.9;
  }
}

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

.hm-strip {
  background: url(../images/toilet-cubicle-nylon-crown.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.hm-strip:after {
  content: "";
  position: absolute;
  background-color: #242424d6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hm-strip-text {
  display: flex;
  align-items: center;
  height: 100%;
}
.hm-strip-text p {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.hm-strip-btns {
  position: relative;
  background: #009cff;
  z-index: 1;
  padding: 40px 0;
  display: flex;
  justify-content: right;
}
.hm-strip-btns:after {
  content: "";
  width: 1000px;
  height: 100%;
  background: #009cff;
  position: absolute;
  top: 0;
  left: 99.8%;
}
.hm-strip-btns:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 6px;
  height: 60px;
  background: #ff6400;
  transform: translate(-50%, -50%);
}
.hm-strip-btns .btn-theme {
  position: relative;
  background: #ff6400;
  padding: 8px 25px;
  font-size: 14px;
  letter-spacing: 0.8px;
  font-weight: 400;
  border-radius: 0px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hm-strip-btns .btn-theme:hover {
  background: #131e1e;
}
.hm-strip-btns .btn-theme:before {
  content: "";
  position: absolute;
  top: -7px;
  border: 0px;
  border-top-width: 2px;
  border-color: #ff6400;
  border-style: solid;
  left: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  width: 24px;
}
.hm-strip-btns .btn-theme:hover:before {
  width: 100%;
  height: 100%;
  border-color: #131e1e;
}
.hm-strip-btns .btn-theme:after {
  content: "";
  position: absolute;
  bottom: -7px;
  border: 0px;
  border-bottom-width: 2px;
  border-color: #ff6400;
  border-style: solid;
  right: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  width: 24px;
}
.hm-strip-btns .btn-theme:hover:after {
  width: 100%;
  height: 100%;
  border-color: #131e1e;
}
/** **************** **/

.hm-prod {
  background: rgb(246 247 249);
  padding: 80px 0 80px;
}
.hm-prod-head {
  text-align: center;
}

.hm-prod-head .hm-prod-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 15px;
  transition: all 0.5s linear;
  font-size: 1.28571rem;
  line-height: 1.66667;
  color: #009cff;
}
.hm-prod-head .hm-prod-title:hover {
  letter-spacing: 1px;
}
.hm-prod-head .hm-prod-title:before {
  content: "";
  height: 1px;
  top: 14px;
  position: absolute;
  background-color: #009cff;
  width: 30px;
  margin-top: 6px;
  left: -40px;
}
.hm-prod-head .hm-prod-title:after {
  content: "";
  height: 1px;
  top: 14px;
  position: absolute;
  background-color: #009cff;
  width: 50px;
  left: -60px;
}
.hm-prod-head .hm-prod-title span:before {
  content: "";
  height: 1px;
  top: 14px;
  position: absolute;
  background-color: #009cff;
  width: 30px;
  margin-top: 6px;
  right: -40px;
}
.hm-prod-head .hm-prod-title span:after {
  content: "";
  height: 1px;
  top: 14px;
  position: absolute;
  background-color: #009cff;
  width: 50px;
  right: -60px;
}
.hm-prod-head h2 {
  font-size: 36px;
  line-height: 1.30833;
  margin: 0 0 35px 0;
  color: #203334;
  clear: both;
  padding: 0;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
}
.hm-prod-box {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2rem;
  text-align: center;
  background: #fff;
  border-radius: 25px;
  height: 100%;
  position: relative;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.hm-prod-box:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.hm-prod-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  background: #009cff;
  transition: all 0.3s ease-out;
}
.hm-prod-box:hover:before {
  left: 0;
}
.hm-prod-box img {
  position: relative;
  z-index: 1;
}
.hm-prod-box:hover img {
  filter: invert(1);
}
.hm-prod-box span {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 1.28571rem;
  line-height: 1.66667;
  font-weight: 300;
  margin: 10px 0;
}
.hm-prod-box:hover span {
  color: #fff;
}

.hm-prod-box .btn-theme {
  position: relative;
  background: #ff6400;
  padding: 8px 25px;
  font-size: 14px;
  letter-spacing: 0.8px;
  font-weight: 400;
  border-radius: 0px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hm-prod-box .btn-theme:hover {
  background: #131e1e;
}
.hm-prod-box .btn-theme:before {
  content: "";
  position: absolute;
  top: -7px;
  border: 0px;
  border-top-width: 2px;
  border-color: #ff6400;
  border-style: solid;
  left: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  width: 24px;
}
.hm-prod-box .btn-theme:hover:before {
  width: 100%;
  height: 100%;
  border-color: #131e1e;
}
.hm-prod-box .btn-theme:after {
  content: "";
  position: absolute;
  bottom: -7px;
  border: 0px;
  border-bottom-width: 2px;
  border-color: #ff6400;
  border-style: solid;
  right: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  width: 24px;
}
.hm-prod-box .btn-theme:hover:after {
  width: 100%;
  height: 100%;
  border-color: #131e1e;
}

.hm-prod-slider {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
.hm-prod-slider .owl-stage-outer {
  overflow: inherit !important;
}
.prod-slider .owl-nav {
  position: absolute;
  width: 100%;
  bottom: -58px;
  font-size: 16px;
  font-weight: 600;
  left: unset;
  display: flex;
  justify-content: center;
  margin: 0;
}
.prod-slider .owl-nav:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #bbbbbb;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translate(-50%, -50%);
}
.prod-slider .owl-nav .owl-prev {
  text-align: center;
  border: none;
  color: #000;
  display: inline-block;
  transform: translate(-35px, 0);
  word-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.prod-slider .owl-nav .owl-next {
  text-align: center;
  border: none;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  transform: translate(0px, 0);
  word-spacing: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.prod-slider .owl-nav .owl-prev:hover,
.prod-slider .owl-nav .owl-next:hover {
  color: #ff6400;
}
.hm-prod-name {
  width: 100%;
  background: #009cff;
  padding: 20px 0;
  text-align: center;
}
.hm-prod-name span {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
}

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

.hm-advtg {
  padding: 80px 0 30px 0;
}

.hm-advtg-head {
  margin-bottom: 50px;
  text-align: center;
}
.hm-advtg-head .hm-advtg-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 15px;
  transition: all 0.5s linear;
  font-size: 1.28571rem;
  line-height: 1.66667;
  color: #009cff;
}
.hm-advtg-head .hm-advtg-title:hover {
  letter-spacing: 1px;
}
.hm-advtg-head .hm-advtg-title:before {
  content: "";
  height: 1px;
  top: 14px;
  position: absolute;
  background-color: #009cff;
  width: 30px;
  margin-top: 6px;
  left: -40px;
}
.hm-advtg-head .hm-advtg-title:after {
  content: "";
  height: 1px;
  top: 14px;
  position: absolute;
  background-color: #009cff;
  width: 50px;
  left: -60px;
}
.hm-advtg-head .hm-advtg-title span:before {
  content: "";
  height: 1px;
  top: 14px;
  position: absolute;
  background-color: #009cff;
  width: 30px;
  margin-top: 6px;
  right: -40px;
}
.hm-advtg-head .hm-advtg-title span:after {
  content: "";
  height: 1px;
  top: 14px;
  position: absolute;
  background-color: #009cff;
  width: 50px;
  right: -60px;
}
.hm-advtg-head h2 {
  font-size: 36px;
  line-height: 1.40833;
  margin: 0 0 18px 0;
  text-align: center;
  color: #203334;
  clear: both;
  padding: 0;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
}
.hm-advtg-head p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.81429;
  color: #576566;
  padding-bottom: 20px;
}
.hm-advtg-box {
  display: block;
  margin-bottom: 50px;
  /*height: 100%;*/
  width: 100%;
  text-align: center;
}
.hm-advtg-box img {
  display: block;
  margin: 0 auto 15px;
  width: 60px;
}
.hm-advtg-box span {
  font-size: 13px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.2px;
  color: #576566;
}
.hm-advtg .carousel-indicators {
  margin-top: 30px;
  bottom: 0px;
}
.hm-advtg .carousel-indicators li {
  background-color: rgb(229 229 229);
}
.hm-advtg .carousel-indicators .active {
  background-color: rgb(255 100 0 / 95%);
}

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

.hm-industry {
  padding-bottom: 80px;
}
.hm-industry-head {
  border-top: 1px solid #0002;
  padding-top: 70px;
  padding-bottom: 40px;
}
.hm-industry-head h2 {
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  color: #203334;
}
.hm-icon-dtl {
  text-align: center;
}
.we_serve_box {
  text-align: center;
  /* border: 1px solid var(--light-grey-color); */
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  border-radius: 20px;
  padding: 0.8rem 0.8rem 0.5rem;
  position: relative;
  height: 100%;
  transition: all 0.5s ease-out;
  background: #fff;
}
.we_serve_box:hover {
  background: #009cff;
  box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
}
.we_serve_icon {
  /* width: 150px; */
  height: 140px;
  margin: auto;
  background: #384777;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.we_serve_box:hover .we_serve_icon {
  background: #373435;
}
.we_serve_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #373435;
  transition: all 0.5s ease-out;
  border-radius: 10px;
  scale: 0;
  z-index: -1;
}
.we_serve_box:hover .we_serve_icon::before {
  scale: 1;
}
.we_serve_icon img {
  width: 100%;
  height: 100%;
  /*object-fit: contain;*/
  transition: all 0.5s ease-out;
}
.we_serve_box:hover img {
  scale: 1.1;
}
.we_serve_box p {
  font-size: 15px;
  padding: 1rem 0rem 2px;
  transition: all 0.5s ease-out;
  color: #666;
  letter-spacing: 0.5px;
  text-align: center;
  width: 100%;
}
.we_serve_box:hover p {
  color: #fff;
}
.we_serve_box:hover {
  box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
}
.hm-icon-text {
  display: flex;
  align-items: center;
  height: 60px;
  text-align: center;
  width: 100%;
}
.prod-indust {
  padding: 60px 0;
}
.prod-indust-head h2 {
  font-size: 25px;
  font-weight: 600;
  color: #384777;
  margin-bottom: 15px;
}
.prod-indust .col-md-2 {
  margin: 15px 0;
}

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

.hm-cleint {
  background-color: #f4f5f7;
  padding: 30px 0;
}
.client-wrapper {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 1px 1.732px 15px 0px rgb(19 37 56 / 8%);
  height: auto;
  /*display: flex;*/
  padding: 15px 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cleint-slider .client-wrapper img {
  width: auto !important;
  display: block;
  margin: 0 auto;
}
.cleint-slider .client-wrapper:hover {
  bottom: 5px;
}
.cleint-slider .item {
  padding: 15px 10px;
}

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

.ftr-bg {
  background: url(../images/footer-bg.png), #242424 no-repeat;
  background-size: cover;
  background-position: 50% 30%;
  padding: 60px 0 20px;
}
.ftr-head {
  padding-bottom: 12px;
}
.ftr-head h4 {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #fff;
  padding-bottom: 5px;
}
.ftr-link li {
  display: grid;
  grid-template-columns: 4% 95%;
  gap: 15px;
  margin-bottom: 10px;
}
.ftr-link li a {
  color: #ffffffb8;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.ftr-link li a:hover {
  color: #fff;
}
.led {
  border-radius: 50%;
  background-color: #6c6c6c;
  width: 8px;
  height: 8px;
  position: relative;
  cursor: pointer;
  border: 3px solid #6c6c6c;
  margin-top: 7px;
}
.ftr-link li:hover .led {
  background-color: rgb(245 134 51);
  border: 3px solid rgb(245 134 51);
}

.ftr-cont {
  padding-bottom: 20px;
  padding-left: 35px;
  position: relative;
}
.ftr-cont h4 {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 10px;
}
.ftr-cont img {
  position: absolute;
  top: 0px;
  left: 0;
}
.ftr-cont p a {
  color: #ffffffb8;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.ftr-cont p:hover a {
  color: #fff;
}
.social-icon ul li {
  display: block;
  margin-bottom: 10px;
}
.social-icon ul li a {
  color: #fff;
}
.social-icon ul li a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  transition: all 0.8s;
  -webkit-transition: 0.8s ease;
}
.social-icon ul li a span {
  padding-left: 15px;
}
.icon1 i {
  background: #4d6bb3;
  color: #fff;
  border: 1px solid #4d6bb3;
}
.icon2 i {
  background: #bd081c;
  color: #fff;
  border: 1px solid #bd081c;
}
.icon3 i {
  background: #ed2a24;
  color: #fff;
  border: 1px solid #ed2a24;
}
.icon5 i {
  background: #0078b5;
  color: #fff;
  border: 1px solid #0078b5;
}
.icon4 i {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.icon6 i {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: #fff;
}
.social-icon ul li a:hover i {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  border-radius: 5px;
}

.foot-top {
  background: #3bbb9c;
  padding: 15px 0;
}
.foot-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot-top .container h1 {
  color: #fff;
  font-size: 27px;
}
.foot-top .container h1 .f-bold {
  font-weight: 700;
}

.foot-top .common-btn {
  background: #58595b;
  color: #fff;
  z-index: 1;
  border: 2px solid #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  width: 140px;
  height: 42px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  /* border: none; */
}
.foot-top .common-btn:hover {
  color: #000;
  border: 2px solid #58595b;
}
.foot-top .common-btn:before {
  position: absolute;
  content: "";
  left: 0;
  width: 0%;
  height: 100%;
  background: #3bbb9c;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  top: 0;
}
.foot-top .common-btn:hover:before {
  background: #fff;
  color: #000;
}
.foot-top .common-btn:hover:before {
  width: 100%;
}

.ftr-btm {
  padding: 30px 0 10px;
  border-top: 1px solid #ffffff38;
  margin-top: 30px;
}
.ftr-btm p {
  font-size: 15px;
  color: rgb(137, 137, 138);
  line-height: 1.5;
  text-align: center;
}
.ftr-btm p b {
  color: #009cff;
}
.ftr-btm p a {
  color: rgb(137, 137, 138);
  font-weight: 800;
}
.ftr-btm p a:hover {
  color: #009cff;
}
.ftr-logo {
  text-align: center;
}
.ftr-made-india {
  text-align: right;
}

/************************/
#inner_product_banner {
  background: url(../images/bread-crum.png) no-repeat;
  background-size: cover;
  min-height: 290px;
  height: 100%;
  position: relative;
}
#inner_product_banner:after {
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 42%);
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
}
.banner_heading {
  position: relative;
  z-index: 9;
  padding: 10% 16% 0;
  text-align: center;
}
.banner_heading h1 {
  font-size: 36px;
  color: #f9f9f9;
  font-weight: 900;
  letter-spacing: 2px;
  display: block;
  text-transform: uppercase;
}

/************************/
#product_nav {
  padding: 15px 0;
  background: #0077bc;
  text-align: center;
}
.bnav_list ul li {
  display: inline-block;
  padding-right: 10px;
}
.bnav_list ul li a,
.bnav_list ul li span {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
}
.bnav_list ul li a i {
  font-size: 14px;
}
.bnav_list ul li span {
  color: #f58735;
}
.bnav_list ul li a:hover {
  color: #f58735;
}
.bnav_list ul li:after {
  color: #f58735;
  content: "\f101";
  font-family: "FontAwesome";
  font-weight: 700;
  font-size: 12px;
  margin-left: 10px;
}
.bnav_list ul li:last-child::after {
  display: none;
}

/*----------------------*/
.prod-dtl {
  margin: 70px 0;
}
.inner_product_lst_bx {
  box-shadow: 0px 0px 10px rgba(29, 58, 83, 0.15);
  display: block;
  border-top: 4px solid #f58430;
  background: #fff;
  position: relative;
  z-index: 99;
  margin-top: -30px;
  margin-bottom: 40px;
}
.inner_product_lst_bx h5 {
  padding: 20px 15px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  display: block;
  background: #0077bc;
  color: #fff;
}
.product_lst_dtl ul {
  padding-top: 20px;
}
.product_lst_dtl ul li {
  padding: 10px 20px;
  border-bottom: 1px solid #efefef;
}
.product_lst_dtl ul li:last-child {
  border-bottom: 0px;
}
.product_lst_dtl ul li a {
  color: #464646;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  display: block;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product_lst_dtl ul li:hover a {
  color: #f88733;
}
/*.product_lst_dtl ul li > a:after {
    content: "\f141";
    font-family: FontAwesome;
    padding-left: 5px;
  color:#efefef;
    font-size: 15px;
}*/

.prod-content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #414141;
}
.prod-table h3 {
  font-weight: 600;
  color: #396a91;
  margin-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.prod-content h2 {
  font-weight: 600;
  font-size: 25px;
  color: #396a91;
  padding-bottom: 10px;
  font-family: "Roboto", sans-serif;
}

.table .primary {
  background: #3c3e40 !important;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.table-striped thead {
  background: #f88733;
  color: #fff;
  font-size: 15px;
}
.table-bordered td {
  font-weight: 500 !important;
}
.table-heading h4 {
  font-weight: 600;
  text-align: center;
  font-size: 30px;
  padding-bottom: 30px;
  clear: #1a2452;
}
.prod-table h3 {
  font-weight: 500;
  color: #396a91;
  margin-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.prod-table thead {
  background: #f88733;
  color: #fff;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #0000001f;
}
.prod-table tbody tr th,
.prod-table tbody tr td {
  font-weight: 400 !important;
}
.prod-table thead tr th {
  font-weight: 400 !important;
}
.prod-images img {
  width: 100%;
  border: 5px solid #f7f7f7;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.pro-img {
  margin-bottom: 30px;
}
.prod-logos h6 {
  text-align: center;
  padding: 12px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Poppins";
}
.restroom-box {
  display: block;
  margin: 20px 0;
}
.restroom-box h6 {
  color: #000;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.just {
  margin-top: 40px;
}
.prod-content-dtl h4 {
  font-weight: 600;
  font-size: 21px;
  color: #203334;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
.prod-content-dtl {
  padding-bottom: 10px;
}
.prod-content-dtl ul li i {
  margin-right: 5px;
  color: #0076bc;
}
.prod-content-dtl ul li b {
  font-weight: 600;
}
.prod-content-dtl ul li {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #414141;
}
.prod-content-dtl p {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #414141;
}
.prod-content-dtl ul ul li {
  padding-left: 25px;
}
.prod-title h5 {
  color: #f08530;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 15px;
}
/* **************** */
.cont-main {
  padding: 80px 0 80px;
  background-image: url("../images/cnt-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cnt-title span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-transform: uppercase;
  padding-right: 60px;
  margin-bottom: 24px;
  transition: all 0.5s linear;
  font-size: 1.28571rem;
  line-height: 1.66667;
  color: #009cff;
}
.cnt-title span:before {
  content: "";
  width: 30px;
  margin-top: 6px;
  right: 20px;
  height: 1px;
  top: 12px;
  position: absolute;
  background-color: #009cff;
}
.cnt-title span:after {
  content: "";
  width: 50px;
  height: 1px;
  top: 12px;
  position: absolute;
  background-color: #009cff;
  right: 0;
}
.cnt-head {
  margin-bottom: 20px;
}
.cont-left-box .cnt-head h2 {
  font-size: 36px;
  line-height: 1.40833;
  margin: 0 0 26px 0;
  color: #203334;
  clear: both;
  padding: 0;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
}
.cnt-information {
  display: flex;
  margin-bottom: 30px;
}
.cnt-information:last-child {
  margin-bottom: 0;
}
.cnt-information .cnt-icon-bx img {
  width: 56px;
  height: 56px;
  margin-right: 20px;
  padding: 13px;
  background: #0076bc;
  border-radius: 10px;
}
.cnt-dtls h3 {
  font-size: 20px;
  font-weight: 700;
  color: #203334;
  margin-bottom: 10px;
}
.cnt-dtls a:hover {
  color: #f48634;
}
.cnt-dtls a {
  display: block;
  color: #6d6d6d;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
}
.cont-right-box .cnt-head h3 {
  font-size: 30px;
  line-height: 1.40833;
  margin: 0 0 5px 0;
  color: #203334;
  clear: both;
  padding: 0;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
}
.cont-right-box .cnt-head p {
  color: #6d6d6d;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
}
.cont-right-box .cnt-head {
  margin-bottom: 30px;
}
.cont-right-box {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cont-right-box .form-group input,
.cont-right-box .form-group textarea {
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
}
.cont-right-box .form-group input {
  padding: 10px 10px;
}
.cnt-btn {
  background-color: #ff6400;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  border: 0;
  transition: all 0.3s;
  margin-top: 10px;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
}
.cont-right-box a.cnt-btn:hover {
  background-color: #131e1e;
  transition: all 0.3s;
}
.cont-right-box .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #0077c0;
  outline: 0;
  box-shadow: none;
}
.map-part iframe {
  padding: 10px;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.map-part {
  margin: 60px 0;
}
/* **************** */

/* **************** */
.abt-main {
  padding: 80px 0 80px;
}
.abt-img-bx img {
  position: relative;
}
.abt-img-bx::before {
  content: "";
  position: absolute;
  left: -90px;
  top: 110px;
  width: 65%;
  height: 65%;
  border-radius: 20px;
  rotate: 45deg;
  border: 2px solid #f28e40;
}
.abt-msg-box {
  position: absolute;
  bottom: 10px;
  /* background: #fff; */
  right: 55px;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; */
  border-radius: 10px;
  padding: 20px 15px;
}
.abt-msg-box img {
  width: 230px;
}
.abt-msg-box span {
  display: inline-block;
  font-size: 27px;
  font-weight: 700;
  color: #0076bc;
  margin-bottom: 10px;
}
.abt-msg-box p {
  font-size: 14px;
  color: #576566;
  letter-spacing: 0.5px;
  word-spacing: 2px;
}
.abt-dtls-box span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-transform: uppercase;
  padding-right: 60px;
  margin-bottom: 15px;
  transition: all 0.5s linear;
  font-size: 1.28571rem;
  line-height: 1.66667;
  color: #009cff;
}
.abt-dtls-box span:before {
  content: "";
  width: 30px;
  margin-top: 6px;
  right: 20px;
  height: 1px;
  top: 12px;
  position: absolute;
  background-color: #009cff;
}
.abt-dtls-box span:after {
  content: "";
  width: 50px;
  height: 1px;
  top: 12px;
  position: absolute;
  background-color: #009cff;
  right: 0;
}
.abt-dtls-box h2 {
  font-size: 36px;
  line-height: 1.40833;
  margin: 0 0 18px 0;
  color: #203334;
  clear: both;
  padding: 0;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
}

.abt-dtls-box p {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.81429;
  color: #576566;
  padding-bottom: 10px;
}
/* **************** */

/* **************** */
.why-us {
  padding: 80px 0 80px;
  background-color: #fcfafa;
}
.why-us-head {
  text-align: center;
  display: inline-block;
  position: relative;
}
.why-us-head-bx {
  text-align: center;
}
.why-us-head span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-transform: uppercase;
  padding-right: 60px;
  margin-bottom: 15px;
  transition: all 0.5s linear;
  font-size: 1.28571rem;
  line-height: 1.66667;
  color: #009cff;
}
.why-us-head span:before {
  content: "";
  width: 30px;
  margin-top: 6px;
  right: 20px;
  height: 1px;
  top: 12px;
  position: absolute;
  background-color: #009cff;
}
.why-us-head span:after {
  content: "";
  width: 50px;
  height: 1px;
  top: 12px;
  position: absolute;
  background-color: #009cff;
  right: 0;
}
.why-us-head:before {
  content: "";
  height: 1px;
  top: 14px;
  position: absolute;
  background-color: #009cff;
  width: 30px;
  margin-top: 6px;
  left: -5px;
}
.why-us-head:after {
  content: "";
  height: 1px;
  top: 14px;
  position: absolute;
  background-color: #009cff;
  width: 50px;
  left: -25px;
}
.why-us-head h3 {
  font-size: 36px;
  line-height: 1.30833;
  margin: 0 0 35px 0;
  color: #203334;
  clear: both;
  padding: 0;
  font-weight: 700;
  text-transform: capitalize;
  padding-right: 45px;
}
.why-img-box img {
  width: 240px;
}
.why-img-box {
  text-align: right;
  padding-right: 65px;
}
.why-us-dtls {
  height: 100%;
  align-content: center;
}
.why-us-dtls p {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.81429;
  color: #576566;
}
.why-us-bx {
  width: 92%;
}
/* **************** */

/* **************** */
.client-sec {
  padding: 80px 0 80px;
}
.client-sec .row {
  justify-content: center;
}
.client-head h2 {
  text-align: center;
  font-size: 36px;
  line-height: 1.40833;
  margin: 0 0 26px 0;
  color: #203334;
  clear: both;
  padding: 0;
  font-weight: 700;
  text-transform: capitalize;
}
.clie-box {
  margin-bottom: 30px;
  border-radius: 20px;
}
.clie-box:hover > img {
  scale: 1.1;
  rotate: 2deg;
  transition: 0.3s ease-in-out;
}
.clie-box img {
  width: 100%;
  padding: 10px;
  border: 2px solid #f78633;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
/* **************** */

/* **************** */
.ourwork-main {
  padding: 80px 0 80px;
}
.o-work-head .o-work-span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 15px;
  transition: all 0.5s linear;
  font-size: 1.28571rem;
  line-height: 1.66667;
  color: #009cff;
}
.o-work-head .o-work-span:hover {
  letter-spacing: 1px;
}
.o-work-head .o-work-span:before {
  content: "";
  height: 1px;
  top: 14px;
  position: absolute;
  background-color: #009cff;
  width: 30px;
  margin-top: 6px;
  left: -40px;
}
.o-work-head .o-work-span:after {
  content: "";
  height: 1px;
  top: 14px;
  position: absolute;
  background-color: #009cff;
  width: 50px;
  left: -60px;
}
.o-work-head .o-work-span span:before {
  content: "";
  height: 1px;
  top: 14px;
  position: absolute;
  background-color: #009cff;
  width: 30px;
  margin-top: 6px;
  right: -40px;
}
.o-work-head .o-work-span span:after {
  content: "";
  height: 1px;
  top: 14px;
  position: absolute;
  background-color: #009cff;
  width: 50px;
  right: -60px;
}
.o-work-head h2 {
  font-size: 36px;
  line-height: 1.40833;
  margin: 0 0 26px 0;
  color: #203334;
  clear: both;
  padding: 0;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
}
.o-work-head {
  text-align: center;
}
.work-head {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -305px;
  background: #009cff;
  text-align: center;
  align-content: center;
  transition: 0.4s ease-in-out;
}
.our-wk-dtl:hover .work-head {
  bottom: 0;
  background: #009dff6e;
}
.our-wk-dtl {
  position: relative;
  overflow-y: hidden;
  margin-bottom: 30px;
}
.work-head span {
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
/* **************** */

/* **************** */
.certificate-sec {
  padding: 80px 0 80px;
}
.certi-head .certi-span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 15px;
  transition: all 0.5s linear;
  font-size: 1.28571rem;
  line-height: 1.66667;
  color: #009cff;
}
.certi-head .certi-span:hover {
  letter-spacing: 1px;
}
.certi-head .certi-span:before {
  content: "";
  height: 1px;
  top: 14px;
  position: absolute;
  background-color: #009cff;
  width: 30px;
  margin-top: 6px;
  left: -40px;
}
.certi-head .certi-span:after {
  content: "";
  height: 1px;
  top: 14px;
  position: absolute;
  background-color: #009cff;
  width: 50px;
  left: -60px;
}
.certi-head .certi-span span:before {
  content: "";
  height: 1px;
  top: 14px;
  position: absolute;
  background-color: #009cff;
  width: 30px;
  margin-top: 6px;
  right: -40px;
}
.certi-head .certi-span span:after {
  content: "";
  height: 1px;
  top: 14px;
  position: absolute;
  background-color: #009cff;
  width: 50px;
  right: -60px;
}
.certi-head h2 {
  font-size: 36px;
  line-height: 1.30833;
  margin: 0 0 35px 0;
  color: #203334;
  clear: both;
  padding: 0;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
}
.certi-head {
  height: 80%;
  text-align: center;
  margin-top: 10rem;
}
.certi-sticky {
  position: sticky;
  top: 330px;
  bottom: 100px;
}
.cert-box img {
  border: 4px #242424;
  border-style: groove;
}
/* **************** */

/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@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);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}

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

#inner_product_section {
  padding: 70px 0 50px 0;
}
.product_description {
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
}
.product_description h2 {
  font-weight: 600;
  font-size: 28px;
  color: #f58735;
  padding-bottom: 10px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.product_description p {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #414141;
  text-align: center;
  padding-bottom: 10px;
}
.inn_prd_mg img {
  width: 100%;
  border: 5px solid #f7f7f7;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.product_rht_dtl {
  padding-left: 30px;
}
.product_inn_dtl h3 {
  font-weight: 600;
  font-size: 24px;
  color: #396a91;
  letter-spacing: 1px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}
.product_inn_dtl p {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #414141;
  padding-bottom: 10px;
}
.prd_icon_bx {
  margin-bottom: 25px;
}
.prd_bx {
  display: inline-block;
  background: #fff;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  float: left;
  margin-right: 15px;
  vertical-align: middle;
  box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
}
.prd_bx img {
  width: 50px;
  height: auto;
}
.prd_bx_dtl span {
  font-size: 17px;
  font-weight: 500;
  display: block;
  color: #396a91;
  padding-top: 5px;
  padding-bottom: 5px;
}
.prd_bx_dtl p {
  font-weight: 400;
  font-size: 15px;
  color: #414141;
}
/********************/
#middle_section {
  padding: 60px 0 60px 0;
  background: rgb(246 247 249);
}
.middle_hed h4 {
  font-size: 22px;
  letter-spacing: 1px;
  display: block;
  padding-bottom: 35px;
  text-align: center;
  color: #396a91;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}
.middle_bx {
  background: #fff;
  position: relative;
  padding: 30px;
  box-shadow: 0 0 30px 0 rgb(27 68 163 / 7%);
}
.middle_bx:before {
  top: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #fff;
  border-width: 16px;
  left: 25px;
}
.middle_bx0 {
  background: #fff;
  position: relative;
  padding: 30px;
  margin-top: 65px;
  box-shadow: 0 0 30px 0 rgb(27 68 163 / 7%);
}
.middle_bx0:before {
  bottom: 100%;
  border: transparent solid;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  left: 25px;
}
.middle_dtl span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: #396a91;
  letter-spacing: 0.5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.middle_dtl p {
  font-size: 14px;
  display: block;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.number {
  width: 36px;
  height: 36px;
  position: absolute;
  content: "";
  top: auto;
  bottom: -65px;
  background-color: #fff;
  border-radius: 50px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-align: center;
  line-height: 36px;
  display: block;
  left: 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s aese-in-out;
}
.middle_bx:hover .number {
  background-color: #f58735;
  color: #fff;
}
.number0 {
  width: 36px;
  height: 36px;
  position: absolute;
  content: "";
  top: auto;
  top: -65px;
  background-color: #fff;
  border-radius: 50px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-align: center;
  line-height: 36px;
  display: block;
  left: 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s aese-in-out;
}
.middle_bx0:hover .number0 {
  background-color: #f58735;
  color: #fff;
}
.product_inn_dtl h5,
.product_inn_dtl h5 {
  font-weight: 600;
  font-size: 24px;
  color: #396a91;
  letter-spacing: 1px;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}
.product_inn_dtl ul {
  padding-top: 10px;
}
.product_inn_dtl ul li {
  padding-bottom: 10px;
}
.product_inn_dtl ul li span {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #414141;
  display: block;
  position: relative;
  padding-left: 20px;
}
.product_inn_dtl li span i {
  color: #f58735;
  opacity: 0.8;
  font-size: 12px;
  margin-right: 5px;
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
}

.faq .card {
  background-color: rgb(246 247 249);
  border: 1px dashed rgb(103 106 109 / 20%);
  margin-top: 15px;
}
.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;
}
/* .faq .card .card-header:hover {
  padding-left: 10px;
} */
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 45px;
  padding-right: 15px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  -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: 16px;
  padding-bottom: 16px;
  position: relative;
  color: #000;
  font-family: "Poppins", sans-serif;
}
.faq .card .card-header .faq-title .badge {
  width: 28px;
  height: 30px;
  text-align: center;
  background: #308bc6;
  color: #fff;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  left: 10px;
  top: 12px;
}
.faq .card .card-body {
  padding: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  color: #33383d;
  background: #fff;
  border-top: 2px solid #31306c;
}
.faq .card .card-body p {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #414141;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .faq .card .card-header .faq-title {
    line-height: 24px;
    margin-top: 10px;
  }
}

.blog_main {
  padding: 60px 0 40px 0;
}
.hm_blog_title {
  padding-bottom: 20px;
}
.hm_blog_title h1 {
  font-size: 55px;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 20px;
}
.main_blog_mg img {
  padding: 5px;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 3%);
  border-radius: 10px;
  margin: 0 auto;
  display: table;
}
.blog_section_bx {
  background: #f8f8f8;
  padding: 30px 10px;
  border-radius: 10px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.main_blog_dtl span {
  font-size: 20px;
  color: #396a91;
  font-weight: bold;
  padding-bottom: 5px;
  display: block;
}

.main_blog_dtl p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #414141;
}

.blog_form_section {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 3%);
}

.blog_form_section span {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  padding-bottom: 5px;
  display: block;
  text-align: center;
}

.hm_text_btn {
  margin-top: 60px;
  display: inline-block;
}
a.read_btn {
  padding: 12px 30px;
  color: #414141;
  border: 2px solid #000;
  font-size: 15px;
  font-weight: 700;
  margin-right: 10px;
  background-color: #fff;
  position: relative;
}
a.read_btn:hover {
  border: 2px solid transparent;
}

a.read_btn i {
  position: absolute;
  content: "";
  right: 10px;
  display: block;
  margin-left: -10px;
  top: 0;
  color: #414141;
  margin-top: 15px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a.read_btn:hover i {
  opacity: 1;
  margin-left: 0px;
}

.main-blog-page {
  padding: 60px 0 40px 0;
}

.blog-post h2 {
  font-weight: 600;
  font-size: 25px;
  color: #396a91;
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: 4px solid #f58634;
  font-family: "Roboto", sans-serif;
}
.blog-post img {
  width: 100%;
  border: 5px solid #f7f7f7;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.blog-dtl p {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #414141;
}

.blog-dtl {
  padding-bottom: 20px;
}

.blog-post h3 {
  font-weight: 600;
  font-size: 25px;
  color: #396a91;
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: 4px solid #f58634;
  font-family: "Roboto", sans-serif;
}

.blog-list li i {
  padding: 8px;
  margin-right: 5px;
  color: #0076bc;
}
.blog-list li {
  font-size: 15px;
  color: #414141;
  line-height: 24px;
  letter-spacing: 1.25px;
}
.blog-list i {
  font-size: 20px;
}
.list-styled {
  margin-left: 20px;
}

.sidebar .card:hover {
  transform: translateY(-5px);
}

.sidebar .card-header {
  background-color: #0077bc;
  font-family: "Roboto", sans-serif;
  color: white;
  font-weight: 500;
  padding: 15px;
  margin: 0;
}

.sidebar .list-group-item-action:hover {
  background-color: #e9ecef;
  color: #009cff;
}

.sidebar .badge {
  margin: 3px;
  padding: 8px 12px;
  font-size: 0.9rem;
}

.sticky-top {
  top: 80px;
}

.policy-sec {
  padding: 60px 0 60px;
}
.policy-head h2 {
  font-size: 36px;
  text-align: center;
  color: #203334;
  clear: both;
  padding: 20px 20px;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
}
.policy-info p a {
  color: #009cff;
}
.policy-info p a:hover {
  color: #ee8533;
}
.policy-info p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.81429;
  color: #576566;
}
.policy-info {
  padding: 30px 30px 30px 30px;
}
.policy-box {
  border-radius: 18px;
  box-shadow: rgb(0 119 188 / 10%) 0px 8px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.policy-head {
  border-bottom: 2px solid #08254025;
}

.prod-content h3 {
    font-weight: 600;
    font-size: 25px;
    color: #396a91;
    padding-bottom: 10px;
    font-family: "Roboto", sans-serif;
}


