@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
.cky-btn-revisit-wrapper{
    z-index:99 !important;
}
.assistant-widget-overlay{
    z-index:100 !important;
}
.assistant-widget-panel{
    z-index:101 !important;
}
#voxion-assistant-widget-root{
    width:30px;
    height:30px;
    font-family:Clash Display !important;
}
.assistant-tab:nth-child(2) {
    display: none;
}
html {
  box-sizing: border-box;
  margin:0;
  padding:0;
}
body{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #ececec;
  position: relative;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 15px;
}
.container-full {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0;
}
h1,h2,h3,h4,p{
  margin:0;
  padding:0;
}
.desktop-header{
  padding: 30px 0 0 0;
  position:fixed;
  z-index: 9;
  background-color: transparent;
  left:0;
  width: 100%;
  top:0%
}
.desktop-header .container{
  background: #0000001A;
  border-radius: 100px;
  padding: 10px 15px;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 32px 0px;
    background: rgba(255, 255, 255, 0.05);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
    border-image: initial;
     backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.desktop-header-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.desktop-header-wrapper-column:nth-child(1),.desktop-header-wrapper-column:nth-child(3){
  flex:0 0 14%;
  min-width: 14%;
}
.desktop-header-wrapper-column:nth-child(2){
  flex:0 0 69%;
  min-width: 69%;
  display: flex;
  justify-content: center;
} 
.desktop-header-wrapper-column:nth-child(2) ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap:20px;
}
.desktop-header-wrapper-column:nth-child(2) ul li a{
  display: inline-block;
  text-decoration: none;
  font-family: Outfit;
font-weight: 300;
font-style: Light;
font-size: 22px;
 
line-height: 100%;
letter-spacing: 0%;
color:black;
}
.desktop-header-wrapper-column:nth-child(3) a{
  display: block;
  text-decoration: none;
  text-align: center;
  background: black;
  padding: 10px;
  border-radius: 380px;
  font-family: Outfit;
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
 
line-height: 20px;
letter-spacing: 0px;
vertical-align: middle;
color: white;
}
.home-banner{
  padding: 180px 0 100px 0;
  background:black;
    z-index: 1;
}
.home-banner-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
}
.home-banner-wrapper-column:nth-child(1){
  flex:0 0 100%;
  min-width: 100%;
   position: relative;
  z-index: 3;
}
.home-banner-wrapper-column:nth-child(2){
  flex:0 0 0%;
  min-width: 0%;

}
.home-banner-wrapper-column:nth-child(2){
 
}
  .home-banner-img {
    position: absolute;
    display: block;
    max-width: 600px;
    z-index: 4;
    top: 13%;
    left: 66%;
}
.home-banner-wrapper h1{
  display: block;
  font-family: Clash Display;
font-weight: 500;
font-style: Medium;
font-size: 91px;
text-align: center; 
line-height: 108px;
letter-spacing: 2px;
color:white;
}
.home-banner-wrapper h1 span{
  font-weight: 700;
  font-style: bold;
}
.home-banner-wrapper a{
  display: flex;
  text-decoration: none;
  align-items: center;
  gap:20px;
  justify-content: center;
  margin: 30px 0 0 0;
}
.home-banner-wrapper a p{
  display: flex;
  flex-direction: column;
  font-family: Outfit;
font-weight: 600;
font-style: SemiBold;
font-size: 36px;
 
line-height: 100%;
letter-spacing: 0%;
color:white;
}
.home-banner-wrapper a p span{
  display: block;
  font-family: Outfit;
font-weight: 300;
font-style: Light;
font-size: 17px;
 
line-height: 100%;
letter-spacing: 0%;
color:#f1f1f1;
}
.home-banner-stats-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px 0 0 0;
}
.home-banner-stats-wrapper-column{
  flex:0 0 35%;
  min-width: 35%;
}
.home-banner-stats-wrapper-column:nth-child(1) {
   background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
    padding: 40px 20px;
}
.home-banner-stats-wrapper-column:nth-child(1) h2 span{
  display: inline-block;
  font-weight: 700;
  margin: 0 10px 0 0;
}
.home-banner-stats-wrapper-column:nth-child(1) h2{
  display: inline-block;
  font-family: Clash Display;
font-weight: 600;
font-style: Bold;
font-size: 54px;
 
line-height: 40px;
letter-spacing: 0px;
vertical-align: middle;
color: white;
}
.home-banner-stats-wrapper-column:nth-child(1) p{
  display: block;
  font-family: Outfit;
font-weight: 300;
font-style: Light;
font-size: 17px;
 
line-height: 100%;
letter-spacing: 0%;
color: #f1f1f1;
padding: 8px 0 0 0;
}
.home-banner-stats{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0 0;
}
.home-banner-stats-column{
  flex:0 0 33%;
  min-width: 33%;
}
.home-banner-stats-column span{
  font-family: Clash Display;
font-weight: 700;
font-style: Bold;
font-size: 42px;
 
letter-spacing: 2px;
color:white;
}
.home-banner-stats-column h3{
  font-family: Outfit;
font-weight: 700;
font-style: Bold;
font-size: 12px;
 
letter-spacing: 0px;
vertical-align: middle;
color:#f1f1f1;
}
.home-banner-stats-wrapper-column:nth-child(2){
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
}
.home-banner-stats-wrapper-column:nth-child(2) h3{
  display: inline-block;
  font-family: Clash Display;
font-weight: 400;
font-style: Regular;
font-size: 29px;
 
line-height: 118%;
letter-spacing: 0%;
text-align: center;
color: white;
}
.home-banner-stats-wrapper-column:nth-child(2) h3 span{
  color:white;
  font-weight: 500;
}
.home-banner-stats-wrapper-column:nth-child(2) p{
  font-family: Outfit;
font-weight: 500;
font-style: Medium;
font-size: 24px;
 
line-height: 112.99999999999999%;
letter-spacing: 0%;
text-align: center;
color: #f1f1f1;
padding: 10px 0 0 0;
}
.trusted-partners{
  background: black;
  padding: 50px 0;
}
.horizontal-span-holder{
  display: flex;
  align-items: center;
  justify-content: center;
}
.horizontal-span-holder .green-line{
  width:50px;
  height: 8px;
  background: #0097B2;
  border-radius: 50px;
}
.horizontal-span-holder span{
  font-family: Clash Display;
font-weight: 600;
font-style: Semibold;
font-size: 26px;
 
line-height: 24px;
letter-spacing: 9.5%;
text-transform: uppercase;
color:#DCDCDC;
padding: 0 20px;
}
.trusted-partners-wrapper {
    background: #191919;
    border-radius: 112px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    margin: 30px 0 0 0;
    gap: 30px;
    overflow-x: auto;      /* allow horizontal scroll */
    scrollbar-width: none; /* hide scrollbar for Firefox */
    cursor:pointer;
}

.trusted-partners-wrapper::-webkit-scrollbar {
    display: none; /* hide scrollbar for Chrome, Safari */
}

.trusted-partners-wrapper-column {
    flex: 0 0 auto; /* prevents shrinking, ensures scroll */
    display: flex;
    justify-content: center;
}

.trusted-partners-wrapper-column{
  flex:0 0 14.66%;
  min-width: 14.66%;
  display: flex;
  justify-content: center;
}
.trusted-partners-wrapper-column img{
  display: block;
  width: 170px;
}
.services{
  background: black;
  padding: 50px 0;
}
.section-info-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-info-wrapper-column:nth-child(1){
  flex:0 0 27%;
  min-width: 27%;
  position: relative;
  z-index: 2;
}
.section-info-wrapper-column:nth-child(2){
  flex:0 0 55%;
  min-width: 55%;
}
.section-info-wrapper-column span{
  font-family: Clash Display;
font-weight: 600;
font-style: Semibold;
font-size: 16px;
 
line-height: 26px;
letter-spacing: 2px;
vertical-align: middle;
text-transform: uppercase;
color:#0097B2;
}
.section-info-wrapper-column h2{
  display: block;
  font-family: Clash Display;
font-weight: 500;
font-style: Medium;
font-size: 36px;
 
line-height: 45px;
letter-spacing: 0px;
color:white;
}
.section-info-wrapper-column p, .expertise p, .tech-stack p, .blogs p, .testimonials-section p{
  font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 23px;
 
line-height: 32px;
letter-spacing: 0px;
color:white;
}
.section-info-wrapper-column .green-line{
  position: absolute;
  z-index: 3;
  top:30%;
  right:-30%;
  height: 50px;
  width: 8px;
  border-radius: 32px;
  background: #0197B2;
}
.services-slider {
  position: relative;
}
/* Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  border: none;
  color: #fff;
  font-size: 24px;
  padding: 10px 14px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  display: none; /* hidden by default */
}

.arrow.left {
  left: 5px;
}
.arrow.right {
  right: 5px;
}
.services-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 0 0 0;
  flex-wrap: wrap;
}
.services-wrapper-column {
  position: relative;
  flex: 0 0 30%;
  min-width: 30%;
  padding: 100px 90px 100px 30px;
  overflow: hidden; /* important for ::before */
}

/* default background */
.services-wrapper-column::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/wp-content/themes/Axion Dynamic/assets/images/Vector 14.svg')
    no-repeat center left / 90%;
  opacity: 1;
  transition: opacity 0.6s ease;
  z-index: 0;
}

/* hover background (stacked behind ::before) */
.services-wrapper-column::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 0;
}
.services-wrapper-column:nth-child(1)::after {
  background: url('/wp-content/themes/Axion Dynamic/assets/images/image copy 3.svg')
    no-repeat center left / 91%;
}
.services-wrapper-column:nth-child(2)::after {
  background: url('/wp-content/themes/Axion Dynamic/assets/images/s2.svg')
    no-repeat center left / 91%;
}
.services-wrapper-column:nth-child(3)::after {
  background: url('/wp-content/themes/Axion Dynamic/assets/images/s3.svg')
    no-repeat center left / 91%;
}
.services-wrapper-column:nth-child(4)::after {
  background: url('/wp-content/themes/Axion Dynamic/assets/images/s4.svg')
    no-repeat center left / 91%;
}
.services-wrapper-column:nth-child(5)::after {
  background: url('/wp-content/themes/Axion Dynamic/assets/images/s5.svg')
    no-repeat center left / 91%;
}
.services-wrapper-column:nth-child(6)::after {
  background: url('/wp-content/themes/Axion Dynamic/assets/images/s9.svg')
    no-repeat center left / 91%;
}
.services-wrapper-column:nth-child(7)::after {
  background: url('/wp-content/themes/Axion Dynamic/assets/images/s7.svg')
    no-repeat center left / 91%;
}
.services-wrapper-column:nth-child(8)::after {
  background: url('/wp-content/themes/Axion Dynamic/assets/images/s8 copy.svg')
    no-repeat center left / 91%;
}
.services-wrapper-column:nth-child(9)::after {
  background: url('/wp-content/themes/Axion Dynamic/assets/images/s6.svg')
    no-repeat center left / 91%;
}

/* fade effect */
.services-wrapper-column:hover::before {
  opacity: 0;
}
.services-wrapper-column:hover::after {
  opacity: 1;
}

/* content inside */
.services-wrapper-column img,
.services-wrapper-column h3, .services-wrapper-column p {
  position: relative;
  z-index: 1; /* stay above bg */
  transition: all 0.6s ease;
}

.services-wrapper-column:hover img {
  opacity: 0;
}

.services-wrapper-column h3 {
  color: #333;
  transition: transform 0.6s ease, color 0.6s ease;
}

.services-wrapper-column:hover h3 {
  color: white;
  transform: translateY(-20px); /* smooth move up */
}
.services-wrapper-column:hover p{
  color: white;
  transform: translateY(-20px); /* smooth move up */
}
.services-wrapper-column img{
  display: block;
  width: 150px;
}
.services-wrapper-column h3{
  display: block;
  font-family: Clash Display;
font-weight: 500;
font-style: Medium;
font-size: 23px;
 
line-height: 119%;
letter-spacing: 0px;
color:#0097B2;
padding: 30px 0 15px 0;
}
.services-wrapper-column p{
  font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 13px;
 
line-height: 119%;
letter-spacing: 0px;
color:white;
}
.expertise {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}

.expertise p, .tech-stack p, .blogs p, .testimonials-section p{
  color: black;
  text-align: center;
  padding: 30px 0 0 0;

}

.expertise-wrapper {
  display: flex;
  gap: 10px;
  min-width: max-content;
  white-space: nowrap;
}
.expertise-wrapper-right{
  padding: 30px 0 0 0;
}
.expertise-wrapper a {
  display: inline-block;
  background: #0097B2;
  padding: 10px 20px;
  border-radius: 8px;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25.2px;
  text-align: center;
  color: white;
  white-space: nowrap;
  margin: 15px 0 0 0;
  text-decoration: none;
}

/* Right-moving row */
.expertise-wrapper-right {
  animation: marqueeRight 20s linear infinite;
}

/* Left-moving row */
.expertise-wrapper-left {
  animation: marqueeLeft 20s linear infinite;
}

/* Infinite keyframes */
@keyframes marqueeRight {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0%); }
}

@keyframes marqueeLeft {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}
.process{
  padding: 50px 0;
  background: black;
}
.process-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0 0 0;
  flex-wrap: wrap;
}
.process-wrapper-column{
  flex:0 0 31%;
  min-width: 31%;
  position: relative;
  z-index: 2;
  margin: 30px 0 0 0;
}
.process-wrapper-column:nth-child(4){
  background: #FFFFFF1A;
  border-radius: 14px;
  padding: 85px 30px;
  text-align: center;
}
.process-wrapper-column:nth-child(4),.process-wrapper-column:nth-child(5),.process-wrapper-column:nth-child(6){
  margin: 153px 0 0 0;
}
.process-img-wrapper{
  background: #0097B2;
  padding: 20px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  z-index: 5;
}
.process-img-wrapper img{
  display: block;
  width: 49px;
}
.process-wrapper-column h3{
  display: block;
  font-family: Clash Display;
font-weight: 500;
font-style: Medium;
font-size: 26px;
 
line-height: 100%;
letter-spacing: 0%;
color: white;
padding: 20px 0 10px 0;
}
.process-wrapper-column p{
  font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 18px;
 
line-height: 140%;
letter-spacing: 0%;
color:#FFFFFFCC;
}
.process-wrapper-column ul{
  padding: 0 0 0 15px;

}
.process-wrapper-column ul li{
  font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 18px;
 
line-height: 140%;
letter-spacing: 0%;
color:#FFFFFFCC;
}
.arrow-right{
  position: absolute;
  z-index: 3;
  top:10%;
  right:0%;
}
.arrow-down{
  position: absolute;
  z-index: 3;
  top:10%;
  right:0%;
}
.arrow-left{
 position: absolute;
  z-index: 3;
  top:10%;
  right:-13%; 
}
.process-wrapper-column a{
  background: #0097B2;
  padding: 20px 30px;
  border-radius: 380px;
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
    border-radius: 380px;
    font-family: Outfit;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
     
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: white;
    margin: 20px 0 0 0;
}
.portfolio{
  padding: 50px 0;
}
.portfolio-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0 0 0;
  flex-wrap: wrap;
}
.portfolio-wrapper-column{
  flex:0 0 32%;
  min-width: 32%;
  border-top:4px solid black;
  padding: 30px 0 0 0;
  margin: 0 0 90px 0;
  position: relative;
  z-index: 3;
}
.portfolio-wrapper-column:nth-child(2), .portfolio-wrapper-column:nth-child(5), .portfolio-wrapper-column:nth-child(2), .portfolio-wrapper-column:nth-child(8){
margin:-130px 0 0 0;
}
.portfolio-wrapper-column:nth-child(3), .portfolio-wrapper-column:nth-child(6){
margin:-260px 0 0 0;
}
.portfolio-floating-btn{
  position: absolute;
  z-index: 3;
  top:8%;
  right:0%;
  border-radius: 0px;
}
.portfolio-floating-btn img{
  display: block;
  width: 55px !important;
  border-radius: 0px !important;
}
.portfolio-wrapper-column h3{
  display: block;
  font-family: Clash Display;
font-weight: 600;
font-style: Semibold;
font-size: 26px;
 
letter-spacing: 0px;
vertical-align: middle;
color:black;
}
.portfolio-wrapper-column p{
  font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 16px;
 
line-height: 17px;
letter-spacing: 0px;
vertical-align: middle;
padding: 0 90px 0 0;
}
.portfolio-wrapper-column img{
  display: block;
  width: 97%;
  position: relative;
  z-index: 4;
  border-radius: 30px;
}
.img-wrapper{
  position: relative;
  z-index: 2;
  padding: 20px 0 0 0;
}
  .black-bg {
    position: absolute;
    z-index: 3;
    border-radius: 30px;
    right: 1%;
    top: 8%;
    width: 98%;
    height: 95%;
    background: black;
}
/* Overlay */
.portfolio-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000059;
  backdrop-filter: blur(10px);
  display: none; /* Hidden by default */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup Box */
.portfolio-popup {
  background: #fff;
  padding: 30px;
  border-radius: 40px;
  max-width:1360px;
  width: 100%;
  position: relative;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.3);
}

/* Close Button */
.popup-close {
  position: absolute;
  top: 12px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  display: none;
}
.popup-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.popup-wrapper-column{
  flex:0 0 49%;
  min-width: 49%;
}
.popup-wrapper-column img{
  display: block;
  width: 100%;
}
.popup-wrapper-column h3{
  display: flex;
  align-items: center;
  font-family: Clash Display;
font-weight: 700;
font-style: Bold;
font-size: 36px;
 
line-height: 45px;
letter-spacing: 0px;
color: black;
padding: 20px 0 0 0;
}
.popup-wrapper-column h3 img{
  display: inline-block;
  width: 95px;
  margin: 0 10px 0 0;
}
.popup-wrapper-column h4{
  display: block;
  font-family: Clash Display;
font-weight: 700;
font-style: Bold;
font-size: 24px;
 
line-height: 45px;
letter-spacing: 0px;
vertical-align: middle;
color: black;
padding: 20px 0 0 0;
}
.popup-wrapper-column p{
  display: block;
  font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 20px;
 
line-height: 24px;
letter-spacing: 0px;
color: black;
}
.popup-tech-wrapper{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  background: black;
  border:2px solid white;
  border-radius: 30px;
  gap: 14px;
  margin: 40px 0 0 0;
}
.popup-tech-wrapper img{
  display: block;
  width: auto;
}
.tech-stack{
  background: black;
  padding: 50px 0;
}
.tech-stack-slider {
  background: #FFFFFF1A;
  border-radius: 112px;
  padding: 10px 0;
  display: flex;
  gap: 40px;
  align-items: center;
  margin: 30px 0 0 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; /* for smooth mobile scroll */
  cursor: grab;
}

.tech-stack-slider::-webkit-scrollbar {
  display: none; /* Hide scrollbar */
}

.tech-stack-slider:active {
  cursor: grabbing;
}

.tech-stack-image-wrapper img {
  display: block;
  width: 100px;
  user-select: none; /* Prevent image selection while dragging */
  pointer-events: none; /* Prevent accidental clicks while dragging */
}
.faq{
  padding: 50px 0;
}
.faq-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-wrapper-column:nth-child(1){
  flex:0 0 29%;
  min-width: 29%;
}
.faq-wrapper-column:nth-child(2){
  flex:0 0 59%;
  min-width: 59%;
}
.faq-wrapper-column:nth-child(1) h2{
  display: block;
  font-family: Clash Display;
font-weight: 700;
font-style: Bold;
font-size: 60px;
 
line-height: 100%;
letter-spacing: 0%;
color: #252432;
}
.faq-wrapper-column .accordion {
  background-color: black;
  color: white;
  border-radius: 14px;
  cursor: pointer;
  padding: 30px 23px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-family: Outfit;
font-weight: 700;
font-style: Bold;
font-size: 24px;
 
line-height: 28px;
letter-spacing: 0px;
vertical-align: middle;
margin: 20px 0 0 0;
position: relative;
z-index: 3;
}
.faq-wrapper-column .accordion .accordion-icon-wrapper{
      background: #0097B2;
    border-radius: 8px;
    padding: 7px 18px;
    color: #FFFFFF;
    font-size: 20px;
    position: absolute;
    z-index: 4;
    left: 90%;
    top: 25%;
}
.faq-wrapper-column .active {
  background-color: black;
  border-radius: 14px 14px 0px 0px; 
}

.faq-wrapper-column .panel {
  background-color: black;
  overflow: hidden;
  font-family: Outfit;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 30px;
  color: white;
  padding: 0 23px 30px 23px; /* padding-x only for collapsed state */
  border-radius: 0px 0px 14px 14px;
  margin: -10px 0 0 0;
  height: 0;           /* collapsed by default */
  opacity: 0;          /* invisible by default */
  display: block;      /* always block (so GSAP can animate height) */
}
.testimonials{
  padding: 50px 0;
  background: black;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.testimonials-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 300px 0 0 0;
}
.testimonials-wrapper-column:nth-child(1),.testimonials-wrapper-column:nth-child(2){
  flex:0 0 34%;
  min-width: 34%;
  border-radius: 30px;
  background: white;
  padding: 30px;
}
.testimonials-wrapper-column:nth-child(3){
  flex:0 0 29%;
  min-width: 29%;
}
.testimonials-wrapper-column img{
  display: block;
  width: 36px;
}
.testimonials-wrapper-column p{
  display: block;
  font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 20px;
 
line-height: 140%;
letter-spacing: 0%;
color:#323232;
padding: 20px 0 40px 0;
text-align: left;
}
.testimonial-floating-img {
    display: block;
    position: absolute;
    z-index: -1;
    right: 17%;
    bottom: 30%;
    width: 578px;
}
.client-details{
  padding: 30px 0 0 0;
  border-top:1px solid #D9D9D9;
  display: flex;
  align-items: center;
}
.client-details img{
  display: inline-block;
  width: 48px;
  border-radius: 100%;
}
.client-details h3{
  display: block;
  font-family: Clash Display;
font-weight: 700;
font-style: Bold;
font-size: 16px;
 
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
color: #1E1E1E;
padding: 0 0 0 10px;
}
.client-details h3 span{
  display: block;
  font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 16px;
 
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
color: #323232;
padding: 5px 0 0 0;
}
.blogs{
  padding: 50px 0;
}
.blog-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 0 0 0;
}
.blog-wrapper-column{
  flex:0 0 32.5%;
  min-width: 32.5%;
  background: white;
  border-radius: 30px;
  padding: 20px;
}
.blog-wrapper-column img{
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}
.meta-wrapper{
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: center;
  margin: 10px 0 0 0;
}
.meta-wrapper-column{
  flex:0 0 49%;
  min-width: 49%;
}
.meta-wrapper-column:nth-child(1){
  position: relative;
  z-index: 4;
}
.meta-wrapper-column:nth-child(2){
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 4;
}
.meta-wrapper-column:nth-child(1) span{
  border-radius: 100px;
  background: black;
  border:1px solid black;
  color: white;
  padding: 5px 8px;
  font-family: Clash Display;
font-weight: 500;
font-style: Medium;
font-size: 13px;
 
line-height: 22.5px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
border:1px solid black;
}
.meta-wrapper-column:nth-child(2) span{
  border-radius: 100px;
  background: white;
  border:1px solid black;
  color: black;
  padding: 5px 8px;
  font-family: Clash Display;
font-weight: 500;
font-style: Medium;
font-size: 13px;
 
line-height: 13.5px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
}
.blog-wrapper-column a{
  display: block;
  text-decoration: none;
  font-family: Clash Display;
font-weight: 600;
font-style: Semibold;
font-size: 20.45px;
 
line-height: 26px;
letter-spacing: 0%;
color: black;
padding: 10px 0 0 0;
}
.blog-wrapper-column a h3{
      max-height: 51px;
    overflow: hidden;
}
.blog-wrapper-column p{
  font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 18px;
 
line-height: 20px;
letter-spacing: 0%;
color:#828282;
padding: 10px 0 0 0;
text-align: left;
}
.contact{
  padding: 50px 0;
}
.contact .container{
  max-width: 1209px;
  background-color:black ;
  background-image: url('/wp-content/themes/Axion Dynamic/assets/images/Ellipse 3.png');
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 35px;
    padding: 100px 220px;
    text-align: center;
}
.contact h2{
  display: block;
  font-family: Clash Display;
font-weight: 700;
font-style: Bold;
font-size: 60px;
 
line-height: 65px;
letter-spacing: 0%;
text-align: center;
color:white;
}
.contact p{
  font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 18px;
 
line-height: 140%;
letter-spacing: 0%;
text-align: center;
color: white;
display: block;
padding: 30px 80px;
}
.contact a{
  display: inline-block;
  text-decoration: none;
  background: #0097B2;
  font-family: Outfit;
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
 
line-height: 20px;
letter-spacing: 0px;
vertical-align: middle;
border-radius: 380px;
padding: 12px 20px;
color: white;
}
.footer{
  padding: 50px 0;
  background-color: black;
  background-image: url('/wp-content/themes/Axion Dynamic/assets/images/Group 27169.png');
  background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.footer-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-wrapper-column:nth-child(1){
  flex:0 0 33%;
  min-width: 33%;
}
.footer-wrapper-column:nth-child(2){
  flex:0 0 21%;
  min-width: 21%;
}
.footer-wrapper-column:nth-child(3), .footer-wrapper-column:nth-child(4){
  flex:0 0 15%;
  min-width:15%;
}
.footer-wrapper-column:nth-child(1) img{
  display: block;
  width: 280px;
}
.footer-wrapper-column:nth-child(2) h2, .footer-wrapper-column:nth-child(3) ul li a, .footer-wrapper-column:nth-child(4) ul li a{
  display: block;
  color: white;
  font-family: Outfit;
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
 
line-height: 100%;
letter-spacing: 0%;
text-decoration: none;
}
.footer-wrapper-column:nth-child(2) ul, .footer-wrapper-column:nth-child(3) ul, .footer-wrapper-column:nth-child(4) ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-wrapper-column:nth-child(2) ul li a{
font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 20px;
 
line-height: 105%;
letter-spacing: 0%;
color: #FFFFFFBF;
display: flex;
align-items: flex-start;
gap:8px;
text-decoration: none;
padding: 25px 0 0 0;
}
.footer-wrapper-column:nth-child(2) ul li a img{
  display: inline-block;
  width: 16px;
  padding: 5px 0 0 0;
  margin: 0 10px 0 0;
}
.footer-wrapper-column:nth-child(3) ul li a, .footer-wrapper-column:nth-child(4) ul li a{
  padding: 15px 0;
}
.cutout-banner{
  margin: 160px 0 50px 0;
}
.cutout-banner .container {
  background-image: url('/wp-content/themes/Axion Dynamic/assets/images/image copy 9.svg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 50px 120px 70px 120px;
  border-radius: 30px;
  position: relative;
  z-index: 3;
}
  .cutout-banner h1{
    display: block;
    font-family: Clash Display;
font-weight: 700;
font-style: Bold;
font-size: 40px;
 
line-height: 108px;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;
color:white;
  }
  .cutout-banner p{
    display: block;
    font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 30px;
 
line-height: 36px;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;
color:white;
  }
  .cutout-banner a{
    width: fit-content;
    margin:30px auto 0 auto;
  }
  .partial-btn-grid{
    position: relative;
    z-index: 3;
    margin: -153px 0 0 0;
    display: none;
  }
  .partial-btn-grid-wrapper{
    display: flex;
    justify-content: flex-end;
  }
  .partial-btn-grid-wrapper a, .cutout-banner a{
     display: flex;
  text-decoration: none;
  align-items: center;
  gap:20px;
  border-radius: 20px;
  background:black;
  padding: 36px 36px;
  }
  .partial-btn-grid-wrapper a p, .cutout-banner a p{ 
    display: flex;
  flex-direction: column;
  font-family: Outfit;
font-weight: 600;
font-style: SemiBold;
font-size: 36px;
 
line-height: 100%;
letter-spacing: 0%;
color:white;
text-align: left;
margin: 0;
  }
  .partial-btn-grid-wrapper a p span, .cutout-banner a p span{
     display: block;
  font-family: Outfit;
font-weight: 300;
font-style: Light;
font-size: 17px;
 
line-height: 100%;
letter-spacing: 0%;
color:#DFDFDF;
  }
  .about-us{
    padding: 50px 0;
  }
  .about-us-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .about-us-wrapper-column:nth-child(1){
    flex:0 0 40%;
    min-width: 40%;
    position: relative;
    z-index: 2;
  }
  .about-us-wrapper-column:nth-child(2){
    flex:0 0 58%;
    min-width: 58%;
    padding: 50px 50px 250px 50px;
    border-radius: 60px;
    background-image: url('/wp-content/themes/Axion Dynamic/assets/images/Rectangle 11912.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .about-us-wrapper-column:nth-child(1) img{
    display: block;
    width:100%;
  }
  .about-us-wrapper-column:nth-child(2) h2{
    display: block;
    font-family: Clash Display;
font-weight: 500;
font-style: Medium;
font-size: 56px;
 
line-height: 114.99999999999999%;
letter-spacing: 0%;
color:white;
  }
  .about-us-wrapper-column:nth-child(2) p{
    font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 28px;
 
line-height: 140%;
letter-spacing: 0%;
color:white;
margin: 30px 0 0 0;
  }
    .about-us-wrapper-column-stats {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    background: black;
    border-radius: 40px;
    padding: 93px 25px;
}
  .about-us-wrapper-column-stats span{
    font-family: Outfit;
font-weight: 700;
font-style: Bold;
font-size: 22px;
 
line-height: 19px;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;
color: #DFDFDF;
  }
  .about-us-wrapper-column-stats span h3{
    display: block;
    font-family: Clash Display;
font-weight: 700;
font-style: Bold;
font-size: 92px;
 
line-height: 108px;
letter-spacing: 2px;
text-align: center;
vertical-align: middle;
  }
  .mission-vision-wrapper{
    padding: 50px;
    border-radius: 40px;
    margin: 40px 0;
  }
  .mission-vision-wrapper:nth-child(1){
     background-image: url('/wp-content/themes/Axion Dynamic/assets/images/Vector copy 3.svg');
    background-size: 200px;
    background-position: center right;
    background-repeat: no-repeat;
  }
  .mission-vision-wrapper:nth-child(2){
     background-image: url('/wp-content/themes/Axion Dynamic/assets/images/Vector (Stroke).svg');
    background-size: 200px;
    background-position: center right;
    background-repeat: no-repeat;
  }
  .mission-vision-wrapper:nth-child(3){
     background-image: url('/wp-content/themes/Axion Dynamic/assets/images/Group 427320603.svg');
    background-size: 200px;
    background-position: center right;
    background-repeat: no-repeat;
  }
  .mission-vision-wrapper span{
    display: inline-block;
    padding: 24px 40px;
    background: #1B1B1B;
    border-radius: 20px;
  }
  .mission-vision-wrapper span h2{
    display: block;
    font-family: Clash Display;
font-weight: 600;
font-style: Semibold;
font-size: 32px;
 
line-height: 40px;
letter-spacing: 0px;
vertical-align: middle;
color:white;
text-align: left;
  }
  .mission-vision-wrapper p{
    display: block;
    font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 28px;
 
line-height: 140%;
letter-spacing: 0%;
padding: 30px 0 0 0;
  }
.service-info .container{
    background: black;
    border-radius: 40px;
    padding: 50px;
  }
  .service-info-header-wrapper{
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
  }
  .service-info-header-wrapper-column:nth-child(1){
    flex:0 0 59%;
    min-width: 59%;
  }
  .service-info-header-wrapper-column:nth-child(2){
    flex:0 0 39%;
    min-width: 39%;
  }
  .service-info-header-wrapper-column:nth-child(2) img{
    display: block;
    width:100%;
  }
  .service-info-header-wrapper-column h2{
    display: block;
    font-family: Clash Display;
font-weight: 700;
font-style: Bold;
font-size: 40px;
 
line-height: 52px;
letter-spacing: 0px;
vertical-align: middle;
color:white;
  }
  .service-info-header-wrapper-column p, .service-info-body-wrapper p{
    display: flex;
    color: white;
    font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 22px;
 
line-height: 34px;
letter-spacing: 0px;
  padding: 20px 0 10px 0;
  }
  .service-info-body-wrapper p img{
    display: inline-block;
    padding: 0 10px 0 0;
  }
  .service-info-body-wrapper ul{
    margin: 0;
  }
  .service-info-body-wrapper ul li{
    color: white;
    font-family: Outfit;
font-weight: 700;
font-style: Bold;
font-size: 22px;
 
line-height: 50px;
letter-spacing: 0px;
padding: 5px 0;
  }
.service-info-body-wrapper ul li span{
  display: block;
  font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 22px;
 
line-height: 34px;
letter-spacing: 0px;
}
.three-step-process{
  padding: 50px 0;
}
.three-step-process p{
  display: block;
  color: black;
  font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 23px;
 
line-height: 32px;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;
margin: 20px 0 0 0;
}
.three-steps-process-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0 0 0;
  position: relative;
  z-index: 3;
}
.three-steps-process-wrapper-column{
  flex:0 0 24%;
  min-width: 24%;
}
.three-steps-process-wrapper-column:nth-child(2){
  margin: 120px 0 0 0;
}
.three-steps-process-wrapper-column:nth-child(3){
  margin: 60px 0 0 0;
}
.circle{
  background: black;
  border-radius: 100%;
  border:12px solid #0097B2;
  display: inline-block;
  padding: 12px;
  margin: 0 0 0 17px;
  position: relative;
  z-index: 5;
}
.three-steps-process-wrapper-column span{
  font-family: Clash Display;
font-weight: 600;
font-style: Semibold;
font-size: 160px;
 
line-height: 125px;
letter-spacing: 0px;
text-align: left;
vertical-align: middle;
color:black;
display: block;
}
.three-steps-process-wrapper-column h3{
  display: block;
  font-family: Outfit;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;
 
line-height: 30.99px;
letter-spacing: 0%;
color: black;
}
.three-steps-process-wrapper-column ul{
  margin:10px 0 0 0;
}
.three-steps-process-wrapper-column ul li{
  font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 20px;
 
line-height: 26px;
letter-spacing: 0%;
color:black;
}
.process-line{
  position: absolute;
  z-index: 4;
  top:5%;
  left: 5.5%;
  width: 955px;
  height: 223px;
}
.service-choose-us{
  padding: 30px 0;
  background: #dcdcdc;
}
.service-choose-us .container{
  padding: 30px 60px;
  border-radius: 40px;
  background: black;
}
.service-choose-us-wrapper{
  padding: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.service-choose-us-wrapper-column{
  border:1px solid white;
  border-radius: 30px;
  padding: 20px;
  flex:0 0 24%;
  min-width: 24%;
  padding: 20px 30px 20px 20px;
}
.service-choose-us-wrapper-column h3{
  display: block;
  font-family: Outfit;
font-weight: 700;
font-style: Bold;
font-size: 24px;
 
line-height: 34px;
letter-spacing: 0px;
color:white;
}
.service-choose-us-wrapper-column p{
  display: block;
  font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 20px;
 
line-height: 26px;
letter-spacing: 0px;
color:white;
padding: 20px 0 0 0;
}
.tools-tech{
  padding: 50px 0;
}
.tools-tech .container{
  
}
.tools-tech-holder{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #0000001A;
  border-radius: 112px;
  margin: 30px 0 0 0;
}
.tools-tech-holder img{
  display: block;
  width: 80px;
}
  .blog-featured-grid{
    padding: 50px 0;
  }
  .plain-span span{
    display: block;
    margin: 0 auto;
    font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 20px;
 
line-height: 26px;
letter-spacing: 0%;
text-align: center;
color:black;
  }
  .plain-span h2{
    display: block;
    font-family: Clash Display;
font-weight: 700;
font-style: Bold;
font-size: 40px;
 
line-height: 46px;
letter-spacing: 0%;
text-align: center;
color:black;
margin:10px auto 0 auto;
  }
  .blog-featured-grid-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 0 0;
  }
  .blog-featured-grid-column:nth-child(1){
    flex:0 0 54%;
    min-width: 54%;
  }
  .blog-featured-grid-column:nth-child(2){
    flex:0 0 44%;
    min-width: 44%;
  }
  .featured-blog{
    position: relative;
    z-index: 2;
    background: white;
    padding: 20px;
    border-radius: 30px;
  }
  .featured-blog img{
    position: relative;
    z-index: 3;
    width: 100%;
    border-radius: 30px;
  }
  .floating-blog-details {
    position: absolute;
    z-index: 4;
    bottom: 7%;
    left: 5%;
    padding: 20px;
    border-radius: 30px;
    background: black;
    width: 90%;
}
  .floating-blog-details h3{
    font-family: Clash Display;
font-weight: 600;
font-style: Semibold;
font-size: 34px;
 
line-height: 41px;
letter-spacing: 0%;
color: white;
  }
  .floating-blog-details p{
    font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 18px;
 
line-height: 20px;
letter-spacing: 0%;
color:#B2B2B2;
padding: 10px 60px 10px 0;
  }
  .floating-meta{
    display: flex;
    justify-content: flex-start;
    gap:10px;
  }
  .floating-meta span{
    font-family: Clash Display;
font-weight: 500;
font-style: Medium;
font-size: 15px;
 
line-height: 22.5px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
padding: 5px 10px;
border-radius: 100px;
margin: 10px 0 0 0;
  }
.floating-meta span:nth-child(1){
  background: white;
  border:1px solid white;
  color:black;
}
.floating-meta span:nth-child(2){
  background: transparent;
  border:1px solid white;
  color: white;
}
.horizontal-blogs-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.horizontal-blogs-wrapper-column:nth-child(1){
  flex:0 0 44%;
  min-width: 44%;
}
.horizontal-blogs-wrapper-column:nth-child(2){
  flex:0 0 54%;
  min-width: 54%;
}
.horizontal-blogs-img-wrapper{
  padding: 10px;
  border-radius: 15px;
  background: white;
}
.horizontal-blogs-img-wrapper img{
  display: block;
  width: 100%;
  border-radius: 15px;
}
.horizontal-blogs-wrapper-column h3{
  display: block;
  font-family: Clash Display;
font-weight: 600;
font-style: Semibold;
font-size: 22px;
 
line-height: 21px;
letter-spacing: 0%;
color:black;
}
.horizontal-blogs-wrapper-column p{
  display: block;
  font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 18px;
 
line-height: 18px;
letter-spacing: 0%;
color:#828282;
margin: 10px 0 0 0;
}
.pager {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-family: system-ui, sans-serif;
}
.pager-btn {
  padding: 8px 14px;
  border: 2px solid black;
  background: transparent;
  cursor: pointer;
  border-radius: 6px;
  font-family: Clash Display;
font-weight: 500;
font-style: Medium;
font-size: 14px;
 
line-height: 100%;
letter-spacing: -2%;
color:black;
border-radius: 60px;
}
.pager-btn[disabled] {
  opacity: .5;
  cursor: not-allowed;
}
.pager-numbers button {
  padding: 6px 12px;
  border: 1px solid #252525;
  margin: 0 2px;
  border-radius: 6px;
  cursor: pointer;
  font-family: Clash Display;
font-weight: 500;
font-style: Medium;
font-size: 14px;
 
line-height: 100%;
letter-spacing: -2%;
padding: 11px 16px;
border-radius: 10px;
background: transparent;
}
.pager-numbers button.active {
  font-weight: bold;
  color:white;
  background: #252525;
}
.contact-form{
  padding: 50px 0;
} 
.contact-form-container{
  padding: 40px;
  border-radius: 40px;
  background: white;
  margin: 30px 0 0 0;
}
.contact-form-wrappper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0 0 0;
}
.contact-form-wrappper-column{
  flex:0 0 49%;
  min-width: 49%;
  
}
.contact-form-wrappper-column:nth-child(3), .contact-form-wrappper-column:nth-child(4){
  padding: 20px 0 0 0;
}
.contact-form-wrappper-column input{  
  display: block;
  border:1px solid black;
  border-radius: 12px;
  width: 100%;
  background: transparent;
  padding: 18px 24px;
}
.contact-form-wrappper-column input::placeholder, .contact-form-wrappper-column input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date{
  font-family: Clash Display;
font-weight: 500;
font-style: Medium;
font-size: 15.81px;
 
line-height: 19.76px;
letter-spacing: -0.49px;
vertical-align: middle;
color: black;
}
.contact-form h3{
  display: block;
  font-family: Clash Display;
font-weight: 500;
font-style: Medium;
font-size: 20px;
 
line-height: 27px;
letter-spacing: 0%;
vertical-align: middle;
color: black;
padding: 30px 0 15px 0;
}
.wpcf7-list-item-label{
  font-family: Clash Display;
font-weight: 500;
font-style: Medium;
font-size: 16px;
 
line-height: 150%;
letter-spacing: -1%;
vertical-align: middle;
color: black;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner{
  background: black;
  display: block;
  padding: 24px 0;
  text-align: center;
  color: white;
  border-radius: 380px;
  font-family: Outfit;
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
 
line-height: 20px;
letter-spacing: 0px;
vertical-align: middle;
width: 100%;
margin: 30px 0 0 0;
}
.checkbox-wrapper label{
  display: flex;
  align-items: center;
}
.wpcf7-list-item{
  margin:0 10px 0 0;
}
.wpcf7-not-valid-tip{
  font-family: Clash Display;
font-weight: 500;
font-style: Medium;
font-size: 15.81px;
 
line-height: 19.76px;
letter-spacing: -0.49px;
}
.map{
  padding: 50px 0;
}
.map-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.map-wrapper-column:nth-child(1){
  flex:0 0 59%;
  min-width: 59%;
  border-radius: 30px;
  background: white;
  padding: 10px;
}
.map-wrapper-column:nth-child(2){
  flex:0 0 39%;
  min-width: 39%;
  background: black;
  border-radius: 40px;
  padding: 60px 50px;
}
.map-wrapper-column:nth-child(1) iframe{
  border-radius: 30px;
  width: 100%;
  height: 466px;
}
.map-wrapper-column h2{
  display: block;
  font-family: Clash Display;
font-weight: 600;
font-style: Semibold;
font-size: 30px;
 
line-height: 42px;
letter-spacing: 0%;
text-align: center;
color: white;
}
.map-wrapper-column a:nth-child(1){
  padding: 30px 0 20px 0;
}
.map-wrapper-column a{
  display: flex;
  text-decoration: none;
  align-items: center;
  padding: 20px 0;
}
.contact-btn-img{
  padding: 14px 10px;
  border-radius: 10px;
  background: white;
}
.map-wrapper-column a div img{
  display: block;
  width: 30px;
}
.map-wrapper-column a h3{
  display: block;
  font-family: Outfit;
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
 
line-height: 20px;
letter-spacing: 0px;
vertical-align: middle;
color:white;
}
.map-wrapper-column a span{
  font-family: Outfit;
font-weight: 400;
font-style: Regular;
font-size: 20px;
 
line-height: 126%;
letter-spacing: 0%;
vertical-align: middle;
color: #FFFFFFBF;
}
.contact-btn-wrapper{
  display: flex;
  flex-direction: column;
  background: none;
  padding: 0 0 0 10px;

}
.footer span{
  display: block;
  font-family: Clash Display;
font-weight: 500;
font-style: Medium;
font-size: 20px;
 
line-height: 137%;
letter-spacing: 0%;
text-align: center;
color:#FFFFFF99;
padding: 80px 0 0 0;
}
.social-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 0 0;
  gap:5px;
}
.social-wrapper a img{
  display: block;
  width: 36px;
}
.social-wrapper a:nth-child(2) img{
  width: 34px;
}
.services, .expertise, .portfolio, .faq, .contact, .footer, .testimonials-section{
    position: relative;
    z-index: 3;
    overflow: hidden;
  }
  .services .floating-left{
    position: absolute;
    z-index: -1;
    top:0%;
    left:0%;
    width: 235px;
  }
  .services .floating-right{
    position: absolute;
    z-index: -1;
    bottom:0%;
    right:0%;
    width: 235px;
  }
  .expertise .floating-left{
    position: absolute;
    z-index: -1;
    top: -170%;
    left: 0%;
    width: 525px;
  }
  .portfolio .floating-left {
    position: absolute;
    z-index: -1;
    top: -200px;
    left: -6%;
    width: 409px;
    transform: rotate(55deg);
}
  .faq .floating-left{
    position: absolute;
    z-index: -1;
    top:0%;
    left:0%;
    width: 245px;
  }
  .faq-wrapper{
    position: relative;
    z-index: 5;
  }
  .contact .floating-left {
    position: absolute;
    z-index: -1;
    bottom: -70%;
    left: 0%;
    width: 1096px;
}
.testimonials-section{
  padding: 50px 0;
}
.service-info-body-wrapper h3{
  display: block;
  font-family: Outfit;
font-weight: 700;
font-style: Bold;
font-size: 22px;
 
line-height: 34px;
letter-spacing: 0px;
margin: 30px 0 0 0;
color: white;
}
.service-info-body-wrapper{
  padding: 20px 0 0 0;
}
.services-wrapper-column a{
  text-decoration: none;
}
.partial-btn-grid{
  display: none !important;
}
@media  only screen and (max-width: 388px){
.desktop-header{
  display: none;
}
.home-banner{
  padding:50px 0;
}

.home-banner-wrapper{
  display: flex;
  flex-direction: column;
  padding: 25px 20px;
  border-radius: 15px;
}
.home-banner-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}

.home-banner-stats-wrapper{
  display: flex;
  flex-direction: column;
}
.home-banner-stats-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.home-banner-stats-wrapper-column:nth-child(2){
  margin: 10px 0 0 0;
}
.home-banner-wrapper h1{
  font-size: 50px;
  line-height: 52px;
}
.home-banner-wrapper a{
  margin: 30px 0 0 0;
}
.home-banner-wrapper a p{
  font-size:25px;
}
.home-banner-wrapper a p span{
  font-size:16px;
}
.home-banner-stats-wrapper-column:nth-child(1) h2{
  font-size: 36px;
}
.home-banner-stats-column span{
  font-style: 32px;
}
.horizontal-span-holder span{
  font-size: 18px;
  text-align: center;
}
.trusted-partners-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 42px;
}
.trusted-partners-wrapper-column{
  flex:0 0 49%;
  min-width: 49%;
}
.trusted-partners-wrapper-column img{
  display: block;
    width: 100px;
    padding: 10px 0;
}
.section-info-wrapper{
  display: flex;
  flex-direction: column;
}
.section-info-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.section-info-wrapper-column .green-line{
  display: none;
}
.section-info-wrapper-column p, .expertise p, .tech-stack p, .blogs p, .testimonials-section p{
  padding: 20px 0 0 0;
  font-size: 18px;
  line-height: 24px;
}
.services-wrapper{
  display: flex;
  flex-direction: column;
}
.services-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.services-wrapper-column{
  padding: 100px 30px 30px 20px;
}
.process-wrapper{
  display: flex;
  flex-direction: column;
}
.process-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.arrow-right, .arrow-left, .arrow-down{
  display: none;
}
.process-wrapper-column:nth-child(4){
  display: none;
}
.process-wrapper-column:nth-child(4), .process-wrapper-column:nth-child(5), .process-wrapper-column:nth-child(6){
  margin: 30px 0 0 0;
}
.portfolio-wrapper{
  display: flex;
  flex-direction: column;
}
.portfolio-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.portfolio-wrapper-column:nth-child(2), .portfolio-wrapper-column:nth-child(5), .portfolio-wrapper-column:nth-child(8){
  margin: 0 0 90px 0;
}
.portfolio-wrapper-column:nth-child(3), .portfolio-wrapper-column:nth-child(6){
  margin: 0 0 90px 0;
}
.tech-stack-image-wrapper img{
  display: block;
  width: 40px;
}
.faq-wrapper{
  display: flex;
  flex-direction: column;
}
.faq-wrapper-column:nth-child(1){
  flex:0 0 100%;
  min-width: 100%;
}
.faq-wrapper-column:nth-child(2){
  flex:0 0 100%;
  min-width: 100%;
}
.faq-wrapper-column:nth-child(1) h2{
  font-size: 32px;
  text-align: center;
}
.testimonials-wrapper{
  display: flex;
  flex-direction: column;
  padding: 200px 0 0 0;
}
.testimonials-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
  margin: 10px 0 0 0;
}
.testimonial-floating-img {
    display: block;
    position: absolute;
    z-index: -1;
    right: 5%;
    bottom: 58%;
    width: 90%;
}
.blog-wrapper{
  display: flex;
  flex-direction: column;
}
.blog-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
  margin: 10px 0 0 0;
}
.contact .container{
  padding: 50px 20px;
  width: 90%;
  margin: 0 auto;
}
.contact h2{
  font-size: 26px;
  line-height: 38px;
}
.contact p{
  padding: 30px 10px;
}
.footer-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-wrapper-column:nth-child(1) img{
  display: block;
  width: 150px;
}

.footer-wrapper-column:nth-child(2){
flex:0 0 100%;
  min-width:100%;
  margin: 50px 0 0 0;
}
.footer-wrapper-column:nth-child(3), .footer-wrapper-column:nth-child(4){
  flex:0 0 49%;
  min-width: 49%;
  margin: 50px 0 0 0;
}
.cutout-banner .container{
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 20px !important;
  border-radius: 30px;
  position: relative;
  z-index: 3;
  margin: 0 15px;
}
    .cutout-banner h1{
    font-size: 34px;
    line-height: 38px;
  }
  .cutout-banner p{
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0 0 0;
  }
  
    .partial-btn-grid-wrapper a p {
      font-size: 25px;
    }
    .partial-btn-grid-wrapper a p span{
      font-size: 16px;
      padding: 5px 0 0 0;
    }
    .partial-btn-grid-wrapper a {
    gap: 20px;
    border-radius: 20px;
    background: black;
    padding: 20px;
    width: 100%;
}
.partial-btn-grid{
  margin: 30px 0 0 0;
}
.about-us-wrapper{
  display: flex;
  flex-direction: column;
}
.about-us-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.about-us-wrapper-column-stats{
  padding: 43px 25px;
}
.about-us-wrapper-column-stats span{
  font-size: 14px;
}
.about-us-wrapper-column-stats span h3{
  font-size: 62px;
}
.about-us-wrapper-column:nth-child(2){
  padding: 30px;
  margin: 30px 0 0 0;
}
.about-us-wrapper-column:nth-child(2) h2{
  font-size: 28px;
}
.about-us-wrapper-column:nth-child(2) p{
  font-size: 20px;
  margin: 20px 0 0 0;
}
.mission-vision-wrapper{
  padding: 30px;
}
.mission-vision-wrapper span h2{
  font-size: 24px;
  line-height: 30px;
}
.mission-vision-wrapper p{
  font-size: 18px;
  line-height: 150%;
}
.service-info .container{
    padding: 20px;
    margin: 0 10px;
  }
  
  .service-info-header-wrapper{
    display: flex;
    flex-direction: column-reverse;
  }
  .service-info-header-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .service-info-header-wrapper-column h2{
    font-size: 30px;
    line-height: 45px;
  }

  .service-info-header-wrapper-column p, .service-info-body-wrapper p{
    font-size: 18px;
    line-height: 34px;
  }
  .service-info-body-wrapper{
    padding: 30px 0 0 0;
    margin: 0;
  }
  .service-info-body-wrapper ul li{
    font-size: 20px;
    line-height: 32px;
  }
  .three-steps-process-wrapper{
    display: flex;
    flex-direction: column;
  }
  .three-steps-process-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .process-line{
    display: none;
  }
  .three-steps-process-wrapper-column span{
    font-size: 90px;
    line-height: 85px;
  }
  .circle{
    margin: 0;
  }
  .three-steps-process-wrapper-column:nth-child(2){
    margin: 50px 0 0 0;
  }
  .three-steps-process-wrapper-column:nth-child(3){
    margin: 50px 0 0 0;
  }
  .service-choose-us .container{
    margin: 0 10px;
    padding: 20px;
  }
  .service-choose-us-wrapper{
    display: flex;
    flex-direction: column;
  }
  .service-choose-us-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
    margin: 10px 0;
  }
  .tools-tech-holder img{
    display: block;
    width: 50px;
  }
  .meta-wrapper{
    padding: 0;
  }
  .meta-wrapper-column:nth-child(1){
    margin: -40px 0 0 10px;
  }
  .meta-wrapper-column:nth-child(2){
    margin: -20px 0 0 0;
  }
  .meta-wrapper-column:nth-child(1) span{
    font-size: 12px;
    
  }
  .meta-wrapper-column:nth-child(2) span{
    font-size: 12px;
    padding: 3px 8px;
    line-height: 16.5px;
  }
  .blog-featured-grid-wrapper{
  display: flex;
  flex-direction: column;
}
.blog-featured-grid-column:nth-child(1){
  flex:0 0 100%;
  min-width: 100%;
}
.blog-featured-grid-column:nth-child(2){
  flex:0 0 100%;
  min-width: 100%;
  padding: 30px 0 0 0;
}
.featured-blog{
  padding: 10px;
}
.floating-blog-details {
    position: absolute;
    z-index: 4;
    bottom: 8%;
    left: 6%;
}
.floating-blog-details h3{
  font-size: 24px;
  line-height: 31px;
}
.floating-blog-details p{
  font-size: 16px;
  padding: 10px 20px 10px 0;
}
.horizontal-blogs-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.horizontal-blogs-img-wrapper{
  padding: 5px;
}
.horizontal-blogs-wrapper-column h3{
  font-size: 16px;
  line-height: 21px;
}
.horizontal-blogs-wrapper-column p{
  font-size: 12px;
  line-height: 18px;
  margin:3px 0 0 0;
}
.contact-form-wrappper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.contact-form-wrappper-column input{
  margin: 10px 0;
}
.contact-form-wrappper-column:nth-child(3), .contact-form-wrappper-column:nth-child(4){
  padding: 0;
}
.map-wrapper{
  display: flex;
  flex-direction: column;
}
.map-wrapper-column:nth-child(1){
  flex:0 0 100%;
  min-width: 100%;
}
.map-wrapper-column:nth-child(2){
  flex:0 0 100%;
  min-width: 100%;
  padding: 40px 30px;
  margin: 20px 0 0 0;
}
.services-wrapper-column img{
  width: 90px;
}
.services .floating-left{
  width: 137px;
}
.services .floating-right{
  width: 137px;
}
.expertise .floating-left {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0%;
    width: 160px;
}
.portfolio .floating-left {
    position: absolute;
    z-index: -1;
    top: -4%;
    left: 0%;
    width: 189px;
    transform: rotate(55deg);
}
.faq .floating-left {
    position: absolute;
    z-index: 4;
    top: 5%;
    left: 0%;
    width: 245px;
}
.contact .floating-left {
    position: absolute;
    z-index: -1;
    bottom: -43%;
    left: 0%;
    width: 600px;
}
.service-info-body-wrapper ul li span{
  font-size: 18px;
}
.testimonial-floating-img{
  display: block;
}
.mission-vision-wrapper span {
    padding: 12px 20px;
}
.mission-vision-wrapper span h2{
  font-size: 20px;
  line-height: 30px;
}
.portfolio-popup{
  width: 90%;
  overflow: auto;
  height: 95%;
  border-radius: 15px;
  padding: 15px;
}
.popup-wrapper{
  display: flex;
  flex-direction: column-reverse;
}
.popup-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.popup-wrapper-column h3{
  font-size: 26px;
}
.portfolio-wrapper-column p{
  padding: 0 50px 0 0 !important;
}
.portfolio-wrapper-column{
  margin: 0 0 50px 0;
}
.portfolio-wrapper-column:nth-child(2), .portfolio-wrapper-column:nth-child(5), .portfolio-wrapper-column:nth-child(8){
  margin:0 0 50px 0;
}
.portfolio-wrapper-column:nth-child(3), .portfolio-wrapper-column:nth-child(6){
  margin:0 0 50px 0;
}
.faq-wrapper-column .accordion{
  font-size: 20px;
  padding: 20px 35px 20px 15px;
  border-radius: 12px;
}
.faq-wrapper-column .accordion .accordion-icon-wrapper{
  left: 83%;
  top: 25%;
}
.popup-tech-wrapper{
  gap:6px;
}
    .home-banner-img {
        position: absolute;
        z-index: 3;
        width: 100%;
        left: 0;
        top: -4%;
    }
    .home-banner-wrapper-column:nth-child(1){
      padding: 0px 0 0 0;
    }
    .faq-wrapper-column .panel{
      padding: 0 15px 30px 15px;
    }
    .cutout-banner a{
      padding:20px !important;
    }
    .cutout-banner a img{
      width: 30px;
    }
    .cutout-banner a p {
      font-size: 18px;
      line-height: 24px; 
    }
    .partial-btn-grid-wrapper a p span, .cutout-banner a p span{
      font-size: 14px;
    }
    .service-banner .container{
      background-size: cover !important;
    }
    .cutout-banner{
      margin:0;
      padding:110px 0 30px 0;
    }
}
@media  only screen and (min-width: 389px) and (max-width: 600px){
.desktop-header{
  display: none;
}
.home-banner{
  padding:50px 0;
}
.home-banner-wrapper{
  display: flex;
  flex-direction: column;
  padding: 30px 25px;
  border-radius: 18px;
}
.home-banner-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.home-banner-stats-wrapper{
  display: flex;
  flex-direction: column;
}
.home-banner-stats-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.home-banner-stats-wrapper-column:nth-child(2){
  margin: 10px 0 0 0;
}
.home-banner-wrapper h1{
  font-size: 61px;
  line-height: 68px;
}
.home-banner-wrapper a{
  margin: 30px 0 0 0;
}
.home-banner-wrapper a p{
  font-size:26px;
}
.home-banner-stats-wrapper-column:nth-child(1) h2{
  font-size: 36px;
}
.home-banner-stats-column span{
  font-style: 32px;
}
.horizontal-span-holder span{
  font-size: 18px;
  text-align: center;
}
.trusted-partners-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 42px;
}
.trusted-partners-wrapper-column{
  flex:0 0 49%;
  min-width: 49%;
}
.trusted-partners-wrapper-column img{
  display: block;
    width: 140px;
    padding: 10px 0;
}
.section-info-wrapper{
  display: flex;
  flex-direction: column;
}
.section-info-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.section-info-wrapper-column .green-line{
  display: none;
}
.section-info-wrapper-column p, .expertise p, .tech-stack p, .blogs p, .testimonials-section p{
  padding: 20px 0 0 0;
  font-size: 18px;
  line-height: 24px;
}
.services-wrapper{
  display: flex;
  flex-direction: column;
}
.services-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.services-wrapper-column{
  padding: 150px 30px 30px 0;
}
.process-wrapper{
  display: flex;
  flex-direction: column;
}
.process-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.arrow-right, .arrow-left, .arrow-down{
  display: none;
}
.process-wrapper-column:nth-child(4){
  display: none;
}
.process-wrapper-column:nth-child(4), .process-wrapper-column:nth-child(5), .process-wrapper-column:nth-child(6){
  margin: 30px 0 0 0;
}
.portfolio-wrapper{
  display: flex;
  flex-direction: column;
}
.portfolio-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.portfolio-wrapper-column:nth-child(2), .portfolio-wrapper-column:nth-child(5), .portfolio-wrapper-column:nth-child(8){
  margin: 0 0 90px 0;
}
.portfolio-wrapper-column:nth-child(3), .portfolio-wrapper-column:nth-child(6){
  margin: 0 0 90px 0;
}
.tech-stack-image-wrapper img{
  display: block;
  width: 40px;
}
.faq-wrapper{
  display: flex;
  flex-direction: column;
}
.faq-wrapper-column:nth-child(1){
  flex:0 0 100%;
  min-width: 100%;
}
.faq-wrapper-column:nth-child(2){
  flex:0 0 100%;
  min-width: 100%;
}
.faq-wrapper-column:nth-child(1) h2{
  font-size: 32px;
  text-align: center;
}
.testimonials-wrapper{
  display: flex;
  flex-direction: column;
  padding: 200px 0 0 0;
}
.testimonials-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
  margin: 10px 0 0 0;
}
.testimonial-floating-img {
    display: block;
    position: absolute;
    z-index: -1;
    left: 5%;
    bottom: 55%;
    width: 90%;
}
.blog-wrapper{
  display: flex;
  flex-direction: column;
}
.blog-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
  margin: 10px 0 0 0;
}
.contact .container{
  padding: 50px 20px;
  width: 90%;
  margin: 0 auto;
}
.contact h2{
  font-size: 26px;
  line-height: 38px;
}
.contact p{
  padding: 30px 10px;
}
.footer-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-wrapper-column:nth-child(1) img{
  display: block;
  width: 150px;
}

.footer-wrapper-column:nth-child(2){
flex:0 0 100%;
  min-width:100%;
  margin: 50px 0 0 0;
}
.footer-wrapper-column:nth-child(3), .footer-wrapper-column:nth-child(4){
  flex:0 0 49%;
  min-width: 49%;
  margin: 50px 0 0 0;
}
    .cutout-banner .container{
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
      padding: 30px 20px !important;
      border-radius: 30px;
      position: relative;
      z-index: 3;
      margin: 0 15px;
}
    .cutout-banner h1{
    font-size: 34px;
    line-height: 38px;
  }
  .cutout-banner p{
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0 0 0;
  }
  .partial-btn-grid{
    display: block;
     margin: 30px 0 0 0;
  }
    .partial-btn-grid-wrapper a p {
      font-size: 27px;
    }
    .partial-btn-grid-wrapper a {
    gap: 20px;
    border-radius: 20px;
    background: black;
    padding: 20px;
    width: 90%;
    margin: 0 auto;
}
.about-us-wrapper{
  display: flex;
  flex-direction: column;
}
.about-us-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.about-us-wrapper-column-stats{
  padding: 56px 25px;
}
.about-us-wrapper-column-stats span{
  font-size: 16px;
}
.about-us-wrapper-column-stats span h3{
  font-size: 62px;
}
 .about-us-wrapper-column:nth-child(2) {
        padding: 40px 30px;
        margin: 30px 0 0 0;
    }
.about-us-wrapper-column:nth-child(2) h2{
  font-size: 28px;
}
.about-us-wrapper-column:nth-child(2) p{
  font-size: 20px;
  margin: 20px 0 0 0;
}
.mission-vision-wrapper{
  padding: 30px;
}
.mission-vision-wrapper span h2{
  font-size: 24px;
  line-height: 30px;
}
.mission-vision-wrapper p{
  font-size: 18px;
  line-height: 150%;
}
.service-info-header-wrapper{
    display: flex;
    flex-direction: column-reverse;
  }
  .service-info-header-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .service-info-header-wrapper-column h2{
    font-size: 30px;
    line-height: 45px;
  }
  .service-info-header-wrapper-column p, .service-info-body-wrapper p{
    font-size: 18px;
    line-height: 34px;
  }
  .service-info-body-wrapper{
    padding: 30px 0 0 0;
    margin: 0;
  }
  .service-info-body-wrapper ul li{
    font-size: 20px;
    line-height: 32px;
  }
  .three-steps-process-wrapper{
    display: flex;
    flex-direction: column;
  }
  .three-steps-process-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .process-line{
    display: none;
  }
  .three-steps-process-wrapper-column span{
    font-size: 90px;
    line-height: 85px;
  }
  .circle{
    margin: 0;
  }
  .three-steps-process-wrapper-column:nth-child(2){
    margin: 50px 0 0 0;
  }
  .three-steps-process-wrapper-column:nth-child(3){
    margin: 50px 0 0 0;
  }
  .service-choose-us .container{
    margin: 0 10px;
    padding: 25px;
  }
  .service-choose-us-wrapper{
    display: flex;
    flex-direction: column;
  }
  .service-choose-us-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
    margin: 10px 0;
  }
  .tools-tech-holder img{
    display: block;
    width: 50px;
  }
   .meta-wrapper{
    padding: 0 10px 0 0;
  }
  .meta-wrapper-column:nth-child(1){
    margin: -40px 0 0 10px;
  }
  .meta-wrapper-column:nth-child(2){
    margin: -20px 0 0 0;
  }
  .meta-wrapper-column:nth-child(1) span{
    font-size: 14px;
    
  }
  .meta-wrapper-column:nth-child(2) span{
    font-size: 14px;
    padding: 3px 8px;
    line-height: 16.5px;
  }
  .blog-featured-grid-wrapper{
  display: flex;
  flex-direction: column;
}
.blog-featured-grid-column:nth-child(1){
  flex:0 0 100%;
  min-width: 100%;
}
.blog-featured-grid-column:nth-child(2){
  flex:0 0 100%;
  min-width: 100%;
  padding: 30px 0 0 0;
}
.featured-blog{
  padding: 10px;
}
.floating-blog-details {
    position: absolute;
    z-index: 4;
    bottom: 8%;
    left: 6%;
}
.floating-blog-details h3{
  font-size: 24px;
  line-height: 31px;
  padding: 0 20px 0 0;
}
.floating-blog-details p{
  font-size: 16px;
  padding: 10px 20px 10px 0;
}
.horizontal-blogs-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.horizontal-blogs-img-wrapper{
  padding: 5px;
}
.horizontal-blogs-wrapper-column h3{
  font-size: 18px;
  line-height: 21px;
}
.horizontal-blogs-wrapper-column p{
  font-size: 14px;
  line-height: 18px;
  margin:3px 0 0 0;
}
.contact-form-wrappper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.contact-form-wrappper-column input{
  margin: 10px 0;
}
.contact-form-wrappper-column:nth-child(3), .contact-form-wrappper-column:nth-child(4){
  padding: 0;
}
.map-wrapper{
  display: flex;
  flex-direction: column;
}
.map-wrapper-column:nth-child(1){
  flex:0 0 100%;
  min-width: 100%;
}
.map-wrapper-column:nth-child(2){
  flex:0 0 100%;
  min-width: 100%;
  padding: 40px 30px;
  margin: 20px 0 0 0;
}
.services-wrapper-column img{
  width: 120px;
}
.services .floating-left{
  width: 137px;
}
.services .floating-right{
  width: 137px;
}
.expertise .floating-left {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0%;
    width: 160px;
}
.portfolio .floating-left {
    position: absolute;
    z-index: -1;
    top: -4%;
    left: 0%;
    width: 189px;
    transform: rotate(55deg);
}
.faq .floating-left {
    position: absolute;
    z-index: 4;
    top: 5%;
    left: 0%;
    width: 245px;
}
.contact .floating-left {
    position: absolute;
    z-index: -1;
    bottom: -43%;
    left: 0%;
    width: 600px;
}
.service-info-body-wrapper ul li span{
  font-size: 18px;
}
.testimonial-floating-img{
  display: block;
}
.testimonials-section .floating-left{
  left:0%;
  bottom:-7%;
  width: 670px;
}
.portfolio-popup{
  width: 90%;
  overflow: auto;
  height: 95%;
  border-radius: 15px;
  padding: 15px;
}
.popup-wrapper{
  display: flex;
  flex-direction: column-reverse;
}
.popup-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.popup-wrapper-column h3{
  font-size: 22px;
}
.portfolio-wrapper-column p{
  padding: 0 50px 0 0 !important;
}
.portfolio-wrapper-column{
  margin: 0 0 50px 0;
}
.portfolio-wrapper-column:nth-child(2), .portfolio-wrapper-column:nth-child(5), .portfolio-wrapper-column:nth-child(8){
  margin:0 0 50px 0;
}
.portfolio-wrapper-column:nth-child(3), .portfolio-wrapper-column:nth-child(6){
  margin:0 0 50px 0;
}
.faq-wrapper-column .accordion{
  font-size: 20px;
  padding: 20px 35px 20px 15px;
  border-radius: 12px;
}
.faq-wrapper-column .accordion .accordion-icon-wrapper{
  left: 83%;
  top: 25%;
}
.popup-tech-wrapper{
  gap:6px;
}
.home-banner-img {
        position: absolute;
        z-index: 3;
        width: 100%;
        left: 0;
        top: -4%;
    }
    .home-banner-wrapper-column:nth-child(1){
      padding: 0px 0 0 0;
    }
    .faq-wrapper-column .panel{
      padding: 0 15px 30px 15px;
    }
    .cutout-banner a{
      padding:20px
    }
    .cutout-banner a img{
      width: 30px;
    }
    .cutout-banner a p {
      font-size: 18px;
      line-height: 24px; 
    }
    .partial-btn-grid-wrapper a p span, .cutout-banner a p span{
      font-size: 14px;
    }
    .service-banner .container{
      background-size: cover !important;
    }
    .cutout-banner{
      margin:0;
      padding:110px 0 30px 0;
    }
}
@media only screen and (max-width: 640px) {
    .assistant-widget-panel {
        bottom: 3% !important;
        right: 0;
        left: 5% !important;
        width: 90% !important;
        height: 90% !important;
        max-height: 100vh;
        border-radius: 12px;
    }
}
@media  only screen and (min-width: 601px) and (max-width: 767px){
.desktop-header{
  display: none;
}
.home-banner-wrapper{
  display: flex;
  flex-direction: column;
  padding: 35px 30px;
}
.home-banner-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.home-banner-wrapper h1{
  font-size: 65px;
  line-height: 78px;
  padding: 0 30px 0 0;
}
.home-banner-wrapper a{
  padding: 30px 0 0 0;
}
.home-banner-stats-wrapper-column:nth-child(1) h2{
  font-size: 34px;
  line-height: 40px;
}
.home-banner-stats-column span{
  font-size: 22px;
}
.home-banner-stats-wrapper-column:nth-child(2){
  padding: 50px 20px;
  margin:20px 0 0 0;
}
.home-banner-stats-wrapper-column:nth-child(2) h3{
  font-size: 20px;
}
.home-banner-stats-wrapper-column:nth-child(2) p{
  font-size: 17px;
}
.home-banner-stats-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 0 0;
}
.horizontal-span-holder span{
  text-align: center;
}
.trusted-partners-wrapper{
  display: flex;
  flex-direction: row;
}
.trusted-partners-wrapper-column{
  flex:0 0 33%;
  min-width: 33%;
}
.trusted-partners-wrapper-column img{
  display: block;
  width: 120px;
}
.section-info-wrapper{
  display: flex;
  flex-direction: column;
}
.section-info-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.section-info-wrapper-column .green-line{
  display: none;
}
.section-info-wrapper-column p{
  padding: 20px 0 0 0;
}
.services-wrapper{
  display: flex;
  flex-direction: row;
}
.services-wrapper-column{
  flex: 0 0 49%;
  min-width: 49%;
  padding: 120px 90px 0px 0;
}
.services-wrapper-column img{
  display: block;
  width: 100px;
}
.process-wrapper{
  display: flex;
  flex-direction: row;
}
.process-wrapper-column{
  flex:0 0 49%;
  min-width: 49%;
}
.arrow-right{
  display: none;
}
.arrow-left{
  display: none;
}
.arrow-down{
  display: none;
}
.process-wrapper-column:nth-child(4){
  display: none;
}
.process-wrapper-column:nth-child(5), .process-wrapper-column:nth-child(6){
  margin:30px 0 0 0;
}
.portfolio-wrapper{
  display: flex;
  flex-direction: row;
}
.portfolio-wrapper-column{
  flex:0 0 49%;
  min-width: 49%;
}
.portfolio-wrapper-column:nth-child(2), .portfolio-wrapper-column:nth-child(5), .portfolio-wrapper-column:nth-child(8){
  margin: 0 0 90px 0;
}
.portfolio-wrapper-column:nth-child(3), .portfolio-wrapper-column:nth-child(6){
  margin: 0 0 90px 0;
}
.tech-stack-image-wrapper img{
  display: block;
  width: 50px;
}
.faq-wrapper{
  display: flex;
  flex-direction: column;
}
.faq-wrapper-column:nth-child(1){
  flex:0 0 100%;
  min-width: 100%;
}
.faq-wrapper-column:nth-child(2){
  flex: 0 0 100%;
  min-width: 100%;
}
.faq-wrapper-column:nth-child(1) h2{
  text-align: center;
}
.testimonials-wrapper{
  display: flex;
  flex-direction: column;
  padding: 200px 0 0 0;
}
.testimonials-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
  margin: 10px 0 0 0;
}
.testimonial-floating-img {
    display: block;
    position: absolute;
    z-index: -1;
    right: 5%;
    bottom: 55%;
    width: 90%;
}
.blog-wrapper{
  flex-wrap: wrap;
}
.blog-wrapper-column{
  flex:0 0 49%;
  min-width: 49%;
  margin: 20px 0 0 0;
}
.meta-wrapper-column:nth-child(2) {
    margin: -22px 0 0 0;
}
.meta-wrapper-column:nth-child(2) span{
  font-size: 10px;
}
.meta-wrapper-column:nth-child(1) span{
  font-size: 10px;
  padding: 7px 8px;
}
.contact .container{
  padding: 50px 30px;
  width: 90%;
}
.contact h2{
  font-size: 40px;
  line-height: 50px;
}
.contact p{
  padding: 20px 30px;
}
.footer-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-wrapper-column:nth-child(1) img{
  display: block;
  width: 150px;
}

.footer-wrapper-column:nth-child(2){
flex:0 0 100%;
  min-width:100%;
  margin: 50px 0 0 0;
}
.footer-wrapper-column:nth-child(3), .footer-wrapper-column:nth-child(4){
  flex:0 0 49%;
  min-width: 49%;
  margin: 50px 0 0 0;
}
.cutout-banner .container{
  background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 30px 20px !important;
    border-radius: 30px;
    position: relative;
    z-index: 3;
    width: 95%;
}
    .cutout-banner h1{
    font-size: 34px;
    line-height: 38px;
  }
  .cutout-banner p{
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0 0 0;
  }
      .cutout-banner a {
        display: flex;
        padding: 17px 15px;
        gap:5px;
        border-radius: 15px;
    }
  .cutout-banner a img{
    width: 30px;
  }
  .partial-btn-grid-wrapper a p, .cutout-banner a p{
    font-size:15px;
  }
  .partial-btn-grid-wrapper a p span, .cutout-banner a p span{
    font-size: 8px;
    padding: 5px 0 0 0;
  }
  .partial-btn-grid{
    display: none;
  }
    .partial-btn-grid-wrapper a p {
      font-size: 27px;
    }
    .partial-btn-grid-wrapper a {
    gap: 20px;
    border-radius: 20px;
    background: black;
    padding: 20px;
    width: auto;
    margin: 0 auto;
}
.partial-btn-grid{
  margin: 30px 0 0 0;
}
.about-us-wrapper{
  display: flex;
  flex-direction: column;
}
.about-us-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
 .about-us-wrapper-column-stats {
        padding: 100px 25px;
    }
.about-us-wrapper-column-stats span{
  font-size: 24px;
}
.about-us-wrapper-column-stats span h3{
  font-size: 82px;
}
 .about-us-wrapper-column:nth-child(2) {
        padding: 40px;
        margin: 30px 0 0 0;
    }
.about-us-wrapper-column:nth-child(2) h2{
  font-size: 38px;
}
.about-us-wrapper-column:nth-child(2) p{
  font-size: 24px;
  margin: 20px 0 0 0;
}
.mission-vision-wrapper{
  padding: 30px;
}
.mission-vision-wrapper span h2{
  font-size: 28px;
  line-height: 30px;
}
.mission-vision-wrapper p{
  font-size: 22px;
  line-height: 150%;
}
.testimonials-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.testimonials-wrapper-column{
  flex:0 0 49% !important;
  min-width: 49% !important;
}
.service-info-header-wrapper{
    display: flex;
    flex-direction: column-reverse;
  }
  .service-info-header-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .service-info-header-wrapper-column h2{
    font-size: 30px;
    line-height: 45px;
  }
  .service-info-header-wrapper-column p, .service-info-body-wrapper p{
    font-size: 18px;
    line-height: 34px;
  }
  .service-info-body-wrapper{
    padding: 30px 0 0 0;
    margin: 0;
  }
  .service-info-body-wrapper ul li{
    font-size: 20px;
    line-height: 32px;
  }
  .three-steps-process-wrapper{
    display: flex;
    flex-direction: column;
  }
  .three-steps-process-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .process-line{
    display: none;
  }
  .three-steps-process-wrapper-column span{
    font-size: 90px;
    line-height: 85px;
  }
  .circle{
    margin: 0;
  }
  .three-steps-process-wrapper-column:nth-child(2){
    margin: 50px 0 0 0;
  }
  .three-steps-process-wrapper-column:nth-child(3){
    margin: 50px 0 0 0;
  }
  .service-choose-us .container{
    margin: 0 10px;
    padding: 30px;
  }
  .service-choose-us-wrapper{
    display: flex;
    flex-direction: column;
  }
  .service-choose-us-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
    margin: 10px 0;
  }
  .tools-tech-holder img{
    display: block;
    width: 80px;
  }
  .three-step-process{
    padding: 50px 20px;
  }
  .blog-featured-grid-wrapper{
  display: flex;
  flex-direction: column;
}
.blog-featured-grid-column:nth-child(1){
  flex:0 0 100%;
  min-width: 100%;
}
.blog-featured-grid-column:nth-child(2){
  flex:0 0 100%;
  min-width: 100%;
  padding: 30px 0 0 0;
}
.featured-blog{
  padding: 10px;
}
.floating-blog-details {
    position: absolute;
    z-index: 4;
    bottom: 8%;
    left: 6%;
    padding: 0 100px 0 0;
}
.floating-blog-details h3{
  font-size: 32px;
  line-height: 36px;
  padding: 0 20px 0 0;
}
.floating-blog-details p{
  font-size: 18px;
  line-height: 22px;
  padding: 10px 20px 10px 0;
}
.horizontal-blogs-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.horizontal-blogs-img-wrapper{
  padding: 10px;
}
.horizontal-blogs-wrapper-column h3{
  font-size: 28px;
  line-height: 30px;
}
.horizontal-blogs-wrapper-column p{
  font-size: 18px;
  line-height: 20px;
  margin:10px 0 0 0;
}
.map-wrapper-column:nth-child(2){
  padding: 25px 20px;
}
.contact-form-wrappper-column input{
  margin: 10px 0;
}
.contact-form-wrappper-column:nth-child(3), .contact-form-wrappper-column:nth-child(4){
  padding: 0;
}
.map-wrapper-column:nth-child(2){
  padding: 60px 30px;
}
.map-wrapper-column h2{
  font-size: 26px;
  line-height: 36px;
}
.map-wrapper-column a span{
  font-size: 15px;
}
.contact-btn-img{
  padding: 7px 5px;
  border-radius: 5px;
}
.map-wrapper-column a h3{
  font-size: 18px;
}
.map-wrapper-column a div img{
  width: 20px;
}
.services-wrapper-column img{
  width: 120px;
}

.services .floating-left{
  width: 167px;
}
.services .floating-right{
  width: 167px;
}
.expertise .floating-left {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0%;
    width: 220px;
}
    .portfolio .floating-left {
        position: absolute;
        z-index: -1;
        top: -9%;
        left: 0%;
        width: 209px;
        transform: rotate(55deg);
    }
.faq .floating-left {
        position: absolute;
        z-index: 4;
        top: 9%;
        left: 0%;
        width: 245px;
    }
    .faq-wrapper-column:nth-child(1) h2{
      font-size: 40px;
    }
.contact .floating-left {
    position: absolute;
    z-index: -1;
    bottom: -43%;
    left: 0%;
    width: 600px;
}
.testimonial-floating-img {
    display: block;
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: 53%; /* adjust this if you also want vertical centering */
    transform: translateX(-50%);
    width: 80%;
}
.portfolio-popup{
  width: 90%;
  overflow: auto;
  height: 95%;
  border-radius: 15px;
  padding: 15px;
}
.popup-wrapper{
  display: flex;
  flex-direction: column-reverse;
}
.popup-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.popup-wrapper-column h3{
  font-size: 26px;
}
.portfolio-wrapper-column p{
  padding: 0 45px 0 0 !important;
  font-size: 15px;
}
.portfolio-wrapper-column{
  margin: 0 0 50px 0;
}
.portfolio-wrapper-column:nth-child(2), .portfolio-wrapper-column:nth-child(5), .portfolio-wrapper-column:nth-child(8){
  margin:0 0 50px 0;
}
.portfolio-wrapper-column:nth-child(3), .portfolio-wrapper-column:nth-child(6){
  margin:0 0 50px 0;
}
.faq-wrapper-column .accordion{
  font-size: 20px;
  padding: 20px 35px 20px 15px;
  border-radius: 12px;
}
.faq-wrapper-column .accordion .accordion-icon-wrapper{
  left: 90%;
  top: 18%;
}
.popup-tech-wrapper{
  gap:9px;
}
.portfolio-wrapper-column h3{
  font-size: 20px;
}
.portfolio-floating-btn img{
  width: 45px !important;
}
.popup-wrapper-column img{
  display: block;
  width: 70%;
}
.popup-tech-wrapper img{
  width: auto;
}
.section-info-wrapper-column:nth-child(1){
  flex:0 0 100%;
  min-width: 100%;
}
.section-info-wrapper-column:nth-child(2){
  flex:0 0 100%;
  min-width: 100%;
}
.blog-wrapper-column a{
  font-size: 17.45px;
  line-height: 22px;
}
    .home-banner-img {
        position: absolute;
        z-index: 3;
        width: 100%;
        left: 4%;
        top: -4%;
    }
    .home-banner-wrapper-column:nth-child(1){
      padding: 390px 0 0 0;
    }
.faq-wrapper-column .panel{
      padding: 0 15px 30px 15px;
    }
    .service-banner .container{
      background-size: cover !important;
    }
    .cutout-banner{
      margin:0;
      padding:110px 0 30px 0;
    }
  }
/* Show only on small screens */
@media (max-width: 600px) {
  .arrow {
    display: block;
  }
  .cutout-banner a{
      padding:30px
    }
    .cutout-banner a img{
      width: 50px;
    }
    .cutout-banner a p {
      font-size: 22px;
      line-height: 24px; 
    }
    .partial-btn-grid-wrapper a p span, .cutout-banner a p span{
      font-size: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-banner{
    padding: 150px 0 100px 0;
  }
  .home-banner-stats-wrapper-column:nth-child(1){
    flex:0 0 49%;
    min-width: 49%
  }
  .home-banner-stats-wrapper-column:nth-child(2){
    flex:0 0 49%;
    min-width: 49%
  }
.desktop-header-wrapper-column img{
  display: block;
  width: 100px;
}
.desktop-header-wrapper-column:nth-child(2) ul li a{
  font-size: 18px;
}
.desktop-header-wrapper-column:nth-child(3) a{
  font-size: 16px;
}
.home-banner-wrapper{
  display: flex;
  flex-direction: column;
  padding: 38px 35px;
}
.home-banner-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.home-banner-wrapper h1{
  font-size: 71px;
  line-height: 68px;
}
.home-banner-wrapper a{
  padding: 20px 0 0 0;
}
.home-banner-stats-wrapper-column:nth-child(1) h2{
  font-size: 44px;
}
.home-banner-stats-column span{
  font-size: 32px;
}
.home-banner-stats-wrapper-column:nth-child(2){
  padding: 20px;
}
.home-banner-stats-wrapper-column:nth-child(2) h3{
  font-size: 24px;
}
.home-banner-stats-column span{
  font-size: 18px;
}
.home-banner-stats-column span{
  
}
.trusted-partners-wrapper-column img{
  display: block;
  width: 100px;
}
.section-info-wrapper-column span{
  font-size: 12px;
}
.section-info-wrapper-column h2{
  font-size: 23px;
  line-height: 30px;
}
.section-info-wrapper-column p, .expertise p, .tech-stack p, .blogs p, .testimonials-section p{
  font-size: 18px;
  line-height: 26px;
}
.services-wrapper-column{
  padding: 100px 10px 0 0;
}
.services-wrapper-column img{
  display: block;
  width: 80px;
}
.arrow-right {
    position: absolute;
    z-index: 3;
    top: 10%;
    right: 0%;
    width: 90%;
    display: none;
}
.arrow-left {
    position: absolute;
    z-index: 3;
    top: 10%;
    right: -13%;
    width: 90%;
    display: none;
}
.arrow-down {
    position: absolute;
    z-index: 3;
    top: 10%;
    right: 0%;
    width: 71%;
    display: none;
}
.process-wrapper-column:nth-child(4), .process-wrapper-column:nth-child(5), .process-wrapper-column:nth-child(6){
  margin:20px 0 0 0;
}
.process-wrapper-column{
  overflow: hidden;
}
.process-wrapper-column h3{
  font-size: 20px;
}
.process-wrapper-column p{
  font-size: 16px;
}
.process-wrapper-column ul li{
  font-size: 16px;
}
.process-img-wrapper{
  padding: 15px;
}
.process-img-wrapper img{
  width: 40px;
}
.section-info-wrapper-column:nth-child(1){
  flex:0 0 35%;
  min-width: 35%;
}
.section-info-wrapper-column:nth-child(2){
flex:0 0 59%;
min-width: 59%;
}
    .section-info-wrapper-column .green-line {
        position: absolute;
        z-index: 3;
        top: 24%;
        right: -4%;
        height: 50px;
        width: 8px;
        border-radius: 32px;
        background: #0197B2;
    }

.portfolio-wrapper-column{
  padding: 20px 0 0 0;
  flex:0 0 49%;
  min-width: 49%;
}
.portfolio-wrapper-column:nth-child(2), .portfolio-wrapper-column:nth-child(5), .portfolio-wrapper-column:nth-child(8){
  margin: 0;
}
.portfolio-wrapper-column:nth-child(3), .portfolio-wrapper-column:nth-child(6){
  margin: 0;
}
.portfolio-wrapper-column h3{
  font-size: 22px;
}
.portfolio-wrapper-column p{
  font-size: 14px;
  line-height: 17px;
  padding: 0 40px 0 0;
}
.black-bg {
    position: absolute;
    z-index: 3;
    border-radius: 30px;
    right: 1%;
    top: 11%;
    width: 98%;
    height: 93%;
    background: black;
}
.tech-stack-image-wrapper img{
  display: block;
  width: 40px;
}
.faq-wrapper-column:nth-child(1) h2{
  font-size: 40px;
}
.faq-wrapper-column .accordion{
  font-size: 18px;
  padding: 20px 18px;
  margin: 15px 0 0 0;
}
.testimonials-wrapper{
  display: flex;
  justify-content: space-between;
}
.testimonials-wrapper-column:nth-child(1), .testimonials-wrapper-column:nth-child(2){
  flex:0 0 48%;
  min-width: 48%;
}

.blog-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-wrapper-column{
  flex:0 0 49%;
  min-width: 49%;
  margin: 20px 0 0 0;
}
.contact .container{
  padding: 50px 80px;
  width: 90%;
}
.contact h2{
  font-size: 40px;
  line-height: 50px;
}
.contact p{
  padding: 20px 30px;
}
.footer-wrapper-column:nth-child(1){
  flex:0 0 25%;
  min-width: 25%;
}
.footer-wrapper-column:nth-child(2){
  flex:0 0 32%;
  min-width: 32%;
}
.footer-wrapper-column:nth-child(3), .footer-wrapper-column:nth-child(4){
  flex:0 0 18%;
  min-width: 18%;
}
.footer-wrapper-column:nth-child(1) img{
  display: block;
  width: 140px;
}
.footer-wrapper-column:nth-child(2) ul li a{
  font-size: 16px;
  padding: 15px 0 0 0;
}
.footer-wrapper-column:nth-child(2) h2, .footer-wrapper-column:nth-child(3) ul li a, .footer-wrapper-column:nth-child(4) ul li a{
  font-size: 16px;
}
.testimonials-wrapper-column p{
  font-size: 20px;
}
.cutout-banner{
  margin:0;
  padding:110px 0 30px 0;
}
 .cutout-banner .container{
  background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 30px 20px !important;
    border-radius: 30px;
    position: relative;
    z-index: 3;
    width: 95%;
}
    .cutout-banner h1{
    font-size: 34px;
    line-height: 38px;
  }
  .cutout-banner p{
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0 0 0;
  }
      .cutout-banner a {
        display: flex;
        padding: 17px 15px;
        gap:5px;
        border-radius: 15px;
        right: 0%;
    }
  .cutout-banner a img{
    width: 30px;
  }
  .partial-btn-grid-wrapper a p, .cutout-banner a p{
    font-size: 22px;
  }
  .partial-btn-grid-wrapper a p span, .cutout-banner a p span{
    font-size: 12px;
  }
  .partial-btn-grid{
    display: none;
  }
    .partial-btn-grid-wrapper a p {
      font-size: 27px;
    }
    .partial-btn-grid-wrapper a {
    gap: 20px;
    border-radius: 20px;
    background: black;
    padding: 20px;
    width: auto;
    margin: 0 auto;
}
.partial-btn-grid{
  margin: 30px 0 0 0;
}
.about-us-wrapper{
  display: flex;
  flex-direction: column;
}
.about-us-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.about-us-wrapper-column:nth-child(1){
  margin:0 auto;
}
 .about-us-wrapper-column-stats {
        padding: 100px 25px;
    }
.about-us-wrapper-column-stats span{
  font-size: 24px;
}
.about-us-wrapper-column-stats span h3{
  font-size: 82px;
}
 .about-us-wrapper-column:nth-child(2) {
        padding: 70px 40px;
        margin: 30px 0 0 0;
    }
.about-us-wrapper-column:nth-child(2) h2{
  font-size: 48px;
}
.about-us-wrapper-column:nth-child(2) p{
  font-size: 30px;
  margin: 20px 0 0 0;
}
.mission-vision-wrapper{
  padding: 40px;
}
.mission-vision-wrapper span h2{
  font-size: 35px;
  line-height: 30px;
}
.mission-vision-wrapper p{
  font-size: 24px;
  line-height: 150%;
}
.service-info .container{
    margin: 0 15px;
    padding: 30px;
  }
  .service-info-header-wrapper-column h2{
    font-size: 32px;
    line-height: 38px;
  }
  .service-info-body-wrapper{
    margin: 0;
  }
      .process-line {
        position: absolute;
        z-index: 4;
        top: 3%;
        left: 5.5%;
        width: 495px;
        height: 203px;
    }
.three-steps-process-wrapper-column{
  flex:0 0 32%;
  min-width: 32%;
}
.three-steps-process-wrapper-column span{
  font-size: 108px;
  line-height: 85px;
}
.circle{
  margin: 0;
}
.three-steps-process-wrapper-column h3{
  font-size: 20px;
}
.three-steps-process-wrapper-column ul{
  padding: 0 0 0 20px;
}
.three-steps-process-wrapper-column ul li{
  font-size: 16px;
}
.three-steps-process-wrapper-column:nth-child(2){
  margin: 60px 0 0 0;
}
.three-steps-process-wrapper-column:nth-child(3){
  margin:40px 0 0 0;
}
.service-choose-us .container{
  padding: 30px;
  margin: 0 15px;
}
.service-choose-us-wrapper-column{
  padding: 20px;
}
.service-choose-us-wrapper-column h3{
  font-size: 20px;
  line-height: 28px;
}
.horizontal-span-holder span{
  text-align: center;
}
.service-choose-us-wrapper-column{
  font-size: 16px;
  line-height: 22px;
}
.featured-blog{
  padding: 10px;
}
.floating-blog-details {
    position: absolute;
    z-index: 4;
    bottom: 8%;
    left: 6%;
    padding: 0 100px 0 0;
}
.floating-blog-details h3{
  font-size: 22px;
  line-height: 26px;
  padding: 0 20px 0 0;
}
.floating-blog-details p{
  font-size: 17px;
  line-height: 22px;
  padding: 10px 20px 10px 0;
}
.horizontal-blogs-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.horizontal-blogs-img-wrapper{
  padding: 6px;
}
.horizontal-blogs-wrapper-column h3{
  font-size: 16px;
  line-height: 17px;
}
.horizontal-blogs-wrapper-column p{
  font-size: 14px;
  line-height: 15px;
  margin:5px 0 0 0;
}
.floating-meta span{
  font-size: 12px;
  padding: 0 10px;
}
.map-wrapper-column:nth-child(2){
  padding: 25px 20px;
}
.contact-form-wrappper-column input{
  margin: 10px 0;
}
.contact-form-wrappper-column:nth-child(3), .contact-form-wrappper-column:nth-child(4){
  padding: 0;
}
.map-wrapper-column:nth-child(2){
  padding: 60px 30px;
}
.map-wrapper-column h2{
  font-size: 26px;
  line-height: 36px;
}
.map-wrapper-column a span{
  font-size: 15px;
}
.contact-btn-img{
  padding: 7px 5px;
  border-radius: 5px;
}
.map-wrapper-column a h3{
  font-size: 18px;
}
.map-wrapper-column a div img{
  width: 20px;
}
.services .floating-left{
  width: 167px;
}
.services .floating-right{
  width: 167px;
}
.expertise .floating-left {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0%;
    width: 220px;
}
  .portfolio .floating-left {
        position: absolute;
        z-index: -1;
        top: -17%;
        left: 0%;
        width: 259px;
        transform: rotate(55deg);
    }
.faq .floating-left {
        position: absolute;
        z-index: 4;
        top: -9%;
        left: 0%;
        width: 245px;
    }
.contact .floating-left {
    position: absolute;
    z-index: -1;
    bottom: -43%;
    left: 0%;
    width: 600px;
}
.testimonial-floating-img {
        display: block;
        position: absolute;
        z-index: -1;
        left: 51%;
        bottom: 30%;
        transform: translateX(-50%);
        width: 70%;
    }
    .portfolio-popup{
  width: 60%;
  overflow: auto;
  height: 95%;
  border-radius: 15px;
  padding: 15px;
}
.popup-wrapper{
  display: flex;
  flex-direction: column-reverse;
}
.popup-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.popup-wrapper-column h3{
  font-size: 26px;
}
.portfolio-wrapper-column p{
  padding: 0 45px 0 0 !important;
  font-size: 15px;
}
.portfolio-wrapper-column{
  margin: 0 0 50px 0;
}
.portfolio-wrapper-column:nth-child(2), .portfolio-wrapper-column:nth-child(5), .portfolio-wrapper-column:nth-child(8){
  margin:0 0 50px 0;
}
.portfolio-wrapper-column:nth-child(3), .portfolio-wrapper-column:nth-child(6){
  margin:0 0 50px 0;
}
.faq-wrapper-column .accordion{
  font-size: 20px;
  padding: 20px 45px 20px 15px;
  border-radius: 15px;
}
.faq-wrapper-column .accordion .accordion-icon-wrapper {
        left: 87%;
        top: 25%;
    }
.popup-tech-wrapper{
  gap:9px;
}
.portfolio-wrapper-column h3{
  font-size: 20px;
}
.portfolio-floating-btn img{
  width: 45px !important;
}
.popup-wrapper-column img{
  display: block;
  width: 100%;
}
.popup-tech-wrapper img{
  width: auto;
}
.blog-wrapper-column a{
  font-size: 17.45px;
  line-height: 22px;
}
.portfolio-floating-btn img{
  width: 45px !important;
}
.home-banner-img {
        position: absolute;
        z-index: 3;
        width: 100%;
        left: 56%;
        top: 12%;
        width: 43%;
    }
    .cutout-banner a{
      padding:30px
    }
    .cutout-banner a img{
      width: 60px;
    }
    .cutout-banner a p {
      font-size: 24px;
      line-height: 24px; 
    }
    .partial-btn-grid-wrapper a p span, .cutout-banner a p span{
      font-size: 18px;
    }
    .service-banner .container{
      background-size: cover !important;
      padding: 65px 30px !important;
    }
}
@media  only screen and (min-width: 992px) and (max-width: 1200px) {
.home-banner-wrapper h1{
  font-size: 71px;
  line-height: 68px;
}
.home-banner-wrapper a{
  margin: 20px 0 0 0;
}
.home-banner-stats-wrapper-column:nth-child(1) h2{
  font-size: 38px;
}
.home-banner-stats-wrapper-column:nth-child(1) p{
  font-size: 16px;
  padding: 0;
}
.home-banner-stats-column span{
  font-size: 30px;
}
.home-banner-stats-wrapper-column:nth-child(2) h3{
  font-size: 20px;
}
.home-banner-stats-wrapper-column:nth-child(2) p{
  font-size: 18px;
}
.home-banner-stats-wrapper-column:nth-child(1){
  padding: 20px;
}
.trusted-partners-wrapper-column img{
  display: block;
  width: 120px;
}
.section-info-wrapper-column h2{
  font-size: 30px;
  line-height: 35px;
}
.section-info-wrapper-column span{
  font-size: 14px;
}
.section-info-wrapper-column p, .expertise p, .tech-stack p, .blogs p, .testimonials-section p{
  font-size: 18px;
}
.services-wrapper-column img {
    display: block;
    width: 80px;
}
.services-wrapper-column{
  padding: 100px 30px 20px 20px;
  margin: 30px 0 0 0;
}
.arrow-right {
    position: absolute;
    z-index: 3;
    top: 9%;
    right: 0%;
    width: 90%;
}
.arrow-down {
        position: absolute;
        z-index: 3;
        top: 9%;
        right: 0%;
        width: 95.5%;
    }
.arrow-left {
    position: absolute;
    z-index: 3;
    top: 9%;
    right: -24%;
    width: 90%;
}
.process-wrapper-column:nth-child(4), .process-wrapper-column:nth-child(5), .process-wrapper-column:nth-child(6){
  margin: 38px 0 0 0;
}
.portfolio-wrapper-column p{
  font-size: 16px;
  padding: 10px 30px 0 0;
}

.tech-stack-image-wrapper img{
  display: block;
  width: 65px;
}
.meta-wrapper{
  padding: 0;
}
.meta-wrapper-column:nth-child(1) span{
  padding: 5px 8px;
  font-size: 12px;
}
.meta-wrapper-column:nth-child(2) span{
  font-size: 12px;
  padding: 2px 8px;
}
.blog-wrapper-column a{
  font-size: 17.45px;
  line-height: 22px;
}
.contact .container {
    width: 90%;
    padding: 100px 120px;
}
.contact h2{
  font-size: 50px;
  line-height: 60px;
}
.contact p{
  padding: 30px 40px;
}
.footer-wrapper-column:nth-child(1){
  flex:0 0 25%;
  min-width: 25%;
}
.footer-wrapper-column:nth-child(2){
  flex:0 0 32%;
  min-width: 32%;
}
.footer-wrapper-column:nth-child(3), .footer-wrapper-column:nth-child(4){
  flex:0 0 18%;
  min-width: 18%;
}
.footer-wrapper-column:nth-child(1) img{
  display: block;
  width: 180px;
}
.footer-wrapper-column:nth-child(2) ul li a{
  font-size: 16px;
  padding: 15px 0 0 0;
}
.footer-wrapper-column:nth-child(2) h2, .footer-wrapper-column:nth-child(3) ul li a, .footer-wrapper-column:nth-child(4) ul li a{
  font-size: 16px;
}
 .cutout-banner {
        margin: 50px 0;
    }
    .cutout-banner a{
      width: 324px !important;
    }
   .cutout-banner .container{
    background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
      padding: 40px 30px !important;
      border-radius: 30px;
      position: relative;
      z-index: 3;
      width: 97%;
}
    /*.cutout-banner h1 {
        font-size: 48px;
        line-height: 48px;
    }
      .cutout-banner p {
        font-size: 24px;
        line-height: 32px;
        margin: 20px 0 0 0;
    }
  .cutout-banner a{
    display: flex;
    position: absolute;
    z-index: 4;
    bottom: 0%;
    right: 1%;
    width: 100%;
  }*/
  .partial-btn-grid{
    display: none;
  }
  .cutout-banner a img{
    display: inline-block;
    width: 62px;
  }
    .partial-btn-grid-wrapper a p, .cutout-banner a p{
      font-size: 22px;
    }
    .partial-btn-grid-wrapper a p span, .cutout-banner a p span{
      font-size: 15px;
      padding: 10px 0 0 0;
    }
    .partial-btn-grid-wrapper a, .cutout-banner a {
    gap: 20px;
    border-radius: 20px;
    background: black;
    padding: 20px;
    width: 390px;
}
.partial-btn-grid{
  margin: -120px 0 0 0;
}
.about-us-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.about-us-wrapper-column{
  flex:0 0 49%;
  min-width: 49%;
}
.about-us-wrapper-column:nth-child(1){
  margin:0 auto;
}
 .about-us-wrapper-column-stats {
        padding: 100px 40px;
    }
.about-us-wrapper-column-stats span{
  font-size: 16px;
}
.about-us-wrapper-column-stats span h3{
  font-size: 52px;
  line-height: 58px;
}
 .about-us-wrapper-column:nth-child(2) {
        padding:50px 50px 175px 50px;
        margin: 0px 0 0 0;
    }
.about-us-wrapper-column:nth-child(2) h2{
  font-size: 40px;
}
.about-us-wrapper-column:nth-child(2) p{
  font-size: 20px;
  margin: 20px 0 0 0;
}
.mission-vision-wrapper{
  padding: 40px;
}
.mission-vision-wrapper span h2{
  font-size: 35px;
  line-height: 30px;
}
.mission-vision-wrapper p{
  font-size: 24px;
  line-height: 150%;
}
  .process-line {
    position: absolute;
    z-index: 4;
    top: 5%;
    left: 5.5%;
    width: 875px;
    height: 223px;
}
.service-choose-us .container{
  width: 96%;
}
.tools-tech-holder{
  padding: 10px;
}
.tools-tech-holder img{
  width: 60px;
}
.service-choose-us-wrapper{
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-choose-us-wrapper-column{
  flex:0 0 49%;
  min-width: 49%;
  margin: 20px 0 0 0;
}
.featured-blog{
  padding: 10px;
}
.floating-blog-details {
    position: absolute;
    z-index: 4;
    bottom: 8%;
    left: 6%;
    padding: 0 100px 0 0;
}
.floating-blog-details h3{
  font-size: 32px;
  line-height: 38px;
  padding: 0 20px 0 0;
}
.floating-blog-details p{
  font-size: 18px;
  line-height: 24px;
  padding: 10px 20px 10px 0;
}
.horizontal-blogs-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.horizontal-blogs-img-wrapper{
  padding: 6px;
}
.horizontal-blogs-wrapper-column h3{
  font-size: 20px;
  line-height: 22px;
}
.horizontal-blogs-wrapper-column p{
  font-size: 16px;
  line-height: 1px;
  margin:5px 0 0 0;
}
.floating-meta span{
  font-size: 13px;
  padding: 0 10px;
}
.map-wrapper-column:nth-child(2){
  padding: 25px 20px;
}
.contact-form-wrappper-column input{
  margin: 10px 0;
}
.contact-form-wrappper-column:nth-child(3), .contact-form-wrappper-column:nth-child(4){
  padding: 0;
}
.map-wrapper-column:nth-child(2){
  padding: 60px 30px;
}
.map-wrapper-column h2{
  font-size: 26px;
  line-height: 36px;
}
.map-wrapper-column a span{
  font-size: 15px;
}
.contact-btn-img{
  padding: 7px 5px;
  border-radius: 5px;
}
.map-wrapper-column a h3{
  font-size: 18px;
}
.map-wrapper-column a div img{
  width: 20px;
}
.services .floating-left{
  width: 167px;
}
.services .floating-right{
  width: 167px;
}
.expertise .floating-left {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0%;
    width: 220px;
}
  .portfolio .floating-left {
        position: absolute;
        z-index: -1;
        top: -17%;
        left: 0%;
        width: 259px;
        transform: rotate(55deg);
    }
.faq .floating-left {
        position: absolute;
        z-index: 4;
        top: -9%;
        left: 0%;
        width: 245px;
    }
.contact .floating-left {
    position: absolute;
    z-index: -1;
    bottom: -43%;
    left: 0%;
    width: 600px;
}
    .home-banner{
      position: relative;
      z-index:1;
    }
        .dropdown-mega {
        top: 100% !important;
        left: -48px !important;
    }
    .portfolio-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 150px 0 0 0;
}
.portfolio-wrapper-column{
  flex:31%;
  min-width: 31%;
  margin: 0 0 50px 0;
}
    .portfolio-wrapper-column:nth-child(2), .portfolio-wrapper-column:nth-child(5), .portfolio-wrapper-column:nth-child(8){
      margin: -70px 0 50px 0;
    }
    .portfolio-wrapper-column:nth-child(3), .portfolio-wrapper-column:nth-child(6){
    margin: -135px 0 50px 0;
}
    .testimonial-floating-img {
        display: block;
        position: absolute;
        z-index: -1;
        left: 60%;
        bottom: 30%;
        transform: translateX(-50%);
        width: 70%;
        overflow: hidden;
    }
    .portfolio-popup{
  width: 60%;
  overflow: auto;
  height: 95%;
  border-radius: 15px;
  padding: 15px;
}
.popup-wrapper{
  display: flex;
  flex-direction: column-reverse;
}
.popup-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.popup-wrapper-column h3{
  font-size: 26px;
}
.portfolio-wrapper-column p{
  padding: 0 45px 0 0 !important;
  font-size: 15px;
}
.faq-wrapper-column .accordion{
  font-size: 20px;
  padding: 30px 55px 30px 15px;
  border-radius: 15px;
}
.faq-wrapper-column .accordion .accordion-icon-wrapper {
        left: 90%;
        top: 24%;
    }
.popup-tech-wrapper{
  gap:9px;
}
.portfolio-wrapper-column h3{
  font-size: 20px;
}
.portfolio-floating-btn img{
  width: 45px !important;
}
.popup-wrapper-column img{
  display: block;
  width: 100%;
}
.popup-tech-wrapper img{
  width: auto;
}
.blog-wrapper-column a{
  font-size: 17.45px;
  line-height: 22px;
}
.portfolio-floating-btn img{
  width: 45px !important;
}
.portfolio-floating-btn {
    position: absolute;
    z-index: 3;
    top: 10%;
    right: 3%;
    border-radius: 0px;
}
.home-banner-img {
    position: absolute;
    display: block;
    max-width: 64%;
    z-index: 4;
    top: 14%;
    left: 71%;
}
.cutout-banner h3{
  line-height: 78px !important;
}
.desktop-header-wrapper-column:nth-child(2) ul{
  gap:0px;
}
.desktop-header{
  width: 90%;
        margin: 0 auto;
        left: 1%;
}
.service-banner .container{
      background-size: cover !important;
      padding: 65px 30px !important;
    }
    .cutout-banner{
  margin:0;
  padding:110px 0 30px 0
}
}