/* .page-template-page-landing #wpadminbar {display:none; } */

/* @font-face {
  font-family: "Aeonik Pro TRIAL";
  src: url("../../fonts/aeonik-pro-trial/AeonikProTRIAL-Light.otf") format("opentype"),
      url("../../fonts/aeonik-pro-trial/AeonikProTRIAL-Regular.otf") format("opentype"),
      url("../../fonts/aeonik-pro-trial/AeonikProTRIAL-Bold.otf") format("opentype");
} */
@font-face {
  font-family: 'Aeonik Pro TRIAL Bold';
  src: url('../../fonts/aeonik-pro-trial/aeonikprotrial-bold-webfont.woff2') format('woff2'),
    url('../../fonts/aeonik-pro-trial/aeonikprotrial-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Aeonik Pro TRIAL Light";
  src: url('../../fonts/aeonik-pro-trial/aeonikprotrial-light-webfont.woff2') format('woff2'),
    url('../../fonts/aeonik-pro-trial/aeonikprotrial-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Aeonik Pro TRIAL";
  src: url('../../fonts/aeonik-pro-trial/aeonikprotrial-regular-webfont.woff2') format('woff2'),
    url('../../fonts/aeonik-pro-trial/aeonikprotrial-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
:root {
  --landing-font-ak-regular: "Aeonik Pro TRIAL";
  --landing-font-ak-light: "Aeonik Pro TRIAL Light";
  --landing-font-ak-bold: 'Aeonik Pro TRIAL Bold';
  --landing-color-white: #fff;
  --landing-color-white6: rgba(255, 255, 255, 0.6);
  --landing-color-white7: rgba(255, 255, 255, 0.7);
  --landing-color-white8: rgba(255, 255, 255, 0.8);
  --landing-blue-dodger: #0C93F1;
  --landing-blue-dark: #1A59FF;
  --landing-blue-light: #00C2FF;
  --landing-blue-turquoise: #01F5D8;
}
a{ text-decoration:none !important; }
p.a,
button {
  word-break: break-all;
}
/*== Position ==*/
.position-nr-relative {
  position: relative !important;
}
.position-nr-absolute {
  position: absolute !important;
}
@media (min-width: 576px) {
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
}
@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-relative {
    position: relative !important;
  }
}
@media (min-width: 992px) {
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
}
@media (min-width: 1200px) {
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
}
@media (min-width: 1400px) {
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
}
/*== Position End ==*/
/*== Sizing ==*/
.w-48 {
  width: 48% !important;
}
@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .mw-sm-25 {
    max-width: 25% !important;
  }
  .mw-sm-50 {
    max-width: 50% !important;
  }
  .mw-sm-75 {
    max-width: 75% !important;
  }
  .mw-sm-100 {
    max-width: 100% !important;
  }
  .mw-sm-auto {
    max-width: auto !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .mw-md-25 {
    max-width: 25% !important;
  }
  .mw-md-50 {
    max-width: 50% !important;
  }
  .mw-md-75 {
    max-width: 75% !important;
  }
  .mw-md-100 {
    max-width: 100% !important;
  }
  .mw-md-auto {
    max-width: auto !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .mw-lg-25 {
    max-width: 25% !important;
  }
  .mw-lg-50 {
    max-width: 50% !important;
  }
  .mw-lg-75 {
    max-width: 75% !important;
  }
  .mw-lg-100 {
    max-width: 100% !important;
  }
  .mw-lg-auto {
    max-width: auto !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .mw-xl-25 {
    max-width: 25% !important;
  }
  .mw-xl-50 {
    max-width: 50% !important;
  }
  .mw-xl-75 {
    max-width: 75% !important;
  }
  .mw-xl-100 {
    max-width: 100% !important;
  }
  .mw-xl-auto {
    max-width: auto !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .mw-xxl-25 {
    max-width: 25% !important;
  }
  .mw-xxl-50 {
    max-width: 50% !important;
  }
  .mw-xxl-75 {
    max-width: 75% !important;
  }
  .mw-xxl-100 {
    max-width: 100% !important;
  }
  .mw-xxl-auto {
    max-width: auto !important;
  }
}
/* // Medium devices  */
@media (min-width: 768px) {
  .footer-bg-wrap {
    height: 235px;
  }
  .page-template-page-landing .btn-landing,
  .page-template-page-landing .btn-transparent,
  .page-template-page-landing .cta-button {
    font-size: 14px;
    line-height: 30px;
    padding: 7px 18px 7px 18px;
    display: inline-block;
    border-radius: 6px;
    gap: 10px;
  }
  .page-template-page-landing .site-logo .custom-logo {
    max-width: 50% !important;
  }
  .point-secret-weapon li.points-wrap {
    height: 140px;
  }
  .vertical-tab-landing .nav-link::before {
    content: "";
    display: block;
    border-top: 12px solid transparent;
    /* Increase the size of the arrow */
    border-left: 15px solid #1a59ff;
    /* Increase the size of the arrow */
    border-bottom: 12px solid transparent;
    /* Increase the size of the arrow */
    position: absolute;
    top: 50%;
    right: -15px;
    /* Adjust the position of the arrow */
    transform: translateY(-50%);
    opacity: 0;
  }
  .activate-cta-image {
    margin-bottom: -53px;
  }
  .tab-link-for-mobile {
    width: 100%;
  }
  .page-template-page-landing .iti__country-name,
  .iti__flag-box {
    color: #000;
  }
  .portfolio-slider-landing .slick-slide:nth-child(even) .slick-item img {
    position: relative;
    z-index: 1;
  }
  .portfolio-slider-landing .slick-slide:nth-child(odd) .slick-item {
    transform: translateY(50px);
  }
  .portfolio-slider-landing .slick-slide:nth-child(even) .slick-item {
    /* 	transform: rotateX(28deg); */
    z-index: 9;
    position: relative;
    background: linear-gradient(180deg, #0c93f1 0%, #03e8db 100%),
      rgba(0, 0, 0, 0.2);
  }
  div#gform_wrapper_6, div#gform_wrapper_7, div#gform_wrapper_33, div#gform_wrapper_34 {
    padding: 40px;
  }
  .logo-list-1,
  .logo-list-3 {
    margin-bottom: 47px;
    margin-top: -47px;
  }
  .logo-list-2,
  .logo-list-4 {
    margin-top: 62px;
    margin-bottom: -62px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .vetting-system-wrap .points-wrap.point-style-1::after {
    background-color: #656FFF;
    top: 26%;
  }
  .vetting-system-wrap .points-wrap.point-style-2::before {
    background-color: #70B6FF;
    top: 22%;
  }
  .vetting-system-wrap .points-wrap.point-style-3::after {
    background-color: #00CD99;
    top: 37%;
  }
  .vetting-system-wrap .points-wrap.point-style-4::before {
    background-color: #6675FF;
    top: 63%;
  }
  .vetting-system-wrap .points-wrap.point-style-5::after {
    background-color: #00C2FF;
    top: 62%;
  }
  .vetting-system-wrap .points-wrap.point-style-2::before,
  .vetting-system-wrap .points-wrap.point-style-4::before,
  .vetting-system-wrap .points-wrap.point-style-6::before {
    left: -5px;
    right: auto;
  }
  .vetting-system-wrap .points-wrap.point-style-1::after,
  .vetting-system-wrap .points-wrap.point-style-3::after,
  .vetting-system-wrap .points-wrap.point-style-5::after {
    right: -5px;
    left: auto;
  }
  .points-wrap {
    width: 100%;
    /* Take full width of parent container */
    max-width: 300px;
    /* Set maximum width if needed */
  }
  .vetting-system-wrap .point-style-1 {
    left: 82px;
    top: 206px;
    text-align: end;
  }
  .vetting-system-wrap .point-style-2 {
    right: 38px;
    top: 444px;
  }
  .vetting-system-wrap .point-style-3 {
    top: 620px;
    left: 15px;
    text-align: end;
  }
  .vetting-system-wrap .point-style-4 {
    top: 656px;
    right: -13px;
  }
  .vetting-system-wrap .point-style-5 {
    top: 837px;
    left: 41px;
    text-align: end;
  }
}
/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .vetting-system-wrap .point-style-1 {
    left: 82px;
    top: 206px;
    text-align: end;
  }
  .vetting-system-wrap .point-style-2 {
    right: 38px;
    top: 444px;
  }
  .vetting-system-wrap .point-style-3 {
    top: 620px;
    left: 15px;
    text-align: end;
  }
  .vetting-system-wrap .point-style-4 {
    top: 783px;
    right: 47px;
  }
  .vetting-system-wrap .point-style-5 {
    top: 1047px;
    left: 75px;
    text-align: end;
  }
}
/*== Sizing End ==*/
/* CSS */
.text-transform-none{ text-transform:none !important; }
.page-template-page-landing .zoom-animation {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: zoomInOut 3s infinite alternate;
  /* Animation duration: 3s, loop infinitely */
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
    /* Initial scale */
  }
  50% {
    transform: scale(1.2);
    /* Zoom in to 120% */
  }
  100% {
    transform: scale(1);
    /* Return to original scale */
  }
}
/* .page-template-page-landing #wpadminbar{display:none; } */
html {
  overflow-x: hidden;
}
body.page-template-page-landing * {
  font-family: "Aeonik Pro TRIAL";
}
body.page-template-page-landing {
  background-color: #0b0c11;
  color: white;
  overflow-x: hidden;
}
.container {
  max-width: 1194px;
  padding-left: 12px;
  padding-right: 12px;
}
.row {
  margin: 0 -12px;
}
.page-template-page-landing p,
.page-template-page-landing .lending-sub-title p,
.page-template-page-landing .lending-sub-title {
  font-size: 18px;
  line-height: 24px;
  color: var(--landing-color-white7);
}
.page-template-page-landing .fa-text-white {
  color: var(--landing-color-white);
}
.page-template-page-landing .fa-text-white-light {
  color: var(--landing-color-white7);
}
.cta-wrap {
  background-color: rgba(217, 217, 217, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.page-template-page-landing .section-padding {
  padding: 120px 0 0 0;
}
.page-template-page-landing .padding-top-200 {
  padding-top: 200px;
}
/* Header start */
.page-template-page-landing .site-header:before,
.main-navigation:before,
.page-template-page-landing .site-header {
  background: transparent;
  backdrop-filter: blur(0px);
}
/* .fa-top-phone {
  background-image: url('../images/phone-icon.svg');
  background-repeat: no-repeat;
  background-position: left center;
} */
/* .fs-smallest.fa-top-phone {
  padding-left: 30px;
} */
.social-links {
  align-items: center;
}
.page-template-page-landing .top-bar,
.page-template-page-landing .top-bar a {
  color: var(--landing-color-white);
  font-weight: bold;
	text-decoration:none;
}
.page-template-page-landing .fs-smallest {
  font-size: 14px;
}
.fa-follow-text {
  color: var(--landing-color-white7);
  text-transform: capitalize;
}
#site-navigation-landing ul li a {
  font-weight: 500;
  color: var(--landing-color-white7);
  font-family: var(--landing-font-ak-regular);
  padding: 3px 4px;
}
#site-navigation-landing ul li a:hover {
  color: var(--landing-color-white);
  border-bottom: 1px solid var(--landing-blue-turquoise);
}
nav#site-navigation-landing {
  padding-top: 3px;
}
nav#site-navigation-buttons li.btn-white.button a:hover,
nav#site-navigation-buttons li.button a {
  padding: 13px 21px;
  font-size: 14px;
  line-height: 15px;
  color: var(--landing-color-white);
  border: 1px solid var(--landing-color-white);
  border-radius: 6px;
}
nav#site-navigation-buttons li.btn-white.button a:hover,
nav#site-navigation-buttons li.transparent-menu-btn.button a:hover {
  background-color: var(--landing-color-white);
  color: #000;
}
.page-template-page-landing .main-navigation ul li {
  margin: 0 10px;
  list-style: none;
}
.page-template-page-landing .main-navigation ul li a:before {
  content: none;
}
.page-template-page-landing .main-navigation ul li:last-child {
  margin-right: 0;
}
img.flag-icon-topbar {
  width: 30px;
}
/* Header end */
/* Hero banner start */
.page-template-page-landing .page-banner-main .page-banner-inner h1 {
  font-size: 52px;
  line-height: 60px;
  font-family: var(--landing-font-ak-bold);
  font-weight: bold;
  max-width: 600px;
}
.page-template-page-landing .page-banner-main .page-banner-inner p {
  font-size: 18px;
  line-height: 26px;
  color: var(--landing-color-white7);
}
.page-template-page-landing .page-banner-main ul {
  list-style-type: none;
}
.page-template-page-landing .page-banner-main ul li {
  position: relative;
}
.page-template-page-landing .page-banner-main ul li::before {
  content: '\2022';
  color: var(--landing-blue-light);
  font-size: 52px;
  line-height: 20px;
  position: absolute;
  left: -30px;
  top: 0;
}
.page-banner-content ul li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
  color: var(--landing-color-white);
}
.page-template-page-landing .btn-landing.btn-hire-model-content:hover,
.page-template-page-landing .btn-landing,
.page-template-page-landing .btn-transparent,
.page-template-page-landing .cta-button {
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid var(--landing-blue-dark);
  font-weight: bold;
  font-family: var(--landing-font-ak-bold);
  padding: 6px 18px;
}
.page-template-page-landing .tab-content-inner .btn-landing:hover,
.page-template-page-landing .btn-transparent:hover,
.page-template-page-landing .btn-landing {
  color: var(--landing-color-white);
  background: linear-gradient(0deg, #1a59ff, #1a59ff), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}
.page-template-page-landing .btn-transparent:hover {
  border: 1px solid var(--landing-blue-dark);
}
.page-template-page-landing .btn-landing:hover,
.page-template-page-landing .btn-transparent {
  background: transparent;
  border: 1px solid var(--landing-color-white7);
  color: var(--landing-color-white);
}
.page-template-page-landing .cta-button:hover{ background-color:white; color:#000; }
.page-template-page-landing .cta-button {
  color: var(--landing-color-white);
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 6px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.07) 0%,
      rgba(255, 255, 255, 0.12) 100%);
}
body.page-template-page-landing .page-banner-main .page-banner-inner>.flex-wrap {
  align-items: center;
}
.page-template-page-landing .page-banner-main {
  /*   padding: 215px 0 80px 0; */
  height: 800px;
  min-height: auto;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
/* Hero banner end */
/* Certificate section start */
.certifications-icon-list {
  gap: 30px;
  max-width: 365px;
}
.page-template-page-landing .certifications-section-heading {
  font-family: var(--landing-font-ak-bold);
}
/* Certificate section end */
/* Brands work start */
.page-template-page-landing .title-div h2 {
  text-transform: capitalize;
  font-size: 40px;
  font-weight: bold;
  line-height: 45px;
  background: none;
  font-family: var(--landing-font-ak-bold);
  -webkit-text-fill-color: var(--landing-color-white);
}
section#about-us-landing .inner-text-title p {
  color: var(--landing-color-white7);
  text-transform: none;
  font-size: 18px;
  line-height: 25px;
}
/* Brands work start */
/* Product section start */
.products-section-wrapper .inner-text-title p {
  color: var(--landing-color-white7);
}
.products-section-wrapper .inner-text-title {
  margin-bottom: 30px;
}
.products-section-wrapper .project-counter-text {
  font-size: 14px;
  line-height: 14px;
}
/* Product section end */
/* Hire developer start */
.page-template-page-landing .heading-cta-button.btn-landing {
  font-size: 18px;
  line-height: 30px;
  padding: 14px 30px;
}
.page-template-page-landing .hire-developer-row .developer-name {
  font-size: 28px;
  line-height: 35px;
  font-family: var(--landing-font-ak-bold);
}
.page-template-page-landing .hire-developer-row .developer-designation {
  font-size: 20px;
  line-height: 24px;
  color: var(--landing-color-white7);
  margin-top: 5px;
}
.page-template-page-landing .hire-developer-row .developer-opacity-8 {
  color: var(--landing-color-white7);
}
.page-template-page-landing .hire-developer-row .developer-opacity-1 {
  color: var(--landing-color-white);
}
.page-template-page-landing .hire-developer-row .developer-details {
  margin-top: 15px;
}
.page-template-page-landing .hire-developer-row .developer-details p {
  color: var(--landing-color-white8);
}
.skills-wrap p {
  font-size: 14px;
  line-height: 16px;
  color: var(--landing-color-white6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 14px;
  border-radius: 4px;
}
.page-template-page-landing .btn-landing.hire-developer-btn {
  font-size: 18px;
  line-height: 30px;
  padding: 14px 15px;
  max-width: 240px;
  margin: 0 auto;
}
.page-template-page-landing .fa-align-center {
  text-align: center;
}
.hire-developer-content-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 15px;
}
/* Hire developer end */
/* Activate free area start */
.activate-free-warpper .inner-text-title {
  margin: 15px 0;
}
.activate-free-warpper .inner-text-title p {
  font-size: 18px;
  line-height: 26px;
  color: var(--landing-color-white7);
}
/* Activate free area end */
/* service area start */
.page-template-page-landing .service-sub-title {
  font-size: 18px;
  line-height: 24px;
  color: var(--landing-color-white7);
}
.page-template-page-landing .service-box-landing p {
  font-size: 20px;
  color: var(--landing-color-white7);
}
.page-template-page-landing .service-action-link {
  color: var(--landing-blue-light);
  font-size: 16px;
  line-height: 28px;
  font-family: var(--landing-font-ak-bold);
}
.vertical-tab-landing button.nav-link {
  width: 100%;
}
/* service area end */
/* contact section start */
.bg-contact-section {
  background: linear-gradient(90deg, #0c93f1 0%, #03e8db 100%);
  max-height: 465px;
}
.page-template-page-landing .contact-form-section .form-landing {
  padding: 30px 0;
  margin: 0px 0;
  z-index: 9;
  position: relative;
  top: -90px;
}
.page-template-page-landing .landing-contact-content {
  padding-top: 120px;
}
.page-template-page-landing .section-padding.contact-form-section {
  padding-top: 160px;
}
/* Contact section end */
/* Footer start */
.footer-bg-wrap {
  backdrop-filter: blur(150px);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  height: 100%;
}
.footer-bg-wrap.logos img {
  width: 60px;
}
/* Footer start */
/* Popup Video start */
.block-video-popup {
  position: fixed;
  top: 50%;
  /* Center the popup vertically */
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  width: 80%;
  /* Adjust width as needed */
  max-width: 600px;
  /* Set a maximum width */
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.block-video-popup-inner {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio for video */
  height: 0;
  overflow: hidden;
}
.close-video-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  z-index: 9999;
}
.y-video-wrapp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fa-open-popup {
  display: block;
  text-align: center;
}
.fa-open-popup img{ width:auto; }
/* Popup Video end */
/* FAQ start */
/* FAQ end */
.fa-partners-brands-logo-slider-landing:not(.slick-initialized) {
  display: flex;
  column-gap: 20px;
}
nav#site-navigation-landing.nav-active {
  top: 90px;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 20px;
}
.portfolio-slider-landing .slick-track {
  display: flex;
  align-items: end;
}
.site-header:not(.landing-scroll-down) nav#site-navigation-landing {
  top: 136px;
}
.footer-bg-wrap-mail a {
  color: #0c93f1 !important
}
.footer-bg-wrap-mail {
  background: var(--landing-color-white);
  border-radius: 10px;
}
.page-template-page-landing .footer-social-div h3 {
  font-family: Aeonik Pro TRIAL;
  text-transform: none;
  font-size: 18px;
}
.page-template-page-landing .copyright-text-landing {
  font-family: Aeonik Pro TRIAL;
  font-weight: normal;
}
.page-template-page-landing .footer-bg-wrap p {
  font-family: Aeonik Pro TRIAL;
  color: var(--landing-color-white) !important;
}
.footer-bg-wrap h6 {
  font-family: Aeonik Pro TRIAL;
  font-weight: 700;
  font-size: 16px;
  color: var(--landing-color-white);
}
.page-template-page-landing .footer-bottom-text {
  font-family: Aeonik Pro TRIAL;
  font-weight: normal;
  font-size: 18px;
  line-height: 139%;
  color: rgba(255, 255, 255, 0.7) !important;
}
.page-template-page-landing .gform_wrapper.gravity-theme .gfield input {
  font-family: 'Aeonik Pro TRIAL';
  border: 1px solid #e6e8ec;
  border-radius: 5px;
  padding: 12px 16px;
  background-color: white;
}
.testimonial-slider-landing .slick-slide {
  margin: 0 15px;
  /* Adjust the margin between slides as needed */
}
.landing-scroll-down .site-header-top-bar {
  display: none;
}
.page-template-page-landing header.landing-scroll-down {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}
.testimonial-item {
  margin: 0 15px;
  background-size: cover;
  backdrop-filter: blur(50px);
  box-shadow: 0 4px 20px -1px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background: rgba(217, 217, 217, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.page-template-page-landing .site-header {
  padding: 0px;
}
.service-box-landing {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.05);
}
.counter-box {
  border-radius: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
}
.page-template-page-landing footer {
  font-family: Aeonik Pro TRIAL;
}
.page-template-page-landing .site-footer-landing {
  background-size: cover !important;
  backdrop-filter: blur(50px);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(217, 217, 217, 0.2) 100%);
  background-image: url("../images/footer-bg2.svg");
  background-size: cover;
}
.page-template-page-landing .page-banner-main:before {
  content: none;
  position: absolute;
  height: 218px;
  width: 70%;
  bottom: 0px;
  /* right: 0; */
  right: 0;
  background: #0b0c11;
  box-sizing: border-box;
  border-radius: 477px 0 0 0;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.page-template-page-landing .fa-partners-single-item {
  border: 1px solid #d4d4d466;
  background-color: white;
  border-radius: 10px;
}
.page-template-page-landing .fs-20 {
  font-size: 20px;
}
.page-template-page-landing .fs-24 {
  font-size: 24px;
}
.page-template-page-landing .font-bold {
  font-weight: bold !important;
}
.page-template-page-landing .fa-partners-brands-logo-slider-landing .slick-slide img {
  padding: 0.7rem;
  height: 90px;
}
.fa-partners-brands-logo-slider-landing .slick-slide {
  margin-right: 20px;
  /* Adjust the margin value as needed */
}
.page-template-page-landing .shape-right,
.page-template-page-landing .shape-left {
  max-width: 100%;
  /* Ensure the image doesn't exceed its container's width */
  height: auto;
  /* Maintain aspect ratio */
}
.page-template-page-landing .bg-wave {
  background-image: url("../images/bg-wave.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.counter-title {
  font-size: 24px !important;
  color: var(--landing-color-white) !important;
  font-weight: bold;
}
.inner-text-title {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 25px;
}
.page-template-page-landing .footer-social-div ul {
  margin: 0;
  gap: 10px;
}
.page-template-page-landing .m-auto {
  margin: auto;
}
.page-template-page-landing .btn-white {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  background-color: white;
  border-radius: 6px;
  color: #000;
}
.page-template-page-landing .points-wrap {
  border-radius: 20px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.01) 0%,
      rgba(255, 255, 255, 0.03) 100%);
}
.page-template-page-landing nav#site-navigation-buttons li.btn-white a {
  color: #000;
}
.social-links a.nofollow-custom-class::after {
  content: "" !important;
}
.page-template-page-landing .page-banner-main:after {
  background: none;
}
/* Style the list item marker */
.page-template-page-landing ul li::marker {
  color: #00c2ff;
  /* Set marker color */
  font-size: 35px;
  line-height: 45px;
}
.page-template-page-landing ul {
  padding-left: calc(1 * 25px);
}
.page-template-page-landing .site-logo .custom-logo {
  max-width: 100% !important;
}
.hire-developer-row {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.03) 0%,
      rgba(255, 255, 255, 0.07) 100%);
  border-radius: 14px;
  border: 1px solid var(--landing-color-white)fff33;
}
.portfolio-slider-landing .slick-slide {
  margin: 0 10px;
}
/* Define the background gradients for the middle, left, and right items */
.page-template-page-landing .slick-dots {
  margin-top: 50px;
}
/* Styling for inactive dot */
.page-template-page-landing .slick-dots li button {
  background-color: #d9d9d9;
  /* Color of inactive dots */
  width: 20px;
  /* Adjust as needed */
  height: 20px;
  /* Adjust as needed */
  border-radius: 100%;
}
/* Styling for active dot */
.page-template-page-landing .slick-dots li.slick-active button {
  border-radius: 100%;
  background: white !important;
  background-color: white;
  /* Color of active dot */
  border: 4px solid #02b7af;
  /* Border style for active dot */
  width: 20px;
  /* Increase width for active dot */
  height: 20px;
  /* Increase height for active dot */
}
/* Apply styles to odd-numbered carousel items */
.portfolio-slider-landing .slick-slide:nth-child(odd) .slick-item {
  background: linear-gradient(180deg, #41479b 0%, #fd75b4 100%),
    rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
/* Adjust styles for the images within odd-numbered slides */
.portfolio-slider-landing .slick-slide:nth-child(odd) .slick-item img {
  width: 70% !important;
  transform: rotateX(0deg);
  margin: auto;
  position: relative;
  z-index: 3;
}
/* Apply styles to even-numbered carousel items */
.portfolio-slider-landing .slick-slide:nth-child(even) .slick-item img {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  /* Adjust the top margin as needed */
  top: -16px;
  transform: scale(1.3);
}
.portfolio-slider-landing .slick-slide:nth-child(odd) .slick-item {
  transform: rotateX(0deg);
}
.portfolio-slider-landing .slick-slide:nth-child(even) .slick-item {
  transform: rotateX(0deg);
  z-index: 9;
  position: relative;
  background: linear-gradient(180deg, #0c93f1 0%, #03e8db 100%), rgba(0, 0, 0, 0.2);
  padding-top: 0 !important;
  margin-top: 25px;
}
/* Adjust styles for the images within even-numbered slides */
/* Custom CSS for active tab */
.vertical-tab-landing .nav-link.active,
.vertical-tab-landing .nav-link:hover {
  background-color: #1a59ff !important;
  /* Change background color */
  color: var(--landing-color-white);
  /* Change text color */
  position: relative;
}
.point-secret-weapon li.points-wrap {
  list-style-type: none;
  /* Remove default list marker */
  padding-left: 30px !important;
  /* Add space for the custom marker */
}
.point-secret-weapon li.points-wrap {
  height: 100px;
  position: relative;
  margin: auto;
  align-items: center;
  justify-content: center;
  display: flex;
}

.point-secret-weapon li.points-wrap::before {
  content: '';
  /* Add the custom marker as a pseudo-element */
  position: absolute;
  /* Position the marker absolutely within the list item */
  top: 35%;
  /* Vertically center the marker */
  left: -5px;
  /* Position the marker at the left side of the list item */
  transform: translateY(-50%);
  /* Adjust vertical alignment */
  width: 14px;
  /* Set the width of the marker */
  height: 14px;
  /* Set the height of the marker */
  background-color: #00c2ff;
  /* Marker color */
  border-radius: 50%;
  /* Make the marker circular */
}
.points-wrap {
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.03) 100%);
}
.vertical-tab-landing .tab-content-inner p {
  font-size: 18px;
  line-height: 28px;
}
.vertical-tab-landing .tab-content-inner ul {
  padding-left: calc(1 * 0px);
}
.vertical-tab-landing .tab-content-inner li {
  list-style-type: none;
  /* Remove default list marker */
  padding-left: 30px;
  /* Add left padding to make room for the custom marker */
  position: relative;
  /* Position the text relative to the list item */
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #333333CC;
}
.vertical-tab-landing .tab-content-inner li::before {
  content: "";
  /* Add the custom marker as a pseudo-element */
  position: absolute;
  /* Position the marker absolutely within the list item */
  top: 50%;
  /* Vertically center the marker */
  left: 0;
  /* Position the marker at the left side of the list item */
  transform: translateY(-50%);
  /* Adjust vertical alignment */
  background-image: url('../images/check-li.svg');
  /* Replace with your image path */
  background-size: contain;
  /* Scale the image to fit */
  background-repeat: no-repeat;
  /* Prevent image from repeating */
  width: 22px;
  /* Set the width of the marker */
  height: 22px;
  /* Set the height of the marker */
  margin-right: 10px;
  /* Adjust as needed */
}
.vertical-tab-landing .tab-content-inner {
  background-blend-mode: luminosity;
  background-image: url("../images/fa-model-logo.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: var(--landing-color-white);
  color: #333;
  border-radius: 20px;
}
.reviews-project-wrap {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.084) 0%, rgba(217, 217, 217, 0.042) 100%);
  /*   background-image: url("../images/rating-bg.png"); */
  background-repeat: no-repeat;
  border-radius: 20px;
  background-size: cover;
}
.vertical-tab-landing .tab-content-inner p,
.service-provider-rating p {
  color: #333 !important;
}
.vertical-tab-landing .nav-link.active::before {
  opacity: 1;
}
.learn-more-portfolion-btn {
  color: var(--landing-color-white);
}
.learn-more-portfolion-btn::after {
  content: "";
  margin-left: 5px;
  background-image: url(../images/portfolio-btn-arrow.svg);
  height: 12px;
  width: 12px;
  display: inline-block;
  background-position: center;
}
.hiring-model-inner-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
}
.view-more-landing-btn {
  font-weight: bold;
  font-size: 16px;
  line-height: 175%;
  color: #00c2ff;
}
.view-more-landing-btn::after {
  content: "\003E";
  /* Unicode character for right arrow */
  margin-left: 10px;
}
/* Plus sign for expanded state */
.accordion-button::after {
  content: '-';
  background-image: none !important;
  font-size: 24px;
  /* Adjust size as needed */
  line-height: 1;
  border-radius: 100%;
  color: #000;
  /* Text color for plus sign */
  text-align: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 20px;
}
/* Minus sign for collapsed state */
.accordion-button.collapsed::after {
  color: white;
  content: '+';
}
.page-template-page-landing .gfield_required_text {
  display: none !important;
}
.page-template-page-landing .form-div .form-title {
  font-size: 48px;
  font-weight: bold;
}
.page-template-page-landing .form-div p {
  font-size: 18px;
  color: var(--landing-color-white)FFF !important;
}
.page-template-page-landing .gform_wrapper.gravity-theme .gfield input,
.page-template-page-landing .gform_wrapper.gravity-theme .gfield textarea {
  border: 1px solid #e6e8ec;
  outline: none;
  border-radius: 5px;
  padding: 12px 16px;
  background-color: white;
}
div#gform_wrapper_6, div#gform_wrapper_7, div#gform_wrapper_33, div#gform_wrapper_34 {
  box-shadow: 100px 16px 72px 0 rgba(6, 28, 61, 0.08);
  background: var(--landing-color-white);
  border-radius: 10px;
  padding: 20px;
}
#gform_submit_button_6, #gform_submit_button_7, #gform_submit_button_33, #gform_submit_button_34 {
  background-color: #0c93f1;
  font-weight: 700;
  font-size: 16px;
  color: var(--landing-color-white);
  background-color: #0c93f1;
}
#gform_wrapper_6.gform_wrapper.gravity-theme .gfield_label, #gform_wrapper_33.gform_wrapper.gravity-theme .gfield_label, #gform_wrapper_34.gform_wrapper.gravity-theme .gfield_label {
  font-weight: bold;
  font-size: 14px;
  line-height: 143%;
  color: #333;
}
.opacity-1 {
  opacity: 1;
}
.opacity-8 {
  opacity: 0.8;
}
/* 	.accordian-faqs .accordion-item{ background-image:url('../images/cta-bg.png'); } */
.learn-more-portfolion-btn {
  font-size: 18px;
  line-height: 28px;
}
.portfolio-slider-landing h4 {
  font-size: 23px;
  line-height: 34px;
}
.portfolio-slider-landing p {
  font-size: 18px;
  line-height: 28px;
}
.reviews-project-wrap p {
  font-size: 18px;
}
.vetting-system-wrap .points-wrap p {
  font-size: 18px;
}
.vetting-system-wrap .points-wrap.point-style-2::before,
.vetting-system-wrap .points-wrap.point-style-4::before,
.vetting-system-wrap .points-wrap.point-style-6::before {
  content: '';
  /* Add the custom marker as a pseudo-element */
  position: absolute;
  /* Position the marker absolutely within the list item */
  top: 50%;
  /* Vertically center the marker */
  left: -5px;
  /* Position the marker at the left side of the list item */
  right: 0;
  transform: translateY(-50%);
  /* Adjust vertical alignment */
  width: 14px;
  /* Set the width of the marker */
  height: 14px;
  /* Set the height of the marker */
  border-radius: 50%;
  /* Make the marker circular */
}
.vetting-system-wrap .points-wrap.point-style-1::after,
.vetting-system-wrap .points-wrap.point-style-3::after,
.vetting-system-wrap .points-wrap.point-style-5::after {
  content: '';
  /* Add the custom marker as a pseudo-element */
  position: absolute;
  top: 50%;
  /* Vertically center the marker */
  right: 0;
  transform: translateY(-50%);
  /* Adjust vertical alignment */
  width: 14px;
  /* Set the width of the marker */
  height: 14px;
  /* Set the height of the marker */
  border-radius: 50%;
  /* Make the marker circular */
}
.vetting-system-wrap .points-wrap.point-style-1::after {
  background-color: #656FFF;
  top: 22%;
}
.vetting-system-wrap .points-wrap.point-style-2::before {
  background-color: #70B6FF;
  top: 22%;
}
.vetting-system-wrap .points-wrap.point-style-3::after {
  background-color: #00CD99;
  top: 22%;
}
.vetting-system-wrap .points-wrap.point-style-4::before {
  background-color: #6675FF;
  top: 22%;
}
.vetting-system-wrap .points-wrap.point-style-5::after {
  background-color: #00C2FF;
  top: 22%;
}
/* Additional styling for points */
.vetting-system-wrap .points-wrap h3 {
  margin-bottom: 10px;
  /* Add space below heading */
}
.fa-client-name {
  font-weight: bold;
}
#topbutton{
  display: none !important;
}
/* MVP Page Starts */
.page-template-page-landing .mvp-banner .page-banner-inner h1{
  max-width: 100%;
}
.brill-img img{
  border-radius: 10px;
}
.brill-desc-listing ul {
	padding: 0;
}
.brill-desc-listing ul li {
	display: grid;
	grid-template-columns: 40px auto;
	align-items: center;
	gap: 18px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
}
.brill-desc-listing ul li:last-child{
  margin: 0;
}
.mvp-abt{
  padding-bottom: 3rem !important;
}
.shape-circle {
  position: absolute;
  width: 866px;
  height: 866px;
  border-radius: 50%;
  background: rgba(65, 71, 155, 0.2);
  filter: blur(200px);
  top: -150px;
  z-index: -1;
}
.shape-circle-right{
  right: -433px;
}
.shape-circle-left{
  left: -433px;
}
.mvp-cta-bg{
  padding: 85px 50px;
}
.title-div h2 span.blue-color, .mvps-link{
  -webkit-text-fill-color: var(--landing-blue-light);
  font-weight: bold;
}
.mvps-link:hover {
	-webkit-text-fill-color: var(--landing-color-white);
}
.mvps-link:hover svg path{
  fill: #fff;
}
.mvp-lines {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
  z-index: -1;
}
.mvp-lines img {
	width: 100%;
}
.mvps-img img{
  border-radius: 20px;
}
.mvps-box{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.03) 100%);
  border-radius: 20px;
  padding: 30px 30px 30px 38px;
  margin-bottom: 20px;
}
.mvps-box h4 {
	font-size: 20px;
	line-height: 28px;
}
.mvps-box h4:before{
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #03E8DB;
  top: 50%;
  transform: translateY(-50%);
  left: -46px;
}
.mvps-link{
  gap: 6px;
  font-size: 20px;
  line-height: 28px;
  width: max-content;
}
.looking-box{
  padding: 40px 25px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.03) 100%);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  width: 100%;
  -webkit-transition: .5s all ease;
  -ms-transition: .5s all ease;
  transition: .5s all ease;
}
.looking-img{
  margin-bottom: 25px;

}
#services .looking-img.lb-listing{width:30%;}
.looking-img svg{
  -webkit-transition: .5s all ease;
  -ms-transition: .5s all ease;
  transition: .5s all ease;
}
.looking-box h3{
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
  text-transform: initial;
}
.looking-box:hover{
  box-shadow: 4px 4px 40px rgba(0, 194, 255, 0.1);
  border-color: var(--landing-blue-light);
}
.looking-box:hover .looking-img svg path{
  fill: #00C2FF;
}
.mvp-looking .row, .brill-wrapper .row, .mvp-app .row, .mvp-standout .row{
  row-gap: 30px;
}
.mvp-looking .row .col-lg-3, .brill-wrapper .col-lg-4{
  display: inherit;
}
.what-slider-landing .slick-slide {
	margin: 0 15px;
}
.looking-box.what-item {
	padding: 25px 20px;
}
.looking-box.what-item h3 {
	margin-bottom: 10px;
}
.footer-bg-wrap.logos a::after {
	display: none;
}
.service-provider-rating h3.text-black {
	text-transform: initial;
}
.fa-partners-brands-logo .slick-slide {
	margin-right: 20px;
  padding: 12px 22px;
}
.brill-wrapper .looking-box{
  padding: 30px;
  min-height: 430px;
}
.btn.btn-mvp::after {
	display: none;
}
.btn.btn-mvp {
	position: relative;
	padding: 0;
	width: 50px;
	height: 50px;
	background-color: transparent !important;
	background: transparent;
  border-color: var(--landing-blue-light);
}
.mvp-arrows {
  gap: 10px;
}
.btn.btn-mvp:hover {
	background: var(--landing-blue-light) !important;
}
.btn.btn-mvp:hover svg path{
  fill: #fff;
}
/* FAQ start */
/* .accordian-faqs .accordion-button.collapsed::after::hover{   color:#000 !important;} */
.accordian-faqs .accordion-button:not(.collapsed), .accordian-faqs .accordion-body, .accordian-faqs .accordion-body p{ background-color:white !important; color:#000 !important; }
.accordion-button:focus, .accordion-button:not(:hover):not(:active):not(.has-background){ background-color:#000;  border-color:white !important; }
.accordian-faqs .accordion-button:focus:not(:focus-visible){ outline: 0;
    box-shadow: none;
    border: none; }
	.accordian-faqs .accordion-button{ border-radius:6px !important; }
.accordian-faqs .accordion-item:not(:first-of-type){ border-top:1px solid #dee2e6; }
/* FAQ end */
/* MVP Page Ends */
@media only screen and (min-width: 992px) {
  .certifications-main-wrap {
    margin-top: -75px;
  }
}
@media only screen and (min-width: 1040px) {
  .certifications-main-wrap {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 1600px) {
  .certifications-main-wrap {
    margin-top: -35px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-page-landing .page-banner-main {
    height: 100vh;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    max-width: 1024px;
  }
  .page-template-page-landing .page-banner-main .page-banner-inner h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .page-template-page-landing .page-banner-main {
    /*     padding: 215px 0 30px 0; */
    height: 665px;
  }
  section#hire-models-landing {
    overflow-x: hidden;
  }
  .page-template-page-landing .hire-developer-row .developer-designation {
    font-size: 18px;
    line-height: 20px;
  }
  .developer-experiance {
    font-size: 16px;
  }
	.page-template-page-landing .btn-white{ background-color:transparent; color:#fff; }
}
@media only screen and (max-width: 1024px) {
  .container {
    max-width: 992px;
  }
  .page-template-page-landing .page-banner-main {
    background-size: cover;
  }
}
@media only screen and (max-width: 992px) {
  .page-template-page-landing .page-banner-main {
    /*     padding: 215px 0 30px 0; */
    height: 781px;
    background-position: center 30%;
  }
  .container {
    max-width: 768px;
  }
  .page-template-page-landing .title-div h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .page-template-page-landing .heading-cta-button.btn-landing {
    font-size: 15px;
    line-height: 30px;
    padding: 10px 20px;
  }
  .page-template-page-landing .btn-landing.hire-developer-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 14px 9px;
  }
  .portfolio-slider-landing p {
    font-size: 16px;
    line-height: 20px;
  }
  .fa-client-name {
    font-size: 18px;
  }
  .vertical-tab-landing button.nav-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-page-landing .page-banner-main .page-banner-inner p {
    font-size: 16px;
    line-height: 24px;
    text-transform: initial;
  }
  .page-template-page-landing .page-banner-main .page-banner-inner h1 {
    font-size: 39px;
    line-height: 49px;
  }
  .page-template-page-landing .page-banner-main {
    height: auto;
    padding: 186px 0 30px 0;
    background-position: 79% 0;
  }
}
@media only screen and (max-width: 320px) {
  .page-template-page-landing .page-banner-main {
    padding: 240px 0 30px 0;
  }
}
@media only screen and (max-width: 991px) {
  .vetting-system-wrap .points-wrap::before {
    background-color: #6675FF;
    top: 40px !important;
    left: 5px !important;
    right: auto;
  }
  .vetting-system-wrap .points-wrap::after {
    background-color: #00CD99;
    top: 40px !important;
    right: auto;
    left: 5px;
  }
  .point-secret-weapon li.points-wrap {
    font-size: 16px;
    line-height: 20px;
  }
  .testimonial-slider-landing .d-flex.justify-content-between {
    display: block !important;
  }
  .fa-client-name {
    font-size: 15px;
  }
  .page-template-page-landing .testimonial-slider-landing p {
    font-size: 14px;
    line-height: 21px;
  }
  .testimonial-item .d-flex.gap-3 {
    flex-direction: row !important;
    align-items: center;
  }
  .testimonial-item .d-flex.gap-3+img {
    margin: 10px 0px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-page-landing .contact-form-section .form-landing {
    margin: 0 auto;
    top: 0;
    max-width: 90%;
  }
  .bg-contact-section {
    max-height: none;
  }
  .page-template-page-landing .section-padding.contact-form-section {
    padding-top: 40px;
  }
  .page-template-page-landing .section-padding {
    padding: 60px 0 0 0;
  }
  .point-secret-weapon li.points-wrap {
    font-size: 20px;
    line-height: 25px;
/*     height: 50px; */
    text-align: left;
  }
  .point-secret-weapon li.points-wrap::before {
    top: 25px;
    left: 10px;
  }
  .fa-project-count-wrapp {
    display: flex;
  }
  .fa-project-count-wrapp .fa-project-count-item {
    width: 50%;
  }
  .certifications-icon-list {
    margin: 0 auto;
  }
  .vertical-tab-landing button.nav-link img {
    max-width: 45px;
  }
  .vertical-tab-landing button.nav-link {
    font-size: 14px;
  }
  .page-template-page-landing .title-div h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .portfolio-slider-landing .slick-slide:nth-child(2n) .slick-item img {
    top: 0px;
  }
  .portfolio-slider-landing .slick-slide .slick-item {
    min-height: 490px;
  }
  .testimonial-slider-landing .d-flex.justify-content-between {
    display: block !important;
  }
  .fa-client-name {
    font-size: 15px;
  }
  .page-template-page-landing .testimonial-slider-landing p {
    font-size: 14px;
    line-height: 21px;
  }
  .testimonial-item .d-flex.gap-3 {
    flex-direction: row !important;
    align-items: center;
  }
  .testimonial-slider-landing .py-4 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .testimonial-item .d-flex.gap-3+img {
    margin: 10px 0px 0px;
  }
}
.site-header {
  background: linear-gradient(102deg, rgba(14, 23, 35, 0.40) 0%, rgba(16, 29, 43, 0.40) 100%);
  position: fixed;
  width: 100%;
  max-width: 100%;
  padding: 24px;
  z-index: 9999;
  backdrop-filter: blur(16px);
}
.site-header .site-branding {
  margin: 0;
}
.site-header .site-branding img {
  height: 40px;
  width: auto;
}
.main-navigation ul li {
  position: relative;
  font-family: var(--font-dinltarabic);
  display: inline-block;
  list-style: none;
  margin: 0 18px;
}
.page-banner-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  height: 100vh;
  min-height: 650px;
  background-size: cover;
  background-position: center;
}
#accordionExample .accordion-collapse {
  background: #28303d;
}
@media screen and (max-width: 1199px) {
  .page-template-page-landing .page-banner-main {
    padding-top: 215px;
  }
  .shape-certi {
    display: none;
  }
  .certifications-main-wrap {
    margin-top: 0;
  }
  nav#site-navigation-landing.nav-active {
    left: 0;
    right: 0;
    top: 100% !important;
    background: #000;
  }
  #site-navigation-landing ul {
    padding-left: 0;
  }
  #site-navigation-landing ul li a {
    width: max-content;
    margin: 0 auto;
    padding: 9px !important;
    border-bottom: 1px solid transparent;
  }
  #site-navigation-landing ul li a:hover {
    border-bottom-color: var(--landing-blue-turquoise);
  }
}
@media screen and (max-width: 767px) {
  .mobile-nav-bar {
    top: 3px;
  }
  .page-template-page-landing .page-banner-main {
    padding-top: 186px;
    background-position: left !important;
  }
  .page-template-page-landing .page-banner-main .page-banner-inner h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .fa-project-count-wrapp .fa-project-count-item {
    width: 100%;
  }
  .counter-box {
    margin: 0 0 15px !important;
  }
  #projects-landing {
    padding-bottom: 0 !important;
  }
  .testimonial-item .d-flex.gap-3,
  .testimonial-item .d-flex.justify-content-between {
    flex-direction: column;
    gap: 15px;
  }
  .testimonial-item .d-flex.gap-3+img {
    max-width: 82px;
  }
  #features-landing img.m-auto {
    margin: 15px 0 30px !important;
  }
  .mvp-cta-bg {
    padding: 30px;
    background-position: left !important;
  }
  .fa-partners-brands-logo .partner-logo-div img{
    height: auto !important;
  }
  #contact-form-landing .col-md-5.landing-contact-content {
    padding-top: 15px;
  }
}