@font-face {
  font-family: "DIN Next LT Arabic";
  src: url("./../fonts/DINNextLTArabic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "DIN Next LT Arabic";
  src: url("./../fonts/DINNextLTArabic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "DIN Next LT Arabic";
  src: url("./../fonts/DINNextLTArabic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
.ms-navbar {
  padding: 15px 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .ms-navbar .ms-navbar--rightside .logo {
    max-width: 150px;
  }
}
.ms-navbar .ms-navbar--rightside .ms-menu-items {
  margin-inline-start: 60px;
  column-gap: 40px;
}
.ms-navbar .ms-navbar--rightside .ms-menu-items .menu-item .item-link {
  color: #222;
  text-decoration: none;
  background-color: transparent;
  border: none;
}
.ms-navbar.transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.ms-navbar.transparent .ms-navbar--rightside .ms-menu-items .menu-item .item-link {
  color: #fff;
}
.ms-navbar.transparent .ms-navbar--leftside .lang-switcher {
  color: #fff;
}

#navbaroffcanvas .social-icons-list .social-icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #11324d;
  color: #11324d;
  text-decoration: none;
  transition: 0.3s;
}
#navbaroffcanvas .social-icons-list .social-icon:hover {
  color: #02A9F7;
  border-color: #02A9F7;
}
#navbaroffcanvas .menu-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
}
#navbaroffcanvas .menu-list .menu-item {
  position: relative;
}
#navbaroffcanvas .menu-list .menu-item .dropdown-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#navbaroffcanvas .menu-list .menu-item .menu-link,
#navbaroffcanvas .menu-list .menu-item .dropdown-link {
  text-decoration: none;
  color: #222;
  font-weight: 500;
}
#navbaroffcanvas .menu-list .menu-item .menu-children-list {
  display: none;
  list-style: none;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  margin-top: 10px;
}
#navbaroffcanvas .menu-list .menu-item .menu-children-list .menu-item .menu-link {
  font-size: 14px;
}
#navbaroffcanvas .menu-list .menu-item .menu-children-list.active {
  display: flex;
}

body {
  font-family: "DIN Next LT Arabic";
  font-weight: 400;
}

.btn-primary {
  background-color: #02A9F7;
  border-color: #02A9F7;
}
.btn-primary:hover {
  background-color: #02A9F7;
  border-color: #02A9F7;
}
.btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #02A9F7;
  border-color: #02A9F7;
  box-shadow: 0 0 0 0.25rem rgba(26, 188, 156, 0.5);
}

.form-check-input:checked {
  background-color: #02A9F7;
  border-color: #16a085;
  box-shadow: none;
}

.form-check-input:focus {
  border-color: #16a085;
  box-shadow: none;
}

.text-primary {
  color: #02A9F7 !important;
}

.fw-medium {
  font-weight: 500;
}

.p-b-s {
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .p-b-s {
    padding-bottom: 80px;
  }
}

.p-t-s {
  padding-top: 120px;
}
@media (max-width: 992px) {
  .p-t-s {
    padding-top: 80px;
  }
}

.main-title {
  color: #11324d;
}
@media (max-width: 992px) {
  .main-title {
    font-size: 18px;
    font-weight: 600;
  }
}

.main-description {
  color: #777777;
}

.root {
  flex: 1 1 auto;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 100%;
  position: relative;
}

main {
  flex: 100%;
}

.sorting .sort-link {
  color: #95a5a6;
  text-decoration: none;
}
.sorting .sort-link.active {
  color: #34495e;
  font-weight: 500;
}

.title-underline {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  display: inline-block;
}
.title-underline:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #02A9F7;
  position: absolute;
  bottom: 0;
  left: 0;
}

.share-component .share-title {
  color: #222;
  font-size: 18px;
  margin-bottom: 20px;
}
.share-component .social-icons-list .social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background-color: #777777;
  text-decoration: none;
  transition: 0.2s;
}
.share-component .social-icons-list .social-icon:hover {
  opacity: 0.8;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 20px;
}
@media (max-width: 768px) {
  .form-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.form-row .input-field.full-width {
  grid-column-start: 1;
  grid-column-end: 3;
}
.form-row .input-field label {
  color: #222222;
}
.form-row .input-field label .required {
  color: red;
}
.form-row .input-field textarea {
  resize: none;
}
.form-row .input-field input,
.form-row .input-field select,
.form-row .input-field textarea {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  color: #95a5a6;
  padding: 10px;
  font-size: 14px;
}
.form-row .input-field input:focus,
.form-row .input-field select:focus,
.form-row .input-field textarea:focus {
  box-shadow: none;
  background-color: #f9f9f9;
}
.form-row .input-field input:focus + .input-group-text,
.form-row .input-field select:focus + .input-group-text,
.form-row .input-field textarea:focus + .input-group-text {
  background-color: #11324d;
}
.form-row .input-field input::placeholder,
.form-row .input-field select::placeholder,
.form-row .input-field textarea::placeholder {
  color: #95a5a6;
}
.form-row .input-field .input-group-text {
  background-color: #95a5a6;
  color: #fff;
  width: 45px;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.form-row .input-field .btn-submit {
  padding: 14px 30px;
  margin-top: 10px;
}

.modal .modal-header {
  border: none;
}
.modal .modal-body {
  padding: 30px 50px;
}
.modal .modal-description {
  color: #95a5a6;
}

.nav-pills {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 20px;
}
.nav-pills .nav-item .nav-link {
  padding: 15px;
  font-weight: 500;
  border: 1px solid transparent;
}
.nav-pills .nav-item .nav-link:not(.active) {
  border-color: #eeeeee;
  color: #777777;
}
.nav-pills .nav-item .nav-link.active {
  background-color: #02A9F7;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #02A9F7;
}

.ms-footer {
  background-color: #0c2a43;
  background-image: url("./../images/cogs.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.ms-footer .footer-links {
  padding: 80px 0;
  color: #ced4d9;
}
@media (max-width: 768px) {
  .ms-footer .footer-links .row {
    gap: 40px;
  }
}
.ms-footer .footer-links .footer-info h2 {
  margin-bottom: 30px;
}
.ms-footer .footer-links .footer-info .social-icons-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ms-footer .footer-links .footer-info .social-icons-list .social-icon {
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  transition: 0.3s;
}
.ms-footer .footer-links .footer-info .social-icons-list .social-icon:hover {
  border-color: #02A9F7;
  color: #02A9F7;
}
.ms-footer .footer-links .footer-title {
  margin-bottom: 30px;
}
.ms-footer .footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}
.ms-footer .footer-links ul .footer-item .footer-link {
  color: #ced4d9;
  text-decoration: none;
  transition: 0.3s;
}
.ms-footer .footer-links ul .footer-item .footer-link:hover {
  color: #02A9F7;
}
.ms-footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 20px 0 25px;
  color: #ced4d9;
  position: relative;
}
@media (max-width: 992px) {
  .ms-footer .copyright {
    font-size: 14px;
  }
}
.ms-footer .copyright a {
  text-decoration: none;
  font-weight: 500;
  color: #02A9F7;
}
.ms-footer .copyright #to-top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border: none;
  background-color: #02A9F7;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px 50px 0px 0px;
  font-size: 13px;
}
@media (max-width: 992px) {
  .ms-footer .copyright #to-top {
    display: none;
  }
}

.ms-breadcrumb {
  background-color: #f6f6f6;
  padding: 15px 0 20px;
}
.ms-breadcrumb .breadcrumb {
  margin: 0;
  color: #777777;
}
.ms-breadcrumb .breadcrumb a {
  color: #777777;
  text-decoration: none;
}

.ms-pagination {
  margin-top: 30px;
}
.ms-pagination .page-item .page-link {
  color: #222222;
  font-weight: 500;
  border-radius: 50%;
  padding: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  font-size: 14px;
}
.ms-pagination .page-item .page-link:hover {
  background-color: #eeeeee;
}
.ms-pagination .page-item.active .page-link {
  background-color: #02A9F7;
  color: #fff;
}

.opportunitie-card {
  padding: 25px 20px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  text-decoration: none;
  display: block;
}
.opportunitie-card .info .card-image img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}
.opportunitie-card .info .card-info .card-title {
  margin-bottom: 15px;
}
.opportunitie-card .info .card-info .card-title a {
  color: #222222;
  text-decoration: none;
}
.opportunitie-card .info .card-info .card-subtitle {
  color: #777777;
  font-weight: 400;
  margin-bottom: 20px;
}
.opportunitie-card .info .card-info .card-info--meta .meta {
  color: #95a5a6;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .opportunitie-card .actions {
    width: 100%;
  }
}
.opportunitie-card .actions .btn {
  padding: 10px 30px;
}
.opportunitie-card .actions .btn-details {
  background-color: #edeff1;
  border: 1px solid transparent;
}
.opportunitie-card .actions .btn-details:hover {
  border-color: #02A9F7;
}
.opportunitie-card .actions .btn-primary:hover {
  border-color: #02A9F7;
  color: #02A9F7;
  background-color: transparent;
}

.course {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
}
.course .course-head {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}
.course .course-head:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.course .course-head .course-image {
  height: 185px;
  object-fit: cover;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.course .course-head .course-teacher {
  position: absolute;
  top: 10px;
  right: 10px;
}
.course .course-head .course-teacher img {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.course .course-head .course-teacher .course-teacher--info .course-teacher--name {
  color: #fff;
}
.course .course-head .course-teacher .course-teacher--info .course-lang {
  color: #f2f2f2;
}
.course .course-body {
  padding: 10px;
}
.course .course-body .course-title {
  color: #222222;
}
.course .course-body .course-price {
  color: #02A9F7;
  font-weight: 500;
}

.course-category-card {
  min-height: 210px;
  background-color: #34495e;
  border-radius: 10px;
}
.course-category-card .category-title {
  color: #fff;
}
.course-category-card .category-count {
  color: #95a5a6;
}

@media (max-width: 768px) {
  .post-card {
    flex-wrap: wrap;
  }
}
.post-card .post-image {
  display: block;
}
@media (max-width: 768px) {
  .post-card .post-image {
    width: 100%;
  }
}
.post-card .post-image img {
  max-height: 155px;
  max-width: 200px;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .post-card .post-image img {
    max-width: 100%;
    max-height: 300px;
    width: 100%;
  }
}
.post-card .post-content .post-title {
  font-size: 18px;
  color: #222222;
  transition: 0.2s;
  margin-bottom: 15px;
}
.post-card .post-content .post-description {
  color: #95a5a6;
  font-size: 14px;
  line-height: 1.8;
}
.post-card .post-content .read-more {
  color: #02A9F7;
  font-weight: 500;
}
.post-card:hover .post-content .post-title {
  color: #02A9F7;
}

.ms-modal .modal-body {
  padding: 0;
  overflow-x: hidden;
}
.ms-modal .btn-close {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 30px;
}
.ms-modal .side-image {
  width: 100%;
  height: 100vh;
}
.ms-modal .form-content {
  padding: 60px;
}
@media (max-width: 992px) {
  .ms-modal .form-content {
    padding: 100px 30px 30px;
  }
}
.ms-modal .btn-submit {
  padding: 10px 50px 13px !important;
}
.ms-modal .forget-password {
  color: #777777;
  font-weight: 500;
  text-decoration: none;
}
.ms-modal .forget-password:hover {
  text-decoration: underline;
}
.ms-modal .register-btn {
  color: #11324d;
  font-weight: 500;
  text-decoration: underline;
}
.ms-modal .register-btn:hover {
  text-decoration: none;
}
.ms-modal .social-login {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .ms-modal .social-login {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ms-modal .social-login .btn-social {
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 15px;
  transition: 0.3s;
}
.ms-modal .social-login .btn-social:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .ms-modal .social-login .btn-social {
    justify-content: center;
    gap: 20px;
  }
}
.ms-modal .social-login .btn-social.btn-google {
  background-color: #4285f4;
}
.ms-modal .social-login .btn-social.btn-facebook {
  background-color: #3b5998;
}
.ms-modal .ms-spacer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 30px 0;
}
.ms-modal .ms-spacer span {
  display: block;
  font-weight: 500;
  z-index: 9;
  padding: 0 10px;
}
.ms-modal .ms-spacer:before, .ms-modal .ms-spacer:after {
  content: "";
  position: absolute;
  left: 0;
  width: 48%;
  height: 2px;
  background-color: #eee;
}
.ms-modal .ms-spacer:after {
  left: inherit;
  right: 0;
}

.ms-slider {
  width: 100%;
  height: 630px;
  background-image: url("./../images/ipractin-slider.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 0 0 50px 50px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .ms-slider {
    border-radius: 0 0 20px 20px;
  }
}
.ms-slider .intro .welcome-text {
  font-size: 64px;
}
@media (max-width: 992px) {
  .ms-slider .intro .welcome-text {
    font-size: calc(2rem + 0.9vw);
  }
}
.ms-slider .breadcrumb {
  margin-bottom: 50px;
}
.ms-slider .ms-search .input-field input {
  padding-inline-end: 40px;
  padding-inline-start: 15px;
  padding-block: 10px;
  font-size: 14px;
  min-width: 300px;
  height: 100%;
}
.ms-slider .ms-search .input-field input:focus, .ms-slider .ms-search .input-field input:active {
  border-color: #02A9F7;
  box-shadow: none;
}
.ms-slider .ms-search .input-field select::placeholder {
  color: #95a5a6;
}
.ms-slider .ms-search .input-field select {
  padding-inline-end: 40px;
  padding-inline-start: 15px;
  padding-block: 10px;
  font-size: 14px;
  min-width: 300px;
  height: 100%;
}
.ms-slider .ms-search .input-field select:focus, .ms-slider .ms-search .input-field select:active {
  border-color: #02A9F7;
  box-shadow: none;
}
.ms-slider .ms-search .input-field select::placeholder {
  color: #95a5a6;
}
.ms-slider .ms-search .input-field i {
  left: 20px;
  color: #95a5a6;
}
.ms-slider .ms-search button[type=submit] {
  font-weight: 500;
  padding: 8px 30px 10px;
  height: 100%;
}
.ms-slider .ms-search button[type=submit] i {
  margin-inline-end: 5px;
}
.ms-slider #to-bottom {
  position: absolute;
  bottom: -20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  border: 2px solid #fff;
}
.ms-slider #to-bottom:hover {
  background-color: #fff;
  color: #000;
}

.ms-companies {
  padding: 100px 0 120px;
}
@media (max-width: 992px) {
  .ms-companies {
    padding: 80px 0;
  }
}

.owl-carousel .owl-nav {
  position: absolute;
  top: -85px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
  gap: 10px;
}
@media (max-width: 992px) {
  .owl-carousel .owl-nav {
    display: none;
  }
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background-color: rgba(26, 188, 156, 0.1);
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #02A9F7;
  font-size: 16px;
  transition: 0.3s;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-prev:active, .owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-next:focus {
  background-color: #02A9F7;
  color: #fff;
}

.how-help .section-heading h2 {
  color: #11324d;
}
.how-help .boxes {
  margin-top: 90px;
  margin-inline: 40px;
}
@media (max-width: 992px) {
  .how-help .boxes {
    margin-inline: 0;
    row-gap: 90px;
  }
}
.how-help .boxes .box {
  position: relative;
  padding: 40px 60px;
  border-radius: 10px;
}
.how-help .boxes .box .box--icon {
  background-color: #fff;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
.how-help .boxes .box .box--title {
  margin-top: 40px;
  margin-bottom: 30px;
}
.how-help .boxes .box .box--description {
  color: #777777;
}
.how-help .boxes .box.green {
  background-color: rgba(46, 204, 113, 0.05);
}
.how-help .boxes .box.green .box--title {
  color: #16a085;
}
.how-help .boxes .box.red {
  background-color: #fef8f8;
}
.how-help .boxes .box.red .box--title {
  color: #e12422;
}
.how-help .boxes .box.blue {
  background-color: #f2f7fb;
}
.how-help .boxes .box.blue .box--title {
  color: #085ea6;
}

.ask-for-chance {
  background-image: url("./../images/view-modern.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .ask-for-chance {
    margin-bottom: 80px;
  }
}
.ask-for-chance .search-form {
  flex: 100%;
}
.ask-for-chance .info {
  flex: 35%;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .ask-for-chance .ms-search {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.ask-for-chance .ms-search .input-field {
  margin-inline-end: 13px;
  flex: 230px;
}
@media (max-width: 992px) {
  .ask-for-chance .ms-search .input-field {
    margin: 0;
    flex: 100%;
  }
}
.ask-for-chance .ms-search .input-field input {
  padding-inline-end: 40px;
  padding-inline-start: 15px;
  padding-block: 10px;
  font-size: 14px;
}
.ask-for-chance .ms-search .input-field input:focus, .ask-for-chance .ms-search .input-field input:active {
  border-color: #02A9F7;
  box-shadow: none;
}
.ask-for-chance .ms-search .input-field input::placeholder {
  color: #95a5a6;
}
.ask-for-chance .ms-search .input-field i {
  left: 10px;
  color: #95a5a6;
}
.ask-for-chance button[type=submit] {
  font-weight: 500;
  padding: 8px 30px 10px;
  flex: 230px;
}

.meta-links .list-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
}
@media (max-width: 992px) {
  .meta-links .list-container {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .meta-links .list-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.meta-links .list-container .links-box h5 {
  margin-bottom: 30px;
}
.meta-links .list-container .links-box ul {
  list-style: none;
  position: relative;
}
.meta-links .list-container .links-box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #777777;
}
.meta-links .list-container .links-box ul li:before {
  content: "";
  width: 5px;
  height: 2px;
  background-color: #95a5a6;
  display: inline-block;
  position: absolute;
  right: 0;
  border-radius: 50px;
}

.ms-opportunities {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .ms-opportunities {
    padding: 80px 0;
  }
}
.ms-opportunities .ms-sidebar .widget {
  padding: 20px 20px 30px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
.ms-opportunities .ms-sidebar .widget .widget-title {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.ms-opportunities .ms-sidebar .widget .widget-title i {
  color: #95a5a6;
}
.ms-opportunities .ms-sidebar .widget .widget-content label {
  color: #222222;
}
.ms-opportunities .ms-sidebar .widget .widget-content .widget-search {
  margin-top: -20px;
}
.ms-opportunities .ms-sidebar .widget .widget-content .widget-search input {
  background-color: #f6f6f6;
  border: 1px solid transparent;
  padding-inline-end: 40px;
  padding-inline-start: 10px;
  padding-block: 10px;
}
.ms-opportunities .ms-sidebar .widget .widget-content .widget-search input::placeholder {
  color: #cccccc;
}
.ms-opportunities .ms-sidebar .widget .widget-content .widget-search input:focus, .ms-opportunities .ms-sidebar .widget .widget-content .widget-search input:active {
  border: 1px solid #02A9F7;
  outline: inherit;
  box-shadow: none;
}
.ms-opportunities .ms-sidebar .widget .widget-content .widget-search i {
  color: #cccccc;
  position: absolute;
  left: 10px;
}
.ms-opportunities .ms-sidebar .widget-banner img {
  width: 100%;
}
.ms-opportunities .opportunities-content {
  padding-inline-start: 30px;
}
@media (max-width: 992px) {
  .ms-opportunities .opportunities-content {
    padding-inline-start: 0px;
  }
}
.ms-opportunities .opportunities-content .meta-head {
  margin-bottom: 30px;
}
.ms-opportunities .opportunities-content .meta-head .meta-title {
  color: #222222;
  position: relative;
  padding-bottom: 15px;
}
.ms-opportunities .opportunities-content .meta-head .meta-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 50px;
  right: 0;
  background-color: #02A9F7;
}
.ms-opportunities .opportunities-content .meta-head .meta-count {
  background-color: #f6f6f6;
  padding: 8px 10px;
  color: #777777;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
}

.courses-categories {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .courses-categories {
    padding: 80px 0;
  }
}
.courses-categories .row {
  row-gap: 30px;
}
.courses-categories .ms-sidebar {
  row-gap: 30px;
}
.courses-categories .widget-banner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.courses-categories .widget-banner .widget-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  padding: 35px 20px;
  color: #fff;
}
.courses-categories .widget-banner .widget-content .banner-title {
  font-size: 18px;
}
.courses-categories .widget-banner .widget-content .category-name {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}
.courses-categories .widget-banner .widget-content .banner-link {
  color: #fff;
  transition: 0.2s;
}
.courses-categories .widget-banner .widget-content .banner-link:hover {
  color: #02A9F7;
}

.course-category {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .course-category {
    padding: 80px 0;
  }
}
.course-category .row {
  row-gap: 30px;
}
.course-category .head {
  border-bottom: 1px solid #eee;
}
@media (max-width: 992px) {
  .course-category .head {
    border: none;
  }
}
.course-category .head .head-title {
  color: #222222;
  padding: 10px 0;
  margin: 0;
}
.course-category .head .head-title .title-badge {
  background-color: rgba(26, 188, 156, 0.2);
  color: #02A9F7;
  font-size: 12px;
}

.opportunitie-single {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .opportunitie-single {
    padding: 80px 0;
  }
}
.opportunitie-single .container > .row {
  row-gap: 100px;
}
.opportunitie-single .single-sidebar .widget-company {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 20px;
  position: relative;
  text-decoration: none;
}
.opportunitie-single .single-sidebar .widget-company .company-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: -80px;
  border: 10px solid #fff;
}
.opportunitie-single .single-sidebar .widget-company .company-name {
  color: #000;
  font-size: 18px;
}
.opportunitie-single .single-sidebar .widget-company .company-bio {
  color: #95a5a6;
}
.opportunitie-single .single-sidebar .widget-applicants {
  background-color: rgba(26, 188, 156, 0.05);
  color: #02A9F7;
  padding: 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
}
.opportunitie-single .single-sidebar .btn-apply {
  padding: 25px;
  font-weight: 500;
  font-size: 18px;
}
.opportunitie-single .single-sidebar .widget-banner img {
  border-radius: 4px;
}
.opportunitie-single .opportunitie-card {
  background-color: #f8f9fa;
  border: none;
  padding: 35px 30px;
}
.opportunitie-single .opportunitie-card .info .card-info .card-title {
  font-size: 23px;
  margin-bottom: 20px;
}
.opportunitie-single .opportunitie-card .info .card-info .card-info--meta .meta {
  color: #777;
  font-weight: 400;
}
.opportunitie-single .opportunitie-card .actions .btn-light {
  color: #95a5a6;
  background-color: #fff;
  cursor: inherit;
}
.opportunitie-single .opportunitie-card .actions .btn-details {
  cursor: inherit;
  color: #34495e;
}
.opportunitie-single .opportunitie-content {
  gap: 60px;
}
.opportunitie-single .opportunitie-content .sec-title {
  font-size: 18px;
  color: #222;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
.opportunitie-single .opportunitie-content .sec-title.underline {
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.opportunitie-single .opportunitie-content p {
  color: #777777;
}
.opportunitie-single .opportunitie-content .opportunitie-certificates .certificate {
  background-color: #f8f9fa;
  color: #95a5a6;
  border-radius: 4px;
  padding: 8px 13px;
  transition: 0.2s;
  font-weight: 500;
}
.opportunitie-single .opportunitie-content .opportunitie-certificates .certificate:hover {
  background-color: #fff;
}
.opportunitie-single .opportunitie-content .similar-opportunities .row {
  row-gap: 30px;
}
.opportunitie-single .opportunitie-content .similar-opportunities .similar-course-card {
  padding: 35px 10px;
  border: 1px solid #eee;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  transition: 0.2s;
}
.opportunitie-single .opportunitie-content .similar-opportunities .similar-course-card:hover {
  border-color: #02A9F7;
}
.opportunitie-single .opportunitie-content .similar-opportunities .similar-course-card:hover .course-info .course-title {
  color: #02A9F7;
}
.opportunitie-single .opportunitie-content .similar-opportunities .similar-course-card .course-image img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
.opportunitie-single .opportunitie-content .similar-opportunities .similar-course-card .course-info {
  flex: 50%;
}
.opportunitie-single .opportunitie-content .similar-opportunities .similar-course-card .course-info .course-title {
  color: #222222;
  line-height: 22px;
  transition: 0.2s;
}
.opportunitie-single .opportunitie-content .similar-opportunities .similar-course-card .course-info .course-meta .meta {
  color: #95a5a6;
  font-size: 14px;
}

.company-single {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .company-single {
    padding: 80px 0;
  }
}
.company-single .container > .row {
  row-gap: 80px;
}
.company-single .widget-company {
  background-color: #f8f9fa;
  border-radius: 4px;
  padding: 30px 20px;
}
.company-single .widget-company .company-image {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border: 4px solid #fff;
  border-radius: 50%;
}
.company-single .widget-company .info .item .content {
  font-size: 14px;
  color: #777777;
  text-decoration: none;
  transition: 0.2s;
}
.company-single .widget-company .info .item .content:hover {
  color: #333;
}
.company-single .widget-social .social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #34495e;
  border-radius: 50%;
  color: #34495e;
  text-decoration: none;
  transition: 0.2s;
}
.company-single .widget-social .social-icon:hover {
  border-color: #02A9F7;
  color: #02A9F7;
}
.company-single .company-info .about-company {
  max-width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .company-single .company-info .about-company {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.company-single .company-info .about-company .company-name {
  font-size: 18px;
  color: #222;
  margin-bottom: 20px;
}
.company-single .company-info .about-company .company-description {
  color: #95a5a6;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
.company-single .company-info .about-company .company-contact .btn {
  padding: 10px 20px;
}
.company-single .company-info .about-company .company-contact .btn-outline-secondary {
  border-color: #222222;
  color: #222222;
}
.company-single .company-info .about-company .company-contact .btn-outline-secondary:hover {
  background-color: #222;
  color: #fff;
}
.company-single .company-info .opportunities .head {
  margin-bottom: 30px;
}
.company-single .company-info .opportunities .head .opportunities-title {
  position: relative;
  padding-bottom: 15px;
  color: #222222;
}
.company-single .company-info .opportunities .head .opportunities-title:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #02A9F7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.company-single .company-info .opportunities .head .opportunities-count {
  background-color: #02A9F7;
  padding: 8px 15px;
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
}

.course-single {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .course-single {
    padding: 80px 0;
  }
}
.course-single .course-info {
  gap: 60px;
}
.course-single .course-info .row {
  row-gap: 40px;
}
.course-single .course-info img {
  width: 100%;
}
.course-single .course-info .other-courses .other-courses-title {
  color: #222;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.course-single .course-info .other-courses .other-courses-title:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #02A9F7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.course-single .course-details {
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.course-single .course-details .course-teacher .course-teacher--avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.course-single .course-details .course-teacher .course-teacher--name {
  color: #222222;
}
.course-single .course-details .course-lang {
  background-color: #02A9F7;
  padding: 4px 15px 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}
.course-single .course-details .course-title {
  color: #222222;
}
.course-single .course-details .course-description {
  color: #95a5a6;
  line-height: 1.8;
}
.course-single .course-actions {
  flex: 0 0 300px;
}
@media (max-width: 992px) {
  .course-single .course-actions {
    flex: auto;
  }
}
.course-single .course-actions .course-price {
  background: rgba(52, 73, 94, 0.05);
  color: #34495e;
  text-align: center;
}
.course-single .course-actions .btn-primary,
.course-single .course-actions .course-price {
  padding: 20px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
}

.tips {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .tips {
    padding: 80px 0;
  }
}
.tips .row-gap {
  row-gap: 30px;
}
.tips .tips-title {
  margin-bottom: 60px;
}
.tips .categories-cards {
  row-gap: 30px;
}
.tips .left-side p {
  font-size: 21px;
  font-weight: 500;
  color: #34495e;
}
.tips .left-side h2 {
  font-size: 32px;
}
.tips .column-half {
  row-gap: 30px;
}
.tips .platform-users {
  width: 100%;
  background: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 30px;
  flex: 1 1 100%;
  border-radius: 10px;
  padding: 50px;
}
@media (max-width: 992px) {
  .tips .platform-users {
    padding: 50px 20px;
    gap: 15px;
    border-radius: 4px;
  }
}
.tips .platform-users .platform-users--title {
  color: #222222;
  font-size: 32px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .tips .platform-users .platform-users--title {
    font-size: 24px;
  }
}
.tips .platform-users .btn-primary {
  padding: 9px 25px 13px;
  font-weight: 500;
}
.tips .latest-posts-row {
  row-gap: 60px;
}
.tips .latest-posts-row .banners img {
  max-height: 360px;
}

.blog-category {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .blog-category {
    padding: 80px 0;
  }
}
.blog-category .row-gap {
  row-gap: 40px;
}
.blog-category .head {
  border-bottom: 1px solid #eee;
}
@media (max-width: 992px) {
  .blog-category .head {
    border: none;
  }
}
.blog-category .head .head-title {
  color: #222222;
  padding: 10px 0;
  margin: 0;
}
.blog-category .head .head-title .title-badge {
  background-color: rgba(26, 188, 156, 0.2);
  color: #02A9F7;
  font-size: 12px;
}

.post-single .breadcrumb-large {
  background: #34495e;
  height: 360px;
  padding: 80px 30px;
  color: #fff;
}
@media (max-width: 768px) {
  .post-single .breadcrumb-large {
    height: 300px;
  }
}
.post-single .breadcrumb-large .intro .post-title {
  font-size: 32px;
}
@media (max-width: 768px) {
  .post-single .breadcrumb-large .intro .post-title {
    font-size: 24px;
  }
}
.post-single .post-content {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .post-single .post-content {
    padding-bottom: 80px;
  }
}
.post-single .post-content .row {
  row-gap: 40px;
}
.post-single .post-content .post-thumbnail {
  margin-top: -120px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .post-single .post-content .post-thumbnail {
    margin-top: -60px;
    margin-bottom: 30px;
  }
}
.post-single .post-content .post-thumbnail img {
  border-radius: 10px;
  max-height: 400px;
  height: 400px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .post-single .post-content .post-thumbnail img {
    max-height: 300px;
    height: 300px;
  }
}
.post-single .post-content .post-description h1,
.post-single .post-content .post-description h2,
.post-single .post-content .post-description h3,
.post-single .post-content .post-description h4,
.post-single .post-content .post-description h5,
.post-single .post-content .post-description h6,
.post-single .post-content .post-description p,
.post-single .post-content .post-description li {
  color: #222;
}
.post-single .post-content .post-description h1,
.post-single .post-content .post-description h2,
.post-single .post-content .post-description h4,
.post-single .post-content .post-description h5,
.post-single .post-content .post-description h6 {
  margin-bottom: 20px;
}
.post-single .post-content .post-description p {
  line-height: 1.7;
}
.post-single .post-content .post-description p:last-child {
  margin: 0;
}
.post-single .post-content .post-share {
  background: rgba(52, 73, 94, 0.05);
  border-radius: 10px;
  padding: 30px;
}
.post-single .post-content .banner img {
  max-height: 420px;
}

.create-opportunitie {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .create-opportunitie {
    padding: 80px 0;
  }
}
.create-opportunitie .row {
  row-gap: 40px;
}
.create-opportunitie .content {
  padding-inline-start: 30px;
}
@media (max-width: 992px) {
  .create-opportunitie .content {
    padding-inline-start: 0;
  }
}

.contact-us {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .contact-us {
    padding: 80px 0;
  }
}
.contact-us .row {
  row-gap: 40px;
}
.contact-us .content {
  padding-inline-start: 30px;
}
@media (max-width: 992px) {
  .contact-us .content {
    padding-inline-start: 0;
  }
}

.create-cv {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .create-cv {
    padding: 80px 0;
  }
}
.create-cv .row {
  row-gap: 40px;
}
.create-cv .content {
  padding-inline-start: 30px;
}
@media (max-width: 992px) {
  .create-cv .content {
    padding-inline-start: 0;
  }
}
.create-cv .content .user-image-uploaded {
  width: 45px;
  height: 45px;
  margin-inline-end: 10px;
}

.about-us {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .about-us {
    padding: 80px 0;
  }
}
.about-us .description {
  color: #222222;
}
.about-us .description p {
  margin-bottom: 40px;
}

/*# sourceMappingURL=style.css.map */


.center_text{
    text-align: center;
}
