body {
  font-family: Sky, sans-serif;
  direction: rtl;
}

@font-face {
  font-family: Sky;
  src: url(../css/sky.ttf);
}

body a {
  text-decoration: none !important;
  color: unset !important;
  position: relative;
}

.title {
  color: #124f93;
  font-weight: bold;
  position: relative;
  width: 300px;
  margin: auto;
}

.title::before {
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-bottom: .5em solid #124f93;
  content: '';
  transform: rotate(315deg);
}

.title::after {
  position: absolute;
  width: 0;
  height: 0;
  right: 0px;
  top: 20px;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-bottom: .5em solid #124f93;
  content: '';
  transform: rotate(133deg);
}

/* start header */
.top-header {
  background-color: #124f93;
  color: #fff;
  padding: 15px;
}

.top-header .contact-list {
  margin-bottom: 0px;
}

.top-header .contact-list li {
  display: inline-block;
  margin-left: 10px;
}

.top-header .contact-list li i {
  margin-right: 7px;
}

.top-header .social-list a {
  display: inline-block;
  margin-left: 7px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  color: #124f93 !important;
  cursor: pointer;
  text-align: center;
}

.navbar {
  padding: 0px;
  box-shadow: 0 0px 10px #ccc;
  background-color: #fff !important;
}

.navbar .nav-link {
  margin-right: 20px;
  color: #124f93 !important;
  position: relative;
  transition: all .3s ease-in-out;
}

.navbar .nav-link::before {
  position: absolute;
  content: '';
  bottom: -30px;
  right: 0px;
  background-color: #124f93;
  transition: all .3s ease-in-out;
  width: 0px;
  height: 3px;
  border-radius: 25px;
}

.navbar .nav-link:hover::before {
  width: 100%;
}

.navbar .lang {
  background-color: #124f93;
  color: #fff !important;
  border-radius: 25px;
  padding: 10px 20px !important;
}

.header {

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 80vh;
  position: relative;
}

.header .overlay {
  width: 100%;
  height: 100%;
  /* background:linear-gradient(to right, rgb(18 ,79 ,147 , .6) 0%, rgb(238, 238, 238 , .6) 100%); */
  padding-top: 60px;
}

.header .overlay h2 {
  color: #124f93;
  font-size: 38px;
  line-height: 1.5em;
  background-color: #fff;
  padding: 27px;
  border-radius: 5px;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
}

header {
  background-image: url(../images/banner.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  box-shadow: inset 0px 0px 0px 1000px rgba(0, 0, 0, .5);
}

#services_carousel .serv {
  padding: 10px 15px;
  margin: 20px auto;
  border-radius: 15px;
  background-color: #fff;
  height: 200px;
  max-height: 220px;
  cursor: pointer;
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s ease-in-out;
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1000px rgba(0, 0, 0, .3);
}

#services_carousel .serv:hover h5 {
  bottom: 100px;
}

.serv .overlay {
  opacity: 0;
  background-color: #fff;
  border-radius: 4px;
  padding: 12px;
  text-align: right;
  color: #333;
  display: block;
  height: 100%;
  /* transition: all .3s ease-in-out; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg) scale(0);
  -moz-transform: rotate(180deg) scale(0);
  -ms-transform: rotate(180deg) scale(0);
  -o-transform: rotate(180deg) scale(0);
  transform: rotate(180deg) scale(0);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.serv:hover .overlay {
  opacity: 1;

  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);

  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.serv .overlay b {
  color: #229ed1;
  font-size: 16px;
}

.serv .overlay p {
  opacity: 0;
  -webkit-transition: .3s .5s;
  -moz-transition: .3s .5s;
  -o-transition: .3s .5s;
  transition: 1s .6s;
}

.serv:hover .overlay p {
  opacity: 1;
}

#services_carousel .serv:hover h5 {
  bottom: 100px;
  opacity: 0;

  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);

  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

#services_carousel .serv img {
  width: 70px;
  margin: 10px auto;
}

#services_carousel .serv h5 {
  font-size: 15px;
  line-height: 1.7em;
  font-weight: bold;
  transition: all .6s ease-in-out;
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 10px;
  text-align: right;
}

#services_carousel .serv p {
  font-size: 13px;
  line-height: 1.6em;
  padding: 10px 0px;
  overflow: hidden;
}

#services_carousel .owl-dots.disabled {
  display: block;
}

.event_card b {
  color: #2293d1;
}

.event_card {
  padding: 30px 30px 0 30px;
  border-radius: 20px;
  margin: 30px 0 0 0;
  background-color: #fff;
  box-shadow: 0px 27px 40px 0px rgba(0, 0, 0, .2);
}

.event_card p {
  line-height: 1.7em;
}

.event_card .place {
  background-color: #daa520a8;
  width: 108px;
  text-align: center;
  padding: 9px 10px 6px;
  border-radius: 25px;
  position: absolute;
  right: 15px;
  color: #fff;
  top: 25px;
}

.event_img {
  overflow: hidden;
  border-radius: 20px;
  margin: 20px 0;
  height: 230px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.event_date {
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  text-align: center;
  transform: scale(1.1);
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, .2);
  background-color: #fff;
  border-radius: 20px;
  margin-top: 22px;
  border: 1px solid #ddd;
}

.tickets div,
.date div {
  border-radius: 25px;
  border: 1px solid #ddd;
  padding: 8px 30px 6px;
  font-size: small;
}

/* End header */
.about_us p {
  line-height: 1.7em;
  color: #666;
}

.about_us h4,
.about_us h5 {
  color: #124f93;
  font-weight: bold;
}

.about_card .icon {
  position: relative;
  z-index: 2;
  font-size: 28px;
  margin-bottom: 25px;
}

.about_card .icon::before {
  position: absolute;
  right: 0;
  bottom: 11px;
  content: '';
  width: 50px;
  height: 50px;
  z-index: -1;
  transform: skewX(-26deg);
}

.about_card {
  margin: 20px 0;
}

.about_card .content {
  overflow: hidden;
  height: 130px;
  position: relative;
  padding: 16px 12px 32px 24px;
  margin: 16px 8px 8px 0;
  /* max-height: 290px; */
  overflow-y: scroll;
}

.about_card .content::-webkit-scrollbar {
  width: 8px;
}

.about_card .content::-webkit-scrollbar-thumb {
  background: #c89b3f;
  border-radius: 15px;
}

.ab1 .icon::before {
  background-color: #80ccf6;
}

.ab2 .icon::before {
  background-color: #ec99a6;
}

.ab3 .icon::before {
  background-color: #f6e780;
}

.ab4 .icon::before {
  background-color: #f6b280;
}

.about_card .icon i {
  margin-right: 32px;
}

.events {
  background-color: aliceblue;
}

.events .card p {
  line-height: 1.7em;
  font-size: small;
}

.events .card a {
  font-size: 14px;
}


#events .owl-nav button {
  position: absolute;
  top: 30%;
  width: 50px;
  height: 50px;
  top: 43%;
  font-size: 16px;
  border-radius: 50% !important;
  color: #115191 !important;
  text-align: center;
  padding-top: 7px !important;
  background-color: #fff !important;
}

#news .owl-nav button {
  width: 50px;
  height: 50px;
  font-size: 16px;
  border-radius: 50% !important;
  color: #115191 !important;
  text-align: center;
  padding-top: 7px !important;
  background-color: #fff !important;
}

#events button:hover,
#news button:hover {
  background: none;
}

#events button:focus,
#news button:focus {
  outline: none;
}

#events .owl-nav button,
#news .owl-nav button {
  display: none;
}

#events .owl-prev {
  right: 0px;
}

#events .owl-next {
  left: 0px;
}

.latest_news p {
  line-height: 1.7em;
}

.latest_news {
  overflow: hidden;
}

.latest_news .bg-light {
  height: 100%;
}

.ent {
  background-image: url(../images/ent.jpeg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  box-shadow: inset 0px 0px 0px 1000px rgba(0, 0, 0, .5);
}

.ent {
  padding: 100px 50px 20px;
}

.ent p {
  font-size: 22px;
}

/* start about */
.about {
  background-color: #f8f9fa;
  padding: 40px 0px;
  margin: 40px 0px 0px;
  position: relative;
}

.about .content-group {
  padding: 0px 20px;
  border-right: 2px solid #124d9161;
}

.about .content-group h5 {
  color: #4172a9;
  font-weight: bold;
  position: relative;
}

.about .content-group h5::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  top: 0px;
  right: -31px;
  background-color: #4172a9;
  box-shadow: 0px 0px 5px 0px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.about .content-group .content i {
  font-size: 28px;
  background-color: #115191;
  color: #fff;
  height: 50px;
  width: 50px;
  padding-top: 11px;
  text-align: center !important;
  border-radius: 50%;
  margin: 5px 0px;
}

.about .content {
  padding: 20px;
  color: #124d91;
  background-color: #fff;
  box-shadow: 0 10px 20px -15px #124d91;
  margin: 20px 0px;
  border-radius: 6px;
}

.about .content h5 {
  color: #aaa;
  font-size: 25px;
  margin: 10px 0px 20px 0px;
}

.about .content p {
  color: #115191;
  line-height: 1.8em;
}

/* End about */

/* start services */
/* ####### */
.lib {
  margin: 0 auto;
  padding: 5px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.lib>div {
  position: relative;
  float: right;
  padding: 5px;
}

.lib>div>img {
  display: block;
  width: 100%;
  height: 190px;
    object-fit: cover;
    border-radius: 5px;
  transition: .1s transform;
  transform: translateZ(0);
  /* hack */
}

.lib>div:hover {
  z-index: 1;
}

.lib>div:hover>img {
  transform: scale(1.3, 1.3);
  transition: .3s transform;
}
.cf:before, .cf:after {
display: table;
content: "";
line-height: 0;
}

.cf:after {
clear: both;
}.lib {
  margin: 0 auto;
  padding: 5px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.lib>div {
  position: relative;
  float: right;
  padding: 5px;
}

.lib>div>img {
  display: block;
  width: 100%;
  border-radius: 5px;
  transition: .1s transform;
  transform: translateZ(0);
  /* hack */
}

.lib>div:hover {
  z-index: 1;
}

.lib>div:hover>img {
  transform: scale(1.3, 1.3);
  transition: .3s transform;
}
.cf:before, .cf:after {
display: table;
content: "";
line-height: 0;
}

.cf:after {
clear: both;
}
/* ####### */
.vr-gallery p {

  font-size: 15px;

  color: #444444;
}

.vr-gallery p small {

  font-size: 11px;

  color: #03133a;

  text-transform: uppercase;

  font-weight: 700;

  letter-spacing: 2px;
}

.vr-gallery .pd-md {

  padding-left: 0 !important;

  padding-right: 0 !important;

  margin-left: 0 !important;

  margin-right: 0 !important;
}

.vr-gallery .pd-md img {

  width: 100%;
}

@media (max-width: 767px) {

  .vr-gallery .col-md-4 {

    padding-left: 0 !important;

    padding-right: 0 !important;

    margin-left: 0 !important;

    margin-right: 0 !important;
  }
}

.vr-gallery h3 {

  font-size: 18px;

  color: #333333;

  margin-top: 5px;

  margin-bottom: 20px;
}

.vr-gallery .cus-pd {

  padding: 50px 55px 10px 55px;
}

.vr-gallery .cus-pd2 {

  padding: 40px 45px 10px 45px;
}

.vr-gallery .card {

  height: 100%;
}

.vr-gallery .card img {

  width: 100%;
}

.vr-gallery .card .card-img-overlay h5 {

  font-size: 22px;

  color: #ffffff;
}

.vr-gallery .card .card-img-overlay.opacity {

  background-color: rgba(0, 0, 0, 0.459);
}

.vr-gallery .cus-arrow-left::before,
.vr-gallery .cus-arrow-up::before {

  position: absolute;

  content: "";

  border: 20px solid transparent;
}

.vr-gallery .cus-arrow-left::before {

  border-color: transparent #f7f7f7 transparent transparent;

  left: 0;

  margin-left: -40px;

  top: 20px;
}

@media (max-width: 991px) {

  .vr-gallery .cus-arrow-left {

    padding-left: 15px;

    padding-right: 15px;
  }

  .vr-gallery .cus-arrow-left::before {

    border-width: 15px;

    border-color: transparent transparent #f7f7f7 transparent;

    margin-top: -50px;

    left: 50px;
  }
}

.vr-gallery .cus-arrow-up::before {

  border-width: 15px;

  border-color: transparent transparent #f7f7f7 transparent;

  margin-top: -70px;

  left: 20px;
}

.vr-gallery .contact-box {

  background: #f7f7f7;

  display: inline-block;

  max-width: 382px;

  padding: 40px 55px 40px 55px;

  position: absolute;

  left: 0;

  bottom: 0;
}

.vr-gallery .contact-box::after {

  position: absolute;

  content: "";

  border: 15px solid transparent;

  border-color: #03133a;

  right: 0;

  top: 0;
}

.vr-gallery a.btn {

  width: 225px;
}

.vr-gallery a.btn:hover {

  background: #f7f7f7;
}

.vr-gallery .play-1 {

  position: absolute;

  left: 50%;

  top: 40%;

  transform: translate(-50%, -40%);
}

.vr-gallery .play-1+h5 {

  position: absolute;

  left: 0;

  right: 0;

  top: 55%;

  transform: translateY(-55%);
}



.cards {

  display: flex;

  flex-wrap: wrap;

  list-style: none;

  margin: 0;

  padding: 0;

}



.cards_item {

  display: flex;

  padding: 1rem;

}



.card_image {

  position: relative;

  max-height: 250px;

}



.card_image img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.card_price {

  position: absolute;

  bottom: 8px;

  right: 8px;

  display: flex;

  justify-content: center;

  align-items: center;

  width: 45px;

  height: 45px;

  border-radius: 0.25rem;

  background-color: #c89b3f;

  font-size: 18px;

  font-weight: 700;

}



.card_price span {

  font-size: 12px;

  margin-top: -2px;

}



.note {

  position: absolute;

  top: 8px;

  left: 8px;

  padding: 4px 8px;

  border-radius: 0.25rem;

  background-color: #c89b3f;

  font-size: 14px;

  font-weight: 700;

}

@media (min-width: 40rem) {

  .cards_item {

    width: 50%;

  }

}



@media (min-width: 56rem) {

  .cards_item {

    width: 33.3333%;

  }

}



.card_content {

  position: relative;

  padding: 16px 12px 32px 24px;

  margin: 16px 8px 8px 0;

  max-height: 290px;

  overflow-y: scroll;

}



.card_content::-webkit-scrollbar {

  width: 8px;

}



.card_content::-webkit-scrollbar-track {

  box-shadow: 0;

  border-radius: 0;

}



.card_content::-webkit-scrollbar-thumb {

  background: #c89b3f;

  border-radius: 15px;

}



.card_title {

  position: relative;

  margin: 0 0 24px;

  padding-bottom: 10px;

  text-align: center;

  font-size: 20px;

  font-weight: 700;

}



.card_title::after {

  position: absolute;

  display: block;

  width: 50px;

  height: 2px;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

  background-color: #c89b3f;

  content: "";

}



hr {

  margin: 24px auto;

  width: 50px;

  border-top: 2px solid #c89b3f;

}



.card_text p {

  margin: 0 0 24px;

  font-size: 14px;

  line-height: 1.5;

}



.card_text p:last-child {

  margin: 0;

}

/* gellery */

.gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  max-width: 1300px;
  margin: auto;
}
.gallery__strip {
  min-height: 100vh;
}
.gallery__strip__wrapper {
  flex: 0 0 100%;
  justify-content: flex-end;
  background: #fff;
  border-right: 2px solid #333;
  position: relative;
}

@media (min-width: 500px) {
  .gallery__strip__wrapper {
    flex: 0 0 50%;
  }
}
@media (min-width: 950px) {
  .gallery {
    height: 100vh;
  }
  .gallery__strip.one {
    animation: 60s move-it ease alternate infinite 5s;
    transform: translateY(2%);
  }
  .gallery__strip.three {
    animation: 70s move-it ease alternate infinite 6s;
    transform: translateY(2%);
  }
  .gallery__strip.two {
    animation: 58s move-it-2 ease alternate infinite 5s;
    transform: translateY(-50%);
  }
  .gallery__strip.four {
    animation: 65s move-it-2 ease alternate infinite 5.5s;
    transform: translateY(-50%);
  }
  .gallery__strip:hover {
    animation-play-state: paused;
  }
  .gallery__strip__wrapper {
    flex: 0 0 25%;
  }
}
.photo {
  position: relative;
  text-align: right;
  padding-bottom: 3rem;
}
.photo__image img {
  width: 90%;
  transform: translateX(30%);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
.photo__name {
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 2px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f9f5f5;
  margin-top: -25px;
  transition: 0.4s ease-in-out 0.4s;
  position: relative;
  width: 100%;
}
.photo:hover .photo__image img {
  transform: translateX(0%);
}
.photo:hover .photo__name {
  color: #222;
}

@keyframes move-it {
  0%, 90%, 100% {
    transform: translateY(2%);
  }
  45% {
    transform: translateY(-50%);
  }
}
@keyframes move-it-2 {
  0%, 90%, 100% {
    transform: translateY(-50%);
  }
  45% {
    transform: translateY(5%);
  }
}
.img-c {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin: 5px auto;
}

.img-w {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: transform ease-in-out 300ms;
}

.img-w img {
  display: none;
}

.img-c {
  transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.img-c:hover .img-w {
  transform: scale(1.08);
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}

.img-c.active {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  z-index: 2;
  transform: translateX(0);
}

.img-c.postactive {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.img-c.active.positioned {
  left: 0 !important;
  top: 0 !important;
  transition-delay: 50ms;
}
/* ######### */
.services {
  padding: 40px 0px;
  margin: 20px 0px;
  background-image: url('../images/conference.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.services::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, .6);
}

.services .box {
  padding: 10px 15px;
  margin: 20px auto;
  border-radius: 5px;
  background-color: #eee;
  color: #124d91;
}

.services .box img {
  width: 70px;
  margin: 10px 0px;
}

.services .box h5 {
  font-size: 17px;
  font-weight: bold;
}

.services .box p {
  font-size: 15px;
  line-height: 1.6em;
  padding: 10px 0px;
  height: 133px;
  overflow: hidden;
}

.services .holder img {
  margin-top: 180px;
}

/* End services */

/* start works */
.works {
  padding: 40px 0px;
  margin: 20px 0px;
}

.works .item {
  overflow: hidden;
  margin: 40px 0px 20px;
  box-shadow: 0 16px 20px -15px #124f93;
}

.works .item img {
  width: 100%;
  height: 170px;
  border-radius: 7px;
}

.showMore {
  display: inline-block;
  margin-top: 20px;
  border: none;
  color: #fff !important;
  cursor: pointer;
  font-size: 16px;
  border-radius: 25px;
  padding: 10px 30px;
  background-color: #115191;
  box-shadow: 0 15px 20px -15px #124f93;
}

/* End works */

/* start services */
.abilities {
  padding: 40px 0px;
  background-color: #eee;
}

.abilities .ability {
  padding: 30px 15px;
  margin: 20px auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 1px 12px 0px #aaa;
}

.abilities .ability img {
  width: 70px;
  margin: 10px 0px;
}

.abilities .ability h5 {
  font-size: 17px;
  font-weight: bold;
}

.abilities .ability p {
  font-size: 15px;
  line-height: 1.6em;
  padding: 10px 0px;
}

.abilities .holder img {
  margin-top: 180px;
}

.abilities .dark {
  box-shadow: 0 20px 20px -15px #aaa;
  background-color: #fff;
  color: #115191;
  border: 1px solid #eee;
}

/* End services */
.cls-1 {
  fill: none;
  stroke: gold;
  stroke-miterlimit: 10;
  stroke-width: 7px;
}

.dp-wrap {
  margin: 120px auto;
  position: relative;
  perspective: 1000px;
  height: 100%;
}

.dp-slider {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
}

.dp-slider div {
  transform-style: preserve-3d;
}

.dp_item {
  display: block;
  position: absolute;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  transition: transform 1.2s;
}

.dp-img img {
  border-left: 1px solid #fff;
}

#dp-slider .dp_item:first-child {
  z-index: 10 !important;
  transform: rotateY(0deg) translateX(0px) !important;
}

.dp_item[data-position="2"] {
  z-index: 9;
  transform: rotateY(0deg) translateX(10%) scale(0.9);
}

.dp_item[data-position="3"] {
  z-index: 8;
  transform: rotateY(0deg) translateX(20%) scale(0.8);
}

.dp_item[data-position="4"] {
  z-index: 7;
  transform: rotateY(0deg) translateX(30%) scale(0.7);
}

#dp-next,
#dp-prev {
  position: absolute;
  top: 50%;
  right: 0%;
  height: 33px;
  width: 33px;
  z-index: 10;
  cursor: pointer;
}

#dp-prev {
  left: -40px;
  transform: rotate(180deg);
}

#dp-dots {
  position: absolute;
  bottom: 25px;
  z-index: 12;
  left: 38%;
  cursor: default;
}

#dp-dots li {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
}

#dp-dots li:hover {
  cursor: pointer;
  background: goldenrod;
  transition: background 0.3s;
}

#dp-dots li.active {
  background: goldenrod;
}

.dp_item {
  width: 85%;
}

.dp-content,
.dp-img {
  text-align: right;
}

.dp_item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border-top: none;
}

.dp-content {
  /* padding-left: 120px; */
  padding-right: 30px;
  display: inline-block;
  /* width: 53%; */
}

.dp-content h2 {
  color: #41414b;
  font-size: 38px;
  max-width: 460px;
  margin-top: 8px;
  margin-bottom: 0px;
}

.dp-content p {
  color: #74747f;
  max-width: 490px;
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.7em;
}

.dp-content .site-btn {
  margin-top: 15px;
  font-size: 18px;
  padding: 9px 26px;
}

.dp-img:before {
  background: -webkit-linear-gradient(-90deg,
      rgba(255, 255, 255, 0.25),
      rgba(255, 255, 255, 0));
  background: -o-linear-gradient(-90deg,
      rgba(255, 255, 255, 0.25),
      rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(-90deg,
      rgba(255, 255, 255, 0.25),
      rgba(255, 255, 255, 0));
  background: linear-gradient(-90deg,
      rgba(255, 255, 255, 0.75),
      rgba(255, 255, 255, 0));
  content: "";
  position: absolute;
  height: 100%;
  width: 25%;
  z-index: 1;
  top: 0;
  pointer-events: none;
  background: -webkit-linear-gradient(-90deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.75));
  background: -o-linear-gradient(-90deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.75));
  background: -moz-linear-gradient(-90deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.75));
  background: linear-gradient(-90deg,
      rgba(255, 255, 255, 0),
      rgb(255, 255, 255));
}

.dp-img img {
  object-fit: cover;
  object-position: right;
}

#dp-slider,
.dp-img img {
  height: 738px;
}

#dp-slider .dp_item:hover:not(:first-child) {
  cursor: pointer;
}

.site-btn {
  color: #fff;
  font-size: 18px;
  background: goldenrod;
  padding: 14px 33px;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  top: -10px;
  text-decoration: none;
}

.site-btn:hover {
  text-decoration: none;
  color: #fff;
}


/* contact */
.contact {
  padding: 40px 0px;
  background-color: #eee;
}

.contact form {
  padding: 20px;
  box-shadow: 0px 4px 8px 0px #ddd;
  color: #124f93;
  border-radius: 7px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-top: 30px;
  font-weight: bold;
}

.contact form label {
  margin: 15px 0px;
}

.contact form button {
  display: inline-block;
  margin-top: 20px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  border-radius: 25px;
  padding: 10px 30px;
  background-color: #115191;
  box-shadow: 0 15px 20px -15px #124f93;
}

.contact .contact-list {
  margin-top: 20px;
  padding: 20px;
  box-shadow: 0px 4px 8px 0px #ddd;
  border-radius: 7px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.contact .contact-list li {
  display: inline-block;
  margin-left: 15px;
}

.contact .contact-list li i {
  border-radius: 50%;
  background-color: #124f93;
  color: #fff;
  padding: 20px;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 20px;
  box-shadow: 0px 0px 8px 0px #124d91;
  margin-right: 7px;
}

/* footer */
footer {
  text-align: right;
  background: #124f93 url(../images/footer-bg.png) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 0 40px 0;
}

footer h5 {
  margin-bottom: 25px;
}

footer .f-logo img {
  background-color: #fff;
  border-radius: 50%;
  height: 140px;
}

footer .navigation a {
  display: block;
}

footer .contact-list li {
  margin: 3px 0px;
}

footer .contact-list li i {
  border-radius: 50%;
  background-color: #fff;
  color: #124f93;
  padding: 7px;
  height: 30px;
  width: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  box-shadow: 0px 0px 8px 0px #124d91;
  margin-right: 7px;
}

/* scroll up */
.scrollUp {
  position: fixed;
  bottom: 40px;
  right: 45px;
  z-index: 777;
  display: none;
}

.scrollUp a i {
  background-color: #124d91;
  color: #fff;
  border-radius: 50%;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 25px;
}

@media(width <=567px) {
  .lib>div:hover>img {transform: unset;}
  .about_card .content ,.card_content{
    height: auto !important;
    overflow: visible !important;
    max-height: unset;
  }

  .tickets div,
  .date div {
    padding: 8px 14px 6px;
  }

  .event_card p {
    font-size: small;
  }

  .about_us img {
    display: none !important;
  }

  .dp_item {
    flex-direction: column-reverse;
  }

  #dp-dots {
    left: 25% !important;
  }

  .dp-wrap {
    margin: 50px auto 212px auto !important;
  }

  #dp-slider,
  .dp-img img {
    height: 230px !important;
  }

  .dp-content h2 {
    font-size: 28px !important;
    margin-top: 17px !important;
  }

  #dp-prev {
    left: 0 !important;
  }
}

@media(max-width:414px) {
  .navbar {
    direction: ltr;
  }

  .title {
    font-size: 24px;
  }

  .about {
    padding-bottom: 20px;
  }

  .navbar .lang {
    display: inline-block;
    margin: 10px 15px;
  }

  .about .content {
    margin: 20px 0px;
  }

  .services .holder img {
    margin-top: 50px;
  }

  .contact .contact-list {
    text-align: right !important;
    direction: ltr;
  }

  .contact .contact-list li {
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .contact .contact-list li i {
    margin-left: 10px;
  }

  .contact .contact-list li:nth-child(2),
  .contact .contact-list li:nth-child(4) {
    display: none;
  }

  .top-header {
    display: none;
  }

  .header .overlay h2 {
    font-size: 29px;
    width: auto;
    margin: 33px 13px 0px;
  }

  .services .title {
    color: #fff;
  }

  .navbar-nav {
    text-align: right;
  }

  footer br {
    display: none;
  }

  footer .f-logo img {
    margin-bottom: 20px;
  }

  .contact .contact-list li i {
    padding: 8px;
    height: 30px;
    width: 30px;
    font-size: 14px;
  }

  .footer .contact-list {
    padding: 0px;
  }

  footer h5 {
    margin-top: 20px;
  }
}

@media(max-width:768px) {
  .navbar .lang {
    display: inline-block;
  }

  .navbar {
    direction: ltr;
  }

  .navbar-nav {
    text-align: right;
  }

  .navbar .nav-link::before {
    display: none;
  }

  .navbar-light .navbar-toggler {
    margin-right: 17px;
  }

  .about .content-group {
    padding: 0px 20px 0px 0px;
  }
}