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

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

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

img {
  border: none;
}

body {
  font-size: 15px;
  color: #000;
  font-style: normal;
  font-optical-sizing: auto;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "CentraNo2-Light";
}

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

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

.mt30 {
  margin-top: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

/**/
.p0 {
  padding: 0px;
}

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

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "CentraNo2-Bold";
  src: url("../fonts/CentraNo2-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/CentraNo2-Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/CentraNo2-Bold.otf") format("opentype"),
    /* Open Type Font */ url("../fonts/CentraNo2-Bold.svg") format("svg"),
    /* Legacy iOS */ url("../fonts/CentraNo2-Bold.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/CentraNo2-Bold.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/CentraNo2-Bold.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "CentraNo2-Book";
  src: url("../fonts/CentraNo2-Book.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/CentraNo2-Book.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/CentraNo2-Book.otf") format("opentype"),
    /* Open Type Font */ url("../fonts/CentraNo2-Book.svg") format("svg"),
    /* Legacy iOS */ url("../fonts/CentraNo2-Book.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/CentraNo2-Book.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/CentraNo2-Book.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "CentraNo2-Light";
  src: url("../fonts/CentraNo2-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/CentraNo2-Light.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/CentraNo2-Light.otf") format("opentype"),
    /* Open Type Font */ url("../fonts/CentraNo2-Light.svg") format("svg"),
    /* Legacy iOS */ url("../fonts/CentraNo2-Light.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/CentraNo2-Light.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/CentraNo2-Light.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "CentraNo2-Medium";
  src: url("../fonts/CentraNo2-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/CentraNo2-Medium.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/CentraNo2-Medium.otf") format("opentype"),
    /* Open Type Font */ url("../fonts/CentraNo2-Medium.svg") format("svg"),
    /* Legacy iOS */ url("../fonts/CentraNo2-Medium.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/CentraNo2-Medium.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/CentraNo2-Medium.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "CentraNo2-Thin";
  src: url("../fonts/CentraNo2-Thin.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/CentraNo2-Thin.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/CentraNo2-Thin.otf") format("opentype"),
    /* Open Type Font */ url("../fonts/CentraNo2-Thin.svg") format("svg"),
    /* Legacy iOS */ url("../fonts/CentraNo2-Thin.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/CentraNo2-Thin.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/CentraNo2-Thin.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-scrolled .main-nav > ul {
  margin-top: 5px;
}
/* ----------------- */
/** **************** **/

.fixed-top {
  position: fixed;
  top: 0px;
  display: block;
  border-top: 4px solid #01a0e2;
  background: #fff;
}

.header-scrolled {
  box-shadow: 0 0 2px 2px #00000014;
  background: #fff;
  border-top: 0px;
}

.header_menu {
  padding: 0px 0 0px;
  display: flex;
  position: relative;
}

.logo {
  position: relative;
  top: 0px;
  z-index: 1;
}

#header .logo img {
  height: auto;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 290px;
  padding: 5px 0 5px 0;
}

.header-scrolled .logo img {
  width: 200px !important;
  height: auto;
  display: block;
  padding: 5px 0 5px 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 4px 0 4px 0;
}

.header-scrolled .logo {
  top: 0px;
}

.main-nav > ul {
  margin-top: 22px;
}

.header-scrolled .main-nav > ul {
  margin-top: 11px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header-scrolled .main-nav > ul > li {
  padding: 2px 5px;
}

.header-scrolled #header .logo img {
  padding: 8px 0;
}

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

/*.main-nav > ul > li:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 35px;
    top: -57px;
    left: 50%;
    background: #4164b1;
    transition: 0.2s;
}
.main-nav > ul > li:hover:after{
    top: -35px;
}
.main-nav > ul > li:last-child:after{
    display: none;
}
*/
.main-nav a {
  display: block;
  position: relative;
  color: #3a3a3a;
  padding: 0px 15px;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

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

.main-nav ul li a::before {
  position: absolute;
  content: "";
  background: #01a0e2;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: -30px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.main-nav ul li a:hover:before {
  opacity: 1;
  width: 100%;
}

.header-scrolled .main-nav ul li a::before {
  bottom: -21px;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  /*width: 285%!important;*/
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 5px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.bg li {
  background: #fff;
}

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

.main-nav .dropdown-width-175 {
  min-width: 175px !important;
}

.main-nav .dropdown-width-200 {
  min-width: 200px !important;
}

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

.main-nav .drop-down ul li a {
  padding: 6px 10px;
  font-size: 16px;
  color: #222;
  border-bottom: 1px solid #eeeeee94;
}

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

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

.main-nav .drop-down ul a::before {
  display: none;
}

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

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

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

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

.cont-call {
  margin: 0 0px 0 25px;
  position: relative !important;
  top: 5px;
  line-height: 20px;
  padding-left: 53px !important;
}

.cont-call span {
  display: block;
  /* line-height: 0; */
  margin-right: 0;
  color: #fff;
  width: 46px;
  height: auto;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: -8px;
}

.header-scrolled .cont-call span {
  top: -9px;
}

.cont-call:hover a {
  color: #fff !important;
}

.cont-call .head-call {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  padding: 0 0;
}

.cont-call .head-mail {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
}

.cont-call a:before {
  display: none;
}

.cont-call::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -10px;
  width: 215px;
  height: 50px;
  border: 1px solid #01a0e2;
  border-radius: 30px;
}

.cont-call:hover::before {
  background: #01a0e2;
}

.header-scrolled .cont-call::before {
  height: 50px;
  top: -11px;
}

.header-scrolled .cont-call {
  top: 5px;
}

.header-scrolled .cont-call img {
  width: 48px;
}

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

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

#carousel {
  overflow: hidden;
}

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

#carousel .carousel-control-right {
  right: 50px;
}

#carousel .carousel-control-left {
  left: 25px;
}

#carousel .carousel-control span {
  color: #fff;
  z-index: 121;
  position: absolute;
}

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

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

.carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%);
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  background-color: #0009;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  background: #01a0e2;
}

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

.carousel-caption-slide {
  display: flex;
  align-items: center;
  width: 650px;
  height: 100%;
  left: 12%;
}

.carousel-caption h4 {
  font-size: 55px;
  color: rgb(244, 247, 248);
  text-shadow: 0 1px 2px #000;
  line-height: 1.2;
  font-weight: 700;
  display: inline-block;
  text-align: left;
  font-family: "CentraNo2-Bold" !important;
  margin-bottom: 15px;
}

.carousel-div {
  position: relative;
}

.carousel-div:after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  top: -120px;
  left: -75px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(7 156 217 / 0%) 1%,
    #01a0e2 73%
  );
  z-index: -1;
}

.common-btn {
  width: 180px;
  height: 55px;
  background: #2b2b2b;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  clear: both;
}

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

.common-btn:hover {
  color: #01a0e2;
  border: 1px solid #01a0e2;
}

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

.common-btn span {
  margin-left: 10px;
}

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

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

.hm-prod-head {
  margin-bottom: 30px;
}

.hm-prod-head h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  font-family: "CentraNo2-Bold";
  color: #3a3a3a;
}

.product-box {
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
}

.product-box-heading {
  width: 90%;
  border-radius: 0 25px 0 0;
  background: #fff;
  width: 277px;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 25%);
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 25%);
}

.product-box:hover img {
  transition: 0.5s ease-out;
}

.product-box:hover img {
  scale: 1.1;
}

.product-box-heading h5 {
  font-size: 1.25rem;
  padding-bottom: 10px !important;
}

.product-box-heading a {
  color: #0094d9;
  text-transform: uppercase;
}

.product-box-heading a i {
  font-size: 15px;
  font-weight: bold;
  color: #3a3a3a;
  padding-left: 2px;
}

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

.hm-about {
  margin-bottom: 30px;
}

.hm-about-text {
  background: #f5f6fa;
  padding: 60px 60px;
  border-radius: 20px;
  height: 100%;
}

.hm-about-text h2 {
  font-size: 45px;
  line-height: 1.2;
  font-family: "CentraNo2-Bold";
  margin-bottom: 25px;
  color: #3a3a3a;
}

.hm-about-text p strong {
  font-size: 21px;
  color: #1d272d;
  line-height: 1.6;
  color: #3a3a3a;
}

.hm-about-text p {
  color: #7e8184;
  font-size: 20px;
  margin-bottom: 20px;
}

.hm-about-img img {
  border-radius: 20px;
}

.hm-about-circle {
  background-color: #d9efcc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  border-radius: 20px;
}

.hm-about-circle h5 {
  font-size: 50px;
  font-weight: 800;
  font-family: "CentraNo2-Bold";
  position: relative;
  z-index: 1;
  color: #3a3a3a;
}

.hm-about-circle h5 span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "CentraNo2-Light";
  letter-spacing: 3.5px;
  color: #000;
}

.hm-about-circle-img {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hm-about-circle-img img {
  animation: spinner 4s infinite linear;
}

@keyframes spinner {
  0% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

.hm-about-baroade {
  position: relative;
  margin-top: -60px;
}

.hm-about-baroade img {
  border-radius: 20px;
  box-shadow: 0 0 0 30px #fff;
  height: auto;
  width: 100%;
}

.hm-about-text .common-btn {
  margin-top: 30px;
  background: linear-gradient(
    90deg,
    rgb(61 187 239) 23%,
    rgba(19, 111, 182, 1) 73%
  );
}

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

.hm-solutions {
  padding: 60px 0 100px;
}

.hm-solutions-head {
  margin-bottom: 40px;
}

.hm-solutions-head h2 {
  text-align: center;
  font-size: 45px;
  line-height: 1.2;
  font-family: "CentraNo2-Bold";
  margin-bottom: 25px;
  color: #3a3a3a;
}

.hm-solutions-head h2 span {
  background: linear-gradient(
    90deg,
    rgb(61 187 239) 23%,
    rgba(19, 111, 182, 1) 73%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hm-solutions-box {
  border: 10px solid #f5f6fa;
  position: relative;
}

.hm-solutions-box:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: 30%;
  left: 50%;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(7 156 217 / 0%) 1%,
    #01a0e2 93%
  );
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.3;
}

.hm-solutions-dtl {
  background: #f5f6fa;
  padding: 20px 10px;
}

.hm-solutions-dtl h4 {
  font-size: 25px;
  margin-bottom: 5px;
}

.hm-solutions-dtl p {
  color: #7e8184;
  font-size: 18px;
}

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

.home-integrated-single {
  height: 426px;
  position: relative;
  cursor: pointer;
  display: block;
}

.home-integrated-single-first {
  background-image: url(../images/chemical-industry.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.home-integrated-single-secoand {
  background-image: url(../images/oil-industry.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.home-integrated-single-third {
  background-image: url(../images/gases-industry.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.home-integrated-wrapper .caption-box {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30%;
  width: 100%;
  display: flex;
  justify-content: end;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}

.home-integrated-single:hover .caption-box {
  height: 100%;
  background: #00aeef7a;
}

.home-integrated-wrapper .text-box {
  padding-left: 10%;
  padding-bottom: 0%;
  transition: all 0.3s ease-in-out;
}

.home-integrated-single:hover .text-box {
  padding-bottom: 10%;
}

.home-integrated-wrapper .text-box img {
  width: 68px;
}

.home-integrated-wrapper h2 {
  font-size: 26px;
  line-height: 35px;
  opacity: 1;
  color: #fff;
  margin-top: 10px;
}

.home-integrated-single:hover .common-btn {
  opacity: 1;
  margin-top: 25px;
}

.text-box .common-btn {
  width: 150px;
  height: 45px;
  background: #f15a29;
  opacity: 0;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  transition: all 0.3s ease-in-out;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}

.text-box .common-btn:hover {
  color: #000;
}

.text-box .common-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  color: #fff;
}

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

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

.hm-application {
  padding: 100px 0;
  background: url(https://brickandbyte.in/assets/images/counter-bg.webp);
  background-position: bottom;
  background-size: 100% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}

.hm-application-head {
  padding-bottom: 40px;
}

.hm-application-head h2 {
  text-align: center;
  font-size: 45px;
  line-height: 1.2;
  font-family: "CentraNo2-Bold";
  color: #3a3a3a;
}

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

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

.application-slider .owl-nav .owl-next {
  display: inline-block;
  transform: translate(25px, 0);
  cursor: pointer;
}

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

.application-slider .owl-nav .owl-prev:hover,
.application-slider .owl-nav .owl-next:hover {
  background: #0094d9;
  color: #fff;
}

.application-wrapper-img {
  overflow: hidden;
  border: 4px solid #d9d9d9;
  border-radius: 15px;
}

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

footer {
  padding: 50px 0px 60px;
  background: #2b2b2b;
}

.ftr-logo img {
  width: 240px;
  margin: 0 auto;
  display: table;
}

.ftr-social ul li {
  display: inline-block;
  padding: 0 10px;
}

.ftr-social ul li:nth-child(1) {
  padding-left: 0px;
}

.ftr-social img:hover {
  filter: grayscale(100%) brightness(80%) sepia(100%) hue-rotate(-180deg)
    saturate(700%) contrast(0.8);
}

.ftr-head h3 {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #fff;
  margin-bottom: 20px;
}

.ftr-link ul li a {
  color: #c1c1c1;
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: block;
}

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

.mail-list {
  display: flex;
  margin-right: 25px;
  color: #fff;
  align-items: self-start;
  margin-bottom: 25px;
}

.mail-list img {
  width: 30px;
  margin-right: 15px;
}

.mail-list h5 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 300;
}

.mail-one a {
  color: #c1c1c1;
  font-size: 16px;
}

.mail-one a:hover {
  color: #01a0e2;
}

.ftr-box {
  background: #fff;
  border: 1px solid #33333314;
  padding: 20px;
  border-radius: 100px;
}

.ftr-btm-p p {
  font-size: 16px;
  color: #333;
  text-align: right;
}

.ftr-btm-p p a {
  color: #01a0e2;
  font-weight: 700;
}

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

#safety_screen_banner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(
    90deg,
    rgb(1 160 226 / 25%) 9%,
    rgb(0 0 0 / 89%) 60%,
    rgb(1 160 226 / 30%) 100%
  );
}

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

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

.breadcrumbs {
  padding: 0px 0;
  border-radius: 50px;
  position: relative;
  top: -65px;
  text-align: center;
}

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

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

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

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

.bnav_list ul li span {
  color: #01a0e2;
}

/* ======= */

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

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

.inn_product_sub_title h2 {
  color: #01a0e2;
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 10px;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}

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

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

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

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

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

.inner_product_img {
  margin-top: 20px;
}

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

#product_middle_sec {
  padding: 50px 0;
  background-image: url(../images/pro-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

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

.inn_product_dtl p b {
  font-size: 15px;
  color: #2b2b2b;
  font-weight: 600;
}

#product_bottom_sec {
  padding: 40px 0;
}

.posti-stvky {
  position: sticky;
  top: 85px;
  margin-top: 20px;
}

/* ====== */

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

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

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

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

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

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

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

/* ======= */

.prod-inner-dtl {
  margin-bottom: 30px;
  margin-top: 20px;
}

.bullet li {
  font-size: 14px;
  margin-bottom: 15px;
  padding: 10px 10px 10px 45px;
  line-height: 25px;
  color: #565555;
  font-weight: 400;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  position: relative;
  letter-spacing: 0.2px;
  text-align: justify;
}

.bullet li::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 14px;
  top: 15px;
  width: 20px;
  height: 20px;
  background-color: #01a0e2;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 21px;
  font-size: 11px;
}

.inner-prod-two {
  padding: 0 0 60px 0;
}
/* vishal css */
.about-sec {
  padding: 70px 0 70px;
  margin-top: -23px;
}
.abt-head-box h2 {
  text-align: center;
  font-size: 45px;
  line-height: 1.2;
  font-family: "CentraNo2-Bold";
  margin-bottom: 25px;
  color: #3a3a3a;
}

.abt-head-box h2 span {
  background: linear-gradient(
    90deg,
    rgb(61 187 239) 23%,
    rgba(19, 111, 182, 1) 73%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-sec {
  background-image: url(../images/about-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.abt-dtls {
  background: linear-gradient(rgba(255, 255, 255, 0.87) 100%, transparent 50%),
    url(../images/footer-logo.png);
  border-radius: 230px;
  padding-block: 40px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 30%;
  background-position: center;
  animation: bgZoom 6s ease-in-out infinite;
}
@keyframes bgZoom {
  0%,
  100% {
    background-size: 30%;
  }
  50% {
    background-size: 35%;
  }
}
.abt-dtls p {
  letter-spacing: 0.2px;
  font-size: 15px;
  padding-bottom: 10px;
  line-height: 25px;
  color: #565555;
  text-align: center;
  font-weight: 400;
}
.abt-dtls p:nth-child(1) {
  padding-inline: 150px;
}
.abt-dtls p:nth-child(2) {
  padding-inline: 60px;
}
.abt-dtls p:nth-child(3) {
  padding-inline: 30px;
}
.abt-dtls p:nth-child(4) {
  padding-inline: 90px;
}
.abt-dtls p:nth-child(5) {
  padding-inline: 150px;
  padding-bottom: 0;
}

.team-sec {
  padding: 70px 0 70px;
}

.team-head h3 {
  text-align: center;
  font-size: 45px;
  line-height: 1.2;
  font-family: "CentraNo2-Bold";
  margin-bottom: 70px;
  color: #3a3a3a;
}
.team-img {
  text-align: left;
  width: 50%;
}
.team-img img {
  border-radius: 20px;
  border: 1px solid #01a0e229;
  margin-top: -30px;
  transition: all 0.3s ease-in-out;
}
.team-box:hover img {
  margin-top: 0;
  transition: all 0.3s ease-in-out;
}
.team-box {
  box-shadow: rgba(167, 167, 167, 0.336) 0px 0px 30px;
  text-align: center;
  border-radius: 20px;
  display: flex;
  width: 100%;
  height: 306px;
  margin-bottom: 70px;
  background-color: #fff;
}
.team-dtl {
  align-content: center;
  text-align: left;
  width: 50%;
  padding-left: 30px;
}
.team-box h5 {
  font-weight: 600;
  font-size: 22px;
  position: relative;
  color: #3a3a3a;
}
.team-box h5::before {
  content: "";
  position: absolute;
  width: 15px;
  bottom: -10px;
  border-radius: 20px;
  height: 5px;
  left: 45px;
  background-color: #019ee285;
  display: block;
  margin: 10px 0;
}
.team-box h5::after {
  content: "";
  width: 40px;
  height: 5px;
  border-radius: 20px;
  background-color: #01a0e2;
  display: block;
  margin: 10px 0;
}
.team-box p {
  color: #555555;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
}
.team-sec {
  background-image: url(../images/bg-pattern.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.col-md-6:nth-child(3) .team-box {
  margin-bottom: 0;
}
.col-md-6:nth-child(4) .team-box {
  margin-bottom: 0;
}
.cont-sec {
  padding: 70px 0 70px;
  background-color: #f8f8f8;
  background-image: url(../images/cont-bg-style.png);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 0% 100%;
}
.cont-head-box span {
  color: #01a0e2;
  font-weight: 600;
  display: inline-block;
  font-size: 19px;
}
.cont-head-box h3 {
  font-size: 45px;
  font-weight: 500;
  font-family: "CentraNo2-Bold";
  margin-top: 10px;
  margin-bottom: 15px;
  color: #3a3a3a;
}
.cont-head-box p {
  color: #363535;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
}
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  font-weight: 500;
  border: 0px;
  line-height: 24px;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 15px;
  margin-bottom: 16px;
  color: #7c8393;
  background: #ffffff;
  border: 1px solid #01a0e2;
}
.contact-form .form-control:focus {
  outline: none;
  box-shadow: unset;
}
select.form-control:not([size]):not([multiple]) {
  background: #ffffff;
  font-size: 15px;
  color: #7c8393;
  height: 50px;
}
.contact-form select {
  border: 1px solid #01a0e2;
  background: #ffffff;
  border-radius: 6px;
  font-size: 15px;
  padding: 12px 15px;
  color: #7c8393;
}
.contact-form .common-btn {
  width: 180px;
  height: 47px;
  background: #2b2b2b;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  clear: both;
}

.contact-form .common-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  color: #fff;
}
.contact-form .common-btn {
  border: 0;
}
.contact-form .common-btn {
  margin-top: 0px;
  background: linear-gradient(
    90deg,
    rgb(61 187 239) 23%,
    rgba(19, 111, 182, 1) 73%
  );
}
.contact-form .common-btn:hover {
  color: #01a0e2;
  border: 1px solid #01a0e2;
}

.common-btn:hover:before {
  transform: scaleX(1);
}
.cont-sec .row:nth-child(2) {
  padding-inline: 40px;
}

.cont-dtl-sec {
  padding: 70px 0 40px;
}
.cont-addr-box h4 {
  color: #01a0e2;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  text-align: center;
}
.cont-addr-box {
  box-shadow: 0px 0px 0px 6px #f5f6fa;
  border-radius: 6px;
  padding: 50px 35px 45px 35px;
}
.cont-addr-box p a:hover {
  color: #01a0e2;
}
.cont-addr-box p a {
  display: block;
  letter-spacing: 0.2px;
  font-size: 16px;
  line-height: 27px;
  color: #565555;
  font-weight: 400;
}
.cont-addr-box p {
  border-left: 2px solid #01a0e2;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  margin-left: 20px;
  margin-top: 30px;
}
.cont-addr-box p a:nth-child(2) {
  margin-top: 9px;
}
.cont-addr-box p a:nth-child(2),
.cont-addr-box p a:nth-child(3),
.cont-addr-box p a:nth-child(4) {
  color: #474747;
  line-height: 28px;
}
.cont-addr-box p a:nth-child(2):hover,
.cont-addr-box p a:nth-child(3):hover,
.cont-addr-box p a:nth-child(4):hover {
  color: #01a0e2;
}
.cont-addr-box::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  height: 65px;
  width: 76px;
  background-image: url(../images/dots.png);
  background-position: 100% 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.cont-addr-box::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-top: 20px solid #009fe300;
  border-right: 20px solid #3a3a3a;
  border-bottom: 20px solid #00a0e3;
  border-left: 20px solid #009fe300;
}
.cont-addr-box {
  position: relative;
}
.cnt-branch-head h3 {
  font-size: 40px;
  font-weight: 500;
  font-family: "CentraNo2-Bold";
  margin-top: 10px;
  margin-bottom: 30px;
  color: #3a3a3a;
  text-align: center;
}
.cnt-branch-head h5 {
  font-size: 32px;
  font-weight: 500;
  font-family: "CentraNo2-Bold";
  margin-top: 10px;
  margin-bottom: 30px;
  color: #3a3a3a;
  text-align: center;
}
.cont-dtl-sec .row:nth-child(2) {
  margin-top: 50px;
}
.cont-dtl-sec .row:nth-child(3) {
  margin-top: 50px;
}
.map-sect iframe {
  box-shadow: 0px 0px 0px 6px #f5f6fa;
  border-radius: 6px;
}
.cont-addr-box p span {
  display: flex;
  gap: 5px;
}
.cont-addr-box p span a:nth-child(2) {
  margin-top: 0;
}
.product_description {
  margin: 10px 0;
}

.btm-watsap {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99;
}
.quickcontact input[type="text"], [type="email"], [type="number"] {
	width: 100%;
	max-width: 100%;
	padding: 8px 5px;
	font-size: 14px;
	margin-top: 4px;
	display: inline-block;
	border: 1px solid rgb(43 43 43);
	box-sizing: border-box;
}
.quickcontact select {
	width: 100%;
	max-width: 100%;
	padding: 8px 5px;
	font-size: 14px;
	margin-top: 4px;
	display: inline-block;
	border: 1px solid rgb(43 43 43);
	box-sizing: border-box;
	margin-bottom:10px;
}
.form-text {
	border: 1px solid #ccc;
}
.quickcontact input[type="submit"] {
	width: 100%;
	max-width: 100%;
	background-color: #2b2b2b;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 15px;
	padding: 7px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
}
.quickcontact input[type="submit"]:hover {
	background-color: #000000;
	color: #ffffff;
	max-width: 100%;
}
.btn-1 {
	width: 100%;
	max-width: 100%;
	background-color: #01a0e2;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 15px;
	padding: 7px;
	border: none;
	cursor: pointer;
}
.quickcontact {
	right: 0px;
	bottom: 0px;
	max-width: 100%;
	overflow-x: hidden;
	display: block;
	background-color: #fbfbfb;
}
.max {
	border: #01a0e2 thick solid;
	position: fixed;
	width: 210px;
	right: 10px;
	bottom: 10px;
	max-width: 100%;
	background-color: #ffffff;
	padding: 4px;
	z-index: 9999;
}


.printer-key-features{
  font-size: 18px;
  display: block;
  font-weight: 600;
  color: #252525;
  padding-bottom: 7px;
}



.printer-ul li{
  padding: 3px 0;
  display: flex;
  gap: 8px;
  align-items: first baseline;
  color: #565555;
}

.printer-ul li i{
  font-size: 14px;
    color: #01a0e2;
}

.printer-ul li p{
  padding-left: 0;
}


.printer-para{
  padding-left: 0 !important;
  font-size: 16px !important;
}

.printer-main-head h2 {
    color: #01a0e2;
    font-size: 25px;
    font-weight: 900;
    padding-bottom: 10px;
    letter-spacing: 1px;
    /* display: inline-block; */
    position: relative;
    text-align: center;
}

.printer-main-head p{
    padding-bottom: 5px;
    display: block;
    position: relative;
    color: #565555;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 24px;
  padding-left: 0 !important;
    font-size: 16px !important;
}

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


.dual-laminate .item{
  border-radius: 10px;
  overflow: hidden;
}
.dual-laminate .item img{
  border-radius: 10px;
}
/* -----blog css */
.blog-main {
  padding: 80px 0 80px;
  background-color: #f9fafc;
}

.blog-grid-box:hover {
  transform: translateY(-10px);
}

.blog-grid-box {
  margin-bottom: 30px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  transition: all 0.5s ease-in-out;
}

.blog-main .col-md-4:last-child .blog-grid-box {
  margin-bottom: 0;
}

.blog-content-box {
  padding: 20px 20px 20px 20px;
  border: 1px solid rgba(0, 0, 0, 0.09);
}

.blog-content-box h1 {
  color: #040404;
  font-size: 19px;
  font-weight: 800;
  line-height: 25px;
  margin-bottom: 10px;
}
.blog-img-box {
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.blog-content-box p {
  color: #494949;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  padding: 5px 0;
}

.blog-content-box .read-more {
  padding: 5px 15px;
  border: 2px solid #01a0e2;
  line-height: 24px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  background: #01a0e2;
  position: relative;
  text-transform: uppercase;
  z-index: 6;
  margin-top: 10px;
  display: inline-block;
}


.blog-inner-main {
  padding: 80px 0px 80px;
  background-color: #f9fafc;
}

.blog-in-head h2 {
    color: #01a0e2;
    font-size: 31px;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 24px;
    margin-top: 19px;
}


.blog-box-left {
  height: 100%;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  border-radius: 0.5rem;
  padding: 20px 20px;
}

.main-blog-page {
  margin: 35px 0 10px;
}


.main-blog-page a:hover {
  letter-spacing: 1px;
  transition: 0.5s;
}

.main-blog-page a i {
  margin-right: 5px;
}

.blog-inn-img {
  margin-top: 20px;
  padding-bottom: 35px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d3d3d4;
}

.blog-inn-img img {
  border-radius: 0.5rem;
}

.blog-inn-dtls p {
  color: #494949;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 0;
}

.blog-inn-dtls ul li {
  color: #494949;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 4px 0 4px 25px;
  position: relative;
}

.blog-inn-dtls ul li::before {
  background-color: #00a0e3;
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 11px;
  left: 6px;
  top: 12px;
  transform: skewX(-30deg);
}


.blog-inn-dtls h2 {
  color: #040404;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.blog-inn-dtls h3 {
  color: #040404;
  font-size: 27px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 5px;
  margin-top: 20px;
}


.blog-inn-dtls b {
  color: #303030;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 5px;
  margin-top: 10px;
}


.blog-recent-box {
  position: sticky;
  top: 60px;
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.blg-rec-head h3 {
    color: #00a0e3;
    font-size: 22px;
    font-weight: 600;
}

.blg-rec-head {
  margin-bottom: 20px;
}

.recent-posts {
  /* display: flex; */
  margin-bottom: 20px;
}

.recent-posts ul li {
  display: flex;
  margin-bottom: 10px;
}

.recent-posts:last-child {
  margin-bottom: 0px;
}

.recent-posts img {
  width: 90px;
  height: 100%;
  margin-right: 10px;
  border: 1px solid #00000036;
  border-radius: 10px;
}

.recent-posts a:hover {
  color: #01a0e2;
  transition: 0.2s ease-in;
}

.recent-posts a {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  transition: 0.2s ease-in;
}

.prod-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 400px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.prod-table thead tr {
  background-color: #00a0e3;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}