a {
  text-decoration: none; }

a:active, a:visited {
  color: inherit; }

select {
  cursor: pointer; }

.link {
  cursor: pointer; }

.main-container {
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  background: #FFFFFF;
  font-family: "Montserrat", sans-serif; }

.body-container {
  display: grid;
  padding: 0 80px;
  min-height: 80vh;
  max-width: 1500px;
  grid-template-columns: auto;
  margin: 120px auto 30px auto; }

.body-container > section:not(:first-child) {
  padding-top: 80px; }

.cc-body-left {
  position: relative; }

.body-container p {
  color: #0E1B51;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 20px; }

.cc-latest-drive {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: 3fr 2fr; }

.drive-right {
  display: inline-block;
  width: calc(75% - 5px); }

.drive-container {
  padding: 40px 20px 20px 20px !important; }

.drive-container, .drive-summary-container, .college-summary-container {
  padding: 20px;
  border-radius: 3px;
  background: #FFFFFF;
  display: inline-block;
  height: calc(100% - 64px);
  width: calc(100% - 40px);
  border-bottom: 4px solid #F5A623;
  box-shadow: 0 3px 12px 3px rgba(0, 0, 0, 0.14); }

.college-summary-container {
  cursor: pointer; }

.drive-container .drive-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px; }

.cc-heavy-content {
  font-weight: 600; }

.drive-tag {
  left: -20px;
  height: 20px;
  padding: 10px;
  color: #FFFFFF;
  font-size: 14px;
  position: relative;
  background: #F5A623;
  display: inline-block; }

.drive-details-container {
  margin-top: 18px; }

.drive-icon {
  width: 40%;
  height: 160px;
  display: inline-block; }

img {
  width: 100%;
  height: 100%; }

.drive-detail, drive-summary {
  margin-left: 15px;
  vertical-align: top;
  display: inline-block;
  width: calc(60% - 20px); }

.drive-detail section, .drive-summary section {
  color: #0E1B51;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  margin-bottom: 20px; }

.drive-summary section {
  margin-bottom: 17px; }

.cc-button {
  border: none;
  max-width: 115px;
  color: #FFFFFF;
  font-size: 13px;
  cursor: pointer;
  letter-spacing: 0;
  border-radius: 3px;
  padding: 8px 14px;
  background: #1139DF;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32); }

  .slider-image-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio - adjust as needed */
    overflow: hidden;
  }
  
  .slider-container-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; /* This covers the container without stretching */
    transition: left 0.5s ease-out;
  }
  
  /* For the main slider container */
  .slider {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  
  /* Make sure the parent container has proper sizing */
  .cc-body-left {
    width: 100%;
  }
  

  /* Ensure responsive behavior on different screen sizes */
  @media (max-width: 768px) {
    .slider-image-container {
      padding-bottom: 66.67%; /* 3:2 aspect ratio for smaller screens */
    }
  }

  .cc-slider-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
  }
  
  .main-slider.nextprev {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .image-description {
    flex: 1;
    margin-right: 10px;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .nextprev nav {
    flex-shrink: 0;
  }
  
  .nextprev nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  /* Responsive adjustments */
  @media (max-width: 576px) {
    .main-slider.nextprev {
      padding: 6px 8px;
    }
    
    .image-description {
      font-size: 14px;
    }
  }

.drive-view-detail {
  color: #1139DF;
  font-size: 13px;
  cursor: pointer;
  letter-spacing: 0; }

.button-position {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateY(-50%); }

.text-position {
  top: 50%;
  position: absolute;
  transform: translateY(-50%); }

.body-container h2 {
  font-size: 1.5rem;
  color: #0E1B51;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px; }

.body-container h3 {
  font-size: 18px;
  color: #0E1B51;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px; }

.drive-summary-head {
  padding-bottom: 20px; }

.drive-summary-head img {
  width: 64px;
  height: 64px;
  margin-bottom: 20px; }

.drive-summary-head h3, .college-summary-head h3 {
  margin-left: 13px;
  vertical-align: top;
  display: inline-block;
  width: calc(70% - 20px); }

.drive-summary-container .drive-view-detail {
  margin-left: 20px; }

.drive-summary-container .cc-button {
  padding: 8px 12px; }

.middle {
  margin-left: 15%;
  margin-right: 15%; }

.offcampus-summary-container:not(:last-child) {
  border-bottom: none; }

.offcampus-summary-container {
  display: grid;
  border-radius: 3px;
  background: #FFFFFF;
  background-color: white;
  border: 1px solid #D7DFE2;
  padding: 15px 10px 15px 20px;
  grid-template-columns: repeat(3, 1fr);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.14); }

.offcampus-summary-container .date-collection span {
  width: 100%;
  color: #000021;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  display: inline-block; }

.offcampus-summary-container .date-collection span:last-child {
  font-weight: 600; }

.offcampus-summary-container .drive-view-detail {
  color: #1139DF;
  font-size: 13px;
  text-align: right;
  letter-spacing: 0;
  display: inline-block;
  width: calc(50% - 20px); }

.offcampus-summary-container .cc-button {
  width: 50%;
  float: right;
  margin-top: 10px; }

.profile-name {
  top: 50%;
  color: #0E1B51;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  position: absolute;
  transform: translateY(-50%); }

.pos-relative {
  position: relative; }

.enrolled-colleges {
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr; }

.college-images-collection {
  width: 100%;
  grid-gap: 40px;
  vertical-align: top;
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.webkul-employee-review h2 {
  text-align: center; }

.employee-detail .employee-display-picture {
  width: 95px;
  height: 95px;
  display: inline-block; }

.employee-detail-collection {
  display: grid;
  grid-template-columns: 4fr 1fr; }

.employee-detail .employee-profile {
  line-height: 20px;
  margin-left: 40px;
  vertical-align: top;
  display: inline-block; }

.employee-detail .employee-profile span {
  width: 100%;
  color: #0E1B51;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  display: inline-block; }

.about-webkul {
  width: 50%;
  padding-top: 20px;
  vertical-align: top;
  display: inline-block; }

.gd-review-container {
  margin-left: 50px;
  display: inline-block;
  width: calc(50% - 55px); }

.input-fields-container {
  width: 25%;
  margin-top: 20px;
  vertical-align: top;
  display: inline-block; }

.input-fields-container > input {
  width: 200px;
  padding: 8px 12px;
  font-size: 14px;
  margin-bottom: 6px;
  border-radius: 3px;
  background: #FFFFFF;
  border: 1px solid #D8D8D8; }

.drive-summary {
  display: inline-block;
  width: calc(80% - 5px); }

.drives-grid {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr; }

.drives-container {
  margin-top: 20px;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr; }

.drive-header, .college-header {
  margin-top: 65px;
  padding: 40px 25%;
  background: #F7F7F7;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.27); }

.form-header {
  margin-bottom: 40px; }

.drive-header .drive-icon, .college-header .college-icon, .form-header .form-icon {
  /* width: 160px; */
  height: 160px;
  border-radius: 3px;
  background: #FFFFFF;
  display: inline-block;
  border: 1px solid #D7DFE2; }

.walkin-detail-container {
  min-height: 60vh; }

.drive-header .drive-icon {
  border: none;
  background-color: #F7F7F7 !important; }

.drive-description > div.drive-section {
  margin-right: 50px;
  display: inline-block; }

.drive-header .drive-title, .college-header .college-title, .form-header .form-title {
  margin-left: 20px;
  vertical-align: top;
  display: inline-block; }

.college-header .college-title {
  top: 50px;
  position: relative; }

.drive-header .drive-title h2, .college-header .college-title h2, .form-header .form-title h2 {
  font-weight: 600; }

.college-header .action-buttons-container {
  margin-top: 20px; }

.drive-header .drive-title .date-container, .form-header .form-title .date-container {
  padding: 10px 0; }

.drive-header .drive-title .date-container span, .form-header .form-title .date-container span {
  display: block;
  font-size: 16px; }

.drive-header .action-buttons-container button:not(:first-child) {
  margin-left: 10px;
  background: #F5A623; }

.job-description {
  font-size: 16px; }

.jd-grid {
  display: grid;
  color: #0E1B51;
  grid-row-gap: 35px;
  grid-row-end: 100px;
  margin-bottom: 25px;
  grid-column-gap: 20px;
  grid-template-columns: auto auto; }

.jd-grid > div > span {
  font-weight: 600; }

.numbered-list {
  margin-left: 20px;
  list-style: decimal; }

.numbered-list li {
  padding-left: 20px; }

.colleges-container {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr; }

.college-list-container,
.faq-list-container {
  color: #0E1B51;
  font-size: 16px;
  margin-top: 50px;
  width: 800px;
  margin: 0 auto;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 120px !important;;
  min-height: calc(100vh - 394px); }

.college-list-container h2,
.faq-list-container h2 {
  color: #0E1B51;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px;
  display: inline-block; }

.college-list-container select,
.college-list-container input,
.faq-list-container select,
.faq-list-container input {
  float: right;
  width: 210px;
  padding: 13px;
  border-radius: 3px;
  background: #FFFFFF;
  border: 1px solid #D8D8D8; }

.list-heading {
  margin-bottom: 40px; }

.college-summary-head {
  padding-bottom: 10px; }

.college-summary-head img {
  width: 30%; }

.college-summary-head h3 {
  font-size: 17px;
  font-weight: 600;
  width: calc(70% - 20px); }

.college-list-container p,
.faq-list-container p {
  color: #0E1B51;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 20px; }

.college-description {
  font-size: 16px;
  margin-top: 56px; }

.college-drives-container h2 {
  color: #0E1B51;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px; }

.college-drives-summary {
  margin: 0 8%;
  padding: 0 5%;
  display: grid;
  min-height: 200px;
  grid-row-gap: 80px;
  grid-template-columns: auto; }

.cc-detail-container {
  padding: 50px 70px;
  background: #FFFFFF;
  box-shadow: 0 3px 12px 3px rgba(0, 0, 0, 0.14); }

.cc-detail-container form {
  display: grid;
  grid-gap: 40px; }

.cc-detail-container form h5 {
  color: #0E1B51;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px; }

form label {
  color: #64687A;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0; }

input, select {
  width: 100%;
  border: none;
  color: #000021;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  background: #FFFFFF;
  padding-bottom: 10px;
  border-bottom: 2px solid #64687A; }

input:focus, select:focus {
  outline: none;
  border-bottom: 2px solid #1139DF; }

.cc-detail-container form .form-buttons-container > button {
  border: none;
  float: right;
  width: 128px;
  color: white;
  cursor: pointer;
  font-size: 14px;
  margin-top: 10px;
  border-radius: 3px;
  padding: 13px 16px;
  background: #CFCFD2;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32); }

.form-buttons-container a {
  color: #383eeb;
  font-weight: 600; }

.cc-detail-container form .form-buttons-container > button:focus,
.cc-detail-container .success-detail-wrapper button:focus {
  outline: none; }

.cc-detail-container form .form-buttons-container .small-button,
.cc-detail-container .success-detail-wrapper .small-button {
  padding-right: 0;
  float: left;
  padding-left: 0;
  box-shadow: none;
  text-align: left;
  background: white;
  color: #CFCFD2; }

.cc-detail-container .success-detail-wrapper .small-button {
  text-align: center; }

.cc-detail-container button[class="active small-button"],
.cc-detail-container button[class="cc-button active small-button"] {
  color: #1139DF !important; }

.cc-detail-container button[class="active"],
.cc-detail-container button[class="cc-button active"] {
  background: #1139DF !important; }

.attachment-section {
  padding: 80px 0;
  text-align: center;
  background: #FFFFFF;
  border-radius: 2.5px;
  border: 1px solid #D7DFE2; }

.attachment-section h3 {
  margin-bottom: 10px; }

.attachment-section span {
  color: #D7DFE2;
  display: block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center; }

.attachment-section select-attachment {
  margin-top: 20px;
  padding: 13px 16px;
  background: #F5A623;
  letter-spacing: 1px;
  border-radius: 21.65px;
  text-transform: capitalize; }

.success-detail-wrapper {
  text-align: center; }

.wk-howdy-icon {
  width: 86px;
  height: 86px;
  display: inline-block; }

.success-detail-wrapper h2 {
  margin-bottom: 25px; }

.success-detail-wrapper span {
  color: #64687A;
  font-weight: 600; }

.success-detail-wrapper p {
  color: #0E1B51;
  margin-top: 60px;
  font-weight: 600; }

.success-detail-wrapper p a {
  color: #1139DF; }

.howdy-button-collection {
  display: grid;
  padding-left: 40%;
  grid-row-gap: 10px; }

.howdy-button-collection .cc-button {
  width: 30%; }

.credentials-form-header {
  text-align: center; }

.credentials-form-header span {
  color: #64687A;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center; }

.credentials-form .form-buttons-container span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  font-weight: 600;
  margin-right: 20px;
  display: inline-block;
  color: #1139DF; }

.credentials-form .form-buttons-container button {
  top: 20px;
  right: 40%;
  position: relative; }

.credentials-form .form-buttons-container {
  top: -27px;
  text-align: left;
  position: relative; }

.choose-attachment {
  box-shadow: none;
  margin-top: 20px;
  max-width: 200px;
  padding: 13px 16px;
  background: #F5A623;
  border-radius: 21.65px; }

.choose-attachment:focus {
  outline: none; }

button > a {
  color: white;
  text-decoration: none; }

.cc-success {
  margin-top: 10px;
  font-style: italic;
  color: green !important; }

.cc-error {
  margin-top: 10px;
  font-style: italic;
  color: red !important; }

.cc-notification {
  right: 0;
  top: 82px;
  z-index: 11;
  position: fixed;
  min-width: 300px;
  max-width: 400px;
  min-height: 41px;
  max-height: 100px;
  padding: 18px 30px;
  line-height: 24px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.15); }

.cc-alert-success {
  border-left: 4px solid #4CAF50; }

.cc-alert-info {
  border-left: 4px solid #1139DF; }

.cc-alert-warning {
  border-left: 4px solid #F5A623; }

.cc-alert-error {
  border-left: 4px solid #FF5252; }

.cc-notification h3 {
  display: block;
  color: #0E1B51;
  font-weight: 600;
  font-family: Montserrat;
  text-transform: capitalize;
  margin-bottom: 0px !important; }

.cc-notification span {
  color: #64687A;
  font-size: 14px;
  font-family: Montserrat; }

.cc-notification-img {
  width: 8px;
  height: 8px;
  position: absolute;
  margin-right: 100px;
  display: inline-block; }

.cc-notification-close {
  top: 32px;
  right: 32px;
  width: 16px;
  height: 32px;
  opacity: 0.3;
  cursor: pointer;
  position: absolute; }

.cc-notification-close:hover {
  opacity: 1; }

.cc-notification-close:before, .cc-notification-close:after {
  left: 15px;
  width: 2px;
  content: " ";
  height: 16px;
  position: absolute;
  background-color: #333; }

.cc-notification-close:before {
  transform: rotate(45deg); }

.cc-notification-close:after {
  transform: rotate(-45deg); }

.cc-notification-close-text {
  top: 11px;
  left: 45px;
  position: absolute; }

.hide {
  display: none; }

.page-not-found {
  height: 50vh;
  text-align: center;
  margin-top: 120px; }

.page-not-found > span {
  display: block; }

.attachment-section > .selected-attachments-name {
  color: black;
  padding-top: 10px; }

.content-wrap {
  width: 180px;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden !important; }

.pagination {
  text-align: center; }

.pagination > li {
  padding: 10px;
  margin-right: 10px;
  display: inline-block; }

.pagination > li.active {
  border-bottom: 4px solid #F5A623; }

.pagination > li.disabled {
  color: #90939e; }

.pagination > li:focus {
  outline: none; }

.pagination li a:focus {
  outline: none; }

@keyframes cssAnimation {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes cssAnimation {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
.slider-image {
  max-width: 100%;
  min-height: 400px;
  max-height: 400px;
  background-size: cover; }

.nextprev {
  text-align: right; }

.nextprev > .next {
  color: white;
  padding: 1.5%;
  cursor: pointer;
  font-weight: bold;
  background-color: #1139DF; }

.nextprev > .prev {
  color: white;
  padding: 1.5%;
  cursor: pointer;
  font-weight: bold;
  background-color: #1139DF; }

.nextprev .disabled {
  background-color: #D7DFE2; }

.nextprev > .round {
  font-size: 30px;
  border-radius: 1px;
  padding: 4px 12px 6px 12px; }

input[type="checkbox"] {
  width: 21px;
  height: 21px;
  cursor: pointer;
  display: inline-block; }

.checkbox-label {
  vertical-align: top;
  display: inline-block; }

.display-inline-block {
  display: inline-block; }

.heading-text {
  float: right;
  color: #1139DF;
  font-size: 13px;
  cursor: pointer;
  letter-spacing: 0;
  text-align: right; }

.rightSign {
  width: 48px;
  height: 37px;
  display: inline-block;
  background-position: -108px -469px;
  background-image: url(../../assets/images/front-sprite-preview.png); }

#model {
  top: 100px;
  left: 200px;
  width: 70%;
  outline: 0px;
  bottom: 100px;
  height: 200px;
  padding: 20px;
  position: fixed;
  border-radius: 3px;
  background: #FFFFFF;
  overflow: auto scroll;
  display: inline-block;
  border-bottom: 4px solid #F5A623;
  box-shadow: 0 3px 12px 3px rgba(0, 0, 0, 0.14); }

.slot-container {
  display: grid;
  grid-template-columns: 1fr 1fr; }

.slot-apply-btn {
  justify-self: end; }

.model-close-btn {
  float: right;
  cursor: pointer;
  font-size: 35px;
  vertical-align: top; }

.fix-width {
  width: 150px;
  display: inline-block; }

.center {
  text-align: center; }

.cc-slider-icon {
  bottom: 0;
  width: 100%;
  line-height: 65px;
  position: absolute; }

.main-slider {
  height: 75px;
  opacity: 0.8;
  display: grid;
  text-align: left;
  background: #0E1B51;
  grid-template-columns: 3fr 1fr; }

.main-slider .round {
  color: white;
  font-size: 45px;
  background-color: transparent; }

.main-slider li:first-child {
  margin-right: 20px; }

.main-slider nav {
  justify-self: end;
  padding-right: 20px; }

.main-slider li {
  cursor: pointer;
  display: inline-block; }

.image-description {
  color: white;
  font-size: 24px;
  font-weight: 800;
  padding-left: 20px; }

.dropdown ul li {
  text-align: left;
  padding-bottom: 10px; }

.dropdown ul li a {
  color: #64687A; }

.arrow {
  padding: 3px;
  margin-top: 4px;
  margin-left: 10px;
  vertical-align: top;
  border: solid white;
  display: inline-block;
  border-width: 0 2px 2px 0; }

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.icons {
  width: 33px;
  border: none;
  height: 33px;
  transition: 0.25s;
  border-radius: 17px;
  margin: 20px 7px 0 0;
  display: inline-block;
  box-shadow: 0 0 0 2px #fff;
  background-image: url(https://webkul.com/wp-content/themes/webkul-2018/images/webkul-main-sprite.svg?v=4.4); }

.icons:hover {
  opacity: 0.5; }

.fb-footer {
  background-position: -2px -317px; }

.twitter-footer {
  background-position: -37px -317px; }

.gplus-footer {
  background-position: -75px -317px; }

.insta-footer {
  background-position: -112px -317px; }

.linkdin-footer {
  background-position: -150px -317px; }

.youtube-footer {
  background-position: -186px -317px; }

.background-icon {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat; }

.background-icon-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.background-size-full {
  width: 100%;
  height: 100%;
  display: inline-block; }

.background-icon-full {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.background-icon-size,
.background-icon-size-large {
  width: 90px;
  height: 90px;
  display: inline-block; }

.small-background-icon-size {
  width: 80px;
  height: 80px;
  display: inline-block; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#loader {
  top: 0;
  width: 100%;
  z-index: 20;
  height: 100%;
  position: absolute;
  text-align: center;
  display: inline-block; }

#loader > div {
  top: 50%;
  width: 80px;
  height: 80px;
  position: fixed;
  border-radius: 50%;
  display: inline-block;
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite; }

#loader ~ body + {
  height: 100%;
  overflow: hidden; }

#loader ~ .main-container {
  overflow: hidden;
  filter: blur(2px);
  -webkit-filter: blur(2px); }

.infinity-container {
  width: 100px;
  height: 122px;
  text-align: center;
  line-height: 100px;
  border-radius: 52%;
  margin-bottom: 20px;
  display: inline-block;
  background-color: #F0F0F0;
  border: 1px solid #DCDCDC;
  padding: 10px 25px 6px 15px; }

.infinity {
  width: 80px;
  height: 30px;
  position: relative;
  display: inline-block; }

.infinity:before,
.infinity:after {
  top: 13px;
  right: 0px;
  left: 0px;
  content: "";
  width: 32px;
  height: 30px;
  position: absolute;
  border: 5px solid #C1C1C1;
  transform: rotate(-45deg);
  border-radius: 50px 50px 0 50px; }

.infinity:after {
  left: 50px;
  transform: rotate(45deg);
  border-radius: 50px 50px 50px 0; }

.disable-scroll {
  overflow: hidden; }

.detail_middle_top_margin > section {
  margin-bottom: 40px; }

@media only screen and (max-width: 1200px) {
  .cc-body-right {
    display: none; }

  .cc-latest-drive {
    grid-template-columns: unset; }

  .offcampus-summary-container {
    grid-template-columns: repeat(2, 1fr); }

  .off-campus-date {
    display: none; }

  #jobs.middle {
    margin: 0; }

  .enrolled-colleges {
    grid-template-columns: 1fr; }

  .enrolled-colleges > div:first-child {
    width: 100%; }

  .college-images-collection {
    display: none; }

  .drives-grid {
    grid-template-columns: 1fr 1fr; }

  .gd-review-container {
    display: none; }

  .about-webkul {
    width: 100%; }

  footer > div:first-child {
    text-align: center; }

  .footer-left {
    margin-left: 0px;
    padding-bottom: 20px; }

  .drives-container {
    grid-template-columns: 1fr; }

  .input-fields-container > input {
    width: 50px; }

  .body-container p {
    line-height: 40px; }

  .webkul-employee-review,
  .cc-detail-container {
    margin: 0; } }
.cc-latest-drive {
  /* grid-template-rows: 30vw; */
  grid-gap: 10px; }

.cc-body-right {
  height: 100%;
  width: 100%; }

.drive-container {
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  min-width: 385px;
  min-height: 290px;
  display: block; }

.drive-tag {
  display: inline-block;
  left: 0%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 15px 10px 15px;
  font-size: 13px;
  font-weight: bold; }

.drive-inner-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column wrap; }

.drive-title {
  font-size: 16px;
  margin: 0 20px 20px;
  padding: 0;
  box-sizing: border-box; }

.drive-details-container {
  margin: 0px 20px 20px;
  padding: 0;
  box-sizing: border-box;
  width: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start; }

.drive-icon {
  margin: 0;
  padding: 0;
  width: 6vw;
  height: 5vw;
  box-sizing: border-box;
  background-size: 100% 100%;
  background-repeat: no-repeat; }

  @media only screen and (max-width: 768px) {
  .drive-tag {
    margin-top: 10px;
    margin-bottom: 0px; } }

@media only screen and (max-width: 1200px) {
  .cc-latest-drive {
    grid-template-columns: 2fr 1fr !important; } }
@media only screen and (max-width: 1200px) {
  .cc-latest-drive {
    grid-template-columns: 1.7fr 1fr !important; } }
@media only screen and (max-width: 1030px) {
  .cc-latest-drive {
    grid-template-columns: 1.3fr 1fr !important; } }
@media only screen and (max-width: 975px) {
  .cc-latest-drive {
    grid-template-columns: 1fr !important;
    grid-template-rows: minmax(270px, 41vw) minmax(290px, 41vw);
    grid-row-gap: 20px; }

  .main-slider span {
    font-size: 14px !important; }

  .main-slider a {
    font-size: 20px !important; } }
.drive-detail {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 10px;
  box-sizing: border-box;
  width: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

.drive-detail-item {
  margin: 0 !important;
  padding: 0 !important;
  width: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

.drive-detail-item h5, .drive-detail-item p {
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: bold; }

.drive-detail-item h5 {
  text-transform: capitalize;
  color: #64687A; }

.drive-detail-item p {
  color: #0E1B51; }

.drive-view-detail {
  font-weight: bold; }

.drive-view-detail, .drive-detail-item button, .cc-button {
  font-size: 13px; }

.drive-detail-item button, .cc-button {
  padding: 8px 15px; }

.drive-detail-item:hover button, .cc-button:hover, .drive-view-detail:hover {
  opacity: 0.7; }

.drive-detail-item button:focus, .cc-button:focus {
  outline: none; }

.drive-detail-item button:active, .cc-button:active, .drive-view-detail:active {
  opacity: 0.5; }

@media screen and (max-width: 1200px) {
  .cc-body-right {
    display: block; } }
.slider {
  position: relative;
  cursor: grab;
  width: 100%;
  cursor: grab;
  overflow: hidden;
  position: relative;
  height: 100%;
  white-space: nowrap;
  box-sizing: border-box; }

.slider-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

.slider-container-image {
  position: absolute;
  display: block;
  left: 100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  user-select: none;
  transition: left 400ms ease-out;
  background-size: 100% 100%; }

.notransition {
  transition: none !important; }

.presentCurrentImage {
  z-index: 10; }

.cc-slider-icon {
  z-index: 15;
  display: table; }

.main-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3vw;
  min-height: 43px; }

.main-slider span, .main-slider nav {
  line-height: initial;
  display: flex;
  height: auto; }

.main-slider span, .image-description {
  width: 70%;
  padding-left: 0;
  font-size: 1.5vw;
  text-align: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin-left: 10px; }

.main-slider nav {
  width: 20%;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding-right: 0; }

.main-slider nav ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center; }

.main-slider li {
  height: auto;
  width: 30%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center; }

.main-slider a {
  font-size: 3vw; }

.body-container {
  margin-top: 100px;
  padding-top: 0; }

.about-webkul {
  padding-top: 0px; }

.cc-heading-2 {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1px; }

.cc-para {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 0; }

@media screen and (max-width: 505px) {
  .body-container {
    padding-left: 60px;
    padding-right: 60px; } }
@media screen and (max-width: 495px) {
  .body-container {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (max-width: 346px) {
  .body-container {
    padding-left: 30px;
    padding-right: 30px; } }
@media screen and (max-width: 330px) {
  .body-container {
    padding-left: 20px;
    padding-right: 20px; } }
@media screen and (max-width: 303px) {
  .body-container section {
    padding: 0px 10px 0px;
    margin-top: 60px; }

  .body-container {
    padding: 0;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start; }

  .cc-heading-2 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-bottom: 10px; }

  .cc-para {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    padding-top: 0px; } }
.next:hover, .prev:hover {
  opacity: 0.8; }

.description {
  display: flex;
  flex-flow: column wrap;
  justify-content: center; }

.enrolled-colleges {
  grid-column-gap: 70px; }

.college-images-collection {
  grid-gap: 10px; }

.background-icon-size {
  height: 80px;
  width: 100px; }

#about_cc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 70px; }

@media screen and (max-width: 1200px) {
  #about_cc {
    grid-template-columns: 1fr; } }
.about-webkul {
  width: auto; }

.gd-review-container {
  text-align: center;
  width: auto;
  margin: 0; }

.cc-header {
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 100;
  font-size: 14px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.27); }

.cc-header-options > li {
  padding: 0 15px;
  display: inline-block; }

.cc-header-options > li:last-child {
  padding: 0 0 0 15px; }

.cc-header-left, .cc-header-right {
  padding: 0;
  margin: 0;
  display: block; }

.cc-header-left {
  width: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding-left: 20px;
  line-height: initial;
  font-size: 22px; }

.cc-header-left span {
  color: #0E1B51;
  font-weight: bold;
  -moz-font-smoothing: grayscale; }

.cc-logo {
  width: 53px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: 3px 1px;
  background-image: url("../../assets/images/icon.png"); }

.cc-header-right {
  width: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding-right: 20px;
  height: auto; }

.cc-header-options li > a {
  color: #64687A;
  text-decoration: none; }

@media screen and (min-width: 1201px) {
  .cc-header-right {
    padding-right: 0px; } }
@media only screen and (max-width: 1200px) {
  .web-header-options {
    display: none; }

  .cc-header-options {
    line-height: 3rem; }

  .cc-header-options > li {
    display: block; } }
.header-button {
  cursor: pointer;
  height: auto;
  box-sizing: border-box;
  letter-spacing: 0;
  font-size: 14px;
  padding: 22px;
  background: #1139DF;
  border: none;
  color: #FFFFFF; }

.dropdown {
  margin-top: 15px;
  border-radius: 3px;
  position: absolute;
  background: #FFFFFF;
  padding: 20px 106px 20px 20px;
  box-shadow: 4px 12px 21px 3px rgba(0, 0, 0, 0.14); }

h1 {
  font-weight: 700; }

.cc-hamburger {
  -moz-transition: -moz-transform 200ms;
  transition: transform 200ms;
  width: 20px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  display: none; }

@media only screen and (max-width: 1200px) {
  .cc-hamburger {
    display: block; } }
.cc-hamburger:hover {
  cursor: pointer;
  user-select: none; }

.cc-h-top, .cc-h-middle, .cc-h-bottom {
  width: 20px;
  height: 3px;
  margin: 3px 0px;
  padding: 0;
  border: 0;
  color: white;
  box-sizing: border-box;
  background-color: black; }

.cc-h-top {
  margin-top: 0; }

.cc-h-bottom {
  margin-bottom: 0; }

.cc-hamburger-change {
  transform: rotateZ(90deg); }

.cc-hamburger-change .cc-h-middle {
  display: none; }

.cc-hamburger-change .cc-h-top {
  transform: rotateZ(-45deg) translate(-3.3px, 0px); }

.cc-hamburger-change .cc-h-bottom {
  transform: rotateZ(45deg) translate(-3.3px, 0px); }

.mobile-header-options {
  left: 0%;
  top: 0%;
  width: 30vw;
  height: 100vh;
  text-align: left;
  min-width: 190px;
  max-width: 240px;
  background: white;
  position: absolute;
  z-index: 9999;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  box-shadow: 0 2px 8px 0;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  transition: left 0.2s ease; }

.mobile-header-options-hide {
  left: -100%; }

.mobile-header-options ul li {
  padding: 0 10px; }

.mobile-header-options ul a:hover, .web-header-options ul a:hover {
  font-size: inherit;
  font-weight: normal;
  opacity: 0.7; }

.mobile-header-options ul a:active, .web-header-options ul a:active {
  opacity: 0.5;
  outline: none; }

.disable-scroll {
  overflow: hidden; }

@media only screen and (min-width: 1201px) {
  .mobile-header-options {
    left: -100%; } }
@media only screen and (max-width: 1200px) {
  .mobile-header-options {
    padding: 20px; } }
.display-none {
  display: none; }

footer {
  margin-top: 60px;
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
  font-size: 14px;
  font-weight: bold; }
  footer a, footer a:active, footer a:visited, footer a:hover {
    color: white;
    font-size: 14px;
    font-weight: bold; }
  footer .footer-top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px 80px;
    background-color: #2C3145;
    font-size: 14px; }
    footer .footer-top a:hover {
      opacity: 0.7; }
    footer .footer-top a:active {
      opacity: 0.5;
      outline: none; }
    footer .footer-top .footer-left, footer .footer-top .footer-right {
      width: auto;
      width: -moz-fit-content;
      width: -webkit-fit-content;
      width: fit-content;
      margin: 0; }
    footer .footer-top .footer-left {
      display: flex;
      flex-flow: column wrap;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 0;
      text-transform: uppercase;
      color: #64687A; }
      footer .footer-top .footer-left a {
        color: #2149f3; }
      footer .footer-top .footer-left .footer-icons {
        margin-top: 10px; }
        footer .footer-top .footer-left .footer-icons a span {
          margin-top: 0; }
        footer .footer-top .footer-left .footer-icons a:last-child span {
          margin-right: 0; }
    footer .footer-top .footer-right .footer-nav-links {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      text-align: left;
      grid-column-gap: 20px;
      grid-row-gap: 10px; }
      footer .footer-top .footer-right .footer-nav-links li {
        padding: 0; }
  footer .footer-bottom {
    display: table;
    box-sizing: border-box;
    height: 60px;
    padding: 0 80px;
    width: 100%;
    background-color: #64687A; }
    footer .footer-bottom span {
      display: table-cell;
      vertical-align: middle;
      font-size: 12px;
      line-height: 1.5;
      height: auto;
      color: #FFFFFF;
      text-align: center; }

@media screen and (max-width: 1084px) {
  footer .footer-top .footer-right .footer-nav-links {
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 5px; } }
@media screen and (max-width: 968px) {
  footer .footer-top .footer-right .footer-nav-links {
    grid-template-columns: repeat(3, 1fr); } }
@media screen and (max-width: 828px) {
  footer .footer-top .footer-right .footer-nav-links {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 700px) {
  footer .footer-top {
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start; }
    footer .footer-top .footer-right {
      margin-top: 10px; }
      footer .footer-top .footer-right .footer-nav-links {
        grid-template-columns: repeat(4, 1fr); } }
@media screen and (max-width: 680px) {
  footer .footer-top .footer-right .footer-nav-links {
    grid-template-columns: repeat(3, 1fr); } }
@media screen and (max-width: 540px) {
  footer .footer-top .footer-right .footer-nav-links {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 426px) {
  footer .footer-top, footer .footer-bottom {
    padding-left: 60px;
    padding-right: 60px; } }
@media screen and (max-width: 386px) {
  footer .footer-top, footer .footer-bottom {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (max-width: 346px) {
  footer .footer-top, footer .footer-bottom {
    padding-left: 30px;
    padding-right: 30px; } }
@media screen and (max-width: 330px) {
  footer .footer-top, footer .footer-bottom {
    padding-left: 20px;
    padding-right: 20px; } }
@media screen and (max-width: 303px) {
  footer {
    margin-top: 40px; }
    footer .footer-top {
      padding-left: 10px;
      padding-right: 10px; }
    footer .footer-bottom {
      padding: 10px; } }

/*# sourceMappingURL=main.css.map */
