/*  */
/* Global */
/*  */
/* gold #FFD700 */
@font-face {
  font-family: "GESSTwo";
  src: url("../fonts/GESSTwo/GESSTwoMedium-Medium.woff");
}

* {
  padding: 0;
  margin: 0;
  font-family: "GESSTwo";
  box-sizing: border-box;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: #042a5a;
}

.embed-responsive:focus {
  outline: unset !important;
}

#aspnetForm {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

[dir=rtl] *{
  text-align: right;
}

[dir=ltr] *{
  text-align: left;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
}

.txt-eng {
   font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.dir-left {
  direction: ltr !important;
  text-align: left;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a {
  color: #042a5a;
}
a:hover {
  color: #042a5a;
  text-decoration: none;
}
.btn-pills {
  border-radius: 15px;
}

.main-text {
  color: #AA8C2C/*rgb(192, 158,88) /*#042a5a*/;
}

.bg-navy {
  background-color: #042a5a;
}

.border-navy {
  border: 1px solid #042a5a;
}

.color-gold {
  color: #ffd700 !important;
}


/* scrolling  */
html {
  scroll-behavior: smooth;
}
/*scrolling offset */
.sticky-offset {
  top: 64px;
}

@media only screen and (max-width: 520px) {
.sticky-offset {
  top: 94px;
}
}


#home,
#steps,
#programs,
#benefits {
  padding-top: 6.7rem;
  margin-top: -6.7rem;
}

#contactUs {
  padding-top: 28rem;
  margin-top: -28rem;
}

/*  */
/* Home Page */
/*  */

/* Nav */
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.search-form {
  display: flex;
  align-items: center;
  position: relative;
}

.fa-search {
  position: absolute;
  color: #999;
  left: 10px;
  right: auto;
  padding: 1px;
  background-color: #fff;
}

[dir=ltr] .fa-search {
  right:10px;
  left: auto;
}

.search-input {
  padding-right: 20px;
  padding-left: 0;
  border: none !important;
  box-shadow: none !important;
  border-radius: 24px;
  height: 30px;
  width: 200px !important;
}

[dir=ltr] .search-input {
  padding-right: 0;
  padding-left: 20px;
}

:: -webkit-search-cancel-button {
  display: none;
}

.nav-search:focus {
  border: none;
  box-shadow: none;
}

.lang .dropdown-menu {
  min-width: 4rem !important;
}

.lang .btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
/* .lang .dropdown-menu {
  z-index: 1300 !important;
}
.sticky-top {
  z-index: 300;
} */

/*Main nav */

.main-nav .nav-item,
.main-nav .nav-item .nav-link {
  color: #000 !important;
}

  .main-nav .nav-item:hover,
  .main-nav .nav-item.active,
  .main-nav .nav-item.active .nav-link,
  .main-nav .nav-item:hover .nav-link {
    background-color: #042a5a;
    color: #fff !important;
  }

.main-nav .dropdown-menu {
  text-align: unset;
}

.main-nav .dropdown-menu {
  width: 30%;
  background-color: #042a5a;
  color: #fff !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.main-nav .dropdown-item {
  color: #fff;
}

  .main-nav .dropdown-item:hover {
    color: #000;
  }

/* Welcome */
.h-apply {
  writing-mode: vertical-rl;
  text-orientation: inherit;
  transform: rotate(180deg);
  left: -1;
  background-color: #042a5a;
  padding: 1.2rem;
  border-radius: 25px;
  color: #fff;
}

#welcomeCarousel .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

#welcomeCarousel .carousel-control-prev:hover {
  background: -webkit-gradient( linear, left top, right top, from(rgba(0, 0, 0, 0.25)), color-stop(45%, rgba(0, 0, 0, 0)) );
  background: linear-gradient( to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 45% );
}

#welcomeCarousel .carousel-control-next:hover {
  background: -webkit-gradient( linear, right top, left top, from(rgba(0, 0, 0, 0.25)), color-stop(45%, rgba(0, 0, 0, 0)) );
  background: linear-gradient( to left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 45% );
}

#welcomeCarousel .carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  top: 25%;
  bottom: unset;
}

#welcomeCarousel .carousel-item img {
  height: 550px;
}
/* #welcome {
  background-image: url("../../images/pyramids.jpg");
  background-position: center;
  background-size: cover;
  height: 600px;
} */

/* @media only screen and (max-width: 992px) {
  #welcome {
    height: 450px;
  }
  #welcome h1 {
    font-size: 2.2rem;
  }
  #welcome h4 {
    font-size: 1.3rem;
  }
  #welcome .h-apply {
    bottom: 10%;
    padding: 0.6rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
  #welcome h1 {
    font-size: 2rem;
  }
  #welcome h4 {
    font-size: 1rem;
  }
  #welcome {
    height: 350px;
  }
} */

/* Steps */
@media only screen and (max-width: 768px) {
  #steps h2 {
    font-size: 1.8rem;
  }

  #steps .border-left {
    border: none !important;
  }
}

@media only screen and (max-width: 480px) {
  #steps h2 {
    font-size: 1.5rem;
  }
}

/* Programs */
.programs-container {
  width: 85%;
}

@media only screen and (max-width: 992px) {
  .programs-container {
    width: 100%;
  }
}

/* benefits */
@media only screen and (max-width: 768px) {
  #benefits h4 {
    text-align: center;
  }

  #benefits p {
    text-align: center;
  }
}

/* Footer */
.social h3 {
  color: #8e4dc1;
}

.social a {
  filter: brightness(85%);
}

  .social a img {
    border-radius: 50px;
  }

  .social a:hover {
    filter: brightness(100%);
  }
/*  */
/* Form */
/*  */
.form-container {
  width: 90%;
}

.custom-btn {
  background-color: #042a5a;
  color: #fff;
}

  .custom-btn:hover {
    filter: brightness(90%);
    color: #fff;
  }

#v-pills-tab .nav-link {
  font-weight: 500;
  font-size: 1rem;
  color: #000;
}

.btn {
  line-height: 1;
}

#v-pills-tab .nav-link span:nth-child(1),
.tab-title span {
  font-weight: 500;
  font-size: 1rem;
  height: 35px;
  width: 35px;
  padding: 0.5rem 0.5rem;
  color: #000;
  background-color: #f3f3f3;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

#v-pills-tab .nav-link.active,
.tab-title {
  color: #042a5a !important;
  overflow: hidden;
}

  #v-pills-tab .nav-link.active span:nth-child(1),
  .tab-title span {
    background-color: #042a5a !important;
    color: #fff;
  }

  .tab-title .btn:hover {
    cursor: unset;
    color: #fff !important;
  }

.h-line:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 25px;
  bottom: 7%;
  right: 20px;
  border-left: 2px solid #999;
  transform: translate(-50%);
}

.panel-tag {
  padding: 0.5rem 0.5rem;
  margin-bottom: 1rem;
  border-right: 3px solid #042a5a;
  background: black;
  color: #fff;
  opacity: 0.8;
  font-weight: 400;
  font-size: 1rem;
  border-radius: 8px 0 0 8px;
}
/*  */

@media (max-width: 992px) {
  #v-pills-tab .nav-link.active span:nth-child(2) {
    display: none !important;
  }

  #v-pills-tab .nav-link span:nth-child(2) {
    display: none !important;
  }

  .form-container {
    width: 100%;
  }
}
/* form-container */

@media (max-width: 768px) {
}

/* Wife */
.details-box {
  position: relative;
  max-width: 540px;
  width: 100%;
  margin-bottom: 16px;
  background-color: rgb(252, 252, 252);
  padding: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(235, 237, 240);
  border-image: initial;
  border-radius: 2px;
}

/* Modal */
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 90%;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 90%;
  }
}

.modal-header .close {
  padding: 0 !important;
  margin: 0 !important;
}

/*  */
/* [aria-expanded="true"] .collapsed-reveal {
  display: block;
} */
[aria-expanded="false"] .collapsed-reveal {
  display: none;
}
/* [aria-expanded="false"] .collapsed-hidden {
  display: block;
} */
[aria-expanded="true"] .collapsed-hidden {
  display: none;
}

.pointer {
  cursor: pointer;
}

/*  */
/* FAQ */
/*  */

.accordion-card {
  border-radius: 12px;
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
}

.accordion-ctrl:hover {
  cursor: pointer;
}

/* Ask */
/* Contact us */

#success-message {
  opacity: 0;
}

.margin-top-25 {
  margin-top: 25px;
}

.form-title {
  padding: 25px;
  font-size: 30px;
  font-weight: 300;
}

.form-group .form-control {
  -webkit-box-shadow: none;
  border-bottom: 1px;
  border-style: none none solid none;
  border-radius: 0;
  border-color: #000;
}

  .form-group .form-control:focus {
    transition: all 100ms ease-in;
    box-shadow: none;
    border-width: 0 0 2px 0;
    border-color: #042a5a;
  }

textarea {
  resize: none;
}

.btn-mod.btn-large {
  height: auto;
  padding: 15px 52px;
  font-size: 1.2rem;
}

.btn-mod {
  color: #042a5a;
  border-color: #042a5a;
  background-color: #fff;
}

  .btn-mod:hover {
    color: #fff;
    background-color: #042a5a;
    border-color: #042a5a;
  }

@media only screen and (max-width: 500px) {
  .btn-mod.btn-large {
    padding: 6px 16px;
    font-size: 11px;
  }

  .form-title {
    font-size: 20px;
  }
}

/*  */
/* Register */
/*  */

.register-container {
  background-image: url("../images/Logo.png");
  background-position: left;
  background-size: 25%;
  background-repeat: no-repeat;
}

[dir=ltr] .register-container 
{
  background-image: url("../images/LogoEn.png");  
  background-position: right;
}

.register {
  width: 50%;
}

@media only screen and (max-width: 992px) {
  .register {
    width: 65%;
  }
}

@media only screen and (max-width: 768px) {
  .register {
    width: 80%;
  }

  .register-container {
    background-size: 15%;
  }
}

@media only screen and (max-width: 480px) {
  .register {
    width: 100%;
  }

  .register-container {
    background: unset;
  }
}

/*  */
/*Steps  */
/*  */
.step-header {
  background: -webkit-linear-gradient( left, #042a5a 0%, #036297 51%, #042a5a 100% );
  background: linear-gradient(to right, #042a5a 0%, #036297 51%, #042a5a 100%);
  height: 55px;
}

.rounded-circle {
  font-weight: 500;
  font-size: 1rem;
  height: 35px;
  width: 35px;
  padding: 0.5rem 0.5rem;
  color: #042a5a;
  background-color: #c2c4c6;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

  .rounded-circle.btn:hover {
    cursor: unset;
  }

.step-body {
  background: -webkit-linear-gradient( left, #c2c4c6 0%, #eaeaea 50%, #c2c4c6 100% );
  background: linear-gradient(to right, #c2c4c6 0%, #eaeaea 50%, #c2c4c6 100%);
}

/* Footer */
.footer {
  margin-top: auto;
}

/*  */
/* Coming Soon */
/*  */
.counter .middle hr {
  margin: auto;
  width: 10%;
}

#demo {
  border-radius: 10px;
  font-size: 2rem;
  color: #fff;
  background-image: -webkit-linear-gradient( to right, #042a5a 0%, #036297 51%, #042a5a 100% );
  background-image: linear-gradient( to right, #042a5a 0%, #036297 51%, #042a5a 100% );
  border-top: 1px solid #042a5a;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  padding: 13px;
  margin-top: 20px;
}

video, video:focus {
  outline: none;
}

/*Benefits Images */
div#benefits img {
    width: 150px;
    height: 150px;    
}

/* Up Arrow*/
#back-to-top.show
{
  opacity: 1;
}  
  
#back-to-top {
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: gold;
    color: #fff;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

/* Multi Select */
.multiselect.dropdown-toggle.btn.btn-default
{
  width:300px;
}
.multiselect-container.dropdown-menu
{
  transform: translate3d(0px, 0px, 0px) !important; 
  top:30px !important;
  width:100% !important;
  visibility:hidden;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.multiselect-container.dropdown-menu.show
{
  visibility:visible;
}
.multiselect-selected-text
{
  white-space: normal;
}
