/* 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 #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-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;
}
/** Buttons **/
/* Global */

/* Navbar */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 13px 0;
  background: #fff !important;
  box-shadow: 0px 2px 2px #00000017;
}
.vertical-line {
  font-size: 22px;
}
nav.active {
}
.navbar {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: space-between;
}
.nav-btns .us button {
  font-size: 21px;
  padding: 3px;
  color: #0020a5;
}
.nav-btns .us button span:before {
  color: #0020a5;
  font-weight: 600;
}
.nav-links {
  display: flex;
}
.nav-link {
  margin: 0 10px;
  color: #0020a5;
  font-size: 20px;
  padding: 0.5rem 0.4rem;
}
.nav-logo a {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #fff;
  font-size: 33px;
}
.nav-logo span {
  font-weight: bold;
  font-size: 39px;
  line-height: 1;
}
.menu-btn {
  width: 38px;
  height: 22px;
  position: relative;
  display: none;
  cursor: pointer;
  margin-left: 11px;
}
/* .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: #0020a5;
  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 img {
  width: 70px;
  transform: none;
}
.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: #004172;
}
/* 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-header .nav-logo img {
  width: 70px;
}
.navbar-header .nav-logo span {
  font-size: 33px;
}
.navbar-body {
  height: calc(100% - 226px);
  overflow-y: auto;
  padding: 30px 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: 10px 14px;
  font-size: 26px;
  border: 1px solid transparent;
  margin-left: -10px;
}
.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: 600;
}
.top-links .tp-links {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}
.nb-border-left {
  border-left: 1px solid #fff;
  padding-left: 70px;
}
.nb-view img {
  width: 250px;
  height: 180px;
  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: 17px;
  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: 40px;
  padding-bottom: 40px;
}
/* Navbar Links */

/* Search */
.fluid-search {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 29;
  width: 100%;
  height: 100%;
  display: none;
}
.fluid-search.active {
  display: block;
}
.search-container-content {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1600px + 10%);
  overflow: auto;
}
.search-content {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.search-content .title {
  position: relative;
  line-height: 1.1;
  font-size: 60px;
  font-weight: bolder;
  color: #004172;
  padding-top: 25px;
}
.search-input {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 50px;
  margin: 45px 0 25px;
  padding: 10px 10px 10px 20px;
  position: relative;
}
.search-input input {
  width: calc(100% - 40px);
}
.search-input .icon-search {
  width: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.search-content .title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 170px;
  height: 6px;
  background-color: #004172;
}
.exit-search .ic {
  font-weight: 600;
  font-size: 30px;
}
.search-navbar {
  padding: 15px 20px;
}
.search-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search-link:first-of-type {
  width: 100% !important;
}
.search-link {
  width: 47%;
}
.search-link:hover .link {
  color: #004172;
}
.search-link .link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  color: #6e6d76;
}
.search-link .link.active {
  color: #004172;
}
.big-logo img {
  width: 125px;
}
/* Search */

/* Header */
.header {
  padding: 50px 0;
  margin-top: 70px;
}
.header-cards {
  display: flex;
  flex-wrap: wrap;
  background-size: cover;
}
.header-details {
  background: #0020a5;
  padding: 28px 40px;
}
.header-cards > div {
  width: 50%;
  background-size: cover;
  background-position: center;
}
.header-cards {
  border-bottom: 12px solid #ceb163;
}
/* Header */

/* Pages Cards */
.pages-cards {
  padding-bottom: 20px;
}
.pcard {
  padding: 20px 30px;
  margin-bottom: 30px;
}
/* Pages Cards */

/* PS Cards */
.ps-cards {
  /* padding: 20px 60px */
  margin-bottom: 60px;
}
.ps-card {
  margin-bottom: 20px;
}
.ps-card-view {
  border-bottom: 3px solid #00417214;
}
.ps-card-view img {
  height: 118px;
  object-fit: cover;
  border-bottom: 10px solid #fff;
  width: 100%;
}
.ps-card-details {
  padding: 10px 0;
}
.ps-card-details .title {
  color: #004daf;
  font-weight: bold;
  font-size: 27px;
}
.ps-btn {
  color: #4f9eed;
  font-weight: 600;
  font-size: 14px;
}
/* PS Cards */

/* Badges */
.badge-quality {
  padding: 60px 0;
  display: flex;
  border-right: 1px solid #437aa333;
}
.q-badge-details {
  padding-left: 23px;
}
.q-badge-details .btn-square {
  font-size: 14px;
}
.q-badge-view {
  position: relative;
}
.badges-row {
  padding: 0;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  position: relative;
}
.badges-row > div {
  width: 50%;
}
.badge-quality,
.badge-news {
  height: 100%;
}
.badge-quality .title {
  color: #004172;
  font-weight: 600;
  line-height: 1;
  font-weight: bold;
}
.news-input {
  padding: 5px 16px;
  width: calc(100% - 118px);
  border: 1px solid #d8d8d8;
}
.badge-news {
  padding: 70px 30px;
  overflow: hidden;
}
.newsletter {
  position: relative;
}
.quote-mark {
  font-size: 100px;
  line-height: 1;
  position: absolute;
}
.subscribe-btn {
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  background: #000f80;
}
.subscribe-btn:hover {
  background: #020d5d;
}
.subscribe-btn:active {
  opacity: 0.5;
}
.subscribe-btn .ic:before {
  font-weight: bold;
  font-size: 15px;
  margin-left: 7px;
  color: #fff;
}
/* Badges */

/* Footer */
footer {
  padding: 30px 0 10px;
  background: #000f80;
  border-top: 15px solid #ceb163;
}
footer .footer-content {
  border-bottom: 1px solid #7e7e7e;
  display: flex;
  padding: 30px 0;
}
footer div,
footer span,
footer i,
footer a {
  color: #999;
}
footer .bg-title {
  color: #fff;
  font-size: 45px;
}
footer .text {
  color: #fff;
  font-size: 14px !important;
}
.footer-logo {
  padding: 10px 0;
}
.footer-logo {
  width: 200px;
}
.footer-logo .text {
  font-size: 12px;
}
.footer-links {
  padding: 15px 20px;
}
.footer-link {
  margin-right: 20px;
  font-size: 17px;
  color: #9b9b9b;
  display: inline-block;
}
.footer-link:hover {
  color: #fff;
  text-decoration: underline !important;
}
.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: #fff;
}
/* Footer */

/* 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 {
    padding: 12px 0;
  }
  .nav-logo span {
    font-size: 32px;
  }
  .nav-logo img {
    width: 55px;
  }
  .nav-btns .us button {
    font-size: 19px;
  }
  .vertical-line {
    font-size: 20px;
  }
  .menu-btn {
    display: block;
  }
  .nav-links {
    background: #000f80;
    position: fixed;
    height: calc(100% - 72.25px);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    top: 72.25px;
    left: 0;
    z-index: 100;
    overflow-y: auto;
    display: none;
  }
  .nav-links.active {
    display: block;
  }
  .nav-links .nav-link {
    font-size: 32px;
    width: 100%;
    border-bottom: 1px solid rgba(208, 216, 119, 0.25);
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
  /* Navbar */

  /* Header */
  .header {
    padding: 30px 0;
  }
  .header-view {
    height: 270px;
  }
  .header-cards > div {
    width: 100%;
  }
  /* Header */

  /* PS Cards */
  .ps-cards {
    padding: 0;
  }
  .ps-card-view img {
    height: auto;
  }
  /* PS Cards */

  /* Badges */
  .q-badge-view {
    width: 80px;
    height: auto;
  }
  .q-badge-view img {
    width: 100%;
  }
  .q-badge-details {
    padding-left: 30px;
  }
  .badges-row {
    display: block !important;
  }
  .badges-row > div {
    width: 100%;
  }
  .badge-news {
    padding-left: 0;
    padding-right: 0;
  }
  .badges-row:after {
    content: none;
  }
  .badge-quality {
    border: none;
  }
  /* 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 */
  nav {
    padding: 12px 0;
  }
  .nav-logo span {
    font-size: 32px;
  }
  .nav-logo img {
    width: 55px;
  }
  .nav-btns .us button {
    font-size: 19px;
  }
  .vertical-line {
    font-size: 20px;
  }
  .menu-btn {
    display: block;
  }
  .nav-links {
    background: #000f80;
    position: fixed;
    height: calc(100% - 72.25px);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    top: 72.25px;
    left: 0;
    z-index: 100;
    overflow-y: auto;
    display: none;
  }
  .nav-links.active {
    display: block;
  }
  .nav-links .nav-link {
    font-size: 32px;
    width: 100%;
    border-bottom: 1px solid rgba(208, 216, 119, 0.25);
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
  /* Navbar */

  /* PS Cards */
  .ps-cards {
    padding: 0;
  }
  /* PS Cards */

  /* Badges */
  .badges-row:after {
    content: none;
  }
  .badge-quality {
    border: none;
  }
  /* 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) {
  .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-logo img {
    width: 62px;
  }
  .nav-logo span {
    font-size: 36px;
  }
  .nav-btns .us button {
    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;
  }
}
