.bg-blue {
background: #002060;
	color:#ffffff;
}
.navbar-light .navbar-nav .nav-link{
	    color: #002060;
    font-size: 21px;
    font-weight: 600;
}

.banner{
	    height: 512px;

}
.card{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f9fafb;
    background-clip: border-box;
    border-radius: 15px;
    padding: 15px;	
	    border: none;   
	    min-height: 560px;
}
.about-card{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border-radius: 15px;
    padding: 15px;
    border: none;
    min-height: 117px;
    text-align: center;
}
.about-card svg {
	    margin: auto;
    margin-bottom: 14px;
}
footer{
    background: #002060;
    color: #ffffff;
    padding: 27px;
    text-align: center;
	
}
.section-title{
    margin-bottom: 61px !important;
    font-weight: 600 !important;
}
.text-primary{
	
	    color: rgb(0 32 96) !important;
}
.banner img {
    width: 100%;
     background-size: cover;
    color: white;
    position:  absolute;
}

 .btn-primary {
    color: #fff;
    background-color: #002060;
    border-color:#002060;
	
}


.banner .content {
  position: relative;
  z-index: 2;
}

.banner h1 {
font-size:clamp(2rem, 6vw, 5rem);
    margin: 0;
 }
.pb-50{
	padding-top: 128px;

}
.banner p {
    font-size: clamp(2rem, 2vw, 4rem);
    margin: 0;
 }

.navbar {
 
    padding-top: 2px;
    padding-bottom: 2px;
	    border-bottom: 1px solid #dddddd;
}
#services .carousel-inner .carousel-item h3 {
    font-size: 2em;
    text-align: center;
    padding: 20px;
}

.yellow-btn {
background-color: #bab138;
    color: #fff;
    border: 2px solid #bab138;
    border-radius: 5px;
    font-size: 16px;
 }

 .yellow-btn:hover {
  background-color: #ada534;  
  border-color: #ada534; 
	     color: #fff;

 }

 .yellow-btn:active {
  background-color: #bab138; 
  border-color: #bab138;   
	 color: #fff;

 }

   .check-circle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background-color: #28a745; /* أخضر */
        color: #fff;
        font-size: 16px;
        margin-right: 10px;
        flex-shrink: 0;
    }
    .list-card {
        margin-bottom: 15px;
        border: 1px solid #eee;
        border-radius: 8px;
        padding: 15px 20px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        display: flex;
        align-items: center;
        background-color: #fff;
    }

a{
color: #9b9b9b;	
}
a:hover{
color: #002060;	
}