/* Variables */
/* Main Colors */
/* Pale Main Color */
/* Main Border Color */
/* Dark Color */
/* Variables */
/* Global */
* {
  font-family: "Arabic Dubai" !important;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

body,
html {
  height: 100%;
  /* scroll-behavior: smooth; */
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Dubai Font */
@font-face {
  font-family: "Arabic Dubai";
  src: url("../fonts/dubai_fonts/DubaiW23-Regular.eot") format("eot");
  src: url("../fonts/dubai_fonts/DubaiW23-Regular.ttf") format("ttf");
  src: url("../fonts/dubai_fonts/DubaiW23-Regular.woff") format("woff");
  src: url("../fonts/dubai_fonts/DubaiW23-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Arabic Dubai";
  src: url("../fonts/dubai_fonts/DubaiW23-Medium.eot") format("eot");
  src: url("../fonts/dubai_fonts/DubaiW23-Medium.ttf") format("ttf");
  src: url("../fonts/dubai_fonts/DubaiW23-Medium.woff") format("woff");
  src: url("../fonts/dubai_fonts/DubaiW23-Medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Arabic Dubai";
  src: url("../fonts/dubai_fonts/DubaiW23-Bold.eot") format("eot");
  src: url("../fonts/dubai_fonts/DubaiW23-Bold.ttf") format("ttf");
  src: url("../fonts/dubai_fonts/DubaiW23-Bold.woff") format("woff");
  src: url("../fonts/dubai_fonts/DubaiW23-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Arabic Dubai";
  src: url("../fonts/dubai_fonts/DubaiW23-Light.eot") format("eot");
  src: url("../fonts/dubai_fonts/DubaiW23-Light.ttf") format("ttf");
  src: url("../fonts/dubai_fonts/DubaiW23-Light.woff") format("woff");
  src: url("../fonts/dubai_fonts/DubaiW23-Light.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
.ne_font {
  font-family: "Arial" !important;
}

.fas,
.fal,
.far,
.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

input,
button {
  outline: none !important;
  border: none;
  background: none;
}

button {
  cursor: pointer;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  cursor: pointer;
  color: #000;
}

ul {
  margin-bottom: 0;
}

.btn,
.btn-line:after,
.nav-content,
.header-backdrop .title:after,
.header-backdrop .title,
.overlay-title,
.nav-upper a,
.nav-bottom a,
.footer-link,
.btn-corner .ic,
nav,
.icon-arrow-right:before,
.nv-link {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar-backdrop,
.navbar-container {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.gradient-easing {
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.00709) 10.47%,
    rgba(0, 0, 0, 0.02755) 19.56%,
    rgba(0, 0, 0, 0.06016) 27.58%,
    rgba(0, 0, 0, 0.1037) 34.81%,
    rgba(0, 0, 0, 0.15697) 41.57%,
    rgba(0, 0, 0, 0.21875) 48.13%,
    rgba(0, 0, 0, 0.28782) 54.79%,
    rgba(0, 0, 0, 0.36296) 61.85%,
    rgba(0, 0, 0, 0.44297) 69.61%,
    rgba(0, 0, 0, 0.52662) 78.36%,
    rgba(0, 0, 0, 0.6127) 88.39%,
    rgba(0, 0, 0, 0.7)
  );
  bottom: 0;
  right: 0;
  left: 0;
}
.width-fluid {
  width: 100%;
}
.height-fluid {
  height: 100%;
}
.white-color {
  color: #ffffff !important;
}
.main-color {
  color: #3b79a7;
}
.gray-color {
  color: #898989;
}
.form-group {
  border: 1px solid #000;
}

.form-control {
  display: block;
  color: #666666;
  font-size: 18px;
  background: none;
  font-weight: 400;
  padding: 10px;
  height: auto;
  border-radius: 0;
  border: none;
}
.form-control::placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
}
.form-control:hover {
  outline: none;
}
.form-control:active {
  outline: none;
}
.form-control:focus {
  outline: none;
  background: none;
  border: none;
}

input[type="file"] {
  opacity: 0;
  z-index: 20;
  top: 0;
  left: 0;
}

.circle {
  border-radius: 100% !important;
}

.divider {
  height: 1px;
  width: 100%;
  background-color: #333;
}
.divider .divider-text {
  background: #fff;
  color: #808080;
  display: inline-block;
  padding: 3px 5px;
  top: 50%;
  left: 50%;
  font-size: 14px;
  transform: translate(-50%, -50%);
}

.title {
  font-weight: 600;
  font-size: 27px;
}
.text {
  font-size: 15px;
  line-height: 1.2;
}
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.overlay {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

small {
  color: #333;
  font-weight: 600;
}

.divider {
  height: 0.5px;
  background-color: #989898;
}
.bg-title {
  color: #004172;
  font-weight: bold;
  line-height: 1;
  font-size: 37px;
}

/** Buttons **/
/* .main-btn {
  border: 1px solid #ed2929;
  color: #ed2929 !important;
}
.main-btn:hover {
  background-color: #ed2929;
  color: #fff !important;
}
.main-btn:active {
  background-color: #d7131b;
  border: 1px solid #d7131b;
  color: #fff !important;
} */

.btn {
  border-radius: 4px;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* .main-btn-backdrop {
  background-color: #cc2631;
  border: 1px solid #cc2631;
  color: #fff !important;
  font-size: 16px;
  border-radius: 8px;
  padding: 13px 15px;
}
.main-btn-backdrop:hover {
  background-color: #ed2929;
  border: 1px solid #ed2929;
  color: #fff !important;
}
.main-btn-backdrop:active {
  background-color: #d7131b;
  color: #fff !important;
} */
.btn-line {
  display: inline-block;
  position: relative;
  font-size: 17px;
}
.btn-line:hover:after {
  left: calc(100% + 15px);
}
.btn-line:after {
  content: "";
  position: absolute;
  left: calc(100% + 5px);
  width: 30px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: #004172;
}
.btn-line-white {
  color: #fff;
}
.btn-line-white:hover {
  color: #fff;
}
.btn-line-white:after {
  background: #fff;
}
.btn-line-gray {
  color: #898989;
}
.btn-line-gray:after {
  background: #898989;
}
.btn-corner {
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
  padding: 8px 17px;
  display: inline-block;
}
.btn-corner:hover {
  background: #fff;
  color: #000;
}
.btn-corner:hover .ic {
  color: #000;
}
.btn-corner > div {
  display: flex;
  align-items: center;
}
.btn-corner .ic {
  font-weight: 600;
  margin-left: 8px;
  font-size: 17px;
}
/** Buttons **/
/* Global */

/* Navbar */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 9px 0;
}
nav.active {
  background: #6ba1c9 !important;
}
.navbar {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: space-between;
}
.nav-btns .us button {
  font-size: 21px;
  color: #fff;
}
.nav-btns .us button span:before {
  color: #fff;
}
.nav-btns .us button span {
  padding: 3px;
}
.nav-logo a {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #fff;
  font-size: 33px;
}
.nav-logo span {
  font-weight: bold;
  font-size: 2.5rem;
}
.menu-btn {
  width: 37px;
  height: 18px;
  position: relative;
  display: block;
  cursor: pointer;
}
/* .menu-btn:hover:after,
.menu-btn.active:after {
  width: 55px;
  height: 55px;
}
.menu-btn:after {
  content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    width: 0;
    height: 0;
    z-index: 0;
    border-radius: 50%;
    transition: all 400ms cubic-bezier(.19,1,.22,1);
    background: 0 0;
    background: rgba(39,50,57,.4);
} */
.menu-btn span {
  background: #fff;
  height: 2px;
  position: absolute;
  right: 0;
  display: block;
}
.bottom-bar {
  width: 30%;
  bottom: 0;
}
.middle-bar {
  width: 100%;
  top: 47%;
}
.top-bar {
  top: 0;
  width: 100%;
}
.nav-logo img {
  width: 70px;
}
.menu-text {
  position: absolute;
  bottom: -4px;
  left: 0;
  font-size: 9px;
  line-height: 1;
  color: #fff;
}
/* Navbar */

/* Navbar Links */
.navbar-container {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1000;
  opacity: 0;
}
.navbar-container.active {
  z-index: 1000;
  opacity: 1;
}
.navbar-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: radial-gradient(
    circle at 0% 0%,
    rgb(0, 67, 122) 0%,
    rgb(0, 30, 80) 100%
  );
  /* z-index: 1000000; */
}
.navbar-backdrop.active {
  width: 100%;
}
.navbar-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.navbar-header {
  padding: 30px 70px;
}
.navbar-body {
  height: calc(100% - 140px);
  overflow-y: auto;
  padding: 40px 0;
}
.close-navbar:hover span {
  color: rgb(76, 199, 244);
}
.navbar-header .icon-cancel {
  font-weight: 600;
  font-size: 19px;
}
.cm-text {
  font-size: 13px;
}
.nv-link {
  display: inline-block;
  color: #fff !important;
  padding: 2px 14px;
  font-size: 40px;
  border: 1px solid transparent;
  margin-left: -14px;
}
.nv-link:active {
  border: 1px solid rgb(76, 199, 244);
}
.nv-link:hover {
  color: rgb(76, 199, 244) !important;
}
.nb-top-links .sm-title {
  font-weight: bold;
}
.top-links .tp-links {
  display: block;
  color: #fff;
  font-size: 22px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.nb-border-left {
  border-left: 1px solid #fff;
  padding-left: 70px;
}
.nb-view img {
  width: 370px;
  height: 192px;
  object-fit: cover;
}
.nb-view .title {
  line-height: 1;
}
.nf-link:hover {
  color: rgb(76, 199, 244) !important;
}
.nf-link {
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  text-decoration: underline !important;
  font-weight: 500;
  color: #fff;
  border-right: 2px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}
.nf-link:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}
.navbar-footer {
  line-height: 1;
  padding-top: 20px;
  font-size: 13px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
/* Navbar Links */

/* Swiper */
.swiper-container {
  height: 100%;
}
.swiper-container .container-fluid {
  position: relative;
  height: 100%;
}
.swiper-pagination {
  position: absolute;
  top: 50%;
  left: auto !important;
  width: auto !important;
  height: 31px;
  transform: rotateZ(90deg);
  right: -47px;
}
.swiper-slide {
  position: relative;
}
.swiper-slide .bg-title {
  position: absolute;
  bottom: 110px;
  font-size: 55px;
}
.swiper-slide .bg-title:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 80px;
  height: 7px;
  background: #79b456;
}
.swiper-slide .btn-line {
  position: absolute;
  right: 43px;
  bottom: 110px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.swiper-slide .btn-line-white:after {
  background: #fff;
  width: 1px;
  height: 30px;
  left: 50%;
  top: 145%;
}
.swiper-pagination-bullet {
  position: relative;
  width: 60px;
  display: inline-block;
  z-index: 1;
  height: 4px;
  border-radius: 0;
  background: #ffffff50;
  opacity: 1;
}
.inProgress {
  background-color: #ffffff;
  width: 0%;
  height: 4px;
  opacity: 1;
}
/* Swiper */

/* WC */
.cards-widget {
  padding: 110px 0;
}
.cw-row {
  display: flex;
  margin-bottom: 80px;
  position: relative;
}
.cw-row:first-of-type .cw-details:after,
.cw-row:first-of-type .cw-details:before {
  content: "";
  position: absolute;
  right: 0;
  background: #79b456;
}
.cw-row:first-of-type .cw-details:after {
  width: 50px;
  height: 7px;
  top: 0;
}
.cw-row:first-of-type .cw-details:before {
  width: 7px;
  height: 50px;
  top: 0;
}
.cw-row:last-of-type {
  margin-bottom: 0;
}
.cw-row:nth-of-type(even) {
  flex-direction: row-reverse;
}
.cw-row:nth-of-type(even) .cw-details {
  padding-right: 60px;
  padding-left: 0;
}
.cw-row img {
  width: 500px;
  height: 280px;
  object-fit: cover;
}
.cw-details {
  padding-left: 60px;
}
/* WC */

/* Header */
.header {
  height: 600px;
  position: relative;
}
.header-view {
  border-bottom: 20px solid #6ba1c9;
  height: 100%;
  background-image: url("../img/header.png");
  background-size: cover;
}
.header-view .container {
  position: relative;
  height: 100%;
}
.header-widget {
  display: flex;
  position: absolute;
  bottom: 0;
}
.header-widget > div {
  padding: 35px 40px 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.header-widget > div:after {
  position: absolute;
  content: "";
  height: 11px;
  top: 20px;
}
.header-widget .training-widget:after {
  width: 40px;
  right: 0;
  background: #79b456;
}
.header-widget .accred-widget:after {
  width: 70px;
  left: 0;
  background: #00766d;
}
.training-widget {
  background: #00766d;
}
.header-widget .bg-title {
  font-size: 40px;
  line-height: 0.85;
  width: 100%;
}
.header-widget .btn-corner {
  border-radius: 50px;
}
.accred-widget {
  background: #78b354;
}
/* Header */

/* Popular Cards */
.popular-card {
  margin-bottom: 30px;
}
.popular-card .img-view {
  height: 170px;
  width: 100%;
  object-fit: cover;
}
.double-cards {
  padding: 120px 0 80px;
}
.d-card {
  position: relative;
}
.d-card img {
  height: 246px;
  width: 100%;
  object-fit: cover;
}
.dcard-footer {
  padding: 18px 23px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gradient-blue {
  background: #2585b974;
}
.gradient-green {
  background: #409fac74;
}
/* Popular Cards */

/* Badges */
.badges {
  padding: 100px 0 100px;
}
.badge-quality {
  background: #25a9b4;
  padding: 30px;
  display: flex;
}
.q-badge-details {
  padding-left: 50px;
}
.q-badge-view {
  width: 100px;
  height: 100px;
  position: relative;
}
.badge-quality,
.badge-news {
  height: 100%;
}
.news-input {
  background: #fff;
  padding: 5px 13px;
  width: calc(100% - 118px);
}
.badge-news {
  padding: 30px;
  background: #3571b7;
}
.newsletter {
}
.badge-news .bg-title {
  color: #9ed4fc;
}
.subscribe-btn {
  background: #fff;
  padding: 7px 18px;
  font-size: 14px;
}
.subscribe-btn .ic {
  font-weight: bold;
  font-size: 15px;
  margin-left: 7px;
}
/* Badges */

/* Footer */
footer {
  background: #6ba1c9;
  padding: 30px 0 10px;
}
footer .footer-content {
  border-top: 1px solid #437aa3;
  border-bottom: 1px solid #437aa3;
  display: flex;
}
footer div,
footer span,
footer i,
footer a {
  color: #437aa3;
}
footer .bg-title {
  color: #437aa3;
}
.footer-logo {
  padding: 10px 0;
}
.footer-logo {
  border-right: 1px solid #437aa3;
  width: 200px;
}
.footer-logo .text {
  font-size: 12px;
}
.footer-links {
  padding: 15px 20px;
}
.footer-link {
  margin-right: 20px;
  font-size: 17px;
  display: inline-block;
}
.footer-link:hover {
  color: #acd0ed;
}
.fb-text {
  font-size: 13px;
  display: flex;
  align-items: center;
}
.fb-text a {
  text-decoration: underline !important;
}
.fb-text a:hover {
  color: #fff;
}
.follow-text {
  line-height: 1;
  font-size: 14px;
}
.socialmedia i {
  font-size: 13px;
  margin-left: 8px;
}
.socialmedia i:hover {
  color: #acd0ed;
}
/* Footer */

.alert-danger,
.alert-succes {
  padding: 14px;
  border-radius: 4px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

@media (max-width: 767.98px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Navbar Links */
  .navbar-body-content {
    display: block !important;
  }
  .nb-border-left {
    padding-left: 0;
    border: none;
  }
  .navbar-header {
    padding: 30px 40px;
  }
  .nb-view img {
    width: auto;
    height: auto;
  }
  .navbar-body {
    height: calc(100% - 148px);
  }
  /* Navbar Links */
  /* D Cards */
  .d-card {
    margin-bottom: 30px;
  }
  /* D Cards */

  /* Cw Row */
  .cw-row {
    display: block;
  }
  .cw-row img {
    margin-bottom: 30px;
    width: 100%;
  }
  .cw-details {
    padding: 0;
  }
  .cw-row:first-of-type .cw-details:before,
  .cw-row:first-of-type .cw-details:after {
    content: none;
  }
  /* Cw Row */

  /* Header */
  .header {
    height: auto;
  }
  .header-view {
    height: 500px;
    background-position: center;
  }
  .header-widget {
    position: static;
    display: block;
  }
  .header-widget > div {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  /* Header */

  /* Swiper */
  .swiper-slide .bg-title {
    font-size: 37px;
  }
  .swiper-pagination {
    right: -80px;
  }
  .swiper-slide .btn-line {
    right: 10px;
  }
  /* Swiper */

  /* Pop Cards */
  .popular-card .img-view {
    height: auto;
  }
  /* Pop Cards */

  /* Badges */
  .q-badge-view {
    width: 80px;
    height: auto;
  }
  .q-badge-view img {
    width: 100%;
  }
  .q-badge-details {
    padding-left: 30px;
  }
  .badge-quality,
  .badge-news {
    height: auto;
  }
  .badge-quality {
    margin-bottom: 15px;
  }
  /* Badges */

  /* Footer */
  footer {
    padding: 20px 0 10px;
  }
  .footer-logo {
    border-right: none;
  }
  .footer-bottom,
  .fb-text {
    display: block !important;
  }
  .footer-links {
    padding: 10px 0;
  }
  footer .footer-content {
    border-top: none;
    flex-wrap: wrap;
  }
  /* Footer */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-body {
    height: calc(100% - 140px);
  }

  /* D Cards */
  .d-card .bg-title {
    font-size: 25px;
  }
  /* D Cards */

  /* Cw */
  .cw-row img {
    width: 330px;
    height: 200px;
  }
  /* Cw */

  /* Badges */
  .q-badge-view {
    height: auto;
    width: auto;
  }
  /* Badges */

  /* Footer */
  .footer-logo {
    border-right: none;
  }
  .footer-links {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-bottom {
    display: block !important;
  }
  /* Footer */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-body {
    height: calc(100% - 140px);
  }

  /* Footer */
  footer .footer-content {
    flex-wrap: nowrap;
  }
  /* Footer */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .double-cards .container,
  .popular-cards .container,
  .badges .container {
    max-width: 1400px;
  }
}
