.network-capabilities-sec {
  background: url("../images/channel-partner/channel-bg.png") no-repeat 0 0;
  background-size: 100%;
  overflow: hidden;
}
.network-capabilities-sec .network-wrapper .network-section {
  margin-top: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.network-capabilities-sec .network-wrapper .network-section .left {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.network-capabilities-sec .network-wrapper .network-section .left .title {
  font-family: "Sentient";
  font-weight: 400;
  font-style: Italic;
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: unset;
}
.network-capabilities-sec .network-wrapper .network-section .left .sub-title {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6980392157);
  max-width: 528px;
}
.network-capabilities-sec .network-wrapper .network-section .left .desc p {
  font-family: "Inter";
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.6980392157);
  margin-bottom: 18px;
  position: relative;
}
.network-capabilities-sec .network-wrapper .network-section .left .desc p::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 20px;
  background: linear-gradient(100.09deg, #FB6406 0%, #F11812 46.76%, #500000 100%);
}
.network-capabilities-sec .network-wrapper .network-section .right {
  width: 48%;
  position: relative;
  z-index: 1;
}
.network-capabilities-sec .network-wrapper .network-section .right .enquiry-form {
  border: 1px solid rgba(42, 42, 42, 0.55);
  padding: 40px 42px;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
}
.network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .title {
  font-family: Sentient;
  font-weight: 400;
  font-style: Italic;
  font-size: 18px;
  line-height: 1.4;
}
.network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .fields {
  row-gap: 40px;
}
.network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .fields input,
.network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .fields select {
  font-size: 14px;
}
.network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}

.what-are-we-looking-for {
  overflow: hidden;
  background: url(../images/channel-partner/what-are-we-looking-for/ellipse.png) no-repeat center right;
  background-size: 75%;
}
.what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .item {
  display: flex;
  padding: 65px 0;
  border-top: 1px solid #3a3a3a;
  align-items: center;
}
.what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .item:last-child {
  border-bottom: none;
}
.what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .item .item-icon {
  position: relative;
  width: 149px;
  height: 132px;
  flex-shrink: 0;
  margin-right: 3vw;
  margin-top: -25px;
}
.what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .item .item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .item .item-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(0, 0, 0));
  pointer-events: none;
  z-index: 2;
}
.what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .item .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .item .text-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 80px;
  flex-wrap: wrap;
}
.what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .item .item-title {
  font-family: "Sentient";
  font-weight: 400;
  font-size: 42px;
  color: #FFFFFF;
  flex: 0 0 66vh;
  text-align: left;
}
.what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .item .item-description {
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6117647059);
  max-width: 499px;
  flex: 1;
  text-align: left;
}

.common-bg {
  background: url(../images/home/section_gradient.png);
  background-position: center;
  background-size: 100%;
  color: #fff;
}

.graduates-sec {
  margin-top: -128px !important;
}

.why-chooseus {
  color: #fff;
  align-items: center;
}
.why-chooseus .container .left {
  flex: 1;
  display: flex;
  gap: 12px;
  align-items: baseline;
}
.why-chooseus .container .left .title-dot {
  margin-top: 2%;
}
.why-chooseus .container .whyus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.why-chooseus .container .whyus-grid .whyus-card {
  position: relative;
  background: rgb(10, 10, 10);
  background: rgb(10, 10, 10), url("../images/whychoose-gradient.png") no-repeat;
  background-size: cover;
  background-position: -366px;
  transition: background-position 0.6s ease;
  backdrop-filter: blur(29.41px);
  -webkit-backdrop-filter: blur(29.41px);
  border-radius: 16px;
  padding: 20px;
  overflow: hidden;
  z-index: 1;
}
.why-chooseus .container .whyus-grid .whyus-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  border: 1px solid;
  -webkit-mask: linear-gradient(120.79deg, rgba(0, 0, 0, 0.56) 3.3%, rgba(0, 0, 0, 0.32) 51.34%, rgba(0, 0, 0, 0.56) 97.56%);
  mask: linear-gradient(120.79deg, rgba(0, 0, 0, 0.56) 3.3%, rgba(0, 0, 0, 0.32) 51.34%, rgba(0, 0, 0, 0.56) 97.56%);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 1.7s ease;
  pointer-events: none;
  z-index: 2;
}
.why-chooseus .container .whyus-grid .whyus-card .shape {
  opacity: 0;
}
.why-chooseus .container .whyus-grid .whyus-card:hover {
  background: #0A0A0A url("../images/whychoose-gradient.png") no-repeat center center;
  background-size: cover;
  transition: opacity 0.1s ease 0.1s, background-position 1s ease 0.1s;
}
.why-chooseus .container .whyus-grid .whyus-card:hover::before {
  opacity: 1;
}
.why-chooseus .container .whyus-grid .whyus-card:hover .icon {
  opacity: 100%;
}
.why-chooseus .container .whyus-grid .whyus-card:hover .shape {
  position: absolute;
  background: url(../images/home/ellipse.png) no-repeat center;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.why-chooseus .container .whyus-grid .whyus-card:hover .card1-whyus {
  right: -40%;
  top: -40%;
  transform: rotate(-60deg);
  animation: whyus-animation1 2s infinite ease-in-out alternate, whyfadeInOut 1s ease-in-out;
}
.why-chooseus .container .whyus-grid .whyus-card:hover .card2-whyus {
  right: 0;
  top: -64%;
  transform: rotate(437deg) scaleX(-1);
  animation: whyus-animation2 2s infinite ease-in-out alternate, whyfadeInOut 1s ease-in-out;
}
.why-chooseus .container .whyus-grid .whyus-card:hover .card3-whyus {
  right: -59%;
  top: -8px;
  transform: rotate(-7deg);
  animation: whyus-animation4 2s infinite ease-in-out alternate, whyfadeInOut 1s ease-in-out;
}
.why-chooseus .container .whyus-grid .whyus-card .icon {
  width: 42px;
  opacity: 50%;
  margin-bottom: 146px;
}
.why-chooseus .container .whyus-grid .whyus-card .card-title {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  font-family: "Sentient";
}
.why-chooseus .container .whyus-grid .whyus-card .card-title span {
  display: block;
}
.why-chooseus .container .whyus-grid .whyus-card .txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.61);
  position: relative;
  z-index: 3;
}
.why-chooseus .container .whyus-grid .whyus-card .txt span {
  display: block;
}
@keyframes whyus-animation1 {
  from {
    transform: rotate(-60deg);
  }
  to {
    transform: rotate(-50deg);
  }
}
@keyframes whyus-animation2 {
  from {
    transform: rotate(437deg) scaleX(-1);
  }
  to {
    transform: rotate(428deg) scaleX(-1);
  }
}
@keyframes whyus-animation4 {
  from {
    transform: rotate(-7deg);
  }
  to {
    transform: rotate(-20deg);
  }
}
@keyframes whyfadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1280px) {
  .network-capabilities-sec .network-wrapper .network-section {
    margin-top: 144px;
  }
  .network-capabilities-sec .network-wrapper .network-section .left .title {
    font-size: 32px;
    line-height: 1.5;
  }
  .network-capabilities-sec .network-wrapper .network-section .left .sub-title {
    font-size: 18px;
    max-width: 592px;
  }
  .network-capabilities-sec .network-wrapper .network-section .left .desc p {
    font-size: 16px;
  }
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form {
    padding: 40px 16px;
  }
  .network-capabilities-sec .network-wrapper::after {
    top: 6%;
  }
  .graduates-sec {
    margin-top: -184px !important;
  }
}
@media (min-width: 0px) and (max-width: 375px) {
  .what-are-we-looking-for {
    background: url("../images/channel-partner/what-are-we-looking-for/ellipse-mobile.png") no-repeat center;
    background-size: cover;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-content .item-title {
    font-size: 30px !important;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-content .item-description {
    font-size: 18px !important;
  }
}
@media (max-width: 575.98px) {
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .fields {
    row-gap: 20px;
  }
  .what-are-we-looking-for {
    background: url("../images/channel-partner/what-are-we-looking-for/ellipse-mobile.png") no-repeat center;
    background-size: cover;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items {
    border-top: unset;
    min-height: 100vh;
    margin-top: unset;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item {
    flex-direction: column;
    padding: 35px 25px;
    gap: 25px;
    text-align: left;
    align-items: flex-start;
    border-top: unset;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #DADADA;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item:last-child::after {
    display: none;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .text-row {
    gap: 15px;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-icon {
    width: 90px;
    height: 80px;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-icon::after {
    content: "";
    background: none;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-number {
    font-size: 42px;
    text-align: left;
    margin-left: 0;
    align-self: flex-start;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    align-items: flex-start;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-content .item-title {
    font-size: 32px;
    text-align: left;
    margin-left: 0;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-content .item-description {
    font-size: 20px;
    margin-left: 0;
    max-width: 100%;
    text-align: left;
  }
  .network-capabilities-sec {
    background: unset;
    height: 100%;
    position: relative;
  }
  .network-capabilities-sec .network-wrapper .network-section {
    flex-direction: column;
    position: relative;
    z-index: 1;
    margin-top: 120px;
    gap: 28px;
  }
  .network-capabilities-sec .network-wrapper .network-section .left {
    gap: unset;
  }
  .network-capabilities-sec .network-wrapper .network-section .left .title {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .network-capabilities-sec .network-wrapper .network-section .left .sub-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  .network-capabilities-sec .network-wrapper .network-section .left .desc p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .network-capabilities-sec .network-wrapper .network-section .right {
    width: 96%;
  }
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form {
    border: 1px solid rgba(170, 170, 170, 0.4196078431);
    padding: 40px 20px;
    background: rgba(0, 0, 0, 0.1215686275);
    -webkit-backdrop-filter: blur(9px);
            backdrop-filter: blur(9px);
  }
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .title {
    font-size: 24px;
    line-height: 1.5;
  }
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .white-button {
    margin-top: 25px;
  }
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .fields input,
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .fields select {
    font-size: 16px;
  }
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
  }
  .network-capabilities-sec .network-wrapper::after {
    content: url("../images/channel-partner/channel-arc.png");
    position: absolute;
    top: -4%;
    right: 0;
    z-index: 0;
  }
  .why-chooseus {
    background: none;
    padding: 0;
    margin-top: unset;
    margin-bottom: 100px;
    overflow: hidden;
  }
  .why-chooseus .container {
    position: relative;
  }
  .why-chooseus .container .whyus-grid {
    display: block;
  }
  .why-chooseus .container .whyus-grid .slick-list {
    overflow: visible;
  }
  .why-chooseus .container .whyus-grid .slick-track {
    display: flex;
  }
  .why-chooseus .container .whyus-grid .slick-track .slick-slide {
    height: inherit;
  }
  .why-chooseus .container .whyus-grid .whyus-card {
    background: #0A0A0A url("../images/whychoose-gradient.png") no-repeat center center;
    background-size: cover;
    margin: 0 8px;
    pointer-events: none;
  }
  .why-chooseus .container .whyus-grid .whyus-card::before {
    opacity: 1;
  }
  .why-chooseus .container .whyus-grid .whyus-card:first-child {
    margin-left: 0;
  }
  .why-chooseus .container .whyus-grid .whyus-card .icon {
    opacity: 1;
  }
  .why-chooseus .container .whyus-grid .whyus-card .card-title {
    font-size: 20px;
  }
  .why-chooseus .container .whyus-grid .whyus-card .txt {
    font-size: 16px;
  }
  .why-chooseus .container .whyus-grid .whyus-card .txt span {
    display: inline;
  }
  .why-chooseus .container .whyus-grid .whyus-card .shape {
    position: absolute;
    background: url(../images/home/ellipse.png) no-repeat center;
    background-size: 100%;
    transform: scale(90%);
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .why-chooseus .container .whyus-grid .whyus-card .card1-whyus {
    right: -40%;
    top: -40%;
    transform: rotate(-60deg);
  }
  .why-chooseus .container .whyus-grid .whyus-card .card2-whyus {
    right: 0;
    top: -64%;
    transform: rotate(437deg) scaleX(-1);
  }
  .why-chooseus .container .whyus-grid .whyus-card .card3-whyus {
    right: -59%;
    top: -27px;
    transform: rotate(-7deg);
  }
  .why-chooseus .container .custom-dots-wrapper {
    width: 100%;
    padding: 0 60px;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
  }
  .why-chooseus .container .custom-dots {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .why-chooseus .container .current-dot,
  .why-chooseus .container .total-dots {
    padding: 5px 15px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .why-chooseus .container .current-dot {
    min-width: 98px;
    border-bottom: 1px solid white;
    padding: 9px 48px 16px 30px;
  }
  .why-chooseus .container .total-dots {
    padding: 9px 30px 16px 48px;
  }
  .why-chooseus .container .separator {
    padding: 9px 0 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .why-chooseus .container .slick-dots {
    display: none !important;
  }
  .common-bg {
    background: none;
  }
  .graduates-sec {
    margin-top: unset !important;
  }
}
@media (max-width: 395px) {
  .network-capabilities-sec .network-wrapper .network-section .left .title {
    font-size: 32px;
    line-height: 1.5;
  }
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form {
    padding: 24px 16px;
  }
  .network-capabilities-sec .network-wrapper::after {
    top: 6%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .fields {
    row-gap: 28px;
  }
  .what-are-we-looking-for {
    background: url("../images/channel-partner/what-are-we-looking-for/ellipse-mobile.png") no-repeat center;
    background-size: cover;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items {
    border-top: unset;
    min-height: 85vh;
    margin-top: unset;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item {
    flex-direction: column;
    padding: 35px 18px;
    gap: 25px;
    text-align: left;
    align-items: flex-start;
    border-top: unset;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #DADADA;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item:last-child::after {
    display: none;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .text-row {
    gap: 15px;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-icon {
    width: 90px;
    height: 80px;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-icon::after {
    content: "";
    background: none;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-number {
    font-size: 42px;
    text-align: left;
    margin-left: 0;
    align-self: flex-start;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    align-items: flex-start;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-content .item-title {
    font-size: 32px;
    text-align: left;
    margin-left: 0;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-content .item-description {
    font-size: 20px;
    margin-left: 0;
    max-width: 100%;
    text-align: left;
  }
  .network-capabilities-sec {
    background: unset;
    height: 100%;
    position: relative;
  }
  .network-capabilities-sec .network-wrapper .network-section {
    flex-direction: column;
    position: relative;
    z-index: 1;
    margin-top: 120px;
    gap: 28px;
    align-items: unset;
  }
  .network-capabilities-sec .network-wrapper .network-section .left {
    gap: unset;
  }
  .network-capabilities-sec .network-wrapper .network-section .left .title {
    font-size: 38px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .network-capabilities-sec .network-wrapper .network-section .left .sub-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  .network-capabilities-sec .network-wrapper .network-section .left .desc p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .network-capabilities-sec .network-wrapper .network-section .right {
    width: 96%;
  }
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form {
    border: 1px solid rgba(170, 170, 170, 0.4196078431);
    padding: 40px 20px;
    background: rgba(0, 0, 0, 0.1215686275);
    -webkit-backdrop-filter: blur(9px);
            backdrop-filter: blur(9px);
  }
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .title {
    font-size: 24px;
    line-height: 1.5;
  }
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .white-button {
    margin-top: 25px;
  }
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .fields input,
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .fields select {
    font-size: 20px;
  }
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 20px;
  }
  .network-capabilities-sec .network-wrapper::after {
    content: url("../images/channel-partner/channel-arc.png");
    position: absolute;
    top: -4%;
    right: 0;
    z-index: 0;
  }
  .why-chooseus {
    background: none;
    padding: 0;
    margin-top: unset;
    margin-bottom: 100px;
    overflow: hidden;
  }
  .why-chooseus .container {
    position: relative;
  }
  .why-chooseus .container .whyus-grid {
    display: block;
  }
  .why-chooseus .container .whyus-grid .slick-list {
    overflow: visible;
  }
  .why-chooseus .container .whyus-grid .slick-track {
    display: flex;
  }
  .why-chooseus .container .whyus-grid .slick-track .slick-slide {
    height: inherit;
  }
  .why-chooseus .container .whyus-grid .whyus-card {
    background: #0A0A0A url("../images/whychoose-gradient.png") no-repeat center center;
    background-size: cover;
    margin: 0 8px;
    pointer-events: none;
  }
  .why-chooseus .container .whyus-grid .whyus-card::before {
    opacity: 1;
  }
  .why-chooseus .container .whyus-grid .whyus-card:first-child {
    margin-left: 0;
  }
  .why-chooseus .container .whyus-grid .whyus-card .icon {
    opacity: 1;
  }
  .why-chooseus .container .whyus-grid .whyus-card .card-title {
    font-size: 20px;
  }
  .why-chooseus .container .whyus-grid .whyus-card .txt {
    font-size: 16px;
  }
  .why-chooseus .container .whyus-grid .whyus-card .txt span {
    display: inline;
  }
  .why-chooseus .container .whyus-grid .whyus-card .shape {
    position: absolute;
    background: url(../images/home/ellipse.png) no-repeat center;
    background-size: 100%;
    transform: scale(90%);
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .why-chooseus .container .whyus-grid .whyus-card .card1-whyus {
    right: -40%;
    top: -40%;
    transform: rotate(-60deg);
  }
  .why-chooseus .container .whyus-grid .whyus-card .card2-whyus {
    right: 0;
    top: -64%;
    transform: rotate(437deg) scaleX(-1);
  }
  .why-chooseus .container .whyus-grid .whyus-card .card3-whyus {
    right: -59%;
    top: -27px;
    transform: rotate(-7deg);
  }
  .why-chooseus .container .custom-dots-wrapper {
    width: 100%;
    padding: 0 60px;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
  }
  .why-chooseus .container .custom-dots {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .why-chooseus .container .current-dot,
  .why-chooseus .container .total-dots {
    padding: 5px 15px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .why-chooseus .container .current-dot {
    min-width: 98px;
    border-bottom: 1px solid white;
    padding: 9px 48px 16px 30px;
  }
  .why-chooseus .container .total-dots {
    padding: 9px 30px 16px 48px;
  }
  .why-chooseus .container .separator {
    padding: 9px 0 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .why-chooseus .container .slick-dots {
    display: none !important;
  }
  .common-bg {
    background: none;
  }
  .graduates-sec {
    margin-top: unset !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item {
    padding: 40px 50px;
    gap: 50px;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-icon {
    width: 100px;
    height: 90px;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-number {
    font-size: 52px;
    flex: 0 0 60px;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-number::after {
    font-size: 52px;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-title {
    font-size: 28px;
    flex: 0 0 38vh;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-description {
    font-size: 16px;
    margin-left: 150px;
    max-width: 400px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item {
    display: flex;
    align-items: flex-start;
    gap: 60px;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-icon {
    width: 120px;
    height: 110px;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-number {
    font-size: 60px;
    flex: 0 0 70px;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-number::after {
    font-size: 60px;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-title {
    font-size: 36px;
  }
  .what-are-we-looking-for .what-are-we-looking-for-wrapper .what-are-we-looking-for-section .items .item .item-description {
    font-size: 18px;
    max-width: 450px;
    margin-left: 0;
    flex: 1;
  }
}
@media (min-width: 1920px) {
  .network-capabilities-sec {
    height: 50vw;
  }
  .network-capabilities-sec .network-wrapper .network-section .left .title {
    font-size: 48px;
    line-height: 1.2;
  }
  .network-capabilities-sec .network-wrapper .network-section .left .sub-title {
    font-size: 24px;
    line-height: 1.5;
    max-width: 743px;
  }
  .network-capabilities-sec .network-wrapper .network-section .left .desc p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .network-capabilities-sec .network-wrapper .network-section .right {
    width: 48%;
  }
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form {
    padding: 40px 58px;
    height: 38vw;
  }
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .title {
    font-size: 24px;
  }
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .fields {
    row-gap: 56px;
  }
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .fields input,
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .fields select {
    font-size: 20px;
  }
  .network-capabilities-sec .network-wrapper .network-section .right .enquiry-form .formBlock .fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 20px;
  }
  .graduates-sec {
    margin-top: -184px !important;
    margin-bottom: 40px;
  }
  .why-chooseus .container .left {
    flex: 1;
    display: flex;
    gap: 16px;
    align-items: baseline;
  }
  .why-chooseus .container .left .title-dot {
    margin-top: 2%;
  }
  .why-chooseus .container .whyus-grid {
    gap: 28px;
  }
  .why-chooseus .container .whyus-grid .whyus-card {
    border-radius: 24px;
    padding: 32px;
  }
  .why-chooseus .container .whyus-grid .whyus-card::before {
    border-radius: 24px;
  }
  .why-chooseus .container .whyus-grid .whyus-card:hover::before {
    opacity: 1;
  }
  .why-chooseus .container .whyus-grid .whyus-card:hover .shape {
    opacity: 1;
  }
  .why-chooseus .container .whyus-grid .whyus-card:hover .icon {
    opacity: 100%;
  }
  .why-chooseus .container .whyus-grid .whyus-card .icon {
    width: 58px;
    opacity: 50%;
    margin-bottom: 164px;
  }
  .why-chooseus .container .whyus-grid .whyus-card .card-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .why-chooseus .container .whyus-grid .whyus-card .txt {
    font-size: 20px;
  }
  .why-chooseus .container .whyus-grid .whyus-card:hover .card2-whyus {
    top: -50%;
  }
  .why-chooseus .container .whyus-grid .whyus-card:hover .card3-whyus {
    top: -4px;
    right: -50%;
  }
}/*# sourceMappingURL=channel-partner.css.map */