@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
:root {
  --primary-red-color: #b6202d;
}

body {
  font-family: "Poppins", sans-serif;
  /* background: #041930 !important; */
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.logo {
  width: 330px;
  display: inline-block;
}

nav {
  position: fixed;
  z-index: 99999;
  width: 100%;
  box-shadow: 0 0 10px rgb(0 0 0/30%);
  background: #fff;
  top: 0;
}

nav .main-menu {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-menu .logo a {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.main-menu .nav-links {
  display: inline-flex;
  margin-bottom: 0;
}

.nav-links li {
  list-style: none;
  margin-top: 0px;
}

.nav-links li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  padding: 9px 13px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  background: #fff;
  width: auto;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  padding-left: 0;
  min-width: 14rem;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 55px;
  opacity: 1;
  visibility: visible;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
  font-size: 16px;
}

.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

.mega-box .content {
  background: #fff;
  padding: 0 !important;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
  line-height: 30px;
}

.blog-list h2 {
  color: #fff;
  display: none;
}

.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .row h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 17px !important;
}

.content .row h6 a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
}

.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  top: 40px;
}

.social-links a {
  padding: 0 !important;
  color: #fff !important;
}

.row .mega-links li {
  padding: 0 10px;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}

.lower-menu h6.mb0 {
  margin-bottom: 10px !important;
}

.main-menu .btn {
  color: #000;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.main-menu .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
  color: #fff;
}

.red-bg {
  background: #b6202d;
  padding: 20px;
}

.row.second,
.row.third,
.row.forth {
  padding: 20px;
}

.red-bg p {
  line-height: 27px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 50px !important;
}

ul.menu-links li a {
  padding: 0;
}

ul.menu-links {
  padding-left: 0;
  line-height: 32px;
  font-weight: 300;
}

ul.menu-links li a {
  color: #041930;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s;
}

ul.menu-links li a:hover {
  color: #b6202d;
  text-decoration: underline;
  text-decoration-color: #b6202d;
}

.color-black {
  color: #000 !important;
}

.mt-20 {
  margin-top: 20px;
}

.qutebx-a {
  text-align: center;
  opacity: 0.5;
  position: absolute;
}

.slider22 {
  position: relative;
}

.menu-right-col h6 {
  transition: all 0.3s;
}

.menu-right-col h6:hover {
  text-decoration: underline;
  text-decoration-color: #b6202d;
}

.lower-menu {
  margin-top: 20px;
  position: relative;
}

.lower-menu:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #b6202d;
  top: -10px;
}

a.quote-btn-1 {
  border: 1px solid var(--primary-red-color);
  border-radius: 25px !important;
  padding: 14px 30px !important;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px;
}

.call-btn {
  padding: 0 20px;
}

.call-btn i {
  color: #ccc;
}

li.call-btn .desktop-item {
  background: #eee;
  border-radius: 20px;
}

.red-bg h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #fff !important;
}

.menu-right-col {
  padding: 20px 0;
}

.quote-btn-2 {
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  border-radius: 50px !important;
  padding: 10px 20px !important;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  text-align: center;
}

.abtcontent h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1em;
  z-index: 9999;
  position: relative;
}

.site-page {
  margin-top: 120px;
}

.site-links {
  box-shadow: 0 0 10px rgb(182 32 45);
  border-radius: 10px;
  min-height: 253px;
  padding: 15px;
}

.site-links header {
  margin-left: 2rem;
  margin-bottom: 15px;
}

.site-links header a,
.site-links ul li a {
  color: #fff;
}

.site-links ul li {
  color: #fff;
}

.section.market.footer {
  position: relative;
  padding: 20px 0;
}

.search-li {
  background: linear-gradient(80.7deg, #861e52 0, #cd092b 100%);
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -5px !important;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

#search-div {
  background: #fff;
  width: 320px;
  position: absolute;
  height: 50px;
  top: 50px;
  display: none;
}

#search-div input[type="text"] {
  display: block;
  width: 90%;
  border: 1px solid var(--primary-red-color);
  border-radius: 20px;
  height: 40px;
  margin: 0 auto;
  padding-left: 20px;
}

#search-div i.fas.fa-search {
  color: var(--primary-red-color);
}

a.srh-btn {
  position: absolute;
  right: 6%;
  padding: 0 !important;
  top: 1%;
  background: #fff;
  width: 38px;
  height: 38px;
  border-radius: 0 20px 20px 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp_btn {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #075e54;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.whatsapp_btn a {
  font-size: 24px;
  color: #fff;
}

.automation-col-img {
  padding-left: 20px;
}

.web-img.small-img {
  max-width: 200px;
  height: auto;
  margin: 40px auto;
}

.new-icon-box {
  padding: 20px;
  background: linear-gradient(80.7deg, #861e52 0, #cd092b 100%);
  height: 100%;
}

.new-icon-box .new-icon-img {
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
}

.new-icon-box .new-icon-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.new-icon-box .new-icon-box-meta h3 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}

.new-icon-box .new-icon-box-meta p {
  margin-bottom: 0;
  text-align: left;
  border-top: 1px solid #fff;
  padding-top: 15px;
}

.tab-list-box {
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}

.tab-list-box .tab-list-icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #fff;
  padding: 20px;
}

.tab-list-box .tab-box-meta {
  margin-top: 20px;
}

.tab-list-box .tab-box-meta h3 {
  color: #fff;
  margin-bottom: 16px;
}

.row-gap-4 {
  row-gap: 2rem;
}

.vertical-icon-box {
  border: 1px solid #fff;
  margin: 0 10px;
  padding: 20px;
  height: 100%;
}

.vertical-icon-box .vertical-icon {
  background: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 15px;
  margin-bottom: 20px;
}

.vertical-icon-meta h4 {
  color: #fff;
  margin-bottom: 1rem;
}

.vertical-icon-meta p {
  text-align: left;
}

.new-home-banner {
  padding: 70px 0;
  background-image: url("../images/new-home-banner.webp");
  background-size: cover;
  background-position: center;
  margin-top: 86px;
  min-height: 720px;
  display: flex;
  align-items: center;
}

.top-footer .footer-col {
  padding-top: 40px;
  padding-bottom: 40px;
}

.foooter-sm-wrap {
  margin-top: 20px;
}

.bottom-footer {
  padding: 40px 0;
}

.footer-logo {
  max-width: 75%;
}

.footer-logo + p {
  font-size: 14px;
  line-height: 140%;
  margin-top: 20px;
  margin-bottom: 0;
  max-width: 80%;
}

.footer-menu-heading {
  font-size: 20px;
  color: var(--primary-red-color);
  margin-bottom: 20px;
  position: relative;
}

.footer-menu-new {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu-heading:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: var(--primary-red-color);
  left: 0;
  bottom: -6px;
}

.footer-menu-new li:not(:last-child) {
  margin-bottom: 6px;
}

.footer-menu-new li a {
  color: #1a1818;
  font-weight: 500;
  transition: color 0.3s;
  font-size: 15px;
  line-height: 130%;
}

.footer-menu-new li a:hover {
  color: var(--primary-red-color);
}

.footer-add-wrap {
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.country-box {
  max-width: calc(33.33% - 32px);
  padding: 10px;
  /* border: 1px solid #d3d3d3;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border-radius: 16px; */
}

.icon-country-inner {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}

.icon-country-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.country-icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--primary-red-color);
}

.country-address p {
  display: inline-block;
  width: calc(100% - 36px);
  margin-left: 10px;
  line-height: 130%;
  font-weight: 500;
  margin-bottom: 0;
}

.country-address {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.country-address img {
  width: 26px;
}

.country-address:nth-of-type(2) {
  margin-bottom: 16px;
}

.country-address a {
  color: inherit;
  transition: color 0.3s;
}

.country-address a:hover {
  color: var(--primary-red-color);
}

.country-address:last-of-type {
  align-items: center;
}

.privacy-footer {
  background-color: #041930;
  padding: 10px 0;
}

.privacy-footer * {
  font-size: 14px;
}

.new-contact-form-block {
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
  margin-top: 40px;
  background-color: #fff;
}

.contact-block {
  width: 400px;
  background: linear-gradient(80.7deg, #861e52 0, #cd092b 100%);
  padding: 40px;
  border-radius: 20px;
  color: #fff;
}

.form-block {
  width: calc(100% - 500px);
  margin-left: auto;
}

.contact-block p {
  color: #fff;
  font-size: 14px;
  line-height: 140%;
}

.contact-block .contact-info-list {
  margin: 35px 0 0;
  padding: 35px 0 0;
  list-style: none;
  border-top: 2px solid;
}

.contact-block .contact-info-list li:first-of-type {
  margin-bottom: 20px;
}

.contact-block .contact-info-list li a {
  color: #fff;
}

.contact-block .contact-info-list li a img {
  width: 25px;
  height: auto;
  margin-right: 10px;
}

.form-row:not(:last-of-type) {
  margin-bottom: 40px;
}

.form-row:first-of-type {
  margin-top: 40px;
}

.form-block .btn-submit {
  box-shadow: none;
  outline: none;
  background: #fff;
  border: 1px solid var(--primary-red-color);
  color: var(--primary-red-color);
  padding: 12px 30px;
  border-radius: 20px;
  font-family: "Poppins";
  transition: all 0.3s;
}

.form-block .btn-submit:hover {
  color: #fff;
  background: var(--primary-red-color);
}

#formError {
  display: none;
  font-size: 14px;
  color: var(--primary-red-color);
}

input.error,
textarea.error {
  border-color: var(--primary-red-color);
}

.casestudy-wrapper .card-blog img {
  height: 225px;
  object-fit: cover;
}

.case-studies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.new-client-slider {
  padding: 70px 0;
}

.new-reviews-slider {
  margin-top: 40px;
}

.slider-inner {
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  height: 100%;
}

.new-reviews-slider .owl-stage {
  display: flex;
}

.new-reviews-slider .owl-stage .owl-item {
  display: flex;
}

.slider-inner small {
  color: var(--primary-red-color);
}

.new-reviews-slider .owl-nav {
  margin-top: 40px !important;
}

.new-reviews-slider .owl-nav button, .awards-slider .owl-nav button {
  width: 50px;
  height: 50px;
  border: 1px solid var(--primary-red-color) !important;
  border-radius: 50% !important;
  color: var(--primary-red-color) !important;
}

.new-reviews-slider .owl-nav button:hover, .awards-slider .owl-nav button:hover {
  color: #fff !important;
  background-color: var(--primary-red-color) !important;
}

.awards-slider {
    margin-top: 40px;
}

.awards-slider .owl-nav {
    margin-top: 40px !important;
}

.case-study-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 30px;
}

.case-study-tabs .tab {
    padding: 8px 18px;
    border: 1px solid var(--primary-red-color);
    background: #fff;
    cursor: pointer;
    border-radius: 30px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.case-study-tabs .tab:hover,
.case-study-tabs .tab.active {
    background: var(--primary-red-color);
    color: #fff;
    border-color: var(--primary-red-color);
}

.client-slider .slider11 {
    padding: 15px;
}

.awards-sec {
    padding: 70px 0;
}

.awards-slider .single-awards-slide {
    border-radius: 8px;
    background: #fff;
    padding: 30px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}
.service-card {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(4, 25, 48, 0.05);
    transition: 0.3s;
    border-top: 4px solid #041930;
}
.service-card .icon {
    font-size: 2rem;
    margin-bottom: 20px;
    display: block;
}
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(199, 11, 46, 0.15);
    border-top-color: var(--primary-red-color);
}

.industry-section {
  padding: 70px 0;
  background-color: #041930;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.industry-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}

.industry-card h4 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.industry-card p {
    font-size: 0.9rem;
    color: #aaa;
    margin: 0;
}

.industry-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--primary-red-color);
}

.research-process-sec {
  padding: 70px 0;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    counter-reset: process-counter;
}

.process-card {
    background: #fff;
    padding: 40px 30px 30px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(4, 25, 48, 0.05);
    border: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.process-card::before {
    counter-increment: process-counter;
    content: "0" counter(process-counter);
    position: absolute;
    top: 0;
    right: 0;
    background: #041930;
    color: #fff;
    font-weight: 800;
    font-size: 1.2rem;
    padding: 8px 16px;
    border-bottom-left-radius: 12px;
    transition: background 0.3s;
}

.process-card h4 {
    font-size: 1.25rem;
    color: #041930;
    margin-bottom: 15px;
    padding-right: 30px;
}

.process-card p {
    font-size: 0.95rem;
    margin: 0;
}

.process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(4, 25, 48, 0.08);
    border-color: var(--primary-red-color);
}

.process-card:hover::before {
    background: var(--primary-red-color);
}

.methodology-sec {
  padding: 70px 0;
}

.split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.tech-grid.research {
  grid-template-columns: repeat(3, 1fr);
}

.tech-item {
    background: #fff;
    padding: 20px;
    border-left: 3px solid #041930;
    box-shadow: 0 4px 6px rgba(4, 25, 48, 0.05);
}

.tech-item h5 {
    margin-bottom: 5px;
    color: #041930;
}

.tech-item p {
    margin: 0;
    font-size: 0.9rem;
}

.prefered-partner-sec {
  padding: 70px 0;
}

.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.check-list li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #555b66;
}

.check-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: var(--primary-red-color);
    font-weight: bold;
}

.check-list {
    padding-left: 1rem;
}

.who-uses-sec {
  padding: 70px 0;
}

.new-modern-cta {
  padding: 70px 0;
  background: #041930;
  text-align: center;
}

.new-modern-cta .btn.btn-red {
  color: #fff !important;
}

.trust-strip {
    background: #fff;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.trust-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
}

.trust-item {
    font-size: 0.9rem;
    color: #555b66;
    background: #eef3f8;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 500;
}

.tech-item.no-borders {
    border: none;
    box-shadow: 0 10px 30px rgba(4, 25, 48, 0.08);
    padding: 40px;
}

@media (max-width: 1200px) {
  .form-block {
    width: calc(100% - 450px);
  }
  nav .main-menu {
    max-width: 100%;
  }
  .blog-new-wrap .container {
    max-width: 100%;
}
}

@media screen and (max-width: 992px) {
  .main-menu .btn {
    display: block;
  }

  .main-menu .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.5s ease;
  }

  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: #3a3b3c;
  }

  #menu-btn:checked ~ .nav-links {
    left: 0%;
  }

  #menu-btn:checked ~ .btn.menu-btn {
    display: none;
  }

  #close-btn:checked ~ .btn.menu-btn {
    display: block;
  }

  .nav-links li {
    margin: 15px 10px;
  }

  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
    color: #fff;
  }

  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
    margin-top: 5px;
  }

  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box {
    max-height: 100%;
  }

  #showDrop1:checked ~ .drop-menu {
    max-height: 100%;
  }

  .nav-links .desktop-item {
    display: none;
  }

  .nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .nav-links .mobile-item:hover {
    background: #3a3b3c;
  }

  .drop-menu li {
    margin: 0;
  }

  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
    color: #000;
  }

  .mega-box {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-top: 5px;
  }

  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }

  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }

  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }

  .row .mega-links li {
    margin: 0;
  }

  .content .row h6 {
    font-size: 19px;
  }

  .mega-box .content .container {
    padding: 0;
  }

  .mega-box .content .container .row {
    margin-left: 0;
  }

  .social-links a {
    display: inline-block !important;
  }
  .industry-grid, .process-grid, .tech-grid.research {
    grid-template-columns: repeat(2, 1fr);
}
}

nav input {
  display: none;
}

.body-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}

.body-text div {
  font-size: 45px;
  font-weight: 600;
}

.main-slider {
  margin-top: 86px;
}

.main-slider .slider1 {
  background: linear-gradient(rgba(39 52 64/50%), rgba(39 52 64/50%)),
    url(../images/slider/New_Web-Banner_01.webp);
  background-size: cover;
  background-position: center;
  height: 759px;
}

.main-slider .slider2 {
  background: linear-gradient(rgba(39 52 64/20%), rgba(39 52 64/20%)),
    url(../images/slider/New_Web-Banner_02.webp);
  background-size: cover;
  background-position: center;
  height: 759px;
}

.main-slider .slider3 {
  background: linear-gradient(rgba(39 52 64/20%), rgba(39 52 64/20%)),
    url(../images/slider/New_Web-Banner_03.webp);
  background-size: cover;
  background-position: center;
  height: 759px;
}

.main-slider .owl-dots {
  text-align: center;
  z-index: 999;
  position: relative;
  top: -40px;
}

.main-slider button.owl-dot {
  background: #aaa !important;
  height: 3px;
  width: 25px;
  margin-left: 10px;
  transition: all 0.2s;
}

.main-slider button.owl-dot.active {
  width: 50px;
  background: #fff !important;
}

.slider-head {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  line-height: 72px;
  margin-top: 0;
}

.quote-btn-1 i {
  color: var(--primary-red-color);
}

p {
  color: #1a1818;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  font-family: "Poppins", sans-serif;
  /* text-align: justify; */
}

.light {
  color: #fff;
}

.btn-red {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  /* color: #fff !important; */
  color: #b6202d !important;
  font-weight: 600;
  font-size: 13px;
  border-radius: 50px;
  padding: 12px 30px;
  border: 1px solid #b6202d;
  text-align: center;
}

.btn-red:hover {
  color: #fff !important;
  background: #b6202d;
  border: 1px solid #ffd600;
}

.content {
  width: 100%;
  padding: 8em 0 6em 0;
}

.content.slide1 {
  padding: 86px 0 9.375em 0;
}

.tablebx {
  width: 100%;
}

.tablebx1 {
  position: relative;
  float: right !important;
}

.tablebx1 td {
  padding: 2.5rem;
}

.tablebx {
  border-collapse: collapse;
  margin: 0 auto;
  position: relative;
}

.tablebx tr td:first-child {
  border-left: 0;
  padding-left: 0;
}

.tablebx tr:first-child td {
  border-top: 0;
  padding-top: 0;
}

.tablebx td {
  padding: 1rem;
  border: 1px dashed white;
  width: 50%;
}

.tablebx tr td:last-child {
  border-right: 0;
}

.tablebx tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}

.content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  color: #ffd600;
}

.content span {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
}

.form-col {
  background: linear-gradient(80.7deg, #861e52 0, #cd092b 100%);
  padding: 20px;
}

.form-col-1 {
  background: #041930;
  padding: 20px;
}

.form-col.cont {
  background: #041930;
}

.contact-text {
  font-size: 18px;
  line-height: 32px;
  color: #041930;
  white-space: nowrap;
  font-weight: 700;
  display: inline-block;
  margin-left: -79px;
  position: absolute;
  transform: translate(00%, 00%) rotate(-90deg);
  transform-origin: right top;
}

.contact-text:after {
  position: relative;
  content: "";
  right: 0;
  width: 42px;
  height: 2px;
  background: #ffd600;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

.cotactform {
  position: relative;
}

.cotactform h4.mb-4 {
  line-height: 32px;
  color: #fff;
  font-weight: normal !important;
  font-size: 16px !important;
}

.form-group {
  margin-bottom: 2rem;
}

label {
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
}

.contactform label {
  color: #1a1818;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control {
  box-shadow: none;
  border-bottom: 1px solid #d9d9d9 !important;
  background: none;
  padding: 0px 0 0;
  border: 0;
  border-radius: 0;
  color: #1a1818;
}

textarea.form-control {
  height: 35px;
  resize: none;
}

.form-control:focus {
  background-color: transparent !important;
  box-shadow: none !important;
  /* color: #fff !important; */
}

.btn-white {
  z-index: 99;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  border-radius: 50px;
  padding: 10px 20px;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  text-align: center;
}

.btn-white:hover {
  background: #fff !important;
}

.section.market {
  position: relative;
  padding: 70px 0;
}

.market h3,
.market h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  /* color: #fff; */
  color: #041930;
}

.cardaction {
  position: relative;
  margin-top: 0;
  height: 100%;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card {
  border-radius: 0;
  padding: 20px;
  /* background: #041930;
  border: 1px solid #3d4040 !important; */
  border: none;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #ccc;
}

.count-sec .card {
  /* min-height: 250px; */
}

.card-title {
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  margin: 60px 0 20px;
  line-height: 32px;
}

.col-half {
  width: 50%;
}

/*.aboutus-wrapper a.collapsed:after{content:'Read More';}

.aboutus-wrapper a:not(.collapsed):after{content:'Read Less';}*/

.moretext {
  display: none;
}

.aboutus-wrapper.new {
  padding-top: 20px;
}

.card img {
  width: 78px;
  height: 78px;
  display: block;
  margin: 0 auto;
}

.cardhover {
  padding: 1.2em;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(80.7deg, #861e52 0, #cd092b 100%);
  left: 0;
  top: 0;
  transition: ease-in-out all 0.3s;
  -webkit-transition: ease-in-out all 0.3s;
  -ms-transition: ease-in-out all 0.3s;
  -o-transition: ease-in-out all 0.3s;
}

.cardaction:hover .cardhover {
  visibility: visible;
  opacity: 1;
  left: 15px;
  top: -15px;
  transition: ease-in-out all 0.3s;
  -webkit-transition: ease-in-out all 0.3s;
  -ms-transition: ease-in-out all 0.3s;
  -o-transition: ease-in-out all 0.3s;
}

.cardhover h6,
.cardhover h4,
.cardhover h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 2px;
}

hr {
  border-top: 1px solid #3d4040;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.market h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #1a1818;
}

.market h5:after {
  position: relative;
  content: "";
  right: 0;
  width: 42px;
  height: 2px;
  background: var(--primary-red-color);
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

panel-title.panel-title {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  color: #fff;
}

panel-title.panel-title a {
  color: inherit;
}

.panel-title a {
  color: #fff;
}

small-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  display: block;
}

small-heading:after {
  position: relative;
  content: "";
  right: 0;
  width: 42px;
  height: 2px;
  background: #ffd600;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

.play span {
  left: 42%;
  top: 15%;
  text-align: center;
  color: #fff;
  transform: translate(0%, 35%);
  position: absolute;
}

.title h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
  line-height: 48px;
}
.title.dark h3 {
  color: #041930;
}
.dark {
  color: #1a1818 !important;
}
.div_title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
  line-height: 48px;
}
.title .span-heading {
  font-size: 28px !important;
  line-height: 36px !important;
  margin-top: 15px !important;
  color: #fff !important;
}

.title span {
  /* color: #ffd600; */
  color: var(--primary-red-color);
}

.case-details h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  text-transform: none;
  color: #fff;
}

.abtcontent h2 span {
  color: #ffd600;
}

.clients-carousel-small .slider-content {
  min-height: 300px;
}

.slider-content {
  color: #fff;
  padding: 30px;
  background: #fff;
}

.slider-content h6,
.slider-content h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #b6202d;
}

.slider-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #3d4040;
  margin-bottom: 0;
  margin-top: 10px;
}

.btn-quote {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 13px !important;
  border-radius: 50px;
  padding: 15px 30px;
  border: 1px solid #b6202d;
  text-align: center;
  color: #041930 !important;
  transition: all 0.3s;
}

.btn-quote:hover {
  background: #b6202d;
  border: 1px solid #ffd600;
  color: #fff !important;
}

.client-slider figure {
  margin: 0 !important;
}

.arrow-img {
  width: auto !important;
  display: inline-block !important;
}

.slide-row {
  position: relative;
}

.slide-row:before {
  content: "";
  position: absolute;
  width: 37%;
  height: 100%;
  left: 0;
  top: 39px;
  background: linear-gradient(80.7deg, #861e52 0, #cd092b 100%);
}

.clients-carousel-small {
  position: relative;
}

.clients-carousel-small .owl-dots {
  display: none !important;
}

.clients-carousel-small .owl-theme .owl-nav {
  margin-top: -300px;
  position: absolute;
  margin-left: -250px;
}

.clients-carousel-small .owl-theme .owl-nav .owl-prev,
.clients-carousel-small .owl-theme .owl-nav .owl-next {
  display: block;
  background: transparent;
  box-shadow: none;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  padding: 15px 20px;
  border-radius: 50% !important;
}

.clients-carousel-small .owl-theme .owl-nav .owl-prev {
  margin-bottom: 10px;
}

.clients-carousel-small .owl-theme .owl-nav .owl-prev:hover,
.clients-carousel-small .owl-theme .owl-nav .owl-next:hover {
  background: transparent !important;
}

.section.process {
  position: relative;
  padding: 110px 0 60px 0;
}

.process h3,
.process h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  color: #fff;
}

.process-list {
  position: relative;
}

.process-list .tab {
  border-left: 1px dashed #9399998c;
}

.process-list .tab:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 25px;
  background: #041930;
  left: -5px;
  top: 0px;
}

.process-list .tab:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 35px;
  background: #041930;
  left: -5px;
  bottom: -5px;
}

.process-list .tab .tablinks {
  background: transparent;
  border: none;
  display: block;
  color: #fff;
  padding: 20px;
  position: relative;
  padding-left: 50px;
  transition: all 0.3s;
}

.tablinks h3,
.tablinks h2 {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  margin-left: 0;
  line-height: 24px;
  font-family: "Lexend";
}

.process-list .tab .tablinks:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  left: -5px;
  top: 26px;
}

.process-list .tab .tablinks.active:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #ffd600;
  border-radius: 50%;
  left: -21px;
  top: 12px;
  z-index: 99;
}

.ourservices h5,
h3.agile_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
  margin-bottom: 5px;
}

.contact-text.new {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  white-space: nowrap;
  font-weight: 700;
  display: inline-block;
  margin-left: -135px;
  position: absolute;
  transform: translate(00%, 00%) rotate(-90deg);
  transform-origin: right top;
}

.contact-text.new.latest {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  white-space: nowrap;
  font-weight: 700;
  display: inline-block;
  margin-left: -105px !important;
  position: absolute;
  transform: translate(00%, 00%) rotate(-90deg);
  transform-origin: right top;
  display: table-row-group;
}

h3.contact-text.new.contact {
  margin-left: -65px !important;
  display: table-row-group;
}

.cotactform.slider h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
}

.testimonial .slider-content {
  background: transparent;
  padding: 0;
}

.testimonial .slider-content p {
  color: #fff;
  margin-bottom: 30px;
  text-align: justify;
}

.testimonial .owl-theme {
  display: none;
}

.testimonial .owl-dots {
  float: right;
  z-index: 999;
  position: relative;
  top: -40px;
}

.testimonial button.owl-dot.active {
  width: 50px;
  background: #fff !important;
}

.testimonial button.owl-dot {
  background: #aaa !important;
  height: 3px;
  width: 25px;
  margin-left: 10px;
  transition: all 0.2s;
}

.testimonial .owl-theme .owl-dots .owl-dot.active span,
.testimonial .owl-theme .owl-dots .owl-dot span {
  display: none;
}

.client-slider {
  /* border-top: 1px solid #3d4040; */
  padding: 74px !important;
  /* border-bottom: 1px solid #3d4040; */
}

.client-slider .owl-carousel {
  margin-top: 0;
}

.client-slider .owl-dots {
  display: none;
}

.qutebx {
  text-align: center;
  opacity: 0.5;
}

.why-slider .card img {
  width: 78px !important;
  height: 78px !important;
  display: block !important;
  margin: 0 auto !important;
}

.section.market.why .owl-theme {
  display: block;
}

.why-slider {
  position: relative;
}

.why-slider .owl-carousel {
  margin-top: 20px;
}

.why-slider .owl-theme .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
}

.why-slider .owl-dots {
  display: none;
}

.why-slider .owl-theme .owl-nav .owl-prev,
.why-slider .owl-theme .owl-nav .owl-next {
  display: inline-block;
  background: transparent;
  box-shadow: none;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  padding: 15px 20px;
  border-radius: 50% !important;
}

.section.market.why .cardaction:hover .cardhover {
  top: 0px !important;
  left: 0 !important;
}

.article {
  background-color: #fff;
  padding: 30px;
  /* border: 1px solid #939999; */
  border-top: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  min-height: 165px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.article-sec .article {
  min-height: 190px;
}

.article h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #ffd600;
  transition: color 0.3s;
}

.article-sec .article h6 {
  color: #fff;
}

.article-sec .article h6:hover {
  color: #c70b2e;
}

.cta-bar {
  background-color: #041930;
  padding: 3em;
  border-radius: 0;
}

.cta-bar h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 0;
  line-height: 48px;
}

.cta-sec {
  margin: 60px 0;
}

.inside-sec .title h4,
.inside-sec .title h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.footer h3 {
  font-size: 16px !important;
  color: var(--primary-red-color);
  font-weight: bold;
  margin-bottom: 16px;
}

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

.footer ul li a {
  /* color: #fff; */
  line-height: 40px;
  text-decoration: none;
}

.footer a:hover,
.footer a:focus {
  color: #c70b2e;
  transition: ease-in-out all 0.3s;
  -webkit-transition: ease-in-out all 0.3s;
  -ms-transition: ease-in-out all 0.3s;
  -o-transition: ease-in-out all 0.3s;
  text-decoration: none;
}

.social-network li a {
  color: #1a1818;
  border-radius: 100%;
  display: table;
  text-align: center;
  padding: 6px;
  line-height: 0;
}

.social-network li {
  display: inline-block;
  padding: 0;
}

.social-network {
  margin: 0;
  padding: 0;
  z-index: 12;
  position: relative;
}

.footer label {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 54px;
  margin-bottom: 16px;
  color: #1a1818;
}

.footer small {
  padding-right: 5px;
  /* color: #ffd600; */
  color: #1a1818;
}

.footer address {
  color: #939999;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  display: flex;
  margin-bottom: 16px;
}

.footer a {
  color: #1a1818;
  text-decoration: none;
}

.footerlastbg {
  background-color: #222a33;
  padding: 1em 0;
  font-size: 12px;
  color: #1a1a1a;
}

.footer .tlinks ul {
  padding: 0;
}

.footer .tlinks ul li {
  display: inline-block;
  float: left;
  margin-right: 2em;
  color: #d9dbe1;
  font-size: 12px;
}

.footer .tlinks ul li a {
  color: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-banner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero-banner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(4 25 48/82%);
  z-index: 0;
}

.caption {
  width: 100%;
  padding: 12em 0 10em;
}

.caption .small {
  color: #ffd600;
  font-size: 16px;
  font-weight: bold;
}

.case-caption {
  border-bottom: 1px dashed #939999;
  margin-bottom: 30px;
  position: relative;
}

.case-caption span {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-caption h3 {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 24px !important;
  line-height: 32px !important;
  margin-bottom: 30px !important;
}

.hero .caption h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  line-height: 72px;
  position: relative;
}

.hero .caption p {
  position: relative;
  color: #fff;
}

.hero .caption .btn-red {
  position: relative;
  color: #fff !important;
  border-color: #fff;
}

.caption span {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
}

small {
  color: #ffd600;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.setbg {
  background-size: cover;
  background-position: center center;
}

.cotactform.dataentry {
  position: relative;
  padding: 60px 0;
}

.bg-grey {
  background-color: #eef3f8;
}

.aboutus-wrapper .title a {
  color: #b6202d;
  /* font-size: 14px; */
  text-decoration: none;
  cursor: pointer;
}

.aboutus-wrapper ul {
  padding-left: 0;
}

.aboutus-wrapper ul li {
  color: #fff;
}

.count-sec .card-result h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 54px;
  text-align: center;
  /* color: #fff; */
  color: var(--primary-red-color);
  margin-bottom: 1rem;
}

.card-title-2 {
  text-align: center;
  /* color: #fff; */
  color: #1a1818;
  font-size: 23px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 32px;
}

.card hr {
  border: 1px solid #b51038;
  width: 20%;
  margin: 0 auto;
  height: 0;
}

.corevalue {
  background: linear-gradient(80.7deg, #861e52 0, #cd092b 100%);
  padding: 40px;
  min-height: 492px;
}

.corevalue h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 40px;
}

.corevalue ul li {
  padding-left: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
  color: #fff;
  list-style: none;
  position: relative;
}

.corevalue ul li:before {
  position: absolute;
  background-image: url(../images/nextul.svg);
  transform: translate(0px, 5px);
  left: 0;
  content: "";
  background-repeat: no-repeat;
  height: 20px;
  width: 14px;
  background-size: cover;
}

.safedata {
  background: #041930;
  padding: 40px;
  min-height: 492px;
}

.safedata h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 40px;
}

.safedata ul li {
  padding-left: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  list-style: none;
}

.safedata ul li:before {
  position: absolute;
  background-image: url(../images/nextul.svg);
  transform: translate(0px, 5px);
  left: 0;
  content: "";
  background-repeat: no-repeat;
  height: 20px;
  width: 14px;
  background-size: cover;
}

.cotactform.slider.culture h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
}

.cotactform.slider.culture p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.caption h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  color: #ffd600;
}

.caption span {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
}

.section.market.driving {
  padding: 70px 0 0;
}

.ser-col-left {
  background: linear-gradient(80.7deg, #861e52 0, #cd092b 100%);
  padding: 100px 20px;
}

.ser-col-left h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.service-row {
  background: #041930;
}

.service-row h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-left: 2rem;
}
.service-row h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-left: 2rem;
}

.service-row .new-h5 {
  margin-left: 0;
}

.service-row .panel,
.service-row .panel-heading h4 a {
  color: #fff !important;
}

.security ul {
  margin-bottom: 0;
}

.security ul li {
  font-family: Lexend;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 30px;
  color: #fff;
  margin-left: 30px;
  list-style: none;
  position: relative;
}

.security ul li:before {
  position: absolute;
  background-image: url(../images/circle_check.png);
  left: -35px;
  content: "";
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  background-size: cover;
}

.security p {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
}

.culture span {
  color: #ffd600;
}

.culture ul li {
  color: #fff;
}

.review-img {
  display: flex;
  justify-content: center;
}

.ser-col-right {
  padding: 25px 50px;
  margin: 20px 0;
}
.ser-col-right h2.mb-5:after {
  position: relative;
  content: "";
  right: 0;
  width: 42px;
  height: 2px;
  background: #ffd600;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
.industry-slider {
  position: relative;
}

.big-slider-img {
  max-height: 600px !important;
}

.industry-slider .owl-theme .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
}

.industry-slider .owl-theme .owl-nav .owl-prev,
.industry-slider .owl-theme .owl-nav .owl-next {
  display: inline-block;
  background: transparent;
  box-shadow: none;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  padding: 15px 20px;
  border-radius: 50% !important;
  transition: all 0.3s;
}

.industry-slider .owl-theme .owl-nav .owl-prev:hover,
.industry-slider .owl-theme .owl-nav .owl-next:hover,
.why-slider .owl-theme .owl-nav .owl-prev:hover,
.why-slider .owl-theme .owl-nav .owl-next:hover {
  background: linear-gradient(80.7deg, #861e52 0, #cd092b 100%);
}

.title-2 h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 30px;
  line-height: 32px;
  z-index: 9999;
  position: relative;
}

.title-2 h3:after {
  position: relative;
  content: "";
  right: 0;
  width: 42px;
  height: 2px;
  background: #ffd600;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

.industry-slider .owl-carousel {
  margin-top: 20px;
}

.bpo-slider .owl-carousel {
  margin-top: 20px;
}

.bpo .card-title {
  text-align: left;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 32px;
}

.bpo-slider .custom-nav.owl-nav {
  display: none;
}

.blogx {
  position: relative;
  padding: 60px 0;
}

.blogx h3 {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  white-space: nowrap;
  position: relative;
  transform: translate(00%, 00%) rotate(-90deg);
  right: 100%;
  transform-origin: right top;
  white-space: nowrap;
}

.abtcontent {
  padding: 0 4em;
}

.blogx h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 54px;
  color: #fff;
}

.blogx:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  top: 0;
  right: 0;
  background: #041930;
  z-index: -1;
}

.bpo-slider .card {
  min-height: 290px;
}

.bpo-slider.small .card {
  min-height: 130px;
}

.testimonial-sec {
  padding: 60px 0;
}

.client-slider.virtual {
  margin: 60px 0 0 0;
}

.faq {
  padding: 60px 0;
  background: #041930;
}

.faq .card {
  margin-bottom: 20px;
}

.faq .panel-title {
  background: #041930;
  color: #fff;
  padding: 20px 10px;
  border: 1px solid #3d4040 !important;
}

.faq .panel-title a {
  color: #fff;
}

.faq button.accordion-button {
  background: #041930;
  color: #fff;
  box-shadow: none;
}

.faq .panel-body {
  color: #fff;
  padding: 15px;
  background: #041930;
  margin-top: -10px;
  border: 1px solid #3d4040 !important;
  border-top: 0 !important;
  margin-bottom: 15px;
}

.inside-sec.faq .panel-body {
  margin-bottom: 0 !important;
}

.inside-sec.faq .panel-title {
  margin-bottom: 0px !important;
}

.inside-sec.faq {
  position: relative;
}

.inside-sec.faq h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  color: #fff;
  position: relative;
  z-index: 9;
}

.inside-sec.faq:after {
  content: "";
  position: absolute;
  width: 38%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../images/business.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.faq .panel.panel-default {
  margin-bottom: 25px;
}

.inside-sec.faq .panel.panel-default {
  margin-bottom: 0px;
}

.casestudy-wrapper {
  position: relative;
  padding: 60px 0;
}

.casestudy-wrapper .card-blog p {
  transition: color 0.3s;
}

.casestudy-wrapper .card-blog p:hover {
  color: #c70b2e;
}

.casestudy-wrapper .card-blog {
  /* margin-bottom: 30px; */
  position: relative;
}

.casestudy-wrapper .article {
  /* background: #041930; */
  border: 0;
}

.casestudy-wrapper .article p {
  margin-top: 0;
}

.casestudy-wrapper .labelbx {
  color: #fff;
  position: absolute;
  left: 32px;
  top: 20px;
  background: linear-gradient(80.7deg, #861e52 0, #cd092b 100%);
  border-radius: 4px;
  text-align: center;
  padding: 10px;
}

.casestudy-wrapper .labelbx a {
  color: #fff;
}

.ourteam {
  color: #fff;
  margin: 80px 0 60px 0;
}

.light-gray {
  background-color: #041930;
}

.ourteam h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-bottom: -6px;
}

.ourteam .dark-bg {
  background: #041930;
}

.section.blogs {
  padding: 80px 0 60px 0;
}

.blog-list {
  margin-bottom: 30px;
}

.blog-list.bll-page {
  border: 1px solid #3d4040;
  padding: 20px;
}

.blog-list-heading {
  min-height: 170px;
  position: relative;
  padding: 20px;
}

.blog-list-heading .dflex {
  /* width: 100%;
  bottom: 0;
  position: absolute; */
}

.blog-list h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  transition: all 0.3s;
}

.blog-list h3:hover {
  color: #c70b2e;
}

.blog-list h5 {
  color: #ffd600;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  border-right: 1px solid #3d4040;
  padding-right: 20px;
}

h5.author-blog-detail {
  margin-right: 20px;
}

.blog-list figure {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #939999;
}

.blog-list figure {
  margin: 0;
}

.r21:before {
  content: " ";
  width: 100%;
  padding-top: 50%;
}

.blog-list a {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #b6202d;
  align-items: center;
  letter-spacing: 0.1em;
}

.recntblogbg {
  position: relative;
  padding: 30px 0 30px 30px;
}

.recentblog h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}

.recentblog h5:after {
  position: relative;
  content: "";
  right: 0;
  width: 42px;
  height: 2px;
  background: #fff;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

.recntblogbg:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(80.7deg, #861e52 0, #cd092b 100%);
  z-index: -1;
}

.media {
  display: -ms-flexbox;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
  align-self: center;
}

.abt-list li {
  list-style: none;
  position: relative;
  color: #fff;
}

.cont-left-col {
  margin-top: 80px;
  margin-bottom: 60px;
}

.contactbx h5 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  /* color: #fff; */
  margin-bottom: 20px;
}

.screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.bpo-challenges {
  position: relative;
}

.bpo-challenges:after {
  content: "";
  position: absolute;
  width: 39%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(80.7deg, #861e52 0, #cd092b 100%);
  z-index: -1;
}

.connectbx h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 10px;
  color: #fff;
}

.connectbx address {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}

.connectbx h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.connectbx h6 a {
  color: #fff;
}

.cotactform.slider.culture {
  margin: 60px 0;
}

.careers-page span img {
  margin-right: 10px;
}

.careers-page span {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.careers-page h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  color: #fff;
}

.careers-page h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-top: 18px;
  color: #fff;
}

.careers-page h6 a {
  color: #fff;
}

.careers-page p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.careers-page p a {
  color: #fff;
}

.contact-heading {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}

.contact-heading:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 65px;
  height: 5px;
  background-color: #ffd600;
}

.new-contact-form {
  padding: 30px;
  border: 1px solid #ccc;
}
.new-slider-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.new-slider-grid .slider11 {
    padding: 0;
}
@import "lesshat";
.ba-slider {
  position: relative;
  overflow: hidden;
}

.ba-slider img {
  width: 100%;
  display: block;
}

.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}

.handle:after {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  content: "\21d4";
  color: #b6202d;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 64px;
  background: #041930;
  border: 2px solid #b6202d;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgb(0 0 0/30%), inset 0 2px 0 rgb(255 255 255/50%),
    inset 0 60px 50px -30px #121212;
}

.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px;
}

.ba-slider .custom-nav.owl-nav {
  position: relative;
}

.ba-slider button.owl-prev,
.ba-slider button.owl-next {
  background: transparent !important;
  box-shadow: none !important;
  border: none;
  border-radius: 50% !important;
  font-size: 40px !important;
  z-index: 999;
}

.cards {
  border: 1px solid #fff;
  height: 100%;
}

.card-lower h4 {
  color: #fff;
  position: relative;
  font-size: 22px;
}
.card-lower h3 {
  color: #fff;
  position: relative;
  font-size: 22px;
}

.card-lower {
  padding: 15px;
  position: relative;
  z-index: 99;
  border-top: none;
}

.card-lower p {
  text-align: justify;
}

.card-lower h4:before {
  content: "";
  width: 50px;
  height: 50px;
  background: #041930;
  position: absolute;
  top: -30px;
  left: 39%;
  transform: rotate(45deg);
  z-index: -1;
}
.card-lower h3:before {
  content: "";
  width: 50px;
  height: 50px;
  background: #041930;
  position: absolute;
  top: -30px;
  left: 39%;
  transform: rotate(45deg);
  z-index: -1;
}

.bpo-slider-boxes .card {
  height: 100%;
}

.smaller-boxes .slider11 .card {
  min-height: 210px;
}

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

.industry-circle img {
  width: 150px;
  height: 150px;
  border: 5px solid #fff;
  margin-top: 20px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgb(255 255 255/50%);
  transition: all 0.3s;
}

.industry-head h4 {
  margin-top: 25px;
  color: #fff;
  font-size: 18px;
}

.industry-circle img:hover {
  transform: scale(1.05);
}

.req-sec {
  background: #041930;
  padding: 20px;
  min-height: 300px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

.req-sec h4 {
  color: #fff;
  text-align: center;
}

.service-text h4 {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}

.data-img img {
  width: 100%;
  transition: all 0.3s;
}

.data-img {
  box-shadow: 0 0 10px rgb(255 255 255/50%);
  padding: 10px;
}

.data-img img:hover {
  transform: scale(1.06);
}

.bpo-slider.text-slider .card {
  min-height: 320px;
}

.bpo-slider.ad-slider .card {
  min-height: 300px;
}
.core-data .card-lower {
  /* min-height: 430px; */
}

.core-data .cards .cardimg img {
  width: 100%;
}

.work-flow-dv h4 {
  background: #041930;
  color: #fff;
  padding: 15px 35px;
  box-shadow: 0 0 10px rgb(255 255 255/10%);
}

.work-flow-dv {
  position: relative;
}

.work-flow-dv:not(:last-child):before {
  content: "";
  position: absolute;
  width: 5px;
  height: 50px;
  background: #b6202d;
  top: 58px;
  margin-left: 0;
  z-index: -1222;
}

.service-ul {
  color: #fff;
  font-size: 20px;
  padding-left: 0;
}

.hero.section.market {
  margin-top: 60px;
}

.hero .caption-2 h1 {
  font-size: 40px;
  color: #1a1818;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
}

.blog-page h1,
.blog-page h2,
.blog-page li {
  color: #fff;
}

.blog-page em a {
  transition: color 0.3s;
}

.blog-page em a:hover {
  color: #b6202d;
}

.media-body p a {
  color: #fff;
  transition: all 0.3s;
}

.media-body p a:hover {
  color: #ffd600;
  text-decoration: underline;
}

.page-example {
  position: relative !important;
  z-index: 9;
  background: transparent;
  box-shadow: none;
}

.page-link {
  /* background: transparent !important; */
  color: #1a1818;
  transition: all 0.3s;
}

.page-link:hover {
  color: #c70b2e;
}

h3.contact-text.new.latest.inside {
  margin-left: -87px !important;
  display: table-row-group;
}

.brand-name {
  width: 100%;
  margin-top: 10px;
}

.brand-name ul {
  list-style: none;
  padding-left: 0px;
}

.brand-name ul li {
  display: inline-block;
  margin: 6px 4px;
  padding: 2px;
  width: 156px;
  height: 93px;
}

.brand-name h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 10px;
}

.testimo {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.testimo h3 {
  font-size: 17px;
  font-weight: 600;
  color: #24cb32;
  border-left: 4px solid #24cb32;
  padding-left: 20px;
}

.qutebx-a {
  text-align: center;
  opacity: 0.5;
  position: absolute;
  filter: invert(1);
  right: 33px;
  top: 26px;
  width: 47px;
}

.slider-content1 {
  color: #fff;
  padding: 30px;
  background: #fff;
  height: 332px;
}

.slider-content1 p {
  color: #000;
}

.box-a {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
}

.box-a p {
  font-size: 17px;
  color: #fff;
}

.ps {
  width: 100%;
  margin-top: 20px;
}

.ps h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  display: inline;
  padding: 5px 20px;
}

.p-heading {
  color: #fff;
  font-size: 40px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.packages {
  width: 100%;
  margin-top: 20px;
  padding: 21px 8px 41px 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: 0.5s all;
  background: linear-gradient(80.7deg, #861e52 0, #cd092b 100%);
  color: #fff;
  border: none;
}

.packages h3 {
  font-size: 18px;
  font-weight: 800;
}

.single-sub-service {
  padding: 0 8px;
  border-right: 1px solid #fff;
  float: left;
  margin-bottom: 7px;
}

.single-sub-service:last-child {
  border-right: none;
}

.download-btn {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.downbtn {
  position: absolute;
  right: 153px;
  z-index: 9999;
  margin-top: 29px;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  border-radius: 20px;
  line-height: 37px;
}

.downbtn button {
  border: none;
  outline: 0px;
}

.pack-2 {
  width: 100%;
  margin-top: 20px;
  margin-top: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.modal-content {
  position: relative;
  display: block !important;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: none !important;
  border-radius: 0rem !important;
  outline: 0;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(255 255 255);
}

.modal-content {
  position: absolute;
  background-color: #fff;
  margin: auto;
  padding: 17px;
  width: 100%;
  border-radius: 0px;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.rate-card {
  margin-top: 50px;
  width: 100%;
}

.rate-card h4 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
}

.rate-card p {
  font-size: 14px;
  color: #000;
}

.input02 {
  position: relative;
}

.input02 label {
  font-size: 15px;
}

.input02 label {
  position: absolute;
  top: -6px;
  left: 15px;
  background: #fff;
  color: #8d8c8c;
  padding: 0 5px;
  z-index: 1;
}

.input02 input {
  min-height: 45px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgb(0 0 0/4%);
}

.input02 input {
  border: solid 1px #bfbfbf;
  box-shadow: none;
  min-height: 55px;
  border-radius: 15px;
  padding: 0 20px;
  box-shadow: 10px 10px 20px rgb(0 0 0/5%);
  margin-bottom: 10px;
}

input,
textarea {
  border: none;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #bbb;
  color: #1a1818;
  width: 100%;
  font-size: 16px;
  padding: 11px 0;
  position: relative;
  outline: none;
  transition: all 0.5s;
  background: 0 0;
}

.step-ratecard .newsletter-form .submit-btn {
  margin-top: 35px;
}

.newsletter-form .submit-btn {
  margin-top: 20px;
}

.newsletter-form .submit-btn {
  margin-top: -10px;
}

.cta-button {
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  background: #ffda30;
  padding: 0 30px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  min-height: 50px;
  line-height: 50px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  max-width: 120px;
  border-radius: 10px;
  min-height: 45px;
  line-height: 45px;
  border: none;
  margin-top: 60px;
}

.slider-content1 h4 {
  font-size: 15px;
  font-weight: 600;
  color: #b4202d;
}

.sec {
  min-height: 45px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgb(0 0 0/4%);
  width: 100%;
}

.sec {
  border: solid 1px #bfbfbf;
  box-shadow: none;
  min-height: 55px;
  border-radius: 15px;
  padding: 0 20px;
  box-shadow: 10px 10px 20px rgb(0 0 0/5%);
  margin-bottom: 10px;
  width: 100%;
}

.model-b {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #fff;
}

.model-content {
  position: relative;
  width: 100%;
  margin: auto;
  background-color: #fff;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.faq-item {
    background: #eef3f8;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 15px;
}

.faq-item summary {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    color: #041930;
    list-style: none;
    position: relative;
}

.faq-item p {
    padding: 0 20px 20px;
    color: #555b66;
    border-top: 1px solid #f9f9f9;
}

.modern-faqs {
    padding: 70px 0;
}

.faq-item summary:after {
    content: "\f0d7";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    right: 15px;
    transition: all .3s;
}

.faq-item[open] summary:after {
    transform: rotate(180deg);
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.mt-20 {
  margin-top: 20px;
}

.project-brief {
  border: solid 1px #bfbfbf;
  box-shadow: none;
  min-height: 55px;
  border-radius: 15px;
  padding: 0 20px;
  box-shadow: 10px 10px 20px rgb(0 0 0/5%);
  margin-bottom: 40px;
  height: 100px;
  resize: none;
}

.input-sec label {
  font-size: 15px;
}

.input-sec label {
  position: absolute;
  top: -37px;
  left: 4px;
  color: #000;
  padding: 0 5px;
  font-weight: 600;
  z-index: 1;
}

.input-sec {
  position: relative;
}

.mt-60 {
  margin-top: 60px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #b4202d;
  font-size: 26px;
  font-weight: 600;
  height: 250px;
  width: 278px;
}

.nav-pills .nav-link {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  height: 250px;
  width: 278px;
}

.nav-pills.for-real-estate .nav-link {
  font-size: 22px;
  width: 220px;
}

.ai-tabs.real-tabs #pills-tab {
  align-items: center;
  justify-content: space-between;
}

#pills-tab {
  align-items: center;
  justify-content: center;
}

.tab-content {
  padding: 50px 0;
}

.ai-tabs {
  box-shadow: 0 6px 10px rgba(27, 39, 49, 0.5);
}

.nav-pills .nav-link.active::after {
  content: "";
  position: absolute;
  border-left: 45px solid transparent;
  border-right: 50px solid transparent;
  border-top: 35px solid #b4202d;
  bottom: -35px;
  left: 33%;
}

.ai-tabs.real-tabs .nav-pills .nav-link.active::after {
  left: 27%;
}

.ai-tabs.real-tabs ul li {
  color: #fff;
}

.ai-ser-cont {
  background: #041930 !important;
  padding: 20px 20px 40px !important;
}

.services-img {
  height: 350px !important;
}

button.cta-button {
  background: linear-gradient(80.7deg, #861e52 0, #cd092b 100%);
  color: #fff;
}

.submit-btn {
  background: linear-gradient(80.7deg, #861e52 0, #cd092b 100%);
  color: #fff;
  max-width: 120px;
  border-radius: 10px;
  border: none;
  font-weight: 700;
  font-size: 18px;
}

img.ai-scraping {
  width: 70px;
}

#err {
  color: #f00;
}

.blog-sl .owl-theme .owl-nav .owl-next,
.blog-sl .owl-theme .owl-nav .owl-prev {
  display: inline-block;
  background: transparent;
  box-shadow: none;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  padding: 15px 20px;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  color: #fff;
}

.blog-sl .owl-theme .owl-nav .owl-next:hover,
.blog-sl .owl-theme .owl-nav .owl-prev:hover {
  background: linear-gradient(80.7deg, #861e52 0, #cd092b 100%) !important;
}

.exchange-text {
  color: #ffd600;
}

div.new-blog-design {
  border: 1px solid #3d4040;
  box-shadow: 0 0 10px rgb(182 32 45);
  background: #041930;
}

.new-blog-heading {
  border-bottom: 1px solid #3d4040;
  padding: 0 15px;
}

div.new-blog-design p {
  padding: 15px;
}

.article {
  position: relative;
}

.article .dflex {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 30px;
}

.article .dflex figure {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #939999;
}

.article .dflex h5 {
  /* color: #ffd600; */
  color: var(--primary-red-color);
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: normal;
  border-right: 1px solid #3d4040;
  padding-right: 20px;
}

h4.web-name {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  margin-top: 15px;
  color: #fff;
}

.web-col {
  border: 1px solid #fff;
  margin-top: 15px;
}

.web-col img {
  width: 100%;
}

.videobbg img.img-fluid {
  width: 100%;
}

.mob-review {
  display: none;
}

.review-mob {
  display: none;
}

.for-mobile-heading {
  display: none;
}

.search-result {
  width: 320px;
  height: 200px;
  background: #fff;
  overflow-y: scroll;
  padding: 0 10px;
}

.search-result h2 {
  line-height: 20px;
  position: relative;
}

.search-result h2:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
}

.search-result i {
  font-size: 14px;
  color: #000;
}

.new-blog-design h3 {
  border-bottom: 1px solid #3d4040;
  padding: 0 15px;
}

.new-blog-design:last-child {
  margin-bottom: 3rem;
}

.random-ul {
  color: #fff;
  list-style-type: none;
}

.ico-box .ico-img img {
  width: 60px;
}

.ico-box .ico-img {
  text-align: center;
}

h4.ico-head {
  color: #ffd600;

  font-size: 16px;

  text-align: center;

  margin-top: 15px;
}

.ico-box {
  padding: 10px;

  border: 1px solid #b4202d;

  height: 170px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  box-shadow: inset 0 0 10px rgb(180 32 45 / 40%);
}

.ico-box:last-child {
  margin-top: 15px;
}

.our-services.new.mb-3 .web-col .web-img img {
  width: 50%;
}

.our-services.new.mb-3 .web-col .web-img {
  text-align: center;
}

.our-services.new.mb-3 h4.web-name {
  font-size: 14px;

  background: linear-gradient(80.7deg, #861e52 0, #cd092b 100%);

  padding: 10px 0;

  margin-bottom: 0;
}

.our-services.new.mb-3 .web-col {
  padding-top: 10px;
}

.author-box {
  box-shadow: 0 0 10px #cd092b;

  padding: 30px 15px;
}

.author-img {
  position: relative;
}

.author-img:before {
  content: "";

  position: absolute;

  width: 1px;

  height: 100%;

  background: #cd092b;

  top: 0;

  right: -20px;
}

.author-details {
  padding: 0 15px;
}

.auther-blog {
  display: flex;
}

h4.author-name {
  display: inline-block;
}

h4.author-name a {
  color: #cd092b;

  font-size: 18px;
}

.auther-blog .author-img img {
  width: 100px;

  border-radius: 50%;

  height: 100px;

  object-fit: contain;

  padding: 5px;

  border: 3px solid #fff;

  margin-right: 20px;

  margin-bottom: 20px;
}

.auther-blog .author-img:before {
  display: none;
}

.auth-name {
  font-size: 20px;
}

.author-card {
  border: 1px solid #fff;

  padding: 15px;

  position: relative;

  margin-top: 50px;
}

.author-card .auther-blog {
  display: block;
}

.author-card .author-img {
  position: absolute;

  top: -50px;

  left: 50%;

  transform: translate(-50%, 0);

  background: #041930;
}

.author-card h4.author-name {
  margin-top: 50px;

  text-align: center;

  width: 100%;

  color: #fff;
}

.author-card .auther-blog .author-img img {
  margin-right: 0;
}

.auth_name {
  color: #cd092b;

  font-size: 18px;

  text-decoration: none;

  text-align: center;

  transition: all 0.3s;
}

.auth_name:hover {
  color: #cd092b;
}

.new-section .new-sec-content h3 {
  padding: 7px 0;
}

.why-choose-area {
  box-shadow: rgb(255 236 236 / 16%) 0px 10px 36px 0px,
    rgb(241 238 238 / 6%) 0px 0px 0px 1px;

  padding: 18px;
}

.new-section-container {
  border: 1px solid #6c696987;
}

.new-section .new-sec-content {
  padding: 14px;
}

.change-box {
  box-shadow: 0 0 10px rgb(182 32 45);

  border-radius: 10px;

  background: rgb(255 214 0 / 83%);

  padding: 15px;

  text-align: center;

  min-height: 120px;
}

.comment-box {
  background-color: white;

  color: black;

  padding: 16px;

  border-radius: 10px 50px;

  box-shadow: 0 0 10px rgb(182 32 45);

  font-style: italic;
}

.comment-box p {
  margin: 0;
}

.comment-pra {
  color: white;

  font-size: 18px;

  margin: 10px;
}

.videobg:hover {
  transition: 0.5s ease-in-out;

  transform: scale(1.08);
}

hr {
  height: 2px;

  color: #8ba0bb;
}

.car {
  overflow: hidden;
}

.car:hover img {
  transition: 0.5s ease-in-out;

  transform: scale(1.08);
}

.card-lowers {
  padding: 15px;

  border: 1px solid #fff;

  position: relative;

  z-index: 99;

  min-height: 613px;

  margin: 20px 0px;

  border-radius: 15px;
}

.card-lowerss {
  padding: 15px;

  border: 1px solid #fff;

  position: relative;

  z-index: 99;

  min-height: 505px;

  margin: 20px 0px;

  border-radius: 15px;
}

.card-lowersss {
  padding: 15px;

  border: 1px solid #fff;

  position: relative;

  z-index: 99;

  min-height: 425px;

  margin: 20px 0px;

  border-radius: 15px;
}

.core-data .car .cardimg img {
  width: 100%;
}

.cardimg {
  /* margin-top: 30px; */
}

.core-data {
  margin-top: 30px;
}

.ind {
  padding: 10px;

  color: white;

  text-align: center;

  height: 240px;

  border-radius: 15px;

  box-shadow: 0 0 10px rgb(182 32 45);

  margin: 20px;
}

.icons {
  color: #ffd600;

  font-size: 40px;
}

.ind:hover .icons {
  transition: 0.5s ease-in-out;

  transform: scale(1.2);
}

.ind p {
  text-align: center;
}

.cardimgs {
  margin-bottom: 10px;

  text-align: center;
}

p.cont {
  font-size: 33px;

  font-weight: 500;

  text-align: center;

  line-height: 40px;

  color: #ffd600;
}

.conts {
  text-align: center;
}

.click {
  text-align: center;

  /* border-radius: 15px; */

  box-shadow: 0 0 10px rgb(182 32 45);

  background: #ffff;

  /* z-index: 999;

    position: absolute; */

  padding: 10px;
}

.click p {
  text-align: center;
}

.box-1 {
  border: 2px solid;

  padding: 10px;

  /* border-radius: 5px; */
}

.box-2 {
  border: 1px solid;

  /* border-radius: 5px; */
}

.box-1:hover {
  transform: scale(1.02);

  transition: 0.8s;

  transition-duration: 0.4s;
}

.box-2:hover {
  transform: scale(1.05);

  transition: 0.8s;

  transition-duration: 0.4s;
}

p.img-text-box {
  color: #000;

  /* padding: 10px; */

  font-size: 15px;

  font-weight: 700;
}

/*chatboat-services*/

p.mt-3.heding-chatboat {
  font-size: 22px;
}

ul.list-item-management {
  color: #fff;

  box-shadow: 0px 0px 2px;

  padding: 10px;

  list-style-type: none;
}

h2.text-heding-h2 {
  color: #fff;
}

img.services-imGS {
  position: relative;

  top: -24px;

  left: 25px;

  box-shadow: 4px 4px 5px #fff;
}

img.services-im {
  box-shadow: -4px -4px 5px #fff;
}

i.fa.fa-check.right-arrow {
  background: #b70f37;

  padding: 2px;

  border-radius: 100%;

  color: #000;

  box-shadow: 0px 0px 3px 3px #facf00;

  margin: 4px;
}

img.icon-fleticon-tabs {
  background: transparent;

  box-shadow: -3px -3px 7px #ffffff, 3px 3px 5px #ceced1;

  font-size: 30px;

  width: 80px;

  line-height: 50px;

  border-radius: 12px;

  display: block;

  margin: auto;

  padding: 7px;
}

.abtcont {
  margin-left: 95px;
}

.web-co {
  border: 1px solid #fff;

  margin: 8px !important;

  padding: 0 !important;
}

.web-im img {
  height: 135px;

  box-shadow: 0px 0px 2px #fff;

  width: 100%;
}

.web-im img:hover {
  margin: 0px;

  transition: all ease-in-out 0.5s;
}
.abtcontent.work_for_us * {
  color: #dedede;
}

.web_scraping,
.new_service_col {
  padding: 40px 0;
}
.new_service_col:after {
  content: "";
  position: absolute;
  width: 700%;
  height: 100%;
  background: #041930;
  top: 20px;
  left: -100%;
  z-index: -1;
}

.new_service_col {
  position: relative;
  z-index: 1;
}
.web_scraping .new-section-container {
  height: 570px;
}

.web_scraping .new-section-container .new-sec-img {
  height: 255px;
}

.web_scraping .new-section-container .new-sec-img img {
  height: 100%;
  object-fit: cover;
}
.client-slider.virtual.bt-margin {
  margin-bottom: 60px;
}
.cotactform.slider.culture.solution .contact-text {
  margin-left: -190px;
}
.cotactform.slider.culture.solution .form-col-1 {
  background: linear-gradient(80.7deg, #861e52 0, #cd092b 100%);
}

.step-num {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 3px 5px 0px #fad100;
}

.step-icon-one {
  margin-top: 30px;
  margin-bottom: 24px;
}

.step-box-one.wow:hover {
  box-shadow: 0px 5px 2px #000;
  transform: scale(1.05);
  background: #fff;
  color: #000 !important;
}
.step-box-one.wow:hover .step-icon-one img {
  transform: rotate3d(1, 1, 1, 360deg);
  transition: 0.5s;
}

.step-box-one {
  padding: 30px;
  text-align: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 10px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

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

h3.h3-title {
  background: #ff0000;
  background: -webkit-linear-gradient(to right, #ff0000, #9932cc);
  background: linear-gradient(to right, #ff0000, #9932cc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.step-icon-one img {
  width: 25%;
}

p.slider-first-hitech-heding {
  font-size: 18px;
  color: #fff !important;
  font-weight: 500;
}

img.services-img-hi-tech {
  width: 100%;
  height: 630px;
  object-fit: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.service-block-two .inner-box:hover .color-layer-one {
  opacity: 1;
  transform: scale(1, 1);
}

.inner-box .color-layer-one {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  height: 100%;
  width: 33.3333%;
  background: #01175e;
  transform: scale(0, 1);
  background: -webkit-linear-gradient(to bottom, #01175e 0%, #274194 100%);
  background: -moz-linear-gradient(to bottom, #01175e 0%, #274194 100%);
  background: linear-gradient(to bottom, #01175e 0%, #274194 100%);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.inner-box .color-layer-two {
  position: absolute;
  left: 33%;
  top: 0px;
  height: 100%;
  opacity: 0;
  width: 33.3333%;
  background: #01175e;
  transform: scale(0, 1);
  background: -webkit-linear-gradient(to bottom, #01175e 0%, #274194 100%);
  background: -moz-linear-gradient(to bottom, #01175e 0%, #274194 100%);
  background: linear-gradient(to bottom, #01175e 0%, #274194 100%);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.inner-box .color-layer-three {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  opacity: 0;
  width: 33.66666%;
  background: #01175e;
  transform: scale(0, 1);
  background: -webkit-linear-gradient(to bottom, #01175e 0%, #274194 100%);
  background: -moz-linear-gradient(to bottom, #01175e 0%, #274194 100%);
  background: linear-gradient(to bottom, #01175e 0%, #274194 100%);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.service-block-two .inner-box {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  padding: 30px 35px 40px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}

.inner-box .side-layer-one {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateX(320px) translateY(320px);
  -webkit-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  transition: all 450ms ease;
}

.inner-box .side-layer-two {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 370px;
  height: 370px;
  opacity: 0.5;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateX(400px) translateY(400px);
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.inner-box .learn-more {
  position: relative;
  color: #322b8a;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  padding-top: 3px;
  padding-left: 40px;
  font-family: "Poppins", sans-serif;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.inner-box .learn-more .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 25px;
  height: 25px;
  color: #322b8a;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  line-height: 21px;
  border-radius: 5px;
  display: inline-block;
  border: 2px solid #322b8a;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.inner-box .learn-more .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 25px;
  height: 25px;
  color: #322b8a;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  line-height: 21px;
  border-radius: 5px;
  display: inline-block;
  border: 2px solid #322b8a;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.inner-box .learn-more {
  position: relative;
  color: #322b8a;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  padding-top: 3px;
  padding-left: 40px;
  font-family: "Poppins", sans-serif;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

h2.title-inner-column {
  color: #fff;
}

.service-block-two .inner-box:hover .color-layer-one {
  opacity: 1;
  transform: scale(1, 1);
}
.service-block-two .inner-box .color-layer-one {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  height: 100%;
  width: 33.3333%;
  background: #01175e;
  transform: scale(0, 1);
  background: -webkit-linear-gradient(to bottom, #01175e 0%, #274194 100%);
  background: -moz-linear-gradient(to bottom, #01175e 0%, #274194 100%);
  background: linear-gradient(to bottom, #facf00 0%, #000 100%);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.service-block-two .inner-box:hover .color-layer-two {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.service-block-two .inner-box .color-layer-two {
  position: absolute;
  left: 33%;
  top: 0px;
  height: 100%;
  opacity: 0;
  width: 33.3333%;
  background: #01175e;
  transform: scale(0, 1);
  background: -webkit-linear-gradient(to bottom, #01175e 0%, #274194 100%);
  background: -moz-linear-gradient(to bottom, #01175e 0%, #274194 100%);
  background: linear-gradient(to bottom, #fad200 0%, #000 100%);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.service-block-two .inner-box:hover .color-layer-three {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.service-block-two .inner-box .color-layer-three {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  opacity: 0;
  width: 33.66666%;
  background: #01175e;
  transform: scale(0, 1);
  background: -webkit-linear-gradient(to bottom, #01175e 0%, #274194 100%);
  background: -moz-linear-gradient(to bottom, #01175e 0%, #274194 100%);
  background: linear-gradient(to bottom, #facf00 0%, #000 100%);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.service-block-two .inner-box:hover .text {
  color: #ffffff;
}
.service-block-two .inner-box .text {
  margin-bottom: 22px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.text {
  position: relative;
  line-height: 1.7em;
  color: #4b4b4b;
  font-size: 16px;
}

.service-block-two .inner-box h6 {
  margin-bottom: 15px;
}

h6.inner-heding-cl {
  background: #ff0000; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #ff0000,
    #9932cc
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #ff0000,
    #9932cc
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  font-size: 18px;

  font-weight: 600;
  line-height: 1.1em;
}

.service-block-two .inner-box .icon {
  position: relative;
  margin-bottom: 10px;
}

.icon img {
  margin: 20px auto;
  height: 70px;
  width: 70px;
  border-radius: 77% 43% 53% 80% / 50% 58% 53% 70%;
  /* background: transparent; */
  box-shadow: inset 6px 33px 20px 0 #c9c9c9, inset 20px 80px 15px 0 #e0e0e0,
    10px 20px 20px 0 #c9c9c9;
  position: relative;
  box-shadow: inset 6px 33px 20px 0 #c9c9c9, inset 20px 80px 15px 0 #e0e0e0,
    0px 4px 8px 0 #c9c9c9;
  padding: 10px;
}

li.list-text-high-tech {
  text-align: justify;
}

.pro-articals-services-high-tech .dflex {
  color: #ffd600;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  padding-right: 20px;
}

.card-blog.mb-3 .pro-articals-services-high-tech {
  border: 1px solid #fff;
  border-top: none;
  padding: 10px;
}

.card-blog.mb-3:hover .pro-articals-services-high-tech {
  box-shadow: 0px 9px 7px 0px #000;
}

i.fa.fa-angle-double-right {
  background: #ff0000; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #ff0000,
    #9932cc
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #ff0000,
    #9932cc
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
img.img-fluid.error-img {
  width: 100%;
}

/*  write for us   */

.write_list li {
  color: #dedede;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1.3rem;
  list-style: square;
}
.abtcontent.work_for_us p strong.work_sub_heading {
  position: relative;
  font-size: 20px;
}
.abtcontent.work_for_us p strong.work_sub_heading:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background: rgba(255, 214, 0, 0.6);
}
.retail_ind .services-img {
  height: auto !important;
}
.retail_ind .custom_img {
  width: 100%;
}
.industry_list li {
  list-style: none;
  color: #dedede;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 0.5rem;
}
.industry_list li:before {
  content: "\f0a9";
  font-family: FontAwesome;
  position: absolute;
  font-size: 16px;
  left: -20px;
}
.ind_desc ul li {
  list-style: none;
  position: relative;
  color: #dedede;
  margin-bottom: 1rem;
}
.ind_desc ul li:before {
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  font-size: 16px;
  left: -20px;
}
.retail_ind_box {
  height: 100%;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  position: relative;
  background: #041930;
}
.industry_icon {
  width: 70px;
  height: 70px;
  padding: 10px;
  border-radius: 77% 43% 53% 80% / 50% 58% 53% 70%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry_icon img {
  width: 45px;
}
.ind_desc {
  margin-top: 15px;
}
.ind_desc h4 {
  margin-bottom: 20px;
}
.ind_desc h4 a,
.ind_desc h4 {
  color: #c70b2e;
  font-size: 22px;
  margin-top: 5px;
  text-decoration: none;
  position: relative;
}
.ind_desc h4 a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #ffd600;
  transition: all 0.3s;
}
.ind_desc h4 a:hover::after {
  width: 0;
}
.retail_ind_box:nth-child(2),
.retail_ind_box:not(:first-child) {
  margin-top: 20px;
}
.retail_ind .blogx:after {
  width: calc(100% - 30px);
  left: 15px;
}
.ind_desc ul li span {
  font-weight: 700;
}
.retail_ind .blogx h2 {
  font-size: 32px;
}
.why_triyock_partner {
  margin: 40px 0;
}
.partner_content {
  margin-top: 40px;
}
.abtcontent ul li h4 {
  position: relative;
  margin-bottom: 10px;
}
.abtcontent ul li h4:before {
  content: "";
  position: absolute;
  background-image: url(../images/circle_check.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  left: -35px;
  top: 5px;
}
.abtcontent ul li {
  list-style: none;
  font-size: 20px;
  color: #fff;
  margin-bottom: 1.5rem;
}
.abtcontent ul li strong {
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.abtcontent ul li strong:after {
  content: "";
  position: absolute;
  background-image: url(../images/circle_check.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  left: -35px;
  top: 5px;
}

/*mfgs ind*/
.videobbg.fix-height img {
  max-height: 300px;
  object-fit: cover;
}
.industry_heading {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
  line-height: 48px;
}
.industry_heading span {
  color: #ffd600;
}
.ind_page .card {
  min-height: 400px;
}
.new_bpo_service_sec {
  padding: 60px 0;
  background: #041930;
}
.new_bpo_service_sec h3 {
  margin-bottom: 6rem;
}
.single_bpo_box {
  position: relative;
  background: linear-gradient(80.7deg, #861e52 0, #cd092b 100%);
  padding: 20px;
  height: 290px;
  border-radius: 20px;
}

.single_bpo_box .icon_box {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  padding: 20px;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -80px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  margin-bottom: 15px;
}

.single_bpo_box .icon_box img {
  width: 80%;
  left: 10px;
  position: relative;
  top: 10px;
}
.content_box h4 {
  font-size: 21px;
  color: #fff;
  text-align: center;
}

.content_box p {
  margin-top: 15px;
  color: #fff;
}

.new_bpo_service_sec .row .col-md-4:nth-child(n + 4) {
  margin-top: 94px;
}
.new_service_sec {
  padding: 60px 0;
}
.service_block {
  border: 1px solid #fff;
}

.bg_img {
  height: 250px;
}

.bg_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.service_content {
  padding: 15px;
}

.service_content h4 {
  color: #cd092b;
  margin-bottom: 0.8rem;
}
.service_block:not(:first-child) {
  margin-top: 20px;
}
.acc_head {
  cursor: pointer;
  user-select: none;
  margin-left: 0 !important;
  background: #041930;
  padding: 20px 15px 20px 20px;
  border-radius: 20px;
  position: relative;
}
li.acc_head h4 {
    margin-bottom: 0;
    font-size: 22px;
}
.acc_head .accordion_content {
  max-height: 0;
  margin-top: 0px;
  transition: all 0.3s;
  overflow: hidden;
}
.acc_head.show .accordion_content {
  max-height: 200px;
  margin-top: 10px;
}
.acc_head .accordion_content ul {
  padding-left: 0;
}
.accordion_content ul li {
  margin-bottom: 10px;
  margin-left: 15px;
}
.accordion_content ul li:before {
  display: none;
}
.accordion_content ul li a {
  color: #cd092b;
  text-decoration: underline;
}
.acc_head:before {
  background-image: none !important;
  background-color: #cd092b;
  content: "\f107" !important;
  font-family: FontAwesome;
  font-size: 13px;
  border-radius: 50%;
  color: #fff;
  padding: 2px 3px 3px 5px;
  transition: all 0.3s;
  left: auto !important;
  right: 10px !important;
  width: 25px;
  height: 25px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blogs_faqs ul {
    list-style: none;
}

.blogs_faqs ul .acc_head {
    margin-bottom: 20px;
    color: #fff;
    padding-left: 35px;
    position: relative;
}

.blogs_faqs ul .acc_head:last-of-type {
    margin-bottom: 0;
}

.acc_head .accordion_content p {
    color: #fff;
}

.blogs_faqs h3 {
    margin-bottom: 20px;
}

.acc_head.show:before {
  transform: rotate(180deg);
}
.card_icon {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.slider11:hover .card_icon {
  background: #cd092b;
}
.card_icon img {
  width: 60px;
  height: 60px;
}
.new_service_row .col-md-4:nth-child(n + 4) {
  margin-top: 20px;
}
.new_ser {
  background: #041930;
}
.write_us_popup {
  background: linear-gradient(80.7deg, #861e52 0, #cd092b 100%);
  max-width: 300px;
  padding: 15px 10px;
  position: fixed;
  right: -300px;
  top: 200px;
  z-index: 999;
  color: #fff;
  transition: all 0.3s;
}

.close_botton {
  position: absolute;
  top: 50%;
  left: -39px;
  background: linear-gradient(80.7deg, #861e52 0, #cd092b 100%);
  padding: 15px;
  transform: translate(0, -50%);
  cursor: pointer;
  transition: all 0.3s;
}

.write_us_popup a {
  color: #fff;
  text-decoration: underline;
}
.write_us_popup.collapsed {
  right: 0;
}
.write_us_popup .close_botton i {
  transform: rotate(180deg);
}
.write_us_popup.collapsed .close_botton i {
  transform: rotate(0deg);
}
.why-slider-a .owl-dots {
  margin: 20px 0;
}
.why-slider-a .owl-dots .owl-dot.active span {
  background: #b4202d !important;
}
.new_single_box {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 10px;
  padding: 70px 25px 50px 25px;
  position: relative;
}
.digit_single {
  position: absolute;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  top: 0px;
  left: 20px;
  opacity: 0.2;
}

.fundamental_points ul {
  margin-top: 3rem;
}

.fundamental_points ul li {
  position: relative;
  color: #fff;
  display: inline-block;
  margin-bottom: 2rem;
}

.fundamental_points ul li:after {
  position: absolute;
  background-image: url(../images/circle_check.png);
  left: -35px;
  content: "";
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  background-size: cover;
  top: 6px;
}

.fundamentals {
  padding: 70px 0;
}

.pricing_block {
  padding: 20px 30px;
  margin: 30px 0;
  border-radius: 30px;
  background: #ffd600;
  box-shadow: inset 20px 20px 60px #a68b00, inset -20px -20px 60px #ffff00;
  position: relative;
}

.pricing_block:after {
  content: "";
  position: absolute;
  background: url(../images/best-price.png);
  width: 130px;
  height: 130px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}

.pricing_block h4 {
  font-size: 20px;
  letter-spacing: 0.3px;
  font-weight: 700;
  color: #041930;
}

.pricing_content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #041930;
}
.pricing_content a {
  border-color: #c70b2e !important;
  margin-top: 15px;
  color: #c70b2e !important;
}

.pricing_block:before {
  content: "";
  position: absolute;
  background: url("../images/decoratiove_bg.webp");
  width: 300px;
  height: 100px;
  background-size: cover;
  z-index: 1;
  bottom: 0px;
  opacity: 0.5;
  left: 50%;
  transform: translateX(-50%);
}
.single_ind_wise_box {
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  position: relative;
  background: #041930;
}
.app_ind_content h3 {
  color: #c70b2e;
  font-size: 32px;
}

.app_ind_content p {
  color: #fff;
}
.case_study_col {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 1.5em;
  color: #fff;
  height: 100%;
}

.case_study_col h3 {
  margin-bottom: 20px;
}

.case_study_col ul li {
  margin-bottom: 1rem;
  font-size: 18px;
}

.blog_detail_container * {
  color: #1a1818 !important;
}
.home_single_slide {
  position: relative;
  z-index: 1;
}
.home_single_slide:after {
  content: "";
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.5;
}

.single_home_slider {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.single_home_slider:after {
  content: "";
  position: absolute;
  background: url(../images/banner_shape.webp);
  width: 800px;
  height: 800px;
  right: -150px;
  bottom: -150px;
  background-size: contain;
}

.slide_one {
  background: #041930;
  overflow: hidden;
}

.home_banner {
  width: 100%;
  height: calc(100vh - 97px);
  margin-top: 86px;
}

.home_banner_slider {
  width: 100%;
  height: 100%;
}

.addon_box {
  background: #ffd600;
  box-shadow: inset 20px 20px 60px #a68b00, inset -20px -20px 60px #ffff00;
  border-radius: 20px;
  padding: 20px;
}

.addon_img {
  height: 70px;
  text-align: center;
}

.addon_img img {
  height: 100%;
  margin: 0 auto;
}

h3.addon_heading {
  text-align: center;
  margin-top: 10px;
  color: #c70b2e;
  font-size: 26px;
}

.slider_addon_info {
  margin-top: -100px;
  z-index: 1;
  position: relative;
  margin-bottom: 60px;
}

.partner_box {
  padding: 20px;
  /* background: #041930; */
  /* background: #024991; */
  background-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.08);
  transition: all ease-in-out 0.4s;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 11;
}

.partner_title {
  /* color: #fff; */
  color: #041930;
  margin: 20px 0;
}

.partner_box:hover {
  transform: translateY(-10px);
}

.yt_video_section {
  padding: 60px 0;
}

.addtional_heading .small_heading {
  color: #c70b2e;
  margin-bottom: 10px;
}

.addtional_heading {
  position: relative;
}

.addtional_heading h2 {
  /* color: #fff; */
  color: #041930;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
}

.addtional_heading.light h2 {
  color: #fff;
}

.shape_divider {
  width: 100px;
  height: 2px;
  background: #c70b2e;
  margin: 15px auto 0;
}

.addtional_heading h2 span {
  /* color: #ffd600; */
  color: #b6202d;
}

.yt_video_block {
  position: relative;
  width: 100%;
  height: 100%;
}

.yt_cover {
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  background: #041930;
}

.yt_cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play_btn {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.play_btn i {
  color: #c70b2e;
  font-size: 60px;
  cursor: pointer;
  z-index: 1;
}

p.yt_video_content {
  font-size: 18px;
  line-height: 30px;
}

.new_services_slide {
  padding: 70px 0;
  position: relative;
}

.new_services_slide:after {
  /* content: ''; */
  position: absolute;
  width: 100%;
  height: 57%;
  background-color: #222a33;
  left: 0;
  top: 0;
  z-index: -1;
}

.service_item_inner {
  /* background: #041930; */
  background-color: #041930;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0 20px 20px;
}

.service_content h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 22px;
}

.service_content .btn.btn-quote {
  color: #fff !important;
}

.word_flow_sec * {
  font-family: "Poppins", sans-serif;
}

.word_flow_sec .content input {
  display: none;
}

.word_flow_sec {
  background-image: url("../images/pattern-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  opacity: 1;
}

.word_flow_sec .container {
  z-index: 2;
  position: relative;
}

.word_flow_sec:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 0;
}

.word_flow_sec .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  border: 5px solid #041930;
  border-radius: 18px;
  margin-top: 40px;
}

.word_flow_sec .content .list {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 35%;
  margin-right: 0px;
  background: #041930;
  border-radius: 12px 0 0 12px;
}

.word_flow_sec .content .list label {
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 25px;
  transition: all 0.5s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.word_flow_sec #home:checked ~ .list label.home,
.word_flow_sec #blog:checked ~ .list label.blog,
.word_flow_sec #help:checked ~ .list label.help,
.word_flow_sec #code:checked ~ .list label.code,
.word_flow_sec #about:checked ~ .list label.about {
  color: #22272c;
}

.word_flow_sec .content .slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  border-radius: 12px;
  transition: all 0.5s ease;
  background: #c70b2e;
}

.word_flow_sec #home:checked ~ .list .slider {
  top: 10px;
}

.word_flow_sec #blog:checked ~ .list .slider {
  top: 90px;
}

.word_flow_sec #help:checked ~ .list .slider {
  top: 170px;
}

.word_flow_sec #code:checked ~ .list .slider {
  top: 250px;
}

.word_flow_sec #about:checked ~ .list .slider {
  top: 330px;
}

.word_flow_sec #dispatch:checked ~ .list .slider {
  top: 410px;
}

.word_flow_sec .content .text-content {
  width: 66%;
  height: 100%;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 60px;
}

.word_flow_sec .content .text {
  display: none;
}

.word_flow_sec .content .text .title {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 500;
  /* color: #fff;   */
}

.article-sec {
  padding: 70px 0;
}

.word_flow_sec .container .text p {
  text-align: justify;
}

.word_flow_sec .content .text-content .home {
  display: block;
}

.word_flow_sec #home:checked ~ .text-content .home,
.word_flow_sec #blog:checked ~ .text-content .blog,
.word_flow_sec #help:checked ~ .text-content .help,
.word_flow_sec #code:checked ~ .text-content .code,
.word_flow_sec #about:checked ~ .text-content .about {
  display: block;
}

.word_flow_sec #blog:checked ~ .text-content .home,
.word_flow_sec #help:checked ~ .text-content .home,
.word_flow_sec #code:checked ~ .text-content .home,
.word_flow_sec #about:checked ~ .text-content .home {
  display: none;
}

.word_flow_sec .content .list label:hover {
  color: #bb86fc;
}

.word_flow_sec .content .slider:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #c70b2e;
  right: -8px;
  top: 50%;
  transform: translate(0%, -50%) rotate(45deg);
}

.word_flow_sec {
  padding: 60px 0 130px;
}

.bpo_solution_sec {
  padding: 70px 0;
}
.logo {
  width: 240px;
}

.logo img {
  height: auto;
}

.culture-content {
  padding: 0 60px;
}

.culture-content h3 {
  font-size: 20px;
  line-height: 150%;
}

.hero .caption .btn-red span {
  margin-right: 5px;
}

@media (max-width: 768px) {
  .col-half {
    width: 100%;
  }
  .culture-content {
    padding: 20px;
  }
  .row-gap-4 {
    row-gap: 1rem;
  }
  .security.ind_sec ul {
    padding-left: 0;
  }
  .single_bpo_box .icon_box {
    width: 80px;
    height: 80px;
    padding: 10px;
    margin-top: -65px;
    margin-bottom: 15px;
  }
  .new_bpo_service_sec .row .col-md-4:nth-child(n + 2) {
    margin-top: 60px;
  }
  .single_bpo_box {
    height: auto;
  }
  .new_service_row .col-md-4:nth-child(n + 2) {
    margin-top: 20px;
  }
  .slider-content1 {
    height: auto !important;
  }
  .pricing_block:after {
    display: none;
  }
  .single_home_slider {
    align-items: flex-start;
  }
  .single_home_slider:after {
    opacity: 0.3;
    width: 250px;
    height: 250px;
    right: 0;
    bottom: 0;
  }
  .single_home_slider .row {
    margin-top: 80px;
  }
  .recntblogbg {
    padding: 20px !important;
  }

  .ico-box {
    margin-top: 15px;
  }

  .req-sec {
    margin-top: 30px;
  }

  .form-col.cont .col-md-3 {
    margin: 10px 0;
  }

  .careers-page h6,
  .cotactform.slider.culture p.mt-3 {
    margin-top: 5px !important;
  }

  .tablebx1 td {
    padding: 1.5rem !important;
  }

  h3.contact-text.new.contact {
    margin-left: 0 !important;
  }

  .ai-tabs .nav.nav-pills {
    flex-wrap: nowrap;
  }

  .nav-for-small {
    display: none;
  }

  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link,
  .nav-pills .nav-link {
    width: 70px !important;
    height: 70px !important;
  }

  #pills-tab {
    justify-content: space-between !important;
  }

  .tab-content {
    padding: 20px 0 !important;
    border-top: 3px solid #cd092b;
    margin-top: 10px;
  }

  .for-mobile-heading {
    display: flex !important;
  }

  .for-mobile-heading h3 {
    color: #ffd600;
    padding-bottom: 20px;
  }

  .nav-pills .nav-link.active::after {
    display: none;
  }

  .slider-head {
    font-size: 38px !important;
    line-height: 50px !important;
  }

  .contact-text {
    transform: rotate(0deg) !important;
    margin-left: 0 !important;
    position: relative !important;
  }

  .caption {
    height: 100% !important;
  }

  .cotactform {
    padding: 20px;
  }

  .cotactform.dataentry {
    padding: 30px 0 0 !important;
  }

  .cotactform:after {
    width: 100% !important;
  }

  .market h3,
  .market h2 {
    font-size: 28px !important;
  }

  .cardaction .card {
    margin-bottom: 30px !important;
  }

  .slide-row:before {
    display: none;
  }

  .section.process {
    padding: 30px 0 !important;
  }

  .title h3,
  .div_title {
    font-size: 28px !important;
    line-height: 36px !important;
    margin-top: 15px !important;
  }

  .safedata,
  .corevalue {
    padding: 20px !important;
  }

  .cotactform.slider.culture {
    margin: 20px 0 !important;
  }

  .cotactform.slider.culture h2 {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .cta-sec {
    margin: 20px 0 !important;
  }

  .brand-name h3 {
    text-align: center;
  }

  .brand-name ul {
    text-align: center;
  }

  .clients-carousel-small .owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-top: 0;
  }

  .testimonial-sec {
    margin: 0 !important;
  }

  .client-slider .testimonial .owl-dots {
    top: 0 !important;
  }

  .client-slider {
    margin: 20px 0 !important;
    padding: 70px 20px !important;
  }

  .cta-bar {
    padding: 1em !important;
  }

  .cta-bar h2 {
    font-size: 18px !important;
    line-height: 30px !important;
  }

  .card-blog.mb-3 {
    margin-top: 20px !important;
  }

  .footer label {
    font-size: 30px !important;
  }

  .blog-list h3 {
    font-size: 24px !important;
    line-height: 35px !important;
  }

  .blog-list p {
    font-style: normal !important;
  }

  .recntblogbg:after {
    width: 100% !important;
  }

  .bpo-challenges:after {
    width: 100% !important;
  }

  .abtcontent {
    padding: 0 1.5em !important;
  }

  .blogx h2 {
    font-size: 28px !important;
    line-height: 40px !important;
  }

  .inside-sec.faq:after {
    display: none;
  }

  .blogx:after {
    width: 100% !important;
  }

  .data-img {
    margin-top: 20px;
  }

  .core-data .cards {
    margin-top: 25px;
  }

  .cardaction:hover .cardhover {
    left: 0;
    top: -10px;
  }

  .mob-ftr-col {
    padding-top: 40px;
  }

  .mob-review {
    display: block !important;
    padding-top: 20px;
  }

  .review-mob {
    display: inline-block !important;
  }

  .review-desc {
    display: none;
  }

  .desc-review {
    display: none;
  }

  .menu-quick-links-container {
    column-count: 2 !important;
  }

  .tablebx1.about {
    float: none !important;
  }

  .usa {
    padding-top: 20px;
  }

  .footer h3 {
    line-height: 22px !important;
  }

  .tlinks.float-end {
    float: none !important;
  }

  .footerlastbg
    .row.d-flex.align-items-center.justify-content-center
    .col-lg-7.col-md-6 {
    text-align: center !important;
  }

  .footerlastbg
    .row.d-flex.align-items-center.justify-content-center
    .col-lg-5.col-md-6
    .tlinks.float-end {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .btn-white {
    width: 100% !important;
  }

  .title-2 h3 {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .abtcontent ol li {
    padding: 10px 0;
  }

  .contact-mob {
    margin-top: 15px;
  }
  #search-div {
    left: 0;
  }
  #search-div form {
    top: 5px;
    position: relative;
  }
  .word_flow_sec .content {
    flex-wrap: wrap;
  }

  .word_flow_sec .content .list {
    width: 100%;
  }

  .word_flow_sec .content .slider:after {
    display: none;
  }

  .word_flow_sec .content .text-content {
    width: 100%;
    padding: 30px;
  }

  .form-row:first-of-type {
    margin-top: 20px;
  }

  .form-row:not(:last-of-type) {
    margin-bottom: 0;
  }

  .form-block .input-field {
    margin-bottom: 20px;
  }

  .form-block .btn-submit {
    margin-top: 20px;
  }

  .yt_video_block {
    height: 270px;
  }

  .addtional_heading h2 {
    font-size: 28px;
    line-height: 140%;
  }

  p.yt_video_content {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }

  .quote-icon {
    max-height: 32px;
    overflow: hidden;
  }

  .quote-icon svg {
    width: 32px;
    height: 32px;
  }

  .slider-inner p {
    font-size: 14px;
    line-height: 140%;
  }

  .contact-block {
    width: 100%;
  }

  .form-block {
    width: 100%;
  }
  .country-box {
    max-width: 100%;
  }
  section.new-contact-block.article-sec {
    padding-bottom: 0;
  }

  .top-footer .footer-col {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .awards-slider .single-awards-slide {
    padding: 20px;
  }
  .awards-slider {
    margin-inline: 15px;
}

.industry-grid, .process-grid, .tech-grid.research {
    grid-template-columns: repeat(1, 1fr);
}

.split-layout {
    grid-template-columns: 1fr;
    gap: 30px;
}

.feature-grid {
    grid-template-columns: 1fr;
    gap: 0;
}

.yt_video_block {
  margin-top: 30px;
}

.bpo_solution_sec, .industry-section, .research-process-sec, .methodology-sec, .prefered-partner-sec, .who-uses-sec, .new-modern-cta, .modern-faqs {
  padding: 60px 0
}

.service-card {
    padding: 20px;
}

.service-card .icon {
    font-size: 1.5rem;
}

.industry-card {
    padding: 20px;
}

.process-card {
    padding: 30px 20px 20px 20px;
}

}

@media (max-width: 576px) {
  nav .main-menu {
    padding: 16px;
  }

  .caption {
    padding: 5em 0 !important;
  }

  .hero .caption h1 {
    font-size: 32px !important;
    line-height: 60px !important;
  }

  .tablebx {
    margin-top: 20px !important;
  }

  .tablebx td {
    padding: 1rem !important;
  }

  .caption h3 {
    font-size: 28px !important;
  }

  .ser-col-right {
    padding: 20px !important;
  }

  .section.market {
    padding: 30px 0 0 0 !important;
  }

  .section.market.why {
    padding-bottom: 30px !important;
  }

  .slider-content1 {
    height: 420px !important;
  }

  .section.ourteam-a .owl-dots {
    margin: 20px 0;
  }

  .ser-col-left h2 {
    font-size: 28px !important;
    line-height: 34px !important;
  }

  .blogx {
    margin-top: 20px !important;
    padding: 20px 0 !important;
  }

  .col-md-4.ser-col-left h2.data-annotation {
    padding-bottom: 15px;
  }

  .ser-col-left {
    padding: 50px 20px !important;
  }

  .testimonial .owl-dots {
    top: 0 !important;
  }

  .inside-sec.faq h2 {
    margin: 20px 0 !important;
    font-size: 28px !important;
  }

  .downbtn {
    right: 20px !important;
  }

  .single-sub-service {
    float: none !important;
  }

  .single-sub-service:nth-child(1) {
    margin-top: 20px !important;
  }

  .packages h3 {
    padding-bottom: 20px !important;
  }

  .blog-list-heading {
    height: 170px !important;
  }

  h3.for-blog-list {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .process-list .tab .tablinks.active:after {
    width: 20px !important;
    height: 20px !important;
    left: -10px !important;
    top: 21px !important;
  }

  .process-list .tab {
    width: 95% !important;
    float: right !important;
    position: relative;
  }
}
