@font-face {
  font-family: "FutoSans-Regular";
  src: url(../fonts/FutoSans-Regular.ttf);
}
@font-face {
  font-family: "FutoSans-ThinItalic";
  src: url(../fonts/FutoSans-ThinItalic.ttf);
}
@font-face {
  font-family: "FutoSans-Thin";
  src: url(../fonts/FutoSans-Thin.ttf);
}
@font-face {
  font-family: "FutoSans-LightItalic";
  src: url(../fonts/FutoSans-LightItalic.ttf);
}
@font-face {
  font-family: "FutoSans-MediumItalic";
  src: url(../fonts/FutoSans-MediumItalic.ttf);
}
@font-face {
  font-family: "FutoSans-Light";
  src: url(../fonts/FutoSans-Light.ttf);
}
@font-face {
  font-family: "FutoSans-Heavy";
  src: url(../fonts/FutoSans-Heavy.ttf);
}
@font-face {
  font-family: "FutoSans-ExtraLightItalic";
  src: url(../fonts/FutoSans-ExtraLightItalic.ttf);
}
@font-face {
  font-family: "FutoSans-ExtraLight";
  src: url(../fonts/FutoSans-ExtraLight.ttf);
}
@font-face {
  font-family: "FutoSans-BoldItalic";
  src: url(../fonts/FutoSans-BoldItalic.ttf);
}
@font-face {
  font-family: "FutoSans-Bold";
  src: url(../fonts/FutoSans-Bold.ttf);
}
@font-face {
  font-family: "futo-sans-bold";
  src: url(../fonts/futo-sans-bold.ttf);
}
@font-face {
  font-family: "FutoSans-Black";
  src: url(../fonts/FutoSans-Black.ttf);
}
@font-face {
  font-family: "FutoSans-Medium";
  src: url(../fonts/FutoSans-Medium.ttf);
}
body {
  margin: 0;
  padding: 0;
  background: black;
  font-family: FutoSans-Regular !important;
}

body,
th,
button {
  font-family: FutoSans-Regular !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
  font-family: FutoSans-Medium !important;
}
span {
  font-family: FutoSans-MediumItalic !important;
}
h2 {
  color: #fff;
  text-align: center;
}
.border-animation {
  --angle: 0deg;
  border: 0.1vmin solid !important;
  /* border-image: conic-gradient(from var(--angle), rgba(255, 255, 255, .5), #008aff) 100; */
  border-image: conic-gradient(
      from var(--angle),
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5),
      #fff
    )
    1 !important;

  animation: 6s rotate linear infinite;
  /* border-radius: 16px !important; */
}

@keyframes rotate {
  to {
    --angle: 360deg;
  }
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: true;
}

.sticky {
  position: fixed;
  top: 0;
  /* width: 90%; */
  margin: 0;
  border-radius: 0 !important;
  /* transition: 1s all ease-in-out; */
  padding: 15px 10px;
  border-left: none;
  border-right: none;
  /* border-radius:0 0 16px 16px !important; */
}

.particle-container {
  width: 100%;
  min-height: 800px;
  max-height: auto;
}

.background-section {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  /* Adjust width */
  height: 100%;
  /* Adjust height */
  overflow: visible;
  /* background: rgba(0, 0, 0, 0.8); */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* background: url('https://static.vecteezy.com/system/resources/thumbnails/005/720/479/small/banner-abstract-background-board-for-text-and-message-design-modern-free-vector.jpg') no-repeat center/cover; */
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.content {
  position: relative;
  z-index: 1;
  color: white;
}

.btn1:hover {
  color: #fff;
}

.rotating-image {
  animation: rotateY 3s linear infinite;
}

@keyframes rotateY {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}
.top_section {
  width: 100%;
  height: auto;
  text-align: center;
  background: url("../images/background/1stSecBckgrnd.svg") no-repeat
    center/cover;
  color: #fff;
}
.btn1 {
  display: inline-block;
  padding: 20px 30px;
  margin-top: 20px;
  background-color: #008aff;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 22px;
  transition: background-color 0.3s;
}

.top_section .top_content_area {
  width: 90%;
  height: auto;
  padding: 20px;
  padding-top: 250px;
  margin: 0 auto;
    text-align: -webkit-center;
}
.top_section .top_content_area h1 {
  font-size: 60px;
}
.top_section .top_content_area p {
    font-size: 32px;
    line-height: 48px;
    color: rgba(255, 255, 255, 0.50);
    margin-top: 28px;
    margin-bottom: 20px;
    padding-top: 10px;
    width: 60%;
    font-family: FutoSans-Regular !important;

}

.bg-light {
  background-color: rgba(255, 255, 255, 0) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px);
  border-radius: 8px;
  /* border-radius:0 0 24px 24px !important; */
  padding: 16px 10px;
}
.menu {
  width: 100%;
  height: auto;
  position: absolute;
}
.navbar-collapse ul li a:hover {
  color: #008aff !important;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 2em auto 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

nav ul li {
  margin-right: 20px;
}
.navbar-light .navbar-toggler {
  border: 1px solid #fff;
  color: #fff;
}

nav ul li a {
  font-size: 16px;
  color: #fff !important;
  padding-left: 30px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.dropdown-menu {
  background-color: rgb(0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
}
.nav-item .dropdown-menu {
  margin-top: 1.5em;
  background: radial-gradient(
    circle at center,
    #077acc -8%,
    rgba(6, 6, 6, 1) 58%
  );
  border-radius: 8px;
}
.dropdown ul li a:hover {
  background-color: transparent;
}
.dropdown-item:focus {
  background-color: rgb(0, 0, 0);
}

nav ul li a:hover {
  color: #007acc;
}

.modal {
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-header {
  border-bottom: none;
  padding: 16px 10px;
}
.modal-header button {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.modal-heading {
  text-align: center;
}
.modal-heading h1 {
  font-size: 40px !important;
  color: #ffffff;
  margin-bottom: 6px;
}
.modal-content {
  background: rgba(19, 19, 19, 1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 6px 12px 20px 12px;
  border-radius: 16px;
  /* background-image: radial-gradient(
    circle at top left,
    #077acc -12%,
    rgba(6, 6, 6, 0) 28%
  ),
  radial-gradient(circle at bottom right, #077acc -12%, rgba(6, 6, 6, 0) 22%);
background-blend-mode: screen; */
  color: #fff !important;
}
.modal-body label {
  color: #fff !important;
  margin: 16px 0 6px 0;
}
.modal-body input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 10px;
  border-radius: 8px;
  color: #d9d9d9;
}
.modal-body select option {
  background-color: #000; 
  color: #fff;
}
.form-control:focus {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #fff;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1); /* Example: inverts the color of the calendar icon */
}
.modal-body textarea {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #fff;
}
.modal-footer {
  display: inherit;
  text-align: center;
  border-top: none;
  padding: 0 0.75rem;
}
.modal-footer button {
  padding: 12px 20px;
  font-weight: 600;
  background-color: #008aff;
}
.btn-close {
  background: url("../images/icons/btn-close.svg") no-repeat center/0.8em auto !important;
  padding: 8px !important;
  border-radius: 50%;
}

#section2 {
  height: auto;
  background: #000406;
  background-image: radial-gradient(
      circle at left center,
      #077acc -12%,
      rgba(6, 6, 6, 0) 15%
    ),
    radial-gradient(circle at bottom right, #077acc -12%, rgba(6, 6, 6, 0) 27%);
  background-blend-mode: screen;
  padding-bottom: 6em;
}
#section2 h2,
#section3 h2,
.section4 h2,
.section5 h2,
.section6 h2,
.director_desk h2,
.section7 h2 {
  font-size: 48px;
  margin-bottom: 56px;
  font-family: FutoSans-Medium !important;
}

.director_desk {
  width: 100%;
  height: auto;
  background: #000406;
  background-image:
    radial-gradient(circle at bottom right, #077acc -12%, rgba(6, 6, 6, 0) 18%);
  background-blend-mode: screen;
  padding: 6em 0;
}
.director_desk .success_message {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  padding-top: 20px;
}
.director_desk_inner {
  width: 100%;
  height: auto;
  padding: 24px;
  border-radius: 8px;
  border: 0.5px solid #ffffffaf;
  background: #ffffff1f;
}
.director_desk_inner p {
  font-size: 20px;
  font-family: "FutoSans-Regular" !important;
}
.about_director {
  width: 100%;
  height: auto;
  padding-left: 40px;
}
.about_director p {
  margin-bottom: 8px;
}
.about_director h5 {
  font-size: 24px;
  font-family: "FutoSans-Medium" !important;
}
.about_director h6 {
  font-size: 20px;
  font-family: "FutoSans-Medium" !important;
}
.about_director img {
  margin-top: 10px;
  width: 4%;
}
.director_name_line {
  width: 20%;
  border-bottom: 2px solid #fff;
  padding-top: 14px;
  margin-left: -150px;
}

.company_about_us{
  height: auto;
  background: #000406;
  color:#fff;
  background-image: radial-gradient(
      circle at top left,
      #077acc -13%,
      rgba(6, 6, 6, 0) 23%
    );
  background-blend-mode: screen;
  padding: 6em 0;
}
.company_about_us .about_us_container{
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding:24px;
  margin-bottom: 5em;
}

.company_about_us .about_us_para p{
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 0;
}
.company_about_us .about_us_para span{
  font-size: 20px;
  line-height: 36px;
  background-color: rgba(255, 255, 255, 0.2);
  padding:2px 4px;
  border-radius: 4px;
}
.company_about_us .about_us_card{
  background-color: #008aff;
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
  border-top-right-radius: 72px;
  border-bottom-right-radius: 72px;
  padding:24px;
}
.company_about_us .about_us_card h5{
 font-size: 32px;
 margin-bottom: 0;
}
.company_about_us .about_us_card span{
 font-size: 36px;
 margin-bottom: 0;
 font-weight: 600;
}
.company_about_us .about_us_card .growth-text{
 padding-left: 1em;
}
.company_about_us .about_us_card .growth-image{
  padding-top:1.5rem;
}
.company_about_us .accreditions{
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding:24px;
}
.company_about_us .accreditions .accreditionCard{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.company_about_us .accreditions .accreditionCard img:nth-of-type(3) {
  
  width: 52%;
}
.company_about_us .accreditions .accreditionCard img{
  width: 60%;
  border-radius: 10%;
}
.company_about_us .accreditions .accreditionCard h4{
  font-size: 40px;
}

.company_about_us:nth-child(even) h2{
  font-size: 48px;
  margin: 56px 0;
}

.mainTextarea {
  position: absolute;
  z-index: 999;
}
.servicesCard {
  display: flex;
  justify-content: center;
  align-item: center;
  gap: 38px;
  height: 100%;
  color: #fff !important;
}
.servicesCard .card1 {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 38px;
  width: 100%;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
  margin: 0 0 20px 0;
}
.servicesCard .card2 {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 34px;
  width: 100%;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
  margin: 0 0 20px 0;
}
.serviceHeading {
  display: flex;
  align-item: center;
  gap: 10px;
}
.serviceHeading h3 {
  font-size: 35px;
  color: #008aff;
  padding: 0.5em 0 0 0.2em;
}
.card1 ul,
.card2 ul {
  list-style-type: none;
  padding: 0;
}

.card1 ul li,
.card2 ul li {
  /* background: rgba(255, 255, 255, 0.1); */
  font-family: FutoSans-Medium !important;

  border-radius: 30px;
  padding: 10px 20px;
  margin: 10px 3px;
  display: inline-block;
  transition: background 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.card1 ul a li,
.card2 ul a li {
  color: #fff;
}

.card1 ul li:hover,
.card2 ul li:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #008aff;
}
.servicesCard .btn2 {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  padding: 15px 60px;
  color: #008aff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 19px;
  text-align: center;
  cursor: pointer;
}
.servicesCard .btn2:hover {
  background-color: #008aff;
  color: #fff;
  transition: 0.7s all ease;
}
.innerIcon {
  padding: 13px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

#section3 {
  height: auto;
  background: #000406;
  background-image: radial-gradient(
      circle at top right,
      #077acc -11%,
      rgba(6, 6, 6, 0) 25%
    ),
    radial-gradient(circle at bottom left, #077acc -12%, rgba(6, 6, 6, 0) 21%);
  background-blend-mode: screen;
  padding: 6em 0;
}
#section3 img {
  height: 430px;
  width: 100%;
  /* margin-bottom: 4em; */
}

#section3 h3 {
  font-weight: 700;
  font-size: 44px;
  color: #fff;
}
#section3 h5 {
  font-size: 25px;
  color: #ffffffaf;
  margin-bottom: 0;
}

.discover-identity {
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 12px 0;
  text-align: center;
  margin-top: 4em;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.2)
  );
}
.discover-identity h2 {
  text-align: center !important;
  font-weight: 700;
}
.section3About h5 {
  font-size: 24px;
  color: #d9d9d9;
}

.section4 {
  height: auto;
  background: #000406;
  background-image: radial-gradient(
      circle at top left,
      #077acc -12%,
      rgba(6, 6, 6, 0) 21%
    ),
    radial-gradient(circle at bottom right, #077acc -12%, rgba(6, 6, 6, 0) 21%);
  background-blend-mode: screen;
  padding: 6em 0;
}

.section4 .bits-ourProcessOdd {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px;
  text-align: right;
  border-radius: 16px;
  /* box-shadow: 0 -5px 15px 0 rgb(0 122 204), 0 3px 20px 0 rgb(0 122 204); */
  box-shadow: 0 0px 0px 0 rgb(0, 168, 255), 0 1px 26px 0 rgb(0, 168, 255);
  width: 96%;
  margin: auto;
}
.section4 .bits-ourProcessEven {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px;
  text-align: left;
  border-radius: 16px;
  /* box-shadow: 0 -5px 15px 0 rgb(0 122 204), 0 3px 20px 0 rgb(0 122 204); */
  box-shadow: 0 0px 0px 0 rgb(0, 168, 255), 0 1px 26px 0 rgb(0, 168, 255);
  width: 96%;
  margin: auto;
}
.section4 img {
  height: 70px;
  width: 70px;
}
.section4 h3 {
  margin-top: 32px;
  font-size: 36px;
  color: #fff;
  line-height: 36px;
}
.section4 p {
  font-size: 20px;
  color: #ffffffaf;
  line-height: 30px;
}

.section5 {
  height: auto;
  background: #000406;
  background-image: radial-gradient(
      circle at top right,
      #077acc -12%,
      rgba(6, 6, 6, 0) 19%
    ),
    radial-gradient(circle at bottom left, #077acc -12%, rgba(6, 6, 6, 0) 18%);
  background-blend-mode: screen;
  padding: 4em 0 6em 0;
}

.section5 img {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  /* -webkit-filter: grayscale(100%); */
  /* filter: grayscale(100%); */
  aspect-ratio: 7/3;
  object-fit: contain;
}
.section5 img:hover {
  -webkit-filter: grayscale(0);
  filter: gray;
  transition: 0.7s ease;
}

.section6 {
  height: auto;
  background: #000406;
  background-image: radial-gradient(
      circle at top left,
      #077acc -11%,
      rgba(6, 6, 6, 0) 17%
    ),
    radial-gradient(circle at bottom right, #077acc -12%, rgba(6, 6, 6, 0) 34%);
  background-blend-mode: screen;
  padding: 6em;
}

.headTopic {
  text-align: center;
  color: #fff;
}
.headTopic h5 {
  font-size: 24px;
  margin: 0 0 9px 0;
  color: #ffffffa6;
}

.compareContent {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 32px 16px 16px 32px;
  border-radius: 16px;
  color: #fff;
  font-size: 20px;
  width: 90%;
  margin: 10px auto;
  background: rgba(255, 255, 255, 0.1);
}
.compareContent p {
  margin-bottom: 0.8rem;
  line-height: 32px;
  font-family: FutoSans-Regular !important;
}

.compareContent img {
  height: 24px;
  width: 24px;
}
.otherAgency ul li::before {
  /* content: "";
  display: inline-block;
  background: url("../images/icons/cross.png") no-repeat center center !important;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle; */
}

.otherAgency {
  color: #ffffffa6 !important;
  background: none;
}

.owl-carousel {
  direction: ltr; /* Ensures the content inside the carousel aligns left-to-right */
}
.section7 {
  height: auto;
  background: #000406;
  background-image: radial-gradient(
      circle at top right,
      #077acc -12%,
      rgba(6, 6, 6, 0) 33%
    ),
    radial-gradient(circle at bottom left, #077acc -11%, rgba(6, 6, 6, 0) 23%);
  background-blend-mode: screen;
  padding: 6em;
}
.client-review {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 24px 15px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.1);
  margin: 0px 0 8px 0;
  width: 100%;
  /* height: 100%; */
  background: rgba(255, 255, 255, 0.1);
}
.client-review p {
  font-family: FutoSans-Regular !important;
  margin-bottom: 0px;
  color: #ffffffaf;
}
.reviewer-name {
  color: #fff !important ;
  font-family: FutoSans-Medium;
  font-weight: 700;
  padding-top: 15px;
}
.client-review img {
  /* width: 46px;
  height: 46px; */
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.client-review span {
  font-family: FutoSans-Medium !important;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.section8 {
  height: auto;
  background: #000406;
  background-image: radial-gradient(
      circle at top left,
      #077acc -11%,
      rgba(6, 6, 6, 0) 21%
    ),
    radial-gradient(circle at bottom right, #077acc -10%, rgba(6, 6, 6, 0) 19%);
  background-blend-mode: screen;
  padding: 4em;
}
.section8 .accordion-item {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.section8 .accordion-button {
  border-radius: 8px;
  font-weight: bold;
}
.section8 .accordion-body {
  width: 95%;
  color: #ffffffaf;
}
.section8 .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none !important;
  border-radius: 8px;
  padding: 20px 30px 20px 20px;
  letter-spacing: 0.5px;
}
.section8 h2 {
  font-size: 48px;
  font-family: FutoSans-Medium !important;
}
#faqHeading {
  margin-bottom: 40px;
}
.section8 .accordion-button:not(.collapsed)::after {
  color: #fff;
}
.section8 .accordion-item .accordion-button.collapsed {
  background: transparent;
  color: #fff;
  padding: 30px 30px 30px 20px;
  letter-spacing: 0.5px;
}
.section8 .accordion-button:focus {
  border-color: none !important;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}


.section8 .accordion-button::after {
  background-image: url("../images/icons/down_arrow.svg");
}
.section8 .accordion-button:not(.collapsed)::after {
  background-image: url("../images/icons/down_arrow.svg");
  transform: rotate(-180deg);
  margin-bottom: 1.25rem;
}

.section9 {
  height: auto;
  background: #000406;
  background-image: radial-gradient(
      circle at top left,
      #077acc -12%,
      rgba(6, 6, 6, 0) 25%
    );
  background-blend-mode: screen;
  padding: 6em;
}
.section9 .starImage img {
  width: 60%;
  color: #fff;
  font-size: 36px;
}
.starSection {
  padding: 30px 0 20px 60px;
  color: #fff;
}
.starSection a {
  background-color: #008aff;
  padding: 16px 7px 20px 18px;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  border-radius: 30px;
}
.starImage {
  display: flex;
  justify-content: end;
  padding: 10px 30px 20px 0;
  transform-style: preserve-3d;
}

.footer {
  width: 100%;
  height: auto;
  padding: 1.5em 0 0.5em 0;
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.footer h3 {
  color: #fff;
  padding-top: 1.2em;
  font-size: 20px;
}

.footer p {
  margin-bottom: 7px;
  font-size: 15px;
  color: #ffffffaf;
}

.footer .footer-about-company {
  padding-right: 30px;
}

.footer .footer-about-company img {
  width: 65%;
}

.footer p span:nth-child(2),
.footer p span:nth-child(3) {
  padding-left: 30px;
}
.footer .footer-center {
  padding: 5px 10px;
}
.footer .footer-social-media img {
  width: 30px;
  filter: grayscale(100%);
  color: #fff;
}
.footer .footer-social-media img:hover {
  scale: 1.3;
  filter: grayscale(0%);
}
.footer_new {
  width: 100%;
  height: auto;
  padding: 3em 0;
  background: #00294d;
  color: #ffffffaf;
}
.footer_new h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 24px;
}
.footerAccred h3{
  margin-top: 1em !important;
}
.footerAccred img{
  width: 25% !important;
}
.footer-about-company img {
  width: 70% !important;
}
.footer_new img {
  width: 10%;
}
.footer_new .contact_details {
  width: 100%;
  height: auto;
  padding: 27px;
  border: 0.5px solid #80808091;
  background: rgb(11 10 10 / 20%);
  border-radius: 16px;
}
.footer_new span {
  padding-left: 20px;
}
.footer_new .contact_details img {
  width: 11%;
}
.footer_new .contact_details p {
  font-size: 20px;
}
.gapping_section {
  padding: 30px 0;
}
/* &&&&&&&&&&&&&&   END OF HOME PAGE CSS &&&&&&&&&&&&&&&& */

/* .performance-section1{
  height: auto;
  background: #000406;
  background-image: radial-gradient(
      circle at top right,
      #077acc -12%,
      rgba(6, 6, 6, 0) 25%
    ),
    radial-gradient(circle at bottom left, #077acc -12%, rgba(6, 6, 6, 0) 18%);
  background-blend-mode: screen;
  padding-top: 20em;
  padding-bottom: 5em;
} */
.performance-section1 {
  width: 100%;
  height: auto;
  color: #fff;
  background-image: radial-gradient(
      circle at top right,
      #077acc -12%,
      rgba(6, 6, 6, 0) 24%
    ),
    radial-gradient(circle at top left, #077acc -12%, rgba(6, 6, 6, 0) 24%);
  background-blend-mode: screen;
  padding-bottom: 8em;
}
.performance-section1 .top_content_area {
  width: 100%;
  margin: auto;
  height: auto;
  padding-top: 250px;

}
.performance-section1 a, .performance-section3  a{
  text-decoration: none;
}
.caseStudyBtn{
  padding:0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding:16px 12px;
  color:#fff;
  border-radius: 8px;
  font-style: normal;
  font-family: "FutoSans-Medium" !important;
}
.top_section .top_content_area span {
  color: #008aff;
  font-weight: 600;
}

.performance-section1 .top_content_area h2 {
  font-size: 72px;
  text-align: left;
  margin-top: 0.4em;
  margin-bottom: 0;
  background: linear-gradient(to bottom, #008aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.performance-section1 .top_content_area h6 {
  color: #ffffff;
  padding: 10px 15px 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  width: fit-content;
}
.performance-section1 .top_content_area h6 a {
  text-decoration: none;
  color: #ffffffaf;
}
.performance-section1 .top_content_area h6 a:hover {
  color: #008aff;
}
.performance-section1 .top_content_area p {
  font-size: 1rem;
  font-family: "FutoSans-Regular" !important;
  line-height: 24px;
  padding: 24px 0;
  margin: auto;
  color: rgb(217, 217, 217);
}
.performanceList ul li {
  font-family: "FutoSans-Medium";
  line-height: 32px;
  font-size: 16px;
  list-style: none;
}
.performanceList ul {
  padding-left: 0;
}
.performanceList ul li::before {
  content: "";
  display: inline-block;
  background: url("../images/icons/tick.png") no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
.performanceImg {
  height: 100%;
  display: grid;
  align-items: center;
  text-align: center;
  justify-content: end;
  /* padding-top: 6em; */
}
.performanceImg img {
  /* height: 420px; */
  vertical-align: middle;
}
.digiImg img {
  filter: drop-shadow(0px 0px 250px #007acc);
}

.digital_section2 {
  width: 100%;
  height: auto;
  padding: 5em 0;
  background-color: #000;
  background-image: radial-gradient(
      circle at left,
      #077acc -10%,
      rgba(6, 6, 6, 0) 25%
    ),
    radial-gradient(circle at bottom right, #077acc -12%, rgba(6, 6, 6, 0) 20%);
  background-blend-mode: screen;
}
.digital_section2 h2,
.digital_section4 h2 {
  font-size: 48px;
  margin-bottom: 56px;
  font-family: FutoSans-Medium !important;
}
.digital_section2 .digital-marketing {
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 10px;
  margin: 0 0 20px 0;
}
.digital_section2 .digital-marketing img {
  margin-bottom: 20px;
}
.digital_section2 .digital-marketing h5 {
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: FutoSans-Regular !important;
}
.digital_section2 .digital-marketing p {
  margin-bottom: 10px;
  color: #ffffffa6;
}
.digital_section2 .digital-marketing ul {
  padding-left: 0;
}
.digital_section2 .digital-marketing ul li {
  color: #fff;
  list-style: none;
  font-size: 16px;
  line-height: 36px;
}
.digital_section2 .digital-marketing ol {
  padding-left: 0;
}
.digital_section2 .digital-marketing ol li {
  color: #fff;
  list-style: none;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 15px 5px;
  border-radius: 40px;
  display: inline-flex;
  margin: 3px 3px;
}
.digital_section2 .digital-marketing ol li img {
  width: 22%;
  padding-left: 8px;
  margin-bottom: 0;
}
.digital_section2 .digital-marketing ul li::before {
  content: "";
  display: inline-block;
  background: url("../images/icons/tick.png") no-repeat center center;
  background-size: contain;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

.performance-section3 {
  height: auto;
  background: #000406;
  background-image: radial-gradient(
      circle at top right,
      #077acc -15%,
      rgba(6, 6, 6, 0) 23%
    ),
    radial-gradient(circle at bottom left, #077acc -13%, rgba(6, 6, 6, 0) 25%);
  background-blend-mode: screen;
  padding: 4em 0;
}
.performance-section3 h2 {
  font-size: 48px;
  margin-bottom: 56px;
  font-family: FutoSans-Medium !important;
}
.performance-section3 .caseStudiesCard {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  /* margin: 0 0 2em 0; */
}
.performance-section3 .caseStudiesCard .cardImg img {
  width: 100%;
  padding: 20px;
}
.performance-section3 .caseStudiesCard h3 {
  color: #fff;
  text-align: center;
  font-size: 34px;
  width: 75%;
  margin: auto;
  background: linear-gradient(to right, #008aff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.separatehr {
  width: 94%;
  margin: auto;
}
.performance-section3 .caseStudiesCard hr {
  color: #fff;
  margin: 1em 0;
}
.performance-section3 .caseStudiesCard .mainROI {
  color: #fff;
  text-align: center;
}
.performance-section3 .caseStudiesCard .cardROI {
  padding: 28px;
  font-size: 20px;
}
.performance-section3 .caseStudiesCard .ROIbd {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.performance-section3 .caseStudiesCard .cardROI h6 {
  font-size: 32px;
  font-family: FutoSans-Bold !important;
}
.performance-section3 .caseStudiesCard .caseStudyButton {
  margin: 2em 1em 2em 0;
  text-align: right;
}
.performance-section3 .caseStudiesCard .caseStudyButton a {
  text-decoration: none;
  color: #fff;
  padding: 16px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  letter-spacing: 0.5px;
}

.digital_section4 {
  width: 100%;
  height: auto;
  padding: 4em 0;
  background-color: #000;
  background-image: radial-gradient(
      circle at top right,
      #077acc -12%,
      rgba(6, 6, 6, 0) 25%
    );
  background-blend-mode: screen;
}
.digital_section4 a {
  text-decoration: none;
}
.digital_section4 .other-services {
  width: 100%;
  height: auto;
  padding: 75px 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  color: #fff;
  margin: 0 0 20px 0;
  text-align: center;
}
.digital_section4 .other-services h3 {
  font-size: 2.3rem;
  background: linear-gradient(to right, #008aff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.digital_section4 .other-services p {
  padding-bottom: 10px;
  color: rgba(217, 217, 217);
}
.digital_section4 .other-services img {
  width: 8%;
  height: auto;
}
.bottom_section {
  width: 100%;
  height: auto;
  padding: 18px 0;
  border-top: 1px solid gray;
  z-index: 99;
  /* background-color: rgba(255, 255, 255, 0) !important;
  backdrop-filter: blur(10px); */
  /* background: #000; */
  background-color: #022340;
  border-radius: 12px 12px 0 0;
  transform: translateY(100%);
}


.sticky_bottom {
  position: fixed !important;
  bottom: 0 !important;
  display: block !important;
  transform: translateY(0);
  transition: transform 1s ease-in-out;
}
.bottom_section h3 {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 20px;
  padding-top: 15px;
}
.bottom_section button {
  border-radius: 32px !important;
  padding: 12px 36px !important;
  background: #007acc;
  font-weight: 900;
  font-size: 16px;
  /* padding: 12px 32px !important; */
}
.desktop_view {
  display: block;
}

.mobile_view {
  display: none;
}
#digital-marketing-particle-container{
  min-height: 780px !important;
}
#influencer-marketing-particle-container{
  min-height: 805px !important;
}
#performance-marketing-particle-container{
  min-height: 900px !important;
}
.sectionGap{
  margin-top: 25px !important;
}