@import url('https://fonts.googleapis.com/css?family=Harmattan&display=swap&subset=arabic');

body {
    color: #000;
    overflow-x: hidden;
    
    width: 100%;
    background: linear-gradient(-45deg, #5F9EA0 50%, #EEEEEE 50%);
    background-repeat: no-repeat
}

.navbar{
 background-color: #205d67;
  padding: 1% 0;
  font-size: 1.2em;
  font-family: 'Harmattan', sans-serif;


}
.nav-direct{
  display: flex;
  flex-direction: row;    
}

.navbar-brand img{
  width: 70%;
}
 .navbar-nav li a{
 
text-align: right;
float: right;
}

/*.navbar-default .navbar-nav li a::hover, .navbar-default .navbar-nav li a.active{
  color: red;
}*/
.heading-underline{
  width: 85%;
  height: .2rem;
  background-color: #8ac579;
  margin: 0 auto 2rem;
}



h3,h5,p {text-align: right;}
.card {
    background-color: #FFF;
    border-radius: 25px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 40px;
    z-index: 0
}

.heading {
    font-weight: normal

}

.desc {
    font-size: 14px
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding-left: 0px
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    float: right;
    position: relative;
    font-weight: 400
}

#progressbar .step0:before {
    content: ""
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    background: #E0E0E0;
    border-radius: 50%;
    margin: auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 10px;
    background: #E0E0E0;
    position: absolute;
    left: 0;
    top: 17px;
    z-index: -1
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #F9A825
}

.sub-heading {
    font-weight: 500
}

.yellow-text {
    color: #F9A825
}

fieldset.show {
    display: block
}

fieldset {
    display: none
}


.radio {
    display: inline-block;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    color: #008080;
    font-weight: 500;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%)
}

.radio:hover {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.radio.selected {
    border: 1px solid #F9A825;
    box-shadow: 0px 8px 16px 0px #EEEEEE;
    color: #29B6F6 !important;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%)
}

.card-block {
    border: 1px solid #CFD8DC;
    width: 45%;
    margin: 2.5%;
    padding: 20px 25px 15px 25px
}

@media screen and (max-width: 768px) {
    .card-block {
        padding: 20px 20px 0px 20px;
        height: 250px
    }
}

.icon {
    width: 85px;
    height: 100px
}

.image-icon {
    width: 85px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

select,
input,
textarea,
button {
    padding: 8px 15px 8px 15px;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #ECEFF1;
    border: 1px solid #ccc;
    font-size: 16px;
    letter-spacing: 1px
}

select:focus,
input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid skyblue !important;
    outline-width: 0
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

textarea {
    height: 100px
}

button {
    width: 120px;
    letter-spacing: 2px
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.btn-block {
    border-radius: 5px;
    height: 50px;
    font-weight: 500;
    cursor: pointer
}

.fa-long-arrow-right {
    float: right;
    margin-top: 4px
}

.fa-long-arrow-left {
    float: right;
    margin-top: 4px
}

.mybutton {
  display: inline-block;
  padding: 15px 15px;
  width: 100px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #008080;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
  float: left;
}


.mybutton:active {
  background-color: #2F4F4F;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.book {
  background: none!important;
  border: none;
  padding: 0!important;
  width: 100%;
  color: #205d67;
  font-size: 1.2em;
  cursor: pointer;
  text-align: center;
  font-family: 'Harmattan', sans-serif;
  
}

  footer{
  width: 100%;
  background: #205d67;
  padding: 5% 5% 1% 5%;
  color: #FCFAEF;
  font-family: 'Harmattan', sans-serif;

}
.fa{
  padding: 15px;
  font-size: 25px;
  color:#FCFAEF ;
  text-decoration: none;
}
.fa:hover{
  color:#063a76 ;
  text-decoration: none;
}
.fa:visited {
  color:#FCFAEF ;
}
.icon{
  max-width: 200px; 
}
.video_icon{
  max-width: 10%;
}
.video_play{
  position: relative;
  width: 100%    !important;
    height: auto   !important;
}
.owner img{
  width: 100%;
  border-radius: 50%;
}
.articleView{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.articleDiv{
  margin: 1%;
  padding: 0; 
  border: 0.5px solid #205d67;
}
.articleDiv a { 
  color: #205D67;
}
.articleDiv img { 
  object-fit: cover;
  width: 100%;
  height: 250px;
}
@media (min-width: 768px){
  .vertical-center {
    transform: translate(4%, 70%);
    position: relative;
    top: 50%;
    padding: 20px;
    resize: both;
  }

}
@media (max-width: 768px){
  .navbar-brand img{
    width: 65%;
  }
  .nav-direct{
      display: flex;
      flex-direction: column; 
    }
  .landing-text h1{
  font-size: 300%;
  }
  .fa{
    font-size: 20px;
    padding: 10px;
  } 
  .icon{
    padding-top: 5%;
    max-width: 100px;
  }
  .button{
    border-radius: 6vw;
    font-size: 4.5vw;
  }
  .role{
  font-size: 115%;

  }
  .list-img{
  max-width: 40px;

  }

}


.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;

}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
