@import url('https://fonts.cdnfonts.com/css/google-sans');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  font-family: 'Product Sans', sans-serif;
  line-height: 1.5;
  color: #6a7382;
  font-weight: 300;
}

.img-box img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #000001;
  margin-top: 0;
  line-height: 1.5;
}

p {
  margin-bottom: 15px;
  color: #6a7382;
}

/* Navbar */

.navbar-nav>li {
  padding: 10px 10px;
}

.navbar-nav>li>a {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: #ffffff !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #ffffff !important;
  background: #ffffff29;
  /* border-radius: 30px; */
}

.header.sticky>li a {
  color: white !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}



ul.dropdown-menu {
  padding: 0;
  border-radius: 10px;
  /* flex-direction: column; */
  /* display: flex; */
  /* gap: 5px; */
}

.dropdown-menu li a.active,
.dropdown-menu li a:hover {
  background: #008afc !important;

  color: white !important;

}

.navbar-brand img {
  /* width: 245px;
  height: 115px; */
  width: 90px;
  transition: 0.6s;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001;
  padding: 7px 18px !important;

  border-radius: 30px;
}

.offcanvas {
  background-color: #0C1013;
}

.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}

.offcanvas .btn-close svg {
  fill: white;
}

.offcanvas-header>img {
  width: 15rem;
}
.offcanvas-header img {
    width: 100px;
}
.dropdown-menu {
  background-color: white;
  border-radius: 0px;
  padding: 10px !important;

  /*text-align: center;*/
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  padding: 0;
  margin-bottom: 10px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* header */
.header {
  padding: 10px 0 10px 0;
  background: linear-gradient(180deg, rgba(7, 13, 19, 0.72) 0%, rgba(7, 13, 19, 0.24) 100%);
  backdrop-filter: blur(4px);
  transition: 0.6s;
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 0;
}

header.sticky {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: 80px;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  background: url(../images/top-banner.png) no-repeat;
  background-size: cover;
  position: relative;
  padding: 200px 0 80px;
  height: 90vh;
  display: flex;
  align-items: end;
  justify-content: end;
  background-position: center;
  background-attachment: fixed;
}

.top-banner:after {
  content: '';
  position: absolute;
  inset: 0;
  background: #070d1378;
}

.top-banner .left-col h1 {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
  color: white;
  font-weight: 800;
}

.top-banner .right-col h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  color: #F2F5F7;
}

.top-banner .right-col p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #F2F5F7;
  /*margin-bottom: 0;*/
}

.contact-us-banner {
  background-image: url(../images/contact-us-banner.png) !important;
}

/* End */

/* partner */
.client {
  padding-top: 25px;
  padding-bottom: 24px;
  margin-top: -98px;
  background: white;
  backdrop-filter: blur(50px);
}

.client img {
  margin: auto;
}

.client-img:hover img {
  filter: drop-shadow(2px 4px 10px #5293c8);
}

.client-brand-img .swiper-slide {
  max-width: 140px;
}

/* end */

/* contact us */

.contact-us {
  padding-top: 60px;
  padding-bottom: 70px;
  background: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/* end */

/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #1e1e1e !important;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border-color: #008AFC;
  box-shadow: none !important;
  outline: none !important;
  transition: .3s;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

form.needs-validation .btn:hover {
  background: transparent;
  color: #008afc;
  border-color: #008afc;
}


/* end */

/* Button */

.btn-theme {
  border: 2px solid #008AFC;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: #008AFC;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
}

.btn-theme:hover {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.btn-theme-outline {
  border: 2px solid #008AFC;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: #008AFC;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
}

.btn-theme-outline:hover {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.btn-anchor {
  color: white;
  border-bottom: 1px solid #ffffff36;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin: 10px 0px 10px 20px;
  border-radius: 0;
}

.btn-anchor:hover {
  color: #008AFC;
  border-bottom: 1px solid #008AFC;
}

.black-anchor {
  color: #000000;
  border-bottom: 1px solid #000000;
  font-weight: 600;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-white-border:hover {
  color: #008AFC;
  border-color: #008AFC;
}

.primary-anchor-btn {
  color: #008AFC;
  border-bottom: 1px solid #008AFC;
}

.primary-anchor-btn:hover {
  color: black;
  border-bottom: 1px solid black;
}

/* end */

/* footer */
.footer {
  padding-top: 70px;
  padding-bottom: 20px;
  background: #070D13;
}

.trust-plot img {
  width: 200px;
}

.footer-logo {
  display: flex;
  align-items: flex-start;
  gap: 20px 60px;
  /* flex-wrap: wrap; */
  align-items: center;
}

.testi-card-coontent {
  height: auto;
}

.footer-logo img {
  width: 220px;
}

.footer-logo p {
  color: white;
  margin-top: 20px;
  font-size: 19PX;
  display: inline-block;
  font-weight: 400;
  /* max-width: 360px; */
  flex: 1;
}

.footer-links>h6 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
}

.footer-links>p {
  color: white;
  font-size: 1rem;
  margin-top: 16px;
  margin-bottom: 0px;
  font-weight: 400;
}

.footer-links>ul>li {
  padding: 20px 0px 0 0px;
  color: white;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li:hover {
  color: #546DD4;
}

.footer-links>ul>li>a {
  text-decoration: none;
  font-size: 1rem;
  color: white;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li>a:hover {
  color: #008AFC;
  padding-left: 10px;
}

.social {
  margin: 20px 0;
}

.social>p>span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social>p>a {
  margin: 0;
  gap: 10px;
  padding: 0;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  text-decoration: none;
}

.social>p {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social>p>a:hover {
  background: #008afc;
}

.social>p>a {
  color: #008AFC;
  margin: 0 5px;
  font-size: 1.2rem;
  transition: all ease-in-out 0.3s;
  border-radius: 30px;
  padding: 0;
}

.social>p>a:hover {
  color: #ffffff;
}

.footer-bootom-links>p {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}
.footer-bootom-links a{
    color:#fff;
    text-decoration:none;
    transition: all ease-in-out 0.3s;
}

.footer-bootom-links a:hover{
    color: #008afc;
}

.footer input,
.footer input:focus {
  border-left: 1px solid rgba(255, 255, 255, 1);
  border-right: none;
  border-radius: 0;
}

.footer button,
.footer input,
.footer input:focus {
  border-top: 1px solid rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.footer input {
  color: #ffffff !important;
  background: transparent;
}

.footer input::placeholder {
  color: white !important;
}

.footer button {
  border-radius: 0;
  background: 0 0;
  border-right: 1px solid rgba(255, 255, 255, 1);
  border-left: none;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 1rem;
  background: transparent;
}

.footer-links>ul>li img {
  margin-right: 8px;
}

.footer-links>ul>li p {
  font-size: 1rem;
  color: #9f9f9f;
  font-weight: 600;
  margin-bottom: 5px;
}

.footer-links>ul>li a {
  text-decoration: none;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}

.social-link>p>a:nth-child(1) {
  border-right: 2px solid white;
}

hr {
  background-color: #F2F5F712;
  opacity: 1;
}

.social-link>p>a {
  color: #ffffff;
  margin: 0 5px;
  transition: all ease-in-out 0.3s;
  padding: 0px 10px 0 0;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
}

.social-link>p>a:hover {
  color: #008AFC;
}

.footer-bootom-links>p {
  margin: 0;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

/*scroll*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #008AFC;
  border-color: #008AFC;
  transition: .3s 5s;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #000001;
}

/* model popup */
.model-discount span {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #546DD4;
}

.animate-div {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.model-discount span label {
  color: #546DD4;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-size: 20px;
  font-weight: 700;
}

.model-discount label {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.model-sec .modal-body {
  padding: 0;
  position: relative;
}

.model-sec .modal-content {
  border-radius: 30px;
  border: none;
}

.model-discount {
  padding: 30px 40px 30px 40px;
  background: #ffffff;
  border-radius: 30px;
}

.model-input {
  border-color: #0D1F2D;
  padding: 10px 15px;
  color: #0D1F2D !important;
  border: 2px solid;
}

.model-input:focus {
  border-color: #546DD4 !important;
}

.model-input::placeholder {
  color: #0D1F2D !important;
  font-weight: 500;
}

.model-discount .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: none;
}

.model-discount hr {
  background-color: #0D1F2D;
  opacity: 1;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

/* end */


/* Daniyal Css */
.services-tag {
  /* Background */
  background: #EEF0F3;
  border-radius: 22.5px;
  padding: 6px 22px;
  color: black;
  font-weight: 600;
  text-transform: uppercase;
}

.sidebar-content {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.help .row {
  align-items: flex-start;
}

.sticky-side {
  position: sticky;
  top: 113px;
}

.sidebar-content h6 {
  font-size: 23px;
  color: black;
  font-weight: 600;
  text-transform: capitalize;
}

/* .top-banner:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 13, 19, 0) 0%, rgba(7, 13, 19, 0.8) 45%, #070D13 100%);
} */

section.top-banner .row {
  position: relative;
  z-index: 45;
  align-items: start;
}

.help {
  background: #F9FAFB;
}

.help-main-content {
  flex-direction: column;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

h4.help-headig {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  text-transform: capitalize;
}

.help-card {
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(0, 34, 61, 0.02);
  border-radius: 16px;
}

.help-tags-main {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 2px solid #212a3145;
  display: none;
}

.wiew-work {
  color: #5D7D98;
  text-decoration: none;
}

.help-card h4 {
  font-size: 31px;
  font-weight: 700;
  /* max-width: 341px; */
  padding-left: 20px;
  position: relative;
}

.help-card h4:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  border-radius: 10px;
  background: #008AFC;
}

.help-card p {
  color: #707070;
  font-size: 17px;
}

.view-work-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}

.wiew-work:hover {
  text-decoration: underline;
  color: #008afc;
}

.help-card-main {
  flex-direction: column;
  display: flex;
  gap: 20px;
}

.orange-after::after {
  background: #FFA500 !important;
}

.green-after::after {
  background: #1CB96E !important;

}

.purple-after::after {
  background: #5200FF !important;

}


.after-before {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  padding: 0;
  border: 0;
}

.after-before-img-main {
  background: #F3F5F7;
  padding: 10px 30px;
  border-radius: 6px;

}

.after-before-img-main h6 {
  margin: 0;
  color: #91A5B6;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
}

.case-study-card {
  height: 370px;
  /* width: 471px; */
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.case-study-card {
  display: none;
}

.case-study-card img {
  height: 100%;
  width: 100%;
}

.case-study-card-content {
  position: absolute;
  bottom: 0;
  padding: 40px;
  flex-direction: column;
  display: flex;
  gap: 28px;
  width: 100%;
  align-items: flex-start;
}

.case-study-card-content span {
  font-size: 20px;
  color: white;
  display: flex;
  padding-left: 11px;
  position: relative;
  z-index: 5;
}

.case-study-card-content span:after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background: white;
}

a.case-study-btn {
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  background: gray;
  border-radius: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
  /* Link */
  background: #49adff26;
  backdrop-filter: blur(20px);
  border-radius: 24px;
  transition: .3s;
  position: relative;
  z-index: 4;
}

a.case-study-btn:hover {
  background: #008afc;
}

.case-study-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 13, 19, 0) 0%, rgba(7, 13, 19, 0.8) 45%, #070D13 100%);
}

.our-client {
  background: #070D13;
  padding:5px 0px;
}

.our-client-heading {
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 5px;
}

.our-client-heading h4 {
  color: white;
  font-size: 50px;
  font-weight: 600;
  margin: 0;
}

.our-client-heading span {
  background: rgba(238, 240, 243, 0.12);
  border-radius: 22.5px;
  padding: 7px 20px;
  color: aliceblue;
  text-transform: uppercase;
}

.client-img {
  background: #1F1F1F;
  margin-top: 20px;
  border-radius: 5px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: .3s;
}

.our-client-main {
  padding-bottom: 50px;
  border-bottom: 2px solid #f2f5f745;
}

.client-brand-img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 930px;
  margin: 0 auto;
}

.client-brand-img img {
  width: 100%;
  object-fit: contain;
  max-width: 140px;
  height: 90px;
}

.services-card {
  height: 495px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.services-card-content-main {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding: 40px;
  z-index: 5;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 100%);
  gap: 60px;
}

.services-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.services-card:after {
  /* content: ""; */
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 13, 19, 0) 0%, rgba(7, 13, 19, 0.8) 45%, #070D13 100%);
}

.services-card-content>* {
  margin: 0;
}

.services-card-content {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  flex: 1;
  z-index: 55;
}

.services-card-content span {
  padding: 4px 21px;
  color: white;
  border: 1px solid white;
  border-radius: 22.5px;
}

.services-card-content h6 {
  font-size: 29px;
  color: white;
  font-weight: 600;
}

.services-card-content p {
  color: white;
  font-size: 17px;
}

.services-main-card {
  width: 100%;
  flex-direction: column;
  display: flex;
  gap: 20px;
}

.services-container {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

section.services .row {
  align-items: flex-start;
}

.services-card {
  position: sticky;
  top: 94px;
  /* position: relative; */
}

.services {
  position: relative;
}

.services:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #212a3175;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1320px;
}

.vision-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  margin-bottom: 30px;
}

.vision-heading>* {
  margin: 0;
}

.vision-heading h4 {
  font-size: 40px;
  max-width: 500px;
  font-weight: 700;
  line-height: 1;
}

.vision-heading>p {
  max-width: 810px;
}

.vision-card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  gap: 19px;
  /*cursor: pointer;*/
}

.vision-card-cards>* {
  margin: 0;
}


.vision-card {
  background: #00000012;
  padding: 10px;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  transition: all ease-in-out 0.3s;
}

.vision-card:hover{
    transform: scale(1.1);
}

.vision-card-cards {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  /*cursor: pointer;*/
}

.vision-card-cards h6 {
  font-size: 20px;
  padding-left: 13px;
  border-left: 1px solid #bebebe;
}

.vision-card-img.img-box {
  width: 100%;
  flex: 0 0 0;
  /*overflow: hidden;*/
  /*transition: .3s;*/
}


.vision-card-img.img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius:7px;
}

.vision-card.active .vision-card-img.img-box {
  flex: 0 0 200px;
}

section.viion .row {
  align-items: flex-end;
}

.vision-card .icon {
  transition: .3s;
}

.vision-card.active .icon {
  rotate: 180deg;
}

section.faq {
  background: linear-gradient(180deg, #E1EFFD 0%, #FFFFFF 100%);
}

.faq-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-heading h4 {
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
}



.faq .accordion-item {
  margin-bottom: 20px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #0000001f;
}

.faq button.accordion-button.collapsed {
  background: transparent;
}




.faq .accordion-header {
  border: 0;
}

.faq .accordion-body {
  border: 0;
}


.faq button.accordion-button {
  box-shadow: none;
}

.faq button.accordion-button h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.testi-profile-content>img {
  display: none;
}

.testimonial-heading-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.testimonial-heading>* {
  margin: 0;
}

.testimonial-heading {
  flex-direction: column;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.testimonial-heading h4 {
  font-size: 50px;
  font-weight: 600;
}

.testi-card {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.testi-card-coontent {
  padding: 20px;
  background: white;
  /* height: 400px; */
}
.testi-img img{
    width:50px;
}
.swiper-slide {}

.teti-swiper .swiper-slide {
  max-width: 510px;
}

section.testimonial {
  background: #F9FAFB;
}

.testi-card-coontent>span {
  font-size: 70px;
  color: #00000047;
}

.testi-profile {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testi-name strong {
  color: black;
  font-size: 17px;
  font-weight: 600;
}

.testi-name i{
    color: #008AFC;
}

.testi-name p {
  margin: 0;
  font-size: 17px;
  color: gray;
}

.testi-swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.swiper-test-btn {
  position: unset;
  margin: 0;
}

.swiper-test-btn:after {
  content: none;
}

.swiper-test-btn {
  transition: .3s;
  height: 40px;
  background: #008afc;
  border-radius: 50%;
  width: 40px;
  color: white;
  /* font-size: 20px; */
  border: 2px solid #008afc;
}

.swiper-test-btn:hover {
  color: #008afc;
  background: transparent;
}

/* Blogs-Start */
.blog {
  background: #070D13;
}

.blog-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  max-width: 610px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

.blog-heading>* {
  margin: 0;
}

.blog-heading h4 {
  font-size: 49px;
  color: white;
  font-weight: 700;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-img {
  height: 400px;
  overflow: hidden;
}

.blog-card-content {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 20px;
}

.blog-launch {
  display: flex;
  align-items: center;
  gap: 10px;
}

.launch {
  font-size: 17px;
  padding: 5px 22px;
  border-radius: 50px;
  background: #FFFFFF;
  color: #008afc;
  border: 1px solid;
  position: relative;
  padding-left: 31px;
}

.blog-card-content h4 {
  font-size: 25px;
  color: white;
  font-weight: 600;
}

.launch:after {
  content: '';
  position: absolute;
  height: 7px;
  width: 8px;
  background: #008afc;
  top: 50%;
  transform: translatey(-50%);
  left: 12px;
  border-radius: 50%;
}

.blog-content-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid;
}

.blog-card-content p {
  font-size: 17px;
  color: #c8c8c8;
}

.blog-content-footer span {
  font-size: 17px;
}

.blog-content-footer i {
  font-size: 20px;
  color: #008afc;
}



/* Blogs-End */


/* Form End */
.sidebar-content a.btn.btn-anchor.primary-anchor-btn {
  margin: 0;
}

.form-control {
  /* Textarea */
  background: #F5F8FA;
  border: 1px solid #CBD6E2;
  border-radius: 15px;
  padding: 10px;
  margin-top: 7px;
}


textarea.form-control {
  height: 80px;
}

/* Blogs-End */



/*ABout Start */
.about-banner {
  background-image: url(../images/about-us-banner-img.png);
}

.about-help-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px 50px;
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffffff38;
}

.about-help-content>* {
  flex: 1;
}

section.help.about-help {
  background: #0C1013;
}

.about-help-heading h4 {
  font-size: 40px;
  max-width: 510px;
  line-height: 1;
  color: white;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 50px;
}

.about-help-content h4 {
  font-size: 27px;
  color: white;
}
.about-help-heading p{
    color:#fff;
}
.about-help-content p{
    color:#fff;
}
.how-we-can-help-heading {
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 10px;
}

.how-we-can-help-heading h4 {
  font-size: 44px;
  font-weight: 600;
}

.help-card.how-we-card h4 {
  font-size: 24px;
}

.services-banner {
  background-image: url(../images//services-bg.png);
}

.services-banner:after {
  background: linear-gradient(180deg, rgba(7, 13, 19, 0) 0%, rgb(0 138 252 / 27%) 45%, #070D13 100%);
}

.about-help-heading.service-about-heading {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  flex-direction: column;
  gap: 15px;
  display: flex;
  align-items: center;
}

.about-help-heading.service-about-heading h4 {
  margin: 0;
  max-width: 100%;
}

.help-card.how-we-card {
  margin-bottom: 20px;
}

.img-box-content {
  margin-bottom: 20px;
}

.app-service {
  background-image: url(../images/app-service-bg.png);
}
.case-service {
  background-image: url(../images/case-service-bg.webp);
}
.animation-bg {
  background-image: url(../images/animation-bg.png);
}

.digital-marketing {
  background-image: url(../images/digital-marketing-bg.png);
}

.brand-identity {
  background-image: url(../images/brand-identity-bg.png);
}

.e-Book-service {
  background-image: url(../images/e-Book-service-bg.png);
}

.right-col h2 {
  display: none;
}

.services-container h4 {
  display: none;
}

header.header .bg-transparent {
  padding: 0;
}

.services-card:after {
  content: '';
  position: absolute;
  inset: 0;
  background: #070d1338;
}

.blog {
  display: none;
}

.testi-card-coontent p {
  height: 140px;
  overflow: auto;
  padding-right: 5px;
}

.sidebar-content a.btn.btn-anchor.primary-anchor-btn {
  display: none;
}

.footer-links>ul>li a i {
  margin-right: 6px;
  font-size: 21px;
}

.dropdown-menu li a {
  padding: 7px 28px;
  border-radius: 5px;
  transition: .3s;
}

h1.title {
  font-size: 50px;
  color: white;
  font-weight: 600;
}

.top-bg .right-col {
  text-align: center;
}

section.top-banner.thank-you {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 120px;
}

.main-thank-you {}

.main-thank-you button.navbar-toggler {
  display: none;
}

.main-thank-you #navbarNav {
  display: none !important;

}

.main-thank-you .my-2.my-lg-0.d-xl-block.d-none {
  display: none !important;
}

/*ABout  */



/*Case-study  */
.portfolio-sec .portfolio-right {
  border-radius: 10px;
  border: 1px solid #d4d4d4;
  background: #f5f6fa;
  padding: 20px;
  margin-bottom: 20px;
  height: 570px;
  /* height: 600px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.portfolio-sec .portfolio-left img {
  height: 570px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

.portfolio-sec .portfolio-right img {
  margin-right: 8px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.portfolio-sec .portfolio-right h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}

section.portfolio-sec {
  background: #0C1013;
}

section.portfolio-sec .row {
  position: sticky;
  top: 100px;
  background: #0c1013;
  padding: 10px;
}

.social-images {
   
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
     display:none;
}
.social-images img {
    width: 150px;
}

/*ABout  */