a.nav-link {
    color: #5886e6;
    font-weight: 600;
    font-family: math;
    font-size: 1.1em;
}
a.nav-link.active {
    color: #fd3234 !important;
}
.hero{
  background-image: url('Images/iimt.avif');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom-center;
  height:600px;
  color:#fff;
  display: flex;
  align-items:center;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
  z-index: -2;
}

.hero::before{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.hero h1{
  font-size: 46px;
  margin: -20px 0 20px;
}

.hero p{
  font-size: 20px;
  letter-spacing: 1px;
}

.content h2, .content h3{
  font-size: 150%;
  margin: 20px 0;
}

.content p {
  color: #555;
  line-height: 1.6;
  letter-spacing: 1px;
}
.logo {
    width: 15%;
}

.logo img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.colleges_box:hover {
    transform: translatey(-8px);
}

.colleges_box {
    padding: 5px;
    box-shadow: 0px 0px 9px -1px;
    border-radius: 5px;
    transition: transform .6s ease;
    /*height: 425px;*/
    height: auto;
}

.colleges_box button {
    border: none;
    background: transparent;
    color: #63a3f9;
    font-size: 14px;
    font-weight: 700;
}
.colleges_box button:hover {
    border-bottom: 2px double #fc3331;
    color: white;
}
.cta_btn {
    padding: 5px;
    text-align: center;
}




.container1{
  width: 100%;
}
@media screen and (max-width: 640px){
  .container1{
    display: block;
    width: 100%;
  }
}


.container1 .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.container1 .content {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.container1 .content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.container1 .content:hover .content-overlay{
  opacity: 1;
}

.container1 .content-image{
  width: 100%;
  border-radius: 5px;
  aspect-ratio: 3 / 2;
}

.container1 .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.container1 .content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.container1 .content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.container1 .content-details p{
  color: #fff;
  font-size: 0.8em;
}

.container1 .fadeIn-bottom{
  top: 80%;
}


/*form css*/
.modal-header .btn-close {
    position: absolute !important;
}
#exampleModalLabel {
    margin: auto !important;
    color: red;
    font-weight: 700;
    font-family: sans-serif;
}
.modal-dialog.forwidth {
    max-width: 50% !important;
}
            
.formbold-mb-5 {
    margin-bottom: 20px;
  }
  .formbold-pt-3 {
    padding-top: 12px;
  }
  .formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }

  .formbold-form-wrapper {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
    background: white;
  }
  .formbold-form-label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #345eb3;
    margin-bottom: 8px;
}
  .formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .formbold-form-input {
    width: 100%;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: white;
    font-weight: 500;
    font-size: 16px;
    color: #6b7280;
    outline: none;
    resize: none;
  }
  .formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold-btn {
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px;
    border: none;
    font-weight: 600;
    background-color: #ff0000;
    color: white;
    width: 100%;
    cursor: pointer;
    transition: transform .6s ease;
}
.formbold-btn:hover {
    transform: translateY(-5px);
}
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold--mx-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .formbold-px-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .flex {
    display: flex;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .w-full {
    width: 100%;
  }
  @media (min-width: 540px) {
    .sm\:w-half {
      width: 50%;
    }
  }
  
  
   /*/-form csss*/
  
  .texts p {
    font-size: 3em;
    font-weight: 800;
    line-height: 1.15;
    color: #fec537;
    font-family: sans-serif;
}

@media(max-width: 768px){
    .modal-dialog.forwidth {
        max-width: 100% !important;
    }
}
@media(max-width: 626px){
    .texts p {
        font-size: 2em !important;
    }
    .hero h1 {
        font-size: 35px;
    }
    .hero {
        height: 400px;
    }
    .texts {
        padding: 1em;
        margin-top: 2em;
    }
    .logo {
        width: 30%;
        /*margin-left: 1em;*/
    }
}
