@import url(website-font.css);

* {
    padding: 0px;
    margin: 0px;
  font-family: 'Baloo Bhaijaan 2';
    outline: none !important;
}
:root{
    --dark-green:#002f3a;
    --dark-green-opacity:#002f3aa1;
      --green:#00A287;
      --purple:#5F469D;
         --cyan:#2BB9E0;
         --aqua:#9CE6F7;
          --petrol:#006d7f;
           --ice-blue:#CFF8FF;
           --gray:#595A5C;
}

h1, h2, h3, h4, h5, h6 {
    color: #002f3a;
    font-weight: bold;
    margin-bottom: 0px;
}

h2 {
    font-size: 25px;
}

.text-muted {
    color: #7E7C7C;
}

a, a:hover {
    color: inherit;
    text-decoration: none !important;
}

li {
    list-style: none;
}

i {
    font-size: inherit;
}

ul {
    margin: 0px;
    padding: 0px;
}

    ul.agenda-style {
        text-align: right;
        font-size: 14px;
        color: #fff;
        margin-top: 10px;
        margin-top: 0;
    }

.agenda-style li img {
    margin: 2px;
}

p {
    font-size: 14px;
    margin-bottom: 0px;
}



.line-title {
    width: 60px;
    position: relative;
    z-index: 2;
}
/* ==============preloader=========== */

#preloader {
  height: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fefcfe;
}
.loading-div{
  width: 350px;
  height: 350px;
  background-image: url(../img/loading.gif);
  background-size: 100% 100%;
}



@keyframes spinner {
  to {
    transform: rotateZ(360deg)
  }
}
/* ------------------------------ */

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background-color: rgba(0, 0, 0, 0.3);
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.4);
    }

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: black;
    -webkit-transition: all 300ms ease-in-out;
}

::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.2);
}


/* ------------small header-----------------*/

.small-header {
    background-color: #F8F8F8;
    padding: 7px 0px;
    min-height: 55px;
}

@media (max-width:992px) {
    .small-header {
        padding: 12px 0px;
    }
}


.ul-small-header li {
    display: inline-block;
    list-style: none;
}

    .ul-small-header li a {
        display: block;
        padding: 0px 0px 0px 15px;
        position: relative;
        font-size: 14px;
        color: #002f3a;
    }


 




.ul-small-header li:last-child a:hover {
    background-color: #002f3a;
    color: #fff;
}

    .ul-small-header li:last-child a:hover img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(1720%) hue-rotate(277deg) brightness(109%) contrast(109%);
    }

.ul-small-header li:last-child span {
    font-size: 16px;
    position: absolute;
    top: 7px;
    padding: 0px 3px;
}

.ul-small-header li a i {
    position: absolute;
    right: 8px;
    top: 0px;
    font-size: 16px;
}

/* ============about=========== */
.about-sec {
    padding: 100px 0px 80px 0px;
    /* background-image: url(../img/about/pattern.png); */
    background-position: right bottom;
    background-repeat: no-repeat;
}

    .about-sec:lang(ar) {
        background-position: left bottom;
    }

.img-about {
    max-width: 100%;
    width: 450px;
    margin: 0 auto;
}

.about-pattern {
    padding: 20px 0px;
    /* background-image: url(../img/about/pionts.png); */
    background-repeat: no-repeat;
    background-position: left center;
}

    .about-pattern:lang(ar) {
        background-position: right center;
    }

.icon-div {
    width: 40px;
    height: 40px;
    background-color: var(--green);
    padding: 5px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(80deg, rgba(0, 109, 127, .8) 0%, rgb(0 162 135) 100%);
}

.ul-about h3 {
    font-size: 14px;
    color: var(--gray);
}



.ul-about > div {
    margin-bottom: 20px;
}

.ul-about h6 {
    font-size: 25px;
    color: var(--dark-green);
    margin-bottom: 0px;
}
.about-items {
    border-radius: 35px;
    padding: 10px 10px 5px 10px;
    background: #f8f8f8;
}
.title-about{
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
}
.title-about:lang(ar){
            padding-left: 0px;
              padding-right: 10px;
}
.title-about::after{
    content: "";
    position: absolute;
    width: 4px;
    background-color: var(--green);
    left: 0px;
    top: 0px;
    height: 23px;
    border-radius: 5px;
}
.title-about:lang(ar)::after{
            left: auto;
                    right: 0px;
}

/* ------------------button------------------ */

.btn-outline-sys {
    position: relative;
    padding: 8px 36px 8px 10px;
    text-align: left;
    display: inline-block;
    font-size: 16px;
    color: #002f3a;
    border-radius: 10px;
    border: 2px solid #002f3a;
    transition: .5s;
    background-color: #fff;
    min-width: 154px;
    font-weight: bold;
}

    .btn-outline-sys:lang(ar) {
        padding: 8px 10px 8px 36px;
        text-align: right;
    }

    .btn-outline-sys:hover {
        border: 2px solid #00A287;
        color: #00A287;
    }


    .btn-outline-sys img {
        position: absolute;
        right: 7px;
        top: 14px;
        color: #002f3a;
        font-size: 20px;
        transition: .2s;
    }

    .btn-outline-sys:lang(ar) img {
        left: 7px;
        right: auto;
    }

    .btn-outline-sys:hover img {
        filter: invert(56%) sepia(40%) saturate(753%) hue-rotate(9deg) brightness(96%) contrast(86%);
    }

.reflection-btn img {
    transform: scaleX(-1);
}

    .reflection-btn img:lang(ar) {
        transform: scaleX(1);
    }

/* =============program========== */
.programm-sec {
    padding: 100px 0px;
    background-image: url(../img/pattern-sec.png);
    background-repeat: no-repeat;
    background-position: left top;
}

    .programm-sec:lang(ar) {
        background-position: right top;
    }

.program-item {
    background-color: #002f3a;
    padding: 25px;
    color: #fff;
    margin-bottom: 20px;
    background-image: url(../img/program/pattern.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.pro-type li:nth-child(1) .program-item {
    border-radius: 30px 0px 0px 0px;
}

.pro-type li:lang(ar):nth-child(1) .program-item {
    border-radius: 0px 30px 0px 0px;
}

.pro-type li:nth-child(2) .program-item {
    border-radius: 0px 30px 0px 0px;
}

.pro-type li:lang(ar):nth-child(2) .program-item {
    border-radius: 30px 0px 0px 0px;
}

.pro-type li:nth-child(3) .program-item {
    border-radius: 0px 0px 30px 30px;
}

.program-item img {
    transition: 1s;
    width: 60px;
}

.program-item:hover img {
    transform: scale(1.05);
}

.program-item:lang(ar) {
    background-position: left top;
}

.program-item h3 {
    color: #fff;
    margin: 20px 0px;
    font-size: 20px;
}

.program-item p {
    height: 100px;
    overflow: hidden;
}

.program-item a {
    margin-top: 15px;
}


/* =============event=========== */
.event-sec {
    position: relative;
    /* background: var(--dark-green); */
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 100px 0px;
    background: url(../img/event/schudle\ pattern-en.svg.svg), linear-gradient(to left, #002f3a, #2c3a6b);
    background-repeat: no-repeat;
}

    .event-sec:lang(ar) {
        background-position: bottom left;
        background: url(../img/event/schudle\ pattern.svg), linear-gradient(to left, #002f3a, #2c3a6b);
        background-repeat: no-repeat;
    }




.events-inner-sec .container {
    position: relative;
    z-index: 1;
}


.events-slider-container {
    position: relative;
    z-index: 3;
    margin-top: 20px;
}

.item-event {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: block;
    border: 1px solid #D1D5DB;
    background-image: url(../img/event/bg-ksa.svg);
    background-position: right top;
    background-repeat: no-repeat;
}

    .item-event:lang(ar) {
        background-position: left top;
    }

.pic-event-item {
    width: 82px;
    height: 132px;
    border-radius: 15px;
    object-fit: cover;
}

.content-event-item {
    padding-left: 10px;
}

    .content-event-item:lang(ar) {
        padding-left: 0px;
        padding-right: 10px;
    }

    .content-event-item h3 {
        font-size: 20px;
        color: #002f3a;
        padding: 15px 0px;
    }

    .content-event-item p {
        font-size: 14px;
        overflow: hidden;
        height: 70px;
        color: #575756;
    }

    .content-event-item h6 {
        font-size: 12px;
        color: #575756;
        position: absolute;
        top: 0px;
        right: 20px;
        background-color: #00A287;
        border-radius: 0px 0px 5px 5px;
        padding: 5px;
        color: #fff;
    }

    .content-event-item h6 {
        right: auto;
        left: 20px;
    }

.container-filter-items h2 {
    color: #f6f6f6;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.container-filter-items p {
    color: var(--gray);
    margin-top: 5px;
}



/* ========================grid=================== */
.container-events {
    position: relative;
    padding-top: 20px;
}



.overlay-items-events {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.date-div-event {
    padding: 5px 0px 5px 0px;
    margin: auto 15px;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 5;
    border-bottom: 2px solid #3e508f;
    min-height: 100%;
    /* text-align: center; */
}

.event-sec-inner .date-div-event {
    border-bottom: 2px solid #e3e5f4;
    color: #636569;
}

.date-div-event img {
    width: 15px;
}

.items-of-icon-event {
    width: 227px;
}

@media(max-width:991px) {
    .items-of-icon-event {
        display: none;
    }

    /* .date-hide ul{
  padding: 0px !important;
} */
}

.items-of-icon-event p {
    margin-bottom: 10px !important;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 20px 15px 20px;
    background: linear-gradient(-90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0.0));
    border-radius: 0px 10px 10px 0px;
    display: block;
    width: calc(100% - 4px);
}

.event-sec-inner .items-of-icon-event p {
    color: #636569;
    background: rgb(244 243 250);
}

.department-events {
    position: relative;
    z-index: 6;
}

.title-event-item {
    color: #fff;
    padding: 12px 5px;
    text-align: center;
    margin: 0px 10px 20px;
    position: relative;
    font-size: 15px;
    z-index: 5;
    background-color: rgba(255,255,2555,.1);
    border-radius: 15px;
}

.event-sec-inner .title-event-item {
    color: #002f3a;
    background-color: #e3e5f4;
    font-weight: bold;
}

.date-div-event ul {
    margin: 0px;
    padding: 9px 0px;
}

.griadent-overlay {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    border: 1px solid #e3e5f4;
    height: 100%;
    top: 0px;
    border-radius: 15px 15px 0px 0px;
    background: rgba(0, 0, 0, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0.0));
    box-shadow: 0px -7px 11px #243476;
    z-index: 0;
}

.event-sec-inner .griadent-overlay {
    background: linear-gradient(180deg, rgba(229,227,243,.5), rgba(255, 255, 255, 0.0));
    box-shadow: none;
}

.btn-events-days {
    position: relative;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: .5s;
    padding: 10px;
    cursor: pointer;
    margin: 5px;
    margin-top: 15px;
    display: inline-block;
    min-width: 149px;
    transition: 1s;
}

    .btn-events-days:hover {
        /* background-color: #774dd2; */
    }

    .btn-events-days:hover {
        color: #fff;
    }
.btn-events-days-all {
    background-color: var(--green);
}

.event-sec-inner {
    padding: 50px 0px 70px 0px;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url(../img/pattern-sec.png);
}

    .event-sec-inner:lang(ar) {
        background-position: left top;
    }

.col-span-items {
    background: rgb(227 229 244);
    border-radius: 10px;
    text-align: center;
}

    .col-span-items img {
        width: 31px !important;
        margin: 0px 5px;
        opacity: .8;
    }
/* --------filter slider--------- */
.container-filter-event {
    background-color: rgba(255,255,255,.1);
    /* padding: 9px 10px; */
    border-radius: 38px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.03);
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    backdrop-filter: blur(8px);
    border: 1px solid #ffffff60;
}

@media (max-width:991px) {
    .container-filter-event {
        margin-bottom: 20px;
    }
}

.tab-event {
    background-color: transparent;
    border: none;
    border-radius: 35px;
    color: #ffffff;
    transition: .5s;
    font-weight: bold;
    font-size: 14px;
    padding: 15px;
    cursor: pointer;
    display: inline-block;
}

@media (max-width:767px) {
    .tab-event {
        font-size: 12px;
    }

    .events-inner-sec {
        background-size: cover;
    }
}

.tab-event img {
    position: relative;
    top: -2px;
}

.tab-event:hover {
    color: #002f3a;
}

.tab-event.tab-active {
    background: linear-gradient(60deg, rgb(0, 162, 135) 0%, rgb(5, 137, 163) 100%);
    color: #fff;
    cursor: pointer;
}

    /* .tab-event.tab-active img {
        filter: invert(90%) sepia(17%) saturate(130%) hue-rotate(207deg) brightness(200%) contrast(93%);
    } */
/* --------filter slider--------- */
.ul-date {
    padding: 0px;
    margin: 0px;
}

@media(max-width:991px) {
    .ul-date {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .container-tab-events {
        width: 100%;
    }
}

.date-div {
    position: relative;
    display: flex;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: .5s;
    width: 80px;
    height: 80px;
    padding: 10px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.active-date .date-div {
    background-color: #00A287;
    color: #fff;
}

.ul-date li {
    list-style: none;
    display: inline-block;
    padding: 5px;
}

.container-leader, .container-student {
    overflow: hidden;
}

.h-zero {
    height: 0px !important;
}
/* ===============members============ */



.member-sec {
    padding: 50px 0px 70px 0px;
    background-image: url(../img/pattern-sec.png);
    background-repeat: no-repeat;
    background-position: left top;
}

    .member-sec:lang(ar) {
        background-position: right top;
    }

.member-sec-sec {
    background-color: #F8F8F8;
}

.member-item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 260px;
}

    .member-item img {
        width: 100%;
        height: 390px;
        object-fit: cover;
    }

.overlay-member {
    background-color: rgba(21, 37, 112,.2);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.member-caption {
    position: absolute;
    z-index: 1;
    background-color: rgba(21, 37, 112,.9);
    background-image: url(../img/member/lab.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 10px;
    border: 1px solid #fff;
    color: #fff;
    width: calc(100% - 30px);
    left: 15px;
    bottom: 15px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 108px;
}

    .member-caption h4 {
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .member-caption h3 {
        color: #fff;
        font-size: 16px;
    }


/* =========== media============== */


.media-sec {
    padding: 100px 0px;
    /* background-image: url(../img/pattern-piont.svg); */
    background: url(../img/media/attom-patern.svg),linear-gradient(52deg,rgba(255, 255, 255, 1) 50%, rgba(235, 246, 255, 1) 100%);
    background-repeat: no-repeat;
    background-position: top right;
}



/* --------filter --------- */
.container-filter-media {
    background-color: #f8f8f8;
    /* padding: 9px 10px; */
    border-radius: 38px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

@media (max-width:991px) {
    .container-filter-media {
        margin-bottom: 20px;
    }
}

.tab-media {
background-color: transparent;
    border: none;
    border-radius: 35px;
    color: var(--gray);
    transition: .5s;
    font-weight: bold;
    font-size: 14px;
    padding: 15px;
    cursor: pointer;
    display: inline-block;
}



.container-filter-media .tab-media:last-of-type {
    margin: 0 !important;
}

.tab-media img {
    position: relative;
    top: -2px;
}



.tab-media.tab-active {
    background: linear-gradient(60deg, rgb(0, 162, 135) 0%, rgb(5, 137, 163) 100%);
    color: #fff;
    cursor: pointer;
}

    .tab-media.tab-active img {
        filter: invert(90%) sepia(17%) saturate(130%) hue-rotate(207deg) brightness(200%) contrast(93%);
    }

/* ========item======== */

.media-item {
    padding: 20px 20px 10px 20px;
    background-color: #F8F8F8;
    border-radius: 10px;
    margin-bottom: 20px;
}

.container-img-media {
    position: relative;
}

    .container-img-media > img {
        width: 100%;
        height: 233px;
        object-fit: cover;
        border-radius: 10px;
    }

.overlay-media {
    background: #002f3a;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 43%, rgb(0 47 58) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    border-radius: 10px;
}

.container-img-media h3 {
    position: absolute;
    width: 100%;
    height: 80px;
    font-size: 18px;
    color: #fff;
    z-index: 1;
    overflow: hidden;
    padding: 15px;
    bottom: 0px;
    left: 0px;
}

.view-div {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #00A287;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    color: #fff;
}

    .view-div:lang(ar) {
        left: 15px;
        right: auto;
    }

.btn-icon-media {
    /* background-color: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: calc(50% - 30px);
    z-index: 2;
    background: linear-gradient(80deg,rgba(0, 109, 127, .8) 0%, rgba(0, 47, 58, 1) 100%);
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(95, 70, 157, 1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(179, 148, 40, 0);
    }
}

.media-item:hover .btn-icon-media {
    animation: shadow-pulse 1s infinite;
}

.btns-media {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    background-color: #fff;
    transition: 1s;
}

    .btns-media:hover {
        background-color: #00A287;
    }

.active-btn-media {
    background-color: #002f3a;
}

/* ========another media============ */
.media-with-text {
    padding: 20px;
}

    .media-with-text h3 {
        font-size: 20px;
        height: 65px;
        overflow: hidden;
        padding: 10px 0px;
    }

    .media-with-text p {
        height: 70px;
        overflow: hidden;
    }

    .media-with-text .container-img-media > img {
        height: 130px;
    }

    .media-with-text .btn-outline-sys {
        min-width: 60px;
    }

.tabs-divs {
    display: none;
}

.btn-color {
    background-color: #002f3a;
    border-radius: 15px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    transition: 1s;
}

    .btn-color:hover {
        background-color: #00A287;
        color: #fff;
    }

/* ========modal======== */
.btn-close-pop {
    background-color: #EEF3F8;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 12px;
    border: none;
}

.content-pop {
    padding: 15px 15px 25px 15px;
}

.modal-title-pop {
    font-size: 14px;
    color: #002f3a;
}

.modal-style {
    border: none;
    border-radius: 8px;
}

.btn-outline-sys-without-icon {
    position: relative;
    padding: 8px 10px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    color: #002f3a;
    border-radius: 16px;
    border: 1px solid #002f3a;
    transition: .5s;
    background-color: #fff;
    transition: .5s;
    font-weight: bold;
}

    .btn-outline-sys-without-icon:hover {
        background-color: #002f3a;
        color: #fff;
    }


.header-pop {
    padding: 20px 20px 10px 20px;
}

.container-formal {
    display: inline-block; /* background-color: #fff; */
    padding: 5px;
    border-radius: 10px;
}


.formal-links {
    display: inline-block;
    position: relative;
    padding: 2px 5px;
}

    .formal-links:last-of-type {
        border: none;
    }

.img-formal {
    height: 30px;
}


/* ===============news============ */

.news-sec {
    padding: 70px 0px;
    background-image: url(../img/news/pattern.png);
    background-repeat: repeat-y;
    background-position: left top;
    background-color: #F8F8F8;
}

    .news-sec:lang(ar) {
        background-position: right top;
    }


.item-news {
    background-color: #fff;
    padding: 20px 20px 15px 20px;
    border-radius: 15px;
    display: block;
    border: 1px solid #D1D5DB;
    margin-bottom: 10px;
    box-shadow: #eee;
    position: relative;
    background-image: url(../img/news/patern-item.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

    .item-news h6 {
        position: absolute;
        top: 0px;
        background-color: #00A287;
        color: #fff;
        border-radius: 0px 0px 5px 5px;
        font-size: 12px;
        padding: 5px 10px;
        right: 20px;
    }

    .item-news:lang(ar) h6 {
        right: auto;
        left: 20px;
    }

.pic-news-item {
    width: 100%;
    height: 180px;
    border-radius: 9px;
    margin-bottom: 10px;
    object-fit: cover;
    border: 1px solid #D1D5DB;
}


.item-news h3 {
    font-size: 20px;
    overflow: hidden;
    height: 54px;
    color: #002f3a;
}

.item-news p {
    border-bottom: 1px solid #D1D5DB;
    padding-bottom: 5px;
    margin-bottom: 10px;
    height: 105px;
    overflow: hidden;
}
/* ==================partner================ */
.parnter-sec {
    padding: 50px 0px;
}

.item-partner {
    background-color: #F8F8F8;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

    .item-partner img {
        height: 100px;
    }


/* -----------------footer------------- */
footer {
    position: relative;
    padding: 50px 0px;
    padding-bottom: 0px;
    color: #fff;
    margin-top: 50px;
    background: url(../img/footer/pattern-footer.svg), linear-gradient(to left, #002f3a, #2c3a6b);
    background-repeat: no-repeat;
    background-position: right top;
}
footer .d-flex img{
    /* width: 170px; */
}
    footer li {
        list-style: none;
    }








/* ---links---- */
.links-div {
    padding: 50px 0px 10px 0px;
}

.title-links {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 15px 0px;
    margin-bottom: 10px;
}

    .title-links::after {
        content: "";
        width: 44px;
        height: 2px;
        background-image: url(../img/lines-about.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        bottom: 5px;
        left: 0px;
    }

    .title-links:lang(ar):after {
        right: 0px;
        left: auto;
    }



.links-ul li a{
  padding-left: 15px;
  position: relative;
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}

.links-ul li a:lang(ar){
   padding-right: 15px;
   padding-left: 0px;
}
.links-ul li a::after{
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  left: 0px;
  color: #fff;
  font-size: 8px;
  font-weight: bold;
  top: 3px;
}
.subscribe-div{
  padding: 5px;
  background-color: #ffffff;
  border-radius: 8px;
  max-width: 100%;
  width: 400px;
}
.input-subscribe{
  width: 100%;
  padding: 8px;
  border: none;
  color: var(--purple);
  font-size: 12px;
  background: none;
}
.input-subscribe::placeholder{
  color: var(--middle-gray);
  font-size: 10px;
}

.btn-subscrib-sec {
    width: 74px;
    border-radius: 8px;
    min-width: 14px;
    min-height: 37px;
    border: none;
    background-color: var(--green);
    color: #fff;
    font-size: 14px;
}



footer:lang(ar) .links-ul li a::after{
    content: "\f060";
    left: auto;
    right: 0px;
}
.contact-icon {
    background-color: rgba(255,255,255,.1);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
    border-radius: 50%;
    /* box-shadow: 4px 2px 7px #222222; */
}

.app-div {
    display: block;
    background-color: #fff;
    border-radius: 4px;
    padding: 5px;
}

    .app-div img {
        height: 24px;
    }

.social-media {
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: center;
}

    .social-media li {
        display: inline-block;
    }

        .social-media li a {
            margin: 20px 5px 5px 5px;
            transition: .5s;
            font-size: 15px;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            text-align: center;
            display: flex;
            background-color: rgba(255, 255, 255, .2);
            align-items: center;
            justify-content: center;
            color: #fff;
        }

            .social-media li a:hover {
                color: #ffffff !important;
                background-color: var(--green);
            }

.btn-links-open {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 5px 35px;
    color: #fff;
    display: block;
    border-radius: 20px;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
    position: relative;
}

    .btn-links-open i {
        position: absolute;
        left: 5px;
        top: 4px;
        background-color: rgba(255,255,255,.5);
        padding: 5px;
        border-radius: 50%;
    }

    .btn-links-open:lang(ar) i {
        right: 5px;
        left: auto;
    }

.small-footer {
    padding: 20px 0px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
    /* background-color: var(--green); */
    border-top: 1px solid #416870;
}

.iframe-footer {
    border-radius: 10px;
}

@media (max-width:768px) {
    .small-footer {
        text-align: center;
    }
}

@media (max-width:767px) {
    .container-links {
        /* display: none; */
        padding-bottom: 20px;
    }
}

.right-footer {
    width: 100%;
    display: block;
    padding: 0px;
}

    .right-footer li {
        display: inline-block;
        color: #fff;
    }

        .right-footer li a {
            color: #ccd3d4;
            text-decoration: none !important;
            padding: 2px 5px;
            display: block;
        }

.content-inner {
    min-height: 208px;
}

    .content-inner h3, .content-inner p {
        margin: 10px 0;
    }

    .content-inner li {
        margin: 0 20px;
        list-style: disc
    }

.Participation-index h2 {
    /* color: #fff !important; */
    padding: 5px;
    border-radius: 10px;
    /* text-align: center; */
    background: #002f3a;
}

.Participation-index {
    width: 100%;
    margin: 0 auto
}

.content-inner table.agenda-style {
    border-collapse: separate;
    border-spacing: 0;
}

    .content-inner table.agenda-style, .content-inner table.agenda-style td, .content-inner table.agenda-style th {
        border: 1px solid #dee2e6;
        border-radius: 5px;
        padding: 5px;
    }

        .content-inner table.agenda-style th {
            background: #002f3a;
            text-align: center;
            color: #fff
        }

.content-inner th {
    background: #002f3a;
    text-align: center;
    color: #fff !important
}

.breadcrumbContainer {
    margin-top: 8em;
    margin-bottom: 30px;
}

.padding-of-info {
    height: 103px;
    padding: 15px 15px;
}

    .padding-of-info ul li {
        margin-bottom: 2px;
        color: #fff;
    }

/* ============infographic=============== */
.container-item-date{
    background-color: #fff;
    box-shadow: 0px 5px 10px #eee;
    border-radius: 20px;
    width: 280px;
    position: relative;
    max-width: 100%;
    margin-bottom: 40px;
}



.check-list-icon{
  background: #34C759;
  background: linear-gradient(90deg,rgba(52, 199, 89, 1) 0%, rgba(64, 219, 103, 1) 100%);
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 5px;
  text-shadow: 2px 2px 2px var(--light-gray);
}

.gold-btn {
    background-color: var(--green);
    /* border-color: #13205a; */
}


/* ..............wizard........... */

.icon-wizard-inner{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(26 68 78);
    color: var(--aqua);
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
    border: 2px solid var(--aqua);
    transition: .5s;
    }
.calendar-text{
    color: #fff;
    font-size: 14px;
}
.date-month-item{
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    color: var(--aqua);
    margin-bottom: 5px;
}

    .circle-wizard ul{
        list-style: none;
    }
       .circle-wizard ul li{
    color: #747373;
 
    position: relative;
    }
.active > .icon-wizard-inner{
     /* border: 1px solid #556ee6; */
}
 .circle-wizard ul li.active{
    color: #556ee6;
 
    
    }

    .circle-wizard li::after{
          content: "";
          height: 2px;
          background-color: var(--aqua);
          position: absolute;
          top: 46px;
          width: 100%;
          z-index: -1;
          left: 50%;
    }
        .circle-wizard:lang(ar) li:after{
                left: auto;
                right: 50%;
        }
    
    .circle-wizard li.active::after{
    background-color: var(--aqua);
    }
    .circle-wizard li:last-of-type:after{
        display: none !important;
    }
    @media(max-width:1200px){
            .circle-wizard li::after{
                display: none;
            }
    }


.circle-wizard ul li:hover .icon-wizard-inner {
    background-color: var(--aqua);
    color: var(--dark-green);
    transform: scale(1.1);

}

/* =============sec shape=========== */
.item-calendar-box{
     padding: 15px;
     border-radius: 30px;
     background: rgba(255, 255, 255, 0.03);
     background-size: cover;
     background-repeat: no-repeat;
     backdrop-filter: blur(3px);
     border: 1px solid rgba(255, 255, 255, 0.1);
     border-radius: 24px;
     transition: all 0.3s ease;
     margin-bottom: 20px;
     min-height: 172px;
}
.item-calendar-box:hover {
    border-color: #00f2ff;
    box-shadow: 0 0 20px rgba(0, 242, 255, 0.2);
    transform: translateY(-5px);
}
.no-day{
    font-size: 25px;
    color: rgba(255, 255, 255, 0.3);
    font-weight: bold;
}
.icon-event-item{
background-color: rgba(255, 255, 255, .1);
    /* border: 1px solid var(--aqua); */
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--aqua);
    padding: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 17px;
}
.date-details-item{
    margin-bottom: 10px;
    color: var(--aqua);
    font-size: 12px;
}

/* ==========member=========== */
.memeber-items-new {
    /* border: 1px solid #eee; */
    padding: 25px 25px 30px 25px;
    border-radius: 15px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background: linear-gradient(52deg,rgba(255, 255, 255, 1) 50%, rgba(235, 246, 255, 1) 100%);
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 5px 10px #eee;
}

    .memeber-items-new h6 {
        color: #00A287;
        margin-bottom: 5px;
        font-size: 13px;
        font-weight: bold;
        height: 31px;
    }

    .memeber-items-new:lang(ar) {
         /* background: linear-gradient(60deg, rgb(255 255 255) 50%, rgb(207 248 255) 100%); */
         background-position: left bottom;
         background-repeat: no-repeat;
    }

    .memeber-items-new h3 {
        font-size: 18px;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .memeber-items-new p {
        height: 120px;
        overflow: hidden;
        text-align: justify;
        font-size: 15px;
        margin-top: 10px;
    }

.container-member-img-new {
    width: 130px;
    height: 130px;
    padding: 8px;
    /* background-image: url(../img/border-color.png); */
    background-size: 100% 100%;
    border: 2px solid var(--petrol);
    border-radius: 50%;
}

.member-pic-new {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 50%;
}

.new-caption-member {
    position: absolute;
    z-index: 1;
    background-color: rgba(21, 37, 112, .9);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 5px;
    font-size: 15px;
    border: 1px solid #fff9f9;
    color: #fff;
    /* width: calc(100% - 30px); */
    left: -8px;
    /* right: 10px; */
    top: -16px;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
}


.more-member {
    padding: 5px;
    color: #fcfdff !important;
    border-radius: 18px;
    display: inline-block;
    position: absolute;
    bottom: -15px;
    background: linear-gradient(60deg, rgb(0, 162, 135) 0%, rgb(5, 137, 163) 100%);
    padding: 7px;
    left: 40px;
    /* border: 6px solid #fff; */
    transition: 1s;
}

    .more-member:hover {
        background-color: #00A287;
    }

.logo-of-member {
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 10px;
}

    .logo-of-member img {
        height: 52px;
    }

/* ===========questions============= */
.questions-sec-inner {
    padding: 50px 0px;
}

.question-div {
    border: 1px solid #eee;
    padding: 10px 10px 0px 10px;
    border-radius: 15px;
    background-image: url(../img/lab-2.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.container-pdf-img-new {
    width: 65px;
    height: 65px;
    padding: 15px;
    background-image: url(../img/border-color.png);
    background-size: 100% 100%;
}

.pdf-pic-new {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.download-question {
    border-top: 1px solid #eee;
    padding: 5px;
    margin-top: 10px;
}

.link-pdf {
    background-color: #e5e3f3;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    color: #002f3a;
    font-weight: bold;
    margin: 5px 0px 5px 5px;
    display: inline-block;
    transition: 1s;
}

    .link-pdf:hover {
        color: #fff;
        background-color: #00A287;
    }
/* ============team============ */
.team-div-inner {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    background-image: url(../img/program/pattern.png);
    background-position: top left;
    background-size: 120px;
    background-repeat: no-repeat;
    background-color: #fff;
}
/* .chief-team{

  border: 2px dashed #00A287;
} */
/* .chief-team .img-team{
  border: 2px dashed #00A287;
} */
.img-team {
    width: 150px;
    height: 150px;
    padding: 5px;
    margin: 0px auto;
    border: 2px dashed #eee;
    border-radius: 50%;
}

    .img-team img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }

.team-div-inner h3 {
    color: #00A287;
    font-size: 18px;
    padding: 10px 0px;
}

.team-div-inner h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

.team-div-inner h4 {
    margin-bottom: 10px;
}

.team-div-inner h6 {
    min-height: 40px;
}

/* ===============ksa================= */


.head-acc-3 h2 {
    font-size: 16px;
    font-weight: bold;
    color: #002f3a;
    background-color: #eee;
    text-transform: uppercase;
    position: relative;
    padding: 12px 12px 12px 38px;
    border-radius: 10px;
    cursor: pointer;
    transition: .5s;
    margin: 0px;
}

    .head-acc-3 h2:lang(ar) {
        padding: 12px 38px 12px 12px;
    }

    .head-acc-3 h2:hover {
        color: #fff;
        background-color: #002f3a;
    }

        .head-acc-3 h2:hover .icon-acc-3 {
            background-color: #fff;
            color: #002f3a;
        }


.icon-acc-3 {
    position: absolute;
    left: 5px;
    top: 8px;
    font-size: 12px;
    width: 25px;
    height: 25px;
    background-color: #002f3a;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-acc-3:lang(ar) {
        left: auto;
        right: 5px;
    }

.big-acc {
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 20px;
}

.big-acc-3 {
    /* background-color:#fff; */
    border-radius: 10px;
    margin-bottom: 10px;
}


.card-acc-3 {
    padding: 15px;
}


/* ------------ */
.service-steps {
    padding: 0px 24px !important;
    position: relative;
}

    .service-steps::after {
        content: "";
        position: absolute;
        left: 11px;
        width: 1px;
        background-color: #00A287;
        height: 83%;
        top: 18px;
        padding: 54px 0px;
        z-index: -1;
    }

    .service-steps:lang(ar):after {
        left: auto;
        right: 11px;
    }

    .service-steps li {
        color: #6B7280;
        list-style: none;
        padding: 8px 5px;
        font-size: 16px;
        position: relative;
    }

        .service-steps li::after {
            content: "";
            background-color: #00A287;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            position: absolute;
            left: -16px;
            top: 17px;
            border: 1px solid #00A287;
        }

        .service-steps li:lang(ar):after {
            left: auto;
            right: -16px;
        }

        .service-steps li::before {
            content: "";
            border: 1px solid #00A287;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            position: absolute;
            left: -20px;
            top: 13px;
        }

        .service-steps li:lang(ar):before {
            left: auto;
            right: -20px;
        }

.container-city {
    border: 1px solid #eee;
    padding: 15px 15px 30px 15px;
    border-radius: 15px;
    background-image: url(../img/lab-2.png);
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 15px;
}

    .container-city h5 {
        margin-bottom: 10px;
    }

.resourse-card {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 15px;
    background-image: url(../img/ksa/pattern-3.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-bottom: 15px;
    background-size: 89px;
}

    .resourse-card img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 5px;
        margin-bottom: 5px;
    }

.link-div-card {
    border-top: 1px solid #eee;
    /* padding: 5px; */
}

.a-link-resource {
    display: inline-block;
    background-color: #eee;
    color: #002f3a;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}

.image-parnter-inner img {
    height: 70px;
    margin-bottom: 20px;
}

.text-end {
    margin-top: 10px;
}
/* ================== en and ar ========================== */
.about-items .align-self-center:lang(en), .tab-event img:lang(en){
    margin: 0 8px;
}
.text-start:lang(en){
    text-align: left !important;
}
ul.agenda-style:lang(en) {
    text-align: left
}
.arrow-info-graphic:lang(ar) {
    background-image: url(../img/program/arrow.png);
}
.container-infographic:lang(ar) .row > div:first-child .arrow-info-graphic {
    background-image: url(../img/program/arrow-first.png);
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.container-infographic:lang(ar) .row > div:hover:first-child .arrow-info-graphic {
    background-image: url(../img/program/arrow-first-hover.png);
}
.row-of-items:lang(ar) > div:hover .arrow-info-graphic {
    background-image: url(../img/program/arrow-hover.png);
}
.breadcrumbs__arrow:lang(en){
 -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}



.menu-div .language{
    color: white;
}
.menu-div.sticky-menu .language, .inner-menu .language{
    color: #002f3a;
}
/* ====================== responsive styles =========================== */
@media (max-width:768px) {
    section.slider .container .row{
        margin: 150px 0;
    }
    .atomic-orbits{
        height: 300% !important;
    }
    .atomic-orbits img{
        height: 100%;
    }
}
@media (max-width:1198px) {
 .menu-div .main-menu {
    top: 75px;
    /* background-color: #F8F8F8; */
}
}

.menu-div .btn-menu.open-menu i{
 color: white;
 font-size: 1.2em;
}
.sticky-menu .btn-menu.open-menu i, .inner-menu .btn-menu.open-menu i{
 color: #002f3a;
}


/* ============inner============= */
.inner-page {
    padding: 70px 0px;
}

    .inner-page p {
        color: #6c757d !important;
        text-align: justify;
    }

.img-inner {
    max-width: 100%;
}

.country-div {
    border: 2px solid #edf7ff;
    border-radius: 20px;
    padding: 15px;
    background: linear-gradient(52deg, rgba(255, 255, 255, 1) 0%, rgba(235, 246, 255, 1) 100%);
    margin-bottom: 20px;
}

    .country-div h3 {
        font-size: 16px;
    }

.logo-inso {
    border-radius: 20px;
    width: 60px;
    height: 60px;
    background: url(../img/inso-future.svg), #fff;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.country-div h6 {
    font-size: 14px;
}

.date-future {
    background-color: var(--purple);
    color: #fff;
    padding: 3px;
    border-radius: 5px;
}

.container-about {
    max-width: 400px;
    margin: 0 auto;
}

.about-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.about-statics {
    height: 200px;
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .about-statics h3 {
        font-size: 22px;
        color: #fff;
    }

    .about-statics h6 {
        font-size: 40px;
        color: #fff;
        margin-top: 10px;
    }

.first-about {
    border-radius: 40px 40px 40px 0px;
    background-color: var(--petrol);
}

.sec-about {
    border-radius: 40px 40px 0px 40px;
}

.third-about {
    border-radius: 0px 40px 40px 40px;
}

.fourth-about {
    border-radius: 40px 0px 40px 40px;
    background-color: var(--cyan);
}


/* =====================contact================== */
.h4-contact {
    font-size: 14px;
    color: var(--cyan);
    margin-bottom: 10px;
}

.ul-contact li {
    /* margin: 40px 0px; */
    list-style: none;
}

    .ul-contact li div {
        box-shadow: 0px 30px 60px rgb(19 45 73 / 6%);
        padding: 40px;
        position: relative;
        border-radius: 40px;
        border: 1px solid #eee;
        margin-bottom: 20px;
    }

    .ul-contact li img {
        margin-bottom: 26px;
        height: 38px;
    }

    .ul-contact li h6 {
        margin-bottom: 10px;
        color: var(--green);
        font-size: 20px;
    }

    .ul-contact li p {
        height: 50px;
        overflow: hidden;
        font-size: 16px;
    }

    .ul-contact li div::before {
        transform: scaleX(0);
        transform-origin: bottom right;
    }

    .ul-contact li div:hover::before {
        transform: scaleX(1);
        transform-origin: bottom left;
    }

    .ul-contact li div::before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        inset: 0 0 0 0;
        background: var(--ice-blue);
        z-index: -1;
        transition: transform .3s ease;
        border-radius: 40px;
    }

.company-sec {
    box-shadow: 0px 0px 15px #ccc;
    padding: 40px;
}

    .company-sec a {
        display: block;
        text-align: center;
    }


.social-media-contact {
    margin: 0px;
    padding: 0px;
    height: 50px;
}

    .social-media-contact li {
        display: inline-block;
        margin: 0px;
    }

        .social-media-contact li a {
            color: #fff;
            margin: 5px;
            transition: .5s;
            font-size: 15px;
            background-color: var(--gray);
            border-radius: 50%;
            display: block;
            width: 30px;
            height: 30px;
            text-align: center;
            padding-top: 8px;
        }

            .social-media-contact li a:hover {
                background-color: var(--cyan);
            }

.contact-input {
    background-color: #fff;
    width: 100%;
    padding: 15px;
    border: none;
    margin-bottom: 20px;
    box-shadow: 0px 30px 60px rgb(19 45 73 / 6%);
    position: relative;
    border-radius: 18px;
    border: 1px solid #eee;
}

textarea.contact-input {
    min-height: 200px;
}

.contact-btn {
    color: #fff;
    width: 100%;
    padding: 15px;
    background-color: var(--green);
    border-radius: 20px;
    border: none;
    transition: 1s;
}

    .contact-btn:hover {
        background-color: var(--cyan);
    }

.container-map {
    box-shadow: 0px 30px 60px rgb(19 45 73 / 6%);
    position: relative;
    border-radius: 20px;
    border: 1px solid #eee;
    overflow: hidden;
}



/* =================wordsec==============*/

.people-div {
    background: url(../img/event/schudle\ pattern-en.svg.svg), var(--petrol);
    padding: 50px;
    color: #fff;
    border-radius: 30px 0px 0px 30px;
}


    .people-div:lang(ar) {
        background-position: bottom left;
        background: url(../img/event/schudle\ pattern.svg), var(--petrol);
        background-repeat: no-repeat;
        border-radius: 0px 30px 30px 0px;
    }

@media(max-width:992px) {
    .people-div {
        border-radius: 30px !important;
    }
}


.people-div p {
    color: #fff !important;
    height: 90px;
    overflow: hidden;
}

.people-div h2 {
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid var(--aqua);
    padding: 10px;
    border-radius: 30px;
    color: var(--aqua);
    display: inline-block;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 18px;
}

.people-div h6, .people-div h5 {
    color: var(--aqua);
    margin-bottom: 10px;
}

.img-about {
    width: 100%;
    height: 522px;
    object-fit: cover;
    border-radius: 0px 30px 30px 0px;
}

    .img-about:lang(ar) {
        border-radius: 30px 0px 0px 30px;
    }

.people-div .owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    right: 0px;
    top: 0px;
}

.people-div:lang(ar) .owl-theme .owl-nav.disabled + .owl-dots {
    right: auto;
    left: 0px;
}