@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");



* h1,h2,h3,h4,h5,h6,p{
  font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
   color: black;
}
* h1,h2,h3,h4,h5,h6{
  font-weight: bold;
}



/*** Navbar ***/
.fixed-top {
  transition: .5s;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.31) !important;
}
.top-bar {
  height: 45px;
  border-bottom: 1px solid rgba(53, 94, 252, .07);
  background-color:rgb(249 249 249);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
  padding: 25px 15px;
  color: black;
  font-weight: 500;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: red;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav {
      margin-top: 10px;
      border-top: 1px solid rgba(0, 0, 0, .07);
      background: #FFFFFF;
  }

  .navbar .navbar-nav .nav-link {
      padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: block;
      visibility: hidden;
      top: 100%;
      transform: rotateX(-75deg);
      transform-origin: 0% 0%;
      transition: .5s;
      opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
      transform: rotateX(0deg);
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }
}


/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--primary);
  border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
  border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
  border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
      position: relative;
      min-height: 450px;
  }
  
  #header-carousel .carousel-item img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
}

.page-header {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background: url(../img/header.html) top left no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: var(--tertiary);
}





/*secondcardscss*/

.secondcarousel img {
  height: 200px;
  width: 100%;
}

.secondcarousel div [class^="col-"] {
  padding-left: 50px;
  padding-right: 20px;
}

@media (max-width: 525px) {
  .secondcarousel div [class^="col-"] {
    padding-left: 0px; 
    padding-right: 0px;
  }                       
  #belowcards{
    height: 790px;
  }
  #readmorebtn{
    margin-top: 60px;
  }
  #readmorebtn1
 {
  margin-top: 0px;
}

#readmorebtn:hover {
  background-color: rgb(255, 0, 0);
  color: white;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}

}

.secondcarousel .card {
  transition: 0.5s;
  cursor: context-menu;
}
.secondcarousel .card-block{
  padding: 25px;
  height: 690px;
}

.secondcarousel .aicards{
  padding: 25px;
  height: 730px;
}

.secondcarousel .card-title {
  transition: 1s;
  cursor: context-menu;
}

.secondcarousel .card-title i {
  font-size: 15px;
  transition: 1s;
  color: #ffa710
}

.secondcarousel .card-title i:hover {
  transform: scale(1.25) rotate(100deg);
  color: #d41818;

}

#career-cards{
  text-align: justify;
}



.secondcarousel .card:hover {
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.secondcarousel .card-text {
  height: 80px;
}

.secondcarousel .card::before,
.card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.014);
  content: '';
  pointer-events: none;
}

.secondcarousel .card::before {
  transform-origin: left top;
}

.secondcarousel .card::after {
  transform-origin: right bottom;
}

.secondcarousel .card:hover::before,
.card:hover::after,
.card:focus::before,
.card:focus::after {
  transform: scale3d(1, 1, 1);
}


/* -- career dome card-buttons -- */

#readmorebtn
 {
  background-color: rgb(255, 0, 0);
  color: white;
  width: 110px;
  height: 35px;
  font-size: medium;
  position: relative;
  text-align: justify;
  cursor: pointer;
  top: 260px;
}

#readmorebtn:hover {
  background-color: rgb(255, 0, 0);
  color: white;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}

#readmorebtn1
 {
  background-color: rgb(255, 0, 0);
  color: white;
  width: 110px;
  height: 35px;
  font-size: medium;
  position: relative;
  text-align: justify;
  cursor: pointer;
  top: 260px;
}

#readmorebtn1:hover {
  background-color: rgb(255, 0, 0);
  color: white;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}



#readmore {
  background-color: rgb(255, 0, 0);
  color: white;
  width: 110px;
  height: 35px;
  font-size: medium;
  text-align: justify;
  cursor: pointer;
  top: 225px;
  position: relative;
}

#readmore:hover {
  background-color: rgb(255, 0, 0);
  color: white;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}













/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/

.courses {
  background: #ffffff;
}

.banner {
  background: #a770ef;
  background: -webkit-linear-gradient(to right, #a770ef, #cf8bf3, #fdb99b);
  background: linear-gradient(to right, #a770ef, #cf8bf3, #fdb99b);
}


#new_blue {
  cursor: pointer;
  width: 110px;
  height: 26px;
  font-size: 17px;
}

#new_blue:hover {
  background-color: red;
  color: white;
  font-weight: bold;
}



/*--counter css--*/


.counter-box {
  display: block;
  background: #b3b3b3;
  border-radius: 10px;
  padding: 40px 20px 37px;
  text-align: center;
  }
  .counter-box:hover{
    background-color: #3acf87;
    color: white;
  }
  
  .counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  }
  
  .counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: #ffffff;
  }
  
  .counter { 
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 28px;
  }
  
  .counter-box.colored {
      background: #3acf87;
  }
  
  .counter-box.colored p,
  .counter-box.colored i,
  .counter-box.colored .counter {
  color: #fff;
  }
  
  
  @media screen and (max-width: 470px) {
    .cntr .row {
      width: 300px;
      margin-left: -20px;
    }
  }
  
  
  @media screen and (max-width: 575px) {
    .cntr {
     margin-top: 280px;
    }
  }
  
  
  



/*--modalcss--*/

.ourmodal a {
  color: #fff;
  text-decoration: none;
}

.ourmodal a:hover {
  color: #fff;
  text-decoration: none;
}

/*--choice modal1--*/

.openbtn {
  margin-top: 0px;
  float: left;
}



.modal-header {
  padding: 15px;
  border-bottom: none;
  color: white;
  background: #fc00ff;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #00dbde, #fc00ff);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #00dbde, #fc00ff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.modal-title {
  font-weight: bold;
}

.modal-body.choice-modal {
  position: relative;
  padding: 0px;

}

.ourmodal .row.inner-scroll {
  height: 445px;
  overflow: auto;
  background-color: #ececec;
}

.mycard-footer {
  height: 25px;
  background: #333333;
  font-size: 15px;
  text-indent: 10px;
  /* border-radius: 0 0px 4px 4px;*/
}















@media only screen and (max-width: 1200px) {
  #myh{
      height: 28vh;
  }
}








/*** Footer ***/

.myfooter{
  background-color: #011a41;
  color: white;
}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: white;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  color: white;
  background: #000B1C;
}

.copyright a {
  color: white;
}


 
/* Style for the back-to-top button */
#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  width: 55px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #ff0000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
}

#backToTopBtn:hover {
  background-color: #ff0000;
}








