@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap");
/* Constant styles  */
@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow);
@font-face {
  font-family: sfbo;
  src: url(../fonts/SF-Compact-Display-Bold.otf);
}

@font-face {
  font-family: sfbl;
  src: url(../fonts/SF-Compact-Display-Black.otf);
}

@font-face {
  font-family: sfmed;
  src: url(../fonts/SF-Compact-Display-Medium.otf);
}

@font-face {
  font-family: sfreg;
  src: url(../fonts/SF-Compact-Display-Regular.otf);
}

@font-face {
  font-family: sfsem;
  src: url(../fonts/SF-Compact-Display-Semibold.otf);
}

@font-face {
  font-family: sfheav;
  src: url(../fonts/SF-Compact-Display-Heavy.otf);
}

@font-face {
  font-family: sfthin;
  src: url(../fonts/SF-Compact-Display-Thin.otf);
}

@font-face {
  font-family: tajreg;
  src: url(../fonts/Tajawal-Regular[97403].ttf);
}

@font-face {
  font-family: tajlight;
  src: url(../fonts/Tajawal-Light[97402].ttf);
}

@font-face {
  font-family: tajbold;
  src: url(../fonts/Tajawal-Bold[97401].ttf);
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  font-family: sfreg;
}

body {
  font-family: malya;
  line-height: normal !important;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

a,
button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover,
button:hover {
  background-color: #fff !important;
  color: #45b2ba !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* // Constant Styles */
.btn {
  background-color: #132356;
  color: #fff;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul {
  margin-bottom: 0;
}

.form-control {
  border-radius: 7px;
  background-color: rgba(245, 247, 250, 0.386);
}

.form-control:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.2);
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .form-control {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background-color: rgba(255, 255, 255, 0.2);
  }
}

p {
  font-size: 1.3rem;
}

.btn-color {
  background-image: -webkit-gradient(linear, left top, right top, from(#2a7de1), color-stop(#2ca1d5), to(#2ed9c3));
  background-image: linear-gradient(to right, #2a7de1, #2ca1d5, #2ed9c3);
}

.section_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section_header h1,
.section_header p,
.section_header h5 {
  margin: 0;
}

.section_header h1 {
  font-size: 2.5rem;
  font-family: jannab;
}

.section_header h5 {
  font-size: 1.2rem;
  margin-top: 15px;
}

.section_header span {
  width: 60%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#101820), to(#2a7de1));
  background-image: linear-gradient(to right, #101820, #2a7de1);
  margin-top: 15px;
}

.section_header a {
  color: #132356;
  display: inline-block;
  margin-top: 15px;
}

a.btn-color:hover,
.btn-color:hover {
  opacity: 0.8;
}

ul {
  margin-bottom: 0;
}

ul.custom_ul_style {
  padding: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 21px;
}

ul.custom_ul_style li {
  color: rgba(16, 24, 32, 0.708);
  margin-bottom: 5px;
  width: 50%;
  position: relative;
  padding-left: 15px;
}

ul.custom_ul_style li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(16, 24, 32, 0.708);
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* sidenav */
.sidenav {
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  position: fixed;
  z-index: 99999;
  top: -100vh;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

.sidenav .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.sidenav .sideNav_links {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidenav .links {
  text-align: left;
  position: relative;
  z-index: 99;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.sidenav .links li {
  margin-top: 1.1rem;
  width: 100%;
  text-align: left;
}

.sidenav .links li a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 100%;
  font-size: 2.1rem;
  text-transform: capitalize;
  position: relative;
  padding: 10px 0px;
  padding-top: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.sidenav .links li a i {
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
}

.sidenav .links li a:hover {
  color: #fff;
}

.sidenav .links li a:hover i {
  color: #fff;
}

.sidenav .header .headerwrapper {
  position: relative;
}

.sidenav .header .close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  top: 50px;
  color: #fff;
  cursor: pointer;
}

.sidenav .header .close i {
  margin-right: 20px;
}

.sidenav .header .close a {
  color: #fff;
}

.sidenav .options {
  width: 90%;
  margin: 0 auto;
}

.sidenav .options .lang {
  text-align: left;
  margin-bottom: 10px;
}

.sidenav .options .lang a {
  font-size: 2.1rem;
  color: #000;
  font-family: 'Tajawal', sans-serif;
}

.sidenav .options .contrast_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidenav .options .contrast_parent i {
  color: #000;
  font-size: 2.5rem;
}

.sidenav .options .contrast_parent .fa-universal-access {
  font-size: 2.5rem !important;
}

.sidenav .options .ul_option .contrast_icon {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: sfreg;
}

.sidenav .options .ul_option .contrast_icon span {
  font-size: 1.2rem;
}

.sidenav .options .ul_option li {
  margin-bottom: 20px;
  margin-top: 20px;
}

.sidenav .submen_parent {
  cursor: pointer;
}

.sidenav .submen_parent > a {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidenav .submen_parent > a i {
  font-size: 1.2rem !important;
  -webkit-transition: all .3s ease-in-out !important;
  transition: all .3s ease-in-out !important;
}

.sidenav .submen_parent > a:hover {
  color: #000 !important;
  background-color: transparent !important;
}

.sidenav .submen_parent > a:hover i {
  color: #000 !important;
}

.sidenav .submen_parent > .submenu {
  display: none;
}

.sidenav .links li a:hover {
  color: #000 !important;
}

.sidenav .activeMen {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

/* mynavbar */
.mynavbar {
  padding: 7px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999999;
  background-color: #fff;
}

.mynavbar .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mynavbar .wrapper .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mynavbar .wrapper .links ul {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mynavbar .wrapper .links ul li {
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}

.mynavbar .wrapper .links ul li::before {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #a3a39f;
  height: 100%;
}

.mynavbar .wrapper .links ul li a {
  color: #000;
  font-size: 0.9rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.mynavbar .wrapper .links ul li:first-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mynavbar .wrapper .links ul li:first-child a img {
  margin-left: 3px;
}

.mynavbar .wrapper .links ul li:last-child img {
  width: 80px;
}

.mynavbar .wrapper .links ul li:last-child::before {
  content: "";
  width: 0;
  display: none;
}

.mynavbar .wrapper .links ul li.language_change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mynavbar .wrapper .links ul li.language_change a {
  font-family: 'Tajawal', sans-serif;
}

.mynavbar .wrapper .links ul li.language_change a span {
  margin-top: 5px;
}

.mynavbar .wrapper .links ul li.language_change::before {
  content: "";
  display: none;
}

.mynavbar .wrapper .links ul li.cont_icon_parent .contrast_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mynavbar .wrapper .links ul li.cont_icon_parent i {
  font-size: 1.7rem;
}

.mynavbar .wrapper .links ul li.cont_icon_parent span {
  font-family: sfreg;
}

.mynavbar .wrapper .links ul li.cont_icon_parent ul li {
  padding-left: 0;
}

.mynavbar .wrapper .links ul li.cont_icon_parent ul li::after {
  content: "";
}

.mynavbar .wrapper .links ul li.active > a {
  color: #45b2ba;
}

.mynavbar .wrapper .logo img {
  width: 250px;
}

.mynavbar .menu {
  position: absolute;
  top: 60%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 30px;
  cursor: pointer;
  z-index: 999999999999;
  display: none;
  /* Icon 1 */
}

.mynavbar .menu .nav-icon1,
.mynavbar .menu .nav-icon2,
.mynavbar .menu .nav-icon3,
.mynavbar .menu .nav-icon4 {
  width: 2.8rem;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.mynavbar .menu .nav-icon1 span,
.mynavbar .menu .nav-icon2 span,
.mynavbar .menu .nav-icon3 span,
.mynavbar .menu .nav-icon4 span {
  display: block;
  position: absolute;
  height: .1rem;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.45s ease-in-out;
  transition: 0.45s ease-in-out;
}

.mynavbar .menu .nav-icon1 span:nth-child(1),
.mynavbar .menu .nav-icon2 span:nth-child(1) {
  top: 0px;
}

.mynavbar .menu .nav-icon1 span:nth-child(2),
.mynavbar .menu .nav-icon2 span:nth-child(2) {
  top: 12.5px;
  width: 1.8rem;
  right: 0;
}

.mynavbar .menu .nav-icon1 span:nth-child(3),
.mynavbar .menu .nav-icon2 span:nth-child(3) {
  top: 25px;
}

.mynavbar .menu .nav-icon1.open span:nth-child(2),
.mynavbar .menu .nav-icon2.open span:nth-child(2) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 100%;
}

.mynavbar .menu .nav-icon1.open span:nth-child(1),
.mynavbar .menu .nav-icon2.open span:nth-child(1) {
  opacity: 0;
  left: -60px;
}

.mynavbar .menu .nav-icon1.open span:nth-child(3),
.mynavbar .menu .nav-icon2.open span:nth-child(3) {
  top: 12.5px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mynavbar .menu2 {
  display: block !important;
}

.font_icon .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 150px;
}

.font_icon .wrapper span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #132356;
  color: #132356;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #DDD;
  border: 1px solid #DDD;
  border-radius: 50%;
}

.font_icon .wrapper span i {
  font-size: 1.2rem !important;
}

.font_icon .wrapper span i::after {
  line-height: none;
}

.font_icon .wrapper span .fa-minus {
  font-size: .8rem !important;
  margin-top: 2px;
}

.font_icon .wrapper span .fa-plus {
  margin-top: -3px;
}

.openMenuActive {
  height: 100%;
  overflow: hidden;
}

.openBurgerMenu {
  visibility: visible !important;
  opacity: 1 !important;
  top: 0;
}

.burgerMenubodybg {
  display: block !important;
}

.header_parent {
  min-height: 100vh;
  height: auto;
}

.header_parent .header_links {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9;
  height: calc(100vh - 71px);
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header_parent .header_links a {
  height: 100%;
  background-color: #132356;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_parent .header_links a span {
  display: block;
  text-align: center;
  color: #fff;
  font-family: sfmed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 2px;
  padding: 10px 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 1.3rem;
  text-transform: uppercase;
}

.header_parent .header_links a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.header_parent .header_links a:first-child {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header_parent .header_links a:first-child::after {
  display: none;
}

.header_parent .header_links a:nth-child(2) {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header_parent .header_links a:last-child {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header_parent .header_links a.active {
  background-color: #45b2ba;
}

.header_parent .header_links a.active span:hover {
  color: #fff !important;
}

.header_parent .header_links a:hover {
  background-color: #45b2ba !important;
}

.header_parent .header_links:hover {
  left: 0;
}

.header_parent .page_links {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9;
  height: calc(100vh - 77px);
  bottom: 0;
  left: 0px;
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
  padding-top: 50px;
}

.header_parent .page_links li {
  margin-bottom: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header_parent .page_links li a {
  font-family: sfbo;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.header_parent .page_links li a i {
  color: #45b2ba;
  font-size: 1.4rem;
  margin-right: 10px;
}

.header_parent .page_links li a span {
  color: #A09C9C;
  width: 90%;
  display: inline-block;
}

.header_parent .touch_icon {
  position: fixed;
  top: 0;
  left: 0;
  height: 38px;
  z-index: 999999;
  background-color: #132356;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  width: 50px;
  text-align: center;
}

.header_parent .touch_icon img {
  width: 20px;
}

.header_parent .touch_icon i {
  color: #fff;
  font-size: 1.5rem;
}

.header_parent .touch_icon .menu {
  position: absolute;
  top: 65%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  cursor: pointer;
  z-index: 999999999999;
  display: none;
  /* Icon 1 */
}

.header_parent .touch_icon .menu .nav-icon1,
.header_parent .touch_icon .menu .nav-icon2,
.header_parent .touch_icon .menu .nav-icon3,
.header_parent .touch_icon .menu .nav-icon4 {
  width: 1.7rem;
  height: 31px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  cursor: pointer;
}

.header_parent .touch_icon .menu .nav-icon1 span,
.header_parent .touch_icon .menu .nav-icon2 span,
.header_parent .touch_icon .menu .nav-icon3 span,
.header_parent .touch_icon .menu .nav-icon4 span {
  display: block;
  position: absolute;
  height: .06rem;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

.header_parent .touch_icon .menu .nav-icon1 span:nth-child(1),
.header_parent .touch_icon .menu .nav-icon2 span:nth-child(1) {
  top: 0px;
}

.header_parent .touch_icon .menu .nav-icon1 span:nth-child(2),
.header_parent .touch_icon .menu .nav-icon2 span:nth-child(2) {
  top: 7px;
  width: 1.2rem;
  right: 0;
}

.header_parent .touch_icon .menu .nav-icon1 span:nth-child(3),
.header_parent .touch_icon .menu .nav-icon2 span:nth-child(3) {
  top: 14px;
}

.header_parent .touch_icon .menu .nav-icon1.open span:nth-child(2),
.header_parent .touch_icon .menu .nav-icon2.open span:nth-child(2) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 100%;
}

.header_parent .touch_icon .menu .nav-icon1.open span:nth-child(1),
.header_parent .touch_icon .menu .nav-icon2.open span:nth-child(1) {
  opacity: 0;
  left: -60px;
}

.header_parent .touch_icon .menu .nav-icon1.open span:nth-child(3),
.header_parent .touch_icon .menu .nav-icon2.open span:nth-child(3) {
  top: 12.5px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header_parent .touch_icon .menu2 {
  display: block !important;
}

.header_parent .hide {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: none;
}

.header_parent .plus_icon {
  position: fixed;
  top: 20px;
  left: 0;
  z-index: 999999999;
  background-color: #132356;
  text-align: center;
  cursor: pointer;
  line-height: normal !important;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  text-align: center;
  padding-bottom: 5px;
}

.header_parent .plus_icon i {
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: normal !important;
}

.header_parent .plus_icon .hidet {
  display: none;
  visibility: hidden;
  opacity: 0;
  font-size: 1.5rem;
}

.header_parent .plus_icon .fa-minus {
  font-size: .9rem;
  margin-top: 5px;
}

.active_page_menue {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.active_page_menue .plus_icon .showt {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.active_page_menue .plus_icon .hidet {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.active_side_menue .touch_icon .hide {
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
  display: block;
}

.active_side_menue .touch_icon .show {
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  display: none;
}

.active_side_menue .header_links {
  left: 0 !important;
}

/* header */
.header_slider .slick-slider {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.header_slider .slick-arrow {
  z-index: 9;
  top: 60%;
}

.header_slider .slick-arrow::before {
  z-index: 9;
  opacity: 1;
}

.header_slider .slick-prev {
  left: 70px;
}

.header_slider .slick-prev:before {
  content: url("../images/prev.svg");
  width: 50px;
}

.header_slider .slick-prev:hover {
  background-color: transparent !important;
  color: #45b2ba !important;
}

.header_slider .slick-next {
  right: 70px;
}

.header_slider .slick-next:before {
  content: url("../images/next.svg");
  width: 50px;
}

.header_slider .slick-next:hover {
  background-color: transparent !important;
  color: #45b2ba !important;
}

h1,
h5 {
  font-size: 4rem;
}

p {
  font-size: 1.3rem;
}

a.readmore {
  background-color: #45b2ba;
  padding: 8px 15px;
  color: #fff;
  letter-spacing: 5px;
  font-size: 0.9rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 30px;
  font-family: sfreg;
  text-transform: uppercase;
}

.inSection {
  background: #132356 !important;
  padding: 5px !important;
  width: 50px;
  padding-bottom: 15px;
  left: 0;
  top: 75px;
  text-align: center;
}

.header {
  min-height: 100vh;
  height: auto;
  overflow: hidden;
  position: relative;
}

.header.first_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header_img {
  min-height: 100vh;
}

.header .half_shadow {
  min-height: 100vh;
  height: auto;
  position: relative;
}

.header .half_shadow .strip_color {
  min-height: 100vh;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(to right, #fff, #fff);
  background-color: #fff;
  position: absolute;
  right: -57px;
  bottom: -40px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  width: 100%;
  -webkit-filter: blur(21px);
          filter: blur(21px);
}

.header .half_shadow .img img {
  height: 100vh;
  margin-left: 100px;
  z-index: 999999999;
  position: relative;
}

.header .header_content {
  padding: 120px 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .header_content h1 {
  color: #132356;
  font-family: sfmed;
  letter-spacing: 4px;
  text-transform: capitalize;
}

.header .header_content p {
  font-family: sfthin;
  line-height: 30px;
  color: #132356;
  margin-top: 15px;
  text-align: justify;
}

.header .header_content p span {
  color: #45b2ba;
}

.header .header_content.first_slider {
  position: relative;
}

.header .why_we_do {
  padding: 70px 0;
  padding-top: 120px;
}

.header .why_we_do .content {
  width: 50%;
}

.header .what_we_do {
  padding: 70px 0;
  overflow: hidden;
}

.header .what_we_do .img_parent {
  height: 800px;
}

.header .contact_us {
  padding-top: 160px;
}

.slider-item {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

.strip {
  padding-top: 80px;
}

.strip ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.strip ul li {
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
}

.strip ul li a {
  font-size: 0.8rem;
  color: #060a32;
  font-family: sfreg;
}

.strip ul li a:hover {
  background-color: transparent !important;
  color: #45b2ba !important;
}

.strip ul li::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #a3a39f;
  height: 100%;
}

.strip ul li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.strip ul li:last-child::before {
  display: none;
}

.strip p,
.strip .follow {
  font-size: 0.8rem !important;
  margin: 0 !important;
  color: #060a32;
  display: block;
  margin-left: 5px !important;
  font-family: sfreg;
}

.strip .follow span {
  margin-right: 15px;
}

.strip .follow i {
  margin-right: 3px;
  color: #060a32;
}

.strip .follow a:hover {
  background-color: transparent !important;
  color: #45b2ba !important;
}

/* what_we_do */
.what_we_do {
  background-color: #f0f0f0;
  padding: 70px 0;
  min-height: calc(100vh - 76px);
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.what_we_do .img_parent {
  width: 100%;
  height: 550px;
  position: relative;
}

.what_we_do .img_parent .img_top {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.what_we_do .img_parent .img_top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.what_we_do .section_text {
  margin-top: 100px;
}

.what_we_do .section_text h5 {
  color: #45b2ba;
  font-family: sfmed;
  font-size: 4rem;
}

.what_we_do .section_text p {
  font-family: sfthin;
  line-height: 30px;
  text-align: justify;
}

.what_we_do .section_text a {
  margin-left: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 15px;
  background-color: #45b2ba;
  letter-spacing: 3px;
  color: #fff;
  font-family: sfreg;
  margin-top: 40px;
}

/* why_we_do */
.why_we_do {
  padding-top: 50px;
  min-height: calc(100vh - 76px);
  padding-bottom: 50px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.why_we_do .content h5 {
  color: #000;
  font-family: sfmed;
  font-size: 4rem;
  text-transform: capitalize;
}

.why_we_do .content p.text {
  font-family: sfthin;
  line-height: 30px;
  font-size: 1.2rem;
  text-align: justify;
}

.why_we_do .content a.readmore {
  margin-left: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 15px;
  background-color: #45b2ba;
  letter-spacing: 3px;
  color: #fff;
  font-family: sfreg;
  margin-top: 40px;
}

.contact_us,
.contact_us_page {
  background-color: #132356;
  padding-top: 100px;
  min-height: calc(100vh - 76px);
  padding-bottom: 50px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_us h6,
.contact_us_page h6 {
  color: #fff;
  font-family: sfreg;
  letter-spacing: 4px;
  margin-bottom: 15px;
  font-size: 4rem;
}

.contact_us .form-control,
.contact_us_page .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  height: 60px;
  border-radius: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: sfsem;
  color: #000;
}

.contact_us .form-control::-webkit-input-placeholder,
.contact_us_page .form-control::-webkit-input-placeholder {
  color: #000;
  letter-spacing: 2px;
}

.contact_us .form-control:-ms-input-placeholder,
.contact_us_page .form-control:-ms-input-placeholder {
  color: #000;
  letter-spacing: 2px;
}

.contact_us .form-control::-ms-input-placeholder,
.contact_us_page .form-control::-ms-input-placeholder {
  color: #000;
  letter-spacing: 2px;
}

.contact_us .form-control::placeholder,
.contact_us_page .form-control::placeholder {
  color: #000;
  letter-spacing: 2px;
}

.contact_us textarea,
.contact_us_page textarea {
  height: 100px !important;
  padding-top: 10px;
  margin-bottom: 0 !important;
  resize: none;
}

.contact_us .send,
.contact_us_page .send {
  text-align: right;
}

.contact_us .send button,
.contact_us_page .send button {
  padding: 10px 40px;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  letter-spacing: 6px;
  font-family: sfbo;
  text-transform: uppercase;
}

.contact_us .info,
.contact_us_page .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact_us .info ul,
.contact_us_page .info ul {
  margin-top: 10px;
}

.contact_us .info ul li,
.contact_us_page .info ul li {
  color: #fff;
  font-family: sfthin;
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin-top: 5px;
}

.contact_us .info .qr_code img,
.contact_us_page .info .qr_code img {
  width: 150px;
}

.contact_us .info .follo,
.contact_us_page .info .follo {
  margin-top: 30px;
}

.contact_us .info .follo span,
.contact_us_page .info .follo span {
  font-size: 1.3rem;
  color: #fff;
  font-family: sfreg;
  margin-right: 15px;
}

.contact_us .info .follo i,
.contact_us_page .info .follo i {
  font-size: 1.2rem;
  color: #fff;
  margin-right: 3px;
}

.contact_us .info .follo a:hover,
.contact_us_page .info .follo a:hover {
  background-color: unset !important;
}

.contact_us .strip a,
.contact_us .strip i,
.contact_us .strip span,
.contact_us_page .strip a,
.contact_us_page .strip i,
.contact_us_page .strip span {
  color: #fff !important;
}

.contact_us .strip ul li a,
.contact_us .strip ul li i,
.contact_us .strip ul li p,
.contact_us_page .strip ul li a,
.contact_us_page .strip ul li i,
.contact_us_page .strip ul li p {
  color: #fff !important;
  font-family: sfthin !important;
}

.contact_us .strip p,
.contact_us_page .strip p {
  color: #707070;
}

.contact_us .nice-select,
.contact_us_page .nice-select {
  width: 100%;
  float: none;
  z-index: 999;
  line-height: 50px;
  font-size: 1rem;
  letter-spacing: 2px;
}

.contact_us .nice-select .list,
.contact_us_page .nice-select .list {
  width: 100%;
  border-radius: 0;
}

.new_contact_us {
  min-height: auto;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.new_contact_us .info ul {
  margin-top: 0 !important;
}

.new_contact_us .strip {
  padding-top: 0;
}

.new_contact_us .strip ul {
  position: relative;
  z-index: 99;
}

.new_contact_us .strip p {
  font-size: 1.1rem !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.new_contact_us .strip span,
.new_contact_us .strip i {
  font-size: 1.1rem;
}

.new_contact_us .strip ul li a {
  font-size: 1.1rem;
}

/* contact_us */
.contact_us_page {
  margin-top: 76px;
}

.audiet_service .header .header_content h1 {
  font-family: sfmed;
  color: #000;
  letter-spacing: 0;
}

.audiet_service .header .header_content p {
  color: #A09C9C;
  text-align: justify;
}

.autorizeed_aut {
  background-color: #F0F0F0;
  padding: 98px 0;
  min-height: calc(100vh - 76px);
  height: auto;
}

.autorizeed_aut .wrapper h1 {
  color: #45b2ba;
  font-family: sfmed;
  font-size: 4rem;
  margin-bottom: 30px;
}

.autorizeed_aut .wrapper .content p {
  color: #A09C9C;
  font-family: sfthin;
  line-height: 30px;
  text-align: justify;
}

.autorizeed_aut .wrapper .content2 {
  color: #6F7070;
}

.autorizeed_aut .wrapper .content2 h5 {
  font-family: sfbo;
  font-size: 1.7rem;
  width: 60%;
  margin-bottom: 20px;
}

.autorizeed_aut .wrapper .content2 ul li {
  color: #A09C9C;
  font-family: sfthin;
  margin-bottom: 10px;
}

.industry_works {
  padding: 98px 0;
  min-height: calc(100vh - 76px);
  height: auto;
}

.industry_works h1 {
  color: #45b2ba;
  font-family: sfheav;
  margin-bottom: 30px;
}

.industry_works .content {
  width: 70%;
}

.industry_works .content p {
  color: #A09C9C;
  font-family: sfthin;
  line-height: 30px;
  text-align: justify;
}

.industry_works .content .strip {
  margin-top: 250px;
}

.industry_works .card_wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.industry_works .card_wrapper .card_icon {
  width: 50%;
  margin-bottom: 60px;
}

.industry_works .card_wrapper .card_icon p {
  margin-bottom: 0;
  color: #45b2ba;
  font-family: sfthin;
  width: 30%;
  margin-left: 15px;
  margin-bottom: 0;
}

.violation_how_to_use {
  background-color: #F0F0F0;
  padding: 130px 0;
  height: auto;
  min-height: calc(100vh - 76px);
}

.violation_how_to_use .wrapper h3 {
  font-size: 1rem;
  letter-spacing: 5px;
  text-transform: capitalize;
  font-family: sfbo;
}

.violation_how_to_use .wrapper h1 {
  color: #45b2ba;
  font-family: sfmed;
  text-transform: capitalize;
}

.violation_how_to_use .wrapper p {
  color: #6F7070;
  font-family: sfthin;
  line-height: 30px;
  text-align: justify;
}

.violation_how_to_use .wrapper .wageb_img {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.violation_how_to_use .wrapper .wageb_img img {
  width: 250px;
  margin-bottom: 15px;
}

.violation_how_to_use .wrapper .wageb_img a {
  font-family: sfbo;
  letter-spacing: 2px;
  color: #45b2ba;
  font-size: 3rem;
  text-transform: capitalize;
}

.violation_how_to_use .wrapper .wageb_img a:hover {
  background-color: transparent !important;
}

.violation_how_to_use .wrapper .wageb_img h6 {
  text-align: left;
  font-family: sfreg;
  font-size: 1.5rem;
  color: #707070;
}

.violation_how_to_use .wrapper .wageb_img h6 span {
  font-family: sfbo;
  color: #000;
}

.timeline_section {
  background-color: #F0F0F0;
  height: auto;
  min-height: calc(100vh - 76px);
}

.timeline_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.timeline_section h1 {
  color: #45b2ba;
  font-family: sfmed;
  margin-bottom: 30px;
}

.timeline_section p {
  color: #A09C9C;
  line-height: 30px;
  font-family: sfthin;
  text-align: justify;
}

.timeline_section .content {
  width: 70%;
}

.timeline_section .timeline_slider .lineBall {
  position: relative;
}

.timeline_section .timeline_slider .lineBall .line {
  width: 3px;
  height: 30vh;
  background-color: #9D9FA2;
  display: inline-block;
}

.timeline_section .timeline_slider .lineBall .ball {
  width: 22px;
  height: 22px;
  background-color: #45b2ba;
  display: inline-block;
  border-radius: 50%;
  top: 0;
  position: absolute;
  left: -9px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.timeline_section .timeline_slider .years_slider {
  text-align: center;
}

.timeline_section .timeline_slider .years_slider .slider-item {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'Tajawal', sans-serif;
  font-size: 1.2rem;
  cursor: pointer;
}

.timeline_section .timeline_slider .years_slider .slick-arrow::before {
  color: #EE3E43;
  font-size: 1.5rem;
}

.timeline_section .timeline_slider .years_slider .slick-arrow:hover {
  background-color: transparent !important;
}

.timeline_section .timeline_slider .years_slider .slick-prev {
  left: 0;
  top: unset;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  width: 100%;
}

.timeline_section .timeline_slider .years_slider .slick-prev::before {
  content: url("../images/arrow_slider.svg");
}

.timeline_section .timeline_slider .years_slider .slick-next {
  right: 0;
  top: unset;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(180deg);
          transform: translate(-50%, 0) rotate(180deg);
  display: block;
  width: 100%;
}

.timeline_section .timeline_slider .years_slider .slick-next::before {
  content: url("../images/arrow_slider.svg");
}

.timeline_section .timeline_slider .years_slider .slick-current {
  font-weight: bold;
  color: #132356;
}

.years_description .slick-next {
  right: 0;
}

.years_description .slider-item .content_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 250px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 80%;
}

.mission_visison {
  background-color: #060a32;
  overflow: hidden;
  margin-left: auto;
}

.vs_card {
  width: 100%;
  padding: 90px;
}

.vs_card.first_vs_card {
  background-color: #132356;
}

.vs_card.second_vs_card {
  background-color: #F0F0F0;
}

.vs_card.second_vs_card h1,
.vs_card.second_vs_card span {
  color: #879CAA;
}

.vs_card.second_vs_card p {
  color: #879CAA;
}

.vs_card.last_vs_card {
  background-color: #45B2BA;
}

.vs_card h1 {
  color: #fff;
  font-family: sfmed;
}

.vs_card span {
  color: #fff;
  font-family: sfbo;
  font-size: 1.3rem;
  line-height: 30px;
  letter-spacing: 1px;
  display: inline-block;
}

.vs_card p {
  color: #fff;
  font-family: sfthin;
  line-height: 30px;
  width: 70%;
}

.objectivesandstr {
  padding: 108px 0;
  min-height: calc(100vh - 76px);
  height: auto;
}

.objectivesandstr h1 {
  color: #45b2ba;
  font-family: sfmed;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.objectivesandstr p {
  color: #A09C9C;
  line-height: 30px;
  font-family: sfthin;
  text-align: justify;
}

.objectivesandstr h5 {
  font-size: 1.5rem;
  font-family: sfbo;
  color: #A09C9C;
  text-transform: capitalize;
}

.subject_entites {
  min-height: calc(100vh - 76px);
  height: auto;
  background-color: #F0F0F0;
}

.subject_entites .content {
  width: 70%;
}

.subject_entites h1 {
  color: #45b2ba;
  font-family: sfmed;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.subject_entites p {
  color: #A09C9C;
  line-height: 30px;
  font-family: sfthin;
  text-align: justify;
}

.publiation_page {
  background-color: #FCF9F9;
  padding: 100px 0;
  min-height: calc(100vh - 76px);
  margin-top: 76px;
}

.publiation_page .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

.publiation_page .filter .filter_card .filter_card_box {
  font-family: 'Tajawal', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E5E5E5;
  border-radius: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 20px;
  margin: 30px;
  letter-spacing: 2px;
  position: relative;
  cursor: pointer;
}

.publiation_page .filter .filter_card .filter_card_box span {
  margin-right: 15px;
  font-size: 1.4rem;
  color: #747577;
}

.publiation_page .filter .filter_card .filter_card_box img {
  width: 15px;
}

.publiation_page .filter .filter_card .filter_card_box .filter_list {
  position: absolute;
  top: 100%;
  background-color: #fff;
  width: 100%;
  padding: 20px;
  border-radius: 14px;
  display: none;
  z-index: 99;
}

.publiation_page .filter .filter_card .filter_card_box .filter_list li {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.publiation_page .filter .filter_card .filter_card_box .filter_list li a {
  color: #000;
}

.book_card {
  margin-bottom: 120px;
  min-height: 450px;
  position: relative;
}

.book_card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 2px;
  background-color: #45b2ba;
  height: 100%;
}

.book_card .name_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.book_card .name_option .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.book_card .name_option .option li {
  margin-right: 15px;
}

.book_card .name_option .option li a {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.book_card .name_option .option li a i {
  color: #9D9FA2;
  font-size: 1.5rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.book_card .name_option .option li a:hover i {
  color: #45b2ba;
}

.book_card .name_option p {
  font-family: sfbo;
  color: #9D9FA2;
  margin-bottom: 0;
}

.book_card .card_img {
  text-align: center;
}

.book_card .card_info {
  text-align: center;
}

.book_card .card_info h1,
.book_card .card_info span {
  font-weight: bold;
  font-family: 'Tajawal', sans-serif;
  font-size: 1.7rem;
}

.book_card .card_info h1 {
  color: #9D9FA2;
}

.book_card .card_info span {
  color: #132356;
}

.our_peo_cultu {
  background-color: #F0F0F0;
  min-height: calc(100vh - 76px);
  height: auto;
  padding: 40px 0;
}

.our_peo_cultu .content {
  width: 90%;
}

.our_peo_cultu .content h1 {
  color: #45b2ba;
  font-family: sfmed;
}

.our_peo_cultu .content p {
  color: #A09C9C;
  font-family: sfthin;
  line-height: 30px;
  text-align: justify;
  margin-top: 20px;
}

.our_peo_cultu .content-img {
  position: relative;
  width: 90%;
  height: 550px;
}

.our_peo_cultu .content-img .img_parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.our_peo_cultu .content-img .img_parent img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vacancies {
  min-height: calc(100vh - 76px);
  padding: 30px 0;
}

.vacancies h1 {
  color: #45b2ba;
  font-family: sfmed;
  margin-bottom: 50px;
}

.vacancies p {
  font-family: sfthin;
  color: #A09C9C;
  line-height: 30px;
}

.be_part .content {
  width: 80%;
}

@media (max-width: 1441px) {
  html {
    font-size: 13px;
  }
  .mynavbar .links li {
    padding-right: 13px !important;
    padding-left: 13px !important;
  }
  .mynavbar .links li:last-child img {
    width: 60px !important;
  }
  .mynavbar .logo img {
    width: 230px !important;
  }
}

.contact_us {
  overflow: hidden;
}

@media (max-width: 1440px) {
  .timeline_section .timeline_slider .lineBall .line {
    height: 50vh;
  }
  .what_we_do {
    min-height: calc(100vh - 72px);
  }
  .violation_how_to_use .wrapper h1,
  .violation_how_to_use .wrapper p {
    width: 100%;
  }
  .header_parent .touch_icon {
    height: 35px;
  }
}

@media (max-width: 1280px) {
  .header .half_shadow .strip_color {
    -webkit-filter: blur(16px);
            filter: blur(16px);
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 12px;
  }
  .mynavbar .wrapper .logo img {
    width: 200px !important;
  }
  .mynavbar .wrapper .links ul li:last-child img {
    width: 60px;
  }
  .header_slider .slick-prev {
    left: 50px;
  }
  .header_slider .slick-next {
    right: 50px;
  }
  .header_parent .header_links {
    min-height: calc(100vh - 63px);
  }
  .mynavbar .wrapper .links ul li a {
    font-size: 0.8rem;
  }
  .mynavbar .wrapper .links ul li {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .contact_us .form-control {
    height: 50px;
  }
  .header .half_shadow .strip_color {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  .autorizeed_aut .wrapper .content2 h5 {
    width: 100%;
  }
  .vs_card p {
    width: 80%;
  }
  .our_peo_cultu .content p,
  .vacancies p {
    line-height: 30px;
  }
}

@media (max-width: 991px) {
  .mynavbar .wrapper .links {
    display: none;
  }
  .mynavbar .menu {
    display: block;
  }
  .header .header_content {
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .header .header_content a.readmore {
    margin: 0 auto;
  }
  .strip ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_parent .touch_icon {
    top: 64px;
  }
  .why_we_do .content {
    width: 100%;
  }
  .why_we_do .strip ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contact_us .strip ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header_parent .header_links {
    height: calc(100vh - (56px + 51px));
  }
  .mynavbar .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .font_icon .wrapper {
    width: auto;
  }
  .font_icon .wrapper .middle_text {
    background-color: transparent;
    width: auto;
    height: auto;
    border: 0;
    font-family: sfreg;
    font-size: 1.2rem;
  }
}

.font_icon .wrapper .middle_text {
  background-color: transparent;
  width: auto;
  height: auto;
  border: 0;
  font-family: sfreg;
}

@media (max-width: 524px) {
  .header_parent .page_links {
    height: calc(100vh - 64px);
  }
  .header_slider .slick-arrow {
    top: 90%;
  }
  .header_slider .slick-next {
    right: 10px;
  }
  .header_slider .slick-prev {
    left: 10px;
  }
  .header .why_we_do .content {
    width: 100%;
  }
  .contact_us .send {
    margin-top: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact_us .info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact_us .info .qr_code,
  .contact_us .info ul {
    margin-top: 30px;
  }
  .filter_card_box {
    margin: 20px !important;
  }
  .filter_card_box .filter_box_conten {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .filter_card_box .filter_box_conten span {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .media_center_page .wrapper ul {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    overflow: auto;
  }
  .media_center_page .wrapper ul li {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* Shared styles  */
.header, .header .header_img, .why_we_do {
  background-position: center;
  background-size: cover;
}

.timeline_section .timeline_slider .years_slider .slick-arrow::before, .mynavbar .submenue li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.header_slider .header::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.swiper_wrapper_slider .monitor .swiper-slide span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* New pages style */
.spalch_parent {
  width: 100vw;
  height: 100vh;
  background-color: #132356;
  z-index: 9999999999;
  position: fixed;
  top: 0;
}

.spalch_parent .cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 0;
}

.spalch_parent .cube-folding span {
  position: relative;
  width: 25px;
  height: 25px;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  display: inline-block;
}

.spalch_parent .cube-folding span::before {
  content: "";
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-animation: folding 2.5s infinite linear both;
  animation: folding 2.5s infinite linear both;
}

.spalch_parent .cube-folding .leaf2 {
  -webkit-transform: rotateZ(90deg) scale(1.1);
  transform: rotateZ(90deg) scale(1.1);
}

.spalch_parent .cube-folding .leaf2::before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: #f2f2f2;
}

.spalch_parent .cube-folding .leaf3 {
  -webkit-transform: rotateZ(270deg) scale(1.1);
  transform: rotateZ(270deg) scale(1.1);
}

.spalch_parent .cube-folding .leaf3::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  background-color: #f2f2f2;
}

.spalch_parent .cube-folding .leaf4 {
  -webkit-transform: rotateZ(180deg) scale(1.1);
  transform: rotateZ(180deg) scale(1.1);
}

.spalch_parent .cube-folding .leaf4::before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-color: #e6e6e6;
}

@-webkit-keyframes folding {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}

@keyframes folding {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}

.spalch_parent .cube-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
}

.spalch_parent .cube-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 90px;
  height: 6px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  border-radius: 100%;
  -webkit-animation: shadow 0.5s ease infinite alternate;
  animation: shadow 0.5s ease infinite alternate;
}

.spalch_parent .cube-wrapper .loading {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
  color: white;
  position: relative;
  top: 25px;
  z-index: 2;
  font-family: sfbo;
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-animation: text 0.5s ease infinite alternate;
  animation: text 0.5s ease infinite alternate;
}

@-webkit-keyframes text {
  100% {
    top: 35px;
  }
}

@keyframes text {
  100% {
    top: 35px;
  }
}

@-webkit-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}

@keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}

.spalch_parent html,
.spalch_parent body {
  min-height: 100%;
}

.spalch_parent body {
  background: #00c6ff;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, right top, left top, from(#00c6ff), to(#0072ff));
  background: linear-gradient(to left, #00c6ff, #0072ff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-family: arial;
}

.spalch_parent h1 {
  font-size: 26px;
  display: block;
  text-align: center;
  color: #fff;
  padding: 50px 20px;
  font-weight: 300;
  font-family: "Archivo Narrow", sans-serif;
}

.splashdisplayNone {
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: -1 !important;
}

/* media_center_page */
.media_center_page {
  min-height: calc(100vh - 77px);
  height: auto;
  background-color: #E4E4E4;
  padding: 140px 0;
  margin-top: 76px;
  overflow: hidden;
}

.media_center_page .wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.media_center_page .wrapper ul li {
  padding-right: 70px;
  padding-left: 70px;
  border-right: 1px solid #45b2ba;
  position: relative;
  padding-bottom: 55px;
}

.media_center_page .wrapper ul li:last-child {
  border-right: 0;
}

.media_center_page .wrapper ul li a {
  width: 70px;
  display: block;
}

.media_center_page .wrapper ul li a:hover {
  background-color: unset !important;
}

.media_center_page .wrapper ul li a img {
  width: 70px;
}

.media_center_page .wrapper ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 50px;
  height: 4px;
  border-radius: 30px;
  background-color: #C4C4C4;
}

.media_center_page .wrapper ul li.active::after {
  background-color: #45b2ba;
}

.swiper_wrapper_slider .monitor {
  margin-top: 130px;
  padding: 150px 0;
  padding-top: 0;
  position: relative;
  width: 90%;
  margin: auto;
}

.swiper_wrapper_slider .monitor .section-header p {
  margin-top: 18px;
  font-size: 20px;
}

.swiper_wrapper_slider .monitor .swiper-container {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 60px;
}

.swiper_wrapper_slider .monitor .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 700px !important;
  height: 400px !important;
  text-align: center;
  position: relative;
}

.swiper_wrapper_slider .monitor .swiper-slide span {
  font-family: sfthin;
  font-size: 1.6rem;
  color: #A09C9C;
  margin-top: 10px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: #fff !important;
  -webkit-line-clamp: 2 !important;
  z-index: 99;
}

.swiper_wrapper_slider .monitor .swiper-slide .img_parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper_wrapper_slider .monitor .swiper-slide .img_parent .video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper_wrapper_slider .monitor .swiper-slide .img_parent img, .swiper_wrapper_slider .monitor .swiper-slide .img_parent video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper_wrapper_slider .monitor .swiper-slide .img_parent::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.swiper_wrapper_slider .monitor .swiper-container-3d .swiper-slide-shadow-left,
.swiper_wrapper_slider .monitor .swiper-container-3d .swiper-slide-shadow-right {
  background-image: none;
}

.swiper_wrapper_slider .monitor .swiper-pagination {
  bottom: 0 !important;
}

.swiper_wrapper_slider .monitor .swiper-button-prev {
  left: 50px;
  color: #45b2ba;
}

.swiper_wrapper_slider .monitor .swiper-button-next {
  right: 50px;
  color: #45b2ba;
}

.swiper_wrapper_slider .monitor .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  display: inline-block;
  height: 8px;
  opacity: 1;
  width: 26px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.swiper_wrapper_slider .monitor .swiper-pagination-bullet-active {
  background: #fff;
  background: #fff;
  border: medium none;
  height: 8px;
  opacity: 1;
  width: 51px;
}

.vendor_regestration_page {
  min-height: calc(100vh - 76px);
  height: auto;
  margin-top: 76px;
}

.vendor_regestration_page .wrapper {
  min-height: calc(100vh - 76px);
}

.vendor_regestration_page .wrapper h1 {
  color: #000;
  font-family: sfbo;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.vendor_regestration_page .wrapper p {
  color: #A09C9C;
  line-height: 30px;
  font-family: sfthin;
}

.faq_page {
  min-height: calc(100vh - 76px);
  height: auto;
  margin-top: 76px;
  background-color: #F0F0F0;
  overflow: hidden;
  padding: 30px 0;
}

.faq_page .wrapper {
  min-height: calc(100vh - 76px);
}

.faq_page .wrapper h1 {
  color: #45b2ba;
  font-family: sfmed;
  margin-bottom: 50px;
}

.faq_page .wrapper p {
  font-family: sfthin;
  color: #A09C9C;
  line-height: 30px;
}

.faq_page .faq_slider .faq_card {
  margin-bottom: 50px;
  position: relative;
  padding-left: 20px;
  height: 300px;
  overflow: auto;
}

.faq_page .faq_slider .faq_card .qustion,
.faq_page .faq_slider .faq_card .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq_page .faq_slider .faq_card .qustion .letter,
.faq_page .faq_slider .faq_card .answer .letter {
  color: #45b2ba;
  font-family: sfreg;
  font-size: 3rem;
}

.faq_page .faq_slider .faq_card .qustion .pargraph,
.faq_page .faq_slider .faq_card .answer .pargraph {
  font-size: 1.1rem;
  font-family: sfreg;
  line-height: 30px;
  width: 70%;
  margin-left: 15px;
}

.faq_page .faq_slider .faq_card .answer {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.faq_page .faq_slider .faq_card .answer .letter {
  color: #606F84;
}

.faq_page .faq_slider .faq_card .line_border {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #606F84;
}

.faq_page .faq_slider .faq_card .line_border::before {
  content: "";
  width: 100%;
  height: 40%;
  background-color: #45b2ba;
  position: absolute;
  top: 0;
}

.faq_page .faq_slider .slick-arrow {
  z-index: 9;
  top: unset;
  bottom: -20px;
  right: unset;
  left: 180px;
}

.faq_page .faq_slider .slick-arrow::before {
  z-index: 9;
  opacity: 1;
}

.faq_page .faq_slider .slick-prev {
  left: 70px;
}

.faq_page .faq_slider .slick-prev:before {
  content: url("../images/prev.svg");
  width: 50px;
}

.faq_page .faq_slider .slick-prev:hover {
  background-color: transparent !important;
  color: #45b2ba !important;
}

.faq_page .faq_slider .slick-next {
  right: 70px;
}

.faq_page .faq_slider .slick-next:before {
  content: url("../images/next.svg");
  width: 50px;
}

.faq_page .faq_slider .slick-next:hover {
  background-color: transparent !important;
  color: #45b2ba !important;
}

.faq_page .slider_prent_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq_page .line_slider {
  height: 700px;
  width: 4px;
  background-color: #9D9FA2;
  margin-right: 50px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.faq_page .line_slider .ballfaq {
  position: absolute;
  width: 23px;
  height: 23px;
  background-color: #45b2ba;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.fixed_bottom_links {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999;
}

.fixed_bottom_links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fixed_bottom_links ul li {
  width: 100%;
  background-color: #132356;
  text-align: center;
}

.fixed_bottom_links ul li a {
  background-color: #132356;
  color: #fff;
  width: 100%;
  font-family: sfmed;
  height: 100%;
  display: block;
  padding: 15px 0;
}

.fixed_bottom_links ul li:nth-child(2) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.fixed_bottom_links ul li.active a {
  background-color: #45b2ba;
  color: #fff;
}

.contactUsPage {
  margin-top: 76px;
}

.vs_card_ul {
  margin-bottom: 20px;
}

.vs_card_ul li {
  margin-bottom: 15px;
}

.vs_card_ul li span {
  font-family: sfthin;
  font-size: 1.3rem;
  line-height: 30px;
}

.vs_card_ul li span strong {
  font-family: sfbo;
}

.vs_card_ul span {
  margin-bottom: 0;
}

.modal {
  z-index: 999999999;
}

.modal .modal-dialog {
  width: 700px;
  max-width: 100%;
}

.modal .btn {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  border-radius: 0;
  opacity: 1;
  background: none;
  border: 1px solid #132356;
  background-color: #132356;
}

.modal .btn i {
  color: #fff;
  display: block;
}

.modal .btn:hover {
  background-color: #fff;
}

.modal .btn:hover i {
  color: #132356;
}

.modal .modal-content {
  border-radius: 0;
  border: 0;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.modal .modal-content .modal_text {
  margin-top: 25px;
}

.modal .modal-content h1 {
  font-family: sfmed;
  text-transform: capitalize;
}

.modal .modal-content p {
  font-size: 1.2rem;
  color: #A09C9C;
  line-height: 25px;
  font-family: sfthin;
  text-align: justify;
  margin-top: 10px;
}

.modal .modal-content p span {
  font-family: sfbo;
  color: #132356;
}

.modal .modal-content ul li {
  font-size: 1.2rem;
  color: #A09C9C;
  margin-bottom: 10px;
  font-family: sfthin;
  text-align: justify;
  line-height: 25px;
}

.modal .modal-content ul li::marker {
  color: #132356;
}

@media (max-width: 1441px) {
  .contactUsPage,
  .publiation_page,
  .media_center_page {
    margin-top: 71px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: unset;
    bottom: 0;
  }
  .faq_page {
    padding: 100px 0;
  }
  .violation_how_to_use {
    min-height: calc(100vh - 71px);
  }
}

@media (max-width: 1025px) {
  .contactUsPage,
  .publiation_page,
  .media_center_page {
    margin-top: 64px;
  }
  .timeline_section .timeline_slider .lineBall .line {
    height: 60vh;
  }
}

.anti_steps {
  margin-top: 43px;
}

.anti_steps .info_card .card_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  height: 100px;
}

.anti_steps .info_card .steo_name_header {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.anti_steps .info_card .step_name {
  font-family: sfbl;
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.anti_steps .info_card h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -20px;
  color: #45b2ba;
  font-family: sfthin;
  font-size: 1.5rem;
  width: 50%;
}

.anti_steps .info_card h6 span {
  font-size: 5rem;
  font-family: sfsem;
  color: #45b2ba;
}

.anti_steps .info_card .card_body ul {
  margin-left: 10px;
  margin-top: -10px;
}

.anti_steps .info_card .card_body ul li {
  color: #45b2ba;
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-family: sfthin;
}

.anti_steps .info_card .card_body p {
  width: 100%;
  color: #45b2ba;
  font-size: 1.2rem;
  width: 80%;
  text-align: left;
}

@media (max-width: 1024px) {
  .steo_name_header {
    height: auto !important;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.human_resource_header {
  min-height: calc(100vh - 76px);
}

.human_resource_header .header {
  min-height: calc(100vh - 76px);
}

.human_resource_header .header_img {
  min-height: calc(100vh - 76px);
}

.human_resource_vacancies {
  min-height: 100vh;
}

.carrers_form {
  min-height: calc(100vh - 76px);
  padding: 150px 0;
  background-color: #F0F0F0;
}

.carrers_form h1 {
  font-family: sfbo;
  font-size: 3rem;
  text-transform: uppercase;
  color: #45b2ba;
}

.carrers_form ul {
  margin-bottom: 30px;
}

.carrers_form ul li {
  font-family: sfthin;
  margin-top: 10px;
}

.carrers_form h6 {
  font-family: sfbo;
  font-size: 2rem;
  text-transform: uppercase;
  color: #132356;
}

.carrers_form p {
  font-family: sfthin;
  margin-bottom: 30px;
}

.carrers_form .form-group {
  margin-top: 25px;
}

.carrers_form .form-group label {
  font-family: sfthin;
  margin-bottom: 5px;
}

.carrers_form .form-group .form-control {
  height: 50px;
  background-color: #fff;
  border-radius: 0;
  border: 0;
}

.carrers_form .form-group .form-control::-webkit-input-placeholder {
  font-family: sfthin;
  color: #000;
  font-size: 1.1rem;
}

.carrers_form .form-group .form-control:-ms-input-placeholder {
  font-family: sfthin;
  color: #000;
  font-size: 1.1rem;
}

.carrers_form .form-group .form-control::-ms-input-placeholder {
  font-family: sfthin;
  color: #000;
  font-size: 1.1rem;
}

.carrers_form .form-group .form-control::placeholder {
  font-family: sfthin;
  color: #000;
  font-size: 1.1rem;
}

.carrers_form .nice-select {
  width: 100%;
  float: none;
  font-family: sfthin;
  color: #000;
  text-transform: capitalize;
  font-size: 1.1rem;
}

.carrers_form .nice-select .list {
  width: 100%;
}

.carrers_form .line {
  padding: 50px 0;
}

.header_slider .header {
  position: relative;
}

.header_slider .header::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}

.header_slider .header_content {
  position: relative;
  z-index: 9;
}

.header_slider .header_content h1,
.header_slider .header_content p {
  color: #fff;
}

.moreauditing {
  color: #45b2ba;
}

.audiet_card {
  margin-top: 30px;
  border-right: 1px solid #e0e0e0;
}

.audiet_card h1 {
  font-size: 2rem !important;
  margin-bottom: 10px !important;
  color: #132356 !important;
}

.audiet_card p {
  font-family: sfthin;
  line-height: 25px;
  width: 90%;
  text-align: justify;
}

.audiet_card.last_card {
  border-right: 0;
}

.innerTexthea {
  margin-top: 30px;
  margin-bottom: 10px !important;
}

.innerTextPar {
  font-family: sfthin;
  line-height: 25px;
}

.second_audiet_service {
  background-color: #fff;
}

#firstSection .wajeb_img {
  width: 250px;
  margin-bottom: 30px;
}

.contact_us_index {
  margin-top: 0;
}

.contact_us_page .qr_code_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.contact_us_page .qr_code_column .info {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1281px) {
  .mynavbar .wrapper .links ul li {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .mynavbar .wrapper .links ul li a {
    font-size: .8rem;
  }
  .mynavbar .logo img {
    width: 200px;
  }
}

@media (max-width: 1025px) {
  .mynavbar .wrapper .links ul li a {
    font-size: .7rem;
  }
  .mynavbar .logo img {
    width: 200px;
  }
  .mynavbar .links li:last-child img {
    width: 40px !important;
  }
  .mynavbar .wrapper .links ul li:first-child a img {
    width: 20px;
  }
}

@media (max-width: 1440px) {
  .contact_us,
  .contact_us_page {
    margin-top: 57px;
    min-height: calc(100vh - 57px);
  }
  .new_contact_us {
    min-height: auto;
    height: auto;
    margin-top: 0;
  }
  .contact_us_index {
    margin-top: 0;
  }
}

.folloeUsWajib {
  color: #000;
  font-family: sfreg;
  font-size: 1.2rem;
}

.mission_wrapper {
  position: relative;
}

.vision_card {
  position: absolute;
  bottom: 50px;
}

.vs_card p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vs_card p strong {
  margin-right: 10px;
  font-family: sfbo;
}

.oppsite_strip_color {
  bottom: 41px !important;
  left: -57px;
  right: unset;
}

.oppsite_header_content {
  padding-right: 8.3% !important;
}

/* New Css  */
.mynavbar .submenue {
  background-color: #fff;
  padding: 20px;
  position: absolute;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 100%;
  -webkit-box-shadow: 1px 4px 15px -7px rgba(0, 0, 0, 0.41);
          box-shadow: 1px 4px 15px -7px rgba(0, 0, 0, 0.41);
  left: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mynavbar .submenue li {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}

.mynavbar .submenue li::before {
  content: "";
  display: none;
}

.mynavbar .submenue li a {
  text-transform: uppercase;
}

.mynavbar .submenue li::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
}

.mynavbar .submenue li:last-child {
  border-bottom: 0;
}

.mynavbar .submenue ul {
  display: block !important;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.mynavbar .submenue .submenue2 {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 20px;
  background-color: #fff;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 1px 4px 15px -7px rgba(0, 0, 0, 0.41);
          box-shadow: 1px 4px 15px -7px rgba(0, 0, 0, 0.41);
}

.mynavbar .submenue_parent {
  position: relative;
  cursor: pointer;
}

.mynavbar .submenue_parent:hover .submenue {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 9 !important;
  -webkit-transform: translateY(5px) !important;
          transform: translateY(5px) !important;
}

.mynavbar .submenue_parent2 {
  position: relative;
  cursor: pointer;
}

.mynavbar .submenue_parent2:hover .submenue2 {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 9 !important;
  -webkit-transform: translateX(5px) !important;
          transform: translateX(5px) !important;
}

.redmore_parent {
  text-align: right;
  margin-top: 30px;
}

.human_resource_color {
  color: #45b2ba !important;
}

.heighAuto {
  min-height: auto !important;
}

#subject_entites,
#regional,
#main_powe {
  padding: 100px 0 !important;
}

#objectives_strategy {
  padding: 100px 0 !important;
}

.titles_points {
  margin-top: 30px;
}

.titles_points ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.titles_points ul li {
  margin-bottom: 30px;
  width: calc(100% / 3);
}

.titles_points ul li img {
  width: 50px;
  margin: auto;
  display: block;
}

.titles_points ul li p {
  margin: 0;
  margin-top: 0 auto;
  font-size: 1.2rem;
  width: 100%;
  margin: auto;
  text-align: center !important;
}

.titles_points ul li p span {
  font-family: sfbo;
  display: block;
}

.titles_points ul li p a {
  color: #003f8c;
  text-decoration: underline;
}

.adaa_strategy {
  margin-top: 20px;
}

.adaa_strategy .startegy_card {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 40px 0;
  margin-bottom: 10px;
}

.adaa_strategy .startegy_card h1 {
  color: #fff;
  font-family: sfreg;
  font-size: 2rem;
  text-align: center;
  padding: 20px;
  padding-bottom: 0;
  height: 100px;
}

.adaa_strategy .startegy_card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.adaa_strategy .startegy_card li {
  color: #fff;
  font-family: sfthin;
  font-size: 1.2rem;
  margin-bottom: 10px;
  width: 95%;
  line-height: 25px;
}

.adaa_strategy .blue_card {
  background-color: #132356;
}

.adaa_strategy .green_card {
  background-color: #45b2ba;
}

.second_title {
  color: #45b2ba !important;
  margin-top: 170px;
  font-size: 3rem;
}

.table_strategy {
  padding: 100px 0;
}

.table_strategy .table thead th {
  padding: 20px;
  font-family: sfbo;
}

.table_strategy .table tbody tr td {
  padding: 20px;
  font-family: sfthin;
}

.table_strategy .table tbody tr th {
  vertical-align: middle;
  padding: 20px;
  font-family: sfreg;
}

.modal .modal_text p strong {
  font-family: sfbo;
}

.modal .modal_text .modal_sub_title {
  color: #45b2ba;
  font-family: sfbo;
  margin-top: 20px;
}

.sub_title {
  font-size: 1.5rem;
  color: #132356;
  font-family: sfreg;
}

.wrapper_cards .human_card {
  background-color: #132356;
  padding: 20px;
  padding-top: 0;
  min-height: 400px;
}

.wrapper_cards .human_card h1 {
  font-family: sfreg;
  font-size: 2rem;
  text-align: center;
  padding: 20px;
  padding-top: 5px;
  padding-bottom: 0;
  height: 80px;
  color: #fff;
}

.wrapper_cards .human_card p {
  color: #fff;
  font-family: sfthin;
  font-size: 1.2rem;
  margin-bottom: 10px;
  width: 95%;
  line-height: 25px;
}

.wrapper_cards .human_card.green_card {
  background-color: #45b2ba !important;
}

.wrapper_cards .human_card.last_card {
  min-height: auto;
  padding: 30px 20px;
}

.wrapper_cards .human_card.last_card h1 {
  width: 70%;
  margin: auto;
  line-height: 35px;
  padding: 0;
}

.carrer_list {
  padding: 0;
  padding-left: 12px;
}

.carrer_list li {
  font-family: sfthin;
  font-size: 1.2rem;
  color: #A09C9C;
}

.carrer_list li p {
  margin-top: 4px !important;
}

.carrer_list li::marker {
  color: #132356;
}

.program_vision {
  background-color: #fff;
  min-height: auto;
  padding-bottom: 0;
  padding-top: 0;
}

.program_vision h1 {
  font-size: 4rem;
  color: #45b2ba;
  text-transform: capitalize;
  font-family: sfmed;
  margin-bottom: 30px;
}

.program_vision .startegy_card {
  margin-bottom: 0;
}

.audiet_card p {
  color: #A09C9C;
}

.audiet_card ul {
  padding-left: 10px;
}

.audiet_card ul li {
  font-size: 1.2rem;
  font-family: sfthin;
  margin-bottom: 10px;
  line-height: 25px;
  width: 95%;
  color: #A09C9C;
}

.audiet_card ul li::marker {
  color: #132356;
}

.join_us_form {
  margin: 150px 0;
}

.join_us_form iframe {
  width: 100%;
  height: 900px;
}

.cutom_marker li::marker {
  color: #45b2ba !important;
}

.contrast_theme {
  background-color: #292929;
}

.contrast_theme h1,
.contrast_theme h2,
.contrast_theme h3,
.contrast_theme h4,
.contrast_theme h5,
.contrast_theme h6,
.contrast_theme p,
.contrast_theme span,
.contrast_theme a,
.contrast_theme i,
.contrast_theme li,
.contrast_theme .mynavbar .submenue li::after,
.contrast_theme .slider-item,
.contrast_theme .audiet_card ul li::marker,
.contrast_theme .audiet_card ul li,
.contrast_theme td,
.contrast_theme tr {
  color: #fff !important;
}

.contrast_theme .timeline_section .timeline_slider .lineBall .ball {
  background-color: #fff;
}

.contrast_theme .media_center_page .wrapper ul li {
  border-color: #fff;
}

.contrast_theme .timeline_section .timeline_slider .lineBall .ball,
.contrast_theme .book_card::after {
  background-color: #fff;
}

.contrast_theme .mynavbar {
  background-color: #292929;
}

.contrast_theme img {
  -webkit-filter: grayscale(1) invert(0);
          filter: grayscale(1) invert(0);
}

.contrast_theme .mynavbar .wrapper .links ul li img,
.contrast_theme #firstSection .wajeb_img,
.contrast_theme .violation_how_to_use .wrapper .wageb_img img,
.contrast_theme .anti_steps .info_card .card_header img {
  -webkit-filter: grayscale(1) invert(1);
          filter: grayscale(1) invert(1);
}

.contrast_theme .publiation_page,
.contrast_theme .filter_card_box,
.contrast_theme .new_contact_us,
.contrast_theme .what_we_do,
.contrast_theme .contact_us_page,
.contrast_theme .header,
.contrast_theme .plus_icon,
.contrast_theme .timeline_section,
.contrast_theme .vs_card.first_vs_card,
.contrast_theme #objectives_strategy,
.contrast_theme .adaa_strategy .blue_card,
.contrast_theme .subject_entites,
.contrast_theme .mynavbar .submenue,
.contrast_theme .mynavbar .submenue .submenue2,
.contrast_theme .autorizeed_aut,
.contrast_theme .page_links,
.contrast_theme .our_peo_cultu,
.contrast_theme .violation_how_to_use,
.contrast_theme .media_center_page,
.contrast_theme .wrapper_cards .human_card,
.contrast_theme .program_vision .startegy_card,
.contrast_theme .green_card,
.contrast_theme .vs_card,
.contrast_theme .readmore,
.contrast_theme .spalch_parent,
.contrast_theme .what_we_do .section_text a,
.contrast_theme .sidenav,
.contrast_theme .modal-content,
.contrast_theme .font_icon span {
  background-color: #292929 !important;
}

.contrast_theme .readmore:hover {
  color: #292929;
}

.contrast_theme .modal .btn {
  background-color: #fff;
}

.contrast_theme .modal .btn i {
  color: #292929 !important;
}

.contrast_theme .sidenav .submen_parent > a:hover i {
  color: #fff !important;
}

.contrast_theme .preess_relase_card {
  background-color: #292929;
  border: 1px solid #fff;
}

.contrast_theme .mynavbar .wrapper .links ul li a {
  background-color: transparent !important;
}

.contrast_theme .filter_card_box {
  border: 1px solid #fff !important;
}

.contrast_theme .timeline_section .timeline_slider .years_slider .slick-current {
  color: #45b2ba !important;
}

.contrast_theme .readmore,
.contrast_theme .what_we_do .section_text a {
  border: 1px solid #fff;
}

.contrast_theme .header_img,
.contrast_theme .titles_points ul li img,
.contrast_theme .header_slider .header,
.contrast_theme .why_we_do {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.contrast_theme .why_we_do {
  position: relative;
}

.contrast_theme .why_we_do .section_text.content {
  z-index: 9;
  position: relative;
}

.contrast_theme .why_we_do::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292929;
  opacity: .6;
  content: "";
}

.contrast_theme .contact_us .nice-select span {
  color: #000 !important;
}

.contrast_theme .sidenav img {
  -webkit-filter: grayscale(1) invert(1);
          filter: grayscale(1) invert(1);
}

.contrast_theme .sidenav .contrast_parent {
  background-color: #292929 !important;
  border-color: #fff;
}

.contrast_theme .sidenav .contrast_parent i {
  color: #fff !important;
}

.contrast_theme .mynavbar .menu .nav-icon1 span {
  background-color: #fff;
}

.fancybox-container {
  z-index: 99999999;
}

.tabletstructure_img, .mobilestructure_img {
  display: none;
}

@media (max-width: 991px) {
  .mainstructrue_img, .mobilestructure_img {
    display: none;
  }
  .tabletstructure_img {
    display: block;
  }
  .contact_us_page .form_parent {
    width: 90%;
    margin: auto;
  }
  .sidenav {
    padding-top: 50px;
  }
  .why_we_do {
    position: relative;
  }
  .why_we_do::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    content: "";
  }
  .why_we_do .section_text {
    position: relative;
    z-index: 9;
  }
  .contact_us_page .qr_code_column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .header_content {
    min-height: auto;
  }
  .header .header_img {
    min-height: 50vh;
  }
  .timeline_section h1 {
    font-size: 4rem !important;
  }
  .timeline_section .content {
    width: 90%;
    margin: auto;
    margin-top: 10px;
  }
  #objectives_strategy .wrapper {
    margin: auto;
  }
  .subject_entites .content {
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
  }
  #objectives_strategy .wrapper,
  .violation_how_to_use .wrapper, #General_Model .wrapper {
    width: 90%;
    margin: auto;
  }
  .header_without_position {
    background-position: center !important;
  }
  .anti_steps .info_card {
    margin-bottom: 20px;
  }
  .header_parent .plus_icon {
    top: 65px;
  }
  .our_peo_cultu .content-img {
    width: 100%;
    margin-top: 50px;
  }
  .our_peo_cultu .wrapper {
    width: 90%;
    margin: auto;
  }
  #programVision .wrapper {
    width: 100%;
  }
  .last_card_human {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .last_card_human h1 {
    width: 100%;
    text-align: center;
  }
  .last_card_human ul {
    width: 100%;
  }
  .wrapper_cards .human_card h1 {
    height: auto;
    margin-bottom: 50px;
  }
  #main_powe .wrapper, #regional .wrapper {
    width: 90%;
    margin: auto;
  }
  .what_we_do .row, .why_we_do .row {
    width: 95%;
    margin: auto;
  }
  #adaa_history {
    padding: 50px 0;
  }
}

@media (max-width: 524px) {
  .tabletstructure_img, .mainstructrue_img {
    display: none;
  }
  .mobilestructure_img {
    display: block;
  }
  .what_we_do .img_parent {
    height: 350px;
  }
  .sidenav .links li a,
  .sidenav .options .lang a {
    font-size: 1.5rem;
  }
  .sidenav .options .contrast_parent i {
    font-size: 1.5rem;
  }
  #vision_misson_values .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #vision_misson_values .vs_card.first_vs_card {
    min-height: 600px;
  }
  .new_contact_us .info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 50px;
  }
  .line_active_parent {
    display: none;
  }
  .years_description .slider-item .content_slider {
    min-height: 450px;
    height: auto;
  }
  .timeline_section .timeline_slider .years_slider {
    margin-bottom: 50px;
  }
  .timeline_section .timeline_slider .years_slider .slick-next {
    left: unset;
    right: 0;
    width: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 100%;
    z-index: 999;
  }
  .timeline_section .timeline_slider .years_slider .slick-prev {
    left: 0;
    width: auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: 100%;
    z-index: 999;
  }
  .contact_us .strip ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .vs_card {
    padding: 90px 50px;
  }
  .new_contact_us {
    padding: 20px;
  }
  .second_title {
    margin-top: 70px;
  }
  .autorizeed_aut .wrapper {
    width: 95%;
    margin: auto;
  }
  #regional h1 {
    font-size: 3rem;
  }
  .violation_how_to_use .wrapper h1 {
    font-size: 3rem;
  }
  .media_center_page .wrapper a {
    width: 40px !important;
  }
  .media_center_page .wrapper a img {
    width: 40px !important;
  }
  .media_center_page .wrapper ul li {
    padding-right: 40px;
    padding-left: 40px;
  }
  .swiper_wrapper_slider .monitor .swiper-button-next {
    right: 0;
  }
  .swiper_wrapper_slider .monitor .swiper-button-prev {
    left: 0;
  }
  .our_peo_cultu .content-img {
    height: 350px;
  }
  .wrapper_cards .human_card.last_card h1 {
    width: 100%;
  }
  .book_card::after {
    width: 100%;
    height: 2px;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .strip ul li {
    margin-bottom: 5px;
  }
  .years_description .slider-item .content_slider {
    width: 100%;
  }
  .modal.show .modal-dialog {
    margin: auto;
  }
  .swiper_wrapper_slider .monitor .swiper-slide span {
    width: 40%;
    margin: auto;
  }
  #General_Model h1 {
    font-size: 3rem;
  }
}

.preess_relase_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 20px;
  background-color: #fff;
}

.preess_relase_card h6 {
  font-size: 2.6rem;
  font-family: 'Tajawal', sans-serif;
  direction: rtl;
  color: #000;
}

.dateModal {
  display: block;
  font-family: sfreg;
}

.modal img {
  display: block;
  margin-left: auto;
  margin: 20px 0 20px auto;
}

#press-1Modal h1, #press-2Modal h1, #press-3Modal h1, #press-4Modal h1, #press-5Modal h1 {
  font-size: 2.5rem;
  margin: 15px auto;
}

.puplicationOn_english .book_card {
  direction: rtl;
}

.puplicationOn_english .name_option p {
  font-family: 'Tajawal', sans-serif !important;
}
/*# sourceMappingURL=style.css.map */