@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=Calistoga&family=DM+Serif+Display:ital@0;1&display=swap');
/*.dm-serif-display-regular {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}

.calistoga-regular {
  font-family: "Calistoga", serif;
  font-weight: 400;
  font-style: normal;
}*/
html{
  scroll-behavior: smooth;
}
* {
  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;
}

body {
  font-size: 15px;
  color: #000;
  font-family: "Poppins", 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 !important;
}

.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;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt100 {
  padding-top: 100px;
}

/** **************** **/

.container {
  max-width: 1350px;
}

/** **************** **/


.headerinner {
  background: #fff;
  padding: 0;
}

.headerinnertop {
  display: block;
  background: #106d7b;
}

.headerinner .row {
  background: #fff;
}

.headerinner .row:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 999em;
}

.rightuserbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
}

.rightuserbox .phone {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  text-decoration: none;
  font-size: 15px;
  background: #58c5c200;
  /* background: #2e568e; */
  padding: 5px 20px 5px 20px;
  border-radius: 50px;
  font-weight: 500;
  border: 2px solid #106d7b;
}

.rightuserbox .phone:hover {
  color: #fff;
  background: #58c5c2;
  border: 2px solid #58c5c2;
}

.rightuserbox .phone i {
  color: #58c5c2;
  padding-right: 5px;
}

.rightuserbox .phone:hover i {
  color: #106d7b;
}

.searchbtn {
  position: absolute;
  left: -10px;
  top: 49%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #58c5c2;
  font-size: 18px;
  border: none;
  outline: 0;
  line-height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 0 5px #fff;
}

.rightuserbox .userbx {
  display: inline-block;
  background: #106d7b;
  padding: 10px 15px 10px 40px;
  margin-left: 30px;
  position: relative;
  border-radius: 25px 0px 0 25px;
}

.rightuserbox .userbxinner {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.rightuserbox .userbxinner a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/** **************** **/

.main-header {
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
  position: relative;
  z-index: 999;
}

.fixed-top {
  position: relative;
  display: block;
  top: 0px;
  padding: 0px 0;
}

.header-scrolled .scrollto img {
  width: 261px;
  height: auto;
  margin-top: 11px;
}

.logo {
  position: absolute;
  left: 0;
  top: -44px;
  background: #fff;
  padding: 5px 30px 5px 0;
  -ms-flex-item-align: center;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  -webkit-box-shadow: -15px 18px 90px 0 rgb(0 0 0 / 19%);
  box-shadow: -15px 18px 90px 0 rgb(0 0 0 / 19%);
}

.logo:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 999em;
  -webkit-box-shadow: -64px 0 71px 0 rgb(0 0 0 / 19%);
  box-shadow: -64px 0 71px 0 rgb(0 0 0 / 19%);
}

.header-scrolled .logo {
  top: -15px;
  max-width: 241px;
  padding: 7px 30px 4px 0;
}

/*.header-scrolled .logo {
  margin-top: -10px;
  transition:all.5s ease;
}*/
.header-scrolled {
  position: fixed;
  padding: 0px 0 0px;
  background: #fff;
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 22%);
}

.scrollto img {
  width: 305px;
  height: auto;
}

.main-nav {
  float: right;
  transition: all.3s ease-in-out;
}

.main-nav>ul {
  margin: 0 0 0 0;
  display: flex;
}

.main-nav>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  color: #1c1c1c;
  font-weight: 500;
  letter-spacing: 0.25px;
  position: relative;
  display: inline-block;
  font-size: 16.7px;
  padding: 12px 22px;
}

.header-scrolled .main-nav a {
  padding: 20px 15px;
}

/*.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 a {
  /*border-right:0px;*/
  padding-right: 0px;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
  color: #58c5c2;
  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: 6px 5px;
  color: #1c1c1c;
  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 a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
  color: #fff;
  background-color: #58c5c2;
}

.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;
}

/*******************/

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #106d7b;
  transition: 0.4s;
}

.mobile-nav a {
  display: block;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  position: relative;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #58c5c2;
  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: 0px;
  text-align: center;
  list-style: none;
  bottom: 40px;
  justify-content: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 30px;
  height: 5px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff3b;
  border: 1px solid #ffffff00;
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #f26121;
  border: 1px solid #ffffff00;
}

.carousel-caption {
  text-align: right;
  text-shadow: none;
  right: 0;
  bottom: 0;
  padding-bottom: 0;
}

/** **************** **/

.hm-ind{
  padding: 80px 0 80px;
  position: relative;
  background: #F4F7FA;
}
.hm-ind:before {
  position: absolute;
  top: 6%;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/footer-shape.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  background-size: contain;
  background-position: center;
  z-index: 1;
}
.hm-ind-head{
  padding-bottom: 30px;
}
.hm-ind-head h2{
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.50px;
  line-height: 1.1em;
  color: #3E3D47;
  text-align: center;
}
.hm-ind-head h2 span{
  background: linear-gradient(to right, #58c5c2 0%, #106d7b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hm-ind-box {
  position: relative;
  box-shadow: 0px 10px 21px #dfe2eb;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 20px;
  padding: 30px;
  border-radius: 15px;
  background: #fff;
  z-index: 1;
}

.hm-ind-box ul {
  display: flex;
  flex-wrap: wrap;
}

.hm-ind-box ul li {
  width: 25%;
  text-align: center;
  padding: 30px 0px;
  /* background: #dddddd42;*/
  box-shadow: inset 0 0 0 15px #ffffff;
  position: relative;
}

.hm-ind-box ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  /* border-radius: 3px; */
  background: #106d7b;
  border-radius: 15px;
  /* background: -moz-linear-gradient(170deg, rgb(250, 50, 100) 1%,rgb(255, 155, 67) 100%);
  background: -webkit-linear-gradient(170deg, rgb(250, 50, 100) 1%, rgb(255, 155, 67) 100%);
  background: linear-gradient(170deg, rgb(250, 50, 100) 1%, rgb(255, 155, 67) 100%);
*/
  background-image: linear-gradient(180deg, #009797 0%, #106d7b 100%);
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hm-ind-box ul li:hover::before {
  opacity: 1;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}

.hm-ind-box ul li .hm-ind-dtl {
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hm-ind-box ul li:hover .hm-ind-dtl {
  transform: translate(0px, -22px);
}

.hm-ind-box ul li img {
  width: 80px;
}

.hm-ind-box ul li:hover img {
  filter: brightness(0) saturate(100%) invert(1);
}

.hm-ind-box ul li span {
  display: block;
  font-weight: 600;
  padding-top: 10px;
  color: #106d7b;
  letter-spacing: 0.50px;
}

.hm-ind-box ul li:hover span {
  color: #fff;
}

.hm-ind-box ul li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #58c5c2;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -45px;
  transform: scale(0.0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hm-ind-box ul li:hover i {
  transform: scale(1.0);
}

.hm-ind-content {
  position: relative;
}

.hm-ind-box ul li .hm-ind-content:after {
  content: "";
  width: 2px;
  height: 100px;
  background: #f5f5f5;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.hm-ind-box ul li:nth-child(4) .hm-ind-content:after,
.hm-ind-box ul li:nth-child(8) .hm-ind-content:after {
  display: none;
}

.hm-ind-box ul li .hm-ind-content:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #f5f5f5;
  position: absolute;
  bottom: -30px;
  right: -50px;
  z-index: 1;
}

.hm-ind-box ul li:nth-child(4) .hm-ind-content:before,
.hm-ind-box ul li:nth-child(5) .hm-ind-content:before,
.hm-ind-box ul li:nth-child(6) .hm-ind-content:before,
.hm-ind-box ul li:nth-child(7) .hm-ind-content:before,
.hm-ind-box ul li:nth-child(8) .hm-ind-content:before {
  display: none;
}


/** **************** **/

.hm-abt {
  margin-top: 80px;
  margin-bottom: 80px;
}

.hm-abt .row {
  align-items: center;
}

.hm-abt-dtl {
  width: 90%;
  float: right;
}

.hm-abt-dtl .hm-abt-title {
  color: #58c5c2;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.50px;
  display: block;
  padding-bottom: 7px;
}

.hm-abt-dtl h1 {
  font-family: "DM Serif Display", serif;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.50px;
  line-height: 1.1em;
  color: #3E3D47;
  padding-bottom: 12px;
}

.hm-abt-dtl h1 span {
  background: linear-gradient(to right, #58c5c2 0%, #106d7b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hm-abt-dtl p {
  color: #606060;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}

.common-btns {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.50px;
  font-weight: 400;
  display: flex;
  align-items: center;
  background: #106d7b;
  padding: 5px 0 5px 20px;
  margin-top: 10px;
  border-radius: 50px;
  width: 160px;
  text-align: left;
  height: 45px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  transition-duration: 0.3s;
  transform: perspective(1px) translateZ(0);
  animation: 1s .2s fadeInUp both;
  animation-delay: 1s;
  z-index: 1;
  margin-top: 30px;
}

.common-btns:hover {
  color: #fff;
}

.common-btns:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3E3D47;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.common-btns:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.common-btns i {
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 7px 13px 7px 13px;
  position: absolute;
  display: inline-block;
  right: 5px;
  transition: all 0.3s ease-in-out;
}

.common-btns:hover i {
  border: 1px solid #58c5c2;
  background: #58c5c2;
}

/** **************** **/

.hm-principle {
  position: relative;
  display: block;
  padding: 90px 0px 0;
  height: 520px;
}

.hm-principle:before {
  position: absolute;
  content: '';
  background: url(../images/bg-shap.png);
  width: 100%;
  height: 520px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center;
}

.hm-principle-head h2 {
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.50px;
  line-height: 1.1em;
  color: #3E3D47;
  text-align: center;
  padding-bottom: 30px;
}

.hm-principle-head h2 span {
  background: linear-gradient(to right, #58c5c2 0%, #106d7b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hm-principle .swiper-dealer {
  overflow: hidden;
}

.hm-principle .swiper-button-next,
.hm-principle .swiper-button-prev {
  width: 30px !important;
  height: 60px !important;
  border: 1px solid #106d7b;
  background: #106d7b;
  margin-top: 10px !important;
  background-size: 16px 17px !important;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
}

.hm-about-logo {
  box-shadow: 0px 6px 15px 0px rgb(33 25 106 / 11%);
  padding: 10px;
  margin: 15px 0;
  background: #fff;
  border-radius: 15px;
  position: relative;
  transition: all 500ms ease;
  text-align: center;
}

.hm-about-logo:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, .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;
}

.hm-about-logo:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.hm-about-logo:hover:before {
  opacity: 0.4;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.hm-about-logo img {
  background: rgb(247 247 247);
  padding: 0px 10px;
  border-radius: 10px;
}

/** **************** **/


.hm-prod {
  padding: 120px 0 120px;
  position: relative;
  margin-top: -100px;
}

.hm-prod:after {
  content: "";
  position: absolute;
  background: #e7fbf9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.hm-prod .swiper-products {
  overflow: hidden;
  padding-top: 25px;
}

.hm-prod .slider-two-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E") !important;
  right: 10px;
  left: auto;
}
.hm-prod .slider-two-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E") !important;
  left: 10px;
  right: auto;
}

.hm-prod .slider-two-next,
.hm-prod .slider-two-prev {
  width: 30px !important;
  height: 60px !important;
  border: 1px solid #106d7b;
  background: #106d7b;
  margin-top: 10px !important;
  background-size: 16px 17px !important;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}

.hm-prod .slider-two-next.swiper-button-disabled, .hm-prod .slider-two-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

/*
.hm-prod .swiper-custom-progressbar {
  background: #3E3D47;
  position: absolute;
  margin-top: 65px;
  right: 50%;
  left: 50%;
  height: 5px;
  width: 98%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.hm-prod .swiper-custom-progressbar-fill {
  background: #58c5c2;
  height: 5px;
  transition: width 300ms ease-out;
}*/


/*.hm-prod .slider-two-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23106d7b'%2F%3E%3C%2Fsvg%3E") !important;
  right: 40px;
}

.hm-prod .slider-two-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23106d7b'%2F%3E%3C%2Fsvg%3E") !important;
  left: 40px;
}

.hm-prod .slider-two-next,
.hm-prod .slider-two-prev {
  position: absolute;
  bottom: -90px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 50px !important;
  height: 50px !important;
  margin-top: 0 !important;
  background-size: 30px 30px !important;
  cursor: pointer;
}*/

.product_box {
  padding: 0.5rem;
  border-radius: 25px;
  height: 100%;
  background: #fff;
}

.product_box:hover {
  transform: translateY(-8px);
  box-shadow: 0px 2px 15px 0px rgb(33 25 106 / 11%);
}

.product_box_img {
  border-radius: 25px;
  overflow: hidden;
}

.product_box_title {
  margin: 0.9rem 1rem 1.1rem;
  /* padding: 0.1rem 0.5rem 0 1rem; */
  padding: 0.1rem 0 0 0;
  font-size: 16px;
  line-height: 1.5rem;
  position: relative;
  text-align: center;
  color: #373737;
}

.product_box_title::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  height: 2px;
  width: 60px;
  background: #106d7b;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-out;
}

.product_box:hover .product_box_title::before {
  width: 80px;
}

.product_box,
.product_box_img img {
  transition: 0.5s ease-out;
}

.product_box:hover img {
  scale: 1.1;
}

/** **************** **/

.hm-count {
  padding: 100px 0;
  background: url(../images/count-right-bg.png) right bottom no-repeat, url(../images/count-left-bg.png) left top no-repeat;
}

.hm-count-head {
    margin-bottom: 40px;
}

.hm-count-head h2 {
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.50px;
  line-height: 1.1em;
  color: #3E3D47;
  text-align: center;
  padding-bottom: 10px;
}

.hm-count-head h2 span {
  background: linear-gradient(to right, #58c5c2 0%, #106d7b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hm-count-head p {
  color: #606060;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: center;
}

.hm-counting {
  box-shadow: 0px 6px 15px 0px rgb(33 25 106 / 11%);
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  background: #fff;
  height: 100%;
}

.hm-counting .count {
  color: #3E3D47;
  font-size: 35px;
  font-weight: 800;
}

.hm-counting .plus {
  color: rgba(52, 52, 52, 1);
  font-size: 35px;
  font-weight: 800;
  position: relative;
  top: 0px;
  left: 0px;
}

.hm-counter-dtl p {
  color: #606060;
  font-size: 18px;
}

.hm-counting-img img {
  width: 100px;
}

.hm-counting-number {
  padding-top: 20px;
}

/** **************** **/

footer {
  padding: 40px 0 20px 0;
  background: #106d7b;
}

.ftr-head {
  padding-bottom: 16px;
  position: relative;
}

.ftr-head:after {
  content: "";
  width: 35px;
  height: 2px;
  background: #58c5c2;
  position: absolute;
  left: 0;
  bottom: 6px;
}

.ftr-head:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff1a;
  position: absolute;
  left: 0;
  bottom: 6px;
}

.ftr-head h4 {
  font-weight: 600;
  font-size: 20px;
  color: #58c5c2;
}

.ftr-link ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  padding: 8px 0;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}

.ftr-link ul li:hover a {
  color: #fff;
}

.br {
  border-right: 1px solid #ffffff1a;
}

.bb {
  border-bottom: 1px solid #ffffff1a;
  padding-bottom: 30px;
}

.ftr-cont {
  padding-bottom: 20px;
  padding-left: 65px;
  position: relative;
}

.ftr-cont2 {
  margin-top: 24px;
}

.cont_bx {
  line-height: 48px;
  text-align: center;
  box-shadow: 0 0 0 3px rgb(255 255 255 / 35%);
  margin-right: 18px;
  width: 45px;
  height: 45px;
  padding: 2px;
  float: left;
  border-radius: 10%;
  background-color: #58c5c2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

.ftr-cont h4 {
  font-weight: 600;
  font-size: 18px;
  color: #58c5c2;
  margin-bottom: 2px;
}

.ftr-cont p a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 24px;
}

.ftr-cont p:hover a {
  color: #fff;
}

.ftr-mid {
  padding-top: 15px;
  align-items: center;
}

.ftr-logo {
  position: relative;
  top: 0px;
}

.ftr-logo img {
  width: 280px;
}

.ftr-desc p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 400;
  display: block;
  word-spacing: 1px;
  text-align: center;
  line-height: 24px;
}

.ftr-cont-bord {
  background: #ffffff0d;
  padding: 20px 20px 10px 20px;
  border: 2px solid #ffffff36;
  border-radius: 15px;
}

.social-icon {
  position: relative;
  z-index: 1;
}

.social-icon h4 {
  font-weight: 600;
  font-size: 20px;
  color: #58c5c2;
  text-align: right;
  margin-bottom: 15px;
  position: relative;
}

.social-icon ul {
  text-align: right;
}

.social-icon ul li {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 8px;
  border: thin solid #4c929c;
  border-radius: 50%;
  margin-left: 4px;
}

.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: #fff;
  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;
}

.social-icon li:hover i {
  color: #fff !important;
}

.social-icon li.facebook i {
  color: #3b5998;
}

.social-icon li.instagram i {
  color: #cd4a72;
}

.social-icon li.linkedin i {
  color: #007ab9;
}

.social-icon li.youtube i {
  color: #ff0000;
}

.social-icon li.twitter i {
  color: #000;
}

.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);
}

.foot-bottom {
  padding: 15px 0;
  background: #f5f5f5;
}

.foot-btm-head p {
  color: #676767;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.3px;
}

.foot-btm-head p span {
  color: #106d7b;
  font-weight: 600;
}

.foot-btm-head p a {
  color: #3E3D47;
  font-weight: 600;
}

/** **************** **/

.main-products {
  padding: 80px 0;
}

.main-products .hm-count-head h1{
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.50px;
  line-height: 1.1em;
  color: #3E3D47;
  text-align: center;
  padding-bottom: 10px;
}
.main-products .hm-count-head h1 span {
    background: linear-gradient(to right, #58c5c2 0%, #106d7b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.prod-main {
  background: #edf5f7;
  padding: 0px 0 80px;
}

.prod-main-menu {
  position: sticky;
  top: 0px;
  padding-top: 80px;
}


.prod-main-menu ul::-webkit-scrollbar {
  width: 4px;
}
.prod-main-menu ul::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.prod-main-menu ul::-webkit-scrollbar-thumb {
  background-color: #8b8b8b;
}
.prod-main-menu ul::-webkit-scrollbar-track {
  background: #ffffff;
}


.prod-main-menu ul{
  height: 410px;
  overflow-y: scroll;
  display: block !important;
}

.prod-main-logo {
  background: #ffffff;
  /*box-shadow: 0px 0px 30px rgb(115 128 157 / 8%);*/
  padding: 5px;
}

.prod-main-logo span{
  color: #000;
  font-size: 18px;
}

.prod-main-menu .nav .nav-item{
  margin-bottom: 15px;
}

.prod-main-menu .nav li:last-child{
  margin-bottom: 0px;
}

.prod-main-menu .nav-link {
  padding: 5px;
  text-align: center;
}

.prod-main-menu .nav-pills .nav-link{
  background-color: #fff;
  border: 1px solid #00000000;
  border-radius: 0;
}

.prod-main-menu .nav-pills .nav-link.active {
  background-color: #106d7b;
}

.prod-main-box .col-md-3{
  margin-bottom: 30px;
}

.prod-main-box h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #3e3d47;
}

/************************/

#inner_banner_section {
  position: relative;
}


/*
.inner_banner_bg {
  background: url(../images/product_bg_main.jpg) no-repeat;
  background-size: auto;
  background-attachment: fixed;
  background-position: top;
  height: 230px;
  position: relative;
}

.inner_banner_bg:before {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 55%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}*/

.inner_banner_bg {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  max-height: 160px;
  background-color: #e5e5f7;
  opacity: .8;
  background-image: repeating-radial-gradient(circle at left, transparent 0, #106d7b 20px), repeating-linear-gradient(#148191, #0f5863);
}
.inner_banner_bg::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
}

.inner_header_part {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  width: 100%;
}

.inner_hedaer_nav ul li {
  display: inline-block;
  padding: 0 6px;
}

.inner_hedaer_nav ul li,
.inner_hedaer_nav ul li a,
.inner_hedaer_nav ul li span {
  color: #fff;
  letter-spacing: 0.50px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
}

.inner_hedaer_nav ul li a:hover {
	color: #58c5c2;
	text-decoration:underline;
}

.quick_banner_btn {
  margin-top: 20px;
}

.quick_banner_btn a,
.quick_btn a {
  background-color: #292866;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(255, 255, 255, .25);
  border-radius: 50px 50px 50px 50px;
  padding: 14px 32px 14px 32px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  box-shadow: 7px 7px 0px 0px rgb(239 239 239 / 41%);
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.50px;
  border: 2px solid #efefef;
}

.product_btn a i,
.quick_btn a i {
  font-size: 15px;
  margin-right: 5px;
}

.quick_banner_btn a:hover,
.quick_btn a:hover {
  box-shadow: -7px -7px 0px 0px rgb(239 239 239 / 41%);
  background: #fff;
  border: 2px solid #efefef;
  color: #ce2127;
}

/************************/

.inner_heading_product {
	position: relative;
    padding: 40px 25px;
    z-index: 3;
    -webkit-box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
    -moz-box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
    box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
    background: #fff;
    margin-top: -30px;
    border-radius: 15px;
    display: inline-block;
    width: 100%;
}

.align_text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inn_produt_heading h1 {
  font-family: "DM Serif Display", serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.50px;
  color: #3E3D47;
  text-align: left;
}

.inn_produt_heading h1 span {
  background: linear-gradient(to right, #58c5c2 0%, #106d7b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  Display:block;

}

#top_product_section {
	padding: 65px 0;
	background:#fff;
	position:relative;
	z-index:1;
}

.inner_product_detail p {
	color: #606060;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.25px;
  line-height: 26px;
  padding-bottom: 10px;
}

.inn_product_bx {
  background: #fff;
  border: 3px solid rgb(242 242 242 / 20%);
  margin-bottom: 20px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.product_detail p {
  color: #606060;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: left;
  padding-right: 52px;
}

.inner-imgs .inner-imgs img {
  width: 100%;
}

.inner-imgs .product_box,
.product_box_img img {
  transition: 0.5s ease-out;
}

.inner-imgs .product_box {
  padding: 0.5rem;
  border-radius: 25px;
  height: 100%;
  box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);

  background: #fff;
}

.inner-imgs .product_box:hover img {
  scale: 1.1;
}

.inner-imgs .product_box_img {
  border-radius: 25px;
  overflow: hidden;
}

.prod-main-box .swiper-slide span{
  color: #606060;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 22px;
  padding-top: 10px;
  text-align: center;
  display: block;
}

/************************/

#product_bg {
	position:relative;
	background: #fbfbfb;
}

#product_bg:before {
	position: absolute;
  content: '';
  background: url(../images/product_bg.png);
  background-position: left 0%;
  background-repeat: repeat;
  width: 100%;
  top: 0;
  bottom: 0;
  display: block;
  opacity: 0.1;
}

#inner_product_middle {
	padding: 65px 0;
}

/*#inner_product_middle:before {
  position: absolute;
  content: '';
  background: url(../images/product_bg.png) no-repeat;
  background-position: left 0%;
  background-size: cover;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: block;
  opacity: 0.09;
}*/

.other_list {
  padding-bottom: 20px;
}

.inner_product_detail {
	padding-bottom:15px;
}
.inner_product_detail h2,
.inner_product_detail h4,
.inner_product_detail h4 {
  display: block;
  font-size: 23px;
  color: #106d7a;
  font-weight: 500;
  padding-bottom: 10px;
}

.other_list h3,
.other_list h4,
.other_list h5 {
	display: block;
	font-size: 21px;
	color: #106d7a;
	font-weight: 500;
	padding-bottom: 15px;
	line-height: 24px;
}

.inn_prod_table {
	background:#fff;
	box-shadow:0 2px 10px 0 rgb(0 0 0 / 7%);
	padding:15px;
	margin-bottom:20px;
}

.table-bordered {
	border:0px;
}

.table {
	margin-bottom:0px;
}

.inn_prod_table th {
	font-size: 16px;
  color: #fff;
	font-weight:500;
	letter-spacing:0.30px;
	border-bottom:1px solid #bfbfbf!important;
	background:#106d7b;
}

.inn_prod_table td {
	border:1px solid #bfbfbf;
    color: #606060;
	letter-spacing:0.5px;
	font-weight:400;
	vertical-align: middle;
	font-size:15px;
	text-transform: capitalize;
}

.inn_prod_table tr:nth-child(even) {
	background: #fff;
}
.inn_prod_table tr:nth-child(odd) {
	background: #f5f5f5;
}

.other_list ul li {
  padding-bottom: 10px;
}

.other_list ul li i {
	left: 14px;
	line-height: 24px;
	color: #106d7b;
	position: absolute;
	font-size: 15px;
}

.other_list ul li span {
	display: inline-block;
	padding-left: 15px;
	position: relative;
	color: #606060;
	font-weight: 400;
	font-size: 15px;
  letter-spacing: 0.25px;
	line-height: 26px;
}

.other_list p {
  color: #606060;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.25px;
  line-height: 26px;
  padding-bottom: 10px;
}
/*======*/

.inr-prod-nav {
	padding: 30px 15px 20px 15px;
	background: #f5f6f8ad;
	flex-direction: column;
	top: 92px;
	position: sticky;
	margin-right:15px;
}

.inr-prod-nav h3 {
	font-size: 22px;
  margin-bottom: 18px;
  font-weight: 600;
  color: #1c1c1c;
}

.main-nav-overflow li.active {
  border-color: #fbfbfbd1 !important;
  background: #106d7b !important;
  color: #ffff !important;
}

.main-nav-overflow li.active a {
  color: #ffff !important;
}

.main-nav-overflow li {
	border: 1px solid #58c5c2;
  border-radius: 0;
  padding: 10px 10px;
  margin-bottom: 15px;
  font-size: 15px;
  letter-spacing: 0.50px;
  font-weight: 500;
  cursor: pointer;
}

.main-nav-overflow li:hover {
  border-color: #00000000 !important;
  background: #106d7b !important;
  color: #ffff !important;
}

.main-nav-overflow li:hover a {
  color: #ffff !important;
}

.main-nav-overflow li a {
  color: #373737 !important;
}

/* ========== */

.brochure-box {
  background: #106d7b;
  border-radius: 6px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  margin-bottom: 28px;
  margin-top: 30px;
  border: 1px solid #106d7b;
}

.brochure-icon {
  width: 45px;
  height: 45px;
  background: #ffffff;
  color: #e63946;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.brochure-title {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}

.brochure-sub {
  font-size: 17px;
  opacity: 0.9;
  color: #f0f0f0;
}

.contact-box {
  background: #eaeaea9c;
  border-radius: 5px;
  padding: 12px;
  border: 1px solid #00000029;
}

.contact-heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 0.65px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 20px;
}

.icon-circle {
  width: 35px;
  height: 35px;
  background: #ffffff;
  color: #106c7a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.contact-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #106d7b;
}

.contact-text {
  font-size: 15px;
  color: #222222;
  line-height: 1.6;
}

.brochure-icon i {
  color: #494949;
}

.prod-app-box {
  height: 100%;
  align-content: center;
  text-align: center;
  border-top: 4px solid #58c5c2;
  border-bottom: 1px solid #58c5c2;
  border-left: 1px solid #58c5c2;
  border-right: 1px solid #58c5c2;
  border-radius: 7px;
}

.prod-app-box img {
  width: 85px;
  font-weight: 900;
  color: #16a9131c;
  transition: 0.4s ease;
}

.prod-app-box h4 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.55px;
}

.prod-app-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 37px;
  padding: 5px 15px;
}

/* **************** */

.floating-item {
  position: fixed;
  bottom: 1%;
  right: 10px;
  z-index: 333;
}

.floating-item .round {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: block;
  margin: 8px 0;
}

.floating-item .green {
  background-color: #2BBA31;
  border: 2px solid #f5f5f5;
}

.floating-item .whatsapp {
  position: relative;
}

.floating-item .whatsapp::before {
  width: 34px;
  height: 34px;
  content: "";
  background-image: url(../images/whatsapp-icon.png);
  background-position: -128px -31px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.floating-item .message {
  position: relative;
  transition: background-color 0.3s ease-in;
}

.floating-item .light-red {
  background-color: #106d7b;
  border: 2px solid #f5f5f5;
}

.floating-item .message span {
  position: absolute;
  right: 33px;
  width: 155px;
  opacity: 0;
  text-align: center;
  height: 100%;
  padding: 16px 0;
  letter-spacing:0.50px;
  padding-right: 7px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  display: none;
}

.floating-item .message::before {
  width: 25px;
  height: 30px;
  content: "";
  background-image: url(../images/pdf-icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.floating-item .message:after {
  content: '';
  width: 188px;
  height: 45px;
  border-radius: 40px;
  background-color: #106d7b;
  right: 0;
  top: 3px;
  z-index: -1;
  position: absolute;
  transition: all 0.3s ease-in;
}

.floating-item .message span {
  opacity: 1;
  transition: all 0.5s ease-in;
  display: block;
}

.floating-item .enquiry {
  position: relative;
  transition: background-color 0.3s ease-in;
}

.floating-item .enquiry::before {
  width: 29px;
  height: 30px;
  content: "";
  background-image: url(../images/enquiry-icon.png);
  background-position: -5px -76px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.floating-item .enquiry:after {
  content: '';
  width: 60px;
  height: 45px;
  background-color: transparent;
  right: 0;
  top: 3px;
  z-index: -1;
  position: absolute;
  border-radius: 40px;
  transition: all 0.3s ease-in;
}

.floating-item .enquiry span {
  position: absolute;
  right: 33px;
  width: 157px;
  opacity: 0;
  text-align: center;
  height: 100%;
  padding: 16px 0;
  letter-spacing:0.50px;
  padding-right: 7px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  display: none;
}

.floating-item .enquiry span {
  opacity: 1;
  transition: all 0.5s ease-in;
  display: block;
}

.floating-item .enquiry {
  border-radius: 0;
  background: #58c5c2;
  border-radius: 50%;
  transition: background-color 0.1s ease-in;
}

.floating-item .enquiry:after {
  width: 188px;
  border-radius: 40px;
  transition: all 0.1s ease-in;
  background-color: #106d7b;
}

.floating-item .message {
  border-radius: 0;
  background: #58c5c2;
  border-radius: 50%;
  transition: background-color 0.1s ease-in;
}


.modal-body {
  padding:0px;
  background: rgba(171, 172, 174, 0.102);
}
.modal-header {
  text-align: center;
  background: #106d7b;
  color: #ffff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
}
h6.modal-title {
  color:#fff;
  font-size:20px;
  text-align:center;
  letter-spacing:0.25px;
  font-weight:500;
  padding-left:20px;
}
.modal-content{
  background-color: #f2f3f8;
}
.modal-content .close {
  opacity:1;
  padding:0px;
  margin:0px;
}
.modal-content .close span i {
  position: absolute;
  right: 16px;
  top: 0;
  width: 65px;
  height: 40px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  margin-right: 0;
  color: #58c5c2;
  border-radius: 50px 0px 0px 50px;
  cursor: pointer;
}
.request_form .form-group input {
  display: block;
  width: 100%;
  color: #000000;
  font-weight: 500;
  border: 0px;
  letter-spacing: 0.25px;
  padding: 12px 10px;
  font-size: 15px;
  background: #fff;
  border-radius: 5px;
}
.request_form .form-group select {
  display: block;
  width: 100%;
  color: #000000;
  font-weight: 500;
  border: 0px;
  letter-spacing: 0.25px;
  padding: 12px 10px;
  font-size: 15px;
  background: #fff;
  border-radius: 5px;
}
.request_form .form-group textarea {
  display: block;
  width: 100%;
  color: #000000;
  font-weight: 500;
  border: 0px;
  letter-spacing: 0.25px;
  padding: 12px 10px;
  font-size: 15px;
  background: #fff;
  border-radius: 5px;
  min-height:80px;
}
.enquire-pad-box{
  padding: 30px;
}
.submit_btn {
  font-size: 15px;
  padding: 12px 25px;
  background: #58c5c2;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-weight: 600;
  letter-spacing: 1px;
  border: 0px;
}
.submit_btn:hover {
  border:0px;
  color:#fff;
  background:#1d1d1f;
}










.faq {
  background: #fff;
}
.faq .card {
  background-color: #f8f9fa;
  border: 1px dashed rgb(103 106 109 / 20%);
  margin-bottom: 10px;
}
.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.faq .card .card-header:hover {
  padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 45px;
  padding-right: 15px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
.faq .card .card-header .faq-title .badge {
  width: 28px;
  height: 30px;
  text-align: center;
  background: #58c5c2;
  color: #fff;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  left: 10px;
  top: 12px;
}
.faq .card .card-body {
  padding: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  color: #606060;
  background: #fff;
  border-top: 2px solid #106d7b;
}
.faq .card .card-body p {
  color: #606060;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.25px;
  line-height: 26px;
}
.pd_tp {
	padding-top:40px;
}
.sub_model_brd {
	box-shadow: 0px 2px 15px 0px rgb(33 25 106 / 11%);
}
.other_prod_heading h6 {
	display: block;
  font-size: 21px;
  color: #106d7a;
  font-weight: 600;
  padding-bottom: 15px;
  line-height: 24px;
}

/* **************** */

.contact{
  padding: 40px 0 80px 0;
}
.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%);
}
.contact-head {
  margin-top: 60px;
  margin-bottom: 40px;
}
.contact-head h2{
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  color: #106d7b;
  text-transform: uppercase;
}
.contact-boxs{
  text-align: center;
}
.contact-boxs h5{
  font-size: 22px;
  font-weight: 600;
  color: #3a3a3a;
  margin-top: 15px;
}
.contact-boxs a, .contact-boxs p{
  font-weight: 400;
  color: #3a3a3a;
  font-size: 16px;
  word-spacing: 0.5px;
  display: block;
}
.contact-form{
  margin-bottom: 80px;
}
.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: #f1f5f8;
  margin-bottom: 20px;
}
.contact-form input::placeholder, .contact-form textarea::placeholder{
  font-weight: 400;
}
.butn-bg {
  font-size: 14px;
  padding: 10px 30px;
  background: linear-gradient(to right, #58c5c2 0%, #106d7b 100%);
  color: #fff;
  cursor: pointer;
  letter-spacing: 1px;
  display: block;
  font-weight: 600;
  border: 0px;
  cursor: pointer;
  margin: 0 auto;
  display: table;
}
.butn-bg:hover {
  border: 0px;
  color: #fff;
  background: linear-gradient(to right, #106d7b 0%, #58c5c2 100%);
}

/* **************** */

.about-main{
  padding: 80px 0;
  background: #F4F7FA;
}
.about-main .row{
  align-items: center;
}
.about-dtl .hm-abt-title {
  color: #58c5c2;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.50px;
  display: block;
  padding-bottom: 7px;
}
.about-dtl h1 {
  font-family: "DM Serif Display", serif;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.50px;
  line-height: 1.1em;
  color: #3E3D47;
  padding-bottom: 12px;
}
.about-dtl h1 span {
    background: linear-gradient(to right, #58c5c2 0%, #106d7b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-dtl p{
  color: #606060;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}









#director_msg_sec {
  padding:0 0 60px 0;
}
.director_mg {
  position:relative;
  margin:0 20px;
  z-index:1;
}
.director_mg img {
  border: unset;
  padding: 10%;
  border-radius: 50%;
}
.director_mg:before {
  content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* box-shadow: 0px 14px 10px 0px rgb(244 247 250 / 60%) inset; */
    box-shadow: 0px 20px 10px 0px rgb(10 21 99 / 20%) inset;
    border-radius: 50%;
    transition: all 0.6s;
    transform: rotate(0);
}
.director_mg_bx{
  position: relative;
  width: 350px;
  margin: 0 auto 20px;
}
.director_mg_bx:hover .director_mg:before {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06) inset;
}
.team_info_icons {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  transition: 0.6s;
}
.team_info_icons .team-icon {
  right: 18%;
  top: 70%;
  background: #0078b5;
  box-shadow: 0px 9px 30px 0px rgb(19 51 186 / 60%);
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 16px;
  border-radius: 50%;
  color: #fff;
  margin-top: -17px;
}
.message_dtl {
  position:relative;
  padding-left:80px;
}
.quote_icon {
  position: absolute;
  left: 0;
  top: 0px;
  width: 55px;
}
.message_dtl span {
  color: #106d7b;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.message_dtl p {
  color: #606060;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 25px;
}
.message_dtl h5 {
  font-size: 18px;
  color: #58c5c2;
  font-weight: 600;
  letter-spacing: 0.50px;
  padding-bottom: 20px;
  display: block;
  line-height:30px;
  text-transform: capitalize;
}

.about-team{
  background: #fff;
  padding: 80px 0;
}

/* **************** */

