/* 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;
}
.center-vertical {
  height: 100%;
  padding: 40px 0;
  display: inline-block;
  vertical-align: middle;
  overflow-y: auto;
}
.center-vertical:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.center-vertical > div {
  display: inline-block;
  vertical-align: middle;
}
.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,
.ic:before,
.btn-square span {
  -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: #21245b;
}
.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;
  color: #9b9b9b;
}
.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: #000f80;
  font-weight: bold;
  line-height: 1;
  font-size: 37px;
}

/** Buttons **/
.main-btn {
  border: 1px solid #0020a5;
  color: #0020a5 !important;
}
.main-btn:hover {
  background-color: #0020a5;
  color: #fff !important;
}
.main-btn:active {
  background-color: #0020a5;
  border: 1px solid #0020a5;
  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: #0020a5;
  border: 1px solid #0020a5;
  color: #fff !important;
  font-size: 16px;
  border-radius: 8px;
  padding: 13px 15px;
}
.main-btn-backdrop:hover {
  background-color: #031d86;
  border: 1px solid #031d86;
  color: #fff !important;
}
.main-btn-backdrop:active {
  background-color: #031d86;
  color: #fff !important;
  opacity: 0.6;
}
.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-square {
  border: 1px solid #000;
  font-size: 18px;
  color: #000;
  padding: 2px 22px;
  display: inline-block;
}
.btn-square:hover {
  background: #000f80;
  color: #fff;
  border: 1px solid #000f80;
}
.btn-square:active {
  opacity: 0.5;
}
.btn-square:hover .ic:before {
  color: #fff;
}
.btn-square > div {
  display: flex;
  align-items: center;
}
.btn-square .ic:before {
  font-weight: bold;
  margin-left: 8px;
  font-size: 17px;
  color: #000;
}
.btn-square-white {
  border: 1px solid #fff;
  color: #fff !important;
}
.btn-square-white:hover {
  background: #fff;
  color: #000 !important;
  border: 1px solid #fff;
}
.nl-btn {
  color: #fff !important;
  font-size: 18px;
  border: 1px solid #fff;
  padding: 7px 18px;
  line-height: 1;
  display: inline-block;
}
.nl-btn:hover {
  background: #fff;
  color: #000 !important;
}
.nl-btn:active {
  opacity: 0.6;
  /* color: #fff; */
}
.nl-btn:focus {
  /* color: #fff; */
}
/** Buttons **/
/* Global */

/* Navbar */
.nav-btns .us .bt-icons {
  font-size: 21px;
  padding: 3px;
  color: #1b1464;
}
.nav-btns .us .bt-icons span:before {
  color: #1b1464;
  font-weight: 600;
}

.menu-btn {
  width: 38px;
  height: 22px;
  position: relative;
  display: none;
  cursor: pointer;
  margin-left: 0;
}
/* .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: 3px;
  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 {
  margin-top: 0;
  width: auto;
}
.menu-text {
  position: absolute;
  bottom: -4px;
  left: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
/* Navbar */

/* Slider */
.swiper-pagination {
  width: auto !important;
  position: absolute !important;
  right: 50px;
  left: auto !important;
  top: 50%;
  transform: translateY(-50%) !important;
  height: auto;
  bottom: auto !important;
}
.swiper-pagination-bullet {
  margin: 6px 0 !important;
  display: block !important;
  width: 4px !important;
  height: 40px !important;
  background: #ffffff !important;
  opacity: 0.9;
  border: none !important;
  border-radius: 0 !important;
}
.swiper-pagination-bullet-active {
  background: #fff !important;
}
/* Slider */

.hp-container-sin nav {
  height: 71.6px;
}
.page-container nav {
  height: 86.14px;
}

/* 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;
  }
  .hidden-sm {
    display: none !important;
  }
  .sl-sm-devices {
    display: flex;
  }
  /* Navbar */
  nav {
    height: 68px !important;
  }
  .vertical-line {
    font-size: 20px;
  }
  .menu-btn {
    display: block;
  }
  .nav-links-res {
    background: #0020a5;
    position: fixed;
    height: calc(100% - 84.06px);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    top: 84.06px;
    left: 0;
    z-index: 100;
    overflow-y: auto;
    display: none;
  }
  .nav-links-res.active {
    display: block;
  }
  /* .nav-links .nav-link {
    font-size: 32px;
    width: 100%;
    border-bottom: 1px solid #1b146442;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  } */
  /* Navbar */

  .swiper-pagination {
    width: auto !important;
    position: absolute !important;
    right: 50%;
    left: auto !important;
    top: auto;
    transform: translateX(50%) !important;
    height: auto;
    bottom: 45px !important;
    display: flex;
  }
  .swiper-pagination-bullet {
    width: 40px !important;
    height: 4px !important;
    margin: 0 3px !important;
  }
}

/* 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 */
  nav {
    height: 68px !important;
  }
  .nav-btns .us .bt-icons {
    font-size: 19px;
  }
  .vertical-line {
    font-size: 20px;
  }
  .menu-btn {
    display: block;
  }
  .nav-links-res {
    padding: 0 50px !important;
  }
  /* Navbar */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-container footer .container,
  .page-container #navigationBar .container {
    width: auto !important;
    max-width: 100% !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  /* Navbar */
  .nav-btns .us .bt-icons {
    font-size: 21px;
  }
  .vertical-line {
    font-size: 17px;
  }
  .nav-link {
    margin: 0 0;
    color: #0020a5;
    font-size: 18px;
  }
  /* Navbar */

  /* Ct */
  .ct-card > div {
    width: 100%;
  }
  .ct-view {
    display: none;
  }
  /* Ct */

  /* Iam Instructor */
  .ihe-view img {
    height: auto;
    transform: none;
  }
  /* Iam Instructor */

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

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .page-container footer .container,
  .page-container #navigationBar .container {
    width: auto !important;
    max-width: 100% !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .page-container footer .container,
  .page-container #navigationBar .container {
    width: auto !important;
    max-width: 100% !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
