@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
:root {
  --primary: #243E7C;
  --dark: #161616;
  --footer: #242323;
  --text-dark: #757575;
  --font-20: 20px;
  --gray-light: #243e7c1c;
  --white: #FFFFFF;
  --font-small: 15px;
  --font-xs: 12px;
}

body {
  font-family: 'Almarai', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.btn-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.shadow {
  -webkit-box-shadow: 0px 0px 20px #00000029 !important;
          box-shadow: 0px 0px 20px #00000029 !important;
}

.shadow-lg {
  -webkit-box-shadow: 0px 0px 20px #0c090929 !important;
          box-shadow: 0px 0px 20px #0c090929 !important;
}

.text-primary {
  color: var(--primary) !important;
}

.border-primary {
  border-color: var(--primary) !important;
}

.rounded-2 {
  border-radius: 10px !important;
}

.rounded-3 {
  border-radius: 20px !important;
}

.bg-light {
  background-color: var(--gray-light) !important;
}

.text-dark {
  color: var(--dark) !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Almarai', sans-serif;
}

@media (min-width: 1400px) {
  .px-6 {
    padding: 0px 101px;
  }
}

a {
  color: var(--primary);
  text-decoration: none;
}

.badge.badge-danger {
  background: #f00;
}

abbr.required {
  color: #f00;
  text-decoration: none;
}

.navbar {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 992px) {
  .navbar .sidenav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.navbar .nav-link {
  color: var(--primary) !important;
  /*font-size: var(--font-18);*/
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

@media (max-width: 576px) {
  .navbar .nav-link {
    text-align: right;
  }
}

.navbar .nav-link.active {
  color: var(--primary) !important;
}

.navbar .nav-link:hover {
  color: var(--primary) !important;
}

.navbar .dropdown-toggle::after {
  vertical-align: .1em;
}

.navbar .navbar-toggler {
  background-color: transparent;
}

.navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .collapse:not(.show) {
  display: block;
}

@media (min-width: 992px) {
  .navbar .dropdown-menu {
    background: var(--primary);
  }
  .navbar .dropdown-menu .dropdown-item {
    color: #fff;
  }
  .navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus {
    background-color: #445fa0;
  }
}

@media (max-width: 576px) {
  .navbar .dropdown-item {
    text-align: right;
    color: var(--text-dark) !important;
    font-size: var(--font-20);
  }
}

.top-search {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 2;
  min-height: 100px;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  top: -100px;
  -webkit-transition: top linear 0.5s;
  transition: top linear 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-search.active {
  top: 0;
}

.top-search .close-search {
  position: absolute;
  height: 30px;
  width: 30px;
  font-size: 24px;
  left: 20px;
  top: 0;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-search input[name="search"] {
  max-width: calc(100% - 120px);
  width: 400px;
  height: 38px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

@media (max-width: 768px) {
  .top-search input[name="search"] {
    max-width: calc(100% - 195px);
    margin-left: 48px;
  }
}

.btn-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 110px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .btn-highlight {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: var(--white);
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 90px;
    -webkit-box-shadow: 0px 0px 20px #0c090929;
            box-shadow: 0px 0px 20px #0c090929;
  }
}

.sidenav .closebtn {
  position: absolute;
  top: 28px;
  right: 25px;
  margin-left: 50px;
  background: #e6e6e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 8px 13px;
}

.training-program .bubble {
  top: -14%;
  left: 13%;
}

@media (max-width: 576px) {
  .training-program .bubble {
    top: 25%;
    left: 2%;
  }
}

.training-program #Intersection_2 {
  z-index: 1;
}

.training-program #Intersection_2 .intersection {
  right: -15px;
  z-index: 0;
  bottom: -135px;
  width: 320px;
}

@media (max-width: 1400px) {
  .training-program #Intersection_2 .intersection {
    right: 0px;
  }
}

@media (max-width: 576px) {
  .training-program #Intersection_2 .intersection {
    display: none;
  }
}

.training-program .btn-primary {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.training-program .slick-track {
  margin: 30px 0px;
}

.training-program .slick-track .slick-slider {
  margin: 0 -15px;
}

.training-program .slick-track .slick-slide {
  padding: 10px;
}

.training-program .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  width: 96%;
  padding: 1rem 0;
  list-style-type: none;
}

.training-program .slick-dots li {
  margin: 0 0.2rem;
  width: auto;
}

.training-program .slick-dots button {
  display: block;
  width: 32px;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 6px;
  background-color: var(--white);
  text-indent: -9999px;
  -webkit-box-shadow: 0px 0px 6px #00000029;
          box-shadow: 0px 0px 6px #00000029;
}

.training-program .slick-dots li.slick-active button {
  background-color: var(--primary);
  width: 56px;
}

.blog .card-img-overlay {
  top: auto !important;
  bottom: 70px;
}

@media (max-width: 576px) {
  .blog .card-img-overlay {
    bottom: 10px;
  }
}

@media (max-width: 576px) {
  .blog .card-img-overlay p:last-child {
    font-size: var(--font-small) !important;
  }
}

.blog .blog-bubble {
  left: -40px;
  top: -184px;
}

footer {
  background-color: var(--footer);
}

footer .newsletter-form {
  color: #fff;
}

footer h4 {
  font-size: var(--font-small);
}

footer ul li {
  font-size: var(--font-xs);
  line-height: 2.7;
}

footer ul li a {
  color: var(--white);
  text-decoration: none;
  position: relative;
}

footer ul li a::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--white);
  left: -22px;
  top: 6px;
  position: absolute;
}

.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.login-box .tab-nav .nav-link.active {
  background-color: #F7F2DD;
}

.login-box .tab-nav .nav-link::before {
  border-top-color: #F7F2DD;
}

.login-box .nav-pills .nav-link.active,
.login-box .nav-pills .show > .nav-link {
  color: #111;
  position: relative;
}

.login-box .tab-nav .nav-link.active::before {
  bottom: -20px;
}

.login-box .tab-nav .nav-link::before {
  border-top-color: #F7F2DD;
}

.login-box .tab-nav .nav-link::before {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-top-color: #D5B153;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  bottom: -10px;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.login-box button.btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

.login-links-row .bg-green {
  background: var(--primary);
}

.login-links-row .ll-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.login-links-row a {
  text-decoration: none;
}

.text-pink {
  color: #ff66ff;
}

.text-red {
  color: #ff0000;
}

.course-box, .news-box {
  background: #f9f9f9;
  margin-bottom: 25px;
}

.course-box .featured-title, .news-box .featured-title {
  padding: 10px;
}

.course-box .featured-title .course-name, .course-box .featured-title .news-name, .news-box .featured-title .course-name, .news-box .featured-title .news-name {
  font-size: 24px;
}

.course-box button, .news-box button {
  border-radius: 0;
}

.course-box .post-meta, .news-box .post-meta {
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}

.course-box .post-meta i, .news-box .post-meta i {
  margin-left: 5px;
  margin-right: 5px;
}

.ttm-page-title-row {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  background-image: url("https://www.njd.com.sa/images/ttm-pagetitle-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.ttm-page-title-row .page-title-heading {
  color: #fff;
}

.ttm-page-title-row .breadcrumb-wrapper {
  color: #fff;
}

.ttm-page-title-row a {
  color: #7599ee;
}

.widget {
  padding: 20px;
}

.widget .widget-title {
  position: relative;
  margin-bottom: 30px;
}

.widget .widget-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 55px;
  height: 3px;
}

.widget .course-details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget .course-details li {
  padding: 8px 10px;
  border-bottom: solid thin #ffffff24;
}

.widget .course-details .label {
  color: rgba(255, 255, 255, 0.7);
}

.widget .course-offer {
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  color: var(--primary);
}

.widget.widget-dark {
  background: var(--primary);
  color: #fff;
}

.widget.widget-dark .widget-title:after {
  background-color: #f9f9f9;
}

.widget.widget-light {
  background: #f9f9f9;
  color: #000;
}

.widget.widget-light .widget-title:after {
  background-color: var(--primary);
}

.sidebar ul.widget-post {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sidebar ul.widget-post li {
  padding: 5px 0 15px !important;
  display: inline-block;
  width: 100%;
  line-height: 20px;
}

.sidebar ul.widget-post li img {
  display: block;
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 18px;
}

.sidebar ul.widget-post li .post-date {
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}

.sidebar ul.widget-post li a {
  font-weight: 500;
}

.tagcloud .tag-cloud-link {
  display: inline-block;
  padding: 2px 8px;
  margin: 0 5px 7px;
  border: 1px solid;
  border-radius: 0;
  background-color: white;
}

.post-meta {
  color: #555;
}

.post-meta .meta-line {
  margin-right: 15px;
}

.post-meta .meta-line i {
  margin-right: 5px;
}

.contact-form-box .form-selector {
  margin-bottom: 20px;
}

.contact-form-box .form-selector input.form-control {
  height: 45px;
  border-radius: 0;
  border-color: #888;
}

.contact-form-box .form-selector textarea.form-control {
  border-radius: 0;
  border-color: #888;
}

.our-location-list {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}

.our-location-list i {
  margin-right: 8px;
  color: var(--primary);
}
/*# sourceMappingURL=style.css.map */