﻿@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Cairo:wght@200..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Carlito&display=swap');
@import url(https://db.onlinewebfonts.com/c/a78cfad3beb089a6ce86d4e280fa270b?family=Calibri);



html,
body {
	    line-height: 27px;
    height: 100%;
    font-size:20px;
font-family: "Almarai", sans-serif!important;
    font-weight: 500 !important;
    color:#161c23;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}
header p {
    text-align: center !important;
}

p{
	
	text-align: justify;
	
}
.container-fluid {
    padding-right: 75px;
    padding-left: 75px;
}



.language
{
    font-family: "Almarai", sans-serif !important;
}


.header
{
    padding: 10px 0;
    background-color:#fff;    
    color:#5b5b5b;
    font-size:12px;
    font-weight:500;
}


.header .div-img
{
    margin-top:10px;    
}




.menu {
    background-color: #42b766;
    padding: 0px 0;
    position: relative;
    z-index: 99;
}

#search {
margin-top:20px;
}

#search .search {
    width: 100%;
    height: 50px;
    background: #f8f8f8;
    position: relative;
	border-radius: 5px;
    padding-right: 15px;
    padding-left: 85px;
}


#search .search input {
    width: 100%;
    border: 0;
    color: #fff;
    font-weight: 500;
    background:#f8f8f8 url("../images/search.png") no-repeat 100% center;
    font-size: 16px;    
    margin-top: 0;
    height: 50px;
	padding-right: 25px;
}
#search .search input::-webkit-input-placeholder { /* Edge */
    color: #161c23;
}

#search .search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #161c23;
}

#search .search input::placeholder {
    color: #161c23;
}
#search .search button {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 75px;
    height:50px;
    font-size: 15px;
    background: none;
    border: 0;
	border-radius: 5px 0 0 5px;
    color: #fff;
	background-color: #1d4d8b;
    cursor:pointer;
}

.logo-search {
    position: relative;
    z-index: 999;
    padding-top: 0px;
    padding-bottom: 40px;
    direction: rtl; /* RTL layout */
}

    .logo-search .form-group {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .logo-search .form-control2 {
        display: block;
        width: 100%;
        height: 43px;
        padding: 6px 14px 6px 40px; /* Padding-left for icon */
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        border: 1px solid #f4f4f4;
        border-radius: 6px;
        text-align: right; /* Text aligned to right */
    }

    .logo-search .form-control-feedback {
        position: absolute;
        top: 0px;
        left: 0px; /* Now on the left side */
        z-index: 2;
        display: block;
        width: 55px;
        height: 43px;
        color: #ffffff;
        background-color: #17305a;
        font-size: 17px;
        line-height: 44px;
        text-align: center;
        pointer-events: auto;
        border-radius: 6px;
    }






.path-search {
    border-right: 5px #1d4d8b solid;
    padding-right: 15px;
    margin-bottom: 15px;
    border-radius: 0;
    background-color: #e5e6f1;
}


.highlight {
    font-weight: bold;
    background-color: #FFCC00;
    padding: 0 3px;
    color: #333333;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #17305a;
    border-color: #17305a;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #17305a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.socials {
    position: relative;
    margin-top: 25px;
    text-align: left;
    margin-bottom: 0px;
    margin-right: 0px;
    display: block;
}


    .socials ul {
        padding-right: 0px;
        text-align: left;
        display: inline-block;
        margin-bottom: 0
    }



        .socials ul li {
            display: inline-block;
            width: 24px;
            height: 24px;
        }


            .socials ul li a {
                width: 24px;
                height: 24px;
                position: relative;
                display: inline-block;
                font-size: 20px;
                line-height: 24px;
                text-align: center;
                margin-left: 0px;
                color: #171d24;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                border-radius: 100px;
            }


                .socials ul li a:hover {
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                }

.carousel {
  /*  height:800px;*/
    height:550px;
    position:relative;
    margin-top:1px;
}
.carousel-1 {
    height: 440px!important;
}

.item,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fill-1 {
    height: 440px!important;
}


.fill-img{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #dfdfdf;
    background-blend-mode:multiply;
}

.caption-carousel {
    position: absolute;
    top: 80px;    
    right: 75px;
    width: 650px;
	margin:auto;
    z-index: 10;
    text-transform: capitalize;
    padding:20px;
    color: #fff;
    text-align: right;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:40px;
    font-weight:600;
    color:#fff;       
	line-height: 60px;
}

.caption-carousel h2 span{
    color:#40B763;       
}


.caption-carousel h3{
    font-size:14px;
    font-weight:400;
    color:#fff;       
	line-height: 30px;
}

.carousel-indicators {
    position: absolute;
    top: 50px;
    padding-left: 0px;
    z-index: 15;
    width: 25px;
    right: 15px;
    padding-right: 0;
    margin-right: 0%;
    text-align: left;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background: url('../images/off.png') no-repeat center center;;
    border: 0px solid rgba(255, 255, 255, 0.0);
    border-radius:0px;
}

.carousel-indicators .active {
    width: 25px;
    height: 25px;
    margin: 2px;    
    background: url('../images/on.png') no-repeat center center;;
}



.btn-header {
    display: inline-block;
    padding: 12px 32px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight:600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:   capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius:5px;
    margin-top:20px;
    margin-bottom:20px;
}
.btn-header i {
	padding-right: 10px;
}


.btn-more{
    color: #fff;
    background-color: #1d4d8b;
    border-color:#1d4d8b;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #1d4d8b;
    background-color: #FFFFFF;
    border-color: #1d4d8b; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-blue{
    color: #fff;
    background-color: #63d0d7;
    border-color:#63d0d7;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width:100%;   
    padding: 10px 20px;
    margin-top: 28px;
}


.btn-blue:hover {
    color: #63d0d7;
    background-color: #FFFFFF;
    border-color: #63d0d7; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white
{
	float: left;
    color: #1d4d8b;
    background-color: #fff;
    border-color:#1d4d8b;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	margin-left: 20px;
}

.btn-white:hover
{
    color: #fff;
    background-color: #1d4d8b;
    border-color:#1d4d8b;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.welcome
{
	padding: 70px 0;
	overflow:hidden;
}

.title
{
   color:#001B48;
   font-size:40px;
   font-weight: 700; 
   line-height: 55px;
   margin-bottom:20px;
}


.title span
{
   color:#1D4D8B;    
}


.title-span
{
   color:#E89B0D;
   font-size:18px;    
   line-height: 20px;
   font-weight: 600; 
   text-transform: capitalize;
   margin-bottom:20px;
   display: block;
}

.title-span span
{
    color: #E89B0D;
    background-color: #FF83121A;
    border-radius: 10px;
    padding: 12px 15px;

}

.welcome-text
{
        height: 189px;
    font-weight: 500;
    overflow: hidden;
    line-height: 26px;
    margin-bottom: 10px;
    font-size: 17px;
	    text-align: justify;
}


.services
{
	padding:0px 0;
	text-align:center;
	overflow: hidden;
}


.services ul
{
    padding-right:0;
    margin-top:20px;
}

.services ul li
{
    /* display:inline-block;
     margin:20px 10px;
     width:250px;
     padding:40px 20px 20px 20px;
	 position: relative;
	 border-radius: 20px;
	 border: 1px #efefef solid;*/
	     display: inline-block;
    margin: 40px 21px;
    width: 320px;
    padding: 40px 20px 20px 20px;
    position: relative;
    border-radius: 20px;
    border: 1px #efefef solid;
}

.services ul li .title-1
{
      font-size:16px;
      font-weight:bold;    
	position: absolute;
    right: 20px;
    top: -25px;
}


.services ul li .title-1 span
{
    padding: 15px 18px;
    border-radius: 15px;
}
.text-color1
{
	color:#40b763;
}

.text-color2
{
	color:#e89b0d;
}

.text-color3
{
	color:#1f4e8c;
}

.text-color4
{
	color:#eb2027;
}

.text-color5
{
	color:#0bcfae;
}

.services-color1
{
	background-color:#d8dcd9;
}

.services-color2
{
	background-color:#ece6da;
}

.services-color3
{
	background-color:#dcebff;
}

.services-color4
{
	background-color:#f9e4e4;
}

.services-color5
{
	background-color:#cec7c7;
}

.border-color1
{
	 border: 2px #40b763 solid;
}

.border-color2
{
	 border: 2px #e89b0d solid;
}

.border-color3
{
	 border: 2px #1f4e8c solid;
}

.border-color4
{
	 border: 2px #eb2027 solid;
}

.border-color5
{
	 border: 2px #0bcfae solid;
}



.services ul li .text
{
    font-size: 15px;
	text-align: center;
    font-weight: 600;
    overflow: hidden;
    line-height: 25px;
    height: 100px;
	
	    margin-bottom: 14px;
}
.data
{
	padding:60px 0; 
	background: #042A5C;
background: linear-gradient(156deg,rgba(4, 42, 92, 1) 0%, rgba(0, 18, 40, 1) 100%);
}


.data ul
{
    padding-right:0;
    margin-top:20px;
}

.data ul li
{
    margin: -15px 10px;
	display: inline-block;
    width: 432px;
	color: #FFFFFF;
    height: auto;
	padding: 8px 29px;
	border-radius: 20px;
}

.icon-1
{
	background: #1D4D8B4D url("../images/image1.png") no-repeat left bottom;
}

.icon-2
{
	background: #1D4D8B4D url("../images/image2.png") no-repeat left bottom;
}

.icon-3
{
	background: #1D4D8B4D url("../images/image3.png") no-repeat left bottom;
}

.data ul li .title-1
{
	text-align:center;
      font-size:20px;
      font-weight:700;
      height: 30px;
      overflow: hidden;    
      margin: 20px 0;
}

.data ul li .text
{
		text-align:justify;
    font-size: 16px;
    font-weight: normal;
       height: 265px;
    overflow: hidden;
    line-height: 24px;    
	margin-bottom: 14px;
}

.more-data{
	    text-align: left;
     margin-top:0px;
}


.more-data a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}




.advertisement
{
	padding:0px 0; 
}


.advertisement ul
{
    padding-right:0;
    margin-top:20px;
}

.advertisement ul li
{
    margin: 5px 10px;
    display: inline-block;
    width: 660px;
      background-color: #001631;
    height: auto;
    color: #ffffff;
    padding: 14px 20px;
	position: relative;
    border-radius: 20px;
}

.advertisement ul li .title-1
{
      font-size:17px;
      font-weight:700;
      height: 30px;
      overflow: hidden;    
      margin: 20px 0;
}


.more-adv{
    margin-top: 0px;
    position: absolute;
    left: 20px;
    top: 35px;
}


.more-adv a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}


.news
{
	padding:60px 0; 
}


.news ul
{
    padding-right:0;
    margin-top:20px;
}

.news ul li
{
   margin: 16px 7px;
    display: inline-block;
    /* width: 432px; */
    width: 253px;
    height: auto;
}

.news ul li img
{
    margin: auto;
    height: 255px;
    width: 100%;
	border-radius: 20px;
    object-fit: cover;
}
.news ul li .title-1
{
     text-align: center;
    font-size: 15px;
    color: #293A40;
    font-weight: 700;
    height: 79px;
    overflow: hidden;
    margin: 42px 0 0px;
}

.news ul li .date {
    font-size: 14px;
	    display: none;
    color: #5D5D5D;
    font-weight: 400;
    height: 20px;
	text-align: left;
    overflow: hidden;
    margin: 0px 0 8px 0;
}

.news ul li .text
{
	display:none;
      font-size:14px;
      font-weight:normal;
      height: 65px;
      overflow: hidden;
}

.more-news{
	   /*text-align: left;*/
	    text-align: center;
     margin-top:0px;
}


.more-news a {
    color: #1D4D8B;
    font-size: 15px;
    font-weight: 800;
}

.contacts
{
	background: url("../images/bg.png") no-repeat center center;
	padding: 60px 0;
}



.calls-h
{
	margin-bottom:25px;
	font-size:16px;
}


.calls-data-h
{
	margin-top:15px;
}


.calls-data-h a
{
	color:#1d4d8b;
}

.calls-data-h img
{
  float: right;
    margin-left: 10px;
    font-size:18px;
}


.footer
{
  /*  background-color: #cfe4ffa1;*/
    background-color: #820c04;
    font-size: 17px;
    padding: 40px 0;
    color: #293A40;
    border-top: 3px solid transparent;
    border-image: linear-gradient(to right, #1D4D8B, #40B763);
    border-image-slice: 1;
}

.footer ul
{
   padding-right:0px;
}
.footer ul li
{
	    font-weight: 600;
   margin:10px 0;    
   color: #ffffff;
   display:block;
}
.footer ul li a
{
	color:#ffffff;
}

.footer-title 
{
	 color:#ffffff;
	 font-size:18px;
	 text-transform:  uppercase;
	 font-weight:900;
	 margin:0px 0 30px 0;
}

.footer-title span
{
	    font-size: 22px;
	 margin:20px 0;
	border-bottom: 1px #000000 solid;
	padding-bottom: 15px;
}

.footer-text
{
	height: 65px;
    overflow: hidden;
}


.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:18px;
}
 
.vcard img
{
	margin-left:10px;	 
}



.footer-margin {
    margin-top: 10px;
}



.footer .socials {
	position: relative;
	margin-top:0px;
	text-align:right;
	margin-bottom:0px;
	margin-right:0px;
	display:block;

}


.footer .socials ul 
{
	padding-right:0px;
	text-align:right;
	margin-bottom:0;
	margin-top:20px;
}

.footer .socials ul li 
{
    display: inline-block;	
    width: 40px;
    height: 40px;
    margin:0 3px 0px 0;
}


.footer .socials ul li a 
{
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
	font-size: 22px;
	line-height:40px;
	border-radius: 50px;
	text-align: center;
    margin-left: 0px;
	color: #1D4D8B;	
	background-color:#fff;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.footer .socials ul li a:hover 
{
	color: #1D4D8B;	
	background-color:#fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}




#newsletter {
margin-top:20px;
}

#newsletter .newsletter {
    width: 100%;
    height: 50px;
    background: #f8f8f8;
    position: relative;
	border-radius: 5px;
    padding-right: 15px;
    padding-left: 85px;
}


#newsletter .newsletter input {
    width: 100%;
    border: 0;
    color: #fff;
    font-weight: 500;
    background:#f8f8f8;
    font-size: 16px;    
    margin-top: 0;
    height: 50px;
}
#newsletter .newsletter input::-webkit-input-placeholder { /* Edge */
    color: #161c23;
}

#newsletter .newsletter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #161c23;
}

#newsletter .newsletter input::placeholder {
    color: #161c23;
}
#newsletter .newsletter button {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 75px;
    height:50px;
    font-size: 15px;
    background: none;
    border: 0;
	border-radius: 5px 0 0 5px;
    color: #fff;
	background-color: #1d4d8b;
    cursor:pointer;
}



.copyright {
    background-color: #293A40;
    padding: 10px 0;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    text-align: center;
    line-height: 30px;
    direction: ltr !important;
}


.copyright a
{
    color:#fff;
}






.content-inner {
    padding: 30px 0;
    margin-bottom: 0;
}
.inner-bg {
  /*  background-color:#e5e6f1; */   
    background-color:#820c04;    
    border-radius: 15px;

}

.caption-inner {
	    margin-bottom: 48px;
    height:  auto;
    width: 100%;
    color: #fff;
    padding:35px 0;    
    text-align: center;
}


.caption-inner h3 {
	font-family: "Almarai", sans-serif ;
    margin-bottom: 10px;
    font-size: 28px;
    text-transform: capitalize;
    margin-top: 0;
    font-weight:700;
    color: #ffffff;
}

.caption-inner h3 span {
   /* color: #081935;*/
    color: #ffffff;
   /* background-color: #1D4D8B;*/
    border-radius: 7px;
    padding: 0px 5px;
}


.breadcrumb {
	display:none;
    padding: 30px 0 30px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    /*text-align: right;*/
}


.breadcrumb>li {
    display: inline-block;
    font-size:16px;
    color:#546881;
    font-weight:500;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#546881;
}


.breadcrumb>.active {
    color: #1D4D8B;
    font-weight: 400;
}


.breadcrumb-active {   font-family: ""Almarai", sans-serif (Body)" !important;
    background-color: #e5e6f1;
    padding: 3px 15px;
    border-radius: 5px;   
}



.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:right;
}

.pic-inner img{
    width: 100%;
}


.bg-navy
{
	background-color:#1D4D8B;
	border-radius:25px;
	    padding: 12px 20px;
	color:#FFFFFF;
}
.calls
{
	margin-bottom:25px;
	font-size:16px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background: #1D4D8B;
}

.calls-data
{
	margin-top:15px;
    color: #fff;
    background-color: rgb(255 255 255 / 25%);
    border-radius: 20px;
    padding: 20px;
}


.calls-data a
{
	color:#fff;
}

.calls-data i
{
    color: #fff;
    margin-left: 10px;
    font-size:18px;
}


.navy-socail ul
{
	position: relative;
	overflow: hidden;	
	margin-top:15px;
	text-align: right;
	padding-right:0;
	margin-bottom:10px;
}

.navy-socail ul li 
{
    display: inline-block;	
}


.navy-socail ul li a 
{
	width: 45px;
	height: 45px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 43px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
    background-color: rgb(255 255 255 / 25%);
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    border:1px #fff solid;

}

.navy-socail ul li a i
{
	font-size: 16px;
	color:#fff;
	margin-right:0;
}

.navy-socail ul li a:hover 
{
	color: #fff;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.title-white
{
	color:#FFFFFF !important;
}


.bg-white
{
	background-color:#FFFFFF;
	border-radius:25px;
	padding:30px;
}

.bg-shadow
{
 box-shadow: 0 1px 20px 5px rgb(0 0 0 / 8%);
}


.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.news-inner{
     display:inline-block;
     margin:20px 0px;
     width: 100%;
     height: auto;  
     background-color:#FFFFFF;      
     border-radius: 10px;
     box-shadow: 0px 1px 11px 0px rgb(0 0 0 / 25%);
     padding: 0px 0px 25px 0px;
}

.news-inner img
{  /*display:none;
    margin: auto;     
    border-radius: 10px 10px 0 0;
    height: 250px;
    width: 100%;
    object-fit: cover;*/

    padding: 16px;
    /* display: none; */
    margin: auto;
    border-radius: 10px 10px 0 0;
    height: 249px;
    width: 100%;
    /* object-fit: cover; */

}

.news-inner .title-1
{
	    display: none;
    font-size: 15px;
    color: #2e2e2e;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 20px 20px;
}

.news-inner .text
{
      font-size:20px;
      color:#160304;
      font-weight:normal;
      height: 89px;
      overflow: hidden;
      margin: 0px 20px;
}

.more-news-inner
{
     margin:0px 20px;
}


.more-news-inner a {
    color: #1D4D8B;
    font-size: 14px;
}




.box-news-all
{
	position:relative;
    margin-bottom: 20px;
}

.box-news{
    height: 115px;
    width: 35%;
    position: relative;
    background-color: #fff;
    background-blend-mode: multiply;
    background-size: cover;  
    border-radius: 5px;
}

.box-news-text
{
    width: 58%;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 15px;
    padding: 0px 0px 5px 0;
    height: 115px;    
    overflow: hidden;
    color: #2f2f2f;
    font-weight:500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-news-text:hover
{
    color: #2f2f2f;
}

.box-news-text .text-all 
{
    font-size: 15px;
    color: #160304;
    font-weight: normal;
    height: 85px;
    overflow: hidden;
    margin: 0px 0px;
}


.news2-time 
{
	display:none;
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 0 0 10px 0;
}


.category ul
{
   padding-right:15px;
}
.category ul li
{
   margin:10px 0;       
   color: #160304;
}
.category ul li a
{
	color:#160304;
}

.title-2 {
    color: #1d1d1b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    border-right: 4px #1D4D8B solid;
    padding-right: 20px;
    margin-bottom: 30px;
    margin-top: 6px;
}


.newletter
{
	    display: none;
    margin-top:20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 20px 20px;
}

.newletter .form-group {
    margin-bottom: 10px;
    position: relative;
}

.newletter .form-control {
    display: block;
    height: auto;
    width:100%;
    padding: 15px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    margin-bottom:0px;
    background-color: #ffffff00;
    background-image: none;
    border: 1px solid #ededed;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.newletter .btn {
    display: block;
    padding:15px 35px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight:400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;    
    width: 100%;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    background-color:#1D4D8B;
    border: 1px solid transparent;
    border-radius: 50px;
    color: #fff;
}



.menu-left
{    
margin-top:0px;
z-index: 99;    
width: 100%;
overflow:hidden;
background-color:#1D4D8B;
text-align:right;
border-radius:5px;

}


.menu-left ul
{
    padding-right:0;
    margin:0;
    font-size:15px;
}
.menu-left ul a:hover
{
    text-decoration:none;
    
}

.menu-left ul li
{
    padding: 15px 25px;
    display: block;
    border-bottom: 1px rgb(255 255 255 / 55%) solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    color: #fff;
    transition: 0.3s;
}
 
.menu-left ul li i
{
     font-size:14px;
     margin-left:10px;
}

.menu-left ul a:hover li
{
   background-color:rgb(255 255 255 / 32%);
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}




.box-category 
{
	height:264px;
	color:#94c742;
	font-size:14px;
	font-weight:600;
	padding: 15px 10px;
	border-radius:4px;
	margin-bottom:25px;
	position:relative;
	border:1px solid #CCCCCC;
}


.box-category img
{
     width:18px;
     display:inline-block;
     margin-left:10px;
}



.box-category h1 {
	height: 73px;
	   font-family: "Almarai", sans-serif !important;
    font-size: 15px !important;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    background-color: #fff;
    color: #1D4D8B;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;	
    border:1px solid #1D4D8B;
    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#1D4D8B;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.collapsible-all
{
	
}
.collapsible-all .collapsible {
  background-color: #1D4D8B ;
  color: white;
  cursor: pointer;
  padding: 10px 18px ;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 16px;
  border-radius:5px;
  margin-bottom:5px;
}


.collapsible-all .collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: left;
  margin-left: 5px;
}

.collapsible-all .active:after {
  content: "\2212";
}

.collapsible-all .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fbfbfb;
}


.collapsible-all .content p
{
	padding:10px 0;
}



.gray-box
{
    background-color: #F2F7FF;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    border-radius:5px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #1D4D8B;
    margin: 0px 20px 10px 0px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: left;
    border-radius: 5px;
}



a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 0 10px 0 0px;
    float: left;   
    width: auto;
    min-height: auto;
}
   
    
a.code_apply:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #1D4D8B;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.btn-career 
{
    background-color:#eb2027;
    border: 1px #eb2027 solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;
}

.btn-career:hover 
{
    background-color: #fff;
    border: 1px #ffffff solid;
    color: #eb2027;
    margin:0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.big-text
{
	font-size:18px;
}

.cv-box
{    
    background-color:#2ea053;
    padding: 20px;
}


.cv-box-title {
    text-align: center;
    color: rgba(255, 255, 255,1);
    font-size: 25px;
    margin-bottom: 20px;
}




.title-product
{
	color: #d43f39;
    font-size: 30px;
    margin-bottom: 20px;
}









.products-all
{
 display:inline-block;
 width: 355px;

}


.products-box
{
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    width: 355px;
    text-align: center;    
    padding: 0 10px;
}




.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
}


.title-news {
    font-size: 20px;
    color:#1D4D8B;
    margin-bottom:10px;
    margin-top:10px;
}


.title-gallery {
    font-size: 20px;
    color: #1D4D8B;
    margin: 30px 0;
    text-align: center;
}





.pdf-all
{
	position:relative;
}

.pdf-inner
{
    padding: 25px 25px 25px 25px;
    display: block;
    background-color: #1D4D8B;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    transition: 0.3s;
    color: #fff;
    text-align:center;    
    font-size: 20px;
    border-radius:5px;
    margin-bottom:20px;
}

.pdf-inner i
{
    margin:auto auto 10px auto;
    display:block;
    font-size:35px;
}

.pdf-all a:hover .pdf-inner
{
   background-color:#40B763;
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.list-group {
    padding: 20px;
    margin-bottom: 20px;
    background-color:#FFFFFF;
    border-radius:20px;
}
.list-group-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 0px;
    margin-bottom: 0px; 
    background-color: #fff;
    border: 0px solid #ddd;
}
a.list-group-item, button.list-group-item {
    color: #546881;
    font-size:16px; 
    font-weight:600;   
    padding: 20px 10px;
}


a.list-group-item img, button.list-group-item img {
    color: #1D4D8B;
    font-size:16px;
    margin-left:7px;
}


a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color:#1D4D8B;
    text-decoration: none;
    background-color: #ecf8ef;    
    border-radius: 5px;

}

.active-menu
{
	color: #1D4D8B!important;
    text-decoration: none;
    text-decoration: none;
    background-color: #ecf8ef;    
    border-radius: 5px;


}

button.list-group-item {
    width: 100%;
    text-align: left;
    border-bottom:1px #cccccc solid;
}




.account-title-img
{
	 height:65px;
	 float:right;
	 margin-left:20px;
}


.qr-code-img
{
	 height:80px;
	 float:right;
	 margin-left:10px;
}

.title-c {
    color: #160304;
    font-size: 25px;
    /*font-family: "DM Sans", serif;*/
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.title-c span {
    color: #666666;
    display:block;
}



#search-home {
padding-top:20px;
padding-bottom:20px;
}

#search-home .search-home {
    width: 100%;
    height:55px;
    background: #f2f2f2;
    position: relative;    
    border-radius: 10px;
    padding-left: 5px;    
    padding-right: 55px;
    border: 1px solid #f2f2f2;  
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.12);

}


#search-home .search-home input {
    width: 100%;
    background-color:#f2f2f2;
    border: 0;
    color: #898989;
    font-weight: 300;
    font-size: 15px;    
    margin-top: 0;
    height: 53px;
}

#search-home .search-home button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 50px;
    height: 55px;
    font-size: 22px;
    background: none;
    border: 0;
    color: #1D4D8B;
    cursor: pointer;
}

.chat-img {
    padding: 0;
    position: relative;
    float: right;   
	margin-left: 15px;
	border-radius:10px;
}
.chat-img img {
height: 70px;
    width: 70px;
    border-radius: 10px;
    object-fit: cover;
    margin: auto;
    padding: 5px;
}

.title-chat
{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 6px 0 0 0;
    position: relative;
    padding-top: 10px;
}
.title-chat span
{
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 500;
	text-transform: lowercase;
	display: block;
}
.green-circle-on {
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 25px;
    right: 55px;
    background-color: #32D583;
    top: 45px;
    border: 3px white solid;
}
.gray-circle-on {
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 25px;
    right:55px;
    background-color:#B1B1B1;
    top: 45px;
    border: 3px white solid;
}




.test {
    text-align: center;
    margin-bottom: 20px;
}
.pt-10{ 
padding-top:10px;

}
.pb-20{ 
padding-bottom:20px;

}
.pt-5{ 
padding-top:5px;

}
.pb-5{ 
padding-bottom:5px;

}
.py-10{ 
padding-top:10px;
padding-bottom:10px;

}
.py-5{ 
padding-top:5px;
padding-bottom:5px;

}
.p-0{

padding:0;
}

.m-0{

margin:0;
}
.mt-10{ 
margin-top:10px;

}
.mt-5{ 
margin-top:5px;

}
.mb-5{ 
margin-bottom:5px;

}
.mb-10{ 
margin-bottom:10px;

}
.mb-30{ 
margin-bottom:30px;

}

.my-10{ 
margin-top:10px;
margin-bottom:10px;

}

.my-5{ 
margin-top:5px;
margin-bottom:5px;

}

.myHeight{
line-height:2;

}



    header {
      background-color: #004d40;
      color: white;
      padding: 20px;
      text-align: center;
    }

header h1 {
    font-size: 27px !important;
    color: white !important;
}

    .container11 {
      max-width: 1200px;
      margin: 40px auto;
      padding: 0 20px;
    }

    .section-title {
      font-size: 1.5em;
      color: #333;
      margin: 30px 0 20px;
      border-bottom: 2px solid #004d40;
      padding-bottom: 5px;
    }

    .grid1 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
    }

    .member-card {
      background-color: white;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 15px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .member-role {
      color: #00796b;
      font-weight: bold;
      margin-bottom: 5px;
    }

    .member-name {
      font-size: 1.1em;
    }

    @media (max-width: 768px) {
      .grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      }
    }


  .container3 {
      max-width: 900px;
      margin: 40px auto;
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

  .container3  h2 {
      color: #004d40;
      margin-top: 40px;
      border-bottom: 2px solid #004d40;
      padding-bottom: 10px;
      font-size: 1.4em;
    }

  .container3  ul {
      list-style-type: '✔ ';
      padding-right: 20px;
      margin-top: 15px;
    }

  .container3  ul li {
      margin-bottom: 8px;
    }

    .box {
      background-color: #e0f2f1;
      padding: 15px 20px;
      border-radius: 6px;
      margin-top: 15px;
    }
	
	 .box2 {
       max-width: 900px;
    margin: 40px auto;
    background-color: #fff;
    padding: 30px;
    background-color:#99dcff;
    padding: 15px 20px;
    border-radius: 6px;
    margin-top: 15px;
    }
	
	.container4{
		    color: #ffffff;
		    max-width: 900px;
    margin: 40px auto;
    background-color: #1f84b7;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
		
		
	}
	
	.container4 a {
    color: #ffffff;
}

    .note {
     /* background-color: #fff3cd;
      border: 1px solid #ffeeba;
      color: #856404;
      padding: 15px 20px;
      border-radius: 6px;
      margin-top: 15px;*/
	      margin: 59px 10px 11px 156px;
    background-color: #119f1799;
    border: 1px solid #119f1799;
    color: #000000;
    padding: 15px 20px;
    border-radius: 6px;
    margin-top: 15px;
    }

    .highlight {
      font-weight: bold;
      color: #d32f2f;
    }



.board {
  max-width: 900px;
  margin: 48px auto;
  padding: clamp(16px, 3vw, 32px);
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
  box-shadow:
    0 10px 25px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.04);
}

.board__header {
  text-align: center;
  margin-bottom: 28px;
}

.board__header h1 {
  margin: 0 0 6px;
  font-size: clamp(22px, 3.4vw, 36px);
  letter-spacing: .2px;
}

.board__subtitle {
  margin: 0;
  color: #c9d1e0;
  font-weight: 600;
}

.section-title {
  font-size: clamp(18px, 2.6vw, 24px);
  margin: 28px 0 12px;
  padding-inline: 12px;
  border-right: 4px solid #4f7cff;
}

/* officers */
.officer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 640px) {
  .officer-list {
    grid-template-columns: 1fr 1fr;
  }
}

.officer-item {
	    font-size: 17px !important;
  padding: 12px 14px;
  background: #1D4D8B;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  color: white;
  transition: transform .18s ease, box-shadow .18s ease;
}

.officer-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,.32);
}

.officer__role {
  font-weight: 700;
  color: #c9d1e0;
}

.officer__name {
  font-weight: 600;
  color: #ffffff; 
}

/* members */
.members {
  margin-top: 8px;
}

.member-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 640px) {
  .member-list {
    grid-template-columns: 1fr 1fr;
  }
}

.member-item {
  padding: 12px 14px;
  background: #1D4D8B;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: white;
}

.badge {
  display: inline-block;
  padding: .2rem .5rem;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 700;
  border: 1px solid transparent;
}

.badge--note {
  background: rgba(34,197,94,.12);
  border-color: rgba(34,197,94,.35);
  color: #f5f7fb;
}

.member-note {
  font-size: .9rem;
  color: white;
  margin-inline-start: 4px;
}

.board__footer {
  margin-top: 28px;
  text-align: center;
  color: #c9d1e0;
  opacity: .9;
}





/* container */
.membership-conditions {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 15px;
  /*font-family: "Cairo", sans-serif;*/
  text-align: center;
}

/* title */
.membership-conditions .section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2c3e50;
  position: relative;
  display: inline-block;
}

.membership-conditions .section-title::after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background: #3498db;
  margin: 10px auto 0;
  border-radius: 5px;
}

/* paragraph */
.membership-conditions .section-text {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  text-align: justify;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}






/* section container */
.about-section {
  max-width: 1100px;
  margin: 50px auto;
  padding: 0 20px;
 /* font-family: "Cairo", sans-serif;*/
}

/* flex layout */
.about-section .about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap; /* responsive for small screens */
}

/* text block */
.about-section .about-text {
  flex: 1;
  min-width: 280px;
}

.about-section .about-text .about-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2c3e50;
}

.about-section .about-text .about-description {
  font-size: 18px;
  line-height: 1.9;
  color: #444;
  text-align: justify;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* image block */
.about-section .about-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.about-section .about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}




/* section container */
.vision-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
 /* font-family: "Cairo", sans-serif;*/
  text-align: center;
}

/* title */
.vision-section .vision-title {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

/* underline effect */
.vision-section .vision-title::after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background: #3498db;
  margin: 8px auto 0;
  border-radius: 2px;
}

/* text */
.vision-section .vision-text {
     font-size: 18px;
    line-height: 2;
    color: #444;
    background: #0f98f37d;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgb(0 0 0 / 21%);
    text-align: center;
    border: 4px solid #081947;
}




/* container */
.mission-section {
  max-width: 950px;
  margin: 70px auto;
  padding: 0 20px;
/*  font-family: "Cairo", sans-serif;*/
}

/* title */
.mission-section .mission-title {
  font-size: 26px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.mission-section .mission-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #27ae60;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* text block */
.mission-section .mission-text {
  font-size: 18px;
  line-height: 2;
  color: #333;
  background: #f8fdf8;
  padding: 28px;
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  text-align: justify;
  border-right: 5px solid #27ae60;
}



/* container */
.goals-section {
  max-width: 950px;
  margin: 70px auto;
  padding: 0 20px;
 /* font-family: "Cairo", sans-serif;*/
}

/* title */
.goals-section .goals-title {
  font-size: 26px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.goals-section .goals-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #27ae60;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* intro text */
.goals-section .goals-intro {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 25px;
  color: #444;
  text-align: justify;
}

/* goals list */
.goals-section .goals-list {
  background: #f8fdf8;
  padding: 25px 30px;
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  border-right: 5px solid #27ae60;
  list-style: none;
}

.goals-section .goals-list li {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 15px;
  padding-right: 28px;
  position: relative;
  color: #333;
}

/* custom bullet */
.goals-section .goals-list li::before {
  content: "✔";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #27ae60;
  font-weight: bold;
}




.law-box {
  max-width: 850px;
  margin: 30px auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
/*  font-family: "Cairo", "Tahoma", sans-serif;*/
  line-height: 1.8;
  direction: rtl;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.law-header {
  background: green;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.law-body {
  padding: 20px;
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
  font-size: 17px;
  color: #333;
}

.law-article {
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.law-article:last-child {
  border-bottom: none;
}

.law-article h5 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #8e44ad;
}

.law-article p {
  font-size: 16px;
  color: #444;
  margin: 0;
}






.mydiv .members {
  max-width: 1000px;
  margin: 30px auto;
  padding: 20px;
  /*font-family: "Tahoma", sans-serif;*/
  direction: rtl;
  text-align: center;

  /* شبكة من 4 أعمدة */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.mydiv .members h3 {
  font-size: 24px;
  color: #1b4332;
  margin-bottom: 25px;
  grid-column: span 4; /* العنوان ياخد 4 أعمدة */
}

.mydiv .member {
  background: #004D40;
  color: white;
  padding: 15px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  transition: transform 0.2s ease, background 0.2s ease;
}

.mydiv .member:hover {
  transform: translateY(-5px);
  background: #27ae60;
}

.pic-inner {
    display: none;
}











.conference-box {
  direction: rtl;
 /* font-family: "Cairo", "Tahoma", sans-serif;*/
  background: white;
  color: #1a2c47;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  max-width: 900px;
  margin: 40px auto;
  line-height: 2;
  text-align: right;
}

.conference-box h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #0d7a5f; /* أخضر داكن */
}

.conference-box p {
  margin-bottom: 15px;
  font-size: 18px;
}

.conference-box strong {
  color: #0d47a1; /* أزرق غامق */
  font-weight: bold;
}

.conference-box .highlight {
  background: rgba(13, 122, 95, 0.1);
  border-right: 5px solid #0d7a5f;
  padding: 15px;
  font-size: 20px;
  text-align: center;
  border-radius: 10px;
  margin: 20px 0;
  color: #0d47a1;
}

.conference-box a {
  color: #0d47a1;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s;
}

.conference-box a:hover {
  color: #0d7a5f;
  text-decoration: underline;
}

.conference-box .btn-link {
  display: inline-block;
  background: #0d7a5f;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  margin-top: 10px;
  transition: 0.3s;
}

.conference-box .btn-link:hover {
  background: #0d47a1;
}













.finance-section {
 /* font-family: "Cairo", sans-serif;*/
  direction: rtl;
 // background: #f8fdfb;
  padding: 30px;
  border-radius: 20px;
}

.finance-section h2 {
  color: #1b5e20;
  text-align: center;
  font-size: 28px;
  margin-bottom: 25px;
  border-bottom: 3px solid #1976d2;
  display: inline-block;
  padding-bottom: 8px;
}

.finance-card {
  background: #ffffff;
  border: 2px solid #1976d2;
  border-right: 6px solid #1b5e20;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}

.finance-card:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.finance-card h3 {
  color: #1976d2;
  margin-bottom: 10px;
  font-size: 20px;
}

.finance-card p, 
.finance-card li {
  color: #333;
  line-height: 1.8;
  font-size: 16px;
}
 
.finance-card strong {
  color: #1b5e20;
}


.grid2 .box-category {
    height: 98px;
    margin-bottom: 38px;
    background: unset !important;
	    background-color: #1d4d8b !important;
		padding: 15px 13px;
}


.grid2 .box-category:hover {

    border: 3px solid #b2b2b2;
}


.news2 img {
    display: none;
}


.news2 .news-inner:hover {
    /* background: #04234a !important; */
    background: linear-gradient(#c4c4c4, #1bbc69), linear-gradient(to right, #2fa669, #ababab);
	color:#ffffff!important;
}
.news2 .text {
    font-size: 20px;
    color: #003b1d;
}

.news2 .text:hover {
    font-size: 20px;
   /* color: #ffffff;*/
}

.news2 .news-inner {
      background:linear-gradient(#ffffff, #ffffff), linear-gradient(to right, #2fa669, #b6b6b6);
    background-origin: padding-box, border-box;
    background-repeat: no-repeat;
    border: 5px solid transparent;
    display: inline-block;
    margin: 20px 0px;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 1px 11px 0px rgb(0 0 0 / 25%);
    padding: 0px 0px 25px 0px;
}


.news2 .btn-white:hover {
    color: #fff;
    background-color: #a4a4a4;
    border-color: #1d4d8b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.news2 .btn-white {
    float: left;
    color: #003b1d;
    background-color: #fff;
    border-color: #003b1d;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 20px;
}


.name3{
	    border: 5px solid #23b45f;
	font-size: 21px;
    text-align: center;
   /* background-color: #24d16b;*/
   /* background-color: #5db4f4;*/
    border-radius: 16px;
    padding: 5px;
    margin: 3px 5px 20px 5px;
    font-weight: 600;
	    line-height: 26px;
	
}


.section4 section {
    border: 1px solid #b7b4b4;
    background-color: #03ce3a3b;
    padding: 3px 24px 12px 13px;
    margin-bottom: 17px;
    border-radius: 23px;
    box-shadow: 0 4px 15px rgb(142 142 142 / 30%);
}

.section4 section:hover {
    transform: scale(1.01);
}


.section4 .article4{
	margin-top: 21px;
	  border: 1px solid #b7b4b4;
    background-color: #03ce3a3b;
    padding: 3px 24px 12px 13px;
    margin-bottom: 17px;
    border-radius: 23px;
    box-shadow: 0 4px 15px rgb(142 142 142 / 30%);
}

.section4 .article4:hover {
  /*  transform: scale(1.01);*/
}

a.read-more1 {
    background-color: #1d4d8b;
    padding: 10px;
    border-radius: 10px;
    margin-top: 18px !important;
    font-size: 17px;
    color: #ffffff;
}



.team {
    box-shadow: 0 4px 15px rgb(29 77 139);
    direction: ltr;
    padding: 50px 20px;
    background-color: #aed1ff;
}

.team h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.person-list {
  list-style-type: none;
  padding: 0;
}

.person-list li {
	    font-weight: 700;
  font-size: 18px;
  color: #444;
  margin-bottom: 15px;
}

.person-list li .name {
  font-weight: bold;
  color: #0077b6;
}

.person-list li .affiliation {
  display: block;
  margin-top: 5px;
  font-style: italic;
  color: #666;
}

.list5 li
 {
    list-style-type: disclosure-closed;
}


.logos1 .col-md-3
 {
   padding: 22px;
    border: 1px solid #ffffff;
    box-shadow: 0 4px 15px rgb(63 63 64 / 26%);
    margin: 10px;
    width: 23%;
    border-radius: 30px;
    height: 293px;
}


.logos1 img {
    background-size: cover;
    width: 100%;
	    height: 100%;
}

.content3 {
    margin-top:-69%;
}


.content3 .title-1 {
    color: #ffffff !important;
}


.content3 .more-news {
    /* display: table-column-group; */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto !important;
    width: 50%;
    border-radius: 35px;
    padding: 6px;
    background-color: #001b48;
    /* text-align: left; */
    text-align: center;


}

.content3 .more-news a {
   color:#ffffff;
}

.row.grid2 {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.bg .col-md-7 {
    width: 58%;
    margin-left: 0px;
    background-color: #60b388;
    border-radius: 22px;
    padding-top: 7px;
}

.row.bg {
    margin-bottom: 18px;
}
.img4{
	    border-radius: 27px;
    width: 80%;
	
	
}

.video-thumbnail {
    cursor: pointer; /* makes it clear the image is clickable */
    width: 100%;
    height: 100%;
}

    .video-thumbnail img {
        width: 100%;
        height: auto;
        display: block;
    }

.modal-header .close {
    margin-top: -10px;
}

.modal-body.text-center img {
    margin: auto;
}

