@font-face {
    font-family: '29LT Bukra';
    src: url('../fonts/29LTBukra-Bold.woff2') format('woff2'),
        url('../fonts/29LTBukra-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '29LT Bukra';
    src: url('../fonts/29LTBukra-Medium.woff2') format('woff2'),
        url('../fonts/29LTBukra-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '29LT Bukra';
    src: url('../fonts/29LTBukra-Regular.woff2') format('woff2'),
        url('../fonts/29LTBukra-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '29LT Bukra';
    src: url('../fonts/29LTBukra-SemiBold.woff2') format('woff2'),
        url('../fonts/29LTBukra-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: '29LT Bukra', sans-serif;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;

    --primary-purple: #4F2B83;
    --primary-yellow: #f9b914;
    --primary-red: #ed1d24;

    direction: rtl;
    text-align: right;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid var(--primary-yellow);
    display: flex;
    align-items: center;
    z-index: 99;
}
.header .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
}
.header .container-fluid > div {
    width: 30%;
    display: flex;
    align-items: center;
}
.header img {
    height: 40px;
    width: auto;
}
.header .artext {
    text-decoration: none;
    color: var(--primary-yellow);
    margin: 0 15px 0 15px;
    font-size: 14px;
}
.header .langchange {
    color: black;
    text-decoration: none;
    font-size: 10px;
}
.header #wrapper {
    display: none;
}
.header nav {
    width: 70%;
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header nav ul li {
    list-style: none;
    text-align: right;
}
.header nav > ul {
    display: flex;
    align-items: flex-start;
}
.header nav > ul > li {
    margin: 0 10px;
    position: relative;
    padding: 20px 0;
}
.header nav > ul > li > a{
    text-align: right;
    text-decoration: none;
    color: black;
    font-size: 13px;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    transition: 300ms;
    font-weight: normal;
}
.header nav > ul > li:hover > a {
    color: var(--primary-yellow);
}
.header nav > ul > li.current-link > a {
    color: var(--primary-yellow);
}
.header nav > ul > li i {
    margin-right: 10px;
    color: var(--primary-yellow);
}
.header nav > ul > li > ul.sub-menu-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 350px;
    padding: 25px;
    background-color: var(--primary-yellow);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    visibility: hidden;
    opacity: 0;
    transform: translateY(25px);
    transition: 300ms ease;
}
.header nav > ul > li:hover > ul.sub-menu-content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.header nav > ul > li > ul.sub-menu-content li:not(.header nav > ul > li > ul.sub-menu-content li:last-child) {
    padding: 0 0 7.5px 0;
    margin-bottom: 7.5px;
    border-bottom: 1px solid #fcdeab;
}
.header nav > ul > li > ul.sub-menu-content li a{
    color: black;
    font-size: 13px;
    text-decoration: none;
    line-height: 1.2;
    transition: 300ms;
}
.header nav > ul > li > ul.sub-menu-content li:hover a{
    color: white;
}
.header nav > ul > li > ul.sub-menu-content li.current-link a{
    color: white;
}
.header nav > ul > li > ul.sub-menu-content:before {
    content: "";
    width: 80px;
    height: 7.5px;
    background-color: var(--primary-yellow);
    position: absolute;
    bottom: 100%;
    left: 0;
}

main {
    margin-top: 75px;
}
main.home .page-content {
    padding: 0;
}




section.homebanner {
  background-color: transparent;position: relative;
}


section.themetext {
	position: relative;
}

section.themetext .block{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px;padding: 200px 0;
}
section.themetext .block h2{
  position: relative;
  display: block;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
font-size: 30px;
font-weight: 600;
margin-bottom: 5px;
color: white;
}


section.themetext .block p{
font-size: 25px;
line-height: 36px;
margin-bottom: 10px;
color: white;
}




section.themetext .img-parallax {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none;
}




section.msg {
 position: relative;
	padding: 0px 0 100px;
}



section.ourholding {
border-top: 1px solid #cacbcd;
position: relative;
padding: 100px 0 100px;
}







/* Tooltips */
a[tooltip] {
    position: relative;
}

a[tooltip]::after {
    content: attr(tooltip);
    position: absolute;
    width: max-content;
    max-width: 250px;
    text-align: center;
    top: calc(100%);
    left: 50%;
    transform: translateX(-50%) scale(0);
    pointer-events: none;
    font-size: 10px;
    text-transform: uppercase;
    background-color: var(--primary-purple);
    color: white;
    padding: 7.5px 12px;
    z-index: 9;
    letter-spacing: 1px;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    transition: 300ms;
}

a[tooltip]:hover::after {
    visibility: visible;
    top: calc(100% + 10px);
    transform: translateX(-50%) scale(1);
    opacity: 1;
}
/* End Tooltips */

.download-table {
    display: flex;
    justify-content: flex-end;
}
.download-table .exportToExcel {
    font-size: 14px;
    text-decoration: none;
    color: black;
    margin: 10px 0;
    font-weight: 600;
}
.download-table .exportToExcel i {
    margin-left: 2.5px;
    color: var(--primary-red);
}

.page-header {
/*    background-image: url(../images/page-header.svg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;*/
	
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
font-size: 16px;
padding: 0px 0;		
	
}



.page-header .container > div {
    padding: 50px 0;
    position: relative;
}
.page-header .container > div .section-titles {
    width: 70%;
}
.page-header h4 {
    font-size: 14px;
    color: white;
    margin-bottom: 15px;
}
.page-header h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    color: white;
}
.page-header .page-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
}
.page-header .page-actions img {
    height: 20px;
    width: auto;
}
.page-header .page-actions > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: white;
    text-decoration: none;
    color: var(--primary-purple);
    transition: 200ms;
}
.page-header .page-actions > a:hover {
    background-color: #dbc3fc;
}
.page-header .page-actions > a:first-child {
    border-top-right-radius: 10px;
}
.page-header .page-actions > a:last-child {
    border-top-left-radius: 10px;
}
.page-header .page-actions > a.nextlink,
.page-header .page-actions > a.prelink {
    background-color: #8c51df;
    color: white;
}
.page-header .page-actions > a.nextlink:hover,
.page-header .page-actions > a.prelink:hover {
    background-color: #dbc3fc;
    color: var(--primary-purple);
}
.page-content {
    padding: 30px 0;
}

.back-to-top {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 15px;
    width: 40px;
    height: 40px;
    background-color: var(--primary-purple);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer;
    animation: backToTop 0.3s ease;
}

@keyframes backToTop {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.back-to-top i {
    font-size: 16px;
    color: white;
}

footer {
    margin-top: auto;
}
footer .footer{
    padding: 30px 30px;
    width: 100%;
    background-color: rgb(77, 77, 77);
    display: flex;
    align-items: center;
    justify-content: space-between;
}


footer p {
    color: white;
    font-size: 12px;
    margin: 0;
}

footer p.copy {
    color: white;
    font-size: 11px;
	line-height: 15px;
    margin-bottom: 0 !important;
}


footer a {
    text-decoration: none;
    color: rgb(231, 231, 231);
}
footer a:hover {
    color: var(--primary-yellow);
}
footer a:hover i {
    color: var(--primary-yellow);
}

footer .copyright {
    text-align: center;
    background-color: #6e6e6e;
    padding: 20px 15px;
}

/* BOD Styles */
.bod-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
    margin: 15px 0 30px 0;
    grid-gap: 25px;
}
.bod-grid .bod {
    padding-bottom: 15px;
    border-bottom: 1px solid black;
    height: 100%;
}
.bod-grid .img-container {
    overflow: hidden;
    margin-bottom: 15px;
}
.bod-grid img {
    width: 100%;
    height: auto;
    transition: 250ms;
}
.bod-grid .bod-header > div{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.bod-grid .bod-header:hover img{
    transform: scale(1.1);
}
.bod-grid .bod.active img {
    transform: scale(1.1);
}
.bod-grid .bod-header {
    cursor: pointer;
}
.bod-grid .bod-header > div h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0 15px;
    color: black;
}
.bod-grid i {
    transition: 250ms ease;
}
.bod-grid .bod.active i {
    transform: rotate(180deg);
}
.bod-grid .bod-content {
    display: none;
    padding-top: 20px;
}
.bod-grid .bod-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-yellow);
}










/* messages Styles */

.container-fluid .card{
position: relative;
width: 100%;
background: #DBDBDB;
border-radius: 0px;
overflow: hidden;
border: none;
}

.container-fluid .card img{
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}



.container-fluid .card:hover img {
  transform: scale(1.1);
}



.container-fluid .card .imgBx{
position: absolute;
bottom: 10%;
transform: translate(0%, 0%);
z-index: 15;
width: 100%;
height: 220px;
transition: 0.5s;
}

.container-fluid .card:hover .imgBx{
  bottom: 0%;
transform: translate(25%, -60%) rotate(-20deg);	

	right: 0;
    
}

.container-fluid .card .imgBx img{
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(50deg);
  width: 270px;
}

.container-fluid .card .contentBx{
position: relative;
bottom: 0;
width: 100%;
height: auto;
text-align: center;
transition: 1s;
z-index: 10;
padding: 30px 50px 20px 50px;
background-color: #fff;
min-height: 310px;
}





.container-fluid .card .contentBx img {
	width: 40px; display: block;
	transform: translate(10%, 0%);
transition: 0.5s;
}


.container-fluid .card:hover .contentBx img{
	width: 50px; 
  
}


.container-fluid .card:hover .contentBx{
  height: auto;
}

.container-fluid .card .contentBx h2{
position: relative;
font-weight: 600;
color: #FF0004;
margin: 0;
font-size: 30px;
line-height: 1.4;
	padding-bottom: 20px;
}


.container-fluid .card .contentBx p{
font-size: 20px;
color: black;
line-height: 1.5;
margin: 15px 0px;
font-weight: 200;
}



.container-fluid .card .contentBx a{
  display: inline-block;
  padding: 10px 20px;
  background: #f9c233;
  border-radius: 4px;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 600;
  color: #111;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
  margin-top: 30px;
}

.container-fluid .card:hover .contentBx a{
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.15s;
  
}

/* Accordion Style */
.accordion .sub-menu-content {
    display: none;
    padding: 12px 15px;
  }
  
  .cd-panel-content .sub-menu-content {
    display: block;
  }
  .accordion .sub-menu-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
    border-top: 1px solid lightgray;
    text-decoration: none;
  }
  
  .cd-panel-content .sub-menu-title {
    border: none;
  }
  .accordion .sub-menu-title.active {
    background-color: rgb(243, 243, 243);
  }
  .accordion .sub-menu-title:hover {
    background-color: rgb(243, 243, 243);
  }
  .accordion .sub-menu-title h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    color:var(--primary-red);
  }
  .accordion .sub-menu-title i {
    font-size: 20px;
    color:var(--primary-red);
  }
  .accordion .fa-angle-down {
    transition: 300ms;
  }
  .accordion .fa-angle-down.close {
    transform: rotate(180deg);
    color:var(--primary-red);
  }
  .cd-panel-content .fa-angle-down {
    display: none;
  }
  /* Accordion Style End*/

.list-accordion a {
    text-decoration: none;
}
.list-accordion .list-content {
    display: none;
}
.list-accordion i {
    transition: 300ms;
}
.list-accordion.active i {
    transform: rotate(180deg);
}
.list-accordion a p{
    transition: 300ms;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-accordion a:hover > p {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: scale(0.95);
}




  /* socialmedia Style End*/


footer img {
height: 35px;
width: auto;
display: block;
}


footer .container-fluid {
  align-items: center;
  width: 85%;
}






.footer-social-links{
    font-size: 14px;
	text-align: left;
	padding-top: 15px;
	font-family: 'Font Awesome 6 Free';display: inline-block;
}



.footer-social-links a{
    width: 20px;
    height: 20px;
    line-height: 20px !important;
    position: relative;
    margin: 0px 0px 0px 5px;
    text-align: center;
    display: inline-block;
    color: #FFFFFF;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.footer-social-links a i{
    position: relative;
    top: 0;
    left: 0; 
}

.footer-social-links a:hover{
    color: #000000;
}
  /* socialmedia Style End*/



	canvas {
  		position: absolute;
		width: 100%;
		top: -100%;
  		background-color: #4f2b83;
  		overflow: hidden;
		}
