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

* {
  margin: 0px;
  padding: 0px;
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

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

img {
  border: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mulish", sans-serif;
}

body {
  font-size: 15px;
  color: #000;
  font-family: "Mulish", 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;
}

/** **************** **/
.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;
}

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

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

.banner-mbl,
.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 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 {
  border-right: 0px;
  border-left: 2px solid #e2e2e2;
  margin-left: 5px;
  padding-left: 13px;
}

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

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

.main-nav .drop-down ul li a,
.main-nav a {
  color: #393939;
  font-weight: 500;
  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: #ffffff;
  top: 0;
  position: fixed;
  padding: 9px 0px;
  border-top: 3px solid #104295;
  /* box-shadow: 0px 3px 0px rgb(187 187 187); */
}

.header-scrolled .main-nav a {
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.25px;
}

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

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

.logo {
  margin-left: 0px;
  /* background: #fff; */
  position: absolute;
}

.pd-lr30 {
  padding: 0 20px;
}

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

.scrollto img {
  width: 320px;
  height: auto;
  background-color: #fff;
  padding: -1px;
  position: relative;
  top: -9px;
}

.main-nav {
  float: right;
}

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

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

.main-nav a {
  display: inline-block;
  font-size: 16px;
  /* text-transform: uppercase; */
  padding: 5px 10px;
}

.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: #07b09e;
  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: 5px 5px;
  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: #07b09e;
}

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

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

.head-social {
  display: flex;
  background: #ed323712;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 8px 15px;
}

.head-social span {
  display: block;
  padding: 0px 13px;
}

.head-social span a {
  color: #ed3237;
}

.get_start {
  margin-left: 10px;
}

.get_start a {
  color: #ffffff;
  display: block;
  line-height: 20px;
  padding: 14px 15px;
}

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

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

.carousel-indicators {
  bottom: 30px;
}

.header-scrolled .button a {
  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-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: rgba(0, 0, 0, 0.5);
  height: 45px;
  width: 45px;
  z-index: 121;
  line-height: 45px;
  text-align: center;
  position: absolute;
}

#carousel .carousel-control span:hover {
  background-color: #32b0fa;
}

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

#carousel .caption h2 {
  animation-duration: 1s;
  animation-delay: 1s;
  font-size: 70px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  text-align: center;
  letter-spacing: 3px;
  font-family: "Montserrat", sans-serif;
}

#carousel .caption span {
  animation-duration: 1s;
  animation-delay: 2.2s;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}

#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
}

#carousel .carousel-item.banner1 {
  background-image: url("../images/banner01.jpg");
}

#carousel .carousel-item.banner2 {
  background-image: url("../images/banner02.jpg");
}

#carousel .carousel-item.banner3 {
  background-image: url("../images/banner03.jpg");
}

#carousel .carousel-item {
  height: auto;
  width: 100%;
  background: no-repeat center center scroll;
  background-size: cover;
}

.carousel-indicators {
  bottom: 25px;
}

.carousel-caption {
  position: absolute;
  top: 30%;
  left: 100px;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

/** **************** **/
.carousel-sec {
  margin-top: 84px;
}

.carousel-sec .carousel-item h2 {
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 7px -4px 33px #000000;
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
}

.carousel-sec .carousel-item h2 span {
  display: block;
  font-weight: 900;
  font-size: 32px;
  color: #23b9a1;
}

.carousel-sec .carousel-item p {
  text-shadow: 7px -4px 33px #000000;
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
  /* justify-self: anchor-center; */
}
/** **************** **/

.carousel-sec .carousel-caption {
  height: auto;
  width: 750px;
}

#carousel .carousel-item img {
  position: relative;
}

.carousel-caption {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  will-change: opacity, transform;
}

.carousel-item.active .carousel-caption {
  animation: slideFadeUp 2s ease forwards;
}

@keyframes slideFadeUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-caption,
  .carousel-item.active .carousel-caption {
    animation: none !important;
    transition: none !important;
    opacity: 1;
    transform: none;
  }
}

/*-- ------------------------ --*/
.py-120 {
  padding: 50px 0 80px 0;
}

#about_main {
  padding: 90px 0 30px;
  background: #fff;
  position: relative;
}

.hm_about_dt {
  padding-top: 0px;
  padding-left: 20px;
}

.hm_about_hd span {
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

.hm_about_hd h1 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #2f3d65;
  padding-bottom: 10px;
}

.hm_about_hd h1 span {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #11ab97;
  padding-bottom: 10px;
}

.hm_about_para p {
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  text-align: justify;
  font-weight: 500;
}

.about_btn {
  padding: 15px 25px;
  background: #12b197;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  font-size: 15px;
  display: inline-block;
  margin-top: 15px;
  border-radius: 5px;
  float: left;
}

.about_btn:hover {
  background: #044570;
  color: #fff;
}

.about_home_mg {
  position: relative;
  /* overflow: hidden; */
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
}

.about_home_mg:before {
  position: absolute;
  content: "";
  top: 75px;
  right: -15px;
  width: 35px;
  height: 120px;
  background: #00b0d6;
  display: block;
  border-radius: 10px 0 10px 0;
}

.about_home_mg img {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  border-radius: 10px;
}

.year_bg {
  position: absolute;
  content: "";
  bottom: -1px;
  left: -1px;
  border-radius: 0;
  display: block;
  background: #fcfcfcd9;
  border: 5px solid #cccccc8c;
  padding: 0px;
  box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 7%);
  z-index: 2;
  padding: 10px;
}

.year_dtl {
  background-image: url(../images/about-img.jpg);
  font-size: 99px;
  line-height: 120px;
  text-align: center;
  /* font-weight: bold; */
  background-attachment: fixed;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #104295;
  font-family: sans-serif;
  font-weight: 900;
  position: relative;
}

.year_dtl:before {
  position: absolute;
  content: "+";
  font-size: 30px;
  font-weight: 500;
  top: -38px;
  right: 0px;
  color: #000;
  display: flex;
  -webkit-text-fill-color: #044570;
}

.yaer_span {
  font-size: 20px;
  color: #12b197;
  letter-spacing: 0.5px;
  font-weight: 600;
  display: block;
}

/*------------------*/
.button {
  /* cursor: pointer; */
  position: relative;
  padding: 5px 15px;
  font-size: 19px;
  /* color: rgb(7 176 158); */
  margin-left: 4px;
  border: 1px solid #989898;
  border-radius: 8px;
  background-color: #104295;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: rgb(255, 250, 241);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.button a {
  color: #fff;
}

.button:hover::before {
  scale: 3;
}

/* --------- */
/* From Uiverse.io by Li-Deheng */
.btn-conteiner {
  display: flex;
  justify-content: left;
  --color-text: #ffffff;
}

.btn-content {
  display: flex;
  align-items: center;
  padding: 0px 35px;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  color: var(--color-text);
  background: #07b09e;
  transition: 1s;
  /* border: 1px solid #676767; */
  border-radius: 102px;
  box-shadow: 16 0 12.2em 16 #ababab;
}

.btn-content:hover,
.btn-content:focus {
  transition: 0.5s;
  -webkit-animation: btn-content 1s;
  animation: btn-content 1s;
  outline: 0.1em solid transparent;
  outline-offset: 0.2em;
  box-shadow: 0 0 0.4em 0 var(--color-background);
}

.btn-content .icon-arrow {
  transition: 0.5s;
  margin-right: 0px;
  transform: scale(0.6);
}

.btn-content:hover .icon-arrow {
  transition: 0.5s;
  margin-right: 25px;
}

.icon-arrow {
  width: 0px;
  margin-left: 15px;
  position: relative;
  top: 5%;
}

/* SVG */
#arrow-icon-one {
  transition: 0.4s;
  transform: translateX(-60%);
}

#arrow-icon-two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.btn-content:hover #arrow-icon-three {
  animation: color_anim 1s infinite 0.2s;
}

.btn-content:hover #arrow-icon-one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.btn-content:hover #arrow-icon-two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */
@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: var(--color-background);
  }

  100% {
    fill: white;
  }
}

/* Button animations */
@-webkit-keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

@keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

/* --------- */
.bg-reomve {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  z-index: 1;
}

.bg-reomve::after {
  content: "";
  position: absolute;
  width: 550px;
  height: 550px;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  background: #07b09ee8;
  border-radius: 50%;
  opacity: 0.7;
  z-index: -1;
}

.feature-item {
  display: flex;
  gap: 14px;
  background: #ffffff;
  border-radius: 21px;
  border: 1px solid #07b09e;
  padding: 25px 20px;
  position: relative;
  box-shadow: var(--box-shadow);
}

.feature-item::before {
  content: "";
  position: absolute;
  left: 80px;
  right: 80px;
  bottom: -3px;
  border-bottom: 4px solid #b4b4b4;
  border-radius: 50px;
}

.feature-item .count {
  position: absolute;
  right: -7px;
  bottom: 4px;
  font-size: 78px;
  line-height: 50px;
  font-weight: 700;
  color: #bebebe;
  -webkit-text-stroke: 1px #ffffff;
  opacity: 0.2;
}

.feature-content p {
  color: #393838d1;
  font-size: 14px;
  font-weight: 600;
}

.feature-icon {
  width: 75px;
  height: 75px;
  line-height: 70px;
  text-align: center;
  background: #02b398;
  border-radius: 55px;
  border: 1px solid #07b09e;
}

.feature-icon img {
  width: 45px;
  filter: brightness(0) invert(1);
}

.feature-content {
  flex: 1;
}

.feature-content h4 {
  color: #fff;
}

.feature-content h4 {
  color: #213568;
  font-weight: 700;
  font-size: 20px;
}

.about-experience img {
  position: absolute;
  left: 15px;
  top: 15px;
  opacity: 0.3;
  /* align-items: center; */
  display: block;
}

.line {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 407px;
  top: -15px;
  z-index: -1;
  background: rgb(37 37 37 / 11%);
  opacity: 1;
}

.line::after {
  content: "";
  height: 105px;
  width: 1px;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 1;
  background: linear-gradient(
    to bottom,
    rgb(7 176 158 / 21%),
    #07b09e,
    rgb(7 176 158 / 16%)
  );
  animation: slideToBottom 14s linear infinite alternate;
}

@keyframes slideToBottom {
  0% {
    top: 0;
  }

  100% {
    top: 88%;
  }
}

.line-1 {
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: -15px;
  z-index: -1;
  background: rgb(37 37 37 / 11%);
  opacity: 1;
}

.line-1::after {
  content: "";
  height: 105px;
  width: 1px;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 1;
  background: linear-gradient(
    to bottom,
    rgb(7 176 158 / 21%),
    #07b09e,
    rgb(7 176 158 / 16%)
  );
  animation: slideToBottom 14s linear infinite alternate;
}

@keyframes slideToBottom {
  0% {
    top: 0;
  }

  100% {
    top: 88%;
  }
}

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

.inner_prod_detail {
  padding-bottom: 30px;
}

.inner_prod_detail p {
  font-size: 14px;
  display: block;
  letter-spacing: 0.3px;
  color: #1f1f1f;
  font-weight: 400;
  text-align: center;
}

.oth_product_hm_wrapper,
.oth_product_inn_wrapper {
  margin-bottom: 30px;
  transition: all 0.6s ease;
  background: #fff;
  padding: 8px;
  box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
  -webkit-box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
  border-radius: 53px 0 50px 0;
}

.oth_product_hm_wrapper img {
  border-radius: 44px 0 0 0;
}

.oth_product_hm_wrapper:hover,
.oth_product_inn_wrapper:hover {
  transform: translateY(-10px);
}

.oth_hm_product_heading {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.pro-icon img {
  width: 55px;
  border-radius: 0;
}

.oth_hm_product_heading h3 {
  font-size: 20px;
  text-align: left;
  line-height: 1.4;
  display: flex;
  font-weight: 700;
  color: #383838;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
  padding-top: 0px;
}

.oth_hm_product_heading p {
  font-size: 14px;
  display: block;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: #1f1f1f;
  font-weight: 500;
  padding-bottom: 15px;
}

.oth_product_hm_wrapper:hover .oth_hm_product_heading h6 {
  color: #dc0a29;
}

.oth_product_detail a {
  display: block;
  text-align: center;
  padding: 10px 0;
  background: #545454;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.oth_product_hm_wrapper:hover .oth_product_detail a {
  background: #dc0a29;
}

.inn_product_btn {
  text-align: center;
  padding-bottom: 15px;
}

.prod_sub_heading h2 {
  font-size: 26px;
  color: #d60000;
  padding-bottom: 15px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

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

.prod_read_btn {
  position: relative;
  padding: 8px 30px;
  display: inline-flex;
  width: 175px;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  background: #07b09e;
  transition: all 0.3s;
  z-index: 1;
  justify-content: center;
}

.prod_read_btn:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #1d3563;
  /* clip-path: polygon(100% 100%, 100% 100%, 100% 100%); */
  height: 2px;
  width: 175px;
  transition: all 0.3s;
}

.prod_read_btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  background: #213568;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  height: 20px;
  width: 20px;
  transition: all 0.3s;
}

.prod_read_btn:hover {
  background: #07b09e;
  color: #fff;
}

.prod_read_btn:hover::before {
  width: 100%;
  height: 100%;
}

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

.location-map {
  position: relative;
}

.location-item {
  position: absolute;
  left: 10%;
  top: 24%;
}

.location-item:nth-child(2) {
  left: 36%;
  top: 66%;
}

.location-item:nth-child(3) {
  left: 38%;
  top: 10px;
}

.location-item:nth-child(4) {
  left: 50%;
  top: 35%;
}

.location-item:nth-child(5) {
  left: 80%;
  top: 16%;
}

.location-item:nth-child(6) {
  left: 94%;
  top: 88%;
}

.location-item:nth-child(7) {
  left: 28%;
  top: 27%;
}

.location-item:nth-child(8) {
  left: 67%;
  top: 51%;
}

.location-item:nth-child(9) {
  left: 74%;
  top: 47%;
}

.location-item:nth-child(10) {
  left: 94%;
  top: 18%;
}

.location-item:nth-child(11) {
  left: 63%;
  top: 18%;
}

.location-item:nth-child(12) {
  left: 83%;
  top: 75%;
}

.location-item .point {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #07b09e;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}

.location-item .point::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #07b09e;
  border-radius: 50%;
  transform: scale(1);
  animation: ripple-1 1.5s 0s infinite;
  z-index: -1;
}

.location-item .info {
  padding: 8px 15px;
  position: relative;
  position: absolute;
  width: max-content;
  transform: translateX(-50%);
  left: 5.2px;
  bottom: 20px;
  background: #213567;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.location-item .info::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #213567;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.location-item .info h5 {
  font-size: 15px;
  color: #fff;
}

.location-item .info {
  display: none;
  bottom: 30px;
}

.location-item:hover .info {
  opacity: 6;
  display: block;
}

@keyframes ripple-1 {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

.bettry-cimg img {
  width: 100%;
  border: 2px solid #f6f6f6;
  border-radius: 18px;
  padding: 8px;
}

/*-------------------*/
.counter-box {
  display: flex;
  gap: 12px;
  position: relative;
  padding: 20px 15px 20px 20px;
  border-radius: 15px;
  border: 1px solid #dbdbdb;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
}

.counter-box::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 25px;
  bottom: 25px;
  border-left: 3px solid #1b3462;
  border-radius: 5px;
  z-index: -1;
}

.counter-box .icon {
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-size: 35px;
  border-radius: 50px;
  text-align: center;
  color: #000;
  background: #07b09e;
}

.counter-box .icon img {
  width: 50px;
}

.counter-box .info {
  display: flex;
  gap: 2px;
}

.counter-box .counter {
  display: block;
  line-height: 1;
  color: #1d3765;
  font-size: 50px;
  font-weight: 900;
}

.counter-box .unit {
  font-size: 25px;
  color: #07b09e;
  font-weight: 500;
  line-height: 1;
  margin: 3px 0 0 3px;
}

.counter-box .title {
  color: #898989;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

/*-----------------*/
#hm_industry_sec {
  padding: 60px 0;
  background-color: #fbfbfbf5;
}

.industry_title h3 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
  color: #00285f;
  text-align: center;
  padding-bottom: 25px;
  text-transform: capitalize;
}

.industry_bx {
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  position: relative;
  border-radius: 15px;
  border: 2px solid rgb(226 226 226 / 60%);
}

.img_pd {
  margin-bottom: 20px;
}

.industry_bx .product_mg {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.industry_bx:hover .product_mg {
  transform: rotate(-5deg) scale(1.2);
}

.industry_bx .product_mg img {
  object-fit: cover;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.industry_bx .product_dtl_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: -moz-linear-gradient(
    top,
    rgba(25, 36, 54, 0) 34%,
    rgba(25, 36, 54, 0.08) 39%,
    #002c64 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(25, 36, 54, 0) 34%,
    rgba(25, 36, 54, 0.08) 39%,
    #002c64 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(25, 36, 54, 0) 15%,
    rgba(25, 36, 54, 0.08) 44%,
    #0f0f0ff2 100%
  );
}

.product_dtl_inner span {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 600;
}

/*-----------------*/
.counter-area {
  padding-bottom: 60px;
}

.hm-cleint {
  padding: 40px 0px 60px;
}

.client-wrapper {
  align-items: center;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  border-width: 3px;
  border-style: solid;
  border-color: rgb(235, 235, 235);
  border-image: initial;
  padding: 10px;
}

.client-wrapper::before {
  position: absolute;
  content: "";
  right: -6px;
  top: 10px;
  height: 80%;
  width: 10px;
  background-image: linear-gradient(
    to right,
    rgba(235, 51, 51, 0) 50%,
    rgb(7 176 158) 50%
  );
  z-index: -1;
  border-radius: 10px;
}

/*-----------------*/
#footer_bg {
  background:
    url(../images/footer-bg.png),
    #242424 no-repeat;
  background-size: cover;
  background-position: 50% 30%;
  padding: 60px 0 60px;
}

.footer_title span {
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  padding-bottom: 10px;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #07b09e73;
  margin-bottom: 10px;
}

.ftr-link ul li a {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  line-height: 27px;
  font-size: 14px;
}

.ftr-link ul li:hover a {
  color: #07b09e;
}

.cont_details {
  display: flow-root;
  padding-bottom: 15px;
  padding-top: 8px;
}

.cont_bx {
  line-height: 48px;
  text-align: center;
  background: #07b09e;
  box-shadow: 0 0 0 3px rgb(255 255 255 / 22%);
  margin-right: 18px;
  width: 50px;
  height: 50px;
  padding: 2px;
  float: left;
  border-radius: 10%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont_dtl span {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}

.cont_dtl p {
  font-size: 14px;
  display: block;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  padding-left: 65px;
}

.cont_dtl a {
  font-size: 14px;
  display: inline-flex;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
}

.cont_dtl a:hover {
  color: #07b09e;
}

.social_icon {
  margin-top: 20px;
  display: inline;
}

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

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

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

.social_icon li {
  display: inline-block;
}

.social_icon li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #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.facebook i {
  color: #3b5998;
}

.social_icon li.instagram i {
  color: #cd4a72;
}

.social_icon li.linkedin i {
  color: #007ab9;
}

.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.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.twitter:hover i {
  color: #fff;
}

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

.key-point {
  background: #1a195e;
  height: 100%;
  position: relative;
  padding: 30px 0px 30px 80px;
}

.key-point img {
  position: absolute;
  left: 16px;
  top: 30px;
}

.key-point span {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  word-spacing: 2px;
  letter-spacing: 0.7px;
  font-weight: 700;
}

.key-point span span {
  font-weight: 300;
  color: #ffffff73;
}

/************************/
.foot-bottom {
  padding: 15px 0 15px;
  background: #f5f5f5;
}

.foot-btm-head {
  position: relative;
}

.foot-btm-head:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #07b09e;
  top: -21px;
  left: 0;
  z-index: 1;
  border-radius: 5px 5px 0 0;
}

.foot-btm-head p {
  color: #676767;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
}

.foot-btm-head p a {
  color: #07b09e;
  font-weight: 600;
}

.foot-btm-head p a:hover {
  color: #07b09e;
}

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

.mh-product-section {
  padding: 85px 0 130px 0;
  background-image: url(../images/pro-bg-new.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  /* height: 752px; */
  background-attachment: fixed;
}

.hm-indus-dtl .hm-indus-img {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  text-align: center;
}

.hm-indus-box .owl-item.center .hm-indus-dtl img {
  opacity: 1;
}

.industrie-slider .owl-item.center .hm-indus-dtl .hm-industry-name a span {
  display: block !important;
  transition: 6.5s;
  top: -8px;
}

.hm-indus-dtl .hm-indus-img img {
  border-radius: 5px 5px 0 0;
  transition: 0.8s;
}

.industrie-slider .owl-stage {
  padding: 35px 0 45px;
}

.industrie-slider .owl-item .hm-indus-dtl {
  opacity: 0.4;
  padding: 5px;
}

.industrie-slider .owl-item.center .hm-indus-dtl {
  opacity: 8;
}

.hm-industry-name a span {
  display: none;
}

.hm-industry-nameh2 {
  color: #ffffff;
  line-height: 1.22;
  font-weight: 800;
  font-size: 33px;
  text-transform: uppercase;
  margin-bottom: 45px;
  text-align: center;
}

.hm-indus-dtl span {
  background-color: #fff;
  border-radius: 14px;
  font-size: 19px;
  display: block;
  text-align: center;
  font-weight: 700;
  width: 320px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  color: #181818;
  padding-top: 0px;
  border: 3px solid #bcbcbc;
  line-height: 57px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.hm-indus-dtl .hm-indus-icon {
  width: 65px !important;
  /* text-align: center !important; */
  position: relative;
  left: 132px;
  z-index: -1;
}

.hm-industries {
  padding: 60px 0;
}

.hm-indus-box {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

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

.industrie-slider .owl-item.center .hm-indus-dtl img {
  transform: scale(1.3, 1.3);
  border-radius: 6px;

  /* border-right: 3px solid #bababa; */
  transition: 6.5s;
  /* border-left: 3px solid #bababa; */
}

.industrie-slider .owl-item.center {
  z-index: 999;
}

.hm-indus-dtl {
  z-index: -999;
}

.hm-indus-dtl p {
  font-size: 14px;
  line-height: 23px;
}

.industrie-slider .owl-nav {
  position: absolute;
  top: 438px;
  right: 48%;
  margin: 0;
  display: flex;
  transform: translate(-50%, -50%);
}

.industrie-slider .owl-nav .owl-prev {
  border-radius: 10%;
  height: 44px;
  width: 47px;
  line-height: 16px !important;
  text-align: center;
  border: none;
  background: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
  font-size: 29px !important;
  border: 1px solid #ffffff !important;
  margin: 0 0px;
  display: inline-block;
}

.industrie-slider .owl-nav .owl-next {
  border-radius: 10%;
  height: 44px;
  width: 47px;
  line-height: 16px !important;
  text-align: center;
  border: none;
  background: rgba(0, 185, 241, 0) !important;
  color: #ffffff !important;
  font-size: 29px !important;
  border: 1px solid #ffffff !important;
  margin: 0 0px;
  display: inline-block;
}

.hm-industry-name {
  position: relative;
  z-index: 999;
  justify-content: center;
  display: flex;
  top: -11px;
  align-items: center;
}

.yellow-color {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 30px;
  color: #f3b431;
  margin-bottom: 0;
}

.yellow-color-h2 {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 30px;
  color: #f3b431;
  margin-bottom: 0;
}

.webiste-new a {
  background-color: #e9ac2f;
  padding: 13px;
  border-radius: 10px;
  color: #000;
  font-weight: 500;
}

.webiste-new {
  margin-top: 30px;
}

.hm-who {
  margin-top: 20px;
  position: relative;
}

.hm-who-pattan {
  position: absolute;
  bottom: -30px;
  left: 50px;
  z-index: -99;
}

.hm-who-bg {
  background: #414141;
  border-radius: 40px 0 40px 0px;
  align-items: center;
}

.hm-who-img {
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  border-radius: 40px 0 40px 0px;
}

.hm-who-img img:hover {
  transform: scale(1.1);
}

.hm-who-img img {
  transition: 0.5s all ease-in-out;
  width: 100%;
}

.hm-who-bg .col-md-5,
.hm-who-bg .col-md-6 {
  padding: 0px;
}

.hm-who-box {
  padding: 0 15px;
}

.hm-who-box p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 26px;
}

.hm-who-box h2 {
  font-weight: 800;
  text-transform: uppercase;
  color: #e9ac2f;
  position: relative;
  margin-bottom: 12px;
  font-size: 35px;
}

.hm-who {
  margin-top: 70px;
  position: relative;
}

#hm-products {
  background: #dfe6ea71;
  padding: 70px 0 50px;
  margin-top: 10px;
}

.single-service-style-one {
  margin-bottom: 60px;
  position: relative;
}

.single-service-style-one .image-block {
  position: relative;
}

.single-service-style-one .image-block .overlay-block {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 900ms ease;
}

.single-service-style-one .image-block .overlay-block:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all 0.5s;
}

.single-service-style-one .image-block .overlay-block:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  -webkit-transform: perspective(400px) rotateX(90deg);
  transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition: all 0.5s;
}

.single-service-style-one .main-content {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: calc(100% - 60px);
  box-shadow: 0 0 21px rgb(0 0 0 / 10%);
  transition: all 0.4s ease;
}

.single-service-style-one .main-content .text-block h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
}

.single-service-style-one .main-content .text-block h3 a {
  color: #044570;
  transition: all 0.4s ease 0.2s;
}

.single-service-style-one .hover-content {
  position: absolute;
  background: #fff;
  position: absolute;
  bottom: -32.5px;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-30%);
  transform: translateX(-50%) translateY(-30%);
  width: calc(100% - 60px);
  text-align: center;
  z-index: 10;
  padding: 20px 20px;
  box-shadow: 0 0 21px rgb(0 0 0 / 10%);
  transition: all 0.4s ease;
}

.single-service-style-one .hover-content p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 20px;
  color: #333;
  margin-bottom: 0px;
}

.single-service-style-one:hover .main-content {
  opacity: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.main-content div {
  min-height: 60px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px #ededed;
}

.single-service-style-one:hover .hover-content {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.hover-content a {
  font-size: 13px;
  line-height: 1.2 !important;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  border-radius: 1.7em;
  padding: 0.9em 1.8em;
  background: #044570;
  border-color: transparent;
  color: #ffffff !important;
  display: inline-block;
  margin-top: 10px;
}

.hover-content a:hover {
  background: #4f4f4f;
}

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

.hm-products-slider .owl-nav .owl-prev {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 48px;
  text-align: center;
  border: none;
  background: #fff;
  border: 2px solid #f5f5f5;
  color: #fff;
  font-size: 4px;
  display: inline-block;
  transform: translate(-25px, 0);
  cursor: pointer;
}

.hm-products-slider .owl-nav .owl-prev img {
  transform: translate(-5%, 0%);
}

.hm-products-slider .owl-nav .owl-next {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 48px;
  text-align: center;
  border: none;
  background: #fff;
  border: 2px solid #f5f5f5;
  color: #fff;
  font-size: 4px;
  display: inline-block;
  transform: translate(25px, 0);
  cursor: pointer;
}

.hm-products-slider .owl-nav .owl-next img {
  transform: translate(5%, 0%);
}

.hm-quality {
  background-repeat: no-repeat;
  background-image: url(../images/services.png);
  background-position: 0% 0%;
  background-attachment: fixed;
  padding: 80px 0;
  text-align: center;
  position: relative;
  background-size: cover;
}

.hm-quality:before {
  content: "";
  opacity: 0.9;
  background-color: #104295e8;
  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: #1bd1c4;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1bd1c4;
}

.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: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-quality-dtl p {
  font-weight: 300;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.site-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.site-title-tagline {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  text-transform: uppercase;
  background: #213568;
  border-radius: 10px;
  padding: 2px 20px 2px 3px;
  margin-bottom: 14px;
}

.site-title-tagline i {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #07b09e;
  text-align: center;
  border-radius: 8px;
  margin-right: 5px;
}

.site-title {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 35px;
  color: #213568;
  margin-bottom: 0;
}

.site-title span {
  color: #213568;
}

.about {
  /*    background-image: linear-gradient(to bottom,#f1f1f18c 39%, #ffffff 40%);*/
  padding: 80px 0 0px;
}

.about .container {
  position: relative;
}

.about .about-logo {
  position: absolute;
  right: 0;
  top: -40px;
  width: auto;
}

.about-head {
  text-align: center;
  margin-bottom: 30px;
}

.about-head h1 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #bb5327;
}

.about-head h6 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 24px;
  line-height: 24px;
}

.about-dtl p {
  font-size: 15px;
  line-height: 25px;
  padding: 5px 0;
  color: #707274;
}

.about-max-two {
  position: relative;
  z-index: 1;
  padding-right: 40px;
}

.about-max-two::before {
  background-image: url(../images/bg-dott2.png);
  content: "";
  position: absolute;
  z-index: -1;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 45%;
}

.about-max-two .about-max-two-media {
  padding: 20px 0px 20px 20px;
}

.about-max-two .about-max-two-media img {
  width: 100%;
}

.about-two .about-year {
  padding: 0px;
}

.about-two .about-year .about-year-info {
  padding: 20px;
  background-color: rgb(33 33 91 / 78%);
  position: absolute;
  right: 22px;
  bottom: 60px;
  z-index: 1;
  display: flex;
  align-items: center;
  left: 60px;
}

.about-two .about-year .about-year-info span {
  display: block;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  border-right: 4px solid #bb5327;
  /* border-right-color: rgb(234, 19, 14);*/
  margin-right: 14px;
  padding-right: 10px;
}

.about-two .about-year .about-year-info p {
  font-size: 16px;
  margin-bottom: 0px;
  color: #b9b9b9;
  letter-spacing: 1px;
}

.about-max-two::after {
  content: "";
  background-color: #bb5327;
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0;
  bottom: 50%;
  width: 75%;
}

.why-choose-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 15px;
  border: 2px solid #06b194;
  margin: 0 auto;
  background: #ffffff;
  display: table;
  box-shadow: 0 0 30px 0 rgb(21 21 21 / 11%);
}

.why-choose-section {
  padding-top: 30px;
  /* padding-bottom: 30px; */
  /* margin: 20px 0; */
  box-shadow:
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 20px;
  /* box-shadow: 0 0 30px 0 rgb(21 21 21 / 11%); */
  border-radius: 21px;
}

.why-choose-section h5 {
  /* background: #06b194; */
  color: #213568;
  text-align: center;
  margin: 5px 0 0 0;
  font-weight: 700;
  padding: 10px 0;
  font-size: 30px;
}

.why-choose-section p {
  padding: 10px 15px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #6a6a6a;
  line-height: 24px;
}

.why-choose-center {
  align-items: center;
}

.why-choose-head {
  text-align: center;
  margin-top: 0px;
}

.why-choose-head h2 {
  font-size: 2rem;

  padding-bottom: 0.6rem;
  text-align: center;

  color: #1e2023;
  font-weight: 700;
}

.why-choose-head p {
  font-weight: 400;
  color: #212529;
  line-height: 2;
  font-size: 1rem;
}

.about-mis-vis {
  background: #f5f5f591;
  padding: 80px 0;
}

.vision_box_02 {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.vision_box_02 h3 {
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 0.5rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.vision_box_02 h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  transition: all 0.5s ease-out;
  border: 2px solid #fff;
}

.vision_box_02:hover .vision_img {
  scale: 1.1;
}

.vision_box_02 p {
  font-size: 0.875rem;
}

.vision_img {
  width: 100%;
  transition: all 0.5s ease-out;
}

.vision_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.inner-prod-main {
  padding: 70px 0 40px;
}
.vision_box_02body {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 25px;
  color: #fff;
  padding: 2rem;
  display: flex;
  align-items: end;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    rgba(255, 255, 255, 0.1)
  );
}
.inner-banner {
  background: url(../images/inner-prod-banner.jpg) no-repeat;
  padding: 120px 0 40px;
  background-position: 35%;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
.inner-banner-head h1 {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 15px;
  color: #ffffff;
}
.inner-breadcrumb ul {
  display: flex;
}
.inner-breadcrumb ul li a {
  color: #fff;
}
.inner-breadcrumb ul li i {
  color: #04deba;
  margin-inline: 8px;
}
.in-prod-wrapper .prod-head h2 {
  font-weight: 800;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #3b3b3b;
}

.in-prod-wrapper .prod-head h2 span {
  color: #e97717;
}
.in-prod-wrapper .prod-content p {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 27px;
  word-spacing: 2px;
  color: #5b5b5b;
}
.in-prod-img img {
  border-radius: 10px;
}
.in-prod-img {
  background: #fff;
  padding: 10px;
  position: relative;
  border-radius: 15px;
  box-shadow: rgb(149 157 165 / 36%) 0px 0px 24px;
}
.before-content:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 409px;
  left: 15%;
  top: -35%;
  z-index: -1;
  background: #01b39873;
}
.inn-prod-two {
  padding: 80px 0 30px;
  background: #f9f9f9;
}
.prod-comon-head {
  margin-bottom: 15px;
}
.prod-comon-head h5 {
  font-weight: 600;
  color: #4c4d4d;
  font-size: 27px;
  padding-left: 7px;
  border-left: 4px solid #02b49c;
}
.prod-content p {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 27px;
  word-spacing: 2px;
  color: #5b5b5b;
}
.mt20 {
  margin-top: 20px;
}
.about-content ul li {
  font-weight: 400;
  color: #3a3a3a;
  font-size: 16px;
  margin: 15px 0;
  word-spacing: 0.5px;
  position: relative;
  padding-left: 16px;
}
.about-content ul li i {
  position: absolute;
  top: 7px;
  left: 0;
  font-weight: 800;
  color: #01b29b;
  font-size: 9px;
}
.prod-eq-btn a {
  background: #1d1d1d;
  padding: 10px 23px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.prod-eq-btn a i {
  transition: all 0.3s ease-in-out;
  margin: 0 0 0 2px;
}
.inner-breadcrumb ul li span {
  color: #fff;
  font-weight: 500;
}

.prod-section-table .table-responsive {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 20px;
}
.prod-section-table .table-responsive > .table-bordered {
  background: #fff;
}
.prod-section-table table thead {
  background: #104295;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.prod-section-table table tbody th {
  font-weight: 500;
}
.prod-section-table table tbody td:last-child {
  border-right: 0px solid;
}
.prod-section-table table tbody td {
  color: #5b5b5b;
  padding: 15px 15px;
  border-right: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 1px;
}
.prod-section-table thead tr td span {
  font-size: 20px;
  font-weight: 500;
}
.prod-section-table thead tr td {
  padding: 15px 17px;
  border-right: 1px solid #fff;
}
.prod-section-table thead tr th {
  border-top: 0px solid;
}
.prod-section-table .table {
  margin: 0;
}
.prod-section-table table thead tr th:last-child,
.prod-section-table thead tr td:last-child {
  border-right: 0px solid;
}
.prod-section-table table thead tr th {
  font-weight: 500;
  padding: 15px 16px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.prod-section-table .table thead tr td:first-child {
  border-top: 0px solid;
}
.prod-comon-head {
  margin-bottom: 15px;
}
.prod-comon-head h3 {
  font-weight: 600;
  color: #4c4d4d;
  font-size: 27px;
  padding-left: 7px;
  border-left: 4px solid #02b49c;
}

.wrapper {
  width: 100%;
}

.question {
  font-size: 15px;
  font-weight: 600;
  padding: 15px 80px 15px 19px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: white;
  color: #104295;
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
  margin: 10px 0;
}
.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.question.active + .answercont {
}

@media screen and (max-width: 790px) {
  html {
    font-size: 14px;
  }

  .wrapper {
    width: 80%;
  }
}
.product {
  background-image: url(../images/final-page-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.quickcontact input[type="text"],
[type="email"],
[type="number"] {
  width: 100%;
  max-width: 100%;
  padding: 8px 5px;
  font-size: 14px;
  margin-top: 4px;
  display: inline-block;
  border: 1px solid #565656;
  box-sizing: border-box;
}
.form-text {
  border: 1px solid #ccc;
}
.quickcontact input[type="submit"] {
  width: 100%;
  max-width: 100%;
  background-color: #e31e24;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 7px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
}
.quickcontact input[type="submit"]:hover {
  background-color: #017d85;
  color: #fff;
  max-width: 100%;
}
.btn-1 {
  width: 100%;
  max-width: 100%;
  background-color: #565656;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 7px;
  border: none;
  cursor: pointer;
}
.quickcontact {
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  overflow-x: hidden;
  display: block;
  background-color: #fbfbfb;
}
.max {
  border: #575757 thick solid;
  position: fixed;
  width: 210px;
  right: 10px;
  bottom: 10px;
  max-width: 100%;
  background-color: #ffffff;
  padding: 4px;
  z-index: 9999;
}

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

.prod-inner-dtl .bullet li {
  letter-spacing: 0.5px;
  font-size: 16px;
  margin-bottom: 15px;
  padding: 10px 10px 10px 45px;
  line-height: 25px;
  color: #050504;
  font-weight: 500;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  position: relative;
}

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

.inner-prod-two {
  padding: 0 0 60px 0;
}

/* ================================== */

.about_home_mg {
  position: sticky;
  top: 120px;
  /* adjust as per your header height */
  z-index: 2;
}

.about-us-page {
  padding: 50px 0 40px 0 !important;
}

.portfolio {
  padding: 20px 0 50px 0;
  background: #eee;
}

#top_product_section {
  padding: 40px 0 85px 0;
}

#middle_product_section {
  background: #f8f9fa;
  padding: 20px 0 50px 0;
  /* display: none; */
}

#third_product_section {
  padding: 45px 0;
}

.product_tab ul {
  margin: 0 auto;
  display: table;
  /* margin-top: -60px; */
  align-items: center;
  display: flex;
  padding-bottom: 40px;
}

.product_tab ul li {
  display: inline-block;
  width: 23%;
  margin: 5px 7px;
}

.product_tab a {
  position: relative;
  padding: 8px 5px 8px;
  min-height: 75px;
  color: #292866;
  background: #fff !important;
  box-shadow: 0px 10px 30px rgba(26, 54, 85, 0.15);
  display: flex;
  justify-content: center;
  border-radius: 0px !important;
  border: 2px solid rgb(103 106 109 / 40%) !important;
  align-items: center;
  text-align: center;
  transition:
    top 0.1s linear,
    background-color 0.3s linear;
}

.product_tab a .tab-text {
  font-size: 14px;
  position: relative;
  display: block;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.product_tab a .tab-text:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 0%;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #fff;
  transition: 0.2s linear;
}

.product_tab a:hover .tab-text:before {
  width: 100%;
}

.nav-link.active,
.nav-pills .show > .nav-link,
.product_tab a:hover {
  background-color: #53ccbc !important;
  color: #fff;
}

.tab-content {
  background-color: #fff;
  padding: 25px;
}

.hm-cleint-about-page {
  padding-bottom: 30px !important;
}

.prod-comon-head-img {
  height: 350px;
  display: flex;
  align-items: center;
  border: 3px solid #eee;
}

.other_middle_Sec {
  padding: 50px 0;
}
/* =========== */

#inner_contact_section {
  padding: 50px 0;
}

.contact_hed {
  text-align: center;
}

.contact_hed h2 {
  font-size: 26px;
  color: #d60000;
  padding-bottom: 10px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

.contact_hed p {
  color: #1f1f1f;
  letter-spacing: 0.2px;
  line-height: 24px;
  font-weight: 500;
  font-size: 14px;
}

.contact_details ul li {
  width: 100%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 8px;
  padding-bottom: 15px;
}

.contact_details ul li:last-child {
  width: 100%;
}

.cont_bx0 {
  width: 60px;
  height: 90px;
  padding: 2px;
  float: left;
  border: 2px solid #cbcbcb;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.cont_bx0 span img {
  width: 30px;
}

.clocation {
  padding-bottom: 20px;
  display: flow-root;
  background-color: #53ccbc;
  padding: 15px 0 15px 15px;
  border-radius: 10px;
}

.contact_details {
  display: inline-block;
}

.contact_dtl {
  padding-left: 65px;
  display: block;
}

.contact_dtl span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.3px;
  font-weight: 700 !important;
  color: #273d69;
}

.contact_dtl p,
.contact_dtl a {
  font-size: 14px;
  letter-spacing: 0.5px;
  display: block;
  color: #1f1f1f;
  font-weight: 500;
}

.contact_dtl a:hover {
  color: #273d69;
}

.contact_form span {
  color: #1f1f1f;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 15px;
  display: block;
  letter-spacing: 0.5px;
}

.contact_form .form-group input::placeholder {
  color: #1f1f1f;
}

.contact_form .form-group input,
.contact_form select {
  color: #1f1f1f;
  display: block;
  width: 100%;
  padding: 15px 16px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #cbcbcb !important;
  box-shadow: inset 1px 2px 8px rgba(236, 236, 236, 0.7);
  margin-bottom: 20px;
}
.contact_form form textarea {
  width: 100%;
  padding: 15px 16px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border: 1px solid #cbcbcb !important;
  box-shadow: inset 1px 2px 8px rgba(236, 236, 236, 0.7);
  border-radius: 6px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 0px;
}

.contact_form .form-group textarea::placeholder {
  color: #1f1f1f;
}

.contact_form .form-group textarea {
  display: block;
  width: 100%;
  padding: 15px 16px;
  color: #1f1f1f;
  height: 90px;
  font-weight: 500;
  font-size: 15px;
  resize: none;
  border-radius: 15px;
  border: 0px;
  background: #fff;
  box-shadow: inset 1px 2px 8px rgba(236, 236, 236, 0.7);
  border: 2px solid #f7f7f8;
}

.butn-bg {
  font-size: 15px;
  padding: 10px 30px;
  background: #243967;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  margin-top: 10px;
  letter-spacing: 0.3px;
  display: block;
  border: 0px;
}

.butn-bg:hover {
  color: #000000;
  background: #73d2c4;
}

.unit_heding {
  padding: 0 25px;
  border-radius: 10px;
}

.contact_form_bx {
  padding: 0px 0;
}

iframe.loc_map_1 {
  filter: saturate(0.5);
  width: 100%;
  height: 420px;
  position: relative;
  box-shadow: inset 1px 2px 8px rgba(236, 236, 236, 0.7);
  border: 2px solid #f7f7f8;
}

.location {
  margin-top: 25px;
}

.inner-contact-heading span {
  font-size: 25px;
  font-weight: 600;
  padding: 0px 0 30px 25px;
  position: relative;
}

.inner-contact-heading span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 4px;
  background-color: red;
}

.hm_about_hd h2 span {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #11ab97;
  padding-bottom: 10px;
}

.btm-watsap {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 99;
}

.quickcontact input[type="text"],
[type="email"],
[type="number"] {
  width: 100%;
  max-width: 100%;
  padding: 8px 5px;
  font-size: 13px;
  margin-top: 4px;
  display: inline-block;
  border: 1px solid rgb(16 66 149);
  box-sizing: border-box;
}
.quickcontact select {
  width: 100%;
  max-width: 100%;
  padding: 8px 5px;
  font-size: 13px;
  margin-top: 4px;
  display: inline-block;
  border: 1px solid rgb(16 66 149);
  box-sizing: border-box;
}
.form-text {
  border: 1px solid #ccc;
}
.quickcontact input[type="submit"] {
  width: 100%;
  max-width: 100%;
  background-color: #104295;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 7px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
}
.quickcontact input[type="submit"]:hover {
  background-color: #1f3464;
  color: #fff;
  max-width: 100%;
}
.btn-1 {
  width: 100%;
  max-width: 100%;
  background-color: #03b197;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 7px;
  border: none;
  cursor: pointer;
}
.quickcontact {
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  overflow-x: hidden;
  display: block;
  background-color: #fbfbfb;
}
.max {
  border: #104295 thick solid;
  position: fixed;
  width: 210px;
  right: 10px;
  bottom: 10px;
  max-width: 100%;
  background-color: #ffffff;
  padding: 4px;
  z-index: 9999;
}
/*****************/
.faq-section {
  padding: 0 0 80px 0;
}
.faq .card {
  border: 1px dashed #242424;
  margin-bottom: 10px;
  background: #dfe6ea71;
}
.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: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #213568;
  -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: 18px;
  padding-bottom: 18px;
  position: relative;
}
.faq .card .card-header .faq-title .badge {
  width: 28px;
  height: 30px;
  text-align: center;
  background: #03b197;
  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: 10px;
  color: #5a5a5a;
  background: #fff;
  border-top: 2px solid #1c579b;
}
.faq .card .card-body p {
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 0px;
  }
  .faq .card .card-header .faq-title {
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
/* *****************Blog CSS Start****************** */
.blog-section {
  padding: 80px 0 80px 0;
}
.blog-head h2 {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 35px;
  color: #213568;
  margin-bottom: 50px;
}
.blog-wrapper {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 12px;
  overflow: hidden;
  height: max-content;
  margin-bottom: 30px;
}
.blog-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  padding-inline: 15px;
}
.blog-hl-text {
  font-weight: 600;
  font-size: 13px;
  padding: 1px 10px;
  color: #fff;
  background-color: #11ab97;
  border-radius: 5px;
}
.blog-date p {
  font-weight: 600;
  font-size: 14px;
  color: #5b5b5b;
}
.blog-date p i {
  margin-right: 5px;
  color: #11ab97;
}
.blog-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #213568;
}
.blog-content p {
  font-size: 15px;
  font-weight: 500;
  color: #5b5b5b;
  margin-top: 15px;

  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-content a {
  display: block;
  color: #11ab97;
  font-weight: 700;
  padding-top: 15px;
}
.blog-content a i {
  position: relative;
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
  top: 1px;
}
.blog-content a:hover i {
  margin-left: 10px;
}
.blog-content {
  padding: 20px 15px;
}

.blog-inner-sec {
  padding: 80px 0 80px 0;
}
.blog-dtls-box img {
  border-radius: 10px;
}
.blog-dtls-box h2 {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 15px;
  color: #3b3b3b;
}
.blog-dtls-box h3 {
  font-weight: 600;
  color: #4c4d4d;
  font-size: 25px;
  padding-left: 7px;
  border-left: 4px solid #02b49c;
  margin-bottom: 15px;
  margin-top: 25px;
}
.blog-dtls-box h4 {
  font-weight: 600;
  color: #4c4d4d;
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 25px;
}
.blog-dtls-box p {
  font-size: 15px;
  font-weight: 500;
  color: #5b5b5b;
  margin-bottom: 10px;
  line-height: 24px;
}
.blog-dtls-box ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-dtls-box ul li {
  font-size: 15px;
  font-weight: 500;
  color: #5b5b5b;
  margin-bottom: 10px;
  line-height: 24px;
  position: relative;
  padding-left: 25px;
}
.blog-dtls-box ul li:before {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
  color: #11ab97;
}
.recent-post {
  margin-bottom: 30px;
}
.recent-post .post {
  margin-bottom: 15px;
  border-bottom: 1px solid #e2e3e4;
}
.recent-post .post:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.recent-post {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 8px 0px;
  padding: 20px 12px 12px 10px;
  border-radius: 12px;
}
.recent-post h5 {
  color: #3b3b3b;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 20px;
}
.recent-post .post a {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 10px;
}
.recent-post .post img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
}
.recent-post .post .post-content h4 {
  font-weight: 700;
  color: #104295;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}
.recent-post .post .post-content span {
  font-size: 14px;
  font-weight: 500;
  color: #5b5b5b;
  display: block;
}
.recent-post .post .post-content span i {
  margin-right: 5px;
  color: #11ab97;
}

.advice-section {
  position: relative;
  width: 100%;
  max-width: 350px;
  padding: 30px 25px;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  font-family: Arial, sans-serif;

  /* Background image */
  background: url("../images/cont-bg.png") center/cover no-repeat;
}

/* Blue overlay */
.advice-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10, 40, 95, 0.95),
    rgba(30, 90, 180, 0.85)
  );
  z-index: 1;
}

/* Content above overlay */
.advice-content {
  position: relative;
  z-index: 2;
}

.advice-content h2 {
  font-size: 22px;
  margin-bottom: 12px;
}

.advice-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
}

/* Button */
.btn {
  display: inline-block;
  background: #1abc9c;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
}

.btn:hover {
  background: #17a589;
}
/* *****************Blog CSS End****************** */
