@font-face {
  font-family: dubai-l;
  src: url(../fonts/Dubai-Light.ttf);
}
@font-face {
  font-family: dubai-r;
  src: url(../fonts/Dubai-Regular.ttf);
}
@font-face {
  font-family: dubai-m;
  src: url(../fonts/Dubai-Medium.ttf);
}
@font-face {
  font-family: dubai-b;
  src: url(../fonts/Dubai-Bold.ttf);
}
.animate__animated {
  --animate-duration: 2s;
}

.iaamc-page-container .container-fluid {
  max-width: 1400px !important;
  padding-left: 15px;
  padding-right: 15px;
}

.logo {
  color: #ddb000;
  font-size: 35px;
  font-family: dubai-b;
  font-weight: bold;
}

.text-white {
  color: white !important;
}

.text-black {
  color: black !important;
}

.head-title {
  font-size: 40px;
  font-family: dubai-b;
  font-weight: bold;
}

.black-line {
  height: 4px;
  width: 60px;
  background-color: black;
}

.sec-mb {
  margin-bottom: 60px;
}

.sec-mt {
  margin-top: 60px;
}

.sec-pb {
  padding-bottom: 60px;
}

.sec-pt {
  padding-top: 60px;
}

img {
  width: 100%;
  object-fit: cover;
}

.svg-icon {
  width: 24px !important;
}

.navbar {
  position: fixed;
  width: 100%;
  z-index: 999999999999;
  top: 0;
  background-color: black !important;
}
.navbar .navbar-brand,
.navbar .nav-item a {
  color: white !important;
}
.navbar .navbar-brand {
  margin-left: 120px;
  margin-right: 50px;
  color: #efc800 !important;
  font-family: dubai-m;
}
.navbar .logo-img {
  position: absolute;
  width: 100px;
  z-index: 99999;
  top: 20px;
}
.navbar li {
  padding: 0 12px;
  list-style-type: none;
}
.navbar a:hover {
  color: #efc800 !important;
}
.navbar .line-r {
  border-right: 2px solid #acacac;
}

.navbar-light .navbar-toggler {
  color: white;
  border-color: white;
}

img {
  transition: 0.9s ease-in;
}

img:hover {
  transform: scale(1.1);
}

.carousel-inner {
  position: relative;
}
.carousel-inner img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.carousel-inner video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.carousel-inner img:hover {
  transform: none !important;
}

.carousel-inner .content {
  position: absolute;
  top: 40%;
  left: 5%;
  z-index: 99999;
  color: white;
}
.carousel-inner .content img {
  width: 40px;
  margin-bottom: 30px;
}
.carousel-inner .content p {
  font-size: 76px;
  line-height: 63px;
  font-family: dubai-b;
}
.carousel-inner .content .auther {
  font-size: 23px;
  font-family: dubai-r;
}

.hm-black img {
  height: 100vh !important;
}

.main-sessions .session-card {
  height: 530px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.main-sessions .session-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-sessions .session-card .content {
  position: absolute;
  top: 35%;
  left: 5%;
}
.main-sessions .session-card .content p {
  font-size: 75px;
  line-height: 66px;
  font-family: dubai-b;
}
.main-sessions .session-card-50 {
  height: 250px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.main-sessions .session-card-50 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-sessions .session-card-50 .content {
  position: absolute;
  bottom: 0;
  right: 0;
  min-height: auto;
  padding: 44px;
}
.main-sessions .session-card-50 .content p {
  font-size: 38px;
  line-height: 32px;
  font-family: dubai-b;
  white-space: pre;
}
.main-sessions .session-card-50-lined {
  height: 250px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.main-sessions .session-card-50-lined img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-sessions .session-card-50-lined .content {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 90%;
}
.main-sessions .session-card-50-lined .content p {
  font-size: 38px;
  line-height: 32px;
  font-family: dubai-b;
  float: left;
}
.main-sessions .session-card-50-lined .content button {
  position: absolute;
  float: right;
  right: 0;
  bottom: 20px;
}

.btn-primary {
  border: 0;
  font-size: 13px;
  padding: 5px 15px;
}
.btn-primary i {
  margin-left: 10px;
}

.btn--black {
  background-color: black;
  color: white;
}
.btn--black:hover {
  background: #fff;
  color: #000;
}
.alert-danger,
.alert-success {
  padding: 14px;
  border-radius: 4px;
}
.btn-white {
  background-color: white;
  color: black;
}
.btn-white:hover {
  background: #000;
  color: #fff;
}

.sectors {
  position: relative;
}
.sectors .carousel-inner {
  overflow: hidden !important;
}
.sectors .carousel-inner img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.sectors .carousel-inner .svg-icon {
  width: 24px !important;
  height: 12px !important;
}
.sectors .carousel-inner .sector-content {
  color: black;
  padding: 20px 0;
}
.sectors .carousel-inner .sector-content p {
  float: left;
  font-size: 30px;
  font-family: dubai-b;
  font-weight: bold;
  line-height: 1;
}
.carousel-iaamc-container .sectors .carousel-inner .sector-content button,
.carousel-iaamc-container a {
  float: right;
}
.sectors .carousel-inner .btn-black-o {
  background-color: white;
  color: black;
  border: 1px solid black;
}
.sectors .carousel-control-next {
  position: absolute;
  display: inline-block;
  right: 0;
  top: -50px;
  width: 50px;
  height: 30px;
}
.sectors .carousel-control-prev {
  position: absolute;
  display: inline-block;
  left: 92%;
  top: -50px;
  width: 50px;
  height: 30px;
}

.articles .row {
  align-items: center;
}
.articles .col-md-6 {
  overflow: hidden !important;
}
.articles .mx-h {
  max-height: 300px !important;
}
.articles .title {
  font-family: dubai-b;
  font-size: 50px;
  margin-bottom: 30px;
}
.articles .sub-title {
  font-size: 20px;
  line-height: 24px;
  font-family: dubai-r;
  margin-bottom: 30px;
  max-width: 540px;
}
.articles img {
  width: 100%;
}
.articles .article-d {
  position: relative;
  overflow: hidden;
}
.articles .article-d .content {
  position: absolute;
  top: 40%;
  left: 10%;
  color: white;
}
.articles .article-d .content p {
  font-size: 40px;
  line-height: 43px;
  margin-bottom: 20px !important;
  font-family: dubai-m;
}
.articles .article-d .content .btn-white-o {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
.articles .article-d .content-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  background-color: black;
  padding: 30px;
  width: 260px;
}
.articles .article-d .content-bg p {
  font-size: 32px;
  line-height: 30px;
  font-family: dubai-m !important;
}
.articles .article-d .content-bg .min-title {
  font-size: 21px;
  font-family: dubai-l !important;
}
.articles .article-d .content-bg .btn-white-o {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

.over-h {
  overflow: hidden;
}

footer {
  background-color: black;
  color: white;
  padding: 40px 0 0;
}
footer ul li {
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: dubai-r;
}
footer label {
  display: block;
}
footer input {
  width: calc(100% - 130px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: inline-block !important;
}
footer button {
  height: 38px;
  border: 0;
  margin-left: 10px;
  display: inline-block;
}
footer .line {
  background-color: #393939;
  margin-bottom: 0;
}
.footer-bottom {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .text {
  color: #393939;
}
footer .actions li {
  float: left;
  list-style-type: none;
  padding-right: 20px;
  font-size: 12px;
  font-family: dubai-r;
  color: #393939;
}
footer .actions .p-right {
  float: right;
}
footer a {
  color: #393939 !important;
  font-size: 18px;
}
footer a:hover {
  color: #ddb000 !important;
}

@media only screen and (max-width: 991px) {
  .navbar {
    position: fixed;
    z-index: 9999999 !important;
    width: 100%;
  }

  .navbar button {
    border: 0 !important;
  }

  button:focus {
    outline: none !important;
  }

  .logo-img {
    z-index: 9999999 !important;
  }

  .navbar .logo-img {
    position: absolute;
    width: 60px;
    top: 10px;
  }

  .navbar .navbar-brand {
    margin-left: 80px;
  }

  .navbar-collapse {
    position: fixed;
    padding-top: 20px;
    background-color: black !important;
    height: 100vh;
    top: 78px;
    right: 0;
    width: 100%;
    /* height: 100%; */
    z-index: 99999;
  }
  .navbar-collapse ul {
    padding: 0;
    text-align: center;
  }
  .navbar-collapse ul li {
    padding: 8px;
    font-size: 20px;
    border-bottom: 1px solid #313131;
  }
  .navbar-collapse ul .remove-line {
    border-bottom: 0 !important;
    padding: 0 !important;
  }
  .navbar-collapse .form-inline {
    display: grid;
    margin: 0 auto;
    text-align: center;
  }
  .navbar-collapse .form-inline li {
    padding: 20px;
  }

  .slider .content {
    position: absolute;
    top: 30%;
    z-index: 99999;
  }
  .slider .content img {
    width: 24px;
    margin-bottom: 20px;
  }
  .slider .content p {
    font-size: 48px;
    line-height: 46px;
    font-family: dubai-b !important;
  }
  .slider .content p br {
    display: none;
  }
  .slider .content .hm-black img {
    height: 100vh !important;
  }
  .slider .content .auther {
    font-size: 18px;
    font-family: dubai-r;
  }

  .indicator {
    display: none !important;
  }

  .sectors .img-h {
    height: 250px !important;
  }
  .sectors .sec {
    display: none;
  }
  .sectors .carousel-control-next {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 100%;
    width: 40%;
    height: 30px;
  }
  .sectors .carousel-control-prev {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 100%;
    width: 40%;
    height: 30px;
  }

  footer {
    padding: 40px 20px;
    padding-bottom: 0;
  }
  footer ul {
    padding: 0;
  }
  footer .p-right {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  footer input {
    width: calc(100% - 131px) !important;
  }
  footer button {
    margin-left: 0 !important;
  }
  footer button:hover {
    background-color: #ddb000;
  }
}

/*# sourceMappingURL=style.css.map */
