@import url(./onest/stylesheet.css);
body {
  font-family: "Onest";
  color: #121212;
  letter-spacing: 0.4px;
  font-weight: 400;
}

.container {
  position: relative;
  max-width: 90%;
  width: 100%;
}

a {
  text-decoration: none;
}

.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4509803922);
}
@media (min-width: 991px) {
  .navbar .logo {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .navbar .logo {
    text-align: center;
  }
}
.navbar .brand_logo {
  width: 200px;
  height: auto;
}
.navbar .left_side h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
  color: lightgray;
}
.navbar .left_side a {
  font-size: 14px;
  font-weight: 500;
  color: #121212;
}
.navbar .left_side a i {
  margin-left: 4px;
}
.navbar .right_side {
  text-align: end;
}
@media (max-width: 767px) {
  .navbar .right_side {
    text-align: center;
  }
}
.navbar .right_side img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .navbar .right_side img {
    width: 15px;
    height: 15px;
  }
}
.navbar .right_side a {
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  margin-left: 0px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navbar .right_side a {
    font-size: 13px;
    margin-left: 0px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .navbar .right_side a {
    font-size: 13px;
  }
}

.commenheading {
  font-size: 34px;
  font-weight: bold;
  color: #121212;
  line-height: 47px;
}
@media (max-width: 991px) {
  .commenheading {
    font-size: 26px;
    line-height: 36px;
  }
}
.commenheading span {
  background: -webkit-linear-gradient(left, #0057ff, #001faa, #0057ff);
  background-size: 1600px 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-duration: 3s;
  animation-name: textShine;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
@keyframes textShine {
  0% {
    background-position: 0 1600px;
  }
  100% {
    background-position: 1600px 0;
  }
}

.commenpara {
  font-size: 13px;
  line-height: 22px;
  color: #121212;
}
@media (max-width: 991px) {
  .commenpara {
    font-size: 12px;
    line-height: 22px;
    color: #121212;
  }
}

.Internship_landing_page .bannertop_new {
  height: calc(100vh - 87px);
  font-weight: 300;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  background-image: url("../../images/bg_banner_new.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767px) {
  .Internship_landing_page .bannertop_new {
    background-image: none;
  }
}
@media (max-width: 1366px) {
  .Internship_landing_page .bannertop_new {
    height: calc(100vh - 79.44px);
  }
}
@media (max-width: 1199px) {
  .Internship_landing_page .bannertop_new {
    height: calc(100vh - 74.34px);
  }
}
@media (max-width: 767px) {
  .Internship_landing_page .bannertop_new {
    height: calc(100vh - 69.23px);
  }
}
@media (max-width: 370px) {
  .Internship_landing_page .bannertop_new {
    height: calc(100vh - 65.92px);
  }
}
@media (max-width: 353px) {
  .Internship_landing_page .bannertop_new {
    height: calc(100vh - 61px);
  }
}
@media (max-width: 328px) {
  .Internship_landing_page .bannertop_new {
    height: calc(100vh - 61px);
  }
}
.Internship_landing_page .bannertop_new .content {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Internship_landing_page .bannertop_new .content h1 {
  font-size: 3.75vw;
  font-weight: bold;
  color: #121212;
  margin: 0;
}
@media (max-width: 991px) {
  .Internship_landing_page .bannertop_new .content h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .Internship_landing_page .bannertop_new .content h1 {
    font-size: 26px;
    padding: 0 20px;
  }
}
.Internship_landing_page .bannertop_new .content h1 span {
  background: -webkit-linear-gradient(left, #0057ff, #001faa, #0057ff);
  background-size: 1600px 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-duration: 3s;
  animation-name: textShine;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
@keyframes textShine {
  0% {
    background-position: 0 1600px;
  }
  100% {
    background-position: 1600px 0;
  }
}
.Internship_landing_page .bannertop_new .content p {
  font-size: 0.88vw;
  width: 40%;
  margin: 0 auto;
  margin-top: 1.2vw;
  margin-bottom: 1.2vw;
  color: #121212;
}
@media (max-width: 991px) {
  .Internship_landing_page .bannertop_new .content p {
    font-size: 13px;
    margin-top: 20px;
    width: 60%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .Internship_landing_page .bannertop_new .content p {
    width: 100%;
    padding: 0 20px;
  }
}
.Internship_landing_page .bannertop_new .content .btns button {
  border: none;
  font-size: 0.88vw;
  padding: 0.3vw 0.88vw;
  padding-top: 0.4vw;
}
@media (max-width: 991px) {
  .Internship_landing_page .bannertop_new .content .btns button {
    font-size: 13px;
    padding: 6px 10px;
  }
}
.Internship_landing_page .bannertop_new .content .btns a:first-child button {
  background-color: #0057ff;
  color: white;
  margin-right: 0.5vw;
}
@media (max-width: 991px) {
  .Internship_landing_page .bannertop_new .content .btns a:first-child button {
    margin-right: 10px;
  }
}
.Internship_landing_page .bannertop_new .content .btns a:last-child button {
  border: 1px solid rgba(0, 90, 251, 0.1294117647);
  background-color: #e0eaff;
  color: #0057ff;
}
.Internship_landing_page .bannertop_new .liveimg {
  width: 7.8vw;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 1vw;
}
@media (max-width: 991px) {
  .Internship_landing_page .bannertop_new .liveimg {
    width: 125px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .Internship_landing_page .bannertop_new .liveimg {
    width: 100px;
  }
}
.Internship_landing_page .aboutus {
  background-color: #f2f8ff;
  padding: 80px 0;
}
@media (max-width: 575px) {
  .Internship_landing_page .aboutus {
    padding: 40px 0;
  }
}
@media (max-width: 576px) and (min-width: 991px) {
  .Internship_landing_page .aboutus {
    padding: 60px 0;
  }
}
.Internship_landing_page .aboutus h5 {
  font-size: 16px;
  line-height: 25px;
}
.Internship_landing_page .aboutus .box {
  background: white;
  padding: 23px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Internship_landing_page .aboutus .box h6 {
  font-size: 30px;
  font-weight: 700;
}
.Internship_landing_page .aboutus .box span {
  font-size: 13px;
  font-weight: 500;
}
.Internship_landing_page .aboutus .star_icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
}
.Internship_landing_page .aboutus .hr_line {
  position: relative;
  margin: 20px 0;
}
.Internship_landing_page .aboutus .hr_line::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: auto;
  height: 1px;
  top: 25px;
  left: 50px;
  right: 0;
}
.Internship_landing_page .aboutus .user_img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.Internship_landing_page .aboutus .right-box-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.Internship_landing_page .aboutus .right_box {
  background: white;
  padding: 20px 14px;
  position: relative;
}
@media (max-width: 767px) {
  .Internship_landing_page .aboutus .right_box {
    padding: 18px 14px;
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .Internship_landing_page .aboutus .right_box {
    padding: 14px;
  }
}
.Internship_landing_page .aboutus .right_box::before {
  content: "";
  position: absolute;
  border-left: 2px solid #0057ff;
  left: 0;
  top: 14px;
  height: 34px;
}
.Internship_landing_page .aboutus .right_box h5 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 25px;
  font-weight: 700;
}
.Internship_landing_page .aboutus .right_box p {
  font-size: 14px;
  margin-bottom: 0;
}
.Internship_landing_page .why_choose {
  padding: 80px 0;
}
@media (max-width: 575px) {
  .Internship_landing_page .why_choose {
    padding: 40px 0;
  }
}
@media (max-width: 576px) and (min-width: 991px) {
  .Internship_landing_page .why_choose {
    padding: 60px 0;
  }
}
.Internship_landing_page .why_choose h5 {
  font-size: 16px;
  line-height: 25px;
}
.Internship_landing_page .why_choose h5 span {
  font-weight: 700;
}
.Internship_landing_page .why_choose .box1 {
  background: #121212;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
}
.Internship_landing_page .why_choose .box1 p {
  color: #ffffff;
}
.Internship_landing_page .why_choose .box1 img {
  width: 48px;
  height: auto;
}
.Internship_landing_page .why_choose .box2 {
  background: rgba(0, 87, 255, 0.0392156863);
  color: #121212;
  display: flex;
  flex-direction: row;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  position: relative;
}
.Internship_landing_page .why_choose .box2 .sparkle_icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
}
.Internship_landing_page .why_choose .box3 {
  background: #f5f5ff;
  color: #121212;
  display: flex;
  flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}
.Internship_landing_page .why_choose .box3 .tags div {
  display: inline-block;
  background-color: white;
  font-size: 13px;
  padding: 6px;
  margin-right: 8px;
  margin: 4px;
  margin-left: 0;
}
.Internship_landing_page .why_choose .box4 {
  background: #fcf1f1;
  color: #121212;
  display: flex;
  flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}
.Internship_landing_page .why_choose .box4 i {
  margin-right: 3px;
}
.Internship_landing_page .why_choose .box5 {
  background-color: rgba(194, 219, 195, 0.2196078431);
  color: #121212;
  display: flex;
  flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  position: relative;
}
.Internship_landing_page .why_choose .box5 .academy_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: auto;
}
.Internship_landing_page .why_choose .box5 .tags div {
  display: inline-block;
  background-color: white;
  font-size: 13px;
  padding: 6px;
  margin-right: 8px;
  margin: 4px;
  margin-left: 0;
}

.Internship_opportunity {
  background-color: #f3f3f3;
  padding: 80px 0;
}
@media (max-width: 575px) {
  .Internship_opportunity {
    padding: 40px 0;
  }
}
@media (max-width: 576px) and (min-width: 991px) {
  .Internship_opportunity {
    padding: 60px 0;
  }
}
.Internship_opportunity h5 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}
.Internship_opportunity h6 {
  font-size: 15px;
  margin-top: 24px;
  margin-bottom: 20px;
}
.Internship_opportunity h6 span {
  text-decoration: underline;
}
.Internship_opportunity .text {
  font-size: 13px;
  line-height: 22px;
  color: #121212;
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
}
.Internship_opportunity .text::before {
  content: "";
  position: absolute;
  background: black;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  top: 7px;
  left: 0;
}
.Internship_opportunity .nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}
.Internship_opportunity .nav-tabs .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-right: 11px;
  background-color: white;
}
.Internship_opportunity .nav-tabs .nav-link.active {
  border: 1px solid #0057ff;
  border-radius: 0;
}
.Internship_opportunity img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}
.Internship_opportunity .Download_btn {
  color: #0057ff;
  border: 1px solid #0057ff;
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
  background: #e0eaff;
  display: inline-flex;
  align-items: center;
  padding: 6px;
}
.Internship_opportunity .Download_btn img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}
.Internship_opportunity .Download_btn:focus-visible {
  outline: none;
}
.Internship_opportunity .right_side {
  background-color: white;
  padding: 22px;
}
.Internship_opportunity .right_side h5 {
  margin-bottom: 22px;
}
.Internship_opportunity .right_side label h6 {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
  display: flex;
}
.Internship_opportunity .right_side label h6 span {
  margin-left: 20px;
  position: relative;
  text-decoration: none;
}
.Internship_opportunity .right_side input {
  border: none;
  border-bottom: 1px solid lightgray;
  width: 100%;
  font-size: 13px;
  padding: 6px 20px 6px 38px;
  margin-bottom: 20px;
  border-radius: 0;
}
.Internship_opportunity .right_side input:focus {
  outline: none;
}
.Internship_opportunity .right_side .mainlinks {
  padding: 6px 0px 6px 40px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.Internship_opportunity .right_side .mainlinks label {
  display: inline-flex;
  font-size: 13px;
  color: #9fa4ae;
  border: 1px solid lightgray;
  padding: 7px 8px;
  padding-top: 5px;
  padding-bottom: 3px;
  margin: 5px 2px;
}
.Internship_opportunity .right_side button {
  background-color: #0057ff;
  color: white;
  font-size: 14px;
  border: none;
  padding: 6px 12px;
  padding-top: 10px;
  margin-right: 10px;
  box-shadow: none;
  position: relative;
}
.Internship_opportunity .right_side .ratings {
  border-bottom: 1px solid lightgray;
  padding: 6px 20px 6px 38px;
  margin-bottom: 20px;
  border-radius: 0;
}
.Internship_opportunity .right_side .ratings img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}
.Internship_opportunity .right_side .custom-file-upload {
  display: flex;
  align-items: baseline;
  position: relative;
  width: 100%;
  border-bottom: 1px solid lightgray;
  padding: 6px 0px 6px 38px;
}
.Internship_opportunity .right_side .custom-file-upload input[type=file] {
  flex: 1;
  outline: none;
  font-size: 13px;
  width: 100%;
  margin-bottom: 0px;
  border-radius: 0;
  padding: 0;
  border: none;
  color: #757575;
}
.Internship_opportunity .right_side .custom-file-upload .upload-btn {
  color: #0057ff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}
.Internship_opportunity .right_side .custom-file-upload input[type=file]::file-selector-button {
  display: none;
}

.Technology {
  padding: 80px 0;
  background-color: #f2f6ff;
}
@media (max-width: 575px) {
  .Technology {
    padding: 40px 0;
  }
}
@media (max-width: 576px) and (min-width: 991px) {
  .Technology {
    padding: 60px 0;
  }
}
.Technology .detail_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.Technology .detail_card .detail_img img {
  width: 100%;
  height: auto;
}
.Technology .detail_card .content {
  padding: 20px 10px 20px 0;
}
.Technology .detail_card .time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.Technology .detail_card .time .tag {
  padding: 4px 7px;
  background: rgba(204, 204, 204, 0.3490196078);
  font-size: 14px;
  border-radius: 3px;
  margin-right: 10px;
}
.Technology .detail_card .time .time_full {
  font-size: 14px;
}
.Technology .detail_card .heading h3 {
  font-size: 19px;
  margin-bottom: 10px;
  font-weight: 700;
}
.Technology .detail_card .title p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #121212;
  opacity: 0.8;
}
.Technology .detail_card .read_more a {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
.Technology .detail_card .read_more a i {
  margin-left: 5px;
  margin-top: 2px;
}

.footer_details {
  padding-top: 50px;
  background-color: #121212;
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer_details {
    padding-top: 40px;
  }
}
.footer_details .footer_logo {
  width: 200px;
  height: auto;
  margin-bottom: 27px;
}
.footer_details h5 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}
.footer_details p {
  font-size: 13px;
  line-height: 22px;
}
.footer_details h6 {
  font-size: 14px;
  margin-top: 28px;
  font-weight: 700;
}
.footer_details .sociallinks {
  display: flex;
}
.footer_details .sociallinks i {
  background: #1e1e1e;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-right: 10px;
  margin-top: 10px;
  color: white;
}
.footer_details .right_side {
  background: #1e1e1e;
  padding: 20px;
}
@media (max-width: 767px) {
  .footer_details .right_side {
    padding: 12px;
    margin-top: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer_details .right_side {
    padding: 15px;
  }
}
.footer_details .right_side .phoneno {
  font-size: 14px;
  margin: 8px 0;
}
@media (max-width: 991px) {
  .footer_details .right_side .phoneno {
    font-size: 11px;
  }
}
.footer_details .right_side .phoneno img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 7px;
}
@media (max-width: 767px) {
  .footer_details .right_side .phoneno img {
    width: 14px;
    height: 14px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 6px;
  }
}
.footer_details .right_side .Emailid {
  font-size: 14px;
}
@media (max-width: 991px) {
  .footer_details .right_side .Emailid {
    font-size: 11px;
  }
}
.footer_details .right_side .Emailid img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 7px;
}
@media (max-width: 767px) {
  .footer_details .right_side .Emailid img {
    width: 14px;
    height: 14px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 6px;
  }
}
.footer_details .footer_bottom_Details {
  padding: 16px 0;
}
.footer_details .left-text {
  font-size: 13px;
}
@media (max-width: 767px) {
  .footer_details .left-text {
    font-size: 13px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer_details .left-text {
    font-size: 11px;
  }
}
.footer_details .center-text {
  line-height: 22px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer_details .center-text {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.footer_details .center-text p {
  margin-bottom: 0;
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer_details .center-text p {
    font-size: 11px !important;
  }
}
.footer_details .center-text p a {
  color: #ffffff;
}
.footer_details .right-text {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 767px) {
  .footer_details .right-text {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer_details .right-text {
    font-size: 11px;
  }
}
.footer_details .right-text a {
  color: #ffffff;
  margin-left: 10px;
}

.news-message {
  display: flex;
  flex-shrink: 0;
  height: auto;
  align-items: center;
  overflow: hidden;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .news-message {
    margin-bottom: 40px;
  }
}
.news-message div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  animation: scroll 40s linear infinite;
}
.news-message p {
  font-size: 70px;
  font-weight: 600;
  color: #e9e9e9;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .news-message p {
    font-size: 60px;
  }
}
.news-message svg {
  margin: 0 20px;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.Navigation_Internship_Program {
  background-color: #121212;
  color: #ffffff;
  position: relative;
}
@media (max-width: 575px) {
  .Navigation_Internship_Program {
    padding: 40px 0;
  }
}
@media (max-width: 576px) and (min-width: 991px) {
  .Navigation_Internship_Program {
    padding: 60px 0;
  }
}
.Navigation_Internship_Program .Navigation__Program {
  padding: 80px 0;
}
.Navigation_Internship_Program .container {
  max-width: 94%;
  width: 100%;
  margin: auto 0 0 auto;
}
.Navigation_Internship_Program .commenheading {
  color: #ffffff;
}
.Navigation_Internship_Program .details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.Navigation_Internship_Program .circle_img {
  width: 115px;
  height: auto;
  position: relative;
}
.Navigation_Internship_Program .path_img {
  position: absolute;
  top: 0;
  right: 0;
}
.Navigation_Internship_Program .icon1 {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(40px, -22px);
}
.Navigation_Internship_Program h5 {
  font-size: 30px;
  margin-bottom: 50px;
}
.Navigation_Internship_Program h6 {
  margin-top: 14px;
  margin-bottom: 12px;
  font-size: 15px;
}
.Navigation_Internship_Program p {
  font-size: 12px;
  margin-bottom: 0;
  width: 80%;
}
.Navigation_Internship_Program .swiper-wrapper .swiper-slide:nth-of-type(1) .main_details {
  margin-top: 60px;
  padding-left: 72px;
}
.Navigation_Internship_Program .swiper-wrapper .swiper-slide:nth-of-type(2) .main_details {
  margin-top: 100px;
  padding-left: 36px;
}
.Navigation_Internship_Program .swiper-wrapper .swiper-slide:nth-of-type(3) .main_details {
  margin-top: 50px;
  padding-right: 0px;
}
.Navigation_Internship_Program .swiper-wrapper .swiper-slide:nth-of-type(4) .main_details {
  margin-top: 0px;
  padding-right: 36px;
}
.Navigation_Internship_Program .swiper-wrapper .swiper-slide:nth-of-type(5) .main_details {
  margin-top: 80px;
  padding-right: 73px;
}
.Navigation_Internship_Program .page__lines {
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.Navigation_Internship_Program .page__lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Navigation_Internship_Program .page__lines .page__lines__line {
  border: 1px solid rgba(211, 211, 211, 0.342);
  padding: 56px;
}

.Internship_opportunity_new {
  padding: 80px 0;
}
@media (max-width: 575px) {
  .Internship_opportunity_new {
    padding: 40px 0;
  }
}
@media (max-width: 576px) and (min-width: 991px) {
  .Internship_opportunity_new {
    padding: 60px 0;
  }
}
.Internship_opportunity_new .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .Internship_opportunity_new .heading {
    align-items: start;
  }
}
.Internship_opportunity_new .details {
  background: #f3f3f3;
  padding: 36px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .Internship_opportunity_new .details {
    padding: 20px;
    margin-top: 0;
  }
}
.Internship_opportunity_new h5 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}
.Internship_opportunity_new h6 {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 20px;
}
.Internship_opportunity_new h6 a {
  text-decoration: underline;
  color: black;
}
.Internship_opportunity_new .text {
  font-size: 13px;
  line-height: 22px;
  color: #121212;
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
}
.Internship_opportunity_new .text::before {
  content: "";
  position: absolute;
  background: black;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  top: 7px;
  left: 0;
}
.Internship_opportunity_new .right_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Internship_opportunity_new .btn1 {
  border: 1px solid #11a424;
  font-size: 13px;
  padding: 10px 16px;
  margin-right: 12px;
  color: #11a424;
}
.Internship_opportunity_new .btn1 img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1px;
}
@media (max-width: 991px) {
  .Internship_opportunity_new .btn1 {
    font-size: 12px;
    padding: 8px 10px;
    margin-bottom: 10px;
  }
}
.Internship_opportunity_new .btn2 {
  background: #0057ff;
  color: white;
  border: none;
  font-size: 13px;
  padding: 10px 16px;
}
@media (max-width: 991px) {
  .Internship_opportunity_new .btn2 {
    font-size: 12px;
    padding: 8px 10px;
  }
}

.main_process_intern {
  background-color: #121212;
  width: 100%;
  position: relative;
}
.main_process_intern::after {
  position: absolute;
  bottom: 0;
  content: "";
  border-bottom: 3px solid #0057ff;
  width: 100%;
}
@media (max-width: 1199px) {
  .main_process_intern {
    display: none;
  }
}
.main_process_intern .commenheading {
  position: absolute;
  left: 6%;
  top: 10%;
  color: #ffffff;
}
.main_process_intern .main_process_grid {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  height: 100%;
}
.main_process_intern .main_process_grid .process_1 {
  position: relative;
  top: 20%;
}
.main_process_intern .main_process_grid .process_1 .imggroup {
  position: relative;
}
.main_process_intern .main_process_grid .process_1 .imggroup .element {
  width: 150%;
  position: absolute;
  right: -200%;
  bottom: -40%;
}
.main_process_intern .main_process_grid .process_2 {
  position: relative;
  top: 35%;
}
.main_process_intern .main_process_grid .process_2 .imggroup {
  position: relative;
}
.main_process_intern .main_process_grid .process_2 .imggroup .element {
  width: 150%;
  position: absolute;
  right: -200%;
  bottom: 17%;
}
.main_process_intern .main_process_grid .process_3 {
  position: relative;
  top: 23%;
}
.main_process_intern .main_process_grid .process_3 .imggroup {
  position: relative;
}
.main_process_intern .main_process_grid .process_3 .imggroup .element {
  width: 150%;
  position: absolute;
  right: -200%;
  bottom: 17%;
}
.main_process_intern .main_process_grid .process_4 {
  position: relative;
  top: 15%;
}
.main_process_intern .main_process_grid .process_4 .imggroup {
  position: relative;
}
.main_process_intern .main_process_grid .process_4 .imggroup .element2 {
  width: 150%;
  position: absolute;
  right: -200%;
  bottom: -97%;
}
.main_process_intern .main_process_grid .process_4 .imggroup .element1 {
  width: 150%;
  position: absolute;
  right: -200%;
  bottom: 17%;
}
.main_process_intern .main_process_grid .process_6 {
  position: relative;
  top: -5%;
}
.main_process_intern .main_process_grid .process_line {
  border-left: 1px solid rgba(128, 128, 128, 0.11);
  position: relative;
  padding-bottom: 20px;
}
.main_process_intern .main_process_grid .process_line:first-child {
  border: none;
}
.main_process_intern .main_process_grid .process_line.linesmain {
  border-left: 1px solid rgba(255, 255, 255, 0.1411764706);
}
.main_process_intern .main_process_grid .process_line .content .count {
  width: 150%;
  color: white;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  top: 63px;
  position: relative;
}
.main_process_intern .main_process_grid .process_line .content img {
  width: 150%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.main_process_intern .main_process_grid .process_line .content .content_detail {
  width: 200%;
  left: -33.33%;
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.main_process_intern .main_process_grid .process_line .content .content_detail h6 {
  color: white;
  font-size: 18px;
  margin-bottom: 20px;
}
.main_process_intern .main_process_grid .process_line .content .content_detail p {
  color: white;
  font-size: 13px;
  opacity: 0.8;
}

.formmodal .right_side {
  background-color: white;
  padding: 22px;
}
.formmodal .right_side h5 {
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.formmodal .right_side label h6 {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
  display: flex;
}
.formmodal .right_side label h6 span {
  margin-left: 20px;
  position: relative;
  text-decoration: none;
}
.formmodal .right_side .newinput {
  border: none;
  border-bottom: 1px solid lightgray;
  width: 100%;
  font-size: 13px;
  padding: 6px 20px 6px 38px;
  margin-bottom: 0px;
  border-radius: 0;
}
.formmodal .right_side .newinput:focus {
  outline: none;
}
.formmodal .right_side .mainlinks {
  display: flex;
  flex-wrap: wrap;
  padding: 6px 20px 6px 37px;
  margin-bottom: 20px;
}
.formmodal .right_side .mainlinks .form-check {
  padding: 0;
}
.formmodal .right_side .mainlinks label {
  display: inline-flex;
  font-size: 13px;
  color: #9fa4ae;
  border: 1px solid lightgray;
  padding: 7px 8px;
  padding-top: 5px;
  padding-bottom: 3px;
  margin: 5px 2px;
}
@media (max-width: 991px) {
  .formmodal .right_side .mainlinks label {
    font-size: 13px;
  }
}
.formmodal .right_side .mainlinks input {
  display: none;
}
.formmodal .right_side .mainlinks input:checked + label {
  background: rgba(0, 87, 255, 0.1019607843);
  border: 1px solid rgba(0, 87, 255, 0.2);
  color: #0057ff;
}
.formmodal .right_side button {
  background-color: #0057ff;
  color: white;
  font-size: 14px;
  border: none;
  padding-top: 0;
  margin-right: 10px;
  box-shadow: none;
  position: relative;
  line-height: 12px;
  padding: 10px;
  border: none;
}
.formmodal .right_side button.btn-danger {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.formmodal .right_side button:focus {
  box-shadow: none;
}
.formmodal .right_side .ratings {
  border-bottom: 1px solid lightgray;
  padding: 6px 20px 6px 38px;
  margin-bottom: 0px;
  border-radius: 0;
}
.formmodal .right_side .ratings img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}
.formmodal .right_side .custom-file-upload {
  display: flex;
  align-items: baseline;
  position: relative;
  width: 100%;
  border-bottom: 1px solid lightgray;
  padding: 6px 0px 6px 38px;
}
.formmodal .right_side .custom-file-upload input[type=file] {
  flex: 1;
  outline: none;
  font-size: 13px;
  width: 100%;
  margin-bottom: 0px;
  border-radius: 0;
  padding: 0;
  border: none;
  color: #757575;
}
.formmodal .right_side .custom-file-upload .upload-btn {
  color: #0057ff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}
.formmodal .right_side .custom-file-upload input[type=file]::file-selector-button {
  display: none;
}

.main_process_responsive {
  background-color: #121212;
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .main_process_responsive {
    display: none;
  }
}
.main_process_responsive .commenheading {
  color: #ffffff;
  text-align: center;
}
.main_process_responsive .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_process_responsive .content .count {
  color: white;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  top: 63px;
  position: relative;
}
.main_process_responsive .content img {
  width: 110px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.main_process_responsive .content .content_detail {
  text-align: center;
  margin-top: 30px;
}
.main_process_responsive .content .content_detail h6 {
  color: white;
  font-size: 18px;
  margin-bottom: 20px;
}
.main_process_responsive .content .content_detail p {
  color: white;
  font-size: 13px;
  opacity: 0.8;
}
.main_process_responsive .process_respo_slider {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.main_process_responsive .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #ffffff;
}
.main_process_responsive .swiper-pagination-bullet {
  background: #f8f9fa;
}

.top-heading button {
  background: rgba(0, 87, 255, 0.1019607843);
  border: 1px solid rgba(0, 87, 255, 0.2);
  color: #0057ff;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top-heading button {
    margin-bottom: 20px;
  }
}
.top-heading button:focus {
  outline: none;
  box-shadow: none;
}
.top-heading button:hover {
  color: #0057ff;
}

.newmodal .modal-body .nav-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 3fr));
  gap: 10px;
  border-bottom: none;
}
.newmodal .modal-body .nav-tabs .nav-item {
  display: flex;
}
.newmodal .modal-body .nav-tabs .nav-link {
  width: 100%;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
}
@media (max-width: 767px) {
  .newmodal .modal-body .nav-tabs .nav-link {
    font-size: 12px;
    padding: 9px;
  }
}
.newmodal .modal-body .nav-tabs .nav-link.active {
  border: 1px solid #0057ff;
  background-color: rgba(0, 87, 255, 0.0901960784);
  border-radius: 8px;
}
.newmodal .modal-body .nav-tabs .nav-link img {
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .newmodal .modal-body .nav-tabs .nav-link img {
    width: 26px;
    height: 26px;
  }
}
.newmodal .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 17px;
  font-weight: 700;
}

.termsconditionmodal .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 17px;
  font-weight: 700;
}
.termsconditionmodal p {
  font-size: 14px;
}

.rating label.full {
  margin-bottom: 0;
}

.rating {
  border: none;
  width: 100%;
  border-bottom: 1px solid lightgray;
  padding: 6px 0px 6px 38px;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin: 5px;
  font-size: 1.5em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #ffd700;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #ffed85;
}

.star-rating-aff {
  width: 100%;
  display: inline-block !important;
}

.star-rating-aff.star-rating-small.py-0.pl-0 {
  pointer-events: none;
}

.star-rating-aff label {
  margin-bottom: 0;
}

.star-rating-aff .rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #dddddd;
}

.star-rating-aff .rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #dddddd;
}

.star-rating-aff .rating > label:before {
  font-size: 1.2em;
}

.star {
  display: inline-block;
  margin: 0px 5px;
  font-size: 16px;
  color: #e1e1e1;
  position: relative;
}

.animate {
  -webkit-animation: stretch-bounce 0.5s ease-in-out;
}

.hidden {
  opacity: 0;
}

.full:before {
  font-family: fontAwesome;
  display: inline-block;
  content: "\f005";
  position: relative;
  float: right;
  z-index: 2;
}

.half:before {
  font-family: fontAwesome;
  content: "\f089";
  position: absolute;
  float: left;
  z-index: 3;
}

.star-colour {
  color: #ffd700;
}
.selected:before {
  font-family: fontAwesome;
  display: inline-block;
  content: "\f005";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  opacity: 1;
  z-index: 1;
}

.pulse:before {
  -webkit-transform: scale(3);
  opacity: 0;
}

.is-animated:before {
  transition: 1s ease-out;
}

.score {
  font-family: arial;
  font-size: 12px;
  color: green;
  margin-left: 12px;
  display: inline-block;
}

.score-rating {
  vertical-align: sup;
  top: 0px;
  position: relative;
  font-size: 150%;
}

.total {
  vertical-align: sub;
  top: 0px;
  position: relative;
  font-size: 100%;
}

.average {
  font-family: arial;
  font-size: 20px;
  color: indianred;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.score-average {
  padding-top: 30px;
}

.ratingsactionleft {
  border-right: 1px solid lightgray;
}

.connectmodal .modal-bottom {
  position: absolute;
  width: 320px !important;
  margin: 0;
  bottom: 20px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%) !important;
}
@media (max-width: 375px) {
  .connectmodal .modal-bottom {
    width: 95% !important;
  }
}
.connectmodal .modal-bottom .modal-content {
  border-radius: 13px;
}
.connectmodal .modal-bottom .modal-content .btn-close {
  font-size: 11px;
}
.connectmodal .modal-bottom .modal-content h5 {
  font-size: 14px;
  font-weight: 700;
  color: black;
}
.connectmodal .modal-bottom .modal-content .connect_main_option {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.connectmodal .modal-bottom .modal-content .connect_main_option a {
  color: black;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
  font-weight: 500;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 8px;
  margin-top: 0;
  font-size: 14px;
  position: relative;
}
@media (max-width: 375px) {
  .connectmodal .modal-bottom .modal-content .connect_main_option a {
    font-size: 12px;
  }
}
.connectmodal .modal-bottom .modal-content .connect_main_option a .fa-angle-right {
  font-size: 14px;
  position: absolute;
  right: 9px;
}
.connectmodal .modal-bottom .modal-content .connect_main_option a .la-phone-volume {
  color: #0057ff;
  font-size: 22px;
  margin-right: 12px;
}
@media (max-width: 375px) {
  .connectmodal .modal-bottom .modal-content .connect_main_option a .la-phone-volume {
    font-size: 19px;
  }
}
.connectmodal .modal-bottom .modal-content .connect_main_option a .fa-whatsapp {
  color: #0057ff;
  font-size: 22px;
  margin-right: 10px;
}
@media (max-width: 375px) {
  .connectmodal .modal-bottom .modal-content .connect_main_option a .fa-whatsapp {
    font-size: 19px;
  }
}/*# sourceMappingURL=style.css.map */