.top {
  background-color: #ffffff;
  border-bottom: 1px solid #e9ecef;
}

.logo .black-logo {
  display: block;
}

.logo .white-logo {
  display: none;
}

.nav-link {
  color: #4e4e4e;
}

.nav-link:hover {
  color: #6000b8;
}

.nav-link.active {
  color: #6000b8;
  border-bottom: 2px solid #6000b8;
}

.head {
  margin-top: 100px;
  margin-bottom: 0;
}

.head .hero {
  min-height: 647px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.hero>div {
  min-width: 400px;
}

.head-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.hero .content>div {
  color: #212529;
  font: normal normal medium 24px/35px Poppins;
}

.hero .content h1 {
  color: #212529;
  margin-bottom: 24px;
  min-width: 400px;
  min-height: 60px;
  font: normal normal 600 40px/60px Poppins;
}

.head-left br {
  display: none;
}

.typed::after {
  margin-left: 2px;
  content: "";
  border-right: 2px solid #212529;
  display: inline;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

/*Removes cursor that comes with typed.js*/
.typed-cursor {
  opacity: 0;
  display: none;
}

/*Custom cursor animation*/
@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fade2 {
  margin-right: 24px;
  width: 140px;
  height: 140px;
}

.head-left img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}

.fade3 {
  width: 476px;
  height: 459px;
}

.head-right img {
  width: 476px;
  height: 459px;
  object-fit: contain;
}

.logo-slider {
  padding: 56px 0;
  display: flex;
}

.tickerContainer {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.carouselTicker__item {
  margin-right: 100px;
  float: left;
  border: unset;
  width: unset;
  height: unset;
  line-height: unset;
  text-align: unset;
}

.client-logo {
  height: 72px;
  width: 120px;
  object-fit: contain;
  filter: grayscale(100%);
}

.client-logo:hover {
  filter: unset;
}

.logo-client:last-child {
  margin-right: 0;
}

.about {
  padding: 83px 0;
  background-color: #6000b8;
}

.desc-abt {
  padding: 62px 48px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 0;
  width: 70%;
  transform: translateY(-50%);
  z-index: 10;
}

.desc-abt h2 {
  margin-bottom: 16px;
  font: normal normal bold 28px/42px Poppins;
}

.desc-abt h3 {
  margin-bottom: 16px;
  font: normal normal bold 32px/46px Poppins;
}

.desc-abt p {
  margin-bottom: 32px;
  font: normal normal normal 16px/30px Poppins;
}

.text_ellipsis {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.container-abt {
  display: flex;
  height: 609px;
}

.bg-dots {
  width: 40%;
  position: relative;
}

.bg-dot-top,
.bg-dot-bottom {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.bg-dot-top {
  top: 0;
}

.bg-dot-bottom {
  bottom: 0;
}

.bg-dots img {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.image-abt {
  width: 60%;
  height: 100%;
  object-fit: cover;
}

.image-abt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  grid-gap: 56px 64px;
  justify-content: space-between;
}

.service {
  padding: 68px 60px;
  box-shadow: 0 6px 40px #baccff3b;
  transition: 0.4s;
}

.service:hover {
  box-shadow: 0 6px 40px #baccffb4;
}

.service img {
  margin-bottom: 16px;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.service h3 {
  margin-bottom: 16px;
  color: #212529;
  font: normal normal bold 32px/46px Poppins;
}

.service p {
  margin-bottom: 32px;
  color: #4e4e4e;
  font: normal normal normal 16px/28px Poppins;
}

.achieve-container {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.achieve {
  width: 299px;
  height: 278px;
  margin: 20px;
  background-color: white;
  box-shadow: 0px 6px 40px #baccff29;
}

.achieve:hover {
  box-shadow: 0px 6px 40px #baccff52;
}

.achieve:nth-child(odd) {
  transform: translateY(-50px);
}

.achieve:nth-child(even) {
  transform: translateY(50px);
}

.achieve .icon {
  margin: 16px 16px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  border-left: 10px solid #fe007c;
}

.achieve img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.achieve .info-ac {
  margin: 32px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.count-ac {
  font: normal normal bold 56px/54px Poppins;
  margin-bottom: 10px;
}

.desc-ac {
  font: normal normal medium 22px/38px Poppins;
  color: #747474;
}

.container-ptf {
  background: transparent linear-gradient(110deg, #00e5ff 0%, #0090ff 100%) 0% 0% no-repeat padding-box;
}

.container-ptf .container {
  padding: 0;
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
}

.desc-ptf {
  padding: 40px;
  width: 45%;
  height: 356px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 16px 48px #0065b43d;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between !important;
  align-items: space-between !important;
  align-content: space-between;
}

.desc-ptf h3 {
  margin-bottom: 16px;
  font: normal normal 500 22px/32px Poppins;
  color: #6000b8;
}

.desc-ptf h4 {
  margin-bottom: 16px;
  font: normal normal bold 28px/36px Poppins;
}

.desc-ptf p {
  margin-bottom: 32px;
  font: normal normal normal 18px/28px Poppins;
  color: #4e4e4e;
}

.image-ptf {
  width: 45%;
  max-height: 356px;
  position: absolute;
  right: 0;
  left: 45%;
}

.image-ptf img {
  width: 100%;
  height: 356px;
  object-fit: contain;
}

.container-testimo {
  padding: 20px 0;
}

.testimo {
  margin: 20px auto;
  width: 60%;
  display: flex;
  position: relative;
}

.client-img img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}

.tm-side {
  padding: 0 20px;
}

.tm-content {
  margin-bottom: 16px;
  font: normal normal normal 16px/22px Poppins;
}

.tm-name {
  color: #6000b8;
  font: normal normal 600 22px/40px Poppins;
}

.tm-pro {
  font: normal normal medium 16px/40px Poppins;
  color: #747474;
}

.quote-sym div:nth-child(1) img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  z-index: 20;
  transform: rotate(180deg);
}

.quote-sym div:nth-child(2) img {
  width: 89px;
  height: 76px;
  object-fit: contain;
  z-index: 20;
}

.quote-sym div:nth-child(1) {
  background-color: #6000b8;
  padding: 10px;
  position: absolute;
  top: -25px;
  left: -25px;
}

.quote-sym div:nth-child(2) {
  position: absolute;
  bottom: -25px;
  right: -25px;
}

.slick-arrow,
.slick-dots {
  display: none !important;
}

@media screen and (max-width: 1400px) {
  .head-left img {
    width: 120px;
    height: 120px;
  }

  .hero .content h1 {
    font: normal normal 600 30px/60px Poppins;
  }

  .head-right img {
    width: 396px;
    height: 379px;
    object-fit: contain;
  }

  .desc-abt {
    padding: 42px 32px;
    background-color: white;
  }

  .achieve {
    margin: 16px;
    width: 240px;
    height: 240px;
  }

  .achieve img {
    width: 50px;
    height: 50px;
  }

  .achieve .info-ac {
    margin: 32px 30px;
  }

  .count-ac {
    font: normal normal bold 40px/54px Poppins;
    margin-bottom: 10px;
  }

  .desc-ac {
    font: normal normal medium 16px/4px Poppins;
    color: #747474;
  }

  .service {
    padding: 48px 40px;
  }
}

@media screen and (max-width: 800px) {
  .top {
    background-color: white;
  }

  .head {
    margin-top: 50px;
  }

  .logo .white-logo {
    display: block;
  }

  .logo .black-logo {
    display: none;
  }

  .head .container {
    padding: 0;
  }

  .head .hero {
    padding: 32px 0;
    justify-content: center;
    align-content: space-around;
  }

  .hero>div {
    min-width: 300px;
    display: flex;
    justify-content: center;
  }

  .head-left {
    flex-direction: column;
  }

  .hero .content>div {
    font: normal normal medium 14px/24px Poppins;
  }

  .hero .content h1 {
    text-align: center;
    min-width: 300px;
    min-height: 64px;
    font: normal normal 600 28px/32px Poppins;
  }

  .head-left br {
    display: block;
  }

  .fade2 {
    margin-right: 0;
    margin-bottom: 24px;
    width: 60px;
    height: 60px;
  }

  .head-left img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }

  .head-left>.content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fade3 {
    width: 250px;
    height: 240px;
  }

  .head-right img {
    width: 250px;
    height: 240px;
    object-fit: contain;
  }

  .logo-slider {
    padding: 20px 0;
  }

  .carouselTicker__item {
    margin-right: 50px;
  }

  .client-logo {
    height: 52px;
    width: 100px;
    filter: unset;
  }

  .about {
    padding: 20px 5px;
  }

  .desc-abt {
    padding: 20px;
    position: static;
    top: 0;
    width: 100%;
    transform: translateY(0);
    z-index: 999;
  }

  .bg-dots {
    display: none;
  }

  .container-abt {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }

  .image-abt {
    width: 100%;
  }

  .desc-abt h2 {
    font: normal normal bold 22px/28px Poppins;
  }

  .desc-abt h3 {
    font: normal normal bold 20px/24px Poppins;
  }

  .desc-abt p {
    font: normal normal normal 16px/24px Poppins;
  }

  .service {
    padding: 20px;
  }

  .service-container {
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    justify-content: space-around;
  }

  .service img {
    margin-bottom: 8px;
  }

  .service h3 {
    margin-bottom: 16px;
    font: normal normal bold 22px/28px Poppins;
  }

  .service p {
    margin-bottom: 20px;
    font: normal normal normal 16px/24px Poppins;
  }

  .achievements {
    padding: 10px;
  }

  .achieve-container {
    padding: 16px 0;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .achieve {
    width: 100%;
    height: unset;
    margin: 10px 20px;
    background-color: white;
  }

  .achieve:nth-child(odd) {
    transform: unset;
  }

  .achieve:nth-child(even) {
    transform: unset;
  }

  .achieve img {
    width: 60px;
    height: 60px;
  }

  .count-ac {
    font: normal normal bold 28px/32px Poppins;
  }

  .desc-ac {
    font: normal normal medium 18px/26px Poppins;
  }

  .portfolio h2 {
    margin-left: 10px;
  }

  .container-ptf .container {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    padding: 20px !important;
  }

  .desc-ptf {
    padding: 24px 16px;
    width: 100%;
    order: 2;
    position: static;
    transform: none;
    background: white;
    border-radius: 0 0 12px 12px;
  }

  .image-ptf {
    display: block !important;
    width: 100%;
    height: 300px;
    order: 1;
    position: static;
    background: white;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
  }

  .image-ptf img {
    display: block !important;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .container-testimo {
    padding: 16px 0;
  }

  .testimo {
    width: unset;
    flex-wrap: wrap;
    justify-content: center;
  }

  .client-img img {
    object-fit: cover;
  }

  .tm-side {
    padding: 10px 0;
  }

  .tm-content {
    margin-bottom: 16px;
    font: normal normal normal 16px/24px Poppins;
  }

  .tm-name {
    color: #6000b8;
    font: normal normal 600 22px/32px Poppins;
  }

  .tm-pro {
    font: normal normal medium 14px/22px Poppins;
    color: #747474;
  }

  .quote-sym div:nth-child(1) {
    top: 0;
    left: 0;
  }

  .quote-sym div:nth-child(2) {
    bottom: 0;
    right: 0;
  }
}