  @import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700&family=Open+Sans:wght@300;400;500&family=Poppins:wght@100;200;300;400;500;600;700&family=Prompt:wght@300;400;500;600;700&family=Shadows+Into+Light&family=Tilt+Prism&family=Titillium+Web:wght@200;300;400;600;700;900&family=Yantramanav:wght@300;400;500&display=swap');

  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

  }

  /*--------------------------------------------------------------
# General

font-family: 'Gabarito', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Prompt', sans-serif;

font-family: 'Shadows Into Light', cursive;
font-family: 'Tilt Prism', sans-serif;
font-family: 'Titillium Web', sans-serif;
font-family: 'Yantramanav', sans-serif;
Montserrat,sans-serif
  grid-template-columns:repeat(auto-fit, minmax(20rem, 1fr));


  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.216);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.216);
  box-shadow: 0 1px 10px rgba(163, 163, 163, 0.216);
--------------------------------------------------------------*/
  body {
    font-family: "Open Sans", sans-serif;
    background-color: var(--bg);

  }



  body::-webkit-scrollbar {
    width: .4em;
  }

  body::-webkit-scrollbar-track {
    border: none;

  }

  body::-webkit-scrollbar-thumb {
    background-color: var(--gray-700);
    height: 3rem;
    border-radius: 6px;
  }

  a {
    color: var(---btn);
    text-decoration: none;
  }


  a:hover {
    color: #73c5eb;
    text-decoration: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    font-family: "Jost", sans-serif;
  }

  /*--------------------------------------------------------------
# root
--------------------------------------------------------------*/

  :root {
    --bg-b: linear-gradient(150deg, #ffffe5 0%, #f9ab9e 110%) !important;
    --bg: #fffffa;
    --shade1: 10px 10px 10px 10px rgba(10, 100, 169, 0.021),
      3px 3px 10px -1px rgba(255, 255, 255, 0.351);
    --shade2: 10px 10px 10px 10px rgba(10, 100, 169, 0.048),
      3px 3px 10px -1px rgba(255, 255, 255, 0.164);
    --regular-bg: linear-gradient(165deg, #077ae0 0%, #f9ab9e 140%) !important;
    --botton-bg: linear-gradient(165deg, #077ae0 0%, #ff6960 140%) !important;
    --home-bg: linear-gradient(180deg, #ffffe5 40%, #077ae0 250%) !important;
    --ord-2: #077ae0;
    --btn-bg: #ff6960;
    --ord: #6fb4f1;
    --icon-bg: #d1e3f859;
    --brand: #f9a29e;
    --m-bg2: #f5f5f55d;
    --border-bg-1: #c2c2c265;
    --text-light: #362d35d5;
    --gray-200: #f1f3f9;
    --gray-300: #dee3ed;
    --gray-400: #c2c9d6;
    --gray-500: #8f96a3;
    --gray-600: #5e636e;
    --gray-700: #2f3237;
    --gray-100: #f8f9fcb6;
    --m-bg: #ffffff;
    ---btn: #ff6960;
    ---btf: #ff6960;
    --text-bold: #000000;
    --info: #ff6960;
    --tomato: #ff6138;
  }

  ul li {
    list-style: none;
  }

  /*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #ffffe5;
  }

  #preloader img {
    height: auto;
    width: 75px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    z-index: -9;
    top: calc(50% - 33px);
    left: calc(50% - 33px);
  }

  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 2px solid var(--gray-700);
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: animate-preloader 1s linear infinite;
  }

  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #47b2e4;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
  }

  .back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }

  .back-to-top:hover {
    background: #6bc1e9;
    color: #fff;
  }

  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }

  /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
  #header {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
  }

  #header.header-scrolled,
  #header.header-inner-pages {
    background: #fff;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.216);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.216);
    box-shadow: 0 1px 10px rgba(45, 47, 88, 0.326);
  }




  #header .logo img {
    object-fit: cover;
    align-items: center;
    justify-content: center;
    margin-left: -6px;
    margin-top: -6px;
    max-width: 120px;
    /*     border: 5px solid var(---btn);
 */
  }

  /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
  /**
* Desktop Navigation 
*/
  .navbar {
    padding: 0;
    width: 800px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
.navbar .get{
  padding: 10px;

}
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
    font-weight: 700 !important;
    letter-spacing: .3px;
    font-family: 'Gabarito', sans-serif;

  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    font-weight: 500;
    color: var(--gray-700);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(---btf);
  }
.uin{
  display: none;
  visibility: hidden;
}
  .navbar .getstarted,
  .navbar .getstarted:focus {
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 50px;
    color: var(---btn);
    font-size: 14px;
    border: 2px solid var(---btn);
    font-weight: 600;
  }

  .navbar .get .getstarted:hover,
  .navbar .get .getstarted:focus:hover {
    color: var(--m-bg);
    background: var(---btn);
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: var(--gray-700);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(---btf);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }


  /**
* Mobile Navigation 
*/
  .mobile-nav-toggle {
    color: var(---btn);
    font-size: 30px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }

  .mobile-nav-toggle.bi-x {
    color: #fff;
  }

  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }

    .navbar ul {
      display: none;
    }
      #hero {
    width: 100%;
  }

  }

  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(40, 58, 90, 0.9);
    transition: 0.3s;
    z-index: 999;
  }

  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }

  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #37517e;
  }

  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover>a {
    color: #47b2e4;
  }

  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 15px;
    color: #37517e;
  }

  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }

  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }

  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
  }

  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }

  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover>a {
    color: #47b2e4;
  }

  .navbar-mobile .dropdown>.dropdown-active {
    display: block;
    visibility: visible !important;
  }

  /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
  #hero {
    width: 100%;
    height: 100vh;
    background: var(--bg);
  }


  #hero .container {
    padding-top: 72px;
  }

  #hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: var(--gray-700);
    text-transform: capitalize;
    font-family: 'Prompt', sans-serif;

  }

  #hero h2 {
    color: var(--gray-500);
    margin-bottom: 50px;
    font-size: 15px;
    letter-spacing: .5px;
    font-family: 'Gabarito', sans-serif;

  }

  #hero .btn-get-started {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-transform: capitalize;
    margin: 10px 0 0 0;
    color: #fff;
    background: var(--botton-bg);

  }


  #hero .btn-get-started:hover {
    background: #fff;
    border: 1px solid var(---btf);
    color: var(--gray-600);
    position: relative;

  }

  #hero .btn-get-started:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
    border-radius: 5px;
    transform: translateY(-20px) translateX(-10px);
    background: var(--regular-bg);
    transition: .5s;
  }

  #hero .btn-watch-video {
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    margin: 10px 10px 0 25px;
    color: var(--btn-bg);
    line-height: 1;
  }

  #hero .btn-watch-video i {
    line-height: 0;
    color: var(--btn-bg);
    font-size: 25px;
    transition: 0.3s;
    margin-right: 10px;
  }

  #hero .btn-watch-video:hover i {
    color: #47b2e4;
  }

  #hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
  }

  #hero .part {
    background: var(--botton-bg);
    left: 0;
    top: 150px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 1rem;
    position: absolute;
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.216);
    -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.216);
    box-shadow: 0 10px 10px rgba(178, 185, 204, 0.847);
  }


  #hero .part img {
    width: 160px;
  }

  #hero .part h4 {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    font-family: "Jost", sans-serif;
    letter-spacing: .4px;
    padding: 4px 0;
  }

  #hero .platform-reviews {
    position: absolute;
    display: flex;
    bottom: 10px;
    width: 100%;
    left: 0;
    align-items: center;
    justify-content: center;
  }

  #hero .platform-reviews .rev-box {
    margin: 0 10px;
    width: 100px;
    height: auto;
    object-fit: cover;
    padding: 4px;

  }

  #hero .platform-reviews .rev-box img {
    width: 100px;
    height: auto;
    border-radius: 5px;
    filter: grayscale(80);
    object-fit: cover;
    transition: .5s ease;
  }

  #hero .platform-reviews .rev-box img:hover {
    filter: grayscale(0);
    transform: scale(1.05);
  }

  

  #hero .vid2 {
   top: -50px;
    right: -40px;

    position: relative;
    z-index: -3;

    width: 620px;

  }

  @keyframes up-down {
    0% {
      transform: translateY(10px);
    }

    100% {
      transform: translateY(-10px);
    }



  }

  /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
  section {
    padding: 60px 0;
    overflow: hidden;
  }

  .section-bg {
    background-color: #f3f5fa;

  }

  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }

  .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: var(--text-bold);
  }

  .section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
  }

  .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    border-radius: 5px;
    height: 3px;
    background: var(---btf);
    bottom: 0;
    left: calc(50% - 20px);
  }

  .section-title p {
    margin-bottom: 0;
  }

  /*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
  .clients {
    padding: 12px 0;
    height: 6rem;
    text-align: center;
    overflow: hidden;
  }

  .clients img {
    max-width: 45%;
    transition: 0.4s ease-in-out;
    display: flex;
    padding: 15px 0;
    cursor: pointer;
    filter: grayscale(100);
  }

  .clients .atc {
    max-width: 120px;

  }

  .clients img:hover {
    filter: none;
    transform: scale(1.5);
  }

  .clients .container .row img {
    animation: slide 5s ease-in-out infinite alternate-reverse both;

  }

  @keyframes slide {
    0% {
      transform: translatey(0px);
    }

    100% {
      transform: translatey(-80px);
    }

  }






  /*--------------------------------------------------------------
service-hig
-------------------*/
  .service-hig {
    padding: 0;
  }

  .tabs {

    width: 100%;
    height: 120vh;
    overflow: hidden;
z-index: 999;
  }

  .tabs::before {
    content: '';
    border: 1px dashed #077be05f;
    height: 100%;
    position: absolute;
    z-index: -99;
    transform: translateX(35px);

  }

  .tabs .tab-header {
    height: 100%;
    align-items: center;
    position: absolute;
    padding: 3rem 0;
    margin: 0 2rem;
    padding-bottom: 2rem;
    transition: .5s ease;


  }

  .tabs .tab-header>div {
    height: calc(100% / 6);
    text-align: left;
    display: flex;
    align-items: center;

  }

  .tabs .tab-header>div.active {
    position: relative;
    background: #077be017;
    border-radius: 50px;
    transform: scale(0.6);
    padding: 0 10px;

  }

  .tabs .tab-header>div>img {
    max-width: 70px;
    object-fit: cover;
    cursor: pointer;
    transition: .5s ease-in-out;
  }

  .tabs .tab-header>div h4 {
    font-weight: 500;
    font-size: 16px;
    padding: 10px 15px;
    background: #fff;
    color: #31a9e1;
    border-radius: 10px;
    display: none;
  }

  .tabs .tab-header:hover>div h4 {
    display: block;
  }

  .service-hig .tab-body {
    height: calc(100% - 60px);
    padding: 2rem;
    position: relative;
    z-index: -1;
    background-color: var(--gray-200);

  }

  .tabs .tab-body>div {
    position: absolute;
    top: -100%;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 200ms ease-in-out 0ms,
      transform 200ms ease-in-out 0ms;
  }

  .tabs .tab-body>div.active {
    top: 0px;
    opacity: 1;

    position: relative;
    transform: scale(1);
  }

  .service-hig .tab-body .body-cont {
    padding: 2rem;
    transform: translateX(150px);
    position: absolute;
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .service-hig .tab-body .body-cont img {
    max-width: 500px;
  }

  .service-hig .tab-body .body-cont .cont-c {
    padding: 2rem;
    height: auto;
    text-align: left;
    width: 35rem;
    margin-left: 2rem;
  }

  .service-hig .tab-body .body-cont .cont-c h5 {
    font-size: 15px;
    font-family: 'Gabarito', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(---btn);
  }

  .service-hig .tab-body .body-cont .cont-c h2 {
    font-size: 45px;
    font-weight: 500;
    color: var(--ord-2);
    text-transform: capitalize;
    font-family: 'Prompt', sans-serif;
  }

  .service-hig .tab-body .body-cont .cont-c p {
    padding: 4px 0;
    width: 28rem;
    font-size: 18px;
    letter-spacing: .4px;
    line-height: 25px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    padding-bottom: 3rem;

  }

  .service-hig .tab-body .body-cont .cont-c a {
    background: #fff;
    font-size: 18px;
    z-index: 999;
    padding: 15px 35px;
    text-transform: capitalize;
    color: var(---btn);
    position: relative;
    font-weight: 600;
    transition: .5s ease;
    border-radius: 30px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.216);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.216);
    box-shadow: 0 1px 10px rgba(163, 163, 163, 0.216);

  }

  .service-hig .tab-body .body-cont .cont-c a:hover {
    background: var(--regular-bg);
    color: #fff;
  }

  .service-hig .tab-body .body-cont .cont-c .chup {
    background: none;
    box-shadow: none;
    transition: .5s ease;
  }

  .service-hig .tab-body .body-cont .cont-c .chup:hover {
    background: none;
    color: var(---btn);

  }


  .service-hig .tab-body .body-cont .cont-c .fa:hover {
    margin-right: -1rem;
  }

  .service-hig .tab-body .cont-anim::before {
    content: '';
    /*     background: #2779c14a;
 */
    border-radius: 50%;
    height: 430px;
    width: 430px;
    position: absolute;
    justify-content: center;
    align-items: center;
    transform: translateY(15px) translateX(20px);
  }

  .service-hig .tab-body .cont-anim {
    /*     border: 1px solid #077ae0;
 */
    border-radius: 50%;
    height: 470px;
    justify-content: center;
    align-items: center;
    width: 470px;
    position: relative;

  }

  @media screen and (width < 850px) {
    .service-hig .tab-body .body-cont .cont-anim {
      display: none;
      
    }
  #hero {
    width: 100%;
    height: 70vh;
    background: var(--bg);
  }


  }


  @media screen and (width < 700px) {

    .service-hig .tab-body .body-cont .cont-c h2 {
      font-size: 35px;


    }

    .service-hig .tab-body .body-cont .cont-c p {
      width: 20rem;
      font-size: 13px;
      padding-bottom: 1rem;

    }

    .service-hig .tab-body .cont-anim::before {
      display: none;
    }

    .service-hig .tab-body .cont-anim {
      display: none;

    }

    .tabs {

      width: 100%;
      height: 100vh;
      overflow: hidden;
      position: relative;
    }

    .tabs .tab-header {
      display: grid;
      grid-template-columns: 25% 25% 25%;
      gap: 20px;
      position: absolute;
      height: 50%;
      align-items: center;
      justify-content: center;
      margin-top: -1rem;
    }

    .tabs .tab-header>div {
      height: 0;
      text-align: left;
      display: block;
      align-items: center;

    }

    .tabs .tab-header>div.active {
      display: block;
      border-radius: none;
      background: #000;
      padding: 0;
    }

    .tabs::before {
      content: '';
      border: none;
      height: 0;
      position: absolute;
      z-index: -99;
      transform: translateX(0px);

    }

    .tabs .tab-header>div>img {
      max-width: 45px;

    }

    .tabs .tab-header>div h4 {
      font-weight: 500;
      font-size: 13px;
      padding: 10px 15px;
      background: #fff;
      display: block;


    }

    .tabs .tab-header:hover>div h4 {
      display: block;
    }

    .service-hig {
      padding-bottom: 0;
      padding: 0;
    }

    .service-hig .tab-body {
      height: 100%;
      padding: 2rem;

    }


    .tabs .tab-body>div.active {
      top: 0px;
      opacity: 1;
      position: relative;
      transform: scale(1);
    }

    .service-hig .tab-body .body-cont {
      transform: translateX(-90px);
      position: absolute;
      margin-top: 15rem;
      display: block;
      justify-content: center;
      align-items: center;
    }
  }

  @media screen and (width < 500px) {

    .service-hig .tab-body .body-cont {

      margin-top: 20rem;
      

    }
  }
    @media screen and (width < 850px) {

    .service-hig .tab-body .body-cont {

display:flex;
flex-wrap:wrap;

    }
  }

  /*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
  .join-dis img {
    border-radius: 10px;
  }

  .join-dis {
    background: #fafdff52 !important;
    padding: 7rem 0 3rem;
  }

  .join-dis .content h3 {
    color: #110202 !important;
  }

  .join-dis .content p {
    color: #15002b !important;
    font-size: 28px;
    letter-spacing: .7px;
    font-weight: 600;
    font-family: 'Shadows Into Light', cursive;

  }

  .join-dis .cgtr a {
    background: #181616 !important;
    color: #fff !important;
  }

  .join-dis .row .disfpr {
    height: 350px;
    padding: 2rem;
  }

  .join-dis .row .disfpr img {
    max-width: 35rem;
    margin-top: -5rem;
    margin-left: -4rem;
  }

  .why-us {
    background: var(--botton-bg);
  }

  .why-us .content {
    padding: 60px 50px 0 100px;
  }

  .why-us .content h3 {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 34px;
    color: #f1f3f9;
    padding-bottom: 10px;
  }

  .why-us .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
  }

  .why-us .content p {
    font-size: 15px;
    color: var(--gray-300);
  }

  .why-us .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .why-us .accordion-list {
    padding: 0 100px 60px 100px;

  }

  .why-us .accordion-list ul {
    padding: 0;
    list-style: none;
  }

  .why-us .accordion-list li+li {
    margin-top: 15px;
  }

  .why-us .accordion-list li {
    padding: 20px;
    background: #f6f5f5;
    border-radius: 4px;
  }

  .why-us .accordion-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 30px;
    outline: none;
    cursor: pointer;
  }

  .why-us .accordion-list span {
    color: #47b2e4;
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
  }

  .why-us .accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .why-us .accordion-list p {
    margin-bottom: 0;
    font-size: 13px;
    color: var(--gray-600);
    letter-spacing: .4px;
    padding: 10px 0 0 0;
    font-family: 'Prompt', sans-serif;

  }

  .why-us .accordion-list .icon-show {
    display: none;
  }

  .why-us .accordion-list a.collapsed {
    color: #343a40;
  }

  .why-us .accordion-list a.collapsed:hover {
    color: #47b2e4;
  }

  .why-us .accordion-list a.collapsed .icon-show {
    display: inline-block;
  }

  .why-us .accordion-list a.collapsed .icon-close {
    display: none;
  }

  .why-us .btn-why {
    animation-delay: 0.8s;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: -3rem;
    padding: 12px 28px;
    border-radius: 10px;
    position: absolute;
    transition: 0.5s;
    color: var(--text-bold);
    background: var(--m-bg);
    margin-top: 2rem;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.555);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.405);
    box-shadow: 0 1px 10px rgba(163, 163, 163, 0.216);

  }


  .why-us .btn-why:hover {
    background: var(--ord);
    color: #fff;

  }

  .why-us .chat {
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
  }

  .why-us .chat img {
    height: 40px;
  }

  .why-us .chat p {
    font-size: 11px;
    font-weight: 100;
    letter-spacing: .8px;
    color: var(--gray-200);
  }

  .why-us .comp-afr {
    padding: 0 1rem;
    width: 100%;
    position: absolute;
  }

  .why-us .afr-bord {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    text-align: center;
    width: 100%;
    background: var(--ord-2);
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 10px rgba(27, 27, 27, 0.462);
    -moz-box-shadow: 10px 10px 10px rgba(43, 42, 42, 0.638);
    box-shadow: 10px 10px 10px rgba(163, 163, 163, 0.216);
  }

  .why-us .afr-bord .brd-cont {
    border-right: 2px solid #fff;
    padding: 1.2rem;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .why-us .afr-bord .brd-cont:nth-child(3) {
    border: none;
  }

  .why-us .afr-bord .brd-cont h5 {
    font-family: 'Poppins', sans-serif;
    color: #fff9fb;

    font-weight: 500;

  }

  .why-us .afr-bord .brd-cont h1 {
    /*  font-family: 'Prompt', sans-serif; usable
 */
    font-family: 'Yantramanav', sans-serif;
    letter-spacing: .5px;
    color: #fff9fb;
    font-weight: 700;
    font-size: 50px;


  }



  /*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
  .skills .content h3 {
    font-weight: 700;
    font-size: 32px;
    color: #37517e;
    font-family: "Poppins", sans-serif;
  }

  .skills .content ul {
    list-style: none;
    padding: 0;
  }

  .skills .content ul li {
    padding-bottom: 10px;
  }

  .skills .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #47b2e4;
  }

  .skills .content p:last-child {
    margin-bottom: 0;
  }

  .skills .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
  }

  .skills .progress .skill {
    padding: 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #37517e;
  }

  .skills .progress .skill .val {
    float: right;
    font-style: normal;
  }

  .skills .progress-bar-wrap {
    background: #e8edf5;
    height: 10px;
  }

  .skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #4668a2;
  }





  /*--------------------------------------------------------------
# Funnel
--------------------------------------------------------------*/
  .Funnel {
    background: #077be006;
    height: auto;
    width: 100%;
    padding: 2rem 0;

  }

  .Funnel .container {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .Funnel .container .fun-li {
    padding: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;


  }

  .Funnel .container .fun-li .ful-bo span img {
    max-width: 22px;
    margin-right: 10px;
    transform: translateY(-5px);
    display: flex;
  }

  .Funnel .container .fun-li .ful-bo span {
    padding: 3px;
    overflow: hidden;
    display: inline-flex;
    height: 50px;
    width: 30rem;
    align-items: center;

  }

  .Funnel .container .fun-li .ful-bo {
    padding: 1rem;
    text-align: left;
    width: 100%;
    margin-left: 3rem;

  }



  .Funnel .container .fun-li>div span h4 {
    font-size: 16px;
    font-weight: 100;
    text-transform: capitalize;
    display: flex;
    color: var(--text-bold);
  }

  .Funnel .container .fun-li>div span i {
    font-size: 16px;
    display: flex;
    border-radius: 50%;
    margin-right: 10px;
    align-items: center;

  }

  .Funnel .container .title {
    margin-top: 1rem;
    text-align: center;
    justify-content: center;
   
  }

  .Funnel .container .title h4 {
    font-size: 30px;
     color: var(--ord-2);
    font-weight: 600;
    text-align: center;
    letter-spacing: .5px;
    text-transform: capitalize;
    font-family: "Jost", sans-serif;
  }

  /*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
  #portfolio {
    height: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: -8rem;
    width: 100%;


  }


  .port-slide {
    position: relative;
    height: 600px;
    margin: auto;
    place-items: center;
    display: grid;
    cursor: grab;
    width: 100vw;
    overflow: scroll;
    margin-left: -8rem;
  }

  .port-slide::-webkit-scrollbar {
    width: .0em;
    display: none;
  }

  .port-slide::-webkit-scrollbar-track {
    border: none;
    display: none;

  }

  .port-slide::-webkit-scrollbar-thumb {
    display: none;
  }

  .port-slide .p-slide-track {
    display: flex;
    width: calc(250px * 16);
    animation: scroll 20s linear infinite;
  }

  /*   .p-slide-track:hover {
    animation-play-state: paused;
  } */

  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }

    100% {
      transform: translateX(calc(-250px * 8));
    }
  }

  .port-slide .p-slide-track .slide .ti h3 {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;

  }

  .port-slide .p-slide-track .slide {
    height: 500px;
    width: 500px;
    display: flex;
    align-items: center;
    padding: 2px;
  }

  .port-slide img {
    width: 100%;
    border: 2px solid #077be075;
  }

  /*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
  .portfolio-details {
    padding-top: 40px;
  }

  .portfolio-details .portfolio-details-slider img {
    width: 100%;
  }

  .portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }

  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #47b2e4;
  }

  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #47b2e4;
  }

  .portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
  }

  .portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }

  .portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }

  .portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
  }

  .portfolio-details .portfolio-description {
    padding-top: 30px;
  }

  .portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .portfolio-details .portfolio-description p {
    padding: 0;
  }

  /*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
  .team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
    height: 100%;
  }

  .team .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%;
  }

  .team .member .pic img {
    transition: ease-in-out 0.3s;
  }

  .team .member:hover {
    transform: translateY(-10px);
  }

  .team .member .member-info {
    padding-left: 30px;
  }

  .team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #37517e;
  }

  .team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
  }

  .team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
  }

  .team .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
  }

  .team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .team .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #eff2f8;
  }

  .team .member .social a i {
    color: #37517e;
    font-size: 16px;
    margin: 0 2px;
  }

  .team .member .social a:hover {
    background: #47b2e4;
  }

  .team .member .social a:hover i {
    color: #fff;
  }

  .team .member .social a+a {
    margin-left: 8px;
  }

  /*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
  .pricing .row {
    padding-top: 40px;
  }

  .pricing .box {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    background: #fff;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 5px;
  }

  .pricing h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--gray-600);
  }

  .pricing h4 {
    font-size: 48px;
    color: #37517e;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    margin-bottom: 25px;
  }

  .pricing h4 sup {
    font-size: 28px;
  }

  .pricing h4 span {
    color: var(---btn);
    font-size: 18px;
    display: block;
  }

  .pricing ul {
    padding: 20px 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
  }

  .pricing ul li {
    padding: 10px 0 10px 30px;
    position: relative;
  }

  .pricing ul i {
    color: #28a745;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 6px;
  }

  .pricing ul .na {
    color: #ccc;
  }

  .pricing ul .na i {
    color: #ccc;
  }

  .pricing ul .na span {
    text-decoration: line-through;
  }

  .pricing .buy-btn {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    color: var(---btn);
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    transition: 0.5s;
    border: 1px solid var(---btn);
  }

  .pricing .buy-btn:hover {
    background: var(--regular-bg);
    color: #fff;
    border: none;
  }

  .pricing .featured {
    border-top-color: #47b2e4;
  }

  .pricing .featured .buy-btn {
    background: var(--regular-bg);
    color: #fff;
    border: none;
  }

  .pricing .featured .buy-btn:hover {
    background: transparent;
    color: var(---btn);
    border: 1px solid var(---btn);
  }



  /*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
  .faq {
    margin-top: 5rem;
  }

  .faq .faq-list {
    padding: 0 100px;
  }


  .faq .faq-list ul {
    padding: 0;
    list-style: none;
  }

  .faq .faq-list li+li {
    margin-top: 15px;
  }

  .faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
  }

  .faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
  }

  .faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #47b2e4;
  }

  .faq .faq-list .icon-show,
  .faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
  }

  .faq .faq-list .icon-show {
    display: none;
  }

  .faq .faq-list a.collapsed {
    color: #37517e;
    transition: 0.3s;
  }

  .faq .faq-list a.collapsed:hover {
    color: #47b2e4;
  }

  .faq .faq-list a.collapsed .icon-show {
    display: inline-block;
  }

  .faq .faq-list a.collapsed .icon-close {
    display: none;
  }

  @media (max-width: 1200px) {
    .faq .faq-list {
      padding: 0;
    }
  }

  
#contact{
  margin-top: 2rem;
  height: auto;
  padding-bottom: 10rem;
 
}

  .contact .cont-form {
    width: 100%;
    padding: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 2fr));
  }

  .contact .cont-form .form-lft {
    padding: 2rem;
    width: 100%;
  }

  .contact .cont-form .form-rgt .hed-tit h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--gray-600);
    font-family: 'Yantramanav', sans-serif;
  }

  .contact .cont-form .form-rgt .hed-tit {

    justify-content: center;
    text-align: center;

  }

  .contact .cont-form .form-rgt {
    padding: 2rem;
    height: 450px;
  }

  .contact .cont-form .form-rgt .titleb {
    height: 60px;
    margin: .5rem;
    width: auto;
    position: relative;
    align-items: center;
    justify-content: space-between;
  }
  .contact .com-info{
    padding: 1rem;
  }
  .contact .com-info h6{
    font-weight: 400;
    font-size: 18px;
    color: var(--gray-700);
    font-family: 'Gabarito', sans-serif;
    
  }
  .contact .com-soc{
    width: 100%;
    padding: 5px;
  }
  .contact .com-soc a i{
    font-size: 20px;
    color: var(--gray-600);
    padding-right: 2rem;
    cursor: pointer;

  }

  .titleb input[type="checkbox"]:checked {
    border: 1px solid var(--gray-400);
  }

  .titleb input[type="checkbox"]:hover {
    transform: scale(1.08);
  }

  .titleb input[type="checkbox"]:checked:after {
    font-weight: 900;
    content: "\f058";
    color: var(--border-bg-1);
  }

  .titleb input[type="checkbox"]:after {
    position: absolute;
    font-family: "font awesome 6 free";
    font-weight: 400;
    content: "\f111";
    font-size: 19px;
    padding: 10px;
    color: #e2e6f3;
  }

  .titleb input[type="checkbox"] :checked+label {
    animation: grow 0.5s;
  }

  @keyframes grow {
    50% {
      font-size: 80px;
    }
  }

  .titleb input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    height: 100%;
    width: 100%;
    cursor: pointer;
    border: 3px solid transparent;
    outline: none;
    border-radius: 10px;
    box-shadow: 4px 15px 15px 25px rgba(2, 28, 53, 0.02);

  }

  .titleb label h5 {
    font-family: 'Prompt', sans-serif;
    font-weight: 200;
    color: var(--gray-700);
    text-transform: capitalize;
    font-size: 18px;
  }

  .titleb label {
    display: flex;
    flex-direction: column;
    margin-left: 3rem;
    text-align: left;
    justify-content: center;
    height: 80%;
    position: absolute;
    bottom: 0;

    width: 100%;
  }


  .contact .cont-form .form-lft .cont-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 1rem;
  }

  .contact .cont-form .form-lft .input-wrap.w-100 {
    grid-column: span 2;
  }

  .input-wrap {
    position: relative;
  }

  .contact .cont-form .form-lft .input-wrap .cont-inp {
    background-color: var(--icon-bg);
    padding: 1.5rem 1.35rem calc(0.75rem - 2px) 1.35rem;
    font-family: inherit;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 40px;
    color: var(--gray-700);
    font-weight: 600;
    transition: .5s ease;
    border: 2px solid transparent;
    box-shadow: 0 1px 5px var(--icon-bg);
  }

  .contact .cont-form .form-lft .input-wrap .cont-inp:hover {
    background-color: #d1e3f8da;
  }

  .contact .cont-form .form-lft .input-wrap label {
    position: absolute;
    top: 50%;
    left: calc(1.35rem + 2px);
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--gray-500);
    transition: 0.25s;
  }

  .contact .cont-form .form-lft .input-wrap .icon {
    position: absolute;
    top: 50%;
    right: calc(1.35rem + 2px);
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--gray-500);
    font-size: 1.25rem;
    transition: 0.3s;

  }

  .contact .cont-form .form-lft .input-wrap textarea {
    resize: none;
    width: 100%;
    min-height: 150px;
  }

  .contact .cont-form .form-lft .input-wrap.focus .cont-inp {
    background-color: #fff;
    border: 2px solid var(---btn);
    box-shadow: 0 1px 10px var(--icon-bg);


  }

  .contact .cont-form .form-lft .input-wrap.focus label {
    color: var(---btn);
  }

  .contact .cont-form .form-lft .input-wrap.focus .icon {
    color: var(---btn);
  }

  .contact .cont-form .form-lft .input-wrap.not-empty label {
    font-size: 0.66rem;
    top: 1rem;
    transform: translateY(0);


  }
  .contact .cont-form .form-lft {
    height: 80vh;
  }

  .contact .cont-form .cont-butt .sed-btn {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 5px;
    margin: 10px 0 0 0;
    color: #fff;
    background: var(---btn);
    display: flex;
    outline: none;
    border: none;
    border-radius: 40px;
  }


  /*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
  .breadcrumbs {
    padding: 15px 0;
    background: var(--botton-bg);
    min-height: 40px;
    margin-top: 72px;
  }

  .breadcrumbs h2 {
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    width: 50rem;
  }

  .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
  }

  .breadcrumbs ol li a {
    color: #fff;
  }

  .breadcrumbs ol li {
    color: #e7f5fb;
  }

  .breadcrumbs ol li+li {
    padding-left: 10px;
  }

  .breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #4668a2;
    content: "/";
  }

  /* ideal start */
  .ideal {
    background: #077be01b;
    width: 100%;
    padding: 2rem;
    height: auto;
    overflow: hidden;

  }

  .ide-cont {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    justify-content: center;
    align-items: center;
    text-align: center;

  }

  .ide-cont .ide-txt h2 {
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
    color: #077be0a9;
    font-family: 'Gabarito', sans-serif;

  }

  .ide-cont .ide-txt p {
    font-size: 20px;
    color: #026dcaa4;
    font-weight: 500;
    padding-bottom: 1rem;
  }

  .ide-cont .ide-txt a:hover {
    background: transparent;
    border: 2px solid#026dcaa4;
    color: #077be0a9;
  }

  .ide-cont .ide-txt a {
    padding: 15px 60px;
    background: var(--botton-bg);
    border-radius: 30px;
    color: #fff;
    transition: .5s;
    font-size: 20px;
    font-family: 'Gabarito', sans-serif;


  }


  /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
  #footer {
    font-size: 14px;
    background: #37517e;
  }

  #footer .footer-newsletter {
    padding: 50px 0;
    background: #f3f5fa;
    text-align: center;
    font-size: 15px;
    color: #444444;
  }

  #footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #37517e;
  }

  #footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
  }

  #footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
  }

  #footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #47b2e4;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }

  #footer .footer-newsletter form input[type=submit]:hover {
    background: #209dd8;
  }

  #footer .footer-top {
    padding: 60px 0 30px 0;
  }

  #footer .footer-top .footer-contact ul li i {
    color: var(---btf);
  }

  #footer .footer-top .footer-contact ul li {
    padding: .6rem 0;
    color: #fff;
  }

  #footer .footer-top .footer-contact span img {
    max-width: 150px;
  }

  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
  }

  #footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    color: #fff;
  }

  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }

  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #47b2e4;
    font-size: 18px;
    line-height: 1;
  }

  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }

  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }

  #footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }

  #footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #47b2e4;
  }

  #footer .footer-top .footer-links p {
    color: #fff;
  }

  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #47b2e4;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }

  #footer .footer-top .social-links a:hover {
    background: #209dd8;
    color: #fff;
    text-decoration: none;
  }

  #footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    border-top: 1px solid #c7c7c7;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  #footer .copyright {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  #footer .credits {
    float: right;
    font-size: 13px;
  }

  #footer .credits a {
    transition: 0.3s;
  }

  /* team page sections start */
  .tm-sec {
    display: inline-block;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
  }

  .tm-cen {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tm-prof {
    position: relative;
    height: 400px;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tm-prof span {
    position: absolute;
    inset: 0;
    border: 2px solid #333;
    opacity: 0.5;

  }

  .tm-prof span:nth-child(1) {
    border-radius: 69% 31% 31% 69% / 34% 39% 61% 66%;
    animation: animatesquare 6s linear infinite;
    border-color: #004683;
  }

  .tm-prof span:nth-child(2) {
    border-radius: 43% 57% 33% 67% / 64% 36% 64% 36%;
    animation: animatesquare 4s linear infinite;

  }

  .tm-prof span:nth-child(3) {
    border-radius: 56% 44% 31% 69% / 51% 39% 61% 49%;
    animation: animatesquare2 10s linear infinite;

  }


  @keyframes animatesquare {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes animatesquare2 {
    0% {
      transform: rotate(360deg);
    }

    100% {
      transform: rotate(0deg);
    }

  }

  .bottom {
    position: relative;
    width: 100%;
    padding: 40px 50px;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
  }

  .bottom .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 40px;
  }

  .icon .imgbox img {
    position: relative;
    max-width: 80px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    filter: grayscale(1);


  }

  .icon .imgbox.active img {
    scale: 1.1;
  }

  .icon .imgbox.active {
    opacity: 1;
    padding: 0 10px;
    scale: 1.2;
    box-shadow: 0 0 0 4px #48c5ff,
      0 0 0 10px #fff,
      0 0 0 12px #48c5ff
  }


  .icon .imgbox {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    transition: 0.5s;
    box-shadow: 0 0 0 4px #48c5ff;
    opacity: 0.5;
  }

  .contzbx {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    transform: scale(0);
    opacity: 0;
  }

  .contzbx.active {
    transform: scale(1);
    opacity: 1;
    transition-delay: 0.5s;
  }

  .contzbx .card {
    position: relative;
    display: flex;
    text-align: center;
    flex-direction: column;
    gap: 15px;
    background: transparent;
    border: none;
    justify-content: center;
    align-items: center;

  }

  .contzbx .card .imgbx {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    overflow: hidden;
    box-shadow: 0px 10px 55px -3px rgba(66, 63, 228, 0.233);
  }

  .contzbx .card .imgbx img {
    max-width: 150px;
  }

  .contzbx .card .texbx {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

  }

  .contzbx .card .texbx h2 {
    position: relative;
    font-size: 1.26em;

    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
  }

  .contzbx .card .texbx h2 b {
    font-size: 0.55em;
    font-weight: 500;
    color: #222;
    letter-spacing: 0.1em;
    font-family: 'Poppins', sans-serif;

    text-transform: capitalize;

  }

  .contzbx .card .sci {
    position: relative;
    display: flex;
    gap: 7px;
    margin-top: 10px;
  }

  .contzbx .card .sci li a {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(---btn);
    color: #fff;
    border-radius: 50%;
    transition: .5s;
  }

  .contzbx .card .sci li a:hover {
    background-color: #333;
    color: #fff;
  }

  /* team page sections ends */


  .team-me {
    padding: 2rem;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2rem;

  }

  .team-me .tem-img {
    justify-content: center;
    align-items: center;

  }

  .team-me .tem-img img {
    max-width: 40rem;
  }

  .tem-con .con-title {
    font-size: 35px;
    width: 100%;
    text-align: left !important;


  }

  .tem-con .con-title h2 {
    text-align: left;
    justify-content: left;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: var(--text-bold);
  }





  .team-me .tem-con p b {
    font-weight: 600;
    font-size: 16px;
  }

  .team-me .tem-con p {
    font-family: 'Gabarito', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: .4px;
    color: var(--text-bold);

  }

  .team-me .tem-con .tem-btn {
    display: flex;
  }

  .team-me .tem-con .btn-watch-video {
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    margin: 10px 10px 0 25px;
    color: var(--btn-bg);
    line-height: 1;
  }



  .team-me .tem-con .btn-watch-video i {
    line-height: 0;
    color: var(--btn-bg);
    font-size: 32px;
    transition: 0.3s;
    margin-right: 10px;
  }

  .team-me .tem-con .btn-watch-video:hover i {
    color: #47b2e4;
  }

  .team-me .tem-con .btn-get-started {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 25px;
    margin: 10px 0 0 0;
    color: #fff;
    background: var(--regular-bg);

  }



  .team-me .tem-con .btn-get-started:hover {
    background: #fff;
    border: 1px solid var(---btf);
    color: var(--gray-600);
    position: relative;

  }

  .team-me .tem-con .btn-get-started:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
    border-radius: 25px;
    transform: translateY(-20px) translateX(-10px);
    background: var(--botton-bg);
    transition: .5s;
  }





.clearfix{
  justify-content: center;
  align-items: center;
  text-align: center;
}




  .team-me .tem-con {
    padding: 4rem;
    justify-content: center;
    align-items: center;
  }



  .ceo-box .bx-im {
    position: absolute;
    z-index: -1;

  }

  .ceo-box .bx-im-1 {
    top: 20px;
    left: 150px;
  }

  .ceo-box .bx-im-2 {
    bottom: 20px;
    right: 100px;
  }

  .ceo-box {
    padding: 5rem;
    margin-top: 1rem;
    border-radius: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
  }

  .ceo-box .ceo-bx-con {
    justify-content: center;
    display: grid;
    grid-template-columns: 65% 35%;
    width: 950px;
    overflow: hidden;
    border-radius: 2rem;
    border: transparent;
    height: 18rem;
    background-color: #1d273c;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.216);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.216);
    box-shadow: 15px 17px 15px -3px rgba(0, 0, 0, 0.1), 0px 17px 45px 56px #fff;
  }

  .ceo-box .ceo-bx-con .ceo-cn-tx {
    padding: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ceo-box .ceo-bx-con .ceo-cn-tx .tx-ceo-r h2 {
    color: #fff;
    font-family: 'Gabarito', sans-serif;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: .4px;
  }

  .ceo-box .ceo-bx-con .ceo-cn-tx .tx-ceo-r h5 span {
    color: var(---btn);
    font-size: 23px;
    padding-right: 5px;

  }

  .ceo-box .ceo-bx-con .ceo-cn-tx .tx-ceo-r h5 {
    color: #fff4f4;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .4px;
    margin-top: 2rem;
  }

  .ceo-box .ceo-bx-con .ceo-cn-tx .tx-ceo-r {
    padding: 2rem;
  }

  .ceo-box .ceo-bx-con .ceo-cn-img {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    width: 100%;
    position: relative;
  }

  .ceo-box .ceo-bx-con .ceo-cn-img img {
    width: 100%;
    object-fit: cover;
    margin-top: -3rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    position: relative;
  }

  .img-grad {
    padding: 3rem;
    position: absolute;
    filter: blur(6px);
    background-image: linear-gradient(150deg, #1d273c 80%, #1d273ce8 100%) !important;
    height: 18rem;
    border-top-right-radius: 40%;
    border-bottom-right-radius: 30%;
    transform: translateX(130px);
    overflow: hidden;

  }

  @media (max-width: 768px) {
         .test-audit  .input-wrap input {
      max-width: 350px !important;
      justify-content: center;
      margin-top: 2rem;
  
      }
    .serv-list {
      display: block !important;
      padding: 1rem !important;

    }

    .serv-list .sv-lt-l {
      display: block !important;
      padding: 1rem .5rem !important;
      margin-top: .5rem;

    }


    .ceo-box {
      padding: 2rem;
      height: auto;

    }

    .ceo-box .ceo-bx-con .ceo-cn-img img {

      border-radius: 10px;

      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      margin-bottom: -1rem;
    }

    .ceo-box .ceo-bx-con {
      display: block;
      height: 100vh;
      padding-bottom: 0;
    }

    .img-grad {
      display: none;
    }

    .team-me .tem-img img {
      max-width: 25rem;
    }

    .team-me .tem-con {
      padding: 1rem;
    }

    .team-me {
      padding: 1rem;

    }


    .tem-con .con-title h2 {

      font-size: 30px;
      margin-bottom: 10px;
      padding-bottom: 10px;

    }

    .team-me .tem-con p {
      font-size: 13px;
      font-weight: 300;
      line-height: 1.6em;
      width: 20rem;

    }


    .ceo-box .bx-im-1 {
      top: 50px;
      left: 10px;
    }

    .ceo-box .bx-im-2 {
      bottom: 20px;
      right: 10px;
    }





    #footer .footer-bottom {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    #footer .copyright,
    #footer .credits {
      text-align: center;
      float: none;
    }

    #footer .credits {
      padding-top: 4px;
    }

  }





  .her-s {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .her-s .sussc {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-height: 500px;
    height: 350px;
    width: 350px;
    border-radius: 30px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 10px rgba(238, 238, 238, 0.216);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.216);
    box-shadow: 0 1px 10px rgba(165, 168, 225, 0.326);
  }
  .her-s .sussc .pulse{
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
    padding: 3rem;
    width: 40px;
    height: 40px;
    background-color: #1088f0;
    border-radius: 50px;
  }
  .her-s .sussc .pulse span{
position: absolute;
height: 70px;
max-width: 60px;
width: 70px;
padding:3rem;
background: inherit;
border-radius: 50px;
opacity: .5;

    animation: pulseanimate infinite 2s ease-out 2s;


  }

@keyframes pulseanimate {
  100%{
    transform:scale(2);
    opacity: 0;
  }
 
  
}

  


  .her-s .sussc .pulse i{
    font-size: 40px;
    color: #fff;
    z-index: 99;
  }
  .her-s .sussc .succ-tx{
    max-width: 300px;
    width: 100%;
  }
  .her-s .sussc .succ-tx h4{
    font-size: 20px;
  }
  
  .her-s .sussc .succ-tx i{
    padding-top: 1rem;
    text-align: center;

  }



















  @media (max-width: 560px) {
    .trust-tit {
      transform: translateY(20px);
    }

    .join-dis {
      text-align: center;
      justify-content: center;
      align-items: center;
    }

    .ceo-box .ceo-bx-con {
      display: flex;
      flex-wrap: wrap;
      height: 70vh;
    }

    .ideal {
      padding: 1rem;
    }

    .ide-cont .ide-txt h2 {
      font-size: 40px;
    }

    .ide-cont .ide-txt p {
      font-size: 15px;

    }

    .ide-cont .ide-txt a {
      padding: 7px 40px;
      font-size: 20px;
    }

    .ide-img img {
      margin-top: 19px;

    }

  }

  @media (max-width: 380px) {

    .team-me .tem-img img {
      max-width: 25rem;
    }


  }




  @media only screen and (max-width: 760px) {

    .card__trusted {
      padding-block: 1rem !important;
      padding: 0 !important;
    }

    .tcard__content {
      margin-inline: .75rem;
      overflow: hidden;
    }

    .trusted {
      padding: 3px 0 !important;
    }

    .tcard__data .tcard__dec {
      font-size: 15px !important;
      width: 17rem !important;


    }

    .proccess .prrgt-con {
      padding: 0 10rem !important;
      transform: translateX(2rem) translateY(-1rem);

    }


    .proccess .pros-lft .prlft-con .bott a {
      margin-top: 1rem !important;
    }

    .proccess .pros-lft .prlft-con {
      padding: 0 8rem !important;
    }

    .proccess .pros-lft .prlft-con p {
      font-size: 18px !important;
    }

    .proccess .pros-lft .prlft-con h2 {
      font-size: 30px !important;
      transform: translateX(20px);
    }

    /*   .banf-brand .banf-brd-img img {
      animation: slide 10s ease-in-out infinite alternate-reverse both;

    }

    @keyframes slide {
      0% {
        transform: translatex(250px);
      }

      100% {
        transform: translatex(-250px);
      }

    } */

    .p-bann-1 .banf-tex span {

      font-weight: 600 !important;
      font-size: 15px !important;

    }

    .p-bann-1 .banf-tex h2 {

      font-size: 28px !important;
      font-weight: 600 !important;
      line-height: 40px !important;

    }

    .service-p {
      display: block !important;
      height: 100vh !important;



    }

    .banf-brand {
      margin-top: -4.7rem;
    }

    .service-p .p-bann-1 .banf-tex {
      padding-right: 0rem !important;

      transform: translateX(0) translateY(0) !important;
    }




.uin{
  display: flex;
  visibility: visible;
}

.get{
  display: none;
  visibility: hidden;
}

    .p-bann-2 {
      height: 50vh !important;
      padding: 0 !important;
      margin-top: -6rem !important;

    }

    .banf-img {
      padding: 10px;
    }

    .banf-vid {
      max-width: 30rem !important;
      transform: translateX(-3.5rem) translateY(-1rem) !important;
    }


    .elevate .elevate-con .elcon2 img {
      width: 400px !important;
      max-width: 500px !important;
    }

  }

  main {
    overflow: hidden;
  }

  .service-p {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: start;
    height: 70vh;
    overflow: hidden;


  }

  .service-p .banf {
    padding: 2rem;
    border-radius: 10px;
    justify-content: center;
    align-items: center;



  }

  .service-p .p-bann-1 {
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .service-p .p-bann-1 .banf-tex {
    text-align: left;
    padding: .5rem;
    padding-right: 2rem;
    justify-content: center;
    align-items: center;
    transform: translateX(5rem) translateY(5rem);
  }

  .p-bann-1 .banf-tex span {
    color: #077ae0;
    font-family: 'Gabarito', sans-serif;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: .4px;
    padding: .7rem 0;
    text-transform: uppercase;
  }

  .p-bann-1 .banf-tex h2 {
    margin: 0 0 10px 0;
    font-size: 37px;
    font-weight: 600;
    line-height: 50px;
    color: var(--text-bold);
    text-transform: capitalize;
    font-family: 'Prompt', sans-serif;
  }

  .p-bann-2 {
    height: 70vh;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .banf-img {
    justify-content: center;
    align-items: center;
  }




  .banf-brand {
    background: #f8f8f8;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: block;
    padding: .8rem;

  }

  .banf-brand .banf-sec-tit h2 {
    font-size: 25px;
    font-family: 'Prompt', sans-serif !important;
    font-weight: 600;
    color: var(---btn);
    text-transform: capitalize;

  }

  .banf-brand .banf-brd-img {
    padding: .5rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

  }

  .banf-brand .banf-brd-img img:nth-child(5) {
    width: 180px;
  }

  .banf-brand .banf-brd-img img {
    padding: 1rem;
    width: 150px;


  }

  .elevate {
    padding: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
    height: auto;

  }

  .elevate .elevate-con {
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    justify-content: center;
    align-items: center;
    width: 85vw;


  }

  .elevate .elevate-con .elcon1 {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }

  .elevate .elevate-con .elcon1 p {
    font-size: 23px;
    font-weight: 600;
    color: var(---btn);
    letter-spacing: .4px;
    text-transform: capitalize;

    font-family: 'Prompt', sans-serif;



  }

  .elevate .elevate-con .elcon1 h2 {
    font-weight: 400;
    font-size: 19px;
    letter-spacing: .4px;
    line-height: 26px;
    color: var(--gray-600);

  }

  .elevate .elevate-con .elcon2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .elevate .elevate-con .elcon2 img {
    width: 750px;
  }

  .proccess {
    padding: 1rem;
    height: auto;
    justify-content: center;
    align-items: center;
    background: #077be01b;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
    gap: 1rem;

  }

  .proccess .pros-lft {
    padding: 2rem;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .proccess .pros-lft .prlft-con {
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 80vh;
    padding: 3rem;
  }


  .proccess .pros-lft .prlft-con h2 {
    font-size: 40px;
    color: var(--ord-2);
    font-weight: 700;
    line-height: 40px;
    padding: 1rem 0;
    text-transform: capitalize;
  }

  .proccess .pros-lft .prlft-con p {
    line-height: 27px;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: .4px;
    color: var(--gray-600);
    font-family: 'Poppins', sans-serif;
    padding: 1rem 0;
  }

  .proccess .pros-lft .prlft-con .bott {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .proccess .pros-lft .prlft-con .bott a {
    background: var(--regular-bg);
    font-size: 18px;
    padding: 15px 35px;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    font-weight: 600;
    transition: .5s ease;
    border-radius: 30px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 175, 166, 0.216);
    -moz-box-shadow: 0 1px 10px rgba(98, 171, 255, 0.216);
    box-shadow: 0 1px 10px rgba(50, 78, 238, 0.349);
    margin-right: 1rem;

  }

  .proccess .pros-lft .prlft-con .bott a:hover {
    background: #fff;
    color: var(---btn);
  }

  .proccess .pros-lft .prlft-con .bott .chup {
    background: #fff;
    border: 1px solid var(--regular-bg);
    transition: .5s ease;
    color: var(--ord);

  }

  .proccess .pros-lft .prlft-con .bott .chup:hover {
    background: none;
    color: var(---btn);

  }

  .proccess .pros-lft .prlft-con .bott a .fa:hover {
    margin-right: -1rem;
  }


  .proccess .pros-rgt {
    padding: 3rem 0;
    border-left: 1px dotted var(--ord);
  }

  .proccess .pros-rgt .prrgt-con {
    height: 100%;
    padding: 1rem;
  }

  .proccess .pros-rgt .prrgt-con ul li {
    display: inline-block;
    border-radius: 10px;
    text-align: left;
    cursor: pointer;
    margin: .5rem 0;
    padding: .5rem;
    transition: .5s ease;
  }

  .proccess .pros-rgt .prrgt-con ul li:hover {
    background-color: #077be01e;
  }

  .proccess .pros-rgt .prrgt-con .co-nom {
    background: #fff;
    -webkit-box-shadow: 0 1px 10px rgba(75, 78, 78, 0.39);
    -moz-box-shadow: 0 1px 10px rgba(98, 171, 255, 0.216);
    box-shadow: 0 1px 10px rgba(50, 78, 238, 0.349);
    position: absolute;
    padding: 15px;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 600;
    margin: 2rem 0;
    transform: translateY(-2rem) translateX(-85px);
    border: 1px solid var(---btf);
    font-family: 'Gabarito', sans-serif;

  }

  .proccess .pros-rgt .prrgt-con .co-tit {
    position: relative;
    margin-top: .5rem;


  }

  .proccess .pros-rgt .prrgt-con h3 {
    font-weight: 700;
    font-size: 20px;
    color: var(--ord-2);
    text-transform: capitalize;
    letter-spacing: .3px;
    font-family: 'Open Sans', sans-serif;


  }

  .proccess .pros-rgt .prrgt-con .co-dec {
    position: relative;
    margin-top: .5rem;
    max-width: 30rem;
  }

  .proccess .pros-rgt .prrgt-con p {
    font-size: 13px;
    letter-spacing: .4px;
    font-family: 'Poppins', sans-serif;
    color: var(--gray-600);
  }

  .fqres {
    background: none;
  }

  .fqres .faq-list ul li {
    border-bottom: 1px solid var(--gray-300);
  }



  /* service */
  .hes {
    height: auto !important;
    background: transparent !important;
  }

  .serv-list {
    padding: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 2fr));
    gap: 2rem;
    justify-content: center;
    align-items: center;
  }

  .serv-list .sv-lt-l {
    display: flex;
    padding: 3rem 1rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #077be01b;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.216);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.216);
    box-shadow: 0 1px 10px rgba(163, 163, 163, 0.216);
    background: var(--bg);
    transition: .5s ease;
  }

  .serv-list .sv-lt-l:hover {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.466);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.363);
    box-shadow: 0 1px 10px rgba(163, 163, 163, 0.432);
  }

  .serv-list .sv-lt-l img {
    width: 200px;
    height: 200px;
    padding: 2rem;
  }

  .serv-list .sv-lt-l h5 {
    font-size: 12px;
    font-family: 'Gabarito', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .serv-list .sv-lt-l h3 {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: .3px;
    color: var(--ord-2);
    text-transform: capitalize;
    font-family: 'Prompt', sans-serif;
  }

  .serv-list .sv-lt-l p {
    padding: 4px 0;
    /*     width: 28rem;
 */
    font-size: 14px;
    letter-spacing: .4px;
    line-height: 25px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    padding-bottom: 3rem;
  }

  .serv-list .sv-lt-l a {
    background: #fff;
    font-size: 18px;
    border: 1px solid var(---btf);
    padding: 10px 25px;
    text-transform: capitalize;
    color: var(---btf);
    position: relative;
    font-weight: 500;
    transition: .5s ease;
    border-radius: 30px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.216);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.216);
    box-shadow: 0 1px 10px rgba(163, 163, 163, 0.216);
  }

  .serv-list .sv-lt-l a:hover {
    background: var(--regular-bg);
    color: #fff;
  }

  .trusted {
    height: 100vh;
    width: 100%;
    padding: 30px 50px;
    text-align: center;
    align-items: center;
    justify-content: center;

  }

   .trusted__sec {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
   
  }
  .trusted .trust-tit {
    width: 100%;
    text-align: center;
    justify-content: center;
    position: relative;
    padding: 2rem 0;
  }

  .card__trusted {
    padding-block: 3rem;
    margin-top: -3rem;
  }

  .tcard__content {
    border-radius: 1.25rem;
    overflow: hidden;
  }

  .tcard__article {
    width: 400px;
    max-height: 570px;
    border-radius: 1.25rem;
    padding: 20px 40px;
    justify-content: flex-start;
    align-items: start;
    display: flex;
    flex-direction: column;
    background-color: #88c7ff18;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.216);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.216);
    box-shadow: 0 1px 10px rgba(163, 163, 163, 0.216);
    overflow: hidden;
    margin: 2rem 0;
  }

  .tcard__img {
    position: relative;
    filter: grayscale(1.5);
    max-width: 250px;


  }

  .tcard__img img {
    width: 100px;
  }

  .ext img {
    width: 120px !important;
  }

  .hty img {
    width: 80px !important;
  }

  .tcard__data {
    position: relative;
    text-align: left;
    padding: 20px 0;

  }

  .tcard__data .tcard__dec {
    font-size: 19px;
    width: 20rem;
    color: var(--gray-600);
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 28px;
    text-align: left;

  }

  .tcard__name {
    display: flex;
    padding: 1rem 0;
    transform: translateY(40px);
  }

  .tcard__name span h4 {
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: .4px;
    font-family: 'Titillium Web', sans-serif;
    color: var(--gray-700);
  }

  .tcard__name span h5 {
    font-size: 15px;
    font-weight: 300;
    color: var(--gray-600);
    letter-spacing: .3px;
    font-family: 'Gabarito', sans-serif;
  }


  .tcard__name .tcard__rev {
    position: relative;
    transform: translateY(34px) translateX(20px);

  }

  .tcard__name .tcard__rev i {
    font-size: 19px;
    color: #ff6138;
    padding-left: 4px;
  }

 

  .trusted .trust-tit h1 {
    font-weight: 700;
    font-size: 33px;
    color: var(---btf);
    text-transform: capitalize;
    letter-spacing: .6px;
    font-family: 'Prompt', sans-serif;


  }

  .trusted .trust-tit span {
    color: #ff6138;

  }

  .trusted .trust-tit span i {
    font-size: 25px;
    margin: 0 .3rem;
  }



  .swiper-pagination-bullet-active {
    background-color: #000;
  }



  /*  branded */

  .Branded {
    height: 100%;
    margin-top: 60px;
  }

  .bra-awar {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .bra-awar h4 {
    font-weight: 500;
    color: var(--text-bold);
    text-align: center;
    font-family: 'Gabarito', sans-serif;
    text-transform: uppercase;
    font-family: 'Tilt Prism', sans-serif;

  }

  .bra-img {
    display: grid;
    padding: .5rem;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: 1rem;


  }

  .bra-img img {
    max-width: 150px;
    width: 150px;
  }

  /* RESOURSES START */
  .res-home {
    height: 80vh;
    background: var(--home-bg);
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 30%;
  }

  .home-res {
    background: #f0faff;
    border-radius: 0px;
  }

  .home-res h1 {
    color: #000 !important;
  }

  .home-res p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
  }

  .home-res p i {
    color: var(---btn);
  }

  .res-home .container {
    padding-top: 90px;
  }

  .res-home h1 {
    margin: 0 0 10px 0;
    font-size: 43px;
    font-weight: 700;
    line-height: 56px;
    color: var(---btf);
    text-transform: capitalize;
    font-family: 'Prompt', sans-serif;

  }

  .res-home h2 {
    color: var(--gray-600);
    margin-bottom: 50px;
    font-size: 15px;
    letter-spacing: .5px;
    font-family: 'Gabarito', sans-serif;

  }

  .res-home .img-res {
    transform: translateX(10px) !important;


  }

  .res-home .img-res img {
    width: 600px !important;
    border-radius: 14px;
  }

  .res-home .res-img {
    max-width: 500px;
    padding: 1rem;
    transform: translateX(70px) translateY(-20px);
  }

  .res-home .res-img img {
    width: 360px;
  }

  #lrn-drp {
    height: 100%;
    padding: 2rem;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  #lrn-drp .drp-con {
    height: 100%;
    width: 100%;
    padding: 2rem;
    gap: 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  }


  .drp-con-box {
    border-radius: 10px;
    box-shadow: var(--shade2);
  }

  .drp-con-box a img {
    width: 370px;
    border-radius: 10px;
  }

  .con-box-txt {
    padding: 1rem;
    width: 100%;
  }

  .con-box-txt a h1 {
    font-size: 27px;
    font-weight: 600;
    font-family: 'Gabarito', sans-serif;
    text-transform: capitalize;
  }

  .con-box-txt h5 {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .4px;
    line-height: 20px;

  }

  .con-box-txt p {
    padding: 1rem 0 0 0;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: var(--gray-500);
    font-size: 13px;
  }

  .blog-pg {
    width: 95%;
    margin: 50px auto;
    gap: 1rem;
  }

  .blog-pg {
    padding: 1rem;
    gap: 1rem;
    display: grid;
    grid-template-columns: 24% 50% 26%;
  }

  .bl-left {
    padding: 2rem;
  }

  .bl-left .bl-con-bx {
    display: block;
    text-align-last: left;
  }

  .bl-left .bl-con-bx h3 {
    font-weight: 600;
    font-size: 20px;
  }

  .bl-con-bx .con-bx-a {
    display: block;
    display: flex;
    flex-wrap: wrap;

  }

  .bl-con-bx .con-bx-a a {
    color: #011b31;
    font-size: 14px;
    width: 100%;
    line-height: 21px;
    padding: 5px;
    transition: .5s ease;
  }

  .bl-con-bx .con-bx-a a:hover {
    color: var(---btn);
  }

  .bl-center {
    padding: 2rem;
    height: auto;
  }

  #share-botton {
    display: flex;
    width: 100%;
    padding: 0 0 1rem 0;
  }

  #share-botton a i {
    font-size: 17px;
    margin: 0 .5rem;
    padding: .9rem;
    color: #010101;
    cursor: pointer;
    transition: .5s ease;

  }

  #share-botton a i:hover {
    border: 1px solid var(---btf);
    border-radius: 6px;
    color: var(---btn);
    -webkit-box-shadow: 0 1px 10px rgba(1, 99, 228, 0.216);

  }

  .bl-right {
    padding: 2rem;
    justify-content: center;
    align-items: center;
  }

  .bl-right .bl-con-bx h3 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .4px;
  }

  .bl-con-img {
    border-radius: 50%;
    overflow: hidden;
    height: 120px;
    width: 120px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 1rem 0;
    object-fit: cover;
  }

  .bl-con-img img {
    height: 120px;
    border-radius: 50%;
    width: 120px;
    object-fit: cover;
  }

  .con-bx-txc {
    padding: 1rem .3rem;
    width: 100%;
  }

  .con-bx-txc h5 {
    font-weight: 400;
    letter-spacing: .4px;
    font-family: 'Gabarito', sans-serif;
    color: #011b31;
    font-size: 14px;
    width: 100%;
    line-height: 21px;

  }

  .con-bx-txc a {
    padding: 7px 30px;
    width: 100%;
    border-radius: 10px;
    background: var(--botton-bg);
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 1rem;
    transition: .5s ease;
    justify-content: center;
    text-align: center;
    display: flex;
  }

  .con-bx-txc a:hover {
    background: var(---btf);
  }

  .blog-art h1 {
    font-weight: 600;
    font-size: 34px;
    text-transform: capitalize;
    padding: 1rem 0;
    font-family: 'Gabarito', sans-serif;
    letter-spacing: .3px;

  }

  .blog-art .bl-ol-li h2 {
    font-family: 'Gabarito', sans-serif;
    text-transform: capitalize;
    font-size: 26px;


  }

  .blog-art img {
    max-width: 570px;
    border-radius: 15px;

  }

  .blg-ar-im {
    border-radius: 15px;
    padding-bottom: 20px;
    overflow: hidden;
    width: 100%;
    height: 100%;

  }
  .blg-more{
    margin: 1rem 0;
    padding: 2rem ;
    background: #c3e3ff36;
    border-radius: 10px;
    width: 100%;
  }
  .blg-more span{
    display: flex;
    align-items: center;
    text-transform: capitalize;
  }
  .blg-more span i{
    color: var(---btn);
    font-size: 28px;
    padding: 0 20px;
  }
  .bl-li,.bl-ol{
   margin-left: .5rem;
  }
.bl-li li{
list-style-type:disc;
}
.bl-ol li{
  list-style-type:decimal;
  }

.contr-res p{
  text-transform: uppercase;
}

.abt{
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
 margin: 3rem 0;
}
.privacy-policy  h1{
  font-weight: 700;
  font-size: 40px;
  letter-spacing: .4px;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  
}
.privacy-policy  .poli-art{
  padding: 2rem 10rem;
  text-align: left;
}


  /* RESOURSES END */
/* error */
.cont-form  form .error_msg {
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f8d7da;
  padding: 10px 10px;
  position: absolute;
  border-radius: 5px;
  margin: 2rem 0;
  transform: translatex(29px) translateY(-100px);
  max-width: 40rem;
  padding: 10px 0;
  margin-bottom: 5px;
  border: 1px solid #f5c6cb;
  letter-spacing: .3px;
  color: #721c24;
  font-size: 13px;
  display: none;

}

























































































  /* ----------
media query
------------ */

  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  }

  @media (max-width: 1024px) {

    .why-us .content,
    .why-us .accordion-list {
      padding-left: 0;
      padding-right: 0;
    }
  }

  @media (max-width: 992px) {
    .blog-art img {
      max-width: 370px;
      border-radius: 15px;

    }

    .res-home .res-img {
      width: 100%;
      justify-content: center !important;
      align-items: center !important;
      display: flex !important;
      transform: translateX(70px) !important;
    }

    .res-home .res-img img {
      width: 200px;

    }

    .res-home {
      text-align: center;
      width: 100%;
      height: auto;
    }

    .res-home .container {
      padding-top: 10px;
    }

    .res-home h1 {
      font-size: 30px;
      line-height: 36px;
      letter-spacing: .3px;
    }

    .res-home h2 {
      font-size: 15px;
      font-weight: 200;
      letter-spacing: .3px;
    }

    .pricing .box {
      max-width: 60%;
      margin: 0 auto 30px auto;
    }

    .breadcrumbs {
      margin-top: 68px;
    }

    #hero {
      height: 100vh;
      text-align: center;
    }



    #hero .hero-img {
      text-align: center;
    }

    #hero .hero-img img {
      width: 50%;
    }

    .port-slide {

      margin-left: -4rem !important;
    }

    .why-us .img {
      min-height: 400px;
    }

    .why-us .content {
      padding-top: 30px;
    }

    .why-us .accordion-list {
      padding-bottom: 30px;
    }

  }


  @media (max-width: 768px) {
    .navbar{
      width: auto;
    }
    .privacy-policy  h1{
font-size: 28px;
    }


      .privacy-policy  .poli-art{
        padding: 1rem ;


      }
    .blog-art h1{
      font-size: 24px;

    }
    .blog-art img {
      max-width: 280px;
      border-radius: 15px;

    }

    .blog-pg {

      display: inline-block;
    }

    .drp-con-box a img {
      width: 300px;

    }

    #lrn-drp .drp-con {
      padding: 0;
    }


    .res-home .res-img img {
      width: 200px;
      transform: translateX(-60px);

    }

    .res-home .img-res img {
      width: 350px !important;
      border-radius: 14px;
      margin-left: -1rem;
    }

    .res-home {
      text-align: center;
      width: 100%;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      height: 100vh;
      padding-top: 7rem;
      justify-content: center;
      align-items: center;
      display: flex;
    }

    .res-home .container {
      padding-top: 10px;
    }

    .res-home h1 {
      font-size: 30px;
      line-height: 36px;
      letter-spacing: .3px;
    }

    .res-home h2 {
      font-size: 15px;
      font-weight: 200;
      letter-spacing: .3px;
    }

    .Branded {
      margin-top: 20px !important;
    }

    .pricing .box {
      max-width: 80%;
      margin: 0 auto 30px auto;
    }

    .Funnel .container .fun-li .ful-bo {
      width: 100%;
      margin-left: -1rem;

    }

    .clients img {
      max-width: 40%;
    }

    #hero .platform-reviews .rev-box img {
      width: 50px;
      height: auto;

    }

    .contact .cont-form {
      padding: 0;
      width: 100%;
      
      
    }
    .contact .section-title h2{
      font-size: 20px;
    }


    .contact .cont-form .form-lft {
      padding: 0 !important;
      height: 80vh;
    }

    #hero video {
      display: block;
      
    }
    #hero .vid2 {
      border-radius: none;
      width: 100%;
      right: 0%;
      left: 0%;
  
    }
     #hero .part {
     display: none;
     visibility: hidden;
    }
     .tab-body .tabibo{
      margin-top: 1rem;
    }


    #hero h1 {
      font-size: 28px;
      line-height: 36px;
    }

    #hero h2 {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 30px;
    }

    #hero .hero-img img {
      width: 70%;
    }


  }


  @media (max-width: 600px) {
    .clients .container .row img {
      animation: slide 20s ease-in-out infinite alternate-reverse both;

    }

    @keyframes slide {
      0% {
        transform: translatey(0px);
      }


      100% {
        transform: translatey(-500px);
      }

    }


    .bra-img {
      display: flex !important;
      overflow-x: scroll;
      padding: 0 3rem !important;
    }

    .bra-img ::-webkit-scrollbar-thumb {
      visibility: hidden;
      display: none;
    }

    .bra-img::-webkit-scrollbar-track {
      visibility: hidden;
      display: none;
    }

    .bra-img::-webkit-scrollbar {
      visibility: hidden;
      display: none;
    }

    .bra-img img {
      width: 120px !important;
      padding: 0 18px !important;
    }


    .pr-im img {
      width: 150px !important;
    }
  }



  @media (max-width: 575px) {
    .why-us .chat {
      display: flex;
      margin-top: 3rem;

    }

    .why-us .chat p {
      text-align: center;
      justify-content: center;
      align-items: center;
    }

    .join-dis .row .disfpr img {
      max-width: 28rem;
      margin-top: -5rem;
      margin-left: -5.5rem;
    }

    .why-us .comp-afr {
      margin-bottom: -2rem;
      padding-top: 3rem;
      position: relative;
    }

    .why-us .img {
      min-height: 200px;
    }

    .why-us .afr-bord {
      display: block;
    }

    .why-us .afr-bord .brd-cont {
      border-bottom: 2px solid #fff;
      border-right: none;


    }


    .services {
      padding-top: 10rem;
    }

    .port-slide {

      margin-left: -1rem !important;
    }

    #hero .hero-img img {
      width: 80%;
    }

    #hero .btn-get-started {
      font-size: 16px;
      padding: 10px 24px 11px 24px;
    }

    .tm-prof {
      height: 300px !important;
      width: 250px !important;

    }
   .tm-cen{
        height:auto;
    }

    .contzbx .card .imgbx img {
      height: 100px !important;
      width: 100px !important;
      object-fit: cover;
    }

    .contzbx .card .imgbx {
      height: 100px !important;
      width: 100px !important;
    }

    .contzbx .card .texbx h2 {
      position: relative;
      font-size: 0.80em;
      font-weight: 500;
      line-height: 0.50em;
    }

    .contzbx .card .texbx h2 b {
      font-size: 0.55em;
      font-weight: 400;
      letter-spacing: 0.1em;
    }

    .contzbx .card .sci li a {
      width: 30px;
      height: 30px;

    }

    .icon .imgbox {
      max-height: 50px;
      margin-top: -1rem;
    }

    .icon .imgbox.active {

      scale: 0.80;

    }

    .icon .imgbox img {
      max-width: 60px;
      object-fit: cover;


    }

    .team-me>div {

      display: block !important;
    }

  }



  @media (max-width: 420px) {
    .pricing .box {
      max-width: 100%;
      margin: 0 auto 30px auto;

    }

    .Branded {
      margin-top: -17px !important;
    }

  }
  
  
  
  

  .image-cont{
    padding: 1rem;
    height: 100%;
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1rem;
    width: 100%;
      }
  .image-cont .cont-box{
    padding: .5rem;
    text-align: center;
    justify-content: center;
  }
  
  .image-cont .cont-box img{
    max-width: 20rem;
    border-radius: 15px;
  }
  
  
  
  .test-audit {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .test-audit input {

    border: 1px solid var(---btf);




  }

  .test-audit .input-wrap .cont-inp {
    text-transform: capitalize;
    width: 550px !important;
    background: transparent;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.216);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.47);
    padding: .8rem;
    outline: none;
    border-radius: 20px;
    background-color: var(--icon-bg);
    font-family: inherit;
    width: 100%;
    border: 2px solid var(--text-light);
    outline: none;
    color: var(--gray-700);
    font-weight: 600;
    transition: .5s ease;
    border: 1px solid transparent;
    box-shadow: 0 1px 5px var(--icon-bg);
  }

  .test-audit .input-wrap.focus .cont-inp {
    background-color: #fff;
    border: 2px solid var(---btn);
    box-shadow: 0 1px 10px var(--icon-bg);


  }

  .test-audit .input-wrap .cont-inp:hover {
    background-color: #d1e3f8da;
  }
  .test-audit .input-wrap .tes-but{
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 5px;
    margin: 10px 0 0 0;
    color: #fff;
    background: var(---btn);
    outline: none;
    border: none;
    border-radius: 40px;
  }
  