/*-----------author: Kimia Kouchaki @copyRight Served-----------*/

/*--general setting--*/
body {
  padding: 0!important;
  margin: 0!important;
  width: 100%;
  font-family: shabnam;
  direction: rtl;
  text-align: right;
  min-height: 100%;
  background-color: #efefef;
}
a{
  color: #c1c1c1;
  cursor: pointer!important;
}
html{
  overflow-x: hidden;
  padding: 0!important;
  margin: 0!important;
  min-height: 100%;
}
textarea:focus, input:focus,
textarea:active, input:active,
button:focus,
button:active,
select:focus,
select:active
{
    outline: none!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

a:hover{
    text-decoration: none!important;
}
.min-500{
  min-height: 500px;
}
/*-----------------------------------------------------*/
/* width */
::-webkit-scrollbar {
  width: 13px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e4e4e4;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
::selection {
  color: white;
  background: #024a51;
}
*:focus {
  outline: none;
}
/*navbar topest*/
ul.navbar-topest > li > a{
  font-size: 14px;
  color: #414141;
  font-family: shabnam;
}
.topest-line{
  background-color: #f0f0f1;
  border: none;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  padding: 0!important;
}
ul.navbar-topest > li> a > i{
  font-size: 10px!important;
  color: #cbcbcb;
  margin-left: 5px;
}
ul.navbar-topest > li:hover{
  transition-duration: 300ms;
}
ul.navbar-topest > li:hover{
 background-color: #c7c7c7;
} 
ul.navbar-topest > li:hover a > i{
  color: #414141!important;
}
.datetime{
  font-size: 13px;
  color: #414141;
  font-family: shabnam;
}
.datetime i{
  font-size: 10px!important;
  color: #91afb2;
  margin-left: 5px;
}
/*header*/
.logo-header{
  max-width: 100%;
    max-height: 90px;
}
.search-form input{
  font-size: 13px;
  font-family: shabnam;
  color: #484848;
  height: 33px;
  border-radius: 0 20px 20px 0;
  border-color: #f0f0f1!important;
  background-color:#f0f0f1!important;
}
.search-btn{
  font-size: 16px;
  font-family: shabnam;
  color: #ffffff!important;
  height: 33px;
  border-radius: 20px 0 0 20px;
  border-color: #FF7D02!important;
  background-color: #FF7D02;
}
.search-btn:hover{
  border-color:  #d86800!important;
  background-color:  #d86800;
}
.head-line{
  background: #fff;
  box-shadow: 0 7px 8px 0 rgba(0,0,0,.04);
}
@media only screen and (max-width: 400px) {
  .search-form input{
    font-size: 10px;
  }
}
/*carousel top*/
.carousel-item{
  height: 350px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.carousel-caption{
  position: absolute;
    right: 15%;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    text-align: center;
    right: 0;
    background-color: #024a51e8;
}
.carousel-caption p{
  margin: 0;
  font-size: 14px;
  color: #fff;
  font-family: shabnam;
}
div.carousel-list{
  position: relative;
  height: 20%!important;
  background-color: #e0e0e0;
  padding: 10px;
  color: #686868;
  border-bottom: 1px solid #c8c8c8;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s linear;
}
div.carousel-list:hover{
  background-color: #c7c7c7;
}
.carousel-list-holder{
  height: 350px!important;
}
.carousel-list-holder .active,
.carousel-list-holder .active:hover{
  background-color: #024a51;
  color: #e0e0e0;
}

.triangle-right{
  position: absolute;
    right: -14px;
    top: 18px;
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #024a51;
    display: none;
}
.carousel-list-holder .active > .triangle-right{
  display: block;
}
.carousel-list p{
  font-size: 12px;
  font-family: shabnam;
  margin: 0;
  text-align: justify;
  line-height: 20px;
}
/*footer*/
.footer-container{
  background-color: #e0e3ec;
  /* bottom: 0;
  position: absolute; */

}
.logo-footer{
  max-width: 100%;
  max-height: 70px;
  margin: auto;
}
.footer-about p{
  font-size: 13px;
  font-family: shabnam;
  text-align: justify;
  color: #3e3e3e;
  margin-top: 10px;
}
.logo-enamad{
  margin: auto;
  max-height: 150px;
}
.footer-container-end{
  padding: 10px 0;
  background-color: #024a51;
  color: #f1f1f1;
  font-size: 11px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: shabnam;

}
.footer-container-end p{
  margin: 0;
}
.footer-container-end a{
  margin: 0 5px;
  color: #FF7D02;
}
.footer-social{
  max-width: 340px;
  position: absolute;
  left: 10px;
  margin-top: 15px;
}
.circle-brand-container{
  height: 150px;
  width: 150px;
  background-color: #eceff1;
  border-radius: 50%;
  margin: auto;
  border: 5px solid #438b773b;
  margin-top: -113px;
  z-index: 9999;
  position: absolute;
  right: 10px;
}
.line-footer{
  background-color:#dcdcdc;
  height: 80px;
}
.mail-footer{
  max-width: 400px;
  right: 200px;
  position: absolute;
  top: 10px;
}
.mail-footer label{
  font-size: 10px;
  margin-bottom: 5px;
  color: #2f2f2f;
  margin-right: 14px;
}
.border-bottom-me{
  border-bottom: 1px solid #dcdcdc;
}
.bg-gray-footer{
  background-color: #efefef;
}
.bg-gray-footer-light{
  background-color: #dcdcdc;
}
/*social icon top*/


ul.ul-social li {
  list-style: none;
}

ul.ul-social li a {
  position: relative;
  width:40px;
  height:40px;
  display:block;
  text-align:center;
  margin:0 10px;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
  text-decoration:none;
  box-shadow: 0 10px 15px rgba(0,0,0,0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: .5s;
}

ul.ul-social li a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

ul.ul-social li a .fab {
  height: 100%;
  display: block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: calc(40px - 12px);
  font-size: 18px;
  color: #343a40;
  transition: .5s;
}

ul.ul-social li:nth-child(1) a:hover .fab {
  color: #3b5998;
}

ul.ul-social li:nth-child(2) a:hover .fab {
  color: #00aced;
}

ul.ul-social li:nth-child(3) a:hover .fab {
  color: #dd4b39;
}

ul.ul-social li:nth-child(4) a:hover .fab {
  color: #007bb6;
}

ul.ul-social li:nth-child(5) a:hover .fab {
  color: #e4405f;
}
.btn-footer{
  font-size: 10px;
    font-family: shabnam;
    color: #ffffff!important;
    height: 33px;
    border-radius: 20px 0 0 20px;
    border-color: #FF7D02!important;
    background-color: #FF7D02;
    padding: 0px;
}
/*logins*/
.arrow-left {
  width: 0px;
  height: 0px;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-right: 150px solid #ffffff1f;
  position: absolute;
  right: 0;
}
.login-home{
  display: flex;
  position: relative;
  min-height: 120px;
  padding: 0;
  align-items: center;
  transition: all smooth;
  transition-duration: 300ms;
}
.login-home:hover{
  background-color: #FF7D02!important;
}
.login-home h2{
  font-size: 16px;
  color: #e6e6e6;
  width: 100%;
  text-align: center;
}
.login-students{
background: #154360;
}

.login-masters{
  background: #1F618D;
}
.login-newbies{
  background: #2980B9;
}
/*RESPONSIVE STUFF*/

@media only screen and (max-width: 768px){
  .mail-footer{
    right: 10px;
    max-width: 300px;
  }
  
}
@media only screen and (max-width: 992px){
  .search-form {
    margin-bottom: 20px;
  }
}
.bar-nav-top{
  color: #024a51;
}
/*login button*/
.btn-login{
  background: #f0f0f1;
    font-size: 15px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    position: relative;
    padding: 5px 40px 5px 10px;
}

.btn-login i{
  position: absolute;
  right: -10px;
  background: #ff7e00;
  color: white;
  padding: 10px;
  top: -3px;
  font-size: 20px;
  border-radius: 50%;
  transition-duration: 300ms;
}
.btn-login:hover i {
  background: #1F618D;
}
/*login*/
.login-container > div{
  min-height: 500px;
}
.login-logo-con{
  height: 120px;
  width: 120px;
  background-color: #f4f4f4;
  border-radius: 50%;
  margin: auto;
  border: 5px solid #9e9e9e3b;
  position: relative;
  opacity: .8;
 
}
.login-logo-con img{
  opacity: 0.5;
}
.arrow-login-left-1 {
  width: 0;
  height: 0;
  border-top: 200px solid transparent;
  border-bottom: 200px solid transparent;
  border-left: 200px solid #ff7e002b;
  position: absolute;
  left: 0;
}
.arrow-login-left-2{
  width: 0;
    height: 0;
    border-top: 200px solid transparent;
    border-bottom: 200px solid transparent;
    border-right: 200px solid #024a512b;
    position: absolute;
    right: 0;
    bottom: 0;
}
.login-h3{
  font-family: graphy;
    width: 100%;
    text-align: center;
    font-size: 30px;
    z-index: 9999;
    color: #171717;
    margin-top: 15px;
}
.login-p{
  font-size: 12px;
  text-align: justify;
  padding: 0 12px;
  margin: 25px 0 20px 0;
}
.form-login{
  border-radius: 20px;
  background: #f8f8f8!important;
  font-size: 13px;
  border: 1px solid #dfdfdf;
  color: #212121;
}
.btn-form-login{
  background: #17bf5e;
  color: #fff;
  border-radius: 10px;
  padding: 4px 10px 4px 10px;
  margin-top: 20px;
  min-width: 70px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  border: none;
}
.btn-form-login:hover{
  background: #17bf5e;
  color: #fff;
}
.form-label{
  font-size: 13px;
  margin-bottom: 5px;
  color: #252525;
}
.custom-switch {
  padding-right: 2.25rem;
  padding-left: unset;
}
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  right: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
  left: unset;
}
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  right: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  left: unset;
}
.custom-switch .custom-control-label::before {
  right: -2.4rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem;
  left: unset;
}
.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #b0c1d1;
  border-radius: .5rem;}
  .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #00BCD4;
    background-color: #00BCD4;
}
.custom-control-label {
  position: relative;
  vertical-align: top;
  font-size: 13px;
  margin-bottom: 5px;
  color: #252525;
}
.forgot-pass{
  text-align: center;
    margin-top: 15px;
    font-size: 12px;
    color: #424242;
    z-index: 99999;
}
.sign-it-up{
  font-size: 13px;
    color: #024A51!important;
    margin: 10px 0;
    z-index: 99999;
}