/*
 *mixin for icon
 */
/*
 *mixin for overlay
 */
* {
  font-family: tahoma, arial; }

.navbar-brand .log-im {
  width: 110px; }

nav {
  border-bottom: 2px solid #30394b;
  background: #e3e7f1;
  padding: 0 !important;
  padding-top: 24px !important; }

.navbar-nav .active {
  color: #00b1d6 !important; }

.nav-item {
  height: 66px; }

.navbar-nav .active:before {
  content: '';
  color: #00b1d6;
  position: absolute;
  top: 34px;
  left: 0;
  padding: 10px 0px !important;
  width: 100%;
  overflow: hidden;
  transition: .4s;
  transition-duration: 1s;
  border-bottom: 3px solid black;
  white-space: nowrap; }

.nav-link:hover i {
  transition-delay: .5s; }

.nav-link {
  font-family: 'Raleway', sans-serif;
  color: #30394b;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 10px 0;
  font-size: 24px;
  font-weight: bold;
  margin-left: 20px; }

.nav-link:hover i {
  color: #00b1d6;
  transition-delay: .5s; }

.nav-link:before {
  content: attr(data-text);
  color: #00b1d6;
  position: absolute;
  top: -2px;
  left: 8px;
  padding: 10px 0px !important;
  width: 0;
  overflow: hidden;
  transition: .4s;
  transition-duration: 1s;
  border-bottom: 3px solid black;
  white-space: nowrap; }

.nav-link:hover:before {
  width: 100%; }

.nav-section {
  width: 700px; }

#drop:hover .dropdwon {
  display: block; }

.dropdwon {
  position: absolute;
  top: 66px;
  left: -219px;
  width: 700px;
  text-align: center;
  border: none;
  padding-bottom: 20px;
  border-top: none;
  padding-top: 20px;
  display: none;
  background: #fff;
  z-index: 999;
  transition: 2s;
  transition-duration: 5s;
  border-top: 2px solid #00b1d6; }

.dropdwon h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1b262c;
  transition: all .5s;
  cursor: pointer; }

.dropdwon ul li {
  margin-top: 5px; }

.dropdwon ul li a:hover {
  color: #00b1d6;
  transition: .5s; }

.dropdwon ul li a {
  text-decoration: none;
  color: #1b262c;
  text-transform: capitalize;
  font-size: 15px;
  transition: 1s; }

.dropdwon h3:before {
  content: '';
  position: absolute;
  top: 29px;
  left: 8px;
  width: 0;
  overflow: hidden;
  transition: all .5s;
  transition-duration: 1s;
  border-bottom: 2px solid #00b1d6; }

.dropdwon h3:hover:before {
  width: 90%; }

@media only screen and (max-width: 990px) {
  .nav-link:before {
    content: attr(data-text);
    color: #00b1d6;
    position: absolute;
    top: -2px;
    left: 0;
    padding: 10px 0px !important;
    width: 0;
    overflow: hidden;
    transition: .4s;
    transition-duration: 1s;
    border-bottom: 3px solid black;
    white-space: nowrap; }

  .nav-link {
    margin-top: 20px; }

  #drop:hover .dropdwon {
    z-index: 9999;
    border: 2px solid #00b1d6;
    top: 76px;
    left: 19px;
    width: 350px; }

  .caption section {
    margin-top: 65% !important; } }
.navbar-toggler {
  height: 45px;
  padding: 0px;
  margin: 0px;
  width: 54px;
  position: relative;
  border: none !important;
  outline: none !important; }

.pad-nav {
  padding-bottom: 50px !important; }

.our-button {
  position: absolute;
  top: -41px;
  left: -40px;
  width: 34px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  margin: 50px; }

.our-button .the-bar {
  width: 100%;
  height: 5px;
  display: block;
  background-color: black;
  margin-bottom: 5px;
  transition: all .5s ease; }

.chang .the-bar:first-child {
  transform: rotate(-45deg) translate(-6px, 6px); }

.chang .the-bar:nth-child(2) {
  opacity: 0; }

.chang .the-bar:last-child {
  transform: rotate(45deg) translate(-8px, -8px); }

.carousel-inner {
  height: 620px; }

.carousel-item img {
  height: 620px; }

.carousel {
  position: relative; }

.overlay-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #30394b;
  opacity: 0.79;
  z-index: 2;
  overflow: hidden; }

.caption section {
  margin-top: 35%;
  opacity: 1;
  text-align: center; }

.caption section h1 {
  color: #00b1d6; }

.caption section p {
  font-size: 25px;
  color: black;
  opacity: 1;
  font-weight: bold;
  text-transform: capitalize;
  background: white; }

.caption section button {
  background: none;
  border: 1px solid white;
  border-radius: 20px;
  width: 30px;
  height: 52px;
  color: white;
  margin-top: 20px;
  outline: none;
  text-align: center;
  position: relative; }

.caption section button i {
  position: absolute;
  top: 24%;
  left: 45%;
  height: 15px;
  border: 1px solid white; }

.Branches {
  margin-top: 100px;
  text-align: center; }

.Branches .col-4 {
  padding: 0px;
  box-shadow: -4px 10px 16px -6px black; }

.Branches button {
  width: 100%;
  text-transform: capitalize;
  text-align: center;
  background: #30394b;
  border: 3px solid #30394b;
  font-size: 30px;
  font-family: Quando;
  height: 140px;
  font-weight: bold;
  color: #00b1d6;
  transition: ease-in-out 0.3s; }

.Branches .active {
  background: #00b1d6;
  color: #30394b;
  border: none;
  width: 99%; }

.details .col-md-6 {
  padding: 3px; }

.details {
  margin-top: 150px; }

.details-img {
  background: none;
  height: 500px;
  border: solid 2px #00b1d6;
  position: relative; }

.details-img img {
  width: 560px;
  height: 490px;
  position: absolute;
  bottom: 80px;
  right: 70px;
  box-shadow: 21px 31px 22px -8px #797575;
  transition: ease-in-out 0.7s; }

.details-article {
  background: #30394b;
  overflow: hidden; }

.details-article h1 {
  color: #00b1d6;
  font-family: Quando;
  text-transform: capitalize;
  margin-left: 20px;
  margin-top: 30px; }

.details-article p {
  color: white;
  font-family: monospace;
  margin-top: 50px;
  margin-left: 50px;
  font-size: 16px;
  text-transform: capitalize; }

.branch-prog {
  text-transform: capitalize;
  margin-left: 50px; }
  .branch-prog li a {
    text-transform: capitalize;
    color: #00b1d6;
    font-size: 20px;
    font-family: monospace; }

.article-lm {
  border: 2px solid #00b1d6;
  background: none;
  text-transform: capitalize;
  font-size: 25px;
  margin-left: 50px;
  margin-top: 40px;
  transition: ease-in-out 0.5s; }

.activete {
  background: #00b1d6;
  color: #30394b;
  border: 2px solid #00b1d6;
  border-radius: 50px; }

@media only screen and (max-width: 990px) {
  .Branches button {
    width: 100%;
    text-transform: capitalize;
    text-align: center;
    background: #30394b;
    border: 3px solid #30394b;
    font-size: 20px;
    font-family: Quando;
    height: 90px;
    font-weight: bold;
    color: #00b1d6;
    transition: ease-in-out 0.3s; } }
.gaals {
  background: url("../img/goals-1.jpg");
  min-height: 600px;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative; }

.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.the-goals {
  margin-top: 90px; }
  .the-goals h1 {
    color: #00b1d6;
    text-transform: capitalize;
    padding-top: 90px;
    font-family: Quando; }
  .the-goals ul {
    margin-left: 90px;
    margin-top: 50px;
    text-transform: capitalize;
    color: #00b1d6;
    font-family: monospace; }
  .the-goals p {
    color: aliceblue;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 50px;
    text-align: center;
    font-family: monospace; }
    .the-goals p i {
      padding: 20px; }

.comment {
  text-align: center;
  margin-top: 70px;
  text-transform: capitalize; }
  .comment h2 {
    color: black;
    line-height: 100px;
    font-family: Quando; }
  .comment p {
    color: #30394b;
    font-size: 30px;
    font-family: monospace; }
    .comment p span {
      text-decoration: underline;
      text-decoration-color: black; }
  .comment a {
    text-decoration: none;
    background: none;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    color: #30394b;
    transition: 1s;
    font-size: 20px;
    margin-left: 20px;
    position: relative; }
  .comment a:before {
    content: '';
    position: absolute;
    top: -6px;
    background-color: #00b1d6;
    width: 20%;
    left: 0;
    height: 3px;
    transition: 1s; }
  .comment a:after {
    content: '';
    position: absolute;
    bottom: -6px;
    background-color: #00b1d6;
    width: 20%;
    right: 0;
    height: 3px;
    transition: 1s; }
  .comment a:hover:before {
    width: 100%;
    background-color: #30394b; }
  .comment a:hover:after {
    width: 100%;
    background-color: #30394b; }
  .comment a:hover {
    text-decoration: none;
    color: #00b1d6;
    font-size: 25px;
    transition: 1s;
    transition-delay: .3s; }

.img-student {
  margin-top: 90px;
  background: url("../img/write.jpg");
  min-height: 500px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative; }

.Heartbeat {
  position: absolute;
  left: 119px;
  bottom: 302px;
  z-index: 20; }

.Heartbeat a {
  text-align: center;
  color: white;
  display: inline-block;
  border-radius: 50%;
  animation: heartbeat  .5s infinite linear; }

.Heartbeat a i {
  font-size: 25px; }

.Heartbeat a:hover i {
  animation: rotatee .5s infinite linear; }

@keyframes rotatee {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(90deg); }
  100% {
    transform: rotate(180deg); } }
@keyframes heartbeat {
  0% {
    transform: scale(2); }
  50% {
    transform: scale(0.9); }
  100% {
    transform: scale(2); } }
.student .item {
  margin-top: 100px;
  height: 300px; }
  .student .item img {
    border: 2px solid #30394b;
    border-radius: 50%;
    width: 150px !important;
    height: 150px; }
  .student .item h3 {
    color: #00b1d6;
    text-transform: capitalize;
    font-weight: bold;
    margin-top: 15px;
    font-family: Quando; }
  .student .item p {
    color: aliceblue;
    font-weight: 500;
    margin-top: 50px;
    margin-left: 90px;
    font-family: monospace; }
    .student .item p i {
      padding: 20px; }

.head-job {
  margin-top: 100px; }

.tittel-job {
  text-transform: capitalize;
  color: #00b1d6;
  background: #30394b;
  padding-left: 20px;
  width: 35%;
  font-family: Quando; }

.job-writ {
  margin-top: 50px; }
  .job-writ h3 {
    text-transform: capitalize;
    color: #30394b;
    font-family: Quando; }
  .job-writ p {
    text-align: center;
    color: #00b1d6;
    font-family: monospace;
    font-size: 20px; }

.phjob {
  width: 100%;
  height: 100%; }

.job-photo {
  position: relative; }

.job-photo span {
  position: absolute;
  background-color: #30394b;
  transition: all .5s ease; }

.job-photo .one {
  left: 0;
  top: 0;
  width: 5px;
  height: 0; }

.job-photo .towe {
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0; }

.job-photo .three {
  right: 0;
  bottom: 0;
  width: 5px;
  height: 0; }

.job-photo .four {
  right: 0;
  top: 0;
  height: 5px;
  width: 0; }

.job-photo:hover .one,
.job-photo:hover .three {
  height: 100%; }

.job-photo:hover .towe,
.job-photo:hover .four {
  width: 100%;
  transition-delay: 0.5s; }

.inner {
  position: absolute;
  top: 85%;
  left: 25%;
  transform: translate(-50%, -30%); }

.neon {
  text-transform: uppercase;
  width: 200px;
  height: 60px;
  background: #30394b;
  border: 10px solid #30394b;
  border-radius: 20px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 16px 7px #30394b;
  -moz-box-shadow: 0px 0px 16px 7px #30394b;
  box-shadow: 0px 0px 16px 7px #30394b;
  transition: ease 0.3s; }

.neon:hover {
  background: #00b1d6;
  border: 10px solid #00b1d6;
  -webkit-box-shadow: 0px 0px 16px 7px #00b1d6;
  -moz-box-shadow: 0px 0px 16px 7px #00b1d6;
  box-shadow: 0px 0px 16px 7px #00b1d6; }

.neon:hover > span {
  color: #30394b;
  letter-spacing: 0.4em; }

.neon span {
  font-size: 19px;
  color: white;
  text-align: center;
  line-height: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  transition: ease 0.3s; }

@media only screen and (max-width: 990px) {
  .inner {
    position: absolute;
    top: 115%;
    left: 51%;
    transform: translate(-50%, -30%); }

  .job-photo1 {
    margin-top: 150px; } }
.footer:hover .border {
  left: 0px;
  top: -3px;
  width: 100%;
  height: 5px;
  transition: all 1s ease-in-out;
  transition-duration: 1.5s; }

.footer {
  position: relative;
  background: #e3e7f1;
  margin-top: 50px;
  border-top: 3px solid #30394b; }
  .footer .border {
    position: absolute;
    top: -3px;
    left: 50%;
    background: #00b1d6;
    height: 0;
    width: 0;
    border: none !important;
    transition: all 1s ease-in-out; }
  .footer h2 {
    text-transform: capitalize;
    margin-top: 30px;
    color: #30394b;
    padding-bottom: 30px;
    font-family: Quando; }
  .footer .abou-span {
    color: darkslategrey;
    font-weight: bolder;
    text-decoration: underline;
    text-decoration-color: black; }
  .footer p {
    color: thirdColor;
    margin-left: 15px;
    font-family: monospace; }
  .footer h4 {
    color: #1b262c;
    text-decoration: underline;
    text-decoration-color: black;
    font-family: Quando; }

.social-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -10px; }
  .social-buttons a {
    text-decoration: none; }
  .social-buttons a:hover {
    text-decoration: none; }
  .social-buttons__button {
    margin: 10px 5px 0; }

.social-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  width: 70px;
  height: 70px;
  text-decoration: none; }
  .social-button__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 100%;
    background: #fff;
    text-align: center; }
  .social-button i,
  .social-button svg {
    position: relative;
    z-index: 1;
    transition: 0.3s; }
  .social-button i {
    font-size: 28px; }
  .social-button svg {
    height: 40%;
    width: 40%; }
  .social-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-radius: 100%;
    transition: 0.3s; }
  .social-button:focus, .social-button:hover {
    color: #fff; }
    .social-button:focus::after, .social-button:hover::after {
      width: 100%;
      height: 100%;
      margin-left: -50%; }
  .social-button--mail {
    color: #0072c6; }
    .social-button--mail::after {
      background: #0072c6; }
  .social-button--facebook {
    color: #3b5999; }
    .social-button--facebook::after {
      background: #3b5999; }
  .social-button--linkedin {
    color: #0077b5; }
    .social-button--linkedin::after {
      background: #0077b5; }
  .social-button--github {
    color: #6e5494; }
    .social-button--github::after {
      background: #6e5494; }
  .social-button--codepen {
    color: #212121; }
    .social-button--codepen::after {
      background: #212121; }
  .social-button--steam {
    color: #7da10e; }
    .social-button--steam::after {
      background: #7da10e; }
  .social-button--snapchat {
    color: #eec900; }
    .social-button--snapchat::after {
      background: #eec900; }
  .social-button--twitter {
    color: #55acee; }
    .social-button--twitter::after {
      background: #55acee; }
  .social-button--instagram {
    color: #e4405f; }
    .social-button--instagram::after {
      background: #e4405f; }
  .social-button--npmjs {
    color: #c12127; }
    .social-button--npmjs::after {
      background: #c12127; }

.footer2 {
  padding-top: 20px;
  text-align: center;
  background: #e3e7f1; }
  .footer2 p {
    text-transform: capitalize;
    color: #00b1d6; }
  .footer2 span {
    text-transform: capitalize;
    color: #00b1d6; }
  .footer2 a {
    text-align: center;
    background-color: transparent;
    padding: 10px;
    color: red;
    display: inline-block;
    border-radius: 50%;
    animation: heartbeat .5s infinite linear; }
@keyframes heartbeat {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.add-review {
  position: relative;
  margin-top: 50px;
  width: 100%;
  height: 200px; }
  .add-review textarea {
    outline: none !important;
    width: 100%;
    height: 100%;
    text-transform: capitalize;
    word-break: keep-all;
    max-height: 200px;
    overflow: hidden;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #30394b; }

.add-review span {
  position: absolute;
  background-color: #30394b;
  transition: all .5s ease; }

.add-review .one {
  left: 0;
  top: 0;
  width: 2px;
  height: 100%; }

.add-review .towe {
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%; }

.add-review .three {
  right: 0;
  bottom: 0;
  width: 2px;
  height: 100%; }

.add-review .four {
  right: 0;
  top: 0;
  height: 2px;
  width: 100%; }

.add-review:hover .one,
.add-review:hover .three {
  height: 0; }

.add-review:hover .towe,
.add-review:hover .four {
  width: 0;
  transition-delay: 0.5s; }

.cs-ex {
  margin-top: 80px;
  padding: 80px;
  position: relative; }
  .cs-ex h1 {
    text-decoration: underline;
    color: #00b1d6;
    text-transform: capitalize; }
  .cs-ex p {
    text-transform: capitalize;
    color: #1b262c;
    font-size: 20px;
    padding: 50px; }
  .cs-ex h3 {
    margin-top: 70px;
    text-transform: capitalize;
    color: #30394b; }

.cs-ex span {
  position: absolute;
  background-color: #00b1d6;
  transition: all .5s ease; }

.cs-ex .one {
  left: 0;
  top: 0;
  width: 5px;
  height: 0; }

.cs-ex .towe {
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0; }

.cs-ex .three {
  right: 0;
  bottom: 0;
  width: 5px;
  height: 0; }

.cs-ex .four {
  right: 0;
  top: 0;
  height: 5px;
  width: 0; }

.cs-ex:hover .one,
.cs-ex:hover .three {
  height: 100%; }

.cs-ex:hover .towe,
.cs-ex:hover .four {
  width: 100%;
  transition-delay: 0.5s; }

.but-cho {
  margin-top: 100px;
  text-align: center;
  padding: 50px; }
  .but-cho h3 {
    padding: 100px;
    padding-top: 0px; }
  .but-cho button {
    margin-left: 20px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit; }
    .but-cho button.but-choos {
      width: 15rem;
      height: auto; }
      .but-cho button.but-choos .circle {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: relative;
        display: block;
        margin: 0;
        width: 3rem;
        height: 3rem;
        background: #30394b;
        border-radius: 1.625rem; }
        .but-cho button.but-choos .circle .icon {
          transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          background: #00b1d6; }
          .but-cho button.but-choos .circle .icon.arrow {
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            left: 0.625rem;
            width: 1.125rem;
            height: 0.125rem;
            background: none; }
            .but-cho button.but-choos .circle .icon.arrow::before {
              position: absolute;
              content: '';
              top: -0.25rem;
              right: 0.0625rem;
              width: 0.625rem;
              height: 0.625rem;
              border-top: 0.125rem solid #00b1d6;
              border-right: 0.125rem solid #00b1d6;
              transform: rotate(45deg); }
      .but-cho button.but-choos .button-text {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0.75rem 0;
        margin: 0 0 0 1.85rem;
        color: #30394b;
        font-weight: bold;
        line-height: 1.6;
        text-align: center;
        text-transform: uppercase; }
    .but-cho button:hover .circle {
      width: 100%; }
      .but-cho button:hover .circle .icon.arrow {
        background: #00b1d6;
        transform: translate(1rem, 0); }
    .but-cho button:hover .button-text {
      color: #00b1d6; }

@media only screen and (max-width: 990px) {
  .but-cho button {
    margin-top: 20px; } }
.user-img {
  width: 60px;
  height: 65px;
  border: 1px solid #30394b;
  border-radius: 50%;
  margin-left: 50px; }

.user-drop {
  margin-top: 35px;
  margin-right: -61px;
  margin-left: -22px; }
  .user-drop .dropdown .dropdown-toggle {
    text-transform: capitalize;
    font-size: 20px;
    padding-left: 25px;
    cursor: pointer;
    font-weight: 500; }
  .user-drop .dropdown-menu a {
    color: #30394b;
    font-size: 18px;
    text-align: center;
    padding-left: 10px; }
  .user-drop .dropdown-menu a:hover {
    color: #00b1d6; }

.modal-body .change-img {
  text-align: center; }
  .modal-body .change-img img {
    width: 200px;
    height: 200px;
    border-radius: 15px;
    padding-bottom: 3px;
    float: left;
    margin-top: 20px; }
  .modal-body .change-img input {
    float: left;
    margin-top: 10px; }
  .modal-body .change-img h4 {
    text-transform: capitalize;
    color: #00b1d6;
    font-family: Quando;
    text-decoration: underline; }
.modal-body .change-pass {
  text-align: center; }
  .modal-body .change-pass h4 {
    text-transform: capitalize;
    color: #00b1d6;
    text-decoration: underline;
    font-family: Quando; }
  .modal-body .change-pass input {
    outline: none;
    text-transform: capitalize;
    height: 50px;
    width: 100%;
    border: none;
    text-align: center;
    margin-top: 30px;
    border-bottom: 2px solid #30394b; }

.menue {
  height: 100%;
  margin-top: 50px;
  border-right: 1px solid #00b1d6; }
  .menue #show {
    position: absolute;
    top: 156px;
    left: 100%;
    background: #e3e7f1;
    border: 1px solid #00b1d6;
    border-left: none;
    width: 70px;
    height: 50px;
    outline: none !important;
    display: none;
    box-shadow: 6px 7px 11px -3px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .menue #show i {
      margin-left: 40%; }
  .menue img {
    margin-left: 20%;
    height: 110px;
    width: 122px;
    margin-top: 25%; }
  .menue h4 {
    margin-top: 50px;
    text-transform: capitalize;
    color: #1b262c; }
    .menue h4 strong {
      color: #00b1d6;
      text-decoration: underline; }
  .menue .Items h5 {
    padding-top: 50px;
    margin-left: 25px;
    text-transform: capitalize;
    color: #1b262c; }
  .menue .Items ul {
    list-style: none; }
    .menue .Items ul li {
      margin-left: 30px;
      margin-top: 20px;
      font-size: 20px;
      font-weight: bold;
      background-color: transparent;
      text-transform: capitalize;
      color: #30394b;
      border: none; }
      .menue .Items ul li .cssbut {
        position: relative;
        text-decoration: none;
        cursor: pointer;
        transition: all cubic-bezier(0.09, 1.07, 0.8, 1.04) 1s; }

.activ-li {
  color: #00b1d6 !important; }
  .activ-li a {
    padding: 10px;
    transition: all cubic-bezier(0.09, 1.07, 0.8, 1.04) 1s; }

.shoow-div {
  position: absolute;
  left: 0px !important;
  z-index: 9999;
  background: #e3e7f1;
  margin-top: 0px !important; }

.explain {
  padding-left: 50px;
  margin-top: 200px; }

@media only screen and (max-width: 990px) {
  .user-img {
    margin-top: 25px; }

  .user-drop {
    margin-top: -5px;
    margin-left: 16px; }

  .menue {
    position: absolute;
    left: -242px;
    z-index: 9999;
    background: #e3e7f1;
    margin-top: 0px;
    max-width: 44% !important; }

  .doum-exp {
    position: absolute !important; }

  #show {
    display: block !important; } }
@media only screen and (max-width: 450px) {
  .modal-content {
    width: 40% !important; } }
.ch-job {
  border: 2px solid #30394b;
  padding: 20px;
  margin-top: 140px;
  background-image: url(../img/ch-job.jpg);
  background-size: cover;
  position: relative; }
  .ch-job img {
    border: 1px solid white;
    border-radius: 15px; }
  .ch-job h1 {
    text-transform: capitalize;
    font-family: Quando;
    padding-top: 20px;
    color: #00b1d6; }
  .ch-job p {
    text-transform: capitalize;
    text-align: center;
    padding-left: 100px;
    color: white; }
  .ch-job h4 {
    text-transform: capitalize;
    text-align: center;
    color: #00b1d6; }
  .ch-job .chose-fil {
    outline: none !important;
    color: #00b1d6; }
  .ch-job button {
    background: none;
    outline: none !important;
    border: 2px solid white;
    padding: 10px;
    font-weight: bold;
    transition: all 1s ease;
    color: #00b1d6; }
  .ch-job button:hover {
    transform: scale(1.2);
    background: #30394b;
    color: white;
    border: none; }

.add-job {
  margin-top: 100px;
  text-align: center; }
  .add-job .intro {
    width: 60%; }
    .add-job .intro h1 {
      color: #00b1d6;
      text-transform: capitalize; }
    .add-job .intro p {
      color: #30394b;
      text-transform: capitalize; }

.aplication {
  margin-top: 100px; }
  .aplication textarea {
    height: 100%; }
  .aplication .inputt {
    margin-top: 50px;
    width: 60%;
    height: 80px;
    position: relative;
    border-bottom: 2px solid #1b262c; }
    .aplication .inputt .inpu-ch {
      background-color: transparent;
      outline: none !important;
      border: none;
      text-align: center;
      font-size: 30px;
      color: #1b262c;
      margin-left: 30px;
      width: 90%;
      height: 100%; }

.inputt span {
  position: absolute;
  background-color: #1b262c;
  transition: all .5s ease; }

.inputt .one {
  left: 0;
  top: 0;
  width: 3px;
  height: 0%; }

.inputt .towe {
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0%; }

.inputt .three {
  right: 0;
  bottom: 0;
  width: 3px;
  height: 0%; }

.inputt .four {
  right: 0;
  top: 0;
  height: 3px;
  width: 0; }

.inputt:hover .one,
.inputt:hover .three {
  height: 100%; }

.inputt:hover .towe,
.inputt:hover .four {
  width: 100%;
  transition-delay: 0.5s; }

.btn-adjob {
  width: 50%;
  margin-top: 50px; }
  .btn-adjob button {
    background: none;
    outline: none !important;
    border: 2px solid #30394b;
    padding: 10px;
    font-weight: bold;
    transition: all 1s ease;
    color: #00b1d6; }
  .btn-adjob button:hover {
    transform: scale(1.2);
    background: #30394b;
    color: white; }

.rev-member {
  margin-top: 100px;
  border: 2px solid #00b1d6;
  text-align: center;
  padding: 20px; }

.reviw-member {
  position: relative; }
  .reviw-member p {
    text-transform: capitalize;
    font-weight: bold;
    margin-top: 50px;
    color: #00b1d6; }

.file {
  width: 100%;
  height: 36px;
  border: 1px solid #4CAF50;
  opacity: 1;
  transition: .8s;
  transition-delay: 1.8s; }

.text {
  margin-left: 30px;
  font: bold 11pt Verdana;
  line-height: 36px;
  color: #333; }

.text i {
  position: absolute;
  margin-top: 1%;
  transform: translate(-28px, 7px); }

.text:after {
  content: '(83.1 kB)';
  position: absolute;
  font: 10pt Verdana;
  color: #626262;
  transform: translate(0, 10px); }

.field {
  position: absolute;
  top: 52%;
  left: 0;
  width: 50px;
  height: 36px;
  color: #fff;
  background: #4CAF50;
  font: 16pt FontAwesome;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  transition: .2s; }

.field:hover {
  background: #43A047; }

.log .wave {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: -1; }
.log .containeer {
  width: 100vw;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 7rem;
  padding: 0 2rem; }
.log .img {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
.log .login-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center; }
.log .img img {
  width: 500px; }
.log form {
  width: 360px; }
.log .login-content img {
  height: 100px; }
.log .login-content h2 {
  margin: 15px 0;
  color: #00b1d6;
  text-transform: uppercase;
  font-size: 2.9rem; }
.log .login-content h4 {
  margin: 15px 0;
  color: #30394b;
  text-transform: uppercase;
  font-size: 1rem; }
.log .login-content .input-div {
  position: relative;
  display: grid;
  grid-template-columns: 7% 93%;
  margin: 25px 0;
  padding: 5px 0;
  border-bottom: 2px solid #30394b; }
.log .login-content .input-div.one {
  margin-top: 0; }
.log .i {
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center; }
.log .i i {
  transition: .3s; }
.log .input-div > div {
  position: relative;
  height: 45px; }
.log .input-div > div > h5 {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 18px;
  transition: .3s; }
.log .input-div:before, .log .input-div:after {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #00b1d6;
  transition: .4s; }
.log .input-div:before {
  right: 50%; }
.log .input-div:after {
  left: 50%; }
.log .input-div.focus:before, .log .input-div.focus:after {
  width: 50%; }
.log .input-div.focus > div > h5 {
  top: -5px;
  font-size: 15px; }
.log .input-div.focus > .i > i {
  color: #00b1d6; }
.log .input-div > div > input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  padding: 0.5rem 0.7rem;
  font-size: 1.2rem;
  color: #30394b;
  font-family: 'poppins', sans-serif; }
.log .input-div.pass {
  margin-bottom: 4px; }
.log a {
  display: block;
  text-align: right;
  text-decoration: none;
  color: #999;
  font-size: 14px;
  transition: .7s; }
.log a:hover {
  color: #00b1d6; }
.log .btn {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  outline: none;
  border: none;
  background-image: linear-gradient(to right, #00b1d6, #FFFDE4);
  background-size: 200%;
  font-size: 1.2rem;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  margin: 1rem 0;
  cursor: pointer;
  transition: .5s; }
.log .btn:hover {
  background-position: right; }
@media screen and (max-width: 1050px) {
  .log .container {
    grid-gap: 5rem; } }
@media screen and (max-width: 1000px) {
  .log form {
    width: 290px; }
  .log .login-content h2 {
    font-size: 2.4rem;
    margin: 8px 0; }
  .log .img img {
    width: 400px; } }
@media screen and (max-width: 900px) {
  .log .container {
    grid-template-columns: 1fr; }
  .log .img {
    display: none; }
  .log .wave {
    display: none; }
  .log .login-content {
    justify-content: center; } }

.chosse-exam {
  margin-top: 100px; }

.tit-ex {
  text-align: center;
  margin-top: 100px; }
  .tit-ex h1 {
    text-decoration: underline;
    color: #30394b;
    text-transform: capitalize; }

.tasks {
  width: 240px;
  background: white;
  border: 1px solid #30394b;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.tasks-header {
  position: relative;
  line-height: 24px;
  padding: 7px 15px;
  color: #30394b;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
  background: #f0f1f2;
  border-bottom: 1px solid #00b1d6;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, #f5f7fd, #e6eaec);
  background-image: -moz-linear-gradient(top, #f5f7fd, #e6eaec);
  background-image: -o-linear-gradient(top, #f5f7fd, #e6eaec);
  background-image: linear-gradient(to bottom, #f5f7fd, #e6eaec);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.03); }
  .tasks-header h2 {
    text-transform: capitalize; }

.tasks-title {
  line-height: inherit;
  font-size: 14px;
  font-weight: bold;
  color: inherit; }

.tasks-lists {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  padding: 10px 4px;
  width: 19px;
  height: 3px;
  text-shadow: none;
  color: transparent; }

.tasks-lists:before {
  content: '';
  display: block;
  height: 3px;
  background: #8c959d;
  border-radius: 1px;
  -webkit-box-shadow: 0 6px #8c959d, 0 -6px #8c959d;
  box-shadow: 0 6px #8c959d, 0 -6px #8c959d; }

.tasks-list-item {
  display: block;
  line-height: 24px;
  padding: 12px 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tasks-list-item + .tasks-list-item {
  border-top: 1px solid #f0f2f3; }

.tasks-list-cb {
  display: none; }

.tasks-list-mark {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  border: 2px solid #c4cbd2;
  border-radius: 12px; }

.tasks-list-mark:before {
  content: '';
  display: none;
  position: absolute;
  top: 19%;
  left: 8px;
  margin: -5px 0 0 -6px;
  height: 11px;
  width: 20px;
  border: solid #39ca74;
  border-width: 0 0 4px 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.tasks-list-cb:checked ~ .tasks-list-mark {
  border-color: #39ca74; }

.tasks-list-cb:checked ~ .tasks-list-mark:before {
  display: block; }

.tasks-list-desc {
  font-weight: bold;
  color: #8a9a9b; }

.tasks-list-cb:checked ~ .tasks-list-desc {
  color: #34bf6e;
  text-decoration: line-through; }

.but-ex {
  margin-top: 60px; }
  .but-ex button {
    background: none;
    outline: none !important;
    border: 2px solid #30394b;
    padding: 10px;
    font-weight: bold;
    transition: all 1s ease;
    color: #00b1d6;
    margin-left: 40%; }
  .but-ex button:hover {
    transform: scale(1.2);
    background: #30394b;
    color: white; }

.play {
  margin-top: 100px;
  text-align: center;
  height: 400px; }
  .play iframe {
    border-radius: 20px;
    border: 2px solid #00b1d6;
    width: 100%;
    height: 100%; }

.ex-vid img {
  margin-left: 20%;
  height: 110px;
  width: 122px;
  margin-top: 25%; }
.ex-vid h4 {
  margin-top: 50px;
  text-transform: capitalize;
  color: #1b262c; }
  .ex-vid h4 strong {
    color: #00b1d6;
    text-decoration: underline; }
.ex-vid p {
  text-align: center;
  color: #30394b;
  font-size: 20px; }

.bac-deg {
  background: url(../img/scuss-ex.png);
  background-size: cover;
  height: 800px; }
  .bac-deg h1 {
    margin-top: 15%;
    color: #30394b;
    text-transform: capitalize; }
    .bac-deg h1 strong {
      text-transform: capitalize;
      padding-left: 20px;
      color: red;
      text-decoration: underline; }
  .bac-deg h4 {
    text-transform: capitalize;
    color: #1b262c;
    margin-top: 10%;
    margin-left: 10%; }
    .bac-deg h4 span {
      text-decoration: underline;
      color: forestgreen;
      font-weight: bold; }
    .bac-deg h4 strong {
      color: red;
      font-weight: bold; }

.rev {
  margin-top: 100px;
  text-align: center;
  background: white;
  border: none;
  border-radius: 20px;
  box-shadow: 21px 8px 60px rgba(250, 250, 250, 0.3); }
  .rev img {
    margin-top: 5%;
    width: 8%; }
  .rev label {
    display: block;
    font-size: 20px;
    text-decoration: underline;
    text-transform: capitalize;
    color: #30394b; }
  .rev p {
    color: #1b262c;
    text-transform: capitalize;
    padding: 40px;
    font-size: 15px; }

/*# sourceMappingURL=main.css.map */
