.cus-nav-btn {
  padding: 10px 10px;
}

.cus-choose {
  padding: 30px 0;
  text-align: center;
  color: #fff;
}

.cus-choose ul {
  text-align: left;
  width: fit-content;
  margin-left: auto;
  font-size: 15px;
  list-style: none;
  padding-left: 6rem;
}

.cus-choose ul li {
  position: relative;
  text-align: justify;
}

.cus-choose ul li i {
  color: #ff2d55;
  position: absolute;
  left: -53px;
  top: -5px;
  font-size: 35px;
}

.cus-choose h1 {
  color: #da8a06;
}

.gradient {
  background: #77a1d3;
  background: -webkit-linear-gradient(to right, #e684ae, #79cbca, #77a1d3);
  background: linear-gradient(to right, #e684ae, #79cbca, #77a1d3);
}

.flag-gradient {
  background-image: linear-gradient(109.6deg,
      rgba(255, 24, 134, 1) 11.2%,
      rgba(252, 232, 68, 1) 52%,
      rgba(53, 178, 239, 1) 100.2%);
}

.cus-ini-logo {
  width: fit-content;
}

.cus-product .card:hover {
  background-color: #ff2d55;
  -webkit-transition: 0.9s;
  cursor: pointer;
}

.cus-product .card:hover h4 {
  color: #fff;
}

.cus-product .card:hover ul li {
  color: #fff;
}

.cus-product .card:hover ul li i {
  color: #ffb913;
}

.cus-elkevent-nav {
  /* background: rgba(255, 255, 255, 0.8); */
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 15px;
  width: 100%;
  z-index: 999;
  height: auto;
}

.is-sticky nav .navbar-nav .nav-item a {
  color: rgb(173 173 173) !important;
}

.is-sticky nav .navbar-nav .nav-item a:hover {
  color: #ff4266 !important;
}

.is-sticky nav .navbar-nav .nav-item a.active {
  color: #000000 !important;
}

/* .is-sticky ul li a {
    color: rgba(51, 47, 47, .884) !important
}

.is-sticky ul li a:hover {
    color: #ff4266 !important
}

.is-sticky ul li a.active {
    color: #ff4266 !important
} */

.cus-dy-nav {
  position: sticky;
  top: 95px;
}

.cus-dy-list {
  height: 50vh;
  overflow: auto;
}

.product li a {
  color: #ff0031;
}

.product li:hover {
  background-color: #ac0929;
  -webkit-transition: 0.5s;
}

.product li:hover a {
  color: #fff;
}

.dubai-bg {
  background: url(../img/bg/1.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}

.sa-bg {
  background: url(../img/bg/2.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}

.us-bg {
  background: url(../img/bg/3.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}

.white-bg {
  background: #ffff;
  width: 100%;
  height: 70%;
  margin-top: 6rem;
  text-align: center;
  position: relative;
  opacity: 0.5;
  transition: 0.3s ease;
}

.white-bg:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .cus-nav-hide {
    display: none;
  }

  .cus-dy-nav {
    position: inherit;
    justify-content: center;
  }

  .cus-dy-nav li {
    margin-bottom: 1rem;
  }

  .cus-dy-list {
    height: 75vh;
    overflow: auto;
    padding-left: 30px;
  }

  .cus-footer {
    display: inherit;
  }

  .cus-choose ul {
    padding-left: 2rem;
  }

  .virtual-login {
    display: inline-block !important;
    width: 80% !important;
    margin: auto auto 1rem auto;
    color: #ffff !important;
  }

  .res-pad {
    padding-left: 1rem !important;
  }
}

/* Buttons */
.btn {
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 8.528px 14.928px;
  padding: 0.533rem 0.933rem;
  cursor: pointer;
}

.btn.btn-xs {
  font-size: 11.2px;
  font-size: 0.7rem;
  padding: 3.2px 8px;
  padding: 0.2rem 0.5rem;
}

.btn.btn-sm {
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 4.8px 10.4px;
  padding: 0.3rem 0.65rem;
}

.btn.btn-lg {
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}

.btn.btn-xl {
  font-size: 16px;
  font-size: 1rem;
  padding: 12.8px 32px;
  padding: 0.8rem 2rem;
}

html .btn-secondary {
  background-color: #e36159;
  border-color: #e36159 #e36159 #dc372d;
  color: #fff;
}

html .btn-secondary:hover,
html .btn-secondary.hover {
  background-color: #e9807a;
  border-color: #ea8b85 #ea8b85 #e36159;
  color: #fff;
}

html .btn-secondary:focus,
html .btn-secondary.focus {
  background-color: #dd4238;
  border-color: #dc372d #dc372d #b7281f;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}

html .btn-secondary.disabled,
html .btn-secondary:disabled {
  background-color: #e36159;
  border-color: #e36159 #e36159 #dc372d;
}

html .btn-secondary:active,
html .btn-secondary.active {
  background-color: #dd4238 !important;
  background-image: none !important;
  border-color: #dc372d #dc372d #b7281f !important;
}

.is-sticky ul li a .btn-secondary {
  color: #fff !important;
}

.is-sticky ul li a .btn-secondary :hover {
  color: #fff !important;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212529;
  font-weight: 400;
  letter-spacing: -0.05em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.6em;
  line-height: 44px;
  margin: 0 0 32px 0;
}

h2 {
  font-size: 2.2em;
  font-weight: 500;
  line-height: 42px;
  margin: 0 0 32px 0;
}

h3 {
  font-size: 1.8em;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 33px;
}

h4 {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 27px;
  margin: 0 0 14px 0;
}

h5 {
  font-size: 1em;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 14px 0;
  text-transform: uppercase;
}

h6 {
  color: #333;
  font-size: 1em;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 14px 0;
}

.text-0 {
  font-size: 0.7em !important;
}

.text-1 {
  font-size: 0.8em !important;
}

.text-2 {
  font-size: 0.9em !important;
}

.text-3 {
  font-size: 1em !important;
}

.text-3-4 {
  font-size: 1.1em !important;
}

.text-4 {
  font-size: 1.2em !important;
}

.text-4-5 {
  font-size: 1.35em !important;
}

.text-5 {
  font-size: 1.5em !important;
}

.text-5-6 {
  font-size: 1.65em !important;
}

.text-6 {
  font-size: 1.8em !important;
}

.text-7 {
  font-size: 2em !important;
}

.text-8 {
  font-size: 2.3em !important;
}

.text-9 {
  font-size: 2.5em !important;
}

.text-10 {
  font-size: 2.75em !important;
}

.text-11 {
  font-size: 3em !important;
}

.text-12 {
  font-size: 3.5em !important;
}

.text-13 {
  font-size: 4em !important;
}

.text-14 {
  font-size: 4.5em !important;
}

.text-15 {
  font-size: 5em !important;
}

@media (min-width: 576px) {
  .text-sm-0 {
    font-size: 0.7em !important;
  }

  .text-sm-1 {
    font-size: 0.8em !important;
  }

  .text-sm-2 {
    font-size: 0.9em !important;
  }

  .text-sm-3 {
    font-size: 1em !important;
  }

  .text-sm-3-4 {
    font-size: 1.1em !important;
  }

  .text-sm-4 {
    font-size: 1.2em !important;
  }

  .text-sm-4-5 {
    font-size: 1.35em !important;
  }

  .text-sm-5 {
    font-size: 1.5em !important;
  }

  .text-sm-5-6 {
    font-size: 1.65em !important;
  }

  .text-sm-6 {
    font-size: 1.8em !important;
  }

  .text-sm-7 {
    font-size: 2em !important;
  }

  .text-sm-8 {
    font-size: 2.3em !important;
  }

  .text-sm-9 {
    font-size: 2.5em !important;
  }

  .text-sm-10 {
    font-size: 2.75em !important;
  }

  .text-sm-11 {
    font-size: 3em !important;
  }

  .text-sm-12 {
    font-size: 3.5em !important;
  }

  .text-sm-13 {
    font-size: 4em !important;
  }

  .text-sm-14 {
    font-size: 4.5em !important;
  }

  .text-sm-15 {
    font-size: 5em !important;
  }
}

@media (min-width: 768px) {
  .text-md-0 {
    font-size: 0.7em !important;
  }

  .text-md-1 {
    font-size: 0.8em !important;
  }

  .text-md-2 {
    font-size: 0.9em !important;
  }

  .text-md-3 {
    font-size: 1em !important;
  }

  .text-md-3-4 {
    font-size: 1.1em !important;
  }

  .text-md-4 {
    font-size: 1.2em !important;
  }

  .text-md-4-5 {
    font-size: 1.35em !important;
  }

  .text-md-5 {
    font-size: 1.5em !important;
  }

  .text-md-5-6 {
    font-size: 1.65em !important;
  }

  .text-md-6 {
    font-size: 1.8em !important;
  }

  .text-md-7 {
    font-size: 2em !important;
  }

  .text-md-8 {
    font-size: 2.3em !important;
  }

  .text-md-9 {
    font-size: 2.5em !important;
  }

  .text-md-10 {
    font-size: 2.75em !important;
  }

  .text-md-11 {
    font-size: 3em !important;
  }

  .text-md-12 {
    font-size: 3.5em !important;
  }

  .text-md-13 {
    font-size: 4em !important;
  }

  .text-md-14 {
    font-size: 4.5em !important;
  }

  .text-md-15 {
    font-size: 5em !important;
  }
}

@media (min-width: 992px) {
  .text-lg-0 {
    font-size: 0.7em !important;
  }

  .text-lg-1 {
    font-size: 0.8em !important;
  }

  .text-lg-2 {
    font-size: 0.9em !important;
  }

  .text-lg-3 {
    font-size: 1em !important;
  }

  .text-lg-3-4 {
    font-size: 1.1em !important;
  }

  .text-lg-4 {
    font-size: 1.2em !important;
  }

  .text-lg-4-5 {
    font-size: 1.35em !important;
  }

  .text-lg-5 {
    font-size: 1.5em !important;
  }

  .text-lg-5-6 {
    font-size: 1.65em !important;
  }

  .text-lg-6 {
    font-size: 1.8em !important;
  }

  .text-lg-7 {
    font-size: 2em !important;
  }

  .text-lg-8 {
    font-size: 2.3em !important;
  }

  .text-lg-9 {
    font-size: 2.5em !important;
  }

  .text-lg-10 {
    font-size: 2.75em !important;
  }

  .text-lg-11 {
    font-size: 3em !important;
  }

  .text-lg-12 {
    font-size: 3.5em !important;
  }

  .text-lg-13 {
    font-size: 4em !important;
  }

  .text-lg-14 {
    font-size: 4.5em !important;
  }

  .text-lg-15 {
    font-size: 5em !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-0 {
    font-size: 0.7em !important;
  }

  .text-xl-1 {
    font-size: 0.8em !important;
  }

  .text-xl-2 {
    font-size: 0.9em !important;
  }

  .text-xl-3 {
    font-size: 1em !important;
  }

  .text-xl-3-4 {
    font-size: 1.1em !important;
  }

  .text-xl-4 {
    font-size: 1.2em !important;
  }

  .text-xl-4-5 {
    font-size: 1.35em !important;
  }

  .text-xl-5 {
    font-size: 1.5em !important;
  }

  .text-xl-5-6 {
    font-size: 1.65em !important;
  }

  .text-xl-6 {
    font-size: 1.8em !important;
  }

  .text-xl-7 {
    font-size: 2em !important;
  }

  .text-xl-8 {
    font-size: 2.3em !important;
  }

  .text-xl-9 {
    font-size: 2.5em !important;
  }

  .text-xl-10 {
    font-size: 2.75em !important;
  }

  .text-xl-11 {
    font-size: 3em !important;
  }

  .text-xl-12 {
    font-size: 3.5em !important;
  }

  .text-xl-13 {
    font-size: 4em !important;
  }

  .text-xl-14 {
    font-size: 4.5em !important;
  }

  .text-xl-15 {
    font-size: 5em !important;
  }
}

.text-1rem {
  font-size: 16px !important;
  font-size: 1rem !important;
}

section.section {
  padding: 50px 0;
  margin: 30px 0;
}

/* Testimonials */
.testimonial {
  margin-bottom: 20px;
}

.testimonial blockquote {
  background: #ccc;
  border-radius: 5px;
  border: 0;
  color: #666;
  font-family: "Playfair Display", serif;
  margin: 0;
  padding: 40px 64px 40px 72px;
  padding: 2.5rem 4rem 2.5rem 4.5rem;
  position: relative;
}

.testimonial blockquote:before {
  left: 22px;
  top: 21px;
  color: #fff;
  content: "“";
  font-size: 85px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}

.testimonial blockquote p {
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1em;
}

.testimonial .testimonial-arrow-down {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 8px solid #ccc;
  height: 0;
  margin: 0 0 0 45px;
  width: 0;
}

.testimonial .testimonial-author {
  display: flex;
  margin: 12px 0 0 0;
}

.testimonial .testimonial-author .testimonial-author-thumbnail {
  width: auto;
}

.testimonial .testimonial-author img {
  max-width: 25px;
}

.testimonial .testimonial-author strong {
  color: #111;
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  font-size: 1rem;
}

.testimonial .testimonial-author span {
  color: #666;
  display: block;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 600;
}

.testimonial .testimonial-author p {
  color: #999;
  text-align: left;
  line-height: 1.2;
  margin-left: 9.6px;
  margin-left: 0.6rem;
}

.testimonial blockquote {
  background: #0099e6;
}

.testimonial .testimonial-arrow-down {
  border-top-color: #0099e6;
}

.partner-area {
  overflow: hidden;
}

.partner-area .partner-title {
  text-align: center;
  margin-bottom: 50px;
}

.partner-area .partner-title h3 {
  font-size: 24px;
  font-weight: 900;
  font-family: Oswald, sans-serif;
  margin-bottom: 0;
  color: #ff2d55;
  text-transform: uppercase;
}

.partner-area .partner-title.gold-sponsor h3 {
  color: #8dc63f;
}

.partner-area .partner-item {
  text-align: center;
}

.partner-area .partner-item a {
  position: relative;
}

.partner-area .partner-item a img {
  width: unset !important;
  display: inline-block !important;
}

.partner-area .partner-item a img:last-child {
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.partner-area .partner-item:hover a img:last-child {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.partner-area .border {
  border: 0.3px solid #eee !important;
  margin-top: 40px;
  margin-bottom: 40px;
}