﻿ @import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ysabeau+Office:ital,wght@0,1..1000;1,1..1000&display=swap');


html,
body {
    height: 100%;
    font-size:16px;
    font-family: "Ysabeau Office", sans-serif;
    color:#000000;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}


.language
{
    font-family: 'Tajawal', sans-serif !important;
}

.header
{
    padding: 10px 0;
    background-color:#fff;
    position:relative;
    z-index:9999;    
    box-shadow: 1px 2px 14px 5px rgb(0 0 0 / 18%);
}

.logo img
{
	height:70px;
}
.contacts
{ 
    background-color: #06377a;
    padding:8px 30px!important;
    font-size: 16px;
    color: #FFFFFF !important;
    border-radius: 40px;
}

.contacts a
{ 
     color:#FFFFFF !important;
}

.contacts img
{ 
     margin-left:10px;
}


.setting{
    position: relative;
    margin-top: 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #252525;
    padding-left: 15px;
    border-left: 1px #282828 solid;
}
#setting_mini_form {
    box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eee;
    position: absolute;
    background: #fff;
    z-index:999;
    right: 0px;
    top:0px; 
	min-width: 200px;
    padding: 20px;
    opacity: 0;
    font-size:13px;
    visibility: hidden;
    transition: all .2s linear;
}
#setting_mini_form ul {
 padding-left:0;
}

#setting_mini_form ul li{
 display:block;
 border-bottom:1px #CCCCCC solid;
 padding:6px 0px;
}
#setting_mini_form ul li a{
font-size:15px;
 color: #333333;
}
.setting:hover #setting_mini_form {
    opacity: 1;
    visibility: visible;
    top: 60px;
    z-index:9999;
}



.carousel {
    height: 440px;
    position:relative;
    overflow:hidden;
}

.logo-header
{
	position: absolute;
    z-index: 999;
    right: 50px;
    top: 50px;
}

.map
{
	position: absolute;
    top: 65px;
    right: -10%;
    /*transform: translate(90%, -50%);*/
    height: auto;
    width: 850px;
    z-index: 99;
}


.map-right
{
	position: absolute;
    top: 65px;
    left:-35%;
    /*transform: translate(90%, -50%);*/
    height: auto;
    width: 850px;
    z-index: 99;
}


.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 bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #fff;
    background-blend-mode:multiply;
    border-radius: 0 0 80px 80px ;
}

.caption-carousel {
    position: absolute;
    top: 100px;
    right: auto;
    left:8%;
    margin:auto;
    z-index: 10;
    padding-top: 20px;    
    width: 600px;
    padding-bottom: 20px;
    color: #fefefe;
    text-align:  left;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:50px;
    font-weight:700;
    color:#000;
}

.caption-carousel h2 span{
    color:#642d92;
}

.carousel-indicators {
    position: absolute;
    bottom: 30px;
    padding-right: 100px;
    z-index: 15;
    width: 100%;
    left: 0;
    padding-left: 0;
    margin-left: 0%;
    text-align: right;
    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: 8px 32px;
    margin-bottom: 0;
    font-size: 15px;
    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;    
    -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:50px;
    margin-top:20px;
    margin-bottom:20px;
}


.btn-more{
    color: #fff;
    background-color: #06377a;
    border-color:#06377a;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #06377a;
    background-color: #FFFFFF;
    border-color: #06377a; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-purple{
    color: #fff;
    background-color: #642d92;
    border-color:#642d92;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-purple:hover {
    color: #642d92;
    background-color: #FFFFFF;
    border-color: #642d92; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}




.btn-blue{
    color: #fff;
    background-color: #06377a;
    border-color:#06377a;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding:5px 15px;
    margin:0;
    font-size:13px;
}


.btn-blue:hover {
    color: #06377a;
    background-color: #fff;
    border-color:#06377a;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #642d92;
    background-color: #f7f4f9;
    border-color:#f7f4f9;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:20px 0 0 0;
    width:100%;
}


.btn-white:hover {
    color: #642d92;
    background-color:#ffffff;
    border-color: #ffffff; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
}

.title
{
   color:#5a5a5a;
   font-size:25px;
   font-weight: 700; 
   margin-bottom:20px;
}

.title span
{
   color:#642d92;
   font-size:16px;
   font-weight: 400; 
   margin-bottom:20px;
   display:block;
}




.services
{
	padding:50px 0;
}
.services ul
{
    padding-left:0;
    margin-top:20px;	
}

.services ul li
{
     display:inline-block;
     margin:10px 10px;
     width:355px;
     padding:30px 30px 10px 30px ;
     border-radius:15px;
     background-color: #f5f5f5;    
     box-shadow:2px 1px 10px 4px rgb(0 0 0 / 12%);
}

.services ul li img
{
    margin:0;
    height: 61px;
    width: 61px;
    float:left;
    margin-right:15px;
    object-fit: contain;
}

.services ul li .title-1
{
      font-size:23px;
      color:#000;
      font-weight:bold;
      margin: 10px 0 10px 0;
}


.services ul li .data
{
      font-size:14px;
      color: #CCCCCC;
      font-weight:normal;
}

.services ul li .data span
{
      color: #642d92;
      float: right;
}

.services ul li .text
{
      font-size:16px;
      color:#767676;
      font-weight:normal;
      height: 50px;
      overflow: hidden;
}



.news
{
    padding: 130px 0 80px 0;
    background: url(../images/bg.png) no-repeat center top;
    margin-top: -70px;
}

.news ul
{
    padding-left:0;
    margin-top:20px;
}

.news ul li
{
     display:inline-block;
     margin:10px 10px;
     width: 40%;
     height: auto;
     padding:20px;
     border-radius:15px;
     background-color: #fff;    
     box-shadow:2px 1px 10px 4px rgb(0 0 0 / 12%);
}

.margin-left-news
{
    margin-left: 75px !important;
}

.news ul li img
{
    margin: 0;
    height: 57px;
    width: 57px;
    float: left;
    margin-right: 15px;
    object-fit: contain;
    background-color: #642d92;
    border-radius: 100%;
    padding: 10px;
}

.news ul li .title-1
{
      font-size:18px;
      color:#000;
      font-weight:bold;
      margin: 20px 0;
}

.news ul li .text {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    height: 85px;
    overflow: hidden;
    margin-top: 20px;
}



.footer
{
	background:#642d92 url('../images/footer.png') no-repeat left top;
	background-size: cover;
	font-size:16px;
	padding:50px 0 30px 0;
	color:#fff;
}

.footer ul
{
   padding-left:20px;
}
.footer ul li
{
   margin:10px 0;    
   color: #fff;
}
.footer ul li a
{
	color:#fff;
}


.footer-title
{
	 color:#fff;
	 font-size:20px;
	 text-transform: uppercase;
	 font-weight:bold;
	 margin:20px 0;
}

.footer-text
{
	height: 65px;
    overflow: hidden;
}

.footer .socials {
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:left;
	margin-bottom:0px;
	padding-left:0;

}

.footer .socials li {
    display: inline-block;	
    width: 33px;    
    margin: 0;
    height: 33px;
}


.footer .socials li a {
	width: 33px;
	height: 33px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer .socials li a:hover {
	color: #CCCCCC;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard i
{
	margin-right:10px;	 
	color:#fff;
}
.footer-margin {
    margin-top: 10px;
}
.copyright
{
    background-color: #fff;
    padding: 5px 0;
    color: #333333;
    font-size: 14px;
    text-align:center;
    line-height: 30px;
}


.copyright a
{
    color: #333333;
}

.bg-inner {
    padding: 60px 0;
    margin-bottom:0;
    background:#FFFFFF url('../images/bg-inner.png') no-repeat scroll center top;
}
.bg-inner2 {
    padding: 60px 0;
    margin-bottom:0;
    background:#FFFFFF url('../images/bg-inner.png') no-repeat scroll center center;
}

.title-inner
{
    color: #000;
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 60px;
}

.title-inner span
{
   color:#7300b2;
}

.price 
{
    padding: 80px 0;
    text-align:center;
}

.price ul
{
    padding-left:0;
    margin-top:20px;
}

.price ul li
{
     display:inline-block;
     margin:10px 0px;
     text-align:left;
     width: 280px;
     height: auto;
     padding:20px;
     border-radius:15px;
     background-color: #fff;    
     box-shadow:2px 1px 10px 4px rgb(0 0 0 / 0);
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}
.price ul li:hover
{
     background-color: #7300b2;    
     box-shadow:0px 9px 20px 9px rgb(0 0 0 / 35%);
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     padding:40px 20px;
}

.price ul li .title-1
{
      font-size:30px;
      color:#000;
      font-weight:700;
      margin: 20px 0;
}

.price ul li:hover .title-1
{
      color:#fff;
}

.price ul li .title-1 span
{
      font-size:18px;
      font-weight:600;
      display:block;
}
.price ul li:hover .title-1 span
{
      color:#fff;
}

.price ul li .text {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    height: 85px;
    overflow: hidden;
    margin-top: 20px;
}


.price ul li:hover .text 
{
    color: #fff;
}

.price ul li .list img {
    margin-right: 10px;
}

.price ul li:hover .list 
{
    color: #fff;
}

.price ul li:hover .list img {
filter: brightness(5.5);
}


.collapsible-all
{
	
}
.collapsible-all .collapsible {
  background-color: #fff;
  color: #333333;
  font-weight:600;
  cursor: pointer;
  padding: 20px 20px ;
  width: 100%;
  border: none;
  text-align:left;
  outline: none;
  font-size: 25px;
  border-radius:5px; 
  box-shadow:2px 1px 10px 4px rgb(0 0 0 / 25%);
}

.collapsible-all .active {
  background-color: #7e51a9;
  color:#FFFFFF;
  border-radius: 5px 5px 0 0;
}
.collapsible-all .collapsible:hover {
  background-color: #7e51a9;
  color:#FFFFFF;
}

.collapsible-all .collapsible:after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: right;
  margin-right: 5px;
}

.collapsible-all .active:after {
  content: "\2212";
  color:#FFFFFF;
}

.collapsible-all .content {
  padding: 0 18px;
  max-height: 0;
  color:#FFFFFF;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #9d7ac4;
  margin-bottom: 35px;
  border-radius: 0 0 5px 5px;
}
.collapsible-all .content p {
padding: 20px 0;
}

.price-menu
{
    padding: 20px 0;
}

.price-menu ul
{
    padding-left:0;
    margin-top:20px;
}

.price-menu ul li
{
     display:inline-block;
     margin:10px 0px;
     width:  100%;
     height: auto;
     padding:15px 20px;
     border-radius:15px;
     background-color: #fff;    
     box-shadow:2px 1px 10px 4px rgb(0 0 0 / 12%);
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}
.price-menu ul li:hover
{
     background-color: #7e51a9;    
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}

.price-menu ul li .list
{
      font-size:24px;
      color:#000;
      font-weight:700;
      margin: 10px 0;
}

.price-menu ul li:hover .list
{
      color:#fff;
}
.price-menu ul li .list img
{
    float:right;
}

.price-menu ul li:hover .list img
{
filter: brightness(2000);
}





.caption-inner {
    height:  auto;
    width: 100%;
    color: #fff;
    padding:35px 0 10px 0;    
    text-align:left;
    border-bottom:1px #CCCCCC dotted;
}


.caption-inner h3 {
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 45px;
    text-transform: capitalize;
    margin-top: 0;
    color: #231f20;
    font-weight:600;
}

.breadcrumb {
    padding: 10px 0 10px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align:  left;
}


.breadcrumb>li {
    display: inline-block;
    font-size:14px;
    color:#58585a;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#58585a;
}


.breadcrumb>.active {
    color: #642d92;
    font-weight: 400;
}





.content-inner {
    padding: 30px 0;
    margin-bottom:0;
}

.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
}






.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: #642d92;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #642d92;
    margin-right: 10px;
    font-size:18px;
}



.gray-box
{
    background-color: #f1f1f1;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #642d92;
    margin: 0px 0px 10px 20px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: right;
    border-radius: 10px;
}



a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 0 0 0 10px;
    float: right;   
    width: auto;
    min-height: auto;
}
   
    
a.code_apply:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #03daa9;
    -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: #642d92;
    margin:0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}








.btn-career2 
{
    background-color: #459844;
    border: 1px #ffffff solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-career2:hover 
{
    background-color: #ffffff ;
    border: 1px #ffffff solid;
    color: #459844;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -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;
}

.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;
}





.menu-left
{    
margin-top:0px;
z-index: 9999;    
width: 100%;
overflow:hidden;
text-align:left;
border-radius:15px;
background-color:#7e51a9;
}


.menu-left ul
{
    padding-left:0;
    margin:0;
    font-size:16px;
}
.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-right: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;
}


.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}

.date-news i
{
padding-right:10px;
}

.title-news {
    font-size: 20px;
    color:#231f20;
    margin-bottom:10px;
    margin-top:10px;
}




.box-category 
{
	height:264px;
	color:#3d3d3d;
	font-size:14px;
	font-weight:600;
	padding: 15px 10px;
	border-radius:4px;
	margin-bottom:25px;
	position:relative;
}


.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: #7e51a9;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;
    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#7e51a9;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.title-price
{
    color: #000;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 20px;
}

.title-price span
{
   color:#7300b2;
    display:block;
    font-size:30px;
    font-weight:500;
}

.purple-box
{
    background-color: #7e51a9;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 20px;
    border-radius: 30px
}


.purple-box .row {
    border-bottom: 1px rgb(255 255 255 / 35%) solid;
    padding: 10px 0px;
    margin: 0px 0px;
}

.caption-inner {
    display: none;
}   


input#ContentPlaceHolder1_txt_QTY {
text-align: center;
    width: 135%;
}.header-title {
    display: none;
}



 .card {
          color: white;
    background-color: #79479f;
      flex: 1;
      margin: 10px;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0px 0px 10px #06377a78;
      text-align: center;
	  font-size: 12px;
    }
    .card h4 h3 {
      font-size: 20px !important;
      margin-bottom: 10px;
    }
	.cardh3 {
     font-weight: 800;
    font-size: 20px !important;
    margin-bottom: 10px;
    }
	
		.card ul li {
    background-color: white;
    margin-top: 5px;
    color: black;
    border-radius: 5px;
}


    .card p {
      font-size: 16px;
      color: #666;
    }
    .order-card {
      text-align: left;
    }
    .order-card p {
      margin: 5px 0;
    }
    .order-card strong {
      color: #001f3f;
    }
	
	
	.sidebar {
    background-color: #06377a;
    color: #ffffff;
 
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}


	.sidebar .title{
   
    color: #ffffff;

}
a.list-group-item {
    background-color: unset;
    border: unset;
    color: white;
}

.profile-header {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}