/*
Theme name: nsc theme
Theme URI: https://n24-sa.com
Description: 'nsc website theme'
Tags: nsc-theme
Author: Mohammed Jamal
Author URI: https://n24-sa .com
Version: 1.0
*/

@font-face {
  font-family: "FAC-LIGHT";
  src: url("./assets/fonts/FAC-LIGHT.OTF");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FAC-REGULAR";
  src: url("./assets/fonts/FAC-REGULAR.OTF");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FAC-SEMIBOLD";
  src: url("./assets/fonts/FAC-SEMIBOLD.OTF");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FAC-BOLD";
  src: url("./assets/fonts/FAC-BOLD.OTF");
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

body {
  background-color: #ffffff;
}

.animate__animated.animate__fadeInUp,
.animate__animated.animate__fadeInRight {
  --animate-duration: 1.5s;
}

.categories_title,
.services_page_thumnail,
.services_page_title,
.services_page_content,
.services_top_text {
  visibility: hidden;
}

.slide_animation_container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.animation_slide {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.slide_amimation_time75_delay5 {
  animation: slideAnim 0.75s cubic-bezier(0.85, 0, 0.15, 1) 0.5s 1 normal
    forwards;
}

@keyframes slideAnim {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(110%);
  }
}

.header {
  width: 100%;
  padding: 22px 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  background-color: transparent;
}

.header_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header_fixed {
  background-color: #ffffff;
  position: fixed !important;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 0px !important;
  z-index: 99999;
}

.logo_white {
  width: 150px;
  display: block;
}

.logo {
  display: none;
  width: 150px;
}

.header_fixed .logo {
  display: block !important;
}

.header_fixed .logo_white {
  display: none !important;
}

.top_nav {
  display: block;
}

.top_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: auto;
}

.top_nav ul li {
  text-align: center;
  display: inline-block;
}

.top_nav ul li a {
  text-align: center;
  padding: 5px 12px;
  text-decoration: none;
  transition: 0.5s;
  font-size: 14px;
  color: #ffffff;
  font-family: "FAC-SEMIBOLD";
  cursor: pointer;
  text-transform: uppercase;
}

.top_nav a:hover {
  color: #e0e0e0;
  cursor: pointer;
}

.top_nav .current_page_item {
  border-bottom: 2px solid #ffffff;
}

.header_fixed .top_nav ul li a {
  color: #394f94 !important;
}

.header_fixed .top_nav a:hover {
  color: #085eac !important;
}

.header_fixed .top_nav .current_page_item {
  border-bottom: 2px solid #085eac !important;
}

.responsive_menu {
  width: 100%;
  display: none;
  transition: all 0.5s;
  background-color: #ffffff;
  margin-top: 10px !important;
}

.responsive_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: auto;
}

.responsive_menu ul li {
  text-align: center;
  padding: 5px 0px;
  border-bottom: 1px solid #e0e0e0;
}

.responsive_menu ul li a {
  text-align: center;
  padding: 5px 12px;
  text-decoration: none;
  transition: 0.5s;
  font-size: 14px;
  color: #6b5ea3;
  font-family: "FAC-BOLD";
  cursor: pointer;
  text-transform: uppercase;
}

.responsive_menu a:hover {
  color: #085eac;
  cursor: pointer;
}

.responsive_menu .current_page_item a {
  color: #085eac;
}

.laguage_menu {
}

.laguage_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: auto;
}

.laguage_menu ul li {
  text-align: center;
  display: inline-block;
}

.laguage_menu ul li a {
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  font-size: 14px;
  color: #e0e0e0;
  font-family: "FAC-BOLD";
  cursor: pointer;
  text-transform: uppercase;
}

.header_fixed .laguage_menu ul li a {
  color: #394f94 !important;
}

.menu_right {
  display: flex;
  flex-direction: row;
}

.responsive_menu_btn {
  cursor: pointer;
  color: #ffffff;
  margin-left: 20px;
  margin-right: 0px;
  display: none;
}

.header_fixed .responsive_menu_btn {
  color: #394f94 !important;
}

.responsive_menu_btn i {
  font-size: 24px;
}

.slider_container {
  width: 100%;
  height: 100vh;
  background-color: #394f94;
  position: relative;
}

.slider_image {
  width: 100%;
  height: 100vh;
  position: absolute;
  object-fit: cover;
  z-index: 9;
}

.slider_overlay {
  width: 100%;
  height: 100vh;
  z-index: 99;
  background-color: rgba(57, 79, 148, 0.3);
  position: absolute;
}

.slider_content_container {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: auto;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider_title {
  color: #6b5ea3;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "FAC-SEMIBOLD";
}

.slider_content {
  color: #ffffff;
  font-size: 40x;
  font-family: "FAC-BOLD";
  text-transform: uppercase;
}

/*////////////////////////////////////////////*/
.categories_container {
  padding: 70px 200px;
}

.section_title_container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.categories_main_title {
  font-family: "FAC-BOLD";
  font-size: 40px;
  color: #394f94;
  text-transform: uppercase;
  text-align: center;
}

.single_categories_container {
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

.categories_flex_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.single_categories {
  width: 75px;
  height: 75px;
  background-color: #394f94;
  position: absolute;
  z-index: 1;
  transition: transform 1s;
  border-radius: 20px;
}

.category-light_color,
.category-light_color_ar {
  background-color: #6b5ea3 !important;
}

.single_categories_rotate {
  transform: rotateY(0deg) rotate(45deg);
}

.categories_thumnail {
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
}

.categories_thumnail img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.categories_title {
  text-align: center;
  font-family: "FAC-SEMIBOLD";
  text-transform: uppercase;
  color: #121519;
  font-size: 12px;
  width: 140px;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.home_about_container {
  width: 100%;
  height: auto;
}

.home_about_thumnail img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  border-radius: 10px;
}

.home_about_text_container {
  width: 100%;
  height: auto;
  position: relative;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_about_box {
  border-radius: 10px;
  z-index: 3;
  width: 130%;
  left: -30%;
  right: auto;
  position: absolute;
  padding: 25px;
  font-family: "FAC-REGULAR";
  color: #ffffff;
  font-size: 16px;
  text-align: justify;
  background: #394f94;
  background: -moz-linear-gradient(
    -45deg,
    #394f94 1%,
    #6b5ea3 49%,
    #394f94 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #394f94 1%,
    #6b5ea3 49%,
    #394f94 100%
  );
  background: linear-gradient(135deg, #394f94 1%, #6b5ea3 49%, #394f94 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394f94', endColorstr='#394f94',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  transition: all 0.5s;
}

.home_about_box:hover {
  background-color: #6b5ea3;
}

.gerneral_container {
  background-color: #ffffff;
  margin: 30px 0px;
}

.middle_bannar_container {
  width: 100%;
  height: auto;
}

.middle_bannar {
  width: 100%;
  height: auto;
}

.profile_container {
  width: 100%;
  height: auto;
  margin: 50px 0px;
}

.profile_inner_container {
  width: 100%;
  position: relative;
}

.profile_computer_back,
.profile_mobile_back {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.profile_computer_back {
  display: block;
}

.profile_mobile_back {
  display: none;
}

.download_btn_container {
  position: absolute;
  z-index: 9;
  bottom: 30%;
  right: 25%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin: 0px 20px;
}

.download_text_container {
  margin: 0px 20px;
}

.download_btn_container p {
  color: #ffffff;
  font-family: "FAC-REGULAR";
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.download_btn_container h1 {
  color: #ffffff;
  font-family: "FAC-REGULAR";
  font-size: 27px;
  margin: 0;
  padding: 0;
}

.download_btn {
  background-color: #394f94;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  text-decoration: none !important;
  width: 150px;
  height: 35px;
  padding: 0px 10px;
  transition: all 0.5s;
}

.download_btn:hover {
  background-color: #6b5ea3;
}

.download_btn p {
  color: #ffffff;
  font-size: 12px;
  font-family: "FAC-REGULAR";
  text-decoration: none !important;
  margin: 0;
  padding: 0;
}

.download_btn img {
  height: 20px;
  width: auto;
}

.download_btn i {
  color: #ffffff;
  font-size: 12px;
}

.footer_container {
  width: 100%;
  height: auto;
  background-color: #121519;
  padding: 70px 150px;
}

.footer_about {
  color: #ffffff;
  font-size: 12px;
  font-family: "FAC-REGULAR";
  text-align: justify;
}

.social_media {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}

.social_media i {
  color: #ffffff;
  font-size: 12px;
  margin-right: 15px;
}

.contact_header {
  color: #ffffff;
  font-size: 18px;
  font-family: "FAC-SEMIBOLD";
}

.contact_information {
  margin-top: 20px;
}

.contact_information span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 150%;
}

.contact_information p {
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "FAC-REGULAR";
  margin: 0px 15px;
}

.contact_information i {
  color: #ffffff;
  font-size: 12px;
}

.copy_write {
  color: #ffffff;
  font-size: 12px;
  font-family: "FAC-REGULAR";
}

.footer_container .col_padding {
  padding: 0px 50px;
}
.logoes_container {
  background-color: #e0e0e0;
  width: 100%;
  height: auto;
  padding: 70px 30px;
  margin-bottom: 100px;
  border-radius: 10px;
}

.logoes_container .wpls-logo-showcase {
  padding: 50px 30px 20px 30px !important;
}

.page_header {
  width: 100%;
  height: 250px;
  position: relative;
}

.header_image {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  height: auto;
  position: absolute;
}

.page_header_content {
  position: absolute;
  z-index: 9;
  left: 20%;
  bottom: 20%;
}

.page_header_content h1 {
  text-transform: capitalize;
  font-family: "Poppins-Medium", "DINNextLTArabic-Medium";
  font-size: 30px;
  color: #333333;
}

.page_header_content p {
  text-transform: capitalize;
  color: #333333;
  font-family: "Poppins-Regular", "DINNextLTArabic-Regular";
  font-size: 12px;
  margin: 20px 0px;
}

.story_container {
  width: 100%;
  height: auto;
  padding: 100px 200px;
}

.story_thumnail {
  width: 100%;
  height: auto;
  padding: 0px 30px;
}

.story_thumnail img {
  width: 100%;
  height: auto;
}

.story_text_container {
  position: relative;
}

.dots {
  background-image: url(./assets/images/dots.png);
  background-repeat: repeat;
  width: 700px;
  height: 550px;
  position: absolute;
  z-index: -1;
  top: 50px;
  right: -50px;
}

.story_title {
  font-size: 40px;
  font-family: "Poppins-SemiBold", "DINNextLTArabic-Medium";
  color: #c49e73;
  text-transform: uppercase;
  padding: 70px 0px 30px 0px;
}

.title_line {
  width: 100px;
  height: 3px;
  background-color: #333333;
}

.story_text {
  font-family: "Poppins-Regular", "DINNextLTArabic-Regular";
  color: #666666;
  font-size: 14px;
  text-align: justify;
}

.story_text strong {
  font-family: "Poppins-SemiBold", "DINNextLTArabic-Medium";
}

.images_grid {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0px 10px;
}

.virtical_image img {
  width: 100%;
  object-fit: cover;
  height: 580px;
}

.image_one img {
  width: 100%;
  object-fit: cover;
  height: 280px;
}

.image_two img {
  width: 100%;
  object-fit: cover;
  height: 280px;
}

.image_three img {
  width: 100%;
  height: 280px;
  margin-top: 20px;
  object-fit: cover;
}

.image_four img {
  width: 100%;
  height: 280px;
  margin-top: 20px;
  object-fit: cover;
}

.story_dots_background {
  background-image: url(./assets/images/dots.png);
  background-repeat: repeat;
}

.form_container {
  margin: 20px 0px;
}

.form_container label {
  font-family: "FAC-REGULAR";
  font-size: 14;
}

.form_input,
.form_text {
  font-family: "FAC-REGULAR";
  font-size: 14px;
  color: #333333;
  border: none;
  border: 1px solid #333333;
  width: 100%;
  background-color: transparent;
  padding: 1rem 1rem;
  outline: 0;
  border-radius: 5px;
}
.form_text {
  height: 130px;
}

.form_btn {
  border: 1px solid #6b5ea3;
  transition: all 0.5s;
  text-decoration: none !important;
  color: #ffffff;
  font-size: 12px;
  font-family: "FAC-REGULAR";
  text-transform: uppercase;
  padding: 13px 30px;
  margin-top: 30px;
  background-color: #6b5ea3;
  border-radius: 5px;
}

.form_btn:hover {
  background-color: #085eac;
  border: 1px solid #085eac;
  color: #ffffff;
}

.pages_content {
  padding: 50px 0px;
}

.background_zoomout_effect {
  transform: scale(1.2);
  transition: all 5s;
  /* animation: zoom-out 5s; */
}

.footer_logo {
  width: 150px;
}

.clients_logoes_container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.success_partners_image {
  height: 60px;
  width: auto;
  display: block;
  margin: 30px 20px;
}

.services_top_text {
  text-align: center;
  font-family: "FAC-REGULAR";
  font-size: 16px;
  padding: 40px;
  color: #121519;
}

.services_page_container {
  /* width: 100%; */
  height: auto;
  background: #394f94;
  /* background: -moz-linear-gradient(
    -45deg,
    #394f94 0%,
    #6b5ea3 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #394f94 0%,
    #6b5ea3 100%
  ); 
  background: linear-gradient(
    135deg,
    #394f94 0%,
    #6b5ea3 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394f94', endColorstr='#6b5ea3',GradientType=1 ); */
  border-radius: 15px;
  padding: 30px;
  min-height: 330px;
  margin: 20px 10px;
  transition: all 0.5s;
}

.services_page_container:hover {
  background: #6b5ea3;
}

.services_page_thumnail {
  height: 50px;
  width: auto;
}

.services_page_title {
  font-family: "FAC-SEMIBOLD";
  font-size: 16px;
  padding: 20px 0px;
  text-transform: uppercase;
  color: #ffffff;
}

.services_page_content {
  font-family: "FAC-REGULAR";
  color: #e0e0e0;
  font-size: 14px;
  text-align: justify;
}

.home_about_text_container_reverse {
  width: 100%;
  height: auto;
  position: relative;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_about_box_reverse {
  border-radius: 10px;
  z-index: 3;
  width: 130%;
  right: -30%;
  left: auto;
  position: absolute;
  padding: 25px;
  font-family: "FAC-REGULAR";
  color: #ffffff;
  font-size: 16px;
  text-align: justify;
  background: #394f94;
  background: -moz-linear-gradient(
    -45deg,
    #394f94 1%,
    #6b5ea3 49%,
    #394f94 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #394f94 1%,
    #6b5ea3 49%,
    #394f94 100%
  );
  background: linear-gradient(135deg, #394f94 1%, #6b5ea3 49%, #394f94 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394f94', endColorstr='#394f94',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  transition: all 0.5s;
}

.home_about_thumnail_reverse img {
  border-radius: 10px;
  width: 100%;
  height: 70vh;
  object-fit: cover;
}

.home_about_box h4,
.home_about_box_reverse h4 {
  color: #ffffff;
  font-size: 18px;
  font-family: "FAC-BOLD";
  text-transform: uppercase;
}

/*******tablet*********/
@media only screen and (max-width: 1200px) {
  .responsive_menu_btn {
    display: block;
  }

  .top_nav {
    display: none;
  }

  .home_about_box {
    position: static;
    width: 100%;
    left: 0px;
    right: 0px;
  }

  .home_about_box_reverse {
    position: static;
    width: 100%;
    left: 0px;
    right: 0px;
  }

  .home_about_thumnail img {
    height: auto;
  }

  .home_about_thumnail_reverse img {
    height: auto;
  }

  .home_about_text_container {
    height: auto;
  }

  .home_about_text_container_reverse {
    height: auto;
  }

  .footer_container {
    padding: 70px 20px;
  }

  .footer_container .col_padding {
    padding: 0px 0px;
  }

  .welcom_title {
    margin-top: 30px;
  }

  .welcom_padding {
    padding: 70px 10px;
  }
}

/*******mobile device*********/
@media only screen and (max-width: 500px) {
  .categories_container {
    padding: 70px 0px;
  }

  .profile_computer_back {
    display: none;
  }

  .profile_mobile_back {
    display: block;
  }

  .contact_header {
    margin-top: 40px;
  }

  .footer_logo {
    margin-top: 40px;
  }
}

/******************pre loading style ***************************/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#loader {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto auto;
  top: 0;
  bottom: 0;
  width: 290px;
  height: 127px;
  z-index: 9999;
}

.loader_inner {
  width: 290px;
  height: 127px;
  position: relative;
  overflow: hidden;
}

.loader_inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-280deg);
  width: 160%;
  height: 130%;
  background-image: conic-gradient(
    #ffffff 0deg,
    #ffffff 90deg,
    transparent 130deg,
    transparent 180deg,
    #ffffff 180deg,
    #ffffff 270deg,
    transparent 310deg,
    transparent 310deg
  );
  transition: transform 2s;
  animation: mymove 4s infinite;
}

@keyframes mymove {
  50% {
    transform: translate(-50%, -50%) rotate(-100deg);
  }
}

.loader_image_container {
  width: 286px;
  height: 123px;
  margin: 2px;
  position: absolute;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #394f94;
}

#loader img {
  width: 250px;
  height: auto;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #394f94;
  z-index: 999;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%); /* IE 9 */
  transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.3s 0.3s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%); /* IE 9 */
  transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.3s 0.3s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper {
  visibility: hidden;

  -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%); /* IE 9 */
  transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.3s 0.6s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s 0.6s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

#content {
  width: 100%;
  height: auto;
}
