@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caprasimo&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: "Poppins", sans-serif;
}
body {
  font-size: 15px;
  color: #000;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}
/** **************** **/

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

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

body::-webkit-scrollbar-thumb {
  background-color: #f7ac31;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

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

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

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

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

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

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

/* font converted using font-converter.net. thank you! */

.f-light {
  font-family: "CentraNo2-Light";
}
.f-medium {
  font-family: "CentraNo2-Medium";
}
.f-extrabold {
  font-family: "CentraNo2-Extrabold";
}
.f-book {
  font-family: "CentraNo2-Book";
}
.f-bold {
  font-family: "CentraNo2-Bold";
}

/** **************** **/
.m0 {
  margin: 0px;
}
.mt0 {
  margin-top: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt60 {
  margin-top: 60px;
}
/**/
.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;
}
/** **************** **/
.align-center {
  align-items: center;
}
/** **************** **/
.container {
  max-width: 1220px;
}
/** **************** **/

.top-head {
  background: #166472;
  padding: 6px 0;
}

.fixed-top,
.header_tp,
.main-nav a,
.main-nav > ul > li {
  position: relative;
}

.main-nav .drop-down ul li:after {
  display: none;
}

.header_tp_dtl ul {
  display: block;
  float: right;
  margin-top: 0;
  display: flex;
  align-items: center;
}

.header_tp_dtl ul > li {
  display: flex;
  padding: 0px 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.fixed-top {
  display: block;
  background: #fff;
  top: 0;
  padding: 5px 0;
  box-shadow: 0px 2px 0px rgb(0 0 0 / 20%);
}
.header_tp_dtl {
  position: relative;
}
.header_tp_dtl:after {
  position: absolute;
  /* content: ""; */
  top: 47px;
  right: 0;
  display: block;
  height: 2px;
  width: 70%;
  background: linear-gradient(90deg, #fff, #e2e2e2);
}

.header-scrolled .logo {
  margin-top: -10px;
}

.header-scrolled .scrollto img {
  width: 188px;
  height: auto;
  margin-top: 6px;
}

.logo {
  margin-top: -30px;
  margin-left: 10px;
  background: #fff0;
  position: absolute;
}

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

.scrollto img {
  width: auto;
  height: auto;
}

.main-nav {
  float: right;
}

.main-nav > ul {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

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

.main-nav a {
  display: inline-block;
  font-size: 17px;
  padding: 5px 15px;
  font-family: "CentraNo2-Book";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile-nav a {
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}

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

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

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

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

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

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

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

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

.get_start {
  background: #13a59b;
  border: 1px solid #13a59b;
  border-radius: 50px;
  margin-left: 10px;
}

.get_start:hover {
  background: #166472;
  border: 1px solid #166472;
}

.get_start a {
  color: #fff;
  display: block;
  padding: 7px 15px 4px 15px;
}

.get_start:hover a {
  color: #fff !important;
}

/*-- ------------------------ --*/

.carousel-indicators {
  bottom: 30px;
}
#slider {
  margin-right: 0;
  margin-left: 0;
}
.carousel-caption {
  top: 50%;
  left: 7%;
  right: 100%;
  bottom: 0;
  opacity: 0;
  transition: all 800ms linear;
  text-align: left;
  padding: 0px;
  width: 700px;
  transform: translate(0%, -40%);
}
.carousel-item.active .carousel-caption {
  opacity: 1;
  /*right: 13%;*/
  transform: translate(0%, -50%);
}
.carousel-caption img {
  filter: brightness(0.9);
}
.carousel-caption p {
  font-family: "Roboto", sans-serif;
  color: #fff;
  margin-bottom: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 3.9px;
  word-wrap: break-word;
  text-shadow: 2px 2px 7px #00000059;
}
.carousel-caption h5 {
  font-size: 45px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 35px;
  word-wrap: break-word;
  text-shadow: 2px 2px 7px #00000059;
}
.carousel-caption a {
  background: #ec3338;
  padding: 8px 25px;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.5s ease-out !important;
  color: #fff;
  border: 2px solid transparent;
  margin-top: 10px;
  box-shadow: 0 20px 40px rgb(0 0 0 / 40%);
}
.carousel-caption a:hover {
  border: 2px solid #ec3338 !important;
  color: #ec3338 !important;
  background: #fff !important;
}
/**/
#carousel {
  overflow: hidden;
}
#carousel .carousel-control {
  background: none;
  top: 45%;
  font-size: 30px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: absolute;
}
#carousel .carousel-control-right {
  right: 4%;
}
#carousel .carousel-control-left {
  left: 0;
}
#carousel .carousel-control-right span {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
#carousel .carousel-control-left span {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
#carousel:hover .carousel-control-right span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
#carousel:hover .carousel-control-left span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
#carousel .carousel-control span {
  color: #fff;
  background-color: rgb(50 52 51 / 50%);
  height: 45px;
  width: 45px;
  z-index: 121;
  line-height: 45px;
  text-align: center;
  position: absolute;
}
#carousel .carousel-control span:hover {
  background-color: #1e1e1e;
}
#carousel .carousel-item .caption {
  background-color: rgb(0 0 0 / 20%);
  padding: 40px;
  animation-duration: 1s;
  animation-delay: 1s;
}
.carousel-indicators {
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 20px;
  right: auto;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}
.carousel-indicators li {
  height: 4px;
  background-color: rgb(255 255 255 / 30%);
}
.carousel-indicators .active {
  background-color: rgb(19 165 155);
}

/*-- ------------------------ --*/

.hm-abt {
  padding: 80px 0;
  background: url(../images/row-bg-home-new-1.png);
  background-position: top center;
  background-repeat: no-repeat;
}
.hm-abt-head {
  margin-bottom: 60px;
}
.hm-abt-head h2 {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.5px;
  color: #13a59b;
  font-family: "Caprasimo", serif;
  font-weight: 400;
}
.hm-abt-head h1 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #444444;
  letter-spacing: 0.5px;
  word-spacing: 2px;
}
.hm-abt-img {
  position: relative;
  width: 97%;
}
.hm-abt-icon {
  background-color: #ffffff;
  /*box-shadow: 0px 12px 13px 0px rgb(0 0 0 / 20%);*/
  padding: 2px;
  border-radius: 50%;
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translate(0%, -50%);
}
.hm-abt-icon img {
  border: none;
  position: relative;
  z-index: 99;
  width: 135px;
}
.hm-abt-img:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  right: -90px;
  top: 50%;
  z-index: -1;
  /* transform: translateX(-50%) translateY(-50%); */
  width: 180px;
  height: 180px;
  background-color: #1a9188;
  opacity: 0.9;
  transform: translate(0%, -50%);
}
.years-experience {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-bottom: 20px;
}
.years:nth-child(1) {
  width: 48%;
  border-right: 1px solid #cccccc21;
  margin-right: 20px;
  padding-right: 15px;
}
.years h4 {
  font-size: 30px;
  line-height: 38px;
  font-family: "CentraNo2-Bold";
  letter-spacing: 0.5px;
  word-spacing: 2px;
  color: #444444;
}
.hm-abt p {
  color: #8b8b8b;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.common-btn {
  width: 152px;
  height: 46px;
  background: #1c6472;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  border: 0px;
  transition: all 0.3s ease-in-out;
  position: relative;
  /* text-transform: uppercase; */
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 0 30px 30px 30px;
  cursor: pointer;
  margin-top: 20px;
}
.common-btn:hover {
  color: #fff !important;
  border: 0px !important;
}
.common-btn:hover:before {
  transform: scaleX(1);
}
.common-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5e5e5e;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.common-btn span {
  color: #ffffffc4;
  transform: rotate(0deg);
  position: relative;
  top: 0px;
  left: 10px;
  font-size: 9px;
}

/*-- ------------------------ --*/

.hm-prods {
  padding: 80px 0;
}
.hm-prods-box {
  padding-top: 10px;
  margin: 15px 0;
  display: block;
  position: relative;
}
.hm-prods-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 210px;
  /*background-image: linear-gradient(to top, rgba(255,0,0,0), rgb(230 230 230));*/
  background: #f5f5f5;
  top: 0;
  left: 0;
  z-index: -99;
}
.hm-prods-shadow {
  display: none;
  position: absolute;
  width: 100%;
  height: 68px;
  left: 0;
  top: 60%;
  z-index: -1;
}
.hm-prods-box .hm-prods-name {
  background: #139289;
  padding: 10px;
  height: 68px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.hm-prods-box .hm-prods-name span {
  color: #fff;
  font-size: 16px;
}

/*-- ------------------------ --*/
.request_bx {
  box-shadow: 0px 12px 20px 0px rgb(0 0 0 / 10%);
  display: flex;
  margin-bottom: -36px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
.request_heading span {
  padding: 20px 0 20px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  display: block;
  text-align: left;
  letter-spacing: 0.5px;
  color: #444444;
}
.no_pd {
  padding-right: 0px;
}
.request_btn a {
  padding: 22px 32px;
  visibility: visible;
  transition: all 0.6s ease;
  text-align: center;
  width: 100%;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  background: #5e5e5e;
  color: #fff;
}
.request_btn:hover span i {
  visibility: visible;
  opacity: 1;
  color: #fff;
  transform: translateX(10px);
  transition: all 0.6s ease;
}
.request_btn:hover a {
  background: #139289;
  color: #fff;
}
.request_btn a span i {
  position: absolute;
  content: "";
  right: 50px;
  top: 35%;
  font-size: 18px;
  visibility: visible;
}
.request_btn a span i {
  visibility: hidden;
}

/*-- ------------------------ --*/

.hm-why {
  position: relative;
  background: #5e5e5e;
  padding: 80px 0;
}

.video-bx {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
}
.video-bx .video-play-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 10px solid rgb(255 255 255 / 55%);
  box-shadow: 0 0 5px 5px #00000014;
}
.video-play-icon a {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  text-align: center;
  line-height: 80px;
  color: #fff;
  background: #13a59b;
  box-shadow: 0 0 0 10px rgb(255 255 255 / 22%);
  display: block;
  font-size: 28px;
  margin: auto;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.video-play-icon a:hover {
  background: #166472;
}
.section-head h2 {
  position: relative;
  margin-top: 15px;
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  z-index: 9;
}
.icon-bx-wraper {
  text-align: center;
}
.counter-style-5 {
  padding: 50px 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  z-index: 1;
}
.counter-style-5:hover {
  transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  border-color: #13a59b;
}
.icon-bx-md {
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
}
.icon-bx-md img {
  height: 80px;
}
.icon-content {
  overflow: hidden;
  color: #fff;
}
.icon-content p {
  font-size: 16px;
  letter-spacing: 0.5px;
}
.counter-style-5:after {
  content: "";
  height: 0;
  width: 100%;
  background-color: #13a59b;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.counter-style-5:hover:after {
  height: 100%;
  top: auto;
  bottom: 0;
  transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -o-transform-origin: bottom;
}
.dlab-separator {
  display: inline-block;
  height: 2px;
  width: 80px;
  margin-bottom: 10px;
  position: relative;
  background: #13a59b;
}
.counter-style-5:hover .dlab-separator {
  background: #fff;
}
.roboto-condensed h2 {
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 25px;
}
.counter-style-5 .counter {
  font-size: 35px;
  line-height: 60px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #fff;
}

/*-- ------------------------ --*/

.hm-industry {
  padding: 100px 0 80px;
  background: #f5f5f5;
}
.hm-industry-head h2 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.5px;
  font-family: "CentraNo2-bold";
  color: #166472;
  text-align: center;
}
.hm-industry-head p {
  font-weight: 500;
  color: #444444;
  text-align: center;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.hm-industry-main {
  position: relative;
  overflow: hidden;
}
.hm-indus-frame-pic-container {
  position: relative;
  list-style: none;
  padding: 0;
}
.hm-indus-frame-pic-container li {
  padding: 0px;
  min-height: 0px !important;
  position: relative;
}
.hm-indus-frame-pic-container {
  position: relative;
  list-style: none;
  padding: 0;
}
.hm-indus-frame-pic-container li > div {
  position: absolute;
  top: 0;
  left: 0;
}
.hm-indus-frame-pic-container li:not(:first-child) > div {
  opacity: 0;
  visibility: hidden;
}
.hm-indus-frame-pic-container li.active > div {
  visibility: visible;
  opacity: 1;
  overflow: hidden;
}
.hm-indus-frame-pic-container li.hide > div {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}
.hm-indus-frame-pic-container li > div {
  background-color: #fff;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.hm-indus-frame-pic-container li > .hide {
  background-color: #fff;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.hm-indus-frame-pic-container li > div p {
  margin: 10px 0;
  font-size: 1.2rem;
}

.products-grid .grid-button {
  padding: 10px;
}
.products-grid div.grid-button:nth-child(1),
.products-grid div.grid-button:nth-child(2),
.products-grid div.grid-button:nth-child(3),
.products-grid div.grid-button:nth-child(4) {
  padding-top: 0;
}
.products-grid div.grid-button:nth-child(5),
.products-grid div.grid-button:nth-child(6),
.products-grid div.grid-button:nth-child(7),
.products-grid div.grid-button:nth-child(8) {
  padding-bottom: 0;
}
.products-grid .grid-button > a {
  padding: 10px 5px;
  color: #fff;
  margin: 0;
  background: #13a59b;
  min-height: 162px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  text-decoration: none;
  transition: linear all 0.3s;
}
.products-grid .grid-button > a:before {
  content: "";
  opacity: 0.9;
  background-color: #13a59b;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: linear all 0.3s;
}
.products-grid .grid-button > a:hover:before {
  background-color: #166472;
  opacity: 1;
}
.products-grid .grid-button h5 {
  position: relative;
  letter-spacing: 0.5px;
  z-index: 1;
}
.products-grid .grid-button .circle {
  opacity: 0;
  visibility: hidden;
  width: 34px;
  height: 34px;
  line-height: 30px;
  border-radius: 100%;
  border: 2px solid #fff;
  position: absolute;
  background: #0b5299;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  font-weight: bold;
  transition: linear all 0.3s;
}

.products-grid .grid-button > a:hover {
  background: #166472;
  color: #fff;
}
.products-grid .grid-button a:hover .circle {
  background: #13a59b;
  color: #fff;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}
.products-grid .grid-button img {
  max-height: 48px;
  -webkit-transition: linear all 0.6s;
  transition: linear all 0.6s;
}
.about-products-grid .grid-button img {
  max-height: 70px;
}
.default-products-grid .grid-button img {
  max-height: 60px;
  width: auto;
  margin: 0 auto;
}
.default-products-grid .grid-button a {
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 15px;
  margin-bottom: 30px;
}
.default-products-grid .grid-button a:hover {
  border-color: #f1c903;
}
.products-grid .grid-button a:hover img {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.products-grid .grid-button > a:hover {
  border-color: #166472;
}

/*-- ------------------------ --*/

.hm-event {
  padding: 80px 0;
}
.hm-event .owl-nav .owl-prev {
  right: 50%;
  border-radius: 0;
  left: auto;
  background: #13a59b;
  top: 50%;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  opacity: 1;
  position: absolute;
  transform: translate(0%, -50%);
}
.hm-event .owl-nav .owl-next {
  left: 50%;
  border-radius: 0;
  background: #13a59b;
  top: 50%;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: -7px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  opacity: 1;
  position: absolute;
  transform: translate(0%, -50%);
}
.hm-event .owl-nav .owl-prev:hover,
.hm-event .owl-nav .owl-next:hover {
  background: rgb(76, 75, 77);
}

/*-- ------------------------ --*/

.hm-quality {
  background-repeat: no-repeat;
  background-image: url(../images/bg.jpg);
  background-position: 0% 0%;
  background-attachment: fixed;
  padding: 80px 0;
  text-align: center;
  position: relative;
}
.hm-quality:before {
  content: "";
  opacity: 0.9;
  background-color: #026666;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.hm-quality-dtl {
  position: relative;
}
.hm-quality-dtl h2 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  font-family: "CentraNo2-Bold";
  color: #fff;
  margin-bottom: 15px;
}
.hm-quality-dtl h2 span {
  text-transform: capitalize;
  color: #1bd1c4 !important;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1bd1c4;
}
.hm-quality-dtl p {
  font-weight: 300;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.common-btn2 {
  width: 172px;
  height: 46px;
  background: #13a59b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  border: 0px;
  transition: all 0.3s ease-in-out;
  position: relative;
  /* text-transform: uppercase;*/
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 30px;
  cursor: pointer;
  margin: 20px auto 0;
}
.common-btn2:hover {
  color: #fff !important;
  border: 0px !important;
}
.common-btn2:hover:before {
  transform: scaleX(1);
}
.common-btn2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5e5e5e;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.common-btn2 span {
  color: #ffffffc4;
  transform: rotate(0deg);
  position: relative;
  top: 0px;
  left: 10px;
  font-size: 9px;
}
.hm-event-head {
  margin-bottom: 30px;
}
.hm-event-head h3 {
  color: #444444;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.5px;
  font-family: "CentraNo2-bold";

  text-align: center;
}
/*-- ------------------------ --*/

#footer_bg {
  background: #444444;
  padding: 60px 0 40px 0;
}
.footer_head h6 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #fff;
  padding-bottom: 15px;
}
.quick_link ul li,
.product_link ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 20px;
}
.product_link ul {
  width: 50%;
  float: left;
}
.quick_link ul li img,
.product_link ul li img {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  display: block;
}
.quick_link ul li a,
.product_link ul li a {
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: capitalize;
}
.quick_link ul li:hover a,
.product_link ul li:hover a {
  color: #fff;
  text-decoration: underline;
}
.br {
  border-right: 1px solid rgb(255 255 255 / 30%);
}
.footer_rht_sec {
  padding-left: 15px;
}
.footer_contact_hed li.cont_details {
  padding-bottom: 10px;
}
.footer_contact_hed ul {
  display: grid;
}
.cont_bx {
  width: 45px;
  height: 45px;
  float: left;
  border: 2px solid rgb(255 255 255 / 50%);
  border-radius: 10%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont_bx span img {
  width: 24px;
}
.contact_dtl {
  padding-left: 65px;
  display: block;
  color: #fff;
}
.contact_dtl p {
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
}
.contact_dtl span {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
}
.contact_dtl a {
  display: inline-block;
  color: #fff;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 400;
}
.contact_dtl a:hover {
  color: #fff;
  text-decoration: underline;
}
.ftr-btm-main {
  position: relative;
  padding-top: 30px;
  z-index: 1;
}
.ftr-btm-main:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: -2;
  height: 1px;
  background: rgb(255 255 255 / 30%);
}
.ftr-btm-main .align-center {
  background: #13a59b;
  align-items: center;
}
.ftr-btm {
  padding: 20px 15px;
}
.ftr-btm p {
  font-size: 15px;
  display: block;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #fff;
  letter-spacing: 0.5px;
}
.ftr-btm p a {
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
}
.ftr-btm p a:hover {
  color: #383838;
}
.footer_social_icon {
  position: relative;
  z-index: 1;
}
.footer_social_icon ul {
  text-align: right;
}
.footer_social_icon ul li {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 18%;
  margin-left: 8px;
}
.footer_social_icon li a {
  border-radius: 18%;
  display: block;
  text-align: center;
  -webkit-transition: all linear 0.5s;
  border: 2px solid #fff;
  color: #fff;
  -moz-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.footer_social_icon li i {
  font-size: 16px;
  line-height: 40px;
}
.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.5s;
  transition-duration: 0.5s;
  -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(0 0 0 / 35%) 0,
    rgb(0 0 0 / 0%) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgb(0 0 0 / 35%) 0,
    rgb(0 0 0 / 0%) 80%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.footer_social_icon li.facebook:hover a {
  background: #3b5998;
  border: 2px solid #3b5998;
}
.footer_social_icon li.twitter:hover a {
  background: #000000;
  border: 2px solid #000000;
}
.footer_social_icon li.linkedin:hover a {
  background: #007ab9;
  border: 2px solid #007ab9;
}
.footer_social_icon li.youtube:hover a {
  background: #ff0000;
  border: 2px solid #ff0000;
}
.footer_social_icon li.facebook:hover i,
.footer_social_icon li.twitter:hover i,
.footer_social_icon li.linkedin:hover i,
.footer_social_icon li.youtube:hover i {
  color: #fff;
}
.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/*******************/
/*page-links*/
.page-links {
  width: 100%;
  height: auto;
  background: #5e5e5e;
  position: relative;
  padding: 10px 0;
  text-align: center;
}
.page-link-url ul li {
  display: inline-block;
  position: relative;
}
.page-link-url ul li span {
  color: #fff;
  font-weight: 500;
}
.page-link-url ul li:not(:last-child) {
  margin-right: 1rem;
}
.page-link-url ul li a {
  color: #fff;
}
.page-link-url ul li a:hover {
  color: #0da097;
}
.page-link-url ul li:not(:last-child)::after {
  content: "";
  left: 7px;
  top: 2px;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
/*page-links-End*/
/*******************/

/*******************/
.inner-prod-main {
  padding: 80px 0 65px;
}
.inner-prod-head {
  margin-bottom: 15px;
}
.inner-prod-head h1 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.5px;
  font-family: "CentraNo2-bold";
  color: #166472;
}
.inner-prod-dtl p {
  margin-bottom: 15px;
}
.inner-prod-dtl p {
  color: #444444;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.prod-enqu-btn a img {
  width: 25px;
  margin-right: 7px;
}
.prod-enqu-btn a:hover {
  background: #5e5e5e;
}
.prod-enqu-btn a {
  background: #14a49c;
  padding: 0px 20px;
  display: inline-block;
  height: 40px;
  border-radius: 50px;
  color: #fff;
  align-content: center;
  font-weight: 500;
}
.prod-enqu-btn {
  margin-top: 20px;
}
.inn-prod-img {
  justify-self: center;
}
.inn-prod-img img {
  border: 1px solid #e8e8ea;
}
.inner-product-parent {
  border: 1px solid #dddcdc;
  text-align: center;
}
.inner-product-parent .prod-title h2 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding: 15px 20px;
  background: #13a59b;
}
.inner-product-parent .prod-title h3 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding: 15px 20px;
  background: #13a59b;
}
/*******************/

/*******************/
.inner-prod-two {
  padding: 60px 0 45px;
  background: #fbfbfb;
}
.inner-dtl-head h3 {
  font-size: 26px;
  font-weight: 600;
  color: #166472;
}
.inner-dtl-head h2 {
  font-size: 27px;
  font-weight: 600;
  color: #166472;
}
.inner-dtl-head {
  margin-bottom: 20px;
}
.prod-section-table {
  margin-bottom: 45px;
}
.prod-section-table table thead {
  background: #5e5e5e;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 1px;
  font-weight: 500;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.prod-section-table table tbody th {
  font-weight: 500;
  color: #292929;
  font-size: 14px;
}
.prod-section-table table tbody td {
  font-size: 14px;
  color: #444444;
}

/* Timeline Bullets Style */
.timeline-bullets {
  list-style: none;
  padding-left: 0;
  counter-reset: timeline-counter;
  position: relative;
}
.timeline-bullets::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #e5e7eb;
  transform: translateX(-50%);
}
.timeline-bullets li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
  counter-increment: timeline-counter;
}
.timeline-bullets li::before {
  content: counter(timeline-counter);
  position: absolute;
  left: 0.85rem;
  top: 2px;
  width: 25.2px;
  height: 25.2px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #1c6170;
  color: #19a0a5;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  z-index: 1;
}
.timeline-bullets li:hover::before {
  background-color: #13a59b;
  color: white;
  box-shadow: 0 0 0 4px rgba(19, 165, 155, 0.26);
}
/* bullet style end*/

.inner-prod-dtl ol li {
  color: #444444;
  font-weight: 400;
  margin-bottom: 17px;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
/*******************/

/*******************/
.rltd-prod .hm-prod-box {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.rltd-prod .hm-prod-main img.hm-prod-img {
  display: block;
}
.rltd-prod .hm-prod-main h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background: #139289;
  padding: 10px;
  height: 68px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.hm-prod-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 210px;
  /* background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgb(230 230 230)); */
  background: #f5f5f5;
  top: 0;
  left: 0;
  z-index: -99;
}
.rltd-head {
  margin-bottom: 40px;
}
.rltd-head h4::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 5px;
  border-radius: 40px;
  bottom: -10px;
  justify-self: anchor-center;
  background: linear-gradient(to right, #13a59b, #9f9f9f1a);
}
.rltd-head h4 {
  color: #444444;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.5px;
  font-family: "CentraNo2-bold";
  text-align: center;
  position: relative;
}
.rltd-prod {
  margin-bottom: 70px;
  margin-top: 55px;
}
.inner-prod-dtl {
  margin-bottom: 40px;
}
.hex-bullets li a:hover {
  color: #0f626f;
}
.hex-bullets li a {
  color: #444444;
}
.hex-bullets li {
  color: #444444;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 28px;
  position: relative;
  padding-left: 30px;
}
.hex-bullets li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background: #0da097;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  width: 21px;
  height: 10px;
}
.indus-serv-wrapper {
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  overflow: hidden;
}
.indus-img-box img {
  border-radius: 15px 15px 0 0;
}
.indus-title-box h3 {
  color: #242424;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-family: "CentraNo2-bold";
  text-align: center;
  padding: 11px 0 6px;
  background: #fff;
}
.hm-prod-main {
  margin-bottom: 30px;
}
/*******************/

/*******************/
.about-main {
  padding: 80px 0 80px;
}
.abt-img-box img {
  border-radius: 50%;
  float: right;
  width: 90%;
  margin-right: 35px;
}
.abt-img-box {
  width: 100%;
  height: auto;
  position: relative;
}
.abt-img-box::before {
  content: "";
  background-image: linear-gradient(rgb(94 94 94 / 90%) 100%, transparent 50%),
    url(../images/about-bg.jpg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  right: 15px;
  width: 930px;
  height: 560px;
  z-index: -1;
  top: -19px;
  bottom: 0;
  border-radius: 0 280px 280px 0;
}
.abt-shpe {
  position: relative;
}
.abt-shpe img {
  position: absolute;
  left: -230px;
  top: 200px;
  animation: myAnim 13s linear infinite;
}
@keyframes myAnim {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(0);
  }
}
.abt-years {
  position: relative;
}
.abt-years p {
  position: absolute;
  background-color: #0da097;
  color: #fff;
}
.abt-dtls-box h1 {
  font-size: 36px;
  letter-spacing: 0.5px;
  font-family: "Caprasimo", serif;
  font-weight: 400;
  font-style: normal;
  color: #13a59b;
  margin-bottom: 25px;
}
.abt-dtls-box p {
  color: #8b8b8b;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
/*******************/

/*******************/
/* .abt-years h2 {
  font-size: 10rem;
  font-weight: 900;
  color: #fff;
  font-family: "CentraNo2-Extrabold";
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(219 219 219 / 42%);
  background: linear-gradient(to top, #f5f5f5, #ffffff);
  -webkit-background-clip: text;
  text-align: center;
  margin-bottom: -90px;
  -webkit-text-fill-color: transparent;
}
.abt-info p {
  z-index: 1;
  position: relative;
}
.abt-info p span {
  color: #186874;
  font-weight: 700;
}
.abt-info p {
  font-weight: 500;
  padding: 15px;
  color: #444444;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.5px;
  background: #f5f5f566;
  backdrop-filter: blur(1px);
}
.since-sec {
  padding: 60px 0 60px;
  background: #f5f5f5;
} */
/*******************/

/*******************/
.achieve-sec {
  padding: 80px 0 80px;
}
.achiev-head {
  margin-bottom: 40px;
}
.achiev-head h3 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.5px;
  font-family: "CentraNo2-bold";
  color: #166472;
  text-align: center;
}
.achieve-box {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 15px;
  padding: 30px;
  transition: 0.4s ease-in-out;
  height: 330px;
  margin-bottom: 30px;
}
.achieve-box-middle {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: linear-gradient(284deg, #12a59b, #10646f);
  border-radius: 15px;
  padding: 30px;
  transition: 0.4s ease-in-out;
}
.achieve-box-middle img {
  background: #ffffff2e !important;
}
.achieve-box-middle h4 {
  color: #f6ffff !important;
}
.achieve-box-middle h4 span {
  color: #f6ffff96 !important;
}
.achieve-box-middle h5 {
  color: #f6ffff !important;
}
.achieve-box-middle p {
  color: #f6ffff96 !important;
}
.achieve-box-middle .achieve-img-style:after {
  content: "";
  position: absolute;
  right: 27px;
  top: 40px;
  background: #ffffff42;
  width: 280px;
  height: 39px;
  filter: blur(22px);
}
.achieve-img-style:after {
  content: "";
  position: absolute;
  right: 27px;
  top: 40px;
  background: #11a79642;
  width: 280px;
  height: 39px;
  filter: blur(22px);
}
.achieve-box img {
  position: relative;
  width: 65px;
  background: linear-gradient(120deg, #0ca392, #14747b);
  padding: 13px;
  border-radius: 14px;
  margin-bottom: 23px;
  transition: 0.4s ease-in-out;
}
.achieve-box h4 {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.5px;
  color: #166472;
  margin-bottom: 5px;
}
.achieve-box h4 span {
  color: #11a796;
  font-weight: 500;
}
.achieve-box h5 {
  color: #727272;
  margin-bottom: 23px;
  font-size: 20px;
}
.achieve-box p {
  color: #a0a0a0;
}
.achieve-box:hover {
  transform: translateY(-8px);
  transition: 0.4s ease-in-out;
}
.achieve-box:hover img {
  rotate: 12deg;
  transition: 0.4s ease-in-out;
}
/*******************/

/*******************/
.cont-main-one {
  padding: 0 0 80px;
}
.contact-head {
  margin-bottom: 40px;
  margin-top: 60px;
}
.contact-box:hover img {
  box-shadow: rgb(18, 165, 155) 0px 0px 0px 6px,
    rgba(18, 165, 155, 0.438) 0px 0px 0px 11px,
    rgba(18, 165, 155, 0.185) 0px 0px 0px 16px;
  width: 60px;
  transition: 0.3s;
}
.contact-box img {
  background: #14a599;
  padding: 10px;
  width: 60px;
  border-radius: 5px;
  transition: 0.3s;
  margin-bottom: 35px;
}
.contact-box:after {
  content: "";
  position: absolute;
  border: 2px solid #5e5e5e;
  width: 101%;
  height: 101%;
  top: 6px;
  left: 6px;
  z-index: -1;
}
.contact-box {
  text-align: center;
  box-shadow: 0px 3px 25px 0px rgba(11, 46, 72, 0.055);
  background: #ffffff00;
  padding: 35px 14px;
  height: 100%;
  border: 2px solid #13a59b;
  position: relative;
}
.contact-head h1 {
  color: #444444;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.5px;
  font-family: "CentraNo2-bold";
  position: relative;
  text-align: center;
}
.contact-head h2 {
  color: #444444;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.5px;
  font-family: "CentraNo2-bold";
  position: relative;
  text-align: center;
}
.contact-box h5 {
  font-size: 20px;
  letter-spacing: 1px;
  display: block;
  font-weight: 600;
  color: #303030;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.contact-box a:hover {
  color: #0f626f;
}
.contact-box a {
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #444444;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.contact-box p {
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #444444;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  color: #7c8393;
  font-weight: 500;
  border: 0px;
  line-height: 24px;
  padding: 15px 15px;
  font-size: 14px;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.cnt-btn {
  justify-self: center;
}
.cnt-btn a {
  width: 152px;
  height: 46px;
  background: #1c6472;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  border: 0px;
  transition: all 0.3s ease-in-out;
  position: relative;
  /* text-transform: uppercase; */
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 20px;
}
.cnt-btn a:hover:before {
  transform: scaleX(1);
}
.cnt-btn a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5e5e5e;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.contact-map {
  margin-top: 50px;
}
.contact-map iframe {
  padding: 10px;
  box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
  -webkit-box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
}
.cnt-btn a:hover {
  color: #fff !important;
  border: 0px !important;
}
/*******************/

/*******************/
.global-head h1 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.5px;
  font-family: "CentraNo2-bold";
  color: #166472;
  text-align: center;
}
.global-head {
  margin-bottom: 50px;
}
.global-sec {
  padding: 80px 0 80px;
}
.global-img-box img {
  background: #fff;
}
.global-img-box:after {
  content: "";
  background: #18a09b;
  width: 100px;
  height: 100px;
  left: 0;
  top: 76px;
  z-index: -1;
  position: absolute;
}
.global-img-box::before {
  content: "";
  background: #18a09b;
  width: 100px;
  height: 100px;
  right: 0;
  bottom: -14px;
  z-index: -1;
  position: absolute;
}
/*******************/

/*******************/
.indus-main {
  padding: 80px 0 80px;
}
.indus-head h1 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.5px;
  font-family: "CentraNo2-bold";
  color: #166472;
  text-align: center;
}
.indus-head {
  margin-bottom: 50px;
}

.box.box-1-industries {
  color: #fff;
  background: #2b3c4e;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.box.box-1-industries:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.box.box-1-industries img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.box.box-1-industries:hover img {
  opacity: 0.6;
  filter: grayscale(100%);
}
.box.box-1-industries .box-content {
  color: #fff;
  background: linear-gradient(
    to right,
    transparent,
    transparent,
    rgb(19 147 137),
    #139389,
    #2cafa5
  );
  text-align: right;
  width: 100%;
  padding: 15px 15px 15px 60px;
  transform: translateY(-50%) scaleY(0);
  position: absolute;
  top: 50%;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.box.box-1-industries:hover .box-content {
  transform: translateY(-50%) scaleY(1);
}
.box.box-1-industries .title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 4px;
  background: transparent;
  color: #fff;
}
/*******************/

/*******************/
.box-event .box-content h3 {
  font-weight: 400 !important;
  font-size: 4rem;
  text-align: center;
  color: #fff;
}
/*******************/

/*******************/
.box-event:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.103);
}
.box-event {
  margin-bottom: 25px;
}
.box-event img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.box-event .box-content {
  color: #fff;
  background: #13a59b28;
  text-align: right;
  justify-self: anchor-center;
  align-content: center;
  width: 377px;
  height: 94%;
  padding: 15px 13px 15px 15px;
  transform: translateY(-50%) scaleY(0);
  position: absolute;
  top: 47%;
  left: 0px;
  backdrop-filter: blur(1px);
  transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}
.box-event:hover .box-content {
  transform: translateY(-50%) scaleY(1);
}
.box-event .title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
}
/*******************/
/*********13.06.2025 vishal**********/
.abt-dtls-box {
  height: 100%;
  align-content: center;
}
.our-story-sec {
  padding: 80px 0 80px;
  background-color: #f5f5f566;
}
.story-head h2 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.5px;
  font-family: "CentraNo2-bold";
  color: #166472;
  text-align: left;
}
.story-head {
  margin-bottom: 10px;
}
.story-dtls p {
  color: #444444;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.story-img-box img {
  box-shadow: rgb(60 64 67 / 0%) 0px 1px 2px 0px,
    rgb(60 64 67 / 3%) 0px 2px 6px 2px;
}
/*******************/

/*******************/
.our-future-sec {
  padding: 80px 0 80px;
}
.future-head {
  margin-bottom: 45px;
}
.future-head h3 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.5px;
  font-family: "CentraNo2-bold";
  color: #166472;
  text-align: center;
}
.our-misson-box {
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 4px;
  padding: 30px;
  border-left: 8px solid #166471;
  border-radius: 0.5rem;
  background: #fafafaa6;
}
.our-vision-box {
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 4px;
  padding: 30px;
  border-left: 8px solid #0ba792;
  border-radius: 0.5rem;
  background: #fafafaa6;
}
.our-value-box {
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 4px;
  padding: 30px;
  border-radius: 0.5rem;
  background: #fafafaa6;
}
.our-misson-box .misin-dtls p,
.our-vision-box .vision-dtls p {
  color: #444444;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 23px;
}
.misin-head,
.vision-head,
.value-head {
  margin-bottom: 10px;
}
.our-misson-box .misin-head h4,
.our-value-box .value-head h4 {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.5px;
  color: #166472;
}
.our-vision-box .vision-head h4 {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.5px;
  color: #0ba792;
}
.our-value-box {
  margin-top: 30px;
}
.val-svg-box img {
  background: #e8f5f5;
  padding: 10px;
  width: 40px;
  border-radius: 30px;
  margin-right: 10px;
}
.val-svg-box {
  flex-shrink: 0;
}
.value-keys-dtl span {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #166472;
  margin-bottom: 10px;
  display: inline-block;
}
.value-keys-dtl p {
  color: #444444;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 22px;
}
.value-dtls-box {
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
/*******************/

/*******************/
.our-facility {
  padding: 80px 0 80px;
  background: #fbfbfb;
}
.facility-head {
  margin-bottom: 20px;
}
.facility-head h3 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.5px;
  font-family: "CentraNo2-bold";
  color: #166472;
  text-align: left;
}
.facil-dtls p {
  color: #444444;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
/*******************/

/*******************/
.or-team-sec {
  padding: 80px 0 80px;
}
.team-head {
  margin-bottom: 30px;
}
.team-head h3 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.5px;
  font-family: "CentraNo2-bold";
  color: #166472;
  text-align: center;
}
.or-team-dtls p {
  color: #444444;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: center;
}
.or-team-dtls p span {
  color: #166472;
  font-size: 35px;
}
/*******************/

/*******************/
.or-quality-sec {
  padding: 80px 0 80px;
  background: linear-gradient(to bottom, rgb(68 68 68 / 95%) 100%),
    url(..//images/abt-bg2.jpg) no-repeat;
  background-size: cover;
}
.quality-head {
  margin-bottom: 30px;
}
.quality-head h3 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.5px;
  font-family: "CentraNo2-bold";
  color: #13a59b;
  text-align: center;
}
.or-quality-dtls p {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: center;
}
.qulity-img-box img {
  background-color: #cccccc2d;
  padding: 17px;
  width: 75px;
  border-radius: 50px;
  margin-top: 20px;
}
.qulity-img-box {
  text-align: center;
}
/*******************/

/*******************/
.our-jrny-sec {
  padding: 80px 0 80px;
}
.jrny-head h3 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.5px;
  font-family: "CentraNo2-bold";
  color: #166472;
}
.jrny-dtls p {
  color: #444444;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 23px;
  margin-bottom: 10px;
}
.jrny-dtls a:hover {
  background: #444444;
}
.jrny-dtls a {
  background: #13a59b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 2rem;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}
/*******************/

/*******************/
.our-solution-sec {
  padding: 80px 0 80px;
  background: #13a59b08;
}
.solution-head {
  margin-bottom: 20px;
}
.solution-head h3 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.5px;
  font-family: "CentraNo2-bold";
  color: #166472;
  text-align: center;
}
.solution-dtls p {
  color: #444444;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 23px;
  margin-bottom: 10px;
  text-align: center;
}
.product-section {
  padding: 80px 0 80px;
}
.product-section .hm-prod-box {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-section .hm-prod-main h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background: #139289;
  padding: 10px;
  height: 68px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.all-prod-head h1 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.5px;
  font-family: "CentraNo2-bold";
  color: #166472;
  text-align: center;
  margin-bottom: 30px;
}
.facility-img-box img {
  border-radius: 10px;
}
/*******************/
