a{
  text-decoration: none !important;
}
section{
  padding: 50px 0;
}
.section-title h3{
  border-bottom: 2px dashed #9F2B68;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 40px;
}
/* top-bar */

.top-header{
  background-color: #03081a;
}
.top-header ul li{
  display: inline-block;
}
.top-header i{
  color: #9F2B68;
}
.top-header span{
  color: #fff;
}

/* banner with nav */
.navbar{
  z-index: 2;
  top: 0;

}
.navbar-main{
  backdrop-filter: blur(15px);
  background-color: #fff;
  z-index: 5;
  box-shadow: 0px 25px 20px -20px rgba(0,0,0,0.45);
}

.nav-link{
  color: #182c7a !important;
  font-weight: bold !important;
}
.nav-link:hover{

}
nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #aaa;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 10px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #555;
}


/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #9F2B68;
  height: 2px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}
.sticky-nav{

    top: 0;
    z-index: 1030;
    position: fixed;
    right: 0;
    left: 0;
  
}
nav.fill ul li a {
  transition: all 2s;
}

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

.banner{
  height: 650px;
}
.carousel .carousel-item {
  max-height:700px;
}
.carousel-caption{
  top: 50%;
transform: translateY(-50%);
z-index:3;
}
.carousel-caption h1{
  font-size: 72px;
  font-weight: bold;
}
.carousel-item{
    position:relative;
}
.carousel-item h1{
    z-index:3;
}
.overlay{
    content:"";
    width:100%;
    height:100%;
    background-color:#000;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    opacity:0.6;
}

/* about */
.about{
  padding-top: 150px;
}
.about-image-area .about-image {
  position: relative;
  top: 0;
  right: 45px;
  float: right;
  z-index: 9;
  border-radius: 15px;
  display: inline-block;
  transition: all 2s ease;
}
.about-image-area .about-image img{
  border-radius: 15px;
}
.about-image-area {
  position: relative;
  z-index: 9;
  height: 100%;
  margin-right:-231px;
  
}
.js-tilt:hover{
  will-change: transform;
  transform: perspective(3000px) rotateX(0deg) rotateY(0deg);
}
.about-image-area .about-image:nth-child(2) {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 8;
  float: left;
  text-align: left;
  
  
}
.about-image-area .about-image:nth-child(2)  img{
  margin-bottom: 100px;
}
.about-image-area .shape-1 {
  right: 0;
  top: 50px;
  z-index: -1;
  position: absolute;
}
.about-image-area .about-image:hover{
  transform: translateY(-10px);
  display: inline-block;
  transition: all 1s ease;
}
.about p{
  margin: 35px 0 35px;
  text-align: justify;
  line-height: 25px;
}
.about a{
  
background-color: #182c7a;
color: #fff;
padding: 15px 15px;
border-radius: 12px;
font-size: 15px;
font-weight: bold;

display: inline-block;
transition: all 1s ease;
}
.about a:hover{
  background-color: #9F2B68;
  transform: translateY(-10px);
  display: inline-block;
  transition: all 1s ease;
}

/* vission-mission */
.vision-mission{
  padding-top: 100px;
}
.vision-mission h5{
  font-size: 25px;
  font-weight: bold;
}
.vision, .mission{
  border-radius: 40px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 30px 20px;
  height: 446px;
  text-align: center;
  /* background: url(../images/Group\ 1.svg);
  object-fit: cover; */
  position: relative;
  transition: all 1s ease;
}
.vision:hover{
  transform: translateY(-20px);
  display: inline-block;
  transition: all 1s ease;
}
.mission:hover{
  transform: translateY(-20px);
  display: inline-block;
  transition: all 1s ease;
}
.vision::before{
  content: "";
position: absolute;
z-index: 2;
width: 100%;
height: 40px;
background-color: #9F2B68;
border-radius: 40px 40px 0 0 ;
top: 0;
left: 0;
}

.mission::before{
  content: "";
position: absolute;
z-index: 2;
width: 100%;
height: 40px;
background-color: #9F2B68;
border-radius: 40px 40px 0 0 ;
top: 0;
left: 0;
}
.vision-mission img{
 width: 75px;
 height: 75px;
}

.vision-mission ul li{
  text-align: justify;
}
 

/* contribute */
.contribute{
  background-color: #09184e;
  padding: 100px 0;
  margin-top: 50px;
  color: #fff;
}
.parallax-img{
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.contribute h3{
 font-size: 40px;
}
.contribute p{
  font-size: 18px;
}
.contribute a{
  background-color: #9F2B68;
  padding: 15px 50px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  transition: all 1s ease;
}
.contribute a:hover{
  background-color: #9F2B68;
  transform: translateX(20px);
  display: inline-block;
  transition: all 1s ease;
}

/* institutions */

.institutions{
  padding: 100px 0 50px;
}

.card{
  
  height: 400px !important;
  display: flex !important;
  align-items:flex-end;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 
}

.content{
  width:100%;
  padding: 15px 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.582);
  color: white;
  transform: translateY(392%);
  transition: all 0.35s ease;
}

.card:hover .content{
  transform: translateY(-5);
}

.institutions h4{
  font-size: 18px;
      transition: all 1s ease;
    display:inline-block;
}

.icons{
  width: 130px;
  display: flex;
  justify-content: space-evenly;
}

.icons i{
  font-size: 30px;
  color: rgba(255, 255, 255, 0.274);
  transition: all 0.2s ease;
}

.icons i:hover{
  color: rgba(255, 255, 255, 0.438);
}
.institutions .car:nth-child(2) .card{
  background: url("../images/hamad.jpg");
  background-size: cover;
  background-position: center;
} 
.institutions .car:nth-child(3) .card{
  background: url("../images/ilahiya.jpeg");
  background-size: cover;
  background-position: center;
} 
.institutions .car:nth-child(4) .card{
  background: url("../images/nasra.jpg");
  background-size: cover;
  background-position: center;
} 
.institutions .car:nth-child(5) .card{
  background: url("../images/squis.jpeg");
  background-size: cover;
  background-position: center;
} 
.institutions .visit-btn{
  width: 100%;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #9F2B68;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  transition: all 1s ease;
}
.institutions .visit-btn:hover{
  background-color: #9F2B68;
  transform: translateX(20px);
  display: inline-block;
  transition: all 1s ease;
}
.institutions h4:hover{
    transform:translateY(-5px);
    transition: all 1s ease;
    display:inline-block;
}
/* board */
.board{
  padding: 100px 0;
}
.board .member{
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  text-align: center;
  padding: 40px 0;
  
  transition: all 1s ease;
 
}
.board .member:hover{
  transform: translateY(-5px);
 
  transition: all 1s ease;
}
.board .member img{
  height: 300px;
  width: auto;
  border-radius: 20%;
  

}
.board .member h4{
  color: #182c7a;
  font-weight: bold;
}
.board a{
  
  background-color: #182c7a;
  color: #fff;
  padding: 15px 15px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: bold;
  
  display: inline-block;
  transition: all 1s ease;
  
  }
  .board a:hover{
    background-color: #9F2B68;
    transform: translateY(-10px);
    display: inline-block;
    transition: all 1s ease;
  }
/* footer */

.footer{
  background-color: #09184e;
  padding: 100px 0;
}
.footer h4{
  color: #fff;
}
.footer p{
  font-size: 18px;
  color: #bcb8b8;
  text-align: justify;
  padding-right: 42px;
}
.footer strong{
  color: #fff;
}
.footer ul{
  color: #fff;
}
.footer ul a{
  color:#fff;
   
   transition: all 1s ease;
   
}
.footer a:hover{
  transform: translateY(-10px);
  display: inline-block;
  transition: all 1s ease;
  color: #761961;
}

.footer ul li{
  list-style-type: none;
}
.footer .contact-ul2 li{
  display: inline-block;
}
.footer i{
  color: #9F2B68;
}
.footer .contact-ul2 li i{
  font-size: 25px;

}
.copyright{
  background: #03081a;
  text-align: center;
  padding: 20px 0;
  color: #7d7d7d;
}
.copyright a{
    color:#7d7d7d;
}
.footer .foot li::before{
  content: '\f0da';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #9F2B68;
}


/* contact-banner */

.contact-banner{
  background-image: url(../images/contact-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100px;
}





/* contact-page */

.contact-page p{
  padding-right: 98px;
  text-align: justify;
  line-height: 30px;

}
.contact-page h4{
  font-size: 18px;
  font-weight: bold;
  color: #182c7a;
}
.contact-page ul{
  padding: 0;
  margin: 0;
}
 .contact-page ul li{
 list-style-type: none;
}
.contact .line-color:nth-child(2) .underline{
  width: 398px;
}

.contact .line-color span{
  color: #182c7a;
  font-weight: bold;
}
.contact .contact-content{
  margin-top: 50px;
}
.contact .contact-content p{
  font-size: 18px;
  line-height: 34px;

}
.contact .contact-content h4{
  font-size: 18px;
  font-weight: bold;
}
.contact .contact-content a{
  color: #182c7a;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s ease;
  font-size: 18px;
  font-weight: 600;
}
.contact .contact-content a:hover{
  color: #761961;
  transform: translateY(-5px);
  display: inline-block;
  transition: all 0.5s ease;
}
form .form-row{
  margin-top: 40px;
}
form .form-row input{
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;
  border-bottom: 2px solid rgba(0,0,0, 0.12);
  outline: none;
}
form .form-row  textarea{
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;
  border-bottom: 2px solid rgba(0,0,0, 0.12);
  outline: none;
}
.form-row input:focus ~ label, .form-row textarea:focus ~ label,
.form-row input:valid ~ label, .form-row textarea:valid ~ label{
transform: translateY(-20px);
font-size: 14px;
color: #182c7a;
}
.form-row{
  position: relative;
}
.form-row textarea{
  resize: none;
  padding-top: 10px;
}
.form-row label{
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.form-row .under{
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.form-row .under:before{
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #182c7a;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.form-row input:focus ~ .under:before,
.form-row input:valid ~ .under:before,
.form-row textarea:focus ~ .under:before,
.form-row textarea:valid ~ .under:before{
transform: scale(1);
}



.contact form  button{
  margin-top: 25px;
  background-color: #182c7a;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  background-image: -moz-linear-gradient(top, #182c71 0%, #761961 100%); 
  background-image: -webkit-linear-gradient(top, #182c71 0%,#761961 100%); 
  background-image: linear-gradient(to bottom, #182c71 0%,#761961 100%); 
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 500ms ease-in-out;
  transition: background 500ms ease-in-out;
  border: none;
}
.contact form  button:hover{
  background-position: -200%;
  transition: background 700ms ease-in-out;
  background-color: #182c71;
}












/* about-page */
.about-page img{
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.about-page p{
 line-height: 30px;
}
.about-page span{
  color: #182c7a;
  font-weight: bold;
}
/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }  
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }    
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

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

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
  }
 
  
  .name, .email, textarea {
    width: 280px;
  } 
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}