@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;600&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 {
  color: #333;
}
body {
  font-size: 14px;
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  background: rgba(171, 172, 174, 0.102);
}
.header_menu {
  max-width: 1280px;
}
/************************/
.fixed-top {
  position: relative;
  display: block;
  top: 0px;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.fixed-top.header-scrolled {
  transition: all.5s ease;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.header-scrolled .logo {
  transition: all.5s ease;
  top: 0px;
  width: 16%;
}
.header-scrolled .scrollto img {
  height: auto;
  transition: all.5s ease;
}
.header-scrolled .navigation-right-top {
  display: none;
}
.header-scrolled .main-nav > ul {
  padding: 10px 0;
  margin: 0;
}
.logo {
  transition: all.5s ease;
  width: 23%;
}
.header-scrolled {
  position: fixed;
}
.scrollto img {
  width: 100%;
  height: auto;
  transition: all.5s ease;
}
.main-nav {
  transition: all.3s ease-in-out;
}
.main-nav > ul {
  margin: 22px 0;
  display: flex;
  transition: all.5s ease;
}
.main-nav > ul > li > a::before {
  position: absolute;
  content: "";
  left: -2px;
  bottom: -6px;
  width: 0%;
  border-bottom: 3px solid #fdfdfd;
  transition: 0.3s;
}
.main-nav > ul > li > a:hover::before {
  width: 100%;
}
.main-nav > ul > li {
  position: relative;
  /* white-space: nowrap; */
  float: left;
  padding: 4px 4px;
  /* border-right:3px solid #dcdcdc; */
}
.main-nav > ul > li:after {
  position: absolute;
  content: "";
  top: 0;
  right: -2px;
  border-width: 2px;
  border-style: solid;
  border-color: #dcdcdc;
  height: 23px;
  display: none;
}
.main-nav > ul > li:nth-child(6) {
  border-right: 0px;
}
.main-nav > ul > li.enquiry_tab {
  background: #ff0000;
  background-size: 150%;
  box-shadow: 0 7px 25px -17px #222;
  margin-left: 28px;
  padding: 3px;
  margin-top: -7px;
  color: #fff;
  position: relative;
}
.main-nav > ul > li.enquiry_tab:hover {
  background-size: cover;
  background: #ff7400;
}
.enquiry_tab:after,
.enquiry_tab:before {
  animation: orange-button-pulse-1 5s linear 0s infinite;
  border: 3px solid #f8c401;
  border-radius: 3px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

@keyframes orange-button-pulse-1 {
  0%,
  91.25% {
    opacity: 1;
    transform: scale(1);
  }

  93.12% {
    opacity: 0.8;
  }

  95% {
    opacity: 0.2;
    transform: scale(1.2, 1.6);
  }

  95.01% {
    opacity: 0;
  }

  95.02%,
  96.25% {
    opacity: 1;
    transform: scale(1);
  }

  98.12% {
    opacity: 0.8;
  }

  99.99% {
    opacity: 0.2;
  }

  to {
    opacity: 0;
    transform: scale(1.2, 1.6);
  }
}

@keyframes orange-button-pulse-2 {
  0%,
  93.75% {
    opacity: 1;
    transform: scale(1);
  }

  95.62% {
    opacity: 0.8;
  }

  97.5% {
    opacity: 0.2;
  }

  97.51%,
  to {
    opacity: 0;
    transform: scale(1.2, 1.6);
  }
}

.orange-button-pulse-1:before {
  animation-name: yellow-button-pulse-2;
}

.main-nav > ul > li.enquiry_tab a {
  padding: 5px 20px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  font-weight: 600;
  cursor: pointer;
}
.main-nav a {
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
  font-size: 15px;
  padding: 0 10px;
}
.main-nav .drop-down ul li:after {
  display: none;
}
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #da251c;
  text-decoration: none;
}
.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  /* top: calc(100% + 30px); */
  top: calc(100% + 10px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.3s;
  padding: 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
  border: none;
  border-top: 3px solid #f6f6f6;
  border-radius: 6px 6px 0 0;
}
.main-nav .drop-down:hover > ul {
  opacity: 1;
  /* top: 100%; */
  visibility: visible;
}
.main-nav .drop-down li {
  min-width: 250px;
  position: relative;
}
.main-nav .drop-down ul li {
  border-bottom: 1px solid #f6f6f6;
  margin-top: 0px;
}
.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}
.main-nav .drop-down ul li a {
  padding: 8px 10px;
  color: #000;
  border-radius: 2px;
  font-weight: 500;
  transition: all 200ms linear;
  font-size: 14px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  width: 100%;
}
.main-nav .drop-down ul > .drop-down ul li a {
  padding: 5px 5px;
  font-weight: 500;
  /* line-height:28px; */
  white-space: nowrap;
}
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #fff;
  background-color: #da251c;
}
.main-nav .drop-down > a:after {
  /* content: "\f141"; */
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 15px;
}
.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: "\f141";
  position: absolute;
  right: 15px;
}
/************************/
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #fff;
  transition: 0.4s;
}
.mobile-nav a {
  display: block;
  color: #464646;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  font-family: Montserrat;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #464646;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 30px;
  transition: all 0.4s;
  outline: none;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #000000;
}
.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;
}
/************************/
#carousel-sec {
  overflow-x: hidden;
}
.carousel-inner {
  position: relative;
}
#carousel .carousel-control {
  background: none;
  top: 43%;
  font-size: 20px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: absolute;
}
#carousel .carousel-control-right {
  right: 5%;
}
#carousel .carousel-control-left {
  left: 2%;
}
#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: #ec930e;
  background: rgb(255 255 255 / 75%);
  height: 55px;
  width: 55px;
  z-index: 121;
  line-height: 55px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
}
.carousel-indicators {
  display: none;
}
/************************/
#other_section {
  padding: 80px 0;
  border-top: 4px solid #fff;
}
.leading_data {
  padding: 40px 30px;
  background: url(../images/leading-bg.jpg) no-repeat;
  background-size: cover;
}
.leading_heading h4 {
  font-size: 22px;
  line-height: 38px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 25px;
  display: block;
}
.leading_heading p {
  padding: 16px 0 30px;
  font-size: 16px;
  letter-spacing: 0.25px;
  color: #000;
  display: block;
  font-weight: 500;
}
.leading_btn a {
  padding: 10px 25px;
  background: #f6f6f6;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px;
  display: inline-block;
  margin-bottom: 18px;
}
.leading_btn a:hover {
  background: #000;
  color: #fff;
}
.leading_sec {
  background: #fff;
  padding: 40px 30px;
  border: 2px solid #f3f3f3;
}
.feature_sec {
  padding: 35px 16px;
}
.brd_right {
  border-right: 2px solid #f9f9f9;
}
.second_line {
  border-right: 0px;
  border-bottom: 2px solid #f9f9f9;
}
.feature_icon {
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 15px;
  vertical-align: middle;
}
.feature_icon img {
  width: 60px;
  height: auto;
  position: relative;
  z-index: 1;
  margin-left: 15px;
}
.feature_icon:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #ededed;
  display: block;
  margin-top: -10px;
}
.feature_details span {
  font-size: 28px;
  font-weight: 600;
  display: block;
  font-family: "Be Vietnam Pro", sans-serif;
  color: #ff7400;
}
.feature_details p {
  font-size: 16px;
  letter-spacing: 0.25px;
  color: #000;
  display: block;
  font-weight: 600;
}
.feature_details {
  display: table-cell;
}
/************************/
#about_section {
  padding: 80px 0 40px 0;
  background: #fff;
}
.about_heading h1 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  color: #000;
  padding-bottom: 30px;
  text-transform: capitalize;
  position: relative;
}
.about_heading h1:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 120px;
  left: 0;
  background: #ff7400;
  bottom: 18px;
}
.about_heading p {
  font-size: 14px;
  color: #494949;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 500;
}
.hover_abt_bx {
  position: relative;
  display: block;
  overflow: hidden;
  background: url(../images/leading-bg.jpg) no-repeat;
}
.hover_abt_bx img {
  width: 100%;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.hover_abt_bx h5 {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 0;
  opacity: 1;
  display: block;
  text-align: center;
  transition: 0.5s ease-in-out;
  background-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgb(249 178 0 / 50%) 100%
  );
}
.hover_abt_bx:hover .hovered_abt {
  top: 0;
}
.hover_abt_bx:hover img {
  opacity: 0;
}
.hover_abt_bx:hover h5 {
  opacity: 0;
}
.hovered_abt {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  transition: 0.5s ease-in-out;
  left: 0;
  top: 100%;
  display: flex;
  text-align: left;
  justify-content: center;
  flex-direction: column;
}
.hovered_abt p {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 600;
}
/************************/
#product_section {
  padding: 40px 0 80px 0;
  background: #fff;
}
.product_heading {
  text-align: center;
}
.product_heading h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #000;
  padding-bottom: 25px;
  display: block;
  position: relative;
}
.product_heading h2:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 120px;
  background: #ff7400;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, -50%);
}
.product_heading span {
  font-size: 15px;
  line-height: 24px;
  display: block;
  color: #494949;
  font-weight: 500;
  padding-bottom: 40px;
  letter-spacing: 0.3px;
}
.hm_product_feature {
  padding: 0 0 20px 0;
  background: #fff;
  border: 2px solid #f3f2f2;
  margin-bottom: 15px;
  box-shadow: 5px 6px 20px -5px rgb(70 70 70 / 10%);
}
.product_feature_mg img {
  padding: 15px;
}
.product_feature_txt span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #000;
  text-align: center;
  display: block;
}
.hm_product_feature:hover span {
  color: #ed950f;
}
.product_slider .owl-nav {
  margin-top: 50px;
  display: block;
  position: relative;
}
.product_slider .owl-nav:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  right: 0;
  bottom: 25px;
  background: #f3f2f2;
  display: block;
}
.product_slider .owl-prev span {
  position: absolute;
  content: "";
  bottom: 0;
  left: 45%;
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 35px;
  color: #333333;
  background: #f9f9f9;
  border-radius: 50px;
  display: block;
  border: 2px solid rgb(51 51 51 / 20%);
}
.product_slider .owl-next span {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 35px;
  color: #333333;
  background: #f9f9f9;
  border-radius: 50px;
  display: block;
  border: 2px solid rgb(51 51 51 / 20%);
}
/************************/
#client_section {
  padding: 60px 0;
  position: relative;
  background: #fff;
}
#client_section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  min-height: 370px;
  display: block;
  background: rgba(171, 172, 174, 0.102);
}
.client_haeding h3 {
  font-size: 28px;
  color: #000;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 20px;
  text-transform: capitalize;
  position: relative;
}
.client_haeding h3:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 120px;
  background: #ff7400;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, -50%);
}
.client_haeding span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #000;
  text-align: center;
  display: block;
}
.client_haeding {
  padding-bottom: 50px;
}
.client_feature_bg {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 5px 6px 20px -5px rgb(70 70 70 / 10%);
  /*border-radius:10px;*/
  margin-bottom: 30px;
  /* border: 2px solid #f3f3f3; */
}
.client_item {
  width: 20%;
  padding: 25px;
  text-align: center;
  border-right: 2px solid #f9f9f9;
  border-bottom: 2px solid #f9f9f9;
  position: relative;
  cursor: pointer;
}
.client_item:before {
  position: absolute;
  content: "";
  width: 108%;
  height: 108%;
  background: #fff;
  top: -5%;
  left: -5%;
  opacity: 0;
  z-index: 1;
  display: inline-block;
  transform: scale(0.85);
}
.client_item:hover:before {
  opacity: 1;
  transform: scale(1);
  box-shadow: 5px 6px 20px -5px rgb(70 70 70 / 10%);
}
.client_logo img {
  position: relative;
  z-index: 2;
}
/************************/
footer {
  padding: 80px 0 50px 0;
  background: #181818;
}
.hm_foot_hed h5 {
  font-size: 17px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0.3px;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
}
.hm_foot_hed h5:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background: #ff0000;
  display: block;
}
.hm_foot_hed p {
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.25px;
  padding-bottom: 25px;
}
.footer_email ul li {
  display: block;
  margin-bottom: 10px;
}
.footer_email ul li span {
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background: #ff7400;
  margin-right: 10px;
  display: inline-block;
}
.footer_email ul li span img {
  margin: 8px auto;
  display: inline;
  width: 18px;
}
.footer_email ul li a {
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.footer_email ul li a:hover {
  color: #ed950f;
}
.product_list ul li {
  width: 30.5%;
  float: left;
  line-height: 29px;
  margin-right: 15px;
}
.product_list ul li a {
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.4px;
  display: block;
  font-size: 14px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product_list ul li a:hover {
  color: #ed950f;
}
/************************/
.foooter_btm {
  padding: 15px 0;
  text-align: center;
  background: #fff;
}
.ft_btm_dtl p {
  color: #494949;
  display: block;
  font-size: 14px;
  letter-spacing: 0.25px;
  font-weight: 500;
}
.ft_btm_dtl p span a {
  color: #ff0000;
  display: inline-block;
}
/************************/
#product_banner_inner {
  position: relative;
}
#product_banner_inner img {
  position: relative;
}
.banner_overlay {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  /* background-image:linear-gradient(to left, transparent -50%, rgb(249 178 0 / 50%) 100%); */
  /* background: rgb(111,111,111); */
  background: linear-gradient(
    90deg,
    rgb(40 37 32) 0%,
    rgba(255, 255, 255, 0.46262254901960786) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  display: block;
}
#product_banner_inner .banner_inner_content {
  position: absolute;
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  align-items: center;
}
.banner_inner_content h1 span {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  color: #fff;
  padding-bottom: 10px;
  text-transform: uppercase;
}
a.product_btn {
  position: relative;
  padding: 10px 25px;
  background: #f00;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 15px;
  letter-spacing: 0.25px;
  transition: all 0.3s ease;
}
a.product_btn:after {
  position: relative;
  content: "";
  width: 18px;
  height: 12px;
  margin-left: 20px;
  display: inline-block;
  background: url(../images/btnright.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
a.product_btn:hover {
  background: #ff7400;
}
/************************/
#inner_product_section {
  padding: 80px 0 40px 0;
  background: #fff;
}
.inner_product_heading h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
  display: block;
}
.inner_product_heading span {
  font-size: 15px;
  line-height: 24px;
  display: block;
  color: #494949;
  text-align: center;
  font-weight: 500;
  padding: 0 25px 40px 25px;
  letter-spacing: 0.3px;
}
.product_feature_bx {
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.product_inner_mg {
  overflow: hidden;
}
.product_inner_mg img {
  border: 2px solid #f6f7f7;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  transition: all 2s esae;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
}
.product_feature_bx:hover .product_inner_mg img {
  transform: scale(1.1);
}
.product_feature_hed {
  background: #fff;
  box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin-top: -30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding: 20px 35px;
  position: relative;
}
.product_feature_bx:hover .product_feature_hed {
  background: rgb(255 255 255);
  z-index: 9;
  position: relative;
}
.product_feature_bx:hover span a {
  color: #ed950f;
}
.product_feature_hed span a {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.5px;
  color: #494949;
  display: block;
}
/************************/
#product_nav_section {
  padding: 20px 0;
}
.product_nav_btm ul {
  margin: 0 auto;
  display: table;
}
.product_nav_btm ul li {
  display: inline-block;
  padding-right: 15px;
}
.product_nav_btm ul li.breadcrumb-item:before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 10px;
}
.product_nav_btm ul li a {
  font-size: 15px;
  color: #494949;
}
.product_nav_btm ul li span {
  color: #494949;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  font-size: 15px;
}
/************************/
.product_nav_list h5 {
  padding: 15px 0;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.5px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.product_nav_list h5:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background-image: linear-gradient(
    to left,
    transparent -50%,
    rgb(249 178 0 / 50%) 100%
  );
}
.product_nav_list ul li {
  position: relative;
  border-bottom: 1px solid #fff;
  background: rgba(171, 172, 174, 0.102);
  position: relative;
}
.product_nav_list ul li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background: #ff0000;
  transition: all 0.5s ease;
  opacity: 0;
}
.product_nav_list ul li:hover:before {
  opacity: 1;
}
.product_nav_list ul li:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: linear-gradient(
    to left,
    transparent -50%,
    rgb(249 178 0 / 50%) 100%
  );
  z-index: 1;
  transition: all 0.5s ease;
  opacity: 0;
}
.product_nav_list ul li:hover:after {
  opacity: 1;
  width: 100%;
}
.product_nav_list ul li a {
  padding: 20px 15px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.25px;
  color: #000;
  overflow: hidden;
  z-index: 2;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product_description {
  padding-left: 30px;
}
.product_des_hed h2 {
  padding: 15px 0;
  font-size: 26px;
  color: #000;
  letter-spacing: 0.5px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.product_des_hed h2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background-image: linear-gradient(
    to left,
    transparent -50%,
    rgb(249 178 0 / 50%) 100%
  );
}
.product_para p,
.product_descrip p {
  font-size: 14px;
  color: #494949;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 500;
}
.product_descrip h3 {
  padding: 15px 0;
  font-size: 21px;
  color: #000;
  letter-spacing: 0.5px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}
.product_descrip h3:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background-image: linear-gradient(
    to left,
    transparent -50%,
    rgb(249 178 0 / 50%) 100%
  );
}
.product_descrip ul li {
  padding-bottom: 10px;
}
.product_descrip ul li span {
  font-size: 15px;
  color: #494949;
  position: relative;
  display: flex;
  letter-spacing: 0.25px;
  font-weight: 500;
  padding-left: 20px;
}
.product_descrip ul li span i {
  position: absolute;
  content: "";
  top: 5px;
  opacity: 0.5;
  left: 0;
  color: #ff7400;
  font-size: 12px;
  margin-right: 5px;
}
.pd_btm {
  padding: 15px 0;
}
.product_descrip {
  padding-bottom: 15px;
}
.product_descrip h4 {
  padding: 15px 0;
  font-size: 19px;
  color: #000;
  letter-spacing: 0.5px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}
.product_descrip h4:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background-image: linear-gradient(
    to left,
    transparent -50%,
    rgb(249 178 0 / 50%) 100%
  );
}
.product_descrip ul li {
  padding-bottom: 10px;
}
.product_feature_bx_inn {
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.product_inner_mg_inn {
  overflow: hidden;
}
.product_inner_mg_inn img {
  border: 2px solid #f6f7f7;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  transition: all 2s esae;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
}
.product_feature_bx_inn:hover .product_inner_mg_inn img {
  transform: scale(1.1);
}
.product_feature_hed_inn {
  background: #fff;
  box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin-top: -30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding: 20px 15px;
  position: relative;
}
.product_feature_bx_inn:hover .product_feature_hed_inn {
  background: rgb(255 255 255);
  z-index: 9;
  position: relative;
}
.product_feature_bx_inn:hover span {
  color: #ed950f;
}
.product_feature_hed_inn span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #494949;
}
.feature_icon_bx {
  padding: 15px 25px;
  background: #fff;
  box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.feature_icon_bx span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #494949;
  display: block;
  text-align: center;
}
.inn_prod_table {
  background: #fff;
  box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, 0.07);
  padding: 15px;
  margin-bottom: 25px;
}
.table-bordered {
  border: 0px;
}
.table {
  margin-bottom: 0px;
}
.inn_prod_table th {
  border: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-bottom: 2px solid rgba(171, 172, 174, 0.102);
  background: #4a4a4a;
}
.inn_prod_table td {
  border: 0px;
  border-right: 2px solid #ededed;
  color: #494949;
  letter-spacing: 0.25px;
  font-weight: 600;
  vertical-align: middle;
  font-size: 14px;
  text-transform: capitalize;
}
.inn_prod_table td:last-child {
  border-right: 0px;
}
.inn_prod_table tr:nth-child(even) {
  background: #fff;
}
.inn_prod_table tr:nth-child(odd) {
  background: rgba(171, 172, 174, 0.102);
}
.calculate_btn a {
  padding: 15px 30px;
  background: #ff0000;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  display: inline-block;
  margin-top: 18px;
  border-radius: 25px;
}
.calculate_btn a:hover {
  background: #000;
  color: #fff;
}
/************************/
#contact_section {
  padding: 80px 0;
  background: #fff;
}
.conatct_hed h2 {
  padding: 15px 0;
  font-size: 26px;
  color: #000;
  letter-spacing: 0.5px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.conatct_hed h2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background-image: linear-gradient(
    to left,
    transparent -50%,
    rgb(249 178 0 / 50%) 100%
  );
}
.conatct_hed {
  margin-bottom: 15px;
}
.contact_info {
  background: rgba(171, 172, 174, 0.102);
  padding: 15px;
}
.contact_bg {
  background: url(http://championseals.in/images/top_left_corner.png) left top
      no-repeat,
    url(http://championseals.in/images/top_right_corner.png) right top no-repeat,
    url(http://championseals.in/images/bottom_left_corner.png) left bottom
      no-repeat,
    url(http://championseals.in/images/bottom_right_corner.png) right bottom
      no-repeat;
  padding: 15px;
  color: #fff;
}
.contact_bg span {
  color: #494949;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 600;
  display: block;
  padding-bottom: 25px;
}
.contact_dtl p {
  color: #494949;
  letter-spacing: 0.25px;
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 20px;
}
.contact_dtl ul {
  display: inline-block;
}
.contact_dtl ul li {
  padding: 10px 15px;
  background: #fff;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
}
.contact_dtl ul li span {
  padding-bottom: 0px;
}
.contact_dtl ul li span a {
  color: #494949;
  letter-spacing: 0.25px;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
}
.contact_dtl ul li span i {
  margin-right: 5px;
  color: #ff7400;
  font-size: 15px;
}
.contact_dtl ul li span:hover a {
  color: #ed3136;
}
.contact_dtl p img {
  float: left;
  width: 50px;
  margin-right: 15px;
}
.location_map iframe {
  width: 100%;
  height: 400px;
}
.contact_form {
  background: #fff;
  padding: 25px;
  box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, 0.07);
}
.contact_form .form-group input {
  display: block;
  width: 100%;
  color: #494949;
  font-weight: 600;
  border: 0px;
  line-height: 24px;
  letter-spacing: 0.25px;
  padding: 12px 15px;
  font-size: 14px;
  background: rgba(171, 172, 174, 0.102);
  margin-bottom: 20px;
}
.contact_form .form-group textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 10px 15px;
  color: #7c8393;
  height: 90px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 2px;
  border: 0px;
  margin-bottom: 20px;
  background: rgba(171, 172, 174, 0.102);
  resize: none;
}
.butn-bg {
  font-size: 14px;
  padding: 10px 25px;
  background: #ff7400;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: bold;
  border: 0px;
}
.butn-bg:hover {
  border: 0px;
  color: #fff;
  background: #181818;
}
/************************/
.about_heading h2 {
  padding: 15px 0;
  font-size: 26px;
  color: #000;
  letter-spacing: 0.5px;
  display: block;
  font-weight: 600;
  margin-top: 20px;
  text-transform: capitalize;
  position: relative;
}
.about_heading h2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background-image: linear-gradient(
    to left,
    transparent -50%,
    rgb(249 178 0 / 50%) 100%
  );
}
.about_rht {
  padding: 30px 30px;
  background: rgba(171, 172, 174, 0.102);
  box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, 0.07);
}
.icon_bx img {
  margin-bottom: 15px;
  width: 80px;
  height: auto;
}
.icon_hed h5 {
  font-size: 19px;
  color: #000;
  letter-spacing: 0.5px;
  display: block;
  padding-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
}
.icon_para p {
  font-size: 14px;
  color: #494949;
  letter-spacing: 0.25px;
  line-height: 24px;
  font-weight: 500;
}
.hm_abt_para a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.25px;
  display: inline-block;
  padding-top: 15px;
}
.hm_abt_para a i {
  margin-left: 5px;
  line-height: 30px;
  color: #eb3702;
}
/************************/
.contact_form table {
  width: 100%;
}
.contact_form h5 {
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0.3px;
  font-weight: 600;
}
.contact_form table td {
  border: 2px solid rgba(171, 172, 174, 0.102);
  padding: 10px;
  width: 50%;
}
.contact_form table td span {
  font-size: 15px;
  color: #494949;
  display: block;
  letter-spacing: 0.25px;
  font-weight: 500;
}
.contact_form table select {
  border: 2px solid rgba(171, 172, 174, 0.102);
  padding: 10px;
  border-radius: 0px;
  color: #494949;
  cursor: pointer;
  background-color: rgba(171, 172, 174, 0.102);
  vertical-align: middle;
  width: 100%;
  font-weight: 600;
}
.contact_form table select option {
  font-weight: 600;
  line-height: 26px;
}
.contact_form table input[type="text"] {
  color: #494949;
  border-radius: 0px;
  vertical-align: middle;
  width: 100%;
  padding: 10px;
  border: 2px solid rgba(171, 172, 174, 0.102);
}
.contact_form table input::placeholder {
  color: #494949;
  font-weight: 600;
}
.contact_form table td h6 {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  margin: 10px 0;
  display: block;
  letter-spacing: 0.3px;
  font-weight: 600;
}
.inpt_bg {
  background-color: rgba(171, 172, 174, 0.102);
  height: 40px;
  padding: 10px;
  width: 65%;
  border: 2px solid rgba(171, 172, 174, 0.102);
}
.contact_form table td p {
  font-size: 14px;
  color: #494949;
  letter-spacing: 0.25px;
  font-weight: 600;
}
.cal_butn {
  font-size: 15px;
  padding: 10px 25px;
  background: #ff7400;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: normal;
  float: left;
  margin-right: 20px;
  letter-spacing: 0.25px;
  border: 0px;
}
.cal_butn:hover {
  border: 0px;
  color: #fff;
  background: #181818;
}
input.result {
  width: 60%;
  height: 45px;
  padding: 10px;
  border: 2px solid rgba(171, 172, 174, 0.102);
}
#units1,
#units2,
#units3,
#units4 {
  width: 30%;
}
/************************/
.modal-body {
  padding: 0px;
  background: rgba(171, 172, 174, 0.102);
}
.modal-header {
  text-align: center;
  background: #181818;
  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 .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: #000;
  border-radius: 50px 0px 0px 50px;
  cursor: pointer;
}
.modal_lft_data {
  padding: 15px;
}
.popup_logo {
  background: #fff;
  padding: 15px;
}
.popup_link ul {
  padding-top: 10px;
}
.popup_link ul li {
  display: block;
  margin-top: 15px;
}
.popup_link ul li span {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #ff7400;
  margin-right: 10px;
  display: inline-block;
}
.popup_link ul li span img {
  margin: 8px auto;
  display: inline;
  width: 30px;
}
.popup_link ul li a {
  color: #000;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.popup_link ul li a:hover {
  color: #ed950f;
}
.request_form .form-group input {
  display: block;
  width: 100%;
  color: #494949;
  font-weight: 600;
  border: 0px;
  line-height: 24px;
  letter-spacing: 0.25px;
  padding: 10px 15px;
  font-size: 14px;
  background: #fff;
}
.submit_btn {
  font-size: 14px;
  padding: 10px 25px;
  background: #ff7400;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: bold;
  border: 0px;
}
.submit_btn:hover {
  border: 0px;
  color: #fff;
  background: #181818;
}
/************************/
.quick_icon {
  position: fixed;
  right: 20px;
  bottom: 15px;
  display: block;
  z-index: 999;
}
.quick_icon ul li {
  width: 55px;
  height: 55px;
  line-height: 55px;
  display: block;
  background: #000;
  text-align: center;
  margin: 10px 0;
}
.quick_icon ul li:hover {
  box-shadow: 2px 4px 37px 0 rgb(70 70 70 / 20%);
}
.quick_icon ul li.whatsapp_icon {
  background: #2db640;
}
.quick_icon ul li.phone_icon {
  background: #f6d508;
}
.quick_icon ul li.contact_icon {
  background: #ff0000;
}
.thank_mg img {
  margin: 0 auto;
  display: table;
}
.thankyou_mg img {
  margin: 0 auto;
  display: table;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 4%);
  border-radius: 8px;
}
/************************/
.social_link ul li {
  float: left;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.social_link ul li a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  display: block;
  border-radius: 10px;
  color: #fff;
}
.social_link ul li a .fa-facebook-f {
  background: #3b5998;
  color: #fff;
  border: 1px solid #3b5998;
}
.social_link ul li a .fa-linkedin-in {
  background: #007ab9;
  color: #fff;
  border: 1px solid #007ab9;
}
.social_link ul li a .fa-twitter {
  background: #55acee;
  color: #fff;
  border: 1px solid #55acee;
}
/************************/
.blogs_card_bx {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.07), 0 1px 18px rgba(0, 0, 0, 0.05);
  background: #fff;
  transition: all 0.3s ease-in-out;
  display: block;
  margin-bottom: 20px;
}
.blogs_card_bx:hover {
  box-shadow: 4px 4px 26px 5px rgba(0, 0, 0, 0.05),
    6px 8px 26px 0 rgba(0, 0, 0, 0.02);
  transform: translate(0, -10px);
}
.blog_card_content {
  padding: 16px 20px;
}
.blog_card_content h4 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #494949;
  padding-bottom: 10px;
}
.blogs_card_bx:hover .blog_card_content h4 {
  color: #ff7400;
}
.blog_card_content p {
  font-size: 13px;
  color: #494949;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 10px;
}
p.date {
  font-size: 14px;
  color: #ff7400;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.25px;
  padding-bottom: 10px;
}
.inn_blog_heading h2 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #000;
  padding-bottom: 25px;
  display: block;
}
.inn_blog_bg img {
  border: 2px solid #f6f7f7;
  border-radius: 10px;
  padding: 10px;
  display: block;
  margin-bottom: 30px;
}
.inn_blog_para p,
.inn_blog_plist p {
  font-size: 14px;
  color: #494949;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 500;
}
.inn_blog_para p a {
  color: #ff7400;
}
.inn_blog_plist p a {
  color: #ff7400;
}
.inn_blog_para,
.inn_blog_plist {
  padding-bottom: 10px;
}
.inn_blog_plist h3 {
  padding-bottom: 10px;
  font-size: 21px;
  color: #000;
  letter-spacing: 0.5px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}
.inn_blog_plist h4 {
  padding-bottom: 10px;
  font-size: 21px;
  color: #000;
  letter-spacing: 0.5px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}
.inn_blog_plist h5 {
  padding-bottom: 10px;
  font-size: 21px;
  color: #000;
  letter-spacing: 0.5px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}
.blog_categories {
  padding-bottom: 30px;
}
.blog_categ_heading h4 {
  padding: 15px 0;
  font-size: 22px;
  letter-spacing: 0.25px;
  display: block;
  border-top: 3px solid #181818;
  color: #181818;
  font-weight: 500;
}
.blog_categ_list ul li {
  padding: 10px 10px;
  background: #f6f6f6;
  margin-bottom: 3px;
}
.blog_categ_list ul li a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
  color: #000;
  display: block;
}
.blog_categ_list ul li:hover {
  background: #000;
}
.blog_categ_list ul li:hover a {
  color: #fff;
}
