.cardList {
    display: inline-block;
    position: relative;
    background: #ffffff;
    /*
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        */
    border: 1px solid rgba(232, 232, 232, 1);
    border-radius: 15px;
    transition: ease all 0.25s;
    width: 100%;
    height: 100%;
}
.cardList.home {
    display: inline-block;
    position: relative;
    background: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border:  none !important;
    border-radius: 15px;
    transition: ease all 0.25s;
    width: 100%;
    height: 100%;
}
    .cardList.two {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-width: 0;
    }
    .cardList:hover{
       text-decoration:none;
    }
.cardSkyBLue {
    width: 100%;
    height: 200px;
    display: inline-block;
    border-radius: 15px;
    background: #ffffff;
    transition: ease all 0.25s;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
    .cardSkyBLue:hover {
        transition: ease all 0.25s;
        transform: scale(1.025);
    }
    .cardSkyBLue:hover {
        text-decoration: none;
    }
    .cardList.noBorder {
        border-width: 0 !important;
    }
    .cardList.withSideBlueLine::after {
        content: '';
        position: absolute;
        top: 25px;
        bottom: 25px;
        width: 2px;
        background-color: #961010;
    }
    .cardList.withSideBlueLine.short::after {
        content: '';
        position: absolute;
        bottom: auto;
        height: 35px;
        width: 2px;
        background-color: #961010;
    }
    .cardList.noBorder.withSideBlueLine::after {
        top:0 !important;
    }
    .ar .cardList.noBorder.withSideBlueLine::after {
        right: 15px !important;
    }
    .en .cardList.noBorder.withSideBlueLine::after {
        left: 15px !important;
    }
.ar .cardList.withSideBlueLine::after{
  right: 16px;
}
.en .cardList.withSideBlueLine::after{
  left: 16px;
}
.ar .cardList.withSideBlueLine{
  padding-right: 30px !important;
}
.en .cardList.withSideBlueLine{
  padding-left: 30px !important;
}
.cardList:hover {
    transform: scale(1.025);
    transition: ease all 0.25s;
}
.cardList.noAnimation:hover {
  transform: scale(1);
  transition: ease all 0;
}
.cardList *{
    color:#000000;
}
.cardList .cardDate{
font-size: 14px;
}
.cardList .cardDate.two{
  display: inline-table;
}
.ar .cardList .cardDate.two{
margin-left: 20px;
}
.en .cardList .cardDate.two{
  margin-right: 20px;
  }
  .ar .cardList .cardDate.two *[class*="icon-"]{
    margin-left: 10px;
    }
    .en .cardList .cardDate.two *[class*="icon-"]{
      margin-right: 10px;
      }
.cardList .icon-calendar-2{
width: 75px;
height: 75px;
display: inline-block;
text-align: center;
line-height: 75px;
vertical-align: middle;
border-radius: 50%;
background-color: #961010;
color:#ffffff;
font-size: 26px;
margin: 0 auto;
}
.cardList .cardDate span{
    display: inline-block;
}
.cardList .cardTitle{
    font-size: 22px;
    font-weight: bold;
}
.cardList .cardDesc{
    font-size: 18px;
}
.cardList .cardLocation{
  font-size: 16px;
  color: #000000;
}
.cardList .cardLink{
    font-size: 18px;
    display: block;
    width: 100%;
}
.cardList .cardLink2 {
    font-size: 18px;
    font-weight:500;
    display: block;
    text-align:center;
    width: 100%;
}
.cardList *[class*="card"]{
    margin-bottom: 10px;
}
.cardList *[class*="card"]:last-child{
    margin-bottom: 0;
}

.faqQuestion,
.jobsListStyle2 li {
    display: inline-block;
    position: relative;
    background: #F5F5F5;
    border-radius: 15px;
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 20px 15px;
    margin-bottom: 15px;
}
.faqAnswer {
    display: inline-block;
    position: relative;
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 0px 15px 20px;
    margin-bottom: 20px;
    color: #181818;
}
.jobsListStyle2 li {
    padding: 0px 0px;
    transition: ease all 0.25s;
}
    .jobsListStyle2 li:hover {
        transform: scale(1.01);
        transition: ease all 0.25s;
    }
    .jobsListStyle2 {
        padding: 0;
    }
.jobsListStyle2 li {
    list-style: none;
}
    .jobsListStyle2 li a {
        list-style: none;
        color: #000000;
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 20px 15px;
    }
        .jobsListStyle2 li a:hover{
            text-decoration:none;
        }
.faqQuestion .icon-arrow-down,
.jobsListStyle2 li a .icon-arrow-down {
    position: absolute;
    color: #961010;
    top: 20px;
    font-size: 24px;
}
.ar .faqQuestion .icon-arrow-down {
    left: 15px;
}
.ar .jobsListStyle2 li a .icon-arrow-down {
    transform: rotate(90deg);
    left: 15px;
}
.en .faqQuestion .icon-arrow-down {
    right: 15px;
}
.en .jobsListStyle2 li a .icon-arrow-down {
    transform: rotate(-90deg);
    right: 15px;
}

    a: hover {
        text-decoration: none !important;
    }

.imgCard{
    aspect-ratio: 1/0.70;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}
.imgCard.two{
    aspect-ratio: 1/1; 
}
.imgCard.three,
.imgCard.galleryCard.three{
    aspect-ratio: 1/0.48; 
}
.imgCard.three.plusMargin {
    aspect-ratio: 1/.50;
}

.imgCard.four{
  aspect-ratio: 1/0.35; 
}
.imgCard.five{
  aspect-ratio: 1/0.45; 
}
.imgCard.six{
  aspect-ratio: 1/0.25; 
}
.imgCard.seven{
  aspect-ratio: 1/0.55 !important; 
}
.imgCard.noshadow::after,
.imgCard.four::after,
.imgCard.five::after,
.imgCard.six::after{
  display: none;
}
.imgCard.galleryCard{
  aspect-ratio:0.85/1; 
  position: relative;
}
.imgCard img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imgCard::before{
  pointer-events: none;
    content: '';
    width: 100%;
    height: 100%;
    position:absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.35);
    z-index:9;
  }
    .imgCard.noDimmer::before {
        display:none;
    }
    .imgCard.oPT img{
    object-position:top;
    }
    .imgCard.gradiantDimmer::before {
        background: #000000;
        background: linear-gradient(0deg,rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    }

    .imgCard.galleryCard.gradiantDimmer{
        aspect-ratio:1/.85;
    }
.galleryCard.imgCard.gradiantDimmer .cardData .title{
    font-weight:normal;
}
.imgCard.galleryCard.gradiantDimmer .icon-play3{
    color:#000;
}
.imgCard.noFade::before {
    display: none;
}
    .newsLabel {
        width: 100px;
        height: 50px;
        line-height: 40px;
        vertical-align: middle;
        text-align: center;
        padding: 5px 10px;
        color: #ffffff;
        position: absolute;
        top: 10px;
        border-radius: 10px;
    }
  .newsLabel.red{
    background-color:#f34a3f;
  }
  .newsLabel.green{
    background-color:#55c574;
  }
  .newsLabel.blue{
    background-color:#961010;
  }
  .ar .newsLabel{
    right: 10px;
  }
  .en .newsLabel{
    left: 10px;
  }
  .imgCard .cardData{
    width: 100%;
    position: absolute;
    bottom: 10px;
    z-index: 99;
  }
  .imgCard:hover {
    transform: scale(1.025);
    transition: ease all 0.25s;
}
.imgCard.noAnimation:hover {
  transform: scale(1);
  transition: ease all 0s;
}
.imgCard.galleryCard .icon-play3{
  pointer-events: none;
  position: absolute;
  width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
}
.imgCard.galleryCard .icon-play-circle,
.imgCard.sh .icon-play-circle {
    pointer-events: none;
    position: absolute;
    font-size: 50px !important;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
    opacity: .75;
}
.imgCard.galleryCard .icon-play3.two{
  background-color: rgba(255, 255, 255, 1);
  color: #961010
  ;
  z-index: 99;
}
.imgCard.galleryCard:hover {
  transform: scale(1.02);
  transition: ease all 0.25s;
}
.imgCard.galleryCard.noAnimation:hover {
    transform: scale(1);
    transition: ease all 0.25s;
}
  .imgCard .cardData.two{
    bottom: 20px;
  }
  .imgCard .cardData .info{
    color: #ffffff;
    padding: 0 10px;
    font-size: 12px;
  }
  .imgCard .cardData .info.two{
    font-size: 13px;
    padding: 0 20px;
  }
  .imgCard .cardData .title{
    color: #ffffff;
    padding: 0 10px;
  }
  .galleryCard.imgCard .cardData .title{
    font-weight: bold;
  }
  .imgCard .cardData .title.two{
    font-size: 24px;
    padding: 0 20px;
  }

.cardLogo img {
    height: 134px;
    width: auto;
}

.cardLogo.hAuto img {
    height:auto !important;
}

  .cardList a:hover{
    color:#007bff;
    vertical-align: middle;
  }
    .cardList a:hover * {
        color: #007bff;
    }

  .cardList .cardIcon *[class*="icon"]{
    background-color: #f1f1f1;
    border-radius: 10px;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    vertical-align: middle;
    display: inline-block;
  }


  /* news list */
  .newsList label{
    font-weight: 500;
    margin: 0 0 15px 0;
  }
  .newsList .datepicker{
    width: 100%;
    border-radius: 5px !important;
    padding: 5px 10px !important;
    border: 1px solid #cccccc;
    height: 40px;
  }


  /**** select ****/
select {
    width: 100%;
    border-radius: 10px !important;
    padding: 5px 10px !important;
    border: 1px solid #cccccc;
    height: 40px;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    select.two {
        border-radius: 5px !important;
        height:40px;
    }

    .ar select {
        background-position: center left;
    }

.en select {
    background-position: center right;
}

select.select2 {
    width: 100%;
    border-radius: 5px !important;
    padding: 5px 10px !important;
    border: 1px solid #e8e8e8;
    height: 40px;
    background-image: url(../images/select-arrow2.png);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.ar select.select2 {
    background-position: center left;
}

.en select.select2 {
    background-position: center right;
}

/* new pages */

.imgCard.noRadius{
    border-radius:0;
}