/*CSS Animations*/

.gfadeIn {
    -webkit-animation: gfadeIn .5s ease;
    animation: gfadeIn .5s ease;
}

.gfadeOut {
    -webkit-animation: gfadeOut .5s ease;
    animation: gfadeOut .5s ease;
}

.gslideOutLeft {
    -webkit-animation: gslideOutLeft .3s ease;
    animation: gslideOutLeft .3s ease;
}

.gslideInLeft {
    -webkit-animation: gslideInLeft .3s ease;
    animation: gslideInLeft .3s ease;
}

.gslideOutRight {
    -webkit-animation: gslideOutRight .3s ease;
    animation: gslideOutRight .3s ease;
}

.gslideInRight {
    -webkit-animation: gslideInRight .3s ease;
    animation: gslideInRight .3s ease;
}

.gzoomIn {
    -webkit-animation: gzoomIn .5s ease;
    animation: gzoomIn .5s ease;
}

.gzoomOut {
    -webkit-animation: gzoomOut .5s ease;
    animation: gzoomOut .5s ease;
}

@-webkit-keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes gfadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes gfadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes gfadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes gfadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes gslideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
    }

    to {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes gslideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
    }

    to {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes gslideOutLeft {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes gslideOutLeft {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden;
    }
}

@-webkit-keyframes gslideInRight {
    from {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes gslideInRight {
    from {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes gslideOutRight {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        opacity: 0;
    }
}

@keyframes gslideOutRight {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        opacity: 0;
    }
}

@-webkit-keyframes gzoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 1;
    }
}

@keyframes gzoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes gzoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

@keyframes gzoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}



/* ====================================================================================================================
 * campus.css
 * ====================================================================================================================*/


/* -------------------------------------
     fonts
------------------------------------- */

@font-face {
    font-family: 'Droid Arabic Naskh Regular';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DroidNaskh-Regular.eot), url(../fonts/DroidNaskh-Regular.woff) format('woff'), url(../fonts/DroidNaskh-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Droid Arabic Naskh Bold ';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/DroidNaskh-Bold.eot), url(../fonts/DroidNaskh-Bold.woff) format('woff'), url(../fonts/DroidNaskh-Bold.ttf) format('truetype');
}

:root {
    --color: #061b4a;
    --fuchsia: #e82f51;
    --orange: #ff5a3c;
    --ltn__heading-font: 'Droid Arabic Naskh Bold ';
    --ltn__body-font: 'Droid Arabic Naskh Regular';
}

body {
    font-family: var(--ltn__body-font);
    font-weight: normal;
    color: #103040;
    text-align: right;
    direction: rtl;
}

h1,
h2,
h3,
h4 {
    font-family: var(--ltn__heading-font);
}

.body-wrapper {
    overflow-x: hidden;
}

.orange {
    color: #ff5a3c;
}

.btn-orange {
    background: #ff5a3c;
    color: #fff;
    padding: 10px 20px;
}

.btn-orange:hover::after {
    width: 100%;
}

.btn-orange:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

h2,
.h2 {
    font-size: 2.2em;
    font-weight: 700;
}

h1,
.h1 {
    font-size: 2.5em;
    line-height: 1.2;
}

h3,
.h3 {
    font-size: 1.8em;
}

h4,
.h4 {
    font-size: 1em;
    font-weight: 550;
    font-family: 'Droid Arabic Naskh Regular' !important;
}

p {
    color: var(--ltn__paragraph-color);
    margin-bottom: 1.5em;
    font-size: 1.2em;
    font-family: 'Droid Arabic Naskh Regular';
}

@media (max-width: 768px) {
    .txt-right-768 {
        text-align: right;
    }
}


/*********************End Menu*****************/

h2 {
    font-weight: 700;
    color: #072c60;
}

.pt-200 {
    padding-top: 200px;
}

.pb-200 {
    padding-bottom: 200px;
}

.intro_section p {
    color: #fff;
}

.pb-120,
.py-120 {
    padding-bottom: 120px;
}

.auto-container {
    width: 90%;
    margin: auto;
    float: none;
    display: block;
}

.container {
    /*    max-width: 1200px;*/
    padding-left: 15px;
    padding-right: 15px;
}

.mb-30,
.my-30 {
    margin-bottom: 30px;
}


.pb-120,
.py-120,
.pb-100,
.pb-70 {
    padding-bottom: 50px !important;
}

.pb-200 {
    padding-bottom: 170px;
}

.pt-100,
.pt-105,
.py-105,
pt-115 {
    padding-top: 50px !important;
}

.pt-200 {
    padding-top: 100px;
}

@media (max-width: 768px) {
    .ltn__feature-info p {
        line-height: 1.3em;
        font-size: 14px;
    }
}

/**********************************************8tabs*****************************/
#wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.content .fa,
.content i {
    color: #c62a73;
    padding-left: 5px;
}

ul.level2-li-data {
    padding-right: 30px;
}

.content {
    width: 100%;
    transition: 0.3s ease;
}

@media screen and (max-width: 512px) {
    .content {
        margin: 0 4%;
        margin-top: 5%;
    }
}

/* Tabs menu */
.tabs {
    margin: 0;
    background-image: linear-gradient(135deg, #f5f7fa 0%, #dfe0e1 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    border-radius: 2px 2px 0px 0px;
}

@media screen and (max-width: 512px) {
    .tabs {
        height: 40px;
    }
}

/* Tab Links */
.tablinks {
    background: transparent;
    background-image: linear-gradient(90deg, transparent 70%, rgba(255, 255, 255, 0.2) 100%);
    border: none;
    outline: none;
    cursor: pointer;
    width: 25%;
    /*change depending on the number of tabs*/
    height: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: "IBM Plex Sans", sans-serif;
    overflow: hidden;
    transition: 0.3s ease;
}

.accordion-button:not(.collapsed) {
    color: #0f3079;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    background: #efefef;
    font-size: 0.49em;
    font-weight: 700;
}

.accordion-body h4 {
    margin: 12px 0px;
    font-weight: bold;
    font-size: 18px;
}

.tablinks:hover::before a {
    color: #fff;
}

.tablinks:hover p {
    color: #ffffff;
    opacity: 1;
}

ul.li-data li {
    background: #f7f7f7;
    padding: 12px 10px;
    margin-top: 5px !important;
    font-size: 17px;
    line-height: 2;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    color: #061b49;
    text-align: right;
    background-color: #f0f0f0;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    border: 1px solid #0000000f;
}

@media screen and (max-width: 991px) {
    .tablinks p {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 512px) {
    .tablinks {
        height: 40px;
        font-size: 12px;
    }
}

.tablinks:before {
    /* background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    background-color: #0f3079;
    content: "";
    width: 100%;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    z-index: 2;
}

/*tab buttons hover*/
.tablinks:hover::before {
    height: 100%;
    z-index: 2;
    bottom: 0;
}

@media screen and (max-width: 512px) {
    .tablinks:hover::before {
        height: 0;
    }
}

/* Tab active */
.tablinks.active {
    background-color: #d5ddeb;
    z-index: 0;
    border-right: 0px;
    border-left: 0px;
    bottom: 0px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .tabs {

        display: contents;

    }

    .tablinks {
        width: 100%;
    }
}

@media screen and (max-width: 512px) {
    .tablinks.active {
        height: 60px;
    }

}

.tablinks.active:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Tabs text */
.tablinks.active p,
.tablinks.active:hover p {
    opacity: 1;
    background: -webkit-linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    color: #fff;

}

i.fa.fa-globe.fa-2 {
    color: #c62a73;
    padding-left: 6px;
}

.tablinks p {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 0.5s ease;
    padding: 0;
    margin: 0;
    color: #0f3079;
    backface-visibility: hidden;
    font-weight: 600;
    font-size: 1em;
}

@media screen and (max-width: 512px) {
    .tablinks:hover p {
        color: #686868;
        opacity: 0.6;
    }
}

.tablinks:hover p:before {
    opacity: 0.1;
    font-size: 40px;
    top: -80%;
}

/* tab content */
.wrapper_tabcontent {
    background-color: white;
    margin-top: 0px;
    z-index: 9;
    position: relative;
    opacity: 1;
    padding: 40px 25px;
    overflow: hidden;
    transition: all 1s ease;
    top: 0;
}

.tabcontent {
    display: none;
    min-height: 180px;
}

@keyframes tabEffect {
    from {
        top: -40px;
    }

    to {
        top: 0px;
    }
}

.tabcontent.active {
    transition: all 1s ease;
    display: block;
}

/* Tab content line */
.wrapper_tabcontent:after {
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    left: 0;
    bottom: 0;
    z-index: -2;
    transition: all 1s ease;
}

/* Title */
.tabcontent h3 {
    font-size: 20px;
    padding: 0;
    animation: city 1s ease;
    color: #0c2f7c;
    margin-bottom: 21px;
}

@media screen and (max-width: 512px) {
    .tabcontent h3 {
        top: 65px;
    }
}

@keyframes city {
    from {
        left: -150px;
    }

    to {
        left: -90px;
    }
}

/* Text*/
.tabcontent p {
    color: #2a2929;
    margin: 0;
    padding: 0;
    line-height: 2;
    font-weight: 100;
    transition: all 1s ease;
    animation: fadeEffect 0.6s ease;
    width: 100%;
    font-size: 16px;
}

@media screen and (max-width: 512px) {
    .tabcontent p {
        font-size: 14px;
        line-height: 26px;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
        margin-left: 30px;
    }

    to {
        opacity: 1;
        margin-left: 0;
    }
}

a.register {
    padding: 18px 24px !important;
}

a.register .fa {
    color: #fff;
}

.btn-fushia:hover .fa {
    color: #c62a73;
}
.header-logo-title h2 {
    color: #1f569b;
    font-size: 2em;
    margin-bottom: 0;
  }
  .ltn__breadcrumb-inner h1 {
    color: #fff;
    font-size: 1.55em;
  }

.container {
    max-width: 85% !important;
}
.ltn__breadcrumb-inner {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
  #accordionExample {
    margin-top: 2em;
  }
  .accordion-button::after {
    margin-left: 0px; 
    font-weight: 700;
  }
  span.Logo-txt {
    color: #1f569b;
    font-weight: bold;
    font-size: 1em;
    font-family: var(--ltn__heading-font);
    padding-right: 1em;
  }
  /**/
  section.top-info {
    background: url(../img/bread-crumb.jpg);
      background-position-x: 0%;
      background-position-y: 0%;
      background-repeat: repeat;
      background-size: auto;
    padding: 30px 0px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #fff;
    margin-bottom: 4em;
  }
  flex-start, .flex-start {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  section.top-info h2.top-title {
    font-size: 34px;
    color: #fff;
    margin-right: 1em;
  }

.breadcrumb {
  margin-top: 10px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  margin-right: 2em;
}
section.top-info::before {
    background: #061b4a;
    opacity: .7;
  }
  .before::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 5;
  }
  section.top-info .container {
    position: relative;
    z-index: 9;
  }
  .fa-solid.fa-chevron-left.smicon {
  margin-left: 10px;
  margin-right: 10px;
}
.fa-solid.fa-angle-left {
  margin-left: 10px;
  margin-right: 10px;
}
/*  */
#CopyRight > ul{
margin-top: 2em;
}
#accordionFlushExample2 {
    margin-top: 2em;
  }
  ul.footer-logos li {
    float: right;
    width: 26%;
  }
  .footer-logos {
    margin-right: -6%;
  }