/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 19, 2018, 5:10:57 PM
    Author     : Lenovo
*/

.p-0 {
  padding: 0;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

header#header {
  margin-bottom: 20px;
}

.header-footer-container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100% !important;
  padding: 0 !important;
}

.header-submenu-bar {
  display: none;
}

.header-footer-border-top {
  border-top: 1px solid #000;
}

.header-footer-border-bottom {
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 1470px) {
  .header-footer-container {
    min-width: 80%;
  }
}

@media screen and (max-width: 1470px) {
  header#header.normal-menu.display-desktop-menu {
    padding: 0 15px 0 15px;
  }

  header#header.normal-menu.display-desktop-menu .header-menu-bar {
    margin-bottom: 15px;
  }
}

a:hover {
  background: none;
}

header#header .logo img {
  margin-top: 30px;
  margin-bottom: 15px;
}

header#header .site-logo img {
  max-height: 102px;
  width: 188px;
}

header#header .arm-logo {
  height: 66px;
  width: auto;
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.clearfix:after, .container-fluid:after, .container:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

/*Header Styles*/
.tickets {
  background-color: #5fe2c4;
  border: none;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  padding: 7px 22px;
}

a.tickets:hover {
  background-color: #5fe2c4;
}

.login {
  border: none;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  padding: 7px 22px;
}

header .social-menu {
  padding: 20px 0;
  overflow: hidden;
}

header .social-menu .nav {
  float: right;
}

header .social-menu li {
  margin-left: 7px;
}

header .social-menu li a {
  display: block;
  width: 26px;
  height: 26px;
  background: url("../images/social-icon.jpg") no-repeat;
  padding: 0;
}

header .social-menu li a.fb {
  background-position: 0 0;
}

header .social-menu li a.insta {
  background-position: -105px 0;
}

header .social-menu li a.yt {
  background-position: -70px 0;
}

header .social-menu li a.tw {
  background-position: -35px 0;
}

header .social-menu li:first-child {
  margin: 0;
}

/*Navigation*/
.border-top {
  border-top-color: #ddd;
}

.navbar {
  padding: 0;
}

header#header ul.navbar-nav {
  width: 100%;
  display: inline;
  padding: 0;
}

header#header ul.navbar-nav li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin: 0;
  text-transform: uppercase !important;
  letter-spacing: 0;
}

header#header ul.navbar-nav li a.nav-link {
  font-family: "ABCDiatype-Bold" !important;
  padding: 15px !important;
  font-size: 14px !important;
  margin-bottom: 4px;
  line-height: normal;
  display: block;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  color: #000;
}

header#header ul.navbar-nav li a.nav-link::after {
  display: none;
}

header#header ul.navbar-nav li:hover ul.sub-menu {
  display: block;
}

header#header ul.navbar-nav li ul.sub-menu {
  box-shadow: none;
  border: 0;
  border-top: none;
  border-bottom: none;
  margin: 0;
  background: #ffffff !important;
  position: absolute;
  display: none;
  left: 15px;
  top: 51px;
  padding: 10px 0 !important;
  width: auto !important;
  z-index: 100;
}

header#header ul.navbar-nav li ul.sub-menu li {
  padding: 0 17px !important;
}

header#header ul.navbar-nav li ul.sub-menu li a {
  font-family: "ABCDiatype-Bold" !important;
  padding: 5px 0 !important;
  font-size: 14px !important;
  text-transform: uppercase;
  display: block;
  min-width: 15rem !important;
  text-decoration: none;
  line-height: 25px;
  color: #000 !important;
  text-align: left;
}

header#header ul.navbar-nav li ul.sub-menu li a:hover {
  background-color: transparent;
}

header#header ul.navbar-nav li ul.sub-menu li:hover a {
  background: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: currentcolor;
  text-underline-offset: 4px;
}

.banner-img {
  background: url(../images/banner.jpg) no-repeat;
  background-size: cover;
  height: 100%;
  padding: 6% 0 !important;
}

section .bannertxt {
  position: relative;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 3rem 7rem;
}

section .bannertxt a.tickets {
  color: #004048 !important;
  font-weight: 500;
  font-size: 16px;
}

section .bannertxt a.ticket:hover {
  background-color: #5fe2c4 !important;
  color: #004048 !important;
}

section .bannertxt h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 32px;
}

section .bannertxt p {
  font-weight: 300;
}

section .bannertxt p strong {
  font-weight: bold;
}

section .content-home {
  margin-top: 15px;
}

section .content-home p {
  margin-bottom: 0px;
}

section .content-home a {
  color: #5fe2c4
}

.registration-form .content-home a {
  color: #5fe2c4
}

.apply h3 {
  font-weight: bolder;
  text-transform: uppercase;
}

.apply .border-bottom {
  border-bottom: 5px solid #5fe2c5 !important;
  width: 3%;
  line-height: 15px;
}

@media (max-width: 576px) {
  .apply .howto-apply-bg {
    background-position: 25px 0 !important;
  }
}

.section .row {
  padding: 0 5rem;
}

.section h3 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 50px;
  color: #050505;
}

.section .bd {
  border-bottom: 5px solid #5fe2c5 !important;
  width: 3%;
  line-height: 15px;
}

.section p {
  font-weight: 400;
  padding-bottom: 25px;
}

.sections-content h3 {
  margin-bottom: 1rem;
}

.sections-content p {
  margin-bottom: 30px;
}

.sections-content p:not(:last-of-type) {
  border-bottom: 1px solid #dee2e6 !important;
}

.ad-outer-wrap {
  background: url(../images/login-bg.jpg) no-repeat;
  padding: 100px 0;
  background-size: cover;
}

.ad-outer-wrap .login-registration-box article {
  background: none;
}

.ad-outer-wrap .login-registration-box .forms {
  text-align: center;
}

@media (max-width: 575.98px) {
  .ad-outer-wrap {
    padding: 20px 0 !important;
  }

  section .bannertxt {
    padding: 0 !important;
  }

  .ad-outer-wrap .login-registration-box .forms form {
    padding: 20px 5% !important;
  }

  .login-registration-box {
    margin: 0 !important;
  }

  .howto-icons {
    padding-left: 0 !important;
  }

  .ht-icon1,
  .ht-icon2,
  .ht-icon2,
  .ht-icon3,
  .ht-icon4,
  .ht-icon5 {
    padding: 95px 0 !important;
    height: inherit !important;
    background-position: top center !important;
    text-align: center !important;
    margin-bottom: 0px !important;
    padding-bottom: 30px !important;
  }

  .section .row {
    padding: 0 !important;
  }

  form {
    padding: 0 !important;
  }

  .forms {
    width: 100% !important;
  }

  /*User Dashboard*/
  .home-wizard .steps ul li a .title,
  .application-wizard .steps ul li a .title {
    display: none !important;
  }

  .home-wizard .steps ul li {
    width: 25% !important;
    height: 55px !important;
  }

  .ad-outer-wrap .application-form .content .section-inner .col4 .text-box {
    margin-bottom: 5px !important;
    width: 100% !important;
  }

  .home-wizard .actions ul li {
    display: block !important;
    margin-bottom: 5px !important;
  }

  .ad-outer-wrap .application-form .content .section-inner .add-more {
    width: 100% !important;
  }

  .ad-outer-wrap .application-form .content .section-inner .col2 .text-box,
  .ad-outer-wrap .application-form .content .section-inner .select-picker,
  .ad-outer-wrap .application-form .content .section-inner .col3 .text-box {
    width: 100% !important;
    margin-bottom: 5px;
  }


}

/*footer*/

footer#footer {
  height: auto;
  padding: 0 !important;
  margin-top: 20px;
  background-color: #fff;
  color: #000;
}

footer#footer.bg-black {
  color: #fff;
}

footer#footer section:first-of-type {
  padding-top: 0px !important;
}

footer#footer .footer_menu {
  width: 100%;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}

footer#footer .footer_menu .newsletter {
  padding: 12px 15px 11px 15px;
  margin-right: 16px;
}

footer#footer .footer_menu .newsletter span {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 11px;
  line-height: 15.5px;
  font-size: var(--font-size-small-x);
}

footer#footer .footer_menu .newsletter form.mail-signup {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
  vertical-align: text-bottom;
  max-height: 27px;
}

footer#footer .footer_menu .newsletter form.mail-signup input {
  display: inline;
  margin-bottom: 0;
  width: 100%;
  padding-left: 12px;
  min-height: 100%;
  font-size: var(--font-size-small-x);
  min-width: 100%;
  height: 29px;
  line-height: 12px;
}

footer#footer .footer_menu .newsletter form.mail-signup a.submit {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #000;
  cursor: pointer;
  position: relative;
  display: table-cell;
}

footer#footer .footer_menu .newsletter form.mail-signup input.hidden_submit {
  background: none;
  padding: 0;
  width: 41px;
  height: 29px;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
}

footer#footer .footer_menu .newsletter form.mail-signup input.hidden_submit:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

footer#footer .footer_menu>.header-footer-container {
  padding: 0 !important;
}

footer#footer .footer_menu>.header-footer-container #nav-wrap>.header-footer-container {
  padding: 0 !important;
}

footer#footer .footer_menu .header-footer-container .row {
  display: flex;
  align-items: center;
}

footer#footer .footer_menu .socialfollow-icon {
  display: flex;
  align-items: center;
  float: right;
  margin-right: -10px;
}

footer#footer .footer_menu .socialfollow-icon a {
  padding: 0 10px;
}

footer#footer .footer_menu .socialfollow-icon a img {
  width: 22px;
  height: auto;
}

footer#footer .footer_menu .footer-subscribe {
  margin-right: 30px;
}

footer#footer .footer_menu .footer-subscribe a:hover {
  text-decoration: none;
}

footer#footer .footer_menu .footer-subscribe input {
  margin: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  width: 250px;
  padding: 0;
  line-height: 100%;
  font-size: 14px;
  background: transparent;
  font-family: "ABCDiatype-Bold";
  font-weight: 700;
  outline: none !important;
  box-sizing: none !important;
  cursor: pointer;
  caret-color: transparent;
  color: #000 !important;
  min-width: 210px;
  max-width: 100%;
  min-height: 36px;
  display: block;
}

footer#footer .footer_menu .footer-subscribe input:focus {
  box-shadow: none;
}

footer#footer.bg-black .footer_menu .footer-subscribe input {
  border-bottom: 1px solid #fff;
}

footer#footer .footer_menu .menu-item a {
  font-family: "ABCDiatype-Bold" !important;
}

footer#footer .footer_menu ul#nav2 {
  justify-content: space-between;
  padding: 0;
}

footer#footer .footer_menu ul#nav2 li a {
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  font-family: "ABCDiatype-Bold" !important;
  font-size: 14px;
  padding: 15px 0;
  color: #000;

}

footer#footer .footer_menu ul#nav2 li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: currentcolor;
  text-underline-offset: 4px;
}

footer#footer .footer_partners_container {
  padding-bottom: 180px !important;
  border-top: 1px solid #000;
  padding-left: 0;
  padding-right: 0;
}

footer#footer .header-footer-container > .row {
  margin: 0;
}

footer#footer .footer_partners_container .advertising {
  padding: 10px 0 0 0;
}

footer#footer .footer_partners_container .advertising .partner-title {
  font-size: 14px;
  font-family: "ABCDiatype-Bold" !important;
  color: #000 !important;
  margin-bottom: 30px;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

footer#footer.bg-black .footer_partners_container .advertising .partner-title {
  color: #fff !important;
}

footer#footer .footer_partners_container .advertising .partner-image img {
  max-height: 40px;
  width: auto;
  height: 100%;
  text-align: left;
}

footer#footer .footer_partners_container .advertising .partner-image {
  text-align: left;
}

footer#footer .footer_partners_container .advertising .partner-image img.julius {
  max-height: 49px;
  top: -3px;
  position: relative;
}

footer#footer .footer_partners_container .advertising .partner-image img.paiget {
  max-height: 42px;
  padding: 0px 0;
  position: relative;
  top: 3px;
}

footer#footer .footer_partners_container .advertising .partner-image img.huna {
  max-height: 59px;
  position: relative;
  top: -15px;
  left: -23px;
}

footer#footer .footer_partners_container .advertising .partner-image img.dubai {
  max-height: 47px;
  position: relative;
  top: -1px;
}

footer#footer .footer_partners_container .advertising .footer-bottom-text {
  font-family: "ABCDiatype-Bold" !important;
  margin-top: 60px;
  color: #000 !important;
  font-size: 16px;
  font-style: italic;
}

@media screen and (max-width: 1470px) {
  footer#footer {
    padding: 0 !important;
  }

  footer#footer .footer_partners_container .advertising {
    padding: 10px 0 20px 0;
  }
}

@media screen and (max-width: 1200px) {
  footer#footer .footer_menu .header-footer-container .row {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  footer#footer {
    margin-top: 0 !important;
    padding: 0 !important;
  }

  footer#footer .footer_menu {
    padding: 0;
    background-color: transparent;
  }

  footer#footer .footer_partners_container {
    padding-bottom: 180px !important;
    padding-left: 0;
    padding-right: 0;
  }

  footer#footer .footer_menu .header-footer-container .row {
    display: block;
  }

  footer#footer .footer_partners_container .advertising .footer-bottom-text {
    text-align: left;
  }

  footer#footer .footer_menu ul#nav2 {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    background: transparent;
    border: 0;
    padding-bottom: 0;
    z-index: 1;
  }

  footer#footer .footer_menu ul#nav2 li a {
    text-align: left;
    padding: 5px 0;
  }

  footer#footer .footer_menu .socialfollow-icon {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  footer#footer .footer_menu .socialfollow-icon a {
    padding: 0px 10px;
    display: inline-flex;
    margin: 20px 0;
    float: left;
  }

  footer#footer .footer_menu .footer-subscribe input {
    width: 100%;
  }

  footer#footer .footer_menu .footer-subscribe {
    margin-right: 0;
  }

  footer#footer .footer_menu ul#nav2 {
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  footer#footer .footer_menu ul#nav2 li {
    border-bottom: 0;
  }

  footer#footer .footer_partners_container .advertising {
    margin-bottom: 10px;
  }

  footer#footer .footer_partners_container .advertising .partner-image img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  header#header.fixed_header {
    padding: 0 15px !important;
  }

  header#header .logo .site-logo {
    max-height: 50px;
    margin-bottom: 20px !important;
  }

  header#header .logo .arm-logo {
    width: auto !important;
  }

  header#header .navbar-toggle {
    top: 30px;
    right: 15px;
  }

  header#header .site-logo img {
    width: 120px;
  }

  header#header .arm-logo {
    height: 50px;
    padding-right: 0;
  }

  header#header.display-mobile-menu .logo {
    border-bottom: 1px solid currentColor;
  }

  nav.display-mobile-menu .logo {
    display: flex;
    border-bottom: 1px solid var(--color-black);
  }

  nav.display-mobile-menu .logo .site-logo {
    max-height: 50px;
    margin-bottom: 20px;
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 415px) {
  #sub-form {
    max-width: 100%;
    padding: 40px 20px;
  }

  #sub-form .input-group {
    display: block;
  }

  header#header .logo .site-logo {
    min-width: auto;
    width: 100%;
  }

  header#header .logo .arm-logo {
    min-width: auto;
    width: 130px;
  }

  header#header .navbar-toggle {
    background: none;
    display: inline-block;
    position: absolute;
    top: 30px;
    z-index: 99999;
    right: 15px;
    left: initial;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

ul#nav2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: right;
}

ul#nav2>li {
  padding: 0;
  position: static;
}

#nav2 li {
  list-style: none;
  padding: 0 12px;
  margin: 0;
  float: left;
  display: block;
  height: 100%;
  vertical-align: middle;
}

#nav2 a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding: 0px;
  line-height: 30px;
  color: #666;
  outline: 0;
  opacity: 1;
  text-align: center;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#nav2 li#magic-line2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 5px;
}

#search_button {
  color: #c8c8c8;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: table-cell;
  border-left: none;
  background: url("../images/search.png") no-repeat center #fdfdfd;
  padding: 0 18px;
  border-color: #58595b;
  height: 49px;
}

#search_button>input {
  background: none;
  padding: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  position: absolute;
  margin: 0;
  left: 4px;
  top: 9px;
}

#search_button>input:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#search_input {
  margin: 0;
  border-right: 0;
  height: 49px;
  border-color: #58595b;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 45px;
}

#subscription_button .hidden_submit {
  width: 33px;
  height: 29px;
  top: -1px;
  border: none;
}

.language_dropdown {
  width: 50%;
  display: inline-block !important;
}

.language_dropdown label {
  float: left;
}

.language_dropdown.language_dropdown_writing {
  padding-left: 15px;
}

.language_dropdown.language_dropdown_reading {
  padding-right: 15px !important;
}

input::-webkit-input-placeholder {
  line-height: normal !important;
}

.related-articles-mobile {
  display: none;
}

/*Application Pages*/
.ad-outer-wrap .application-form .content .section-inner p,
.ad-outer-wrap .application-form .content .section-inner.terms-conditions>ul>li {
  font-family: 'GothamBook';
  font-size: 14px;
}

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