@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

:root{
    --primarycolor-1: #ee2739;
    --primarycolor-2: #0C2340;
    --primarycolor-3: #cde2e7;

    --primary-font: 'Lato', sans-serif;
}
body{
    font-family: var(--primary-font);
    color: var(--primarycolor-2);
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--primary-font);
    color: var(--primarycolor-2);
    font-weight: 600;
}
p{
    line-height: 1.5 !important;
    margin-bottom: 20px !important;
}
a{
    cursor: pointer;
}
ul{
    list-style: none;
}
.font-3xl, .font-2xl, .font-xl, .font-lg, .font-md, .font-sm, .font-xs, .font-3xl-bold, .font-2xl-bold, .font-xl-bold, .font-lg-bold, .font-md-bold, .font-sm-bold, .font-xs-bold {
    font-family: var(--primary-font);
  }
.btn{
    color: var(--primarycolor-2);
}
.color-brand-1 {
    color: var(--primarycolor-2) !important;
}
.bg-brand-1 {
    background-color: var(--primarycolor-2) !important;
}
.bg-brand-2 {
    background-color: var(--primarycolor-3) !important;
}

.bg-red{
    background-color: var(--primarycolor-1);
}
.bg-blue{
    background-color: var(--primarycolor-2);
}
.bg-blue-2{
    background-color: #122b4f;
}
.bg-widget-title{
    background-color: #f8f8f8 !important;
    border: 1px solid #f1f1f1;
}
.lng-ar{
    /* font-family: 'Noto Kufi Arabic', sans-serif; */
}

.header .main-header .header-left .header-nav {
    margin-left: 3.5rem;
}
.header .main-menu li a {
    font-family: var(--primary-font);
    font-size: 14px;
    color: var(--primarycolor-2);
}
.header .main-menu li a:hover, .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a:hover, .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a{
    color: var(--primarycolor-1);
}
.header .main-menu li.has-children > a::after, .header .main-header .header-left .header-right .icon-list .arrow-down{
    background-size: 15px;
}
.header .main-header .header-left .header-right {
    width: 35%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}
.search-post svg {
    height: 18px;
    color: var(--primarycolor-2);
}
.header .main-header .header-left .header-right .icon-list{
    color: var(--primarycolor-2);
}
.btn.btn-brand-1, .btn.btn-brand-1:hover{
    padding: 10px 24px;
    color: #fff;
    background: var(--primarycolor-2);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a{
    font-size: 14px;
}
.swiper-pagination-group-11.swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--primarycolor-1);
}
.header, .sticky-bar.stick{
    border-bottom: none;
}
.btn.btn-default:hover{
    color: var(--primarycolor-1) !important;
}
.box-info-banner11 {
    padding: 50px;
}
.banner-slide-11 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
}
.card-offer-2 {
    border: 1px solid #fff0;
    margin-bottom: 0;
    background-color: #cde2e7;
    /* border-radius: 0px; */
}
.card-offer-2:hover {
    border: 1px solid #f1f1f1;
    /* background-color: #f8fbff; */
    box-shadow: 0px 0px 30px 0px rgb(14 41 50 / 8%);
}
.card-list li a{
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0px;
}
.pager-style-2 .swiper-pagination .swiper-pagination-bullet-active{
    background-color: var(--primarycolor-2);
}
.btn.btn-tag {
    background: var(--primarycolor-1);
    color: #fff;
}
.card-blog-grid .card-info a:hover, .card-blog-grid .card-info a:hover *{
    color: var(--primarycolor-1) !important;
}
.card-blog-grid.card-blog-grid-2{
    border: 1px solid #eeeeee;
}
.border-top{
    border-top: 1px solid #eeeeee !important;
}
.bg-grey-lite{
    background: #f9f9f9;
}
.card-blog-list .card-info a:hover, .card-blog-list .card-info a:hover * {
    color: var(--primarycolor-1) !important;
}
.footer-1, .footer-2{
    background-color: #0d2340;
}
.color-grey-400 {
    color: #cfcfcf;
}
.footer .menu-footer li a{
    color: #cfcfcf;
    font-size: 14px;
    font-weight: 400;
}
.footer .menu-footer li a:hover {
    color: #ffffff;
}
.footer .footer-bottom a:hover{
    color: #ffffff;
}
#scrollUp {
    border: 1px solid #f7f7f7;
    background-color: #0d2340;
}
#scrollUp:hover {
    background-color: #163155;
}
.page-loading-inner div:nth-child(1), .page-loading-inner div:nth-child(3) {
    background: var(--primarycolor-2);
}
.page-loading-inner div:nth-child(2) {
    background: var(--primarycolor-1);
}
.banner-intro{
    background-image: url(../imgs/adu-research/banner/banner-1.jpg);
    background-size: cover;
    min-height: 400px;
    position: relative;
}
.banner-content{
    position: relative;
    z-index: 0;
}
.banner-intro::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: #0d234070;
}
.logo-title{
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    letter-spacing: 1px;
    font-weight: 600;
}
.inner-header{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 450px;
    z-index: -1;
    background-color: var(--primarycolor-3);
    background-image: url(../imgs/adu-research/header-bg-pattern-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    overflow: hidden;
}
.list-ticks li {
    width: 100%;
    color: #3D565F;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 18px;
    margin-left: 30px;
}
.list-ticks li svg {
    color: #ee2739;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    margin-left: -30px;
}

.btn.btn-adu-border-1 {
    border: 1px solid #cee2e7;
    color: #cee2e7;
    border-radius: 4px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 12px;
    font-weight: 700;
}
.btn.btn-adu-border-1:hover{
    background-color: var(--primarycolor-3) !important;
    color: #0d2240 !important;
}
.list-ticks a:hover{
    color: var(--primarycolor-1) !important;
}
.list-ticks a:hover svg{
    color: var(--primarycolor-1) !important;
}
.box-info-video a:hover, .box-info-video a:hover * {
    color: var(--primarycolor-1) !important;
}

.box-cover-video {
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    background-image: url(../imgs/adu-research/header-bg-pattern-1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 10%;
}
.box-cover-video-convert {
    background-image: url(../imgs/adu-research/header-bg-pattern-1.png);
    background-repeat: no-repeat;
    background-position: left -20px bottom;
    background-size: 10%;
}
.quote-holder .quote{
    position: absolute;
    font-size: 12rem;
    top: -15rem;
    right: -5rem;
    opacity: 0.5;
    color: #cee2e7;
}
.card-team{
    border: 1px solid #CDE2E7;
    background: white;
    border-radius: 8px;
    padding: 25px;
}

.btn.btn-adu-border-2 {
    border: 1px solid var(--primarycolor-2);
    color: var(--primarycolor-2);
    border-radius: 4px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 12px;
    font-weight: 700;
}
.btn.btn-adu-border-2:hover{
    border: 1px solid var(--primarycolor-1);
    color: var(--primarycolor-1);
}
.box-create-account{
    background-image: url(../imgs/adu-research/header-bg-pattern-1.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 10%;
}
.bg-core-value {
    background-image: url(../imgs/adu-research/header-bg-pattern-1.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.swiper-r-centre-header .card-member-2{
    height: auto !important;
}

.box-button-slider-bottom .swiper-button-prev-group-4 svg {
    color: #0d2340;
}
.box-button-slider-bottom .swiper-button-prev-group-4, .box-button-slider-bottom .swiper-button-next-group-4 {
    border: 1px solid #0d2340;
}
.box-button-slider-bottom .swiper-button-next-group-4:hover, .box-button-slider-bottom .swiper-button-prev-group-4:hover{
    background-color: #0d2340;
}
.bg-brand-2 .card-offer {
    border: 1px solid #00000017;
}
.re-list-tab li a:hover, .re-list-tab li a.active {
    background-color: #0d2340;
    color: #ffffff !important;
}
.re-list-tab li a:hover svg, .re-list-tab li a:hover *, .re-list-tab li a.active svg, .re-list-tab li a.active * {
    color: #ffffff !important;
}
.accordion .accordion-button {
    color: inherit;
}
.re-list-tab-content .accordion .accordion-button {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    border: 1px solid #ecf1f2;
    margin-bottom: 15px;
    border-radius: 5px;
}
.re-list-tab-content .font-sm-bold {
    font-size: 12px !important;
}
.re-list-tab-content .accordion .accordion-collapse {
    border-width: 0 0;
    background-color: #ECF1F2;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: -20px;
    margin-bottom: 15px;
}
.bg-grey-img{
    background-image: url(../imgs/adu-research/header-bg-pattern-1.png);
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    background-size: contain;
    padding: 100px 0px;
}
.card-small a:hover, .card-small a:hover * {
    color: #122b4f !important;
}
.card-small:hover {
    border-color: #2b4364;
    box-shadow: 0px 0px 30px 0px rgba(14, 41, 50, 0.08);
}
.card-small .card-image .box-image {
    background-color: #fcf3f3;
    border-radius: 6px;
    padding: 8px 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.list-buttons li a:hover, .list-buttons li a.active {
    background-color: #0d2340;
    border: 1px solid #0d2340;
    color: #ffffff;
    border-radius: 4px;
}
.pagination li a:hover, .pagination li a.active {
    background-color: #0d2340;
    border-color: #0d2340;
    color: #ffffff;
}
.btn.btn-brand-1-full {
    color: #ffffff;
    background: #0d2340;
}
.btn.btn-brand-1-full:hover {
    background-color: #0d2340;
}
.btn.btn-brand-1-full svg {
    color: #ffffff;
}
.btn.btn-play{
    background: url(../imgs/adu-research/play-button.svg) no-repeat left center;
    background-size: 35px;
    color: #ffffff;
}

.list-number li a:hover {
    color: var(--primarycolor-1);
}
.content-single ul li {
    font-size: 16px;
    line-height: 30px;
    color: #3D565F;
}
.content-single p {
    margin-bottom: 25px;
    line-height: 25px !important;
    color: #3D565F;
}
.card-team .card-image {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
}
.card-member .card-top .card-image {
    width: 130px;
    max-width: 90px;
    margin-right: 30px;
}











.gallery-holder .gallery-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  .gallery-holder .card-gal {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  }
  .gallery-holder .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #ffffff;
  }
  .gallery-holder .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @media only screen and (max-width: 600px) {
    .gallery-holder .gallery-container {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem;
    }
  }




.list-ticks li::before {
    content: '';
    background-image: url("data:image/svg+xml;utf8,<svg class='w-6 h-6 icon-16' fill='none' stroke='red' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 13l4 4L19 7'></path></svg>");
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    margin: 0px -25px;
}












/* timeline */
.tl-section{
    background-color: #FFEFD1 !important;
    background-image: url(../imgs/adu-research/header-bg-pattern-1.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.tl-section .container.tl-container {
    height: 100%;
    /* background-color: #003471; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 100%;
  }
  
  .tl-section .title {
    font-size: 38px;
    color: #fff;
    font-weight: 300;
  }
  
  .tl-section .timeline {
    width: 100%;
    position: relative;
    margin-top: 100px;
    padding-bottom: 5rem;
  }
  .tl-section .timeline-nav__item {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 0.5;
    background: transparent;
    color: #0d2240;
    margin: 15px 25px !important;
    position: relative;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    outline: none;
    cursor: pointer;
  }
  .tl-section .timeline-nav__item::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #0e2240;
    transition: 0.2s;
  }
  .tl-section .timeline-nav__item.slick-current {
    color: #ee2739;
    opacity: 1;
    font-size: 25px;
    font-weight: 700;
    top: -20px;
  }
  .tl-section .timeline-nav__item.slick-current::before {
    background-color: #ee2739;
    width: 20px;
    height: 20px;
    top: 43px;
  }
  .tl-section .timeline-wrapper {
    position: relative;
    width: 100%;
    height: 580px;
    margin: 60px auto;
    margin-bottom: 0;
  }
  @media (max-width: 500px) {
    .tl-section .timeline-wrapper {
      height: 1000px;
      max-height: 900px;
    }
  }
  .tl-section .timeline-slider {
    height: 100%;
  }
  .tl-section .timeline .slick-list {
    height: 100%;
  }
  @media (min-width: 1080px) {
    .tl-section .timeline .slick-list {
      padding: 0 180px !important;
    }
  }
  .tl-section .timeline .slick-track {
    height: 100%;
  }
  .tl-section .timeline-slide {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    outline: none;
    background-size: cover;
    background-position: center;
    margin: 0 20px;
    width: 80%;
    z-index: 1;
  }
  .tl-section .timeline-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fef0d1ba;
    z-index: 2;
  }
  .tl-section .timeline-slide__content {
    z-index: 5;
    position: absolute;
    background: #ffffff;
    width: 80%;
    max-width: 650px;
    right: 0;
    padding: 40px;
    opacity: 0;
    bottom: 0px;
    transition: opacity 1s;
  }
  @media (max-width: 500px) {
    .tl-section .timeline-slide__content {
      width: 100%;
    }
  }
  .tl-section .timeline-year {
    z-index: 5;
    font-size: 35px;
    color: #ffffff;
    background: #ee2739;
    padding: 15px 26px;
    transition: opacity 1.2s;
    position: absolute;
    right: 0;
    opacity: 0;
  }
  .tl-section .timeline-title {
    color: #ee2739;
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
  }
  .tl-section .timeline-text {
    font-size: 18px;
    line-height: 28px;
    color: #666666;
  }
  .tl-section .timeline .slick-current:after {
    background-color: rgba(0, 52, 113, 0);
  }
  .tl-section .timeline .slick-current .timeline-year {
    opacity: 1;
  }
  .tl-section .timeline .slick-current .timeline-slide__content {
    opacity: 1;
  }


  .timeline-nav.slick-initialized.slick-slider::before{
    content: "";
    position: absolute;
    width: 100%;
    background: #0e22401c;
    height: 1px;
    bottom: 5px;
  }
/* end */







.header .main-header .header-left .header-right .icon-list .arrow-down {
    background: url(../imgs/template/icons/angle-down.svg) no-repeat right top 0px;
}









@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1350px;
    }
}
