.grecaptcha-badge {
    display: none !important;
}
.header-dark .tp-header-bar button i {
  background-color: var(--tp-common-black);
}
.header-dark .tp-header-menu > nav > ul > li > a {
  color: var(--tp-common-black);
}
.header-dark .tp-header-dropdown nav ul li.has-dropdown::after {
  color: var(--tp-common-black);
}
.video-hero-banner {
  line-height: 0;
}
.video-banner {
  position: relative;
}
.video-banner video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
hr {
  border-top: 1px solid #f1f1f1;
  opacity: 1;
}
.h2-title {
  font-family: var(--tp-ff-teko);
  font-weight: 400;
  font-size: 50px;
  line-height: 46px;
}
.inner-page-title {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  color: #111013;
  letter-spacing: -2px;
  margin-bottom: 0px;
}
.creative-brand-area {
  background-position: center center;
  background-size: cover;
  /*
    background-repeat: no-repeat;	
	background-repeat: repeat-x;
*/
  border-top: 1px solid rgba(25, 25, 25, 0.06);
  border-bottom: 1px solid rgba(25, 25, 25, 0.06);
}
.creative-brand-item img {
  max-width: 146px;
  height: 54px;
  object-fit: contain;
  filter: inherit !important;
}
.crp-hero-funfact-img img, .crp-blog-shape, .crp-about-shape {
  animation: rotate2 15s linear infinite;
}
.creative-work-icon img {
  max-width: 150px;
  margin: 0 auto;
  height: 60px;
  object-fit: contain;
  filter: initial !important;
}
.key-customer-sec {
  padding: 100px 0px;
  background: #fff;
}
.crp-blog-area {
  background: #fff;
}
.tp-copyright-img {
  right: -40px;
  top: -30px;
  max-width: 60px;
}
a.cb {
  position: relative;
  top: -5px;
}
.cb img {
  max-width: 100px;
  position: relative;
}
.tp-copyright-left {
  padding-left: 0;
  text-align: center !important;
}
.footer-list li {
  font-size: initial;
  line-height: normal;
  margin-bottom: 10px;
  list-style: none;
}
.footer-list li a:hover {
  color: #cb5139;
}
.tp-banner-img img {
  margin-top: 0;
}
.tp-offcanvas-2-logo img, .tp-offcanvas-logo img {
  max-width: 180px;
}
.tp-benefit-item-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.app-feature-area {
  padding-top: 90px;
}
.pp-brand-icon {
  padding-right: 0px;
  padding-left: 15px;
}
.pp-brand-icon img {
  width: 34px;
  transform: translateY(-3px);
}
.tp-country-icon img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%;
  transform: translateY(-3px);
}
.tp-brand-item {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 15px;
}
.flag-slide .tp-brand-title::after {
  display: none;
}
.flag-slide .tp-brand-title {
  font-weight: normal;
}
.client-btn {
  text-align: center;
  margin-top: 50px;
}
.client-btn .tp-btn-black-text {
  padding: 7px 50px;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu li {
  padding: 15px 0 15px 0;
  margin: 0px !important;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu li:last-child {
  border-bottom: 0px;
}
.portfolio-clients {
  background: rgb(249 249 249);
  padding: 50px 20px;
  margin-bottom: 25px;
  border-radius: 15px;
}
.portfolio-clients img {
  width: 100%;
  max-width: 200px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  display: flex;
  transition: 0.9s;
}
.clients-col-2-5 {
  width: 20%;
}
.portfolio-clients:hover img {
  transform: scale(1.1);
}
ul.metro-list {
  display: block;
  width: 100%;
  position: relative;
}
.metro-list li {
  font-size: 17px;
  font-weight: normal;
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  color: var(--tp-common-black);
}
.metro-list li span {
  display: grid;
  height: 24px;
  width: 24px;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  flex: 0 0 auto;
  place-content: center;
  transform: translateY(1px);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.metro-list li:last-child {
  margin-bottom: 0;
}
.metro-list strong {
  display: contents;
}
.why-metro-img img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1198px) {
  .clients-col-2-5 {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1439px) {
  .tp-header-menu > nav > ul > li {
    margin: 0px 8px;
  }
  .clients-col-2-5 {
    width: 25%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1460px) {
  .inner-page-title {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .inner-page-title {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -2px;
  }
}
@media (max-width: 1025px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .ar-hero-area {
    padding: 140px 0 50px;
  }
  .portfolio-clients {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .tp-header-logo img {
    max-width: 140px;
  }
  .header-sticky .tp-header-logo {
    padding: 0px 0;
  }
  .tp-header-14-wrapper {
    padding: 15px 0;
  }
  .clients-col-2-5 {
        width: 50%;
        padding: 0px 5px;
    }
  .inner-page-title {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -2px;
  }
}
.dgm-service-wrap.dgm-service-white .dgm-service-item:hover .dgm-service-content-right.black-text .metro-list li {
  color: #fff;
}
.dgm-service-wrap.dgm-service-white .dgm-service-item:hover .dgm-service-content-right.black-text .metro-list span {
  filter: invert(1);
}
.service-page .pp-service-details-overview-wrapper h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.metro-table {
  width: 100%;
}
.metro-table th, .metro-table td {
  border: 1px solid #ececec;
  padding: 10px 15px;
}
.metro-table p {
  margin: 0;
}
.case-counter-area {
  padding: 100px 0;
  background: #f9f9f9;
}
.case-counter-area .row:not(:last-child) {
  border-bottom: 1px solid rgba(69, 48, 48, 0.15);
}
.case-counter-area .st-counter-item {
  padding: 40px 10px 45px;
}
.case-counter-area .st-counter-item h4 {
  line-height: normal;
  font-size: 42px;
  font-family: inherit;
  font-weight: 400;
}
h3.h3-title {
  font-size: 28px;
  margin-bottom: 20px;
}
.list-others-icon span {
  border: 0px !important;
}
.footer-list span {
  margin-right: 2px;
  opacity: 0.8;
}
.audio-controls {
  position: absolute;
  bottom: 20px;
  right: 25px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2); /* slightly more opaque */
  backdrop-filter: blur(15px) saturate(180%);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3); /* subtle edge */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); /* soft shadow for depth */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
}
/* Hover effect */
.audio-controls:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.audio-controls svg {
  fill: #fff;
}
.hidden {
  display: none;
}
.case-study-img {
  margin-left: 0;
}
.case-portfolio-sec .tp-portfolio-inner-thumb img {
  height: 430px;
  object-fit: cover;
}
.case-portfolio-sec .tp-portfolio-inner-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 5px;
}
.case-portfolio-sec .tp-portfolio-inner-content span {
  font-weight: 500;
}
@media only screen and (min-width: 1199px) {
  .tp-header-bar {
    display: none;
  }
}
.vendor-wrapper .tp-contact-us-wrap {
  background: #f9f9f9;
  border-radius: 35px;
  padding: 60px;
}
.entry-box-country {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  gap: 10px;
}
.country-code-box {
  width: 100%;
  max-width: 120px;
}
.phone-no-box {
  width: 100%;
}
.alert {
  margin-top: 0px;
  padding: 25px;
  text-align: center;
  line-height: 23px;
  font-size: initial;
  border-radius: 1rem;
  margin-bottom: 0px;
}
p#error_data {
  color: red;
  margin-bottom: 15px;
  font-size: initial;
  font-weight: 400;
}
@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0)
  }
  to {
    -moz-transform: rotate(360deg)
  }
}
@-ms-keyframes spinnerRotate {
  from {
    -ms-transform: rotate(0)
  }
  to {
    -ms-transform: rotate(360deg)
  }
}
#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  position: absolute;
  visibility: hidden;
  line-height: 0;
  margin: 0;
  padding: 0;
  top: 50%;
  right: 25px;
  color: #fcba41;
}
#error_data, #error_data1 {
  font-size: 16px;
}
.file-wrapper {
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  width: 100%;
  background: #fff;
  border-color: rgb(237, 237, 245);
  color: var(--tp-common-black);
  border: 1px solid rgb(239 239 239);
  border-radius: 8px;
}
.file-wrapper input {
  left: 0;
  opacity: .01;
  cursor: pointer;
  position: absolute;
  -moz-opacity: .01;
  filter: alpha(opacity=1);
}
.file-wrapper .file-button {
  float: left;
  cursor: pointer;
  margin-left: -20px;
  padding: 13px 20px;
  background: #272727;
  display: inline-block;
  width: auto;
  color: #fff;
  height: 58px;
  align-items: center;
  display: flex;
  font-size: initial;
  letter-spacing: 0px;
}
.file-wrapper input#resume {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 10px 32px;
  display: block;
  margin-bottom: 0px;
}
.file-holder {
  padding-left: 25px;
  position: absolute;
  left: 171px;
  right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: initial;
}
.country-menu {
  width: 100%;
  height: 60px;
  background: #f8f8fb;
  border: none;
  padding: 15px;
}
ul.team-list {
  padding-left: 20px;
}
.team-list li {
  font-size: initial;
  margin-bottom: 10px;
  line-height: 22px;
}
.team-list li:last-child {
  margin-bottom: 0px;
}
.team-item {
  border: 2px solid #f5f5f5;
  padding: 30px;
  margin-bottom: -1px;
  margin-right: -1px;
  min-height: 445px;
  border-radius: 25px;
}
.member-name {
  color: #cb5138;
  line-height: normal;
  margin-bottom: 3px;
  font-size: 22px;
}
.team-designation {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 20px;
  color: #5a5a5a;
  font-weight: 500;
}
.gy-20 {
  gap: 20px 0;
}
.team-item-img img {
  border: 2px solid #f5f5f5;
  border-radius: 50%;
  padding: 5px;
}
.team-sec h2 {
    font-size: 32px;
}

@media only screen and (max-width: 767px) {
  .vendor-wrapper .tp-contact-us-wrap {
    padding: 30px;
  }
	.team-sec h2 {
    font-size: 28px;
}
	.portfolio-clients {
        margin-bottom: 10px;
    }
}

