/* 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 {
  -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;
}
.icon-back {
  transform: rotateZ(180deg);
  display: inline-block;
  margin-left: 10px;
}
.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: #004172;
}
.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 **/
.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;
}
.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;
}
/** Buttons **/
/* Global */

/* Navbar */
nav {
  background: #004172;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.navbar {
  display: flex;
  align-items: center;
  padding: 0;
}
.nav-logo {
  width: 300px;
  padding: 5px 0;
  border-right: 1px solid #1073be;
  padding-left: 25px;
  margin-top: 0;
}
.nav-logo a {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  font-size: 2.5rem;
}
.nav-logo a span {
  font-weight: bold;
}
.menu-btn {
  width: 37px;
  height: 18px;
  position: relative;
  display: none;
}
/* .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: 50%;
  bottom: 0;
}
.middle-bar {
  width: 75%;
  top: 47%;
}
.top-bar {
  top: 0;
  width: 100%;
}
.nav-logo img {
  width: 90px;
  transform: none;
}
.sl-sm-devices {
  margin-left: auto;
  margin-right: 20px;
}
.nav-content {
  /* display: flex; */
  /* align-items: center; */
  /* flex-wrap: wrap; */
  width: calc(100% - 300px);
  height: 101.5px;
}
.nav-content > div {
  height: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 25px;
}
.nav-content > div:first-of-type {
  border-bottom: 1px solid #1073be;
}
.navbar-link {
  padding: 0;
  display: inline-block;
}
.nav-bottom,
.nav-upper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-upper .navbar-link {
  color: #fff;
  border-left: 1px solid #fff;
  line-height: 1;
  padding-left: 13px;
  margin-left: 13px;
  font-size: 17px;
}
.navbar-search {
  width: auto;
  margin-left: 14px;
}
.nav-bottom a {
  color: #fff;
  font-size: 22px;
  margin-left: 33px;
}
.nav-bottom > div:first-of-type a {
  margin-left: 0;
}
.nav-upper a:hover,
.nav-bottom a:hover {
  color: #1073be;
}
#closeNavbar {
  display: none;
}
.sl-sm-devices {
  display: none;
}
/* Navbar */

/* Header */
.header {
  height: calc(83vh - 101px);
  display: flex;
  flex-wrap: wrap;
  min-height: 500px;
}
.header-backdrop {
  background-size: cover;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.header-backdrop h1,
.header-backdrop span {
  line-height: 1;
  margin: 0;
  font-weight: 600;
}
.header-left {
  width: 70%;
  height: 100%;
  position: relative;
}
.header-right {
  width: 30%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.header-left .header-backdrop {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
/* .header-right .header-backdrop .gradient-easing {
  height: auto !important;
} */
.header-right .header-backdrop:nth-of-type(1) {
  height: 50%;
  width: 50%;
}
.header-right .header-backdrop:nth-of-type(2) {
  height: 50%;
  width: 50%;
}
.header-right .header-backdrop:nth-of-type(3) {
  height: 50%;
  width: 100%;
  padding: 30px;
}
.header-backdrop .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 1;
  padding: 18px 17px;
  font-size: 27px;
  font-weight: bold;
  color: #004172;
  z-index: 10;
  cursor: pointer;
}
.header-backdrop span.gradient-easing {
  height: 180px !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  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;
  z-index: 9;
}
.header-backdrop:hover .overlay-title {
  transform: translateY(0);
}
.header-backdrop:hover .title {
  color: #fff !important;
}
.header-backdrop .overlay-title {
  background: rgba(0, 0, 0, 0.61);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  z-index: -1;
}
.header-widget {
  background: #fff;
  width: 358px;
  padding: 38px 34px;
  padding-bottom: 20px;
  position: absolute;
  left: 50px;
  bottom: 0;
}
.wtts {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  width: 70px;
  height: 6px;
  background: #45c7ef;
}
/* Header */

/* Programs */
.programs {
  background: #ededed;
  padding: 60px 0;
}
.sc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sc-header .divider {
  width: calc(100% - 390px);
  background: #437aa3;
}
.arrows-slider button {
  width: 36px;
  margin-left: 10px;
}
#porgramsCards {
  padding: 40px;
  background: #fff;
}
.owl-nav,
.owl-dots {
  display: none;
}
.program-view {
  height: 160px;
  object-fit: cover;
  width: 100%;
}
.program-details {
  background: #004172;
  padding: 15px 20px;
}
.program-details .btn-line {
  margin-right: 25px;
}
.program-details .title {
  line-height: 1.1;
  font-weight: bold;
  font-size: 30px;
}
/* Programs */

/* Small Cards */
.small-cards {
  padding: 120px 0 90px;
}
.small-card {
  border-top: 2px solid #00417214;
  padding-top: 20px;
  margin-bottom: 30px;
}
.small-card img {
  width: 90px;
  height: 90px;
  margin-right: 20px;
}

.small-card .title {
  line-height: 1;
  font-size: 27px;
  font-weight: bold;
  color: #3571b7;
}
/* Small Cards */

/* Tc */
.widget-tc {
  background: #004172;
  padding: 30px 0;
  border-top: 11px solid #fff;
  height: 490px;
}
.widget-tc-content {
  border-top: 2px solid #78b354;
  padding: 20px 0;
}
.widget-tc-box {
  display: flex;
  justify-content: space-between;
}
.widget-tc-box img {
  width: 440px;
  height: 440px;
  position: relative;
  z-index: 10;
  margin-top: 30px;
}
.widget-tc-box .tc-details {
  width: calc(100% - 650px);
  padding-top: 60px;
}
.widget-tc-box .sub-title {
  margin-left: -25px;
}
.widget-tc-box .bg-title {
  position: relative;
}
.widget-tc-box .text {
  color: #ccc;
  font-size: 17px;
}
.widget-tc-box .bg-title:after {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  width: 8px;
  height: 100%;
  background: #78b354;
}
.container-line {
  position: relative;
}
.container-line:after {
  content: "";
  position: absolute;
  top: -41px;
  height: 11px;
  width: 240px;
  background: #78b354;
}
.widget-tc:nth-of-type(even) {
  border-top: none;
  background: #ededed;
  border-bottom: 11px solid #fff;
  position: relative;
}
.widget-tc:nth-of-type(even) .tc-details {
  padding-top: 90px;
}
.widget-tc:nth-of-type(even):after {
  content: "";
  background: #78b354;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -11px;
}
.widget-tc:nth-of-type(even) .widget-tc-box {
  flex-direction: row-reverse;
}
.widget-tc:nth-of-type(even) .widget-tc-content {
  border-top: none;
}
.widget-tc:nth-of-type(even) .text {
  color: #898989;
}
/* Tc */

/* Footer */
footer {
  background: #004172;
  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: 230px;
  padding-right: 15px;
}
.footer-logo .text {
  font-size: 12px;
}
.footer-links {
  padding: 15px 20px;
  padding-left: 40px;
}
.footer-link {
  margin-right: 27px;
  font-size: 18px;
  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 */

/* Slick */
.slick-slide > div {
  margin: 10px;
}
/* Slick */

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

@media (max-width: 767.98px) {
  body {
    padding-top: 73.09px;
  }
  .hidden-sm {
    display: none !important;
  }
  .sl-sm-devices {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  .showDropdown {
    margin-left: 0;
  }
  .nav-line-ver {
    margin: 0 10px !important;
  }
  .arrows-slider {
    top: 30% !important;
  }
  .nav-logo h1 span {
    font-size: 31px;
  }
  /* Navbar */
  nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .nav-logo {
    border: none;
    width: auto;
  }
  .nav-content {
    position: fixed;
    background: #004172;
    width: 100%;
    left: 0;
    z-index: 20;
    height: calc(100% - 73.09px);
    top: 73.09px;
    padding: 0 20px;
    display: none;
    flex-wrap: wrap;
    overflow-y: auto;
    border-top: 1px solid #1073be;
  }
  .nav-content.active {
    display: block;
  }
  .nav-bottom a {
    margin-left: 0;
    display: block;
    margin-bottom: 0;
  }
  #closeNavbar {
    display: none;
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 40px;
    font-weight: 100;
  }
  .nav-content > div:first-of-type {
    border: none;
  }
  .nav-content > div {
    display: block;
    height: auto;
    padding: 0;
  }
  .nav-content > div a {
    color: #fff !important;
    border-bottom: 1px solid #1073be;
    font-size: 32px !important;
    padding: 0.5rem 0;
  }
  .nav-content .nav-upper {
    order: 2;
  }
  .nav-upper .navbar-link {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    display: block;
    line-height: 1.5;
  }
  .navbar-search {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20px;
  }
  .nav-logo {
    padding: 0;
  }
  .nav-logo a {
    font-size: 29px;
  }
  .nav-logo img {
    width: 60px;
    top: 0;
  }
  .navbar {
    padding: 6px 15px;
  }
  .menu-btn {
    display: block;
  }
  /* Navbar */

  /* Header */
  .header-widget {
    left: 15px;
  }
  .header-right .header-backdrop:nth-of-type(1),
  .header-right .header-backdrop:nth-of-type(2) {
    height: 250px;
  }
  .header {
    height: auto;
  }
  .header-left {
    height: 400px;
  }
  .header-left,
  .header-right {
    width: 100%;
  }
  .header-backdrop {
    background-position: center !important;
  }
  /* Header */

  /* Small Cards */
  .small-cards {
    padding: 90px 0 60px;
  }
  .small-cards .row > div:last-of-type .small-card {
    margin-bottom: 0;
  }
  /* Small Cards */

  /* Slider */
  #porgramsCards {
    padding: 30px;
  }
  .sc-header .divider {
    display: none;
  }
  /* Slider */

  /* 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 */

  /* Tc */
  .widget-tc {
    height: auto;
  }
  .widget-tc-box .tc-details,
  .widget-tc:nth-of-type(even) .tc-details {
    width: auto;
    padding-top: 38px;
  }
  .widget-tc-box {
    flex-wrap: wrap;
    display: block;
  }
  .widget-tc-box img {
    width: 300px;
    height: 300px;
    margin: auto;
    display: block;
  }
  .widget-tc-box .sub-title {
    margin-left: 0;
  }
  /* Tc */
}

/* 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) {
  body {
    padding-top: 71.09px;
  }
  /* Navbar */
  .nav-bottom a {
    font-size: 15px;
    margin-left: 18px;
  }
  .nav-upper .navbar-link {
    font-size: 15px;
  }
  .nav-logo {
    width: 220px;
  }
  .nav-content {
    width: calc(100% - 220px);
    height: 71.09px;
  }
  .nav-logo a {
    font-size: 27px;
  }
  .nav-logo img {
    width: 60px;
  }
  /* Navbar */

  /* Header */
  .header-left {
    width: 60%;
  }
  .header-right {
    width: 40%;
  }
  /* Header */

  /* Tc */
  .widget-tc {
    height: auto;
  }
  .widget-tc-box .tc-details {
    width: calc(100% - 370px);
    padding-top: 20px;
  }
  .widget-tc-box img {
    width: 300px;
    height: 300px;
    /* margin: auto; */
  }
  .widget-tc-box .sub-title {
    margin-left: 0;
  }
  .widget-tc:nth-of-type(even) .tc-details,
  .widget-tc.tc-details {
    padding-top: 50px;
  }
  /* Tc */

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

  .arrows-slider button {
    width: 32px;
  }
  .sc-header .title {
    font-size: 24px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Header */
  .header-left {
    width: 65%;
  }
  .header-right {
    width: 35%;
  }
  /* Header */

  /* Tc */
  .widget-tc-box .tc-details {
    width: calc(100% - 550px);
  }
  .nav-bottom a {
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
  }
  /* Tc */

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

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .nav-content > div {
    padding: 0 55px;
  }
  .nav-logo {
    padding-left: 50px;
  }
}
