@import url('https://fonts.googleapis.com/css2?family=Ancizar+Serif:ital,wght@0,300..900;1,300..900&family=Barlow: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&family=Cabin:ital,wght@0,400..700;1,400..700&family=Fredoka:wght@300..700&family=Galdeano&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Liter&family=Manrope:wght@200..800&family=Marcellus&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poltawski+Nowy:ital,wght@0,400..700;1,400..700&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&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rowdies:wght@300;400;700&family=Rubik:ital,wght@0,300..900;1,300..900&family=Sora:wght@100..800&family=Space+Grotesk:wght@300..700&display=swap');
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #333;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none !important;
}
.top-header {
  background-color: #191919;
  padding: 3px 0;
}
.top-media-call ul {
  padding: 0;
  margin: 0;
  color: #fff;
}
.top-media-call ul li {
  list-style-type: none;
  float: right;
  padding: 0 10px;
}
.top-media-call ul li a {
  color: #fff;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 14px;
}
.top-media-call ul li a:hover {
  color: #ff757a;
}
.top-media-call ul li a i {
  border-radius: 4px;
  background: #ea820f;
  color: #fff;
  width: 32px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
  margin-right: 10px;
}
.top-bg {
  background-color: #f6f6f6;
  padding: 8px 0;
}
.social-media-top {
  float: left;
  margin-left: 15px;
}
.social-media-top ul {
  overflow: auto;
  padding: 0;
  margin: 0;
}
.social-media-top ul li {
  list-style-type: none;
  float: left;
}
.social-media-top ul li a i {
  border-radius: 4px;
  background: #ea820f;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  margin-right: 10px;
  line-height: 30px;
}
.social-media-top ul li a i:hover {
  color: fff;
  background-color: #243a7d;
}
.header-section {
  background: #fff;
  position: absolute;
  width: 100%;
  position: sticky;
  top: 0;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
.tagline p {
      color: #fff;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 14px;
}
a {
  text-decoration: none !important;
}
.logo-image {
      padding: 2px;
}
.logo-image img {
  width: 170px;
  height: auto;
}
.shrre-shyam img {
  width: 140px;
  height: auto;
}
.supportborder {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px;
}
.supporticon img {
  width: 42px;
  height: auto;
  position: absolute;
  margin-top: 5px;
}
.support-label {
  font-size: 15px;
  margin-bottom: 0;
  margin-left: 18%;
}
.support-label span {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  transition: 0.3s;
  display: block;
}
.slidehero img {
  width: 100%;
  height: auto;
}
.navbarmenubg {
  background-color: #fff;
  border-radius: 0 0 15px 15px;
}
.navbarmenu {
  position: relative;
  width: 100%;
  z-index: 9900;
  line-height: normal;
}
.navbarmenu a {
  color: #fff;
}
.navbarmenu ul {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: right;
}
.navbarmenu li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  -vertical-align: middle;
}
.navbarmenu li a {
  padding: 6px 15px;
  display: block;
  text-decoration: none;
  color: #191919;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 15px !important;
}
.navbarmenu ul li a:hover {
  color: #000;
}
.navbarmenu > ul > li {
  display: inline-block;
}
.navbarmenu > ul > li > a {
      font-size: 17px !important;
    padding: 10px 16px !important;
}
.navbarmenu > ul > li > a:hover {
  color: #000;
}
.navbarmenu ul ul {
  top: auto;
  width: 250px;
  position: absolute;
  z-index: 9900;
  text-align: left;
  display: none;
  background: #ddd;
}
.navbarmenu li li {
  display: block;
}
.navbarmenu ul ul ul {
  top: 0;
  left: 250px;
  width: 270px;
}
.navbarmenu ul ul ul ul {
  top: 0;
  left: 270px;
  width: 200px;
}
.valvesub {
  width: 500px !important;
  background-color: #282828;
  padding: 2px;
}
.valvesub li {
  width: 50%;
  float: left;
  border-bottom: 1px solid #071835;
}
.navbarmenu > ul > li:hover > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.navbarmenu > ul > li.drop-left > ul {
  right: 0;
}
.navbarmenu li.drop-left ul ul {
  left: auto;
  right: 220px;
}
.navbarmenu.light {
  background: #fff;
}
.navbarmenu.light a {
  color: #000;
}
.navbarmenu.light ul ul {
  background: #fff;
}
.navbarmenu.light li a {
  color: #000;
}
.navbarmenu.dark {
  background-color: transparent;
}
.navbarmenu.dark ul ul {
  background-color: transparent;
}
.navbarmenu.dark li a {
  font-size: 16px;
}
.navbarmenu.dark li.active > a,
.navbarmenu.dark li:hover > a {
  color: #ea820f;
  font-weight: 700;
}
.navbarmenu ul ul li a {
  background: #000;
  color: #fff;
}
.navbarmenu ul ul li a:hover {
  background-color: #ea820f;
  color: #fff !important;
}
.navbarmenu.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.navbarmenu li.has-sub > a:after {
  content: "";
  margin-left: 9px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #ea820f;
  display: inline-block;
}
.navbarmenu li li.has-sub > a:after {
  margin-left: 10px;
  float: right;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  position: relative;
  top: 4px;
}
.navbarmenu li.drop-left li.has-sub > a:after {
  float: left;
  margin-right: 10px;
  border-left: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fff;
}
.navbarmenu.hide-arrows li li.has-sub > a:after,
.navbarmenu.hide-arrows li.drop-left li.has-sub > a:after,
.navbarmenu.hide-arrows li.has-sub > a:after {
  display: none;
}
.navbarmenu .call-btn-mobile,
.navbarmenu .close-menu,
.navbarmenu .location-btn-mobile,
.navbarmenu .menu-toggle {
  display: none;
  text-transform: capitalize;
  text-decoration: none;
}
.navbarmenu .dd-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 41px;
  height: 41px;
  text-align: center;
  z-index: 9999;
  border: 0;
}
.navbarmenu.desktop li.has-sub a {
  padding-right: 10px;
}
.navbarmenu.desktop.hide-arrows li.has-sub a {
  padding-right: 15px;
}
.navbarmenu.mobile > ul > li > a.dd-toggle {
  padding: 0;
}
.navbarmenu li.call-btn-mobile,
.navbarmenu li.location-btn-mobile {
  display: none;
}
.navbarmenu svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  position: relative;
  top: 2px;
}
.navbarmenu a.dd-toggle .icon-plus {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 12px;
  height: 100%;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.navbarmenu a.dd-toggle .icon-plus:before {
  content: "";
  display: block;
  width: 12px;
  height: 0;
  border-bottom: solid 3px #777;
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
  transition: width 0.3s;
}
.navbarmenu a.dd-toggle .icon-plus:after {
  content: "";
  display: block;
  width: 12px;
  height: 0;
  top: 50%;
  border-bottom: solid 3px #777;
  position: absolute;
}
.navbarmenu li.open > a.dd-toggle .icon-plus {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navbarmenu.light a.dd-toggle .icon-plus:before {
  border-color: #000;
}
.navbarmenu.light a.dd-toggle .icon-plus:after {
  border-color: #000;
}
.navbarmenu.dark a.dd-toggle .icon-plus:before {
  border-color: #ffa455;
}
.navbarmenu.dark a.dd-toggle .icon-plus:after {
  border-color: #ffa455;
}
.navbarmenu .icon-close {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
}
.navbarmenu .icon-close:before {
  content: "";
  display: block;
  width: 12px;
  height: 0;
  border-bottom: solid 3px #777;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}
.navbarmenu .icon-close:after {
  content: "";
  display: block;
  width: 12px;
  height: 0;
  top: 50%;
  border-bottom: solid 3px #777;
  position: absolute;
  transform: rotate(-45deg);
}
.navbarmenu.light .icon-close:before {
  border-color: #000;
}
.navbarmenu.light .icon-close:after {
  border-color: #000;
}
.navbarmenu.dark .icon-close:before {
  border-color: #000;
}
.navbarmenu.dark .icon-close:after {
  border-color: #000;
}
.navbarmenu .call-btn-mobile,
.navbarmenu .close-menu,
.navbarmenu .location-btn-mobile,
.navbarmenu .menu-toggle {
  padding: 5px 20px;
  box-sizing: border-box;
}
.navbarmenu .menu-toggle span.bars {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 3px;
}
.navbarmenu .menu-toggle span.bars span {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 6px;
  background: #777;
  margin: 0 0 3px;
}
.navbarmenu .full {
  width: 100%;
}
.navbarmenu .half {
  width: 50%;
}
.navbarmenu .third {
  width: 33%;
  text-align: center;
}
.navbarmenu .location-btn-mobile.third {
  text-align: center;
}
.navbarmenu .location-btn-mobile.half {
  text-align: right;
}
.navbarmenu.light .half,
.navbarmenu.light .third {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.navbarmenu.light.left .half,
.navbarmenu.light.left .third {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.navbarmenu.light.right .half,
.navbarmenu.light.right .third {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.navbarmenu.light .half:first-child,
.navbarmenu.light .third:first-child {
  border-left: 0;
}
.navbarmenu.dark .half,
.navbarmenu.dark .third {
  border-left: 2px solid #33ac54;
}
.navbarmenu.dark.left .half,
.navbarmenu.dark.left .third {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.navbarmenu.dark.right .half,
.navbarmenu.dark.right .third {
  border-bottom: 1px solid #33ac54;
}
.navbarmenu.light.left .menu-toggle,
.navbarmenu.light.right .menu-toggle {
  border-bottom: 0;
}
.navbarmenu.dark.left .menu-toggle,
.navbarmenu.dark.right .menu-toggle {
  border-bottom: 0;
}
.navbarmenu.dark .half:first-child,
.navbarmenu.dark .third:first-child {
  border-left: 0;
}
.navbarmenu.light .menu-toggle span.bars span {
  background: #fff;
}
.navbarmenu.dark .menu-toggle span.bars span {
  background: #fff;
}
.navbarmenu.mobile {
  position: relative;
  background-color: #282828;
  text-align: center;
  width: 100%;
  top: 0;
  right: 0;
  border-radius: 0;
}
.navbarmenu.mobile.fixed {
  position: static;
}
.navbarmenu.mobile ul {
  position: relative;
  display: none;
}
.navbarmenu.mobile.active {
  padding-bottom: 0;
}
.navbarmenu.mobile.active > ul {
  display: block;
}
.navbarmenu.mobile ul {
  text-align: left;
}
.navbarmenu.mobile > ul > li {
  display: block;
}
.navbarmenu.mobile > ul > li > a {
  padding: 12px 13px !important;
  font-size: 16px !important;
}
.navbarmenu.mobile ul {
  background: #ddd;
}
.navbarmenu.mobile ul ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: auto;
  display: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.navbarmenu.mobile ul ul ul {
  left: auto;
  top: auto;
}
.navbarmenu.mobile li.drop-left ul ul {
  right: auto;
}
.navbarmenu.mobile li a {
  border-bottom: 1px solid #824a3f85;
}
.navbarmenu.mobile li a:hover {
  background: radial-gradient(circle, #f5811e 0, #d56404 100%);
}
.navbarmenu.mobile > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.navbarmenu.mobile.light li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.navbarmenu.mobile.light > ul {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.navbarmenu.mobile li a.dd-toggle {
  border: 0;
}
.navbarmenu.mobile.light li a.dd-toggle {
  border: 0;
}
.navbarmenu.mobile .call-btn-mobile,
.navbarmenu.mobile .close-menu,
.navbarmenu.mobile .dd-toggle,
.navbarmenu.mobile .location-btn-mobile,
.navbarmenu.mobile .menu-toggle {
  display: inline-block;
}
.navbarmenu.mobile li.call-btn-mobile {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.navbarmenu.mobile li.call-btn-mobile,
.navbarmenu.mobile li.location-btn-mobile {
  display: inline-block;
  width: 50%;
  text-transform: capitalize;
  text-align: center;
}
.navbarmenu.mobile li.call-btn-mobile.full,
.navbarmenu.mobile li.location-btn-mobile.full {
  display: block;
  width: 100%;
  text-transform: capitalize;
  border-right: 0;
  text-align: left;
}
.navbarmenu.mobile.light ul {
  background: #fff;
}
.navbarmenu.mobile.dark ul {
  background: #eee;
}
.navbarmenu.mobile.dark ul ul {
  background: rgba(255, 255, 255, 0.08);
}
.navbarmenu.mobile.light li.call-btn-mobile {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.navbarmenu.mobile.top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.navbarmenu.mobile li li.has-sub > a:after,
.navbarmenu.mobile li.drop-left li.has-sub > a:after,
.navbarmenu.mobile li.has-sub > a:after {
  display: none;
}
.navbarmenu.mobile.left > ul,
.navbarmenu.mobile.right > ul {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.navbarmenu.mobile.right > ul {
  left: 0;
  z-index: 999;
}
.navbarmenu.mobile.left .close-menu,
.navbarmenu.mobile.right .close-menu {
  display: inline-block;
  text-align: right;
  color: #000;
}
.navbarmenu.mobile.left > ul {
  left: 0;
}
.navbarmenu.mobile.right .call-btn-mobile.half,
.navbarmenu.mobile.right .close-menu.half,
.navbarmenu.mobile.right .location-btn-mobile.half {
  text-align: center;
}
.navbarmenu.mobile.right .call-btn-mobile.third,
.navbarmenu.mobile.right .close-menu.third,
.navbarmenu.mobile.right .location-btn-mobile.third {
  text-align: center;
  font-size: 14px;
  color: #33ac54;
}
.navbarmenu.mobile.left .call-btn-mobile.half,
.navbarmenu.mobile.left .close-menu.half,
.navbarmenu.mobile.left .location-btn-mobile.half {
  text-align: center;
}
.navbarmenu.mobile.left .call-btn-mobile.third,
.navbarmenu.mobile.left .close-menu.third,
.navbarmenu.mobile.left .location-btn-mobile.third {
  text-align: center;
}
.navbarmenu.mobile.left .menu-toggle.half,
.navbarmenu.mobile.left .menu-toggle.third,
.navbarmenu.mobile.right .menu-toggle.half,
.navbarmenu.mobile.right .menu-toggle.third {
  text-align: left;
}
.navbarmenu.mobile.left .close-menu.third span,
.navbarmenu.mobile.right .close-menu.third span {
  display: none;
}
.navbarmenu.desktop li.mega ul ul {
  background: 0 0;
}
.navbarmenu.desktop li.mega li {
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.navbarmenu.desktop li.mega li li {
  display: block;
  position: relative;
  left: 4px;
}
.navbarmenu.desktop li.mega ul ul {
  width: auto;
}
.navbarmenu.desktop > ul > li.mega {
  position: inherit;
}
.navbarmenu.desktop > ul > li.mega > ul {
  width: 100%;
}
.navbarmenu.desktop > ul > li.mega > ul li.has-sub ul {
  display: block;
  position: relative;
  left: auto;
}
.navbarmenu.desktop > ul > li.mega > ul > li {
  padding-bottom: 15px;
  box-sizing: border-box;
}
.navbarmenu.desktop li.mega li li a {
  padding: 5px 15px;
}
.navbarmenu.desktop li.mega li.has-sub a:after {
  display: none;
}
.navbarmenu.desktop > ul > li.mega > ul > li > a {
  color: #ff0;
}
@media only screen and (max-width: 1024px) {
  .logo img {
    width: 90%;
    height: auto;
  }
  .product-banner h1 {
    font-size: 26px;
    line-height: 40px;
    margin: 10px 0;
  }
  .navbarmenu > ul > li > a {
    font-size: 13px !important;
    padding: 20px 5px !important;
  }
}
@media only screen and (max-width: 768px) {
  .navbarmenu {
    overflow: hidden;
    display: block;
  }
  .navbarmenu ul {
    position: relative;
    display: none;
  }
  .navbarmenu li a {
    padding: 7px 35px 7px 20px;
    border-right: 0;
    color: #000;
  }
}
@media only screen and (max-width: 420px) {
  .navbarmenu.mobile .call-btn-mobile.third span,
  .navbarmenu.mobile .location-btn-mobile.third span {
    display: none;
  }
  .navbarmenu.dark li.active > a,
  .navbarmenu.dark li:hover > a {
    background: #ea820f;
    color: #fff;
  }
  .navbarmenu > ul > li > a::before {
    display: none !important;
  }
}
.welcome-text-section {
  padding: 60px 0;
}
.welcome-text {
  position: relative;
}
.welcome-text h1 {
  font-weight:600; 
  font-size: 33px;
  color: #ea820f;
  margin: 0;
}
.welcome-text .item--sub-title {
  font-size: 20px;
  font-weight: 600;
  color: #282828;
  padding: 10px 0;
}
.welcome-text p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  text-align: justify;
}
.welcome-part-img img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.dropex-btn {
  padding: 15px 30px;
  background: #ea820f;
  font-size: 16px;
  line-height: 32px;
  border-radius: 4px;
  text-transform: capitalize;
  color: #fff;
}
.dropex-btn:hover {
  background: #282828;
  color: #fff;
  font-weight: 600;
}
.foundericon img {
  width: 60px;
  height: auto;
  position: absolute;
  margin-top: 5px;
  border-radius: 50%;
  border: 1px solid #ccc;
  padding: 5px;
}
.founder-label {
  font-size: 15px;
  display: block;
  margin-left: 25%;
  padding-top: 10px;
  color: #d2d2d2;
}
.founder-label span {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  transition: 0.3s;
  display: block;
}
.our-business-heading {
  position: relative;
  z-index: 9;
  text-align: center;
}
.our-business-heading h3 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 20px;
}
.top-business {
  padding-top: 50px;
}
.our-team-two {
  width: 100%;
  background: #000;
  position: relative;
  padding: 60px 0 0 0;
  height: 400px;
}
.work-process {
  top: 0;
  left: 0;
}
.our-team-two .overlay {
  background-image: url(../images/industry-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  position: absolute;
  opacity: 0.3;
}
.work-process .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay {
  background: linear-gradient(
    45deg,
    rgba(38, 38, 47, 0.95) 0,
    rgba(38, 38, 47, 0.95) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services-item-two {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-bottom: 3px solid #ea820f;
  height: 295px;
}
.services-item-two .content-box {
  position: relative;
  padding: 30px 20px;
  z-index: 9;
  text-align: left;
}
.services-item-two:hover {
  -webkit-box-shadow: 0 5px 20px rgba(52, 47, 47, 0.3);
  -moz-box-shadow: 0 5px 20px rgba(52, 47, 47, 0.3);
  -ms-box-shadow: 0 5px 20px rgba(52, 47, 47, 0.3);
  -o-box-shadow: 0 5px 20px rgba(52, 47, 47, 0.3);
  box-shadow: 0 5px 20px rgba(52, 47, 47, 0.3);
}
.services-item-two .content-box span {
  font-size: 50px;
  color: #f0932b;
  display: block;
  line-height: 50px;
}
.services-item-two .content-box span::before {
  margin: 0;
  font-size: 50px;
  color: #f0932b;
  display: block;
  line-height: 50px;
}
.services-item-two .content-box h4 {
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
  margin-top: 25px;
}
.services-item-two .content-box p {
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 15px;
}
.services-item-two:hover .btn-read-more {
  color: #282828;
}
.services-item-two .btn-read-more:hover {
  color: #fff;
}
.services-item-two .btn-read-more i {
  background-color: #000;
  margin-left: 10px;
  padding: 4px 6px;
  font-size: 16px;
}
.services-item-two .services-box-img {
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkite-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  z-index: -1;
}
.services-item-two .services-box-img::before {
  background: rgba(14, 27, 62, 0.6) !important;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.services-item-two.active .services-box-img,
.services-item-two:hover .services-box-img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.services-item-two.active .content-box h4,
.services-item-two.active .content-box p,
.services-item-two:hover .content-box h4,
.services-item-two:hover .content-box p {
  color: #fff;
  -webkite-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.services-two {
  background: #fff;
}
.no-padding {
  padding: 0;
}
.certificates-section {
  padding: 240px 0 60px 0;
  text-align: center;
  position: relative;
}
.transition-box {
  transition: 0.5s ease;
}
.transition-box:hover {
  transform: translateY(10px);
  transition: 0.5s ease;
}
.counter-style-one .counter-data {
  border: 1px solid #c1c1c1;
  padding: 40px;
  width: 87%;
  position: relative;
  border-radius: 4px;
  transition: 0.5s ease;
}
.counter-style-one .counter-data:hover {
  box-shadow: 20px 20px 13px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 20px 20px 13px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 20px 20px 13px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(10px);
  transition: 0.5s ease;
}
.counter-style-one .counter-data .count {
  font-size: 85px;
  color: #080808;
  font-family: Epilogue, sans-serif;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #080808;
  position: relative;
  line-height: 105px;
  display: flex;
}
span.counter {
  font-weight: 900;
}
.counter-style-one .counter-data .count i {
  font-size: 16px;
  font-weight: 900;
  color: #161616;
  -webkit-text-fill-color: #161616;
  -webkit-text-stroke-width: 0;
  text-transform: capitalize;
  line-height: 26px;
  font-style: normal;
  margin-top: 15px;
  margin-left: 8px;
}
.counter-style-one .counter-data h4 {
  font-size: 16px;
  font-weight: 400;
  font-family: Epilogue, sans-serif;
  color: #161616;
}
.counter-style-one .counter-data:before {
  content: "";
  width: 60px;
  height: 110px;
  position: absolute;
  bottom: -20px;
  right: 0;
  transform: skew(-23deg, 0deg);
  background-color: #ea820f;
}
.counter-style-one .counter-data.upper-space {
  margin-top: 90px;
}
.item-titleborder {
  width: 180px;
  height: 6px;
  background-color: #282828;
  bottom: 0;
  border-radius: 4px;
  left: 0;
  margin: 0 auto 15px auto;
  position: relative;
}
.item-titleborder::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 15px;
  background-color: #ea820f;
  bottom: 0;
  border-radius: 4px;
  top: -5px;
  left: 55px;
}
.our-product-part {
  padding: 10px 0;
  background-color: #f7f7f7;
  text-align: center;
  position: relative;
  background: url(../images/map_img.png);
  background-position: center center;
  background-size: cover;
}
.our-classes {
  text-align: center;
}
.our-classes h4 {
  font-weight: 700;
  font-size: 30px;
  color: #af002f;
  text-transform: capitalize;
  padding-bottom: 15px;
  text-align: center;
}
.brands-box .brand-name a h5 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.brands-box .brand-logo {
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  margin-top: 15px;
}
.brands-box .brand-logo img {
  max-height: 100px;
  margin: auto;
  text-align: center;
  width: 100%;
}
.title-center {
  text-align: center;
}
.blog-part{
  border-radius: 10px;
  padding: 8px;
  box-shadow: 0px 0px 5px 5px #e7e7e7;
  margin-bottom: 30px;
}
.blog-part img{
  width: 100%;
  height: auto;
  border-radius: 9px;
}
.blog-part h4 {
  text-align: center;
  padding: 10px 0px;
}
.blog-part a{
  color: #0171bd;
  font-size: 17px;
}
.blog-part a:hover{
  color: #0062a3;
}
.blog-part p {
  padding: 0px 8px;
}
.content {
  overflow: hidden;
  border: 2px solid #ea820f;
}
.content-image {
  width: 100%;
  height: auto;
  transition: all 1s ease;
}
.content-image:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content h3 {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  background-color: #af002f;
  margin: 0;
  padding: 10px;
  text-align: center;
}
.content h3:hover {
  background-color: #282828;
}
.owl-dots {
  display: none !important;
}
.industrial-applications-part {
  padding: 100px 0;
  background-color: #af002f;
}
.applicationsbg {
  background-color: #fff;
  box-shadow: 0 0 17px 0 rgba(39.24904891304349, 77.53260419128074, 175.5, 0.22);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 40px;
  border-radius: 10px;
}
.applicationsbg h3 {
  font-weight: 700;
  font-size:30px; 
  color: #af002f;
  text-align: center;
}
.industrial-box {
  padding: 20px 10px;
  text-align: center;
  border: 1px solid #ea820f;
  border-radius: 4px;
}
.industrial-box:hover {
  background-color: #d4eaff;
}
.industrial-box img {
  width: 100%;
  height: auto;
  background-color: #282828;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 15px;
}
.industrial-box h4 {
  font-size: 16px;
  font-weight: 500;
  padding-top: 5px;
  color: #333;
}
.satisfaction-box {
  padding: 20px;
  background-color: #af002f;
  text-align: center;
  margin-top: 15px;
  border-radius: 4px;
}
.satisfaction-box h3 {
  font-weight: 700;
  font-size: 30px;
  text-transform: capitalize;
  color: #fff;
}
.satisfaction-box h3 span {
  color: #fff;
  font-size: 100px;
  font-weight: 900;
  display: block;
}
.satisfaction-box p {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  padding-bottom: 20px;
}
.box-41-section {
  padding: 50px 0 30px 0;
  text-align: center;
  position: relative;
}
.box-41-img img {
  width: 100%;
  height: auto;
}
.industrial-applications-part {
  padding: 40px 0;
}
.footer-main {
  font-size: 15px;
  padding: 40px 0 20px;
  background: #161616;
}
.footer-content img {
  margin-bottom: 15px;
  width: 70%;
  height: auto;
}
.footer-content a {
  color: #fff;
}
.footer-content h4 {
  font-size: 18px;
  color: #ea820f;
  font-weight: 600;
  padding-top: 15px;
}
.footer-content ul {
  padding: 0;
  margin: 0;
}
.footer-content ul li {
  list-style: none;
  background: url(../images/footer-main-icon.png) no-repeat;
  background-position: 5px 8px;
  padding-left: 20px;
}
.footer-content ul li a {
  color: #ededed;
  font-size: 15px;
  line-height: 26px;
}
.footer-content ul li a:hover {
  color: #ea820f;
  font-weight: 600;
  padding-left: 2px;
}
.footer-content p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 7px;
}
.footer-content p a:hover {
  color: #ea820f;
  font-weight: 600;
}
.copyright {
  padding:0px 2%;
  position: relative;
  background: #000;
  border-top: 1px solid #282828;
}
.copyright p {
  text-align: center;
  margin: 0;
  color: #fff;    font-size: 13px;
}
.copyright a {
  color: #ea820f;
}
.social-media {
  text-align: right;
}
.social-media ul {
  margin: 0;
  padding: 0;
}
.social-media ul li {
  list-style-type: none;
  display: inline-block;
  padding: 10px 0;
  background: 0 0;
}
.social-media ul li a i {
  background: #ea820f;
  color: #fff;
  font-size: 15px;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.social-media ul li a i:hover {
  color: #282828;
  background-color: #fff;
}
.contact-pc {
  position: fixed;
  z-index: 99;
  right: 10px;
  top: 35%;
}
.contact-pc li {
  list-style: none;
  position: relative;
  width: 45px;
  height: 45px;
  margin-bottom: 5px;
  border-radius: 4px;
  background: #ea820f;
}
.contact-pc li:hover {
  background-color: #282828;
}
.contact-pc li a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}
.contact-pc li .iconfont {
  color: #fff;
  font-size: 20px;
}
.whatsapp-color {
  background-color: #25b133 !important;
}
.page-header-wrap {
  background-color: #001b52;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.page-header-wrap .inner-banner2 {
  background: url(../images/page-banner.jpg) no-repeat center center;
  padding: 100px 0 100px 0;
  text-align: left;
  background-size: cover;
}
.page-header-wrap .inner-banner2:before {
  content: "";
  background-color: #00000060;
  padding: 0;
  top: 0;
  width: 100%;
  height: 600px;
  left: 0;
  position: absolute;
  z-index: 9;
}
.page-title {
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 9;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  font-size: 45px;
  text-align: center;
}
.breadcumb-wrapper {
  background-color: transparent;
  text-align: center;
  padding-top: 1.2em;
  position: relative;
  padding-bottom: 1.2em;
  color: #fff;
  z-index: 9;
}
.breadcumb-wrapper i {
  padding: 0 5px;
}
.breadcumb-wrapper a {
  color: #fff;
}
.breadcumb-wrapper .home {
  color: #ea820f;
}
.breadcumb-wrapper .active {
  color: #fff;
}
.page-part-inner {
  padding: 40px 0 40px 0;
}
.pro-text p {
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  color: #272626;
  text-align: justify;
}
.pro-img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  border: 1px solid #2e3192;
}
.pro-img h3 {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
.pro-img h3 a {
  font-size: 18px;
  color: #282828;
}
.pro-img h3 a:hover {
  color: #ea820f;
}
.pro-inner-img {
  overflow: hidden;
  border: 1px solid #ccc;
  margin-top: 25px;
}
.pro-inner-img img {
  width: 100%;
  height: auto;
  transition: transform 2s ease;
}
.pro-inner-img img:hover {
  transform: scale(1.5);
  transition: transform 2s ease;
}
.inner-page-box-img img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  padding: 2px;
  margin-bottom: 15px;
}
.pro-inner-img h3 {
  background-color: #f7f7f7;
  position: relative;
  z-index: 9;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  margin: 0;
  text-transform: capitalize;
}
.pro-inner-img a {
  color: #ea820f;
}
.pro-text h2 {
  font-size: 32px;
  line-height: 40px;
  color: #282828;
  font-weight: 700;
}
.pro-text h3 {
  font-size: 24px;
  color: #ea820f;
  font-weight: 700;
  margin-top: 15px;
}
.pro-text h4 {
  font-size: 22px;
  color: #051e51;
  font-weight: 700;
  margin-top: 15px;
}
.pro-text td {
  padding: 10px;
  border: 1px solid #ccc;
}
.pro-text2 p {
  font-size: 15px;
  line-height: 29px;
  font-weight: 300;
  color: #fff;
  text-align: justify;
}
.pro-text2 h2 {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
}
.pro-text2 h3 {
  font-size: 24px;
  color: #ea820f;
  font-weight: 700;
  margin-top: 15px;
}
.pro-text2 h4 {
  font-size: 26px;
  color: #000000;
  font-weight: 700;
  margin-top: 34px;
}
.pro-text2 td {
  padding: 10px;
  border: 1px solid #ccc;
}
.pro-text2 p a {
  color: #000000;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
.pro-text2 p a:hover {
  color: #1b75bc;
  font-weight: 400;
}
.pro-text3 {
  font-size: 15px;
  line-height: 29px;
  font-weight: 300;
  color: #0490ee;
  text-align: justify;
}
.ullist {
  padding: 5px 0 15px 0;
}
.ullist ul {
  padding-left: 5px;
  margin-bottom: 15px;
}
.ullist ul li {
  background-image: url(../images/arrow.html);
  background-repeat: no-repeat;
  background-position: 5px 12px;
  list-style: none;
  text-align: left;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 17px;
  padding-left: 25px;
  color: #272626;
  line-height: 28px;
}
.ullist ul li a {
  color: #282828;
}
.ullist ul li a:hover {
  color: #ea820f;
}
.mt-30 {
  padding-top: 30px;
}
.note {
  color: red;
  font-weight: 700;
}
.get-in-touch-part {
  padding: 60px 0;
}
.get-in-touch-box {
  width: 100%;
  padding: 20px 20px 10px 20px;
  background: #f7f7f7;
  position: relative;
  box-shadow: 0 0 10px 0 #ccc;
  border: 1px solid #ccc;
  font-size: 17px;
  line-height: 28px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.get-in-touch-box .name-text {
  font-size: 28px;
  font-weight: 700;
  color: #ea820f;
  padding-bottom: 15px;
}
.get-in-touch-box h6 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 0;
}
.get-in-touch-box p {
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
.get-in-touch-box p a {
  color: #333 !important;
}
.get-in-touch-box p a:hover {
  color: #ea820f !important;
  font-weight: 600;
}
.get-in-touch-part iframe {
  width: 100%;
  height: 570px;
  border-radius: 20px;
}
.form-group {
  margin-bottom: 15px;
}
.well {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
label {
  display: inline-block;
  color: #000;
  padding-top: 10px;
}
.well-sm {
  width: 100%;
  padding: 20px 20px 10px 20px;
  background: #cbeaff;
  position: relative;
  box-shadow: 0 0 10px 0 #ccc;
  border: 1px solid #ccc;
  font-size: 17px;
  line-height: 28px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.entry-subtitle h3 {
  color: #282828;
  font-weight: 700;
}
.entry-subtitle p {
  color: #000;
}
.entry-subtitle span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  line-height: 1.4;
  z-index: 1;
}
.content-box-home {
  background-color: #fff;
  position: relative;
  z-index: 9;
  padding: 15px;
  text-align: center;
  border: 1px solid #ccc;
}
.content-box-home img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.content-box-home h3 {
  font-size: 20px;
  color: #282828;
}
.content-box-home h3:hover {
  color: #ea820f;
}
.content-box-home p {
  font-size: 15px;
  color: #333;
}
.position-top {
  position: relative;
  margin-top: 40px;
  margin-bottom: 70px;
  z-index: 99;
}
.feature-box-title {
  font-size: 22px;
  font-weight: 600;
  color: #13223c;
}
.satisfaction-box1 {
  margin-top: 35px;
  padding: 30px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
  transition: 0.5s ease;
  text-align: center;
  border-radius: 10px;
  transition: all 1s ease;
  height: 290px;
}
.satisfaction-boxheight {
  height: 380px;
}
.satisfaction-box1:hover {
  background-color: #ffd194;
}
.satisfaction-box1 p {
  color: #666;
  font-size: 15px;
}
.satisfaction-icon {
  font-size: 50px !important;
  color: #13223c;
  margin-bottom: 20px;
  transition: all 1s ease;
}
.whychooseus {
  padding: 60px 0 60px 0;
  background-color: #f7f7f7;
}
.whychooseus h3 {
  font-weight: 700;
  font-size: 36px;
  color: #af002f; 
  padding-bottom: 15px;
  text-align: center;
}
.whybox {
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
  border-radius: 4px;
  text-align: center;
}
.whychooseus h4 {
  font-size: 20px;
  color: #000;
  padding-top: 20px;
  text-align: center;
}
.whybox img {
  width: 70px;
  height: 70px;
  line-height: 70px;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  background-color: #ea820f;
}

.quick-connect {
  position: fixed;
  bottom: 20%;
  right: 0;
  z-index: 999999;
}
.quick-connect a {
  color: #fff;
}
.call {
  background-color: #1b75bc;
  color: #fff;
  font-size: 20px;
  border-radius: 10px 0 0 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.whatsapp {
  background-color: #7ebf28;
  color: #fff;
  font-size: 23px;
  border-radius: 10px 0 0 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.call:hover {
  animation: shakes 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.whatsapp:hover {
  animation: shakes 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.location-map {
  background-color: #fbbc04;
  color: #fff;
  font-size: 23px;
  border-radius: 10px 0 0 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: 8px;
  justify-content: center;
}
.location-map:hover {
  animation: shakes 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shakes {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0, 2px) rotate(0);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}
@media only screen and (max-width: 768px) {
  .top-header {
    display: none;
  }
  .supportborder {
    display: none;
  }
  .logo-image img {
    width: 150px;
    height: auto;
  }
  .shrre-shyam img {
    position: absolute;
    top: 8px;
    right: 16px;
    width: 120px;
  }
  .valvesub {
    width: 100% !important;
    background-color: #282828;
    padding: 2px;
  }
  .valvesub li {
    width: 100%;
    float: left;
    border-bottom: none;
  }
  .welcome-text-section {
    padding: 30px 0;
  }
  .counter-style-one .counter-data.upper-space {
    margin-top: 40px;
  }
  .counter-style-one .counter-data {
    margin-top: 40px;
  }
  .recaptcha-size {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .welcome-text h1 {
    font-size: 32px;
  }
  .our-business-heading h3 {
    font-size: 32px;
  }
  .our-team-two {
    width: 100%;
    background: #000;
    position: relative;
    padding: 60px 0 0 0;
    height: auto;
  }
  .certificates-section {
    padding: 100px 0 60px 0;
  }
  .certificates-section h3 {
    font-size: 32px;
  }
  .our-classes h4 {
    font-size: 30px;
  }
  .applicationsbg h3 {
    font-weight: 700;
    font-size: 18px;
  }
  .applicationsbg {
    background-color: #fff;
    box-shadow: 0 0 17px 0
      rgba(39.24904891304349, 77.53260419128074, 175.5, 0.22);
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
      box-shadow 0.3s;
    padding: 15px;
    border-radius: 10px;
  }
  .satisfaction-box {
    padding: 20px 0 0 20px;
  }
  .brand-section {
    padding: 40px 0;
  }
  .brand-section .col-sm-3 {
    width: 50%;
    float: left;
  }
}
.tags {
  color: #fff;
}

.keytag{
	color: #92ccff;
	text-align: justify;
}
.keytag a {
	color: #000000;
}
.key-box span a{
    color: #000;
    font-size: 17px;
    line-height: 31px;
}
.tag-sec{
  background-image: url(../images/tag.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  padding: 50px 0px;
  position: relative;
  z-index: 1;
}
.tag-sec::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fffffff2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.key-box span{
  display: block !important;
  position: relative;
  padding-left: 20px;
}
.key-box span::before {
  font-family: FontAwesome;
  font-size: 12pt;
  position: absolute;
  top: 0.19rem;
  left: 0;
  color: #1b75bc;
  content: "\f069";
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


.pro-text3 h4 {
  font-size: 26px;
  color: #1b75bc;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 15px;
}
.header-cu-row{
      padding: 2px 15px;
}
.taglinep p{
  display: flex;
  align-items: center;
}
.taglinep p strong{
  width: 1100px;
}
marquee p a{
  color: #fff;
  margin: 0px 7px;
}






























/* .........model-css........ */
.form-group input {
  border-left: 5px solid #ea820f;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.modal-header {
  padding: 10px 15px 0 15px;
  background-color: #ea820f;
}

.modal-title {
  font-size: 23px;
  color: #fff;
  text-align: left;
  padding-bottom: 9px;
  font-weight: 400;
}

button.close {
  -webkit-appearance: none;
  cursor: pointer;
  background: 0 0;
  border: 0;
  background-color: #004f85 !important;
  padding: 6px 15px;
  margin-top: -14px !important;
  position: absolute;
  opacity: 1;
  color: #fff !important;
}

.close {
  position: absolute;
  right: 16px;
  top: 15px;
  font-size: 28px;
  color: #fff !important;
}

.form-group {
  margin: 15px 0 !important;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-group input {
  border-left: 5px solid #ea820f;
}

.Submit-box:hover {
  background-color: #22b354;
  border: 1px solid #ea820f;
}

.Submit-box {
  padding: 10px 30px;
  background: #ea820f;
  color: #fff;
  border: none !important;
  border-radius: 5px;
}

.pop-img {
  margin-top: 10%;
  margin-bottom: 20px;
  width: 300px;
  height: auto;
}

@media (max-width:767px) {
  .pop-img {
    margin-top: 2%;
    margin-bottom: 13px;
    width: 200px;
    height: auto;
  }

  .pop-img {
    margin-top: 2%;
    margin-bottom: 13px;
    width: 191px;
    height: auto;
    display: none !important;
  }

  .modal-title {
    font-size: 18px;
    color: #fff;
    text-align: left;
    padding-bottom: 10px;
    font-weight: 400;
  }

  .close {
    position: absolute;
    right: 16px;
    top: 19px;
    font-size: 21px;
    color: #fff !important;
  }
}

.form-group #email {
  border-left: 5px solid #ea820f !important;
}

.form-group #email {
  border-left: 5px solid #ea820f !important;
}

.cs_gap_y_13 {
  gap: 13px 0;
}

.last-margine-none {
  margin: 0px !important;
}

.thankyou-wrapper p {
  font: 26px;
  text-align: center;
  color: #333333;
  padding: 5px 10px 10px;
}

.thankyou-wrapper a:hover {
  font: 26px;
  text-align: center;
  color: #ffffff;
  display: block;
  text-decoration: none;
  width: 250px;
  background: #ea820f;
  margin: 10px auto 0px;
  padding: 15px 20px 15px;
}

.thankyou-wrapper a {
  font: 26px;
  text-align: center;
  color: #ffffff;
  display: block;
  text-decoration: none;
  width: 250px;
  background: #ea820f;
  margin: 10px auto 0px;
  padding: 15px 20px 15px;
}

.thankyou-wrapper {
  text-align: center;
}

.inq-btn-home {
  position: fixed;
  top: 40%;
  right: 0;
  width: 45px;
  height: 50px;
  z-index: 999999;
  transform: translateY(-50%);
}

.inq-btn-home {
  cursor: pointer;
}
.welcome-text-section p{
  margin-top:14px;
}
.whatsapp-link img {
    height: 57px;
    width: 57px;
    position: fixed;
    left: 30px;
    bottom: 19px;
    z-index: 9999;
}
.blogdib h3{
  font-size:16px; margin-top:15px; line-height:26px;
}
.bx1 {
    background: #f8f8f8;
    box-shadow: 0 0 10px rgb(204 204 204 / 67%);
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 40px;
    margin-top:40px;
}

.blogdib a{
  color:#000 !important;
}
.bx1 h3{
  font-size:24px;
  font-weight:600; margin-bottom:15px;
}