
/*--------------------root------------------------ */
:root {
  --bg-color:#0A0A0A;
  --gray-color:#bfbfbf;
  --whitecolor: #fff;
  --font16:16px;
  --gra-bg: linear-gradient(90deg, #FF6824, #0047ED);
  --gra-bg-2:linear-gradient(90deg, #ff3b3b, #ff7b00);
  --gra-bg-3:linear-gradient(90deg, #FF371E 0%, #0047ED 100%);
  --gra-bg-4:radial-gradient(circle at center, #7b3b26, #1a1919 90%);
  --gra2:linear-gradient(90deg, #FF6824, #FF6824,#0047ED);
  --border-gray-all:#404040;
  --bg-gray-deep:#111;
  --hover-color:#FF6824;
  --brand-bg:#11111180;
  --gray-all:#aaa;
  --graylight:#999;
  --gray-p:#959595;
  --bg-gray-deep:#222;
  --black:#000;
  --black-normal:#262525;
  --text-danger:#ff371d;
  --borderh:#FF371E;
  --heiglight:#FFB703;
  --gray-c:#ccc;
  --gray5:#535353;
  --coloa0a0a0:#a0a0a0;
  --blackl:#1a1a1a;
  --bg-black3:#333;
  --lightgr:#bdbdbd;
  --footergray:#989494;
  --grayd5:#555;
  --gray-thinl:#d3d3d3;
  --datec:#8D8D8D;
  --jobc:#bcbcbc;
  --car-b:#bfb8b8;
  --skill:#e84118;
  --bggdeep:#252525;
  --bgdepa:#141414;
  --textwarning:#ff6f00;
  --grac:#949494;
  --font24:24px;
  --font32:32px;
  --font18:18px;
  --borderb:#8B8282;
  --blog-bg:#1F1F1F;

}



html{
  overflow-x: hidden;
}

body {
  background-color: var(--bg-color);
  color:var(--whitecolor);
  font-family: 'Axiforma Regular', sans-serif;
  overflow-x: hidden;
  font-size:var(--font16);
  min-height: 100vh;
}

.gary-color-all {
  color:var(--gray-color);
  line-height: 32px;
}

p {
  font-family: 'Axiforma Thin', sans-serif;
  font-size:var(--font16);
}
.strong-b{
  font-family: 'Axiforma Regular', sans-serif;
}
.fontbold{
   font-family: 'Axiforma Regular', sans-serif;
}
.strong-b2{
 color: var(--whitecolor);
}
.text-white{
color: var(--whitecolor);
}
span {
  font-family: 'Axiforma Thin', sans-serif;
}
.font32{
  font-size: var(--font32);
}
.p-exp {
  line-height: 32px;
   font-size:var(--font16);
  width: 72%;
}
.font5{
  font-size: 5rem;
}
.mt170{
  margin-top: 160px !important;
}
.p-exp strong {
  color: var(--whitecolor);

}
.btn-link:hover{
  color: var(--text-danger);
}
.font75 {
  font-size: 7.5rem;
}

.h5,
h5 {
  font-size: 1.75rem;
}

.h3,
h3 {
  font-size: 3rem;
}

h3 span {
  font-weight: bold;
}

h1 span {
  font-weight: bold;
}
.font16{
  font-size: var(--font16);font-family: 'Axiforma Thin', sans-serif;
}
.font18 {
  font-size: 18px;
}
.profile-nav-info {
    text-align: right;
}
/* Gradient heading */
.top-section h1 span {
 background: var(--gra-bg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.profile-nav-info p {
    margin-bottom: 5px;
}
/* Hero section */
.top-section {
  padding: 100px 0;
  text-align: left;
}

/* Stats */
.stats {
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-color: var(--border-gray-all);
  padding: 40px 0;

}

.stats h2 {
  font-size: 2.5rem;
}


.btn-link {
  color: var(--whitecolor);
  text-decoration: none;
  font-weight: 500;
}

.btn-link i {
  margin-left: 5px;
}

.counter-block {
  display: flex;
  align-items: center;
}

.counter-block h2 {
  font-size: 96px;
  font-size: 7rem;
}

.counter-block p {
  padding-left: 8px;
  line-height: 20px;
  font-family: 'Axiforma Thin', sans-serif;
}
.counter-area .count-b{
  position: relative;top: 10px;
}
.counter-area .count-b:nth-child(1){
right: 10%;
}
.counter-area .count-b:nth-child(2){
  right: 6%;
}
.counter-area .count-b:nth-child(3){
  right: 3%;
}
.counter-area .count-b:nth-child(4){
  right: 0%;
}
.w20 {
  min-width: 20rem;
  text-align: right;
}


.counter-area {
  display: flex;
  justify-content: space-around;
}

/* Navbar */
.navbar {
  position: relative;
  z-index: 20;
}

.menu-toggle {
  cursor: pointer;
  font-size: 2.2rem;
  color:var(--whitecolor);
  transition: transform 0.3s ease;
}

.navbar a {
  font-size: 18px;
}

/* Full width menu */
.menu-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color:var(--bg-gray-deep);
  padding: 100px 20px 50px;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  text-align: left;
  z-index: 19;
}

.menu-panel.active {
  transform: translateY(0);
}

.menu-panel a {
  display: block;
  color:var(--whitecolor);
  text-decoration: none;
  padding: 12px 0;
  font-size: 1.3rem;
  transition: 0.3s;
}

.menu-panel a:hover {
  color:var(--hover-color);
}



/*.fa-solid.menu-toggle.fa-xmark {
  color:var(--hover-color);
}*/
.icon-add {
    position: absolute;
    right: 0px;
    font-size:55px;
}
.brand-section {
  padding: 80px 0;
  background:var(--brand-bg);
  border-bottom: solid 1px #404040;
    border-top: solid 1px #404040;

}

.brand-title {
  font-size: 48px;
  font-weight: 600;
  top: 10px;
  position: relative;
}

.brand-subtitle {
  color:var(--gray-all);
  top: 10px;
  position: relative;
}

.brand-slider {
  margin-top: 10px;
}
.testimonial{
  overflow: visible; height:650px;
}
.brand-logo {
  width: 100%;
  margin: auto;
  transition: all 0.3s ease;
}

/*    .brand-logo:first-child {
      filter: blur(1px) grayscale(100%);
      opacity: 0.5;
    }*/

.brand-logo:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

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

.slick-prev:before,
.slick-next:before {
  color:var(--whitecolor);
  font-size: 24px;
}

.slick-dots li button:before {
  color:var(--graylight);
}

.slick-dots li.slick-active button:before {
  color:var(--whitecolor);
}

section.top-section h1 {
  font-size: 7.5rem;
  line-height: 7.5rem;
}

.video {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 31rem;
  /* border: solid; */
  cursor: pointer;
  z-index: 8;
}

.line-h {
  line-height: 27px;
}

.video img {
  width: 12.4rem;
}

/* Case studies */
.case-studies {
  padding: 110px 0;
}

.case-studies h3 {
  font-weight: 600;
}

.headline3 {
  font-weight: 600;
}

.case-img {
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.4s ease;
}

.case-img img {
  width: 100%;
  transition: transform 0.4s ease;

}

.case-img:hover img {
  transform: scale(1.08);
}

.casse-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.case-four {
  position: relative;
  right: 24.5rem;
}

.case-three {
  position: relative;
  right: 16rem;
}

.case-two {
  position: relative;
  right: 8.5rem;
}

.case-four img {
  width: 550px;
  height: 650px;
  /* object-fit: cover; */
}

.case-three img {
  width: 500px;
  height: 550px;
  /* object-fit: cover; */
}

.case-two img {
  width: 400px;
  height: 450px;
  /* object-fit: cover; */
}

.case-one img {
  width: 300px;
  height: 350px;
  /* object-fit: cover; */
}

.casse-area h6 {
  font-size: 20px;
  margin: 0px;
}

.casse-area p {
  margin-bottom: 10px;
}


.service-section {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.service-header h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-header p {
  color:var(--gray-p);
  max-width: 100%;
}

/* Each service item */
.service-card {
  position: relative;
  border-top: 1px solid;
  border-color: var(--bg-gray-deep);
  padding: 40px 0;
  cursor: pointer;
  z-index: 2;
  transition: color 0.4s ease;
}

.service-card:last-child {
  border-bottom: 1px solid;
   border-color: var(--bg-gray-deep);
}

/* Full-width white background effect */
.service-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background:var(--whitecolor);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-card:hover::before {
  opacity: 1;
}

.service-card:hover {
  color:var(--black);
}

.service-card:hover .service-tags {
  color:var(--black);
}

.service-card .row {
  align-items: center;
}

.service-number {
  font-size: 1.3rem;
  font-weight: 600;
  opacity: 0.7;
  transition: color 0.4s ease;
  font-family: 'Axiforma Thin', sans-serif;
}

.service-title {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-tags {
  font-size:var(--font16);
  color:var(--gray-p);
  font-family: 'Axiforma Thin', sans-serif;
}

.service-hidden {
  display: none;
  font-size: 0.95rem;
  margin-top: 15px;
  color: inherit;
}

.service-card:hover .service-hidden {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

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

.discuss-btn {
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin-top: 10px;
  color:var(--black);
  transition: 0.3s;
  font-size: 18px;
}

.discuss-btn:hover {
  letter-spacing: 1px;
  color:var(--hover-color);
}

.service-tags span {
  font-size: 32px;
  height:var(--font16);
  overflow: hidden;
  margin-left: 12px;
  margin-right: 10px;
  position: relative;
  top: 6px;
  font-weight: bold;

}

.step-box {
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color:var(--black-normal);
  transition: all 0.3s ease;
  width: 90%;
}
.step-box:last-child{
  border-bottom: 0px;
}

.step-box {
  padding: 7px;
  padding-left: 13px;
}

.step-box h6 {
  font-size: smaller;
  color: #4D4D4D;
}

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

.step-box:hover {
   transition: all 0.3s ease;
  border-left: 1px solid;
  border-color: var(--borderh);
  /* Orange highlight on hover */
  transform: translateX(5px);
  border-bottom: transparent;
}

.step-box:hover h6 {
  color:var(--whitecolor);
}

.step-box h5 {
  color:var(--whitecolor);
  font-size: 20px;
  margin-top: 12px;
}

.step-box p {
  color: var(--grac);
  /* font-size: medium; */
  font-weight: 100 !important;
  font-size: 15px;
  margin-top: 14px;
}

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

.text-danger {
  color:var(--text-danger);
}

.bg-grsy-b {
  padding: 50px;
  birder: solid 1px;
  border-color: var(--bggdeep);
  background:var(--bgdepa);
  margin-top: 120px;
  border-radius: 10px;
}

.imgstep {
  width: 100%;
  height: 360px;
  object-fit: cover;
  position: relative;
  top: -85px;
}


.h3-dri {
  margin-top: 180px;
}

p.subtitle {

  font-size: 1rem;
  margin-bottom: 60px;
}

.stats-section {
  max-width: 100%;
  margin: 0 auto;
}

.stat-box {
  margin-bottom: 40px;
}

.stat-box .gary-color-all.line-h {
  font-family: 'Axiforma Thin', sans-serif;
  font-size:var(--font16);
}

.stat-value {
  font-size: 2.3rem;
  font-weight: 700;
  color:var(--whitecolor);
}

.stat-text {
  font-size: 0.95rem;
  color:var(--lightgr);
  margin-top: 5px;
  line-height: 1.5;
}

.skills-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
  max-width: 100%;
  margin: 0 auto;
}

.skill-tag {
  background-color:var(--blackl);
  color:var(--whitecolor);
  border: 1px solid;
  border-color: var(--bg-black3);
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  display: inline-block;
  font-size: 20px;
}

.skill-tag:hover {
  background-color:var(--skill);
  border-color:var(--skill);
}


.career-section {
  padding: 50px 0;
  padding-top: 120px;
}

.section-title {
  font-weight: 600;
  margin-bottom: 60px;
  color:var(--whitecolor);
}

.career-block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.company-name {
  font-size: 36px;
  font-weight: 600;
  color:var(--whitecolor);
}

.career-list {
  font-family: 'Axiforma Thin', sans-serif;
  margin-top: 10px;
  padding: 8px 18px;
}

.career-list li {
  margin-bottom: 6px;
  color:var(--car-b);
}

.job-title {
  font-size: 1rem;
  font-weight: 500;
  color:var(--jobc);
  margin-top: 61px;
  text-align: right;
}

.job-title strong {
  color:var(--whitecolor);
  font-size: 20px;
}

.job-title span {
  font-size: 12px;
}

/* Testimonial Block */
.testimonial {
  background-color:var(--borderh);
  color: white;
  padding: 50px 30px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 50px;
  width: 76%;
  float: right;

  font-weight: 500;
  margin-top: 50px;
}

.testimonial small {
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  margin-top: 10px;
  opacity: 0.9;
}

.container-slide{
  padding-left: 50px; padding-right: 50px;
  float: left; width: 100%;
}
.test-list h1 {
  font-size: 64px; text-align: left;
}

.test-list {
  padding: 3%;
  padding-right: 22%;
}

.test-list small {
  font-size: 24px;
  font-weight: normal;
  margin-top: 30px;
  font-family: 'Axiforma Thin', sans-serif;
}

.blog-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 1.5rem;
}

.blog-img img {
  width: 200px;
  height: 120px;
  object-fit: cover;
}

.blog-date {
  color:var(--datec);
  font-size: 20px;
  margin-top: 23px;
}

.blog-title {
  color:var(--whitecolor);
  font-size: 36px;
  font-weight: 500;
  margin: 0;
}

section.blog-section {
  float: left;
  width: 100%;
  margin-top: 120px;
}

.blog-content {
  padding-left: 34px;
}


.cta-section {
  background:var(--whitecolor);
  color:var(--blackl);
  text-align: center;
  padding: 80px 20px;
  margin-top: 120px;
  border: 3px solid;
  border-color: var(--bg-color);
  float: left;
  width: 100%;
}

.cta-section h1 {
  font-size: 96px;
  font-weight: 600;
  margin-bottom: 30px;
}

.cta-section .btn-custom {
  background:var(--blackl);
  color:var(--whitecolor);
  border: none;
  padding: 12px 30px;
  width: 305px;
  height: 60px;
  font-size: 1r18px;

  align-items: center;
  gap: 10px;
  transition: 0.3s;
}
.start-project img{
  opacity: 0;
}

.cta-section .btn-custom:hover {
  background:var(--borderh);
}

.marketing-area .sapn-wi-slaider {
  top: 11px;
  position: relative;
}

#contactForm button{
  background: var(--borderh);
  padding: 13px 10px;
}
#contactForm button:hover{
  background: linear-gradient(90deg, #000, #000); box-shadow: none; border-color: #fff; border: solid 1px !important;
}
.footer-section {
  background:var(--bg-color);
  text-align: center;
  padding: 60px 20px;
  width: 100%;
  padding-bottom: 30px;
  float: left;
  font-size:var(--font16);
}

.footer-section h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 90px;
}

.footer-section p {
  color:var(--gray-thinl);
  font-size:var(--font16);
  max-width: 500px;
  margin: 15px auto 30px;
}

.search-field input {
  background: transparent;
  border: none;
  color:var(--whitecolor);
  outline: none;
  margin-bottom: 0px;
  width: 80%;
}

.search-field {
  width: 594px;
  margin: auto;
  padding: 10px;
  border-bottom: 1px solid;
  border-color: var(--grayd5);
  display: flex;
  justify-content: space-between; position: relative; z-index: 99;
}

.footer-bottom {

  margin-top: 110px;
  padding-top: 20px;
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  color:var(--footergray);
}

.footer-bottom a {
  color:var(--whitecolor);
  text-decoration: none;
  margin: 0 8px;
  transition: 0.3s;
  margin-left: 6px;
}

.footer-bottom a span {
  color:var(--lightgr);
  margin-right: 5px;
}

.footer-bottom a:hover {
  color:var(--borderh);
}

.search-field button {
  padding: 0px;
  border: transparent;
  background: transparent;
}

.search-field button:hover {
  opacity: .8;
}

.modal-content {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border: none;
}

.modal-header {
  border-bottom: none;
  background: var(--gra-bg-2);
  color: white;
  justify-content: space-between;
  align-items: center;
}

.modal-title {
  font-weight: 600;
  font-size: 1.4rem;
}

.btn-close {
  filter: brightness(0) invert(1);
}

.modal-body {
  background:var(--black);
  /* black background for video */
  padding: 0;
}

.ratio {
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}

h2.sub-banner-title {
    background:var(--gra-bg-3);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;

    font-size: 128px;
}



.profile-section {
      min-height: 100vh;
      display: flex;
      align-items: center;
      
    }

    .profile-img {
      float: left;
      width: 90%;
     
      height: auto;
      object-fit: cover;
    }

    .highlight {
      color:var(--heiglight);
      font-weight: 600;
    }

 

    .profile-section p {
      color:var(--gray-c);
     
     
    }
    .about-h3{
      margin-top: 20px;
    }
 .profile-section p span{
  font-weight: bold;    line-height: 30px;
 }
    .stats2 {
      margin-top: 30px;
    }

    .stat-box2 {
      margin-right: 30px;width: 100%; display: flex; margin-bottom: 20px;
    }

    .stat-number {
      font-size:32px;
      font-weight: 700; width: 200px;
      color:var(--whitecolor);
    }

    .stat-label {
      color:var(--gray-all); top: 10px; position: relative;
      font-size:var(--font16);font-family: 'Axiforma Thin', sans-serif;
    }

    img.video-img {
    width: 100%;
    cursor: pointer;
}

.about-list h3 {
    margin-top: 120px;
    border-bottom: solid 1px;
    border-color: var(--gray5);
    padding-bottom: 29px;
    margin-bottom: 26px;

}
.about-list p {
    color:var(--gray-color);
    line-height: 32px;
}

.section-container {
      margin-top: 100px;
      display: flex;
      align-items: center;
      
    }

    .image-box img {
      width: 84%;  height: 650px;
      border-radius: 25px;
      object-fit: cover; float: left;
    }

    .content-box h2 {
      font-weight: 600;
      font-size: 1.8rem;
      margin-bottom: 10px;
    }

    .content-box p {
      color:var(--gray-all);
      font-size: 0.95rem;
      margin-bottom: 30px;
      line-height: 1.6;
    }

    .divider {
      border-bottom: 1px solid;
      border-color: var(--bg-black3);
      margin: 20px 0;
    }


 p.description {
      color:var(--coloa0a0a0);
      margin-top: 10px;
      margin-bottom: 50px;
      
    }
    .cert-card {
      background-color:var(--whitecolor);
      border-radius: 12px;
      width: 96%;height: 230px;
      transition: all 0.3s ease;
      padding: 46px 10px; text-align: center;

    }
    .cert-card:hover {
      background: var(--gra-bg-4);
      transform: scale(1.03);
    }
  .pro-h3 {
    margin-top: 120px;
    border-bottom: solid 1px;
    border-color: var(--gray5);
    padding-bottom: 40px;
}

.block-all{
  position: relative;
}
img.shape-right {
    position: absolute;
    right: 0px;
    top: -222px;opacity: 0.5;
    width: auto;
}

.case-study {
      background-color: #1a1a1a;
      border-radius: 8px;
      overflow: hidden;
      padding: 40px;
      margin: 50px auto;
      margin-bottom: 70px;
      position: relative;
    z-index: 9;
      
    }

    .case-study h2 {
      font-weight: 600;
      font-size: 2rem;
      margin-bottom: 10px;
    }

    .case-study p {
    display: -webkit-box;
  -webkit-line-clamp:3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
      font-size: var(--font16);
      margin-bottom: 30px; margin-top: 20px;
      max-width: 600px;
    }

    .case-study .stats {
      border-top: 1px solid #333;
      margin-top: 30px;
      padding-top: 20px;
    }

    .case-study .stat {
      font-size: 1.2rem;
      font-weight: 600;
    }

    .case-study .stat small {
      display: block;
      color: #aaa;
      font-weight: 400;
      font-size: 0.9rem;
    }

    .case-study .right-img .img-right-block {
      border-radius: 8px;
      width: 100%;
      height: 344px; object-fit: cover;
    }

    .case-study .featuring {
      font-size: var(--font24);
      color:var(--whitecolor);
      text-align: right;
    }
    .logo-cases{
      max-height: 102px; object-fit: contain; margin-bottom: 30px;
    }
    .right-img a{
      color: var(--whitecolor);
    }
.case-block-list {
    display: flex;
    
}
.case-list-left {
    border-left: solid 1px;padding: 30px 60px; border-color: var(--graylight);
    font-size: var(--font32);

}
.case-list-left small{
font-size: var(--font16) !important;
    font-family: 'Axiforma Thin', sans-serif;
    position: relative;
    top: -3px;
    margin-left: 20px;rif;
}
.right-img a{
  color: var(--whitecolor); 
  font-size: var(--font18); text-decoration: none;  transition: all 0.3s ease; opacity: 0;
}
.case-study:hover a{
 opacity: 1;
}
.p-border-b{
  border-bottom: solid 1px;
  border-color: var(--borderb);
}
.p-pm {
    padding-bottom: 50px; margin-bottom: 50px; position: relative;
    z-index: 9;
}
.float-left{
  float: left;
}
ul.block-tab {
    display: flex;
    list-style: none;
    padding: 0px;
    margin-top: 100px;
    margin-bottom: 50px;
}
.psub{
  top: 20px;
  position: relative;
}
ul.block-tab li a {
    color: var(--gray-color);
    text-decoration: none;
    padding-right: 50px;
}
ul.block-tab li a:hover{
  color: var(--whitecolor); 
}
.active-blog{
   color: var(--whitecolor) !important; text-decoration: underline !important;
}
.blog-mid-list{
  background: var(--blog-bg); position: relative; z-index: 9;
}
.blog-mid-list-top {
    padding: 30px; padding-bottom: 12px;
}

.blog-mid-list-top h3{
    font-size: 32px;line-height: 50px;margin-bottom: 16px;
}
.blog-mid-list-top ol li a {
    color: var(--gray-color);
    font-size: 14px;
    text-decoration: none;font-family: 'Axiforma Thin', sans-serif;
}
.blog-mid-list-top .breadcrumb-item.active{
    color: var(--gray-color) !important;font-family: 'Axiforma Thin', sans-serif;
}
.blog-mid-list-top .breadcrumb-item+.breadcrumb-item::before{
  color: var(--gray-color);
}
img.blog-mi-img {
    width: 100%;
    object-fit: cover;
    height: 330px;
}

img.shape-right2 {
    position: absolute;
    right: 3%;
    /* width: 70%; */ 
    top: 200px;
    /* height: 640px; */
    transform: rotate(-61deg); opacity: .6;
}
img.shape-right3 {
    position: absolute;
    right: 0px;
    top: 0px;
    transform: rotate(-19deg);opacity: .6;
}
img.shape-left {
    position: absolute;
    left: -30px;
    top: 270px;
    transform: rotate(-29deg);
}
  .profile-nav-info h4 {
    background:var(--gra2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 96px;
}
.profile-nav-info p{
  font-size: var(--font16) !important;
}


.table-custom th {
    background: #272727; padding: 12px 8px;font-size: 20px; color: var(--whitecolor);color: var(--whitecolor);
    border: solid 1px #3f3f3f;font-family: 'Axiforma Thin', sans-serif;
}

.table-custom td {
    background: transparent;
    font-size: 16px;padding: 12px 8px;
    color: var(--whitecolor);
    border: solid 1px #3f3f3f;font-family: 'Axiforma Thin', sans-serif;
    /* border-width: 1px; */
}
button.slick-prev.slick-arrow {
    position: absolute;
    top: -70px;
    right: 20px;
    left: inherit;
     width: 70px;
    height: 40px;
    background: #d70808;border-radius: 10px 0 0 0;
   
   
}
button.slick-next.slick-arrow {
      top: -70px;
    right: -38px;
    width: 70px;
    height: 40px;
    background: #ff371e;
}
.table-custom tr:nth-child(even){
   background: #272727;
}

.testimonial-profle-list{
  display: flex; padding-left: 20px;
}

.testimonial-profle-list span{
  width: 80px; height: 80px;
  margin-right: 20px;
}
.testimonial-list-details {
    text-align: left;
}
.testimonial-profle-list span img{
  border-radius: 100px;
}

.testimonial-list-details h4{

  width: 80%; margin-top: 10px;
}
.testimonial-list-details h4{
  font-size: 24px;
}
.testimonial-list-details p{
  font-size: 24px;font-family: 'Axiforma Thin', sans-serif;
}

@media (min-width: 1460px) and (max-width:12000px) {
.counter-area .count-b:nth-child(3) p.gary-color-all {
    left: 13px;
    position: relative;
}

}
@media (min-width: 1460px) and (max-width:1600px) {
  .counter-area .count-b:nth-child(1) {
    right: 7%;
}
.counter-area .count-b:nth-child(2) {
    right: 2%;
}
.counter-area .count-b:nth-child(3) {
    right: 0%;
}
.counter-area .count-b:nth-child(4) {
    right: -4%;
}
}

@media (min-width: 200px) and (max-width:1530px) {
.test-list {
    padding: 2%;
    padding-right: 0%;
}
}

@media (min-width: 200px) and (max-width:1399px) {
  .marketing-area {
    width: 81% !important;
 
}
.counter-block p{
  font-size: 15px;
}
}

@media (min-width: 200px) and (max-width:1460px) {
  .counter-area .count-b:nth-child(3) {
    right: 5%;
}
.counter-block h2 {
   
    font-size: 4rem;
}
}

@media (min-width: 200px) and (max-width:1396px) {
.case-four img {
    width: 400px;
    height: 510px; object-fit: cover;
    
}
.case-three img {
        width: 370px;
    height: 450px;
    object-fit: cover;
}
.case-two img {
    width: 340px;
    height: 390px;
    object-fit: cover;
}
}



@media (min-width: 200px) and (max-width:1200px) {
  .video {
    position: relative;
        text-align: center;
        margin-bottom: 40px;object-fit: cover;
  }
  .testimonial {
    overflow: visible;
    height: 740px;
}
}
@media (min-width: 200px) and (max-width:1199px) {
  .marketing-area {
    width:100% !important;
 
}
.counter-area .count-b:nth-child(1) {
    right: 22%;
}
.counter-area .count-b:nth-child(4) {
    right: 9%;
}
.counter-area .count-b:nth-child(2) {
    right: 12%;
}
.counter-area .count-b:nth-child(3) {
        right: 16%;
    }
}

@media (min-width: 200px) and (max-width:1170px) {
  .testimonial{
    width: 90%;
  }
  }

@media (min-width: 200px) and (max-width:1130px) {
  .counter-block h2 {
        font-size: 3rem;
    }
    .counter-area .count-b:nth-child(3) {
        right: 18%;
    }
  }

@media (min-width: 200px) and (max-width:1060px) {

    .case-four img {
        width: 320px;
        height: 400px;
      }
          .case-three img {
        width: 300px;
        height: 350px;
        
    }
    img.shape-right3{
      display: none;
    }
    img.shape-right2{
      display: none;
    }
    img.shape-left{
      display: none;
    }
    img.shape-right{
      display: none;
    }
    .table-custom th {
   
    padding: 9px 6px;
    font-size: 15px;
  }
  .table-custom td {
    
    font-size: 13px;
  }
    .case-two img {
        width: 270px;
        height: 310px;
        object-fit: cover;
    }
    .case-one img {
    width: 250px;
    height: 260px;
   
    }
    .case-block-list {
    display: block;
}
.case-list-left {
    border-left: solid 1px;
    padding: 0px 10px;font-size: 23px;
  }
  .case-study{
    padding: 20px;
  }
  .case-list-left small {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0px;
    margin-bottom: 3px;
}
.case-study .featuring {
    text-align: center;
}
  }

@media (min-width: 200px) and (max-width:1030px) {
.counter-area .count-b:nth-child(1) {
        right: 20%;
    }
        .counter-area .count-b:nth-child(4) {
        right: 12%;
    }
    .counter-area .count-b:nth-child(3) {
        right: 20%;
    }
  }


@media (min-width: 200px) and (max-width:991px) {
section.top-section h1 {
    font-size: 80px;
    line-height: 100px;
}
.counter-block {
    display: block;
   
}
.counter-area .count-b{
  position: inherit;
}
.cert-card img {
    width: 100%;height: 150px;
        object-fit: contain;
}

.counter-block h2 {
    font-size: 96px;
    font-size: 52px;
    text-align: center;
}
.counter-block p {
    text-align: center;
}
.counter-area {
    display: block;
  }
  /* .sapn-wi-slaider {
    width: 46% !important;
  } */
   

  .marketing-area label {
    
    margin-left: 198px !important;
}
}


@media (min-width: 200px) and (max-width:991px) {
.video {
    width: auto;
    
}
h2.sub-banner-title {
    font-size: 55px;
}

.profile-img {
    margin: 30px auto; width: 100%;
}
    .testimonial {
        
        height: 410px;
    }
.imgstep{
  top: 0px;
}
.font75 {
    font-size: 60px;
    line-height: 80px;
}
.skill-tag{
  font-size: 16px;
}
.test-list h1 {
    font-size: 20px;
    line-height: 30px;
}
.testimonial{
  width: 100%;
}
.test-list small {
    font-size: 19px;
    margin-top: 23px;
    
}
.blog-title {
    color: var(--whitecolor);
    font-size: 23px;
    font-weight: 500;
    margin: 0;
    line-height: 32px;
}
.cta-section h1 {
    font-size: 46px;
  }
  .logo-cases {
   
    margin-bottom: 0px;
}
}

@media (min-width: 200px) and (max-width:800px) {
    .case-four img {
        width: 290px;
        height: 380px;
    }

}
@media (min-width: 200px) and (max-width:767px) {
.casse-area {
    display: block;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.testimonial {
    overflow: visible;
    height: 540px;
}
.testimonial-profle-list span{
  top: 10px; position: relative;
}
.test-list {
    padding: 0px;
    padding-right: 1%;
}
.testimonial-list-details h4 {
    font-size: 18px;
}
.testimonial-list-details p {
    font-size: 18px;
}
.container-slide{
  padding-left: 0px; padding-right: 0px;
}
.testimonial-profle-list{
  display: block;
}
.footer-bottom {
    display: block;
}
.case-two {
    position: relative;
    right: inherit;
    margin-top: 50px;
}
.case-three {
    position: relative;
    right: inherit;
    margin-top: 40px;
}
.job-title{
  text-align: left;
}
.job-title {
    margin-top: 1px;
    
}
.blog-content {
    padding-left: 0px;
}
.footer-section h3 {
    font-size: 26px;
    
    margin-top: 90px;
}
.case-studies {
    padding: 30px 0; text-align: center;
}
.case-four {
    position: relative;
    right: inherit;
    margin-top: 60px;
}
.d-flex.justify-content-between.align-items-center.mb-4 {
    display: block !important;
    margin-bottom: 70px !important;
}
.casse-area img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .brand-section {
    padding: 30px 0;
   
}
h3 {
    font-size: 37px;
}
.service-title {
    font-size: 30px;
    
    margin-bottom: 0px;
}
.profile-nav-info h4{
  font-size: 42px;
}
.container {
        max-width: 80%;
    }
    section.top-section h1 {
    text-align: center;
}
.top-section{
text-align: center !important;
}
.p-exp {
    width: 100%;
}
.brand-section{
  text-align: center;
}
.service-header{
  text-align: center;
}
.h3-dri{
  text-align: center;
}
.blog-section {
    text-align: center;
}
.blog-img {
    margin: auto;
}
.blog-content {
    /* text-align: center; */
    /* border: solid; */
    width: 100%;
}
.search-field {
    width: 100%;
}
.service-title {
        font-size: 19px;margin-bottom: 20px;
        
}
.service-tags {
    line-height: 23px;
}
.marketing-area label {
 
  margin-left: 24%;
}
.marketing-area label {
  margin-left: 130px !important;
}
}

@media (min-width: 200px) and (max-width:704px) {
  .marketing-area label {
    float: left;
    width: 100%;
}
.sapn-wi-slaider {
  width: 100% !important;
  text-align: center !important;
  padding-left: 0px !important;
}
.sapn-wi-slaider {
  width: 100% !important;
  text-align: center !important;
  padding-left: 0px !important;
}
.marketing-area label {
  margin-left: 0px !important;
}
}



@media (min-width: 200px) and (max-width:700px) {
section.top-section h1{
  text-align: center;
}
.top-section h5 {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    width: 90%;
    margin: auto;
}
.font32 {
   font-size: 25px;
        line-height: 36px;
}
.mtresponsive{
  margin-top: 30px !important;
}
ul.block-tab li {
    margin-bottom: 20px;
}
img.blockd-img {
    width: 100%;
}
ul.block-tab {
    display: block;
    background: #2a2929;
    padding: 10px;
}
.top-section p {
    text-align: center;
    width: 96%; margin: auto;
}
.step-box h5 {
   
    font-size: 17px;
    margin-top: 12px;
    line-height: 28px;
}
.bg-grsy-b {
    padding: 24px;
  }
  .career-block {
    padding: 4px 20px;
}
.section-title {
    padding-left: 20px;
}

}


@media (min-width: 200px) and (max-width:575px) {
.g-4.casse-area {
    width: 90%;
    margin: auto;
}
    .container {
        max-width: 100%;
    }
h3 {
    font-size: 24px;
    line-height: 36px;
}
.brand-title {
    font-size: 40px;
  }
  .counter-block h2 {
        font-size: 42px;
     
    }
}

.brand-slider, .brand-slider2 {
  position: relative;
  overflow: visible !important;
}
.slick-track {
  display: flex !important;
  align-items: center;
}

.swiper {
  width: 100%;
  height: 100%;
  
}
.marketing-area {
  width: 70%;
  margin: auto;
}
.marketing-area label {
  float: left;
  margin-left: -60px;
}
.marketing-area {
  width: 70%;
  margin: auto;
}
.sapn-wi-slaider {
  width: 100%;
  float: left;
  /* padding-left: 13px; */
  
  text-align: center;
}
.marketing-area label {
  float: left;
}

.marketing-title{
  display: inline-block;
    width: 100%;
}
.swiper-slide {
  width: 22rem;
  height: 43rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  
  
}
.swiper-slide-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: rotate(180deg);
  line-height: 0;
  bottom: -0.063rem;

}
.swiper-slide-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: contain;
  z-index: -1;
  transition: 0.3s ease-in-out;
  transform: rotate(-180deg);
}
.swiper-slide-content p {
    margin-bottom: 3px;
    font-size: 17px;
    /* margin-top: -80px; */
}

.swiper-slide-content h6 {
    font-size: 20px;
}
.swiper-slide-content {
    width: 100%;margin-top: -60px;
    /* border: solid; */
}

/*.swiper-slide-active:hover img {
  transform: scale(1.2) rotate(-185deg);
}
*/

.start-project span.start-sapn {
  display: none;
}   
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}
.swiper-button-next{
  color: #fff;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next{
  color: #fff;
}

@media screen and (min-width: 93.75rem) {
  .swiper {
    width: 100%;
  }
}



