﻿@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900');


html,
body {
    height: 100%;
    font-size:16px;
  font-family: "Tajawal", serif;
    color:#737092;
	font-weight: 500;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}


.container-fluid {
    padding-right: 75px;
    padding-left: 75px;
}

.header
{
    padding: 10px 0;
    top:0;
    position: fixed;
    width:100%;
	background: #1A2C4766;
    right:0;
    z-index:99;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #1a2c47;
}


.call
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 400;
	position: relative;
	padding-left: 55px;
	text-align: left;    
	margin-top: 6px;
	direction: ltr;
	z-index: 99;
}

.call img
{
	position: absolute;
	left: 0px;
}
.call span
{
	font-size: 18px;
	font-weight: 700;
	display: block;
}
.header-inner
{
    position:relative!important;
    z-index:99;    
	background: #fff !important ;
}

.sticky2 {
  position: fixed !important;
  top: 0;
  width: 100%;
  background: #fff !important;
}


.call-inner
{
	color: #152435;
	font-size: 12px;
	font-weight: 400;
	position: relative;
	padding-left: 55px;
	text-align: left;    
	margin-top: 6px;
	direction: ltr;
}

.call-inner img
{
	position: absolute;
	left: 0px;
}
.call-inner span
{
	font-size: 18px;
	font-weight: 700;
	display: block;
}
.carousel {
    height: 680px;
    position:relative;
}

.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-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: #afafaf;
    background-blend-mode:multiply;
}

.caption-carousel {
    position: absolute;
    top: 100px;
    right: 75px;
    width: 965px;
    margin:auto;
    z-index: 10;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align:right;    
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:70px;
    font-weight:800;
    color:#fff;
    margin-bottom:25px;    
    line-height: 85px;
}
.caption-carousel h2 span{
	font-size: 20px;
	display: block;
	font-weight: 500;
}
.caption-carousel h3{
    font-size:18px;
    font-weight:500;
    color:#fff;
}

.carousel-indicators {
    position: absolute;
    bottom: 15px;
    padding-left: 0px;
    z-index: 15;
    width: 100%;
    right: 0;
    padding-right: 0;
    margin-right: 0%;
    text-align:center;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 40px;
    height: 2px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
     background: rgba(255, 255, 255, 0.39);
    border: 0px solid rgba(255, 255, 255, 0.0);
    border-radius:0px;
}

.carousel-indicators .active {
    width: 40px;
    height: 2px;
    margin: 2px;            
    background: #FFFFFF;

}

.btn-header {
    display: inline-block;
    padding: 12px 26px;
    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-radius:5px;    
    border: 2px solid transparent;
    margin-top:20px;
    position:relative;
}


.btn-header2{
    display: inline-block;
    padding: 12px 20px;
    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-radius:5px;    
    border: 2px solid transparent;
    margin-top:20px;
    position:relative;
}

.btn-more{
    color: #fff;
    background-color:#08AF9A;
    border-color:#08AF9A;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color:#fff;
    background-color: #ddc076;
    border-color: #ddc076; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-navy{
    color: #fff;
    background-color:#254C75;
    border-color:#254C75;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-navy:hover {
    color:#254C75;
    background-color: #fff;
    border-color: #254C75; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #254C75;
    background-color: #fff;
    border-color:#254C75;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white:hover {
    color: #fff;
    background-color: #254C75;
    border-color:#254C75;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
}


.btn-white2{
    color: #254C75;
    background-color: #fff;
    border-color:#254C75;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	margin-top: 10px;
	width: 100%;
}

.btn-white2:hover {
    color: #fff;
    background-color: #254C75;
    border-color:#254C75;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
}
.bg-form {
    padding: 80px 0px;
    margin-bottom: 0px;
	background-color:#1A2C47;
    background-image: url(../images/bg1.png), url(../images/bg2.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat;
    overflow: hidden;
	color: #FFFFFF;
    position: relative;
}


.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #F5F5F5;
    background-image: none;
    border: 1px solid #F5F5F5;
    border-radius: 8px;
	font-weight: 600;
    -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;
}

/* Match form-control base style */
.select2-container--bootstrap-5 .select2-selection {
    display: flex !important;
    align-items: center !important; /* centers text vertically */
    justify-content: space-between;
    height: 50px !important;
    background-color: #F5F5F5 !important;
    border: 1px solid #F5F5F5 !important;
    border-radius: 8px !important;
    font-weight: 600;
    font-size: 14px;
    color: #000 !important;
    padding: 0 12px !important; /* keep text centered with no top/bottom padding */
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Center the placeholder exactly */
.select2-container--bootstrap-5 .select2-selection__placeholder {
    display: flex;
    align-items: center;
    height: 100%;
    color: #999;
    font-weight: 500;
}

/* Text alignment for selected value */
.select2-container--bootstrap-5 .select2-selection__rendered {
    display: flex !important;
    align-items: center !important;
    height: 100%;
    line-height: normal !important;
}

/* Focus state */
.select2-container--bootstrap-5.select2-container--focus .select2-selection {
    border-color: #007bff !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* Dropdown appearance */
.select2-container--bootstrap-5 .select2-dropdown {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

/* Scroll inside dropdown */
.select2-container--bootstrap-5 .select2-results__options {
    max-height: 180px; /* adjust as needed */
    overflow-y: auto;
    scrollbar-width: thin; /* for Firefox */
}

    /* Nice scrollbar for WebKit (Chrome, Edge, Safari) */
    .select2-container--bootstrap-5 .select2-results__options::-webkit-scrollbar {
        width: 6px;
    }

    .select2-container--bootstrap-5 .select2-results__options::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 4px;
    }

        .select2-container--bootstrap-5 .select2-results__options::-webkit-scrollbar-thumb:hover {
            background-color: #aaa;
        }

/* Options styling */
.select2-container--bootstrap-5 .select2-results__option {
    padding: 10px 12px;
    font-size: 14px;
    color: #000;
    border-radius: 6px;
}

/* Hover and selected */
.select2-container--bootstrap-5 .select2-results__option--highlighted {
    background-color: #007bff !important;
    color: #fff !important;
}

.select2-container--bootstrap-5 .select2-results__option--selected {
    background-color: #e9ecef !important;
    color: #000;
}

/* Arrow + clear button */
.select2-container--bootstrap-5 .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}

.select2-container--bootstrap-5 .select2-selection__clear {
    color: #888;
    margin-right: 5px;
}


.grat-text
{
	color: #B8B8B8;
	font-size: 16px;
}


.bg-graphic
{
	padding:80px 0; 
	overflow: hidden;
	position: relative;
	background-color: #F3F9FF;
}
.bg-islamic
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background:  url("../images/bg.png") repeat fixed center center;
	opacity: 0.05;
}



.bg-graphic-boxs
{
    padding-right:0;
    margin-top:70px;
}

.bg-graphic-box
{
     display:inline-block;
     height: auto;        
	 background-color: #FFFFFF;
     border-radius: 10px;
     box-shadow: 0px 1px 11px 0px rgb(0 0 0 / 25%);
     padding:30px;transition: all 0.5s;
}



.mask1
{
	background: #FFFFFF url("../images/Mask1.png") no-repeat right bottom;
}

.mask2
{
	background: #FFFFFF url("../images/Mask2.png") no-repeat right bottom;
}

.mask3
{
	background: #FFFFFF url("../images/Mask3.png") no-repeat right bottom;
}


.bg-graphic-boxs a:hover .mask1
{
     background-color: #08AF9A;transition: all 0.5s;
}
.bg-graphic-boxs a:hover .mask2
{
     background-color: #DDC076;transition: all 0.5s;
}
.bg-graphic-boxs a:hover .mask3
{
     background-color:#254C75;transition: all 0.5s;
}

.bg-graphic-box img
{
    margin:-70px auto auto auto !important;     
    border-radius: 10px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.bg-graphic-box .title-1
{
    font-size:20px;
    color: #2e2e2e;
    font-weight: 800;
    height: 90px;        
	margin-top: -10px;
	padding-top: 25px;
	text-align: left;
    overflow: hidden;
	border-bottom: 1px #D0CCFF solid;
}

 .bg-graphic-boxs a:hover .bg-graphic-box .title-1
{
     color:#fff;
	border-bottom: 1px #fff solid;
}

.bg-graphic-box .title-1 img
{
     width: 80px !important;
background-color: #254c75;

	height: 90px !important;
	object-fit: cover !important;
	margin: -25px 15px  auto auto !important;
    float: left !important;    
	border-radius: 0px 0px  0px 15px !important;

}
.bg-graphic-box .text
{
      font-size:16px;
      color:#737092;
      font-weight:normal;
      height: 50px;
      overflow: hidden;
      margin-top: 20px;
}

 .bg-graphic-boxs a:hover .bg-graphic-box .text
{
     color:#fff;
}

.button-white {
    color: #254B72;
    margin: 0;    
	padding: 0;
	font-weight: 700;
}
 .bg-graphic-boxs a:hover .bg-graphic-box .button-white
{
     color:#fff;
}


.more-bg-graphic{
     margin:20px 0px 0 0;
	text-align: left;
}


.more-bg-graphic a {
    color: #254B72;
    font-size: 18px;
}
.more-bg-graphic a i {
    padding-right: 10px;
}



.welcome
{
	padding: 80px 0;
	overflow:hidden;
    margin-bottom: 0px;  
	position: relative;
}

.title
{
   color:#211F38;
   font-size:40px;    
   font-weight: 800;
   text-transform:capitalize; 
   margin-bottom:20px;
}
.title span
{
   color:#254C75;
   font-size:16px;    
   font-weight: 600; 
   display:block;
}

.title-white
{
	color:#FFFFFF;
   font-size:40px;    
   font-weight: 700;
   text-transform:capitalize; 
   margin-bottom:20px;
}
.title-line
{
   color:#160304;
   font-size:33px;    
   text-transform:capitalize; 
   font-family: "DM Sans", serif;
   font-weight: 600; 
   margin-bottom:20px;    
   padding-bottom: 20px;
   background:url('../images/line.png') no-repeat center bottom;
}

.welcome-text
{
    height: 55px;
    overflow: hidden;    
    line-height: 26px;
    margin-bottom: 10px;
}
.welcome-icons
{
	color: #211F38;
	font-size: 16px;
	font-weight: 800;
	position: relative;
	margin-top: 50px;
}

.welcome-icons img
{
	float: right;
    margin-left: 20px;    
	transition: all 0.5s;
}


.welcome-icons:hover img  {
    transform: rotate(360deg);
}
.welcome-icons span
{
    font-weight: 700;
    display: block;
    color: #737092;
    margin-top: 15px;
}

.welcome-links 
{
    padding: 30px;
	border: 1px #D0CCFF solid;	
	border-radius: 15px;
	margin-top: 50px;
}
.welcome-links ul
{
   padding-right:0px;
	margin-top:0px;	
	margin-bottom: 0;
}

.welcome-links ul li
{
   display:block;
	margin-bottom: 15px;
}

.welcome-links ul li a
{
	color:#211F38;
}

.welcome-links ul li a img
{
	 margin-left: 10px;
}



.pic-welcome
{
    color: #fff;
    padding: 0;
    border-radius: 20px;
}



.pic-welcome img
{
     object-fit:cover;     
     width: 540px; 
     height: 445px;
     border-radius: 40px;      
	 margin: auto auto 0 0;
}

.pic-welcome2 {
    width: 235px;
    height: 200px;
    position: absolute;
    top: 490px;
    left: 15px;
    z-index: 99;
    background-color: #DDC076;
    padding: 20px;
	color: #FFFFFF;
    font-size:14px;
    border-radius: 20px;
    box-shadow: 0px 1px 11px 0px rgb(0 0 0 / 25%);
}

.pic-welcome3{
    width: 335px;
    height: 325px;
    position: absolute;
    top: 300px;
    right: -25px;
    z-index: 99;
    padding: 0px;
	color: #FFFFFF;
    font-size:14px;
    border-radius: 40px;
    box-shadow: 0px 1px 11px 0px rgb(0 0 0 / 25%);
}


.services
{
	padding:50px 0;
	position: relative;
	overflow: hidden;
}

.services ul
{
    padding-right:0;
    margin-top:20px;
}

.services ul li
{
    display: inline-block;
    margin: 10px 9px;
    width: 31%;
    padding: 25px;
    border-radius: 10px;
    background-color: #F3F9FF;    
}



.services ul li img
{
    margin: 0;
    object-fit: contain;
	transition: all 0.8s;
	display: block;
}
.services ul li:hover img  
{
    transform: rotate(360deg);
}

.services ul li .title-1
{
      font-size:18px;
      color:#020817;
      font-weight:800;
      height: 30px;
      overflow: hidden;    
      margin:15px 0 10px 0;
}

.services ul li .text
{
    font-size: 12px;
    color: #475569;
    font-weight: normal;
    height: 40px;
    overflow: hidden;
}


.bg-contacts {
    padding: 80px 0px;
    margin-bottom: 0px;
	background-color:#F3F9FF;
    overflow: hidden;
}
.bg-contacts .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 8px;
    font-weight: 600;
    -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
{
	padding: 50px 0;
	background-color:#1A2C47;	
	color: #FFFFFF;
	position: relative;
}

.newletter-title
{
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    margin-top: 0px;
}

.newletter-margin
{
	margin-top: 10px;
}
.newletter  .form-group {
    margin-bottom: 0px;
    position: relative;
}

.newletter .form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 6px 12px 6px 140px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    margin-bottom: 0px;
    background-color:#263956;
    background-image: none;
    border: 1px solid #263956;
    border-radius: 50px;
    -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 .form-control::placeholder {
    color: #ffffff;
}

.newletter .btn {
    display: inline-block;
    padding:8px 2px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight:400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
	color: #FFFFFF;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    background-color:#254C75;
    border: 1px solid transparent;
    border-radius: 50px;
    height: 55px;
    position: absolute;
    width: 125px;
    left: 0px;
    top: 0px;
}



.app ul
{
     margin-top:0px;
     padding-right:0;
}


.app ul li
{
    margin:0px 0 !important;     
	width: 150px;
    display: inline-block; 
}

.app ul li img
{
    height: auto;
    padding:0 0px;      
    width:130px;
    object-fit: contain;
}

.footer
{
	background-color:#1A2C47;	
	border-top:1px #FFFFFF1A solid;
	font-size:14px;
	overflow: hidden;
	padding:50px 0;
	position: relative;
	color:#fff;
}
.footer ul
{
   padding-right:0px;
}
.footer ul li
{
   margin:10px 0;       
   list-style-type: none; 
   color: #fff;
}
.footer ul li a
{
	color:#fff;
}
.footer ul li a i
{
	color:#fff;
	font-size:14px;
	margin-left:5px;
}

.footer-title
{
	 color:#fff;
	 font-size:23px;
	 text-transform:  capitalize;
	 font-weight:bold;
	 margin:20px 0;
}
.footer-title img
{
	 width:180px;
}


.footer-text
{
	height: 65px;
    overflow: hidden;
}

.call2
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 400;
	position: relative;
	padding-left: 55px;
	text-align: left;    
	margin-top: 6px;
	direction: ltr;
}

.call2 img
{
	position: absolute;
	left: 0px;
}
.call2 span
{
	font-size: 18px;
	font-weight: 700;
	display: block;
}
.socials ul
{
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align: right;
	padding-right:0;
	margin-bottom:10px;
}


.socials ul li 
{
    display: inline-block;	
}


.socials ul li a 
{
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
}

.socials ul li a i
{
	font-size: 16px;
	color:#fff;
	margin-right:0;
}

.socials ul li a:hover 
{
	color: #DDC076;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.copyright
{
    padding: 15px 0;
    color: #fff;
    font-size: 13px;
    text-align: center;
    background-color:#1A2C47;
    margin-top:0px;
}


.copyright a
{
    color:#fff;
}



.content-inner {
    padding: 50px 0;
    margin-bottom:0;
}


.title-inner {
    color: #211F38;
    font-size: 40px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.title-inner span {
    color: #08AF9A;
}

.blue-bg {
    background: #530303;
    background: linear-gradient(90deg, #08AF9A 0%, #1A2C47 100%);
	position: absolute;
    width: 100%;
    height: 100%;    
	left: 0;
	right:0;
	opacity: 0.8;
}
.caption-inner {
   position: relative;
}
.caption-inner h3 {
    margin-bottom: 10px;
    font-size: 60px;    
    padding:10px 0 50px 0;  
    font-weight:800;
    text-transform: capitalize;
    margin-top: 0;
    color: #fff;
}

.breadcrumb {
    padding: 80px 0 10px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align: right;
	font-weight: 800;
}


.breadcrumb>li {
    display: inline-block;
    font-size:22px;
    color:#fff;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#fff;
}


.breadcrumb>.active { 
    color: rgb(255 255 255 / 48%);
	font-weight: 800;
}



.department
{
	padding:20px 0;
	overflow:hidden;
}
.department ul
{
    padding-right:0;
    margin-top:20px;
    text-align:center;
}

.department ul li
{
    display: inline-block;
    width: 425px;
    height: auto;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 15px 14px;
    border-radius: 15px;
    background-color:#FFFFFF;
    -webkit-box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 10%);
 }


.department ul li img
{
    margin: auto;
    height:225px; 
    border-radius: 15px 15px 0px 0px;
    width: 100%;
    object-fit: cover;
}


.department ul li .icon img
{
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: -45px auto auto 0;
    border-radius: 0px 0px 0px 15px;
    position: absolute;
    right:15px;
}


.department ul li .text
{
      font-size:15px;
      font-weight:500;
      margin-bottom:0px;  
      margin-top:55px;  
      color: #494949;    
      text-align:right ;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      padding:15px 15px 25px 15px;
}


.department ul li .text-dep
{
      font-size:22px;
      font-weight:700;      
      height: 35px;
      color:#000000;
      overflow: hidden;
      margin-bottom:10px;
}

.department ul li .text-inner
{
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}



#search-inner
{
    margin-top:20px;    
    margin-left: 0px;
}

#search-inner .search-inner {
    width: 100%;
    height: 65px;
    background:rgba(247, 247, 247, 0.78);
    position: relative;
    padding-right: 25px;    
    padding-left: 10px ;
    border-radius:5px;
	border: 1px #08AF9A solid;
}


#search-inner .search-inner input {
    width: 100%;
    border: 0;
    color: #152435;
    font-weight: 500;
    background-color:#F5F5F5;
    font-size: 16px;    
    margin-top: 0;
    height: 63px;
	
}
#search-inner .search-inner input::-webkit-input-placeholder { /* Edge */
    color: #152435;
}

#search-inner .search-inner input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #152435;
}

#search-inner .search-inner input::placeholder {
    color: #152435;
}
#search-inner .search-inner button {
    position: absolute;
    left: 7px;
    top: 7px;
    padding: 0;
    width: 160px;
    height: 50px;
    font-size: 18px;
    background: none;
    border: 0;
    color: #fff;    
	border-radius:5px;
	background-color: #254C75;
    cursor:pointer;
}

.form-2
{
	color: #152435;
	margin-top: 30px;
}



.services-select
{
    height: auto;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 15px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 10%);    
	padding: 20px;
	margin-bottom: 30px;
}


.services-select img
{
	 height:93px;
	 object-fit:cover;
	 width:93px;	
	 border-radius:5px;
}

.services-select hr
{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.services-box-select
{
	position:relative;
	margin-bottom:25px;
}

.services-select-headline2
{
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 10px;
    font-weight:600;
    color: #000000;
    margin-bottom:5px;
}


.services-select-headline
{
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 10px;
    font-weight:600;
    color:#000000;
    margin-bottom:5px;
}


.services-select-text
{
    font-size: 12px;
    margin-bottom: 10px;
    font-weight:400;
    color: #000000;
    
}
.services-select-text i
{
    margin-right:1px;
}


.services-select-month
{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight:700;
    color: #000000;
    
}
.services-select-month img
{
    height: 40px;
    object-fit: cover;
    width: 40px;
	margin-left: 5px;
}


.services-select-price
{
    font-size: 15px;
    text-transform: capitalize;
    margin-top:5px;
    font-weight:500;
    color:#000000;
    margin-bottom:5px;
}

.green-bg {
    margin-top: 10px;
}

.green-bg span{
    color: #08AF9A;
    background-color: #08AF9A0D;
    padding: 5px 12px;
	font-size: 12px;
	font-weight: 700;
    border-radius: 4px;
}
.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:right;
	border-radius: 10px;
}

.pic-inner img{
    width: 100%;
}

.text-calls
{
	color: #152435;
	font-size: 23px;
}

.calls
{
	margin-top:15px;
    color:#5E6060;
    background-color: rgb(255 255 255 / 0);
    border-radius: 20px;
    padding: 20px 0;
	font-size: 18px;
	font-weight: 500;
}


.calls a
{
	color:#152435;
	font-size: 20px;
	font-weight: 700;
}

.calls img
{
    color: #fff;
    margin-left: 10px;
    font-size:18px;    
	float: right;
}



.bg-navy
{
	background-color:#254c75;
	border-radius:25px;
	padding:30px;
	color:#FFFFFF;
}

.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;
}




.bg-white
{
	background-color:#FFFFFF;
	border-radius:25px;
	padding:30px;
}

.bg-shadow
{
 box-shadow: 0 1px 20px 5px rgb(0 0 0 / 8%);
}





.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
{
    margin: auto;     
    border-radius: 10px 10px 0 0;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.news-inner .title-1
{
    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: 30px;
      overflow: hidden;
      margin: 0px 20px;
}

.more-news-inner
{
     margin:0px 20px;
}


.more-news-inner a {
    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 
{
    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 #092241 solid;
    padding-right: 20px;
    margin-bottom: 30px;
    margin-top: 6px;
}



.menu-left
{    
margin-top:0px;
z-index: 99;    
width: 100%;
overflow:hidden;
background-color:#08AF9A;
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 {
    font-size: 15px !important;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    background-color: #fff;
    color: #08AF9A;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;	
    border:1px solid #08AF9A;
    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#08AF9A;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.collapsible-all
{
	
}
.collapsible-all .collapsible {
  background-color: #08AF9A ;
  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:#F5F5F5;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    border-radius:10px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #08AF9A;
    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: #08AF9A;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.btn-career 
{
    background-color:#4d4d4d;
    border: 1px #4d4d4d 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: #08AF9A;
    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-l:10px;
}


.title-news {
    font-size: 20px;
    color:#08AF9A;
    margin-bottom:10px;
    margin-top:10px;
}


.title-gallery {
    font-size: 20px;
    color: #08AF9A;
    margin: 30px 0;
    text-align: center;
}





.pdf-all
{
	position:relative;
}

.pdf-inner
{
    padding: 25px 25px 25px 25px;
    display: block;
    background-color: #08AF9A;
    -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:#1A2C47;
   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: #f2b134;
    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:#08AF9A;
    text-decoration: none;
    background-color: #ecf8ef;    
    border-radius: 5px;

}

.active-menu
{
	color: #08AF9A!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;
}



#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: #08AF9A;
    cursor: pointer;
}


.logo-search
{
	position:relative;
	z-index:999;
	padding-top:0px;
	padding-bottom:40px;
}


.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;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #f4f4f4;
    border-radius:6px;
}


.logo-search .form-control-feedback {
position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: block;
    width: 55px;
    height: 43px;
    color: #ffffff;
    background-color: #08AF9A;
    font-size: 17px;
    line-height: 44px;
    text-align: center;
    pointer-events: auto;
    border-radius: 6px;
}

.big-text
{font-size: 25px;
font-weight: 800;}

.path-search
{
    border-right: 5px #1a2c47 solid;
    padding-right: 15px;
    margin-bottom: 15px;
    border-radius: 0;
    background-color: #08AF9A;
}

.highlight {
    font-weight: bold;
    background-color: #ffe681;
    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: #08AF9A;
    border-color: #08AF9A;
}

.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: #08AF9A;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.container-radio {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;    
  font-weight: normal;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #1A2C47;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #08AF9A;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #08AF9A;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
	background: white;
}

.title4 {
    color: #08AF9A;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;
}


.container-check {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight:normal;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-check {
  position: absolute;
  top: 0;
  right: 0;
  height: 22px;
  width: 22px;
  background-color: #1A2C47;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark-check {
  background-color: #08AF9A;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark-check {
  background-color: #08AF9A;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark-check:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark-check:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




















.about-box-ar {
  direction: rtl; /* Arabic right-to-left */
 // font-family: "Cairo", "Tahoma", sans-serif;
  background: #ffffff; /* White background */
  color: #1a2c47;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  max-width: 850px;
  margin: 40px auto;
  line-height: 2;
  text-align: right;
  border-right: 6px solid #475F71; /* Blue accent on right side */
}

.about-box-ar h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #0d7a5f; /* Elegant green */
}

.about-box-ar p {
  font-size: 18px;
}

.about-box-ar strong {
  color: #475F71; /* Blue for emphasis */
  font-weight: bold;
}

.about-box-ar .highlight {
  background: rgba(13, 122, 95, 0.1);
  color: #0d7a5f;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 6px;
}














.vision-box-ar {
 // font-family: "Segoe UI", "Tahoma", sans-serif;
  direction: rtl;
  background: #ffffff; /* خلفية بيضاء */
  color: #1a2c47;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  max-width: 850px;
  margin: 40px auto;
  line-height: 1.9;
  text-align: right;
  border-right: 6px solid #475F71; /* خط جانبي أخضر */
}

.vision-box-ar h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #475F71; /* العنوان أزرق */
}

.vision-box-ar p {
  font-size: 18px;
  margin-bottom: 18px;
}

.vision-box-ar strong {
  color: #475F71; /* أزرق للتأكيد */
  font-weight: bold;
}

.vision-box-ar .highlight {
  background: rgba(13, 122, 95, 0.1);
  color: #0d7a5f; /* أخضر أنيق */
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 6px;
}











.values-box {
  //font-family: "Segoe UI", "Tahoma", sans-serif;
  direction: rtl;
  background: #ffffff; /* خلفية بيضاء */
  color: #1a2c47;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  max-width: 850px;
  margin: 40px auto;
  line-height: 1.9;
  text-align: right;
  border-right: 6px solid #0d7a5f; /* خط جانبي */
}

.values-box h2 {
  font-size: 22px;
  margin: 25px 0 15px;
  font-weight: bold;
  color: #3b5f85; /* الأزرق للعناوين */
  text-align: right;
  position: relative;
}

.values-box h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #0d7a5f; /* خط أخضر تحت العنوان */
  margin-top: 6px;
  border-radius: 2px;
}

.values-box ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.values-box ul li {
  font-size: 17px;
  margin-bottom: 12px;
  padding-right: 26px;
  position: relative;
}

.values-box ul li::before {
  content: "•";
  color: #0d7a5f; /* أخضر للنقاط */
  font-size: 22px;
  position: absolute;
  right: 0;
  top: -2px;
}

.values-box strong {
  color: #3b5f85;
}

.values-box .highlight {
  background: rgba(13, 122, 95, 0.08);
  color: #0d7a5f;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 6px;
}
















.branches-box {
  //font-family: "Cairo", sans-serif;
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  max-width: 900px;
  margin: 40px auto;
  color: #1a2c47;
  direction: rtl;
  text-align: right;
}

.branches-box h2 {
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #1a73e8;
  border-right: 6px solid #0d7a5f;
  padding-right: 12px;
}

.branches-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 30px;
}

.branch-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8fafc;
  padding: 14px 18px;
  border-radius: 10px;
  transition: 0.3s;
  border: 1px solid #e1e5ea;
}

.branch-item:hover {
  background: #eefaf7;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.branch-name {
  font-size: 16px;
  font-weight: 600;
  color: #1a2c47;
}

.branch-link {
  font-size: 14px;
  font-weight: bold;
  color: #0d7a5f;
  text-decoration: none;
  background: rgba(13, 122, 95, 0.1);
  padding: 6px 12px;
  border-radius: 6px;
  transition: 0.3s;
}

.branch-link:hover {
  background: #0d7a5f;
  color: #fff;
}















.social-icons a {
  color: white;              /* يخلي الأيقونات لونها أبيض */
  margin: 0 10px;            /* مسافة يمين ويسار */
  font-size: 20px;           /* تكبير الأيقونات لو حابب */
  text-decoration: none;
}

.social-connect {
  color: white;              /* يخلي النص Connect with us أبيض */
  font-weight: bold;
}














.insurance-box {
    //background: #e6f0fa;
    color: #505a64;
    padding: 20px;
    border-radius: 15px;
    max-width: 600px;
    margin: px auto;
   // box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
    float: right;
    direction: rtl;
}


.insurance-box h3 {
  margin-bottom: 15px;
  font-size: 22px;
 // border-bottom: 2px solid #3ABCAD;
  padding-bottom: 5px;
}

.insurance-box ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}

.insurance-box li {
  margin: 8px 0;
  font-size: 18px;
}

.insurance-box li i {
  color: #3ABCAD;
    margin-left: 8px;


}

.map3 iframe {
    border-radius: 13px !important;
    width: 90%;
    border: 3px solid #0f3a66 !important;
    margin-bottom: 10px;
}


.map3 .col-md-4 {
    margin-bottom: 30px;
    text-align: center;
}


.map3 .branch-name {
    font-weight: 800;
    font-size: 19px;
    color: #000000;
}



.header .col-md-1 img {
    margin-right: 66px;
}