:root {
  --bs-heading-color: #0e1726;
  --bs-para-color: #1d2a41;
  --bs-heading-font-family: "Merriweather", serif;
  --bs-body-font-family: "Manrope", sans-serif;
  --bs-primary-color: #ed1b23;
  --bs-primary: #ed1b23;
  --bs-blue: #ed1b23;
  --bs-primary-rgb: 237, 27, 35;
  --bs-link-color-rgb: 237, 27, 35;
  --bs-link-hover-color: #cf0c14;
  --bs-link-color: #ed1b23;
}

body {
  background: #fff url(../images/line-bg.svg) no-repeat;
  background-position: top 350px left 0;
  position: relative;
}

.bgbk {
  position: absolute;
  height: 44%;
  width: 40%;
  top: 25%;
  right: 0;
  background: url(../images/line-bg-right.svg) no-repeat;
  background-position: top right 0;
}
.tbimg{height:300px;max-width:100%;}
.dropdown-menu{
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	    --bs-dropdown-item-padding-y: 0.35rem;
}
#photogallery {
  margin-left: 0;
  margin-right: 0;
}

.gallery-item {
  padding: 12px;
}

#backtotop{
        display: inline-block;
        height: 42px;
        width: 42px;
        padding: 0.5rem;
        border-radius: 50%;
        position: fixed;
        bottom: 1.25rem;
        right: 1.25rem;
        text-align: center;
        transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
}
#backtotop.show{
            opacity: 1;
            visibility: visible;
}
.nv-navigation{
	display:flex;
	    justify-content: space-between;
	align-items:center;
	
}
.nv-navigation .nv{
	display: inline-flex;
	align-items:center;
    color: #7f7f7f;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.085);
    padding: 0.35rem 1rem;
    border-radius: 0.35rem;
    font-size: 0.85rem;
    cursor: pointer;
}

.comments-wrapper {
  width: 100%;
  background: #fff;
  margin: 40px auto;
}

.comments-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #4b4f56;
  border-bottom: 1px solid #e4e6eb;
  padding-bottom: 1rem;
}

.sort select {
  border: 1px solid #ccd0d5;
  font-size: 13px;
  padding: 2px 6px;
  background: #f5f6f7;
}

.comment-box {
  display: flex;
  margin-top: 1rem;
  gap: 10px;
}

.avatar {
  width: 48px;
  min-width: 48px;
  height: 48px;
  background: #ccd0d5;
  border-radius: 6px;
}

textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #ccd0d5;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
  resize: none;
  outline: none;
}

textarea::placeholder {
  color: #8d949e;
}

.plugin-text {
  font-size: 12px;
  color: #385898;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.fb-icon {
  background: #1877f2;
  color: white;
  font-weight: bold;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 11px;
}

.news-wrapper {
  width: 100%;
  margin: 40px auto;
  padding: 0 20px;
}

.news-item {
  display: flex;
  gap: 24px;
  padding: 24px 0;
}

.news-item img {
  width: 200px;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}

.news-content {
  flex: 1;
}

.news-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
  color: #222;
}

.news-title.highlight {
  color: #e60023;
}

.news-date {
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
}

.news-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 12px;
}

.read-more {
  font-size: 14px;
  color: rgb(127, 127, 127);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

.read-more span {
  font-size: 18px;
}

hr {
  color: #7f7f7f;
}

/* menu */
@media (min-width: 992px) {
      .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
      }
      .dropdown-submenu:hover > .dropdown-menu {
        display: block;
      }
    }

    /* Nested dropdown positioning */
    .dropdown-submenu {
      position: relative;
    }

    .dropdown-submenu .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -1px;
    }



section {
  padding: 100px 0;
  position: relative;
}
section.about-top {
  padding-top: 101px;
  background: #faf4f8;
}
section.photo-top {
  padding-top: 101px;
  background: #f0f3f7;
}
section.report-top {
  padding-top: 101px;
  background: #f8e9ca;
}

section.top-most-banner {
  padding-top: 101px;
  background: url(../images/hero-bg.png) no-repeat;
  background-size: cover;
}

.top-shape {
  padding: 0;
  width: 100%;
  height: 60px;
  background-size: 60px;
  background-repeat: repeat-x;
  background: url(../images/unity-pink.svg);
  background-position: top 0;
  background-size: 63px !important;
  position: absolute;
}
section.topage .top-shape{
	top: 0;
	background: url(../images/unity-pink.svg);
}
.ourintativs .top-shape {
  top: 0;
  background: url(../images/unity-yellow.svg);
}
.four-section .top-shape {
  top: 0;
  background: url(../images/unity-pink.svg);
}
.cptrng .top-shape {
  top: 0;
  background: url(../images/unity-pink.svg);
}
.atglnc .top-shape {
  top: 0;
  background: url(../images/unity-blue.svg);
}

.ctasec .top-shape {
  top: 0;
  background: url(../images/unity-yellow.svg);
}
footer .top-shape {
  top: 0;
  background: url(../images/unity-red.svg);
}

.clnk:hover {
  text-decoration: underline;
  color: var(--bs-body-font-family);
}

.lpnk {
  background: rgba(252, 220, 225, 0.25);
}

.atglnc {
  background: rgba(195, 209, 222, 0.25);
  background-image: url(../images/a-icon-gray.svg);
  background-repeat: no-repeat;
  background-position: center right -50px;
  padding-top: 90px;
}

.illstend {
  background: rgba(236, 220, 120, 0.25);
}

p {
  color: var(--bs-para-color);
  line-height: 1.875rem;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bs-heading-font-family);
  font-weight: 700;
  margin-bottom: 1rem;
}

.material-symbols-outlined {
  font-weight: bold;
  font-size: calc(var(--bs-body-font-size) * 1.25);
  transition: all 0.7s;
}

img {
  max-width: 100%;
}

body {
  padding: 0 !important;
  overflow: visible !important;
}

.btn-top {
  padding: 0.563rem 1rem;
  color: #ced0d7;
  font-size: calc(var(--bs-body-font-size) * 0.75);
  outline: 0;
  gap: 0.5rem;
}


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 900;
  pointer-events: none;
}

::selection {
  background: #bd4328;
  color: #f4f4f4;
}

.bgsec {
  background: #545454;
  height: 36px;
  padding: 6px 0;
  transition: all 0.7s;
}

.tplne {
  font-size: 0.775rem;
}

.darkimg {
  display: none;
}

.tabs .tab-links .tab-link:last-child {
  border-bottom: 0;
}

.tabs .tab-links .tab-link a {
  display: block;
  color: var(--bs-heading-color);
  opacity: 0.7;
}

.tabs .tab-links .tab-link.active {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
}

.tabs .tab-links .tab-link.active a {
  color: var(--bs-heading-color);
  opacity: 1;
}

.tabs .tab-links .tab-link.active span {
  color: #fff;
  opacity: 1;
}

.tabs .tab-content .tab {
  height: 100%;
  display: flex;
  align-items: center;
  display: none;
  margin-bottom: 0.85rem;
}

.tabs .tab-content .tab.active {
  display: block;
}

.tabs .tab-content .tab h1 {
  font-size: calc(var(--bs-body-font-size) * 1.875);
  line-height: 38.28px;
  margin-bottom: 1.25rem;
}

.tabs .tab-content .tab p {
  font-size: calc(var(--bs-body-font-size) * 0.875);
  margin-bottom: 1.25rem;
  color: #1d2a41;
}
.chpi{
	height:200px;
	width:200px;
border-radius:50%;
overflow:hidden;
}

.chpi img{
	height:100%;
	width:100%;
	object-fit:cover;
}
.top-most-banner .owl-item.current .owl-dot p,
.top-most-banner .owl-item.active p {
  color: var(--bs-heading-color);
}

.owl-theme .owl-dots {
  margin-top: 1rem;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: var(--bs-primary-color);
}

.top-most-banner .maindiv h1 {
  font-size: calc(var(--bs-body-font-size) * 4);
}

.text-light {
  color: #fff;
}

.top-most-banner .maindiv h1 + p {
  font-size: calc(var(--bs-body-font-size) * 1.125);
  margin-bottom: 2.5rem;
  color: var(--bs-heading-color);
}

.top-most-banner .owl-item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%) rotate(-82deg);
}

.top-most-banner .owl-item.active svg {
  display: block;
}

.top-most-banner .owl-item.active .circle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: stroke 28s ease-out forwards;
}

.top-most-banner .owl-item.active.paused .circle {
  animation-play-state: paused;
}

@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.pt96 {
  padding-top: 96px !important;
}

.sec-head {
  font-size: calc(var(--bs-body-font-size) * 1.85);
  margin-bottom: 1.25rem;
  line-height: 2.871rem;
  text-align: center;
  font-family: var(--bs-heading-font-family);
}

.main-para {
  margin-bottom: 50px;
  font-size: calc(var(--bs-body-font-size) * 1.125);
}

.mb50 {
  margin-bottom: 50px;
}

.sec-para {
  font-size: calc(var(--bs-body-font-size) * 1.5);
}

/* top-banner start */
.maindiv {
  height: calc(92vh - 36px);
  position: relative;
}

.maindiv .toptxt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.maindiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* top-banner ends */

/* second-section start */
section.second-section {
  background: url(../images/home/bg-round.png) no-repeat;
  background-position: 0 125%;
  background-size: 100% 175%;
}

.top-img {
  padding: 50px 25px;
  border-radius: 0.5rem;
  min-height: 348px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  transition: all 0.7s;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.blog .top-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: auto;
}

.blog .top-img:hover {
  background-position: 50% 50%;
}

.blog .top-img:hover .material-symbols-outlined {
  margin-left: 0.25rem;
  transition: all 0.7s;
}

.top-img h3 {
  font-size: calc(var(--bs-body-font-size) * 1.125);
  line-height: 25.2px;
}

.second-section .top-img p {
  display: none;
  line-height: 22px;
  color: #fff;
  font-size: calc(var(--bs-body-font-size) * 0.875);
  transition: all 0.7s;
}

.second-section .top-img:nth-child(2) p,
.second-section .top-img:nth-child(4) p {
  color: var(--bs-heading-color);
}

/* second-section ends */

/* third-section start */
.glry-card {
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.glry-card img {
  border-radius: 1rem;
  height: auto;
  width: 100%;
}

.gttl {
  font-size: calc(var(--bs-body-font-size) * 1.05);
  margin-bottom: 0.25rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: initial;
}

.cttl {
  font-size: calc(var(--bs-body-font-size) * 1.15);
  line-height: 1.75rem;
  font-weight: 600;
  color: initial;
}

.material-symbols-outlined {
  font-size: 1.5rem;
}

.locdate {
  color: #7f7f7f;
}

.lbl {
  color: #7f7f7f;
  font-size: 0.775rem;
}

.rdmore {
  color: var(--bs-heading-color);
  font-size: calc(var(--bs-body-font-size) * 0.875);
  gap: 0.4rem;
}

.rdmore:before {
  position: absolute;
  content: "";
  background: var(--bs-heading-color);
  width: 0;
  height: 1.15px;
  left: 0;
  bottom: -0.15rem;
  transition: all 0.7s;
}

.rdmore:hover:before {
  width: 85px;
  transition: all 0.7s;
}

.rdmore:hover .material-symbols-outlined {
  margin-left: 0.25rem;
  transition: all 0.7s;
}

.bdrds {
  border-radius: 0.5rem;
}

.mstvw {
  border: 1px solid #dddde0;
  padding: 1rem;
  border-radius: 0.5rem;
}

.mvhd {
  font-size: 0.775rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dddde0;
  font-weight: 600;
}

.mvlst {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mvlst li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #dddde0;
}
.mvlst li a {
  display: flex;
  align-items:center;
}

.mvlst li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.mvlst li .imgcnt {
  width: 80px;
  min-width: 80px;
  height: 80px;
  padding-bottom: 0;
  margin-right: 0.75rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

.mvlst li .imgcnt img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.mvtitle {
  font-size: .925rem;
  margin-bottom:.5rem;
  color: #212121;
  font-weight:600;
  text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mvdsc {
  font-size: 0.875rem;
  color: initial;
  text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pstdt {
  font-size: 0.845rem;
  color: #7f7f7f;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #ededed;
}

.post-tags .tag-label {
  color: #7f7f7f;
}

.post-tags a {
  display: inline-block;
  background: #f1f2f3;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  padding: 0.05rem 0.5rem;
  color: #7f7f7f;
}

.blghty {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
}

.blghty i {
  margin-right: 0.5rem;
  font-size: 1.25rem;
  line-height: 1rem;
  vertical-align: middle;
}

.sshr {
  display: inline-flex;
  gap: 0.5rem;
}

.sshr a {
  display: inline-flex;
  width: 20px;
  height: 20px;
}

.sshr a:hover {
  background: rgba(0, 0, 0, 0.125);
}

.ssbtm {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.085);
  border-top: 1px solid rgba(0, 0, 0, 0.085);
}

.copy-link-btn {
  display: inline-block;
  color: #7f7f7f;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.085);
  padding: 0.35rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.85rem;
  cursor: pointer;
}

.copy-link-btn:hover {
  background: #f9f9f9;
}

.lcpd {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.4rem 1.05rem;
  background: rgba(37, 211, 102, 0.975);
  color: #fff;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.video-wrapper {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.video-thumbnail {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  /* Adjust size */
  height: 40px;
  background: url("https://cdn-icons-png.flaticon.com/512/0/375.png") no-repeat
    center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}

.custom-play-button:hover {
  opacity: 1;
}

.vdolst .video-container {
  padding-bottom: 0;
}

.vdolst .video-container iframe {
  width: 100%;
  height: 250px;
  /* Adjust height */
  border-radius: 10px;
}

section.marquee {
  background: #f7f7f7;
}

.cmncrd {
  display: block;
  box-shadow: 0 0 20px rgba(70, 76, 136, 0.1);
  border-radius: 0.5rem;
  background: #fff;
  transition: all 0.7s;
  padding: 1.5rem;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.oicard {
  display: block;
  box-shadow: 0 0 20px rgba(70, 76, 136, 0.1);
  border-radius: 1.5rem;
  background: #fff url(../images/auf-white.svg) no-repeat;
  background-position: bottom 1rem right 1rem;
  background-size: 50px 50px;
  transition: all 0.7s;
  border-left: 30px solid transparent;
  padding: 3rem 2rem;
}
.oicard img {
  height: 225px;
  margin-bottom: 1rem;
}
.oicard .card-head {
  font-size: calc(var(--bs-body-font-size) * 1.05);
  margin-bottom: 0.75rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: initial;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.oicard p {
  font-size: calc(var(--bs-body-font-size) * 0.875);
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.oicard.ac {
  background-color: #e9f6fe;
  border-color: #bce9ff;
}

.oicard.empmt {
  background-color: #fdf8fc;
  border-color: #f7d7ef;
}

.oicard.hlth {
  background-color: #fdfcf8;
  border-color: #f8e9ca;
}

.oicard.edc {
  background-color: #efecff;
  border-color: #e1ddfe;
}

.oicard.rtnf {
  background-color: #fbf6f5;
  border-color: #ffe7e5;
}

.oicard.envmt {
  background-color: #f8dff2;
}

.oicard.rbduk {
  background-color: #faf6ed;
}
.prod-card {
  display: block;
  box-shadow: 0 0 20px rgba(70, 76, 136, 0.15);
  border:1px solid rgba(70, 76, 136, 0.075);
  border-radius: 0.5rem;
  background: #fff url(../images/auf-white.svg) no-repeat;
  background-position: bottom 1rem right 1rem;
  background-size: 50px 50px;
  transition: all 0.7s;
}

.prod-card .overflow-hidden {
  height: 200px;
}
.arcard.prod-card .overflow-hidden {
  height: auto;
}
.prod-card .overflow-hidden img {
  width: 100%;
  /* height: 200px; 
  object-fit: cover;
  object-position: top;*/
}

.atglnc .prod-card .overflow-hidden {
  height: 250px;
}

.atglnc .prod-card .overflow-hidden img {
  height: 250px;
}

.atglnc .nav-tabs {
  border-bottom: 0;
}

.atglnc .nav-tabs .nav-link {
  border: 0;
  border-bottom: 3px solid transparent;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.875rem;
  color: inherit;
}

.atglnc .nav-tabs .nav-link.active {
  border-color: var(--bs-primary-color);
  font-weight: 600;
}

.prod-card.ac {
  background-color: #e9f6fe;
}

.prod-card.empmt {
  background-color: #f8dff2;
}

.prod-card.hlth {
  background-color: #faf6ed;
}

.prod-card.edc {
  background-color: #efecff;
}

.prod-card.rtnf {
  background-color: #faeeed;
}

.prod-card.envmt {
  background-color: #f8dff2;
}

.prod-card.rbduk {
  background-color: #faf6ed;
}

.prod-card > div:not(.btmprod) {
  border-radius: 0.5rem 0.5rem 0 0;
  margin-bottom: 1.5rem;
  transition: all 0.7s;
}

.strisec .prod-card {
  background: #fff;
      display: flex;
    flex-direction: column;
    height: 100%;
}

.prod-card img {
  border-radius: 0.5rem 0.5rem 0 0;
  transition: all 0.7s;
}
.ftl{float:left;width:350px; margin-right:1.5rem;margin-bottom:1.5rem;}
.prod-card .crdbdy {
  padding: 1.5rem;
  transition: all 0.7s;
}
.prod-card .btmprod {
  padding: 1.5rem;
  padding-bottom: 1.5rem;
  transition: all 0.7s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.prod-card .card-head {
  font-size: calc(var(--bs-body-font-size) * 1.05);
  margin-bottom: 0.75rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: initial;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.prod-card:hover img {
  transform: scale(1.05);
  overflow: hidden;
  transition: all 0.7s;
}

.prod-card p {
  font-size: calc(var(--bs-body-font-size) * 0.875);
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btmprod > span {
  color: var(--bs-heading-color);
  font-size: calc(var(--bs-body-font-size) * 0.875);
  gap: 0.4rem;
}

.btmprod > span::before {
  position: absolute;
  content: "";
  background: var(--bs-heading-color);
  width: 0;
  height: 1.15px;
  left: 0;
  bottom: -0.15rem;
  transition: all 0.7s;
}

.prod-card:hover .btmprod > span::before {
  width: 85px;
  transition: all 0.7s;
}

.btmprod > span > span {
  color: #727381;
  font-size: calc(var(--bs-body-font-size) * 1.25);
  transition: all 0.7s;
}

.prod-card:hover .btmprod > span > span {
  margin-left: 0.25rem;

  transition: all 0.7s;
}

/* third-section ends */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ctasec {
  /* background: url(../images/subscribe-bg.png) no-repeat;
  background-size: cover; */
  background-color: #f8e9ca;
  padding-top: 100px;
}

/* digital-section ends */
section.digital {
  background: url(../images/home/demo-bg.jpg) no-repeat;
  background-position: right center !important;
  transition: all 0.7s;
}

section.digital:hover {
  background-position: 97% 97% !important;
}

.case {
  font-size: calc(var(--bs-body-font-size) * 1.125);
}

.bdclfx {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bdl > div {
  border-left: 3px solid rgb(138 137 137 / 20%);
}

.bdl > div:first-child {
  border-left: hidden;
}

.ctatxt {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: var(--bs-heading-font-family);
}

.cnt {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--bs-primary-color);
}
.cntlbl {
  color: black;
}

.icnbox {
  margin-bottom: 1.25rem;
}

.progress {
  width: 125px;
  height: 125px;
  line-height: 125px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid #fcdce1;
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #ffffff;
  font-size: 24px;
  color: var(--bs-primary-color);
  line-height: 110px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.progress.blue .progress-bar {
  border-color: var(--bs-primary-color);
}

.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress .progress-bar-1 {
  animation: loading-1 1.8s linear forwards;
}

.progress .progress-left .progress-bar-1 {
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress .progress-bar-2 {
  animation: loading-3 1.8s linear forwards;
}

.progress .progress-left .progress-bar-2 {
  animation: loading-4 1.5s linear forwards 1.8s;
}

.progress .progress-bar-3 {
  animation: loading-5 1.8s linear forwards;
}

.progress .progress-left .progress-bar-3 {
  animation: loading-6 1.5s linear forwards 1.8s;
}

.progress .progress-bar-4 {
  animation: loading-7 1.8s linear forwards;
}

.progress .progress-left .progress-bar-4 {
  animation: loading-8 1.5s linear forwards 1.8s;
}

@keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(144deg);
  }
}

@keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(126deg);
  }
}

@keyframes loading-4 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(72deg);
  }
}

@keyframes loading-5 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(216deg);
  }
}

@keyframes loading-6 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(162deg);
  }
}

@keyframes loading-7 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(108deg);
  }
}

@keyframes loading-8 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(90deg);
  }
}

/* digital-section ends */

.insidesec {
  background: url(../images/home/testimonial-bg.jpg) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 112px 50px 144px;
  transition: all 0.7s;
}

.insidesec:hover {
  background-size: 120% 120%;
}

.rgttst {
  background: #fff;
  opacity: 0.8;
  outline: 0;
  border-radius: 0.5rem;
  padding: 2.625rem;
}

.lfttst h6 {
  font-size: calc(var(--bs-body-font-size) * 1.125);
  color: #727381;
}

.lfttst h3 {
  font-size: calc(var(--bs-body-font-size) * 2.25);
  line-height: 46px;
}

.rgttst p {
  font-size: calc(var(--bs-body-font-size) * 1.125);
  margin-bottom: 2.5rem;
  padding-left: 0.35rem;
  min-height: 169px;
}

.rgttst img:first-child {
  width: 73px !important;
  height: 73px;
  margin-right: 1.25rem;
}

.rgttst img:last-child {
  width: 73px !important;
  height: 73px;
  right: 42px;
  bottom: 42px;
  background: #fff;
  z-index: 1;
}

section.testimonial {
  padding-bottom: 0;
}

.testimonial .slick-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: calc(100% + 64px);
  transform: translateX(-50%);
  width: 100%;
  padding: 0;
  margin: 0;
}

.testimonial .slick-dots li {
  list-style-type: none;
  font-size: 0;
}

.testimonial .slick-dots li button {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border-radius: 50%;
  background: #e8e9fa;
  position: relative;
  list-style-type: none;
  font-size: 0;
  border: 0;
  transition: all 0.7s;
}

.testimonial .slick-dots li.slick-active button {
  background: var(--bs-heading-color);
  width: 0.5rem;
  height: 0.5rem;
  transition: all 0.7s;
}

.testimonial .slick-dots li.slick-active button::after {
  position: absolute;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--bs-heading-color);
  border-radius: 50%;
}

.dtl h4 {
  font-size: calc(var(--bs-body-font-size) * 1.25);
  margin-bottom: 0.5rem;
}

.dtl p {
  font-size: calc(var(--bs-body-font-size) * 0.875);
  margin-bottom: 0;
  line-height: 1.25rem;
  color: var(--bs-heading-color);
  max-width: 250px;
  min-height: auto !important;
}

.close-white,
.menu-white {
  display: none;
}

/* testimonial section end */
footer {
  background: #ee163b;
  background-image: url(../images/auf-red-bg.svg);
  background-repeat: no-repeat;
  background-position: center right -50px;
  padding-top: 110px;
  padding-bottom: 2rem;
}

footer .ftrcntnt .mapimg {
  display: flex;
  align-items: self-start;
  gap: 1rem;
}

footer .ftrcntnt .mapimg img {
  height: 1.5rem;
  margin-top: 0.5rem;
}

footer .ftrcntnt .ftrhead {
  font-size: var(--bs-body-font-size);
  font-weight: 600;
  font-family: var(--bs-body-font-family);
  font-size: 0.875rem;
  color: #fff;
}

footer .ftrcntnt ul.mb-45 > li {
  margin-bottom: 0;
  display: flex;
  line-height: 2.25rem;
}

footer .ftrcntnt ul.mb-45 > li a {
  font-size: calc(var(--bs-body-font-size) * 0.875);
  color: rgba(255, 255, 255, 0.9);
}

footer .ftrcntnt ul.mb-45 > li a:hover {
  /* color: #FCFCFC; */
  text-decoration: none;
}

footer .ftrcntnt ul.mb-45 > li span {
  background: linear-gradient(90deg, #393185 0%, #e4097f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: calc(var(--bs-body-font-size) * 2);
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

footer .socialicon {
  gap: 75px;
}

footer .socialicon li {
  list-style-type: none;
  flex: 1;
}

footer .socialicon li a {
  display: flex;
  align-items:center;
  gap: 0.75rem;
}

footer .socialicon li a img {
  height: 40px;
  width: 40px;
}

footer .socialicon li a h3 {
  font-size: calc(var(--bs-body-font-size) * 0.75);
  margin-bottom: 0;
  font-family: var(--bs-body-font-family);
  line-height: 1.5;
}

footer .socialicon li:nth-child(1) a:hover img,
footer .socialicon li:nth-child(1) a:hover h3 {
  filter: invert(27%) sepia(61%) saturate(4021%) hue-rotate(212deg)
    brightness(101%) contrast(101%);
}

footer .socialicon li:nth-child(2) a:hover img,
footer .socialicon li:nth-child(2) a:hover h3 {
  filter: invert(18%) sepia(64%) saturate(4636%) hue-rotate(344deg)
    brightness(97%) contrast(87%);
}

footer .socialicon li:nth-child(3) a:hover img,
footer .socialicon li:nth-child(3) a:hover h3 {
  filter: invert(31%) sepia(86%) saturate(5705%) hue-rotate(199deg)
    brightness(88%) contrast(92%);
}

footer .socialicon li:nth-child(4) a:hover img,
footer .socialicon li:nth-child(4) a:hover h3 {
  filter: invert(0%) sepia(34%) saturate(676%) hue-rotate(246deg)
    brightness(91%) contrast(97%);
}

footer .socialicon li:nth-child(5) a:hover img,
footer .socialicon li:nth-child(5) a:hover h3 {
  filter: invert(15%) sepia(91%) saturate(7499%) hue-rotate(1deg)
    brightness(108%) contrast(114%);
}

footer .prodhd {
  font-weight: 600;
  font-size: calc(var(--bs-body-font-size) * 0.875);
  color: var(--bs-heading-color);
  margin-bottom: 0;
  line-height: 2.25rem;
}

footer ul.lstftr {
  gap: 1.25rem;
}

footer ul.lstftr li {
  list-style-type: none;
}

footer ul.lstftr a {
  color: rgba(255, 255, 255, 0.9);
  font-size: calc(var(--bs-body-font-size) * 0.875);
}

footer ul.lstftr a:hover {
  text-decoration: underline;
}

footer ul {
  padding: 0;
}

.bdrbtm {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
}

.bdrbtm.dwn {
  margin-bottom: 1.75rem;
  padding-bottom: 0;
}

.lftbc p {
  font-size: calc(var(--bs-body-font-size) * 0.875);
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
}

.lftbc .fstspan {
  color: #fcfcfc;
  margin-top: 0;
  opacity: 0.7 !important;
}

.lftbc .text-white {
  color: #fff;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ed1b23;
  --bs-btn-border-color: #ed1b23;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #cf0c14;
  --bs-btn-hover-border-color: #cf0c14;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #cf0c14;
  --bs-btn-active-border-color: #cf0c14;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ed1b23;
  --bs-btn-disabled-border-color: #ed1b23;
}

.btn-outline-primary {
  background-color: #fff;
  --bs-btn-color: #ed1b23;
  --bs-btn-border-color: #ed1b23;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ed1b23;
  --bs-btn-hover-border-color: #ed1b23;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ed1b23;
  --bs-btn-active-border-color: #ed1b23;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ed1b23;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ed1b23;
  --bs-gradient: none;
}

/* blog start */
.date {
  font-size: calc(var(--bs-body-font-size) * 0.875);
}

.blog .top-img h3 {
  font-size: calc(var(--bs-body-font-size) * 1.25);
  line-height: 25.2px;
}

.blog a > span:last-child {
  font-size: calc(var(--bs-body-font-size) * 0.875);
  color: #fff;
  gap: 0.5rem;
}

.blog a.top-img > span:last-child::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -0.25rem;
  transition: all 0.7s;
}

.blog a.top-img:hover > span:last-child::before {
  width: 84px;
  transition: all 0.7s;
}

section .mb50 a span {
  color: var(--bs-heading-color) !important;
  font-size: calc(var(--bs-body-font-size) * 1.25) !important;
}

h2 + a {
  color: var(--bs-heading-color);
  font-size: calc(var(--bs-body-font-size) * 0.875);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
  position: relative;
}

h2 + a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1.1px;
  width: 30%;
  background: var(--bs-heading-color);
  transition: all 0.7s;
}

h2 + a:hover::after {
  width: 100%;
  transition: 0.7s all;
}

h2 + a:hover span {
  transform: translateX(4px);
  transition: 0.7s all;
}

/* blog end */

/* social start */
.social {
  background: linear-gradient(180deg, #bce8ff -8%, #fafafc 100%);
}

.socialcard {
  box-shadow: 0px 8px 16px 0px #464c880f;
  border-radius: 0.5rem;
  background: #fff;
  transition: all 0.7s;
}

.socialcard img {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  transition: all 0.7s;
}

.socialcard .overflow-hidden {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.socialcard .innercntnt {
  padding: 1.875rem;
}

.socialcard .innercntnt .material-symbols-outlined {
  font-size: calc(var(--bs-body-font-size) * 1.125);
  transition: all 0.7s;
}

.socialcard:hover .innercntnt .material-symbols-outlined {
  margin-left: 0.25rem;
  transition: all 0.7s;
}

.socialcard h3 {
  font-size: calc(var(--bs-body-font-size) * 1.25);
}

.socialcard:hover img {
  transform: scale(1.25);
  transition: all 0.7s;
}

.socialcard span {
  color: #0e1726;
  font-size: calc(var(--bs-body-font-size) * 0.875);
  gap: 0.4rem;
}

.socialcard span.exp::before {
  position: absolute;
  content: "";
  background: var(--bs-heading-color);
  width: 0;
  height: 1.15px;
  left: 0;
  bottom: -0.15rem;
  transition: all 0.7s;
}

.socialcard:hover span.exp::before {
  width: 85px;
  transition: all 0.7s;
}

.socialcard:hover > span:last-child::before {
  width: 84px;
  transition: all 0.7s;
}

.innercntnt span span {
  color: var(--bs-para-color);
}

/* social end */
.second-section .top-img {
  padding-bottom: 0;
  position: relative;
  transition: all 0.7s;
}

.top-img:hover h3 {
  color: #fff;
}

.top-img.txtpri:hover h3 {
  color: var(--bs-heading-color);
}

.top-img > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  border-radius: 0.5rem;
  transition: all 0.7s;
}

.top-img.txtpri > p {
  color: var(--bs-heading-color);
}

.second-section .top-img:hover img {
  overflow: hidden;
  transform: scale(1.5);
  transition: all 0.7s;
}

.second-section .top-img:hover p {
  display: block;
  transition: all 0.7s;
}

.second-section .top-img:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: -1;
  background: var(--bs-heading-color);
  transition: all 0.7s;
}

.second-section .top-img.tscndshd:hover::before {
  background: #6bd7fe;
  transition: all 0.7s;
}

.owl-controls {
  z-index: 3;
  left: 94.5%;
  top: calc(100% - 41px);
}

.owl-controls button {
  color: var(--bs-para-color);
  border: none;
  font-size: var(--bs-body-font-size);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 27px;
  right: 7px;
  background: transparent;
  border-radius: 4px;
}

.owl-controls button span {
  font-size: calc(var(--bs-body-font-size) * 2.25);
  color: #979797;
}

.owl-controls button.owl-play {
  display: none;
}

.butn:link,
.butn:visited {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: center;
  background-color: #ed1b23;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  line-height: 1.366rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.butn::before {
  background: #fff;
  content: "";
  height: 133px;
  opacity: 0;
  position: absolute;
  top: -95px;
  transform: rotate(35deg);
  width: 25px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.butn::after {
  background: #fff;
  content: "";
  height: 11rem;
  opacity: 0;
  position: absolute;
  top: -75px;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 2.5rem;
}

.butn__new::before {
  left: -50%;
}

.butn__new::after {
  left: -100%;
}

.butn:hover,
.butn:active {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.butn:hover span,
.butn:active span {
  transform: translateX(4px);
  transition: all 0.7s;
}

.butn__new:hover::before {
  left: 120%;
  opacity: 0.5s;
}

.butn__new:hover::after {
  left: 200%;
  opacity: 0.6;
}

.butn span {
  z-index: 20;
}

.start-project {
  background: #16171a;
}

.hffslide .carousel-content {
  position: relative;
}

.hffslide .carousel-content .toptxt {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.hffslide.owl-theme .owl-nav .owl-prev,
.hffslide.owl-theme .owl-nav .owl-next {
  background: rgba(255, 255, 255, 0.9);
}

.hffslide.owl-theme .owl-nav .owl-prev:hover,
.hffslide.owl-theme .owl-nav .owl-next:hover {
  background: rgba(255, 255, 255, 0.99);
  color: #212121;
}

.clntwrap {
  background: #edf4fc;
  padding: 1.5rem;
}

.clntbx {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
}

.clntbx img {
  display: inline-block !important;
  max-height: 120px;
  max-width: 100%;
  width: auto !important;
}

.start-project a .logo {
  height: 150px;
  background: url(../images/home/cta-spinx.svg) 0 0 repeat-x;
  animation: startright 100s linear infinite;
  animation-play-state: paused;
  margin-bottom: 30px;
  text-indent: -9999px;
}

.start-project a .logo:last-child {
  margin-bottom: 0;
}

.start-project a .logo:nth-child(2) {
  background-position: 20% 0;
  animation: startleft 100s linear infinite;
  animation-play-state: paused;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.start-project .project-start-title {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 8;
  gap: 1rem;
}

.start-project .ft-logo-wrapper:hover .logo {
  animation-play-state: running;
}

.start-project .ft-logo-wrapper:hover .logo:nth-child(2) {
  animation-play-state: running;
}

@keyframes startleft {
  0% {
    background-position: 20% 0;
  }

  100% {
    background-position: -1000% 0;
  }
}

@keyframes startright {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 1000% 0;
  }
}

/* progress bar */
.thumbnails {
  justify-content: space-between;
}

.thumbnails .owl-item {
  gap: 1.25rem;
  min-width: 256.04px;
}

.play-pause {
  color: var(--bs-heading-color);
  width: 1.5rem;
  height: 1.5rem;
  left: calc(100% - 2.75rem);
  z-index: 9;
  top: calc(100% - 42px);
}

.client .slick-track {
  display: flex;
  align-items: center;
  border: 1px solid #b1c3df;
}

.client .slick-track > * {
  min-height: 175px;
  border-left: 1px solid #39475c;
}

.client .slick-track > *:last-child {
  border-right: 1px solid #b1c3df;
}

.client .slick-initialized .slick-slide {
  display: flex;
}

.thumbnails .owl-item {
  cursor: pointer;
}

.play-pause img {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}

.play-pause .play-icon {
  display: none;
}

.slider .slick-slide {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.text-inv {
  color: var(--bs-heading-color) !important;
}

.butn.text-inv::after {
  background: #00001059;
}

.slider .slick-current {
  opacity: 1;
}

.butn.bg-gray {
  background-color: #727381;
}

.lastlihsr {
  position: sticky;
  backdrop-filter: none;
  background: transparent;
  bottom: -55px;
  width: 100%;
  margin-top: 39px !important;
}

.innoffcan .btn-close {
  --bs-btn-close-bg: none;
  transform: rotate(90deg);
  opacity: 1;
  align-items: self-end;
  display: flex;
  justify-content: center;
  padding-bottom: 0;
}

.offtrans {
  transform: none !important;
  visibility: visible;
}

.px20 {
  padding: 0 1.25rem !important;
}

/* about us start */
.values {
  background: linear-gradient(180deg, #bce8ff -8%, #fafafc 100%);
}

.pttop {
  padding-top: 220px;
}

.scroll-year-text {
  color: #0e1726;
  font-size: calc(var(--bs-body-font-size) * 1.125);
  font-weight: 700;
}

.os-scrollbar-handle {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../images/about-us/about/slider-round.svg);
  cursor: move;
  top: -1.5rem;
}

.mb80 {
  margin-bottom: 80px;
}

.horizontal-scroll-border {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.rounded-dots-scrollbar {
  background-color: #9aa1a8;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.7s;
}

.maintabdv li {
  padding: 0;
  padding-top: 50px;
  background: linear-gradient(180deg, #ffffff 0%, #e4e4e7 100%);
  border: 1px solid #d7d7db;
  transition: all 0.7s;
}

.maintabdv li.active {
  overflow: hidden;
  box-shadow: 0px 4px 16px 0px #464c881a;
  border: 1px solid #d7d7db;
  background: #fff;
  padding: 50px 0 0 40px;
  display: flex;
  transition: all 0.7s;
}

.maintabdv li .tabhead {
  width: 123px;
  cursor: pointer;
  padding-bottom: 40px;
  /* transition:all 0.7s; */
}

.maintabdv li.active .tabhead {
  justify-content: start;
  /* width: 60px; */
  transition: all 0.7s;
}

.imgtxt {
  font-size: 283px;
  font-weight: bold;
  background-image: url(../images/about-us/about/value-text-bg.jpg);
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 4px;
  margin: 0;
  position: absolute;
  bottom: -5rem;
  opacity: 0.2;
}

.imgtxt.fst {
  font-size: 283px;
}

.imgtxt.scnd {
  font-size: 256px;
}

.imgtxt.thrd {
  font-size: 256px;
  bottom: 0;
  line-height: 1;
  text-wrap: nowrap;
}

.maintabdv li .tabhead h4 {
  font-size: calc(var(--bs-body-font-size) * 2.125);
  line-height: 43.38px;
  transform: translateY(-2.5rem) rotate(-90deg);
}

.maintabdv li.active .tabhead h4 {
  transform: translate(-2.5rem, -2.5rem) rotate(-90deg);
}

.maintabdv li:last-child .tabhead h4 {
  transform: translate(-4.5rem, -6.5rem) rotate(-90deg);
}

.maintabdv li.active:last-child .tabhead h4 {
  transform: translate(-6.5rem, -6.5rem) rotate(-90deg);
}

.tabhead span {
  font-size: var(--bs-body-font-size);
  line-height: 20.42px;
}

.maintabdv li .tabcontent {
  display: none;
  /* opacity:0; */
  /* visibility: hidden; */
  /* width:0; */
  padding-right: 50px;
  padding-bottom: 225px;
  transition: all 0.7s;
}

.maintabdv .tabcontent img {
  bottom: 0;
  left: 0;
}

.maintabdv li.active .tabcontent {
  display: block;
  /* opacity:1; */
  /* visibility: visible; */
  /* width:100%; */
  position: relative;
  transition: all 0.7s;
}

.tabcontent p {
  line-height: 44px;
  font-size: calc(var(--bs-body-font-size) * 1.5);
}

.grow {
  background: url(../images/about-us/about/about-top-bg.jpg) no-repeat;
  background-size: cover;
}

.txtimgtop {
  font-size: calc(var(--bs-body-font-size) * 3.99);
  line-height: 81.66px;
  letter-spacing: 1px;
  background-image: url(../images/Contact-us/contact-text-bg.png);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin: 0;
}

.mb70 {
  margin-bottom: 70px;
}

.numdv {
  gap: 1.063rem;
}

.numdv img {
  margin-top: 0.875rem;
}

.numdv h2 {
  background: linear-gradient(90deg, #393185 0%, #e4097f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: calc(var(--bs-body-font-size) * 3.375);
  line-height: 68.9px;
}

.numdv span {
  font-size: calc(var(--bs-body-font-size) * 1.125);
  letter-spacing: 1px;
  color: #0e1726;
  line-height: 1.5rem;
}

.numdv span:first-child {
  font-size: calc(var(--bs-body-font-size) * 3.375);
  line-height: 68.9px;
  margin: 0;
}

.mb66 {
  margin-bottom: 66px;
}

.pb100 {
  padding-bottom: 100px;
}

.bfr > div {
  padding-top: 8.991rem;
}

.bfr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 51px;
  height: 100%;
  width: 3px;
  background: linear-gradient(180deg, #393185 0%, #e4097f 79.35%);
  animation: fstbfr 2s ease-in-out forwards;
}

.bfr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 52px;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, #e4097f 0%, #393185 79.35%);
  animation: lstaftr 0.5s linear forwards;
  animation-delay: 2s;
}

@keyframes fstbfr {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes lstaftr {
  0% {
    width: 0;
  }

  100% {
    width: 115px;
  }
}

.tst {
  padding: 3.125rem;
}

.tst::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, #393185 0%, #e4097f 79.35%);
  animation: tstbfr 1.5s ease-out forwards;
  animation-delay: 2.5s;
}

@keyframes tstbfr {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes tstbfrmob {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.tst::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0;
  width: 3px;
  background: linear-gradient(0deg, #e4097f 0%, #393185 79.35%);
  animation: tstaftr 1.5s ease-in-out forwards;
  animation-delay: 4s;
}

@keyframes tstaftr {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

p.paftr::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #e4097f 0%, #393185 79.35%);
  animation: paftr 1.5s ease-in-out forwards;
  animation-delay: 5.5s;
}

@keyframes paftr {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.tst img {
  margin-bottom: 3.125rem;
}

.tst p {
  color: #091638;
  font-size: calc(var(--bs-body-font-size) * 1.5);
  line-height: 2.5rem;
}

.valueadd {
  background: url(../images/about-us/about/value-addition-bg.jpg) no-repeat;
  background-size: cover;
}

.valdv {
  max-width: 227px;
}

.valdv img {
  margin-bottom: 1.375rem;
}

.timeline {
  background-size: cover !important;
}

.yeartimeslide .slick-slide {
  max-height: 100px;
  border: 0;
}

.yeartimeslide .slick-list {
  text-align: end;
  padding-top: 1.5rem;
}

.yeartimeslide .slick-active {
  opacity: 1;
}

.timeline .slick-dots::before,
.timeline .slick-dots::after {
  position: absolute;
  font-size: calc(var(--bs-body-font-size) * 1.125);
  line-height: 1.5rem;
  letter-spacing: 1px;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
}

.timeline .slick-dots::before {
  content: "1996";
  left: 0;
}

.timeline .slick-dots::after {
  right: 0;
  content: "2024";
}

.timeline .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  padding: 0;
  margin: 0;
  position: relative;
  margin-top: 50px;
}

.timeline .slick-dots li {
  list-style: none;
  line-height: 0;
}

.timeline .slick-dots li button {
  background: #9aa1a8;
  border: 0;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  font-size: calc(var(--bs-body-font-size) * 0);
  border-radius: 50%;
}

.timeline .slick-dots li.slick-active button {
  width: 60px;
  height: 60px;
  /* background: #E6EDF7 url(../images/about-us/about/slider-round.svg) no-repeat; */
  background-size: cover;
  border: 1px solid #fff;
}

.yeartimeslide .slick-slide p {
  font-size: calc(var(--bs-body-font-size) * 5);
  line-height: 5rem;
  letter-spacing: 0.375rem;
  color: #979ea7;
}

.yeartimeslide .slick-slide.slick-current p {
  color: var(--bs-heading-color);
}

.rgthd .twenty,
.rgthd.changed .ninghty {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: opacity 0.7s ease, visibility 0s 0.7s;
}

.rgthd.changed .twenty,
.rgthd .ninghty {
  opacity: 1;
  visibility: visible;
  display: block;
  transition: opacity 0.7s ease, visibility 0s;
}

.rgtyear .rgthd {
  top: 50%;
  right: 121px;
  transform: translate(0, -46%);
}

.rgtyear .rgthd h2 {
  font-size: calc(var(--bs-body-font-size) * 5);
  line-height: 5rem;
  letter-spacing: 0.375rem;
}

.timelinemain {
  gap: 50px;
}

.timelinemain .timeimg {
  min-width: 240px;
  min-height: 180px;
}

.timeline .slick-slide {
  margin-right: 2px;
}

.timelinemain .timecntnt h4 {
  opacity: 0.7;
  line-height: 1.875rem;
  letter-spacing: 1px;
}

.timelinemain .timecntnt p {
  font-size: calc(var(--bs-body-font-size) * 0.95);
}

/* about us end */

/* conatct us start */
.contactus {
  background: url(../images/Contact-us/contact-top-bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom right;
}

.mainform .inputbox {
  position: relative;
  margin-bottom: 70px;
}

.mainform .label::after {
  position: absolute;
  content: "*";
  right: -1rem;
  color: #bd4328;
  font-weight: 500;
}

.mb90 {
  margin-bottom: 90px;
}

.mb145 {
  margin-bottom: 145px;
}

.mainform h2 {
  margin-bottom: 4rem;
  font-size: calc(var(--bs-body-font-size) * 2.125);
  line-height: 46px;
}

.contctdv {
  gap: 1rem;
  max-width: 300px;
}

.contctdv a {
  font-size: calc(var(--bs-body-font-size) * 1.125);
  color: #1d2a41;
  line-height: 26px;
}

.ps-100 {
  padding-left: 100px;
}

.mainform form:before {
  position: absolute;
  content: "";
  left: 44px;
  top: -53px;
  width: 3px;
  height: 118%;
  background: linear-gradient(180deg, #393185 0%, #e4097f 98.34%);
}

.contctcntnt h4 {
  font-size: calc(var(--bs-body-font-size) * 1.125);
}

.contctcntnt p {
  line-height: 26px;
}

.mainform .input-container.mb50 {
  margin-bottom: 50px;
}

.mainform .input-container input {
  border: none;
  border-bottom: 2px solid #9fa2a8;
  outline: none;
}

.mainform .input-container input.Message {
  padding-bottom: 5rem;
}

.darkquote {
  display: none;
}

.mainform .input-container label {
  top: 0;
  left: 0;
  color: #7f7f7f;
  font-size: calc(var(--bs-body-font-size) * 1);
  transition: all 0.7s;
}

.mainform .input-container input:focus ~ label,
.mainform .input-container input:valid ~ label {
  top: -15px;
  font-size: calc(var(--bs-body-font-size) * 0.875);
}

.mainform .input-container .underline {
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: var(--bs-heading-color);
  transform: scaleX(0);
  transition: all 0.3s ease;
}

.mainform .input-container input:focus ~ .underline,
.mainform .input-container input:valid ~ .underline {
  transform: scaleX(1);
}

/* conatct us end */

/* leadership start */

.toptxtldr {
  top: 50%;
  transform: translateY(-50%);
}

.leadership img {
  height: 400px;
}

.ldrdv {
  border-radius: 5px;
  transition: all 0.7s;
}

.ldrdv .imgdv {
  border-radius: 0.25rem;
}

.ldrdv .imgdv img {
  transition: all 0.7s;
}

.ps52 {
  padding-left: 52px;
}

.pe52 {
  padding-right: 52px;
}

.ldrdv span {
  color: var(--bs-heading-color);
  transition: all 0.7s;
}

.leaders .tab-content .position-absolute {
  background: #fff;
  bottom: 1.875rem;
  right: 1.875rem;
  border-radius: 0.5rem;
  width: 290px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.leaders .tab-content .position-absolute.scndimg {
  left: 1.875rem;
}

.leaders .tab-content .position-absolute h5 {
  font-size: calc(var(--bs-body-font-size) * 1.125);
}

.leaders .tab-content .position-absolute p {
  font-size: calc(var(--bs-body-font-size) * 0.998);
  line-height: 26px;
}

.btmldr ul {
  list-style: none;
  gap: 0.5rem;
}

.btmldr ul img {
  width: 1.5rem;
  height: 1.5rem;
}

.cardhd {
  font-size: calc(var(--bs-body-font-size) * 1.25);
  color: var(--bs-heading-color);
  font-family: var(--bs-heading-font-family);
  font-weight: 700;
}

.tab-pane .position-relative img {
  border-radius: 0.5rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.ldrdv:hover span {
  transform: translateX(5px);
  transition: all 0.7s;
}

.ldrdv:hover .imgdv img {
  transform: scale(1.05);
  overflow: hidden;
  transition: all 0.7s;
}

.pt112 {
  padding-top: 112px;
}

section.leaders {
  background: linear-gradient(180deg, #ffffff 0%, #eff9fb 100%);
}

.drtrtxt h3 {
  font-size: calc(var(--bs-body-font-size) * 2.25);
  margin-bottom: 2rem;
  line-height: 46px;
}

.leaders .row.cus-g-30 {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 1.875rem;
}

.drtrtxt p {
  font-size: calc(var(--bs-body-font-size) * 1.125);
}

.leaders .scndtbhdng {
  margin-bottom: 2rem;
  font-size: calc(var(--bs-body-font-size) * 1.875);
  line-height: 38.28px;
}

.leaders .nav-pills .nav-link {
  color: var(--bs-heading-color);
  border-bottom: 2px solid #d9d9d9;
  background-color: transparent;
  border-radius: 0;
  font-size: calc(var(--bs-body-font-size) * 1.125);
  font-weight: 600;
  line-height: 24.59px;
  padding: 1.25rem;
  box-shadow: none;
}

.leaders .nav-pills .nav-link.active {
  color: var(--bs-heading-color);
  border-bottom: 2px solid var(--bs-heading-color);
}

/* leadership ends */

#successMessage {
  margin-top: 10px;
  font-size: calc(var(--bs-body-font-size) * 0.775);
  font-weight: 500;
  position: absolute;
  left: 100px;
}

.error-message {
  font-size: calc(var(--bs-body-font-size) * 0.775);
  font-weight: 500;
  position: absolute;
  bottom: -1.25rem;
}

/* power page start */
/* sticky-component start */
.imgvisibility img:nth-child(2) {
  display: none;
}

.maindivutility .power {
  top: 30.5%;
  left: 0;
  height: 78.25%;
}

.maindivutility .power h1 {
  font-size: calc(var(--bs-body-font-size) * 4);
}

.maindivutility .power h1 + p {
  font-size: calc(var(--bs-body-font-size) * 1.125);
  margin-bottom: 2.5rem;
  color: var(--bs-heading-color);
}

.leftpos {
  top: 168px;
}

.leftpos h3 {
  margin-bottom: 2rem;
  line-height: 46px;
}

.leftpos p {
  font-size: calc(var(--bs-body-font-size) * 1.125);
  line-height: 2rem;
}

.stickydv {
  padding: 1.875rem;
  transition: all 0.7s;
}

.stickydv:hover {
  border-radius: 0.5rem;
  background: #f3f5fc;
  transition: all 0.7s;
}

.stickydv img {
  margin-bottom: 1.875rem;
}

.stickydv h4 {
  font-size: calc(var(--bs-body-font-size) * 1.25);
  line-height: 1.5rem;
}

.stickydv p {
  font-size: calc(var(--bs-body-font-size) * 0.875);
  line-height: 1.5rem;
}

/* sticky-component end */

/* counternum-section start */
.counternum-section.power {
  background: url(../images/industries/power/abstract-curves-background-with-bokhe-lights.png)
    no-repeat;
  background-size: cover;
}

.counternum-section h1 {
  font-size: calc(var(--bs-body-font-size) * 2.25);
  line-height: 46px;
}

.counternum-section .outerleftdv {
  padding: 50px 75px 65px 72px;
  margin-left: 40px;
}

.counternum-section.power .outerleftdv {
  padding: 50px 75px 66px 72px;
}

.counternum-section .outerleftdv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 3px;
  animation: fstbfr 1s ease-in-out forwards;
}

.counternum-section .outerleftdv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  animation: tstbfr 1s ease-out forwards;
  animation-delay: 1s;
}

.counternum-section .outerrightdv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  animation: tstbfr 1s ease-out forwards;
  animation-delay: 2s;
}

.counternum-section .outerrightdv::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0;
  width: 3px;
  animation: fstbfr 1s ease-in-out forwards;
  animation-delay: 3s;
}

.counternum-section .toplftbdr::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 3px;
  animation: tstbfrmob 1s ease-out forwards;
  animation-delay: 4s;
}

.counternum-section .toplftbdr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 3px;
  animation: fstbfr90 1s ease-in-out forwards;
  animation-delay: 5s;
}

.p-50 {
  padding: 50px;
}

.gap-20 {
  gap: 1.25rem;
}

.numdv.power h2 {
  background: linear-gradient(90deg, #393185 0%, #e4097f 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes fstbfr90 {
  0% {
    height: 0;
  }

  100% {
    height: 90%;
  }
}

.outerrightdv .numdv {
  padding-bottom: 2.125rem;
  margin-bottom: 2.25rem;
  border-bottom: 1px solid #a6a6a6;
}

.outerrightdv .numdv:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.counternum-section.paused .outerleftdv::before,
.counternum-section.paused .outerleftdv::after,
.counternum-section.paused .outerrightdv::before,
.counternum-section.paused .outerrightdv::after,
.counternum-section.paused .toplftbdr::before,
.counternum-section.paused .toplftbdr::after {
  animation-play-state: paused;
}

.counternum-section.power .outerleftdv::before {
  background: linear-gradient(180deg, #393185 0%, #e4097f 79.35%);
}

.counternum-section.power .outerleftdv::after {
  background: linear-gradient(-90deg, #393185 0%, #e4097f 79.35%);
}

.counternum-section.power .outerrightdv::before {
  background: linear-gradient(90deg, #393185 0%, #e4097f 79.35%);
}

.counternum-section.power .outerrightdv::after {
  background: linear-gradient(180deg, #393185 0%, #e4097f 79.35%);
}

.counternum-section.power .toplftbdr::before {
  background: linear-gradient(-90deg, #393185 0%, #e4097f 79.35%);
}

.counternum-section.power .toplftbdr::after {
  background: linear-gradient(-45deg, #393185 0%, #e4097f 79.35%);
}

/* counternum-section ends */
/* powersec start */

/* powersec ends */
/* faq start */
.faqpower {
  background: linear-gradient(180deg, #bce8ff 0%, #ffffff 100%);
}

.faqpower .accordion-button::after {
  background-image: url(../images/industries/power/add_circle.svg);
  width: 3rem;
  height: 3rem;
  background-size: 3rem;
  transition: all 0.5s;
}

.faqpower .accordion-button:not(.collapsed)::after {
  background-image: url(../images/industries/power/minus_circle.svg);
}

.faqpower .accordion-button {
  padding: 2rem 0;
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.faqpower .accordion-body {
  padding: 0;
  padding-bottom: 2.5rem;
  line-height: 1.875rem;
}

.faqpower .accordion-item,
.faqpower .accordion-flush > .accordion-item:last-child {
  border-bottom: 1px solid #c9c9ce;
}

.faqpower .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  color: #1d2a41;
}

/* faq ends */
/* powerpoint start */

.row.rg60 {
  --bs-gutter-x: 3.75rem;
}

.imgouterdv {
  background-size: 100% 4px, 4px 100%, 100% 4px, 4px 100%;
  background-position: top left, bottom right, bottom right, top left;
  background-repeat: no-repeat;
  animation: bordergradani 1.25s linear 1 forwards;
}

.imgouterdv.power {
  background-image: linear-gradient(to left, #fff 45%, #3c3487),
    linear-gradient(to bottom, #fff 25%, #ec55a7),
    linear-gradient(to left, #ec55a7, #fff 60%),
    linear-gradient(to top, #fff, #3c3487);
}

.imgouterdv:hover {
  animation: bordergradani 1.25s linear 1 forwards;
}

@keyframes bordergradani {
  0% {
    background-size: 0 4px, 4px 0, 0 4px, 4px 0;
  }

  100% {
    background-size: 100% 4px, 4px 100%, 100% 4px, 4px 100%;
  }
}

/* powerpoint ends */

/* power page ends */

/* water page start */

.counternum-section.water {
  background: url(../images/industries/water/water-drop.png) no-repeat;
  background-size: cover;
}

.counternum-section.water .outerleftdv::before {
  background: linear-gradient(180deg, #008ccf 0%, #173b8e 100%);
}

.counternum-section.water .outerleftdv::after {
  background: linear-gradient(-90deg, #008ccf 0%, #173b8e 79.35%);
}

.counternum-section.water .outerrightdv::before {
  background: linear-gradient(90deg, #008ccf 0%, #173b8e 79.35%);
}

.counternum-section.water .outerrightdv::after {
  background: linear-gradient(180deg, #008ccf 0%, #173b8e 79.35%);
}

.counternum-section.water .toplftbdr::before {
  background: linear-gradient(-90deg, #008ccf 0%, #173b8e 79.35%);
}

.counternum-section.water .toplftbdr::after {
  background: linear-gradient(-45deg, #008ccf 0%, #173b8e 79.35%);
}

.numdv.water h2 {
  background: linear-gradient(180deg, #008ccf 0%, #173b8e 100%);
  -webkit-background-clip: text;
}

.imgouterdv.water {
  background-image: linear-gradient(to left, #fff 45%, #008ccf),
    linear-gradient(to bottom, #fff 25%, #173b8e),
    linear-gradient(to left, #173b8e, #fff 60%),
    linear-gradient(to top, #fff, #008ccf);
}

.imgouterdv.paused {
  animation-play-state: paused;
}

/* water page ends */

/* gas page start */
.counternum-section.gas {
  background: url(../images/industries/gas/gas-bnr.png) no-repeat;
  background-size: cover;
}

.counternum-section.gas .outerleftdv::before {
  background: linear-gradient(180deg, #fcc301 0%, #e0ad01 100%);
}

.counternum-section.gas .outerleftdv::after {
  background: linear-gradient(-90deg, #fcc301 0%, #e0ad01 79.35%);
}

.counternum-section.gas .outerrightdv::before {
  background: linear-gradient(90deg, #fcc301 0%, #e0ad01 79.35%);
}

.counternum-section.gas .outerrightdv::after {
  background: linear-gradient(180deg, #fcc301 0%, #e0ad01 79.35%);
}

.counternum-section.gas .toplftbdr::before {
  background: linear-gradient(-90deg, #fcc301 0%, #e0ad01 79.35%);
}

.counternum-section.gas .toplftbdr::after {
  background: linear-gradient(-45deg, #fcc301 0%, #e0ad01 79.35%);
}

.numdv.gas h2 {
  background: linear-gradient(180deg, #fcc301 0%, #dfad01 100%);
  -webkit-background-clip: text;
}

.imgouterdv.gas {
  background-image: linear-gradient(to left, #fff 45%, #fcc301),
    linear-gradient(to bottom, #fff 25%, #dfad01),
    linear-gradient(to left, #dfad01, #fff 60%),
    linear-gradient(to top, #fff, #fcc301);
}

/* gas page ends */

@media (width < 425px) {
  .maintabdv li.active {
    gap: 0;
  }

  .maintabdv li.active .tabcontent {
    padding-bottom: 100px !important;
  }
}


@media (width < 991px) {
  .second-section h3.txtwhtlgt {
    color: #fff !important;
  }
}

@media (426px < width < 992px) {
  .tabcontent p {
    line-height: 2rem;
    font-size: calc(var(--bs-body-font-size) * 1.25);
  }
}


@media (1200px < width < 1399px) {

  .thumbnails {
    max-width: 1116px;
  }
}

@media (1400px < width) {
  .thumbnails {
    max-width: 1296px;
  }
}

@media (1800px < width) {
  section.digital {
    background-size: cover !important;
  }
}

@media (1599px < width < 1799px) {
  .contactus {
    background-position: 142% 100%;
  }
}

@media (1800px < width < 2199px) {
  .contactus {
    background-position: -429px 100%;
  }
}

@media (2200px < width < 2699px) {
  .contactus {
    background-position: -560px 100%;
  }
}

@media (2700px < width < 3099px) {
  .contactus {
    background-position: -725px 100%;
  }
}

@media (3100px < width) {
  .contactus {
    background-position: -1295px 100%;
  }
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2rem;
  }
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav .material-symbols-outlined {
  font-size: 2rem;
  line-height: 2.25rem;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 18px);
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

.owl-theme .owl-nav .owl-prev {
  left: 0;
}

.owl-theme .owl-nav .owl-next {
  right: 0;
}

.ctd {
  font-size: 0.9rem;
}

.ctd .material-symbols-outlined {
  margin-right: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
}

.topage .shape {
  width: 100%;
}

.brdcrm {
  position: relative;
  text-transform: uppercase;
  font-size: 0.775rem;
  font-weight: 500;
  color: #7f7f7f;
  padding-bottom: 50px;
  padding-left: 5rem;
}

.brdcrm::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4rem;
  height: 2px;
  background: #7f7f7f;
}

.brdcrm a {
  position: relative;
  color: var(--bs-primary-color);
  padding-right: 0.75rem;
}

.brdcrm a:after {
  position: absolute;
  right: 2px;
  content: "/";
  color: var(--bs-primary-color);
}

.bdcf {
  border-bottom: 1px solid #dddde0;
}

.cmnttl {
  font-size: calc(var(--bs-body-font-size) * 1.05);
  margin-bottom: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: initial;
}

.ttlsml {
  font-size: 0.75rem;
  font-weight: 600;
}

.abtbnr {
  border-radius: 1rem;
}

.abtextra h6 {
  line-height: 1.7;
}

.dblqt {
  font-size: 2rem;
  color: var(--bs-primary-color);
}
.ctbx {
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.125);
}

.ctbx.mp {
  padding: 0.5rem;
}

.ctbx.mp iframe {
  width: 100%;
  height: 400px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 400px;
  width: 100%;
}

.ctibx {
  padding: 3rem 2rem 10rem 2rem;
  width: 100%;
  color: #fff;
  background: var(--bs-primary-color);
  font-size: 0.875rem;
}

.ctfbx {
  padding: 3.5rem 2rem;
}

.ctlst {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ctlst li {
  margin-bottom: 3rem;
  display: flex;
}

.ctlst li:last-child {
  margin-bottom: 0;
}

.ctlst li .material-symbols-outlined {
  margin-right: 1rem;
}

.vdolst .video-container iframe .ytp-large-play-button {
  width: 40px !important;
  height: 28px !important;
}
.btn{
		    display: inline-flex;
    gap: .25rem;
}
@media (min-width: 768px) {
  .top-most-banner .owl-dots {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* .hffslide {
    min-height: 320px;
  }
  .hffslide.owl-carousel .owl-item img{
height: 320px;
width: 100%;
object-fit: cover;
object-position: left;
  } */
  /* .hffslide.owl-carousel .owl-item p{
    display: none;
  } */
  .ctatxt {
    font-size: 1.5rem;
  }

  .butn:link,
  .butn:visited {
    padding: 0.65rem 1rem;
    font-size: 0.875rem;
  }

  section.top-most-banner {
    padding-top: 72px;
  }

  .btn {
    padding: 0.65rem 1.25rem;
    font-size: 0.875rem;
  }

  .btn .material-symbols-outlined {
    font-size: 1.25rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  .clntbx {
    height: 90px;
  }

  .clntbx img {
    max-height: 90px;
  }

  .owl-theme .owl-nav .owl-prev,
  .owl-theme .owl-nav .owl-next {
    top: calc(50% - 15px);
    height: 30px;
    width: 30px;
  }

  .owl-theme .owl-nav .material-symbols-outlined {
    font-size: 1.5rem;
    line-height: 1.95rem;
  }
}

@media (max-width: 575px) {
  /* .hffslide{
    position: absolute;
    top:330px;
  }
  .hffslide .carousel-content .toptxt{
    position: relative;
  } */
}
