﻿@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');

html,
body {
    height: 100%;
    font-size:15px;
    font-family: 'Tajawal', sans-serif;
    color:#000;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}



.top
{
	padding:10px 0;
	background-color:#000;
	color:#fff;
	font-size:13px;
	line-height: 25px;
}


.top a
{
	color:#fff;
}



.top .socials {
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:left;
	margin-bottom:0px;

}


.top ul 
{
	padding-right:0px;
	text-align:left;
}



.top .socials li {
    display: inline-block;	
    width: 25px;
    height: 25px;    
    border-radius:100px;

}


.top .socials li a {
	width: 25px;
	height: 25px;
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 27px;
	text-align: center;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.top .socials li a:hover {
	color: #fff;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}
.facebook
{
	background-color:#3b5998;
}
.twitter
{
	background-color:#55acee;
}
.linkedin
{
	background-color:#007ab9;
}
.whatsapp
{
	background-color:#32d951;
}



.language
{
    font-family: 'Tajawal', sans-serif !important;
}


.header
{
    padding: 5px 0;
    background-color:#fffaee;
}

.header-top
{
	margin-top:15px;
	text-align:left;
}

.header-top a
{ 
    margin:0 5px;
}

.links-top
{
	  display:inline-block;    
	  line-height: 26px;
	  margin-top:20px;
}


.links-top img
{
	 float:left;
	 margin-right:8px;
	 color:#FFFFFF;
}


.welcome-text .col-md-8 {
    width: 100%;
}
.links-top a
{
	 color:#FFFFFF;
}

.logo img
{
	/*width: 119px;*/
	/*height:67px;*/
}
.carousel {
    height: 633px;
    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: #fff;
    background-blend-mode:multiply;
}

.caption-carousel {
  position: absolute;
    top: 10px;
    width: 389px;
    left: 8%;
    margin: auto;
    z-index: 10;
    padding: 20px;
    color: #000;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    border-radius: 30px;
}

.caption-carousel h2{
    font-size:37px;
    font-weight:600;    
    line-height:55px;    
    text-transform: capitalize;

}

.caption-carousel h2 span{
    font-weight:  800;
    color:#b19456;
    display:block;
}
.caption-carousel h3{
    font-size:16px;
    font-weight:400;
    line-height:25px;
}

.caption-carousel h3 img{
    margin-bottom:10px;
}


.carousel-indicators {
   position: absolute;
    bottom: -14px;
    padding-left: 100px;
    z-index: 15;
    width: 100%;
    right: 0;
    padding-left: 0;
    margin-right: 0%;
    text-align: right;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius:100%;
    margin: 10px;
    text-indent: -999px;
    cursor: pointer;
    background: #FFFFFF;
    border:1px #CCCCCC solid;    
    box-shadow: 7px 7px 10px rgb(0 0 0 / 36%);

}

.carousel-indicators .active {
    width: 150px;
    height: 150px;
    margin: 10px;    
    background: #fff;
    border:4px #b19456 solid;
}



.vcard2
{
	margin-top:20px;
}
.vcard2 div
{
	margin-bottom:0px;
}
 
.vcard2 i
{
	margin-left:10px;	 
	color:#fff;
}
.btn-header {
    display: inline-block;
    padding: 10px 35px;
    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:100px;
    margin-top:20px;
    margin-bottom:20px;
}


.btn-more{
    color: #fff;
    background-color: #b29456;
    border-color:#b29456;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #b29456;
    background-color: #FFFFFF;
    border-color: #b29456; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-more2{
    color: #fff;
    background-color: #b29456;
    border-color:#b29456;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-more2:hover {
    color: #b29456;
    background-color: #FFFFFF;
    border-color: #b29456; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #b29456;
    background-color: #fff;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-white:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffffff; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    margin:0;
}


.welcome
{
	padding: 60px 0;
	background:#fff;
	overflow:hidden;
}

.title
{
   color:#000;
   font-size:35px;
   font-weight: 700; 
   margin-bottom:20px;   
   text-transform:capitalize;

}
.title img
{
   margin-left:10px;
}

.title span
{
   color:#bba16b;   
   font-weight: 500; 
   font-size:14px;
   display:block;
}
.title span img
{
	display:none;
   margin-right:10px;
   width: 30px;
}

.logo img {
    width: 112px;
}


.title-c
{
   color:#a18828;
   font-size:35px;
   font-weight: 600; 
   margin-bottom:20px;
   text-align:center;
   text-transform:capitalize;
}
.title-c img
{
   margin-right:10px;
}

.title-c span
{
   color:#000;
}

.welcome-text
{
    overflow: hidden;
    line-height: 26px;
    margin-bottom: 10px;
    height: 200px;
}

.services
{
	padding:50px 0;
	background:#FFFFFF;
}


.services ul
{
    padding-left:0;
    margin-top:0px;    
    text-align:center;

}

.services ul li
{
     display:inline-block;
     margin:20px 10px;
     width:260px;
     background-color:#FFFFFF;
     padding-bottom: 30px;
     border-radius:10px;    
     box-shadow: 1px 3px 8px rgba(0, 0, 0, 50%);

}
.services ul li img
{
    margin: auto;
    height: 175px;
    width: 100%;
    object-fit: cover;     
    border-radius:10px;    
}

.services ul li .title-1
{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    height: 50px;
    overflow: hidden;
    margin: 20px 16px;
}

.services ul li .text
{
    font-size: 14px;
    color: #000;
    font-weight: normal;
    height: 85px;
    overflow: hidden;
    padding: 0 10px;
    margin-bottom:20px;
}

.services ul li .more a
{
      color:#000000;
      font-weight:400;
      text-decoration:underline;
}

.services ul li .more img
{
      width:19px;
      height:21px;
      margin-left:5px;
}




.Customers-s
{
background: #FFFFFF;
padding:50px 0 90px 0; 
}


.Customers-index
{
	    max-width: 507px;
width: 100%;
    display: inline-block;
    margin: 20px 10px;
    background-color: #f5f7fa;
    padding: 20px;
    border-radius: 10px;
    text-align:right;    
    color:#000000;
    font-size:16px;
    font-weight:600;
}


.results-star 
{
   margin:10px 15px;
}

.results-star i
{
  font-size:12px;
  color:#ccc;    
  padding: 0px 0px;
}

.star-active
{
  color:#fcdc40 !important;    
}
.Customers-index img {
    margin: 0 auto;
    height: 55px;
    width: 55px;
    padding: 0px;
    border-radius: 100%;
    object-fit: cover;
    display: inline-block !important;
    margin-left: 10px;
    }


.Customers-index .title-1
{
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    height: 85px;
    overflow: hidden;
    padding: 15px 20px 5px 20px;
    display: table-cell;
    vertical-align: middle;
}

.Customers-index .text
{
    font-size: 15px;
    color: #767676;
    font-weight: normal;
    height: 110px;
    overflow: hidden;
    margin:0 20px 20px 20px;
}

.more-index{
     margin:20px 15px;
     
}
.more-index img {
    margin: 0 auto;
    height: 55px;
    width: 55px;
    padding: 0px;
    border-radius: 100%;
    object-fit: cover;
    float:right;
    display: inline-block !important;
    margin-left: 10px;
    }
.more-index span
{
    color: #999999;
    font-size:14px;
    display:block;    
    font-weight:400;
}





.news
{
	padding:60px 0;
    background-color:#fffbf6;
	margin-bottom:0px;
}

.news-box
{
    display:inline-block;
    width: 100%;
    height: auto;
    position: relative;      
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0px 15px; 
    text-align:right;
    border-radius: 5px;
 }

.news-box a:hover
{
    text-decoration:none;
}


.news-box img
{
    margin: auto;
    height:250px; 
    width: 100%;
    object-fit: cover;
    border-radius:20px;
}

.news-lable
{
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 50px;
    padding: 2px 15px;
    background-color: #bba16b;
    color: #ffffff;
    font-size:12px;
    text-transform:uppercase;
}

.news-box .text
{
      font-size:15px;
      font-weight:500;
      margin-bottom:0px;  
      margin-top:0px;  
      color: #000;    
      text-align:right ;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      padding:5px 0 15px 0;
}



.news-box .text-news
{
      font-size:18px;
      font-weight:600;      
      /*height: 48px;*/
      color:#000;
      overflow: hidden;
      margin-bottom:10px;
}


.news-box .text-inner
{
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
}


.news-box2
{
    display:inline-block;
    width: 100%;
    height: auto;
    position: relative;      
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0px 15px 15px 15px ; 
    text-align:right;
    border-radius: 5px;
 }

.news-box2 a:hover
{
    text-decoration:none;
}


.news-box2 img
{
    margin: auto;
    height: 195px;
    width:203px;
    object-fit: cover;
    border-radius: 20px;
    float: right;
    margin-left: 15px;
}



.news-box2 .text
{
      font-size:15px;
      font-weight:500;
      margin-bottom:0px;  
      margin-top:10px;  
      color: #000;    
      text-align:right ;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      padding:15px 0;
}



.news-box2 .text-news
{
      font-size:18px;
      font-weight:600;      
      height: 48px;
      color:#000;
      overflow: hidden;
      margin-bottom:10px;
}


.news-box2 .text-inner
{
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}

.footer
{
	background:#FFFFFF url('../images/footer.png') no-repeat center center ;
	background-size:cover;
	font-size:14px;
	padding:50px 0 10px 0;
	color:#fff;
}

.footer ul
{
   padding-right: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:  auto;
    overflow: hidden;
}


.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard i
{
	margin-left:10px;	 
	color:#fff;
}


.copyright
{
    padding: 10px 0;
    color: #fff;
    font-size: 13px;
    text-align:center;
    border-top:1px #FFFFFF solid;
    line-height: 30px;
    margin-top:20px;
}


.copyright a
{
    color:#fff;
}









.inner-bg {
    height: 250px;
    padding:50px 0;
}




.caption-inner {
    height:  auto;
    width: 100%;
    color: #fff;
    padding:35px 0 10px 0;    
    text-align:right;
}


.caption-inner h3 {
	margin-inline-end: 52%;
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 32px;
    text-transform: capitalize;
    margin-top: 0;
    color: #231f20;
}

.breadcrumb {
	margin-inline-end: 53%;
    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:  right;
}


.breadcrumb>li {
    display: inline-block;
    font-size:14px;
    color:#58585a;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#58585a;
}


.breadcrumb>.active {
    color: #b29456;
    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%;
}





.menu-left
{    
margin-top:0px;
z-index: 9999;    
width: 100%;
overflow:hidden;
text-align:left;
border-radius:10px;
background-color:#b29456;
}


.menu-left ul
{
    padding-left: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-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;
}


.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: #b29456;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #b29456;
    margin-right: 10px;
    font-size:18px;
}



.gray-box
{
    background-color: #f1f1f1;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    min-height: 90px;    
    border-radius:10px;

    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #b29456;
    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: #b29456;
    -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: #b29456;
    margin:0;
    -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;
}





.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: #b29456;
    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:#b29456;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.title-news {
    font-size: 20px;
    color:#231f20;
    margin-bottom:10px;
    margin-top:10px;
}


.text-news
{
	margin-bottom:20px;
}


.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-inline-end:10px;
}



@media (max-width: 991px) {
.carousel {
    height: 705px;
    position: relative;
}
    .carousel-indicators {
        position: absolute;
        bottom: 30px;
        padding-right: 0px;
        z-index: 15;
        width: 100%;
        left: 0;
        padding-left: 0;
        margin-left: 0%;
        text-align: center;
        list-style: none;
    }


.carousel-indicators li 
{
    width: 50px;
    height: 50px;
    margin: 10px;   margin: 2px; 
}
    
    
.carousel-indicators .active {
    width: 50px;
    height: 50px;margin: 2px;
}
}
.socials1 li {
      padding: 2px;
    width: 35px;
    height: 35px;
    position: relative;
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 18px;
    margin-right: 3px;
} 


.socials1 li a {
       padding-right: 4px !important;
    width: 28px;
    height: 28px;
    position: relative;
    display: inline-block;
    font-size: 19px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
} 

ul.socials1 {
    margin-top: 8px;
}

.news-home ul li {
    display: inline-block;
    width:100%;
    max-width: 300px;
 
    height: auto;
    /* position: relative; */
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 10px;
    border-radius: 5px;
    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%);
}

.news-home ul li img {
    margin: auto;
    height: 300px;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    object-fit: cover;
}

.news-home ul li .text {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #494949;
    text-align: left;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 15px;
}

.news-home ul li .text-news {
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    color: #b29456;
    overflow: hidden;
    margin-bottom: 10px;
	    text-align: right;
}

.news-home .btn-more {
    float: right;
}

.news-home ul li:hover .text-news {
    color: #fff;
}


.news-home ul a:hover li {
    color: #FFFFFF!important;
    background-color: #333333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.text-inner p:hover {
    color: #ffffff;
}

.news-home ul a:hover .text {
     color: #fff; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


li.location {
    background-color: #214f9c;
}

ul.values1 strong {
    /* border-bottom: 1px solid #000000; */
    /* box-shadow: -2px 9px 9px 0px rgb(0 0 0 / 21%); */
  font-size: 18px;
    /*color: #a18828;*/
	color:#6e6e6e;
    font-weight: 600;
    text-align: center;
}
.values1 li {
    padding: 12px;
    height: 139px;
    display: inline-grid
;
    margin: 20px 10px;
    width: 248px;
    background-color: #FFFFFF;
    padding-bottom: 30px;
    border-radius: 10px;
 text-align: start;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 50%);
}


.values1 li:hover {
    font-weight: 600;
    color: #ffffff !important;
    background-color: #c5a250b8;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.pharmacy {
	width: 100%;

    text-align: center !important;
    border: 1px solid #b29456;
    /* color: #ffffff; */
    padding: 12px;
    display: inline-grid
;

    /* width: 248px; */
    /* background-color: #b29456; */
    padding-bottom: 30px;
    border-radius: 10px;
    text-align: right;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 50%);
}