@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Mulish:wght@800&family=Noto+Sans+Gothic&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Mulish:wght@800&family=Noto+Sans+Gothic&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  outline: none;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: none;
}
h1,h2,h3,h4,h5,h6,p,b,strong,ul,li,span,ol {
  margin: 0px;
  padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Roboto Condensed", sans-serif;
}

body {
  font-size: 15px;
  color: #000;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
  background-repeat: repeat;
  background-position: center;
}

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

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

body::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #8b8b8b;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

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

/** **************** **/
.m0 {
  margin: 0px;
}
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.mt80 {
  margin-top: 80px;
}
/**/
.p0 {
  padding: 0px;
}
.pt0 {
  padding-top: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pt60 {
  padding-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.pt100 {
  padding-top: 100px;
}
/** **************** **/
.container {
  max-width: 1200px;
}
/** **************** **/

.fixed-top {
  position: relative;
  display: block;
  top: 0px;
  padding: 8px 0;
  background: #fff;
  border-top: 4px solid #00a0e3;
  /*padding: 4px 0 2px;*/
  /*box-shadow:0 2px 2px 0 rgb(0 0 0 / 15%);*/
  /* box-shadow:0px 0px 12px rgb(0 0 0 / 30%); */
}
.header-scrolled .logo {
  margin-top: -10px;
  transition:all.5s ease;
}
.header-scrolled .scrollto img {
  width: 220px;
  height: auto;
  transition: all.5s ease;
  margin-top: 11px;
}
.header-scrolled .main-nav > ul{
  margin: 5px 0 0 0;
}
.logo {
  position: relative;
  transition:all.5s ease;
  /*box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);*/
}
.header-scrolled {
    position: fixed;
    padding: 7px 0 8px;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 5%);
}
.scrollto img {
  width:240px;
  height:auto;
  transition:all.5s ease;
}
.main-nav {
  float:right;
  transition:all.3s ease-in-out;
}
.main-nav > ul{
  margin: 6px 0 0 0;
  display: flex;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.main-nav a {
  color: #292929;
    font-weight: 500;
    letter-spacing: 0.25px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px;
}
/*.main-nav ul li:after {
    position: absolute;
    bottom:0;
    left: 0;
  right:0;
  margin:0 auto;
    width: 90%;
    height: 2px;
    content: '';
    background-color: #d90d80;
    opacity: 0;
    transition: all 200ms linear;
}
.main-nav ul li:hover:after {
  bottom: 0px;
  opacity: 1;
}*/
.main-nav .drop-down ul li:after {
  display:none;
}
.main-nav li:last-child {
  /*border-right:0px;*/
}
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
  color: #00a0e3;
  text-decoration: none;
}
.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  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-radius: 3px; */
}
.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-nav .drop-down li {
  min-width: 220px;
  position: relative;
}
.main-nav .drop-down ul li {
  border-bottom: 1px solid #f4f4f7;
  margin-top:0px;
}
.main-nav .drop-down ul li:last-child{
    border-bottom: 0px;
}
.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}
.main-nav .drop-down ul li a {
  padding: 10px 10px;
    color: #000;
    border-radius: 2px;
  font-weight: 500;
    transition: all 200ms linear;
    font-size: 15px;
    letter-spacing: 0.25px;
    text-transform: capitalize;
  width:100%;
}
.main-nav .drop-down ul li a span{
  color: #da1214;
}
.main-nav .drop-down ul li a:hover span{
  color: #fff;
}
.main-nav .drop-down ul li a span img{
  width: 20px;
}
.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: #00a0e3;
}
.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
    font-size: 16px;
}
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 10px);
}
.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}
/*******************/
.call_start{
    margin-left: 5px !important;
}
.call_tp {
    background: #ffffff;
    border-radius: 50px;
    padding: 5px 12px 5px 11px;
    margin-left: 24px;
    height: 43px;
    display: flex;
    border: 2px solid #00a0e3;
}
.call_tp img {
    margin-right: 8px;
    width: 22px;
    height: 22px;
    margin-top: 2px;
}
.call_tp a {
    color: #292929;
    font-weight: 600;
    font-size: 15px;
    display: block;
    line-height: 15px;
    padding: 0px;
}
.call_tp a span {
    font-weight: 400;
    color: #292929;
}
.call_start a{
    padding-top: 6px;
}
.call_start a:hover{
  color: #f7853e !important;
}
.get_start{
  background: #fff0;
    border: 1px solid #d8111100;
    padding: 7px 42px 12px 28px;
    position: relative !important;
    top: -10px;
}
.get_start a{
  color: #fff;
    font-size: 15px;
}
.get_start a span{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.get_start img {
    display: block;
    width: 240px;
    height: 75px;
    right: -20px;
    top: -10px;
    position: absolute;
    z-index: -1;
}
.get_start a:hover{
    color: #fff !important;
}
/*******************/
.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;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #8cc63f;
  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: 0px 0px 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;
}

/*******************/
/*Only Fade Slide*/
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}
/*Only Fade Slide End*/

 
.carousel {
  overflow: hidden;
}
.carousel .carousel-control {
  background: none;
  top: 45%;
  font-size: 30px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: absolute;
}
.carousel .carousel-control-next {
  right: 2%;
}
.carousel .carousel-control-prev {
  left: 2%;
}
.carousel .carousel-control-next span {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
.carousel .carousel-control-prev 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-next span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
.carousel:hover .carousel-control-prev span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
.carousel .carousel-control span {
  color: #fff;
  background-color: rgb(50 52 51 / 50%);
  box-shadow: 0 0 0 10px rgb(50 52 51 / 50%);
  height: 30px;
  width: 30px;
  z-index: 121;
  line-height: 30px;
  text-align: center;
  position: absolute;
  border: 0px;
}
.carousel .carousel-control span:hover {
  background-color: #1e1e1e;
  box-shadow: 0 0 0 10px #1e1e1e;
}
.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: 10px;
  text-align: center;
  list-style: none;
  bottom: 40px;
  justify-content: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffffb3;
  border: 1px solid #ffffffb3;
  border-radius: 50%;
}
.carousel-indicators .active {
  background-color: #00a3d4;
  border: 1px solid #00a3d4;
}
.carousel-caption {
  text-align: right;
  text-shadow: none;
  right: 0;
  bottom: 0;
  padding-bottom: 0;
}

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

.hm-cetificate{
  padding: 80px 0;
}
.hm-cetificate-logo {
  text-align: center;
}
.hm-cetificate-logo img{
  height: 90px;
  width: auto !important;
  margin: 0 auto;
}

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

.hm-about{
  padding-top: 80px;
  padding-bottom: 40px;
}
.hm-about-img{
  position: relative;
  padding: 30px 0px 30px 30px;
}
.hm-about-img:after{
  content: "";
  position: absolute;
  background: #f5f6fa;
  width: 90%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hm-about-dtl h1{
  font-size: 35px;
  color: #00a0e3;
  font-weight: 700;
  letter-spacing: -0.9px;
  transition: color 0.2s linear;
  display: block;
  padding-bottom: 15px;
}
.hm-about-dtl p{
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #777;
  font-family: Roboto, sans-serif;
  line-height: 32px;
  letter-spacing: -0.36px;
}
.hm-about-dtl .prod-btn-all{
  text-align: left;
}
.hm-about .row{
  align-items: center;
}
.hm-about .prod-btn-all{
  margin-top: 30px;
}
/*******************/


.hm-prod {
  padding: 60px 0 80px 0;
  background: #f5f6fa;
}
.hm-prod-head h2{
  font-size: 38px;
  color: #212529;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  letter-spacing: -0.9px;
  transition: color 0.2s linear;
  display: block;
  text-align: center;
}
.hm-prod-head p{
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #777;
  font-family: Roboto, sans-serif;
  line-height: 32px;
  letter-spacing: -0.36px;
  text-align: center;
}

.hm-prod-tab .nav-tabs {
  padding: 10px 0px 10px 30px;
  border-radius: 0rem;
  border-bottom: 0px;
  width: 1480px;
}
.hm-prod-tab .nav-tabs .nav-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.50px;
  color: #616161;
  padding: 0.8rem 0.8rem;
  /*margin: 0 10px;*/
  white-space: nowrap;
}
.hm-prod-tab .nav-link.active {
  color: #fff;
  background: linear-gradient(90deg, rgba(58, 183, 212, 1) 23%, rgb(0 160 227) 73%);
  border: none;
  border-radius: 30px;
}
.hm-prod-tab .nav-link:hover.active {
  border-color: #fff #fff #000000;
}
.hm-prod-tab .nav-link:hover {
  border-color: #fff0;
}

.hm-prod-tab .hm-prod-box {
  padding: 20px 0px;
}
.hm-prod-tab .hm-prod-box span {
  text-align: center;
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 21px;
  padding-top: 15px;
  letter-spacing: 1px;
}

.prod-btn-all {
  margin-top: 50px;
  text-align: center;
}
.prod-btn-all a {
  font-size: 12px;
  background: #911d5a;
  padding: 17px 30px 17px 30px;
  border-radius: 0px;
  font-weight: 400;
  transition: all 0.5s ease-out !important;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  letter-spacing: 0.265em;
  text-indent: 0.265em;
}
.prod-btn-all a:hover {
  background-color: #ffffff00;
  border-color: #000;
  color: #000;
}
.hm-prod-tab .tab-pane .row{
  justify-content: center;
}
.prod-box{
  border-radius: 15px;
  box-shadow: rgb(149 157 165 / 36%) 0px 0px 24px;
  padding: 10px;
  margin: 15px 0;
}
.prod-box img{
  border: 2px solid #00a0e3;
}
.prod-box .prod-box-name span{
  color: #000;
  text-align: center;
  display: block;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 7px;
}

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

.scrtabs-tab-container .tab-content {
  clear: left;
}

.scrtabs-tab-container .scrtabs-tabs-movable-container>.navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.scrtabs-tabs-fixed-container {
  float: left;
  height: auto;
  overflow: hidden;
  width: 100% !important;
  background: #fff;
}

.scrtabs-tabs-movable-container {
  position: relative;
  transition: transform 2s;
}

.scrtabs-tabs-movable-container .tab-content {
  display: none;
}

.scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container>ul.nav-tabs {
  padding-right: 0;
}

.scrtabs-tab-scroll-arrow {
  background: #a5a5a5;
  cursor: pointer;
  display: none;
  border: 2px solid #a5a5a5;
  padding-left: 0.5em;
  padding-top: 26px;
  width: 30px;
}

.scrtabs-tab-scroll-arrow:hover {
  background-color: #00a0e3;
  border: 2px solid #00a0e3;
}
.scrtabs-tab-scroll-arrow:hover>span{
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.scrtabs-tab-scroll-arrow>span {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
}

.scrtabs-tab-scroll-arrow-left>span {
  transform: rotate(135deg);
}
.scrtabs-tab-scroll-arrow-left{
  position: absolute;
  left: 0;
  top: 1px;
  height: 65px;
  z-index: 1;
}
.scrtabs-tab-scroll-arrow-right{
  position: absolute;
  right: 0;
  top: 1px;
  height: 65px;
  z-index: 1;
}

.scrtabs-tab-scroll-arrow,
.scrtabs-tab-scroll-arrow .scrtabs-click-target {
  cursor: pointer;
}

.scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
  cursor: default;
}

.scrtabs-tab-scroll-arrow.scrtabs-disable,
.scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
  color: #ddd;
  cursor: default;
  border-color: #c9c9c9;
  background: #c9c9c9;
}

.scrtabs-tab-scroll-arrow.scrtabs-disable>span,
.scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target>span {
  border-color: #fff;
}

.scrtabs-tab-scroll-arrow.scrtabs-disable:hover {
  background: #00a0e3;
  border-color: #00a0e3;
}

.scrtabs-tabs-fixed-container ul.nav-tabs>li {
  white-space: nowrap;
}

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

.hm-why{
  padding: 40px 0 100px 0;
  position: relative;
  overflow: hidden;
}
.hm-why-desc h2{
  font-size: 38px;
  color: #212529;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  letter-spacing: -0.9px;
  transition: color 0.2s linear;
  display: block;
  margin-bottom: 10px;
  line-height: 50px;
  text-align: center;
}
.hm-why-desc p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #777;
  font-family: Roboto, sans-serif;
  line-height: 32px;
  letter-spacing: -0.36px;
  text-align: center;
}
.hm-why-box{
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #fff;
}
.hm-why-box:hover{
  background: linear-gradient(90deg, rgba(58, 183, 212, 1) 23%, rgb(0 160 227) 73%) !important;
  color: #fff;
}
.hm-prod-icon img{
  width: 80px;
  margin-bottom: 15px;
}
.hm-why-box:hover .hm-prod-icon img{
  filter: brightness(0) saturate(100%) invert(1);
}
.hm-why-box span{
  font-weight: 600;
  font-size: 20px;
  display: block;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.hm-why-box p{
  font-size: 16px;
  font-weight: 400;
  color: #777;
  line-height: 27px;
  position: relative;
  z-index: 1;
}
.hm-why-box:hover p{
  color: #fff;
}
.circle1 {
  width: 400px;
  height: 400px;
  background: #fff;
  position: absolute;
  left:100%;
  top: -100%;
  opacity: 0.2;
  border-radius: 50%;
  visibility: hidden;
  transition: all .5s;
}
.circle2 {
  width: 350px;
  height: 350px;
  background: #fff;
  position: absolute;
  left:100%;
  top: -100%;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
.circle3 {
  width: 300px;
  height: 300px;
  background: #fff;
  position: absolute;
  left:100%;
  top: -100%;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
.hm-why-box:hover  .circle1{
  opacity: 0.2;
  visibility: visible;
  left: 40%;
  top: -70%;
}
.hm-why-box:hover  .circle2{
  opacity: 0.2;
  visibility: visible;
  left: 55%;
  top: -70%;
}
.hm-why-box:hover  .circle3{
  opacity: 0.2;
  visibility: visible;
  left: 70%;
  top: -70%;
}


.why-circle1 {
  width: 800px;
  height: 800px;
  background: #f5f6fa;
  position: absolute;
  left:-800px;
  bottom: -800px;
  opacity: 0;
  border-radius: 50%;
  visibility: hidden;
  transition: all .5s;
  z-index: -99;
}
.why-circle2 {
  width: 800px;
  height: 800px;
  background: #f5f6fa;
  position: absolute;
  left:-800px;
  bottom: -800px;
  opacity: 0;
  border-radius: 50%;
  visibility: hidden;
  transition: all .5s;
  z-index: -1;
}
.why-circle3 {
  width: 800px;
  height: 800px;
  background: #f5f6fa;
  position: absolute;
  left:-800px;
  bottom: -800px;
  opacity: 0;
  border-radius: 50%;
  visibility: hidden;
  transition: all .5s;
}
.hm-why:hover .why-circle1{
  opacity: 0.3;
  visibility: visible;
  left:-300px;
  bottom: -300px;
}
.hm-why:hover .why-circle2{
  opacity: 0.4;
  visibility: visible;
  left:-400px;
  bottom: -400px;
}
.hm-why:hover .why-circle3{
  opacity: 0.9;
  visibility: visible;
  left:-500px;
  bottom: -500px;
}

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

.hm-industry-section{
  padding: 80px 0 20px;
}
.hm-industry-head h3{
  font-size: 38px;
  color: #212529;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  letter-spacing: -0.9px;
  transition: color 0.2s linear;
  display: block;
  text-align: center;
}
.hm-industry-head p{
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #777;
  font-family: Roboto, sans-serif;
  line-height: 32px;
  letter-spacing: -0.36px;
  text-align: center;
}
.hm-industry-box{
  margin: 15px 0;
}
.hm-industry-box span{
  margin: 15px 0;
  display: block;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  color: #212529;
  line-height: 27px;
}
/*******************/

.hm-map{
  padding-top: 100px;
  padding-bottom: 80px;
}
.hm-map-head h2{
  font-size: 38px;
  color: #212529;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  letter-spacing: -0.9px;
  transition: color 0.2s linear;
  display: block;
  text-align: center;
}
.hm-map-cleint{
  padding: 15px;
  box-shadow: 0 0 0 4px inset #f5f5f5;
  margin: 40px 0;
}
.hm-map-count ul{
  display: block;
  width: 100%;
}
.hm-map-count ul li{
  margin: 22px 0px;
  padding-bottom: 22px;
  border-bottom: 1px solid #edebeb;
}
.hm-map-count ul li:nth-child(3){
  border-bottom: 0px solid #fff;
}
.hm-map-count ul li span{
  font-size: 38px;
  color: #f6853d;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  letter-spacing: -0.9px;
  transition: color 0.2s linear;
  display: block;
}
.hm-map-count ul li p{
  font-size: 18px;
  font-weight: 300;
  color: #777;
  font-family: Roboto, sans-serif;
  line-height: 32px;
  letter-spacing: -0.36px;
}
.hm-client-logo img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.hm-map-head h2{
  font-size: 38px;
  color: #212529;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  letter-spacing: -0.9px;
  transition: color 0.2s linear;
  display: block;
  text-align: center;
}
.hm-map-head p{
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #777;
  font-family: Roboto, sans-serif;
  line-height: 32px;
  letter-spacing: -0.36px;
  text-align: center;
}
/** *************** **/

footer{
  background: #171717ed;
  padding: 40px 0;
}
.mail-list {
  display: flex;
  margin-right: 25px;
  color: #fff;
  padding: 15px;
  border-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  background-image: linear-gradient(to right, #ffffff30 , #ffff0000);
}
.mail-list img {
    width: 30px;
    margin-right: 15px;
}
.mail-list h5 {
    color: #FFFFFF;
    margin-bottom: 5px;
    font-weight: 700;
}
.mail-one a {
    color: #a8a4a4;
    font-size: 16px;
}
.mail-one a:hover{
  color: #00aeef;
}
.ftr-logo img{
  border: 5px solid #fff;
}
.ftr-head h3 {
    font-weight: 500;
    line-height: 24px;
    font-size: 1.55rem;
    color: #fff;
    margin-bottom: 20px;
}
.ftr-link ul li a {
    color: #f5f5f5;
    margin-bottom: 12px;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.50px;
    display: block;
}
.ftr-add h5{
  color: #fff;
  letter-spacing: 0.50px;
  padding-bottom: 5px;
}
.ftr-add p{
  color: #f5f5f5;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.50px;
  display: block;
}
.foot-bottom {
  padding: 15px 0 15px;
  background: #f5f5f5;
}
.foot-btm-head {
  position: relative;
}
.foot-btm-head:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #00aeef;
  top: -21px;
  left: 0;
  z-index: 1;
  border-radius: 5px 5px 0 0;
}
.foot-btm-head p {
  color: #676767;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
}
.foot-btm-head p a {
  color: #00aeef;
  font-weight: 600;
}
.foot-btm-head p a:hover {
  color: #ff0000;
}

/**/

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

.social-icon h4 {
  font-weight: 500;
  line-height: 24px;
  font-size: 1.55rem;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}

.social-icon ul li {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 8px;
  border: thin solid #676a6d;
  border-radius: 50%;
  margin-left: 6px;
}

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(ellipse at center,
      rgb(255 255 255 / 35%) 0,
      rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center,
      rgb(255 255 255 / 35%) 0,
      rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.social-icon li {
  display: inline-block;
}

.social-icon li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #8b8b8b;
  display: block;
  padding: 5px 0;
  text-align: center;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.social-icon li i {
  font-size: 17px;
  padding-top: 3px;
  color: #fff !important;
}

.social-icon li:hover i {
  color: #fff !important;
}

.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.social-icon li.facebook:hover a {
  background: #3b5998;
}

.social-icon li.instagram:hover a {
  background: #cd4a72;
}

.social-icon li.linkedin:hover a {
  background: #007ab9;
}

.social-icon li.youtube:hover a {
  background: #ff0000;
}

.social-icon li.twitter:hover a {
  background: #000;
}

.social-icon li.facebook:hover i,
.social_icon li.instagram:hover i,
.social_icon li.linkedin:hover i,
.social_icon li.youtube:hover i {
  color: #fff;
}

.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/**/

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

.hero-banner-main {
  background-image:linear-gradient(#4c4c4cb5 100%, transparent 50%), url(../images/hero-banner.jpg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding: 80px 0px;
  position: relative;
}
.hero-head h1 {
  position: relative;
  font-weight: 700;
  color: #fff;
  font-size: 45px;
  letter-spacing: 0px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
  word-spacing: 2px;
  text-align: center;
}
.hero-head h1::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  bottom: -8px;
  justify-self: anchor-center;
  background-color: #01a3d4;
}
/* Breadcrumb Navigation */
.hero-breadcrumb {
  position: absolute;
  bottom: -103px;
  z-index: 3;
  justify-self: anchor-center;
}
.breadcrumb-nav {
  background: linear-gradient(45deg, #ff6b35, #ff8c42);
  padding: 12px 24px;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}
.breadcrumb-nav::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-right: 20px solid #ff6b35;
}
.breadcrumb-nav::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 20px solid #ff8c42;
}
.breadcrumb-item a:hover {
  color: #7ce0ff;
}
.breadcrumb-item a {
  color: #ffffff;
  font-weight: 400;
  font-size: 0.95rem;
  text-decoration: none;
  white-space: nowrap;
}
.breadcrumb-separator {
  color: #ffffff;
  margin: 0 4px;
  font-weight: 300;
}
.breadcrumb-current {
  font-weight: 600;
  color: #ffffff;
}

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

.hm-about-us {
  padding: 90px 0;
  background: linear-gradient(180deg, #ffffff -5.99%, #f4f6f7 100%);
}
.home-about-content span {
  padding-bottom: 10px;
  color: #f7853e;
  font-weight: 500;
  font-size: 20px;
}
.home-about-content h1 {
  font-size: 35px;
  color: #504f4f;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1.3;
  text-transform: uppercase;
}
.hm_video{
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  padding: 8px 8px 8px 8px;
  z-index: 1;
  background: #fff;
}
.hm_video img {
  width: 100%;
}
.home-about-content p {
  letter-spacing: 0.5px;
  font-size: 15px;
  padding-bottom: 15px;
  line-height: 28px;
  color: #6b6b6b;
}
.hm-abou-bg {
  background: #fff;
  padding: 50px 23px 50px 23px;
  box-shadow: 10px 10px 30px 0 rgb(0 0 0 / 0.1);
  border-radius: 10px 10px 10px 10px;
  align-items: center;
}

.common-btn {
  width: 200px;
  height: 46px;
  background: #01a3d4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  border: 0px;
  transition: all 0.3sease-in-out;
  position: relative;
  /* text-transform: uppercase; */
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}
.common-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #504f4f;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3sease-in-out;
  color: #fff;
}
.common-btn span {
  color: #ffffffc4;
  transform: rotate(0deg);
  position: relative;
  top: 5px;
  left: 7px;
  font-size: 9px;
}
.hm-about-btn {
  margin-top: 20px;
}
.common-btn:hover {
  color: #fff !important;
  border: 0px !important;
}
.common-btn:hover:before {
  transform: scaleX(1);
}

.vis-mis{
  padding: 80px 0 70px;
  background-image: linear-gradient(to right, #00a0e3 50%, #911d5a 50%);
  text-align: center;
}
.vis-mis-box{
  padding: 0 30px;
}
.vis-mis-box h3{
  font-size: 38px;
  color: #fff;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  letter-spacing: -0.9px;
  transition: color 0.2s linear;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.vis-mis-box img{
  margin-bottom: 30px;
}
.vis-mis-box p{
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #fff;
  font-family: Roboto, sans-serif;
  line-height: 32px;
  letter-spacing: -0.36px;
}

.hm-certificate{
  padding: 80px 0;
}
.hm-certificate-head h2{
  font-size: 38px;
  color: #212529;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  letter-spacing: -0.9px;
  transition: color 0.2s linear;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.hm-certificate-logo ul{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.hm-certificate-logo ul li{
  width: 200px;
  padding: 10px 10px;
  box-shadow: 0 0 0 2px #212529;
}
.hm-certificate-logo ul li span{
  display: block;
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 15px;
  padding-top: 5px;
  line-height: 28px;
  color: #6b6b6b;
}

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

.contact-section {
  padding: 80px 0;
  background-color: #ffffff;
  min-height: 100vh;
}

/* Contact Info Styles */

.contact-info > h2 {
  font-size: 30px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 30px;
}

.contact-form-wrapper > h2 {
  font-size: 30px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 30px;
}

/* Contact Item Styles */

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 2.5rem;
  padding: 25px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.contact-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.address-item {
  border-left: 5px solid #3498db;
}

.phone-item {
  border-left: 5px solid #e67e22;
}

.email-item {
  border-left: 5px solid #3498db;
}

/* Contact Icon */
.contact-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.contact-icon img {
  width: 35px;
  height: 35px;
}

.contact-item:hover .contact-icon {
  transform: scale(1.1);
}

/* Contact Content */
.contact-content {
  flex: 1;
}

.contact-content > h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.contact-content > a:hover {
  color: #f7853e;
}
.contact-content > a {
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 25px;
  color: #6b6b6b;
}
.contact-content > p {
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 25px;
  color: #6b6b6b;
}

/* Map Container */
.map-container {
  margin-top: 3rem;
  border-radius: 12px;
  overflow: hidden;
}

.map-container iframe {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Contact Form Wrapper */
.contact-form-wrapper {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  height: fit-content;
}

/* Form Group */
.form-group {
  margin-bottom: 1.5rem;
}

.form-group > label {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.form-group > input,
.form-group > textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 1rem;
  color: #495057;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.form-group > input:focus,
.form-group > textarea:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.form-group > input::placeholder,
.form-group > textarea::placeholder {
  color: #adb5bd;
}

.form-group > textarea {
  resize: vertical;
  min-height: 120px;
}
.cnt-btn {
  margin-top: 10px;
}
.snd-msg-btn:hover {
  background: #4f4f4f;
  color: #fff;
}
.snd-msg-btn {
  background: #00a4d5;
  color: #fff;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
}
.snd-msg-btn img {
  margin-left: 5px;
}

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

.prod-inner-main {
  padding: 80px 0px 80px;
}
.prod-inner-box-main {
  padding: 80px 0px 20px;
}
.prod-head h2 {
  font-size: 31px;
  color: #504f4f;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.prod-head h2 span {
  color: #01a3d4;
}
.inn-prod-dtls p {
  letter-spacing: 0.5px;
  font-size: 15px;
  padding-bottom: 20px;
  line-height: 25px;
  color: #6b6b6b;
}
.enqu-btn a:hover {
  background-color: #ffffff00;
  border-color: #000 !important;
  color: #000;
}
.enqu-btn a {
  width: 176px;
  height: 44px;
  background: #911d5a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #fff;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3sease-in-out;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
  letter-spacing: 0.6px;
}
.enqu-btn a:hover img{
  -webkit-filter: invert(30%) grayscale(100%) brightness(70%) contrast(4);
    filter: invert(30%) grayscale(100%) brightness(70%) contrast(4);
}
.icon-right-arrow12 {
  margin-left: 5px;
}
.enqu-btn {
  margin-top: 10px;
}
.prod-wrapper {
  box-shadow: 10px 10px 30px 0 rgb(0 0 0 / 0.1);
  padding: 35px 21px 35px 21px;
}
.prod-img img {
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  padding: 8px 8px 8px 8px;
}
.product_main_wrapper{
  padding-bottom: 80px;
}
.category-card {
    background: white;
    border-radius: 1px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: sticky;
    top: 100px;
}
.category-header {
  padding: 26px 25px 24px 25px;
}
.category-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #515151;
  position: relative;
  padding-bottom: 12px;
}
.category-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #f7853e;
  border-radius: 2px;
}
.category-list {
  padding: 0 20px 26px 20px;
}
.category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 13px;
  margin-bottom: 8px;
  border-radius: 1px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #f8f9fa;
  border: 1px solid transparent;
  text-decoration: none;
  color: #6c757d;
}
.category-item:last-child {
  margin-bottom: 0;
}
.category-item:hover {
  background-color: #00a4d3;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #fff;
}
.category-item-active {
  background-color: #00a4d3 !important;
  color: #fff;
  box-shadow: 0 4px 12px rgb(0 164 211 / 22%);
}
.category-item-active:hover {
  background-color: #007596 !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgb(2 163 212 / 18%);
  color: #fff;
  text-decoration: none;
}
.category-text {
  flex-grow: 1;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}
.category-arrow {
  opacity: 0.7;
  transition: opacity 0.2s ease;
  font-size: 14px;
}
.category-item:hover .category-arrow {
  opacity: 1;
}
.category-item-active .category-arrow {
  opacity: 1;
}


.feature-sec {
  padding: 0px 0 30px;
}
.feature-head h3 {
  font-size: 30px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0;
  text-align: left;
}
/* Feature Item Styles */
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 15px;
  background: #ffffff;
  border: 2px solid #e8f4fd;
  border-radius: 5px;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.feature-item:hover {
  border-color: #01a3d43f;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.1);
  transform: translateY(-2px);
}
.feature-wrapper {
  margin-top: 20px;
}
/* Feature Icon Styles */
.feature-icon {
  flex-shrink: 0;
  margin-top: 4px;
}

.check-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.feature-item:hover .check-icon {
  transform: scale(1.1);
}

/* Feature Content Styles */
.feature-content {
  flex: 1;
}

.feature-content p {
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 25px;
  color: #6b6b6b;
  transition: color 0.3s ease;
}

.feature-item:hover p {
  color: #2d3748;
}
/* -- */
/* -- */
.prod-table-main {
  padding: 0 0 50px;
}
.prod-table-head h3 {
  font-size: 30px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0;
  text-align: left;
}
.prod-table-main .prod-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(0 0 0 / 2%) !important;
}
.prod-table {
  margin-top: 20px;
}
.prod-table thead {
  background: #2b3d53;
}
.prod-table thead th {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}
.prod-table thead {
  border-radius: 20px 20px 0 0;
}
.prod-table table {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.prod-table table thead th {
  border-bottom: 0;
  padding: 15px 15px;
}
.prod-table table tbody{
  border: 2px solid #f1f1f1;
  border-top: 0px;
}
.prod-table table tbody td {
  padding: 15px 15px;
  color: #6b6b6b;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}
.list-points {
  margin-top: 20px;
}
.list-points ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  list-style: none;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 25px;
  color: #6b6b6b;
}

.list-points ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  width: 9px;
  height: 9px;
  background: #02a2d8;
  border-radius: 50%;
  display: inline-block;
}
.benif-head h3 {
  font-size: 30px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0;
  text-align: left;
}
.benif-head h3 span{
  color: #01a3d4;
}
/** *************** **/



.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: 13px;
	margin-top: 4px;
	display: inline-block;
	border: 1px solid rgb(59 59 56 / 50%);
	box-sizing: border-box;
}
.quickcontact textarea {
	width: 100%;
	max-width: 100%;
	padding: 8px 5px;
	font-size: 13px;
	margin-top: 4px;
	display: inline-block;
	border: 1px solid rgb(59 59 56 / 50%);
	box-sizing: border-box;
}
.quickcontact select {
	width: 100%;
	max-width: 100%;
	padding: 8px 5px;
	font-size: 13px;
	margin-top: 4px;
	display: inline-block;
	border: 1px solid rgb(59 59 56 / 50%);
	box-sizing: border-box;
}
.form-text {
	border: 1px solid #ccc;
}
.quickcontact input[type="submit"] {
	width: 100%;
	max-width: 100%;
	background-color: #f7853c;
	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: #272727;
	color: #ffffff;
	max-width: 100%;
}
.btn-1 {
	width: 100%;
	max-width: 100%;
	background-color: #00a0e3;
	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: #272727 thick solid;
	position: fixed;
	width: 210px;
	right: 10px;
	bottom: 10px;
	max-width: 100%;
	background-color: #ffffff;
	padding: 4px;
	z-index: 9999;
}






/* blog sectioo */
.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: 700;
  line-height: 25px;
  margin-bottom: 10px;
}

.blog-content-box h1 span {
  color: #e2000f;
}

.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 #f7853f;
  line-height: 24px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  background: #f7853f;
  position: relative;
  text-transform: uppercase;
  z-index: 6;
  margin-top: 10px;
  display: inline-block;
}

.blog-content-box .read-more:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00a0e3 !important;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.blog-content-box .read-more:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.blog-content-box .read-more:hover {
  color: #fff;
  border: 2px solid #00a0e3;
  background: #fff0;
}

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

.blog-in-head h1 {
  color: #040404;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  margin-bottom: 24px;
  margin-top: 19px;
}

.blog-in-head h1 span {
  color: #e2000f;
}

.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 {
  color: #ee7c00;
  font-size: 15px;
  font-weight: 600;
  transition: 0.5s;
}

.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: 7px;
  height: 9px;
  left: 0px;
  top: 10px;
  transform: skewX(-30deg);
}

.blog-inn-dtls p span {
  color: #ef7803;
  font-weight: 700;
}

.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: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 5px;
  margin-top: 20px;
}

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

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

.contact-info-block p a:hover {
  color: #ef7803;
}

.contact-info-block p a {
  color: #66676a;
}

.contact-info-block p i {
  color: #f7863b;
  margin-right: 5px;
}

.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 {
  font-size: 22px;
  font-weight: 500;
}

.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: #e2000e;
  transition: 0.2s ease-in;
}

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

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