*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
}

input:focus,
select:focus {
  outline: none;
  border: none;
}

.button {
  color: #fff;
  display: block;
  margin: 8px auto;
  padding: 6px 20px;
  font-size: 18px;
  background: #ff9934;
  text-decoration: none;
  border-radius: 4px;
  outline: none;
  border: none;
}

.bg-primay-blue {
  background-color: #2a6496;
}

.bg-primay-orange {
  background-color: #ff9934;
}

.text-primary-blue {
  color: #2a6496;
}

.text-primary-orange {
  color: #ff9934;
}

.pb-20 {
  padding-bottom: 20px;
}

.text-bold {
  font-weight: 500;
}

.topmenu {
  background-color: #2a6496;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topmenu__items {
  padding: 8px 12px;
  text-transform: uppercase;
  color: #55a2fa;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 12px;
}

.topmenu__items:hover {
  color: #fff;
  cursor: pointer;
}

nav {
  z-index: 50;
  background-color: transparent;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}

.bg-nav {
  background-color: #ff9934;
}

.navbar-btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 275px;
}

.navbar-btn_wrapper .button_nav {
  background: #2a6496;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.w-100 {
  width: 100vw !important;
}

.h-100 {
  height: 100vh !important;
}
.frmhomecss{
  margin-right:0px;
  padding-right:0px;
  margin-left:0px;
  padding-left:0px;
}
@media only screen and (max-width: 767px) {
  .h-100 {
      height: 217px !important;
 }
 .frmhomecss{
   margin-right:10px;
   padding-right:5px;
   margin-left:10px;
   padding-left:5px;
 }
 .mtop30{
   margin-top: 125px!important;
 }
  .topmenu {
    display: none;
  }
  .dropdown-menu > li > a {
    color: #fff;
  }
  /*.navbar {
    background-color: #2a6496;
  }*/
  .button_nav {
    background-color: #ff9934 !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  nav {
    background-color: transparent;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button_nav {
    background-color: #ff9934 !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar {
    background-color: #2a6496;
  }
  .mynav .nav > li {
    float: none;
  }
  .navbar-nav {
    float: none;
    margin: 15px auto;
  }
  .navbar-header {
    float: initial;
  }
  .navbar-collapse.collapse {
    display: none !important;
    height: initial !important;
    padding-bottom: 0;
    overflow: initial !important;
  }
  .collapse.in {
    display: block !important;
  }
}

.navbar-nav > li > a {
  color: #fff;
}

.nav > li > a:focus,
.nav > li > a:hover {
  color: #ff9934;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  color: #ff9934;
}

.logo {
  height: 60px;
  width: auto;
  margin-top: -15px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
  display: block;
  content: "";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #555;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.icon-bar {
  background-color: #fff;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.d-block {
  display: block;
}



#homeslider {
  position: relative;
  top: -52px;
  margin-top: 50px;

}

#homeslider .carousel-inner {
  /*height: 100vh;*/
}

#homeslider .carousel-control.left,
#homeslider .carousel-control.right {
  z-index: 10;
}

#homeslider .carousel-item {
  height: 100%;
}

#homeslider::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(#2b2b2b));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #2b2b2b 100%);
}

#Home_search-container {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  z-index: 1;
}
#Home_search-container h1 {
  margin: 0 0 60px;
  font-size: 55px;
  color: #ff7f00;
  font-weight: 400;
  text-align: center;
}

#Home_search-container .study-abroad_wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#Home_search-container .study-abroad_wrapper h3 {
  color: #fff;
}

.search-input-wrapper {
  width: 73%;
  display: block;
  margin: 0 auto;
}

.input-grp-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-grp-btn button {
  width: 64px;
  height: 64px;
  border-radius: 0 2.7px 2.7px 0;
  background-color: #ff9934;
  letter-spacing: 0.1px;
  color: #fff;
  border: none;
}

.slider-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-input__wrapper {
  width: 100%;
  height: 64px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.slider-input__wrapper .slider-input {
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #323c4f;
  text-transform: uppercase;
  height: 100%;
  /*padding: 13px 15px 13px 45px;*/
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  display: inline-block;
}

.slider-input__wrapper .slider-input-2 {
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #323c4f;
  text-transform: uppercase;
  height: 100%;
  width:100%;
  /*padding: 13px 15px 13px 45px;*/
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  right: 0px;
  top: 0;
  display: inline-block;
}

.categories_one h1 {
  color: #2a6496;
}

.categories_one .card {
  border: 1px solid #dedede;
}

.categories_one__tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.categories_one__tabs.nav-pills > li {
  width: 40%;
  text-align: center;
  margin: 0px 10px;
}

.categories_one__tabs.nav-pills > li.active > a,
.categories_one__tabs.nav-pills > li.active > a:focus,
.categories_one__tabs.nav-pills > li.active > a:hover {
  background: #fff;
  color: #ff9934;
  border: none;
  border-bottom: 3px solid #ff9934;
}

.categories_one__tabs.nav-tabs > li > a {
  font-weight: 500;
  letter-spacing: 1px;
  border: 1px solid #e0e0e0;
  border: none;
  border-radius: unset;
  -webkit-box-shadow: 0 0 36px 0 rgba(217, 217, 217, 0.5);
          box-shadow: 0 0 36px 0 rgba(217, 217, 217, 0.5);
}

.categories_one #myTabContent .tab-pane {
  padding: 25px 10px;
}
/*ravi_edit*/
.contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
  max-width: 1000px; /* Set a maximum width */
  margin: 0 auto; /* Center the container horizontally */
  -webkit-box-shadow: inset 0px 0px 13px 0px rgba(255, 153, 52, 0.55);
  box-shadow: inset 0px 0px 13px 0px rgba(255, 153, 52, 0.55);
}
.headline{
  color: green;
}
.link{
  color: blue;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contain {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

/*end_here*/


.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  -webkit-box-shadow: inset 0px 0px 13px 0px rgba(255, 153, 52, 0.55);
  box-shadow: inset 0px 0px 13px 0px rgba(255, 153, 52, 0.55);
  /*background-color: #fff;*/
  background-clip: border-box;
  border-radius: 0.25rem;
}

.card .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card .card-body h3 {
  text-align: center;
  color: #4f5767;
  position: relative;
}

.card .card-body p {
  text-align: center;
  color: #2a6496;
  font-weight: 500;
  font-size: 2rem;
}

.card .card-img {
  height: 200px;
  margin: auto;
  max-width: 300px;
}

.card .card-img img {
  width: 100%;
  height: 100%;
}

.card .card-icon {
  font-size: 5rem;
  text-align: center;
}
.main-courses .card1 {
    margin-bottom: 10px;
    min-height: 125px;
    border-radius: 8px;
    border: 1px solid #f3caca;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card .card-test {
  font-size: 2.5rem;
  text-align: center;
  background-color: #F4BD01;
  margin-bottom: 10px;
  color:#fff;
}
.card .card-body-test h3 {
    text-align: center;
    color: #4f5767;
    position: relative;
    font-size: 20px
}

.card .card-icon i {
  vertical-align: middle;
}

.card:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 36px 0 rgba(217, 217, 217, 0.8);
          box-shadow: 0 0 36px 0 rgba(217, 217, 217, 0.8);
  cursor: pointer;
}

.card:hover .card-body h3 {
  color: #ff9934;
}

.card:hover .card-body h3:before {
  content: "";
  position: absolute;
  background: #ff9934;
  opacity: 0.4;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
}

.top-courses h1 {
  color: #fff;
  padding-bottom: 30px;
}

.top-courses .search-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0px 15px 0px;
}

.top-courses .search-tags a {
  text-transform: uppercase;
  color: #fff;
  padding: 4px 10px;
  border-radius: 9px;
  border: 1px solid #fff;
  margin-bottom: 15px;
  margin-right: 10px;
  text-decoration: none;
}

.top-courses .search-tags a:hover {
  background-color: #fff;
  color: #2a6496;
}

.expert-advice {
  padding-bottom: 30px;
  background-color: #2a6496;
}

.expert-advice .flex-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {

  .expert-advice .flex-component {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.expert-advice h1 {
  color: #fff;
  padding-bottom: 30px;
}

.expert-advice h3 {
  color: #fff;
}

.expert-advice .form-container {
  color: #fff;
}

.expert-advice .form-container label {
  font-weight: 500;
}

.expert-advice .guidance-img {
  width: 80%;
  margin: auto;
}

.expert-advice .guidance-img img {
  width: 100%;
  height: 100%;
}

.counter-section {
  -webkit-box-shadow: inset 0px 0px 13px 0px rgba(255, 153, 52, 0.55);
          box-shadow: inset 0px 0px 13px 0px rgba(255, 153, 52, 0.55);
  margin-bottom: 20px;
}

.counter-section ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.counter-section ul li {
  margin: 10px;
}

@media only screen and (max-width: 991px) {
  .counter-section ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .counter-section li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.counter-section .counter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 10px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.counter-section .counter-container h2 {
  font-size: 4rem;
  color: #ff9934;
}

.counter-section .counter-container p {
  font-size: 2rem;
}

.counter-section .counter-container .counter-img {
  height: 150px;
  width: 150px;
}

.counter-section .counter-container .counter-img img {
  width: 100%;
  height: 100%;
}

.main-courses {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f4f4f4;
}

.main-courses h1 {
  color: #2a6496;
  padding-bottom: 10px;
}

.main-courses p {
  text-align: center;
  padding-bottom: 20px;
  font-size: 2rem;
}

.main-courses .card {
  margin-bottom: 10px;
  min-height: 260px;
  border-radius: 8px;
  border: 1px solid #f3caca;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-courses .card .card-body {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-courses .card .card-icon {
  color: #ff9934;
}

.footer-wrapper {
  background-color: #252e3e;
  padding-bottom: 10px;
}

.footer-wrapper .container {
  margin-left: auto;
  margin-right: auto;
  width: 95.5%;
  padding: 0;
}

.footer-wrapper .link-block {
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer-wrapper .link-block .link-head {
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  opacity: 0.7;
  letter-spacing: 0.4px;
  color: #fff;
  text-transform: uppercase;
}

.footer-wrapper .link-block .link {
  display: table;
  padding: 4px 0;
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
  text-transform: uppercase;
}

.footer-wrapper .link-block .link:hover {
  color: #fff;
  opacity: 1;
}

.social-links {
  background-color: #252e3e;
  opacity: 0.95;
  color: #fff;
  padding: 10px 0px;
}

.social-links ul li {
  list-style: none;
  float: left;
  margin-right: 10px;
  font-size: 2rem;
  color:#fff;
}

.social-links ul li a {
  color: #fff;
  font-size: 2.2rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.social-links ul li a:hover i {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

.social-links p {
  line-height: 33px;
  margin: 0;
}

.application-links h3 {
  color: #2a6496;
}

.application-links__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 8px 2px #a2a2a2;
          box-shadow: 0px 0px 8px 2px #a2a2a2;
  margin: 10px;
  border-radius: 8px;
  padding: 12px 15px;
}

.application-links__college-img {
  width: 150px;
  height: 150px;
}

.application-links__college-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.application-links__college-name {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 24px;
  padding: 5px 0px;
  text-transform: uppercase;
  text-align: center;
}

.application-links__button-block .button {
  font-size: 1.4rem;
}

.about-course h1 {
  color: #2a6496;
  padding-bottom: 30px;
}

.about-course h2 {
  padding-bottom: 30px;
}

.about-course p {
  line-height: 1.82;
}

.about-course .avg_salary {
  font-size: 1.2rem;
}

.about-course .mba-specializations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-course .mba-specializations .courses {
  padding: 10px;
  background: #ff9934;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 6px;
  margin: auto 10px 10px 0;
}

.about-course .company-logo_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.about-course .company-logo_wrapper .company-logos {
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 8px;
}

.about-course .company-logo_wrapper .company-logos img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  display: block;
}

.table-fit th {
  width: 20%;
  vertical-align: middle !important;
}

.table-fit td {
  vertical-align: middle !important;
}

.paragraph-pointers ul {
  list-style: none;
}

.paragraph-pointers ul li {
  padding: 11px 6px;
  background: rgba(151, 192, 228, 0.65);
  border-radius: 8px;
  color: #2a6496;
  margin-bottom: 8px;
}

.paragraph-pointers ul li .text-bold-black {
  font-weight: 500;
  color: #000;
}

.college-card {
  border-radius: 8px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 36px 0 rgba(217, 217, 217, 0.5);
          box-shadow: 0 0 36px 0 rgba(217, 217, 217, 0.5);
  padding: 16px;
}

.college-card h3 {
  color: #2a6496;
  margin-top: unset;
}

.college-card__image {
  margin: auto;
  margin-bottom: 10px;
}

.college-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.college-card__info {
  color: #696969;
  padding-top: 5px;
  padding-bottom: 5px;
}

.college-card__action-btns .buttons {
  font-size: 1.5rem;
}

.college-card__action-btns .btn-blue {
  background-color: #2a6496;
}

@media only screen and (max-width: 767px) {
  .college-card__action-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .input-grp-btn button {
    width: 100%;
    height: 64px;
    border-radius: 0 2.7px 2.7px 0;
    background-color: #ff9934;
    letter-spacing: 0.1px;
    color: #fff;
    border: none;
}
.search-input-wrapper {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.slider-input__wrapper .slider-input {
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #323c4f;
    text-transform: uppercase;
    height: 100%;
    padding: 0px;
     border: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    display: inline-block;
}
.slider-input__wrapper .slider-input-2 {
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #323c4f;
    width: 100%;
    text-transform: uppercase;
    height: 100%;
     padding: 0;
     border: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    right: 0px;
    top: 0;
    display: inline-block;
}

}

.search-element {
  padding: 2px 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.search-element__input {
  width: 100%;
  border: none;
  letter-spacing: 0.4px;
  padding: 0px 0.2em;
}

.search-filter {
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 36px 0 rgba(217, 217, 217, 0.5);
          box-shadow: 0 0 36px 0 rgba(217, 217, 217, 0.5);
}

.search-filter ul {
  list-style: none;
  max-height: 200px;
  overflow-y: scroll;
}

.search-filter__list {
  margin-bottom: 15px;
}

.course-detailed h1 {
  color: #2a6496;
  padding-bottom: 30px;
}

.course-detailed h2 {
  padding-bottom: 30px;
}

.course-detailed p {
  line-height: 1.82;
}

.exam-detailed h1 {
  color: #2a6496;
  padding-bottom: 30px;
}

.exam-detailed h2 {
  padding-bottom: 30px;
}

.exam-detailed p {
  line-height: 1.82;
}

.exam-detailed .exam-detailed_tab .tab-content {
  padding-top: 20px;
}

.exam-detailed .flex-questions_papers ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.exam-detailed .flex-questions_papers ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.exam-detailed .flex-questions_papers .list-div {
  max-width: 180px;
  text-align: center;
  background: #ccc;
  padding: 12px;
  border-radius: 6px;
  margin-left: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.exam-detailed .flex-questions_papers .list-div span {
  font-weight: 600;
  font-size: 2rem;
}

.exam-detailed .flex-paragraph-pointers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.exam-detailed .flex-paragraph-pointers li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.exam-detailed .faculty-img {
  width: 70px;
  height: 70px;
}

.exam-detailed .faculty-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.exam-detailed .application-link__wrapping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.exam-detailed .application-link__wrapping .application-links__container {
  width: 180px;
}

.exam-detailed .company-logo_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.exam-detailed .company-logo_wrapper .company-logos {
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 8px;
}

.exam-detailed .company-logo_wrapper .company-logos img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  display: block;
}
/*# sourceMappingURL=styles.css.map */
/* sudhir */
a.link{
  text-decoration: none;
}
.colllist{
  font-size: 16px;
  font-family: Helvetica;
  background-color:#fff;
  cursor:pointer;
  z-index: 99999;
}
.colllist ul li{
  line-height: 2em;
}
.colllist ul li:hover{
  background-color: #99ccff;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;

}
.navbar-fixed-top:after{
  color:blue;
  mix-blend-mode: difference;
}
.ifmdemo{
  margin-top: 100px;
}
.checkbox{
  margin-left: 0px;
}
.form-check-label {
    font-weight: normal;
}
.adsname{
  background-color: #FF9934;
  color:#fff;

}
.adsname a{
  color:#fff;
}
.adsname a:hover{
  color:#3477eb;
}
.adcollegname{
  font: 14px/1.6 Roboto,"Helvetica Neue",Helvetica,sans-serif;
}
.adsrow{
  margin-bottom:12px;
}
.btnads {
    display: inline-block;
    padding: 2px 2px;
    margin-bottom: 0;
    font: 14px/1.6 Roboto,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 10px;
}
.applbtn{
  margin-top:10px!important;
  margin-bottom:10px!important;
}
