:root {
  --font: "Lato", sans-serif;
  --font2: "Lato", sans-serif;
  --liner: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  /*--pri: #0965a8;*/
  --pri: #000000;
  --sec: #212529;
  --text-color: #222;
  --text-light: #8c8c8c;
  --para-color: #555555;
  --border-color: #ececec;
  --white: #fff;
  --off-white: #f1f1f1;
  --black: #111;
  --bg-color: #f1f1f1;
  --faculty: 10px 0px;
  /* padding for facility and quality sec*/
}

body {
  background: var(--white);
  font-family: var(--font2);
  color: var(--para-color);
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font);
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

p {
  /* color: var(--sec); */
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: var(--font2);
  line-height: 1.6;
}

a {
  display: block;
  text-decoration: none;
}

p a {
  display: inline;
}

.head-sec2 {
  text-align: center;
  position: relative;
  z-index: 1;
}

.head-sec2 .sub-tt {
  font-size: 15px;
  font-style: italic;
  color: var(--pri);
  font-weight: 500;
}

.head-sec2 .tt {
  color: var(--text-color);
  font-weight: 600;
  font-size: 25px;
  text-transform: capitalize;
  background-color: var(--white);
  padding-inline: 20px;
}

.tt-1 {
  color: var(--text-color);
  font-weight: 600;
  font-size: 25px;
  text-transform: capitalize;
  background-color: var(--white);
  padding-inline: 20px;
  font-family: var(--font);
}

.stroke .tt::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100px;
  background-color: var(--pri);
  bottom: -3px;
  left: 0;
  right: 0;
}

.title .advance {
  position: relative;
  display: inline-block;
}

.advance::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100px;
  background-color: var(--pri);
  bottom: -3px;
  left: 0;
  right: 0;
}

.stroke h2 {
  position: relative;
  display: inline-block;
}

.stroke .ttt::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100px;
  background-color: var(--pri);
  bottom: -11px;
  left: 1px;
  right: 0;
}

.head-sec {
  text-align: center;
  max-width: 950px;
  margin: 0 auto 35px;
}

.head-sec.text-start {
  max-width: 100%;
}

.head-sec .sub-tt {
  font-size: 16px;
  font-weight: 600;
  color: var(--pri);
  align-content: center;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.head-sec .sub-tt img {
  width: 25px;
}

.head-sec .tt {
  font-family: var(--font);
  color: var(--text-color);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 7px;
  position: relative;
  text-transform: capitalize;
}

/* ---------mission vision index----- */
.inner-box .inner-content {
  position: relative;
  display: block;
  padding: 44px 40px 52px 35px;
  border: 1px dashed #e0e0e0;
}

.inner-box {
  position: relative;
  display: block;
  /* background: #0965a8; */
  padding: 30px 20px;
  /* margin-right: 55px; */
  margin-bottom: 0;
}

.subscribe-section .box {
  padding: 18px 0px;
}

.inner-box .inner-content:before {
  position: absolute;
  content: "";
  background: url(../images/banner/tools.png);
  width: 100%;
  height: 170px;
  left: 0px;
  bottom: -15px;
  background-repeat: no-repeat;
}

.inner-box .inner-content .middle-content {
  position: relative;
  display: block;
  margin-bottom: 42px;
  padding-left: 15px;
}

.inner-box .inner-content .middle-content .text {
  padding: 0px 0px 0px 45px;
  margin-bottom: 20px;
}

.inner-box .inner-content .text {
  position: relative;
  display: block;
  color: var(--white);
  margin-bottom: 10px;
}

.inner-box .inner-content .middle-content .text:before {
  position: absolute;
  content: "";
  color: var(--white);
  width: 33px;
  height: 2px;
  left: 0px;
  top: 12px;
}

.mission {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 14px;
}

.size {
  font-size: 36px;
  line-height: 45px;
  color: var(--white);
  font-weight: 700;
}

.mission-1 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 45px;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 14px;
  line-height:1;
}

.mission-2 {
  font-size: 20px;
  line-height: 20px;
  color: var(--pri);
  font-weight: 700;
}

.mission-3 {
  font-size: 18px;
  line-height: 30px;
  color: var(--pri);
  font-weight: 700;
}

.mission-4 {
  font-size: 30px;
  line-height: 35px;
  color: var(--sec);
  font-weight: 700;
  margin-bottom: 11px;
}

.mission-5 {
  font-size: 20px;
  line-height: 1.3;
  color: var(--pri);
  font-weight: 700;
  margin-bottom: 5px;
}

.mission-4:hover {
  color: var(--pri);
}

.content-box {
  position: relative;
  display: block;
  padding-top: 86px;
}

.content-box .title-text {
  position: absolute;
  left: -90px;
  bottom: -5px;
  font-size: 125px;
  line-height: 100px;
  font-weight: 700;
  color: #fff;
}

.content-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 35px;
  line-height: 35px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1px;
}

.content-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
}

/* ---------end mission vision index----- */
/* -------------service section---------------- */
.sec-title .top-text {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--pri);
  text-transform: uppercase;
  margin-bottom: 7px;
}

.sec-title h1 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 46px;
  color: #192d66;
  font-weight: 700;
  margin-bottom: 10px;
}

.sec-title h1 {
  color: #272727;
}

.sec-title p {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  font-weight: 400;
}

.inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.inner-box-1 .image-box a img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.service-block-three .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #272727;
  margin-bottom: 11px;
}

.inner-box .lower-content .text {
  position: relative;
  color: #737373;
  margin-bottom: 16px;
}

.inner-box .lower-content .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #272727;
  background: transparent;
  border: 1px solid #272727;
  text-align: center;
  padding: 3.5px 19px;
}

.inner-box-1 {
  position: relative;
  display: block;
  padding: 10px 2px 5px;
  margin-right: -2px;
}

.line-content-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.inner-box-1 .lower-content h3 a {
  color: #272727;
}

.inner-box-1 .lower-content .text {
  position: relative;
  color: #737373;
  margin-bottom: 16px;
}

.inner-box-1 .lower-content .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #272727;
  background: transparent;
  border: 1px solid #272727;
  text-align: center;
  padding: 3.5px 19px;
}

/* ------------- Endservice section---------------- */
.head-sec .tt span {
  color: var(--pri);
}

.head-sec .text-start h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0965a8;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.head-sec .text-start h1 {
  position: relative;
  display: inline-block;
}

.head-sec p {
  font-size: 15px;
  color: var(--para-color);
  font-weight: 400;
  margin-bottom: 0;
}

.head-sec.text-white .tt,
.head-sec.text-white .sub-tt,
.head-sec.text-white p {
  color: white;
}

.w-btn {
  padding: 11px 15px;
  border-radius: 4px;
  color: white;
  border: 1px solid #00c966;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font);
  text-transform: capitalize;
  white-space: nowrap;
  background-color: #00c966;
  outline: none;
  transition: 0.2s ease-in-out;
  line-height: 1;
}

.w-btn:hover {
  border-color: #00c966;
  background-color: #00b95d;
}

.single-item {
  position: relative;
  padding: 0px 0px 0px 70px;
}

.lower-content .single-item {
  padding: 0px;
}

.icon-box {
  position: absolute;
  left: 0px;
  top: -5px;
  font-size: 55px;
  font-weight: 500;
  color: #000;
}

.main-btn {
  padding: 15px 15px;
  color: var(--white);
  background-color: var(--pri);
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--font2);
  text-transform: capitalize;
  white-space: nowrap;
  outline: none;
  transition: 0.2s ease-in-out;
  justify-content: center;
  border-radius: 0px;
  line-height: 1;
  border: 0;
}

.main-btn.sm {
  padding: 10px 9px;
  font-size: 13px;
  font-weight: 400;
}

.main-btn:hover {
  background: var(--pri);
  color: var(--white);
  border-color: var(--pri);
}

.main-btn2 {
  color: var(--white);
  background-color: var(--pri);
  border-color: var(--pri);
}
.main-btn2:hover {
  background-color: var(--sec);
  border-color: var(--pri);
  color: var(--white);
}
.main-btn3 {
  color: var(--white);
  background-color: var(--sec);
  border-color: var(--sec);
}

.main-btn4 {
  color: var(--white);
  border-radius: 0;
  background-color: var(--pri);
  border-color: var(--pri);
}

.main-btn4:hover {
  background-color: var(--sec);
  border-color: var(--sec);
  color: var(--white);
}

.main-btn5 {
  color: var(--white);
  background-color: var(--sec);
  border-color: var(--sec);
  margin-bottom: 15px;
}

.main-btn5:hover {
  color: var(--sec);
  background-color: var(--white);
  border-color: var(--white);
}

.social {
  display: flex;
  justify-content: end;
  list-style: none;
  gap: 20px;
  margin-bottom: 0;
  padding: 0;
}

.social li a {
  color: var(--white);
}

.social li a svg {
  width: 16px;
  height: 16px;
}

.social li a:hover {
  color: var(--white);
}

.form-label {
  font-size: 15px;
  color: var(--text-color);
  font-family: var(--font);
  font-weight: 500;
  margin-bottom: 4px;
}

.SumoSelect > .CaptionCont > span.placeholder {
  background-color: transparent;
  color: var(--text-color);
  opacity: 0.8;
  font-style: normal;
}

.SumoSelect {
  display: block;
  width: 100%;
}

.SumoSelect.open .search-txt {
  font-weight: 500;
  border-radius: 4px;
  font-size: 15px;
  padding: 8px 12px;
  color: var(--text-color);
  font-family: var(--font);
  border-color: var(--border-color);
  height: 43px;
}

.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: none;
  border-color: var(--text-light);
}

.SumoSelect.open > .optWrapper {
  top: 43px;
}

.form-group {
  position: relative;
  margin-bottom: 13px;
}

.form-control,
.form-select,
.SumoSelect > .CaptionCont {
  font-weight: 400;
  border-radius: 0px;
  font-size: 15px;
  padding: 8px 12px;
  color: var(--text-color);
  font-family: var(--font2);
  border-color: #e3e3e3;
  height: 40px;
  align-content: center;
}

textarea.form-control {
  min-height: 100px;
  resize: none;
  align-content: start;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--text-light);
  box-shadow: none;
}

header {
  position: relative;
  z-index: 999;
}

header.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.logo img {
  max-width: 75px;
  width: auto;
  height: auto;
}

.menubar {
  position: relative;
  background-color: var(--off-white);
  z-index: 1;
}

.menubar::before {
  position: absolute;
  width: 22%;
  height: calc(100% + 8px);
  content: "";
  /* background: var(--white); */
  right: -22px;
  top: -8px;
  transform: skew(30deg, 0deg);
  -moz-transform: skew(30deg, 0deg);
  -webkit-transform: skew(30deg, 0deg);
  z-index: -1;
}

.menubar.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  animation-duration: 600ms;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.top-bar {
  background-color: var(--pri);
  padding-block: 12px;
  position: relative;
  z-index: 1;
}

.call-now {
  display: flex;
}

.call-now .icon-bx {
  margin-right: 8px;
  color: var(--white);
}

.call-now .con-bx {
  text-align: left;
}

.call-now .con-bx span {
  font-size: 18px;
  font-family: var(--font);
  font-weight: 600;
  line-height: 20px;
  color: white;
}

.call-now .con-bx span a {
  font-size: 14px;
  font-weight: 400;
  color: white;
  opacity: 0.5;
  font-family: var(--font2);
}

.call-now .con-bx span a:hover {
  color: var(--sec);
  opacity: 1;
}

.search-bx {
  display: flex;
  align-items: center;
}

.search-bx input {
  background-color: transparent;
  border: 0;
  outline: 0;
  color: white;
}

.search-bx input::placeholder {
  color: white;
  opacity: 0.5;
}

.search-bx button {
  background-color: transparent;
  border: 0;
  outline: 0;
  color: white;
  padding: 5px 8px;
}

.search-bx button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.navigation .nav-header {
  display: none;
  padding: 12px 20px;
}

.single-item .text {
  position: relative;
  display: block;
  font-size: 15px;
  color: #413e3e;
}

.g4 .single-item .icon-box {
  position: relative;
  display: block;
  padding: 0px 0px 0px 70px;
}

.navigation .navbar button {
  width: 40px;
  height: 40px;
  background: var(--pri);
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 25px;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 99;
  padding: 5px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.navigation .navbar button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 70%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 15%;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
  top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
  top: 18px;
}

.navigation .navbar button span:nth-child(4) {
  top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
  transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navigation .menu {
  display: block;
}

.navigation .menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.navigation .menu ul li {
  display: inline-block;
  position: relative;
}

.navigation .menu ul li a {
  padding: 20px 15px;
  display: block;
  color: var(--text-color);
  transition: all 0.3s ease;
  font-size: 16px;
  font-family: var(--font2);
  background: transparent;
  font-weight: 600;
  text-transform: capitalize;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
  color: var(--pri);
  background: transparent;
}

.navigation .menu ul li ul.ls-dropdown {
  top: 100%;
  left: 0;
  text-align: left;
}

.navigation .menu ul li ul.ls-dropdown li:last-child {
  border: 0;
}

.navigation .menu ul li ul.ls-dropdown li ul.ls-dropdown {
  left: 100%;
  margin-top: -36px;
}

.navigation .menu ul li ul.ls-dropdown li ul.ls-dropdown li ul.ls-dropdown {
  left: -100%;
  margin-top: -31px;
}

.navigation .menu ul li ul.ls-dropdown {
  position: absolute;
  width: 285px;
  display: none;
  z-index: 99999;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}

.navigation .menu ul li:hover ul.ls-dropdown {
  display: block;
}

.navigation .menu ul li:hover ul.ls-dropdown li ul.ls-dropdown {
  display: none;
  transition: all 0.3s ease;
  width: 290px;
}

.navigation .menu ul li ul.ls-dropdown li:hover ul.ls-dropdown {
  display: block;
}

.navigation .menu ul li ul.ls-dropdown li {
  display: block;
  padding: 0;
  width: 100%;
}

.navigation .menu ul li ul.ls-dropdown li:last-child a:after {
  display: none;
}

.navigation .menu ul li ul.ls-dropdown li a:hover {
  color: white;
  background-color: var(--pri);
}

.navigation .menu ul li ul.ls-dropdown li:hover a {
  color: white;
  background-color: var(--pri);
}

.navigation .menu ul li ul.ls-dropdown li:hover ul.ls-dropdown li a {
  background: #fff;
  color: #333;
}

.navigation .menu ul li ul.ls-dropdown li:hover ul.ls-dropdown li a:hover {
  color: #fff;
  background: var(--pri);
}

.navigation .menu ul li ul.ls-dropdown li a {
  color: var(--para-color);
  font-size: 14px;
  padding: 10px;
  position: relative;
  display: block;
  text-transform: capitalize;
  transition: all 0.2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: 400;
}

.navigation ul li.ls-submenu a button {
  border: 0;
  background: transparent;
  outline: 0;
  padding: 0;
  margin: 0 0 0 3px;
  color: var(--text-color);
}

.navigation ul li.ls-submenu a button svg {
  width: 16px;
  height: 16px;
}

.navigation ul li.ls-submenu:hover svg {
  transform: rotateZ(180deg);
  color: var(--pri);
}

.navigation ul li.ls-submenu:hover ul.ls-dropdown li.ls-submenu svg {
  color: #242424;
}

.navigation ul li.ls-submenu ul.ls-dropdown li a button {
  float: right;
  color: #333;
}

.navigation ul li.ls-submenu ul.ls-dropdown li a button svg {
  transform: rotateZ(-90deg);
}

.navigation ul li.ls-submenu ul.ls-dropdown li.ls-submenu:hover svg {
  color: #fff;
}

.navigation .navbar {
  display: none;
  padding: 12px 0;
  margin: 0;
}

.navigation .menu ul > li:hover > ul.ls-dropdown {
  visibility: visible;
  opacity: 1;
}

.navigation .menu ul > li > ul.ls-dropdown > li > ul.ls-dropdown {
  left: 100%;
  margin-top: -36px;
}

.navigation
  .menu
  ul
  > li
  > ul.ls-dropdown
  > li
  > ul.ls-dropdown
  > li
  > ul.ls-dropdown {
  left: -100%;
  margin-top: -31px;
}

.navigation .menu ul > li > ul.ls-dropdown > li:hover > ul.ls-dropdown {
  visibility: visible;
  opacity: 1;
}

.navigation .menu ul > li ul.ls-dropdown {
  position: absolute;
  min-width: 190px;
  width: max-content;
  max-width: 230px;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  transition: all 0.3s ease;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  margin: 0;
  padding: 0;
  text-align: left;
}

.navigation .menu ul > li ul.ls-dropdown li {
  display: block;
  padding: 0;
  width: 100%;
}

/* ################### main ###################### */
main,
main img {
  aspect-ratio: 1920 / 750;
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
}

.carousel-control-next,
.carousel-control-prev {
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 38px;
  height: 38px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: 0;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  border-radius: 100%;
  z-index: 9;
  opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 16px;
  width: 16px;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  background-color: var(--pri);
  opacity: 1;
}

.carousel-control-prev {
  left: 30px;
}

.carousel-control-next {
  right: 30px;
}

@media (max-width: 980px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 20px;
    height: 35px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    height: 15px;
    width: 15px;
  }

  .carousel-control-prev {
    left: 0px;
    border-radius: 0 3px 3px 0;
  }

  .carousel-control-next {
    right: 0px;
    border-radius: 3px 0px 0px 3px;
  }
}

.swiper_wrap {
  position: relative;
}

.cate-next,
.cate-prev {
  width: 45px;
  height: 45px;
  background-color: #fdfff8;
  border: 1px solid var(--border-color);
  border-radius: 100%;
  color: var(--para-color);
  align-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.cate-prev {
  right: 50px;
}

.cate-next svg,
.cate-prev svg {
  width: 25px;
  height: 25px;
}

.cate-next:hover,
.cate-prev:hover {
  background-color: var(--pri);
  color: var(--white);
}

.lead-sure-section {
  padding: 56px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.bg-sec {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 0.95) 100%
  ) !important;
  background-color: var(--pri) !important;
}

.bg-pri {
  background-color: white;
  align-content: center;
}

.bg-pri.content-sec h1,
.bg-pri.content-sec h2,
.bg-pri.content-sec h3,
.bg-pri.content-sec h4,
.bg-pri.content-sec p,
.bg-pri.content-sec ul li {
  color: white;
}

.bg-pri.content-sec p,
.bg-pri.content-sec ul li {
  opacity: 0.8;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

.text-sec {
  color: var(--sec) !important;
}

.abt-sec {
  position: relative;
}

.abt-sec .img1 {
  width: 100%;
}

.abt-sec .img1 img,
.abt-sec .img2 img {
  width: 100%;
}

.abt-sec .img1 img {
  aspect-ratio: 6 / 5;
}

.abt-sec .img2 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 320px;
  border: 10px solid #fff;
}

.vid-bx {
  position: relative;
}

.vid-bx .vid-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  text-align: center;
  align-content: center;
  border-radius: 100%;
  background-color: var(--white);
  color: var(--pri);
}

.f-cate-bx {
  border: 2px solid #ececec;
  background: white;
  padding: 30px;
  text-align: left;
}

.f-cate-bx .img {
  width: 70px;
  margin-bottom: 15px;
  color: var(--sec);
  margin: 0 auto;
}

.f-cate-bx .tt {
  font-size: 22px;
  font-family: var(--font);
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.f-cate-bx a.tt:hover {
  color: var(--sec);
}

.f-cate-bx p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
}

.counter-bx .img img {
  margin-bottom: 15px;
  width: 70px;
}

.counter-bx .title {
  font-family: var(--font);
  color: black;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.counter-bx .sub-tt {
  opacity: 0.8;
  display: inline;
}

.counter-bx p {
  color: black;
  opacity: 0.8;
  font-weight: 400;
}

.read-mr {
  font-size: 15px;
  color: var(--pri);
  font-weight: 400;
  transition: 0.2s;
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.read-mr.text-decoration:hover {
  text-decoration: underline;
}

.read-mr:hover {
  color: var(--sec);
}

.read-mr:hover svg {
  transition: 0.2s;
  transform: translateX(2px);
}

.pr_slider .swiper-slide,
.faq_slider .swiper-slide {
  width: auto;
}

.filter-button-grp {
  position: relative;
  padding-inline: 40px;
}

.filter-button-grp .swiper-button-next,
.filter-button-grp .swiper-button-prev,
.faq-sec .swiper-button-next,
.faq-sec .swiper-button-prev {
  background: var(--sec);
  color: var(--white);
  width: 28px;
  height: 28px;
  border-radius: 0;
  text-align: center;
}

.faq-sec .swiper-button-next,
.faq-sec .swiper-button-prev {
  background: var(--pri);
}

.faq-sec .swiper-button-next,
.faq-sec .swiper-button-prev {
  top: 68%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 10px;
}

.filter-button-grp .swiper-button-next,
.faq-sec .swiper-button-next {
  right: 0;
}

.filter-button-grp .swiper-button-prev,
.faq-sec .swiper-button-prev {
  left: 0;
}

/* .swiper-button-disabled{ display: none; } */
.filter-pro-button {
  position: relative;
  font-size: 16px;
  color: #1d2060;
  text-transform: uppercase;
  padding: 2px 10px;
  text-align: center;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.filter-pro-button:hover {
  color: var(--sec);
}

.filter-pro-button.active {
  background-color: var(--pri);
  color: var(--white);
}

.filter-pro-button img {
  width: 22px;
  margin-right: 2px;
}

.filter-pro-button.active img {
  filter: brightness(0) invert(1);
}

.cate-bx {
  background-color: white;
  border: 2px solid var(--border-color);
}

.cate-bx .img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.cate-bx .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  z-index: 1;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.cate-bx .img:hover::before {
  opacity: 0.3;
}

.cate-bx .img img {
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.cate-bx .img:hover img {
  transform: scale(1.1);
}

.cate-bx .tx-bx {
  padding: 20px;
}

.cate-bx .tx-bx .tt {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: var(--font2);
}

.cate-bx .tx-bx .tt a {
  color: var(--text-color);
  font-family: var(--font);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.cate-bx:hover .tx-bx .tt a {
  color: var(--pri);
}

.cate-bx .tx-bx p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
}

.pro-bx {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.pro-bx img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.pro-bx {
  position: relative;
  overflow: hidden;
}

.pro-bx .proHover {
  position: absolute;
  inset: 0;
  /* full overlay area */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* ensures they meet in center */
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  /* optional overlay */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  z-index: 3;
  color: #fff;
}

/* h2 and button initial positions (offscreen) */
.pro-bx .proHover h2 {
  transform: translateY(-40px);
  opacity: 0;
  transition: all 0.6s ease;
}

.pro-bx .proHover .btn {
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.6s ease;
}

/* Hover state — fade in and center */
.pro-bx:hover .proHover {
  visibility: visible;
  opacity: 1;
}

.pro-bx:hover .proHover h2,
.pro-bx:hover .proHover .btn {
  transform: translateY(0);
  opacity: 1;
}

.pro-bx:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--pri);
  opacity: 0.8;
  overflow: hidden;
  width: 0;
  height: 100%;
  content: "";
}

.pro-bx:hover:after {
  width: 100%;
}

.pro-bx img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pro-bx:hover img {
  transform: scale(1.1) rotate(2deg);
  -moz-transform: scale(1.1) rotate(2deg);
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  -o-transform: scale(1.1) rotate(2deg);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.home-content {
  background: url(../images/back.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 60px 0;
}

.home-content .content-sec {
  padding: 30px 40px;
  padding-top: 45px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  backdrop-filter: blur(10px);
}

.home-content .content-sec .scroll-bx {
  max-height: 360px;
  overflow-y: auto;
  padding-right: 10px;
}

.home-content .content-sec .scroll-bx::-webkit-scrollbar {
  background-color: transparent;
  width: 0px;
}

.home-content .content-sec .scroll-bx:hover::-webkit-scrollbar {
  width: 5px;
}

.home-content .content-sec .scroll-bx:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.861);
  border-radius: 5px;
}

@media (hover: none) {
  .home-content .content-sec .scroll-bx::-webkit-scrollbar {
    width: 5px;
  }

  .home-content .content-sec .scroll-bx::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.home-content .content-sec .main-tt,
.home-content .content-sec h1,
.home-content .content-sec h2,
.home-content .content-sec h3,
.home-content .content-sec h4,
.home-content .content-sec h5 {
  color: var(--white);
  line-height: 1.3;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.home-content .content-sec h2,
.home-content .content-sec h3,
.home-content .content-sec h4,
.home-content .content-sec h5 {
  font-size: 25px;
}

.home-content .content-sec ul {
  padding-left: 0;
  margin: 0;
  margin-bottom: 10px;
}

.home-content .content-sec p,
.home-content .content-sec ul li {
  color: white;
  opacity: 0.8;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}

.home-content .content-sec ul li {
  margin-bottom: 2px;
}

.blog-bx {
  border: 2px solid var(--border-color);
}

.blog-bx .img-bx {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.blog-bx .img-bx img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-bx .img-bx:hover img {
  transform: scale(1.03);
}

.blog-bx .tx-bx {
  padding: 30px;
}

.blog-sec .main-tt {
  padding-left: 13px;
  padding-block: 3px;
  font-weight: 700;
  border-left: 5px solid var(--pri);
  font-size: 30px;
  color: var(--text-color);
  margin-bottom: 20px;
}

.blog-sec .img-bx {
  margin: 20px auto;
  text-align: center;
  max-width: 700px;
}

.blog-sec .img-bx img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.blog-date {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 15px;
  margin-block: 8px;
}

.blog-date li {
  position: relative;
  color: var(--sec);
}

.blog-bx .tx-bx .tt a,
.blog-bx .tx-bx a.tt {
  color: var(--text-color);
  font-family: var(--font);
  font-weight: 600;
  font-size: 27px;
  line-height: 1.3;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blog-bx .tx-bx .tt a:hover,
.blog-bx .tx-bx a.tt:hover {
  color: var(--pri);
}

.blog-bx .tx-bx .read-mr {
  color: var(--sec);
}

.cta-sec {
  padding: 60px 0;
  background: url(../images/cta-new.webp);
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.cta-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(32 42 51 / 78%);
  z-index: -1;
  backdrop-filter: blur(1px);
}

.contact-container {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 3px;
  overflow: hidden;
  padding: 30px 25px;
}

.contact-bx .head-sec {
  margin-bottom: 30px;
}

.contact-bx .head-sec .tt {
  font-size: 25px;
  line-height: 28px;
}

.contact-bx .head-sec .tt::before {
  top: 40px;
}

.contact-bx .main-btn {
  padding: 13px 15px;
  font-size: 15px;
}

.contact-bx .con-bx {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}

.contact-bx .con-bx .ic-bx {
  min-width: 35px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.contact-bx .con-bx .ic-bx svg {
  min-width: 15px;
  width: 15px;
  height: 15px;
  color: var(--pri);
}

.contact-bx .con-bx a,
.contact-bx .con-bx p {
  font-family: var(--font2);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 0px;
}

.contact-bx .con-bx a {
  font-weight: 500;
}

.contact-bx .con-bx a:hover {
  color: var(--pri);
}

.map-bx {
  width: 100%;
  display: block;
}

.you_may {
  font-family: var(--font);
  font-weight: 600;
  font-size: 27px;
  color: var(--text-color);
  text-transform: capitalize;
  margin-bottom: 27px;
  position: relative;
}

.you_may span {
  color: var(--pri);
}

.you_may::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0px;
  width: 45px;
  height: 2px;
  background: var(--pri);
}

.pr-li {
  border: 1px solid var(--off-white);
  transition: 0.2s;
  background: white;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.pr-li:hover {
  border: 1px solid var(--border-color);
}

.pr-li .img_bx {
  padding: 0;
  border-right: 1px solid var(--off-white);
  height: 100%;
}

.pr-li:hover .img_bx {
  border-color: var(--border-color);
}

.pr-li .img_bx img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.pr-li .g_100 .img_bx {
  border: 0;
}

.pr-li .tx-bx {
  padding: 15px 20px;
}

.grid.pr_view .pr-li .tx-bx {
  padding-top: 0;
}

.pr-li .tx-bx .title {
  color: var(--pri);
  padding: 0;
  text-align: left;
  border-bottom: 1px solid var(--off-white);
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

.pr-li:hover .tx-bx .title {
  border-color: var(--border-color);
}

.grid.pr_view .pr-li .tx-bx .title {
  text-align: center;
  border: none;
  margin: 0;
}

.grid.pr_view .pr-li .tx-bx .bt_bx {
  text-align: center;
}

.pr-li .tx-bx .title a {
  font-size: 20px;
  color: var(--black);
  transition: 0.4s;
}

.pr-li:hover .tx-bx .title a {
  color: var(--pri);
}

.pr-li .tx-bx .info {
  max-height: 280px;
  overflow-y: auto;
  padding-right: 10px;
  margin-bottom: 0px;
}

.pr-li .tx-bx .info table {
  width: 100%;
  overflow: hidden;
}

.pr-li .tx-bx .info table thead {
  background-color: var(--pri);
  color: white;
  text-align: center;
}

.grid.pr_view .pr-li .tx-bx .info {
  display: none;
}

.pr-li .tx-bx .info::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.pr-li .bt_bx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 15px;
}

.pr-li .tx-bx .info::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

.pr-li .tx-bx .info::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.multi-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.multi-imgs .imgs {
  border: 1px solid #e3e3e3;
  width: 55px;
  height: 55px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
}

.multi-imgs .imgs.youTube a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f70000;
}

.multi-imgs .imgs.youTube a svg {
  width: 30px;
  height: 30px;
  color: white;
}

.multi-imgs .imgs.active {
  border: 1px solid var(--pri);
}

.multi-imgs .imgs img {
  object-fit: contain;
  object-position: center;
}

.productBrochureandvideo a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #cdcdcd;
  padding: 5px 8px;
  font-weight: 500;
  transition: 0.3s;
  font-size: 15px;
  color: var(--text-color);
}

.productBrochureandvideo a svg {
  color: #b90000;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.productBrochureandvideo a:hover {
  color: #444;
  border: 1px dashed #444;
}

.v-btn svg {
  width: 42px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: var(--off-white);
  border-style: solid;
  border-width: 1px;
  padding: 5px 10px;
  font-size: 15px;
}

/* .clientSlider .swiper-wrapper { transition-timing-function: linear; } */
.swiper-wrappe {
  float: right;
  position: relative;
}

.custom-from-row {
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  background-color: var(--white);
}

.custom-from-row .form-control {
  border-radius: 4px;
  height: 45px;
  font-size: 15px;
  color: var(--black);
  font-weight: 400;
  box-shadow: none !important;
}

.custom-from-row textarea {
  padding: 12px 15px;
}

.custom-from-row .iti--allow-dropdown .iti__flag-container,
.custom-from-row .iti--separate-dial-code .iti__flag-container {
  height: 45px;
}

.custom-from-row .main-btn {
  padding-block: 14px;
  font-size: 15px;
}

.breadcum-sec {
  background: url(../images/FAQ.webp);
  background-position: center;
  padding: 100px 0;
  background-size: cover;
  position: relative;
  z-index: 1;
  font-family: var(--font);
}

.breadcum-sec.breadcum-sec2 {
  background: #f1f1f1;
  padding: 8px 0;
  border-bottom: 2px solid var(--border-color);
}

.breadcum-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgb(48 48 48 / 90%) 20%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -1;
  transition: 0.3s ease-in-out;
}

.breadcum-sec.breadcum-sec2::before {
  content: none;
}

.breadcum-sec .main-tt {
  font-size: 27px;
  color: white;
  font-weight: 600;
  margin-bottom: 8px;
}

.breadcum-sec .main-tt span {
  color: var(--sec);
}

.breadcum-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 4px 20px;
  flex-wrap: wrap;
}

.breadcum-sec ul li {
  color: white;
  font-weight: 400;
  font-size: 15px;
  position: relative;
  font-family: var(--font2);
}

.breadcum-sec.breadcum-sec2 ul li {
  color: var(--sec);
  font-size: 15px;
}

.breadcum-sec ul li::before {
  content: url('data:image/svg+xml;charset=utf-8,<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="none" viewBox="0 0 24 24"> <path stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m10 16 4-4-4-4"/> </svg>');
  position: absolute;
  top: 1px;
  right: -19px;
  width: 20px;
  height: 20px;
}

.breadcum-sec.breadcum-sec2 ul li::before {
  content: url('data:image/svg+xml;charset=utf-8,<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="none" viewBox="0 0 24 24"> <path stroke="%23333" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m10 16 4-4-4-4"/> </svg>');
}

.breadcum-sec ul li:last-child:before {
  content: none;
}

.breadcum-sec ul li a {
  color: #ffffffcc;
}

.breadcum-sec.breadcum-sec2 ul li a {
  color: var(--text-color);
}

.breadcum-sec ul li a:hover {
  color: var(--sec);
}

.breadcum-sec.breadcum-sec2 ul li a:hover {
  color: var(--sec);
}

.abt-img-bx {
  float: right;
  max-width: 550px;
  width: 100%;
  margin-left: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  overflow: hidden;
}

.factsheet-bx {
  background-color: var(--off-white);
  border: 1px dashed var(--pri);
  border-radius: 14px;
  display: flex;
  padding: 13px;
  height: 100%;
  align-items: center;
  transition: 0.2s ease-in-out;
}

.factsheet-bx .icon {
  padding-right: 5px;
  min-width: 40px;
  max-width: 40px;
}

.factsheet-bx .icon svg {
  fill: var(--pri);
  width: 100%;
  height: 100%;
  color: var(--pri);
}

.factsheet-bx .tx-bx .tt {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 2px;
}

.factsheet-bx .tx-bx p {
  color: var(--para-color);
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
  opacity: 0.8;
  font-weight: 500;
}

.factsheet-bx.why-bx {
  flex-wrap: wrap;
  padding: 20px;
  gap: 10px 15px;
  display: block;
}

.factsheet-bx.why-bx .icon {
  padding-right: 0;
}

.factsheet-bx.why-bx .tx-bx .tt {
  font-size: 18px;
}

.factsheet-bx.why-bx .body-tx {
  font-size: 14px;
  margin-top: 10px;
}

.cate-img {
  max-width: 500px;
  float: right;
  width: 100%;
  margin-left: 30px;
  margin-bottom: 30px;
}

.cate-img img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 2px solid var(--border-color);
  position: relative;
  z-index: 1;
}

.vidBx .imgBx {
  position: relative;
}

.vidBx .imgBx img {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.15);
}

.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: 0;
  outline: 0;
  transition: 0.3s;
}

.vidBx .imgBx:hover .video-play-icon {
  transform: translate(-50%, -50%) scale(1.1);
}

.vidBx .tx-bx .tt {
  font-size: 15px;
  color: var(--text-color);
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 1px;
  text-transform: capitalize;
  text-align: center;
}

.vidBx:hover .tx-bx .tt {
  color: var(--pri);
}

.vidBx .tx-bx p {
  text-align: center;
}

.faq-sec .nav-pills .nav-link {
  background-color: white;
  color: var(--text-color);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  border-radius: 0;
  text-align: start;
  border-left: 3px solid var(--pri);
  padding-block: 13px;
}

.faq-sec .nav-pills .nav-link:hover {
  color: var(--pri);
}

.faq-sec .nav-pills .nav-link.active,
.faq-sec .nav-pills .show > .nav-link {
  color: var(--white);
  background-color: var(--pri);
}

.accordion-item,
.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-item:not(:first-of-type) {
  margin-bottom: 15px;
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 10px 22px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
}

.accordion-button {
  background: transparent;
  font-weight: 600;
  outline: 0 !important;
  color: var(--text-color);
  font-size: 18px;
  padding: 5px 0;
  font-family: var(--font);
}

.accordion-body {
  line-height: 1.7;
  font-size: 16px;
  color: var(--para-color);
  padding: 0;
  padding-bottom: 8px;
}

.accordion-body p {
  margin-bottom: 3px;
}

.accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
  background: transparent;
  border: 0;
  color: var(--pri);
}

.accordion-button:focus {
  box-shadow: none !important;
  border: 0;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2361bb12'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.iti {
  width: 100%;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  height: 40px;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.g-recaptcha {
  transform: scale(0.8);
  transform-origin: 0 0;
}

.business-enq {
  position: fixed;
  bottom: 75px;
  right: 20px;
  z-index: 9;
  border: 0;
  outline: 0;
  background-color: var(--pri);
  color: var(--white);
  font-size: 15px;
  padding: 5px;
  padding-right: 15px;
  border-radius: 24px;
  transition: 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  font-weight: 400;
}

.business-enq:hover {
  transform: scale(1.03);
}

.business-enq .icon {
  height: 32px;
  width: 32px;
  border-radius: 100%;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  background: var(--white);
  color: var(--pri);
}

.business-enq .icon svg {
  height: 18px;
  width: 18px;
}

.whatapp_btn {
  background: #01e675;
  width: 40px;
  height: 40px;
  color: var(--white);
  position: fixed;
  right: 20px;
  bottom: 130px;
  cursor: pointer;
  z-index: 9;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
  border: 0;
}

.whatapp_btn svg {
  width: 19px;
  height: 19px;
}

.whatapp_btn:hover {
  transform: scale(1.1);
}

.whatapp_btn:focus,
.whatapp_btn:hover {
  background: #01e675;
  color: var(--white);
}

.error {
  font-size: 15px;
  color: red;
}

.modal-header {
  padding: 0;
  padding-inline: 20px;
  padding-top: 18px;
  border-radius: 0;
  border: 0;
  /* border-bottom: 1px solid #e3e3e3; */
}

.modal-header.modal-header2 {
  background: var(--liner);
  background-color: var(--pri);
  color: white;
  padding-block: 12px;
}

.modal-header.modal-header2 .main-tt {
  color: white;
}

.modal-content {
  background: var(--off-white);
  border-radius: 0;
  border: 0;
}

.modal-header.modal-header2 .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

@media (min-width: 576px) {
  .modal-sm {
    max-width: 300px;
  }
}

.modal-body {
  padding: 13px 18px 20px;
}

.modal-content .main-tt {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 15px;
}

.btn-close {
  float: right;
  box-shadow: none;
}

.btn-close:hover,
.btn-close:focus {
  box-shadow: none;
}

.pop-img {
  aspect-ratio: 1 / 1;
}

.pop-img img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.content-sec h1,
.content-sec h2,
.content-sec h3,
.content-sec .tt,
.cmTitle {
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 700;
  color: var(--white);
  text-align: left;
  margin-bottom: 7px;
  line-height: 1.3;
}

.cmTitle {
  color: var(--pri);
  font-size: 18px;
  margin-bottom: 5px;
}

.content-sec h2,
.content-sec h3,
.content-sec .tt {
  font-size: 25px;
  color: var(--text-color);
}

.content-sec ul {
  padding-left: 0;
  margin: 0;
  margin-bottom: 10px;
  list-style: none;
}

.content-sec p {
  margin-bottom: 10px;
}

.content-sec p,
.content-sec ul li {
  font-size: 15px;
  line-height: 1.6;
  color: var(--para-color);
  text-align: justify;
  font-family: var(--font2);
  font-weight: 400;
}

.content-sec ul li {
  margin-bottom: 3px;
  position: relative;
  padding-left: 20px;
}

.content-sec ul li::before {
  content: "➤";
  position: absolute;
  left: 0px;
  color: var(--white);
  font-size: 15px;
  top: 1px;
}

.content-sec ul li a {
  display: inline;
  color: var(--text-color);
}

ul.footer-menu-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 18px;
  list-style: none;
}

ul.footer-menu-list li a {
  margin-right: 15px;
  font-weight: 300;
  display: inline-block;
  line-height: 1.3;
  position: relative;
  text-transform: capitalize;
  color: var(--off-white);
}

ul.footer-menu-list li a:hover {
  color: var(--sec);
  opacity: 1;
}

ul.footer-menu-list li a::before {
  content: "|";
  padding: 0;
  font-size: 13px;
  position: absolute;
  right: -9px;
  top: 1px;
  color: var(--white);
  opacity: 0.8;
}

ul.footer-menu-list li:last-child a::before {
  content: none;
}

footer {
  background: #00172c;
  overflow: hidden;
  padding: 60px 0 30px;
  position: relative;
}

.ft-bx {
  position: relative;
  z-index: 1;
}

.ft-bx .logo img {
  max-width: 200px;
  filter: brightness(0) invert(1);
  max-height: 100%;
}

.ft-bx .con-bx {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
  gap: 10px;
}

.ft-bx .con-bx .ic-bx svg {
  min-width: 17px;
  width: 17px;
  height: 17px;
  color: var(--white);
}

.ft-bx .con-bx a,
.ft-bx .con-bx p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: var(--off-white);
  margin-bottom: 0px;
}

.ft-bx .con-bx p strong {
  font-weight: 500;
}

.ft-bx .con-bx a {
  font-weight: 500;
}

.ft-bx .con-bx a:hover {
  color: var(--pri);
}

.ft-bx .ft-tt {
  font-family: var(--font);
  font-weight: 600;
  font-size: 25px;
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 27px;
  position: relative;
}

.ft-bx .ft-tt::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 2px;
  width: 45px;
  height: 2px;
  background: var(--sec);
}

.widget-section .ft-bx .ft-tt-1::before {
  background: var(--white);
}

.ft-bx .ft-tt span {
  color: var(--sec);
}

.ft-bx p {
  color: var(--off-white);
  line-height: 1.6;
  font-size: 15px;
  font-weight: 300;
}

.ft-bx ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.ft-bx ul li a {
  font-weight: 300;
  font-size: 15px;
  color: var(--off-white);
  padding: 4px 0;
  transition: 0.1s;
  display: inline-block;
}

.ft-bx ul li a:hover {
  color: var(--sec);
}

.ft-bx ul.social {
  display: flex;
  gap: 7px;
  justify-content: start;
}

.ft-bx ul.social li a {
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 35px;
  height: 35px;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  align-content: center;
  text-align: center;
  line-height: 1;
}

.contact-bx.ft-bx ul.social li a {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: var(--pri);
}

.contact-bx.ft-bx ul.social li.facebook a {
  background: #3c5b9b;
  color: white;
  border: 0;
}

.contact-bx.ft-bx ul.social li.twitter a {
  background: var(--liner);
  background-color: #000;
  color: white;
  border: 0;
}

.contact-bx.ft-bx ul.social li.linkedin a {
  background: #027ba5;
  color: white;
  border: 0;
}

.contact-bx.ft-bx ul.social li.youtube a {
  background: #f70000;
  color: white;
  border: 0;
}

.contact-bx.ft-bx ul.social li.instagram a {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: white;
  border: 0;
}

.contactBx-container {
  background-color: var(--off-white);
  padding: 30px;
  border: 1px solid var(--off-white);
  height: 100%;
}

.ft-bx ul.social li a:hover {
  border-color: var(--sec);
  background-color: var(--sec);
  color: white;
}

.copyright {
  padding-top: 22px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.copyright svg {
  color: var(--pri);
}

.copyright p {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 300;
  font-size: 15px;
}

.copyright p a:hover {
  color: var(--pri);
}

footer .content-sec h1,
footer .content-sec h2,
footer .content-sec h3,
footer .content-sec .tt {
  color: var(--white);
  font-size: 18px;
  text-transform: capitalize;
}

footer .content-sec p,
footer .content-sec ul li {
  color: var(--off-white);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
}

.sitemap {
  border-left: 1px solid #666;
  padding: 0;
}

.sitemap li {
  list-style: none !important;
  background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px;
  padding: 0px 0px 0px 15px;
  margin-bottom: 5px;
  font-family: var(--font2);
  color: var(--text-color);
  font-weight: 400;
}

.sitemap li ul {
  border-left: 1px solid #666;
  padding: 0;
}

.sitemap li a {
  color: var(--text-color);
  font-size: 15px;
  padding-bottom: 5px;
  display: inline-block;
}

.sitemap li a:hover {
  color: var(--pri);
}

.market-sec {
  padding: 60px 0;
  font-family: var(--font2);
}

.market-sec h1,
.market-sec .main-tt,
.market-sec h2,
.market-sec h3 {
  font-size: 25px;
  color: var(--text-color);
  line-height: 26px;
  margin: 20px 0 15px;
  font-weight: 600;
}

.market-sec h2,
.market-sec h3 {
  font-size: 25px;
  font-weight: 600;
}

.market-sec .market-bx {
  padding: 10px 12px;
  background-color: #e8e8e8;
  color: var(--text-color);
  font-size: 15px;
  transition: 0.2s ease-in-out;
  margin: 8px 0px 0px;
}

.market-sec .market-bx:hover {
  background-color: var(--pri);
  color: white;
}

.expend-content-sec {
  max-height: 530px;
  /* collapsed height */
}

.expend-content-sec.expanded {
  max-height: 4000px;
  /* expanded height */
}

.read-toggle {
  display: inline-block;
  color: var(--text-light);
  cursor: pointer;
  font-weight: 600;
  margin-top: 10px;
  user-select: none;
}

.read-toggle:hover {
  color: var(--text-color);
}

/* -----------new mission vision session----------- */
.ourmission-style-1 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ourmission-style-1 .inner-box {
  position: relative;
  display: block;
  background: var(--pri);
  padding: 30px 20px;
  /* margin-right: 55px; */
  margin-bottom: 0;
}

.ourmission-style-1 .inner-box .inner-content {
  position: relative;
  display: block;
  padding: 44px 40px 52px 35px;
  border: 1px dashed #e0e0e0;
}

.ourmission-style-1 .inner-box .inner-content:before {
  position: absolute;
  content: "";
  background: url(../images/banner/tools-2.png);
  width: 100%;
  height: 170px;
  left: 0px;
  bottom: -15px;
  background-repeat: no-repeat;
}

.ourmission-style-1 .inner-box .inner-content .top-content {
  position: relative;
  display: block;
  margin-bottom: 29px;
}

.ourmission-style-1 .inner-box .inner-content h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}

.ourmission-style-1 .inner-box .inner-content .top-content .text {
  margin: 0px;
}

.ourmission-style-1 .inner-box .inner-content .text {
  position: relative;
  display: block;
  color: #fff1f1;
  margin-bottom: 10px;
}

.ourmission-style-1 .inner-box .inner-content .middle-content {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-left: 0;
}

.ourmission-style-1 .inner-box .inner-content .middle-content .text {
  padding: 0px 0px 0px 45px;
  margin-bottom: 20px;
}

.ourmission-style-1 .inner-box .inner-content .middle-content .text:last-child,
.ourmission-style-1 .inner-box .inner-content .lower-content .text {
  margin-bottom: 0px;
}

.lower-content h3 {
  font-weight: 700;
}

.ourmission-style-1 .inner-box .inner-content .middle-content .text:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 33px;
  height: 2px;
  left: 0px;
  top: 12px;
}

/* -----------end new mission vision session----------- */
.blog-bx .tx-bx p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.top-text-1 {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--pri);
  text-transform: uppercase;
  margin-bottom: 7px;
  padding-top: 30px;
}

.sec-title {
  /* margin-bottom: 30px; */
}

.sec-title {
  position: relative;
  display: block;
}

.info-box {
  position: relative;
  display: block;
  margin-left: 40px;
}

.rounded-3 {
  border-radius: 0.5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.h-100 {
  height: 100% !important;
}

.info-box:before {
  position: absolute;
  content: "";
  background: url(../images/map.png);
  width: 596px;
  height: 392px;
  left: -60px;
  top: 50px;
  background-repeat: no-repeat;
  animation-name: slideInRight;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-name: slideInRight;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: slideInRight;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -ms-animation-name: slideInRight;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: linear;
}

.info-box .address-box,
.callto-action-style-two .info-box .contact-box {
  position: relative;
  max-width: 310px;
  width: 100%;
  background: #fff;
  padding: 27px 20px 34px 35px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.info-box .contact-box {
  padding: 28px 20px 45px 35px;
  margin-top: 5px;
}

.info-box .address-box,
.info-box .contact-box {
  position: relative;
  max-width: 310px;
  width: 100%;
  background: #fff;
  padding: 27px 20px 34px 35px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.info-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #272727;
  padding-bottom: 12px;
  margin-bottom: 12px;
  transition: all 500ms ease;
}

.info-box .contact-box .phone-list {
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.info-box .contact-box .phone-list li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #686868;
  margin: 0px;
  transition: all 500ms ease;
}

.info-box .contact-box .phone-list li a {
  color: #686868;
}

.info-box .contact-box .mail-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #272727;
  font-weight: 700;
}

.lsm-1 {
  background: #f1f1f1;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

figure {
  margin: 0px;
  display: block;
}

.project-style-four .top-content .title-box {
  position: relative;
  display: block;
  float: left;
  max-width: 500px;
  width: 100%;
}

.project-style-four .top-content .title-box .top-text {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fe2a37;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.project-style-four .top-content .title-box .text {
  position: relative;
  display: block;
  line-height: 28px;
}

.top-content .filters .filter-btns {
  position: relative;
  display: block;
  background: #fff;
  padding: 15px;
  margin-top: 80px;
}

html,
body {
  overflow-x: hidden;
}

.wehelp-section {
  position: relative;
  display: block;
}

.wehelp-section .image-box {
  position: relative;
  display: block;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

figure {
  margin: 0px;
}

.wehelp-section .image-box img {
  max-width: none;
  float: right;
}

.wehelp-section .content-box {
  position: relative;
  display: block;
  padding: 35px 40px;
  background: #333333;
  z-index: 1;
  /*padding: 93px 50px 93px 70px;*/
}

.wehelp-section .content-box:before {
  position: absolute;
  content: "";
  background: url(../images/pattern-4.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: -1;
}

.wehelp-section .content-box .anim-icon-1 {
  position: absolute;
  top: 60px;
  right: 70px;
  background: url(../images/cap-3.png);
  width: 75px;
  height: 43px;
  background-repeat: no-repeat;
}

.wehelp-section .content-box .head-sec .sub-tt {
  color: white;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.wehelp-section .content-box .top-content {
  position: relative;
  display: block;
  /*margin-bottom: 53px;*/
}

.wehelp-section .content-box .top-content .top-text {
  position: relative;
  display: block;
  font-size: 16px;
  color: #0965a8;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.wehelp-section .content-box .top-content h1 {
  position: relative;
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 48px;
  margin-bottom: 10px;
}

.wehelp-section .content-box .top-content h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #0965a8;
  font-weight: 700;
  margin-bottom: 21px;
}

.wehelp-section .content-box .top-content .text {
  position: relative;
  display: block;
  color: #d0cfcf;
}

.wehelp-section .content-box .lower-content .single-item .icon-box {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 0px;
  transition: all 500ms ease;
}

img,
svg {
  vertical-align: middle;
}

.wehelp-section .content-box .lower-content .single-item h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
}

.wehelp-section .content-box .lower-content .single-item .text {
  position: relative;
  display: block;
  color: #e0e0e0;
}

.wehelp-section .content-box .btn-box {
  position: absolute;
  /* left: -50px; */
  bottom: -21px;
}

.wehelp-section .content-box .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  background: #0965a8;
  padding: 18px 50px;
  text-align: center;
  z-index: 1;
}

.footer-logo img {
  margin-bottom: 15px;
}

.wehelp-section .content-box:after {
  position: absolute;
  content: "";
  background: url(../images/icons/pattern-5.png);
  width: 233px;
  height: 233px;
  top: -70px;
  right: -130px;
  background-repeat: no-repeat;
  z-index: -1;
}

.head-sec {
  text-align: center;
  max-width: 950px;
  margin: 0 auto 35px;
}

.head-sec .tt {
  font-family: var(--font);
  color: var(--text-color);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 7px;
  position: relative;
  text-transform: capitalize;
}

.head-sec .tt span {
  color: var(--pri);
}

.head-sec p {
  font-size: 15px;
  color: var(--para-color);
  font-weight: 400;
  margin-bottom: 0;
}

.sevice-bx {
  display: flex;
  gap: 20px;
  align-items: center;
}

.sevice-bx .icon {
  width: 74px;
  height: 74px;
  min-width: 74px;
  align-content: center;
  text-align: center;
  border: 2px solid #aaa;
  padding: 10px;
  filter: grayscale(1);
}

.sevice-bx .tx-bx .tt {
  display: block;
  font-size: 18px;
  color: var(--text-color);
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 2px;
}

.sevice-bx .tx-bx p {
  color: var(--para-color);
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.5;
}

.news-style-four {
  position: relative;
  display: block;
  background: #f1f1f1;
}

/* .news-style-four .sec-title { margin-bottom: 48px; } */
.news-style-four .sec-title .top-text {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fc9a36;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.news-style-four .sec-title h1 {
  color: #0c0d24;
}

.news-block-three .inner-box {
  overflow: hidden;
  background: ghostwhite;
}

.news-block-three .inner-box-2 {
  padding: 0px;
  overflow: hidden;
}

.news-block-three .inner-box .image-box {
  position: relative;
  display: block;
  /* background: #192d66; */
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block-three .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 8px 10px 9px 7px;
}

.news-block-two .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #242425;
  margin-bottom: 0px;
}

.news-block-two .inner-box h4 a {
  position: relative;
  display: inline-block;
  color: #242425;
}

.news-block-two .inner-box .post-info {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #70697c;
  margin-bottom: 18px;
}

.news-block-two .inner-box .text {
  position: relative;
  display: block;
  margin-bottom: 17px;
  color: #5c5c66;
}

.news-block-two .inner-box .link-btn a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #0c0d24;
}

.news-block-three .inner-box .image-box img {
  /* width: 100%; */
  transition: all 1500ms ease;
}

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

.section-title h5 {
  color: #0965a8;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
}

section-title h5 i {
  color: #222;
  margin-right: 5px;
}

.section-title h2 {
  padding-bottom: 0;
  margin-bottom: 30px !important;
  position: relative;
  font-weight: 600 !important;
  font-size: 48px;
}

.faq-wrap .card {
  border: none;
  border-radius: 4px !important;
  margin-bottom: 15px;
  box-shadow: none;
  background: no-repeat;
}

.faq-wrap .card-header:first-child {
  border-radius: 0;
}

.faq-wrap .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: unset;
  border-bottom: none;
}

.faq-btn {
  font-size: 17px;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 15px;
  padding-right: 30px;
  width: 100%;
  text-align: left;
  padding-right: 34px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}

.faq-wrap .card-body {
  padding: 15px 15px;
}

.faq-wrap .card-header h2 button {
  position: relative;
  width: 100%;
  text-align: left;
  padding-right: 60px;
  /* space for icon */
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

/* FAQ Toggle Icons */
.faq-wrap .card-header {
  position: relative;
}

/* Default "+" icon */
.faq-wrap .card-header button::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  /* distance from right edge */
  transform: translateY(-50%);
  font-size: 26px;
  font-weight: 700;
  color: var(--pri);
  transition: all 0.3s ease;
  line-height: 1;
}

/* Change to "−" when open */
.faq-wrap .card-header button[aria-expanded="true"]::after {
  content: "−";
  transform: translateY(-50%) rotate(0deg);
  color: var(--pri);
}

.faq-wrap .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: unset;
  background: #f1f1f1;
}

.bg-light {
  background-color: #f8f8f8 !important;
}

.bg-color-2 {
  background: var(--pri);
}

.subscribe-section .inner-box {
  position: relative;
  max-width: 1005px;
  width: 100%;
}

.subscribe-section .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: -16px;
  width: 164px;
  height: 186px;
}

.subscribe-section .inner-box .content-box {
  position: relative;
  display: block;
  padding: 0px 0px 0px 141px;
}

.subscribe-section .inner-box .content-box h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.subscribe-section .inner-box .content-box .text {
  position: relative;
  display: block;
  line-height: 28px;
  color: #fff;
  margin-bottom: 33px;
}

.subscribe-section {
  position: relative;
  display: block;
  padding: 55px 0px 115px 0px;
}

.main-footer.style-three {
  position: relative;
  background: #2b2b2b;
}

footer {
  background: var(--sec);
  overflow: hidden;
  padding: 60px 0 30px;
}

/*.main-footer.style-two:before {*/
/*  background: url("https://leadsure.co.in/jot/designer/images/footer-icon-4.png");*/
/*  width: 505px;*/
/*  height: 290px;*/
/*  background-repeat: no-repeat;*/
/*}*/
.main-footer.style-two .footer-top {
  padding: 50px 0px 50px 0px;
}

.main-footer.style-three .footer-top {
  border-bottom: 1px solid #251f1f;
}

.main-footer .footer-top {
  position: relative;
  display: block;
  padding: 122px 0px 65px 0px;
  border-bottom: 1px solid #e5e5e5;
  z-index: 1;
}

.main-footer.style-three .footer-top .company-widget {
  margin-left: 0px;
}

.main-footer.style-three .widget-title {
  color: #fff;
}

.main-footer .footer-top .links-widget .widget-content ul li {
  position: relative;
  display: block;
  margin-bottom: 4px;
}

.main-footer.style-three .footer-top .links-widget .widget-content ul li a {
  display: inline-block;
}

.main-footer.style-three .footer-top .links-widget .widget-content ul li a,
.main-footer.style-three .footer-top .logo-widget .text,
.main-footer.style-three .footer-bottom .copyright {
  color: var(--white);
}

.copyright {
  padding-top: 20px;
  margin-top: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer.style-two:after {
  /*background: url("designer/images/map.png");*/
  width: 657px;
  height: 354px;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.main-footer.style-two:after {
  /*background: url(../images/footer-icon-3.png);*/
  width: 657px;
  height: 354px;
  background-repeat: no-repeat;
}

.main-footer:after {
  position: absolute;
  content: "";
  /*background: url(../images/footer-icon-2.png);*/
  width: 332px;
  height: 235px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.main-footer.style-two:before {
  /*background: url(../images/footer-icon-4.png);*/
  width: 505px;
  height: 290px;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.main-footer:before {
  position: absolute;
  content: "";
  /*background: url(../images/footer-icon-1.png);*/
  width: 341px;
  height: 268px;
  right: -25px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.white {
  color: var(--white);
}

.counter-style-two {
  position: relative;
  padding: 5px 0px 50px 0px;
}

.counter-style-two .content-box {
  position: relative;
  display: block;
  margin-top: 5px;
  margin-right: 15px;
}

.counter-style-two .content-box .top-text {
  position: relative;
  display: block;
  font-size: 16px;
  color: #0965a8;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.counter-style-two .content-box h1 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 48px;
  color: #0c0d24;
  font-weight: 700;
  margin-bottom: 12px;
}

.counter-style-two .content-box .text p {
  position: relative;
  display: block;
  color: #2c2c30;
  margin-bottom: 10px;
  text-align: justify;
}

p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.7;
  letter-spacing: 0;
}

.counter-style-two .inner-box .bold-text {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #5d5d66;
  line-height: 28px;
  margin-bottom: 28px;
}

.counter-style-two .inner-box .counter-outer {
  position: relative;
  display: block;
  z-index: 1;
}

.counter-block-one .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #192d66;
  margin-bottom: 5px;
}

.counter-block-one .count-outer span {
  position: relative;
  display: inline-block;
  font-size: 37px;
  line-height: 1;
  font-weight: 700;
  color: #192d66;
}

.counter-style-two .inner-box .counter-block-one:nth-child(2) {
  position: absolute;
  left: 172px;
  top: 77px;
  background: #e3eaff;
  z-index: 1;
}

.counter-style-two .inner-box .counter-block-one {
  background: #ffd9cc;
}

.counter-block-one {
  position: relative;
  display: inline-block;
  width: 215px;
  height: 215px;
  background: #fbef55;
  text-align: center;
  border-radius: 50%;
  padding: 75px 30px 50px 30px;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
}

.counter-style-two
  .inner-box
  .counter-block-one:nth-child(2)
  .count-outer
  span {
  color: #2d54c9;
}

.counter-block-one .count-outer span {
  position: relative;
  display: inline-block;
  font-size: 37px;
  line-height: 1;
  font-weight: 700;
  color: #192d66;
}

.counter-block-one .count-outer span.symble {
  font-size: 22px;
}

.counter-style-two .inner-box .counter-block-one:last-child .count-outer span {
  color: #fb4c76;
}

.counter-style-two .inner-box .counter-block-one:last-child {
  background: #ffeaef;
  position: absolute;
  top: 0px;
  right: 108px;
}

.service-block-three .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.position-relative {
  position: relative !important;
}

.abt-img {
  box-shadow: 15px 15px 0px 0 #2f2f2f;
  margin: 0 15px 15px 0;
}

.abt-content {
  padding: 30px 40px;
  background-color: #f8f8f8;
  height: 100%;
  align-content: center;
}

.abt-content .content-sec {
  max-height: 320px;
  overflow-y: auto;
  margin-bottom: 15px;
  padding-right: 10px;
}

.content-sec h2,
.content-sec h3,
.content-sec h4,
.content-sec h5 .content-sec .tt {
  font-size: 20px;
  font-family: var(--font);
  color: var(--text-color);
}

.content-sec h1,
.content-sec h2,
.content-sec h3,
.content-sec h4,
.content-sec h5 .content-sec .tt,
.cmTitle {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
  color: var(--text-color);
  text-align: left;
  margin-bottom: 7px;
  line-height: 1.3;
}

.content-sec ul {
  padding-left: 5px;
  margin: 0;
  margin-bottom: 10px;
  list-style: none;
  display: flow-root;
}

.content-sec ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}

.content-sec ul li {
  font-size: 14px;
  line-height: 1.6;
  color: var(--para-color);
  text-align: justify;
  font-family: var(--font2);
  font-weight: 400;
}

.content-sec ul li {
  margin-bottom: 3px;
}

.content-sec ul li::before {
  content: "➤";
  position: absolute;
  left: 0;
  color: #222;
  font-size: 14px;
}

b,
strong {
  font-weight: bolder;
}

.featured-item img {
  padding-top: 15px;
}

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

.abt-content .sub-tt,
.head-sec2 .sub-tt {
  color: var(--text-color);
  background-color: var(--sec);
  padding: 8px 15px;
  align-content: center;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font);
  display: inline-block;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.abt-content .tt,
.head-sec2 .tt {
  font-size: 22px;
  color: var(--pri);
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 15px;
}

.head-sec .tt {
  font-family: var(--font);
  color: var(--text-color);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 7px;
  position: relative;
  text-transform: capitalize;
}

.clients-bx img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(1);
  transition: 0.3s ease;
}

.clients-bx:hover img {
  filter: grayscale(0);
  transform: scale(1.05);
}

img {
  width: auto;
  height: auto;
}

.btn-1 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #272727;
  background: transparent;
  border: 1px solid #272727;
  text-align: center;
  padding: 3.5px 19px;
}

.btn-1:hover {
  color: var(--white);
  background: var(--pri);
}

.service-block-three .lower-content h3 a:hover {
  color: var(--pri);
}

.lower-content.h3:hover {
  color: var(--pri);
  /* hover color, uses your site’s primary variable */
}

.service-block-three .image-box {
  position: relative;
  overflow: hidden;
}

.service-block-three .image-box a {
  position: relative;
  overflow: hidden;
}

.service-block-three .image-box a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--pri);
  /* fallback blue */
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.service-block-three .image-box a img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 0;
}

/* Hover effect appears only when image (inside link) is hovered */
.service-block-three .image-box a:hover::before {
  opacity: 0.5;
  /* Adjust strength of blue overlay */
}

/* Optional smooth zoom effect on image */
.service-block-three .image-box a:hover img {
  transform: scale(1.05);
}

.cta-wrap {
  background: var(--pri);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), var(--sec));
  z-index: 0;
}

.cta-wrap .content-box {
  max-width: 700px;
  margin: 0 auto;
}

.cta-wrap h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--white);
}

.cta-wrap .text {
  font-size: 18px;
  margin-bottom: 30px;
  color: var(--white);
}

/* Form Styling */
.subscribe-form .form-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.subscribe-form input[type="email"] {
  flex: 1;
  min-width: 260px;
  padding: 14px 18px;
  border-radius: 50px;
  border: none;
  outline: none;
  font-size: 16px;
}

.subscribe-form button {
  background: #fff;
  color: var(--pri);
  border: none;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.subscribe-form button:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

.scrollcard {
  width: 100%;
}

.scrollcard img {
  aspect-ratio: 1 / 1;
  box-shadow: 15px 15px 0px 0 var(--primary-color);
  object-fit: cover;
}

main,
main img {
  overflow: hidden;
  display: block;
  width: 100%;
}

.feature-copy {
  position: relative;
  color: var(--para-color);
  font-size: 14px;
  line-height: 1.6;
  background: var(--background2-color);
  padding: 18px 10px;
  overflow: hidden;
}

.read-more-toggle {
  display: none;
}

.feature-copy .seo-content61 {
  max-height: 400px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

.leadseo h1,
.leadseo h2,
.leadseo h3,
.leadseo h4,
.leadseo h5 {
  font-weight: 600;
  font-size: var(--heading-size);
  color: var(--heading-color);
}

.leadseo p,
.leadseo ul,
.leadseo li {
  font-size: var(--para-size);
  color: var(--para-color);
  line-height: 1.8;
}

.read-more-btn {
  display: block;
  text-align: left;
  margin-top: 10px;
  color: var(--btn-color);
  font-size: var(--heading-size);
  cursor: pointer;
  transition: color 0.3s;
}

label {
  color: red;
  font-size: var(--para-size);
}

.h-100 {
  height: 100% !important;
}

.table-box {
  overflow-x: auto;
  margin: 25px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 15px;
}

table th,
table td {
  border: 1px solid #ccc;
  padding: 10px 12px;
  text-align: left;
}

table th {
  background: #f0f4f8;
  font-weight: 600;
}

.lead-sure-section h2:hover::after {
  width: 120px;
}

/* Cards container */
.lead-sure-section .horizontal-cards {
  display: block;
  text-align: center;
}

/* Cards in one line */
.lead-sure-section .machine-card {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  margin: 10px 10px;
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.4s ease;
  animation: fadeInUp 0.6s ease forwards;
}

/* Hover animation */
.lead-sure-section .machine-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px var(--sec);
}

/* Card content */
.lead-sure-section .machine-card h5 {
  color: var(--pri);
  font-weight: 600;
  margin-bottom: 10px;
  text-wrap: auto;
}

.lead-sure-section .machine-card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
  text-wrap: auto;
}

/* Staggered effect */
/* Machinery Card Styling */
.machinery-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 2px 5px var(--sec);
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
}

.machinery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px var(--sec);
}

/* Card Body */
.machinery-card .card-body {
  padding: 20px 30px;
  gap: 10px;
  margin-bottom: 20px !important;
}

.machinery-card h2 {
  font-size: 1.6rem;
  color: var(--pri);
  font-weight: 700;
  margin-bottom: 18px;
}

.machinery-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

.machinery-card ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.machinery-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--pri);
  font-weight: bold;
}

.machinery-card p {
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

/* Animations */
.fade-left {
  opacity: 0;
  transform: translateX(-40px);
  animation: fadeLeftIn 0.8s ease forwards;
}

.fade-right {
  opacity: 0;
  transform: translateX(40px);
  animation: fadeRightIn 0.8s ease forwards;
}

@keyframes fadeLeftIn {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }

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

@keyframes fadeRightIn {
  from {
    opacity: 0;
    transform: translateX(40px);
  }

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

/* Entry animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

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

.center {
  text-align: center;
}

.blue h2 {
  color: var(--pri);
}

.toolroom-wrapper {
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.toolroom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toolroom-list li {
  font-size: 1.05rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease, color 0.3s ease;
}

.toolroom-list li:hover {
  transform: translateX(5px);
  color: var(--pri);
}

.table {
  border-radius: 10px;
  overflow: hidden;
}

.table thead {
  background-color: var(--pri);
  color: #fff;
}

.table-hover tbody tr:hover {
  background-color: rgba(11, 74, 146, 0.05);
}

.image-box-1 {
  /* aspect-ratio:3/4;  */
  /* You can also use 16/9, 1/1, etc. */
  overflow: hidden;
  max-width: 400px;
  /*Makes the image smaller*/
  margin: 0 auto;
  /* Centers it */
}

.image-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* Keeps image nicely cropped */
  transition: transform 0.4s ease;
  z-index: 12;
  max-width: 472px;
}

.ptb {
  padding: var(--faculty);
}

/* === Built on Trust & Integrity Section === */
.trust-section {
  background: linear-gradient(135deg, #f8fbff 0%, #e9f3ff 100%);
  position: relative;
  z-index: 1;
}

.trust-section .highlight-text {
  color: var(--pri);
}

.trust-section .underline {
  width: 80px;
  height: 3px;
  background: var(--pri);
  border-radius: 2px;
  margin-top: 10px;
}

.trust-section .section-subtitle {
  color: #6c757d;
}

.trust-section .info-box-1 {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 12px var(--sec);
  padding: 1.5rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 99;
  /* ✅ Keeps card above overlapping images */
}

.trust-section .info-box-1:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px var(--sec);
  z-index: 10;
  /* ✅ Raised when hovered */
}

.trust-section .info-box-1 h6 {
  color: var(--pri);
}

.animate-1::before {
  content: "";
  position: absolute;
  inset: 0;
  aspect-ratio: 4 / 1;
  background-image: url(../images/fl1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  animation: bounceZ 4s ease-in-out infinite;
  z-index: -1;
  opacity: 0.5;
}

/* 🔹 Smooth up-and-down floating animation */
@keyframes bounceZ {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.toolroom-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  aspect-ratio: 4 / 1;
  background-image: url(../images/fl1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  animation: bounceY 4s ease-in-out infinite;
  z-index: -1;
  opacity: 0.5;
}

/* 🔹 Smooth up-and-down floating animation */
@keyframes bounceY {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.bg-image-block {
  position: relative;
  /*background-color: #f8f9fa;*/
  /* padding: 80px 0px; */
}

.bg-image-block .content-area {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bg-image-block .info-box-1 {
  background: #fff;
  transition: all 0.3s ease;
  border: 1px solid #e5e5e5;
}

.bg-image-block .info-box-1:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.sidebar105 .widget105 {
  /*background-color:#f0f8ff;*/
  padding: 1.5rem;
}

.widget-title105 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color);
  padding-bottom: 6px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--pri);
}

.related-blogs-list105 {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Sidebar Base */
.sidebar105 {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 25px 20px;
}

/* Widget Title */
.widget105 .widget-title105 {
  font-size: 20px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--pri);
  display: inline-block;
  padding-bottom: 6px;
}

/* Blog List Reset */
.related-blogs-list105 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Each Blog Item */
.related-post-item105 {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.related-post-item105:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Blog Thumbnail */
.related-post-item105 img {
  width: 95px;
  height: 95px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.related-post-item105 img:hover {
  transform: scale(1.05);
}

/* Blog Info Section */
.related-post-item105 div {
  flex: 1;
  min-width: 0;
}

/* Blog Title */
.post-title105 a {
  font-size: 16px;
  font-weight: 600;
  color: #0a0a0a;
  text-decoration: none;
  line-height: 1.4;
  display: block;
  transition: color 0.3s ease;
}

.post-title105 a:hover {
  color: var(--pri);
}

/* Date */
.post-dateX {
  font-size: 14px;
  color: #888;
  display: block;
  margin: 4px 0 6px;
}

/* Short Description */
.post-excerpt105 {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Limit to 3 lines */
  -webkit-box-orient: vertical;
}

/* Icon box */
.single-item .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  color: var(--pri);
}

/* Universal hover effect for links */
.uni-hover {
  color: inherit;
  /* Keeps the current color */
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
}

.uni-hover:hover {
  color: var(--white);
  opacity: 0.8;
}

/* Collapsed (default) */
.abt-content .content-sec {
  max-height: 450px;
  /* collapsed height */
  overflow: hidden;
  position: relative;
  transition: max-height 0.45s ease;
}

/* Expanded (auto height based on content) */
.abt-content .content-sec.expanded {
  max-height: none;
  /* grows fully based on content */
  overflow: visible;
}

/* Read More button styling */
.abt-content .read-more-btn {
  display: none;
  /* hidden by default */
  margin-top: 16px;
  background: var(--pri);
  color: var(--white, #fff);
  border: none;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  position: relative;
  /* keeps it below the content */
}

.abt-content .read-more-btn:hover {
  background: var(--pri);
  transform: translateY(-2px);
}

/* Fix the image section */
.abt-img {
  position: sticky;
  /* keeps it in place within the viewport */
  align-self: flex-start;
}

/* Make sure the image scales correctly */
.abt-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

.line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6em;
  max-height: 3.2em;
  white-space: normal;
  /* allows proper wrapping */
}

.pb-1 {
  padding: 10px;
}

.cate-img {
  max-width: 455px;
  float: right;
  width: 100%;
  margin-left: 30px;
  margin-bottom: 30px;
}

.expend-content-sec.expanded {
  max-height: 4000px;
  overflow: unset;
}

.expend-content-sec {
  /* max-height: 575px; */
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.read-toggle {
  display: inline-block;
  color: var(--text-light);
  cursor: pointer;
  font-weight: 600;
  margin-top: 10px;
  user-select: none;
}

.content-sec h2,
.content-sec h3,
.content-sec .tt {
  font-size: 22px;
  color: var(--text-color);
}

.content-sec p,
.content-sec ul li {
  font-size: 16px;
  line-height: 1.6;
  color: var(--para-color);
  text-align: justify;
  font-family: var(--font2);
  font-weight: 500;
}

.cate-img {
  max-width: 350px;
  width: 100%;
  flex-shrink: 0;
}

.cate-img .main-btn {
  font-size: 14px;
  padding: 13px 13px;
}

.cate-img .main-btn svg {
  width: 14px;
  height: 14px;
}

.content-sec {
  flex: 1;
  position: relative;
}

.expandable-text {
  max-height: 506px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.expandable-text.expanded {
  max-height: 5000px;
  /* enough for all content */
}

.expand-toggle-btn {
  background-color: var(--sec);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  margin-top: 12px;
  cursor: pointer;
  transition: 0.3s;
}

.expand-toggle-btn:hover {
  opacity: 0.85;
}

/* Add smooth fade effect when collapsed */
.expend-content-sec:not(.expanded)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f8f9fa);*/
}

/* When expanded, show full content */
.expend-content-sec.expanded {
  max-height: none;
}

/* Read More / Less Toggle Button */
.read-toggle {
  display: inline-block;
  margin-top: 15px;
  color: var(--pri);
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  transition: color 0.3s;
}

.read-toggle:hover {
  color: var(--white);
  background: var(--sec);
}

/* Base content collapse */
.expend-content-sec {
  max-height: 480px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
}

/* Add a subtle gradient fade */
.expend-content-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  /* background: linear-gradient(to bottom, transparent, #f8f9fa); */
  pointer-events: none;
  /* transition: opacity 0.3s ease; */
}

/* When expanded — remove limit and fade */
.expend-content-sec.expanded {
  max-height: none;
}

.expend-content-sec.expanded::after {
  opacity: 0;
}

/* Toggle button */
.read-toggle {
  display: inline-block;
  margin-top: 15px;
  background: var(--pri);
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
}

.read-toggle:hover {
  background: #064b7e;
}

/* Expanded layout (full width below image) */
.expend-content-sec.expanded {
  float: none;
  width: 100%;
  display: block;
  margin-top: 25px;
}

/* === Lightbox overlay === */
.gallery-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* === Image inside lightbox === */
.gallery-lightbox-img {
  max-width: 85%;
  max-height: 85vh;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.2);
}

/* === Close button === */
.gallery-close {
  position: absolute;
  top: 25px;
  right: 35px;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
}

.gallery-close:hover {
  color: var(--pri, #00aaff);
}

/* === Image hover effect === */
.gallery-box {
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-box img {
  transition: transform 0.3s ease, filter 0.3s ease;
  width: 100%;
  display: block;
}

.gallery-box img:hover {
  transform: scale(1.05);
  filter: brightness(0.9);
}

.two-lines {
  /* Core WebKit method (works in WebKit/Blink browsers) */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* show 2 lines */
  overflow: hidden;
  text-overflow: ellipsis;
}

.one-lines {
  /* Core WebKit method (works in WebKit/Blink browsers) */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* show 2 lines */
  overflow: hidden;
  text-overflow: ellipsis;
}

.inline-list {
  display: flex;
  justify-content: center;
  /* centers items horizontally */
  gap: 10px;
  /* space between items */
  list-style: none;
  /* removes bullet points */
  padding: 0;
  margin: 0;
  color: var(--white);
  z-index: 5;
}

.inline-list li a {
  text-decoration: none;
  color: inherit;
}

.footer-bottom .copyright {
  display: flex;
  /*justify-content: center; */
  align-items: center;
  /* vertically aligns text and links */
  flex-wrap: wrap;
  /* ensures it stays responsive on small screens */
  gap: 15px;
  /* space between text and list */
  text-align: center;
  font-size: 14px;
  color: #555;
}

.inline-list li a:hover {
  text-decoration: underline;
}

.category_date {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  /* LEFT + RIGHT */
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* LEFT SIDE */
.category_left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.category_left span a {
  background: #eef5ff;
  padding: 6px 14px;
  border-radius: 4px;
  color: #0d6efd;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.category_left p {
  margin: 0;
  font-size: 15px;
  color: #555;
  white-space: nowrap;
}

/* RIGHT SIDE */
.social_share_icons ul {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.social_share_icons ul li img {
  width: 22px;
  height: 22px;
  transition: 0.2s ease-in-out;
}

.social_share_icons ul li img:hover {
  opacity: 0.7;
  transform: scale(1.07);
}

.social_share_icons ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 0;
  list-style: none;
}

.social_share_icons .share-title {
  font-weight: 600;
  color: #333;
  margin-right: 10px;
  font-size: 20px;
}

.social_share_icons .facebook svg {
  color: #1877f2 !important;
  fill: #1877f2 !important;
}

.social_share_icons .linkedin svg {
  color: #0a66c2 !important;
  fill: #0a66c2 !important;
}

.social_share_icons .twitter svg {
  color: #000 !important;
  fill: #000 !important;
}

.social_share_icons .whatsapp svg {
  color: #25d366 !important;
  fill: #25d366 !important;
}

/* Hover effect */
.social_share_icons ul li svg:hover {
  opacity: 0.7;
  transition: 0.3s ease;
}

/* ICON SIZE & ALIGNMENT */
.social_share_icons svg {
  display: block;
  cursor: pointer;
}

/*.faq-img img{*/
/*   width: 100%;*/
/*}*/
/* FULLSCREEN CENTER OVERLAY */
.lsmPopup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  animation: fadeIn 0.25s ease-out;
}

/* POPUP IMAGE WRAPPER */
.lsmPopup-content {
  animation: zoomIn 0.22s ease-out;
}

/* IMAGE STYLING */
.lsmPopup-img {
  max-width: 95vw;
  max-height: 92vh;
  border-radius: 10px;
  box-shadow: 0px 0px 35px rgba(255, 255, 255, 0.15);
  object-fit: contain;
}

/* CLOSE BUTTON */
.lsmPopup-close {
  position: absolute;
  top: 20px;
  right: 28px;
  font-size: 45px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 99999999;
  font-weight: 300;
}

/* ANIMATIONS */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.75);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.quote-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/abt-bottom.webp) no-repeat;
  background-position: center;
  z-index: -1;
  background-size: cover;
}

.quote-section::after {
  content: "";
  position: absolute;
  background-color: #010c1361;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  backdrop-filter: blur(5px);
}

.quote-content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 2rem;
}

/* Default: Small devices → Image full width */
.author-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 5px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom .copyright {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.footer-links-end {
  margin-left: auto;
  display: flex;
  gap: 15px;
  color: var(--bs-gray-500);
}

.footer-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  /* FORCE SINGLE LINE */
  white-space: nowrap;
}

.copy-left,
.designed-by,
.footer-links-end {
  white-space: nowrap;
  /* Avoid wrapping inside items */
}

.designed-by {
  text-align: center;
  flex: 1;
}

.footer-links-end {
  display: flex;
  gap: 15px;
  margin-left: auto;
}

.no-wrap {
  white-space: nowrap;
}

.copy-left a {
  display: inline-block;
  z-index: 10;
}

.uni-hover-1:hover {
  color: var(--pri);
}

.faq-img-small {
  width: 80%;
  /* make image smaller */
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
  /* center image */
}

.lsmUnique-galItem {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.lsmUnique-galItem:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.col-5th {
  width: 20%;
  /* 100 / 5 = 20% */
  flex: 0 0 20%;
  max-width: 20%;
}

/* FULLSCREEN CENTER OVERLAY */
.lsmPopup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  animation: fadeIn 0.25s ease-out;
}

/* POPUP IMAGE WRAPPER */
.lsmPopup-content {
  animation: zoomIn 0.22s ease-out;
}

/* IMAGE STYLING */
.lsmPopup-img {
  max-width: 95vw;
  max-height: 92vh;
  border-radius: 10px;
  box-shadow: 0px 0px 35px rgba(255, 255, 255, 0.15);
  object-fit: contain;
}

/* CLOSE BUTTON */
.lsmPopup-close {
  position: absolute;
  top: 20px;
  right: 28px;
  font-size: 45px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 99999999;
  font-weight: 300;
  line-height: 20px;
}

/* ANIMATIONS */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.75);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Card Wrapper */
.counter-bx {
  background: #ffffff;
  padding: 16px 16px 24px;
  /* Extra bottom padding */
  border-radius: 12px;
  width: 100%;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
}

/* Hover Effect */
.counter-bx:hover {
  border-color: var(--pri);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

/* Title */
.counter-bx .title .ttt {
  font-weight: 600;
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 8px;
  line-height: 1.2;
}

/* Content */
.counter-bx p {
  font-size: 15px;
  color: var(--para-color);
  line-height: 1.45;
  margin: 0;
}

/* Equal Height Fix */
.row-cols-1 > .col,
.row-cols-md-2 > .col {
  display: flex;
}

.counter-bx {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Keep same styling as original */
#mobileCardCarousel .carousel-item {
  padding: 10px 20px;
}

/* Small and clean mobile arrows */
#mobileCardCarousel .carousel-control-prev-icon,
#mobileCardCarousel .carousel-control-next-icon {
  filter: invert(1);
  width: 28px;
  height: 28px;
}

/* Slight mobile smoothness */
#mobileCardCarousel .carousel-item .counter-bx {
  transition: transform 0.3s ease;
}

#mobileCardCarousel .carousel-item.active .counter-bx {
  transform: scale(1.02);
}
.text-justify {
  text-align: justify !important;
}
