/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 21, 2022, 4:19:13 PM
    Author     : Eng.Nebras
*/

body{
          font-family:cairoSimiBold; 
}
h2{
    font-size:16px;
}
.search-student{
    background: url(../images/1.jpg) no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    padding: 130px 0px;
}



@media screen and (max-width: 992px) {
  .search-student{
    background: url(../images/1-m.jpg) no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
        padding: 80px 0px;

}  
}


.search-student h1{
  font-family:cairoSimiBold;   
  font-size: 26px;
}

.search-student p{
     font-family:cairoSimiBold;
     font-size: 14px;
}



.search-student .input-group{
width: 50%;
margin-left: auto;
margin-right: auto;
}
@media screen and (max-width: 992px) {
    
    .search-student .input-group{
width: 90%;
}
}


.form-control{
    text-align: right;
      font-family:cairoSimiBold; 
      font-size: 13px;
      color:#858585;
      

}
.form-select{
       text-align: right;
      font-family:cairoSimiBold; 
      font-size: 13px;
      color:#858585; 
}
.form-control::placeholder {
      font-family:cairoSimiBold;  
      color: #efefef;
      font-size: 12px;
            font-style: italic;

}
.form-control:-ms-input-placeholder {
      font-family:cairoSimiBold; 
      color: #efefef;
       font-size: 12px;
             font-style: italic;

}
.form-control::-ms-input-placeholder {
      font-family:cairoSimiBold; 
      color: #afaeae;
       font-size: 12px;
      font-style: italic;


}

.btn-custom{
    background: #09266e !important;
    color: #ffb600 !important;
    font-family:cairoSimiBold;

}
.student-img{
    width: 100%;
    border-radius: 50%;
}
.text-right{
    text-align: right;
}
.text-right p{
    text-align: right;
}
.dir-rtl{
    direction: rtl;
}

.border-bottom{
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#register_wizard{
    direction: rtl;
}

#register_wizard label{
    color: #858585;
        font-size:13px;
}

ul.step-steps{
    position: relative;
}
ul.step-steps li{
        position: relative;
        text-align: center;

}
@media screen and (max-width: 990px) {
    ul.step-steps li{
        font-size: 10px;

}
}



ul.step-steps li:before{
content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 30px solid #e5e5e5;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: 0px;
    z-index: 2;
}

ul.step-steps li:after{
content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid #e5e5e5;
    border-bottom: 50px solid #e5e5e5;
    border-right: 30px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 0px;
    z-index: 2;
}
.step-app > .step-steps > li:hover:after {
content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid #e5e5e5;
    border-bottom: 50px solid #e5e5e5;
    border-right: 30px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 0px;
    z-index: 2;

}


.not_valid{
width: 100%;
    position: absolute;
    font-size: 10px;
    bottom: -5px;
    right: 0px;
    background: red;
    color: #fff;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.form-group{
    position: relative;
}

.step-app > .step-footer > .step-btn{
    background-color: #32c5d2 !important;
    color: #ffffff !important;
}

.footer{
    padding: 10px;
    text-align: center;
background: rgba(29,62,138,1);
background: -moz-linear-gradient(top, rgba(29,62,138,1) 0%, rgba(13,44,117,1) 50%, rgba(9,38,110,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(29,62,138,1)), color-stop(50%, rgba(13,44,117,1)), color-stop(100%, rgba(9,38,110,1)));
background: -webkit-linear-gradient(top, rgba(29,62,138,1) 0%, rgba(13,44,117,1) 50%, rgba(9,38,110,1) 100%);
background: -o-linear-gradient(top, rgba(29,62,138,1) 0%, rgba(13,44,117,1) 50%, rgba(9,38,110,1) 100%);
background: -ms-linear-gradient(top, rgba(29,62,138,1) 0%, rgba(13,44,117,1) 50%, rgba(9,38,110,1) 100%);
background: linear-gradient(to bottom, rgba(29,62,138,1) 0%, rgba(13,44,117,1) 50%, rgba(9,38,110,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3e8a', endColorstr='#09266e', GradientType=0 );


    color: #c9c9c9;
    font-size: 12px;
}
.footer a{
    color: #fff;
}