* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none!important;
  }
  
  body {
    font-family: 'Quicksand', sans-serif;
    color: white;
    overflow-x: hidden!important;
  }
  
  /* #28162b */
  /* #212243 */
  .home-wrapper {
    background: black;
    /* background: radial-gradient(circle at center, #000000, transparent 90%, #28162b 80%, #212243); */
  
    /* background: radial-gradient(45deg, #28162b, #212243); */
  
  }
  
  .navbar {
    /* background-color: rgba(0, 0, 0, 0.2); */
    height: 14vh;
    background: #FFFFFF1A;
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(30px)
  }
  
  .nav-links li a {
    color: white;
    text-decoration: none;
  }
  
  .nav-links li {
    list-style: none;
  }
  
  /* banner */
  
  .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
  }
  .carousel #bgVideo {

    width: 100%;
    height: 100%;
  }

  .homeoverlay {
    background : #000 !important;
    display:block;
    height:100%;
    left:0;
    opacity:.5;
    position:absolute;
    top:0;
    width:100%
  }
  
  .banner-content h1 {
    /* font-size: 4.5rem; */
    font-size: 1.8rem;
    font-weight: 600;
  }

  .banner-content #textSlider-pp {
    /* font-size: 4.5rem; */
    color: #fff;
  }

  .banner-content #textSlider {
     /* font-size: 3.3rem;  */
  }
  
  .banner-content p {
    width: 60%;
    font-size: 1.2rem;
  }
  
  .banner-content h1 {
    color: #EEB543;
  }
  
  .carousel-item {
    height: 100%;
  }
  
  .carousel-item img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
  }
  
  
  /* about */
  .home-about-wrapper {
    margin: 8rem auto;
  }
  .home-about-wrapper-hp{
    margin: 8rem auto;
  }
  
  .home-about-content h2 {
    font-size: 4rem;
    font-weight: 700;
  }
  
  .home-about-wrapper img{
    margin-bottom: 2rem;
  }
  
  .home-about-content p {
    /* font-size: 1.3rem; */
    font-size: 1.2rem;
  }
  
  .home-about-wrapper {
  
    /* font-size: 1.3rem; */
    font-size: 1.2rem;
  }
  
  /* common box */
  
  .common-box-wrapper {
    margin-bottom: 8rem;
  }
  
  .common-box-content h6 {
    color: #8A8A8A;
    font-size: 1.3rem;
  }
  
  .common-box-content h2 {
    font-size: 3rem;
    font-weight: 700;
    width: 90%;
  }
  
  .common-box-content p {
    /* font-size: 1.3rem; */
    font-size: 1.2rem;
  }
  
  
  
  
  /* our coouse  */
  .ourcourses-content {
    margin-bottom: 8rem;
  }
  
  .ourcourses-content h6 {
    color: #8A8A8A;
    font-size: 1.2rem;
  }
  
  .ourcourses-content h2 {
    font-size: 3rem;
    font-weight: 700;
  }
  
  .ourcourses-content p {
    font-size: 1.3rem;
  }
  
  .ourcourses-card {
    background-color: #FFFFFF1A;
    border-radius: 25px;
    overflow: hidden;
    width: 30%;
  }
  
  .ourcourses-card h6 {
    font-size: 1rem;
  }
  
  .ourcourses-card img {
    object-fit: cover;
    border-radius: 25px;
    height: 170px;
  }
  
  /* our clients */
  .our-clients-wrapper {
    margin-bottom: 8rem;
  }
  
  .our-clients-wrapper h6 {
    color: #8A8A8A;
    font-size: 1.2rem;
  }
  
  .our-clients-wrapper h2 {
    font-size: 3rem;
    font-weight: 700;
  }
  
  .client-box {
    height: 150px;
    width: 150px;
    border-radius: 20%;
    background-color: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  
  /* trust wall */
  .trust-wall-wrapper h6 {
    color: #8A8A8A;
    font-size: 1.2rem;
  }
  
  .trust-wall-wrapper h2 {
    font-size: 4rem;
    font-weight: 700;
  }
  
  
  /* getintouch */
  .get-in-touch-content {
    margin-bottom: 8rem;
  }
  
  .get-in-touch-content h2 {
    font-size: 4rem;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
  
  }
  
  .get-in-touch-content input {
    width: 40%;
    margin-top: 2rem;
    padding-bottom: 1rem;
    background: transparent;
    border: none;
    border-bottom: 2px solid white;
  }
  
  .get-in-touch-content input::placeholder {
    color: white;
  }
  
  /* review */
  
  
  .trust-wall-wrapper {
    margin-bottom: 8rem;
  }
  
  /* footer */
  
  .footer-links a {
    color: white;
    text-decoration: none;
  }
  
  .footer-links a {
    font-size: 0.9rem;
  }
  
  .footer-links span {
    font-size: 0.9rem;
  }
  
  .footer-links span p {
    font-size: 0.9rem;
  }
  
  
  /* common */
  .common-head {
    font-size: 4rem;
    font-weight: 700;
  }
  
  .common-yellow {
    color: #EEB543;
  }
  
  .common-yellow-border {
    /* border-bottom: 4px solid #EEB543; */
    position: relative;
    /* display: inline-block; */
    /* min-height: 60px; */
  }
  
  /* .common-yellow-border:hover {
    background-color: #EEB543 !important;
    transform: scale(1.02);
  } */
  
  .common-yellow-border::before {
    content: "";
    height: 4px;
    width: 100%;
    bottom: -4%;
    left: 0;
    background-color: #EEB543;
    position: absolute;
  }
  
  .common-yellow-border:hover {
    background-color: #EEB543 !important;
  }
  .common-yellow-border:focus{
    background-color: #EEB543 !important;
  }
  
  .common-yellow-border:hover::before {
    /* background-color: #EEB543 !important;
    transition: 0.3s;
    align-self: flex-end;
    border-bottom: 2px solid #EEB543; */
    height: 10px;
  }
  
  .common-yellow-border:not(:hover)::before {
    animation: bounce 0.3s ease-in;
  }
  
  
  
  @keyframes bounce {
  
    0%,
    50%,
    100% {
      height: 4px;
    }
  
    25% {
      height: 7px;
      /* border-bottom: 7px solid #EEB543; */
    }
  
    75% {
      height: 7px;
      /* border-bottom: 7px solid #EEB543; */
    }
  }
  
  .gradient-text {
    background: -webkit-linear-gradient(#F5FFA6, #F5B080);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  
  .home-wrapper {
    /* background: linear-gradient(to bottom, black, #000000, #1f24be, #2A162D); */
    background: linear-gradient(-130deg, black, #2b162f, #35345c, black);
    /* background: linear-gradient(to bottom, #ff0000, #00ff00, #0000ff); */
  
    /* background-size: 400% 400%; */
    animation: gradient 10s ease-in-out infinite;
  }
  
  @keyframes gradient {
    0% {
      background: linear-gradient(-130deg, black, #2b162f, #35345c);
    }
  
    25% {
      background: linear-gradient(-175deg, black, #2b162f, #35345c, black);
    }
  
    50% {
      background: linear-gradient(-200deg, black, #2b162f, #35345c, black);
    }
  
    75% {
      background: linear-gradient(-175deg, black, #2b162f, #35345c, black);
    }
  
    100% {
      background: linear-gradient(-130deg, black, #2b162f, #35345c, black);
    }
  }
  
  
  
  
  /* Mixin */
  /* .white-gradient { */
    /* background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
  /* } */
  
  /* Variables */
  :root {
    --animationSpeed: 30s;
  }
  
  /* Animation */
  
  
  
  
  /* Styling */
  .slider {
    background: transparent;
    /* height: 300px; */
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  
  .slide {
    border-radius: 25px;
    overflow: hidden;
  }
  
  .slider::before,
  .slider::after {
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }
  
  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  
  .slider::before {
    left: 0;
    top: 0;
  }
  
  .slide-track {
    animation: scroll var(--animationSpeed) linear infinite;
    display: flex;
    width: calc(250px * 4);
  }
  
  .slide-track-2 {
    animation: scrollright var(--animationSpeed) linear infinite;
    display: flex;
    animation-direction: alternate-reverse;
    width: calc(250px * 4);
  }
  
  
  @keyframes scrollright {
    0% {
      transform: translateX(-100%);
    }
  
    50% {
      transform: translateX(80%);
    }
  
    100% {
      transform: translateX(-100%);
    }
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
  
    50% {
      transform: translateX(calc(-250px * 6));
    }
  
    100% {
      transform: translateX(0);
    }
  }
  
  
  .nav-links-menu {
    display: none;
  }
  
  .read-more-btn {
    width: 20%;
    margin-left: 4rem;
    justify-content: center;
  }

  .offthesh{
    margin-top: 5rem!important;
  }
  
  @media (max-width: 800px) {

    html,body {
      width: 100%;
      height: 100%;
      overflow-x: hidden!important;
    }
    .nav-links {
      display: none !important;
    }
  
    .nav-links-menu {
      display: inline-block;
    }
  
    .nav-links-menu img {
      height: 40px;
      width: 40px;
    }
  
    .nav-mobile-links a {
      color: white;
      text-decoration: none;
    }
  
    .nav-mobile-links li {
      list-style: none;
      margin: 20px 5px;
    }

    .read-more-btn {
      width: 100%;
      justify-content: center;
    }
  
    .ourcourses-card {
      width: 100%;
    }
  
    .ourcourses-card img {
      height: 200px;
    }
  
    .banner-content h1 {
      font-size: 2rem;
      margin-top: 3rem;
    }
  
    .banner-content p {
      font-size: 1rem;
      width: 100%;
      margin-top: 1rem;
    }
  
    .get-in-touch-content h2 {
      font-size: 2rem;
    }
  
    h2 {
      font-size: 2rem !important;
    }

    .home-about-wrapper-hp {
      margin: 0rem auto;
  }

  .carousel #bgVideo {
    width: 100%;
    height: 100%;
}
.carousel-home{
  height: 54vh !important;
}

.banner-con-hp {
  top: 67%;
}

  }
  .dropdown-menu {
    background: black;

  }

  .case-study-button{
    position: absolute;
    right: 2%;
    bottom: 8%;
  }

  .help-block-error {color:#a94442;
  }
  .has-error .form-control {border-color:#a94442;
  }