/* 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,
nav,
.icon-arrow-right:before,
.nv-link,
.ic:before,
.line {
  -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;
}
.white-background {
  background: #fff;
}
.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%);
}
.hidden-sm {
  display: none;
}
.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;
}
.page-container button,
.page-container a {
  border-radius: 0 !important;
}

/** 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;
}
.btn-line {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.btn-line .line {
  position: absolute;
  width: 30px;
  height: 1.5px;
  top: 50%;
  left: 108%;
  transform: translateY(-50%);
}
.btn-line:hover .line {
  left: 120%;
}
/** 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;
  color: #d1d1d1;
  font-weight: normal;
}
.nav-logo {
  margin: 0;
}
.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;
}
.nav-logo a {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #fff;
  font-size: 33px;
}
.nav-logo span,
.nav-logo h1 {
  font-weight: bold;
  line-height: 1;
  font-size: 2.5rem;
}
.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;
}
.menu-text {
  position: absolute;
  bottom: -4px;
  left: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  color: #004172;
}
/* Navbar */

/* 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%);
  height: 100%;
  overflow: auto;
}
.search-container {
  min-height: calc(100vh - 175px);
}
.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 Slider */
.swiper-container {
  height: calc(100vh - 92.18px);
  min-height: 630px;
  position: relative;
}
.swiper-container .container {
  position: relative;
  height: 100%;
}
.swiper-slide {
  position: relative;
  background-size: cover;
}
.slider-widget {
  padding: 25px 50px 20px;
  border-top-right-radius: 130px;
  background: #b13934;
  bottom: 0;
  position: absolute;
  width: 450px;
}
.slider-widget .text {
  font-size: 19px;
}
.slider-widget .btn-line {
  font-size: 21px;
}
.slider-widget .bg-title {
  position: relative;
  font-size: 53px;
}
.slider-widget .bg-title-line {
  width: 6px;
  height: 88%;
  left: -20px;
  position: absolute;
  top: 3px;
}
.swiper-arrows-content {
  position: absolute;
  right: 50px;
  bottom: 30px;
  z-index: 10;
}
.swiper-arrows-content button {
  margin-left: 10px;
}
.swiper-arrows-content .icon:before {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
}
/* Header Slider */

/* What We Do */
.whatwedo-container {
  padding: 70px 0;
}
.whatwedo-container .title {
  font-size: 35px;
  position: relative;
  display: inline-block;
}
.whatwedo-container .bg-title-line {
  position: absolute;
  left: 110%;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 3px;
  background: #ceb163;
}
.wwe-row {
  display: flex;
  justify-content: space-between;
}
.wwe-left {
  width: 56%;
  position: relative;
}
.wwe-widget {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 330px;
  background: #000f80;
  padding: 22px 30px;
}
.wwe-widget .bg-title {
  font-size: 32px;
}
.wwe-widget .btn-line {
  border: 1px solid #af8f3a;
  color: #fff;
  border-radius: 50px;
  padding: 3px 20px;
  font-size: 15px;
}
.wwe-widget .btn-line:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.wwe-widget .btn-line:active {
  opacity: 0.5;
}
.wwe-right {
  width: 42%;
}
.wwe-card {
  display: flex;
  margin-bottom: 27px;
}
.wwe-card:last-of-type {
  margin: 0;
}
.wwe-card img {
  width: 267px;
  object-fit: cover;
}
.wwe-details {
  padding-left: 25px;
}
.wwe-details .title {
  padding: 0;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 6px;
  margin-bottom: 6px;
  display: block;
}
.wwe-details .read-more-btn {
  font-weight: 600;
  font-size: 14px;
  color: #458fcc;
}
/* What We Do */

/* Became A */
.becamea-container {
  padding-bottom: 60px;
}
.ba-bb {
  border-top: 1px solid #c9c9c9;
  padding-top: 60px;
}
.ba-card {
  display: flex;
  margin-bottom: 25px;
}
.ba-card img {
  height: 108px;
  object-fit: cover;
}
.ba-details {
  padding-left: 18px;
}
.ba-details .title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  color: #000f80;
}
.ba-details .btn-line {
  color: #9f9f9f;
}
.ba-details .btn-line .line {
  background: #9f9f9f;
}
/* Became A */

/* Footer */
footer {
  padding: 30px 0 10px;
  background: #000f80;
  border-top: 15px solid #ceb163;
}
footer .footer-content {
  border-bottom: 1px solid #7e7e7e;
  padding: 20px 0 40px;
}
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;
  display: flex;
  flex-wrap: wrap;
}
.footer-link {
  font-size: 17px;
  color: #9b9b9b;
  display: inline-block;
  width: 33%;
  margin-bottom: 10px;
}
.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;
}
.newsletter .form-group {
  border: none;
  padding: 0;
}
.newsletter .form-control {
  background: #fff;
  width: calc(100% - 116px);
  padding: 9px;
  font-size: 17px;
  border-radius: 1px solid #000;
}
.subscribe-btn {
  background: #fff;
  padding: 5px 16px;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.subscribe-btn .icon:before {
  color: #000;
  font-weight: 600;
}
/* Footer */
.alert-danger,
.alert-success {
  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;
  }
  .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;
    transform: scale(1.1);
    top: 0;
  }
  .nav-btns .us button {
    font-size: 19px;
  }
  .vertical-line {
    font-size: 20px;
  }
  .menu-btn {
    display: block;
  }
  /* Navbar */

  /* Slider Header */
  .slider-widget .bg-title {
    font-size: 30px;
  }
  .slider-widget .bg-title-line {
    display: none;
  }
  .slider-widget {
    padding: 25px 20px 20px;
    border-radius: 30px 30px 0 0;
    max-width: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%);
  }
  .swiper-slide {
    background-position: center;
  }
  .swiper-arrows-content {
    justify-content: center;
    position: relative;
    right: 0;
    bottom: -14px;
    transform: none;
    display: flex;
    width: auto;
  }
  .swiper-arrows-content > button {
    background: #2c399a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
  }
  .swiper-arrows-content > button .icon:before {
    font-size: 17px;
  }
  /* Slider Header */

  /* What We Do */
  .wwe-row {
    display: block;
  }
  .wwe-row > div {
    width: 100%;
    margin-bottom: 30px;
  }
  .wwe-widget .bg-title {
    font-size: 23px;
  }
  .wwe-card img {
    width: 100%;
    margin-bottom: 23px;
  }
  .wwe-details {
    padding-left: 0;
  }
  .wwe-card {
    display: block;
  }
  /* What We Do */

  /* Footer */
  footer {
    padding: 20px 0 10px;
  }
  .footer-logo {
    border-right: none;
  }
  .footer-bottom,
  .fb-text {
    display: block !important;
  }
  .footer-links {
    padding: 10px 0;
  }
  .footer-link {
    width: 50%;
  }
  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) {
}

@media (max-width: 991.98px) {
  .hidden-sm {
    display: block !important;
  }
  .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 .nav-link {
    font-size: 32px;
    width: 100%;
    border-bottom: 1px solid rgba(208, 216, 119, 0.25);
    color: #fff !important;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
  .nav-links.active {
    display: block;
  }
}

/* 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;
  }
  /* Navbar */

  /* Swiper */
  .swiper-arrows-content {
    bottom: -50px;
  }
  /* Swiper */

  /* What We Do */
  .wwe-row {
    display: block;
  }
  .wwe-row > div {
    width: 100%;
    margin-bottom: 30px;
  }
  .wwe-card img {
    width: 182px;
  }
  /* What We Do */

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

  /* Swiper */
  .swiper-arrows-content {
    bottom: -50px;
  }
  /* Swiper */

  /* What We Do */
  .wwe-row {
    display: block;
  }
  .wwe-row > div {
    width: 100%;
    margin-bottom: 30px;
  }
  .wwe-card img {
    width: 182px;
  }
  /* What We Do */

  /* Footer */
  footer .footer-content {
    flex-wrap: nowrap;
  }
  .footer-link {
    width: 50%;
  }
  /* Footer */
}

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