

/*==============
Overview page
==============*/
.hero-img {
  background: url(../img/rayat-iti.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 50vh;
}

/*=====About====*/
.about-overview {
  margin: 5% 0;
}

.about-overview .image-bg  {
  background-color: #b7202e;
  padding-top: 80px;
  padding-right: 80px;
}


/*===== Our History====*/

.history .kbp {
  width: 100%;
  height: 70vh;
/*  background: url(../img/gimg2000.png);
  background-size: cover;  */
}

.history .card {
  border: 0;
  border-radius: 0;
  right: 30%;
  top: 7%;
}

/*======Our Founder=====*/

.founder {
  margin: 10% 0;
}

.founder.founder-mob {
  display: none;
}

.founder .founder-card {
  padding: 7%;
}

.modal-btn:hover {
  border: 2px solid  #b7202e;
  background-color: transparent;
  color: #b7202e;

}

.modal-btn {
  padding: 10px 20px;
  background-color: #b7202e;
  border: 2px solid  #b7202e;
  color: #fff;
  transition: all 0.3s;
}

.modal-body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: justify;
}


/*========================
About Institute Page
==========================*/
.about-institute {
  margin: 5% 0;
}

/*====Features Section====*/

.feature {
  margin: 15% 0 0%;
}

.feature .feature-section {
  width: 100%;
  height: auto;
  background-color: #b7202e;
  padding: 20px 0;
}

.feature .feature-section .card {
  width: 80%;
  margin: auto;
  margin-top: ;
  border: 0;
  border-radius: 0;
  padding: 30px;
}

.feature .feature-section .card h3 {
  color: #b7202e;
  text-align: center;
}

.feature .feature-section .card ul li {
  line-height: 2;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
}

.feature .feature-section .card ul li::before {
  content: "\f013";
  font-family: 'fontawesome';
  margin-right: 10px;
}

/*======Mission Vision Section======*/
.mission {
  margin:0;
  background: url(../img/mission-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: overlay;
  width: 100%;
  height: auto;
  padding: 30px 0;
}

.mission .card {
  border: 0;
  border-radius: 0;
  background-color: #b7202e;
  color: #fff;
  padding: 20px;
  width: ;
  margin: auto;
  margin-top: 15%;

}

 .mission .card hr {
   color: #fff !important;
   height: 3px;
 }

.mission .card i {
  font-size: 50px;
  margin-bottom: 20px;
}

.mission .card ul li {
  font-weight: 500;
}


/*======================
    Contact page
=======================*/

/*=====Contact Form=====*/

.form-c {
  background-color: #fff;

}
form {
  font-family: Poppins, sans-serif;
}

.hero-form .icon {
  padding: 5px 8px;
  border: 1px solid #bbb;
  margin-right: ;
  border-radius: 3px;
}

.hero-form .form input {
  border-left: 0;
}

.hero-form .form input:focus {
  box-shadow: none;
  outline: none;
  outline-width: 0;
}
.hero-form .pr {
    position: relative;
}

.hero-form .pr>.input-error-msg {
    margin-bottom: -1rem;
}

.hero-form .pr:after {
    content: '*';
    display: block;
    position: absolute;
    right: -0.4rem;
    top: -0.3rem;
    font-size: 1rem;
    color: red;
    z-index: 1;
}

.hero-form .pr.optional:after {
    display: none;
}

.hero-form .pr:after {
    right: 1rem;
    top: 0.4rem;
}

.outer .success-message {
    color: #404040;
    min-height: 24rem;
    display: none;
    width: 100%;
    font-size: 1.2rem;
}

.outer .success-message>div {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.outer .success-message h4 {
    font-size: 3rem;
    font-weight: 400;
}

.outer .success-message p {
	text-align: center;
	margin: auto;
}

.form-section .contact-info .card {
  padding: 15px;
  border-radius: 0 20px 20px 0;
  border: 2px solid #b7202e;
}

.form-section .contact-info .card h4 {
  color: #b7202e;
  font-weight: 700;
}

.form-section .contact-info .card p {
  text-align: left !important;
  color: #111;
}



/*=========================
        Admission page
==========================*/

.contact h3 {
  color:  #b7202e;
}

.contact .docs .card {
  padding: 15px;
  border-radius: 0 20px 20px 0;
  border: 2px solid #b7202e;
}

.contact .docs ul li a {
  text-decoration: underline !important;
  color: #111;

}


.contact .docs ul li,
.instructions ul li {
  list-style-type: none;
  line-height: 2;
  font-size: 16px;
  font-weight: 500;

}

.contact .docs ul li::before,
.instructions ul li::before {
  content: "\f0da";
  font-family: fontawesome;
  margin-right: 10px;
  color: #b7202e;
}


/*========================
        GALLERY
======================*/

#gallery {
  margin: 10px auto;
}

.close {
  font-size: 1.5rem;
  text-align: right;
  color: rgba(12, 148, 69, 1);

}

.col-12 img {
  opacity: 0.7;
  cursor: pointer;
  margin: 2rem;
  width: 100%;
}

.col-12 img:hover {
  opacity: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


